]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
* mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3c0a2960
AS
12007-02-08 Andreas Schwab <schwab@suse.de>
2
3 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
4
108546a0
DJ
52007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6
7 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
8 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9
d701dcab
DP
102007-02-02 Denis Pilat <denis.pilat@st.com>
11
12 * gdb.threads/threadapply.exp: check that frame is not changed by
13 the thread apply all command.
14
783e3e2f
AS
152007-01-31 Andreas Schwab <schwab@suse.de>
16
6d9c3a87
AS
17 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18
3c50d7b9
AS
19 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
20 in the dwarf sections.
21 * gdb.dwarf2/mac-fileno.S: Likewise.
22
783e3e2f
AS
23 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
24 bspstore register on ia64.
25
78ff580e
AS
262007-01-29 Andreas Schwab <schwab@suse.de>
27
cc8e9b12
AS
28 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
29 "frame-begin" annotation.
30
78ff580e
AS
31 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
32 number of "frames-invalid" annotations.
33
704a4f78
DJ
342007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
35
36 * gdb.base/commands.exp: Call if_commands_test.
37 (gdb_test_no_prompt, if_commands_test): New.
38
e741bf94
MK
392007-01-28 Mark Kettenis <kettenis@gnu.org>
40
41 * gdb.threads/sigthread.c (NSIGS): Make bigger.
42
474d0ad3
AS
432007-01-27 Andreas Schwab <schwab@suse.de>
44
45 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
46 .short/.int/.quad in the dwarf sections.
47 * gdb.dwarf2/dw2-intercu.S: Likewise.
48 * gdb.dwarf2/dw2-intermix.S: Likewise.
49
e784b426
JK
502007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
53 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
54 array.
e784b426
JK
55 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
56 * gdb.base/setvar.exp: Likewise.
57
37f08e04
AS
582007-01-26 Andreas Schwab <schwab@suse.de>
59
9a01813a
AS
60 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
61 test.
62
37f08e04
AS
63 * gdb.base/multi-forks.exp ("restart $i"): Also match
64 __kernel_syscall_via_break.
65
6e2a9270
VP
662007-01-24 Vladimir Prus <vladimir@codesourcery.com>
67
68 * lib/mi-support.exp (mi_delete_varobj): New.
69 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
70 testcase.
71 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
72 (main): Call the above.
73 (reference_update_test, base_in_reference_test)
74 (reference_to_pointer): Delete the created varobjs.
75
e515b470
DJ
762007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
77
78 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
79 * configure: Regenerated.
80 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
81 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
82 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
83 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
84 * lib/gdb.exp (gdb_skip_xml_test): New function.
85
08d8bcd7
DJ
862007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
87
88 * gdb.base/sigrepeat.exp: Correct error message.
89
902007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
91 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
94 gdb.arch/i386-gnu-cfi-asm.S: New files.
95
97c3f1f3
JK
962007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 * lib/gdb.exp: Abort on missing `site.exp'.
99
cb1df416
DJ
1002007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
101 Daniel Jacobowitz <dan@codesourcery.com>
102
103 * gdb.base/included.c, gdb.base/included.exp,
104 gdb.base/included.h: New files.
105
35990120
DJ
1062007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
107
108 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
109 (maximize_rlimit): Reduce limits on 64-bit systems.
110
6e81a116 1112007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
112
113 From Marcus Deuling <deuling@de.ibm.com>:
114 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
115 every case.
116
6c3c41f3
NR
1172007-01-13 Nick Roberts <nickrob@snap.net.nz>
118
119 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
120 (test_path_specification): Use objdir instead of srcdir to always
121 get an absolute filename.
122
2f12c312
DJ
1232007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
124
125 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
126
81121995
VP
1272007-01-11 Vladimir Prus <vladimir@codesourcery.com>
128
129 * gdb.mi/mi-var-cp.cc (reference_update_tests):
130 Make sure the variable we're using is in scope.
131 (reference_to_pointer): Likewise.
132
4741b737
DJ
1332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
134
135 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
136 has no debug information.
137
054410c3
DJ
1382007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * gdb.base/annota1.exp: Remove extra send_gdb.
141
818f79f6
DJ
1422007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
143
144 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
145
f7a6bb70
DJ
1462007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
149
57e66780
DJ
1502007-01-08 Nick Roberts <nickrob@snap.net.nz>
151 Daniel Jacobowitz <dan@codesourcery.com>
152
153 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
154 lcharacter or linteger change. Correct duplicated test name.
155 * gdb.mi/mi2-var-cmd.exp: Likewise.
156
3d799a95
DJ
1572007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
158
159 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
160
1612007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9
JB
162
163 * gdb.base/nofield.c: New file.
164 * gdb.base/nofield.exp: New testcase.
165
eafb94e8
NR
1662007-01-05 Nick Roberts <nickrob@snap.net.nz>
167
168 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
169
170 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
171 test.
172
5e572bb4
DJ
1732007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
174
175 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
176
74a44383
DJ
1772007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
178
179 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
180 when continuing.
181
1b572db9
DJ
1822007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
183
184 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
185 Expect ".exe" extension.
186
381bc39b
DJ
1872007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
188
189 * gdb.base/charset.exp: Add explicit filename to break.
190 * gdb.base/dbx.exp: Add explicit filename to breaks.
191
2b70e4c6
DJ
1922007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
193
194 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
195 * gdb.mi/mi2-file.exp: Likewise.
196
303b6f5d
DJ
1972007-01-04 Vladimir Prus <vladimir@codesourcery.com>
198
199 Implement specification of MI tests as comments
200 in C and C++ sources.
201 * lib/mi-support.exp (mi_autotest_data): New variable.
202 (mi_autotest_source): New variable.
203 (count_newlines, mi_prepare_inline_tests)
204 (mi_get_inline_test, mi_continue_to_line)
205 (mi_run_inline_test, mi_tbreak)
206 (mi_send_resuming_command, mi_wait_for_stop): New functions.
207 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
208 Run inline tests.
209 * gdb.mi/mi-var-cp.cc: Define tests here.
210
23da0d94
VP
2112007-01-04 Vladimir Prus <vladimir@codesourcery.com>
212
213 Simplify usage of mi_continue_to.
214 * lib/mi-support.exp (mi_runto_helper): Renamed
215 from mi_runto, added new parameter 'run_or_continue'.
216 (mi_runto): Use mi_runto_helper.
217 (mi_continue_to): Accept just function name as parameter.
218 Use mi_runto_helper.
219 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
220 * gdb.mi/mi2-var-cmd.exp: Likewise.
221
f9e18282
JB
2222006-01-04 Joel Brobecker <brobecker@adacore.com>
223
224 Make this testcase a bit more realistic. The current code
225 is too simplistic, and allows the compiler to optimize out
226 some of the entities we need for this testcase.
227 * gdb.ada/null_record/bar.ads (Void_Star): New type.
228 (Do_Nothing): Add extra parameter.
229 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
230 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
231 by using a variable of type Void_Star.
232
fd678c65
JB
2332006-01-04 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.ada/catch_ex/foo.adb: New file.
236 * gdb.ada/catch_ex.exp: New testcase.
237
05cfdb42
DJ
2382007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
239
240 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
241 pass --image-base to linker.
242
2e03ee74
DJ
2432007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
244 Daniel Jacobowitz <dan@codesourcery.com>
245
246 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
247 secondary prompts.
248
0d5de010
DJ
2492007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
250
251 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
252 output. Test the types of members and member pointers.
253 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
254 gdb/2092.
255 * gdb.cp/member-ptr.exp: Search for a comment instead of a
256 statement. Enable for GCC. Update expected output for some tests
257 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
258 layout.
259 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
260 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
261 (Diamond::vget_base): New.
262 (main): Add new tests.
263 * gdb.cp/printmethod.exp: Update expected output for member functions.
264 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
265 print pEe->D::vg().
266
61a771aa
DJ
2672007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * gdb.threads/tls.exp: Allow stops in sem_post.
270
2fa63963
DJ
2712006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
272
273 * gdb.base/annota1.exp: Allow .*printf in backtraces.
274 * gdb.base/annota3.exp: Likewise.
275 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
276 again (instead of timing out).
277 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
278 GCC bug 26475.
279 * gdb.java/jmisc.exp: Adjust to work with method signatures including
280 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
281 test from jmisc1.exp.
282 * gdb.java/jmisc1.exp: Delete.
283 * gdb.java/jprint.exp: Adjust to work with method signatures including
284 return types.
285 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
286 * gdb.threads/linux-dp.exp: Don't be confused by program output.
287 * lib/java.exp (compile_java_from_source): Pass the correct type
288 to target_compile.
289
5eefc2b7
JB
2902006-12-31 Joel Brobecker <brobecker@adacore.com>
291
292 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
293 (stack_align_edx): New function.
294 (stack_align_eax): New function.
295 (main): Add calls to stack_align_edx and stack_align_eax.
296 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
297 Add testing for the cases where the register used during a stack
298 realignment is edx. Same for eax.
299
227c54da
DJ
3002006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
301
302 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
303 and generic PE targets.
304
cab8ac94
JB
3052006-12-29 Joel Brobecker <brobecker@adacore.com>
306
307 * gdb.ada/array_return.exp: Update copyright date list.
308
ba54f318
JB
3092006-12-27 Joel Brobecker <brobecker@adacore.com>
310
311 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
312 (Create_Small_Float_Vector): New function.
313 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
314 function body.
315 * gdb.ada/array_return/p.adb: Use new type and function from
316 package Pck.
317 * gdb.ada/array_return.exp: Add a test verifying that GDB is
318 able to print the value returned by a function returning an
319 array of float.
320
6b7a35dd
JB
3212006-12-20 Joel Brobecker <brobecker@adacore.com>
322
323 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
324 The associated tests should be PASSing.
325
038224f6
VP
3262006-12-08 Vladimir Prus <vladimir@codesourcery.com>
327
328 Test for base in references.
329 * gdb.mi/mi-var-cp.cc: Add test code.
330 * gdb.mi/mi-var-cp.exp: Test for bases in references.
331 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
332 * gdb.mi/mi2-watch.exp: Likewise.
333 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
334 (mi_list_varobj_children): New function.
335
b26ed50d
VP
3362006-12-08 Vladimir Prus <vladimir@codesourcery.com>
337
338 * lib/mi-support.exp
339 (mi_runto): Accept "()" after function name.
340 (mi_create_varobj): New function.
341 (mi_varobj_update): New function.
342 (mi_Check_varobj_value): New function.
343 * gdb.mi/mi-var-cp.exp: New file.
344 * gdb.mi/mi-var-cp.cc: New file.
345
08232497
DJ
3462006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
347
348 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
349 gdb.base/weaklib2.c: New files.
350
d394c993 3512006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 352
ac6c2fba
NS
353 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
354 info. Adjust test names.
355
8ec659a0 356 * gdb.base/break.c (main): Move position of malloc.
d394c993 357 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 358
acd65feb
VP
3592006-11-28 Vladimir Prus <vladimir@codesourcery.com>
360
361 * gdb.mi/mi-var-cmd.exp: Check -var-update after
362 assignement of arrays and function pointers.
363 * gdb.mi/var-cmd.c: Add declaration necessary for above
364 tests.
365
f556d5e5
NS
3662006-11-27 Nathan Sidwell <nathan@codesourcery.com>
367
368 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
369
370 * gdb.threads/linux-dp.exp: Read thread table before and after
371 creating each philosopher and verify it.
372
697bc68d
NS
3732006-11-27 Nathan Sidwell <nathan@codesourcery.com>
374 Paul Brook <paul@codesourcery.com>
375 Daniel Jacobowitz <dan@codesourcery.com>
376
377 * gdb.base/ending-run.exp: Flatten expect script stepping out of
378 main to remove duplication. Add start function of the form
379 '_*start[1-9]*'. Add RVDS start function.
380
29d73ae4
DJ
3812006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
382
383 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
384
c1d88655
UW
3852006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
386
387 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
388 * gdb.asm/spu.inc: New file.
389 * gdb.base/term.exp: Disable if [target_info exists noargs].
390 * gdb.gdb/complaints.exp: Disable if ![isnative].
391 * gdb.gdb/selftest.exp: Likewise.
392 * gdb.gdb/observer.exp: Likewise.
393 * gdb.gdb/xfullpath.exp: Likewise.
394 * gdb.base/attach.exp: Disable on SPU target.
395 * gdb.cp/bs145503.exp: Likewise.
396 * gdb.cp/exception.exp: Likewise.
397 * gdb.cp/userdef.exp: Likewise.
398
32a13b1a
DJ
3992006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
400
401 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
402
d8295fe9
VP
4032006-11-10 Vladimir Prus <vladimir@codesourcery.com>
404
405 * gdb.base/completion.exp: Fix completion tests for
406 'info' and 'info '.
407 * gdb.base/help.exp (help_test_raw, test_class_help)
408 (test_prefix_command_help): Move...
409 * lib/gdb.exp: Here.
410 * gdb.base/main.exp: Adjust.
411 * gdb.cp/maint.exp: Adjust.
412 * gdb.trace/tracecmd.exp: Use test_help_class.
413
8c394015
VP
4142006-11-09 Vladimir Prus <vladimir@codesourcery.com>
415
416 * gdb.stabs/weird.exp (print_weird_var): Use
417 gdb_test_multiple instead of gdb_expect.
418
027fc1bc
VP
4192006-11-09 Vladimir Prus <vladimir@codesourcery.com>
420
421 * gdb.base/help.exp (help_test_raw): New.
422 (test_class_help): New.
423 (test_prefix_command_help): New.
424 Adjust testcases.
425
67609209
FR
4262006-11-09 Christophe Lyon <christophe.lyon@st.com>
427
428 * gdb.base/constvars.c (main): Write to crass and crips, so that
429 they are allocated by the compiler.
430
f73adfeb
AS
4312006-10-27 Andreas Schwab <schwab@suse.de>
432
433 * gdb.base/multi-forks.exp: Use "detach fork" instead of
434 "detach-fork".
435
2f83a18e
DJ
4362006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
437
438 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
439 of patterns.
440
94277a38
DJ
4412006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
442
443 * gdb.base/sepdebug.exp: Remove debug format test.
444 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
445 Handle no-symtab.
446 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
447
5bd2f6e2
DJ
4482006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
449
450 * gdb.threads/manythreads.c (thread_function, main): Don't cast
451 int to pointer or pointer to int.
452 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
453
8c008720
DJ
4542006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
455
456 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
457
9e35dae4
DJ
4582006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
459
460 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
461
d9639e13
DJ
4622006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
463
464 PR c++/2116
465 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
466
390a1bd0
JB
4672006-10-06 Joel Brobecker <brobecker@adacore.com>
468
469 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
470 the corresponding bug has been fixed in GDB (PR/2018).
471
dd920c33
JB
4722006-10-06 Joel Brobecker <brobecker@adacore.com>
473
474 * gdb.base/subst.exp: New testcase.
475
53bbefe9
JB
4762006-10-06 Joel Brobecker <brobecker@adacore.com>
477
478 * gdb.ada/array_return/pck.ads: Add copyright notice.
479 * gdb.ada/array_return/pck.adb: Likewise.
480 * gdb.ada/array_return/p.adb: Likewise.
481 * gdb.ada/exec_changed/first.adb: Likewise.
482 * gdb.ada/exec_changed/second.adb: Likewise.
483
09851417
JB
4842006-10-06 Joel Brobecker <brobecker@adacore.com>
485
486 * gdb.ada/watch_arg/watch.adb: New file.
487 * gdb.ada/watch_arg.exp: New testcase.
488
041bf30d
VP
4892006-10-02 Vladimir Prus <vladimir@codesourcery.com>
490
491 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
492 via string_to_regexp.
493 * gdb.mi/mi2-basics.exp: Likewise.
494
f286fbdd 4952006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
496
497 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
498 Remove unused / obsolete files.
499
7c07f349
NR
5002006-09-19 Nick Roberts <nickrob@snap.net.nz>
501
502 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
503
cd5ff84a
VP
5042006-09-17 Vladimir Prus <vladimir@codesourcery.com>
505
506 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
507 HIGH_FRAME argument to -stack-list-arguments can be larger than
508 the number of frames.
509
ae018d1a
DJ
5102006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
511
512 * gdb.base/args.c (main): Add breakpoint marker.
513 * gdb.base/args.exp: Use args_test for tests. Add new tests which
514 really test empty arguments.
515 (args_load): Delete.
516 (args_test): New.
517
b399c549
NR
5182006-09-13 Nick Roberts <nickrob@snap.net.nz>
519
520 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
521 check for one file.
522
2ab1eb7a
VP
5232006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
524
525 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
526 HIGH_FRAME argument to -stack-list-locals can be larger than
527 the number of frames.
528
476308bf
FF
5292006-08-18 Fred Fish <fnf@specifix.com>
530
531 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
532 '$' in front of skip_vmx_tests_saved when setting that.
533
8625200f
AS
5342006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
535
536 * gdb.base/trace-commands.exp: New file.
537
089ec8f1
DJ
5382006-08-10 Joel Brobecker <brobecker@adacore.com>
539 Daniel Jacobowitz <dan@codesourcery.com>
540
541 * gdb.base/step-bt.exp: Make hexadecimal address optional in
542 expected output of the backtrace commands.
543
b60f0898
JB
5442006-08-09 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
547 untested followed by return combination.
548 * gdb.arch/altivec-regs.exp: Likewise.
549 * gdb.arch/e500-abi.exp: Likewise.
550 * gdb.arch/e500-regs.exp: Likewise.
551 * gdb.arch/gdb1291.exp: Likewise.
552 * gdb.arch/gdb1431.exp: Likewise.
553 * gdb.arch/gdb1558.exp: Likewise.
554 * gdb.arch/i386-prologue.exp: Likewise.
555 * gdb.arch/i386-unwind.exp: Likewise.
556 * gdb.asm/asm-source.exp: Likewise.
557 * gdb.base/a2-run.exp: Likewise.
558 * gdb.base/advance.exp: Likewise.
559 * gdb.base/all-bin.exp: Likewise.
560 * gdb.base/annota1.exp: Likewise.
561 * gdb.base/annota3.exp: Likewise.
562 * gdb.base/args.exp: Likewise.
563 * gdb.base/arithmet.exp: Likewise.
564 * gdb.base/assign.exp: Likewise.
565 * gdb.base/async.exp: Likewise.
566 * gdb.base/attach.exp: Likewise.
567 * gdb.base/bang.exp: Likewise.
568 * gdb.base/bigcore.exp: Likewise.
569 * gdb.base/bitfields.exp: Likewise.
570 * gdb.base/bitfields2.exp: Likewise.
571 * gdb.base/break.exp: Likewise.
572 * gdb.base/call-sc.exp: Likewise.
573 * gdb.base/call-strs.exp: Likewise.
574 * gdb.base/callfuncs.exp: Likewise.
575 * gdb.base/checkpoint.exp: Likewise.
576 * gdb.base/chng-syms.exp: Likewise.
577 * gdb.base/code-expr.exp: Likewise.
578 * gdb.base/commands.exp: Likewise.
579 * gdb.base/completion.exp: Likewise.
580 * gdb.base/cond-expr.exp: Likewise.
581 * gdb.base/condbreak.exp: Likewise.
582 * gdb.base/consecutive.exp: Likewise.
583 * gdb.base/constvars.exp: Likewise.
584 * gdb.base/corefile.exp: Likewise.
585 * gdb.base/cvexpr.exp: Likewise.
586 * gdb.base/dbx.exp: Likewise.
587 * gdb.base/define.exp: Likewise.
588 * gdb.base/detach.exp: Likewise.
589 * gdb.base/display.exp: Likewise.
590 * gdb.base/dump.exp: Likewise.
591 * gdb.base/ena-dis-br.exp: Likewise.
592 * gdb.base/ending-run.exp: Likewise.
593 * gdb.base/environ.exp: Likewise.
594 * gdb.base/eval-skip.exp: Likewise.
595 * gdb.base/exprs.exp: Likewise.
596 * gdb.base/fileio.exp: Likewise.
597 * gdb.base/finish.exp: Likewise.
598 * gdb.base/float.exp: Likewise.
599 * gdb.base/foll-exec.exp: Likewise.
600 * gdb.base/foll-fork.exp: Likewise.
601 * gdb.base/foll-vfork.exp: Likewise.
602 * gdb.base/freebpcmd.exp: Likewise.
603 * gdb.base/funcargs.exp: Likewise.
604 * gdb.base/gcore.exp: Likewise.
605 * gdb.base/gdb1090.exp: Likewise.
606 * gdb.base/gdb1250.exp: Likewise.
607 * gdb.base/huge.exp: Likewise.
608 * gdb.base/info-proc.exp: Likewise.
609 * gdb.base/interrupt.exp: Likewise.
610 * gdb.base/jump.exp: Likewise.
611 * gdb.base/langs.exp: Likewise.
612 * gdb.base/lineinc.exp: Likewise.
613 * gdb.base/list.exp: Likewise.
614 * gdb.base/logical.exp: Likewise.
615 * gdb.base/long_long.exp: Likewise.
616 * gdb.base/macscp.exp: Likewise.
617 * gdb.base/maint.exp: Likewise.
618 * gdb.base/mips_pro.exp: Likewise.
619 * gdb.base/miscexprs.exp: Likewise.
620 * gdb.base/multi-forks.exp: Likewise.
621 * gdb.base/opaque.exp: Likewise.
622 * gdb.base/overlays.exp: Likewise.
623 * gdb.base/pc-fp.exp: Likewise.
624 * gdb.base/pointers.exp: Likewise.
625 * gdb.base/printcmds.exp: Likewise.
626 * gdb.base/psymtab.exp: Likewise.
627 * gdb.base/ptype.exp: Likewise.
628 * gdb.base/recurse.exp: Likewise.
629 * gdb.base/relational.exp: Likewise.
630 * gdb.base/relocate.exp: Likewise.
631 * gdb.base/remote.exp: Likewise.
632 * gdb.base/reread.exp: Likewise.
633 * gdb.base/restore.exp: Likewise.
634 * gdb.base/return.exp: Likewise.
635 * gdb.base/return2.exp: Likewise.
636 * gdb.base/scope.exp: Likewise.
637 * gdb.base/sect-cmd.exp: Likewise.
638 * gdb.base/sep.exp: Likewise.
639 * gdb.base/sepdebug.exp: Likewise.
640 * gdb.base/setshow.exp: Likewise.
641 * gdb.base/setvar.exp: Likewise.
642 * gdb.base/sigall.exp: Likewise.
643 * gdb.base/sigbpt.exp: Likewise.
644 * gdb.base/signals.exp: Likewise.
645 * gdb.base/signull.exp: Likewise.
646 * gdb.base/sizeof.exp: Likewise.
647 * gdb.base/solib.exp: Likewise.
648 * gdb.base/step-line.exp: Likewise.
649 * gdb.base/step-test.exp: Likewise.
650 * gdb.base/structs.exp: Likewise.
651 * gdb.base/structs2.exp: Likewise.
652 * gdb.base/term.exp: Likewise.
653 * gdb.base/twice.exp: Likewise.
654 * gdb.base/until.exp: Likewise.
655 * gdb.base/varargs.exp: Likewise.
656 * gdb.base/volatile.exp: Likewise.
657 * gdb.base/watchpoint.exp: Likewise.
658 * gdb.base/whatis-exp.exp: Likewise.
659 * gdb.base/whatis.exp: Likewise.
660 * gdb.cp/ambiguous.exp: Likewise.
661 * gdb.cp/annota2.exp: Likewise.
662 * gdb.cp/annota3.exp: Likewise.
663 * gdb.cp/bool.exp: Likewise.
664 * gdb.cp/breakpoint.exp: Likewise.
665 * gdb.cp/casts.exp: Likewise.
666 * gdb.cp/class2.exp: Likewise.
667 * gdb.cp/classes.exp: Likewise.
668 * gdb.cp/cplusfuncs.exp: Likewise.
669 * gdb.cp/ctti.exp: Likewise.
670 * gdb.cp/derivation.exp: Likewise.
671 * gdb.cp/exception.exp: Likewise.
672 * gdb.cp/gdb1355.exp: Likewise.
673 * gdb.cp/hang.exp: Likewise.
674 * gdb.cp/inherit.exp: Likewise.
675 * gdb.cp/local.exp: Likewise.
676 * gdb.cp/m-data.exp: Likewise.
677 * gdb.cp/m-static.exp: Likewise.
678 * gdb.cp/member-ptr.exp: Likewise.
679 * gdb.cp/method.exp: Likewise.
680 * gdb.cp/misc.exp: Likewise.
681 * gdb.cp/namespace.exp: Likewise.
682 * gdb.cp/overload.exp: Likewise.
683 * gdb.cp/ovldbreak.exp: Likewise.
684 * gdb.cp/pr-1023.exp: Likewise.
685 * gdb.cp/pr-1210.exp: Likewise.
686 * gdb.cp/pr-574.exp: Likewise.
687 * gdb.cp/printmethod.exp: Likewise.
688 * gdb.cp/psmang.exp: Likewise.
689 * gdb.cp/ref-params.exp: Likewise.
690 * gdb.cp/ref-types.exp: Likewise.
691 * gdb.cp/rtti.exp: Likewise.
692 * gdb.cp/templates.exp: Likewise.
693 * gdb.cp/try_catch.exp: Likewise.
694 * gdb.cp/userdef.exp: Likewise.
695 * gdb.cp/virtfunc.exp: Likewise.
696 * gdb.disasm/am33.exp: Likewise.
697 * gdb.disasm/h8300s.exp: Likewise.
698 * gdb.disasm/mn10300.exp: Likewise.
699 * gdb.disasm/sh3.exp: Likewise.
700 * gdb.disasm/t01_mov.exp: Likewise.
701 * gdb.disasm/t02_mova.exp: Likewise.
702 * gdb.disasm/t03_add.exp: Likewise.
703 * gdb.disasm/t04_sub.exp: Likewise.
704 * gdb.disasm/t05_cmp.exp: Likewise.
705 * gdb.disasm/t06_ari2.exp: Likewise.
706 * gdb.disasm/t07_ari3.exp: Likewise.
707 * gdb.disasm/t08_or.exp: Likewise.
708 * gdb.disasm/t09_xor.exp: Likewise.
709 * gdb.disasm/t10_and.exp: Likewise.
710 * gdb.disasm/t11_logs.exp: Likewise.
711 * gdb.disasm/t12_bit.exp: Likewise.
712 * gdb.disasm/t13_otr.exp: Likewise.
713 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
714 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
715 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
716 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
717 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
718 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
719 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
720 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
721 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
722 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
723 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
724 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
725 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
726 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
727 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
728 * gdb.mi/gdb701.exp: Likewise.
729 * gdb.mi/gdb792.exp: Likewise.
730 * gdb.mi/mi-basics.exp: Likewise.
731 * gdb.mi/mi-break.exp: Likewise.
732 * gdb.mi/mi-cli.exp: Likewise.
733 * gdb.mi/mi-console.exp: Likewise.
734 * gdb.mi/mi-disassemble.exp: Likewise.
735 * gdb.mi/mi-eval.exp: Likewise.
736 * gdb.mi/mi-file.exp: Likewise.
737 * gdb.mi/mi-read-memory.exp: Likewise.
738 * gdb.mi/mi-regs.exp: Likewise.
739 * gdb.mi/mi-return.exp: Likewise.
740 * gdb.mi/mi-simplerun.exp: Likewise.
741 * gdb.mi/mi-stack.exp: Likewise.
742 * gdb.mi/mi-stepi.exp: Likewise.
743 * gdb.mi/mi-syn-frame.exp: Likewise.
744 * gdb.mi/mi-until.exp: Likewise.
745 * gdb.mi/mi-var-block.exp: Likewise.
746 * gdb.mi/mi-var-child.exp: Likewise.
747 * gdb.mi/mi-var-cmd.exp: Likewise.
748 * gdb.mi/mi-var-display.exp: Likewise.
749 * gdb.mi/mi-watch.exp: Likewise.
750 * gdb.mi/mi2-basics.exp: Likewise.
751 * gdb.mi/mi2-break.exp: Likewise.
752 * gdb.mi/mi2-cli.exp: Likewise.
753 * gdb.mi/mi2-console.exp: Likewise.
754 * gdb.mi/mi2-disassemble.exp: Likewise.
755 * gdb.mi/mi2-eval.exp: Likewise.
756 * gdb.mi/mi2-file.exp: Likewise.
757 * gdb.mi/mi2-read-memory.exp: Likewise.
758 * gdb.mi/mi2-regs.exp: Likewise.
759 * gdb.mi/mi2-return.exp: Likewise.
760 * gdb.mi/mi2-simplerun.exp: Likewise.
761 * gdb.mi/mi2-stack.exp: Likewise.
762 * gdb.mi/mi2-stepi.exp: Likewise.
763 * gdb.mi/mi2-syn-frame.exp: Likewise.
764 * gdb.mi/mi2-until.exp: Likewise.
765 * gdb.mi/mi2-var-block.exp: Likewise.
766 * gdb.mi/mi2-var-child.exp: Likewise.
767 * gdb.mi/mi2-var-cmd.exp: Likewise.
768 * gdb.mi/mi2-var-display.exp: Likewise.
769 * gdb.mi/mi2-watch.exp: Likewise.
770 * gdb.stabs/exclfwd.exp: Likewise.
771 * gdb.stabs/weird.exp: Likewise.
772 * gdb.threads/gcore-thread.exp: Likewise.
773 * gdb.trace/actions.exp: Likewise.
774 * gdb.trace/backtrace.exp: Likewise.
775 * gdb.trace/circ.exp: Likewise.
776 * gdb.trace/collection.exp: Likewise.
777 * gdb.trace/deltrace.exp: Likewise.
778 * gdb.trace/infotrace.exp: Likewise.
779 * gdb.trace/limits.exp: Likewise.
780 * gdb.trace/packetlen.exp: Likewise.
781 * gdb.trace/passc-dyn.exp: Likewise.
782 * gdb.trace/passcount.exp: Likewise.
783 * gdb.trace/report.exp: Likewise.
784 * gdb.trace/save-trace.exp: Likewise.
785 * gdb.trace/tfind.exp: Likewise.
786 * gdb.trace/tracecmd.exp: Likewise.
787 * gdb.trace/while-dyn.exp: Likewise.
788 * gdb.trace/while-stepping.exp: Likewise.
789
f4b618d1
JB
7902006-08-08 Joel Brobecker <brobecker@adacore.com>
791
792 * gdb.base/step-bt.c: New file.
793 * gdb.base/step-bt.exp: New testcase.
794
3d00d119
DJ
7952006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
796
797 * config/monitor.exp (gdb_load): Remove support for obsolete
798 download-write-size.
799 * gdb.base/remote.exp: Likewise. Update all callers of
800 gdb_timed_load.
801
017b5bd4
DJ
8022006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
803
804 * cursal.exp: Pass binfile to gdb_load.
805
837c599d
DJ
8062006-08-01 Nathan Sidwell <nathan@codesourcery.com>
807
808 * gdb.base/cursal.exp: Add "" to gdb_load call.
809
8dd4540b
MK
8102006-07-29 Mark Kettenis <kettenis@gnu.org>
811
812 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
813 NetBSD/ELF targets.
814
ab5c9f60
DJ
8152006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
816
817 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
818 operator*.
819
4c42eaff
DJ
8202006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
821
822 * gdb.base/completion.exp: Update for change in "file" behavior.
823 * gdb.stabs/weird.exp: Likewise.
824 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
825 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
826
0155cc76
NS
8272006-07-24 Nathan Sidwell <nathan@codesourcery.com>
828
829 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
830 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
831
16026cd7
AS
8322006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
833
834 * gdb.base/default.exp: Update source command error message.
835 * gdb.base/help.exp: Update 'help source' message.
836
16963cb6
DJ
8372006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
838
839 * gdb.cp/bs15503.exp: Update comment for no longer crashing
840 test.
841
6d7fd486
AS
8422006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
843
844 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
845
29e8a844
DJ
8462006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
847
848 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
849
6afcfa39
DJ
8502006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
851
852 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
853
267a692b
MK
8542006-07-17 Mark Kettenis <kettenis@gnu.org>
855
856 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
857 *-*-openbsd* from targets for wich we expect ARM FPA floating
858 point format.
859
85d2fec4
NR
8602006-07-17 Nick Roberts <nickrob@snap.net.nz>
861
862 * gdb.cp/annota3.exp: Expect frame-begin annotation.
863
8642006-07-17 Mark Kettenis <kettenis@gnu.org>
865
866 * gdb.base/annota3.exp: Expect frame-begin annotation.
867
85b4c6e8
JB
8682006-07-14 Joel Brobecker <brobecker@adacore.com>
869
870 * gdb.base/help.exp: Adjust "help unset" test to accept
871 any list of unset commands.
872
fb933624
DJ
8732006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
874 Daniel Jacobowitz <dan@codesourcery.com>
875
876 * gdb.cp/ref-params.exp: New test.
877 * gdb.cp/ref-params.cc: New source file.
878 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
879
1dff4b64
MK
8802006-07-08 Mark Kettenis <kettenis@gnu.org>
881
882 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
883 spaces/tabs in regular expressions since they might not be there.
884
40d2e0e3
AS
8852006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
886
887 * gdb.base/ifelse.exp: New file.
888
f6c957d2
NS
8892006-07-04 Nathan Sidwell <nathan@codesourcery.com>
890
891 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
892 line.
893 * gdb.base/huge.exp: Loop over compilation to find a size that
894 is acceptable.
895 * gdb.base/remote.exp: Correct expected strings.
896 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
897
b9c5a23d
DJ
8982006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
899
900 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
901
9af2e58d
DJ
9022006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
903
904 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
905 native.
906
30930ca5
DJ
9072006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
908
909 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
910 enable stabs testing.
911
aa32fa1d
DJ
9122006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
913
bd4a4c80 914 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
915 gdb_test_multiple does.
916
321fef15
DJ
9172006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
918
919 * Makefile.in (host_alias): Remove.
920 (target_alias): Use @target_noncanonical@.
921 (site.exp): Don't set host_alias.
922 * aclocal.m4: Remove contents. Include acx.m4.
923 * configure: Regenerated.
924 * configure.ac: Use ACX_NONCANONICAL_TARGET.
925
e1c2defa
NS
9262006-06-13 Nathan Sidwell <nathan@codesourcery.com>
927
e63b55d1
NS
928 * lib/gdb.exp (gdb_load_cmd): New.
929
5600ea19
NS
930 * gdb.base/fileio.c: Add system(NULL) test.
931 * gdb.base/fileio.exp: Check it.
932
e1c2defa
NS
933 * gdb.base/break.c: Add 10a breakpoint at }
934 * gdb.base/break.exp: Add test for breakpoint at }
935 * gdb.cp/anon-union.cc: Add code at end of function.
936 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
937 * gdb.mi/var-cmd.c: Add code at end of function.
938 * gdb.mi/mi-var-display.exp: Adjust end of next.
939 * gdb.mi/mi2-var-display.exp: Likewise.
940 * gdb.base/fileio.c: Add stop function and insert calls at
941 stopping places.
942 * gdb.base/fileio.exp: Breakpoint stop function and remove
943 explicit line number references.
944
6c0112ec
JB
9452006-05-19 Joel Brobecker <brobecker@adacore.com>
946
947 * gdb.base/del.exp (test_delete_alias): New function.
948 Now check that both "del" and "d" work as aliases for "delete".
949
154189a4
FF
9502006-05-18 Fred Fish <fnf@specifix.com>
951
952 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
953 required. Check for spurious output after program exits normally.
954
582e64c2
FF
9552006-05-17 Fred Fish <fnf@specifix.com>
956
957 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
958 gdb_load, so it works in the simulator.
959
8ef6493a
FF
9602006-05-11 Fred Fish <fnf@specifix.com>
961
962 * gdb.base/bang.exp: Ignore unexpected output between the
963 "program exited normally" and the gdb prompt, as many other
964 tests do.
965
692b141c
MK
9662006-05-07 Mark Kettenis <kettenis@gnu.org>
967
968 * gdb.base/help.exp: Make "delete checkpoint" part option for
969 "help d" and "help delete" tests.
970
540b8a30
UW
9712006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
972
973 * gdb.mi/mi-basics.exp: Add missing serial number to
974 expected output in some mi_gdb_test statements.
975 * gdb.mi/mi2-basics.exp: Likewise.
976
9b6462d9
JB
9772006-05-05 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.base/del.c: New file.
980 * gdb.base/del.exp: New testcase.
981
954de43b
DM
9822006-05-05 David S. Miller <davem@sunset.davemloft.net>
983
984 * gdb.base/break.exp: Do not assume a breakpoint on
985 main will actually be in $srcfile when optimizing.
1303f75e
DM
986 * gdb.base/savedregs.exp: Do not require that the dummy
987 frame location match up to a symbol and source file location.
c3242428
DM
988 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
989 will get printed without a mi_cmd_data_list_register_values prefix.
990 (*-data-list-register-*): Correct regular expressions to expect the new
991 pseudo d? floating point registers.
992 * gdb.mi/mi2-regs.exp: Likewise.
993
c7e64c9a
DJ
9942006-05-05 Christophe Lyon <christophe.lyon@st.com>
995
996 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
997 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
998 is allocated by the compiler.
999 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
1000 anons, e, anone to force their allocation by the compiler.
1001
10022006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
1003
1004 * gdb.base/help.exp: Update expected text for help d and
1005 help delete.
1006
27ce9a6d
MK
10072006-05-02 Mark Kettenis <kettenis@gnu.org>
1008
1009 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
1010 NetBSD/ELF targets.
1011
8608915f
MK
10122006-04-30 Mark Kettenis <kettenis@gnu.org>
1013
1014 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
1015 single-step breakpoint fails; make this a KFAIL on
1016 sparc*-*-openbsd*.
1017 * gdb.base/siginfo.exp: Likewise.
1018 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1019
b8db102d
MS
10202006-04-26 Michael Snyder <msnyder@redhat.com>
1021
1022 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
1023 which may have to consume output from other forks.
1024 Add tests to make sure that "delete fork" succeeded.
1025
c702009a
MS
10262006-04-20 Michael Snyder <msnyder@redhat.com>
1027
1028 * 2006-03-22 Jim Blandy <jimb@redhat.com>
1029 Add support for the Renesas M32C and M16C.
1030
1031 * gdb.asm/asm-source.exp: Add m32c target.
1032 * gdb.asm/m32c.inc: Support for m32c target.
1033
e28493f2
AS
10342006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
1035
1036 * gdb.base/commands.exp (recursive_source_test): New test.
1037
880da185
DM
10382006-04-04 David S. Miller <davem@sunset.davemloft.net>
1039
1040 * gdb.base/float.exp: Add pattern for sparc targets.
1041
61d9b92f
DJ
10422006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1043
1044 * gdb.base/commands.exp (stray_arg0_test): New test.
1045
bd717df8
PB
10462006-03-30 Paul Brook <paul@codesourcery.com>
1047
1048 * gdb.mi/mi-until.exp: kfail broken until command.
1049 * gdb.mi/mi2-until.exp: Ditto.
1050
ec793d3c
NR
10512006-03-27 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
1054
831004b7
AO
10552006-03-08 Alexandre Oliva <aoliva@redhat.com>
1056
1057 * gdb.base/prelink.exp: Anchor tested-for regular expression
1058 on gdb prompt.
1059
effe49a0
PB
10602006-03-07 Paul Brook <paul@codesourcery.com>
1061
1062 * gdb.base/assign.exp: Correct fail message.
1063
e5461016
PB
10642006-03-07 Paul Brook <paul@codesourcery.com>
1065
1066 * lib/compiler.c: Extract armcc version number.
1067 * lib/compiler.cc: Ditto.
1068
fc91c6c2
PB
10692006-03-07 Paul Brook <paul@codesourcery.com>
1070
1071 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
1072 additional_flags=-w.
1073 * gdb.arch/altivec-regs.exp: Ditto.
1074 * gdb.arch/e500-abi.exp: Ditto.
1075 * gdb.arch/e500-regs.exp: Ditto.
1076 * gdb.base/all-bin.exp: Ditto.
1077 * gdb.base/annota1.exp: Ditto.
1078 * gdb.base/annota3.exp: Ditto.
1079 * gdb.base/args.exp: Ditto.
1080 * gdb.base/arithmet.exp: Ditto.
1081 * gdb.base/assign.exp: Ditto.
1082 * gdb.base/async.exp: Ditto.
1083 * gdb.base/bang.exp: Ditto.
1084 * gdb.base/break.exp: Ditto.
1085 * gdb.base/call-rt-st.exp: Ditto.
1086 * gdb.base/completion.exp: Ditto.
1087 * gdb.base/cond-expr.exp: Ditto.
1088 * gdb.base/condbreak.exp: Ditto.
1089 * gdb.base/consecutive.exp: Ditto.
1090 * gdb.base/define.exp: Ditto.
1091 * gdb.base/display.exp: Ditto.
1092 * gdb.base/ena-dis-br.exp: Ditto.
1093 * gdb.base/environ.exp: Ditto.
1094 * gdb.base/eval-skip.exp: Ditto.
1095 * gdb.base/info-proc.exp: Ditto.
1096 * gdb.base/jump.exp: Ditto.
1097 * gdb.base/logical.exp: Ditto.
1098 * gdb.base/long_long.exp: Ditto.
1099 * gdb.base/maint.exp: Ditto.
1100 * gdb.base/miscexprs.exp: Ditto.
1101 * gdb.base/pc-fp.exp: Ditto.
1102 * gdb.base/pointers.exp: Ditto.
1103 * gdb.base/relational.exp: Ditto.
1104 * gdb.base/reread.exp: Ditto.
1105 * gdb.base/sect-cmd.exp: Ditto.
1106 * gdb.base/sep.exp: Ditto.
1107 * gdb.base/sepdebug.exp: Ditto.
1108 * gdb.base/until.exp: Ditto.
1109 * gdb.base/whatis-exp.exp: Ditto.
1110 * gdb.cp/annota2.exp: Ditto.
1111 * gdb.cp/annota3.exp: Ditto.
1112 * gdb.trace/actions.exp: Ditto.
1113 * gdb.trace/backtrace.exp: Ditto.
1114 * gdb.trace/circ.exp: Ditto.
1115 * gdb.trace/collection.exp: Ditto.
1116 * gdb.trace/deltrace.exp: Ditto.
1117 * gdb.trace/infotrace.exp: Ditto.
1118 * gdb.trace/limits.exp: Ditto.
1119 * gdb.trace/packetlen.exp: Ditto.
1120 * gdb.trace/passc-dyn.exp: Ditto.
1121 * gdb.trace/passcount.exp: Ditto.
1122 * gdb.trace/report.exp: Ditto.
1123 * gdb.trace/save-trace.exp: Ditto.
1124 * gdb.trace/tfind.exp: Ditto.
1125 * gdb.trace/tracecmd.exp: Ditto.
1126 * gdb.trace/while-dyn.exp: Ditto.
1127 * gdb.trace/while-stepping.exp: Ditto.
1128 * lib/gdb.exp: Ditto.
1129 (gdb_compile): Handle nowarning option.
1130
5f4a23d9
AO
11312006-03-07 Alexandre Oliva <aoliva@redhat.com>
1132
1133 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
1134 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
1135 Rename executable to prelinkt. Don't re-prelink if we didn't
1136 get a core file. Test prelink -u exit status to tell whether
1137 prelinking failed. Use gdb_test_multiple.
1138
9733fc94
DJ
11392006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1140
1141 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
1142 (do_tests): Call it.
1143
cc10cae3
AO
11442006-02-28 Alexandre Oliva <aoliva@redhat.com>
1145
1146 * gdb.base/prelink.exp: New test.
1147 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
1148
15c46491
WZ
11492006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
1150
1151 * gdb.fortran/derived-type.f90: New file.
1152 * gdb.fortran/derived-type.exp: New testcase.
1153
5c9f7ded
DJ
11542006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1155
1156 * gdb.base/default.exp: Allow ';' as a directory separator.
1157
5b96932b
AS
11582006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
1159
1160 * gdb.base/help.exp (help add-symbol-file): Update.
1161
1986bccd
AS
11622006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
1163
1164 * gdb.base/help.exp (help load): Update expected results.
1165
a8b7528f
FF
11662006-02-19 Fred Fish <fnf@specifix.com>
1167
1168 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
1169 specifix hex value as part of results.
1170 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
1171
f8261448
FF
11722006-02-16 Fred Fish <fnf@specifix.com>
1173
1174 * gdb.base/whatis.c: Define variables using typedefs char_addr,
1175 ushort_addr, and slong_addr, so the typedefs are not optimized
1176 away.
1177 * gdb.base/whatis.exp: Add tests using type name for struct type,
1178 union type, enum type, and typedef.
1179
31d8bdd2
MK
11802006-02-13 Mark Kettenis <kettenis@gnu.org>
1181
1182 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
1183
34e41e63
JB
11842006-02-13 Jim Blandy <jimb@redhat.com>
1185
1186 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
1187 case where it takes two "next" commands to skip past the init
1188 call.
1189
ac6e4f31
FF
11902006-02-12 Fred Fish <fnf@specifix.com>
1191
1192 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
1193 to handle cases where it takes two "next" commands to skip
1194 past the init call.
1195
2db2d571
JB
11962006-02-07 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.ada/array_return.exp: Mark the last test as expected to fail
1199 on hppa32 targets.
1200
38fcd64c
DJ
12012006-02-06 Vladimir Prus <ghost@cs.msu.su>
1202
1203 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
1204 field.
1205
1315ad46
MK
12062006-01-29 Mark Kettenis <kettenis@gnu.org>
1207
1208 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
1209
5625b943
DJ
12102006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
1211
1212 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
1213 files.
1214
80df1bbe
DJ
12152006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1216
1217 * gdb.cp/maint.exp: Set complaints to a positive value.
1218
9078e690
DJ
12192006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1220
1221 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
1222 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
1223 function name.
1224
9c903399
DJ
12252006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1226
1227 * gdb.base/checkpoint.c: Update copyright notice. Include
1228 <stdlib.h>.
1229
761ae4d6
JB
12302006-01-04 Jim Blandy <jimb@redhat.com>
1231
1232 * gdb.asm/asm-source.exp: Independently provide default values for
1233 asm-flags and debug-flags. Use 'string equal' to do the
1234 comparison, not the implicit expr's '==' operator. Remove
1235 now-unneeded assignments to asm-flags. In h8300 case, place
1236 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
1237
099ac3dd
MS
12382006-01-04 Michael Snyder <msnyder@redhat.com>
1239
1240 * gdb.base/checkpoint.c: New file.
1241 * gdb.base/checkpoint.exp: New file.
1242 * gdb.base/multi-fork.c: New file.
1243 * gdb.base/multi-fork.exp: New file.
1244 * gdb.base/pi.txt: New file (data for checkpoint.c test).
1245
f4d85314
FF
12462006-01-04 Fred Fish <fnf@specifix.com>
1247
1248 * gdb.base/ptype.c (foo): Add typedef.
1249 (intfoo): Add function.
1250 * gdb.base/ptype1.c: New file.
1251 * gdb.base/ptype.exp: Handle compilation and linking with two
1252 source files. Test that proper type for "foo" is found based
1253 on source context rather than first match found in symtabs.
1254
a1b06f35
MK
12552005-12-28 Mark Kettenis <kettenis@gnu.org>
1256
1257 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
1258 * gdb.asm/openbsd.inc: Indent commands.
1259
d082a1e2
MK
12602005-12-26 Mark Kettenis <kettenis@gnu.org>
1261
c65016bd
MK
1262 * gdb.base/freebpcmd.exp: Increase timeout.
1263
d082a1e2
MK
1264 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
1265
d3c32a0e
DJ
12662005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
1267
1268 * gdb.base/default.exp: Update check for "show version".
1269
9fdb1f50
RC
12702005-12-09 Randolph Chung <tausq@debian.org>
1271
1272 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
1273 * gdb.asm/pa64.inc: New file.
1274
5f2c56f7
RC
12752005-12-09 Randolph Chung <tausq@debian.org>
1276
1277 * gdb.asm/common.inc: Indent commands.
1278 * gdb.asm/asmsrc1.s: Likewise.
1279 * gdb.asm/asmsrc2.s: Likewise.
1280
8117349c
RC
12812005-12-09 Randolph Chung <tausq@debian.org>
1282
1283 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
1284 (get_addr_of_sym): Remove duplicate print.
1285 (gen_core): xfail hppa*-*-hpux*, update expected output.
1286 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
1287 * gdb.arch/pa64-nullify.s: New file.
1288
8f07f25a
RC
12892005-12-09 Randolph Chung <tausq@debian.org>
1290
1291 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
1292
55b39184
DJ
12932005-12-07 Christophe Lyon <christophe.lyon@st.com>
1294
1295 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
1296 code generation for these functions.
1297 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
1298 error message.
1299
31e2b00f
AS
13002005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1301
1302 * gdb.base/help.exp (help b, help br, help bre, help brea)
1303 (help break): Update the expected message.
1304
c3d0b56e
SC
13052005-11-11 Stephane Carrez <stcarrez@nerim.fr>
1306
1307 * gdb.asm/m68hc11.inc: Setup the data section.
1308 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
1309 script for this test.
1310 (m6812-*-*): Likewise.
1311
36ae0ea9
RC
13122005-11-09 Randolph Chung <tausq@debian.org>
1313
1314 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
1315
9d6f42e9
WZ
13162005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
1317
1318 * gdb.base/break.exp: Fix a comment typo.
1319
e2126a14
EZ
13202005-11-03 Jim Blandy <jimb@redhat.com>
1321
1322 Checked in by Elena Zannoni <ezannoni@redhat.com>
1323
1324 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
1325
e0ac7199
CV
13262005-11-02 Corinna Vinschen <vinschen@redhat.com>
1327
1328 * gdb.arch/gdb1558.c: Include stdio.h.
1329
31d3fb18
MK
13302005-10-31 Mark Kettenis <kettenis@gnu.org>
1331
1332 * gdb.asm/asm-source.exp: Use -e instead of --entry.
1333
e52b687c
MK
13342005-10-31 Mark Kettenis <kettenis@gnu.org>
1335
1336 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
1337
f4711d79
PG
13382005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
1339
1340 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
1341 vscr" tests to better match output.
1342
987a9106
JB
13432005-10-12 Jim Blandy <jimb@redhat.com>
1344
1345 * gdb.base/structs.exp (any): New function.
1346 (test_struct_returns): Don't make any assumptions at all about
1347 what value the function returns when GDB can't set the return
1348 value.
1349
2336bb58
JB
13502005-10-09 Joel Brobecker <brobecker@adacore.com>
1351
1352 * gdb.ada/arrayidx/p.adb: New file.
1353 * gdb.ada/arrayidx.exp: New testcase
1354
13552005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
1356
1357 * gdb.ada/array_return/pck.ads: New file.
1358 * gdb.ada/array_return/pck.adb: New file.
1359 * gdb.ada/array_return/p.adb: New file.
1360 * gdb.ada/array_return.exp: New testcase.
1361
705335ea
JB
13622005-10-03 Joel Brobecker <brobecker@adacore.com>
1363
1364 * gdb.base/arrayidx.c: New file.
1365 * gdb.base/arrayidx.exp: New testcase.
1366
11ee9940
NR
13672005-09-29 Nick Roberts <nickrob@snap.net.nz>
1368
1369 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
1370 frames-invalid and breakpoints-invalid are no longer generated
1371 with level 3 so don't expect them in the output.
1372
39fb8e9e
BR
13732005-09-27 Bob Rossi <bob@brasko.net>
1374
1375 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
1376 from test. Escape the | in mi_gdb_test call.
1377 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
1378 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
1379 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
1380 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
1381 expected regex's in mi_gdb_test calls.
1382 * lib/mi-support.exp: Remove arbitrary .* from tests.
1383 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
1384 Fully anchor GDB/MI expected results in mi_gdb_test.
1385 * lib/gdb.exp (string_to_regexp): Escape the ] character.
1386 * gdb.base/sizeof.exp: Remove escape character. Correct test.
1387
2af48f68
PB
13882005-09-26 Paul Brook <paul@codesourcery.com>
1389
1390 * long_long.exp: Exclude eabi targets from arm FPA float format test.
1391
f34502bc
WZ
13922005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
1393
1394 * bfp-test.c: New file.
1395 * bfp-test.exp: New testcase.
1396
ca929517
WZ
13972005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
1398
1399 * gdb.fortran/subarray.exp: New testcase to test the evaluation
1400 of subarray and substring variable.
1401 * gdb.fortran/subarray.f: New source file for the test of subarray
1402 and substring variable evaluation.
1403 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
1404 of string constant.
1405
c761af65
DJ
14062005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
1407
1408 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
1409 copyright dates.
1410
561d7a1d
PG
14112005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
1412
1413 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
1414 powerpc altivec' test with an almost identical 'info vector' test.
1415
b2b64cc9
PG
14162005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
1417
1418 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
1419 vscr" tests to match output.
1420
6ac4d15a
PG
14212005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
1422
1423 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
1424 output.
1425
40e55bef
BR
14262005-09-11 Bob Rossi <bob@brasko.net>
1427
1428 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
1429 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
1430 commands that return an MI output command and an asyncronous MI output
1431 command.
1432 * gdb.mi/mi-console.exp: Ditto.
1433
3c7385ec
BR
14342005-09-11 Bob Rossi <bob@brasko.net>
1435
1436 * gdb.mi/mi-var-child.c: Include <string.h>.
1437
a6cd0eb3
DJ
14382005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * killed.exp: Correct gdb_expect syntax.
1441
2f168eed
CV
14422005-08-09 Corinna Vinschen <vinschen@redhat.com>
1443
1444 * lib/mi-support.exp (mi_gdb_load): Fix typo.
1445
ecd3fd0f
BR
14462005-08-02 Bob Rossi <bob@brasko.net>
1447
1448 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
1449 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
1450 Change tests to inferior-tty-set/show.
1451 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
1452 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
1453 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
1454 inferior. Use mi_gdb_test to get GDB and Inferior output.
1455 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
1456 descriptor.
1457 (mi_inferior_tty_name): Add inferior PTY file name.
1458 (mi_gdb_start): Add INFERIOR_PTY parameter.
1459 (mi_gdb_test): Add IPATTERN parameter.
1460
f1ea48cb
BR
14612005-08-02 Bob Rossi <bob@brasko.net>
1462
1463 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
1464 parameter to mi_gdb_test.
1465 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
1466
6e650a67
DJ
14672005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
1468
1469 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
1470 struct_declarations.
1471 * gdb.mi/mi-var-child.exp: Step over the initialization of
1472 struct_declarations.
1473
8be260b6
DJ
14742005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
1475
1476 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
1477 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
1478 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
1479 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
1480 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
1481 file.
1482
4e660f07
NR
14832005-07-27 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
1486 (do_children_tests): Assign values to the extra elements.
1487
1488 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
1489 them for tests for "-var-update --no-values" and
1490 "-var-update --all-values".
1491 Add test for "-var-list-children --simple-values".
1492
1493 * gdb.mi/basics.c (callee4): Add integer array D[3]...
1494
1495 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
1496 "-stack-list-locals --simple-values" Improve doc strings and
1497 comments.
1498
6bdae935
MK
14992005-07-18 Mark Kettenis <kettenis@gnu.org>
1500
598b7a6f
MK
1501 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
1502 *-*-openbsd*.
1503 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
1504
6bdae935
MK
1505 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
1506 sigaltsatck'.
1507
1323e929
BR
15082005-07-14 Bob Rossi <bob@brasko.net>
1509
1510 * gdb.base/default.exp (tty): Changed output of command.
1511 * gdb.base/help.exp (help tty): Ditto.
1512
b1a9c082
MK
15132005-07-12 Mark Kettenis <kettenis@gnu.org>
1514
1515 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
1516
10a844a2
MK
15172005-07-10 Mark Kettenis <kettenis@gnu.org>
1518
1519 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
1520 -stack-select-frame without arguments.
1521 (test_stack_frame_listing): Add test for newly implemented command
1522 -stack-info-frame.
1523
3cb3b8df
BR
15242005-07-06 Bob Rossi <bob@brasko.net>
1525
1526 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
1527 command.
1528 (Copyright): Update copyright.
1529
a0c5fbcf
WZ
15302005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
1531
1532 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
1533 tests to evaluate exponentiation expression.
1534
984971d0
AS
15352005-06-29 Andreas Schwab <schwab@suse.de>
1536
1537 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
1538 main to avoid warnings.
1539
1540 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
1541
fe03833f
NR
15422005-06-20 Nick Roberts <nickrob@snap.net.nz>
1543
1544 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
1545 -stack-select-frame without arguments.
1546 (test_stack_frame_listing): Add test for newly implemented command
1547 -stack-info-frame.
1548
7a55f279
WZ
15492005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
1550
0ffa0ea5
DJ
1551 * gdb.fortran/array-element.f: New file.
1552 * gdb.fortran/array-element.exp: New testcase.
7a55f279 1553
26585198
DJ
15542005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1555
1556 * gdb.base/bigcore.exp: Correct checks for systems which can
1557 not dump a large core file.
1558
c1bd25fd
DJ
15592005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1560
1561 * gdb.base/relocate.c: Add a copyright notice.
1562 (dummy): Remove.
1563 * gdb.base/relocate.exp: Test printing the values of variables
1564 from a relocatable file.
1565
589e074d
DJ
15662005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
1567
1568 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
1569 excess MI output after an error.
1570
0915f927
JB
15712005-05-29 Joel Brobecker <brobecker@adacore.com>
1572
1573 * gdb.arch/alpha-step.c: New file.
1574 * gdb.arch/alpha-step.exp: New testcase.
1575
76ff342d
DJ
15762005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1577 Dennis Brueni <dennis@slickedit.com>
1578
1579 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
1580 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
1581 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
1582 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
1583 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
1584 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
1585 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
1586
96b0c7ac
DJ
15872005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
1588 Wu Zhou <woodzltc@cn.ibm.com>
1589
1590 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
1591 IBM's xlc compiler.
1592 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
1593 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
1594
f21565d2
JB
15952005-05-13 Jim Blandy <jimb@redhat.com>
1596
1597 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
1598 calling gdb_suppress_entire_file.
1599 * gdb.base/charset.exp: Same.
1600 * gdb.base/call-rt-st.exp: Same.
1601
6006a3a1
BR
16022005-05-05 Bob Rossi <bob_rossi@cox.net>
1603
1604 * lib/gdb.exp (fullname_syntax): Added global regex.
1605 (fullname_syntax_POSIX): Ditto.
1606 (fullname_syntax_UNC): Ditto.
1607 (fullname_syntax_DOS_CASE): Ditto.
1608 (fullname_syntax_DOS): Ditto.
1609 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
1610 fullname_syntax variable to scope and use it.
1611 (test_file_list_exec_source_files): Ditto.
1612 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
1613
c3b69c04
DJ
16142005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1615
1616 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
1617
3c95e6af
PG
16182004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
1619
1620 * lib/gdb.exp (skip_altivec_tests): New function, based on
1621 check_vmx_hw_available from the GCC testsuite.
1622 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
1623 * lib/gdb.arch/altivec-regs.exp: Likewise.
1624
78df6c56
JB
16252005-05-02 Jim Blandy <jimb@redhat.com>
1626
1627 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
1628 calling gdb_suppress_entire_file.
1629
1690f9cf
DJ
16302005-04-30 Randolph Chung <tausq@debian.org>
1631
1632 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
1633 Slightly relax "sem_post" name checking.
1634
5ea106f7
PG
16352005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
1636
1637 * gdb.base/unload.exp: Use new shared library infrastructure.
1638
bf7234cf
PG
16392005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
1640
1641 * gdb.base/so-impl-ld.exp: Use new shared library
1642 infrastructure.
1643
547b869a
CV
16442005-04-29 Corinna Vinschen <vinschen@redhat.com>
1645
1646 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
1647 * gdb.asm/h8300.inc: New file.
1648
f07e55f0
PG
16492005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
1650
1651 * gdb.base/shlib-call.exp: Change to use new shared library
1652 infrastructure.
1653
3cbba3d1
PG
16542005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
1655
1656 * gdb.base/pending.exp: Change to use new shared library
1657 infrastructure.
1658
ed6df200
PG
16592005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
1660
1661 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
1662 use test_compiler_info instead of gcc_compiled, and update copyright.
1663
8c8f4ebe
PG
16642005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
1665
1666 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
1667 shared objects being adjusted and update copyright years.
1668
607fbc54
DJ
16692005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
1670
1671 * ChangeLog: Correct some 2003-01-13 dates.
1672 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
1673 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
1674 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
1675 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
1676 gdb.trace/tfind.exp: Update copyright years.
1677
57bf0e56
DJ
16782005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
1679 Daniel Jacobowitz <dan@codesourcery.com>
1680
1681 * lib/gdb.exp (gdb_compile): Handle shlib=.
1682 (gdb_compile_shlib): New function.
1683
9b593790
PG
16842005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
1685
1686 * lib/gdb.exp (test_compiler_info): Give argument a default value.
1687
9494c6a5
DJ
16882005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
1689
1690 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
1691 gdb.server.
1692 * configure.ac: Likewise.
1693 * configure: Regenerated.
1694 * gdb.gdbserver/Makefile.in: Moved to...
1695 * gdb.server/Makefile.in: ... here.
1696 * gdb.gdbserver/server.c: Moved to...
1697 * gdb.server/server.c: ... here.
1698 * gdb.gdbserver/server-run.exp: Moved to...
1699 * gdb.server/server-run.exp: ... here.
1700
6f8eac0e
DJ
17012005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
1702
1703 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
1704 * configure.ac: Create gdb.gdbserver/Makefile.
1705 * configure: Regenerated.
1706 * lib/gdbserver-support.exp: New file, derived from
1707 config/gdbserver.exp.
1708 * config/gdbserver.exp: Use gdbserver-support.exp.
1709 * gdb.gdbserver/Makefile.in: New file.
1710 * gdb.gdbserver/server.c: New file.
1711 * gdb.gdbserver/server-run.exp: New file.
1712
6e87504d
PG
17132005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
1714
1715 * lib/gdb.exp (test_compiler_info): Return compiler_info
1716 if no arguments are given.
1717
d1779be4
PG
17182005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
1719
1720 * gdb.arch/altivec-abi.exp: Check for compiler and set
1721 use altivec' flag accordingly.
1722 * gdb.arch/altivec-regs.exp: Likewise.
1723
88750304
DJ
17242005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1725
1726 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
1727
f3fb768d
AS
17282005-03-27 Andreas Schwab <schwab@suse.de>
1729
1730 * gdb.base/bigcore.c (main): Add missing mode argument in open
1731 call.
1732
7e813ac5
DJ
17332005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
1734
1735 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
1736 downloads.
1737 * config/gdbserver.exp (gdb_load): Likewise.
1738
8e3049aa
PB
17392005-03-14 Paul Brook <paul@codesourcery.com>
1740
1741 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
1742 targets.
1743
a9df7c44
JB
17442005-03-09 Joel Brobecker <brobecker@adacore.com>
1745
1746 * gdb.dwarf2/dup-psym.S: New file.
1747 * gdb.dwarf2/dup-psym.exp: New testcase.
1748
9f0d94e8
JB
17492005-03-09 Joel Brobecker <brobecker@adacore.com>
1750
1751 * gdb.ada/exec_changed/first.adb: New file.
1752 * gdb.ada/exec_changed/second.adb: New file.
1753 * gdb.ada/exec_changed.exp: New testcase.
1754
5f579bc5
NS
17552005-03-08 Nathan Sidwell <nathan@codesourcery.com>
1756
36e9969c
NS
1757 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
1758 (A2): New class.
1759 (main): Test operator+.
1760 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
1761 breakpoint test.
1762
5f579bc5
NS
1763 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
1764 * gdb.base/signull.exp: Disable if gdb,nosignals.
1765 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
1766 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
1767 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
1768 * gdb.mi/mi2-console.exp: Likewise.
1769 * gdb.trace/collection.exp (run_trace_experiment): Consume the
1770 continue output at start.
1771 (gdb_collect_locals_test): Robustify regexp.
1772 * gdb.trace/passc-dyn.exp: Fix comment typo.
1773 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
1774
be46087e
CV
17752005-03-08 Corinna Vinschen <vinschen@redhat.com>
1776
1777 * gdb.asm/asm-source.exp: Add iq2000 case.
1778 * gdb.asm/iq2000.inc: New file.
1779
384e1a61
MI
17802005-03-07 Manoj Iyer <manjo@austin.ibm.com>
1781
1782 * gdb.base/command.exp: Change hardcoded value to regular expression.
1783 * gdb.base/float.exp: Add powerpc to the list of targets checked.
1784
584b6e9e
DJ
17852005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
1786
1787 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
1788 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
1789 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
1790 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
1791 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
1792
ab5b5d61
MK
17932005-03-05 Mark Kettenis <kettenis@gnu.org>
1794
1795 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
1796 changes.
1797
ae051c1b
PG
17982004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
1799
1800 * lib/compiler.c: Add test for IBM's xlc compiler.
1801 * lib/compiler.cc: Likewise.
1802
3f0f6ed2
JB
18032004-02-24 Joel Brobecker <brobecker@adacore.com>
1804
1805 * gdb.ada/fixed_points.exp: Create compilation object directory
1806 before running the test.
1807 * gdb.ada/null_record.exp: Likewise.
1808 * gdb.ada/packed_array.exp: Likewise.
1809 * gdb.ada/start.exp: Likewise.
1810
724f452b
JB
18112005-02-15 Joel Brobecker <brobecker@adacore.com>
1812
1813 * gdb.ada/packed_array/pa.adb: New file.
1814 * gdb.ada/packed_array.exp: New testcase.
1815
57f5cdfb 18162005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 1817
1f393151
MK
1818 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
1819 files.
1820
ebdda337
MK
1821 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
1822 on *-*-openbsd*. Correctly match whitespace in regukar
1823 expressions.
1824
cf309262
DJ
18252005-02-10 Daniel Jacobowitz <dan@debian.org>
1826
1827 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1828 PR exp/1821
1829 * gdb.base/gdb1821.c: New test file.
1830 * gdb.base/gdb1821.exp: New test file.
1831
3be49e7a
JB
18322005-02-09 Joel Brobecker <brobecker@adacore.com>
1833
1834 * gdb.base/start.c: New file.
1835 * gdb.base/start.exp: New testcase.
1836
e292e67d
JB
18372005-02-09 Joel Brobecker <brobecker@adacore.com>
1838
1839 * gdb.ada/start/dummy.adb: New file.
1840 * gdb.ada/start.exp: New testcase.
1841
dbdfa66c
CV
18422005-02-09 Corinna Vinschen <vinschen@redhat.com>
1843
1844 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
1845 for printing symbols and statistics.
1846 Add test for using relative pathnames in "maint print msymbols" test.
1847 Mark "maint info sections DATA" XFAIL on Cygwin.
1848 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
1849 tests.
1850
d7941671
AC
18512005-02-09 Andreas Schwab <schwab@suse.de>
1852
1853 Committed by Andrew Cagney <cagney@gnu.org>
1854 * gdb.base/remotetimeout.exp: New file.
1855
74e5ef44
MK
18562005-02-07 Mark Kettenis <kettenis@gnu.org>
1857
1858 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
1859
464dd14d
JB
18602005-02-03 Joel Brobecker <brobecker@adacore.com>
1861
1862 * gdb.ada/gnat_ada.gpr: New file.
1863 * gdb.ada/gnat_ada.gin: Delete, no longer used.
1864 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
1865 * configure.ac: No longer generate gnat_ada.gpr.
1866 * configure: Regenerate.
1867 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
1868 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
1869 * gdb.ada/null_record/bar.ads: Likewise.
1870 * gdb.ada/null_record/bar.adb: Likewise.
1871 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
1872 * gdb.ada/null_record.exp (testdir): New variable.
1873 (testfile): executable is now in testdir subdirectory.
1874 (srcfile): Use full path to the main compilation unit.
1875 * gdb.ada/fixed_points.exp: Same changes as above.
1876
30d756ae
NR
18772005-02-03 Nick Roberts <nickrob@snap.net.nz>
1878
1879 * gdb.base/interp.exp: New test.
1880
9d799f85
AC
18812005-01-24 Andrew Cagney <cagney@gnu.org>
1882
1883 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
1884
15656118
AC
18852005-01-19 Andrew Cagney <cagney@gnu.org>
1886
a892c31b
AC
1887 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
1888 configure.ac not configure.in.
1889
15656118
AC
1890 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
1891 of powerpc*-*-*.
1892 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
1893 * gdb.base/list.exp (test_list_function)
1894 (test_list_filename_and_function): Ditto.
1895 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
1896
a7b01baf
AC
18972005-01-16 Andrew Cagney <cagney@gnu.org>
1898
17d92a02
AC
1899 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
1900
a7b01baf
AC
1901 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
1902
bc8332bb
AC
19032005-01-14 Andrew Cagney <cagney@gnu.org>
1904
1905 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
1906 * gdb.mi/mi2-var-cmd.exp: Ditto.
1907
4d074752
CV
19082005-01-10 Corinna Vinschen <vinschen@redhat.com>
1909
1910 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
1911
bec39cab
AC
19122005-01-07 Andrew Cagney <cagney@gnu.org>
1913
1914 * configure.ac: Rename configure.in, require autoconf 2.59.
1915 * configure: Re-generate.
1916 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
1917 * gdb.stabs/configure: Re-generate.
1918 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
1919 * gdb.hp/configure: Re-generate.
1920 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
1921 autoconf 2.59.
1922 * gdb.hp/gdb.objdbg/configure: Re-generate.
1923 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
1924 autoconf 2.59.
1925 * gdb.hp/gdb.defects/configure: Re-generate.
1926 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
1927 autoconf 2.59.
1928 * gdb.hp/gdb.compat/configure: Re-generate.
1929 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
1930 autoconf 2.59.
1931 * gdb.hp/gdb.base-hp/configure: Re-generate.
1932 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
1933 autoconf 2.59.
1934 * gdb.hp/gdb.aCC/configure: Re-generate.
1935
f10b16d4
JB
19362004-12-15 Jim Blandy <jimb@redhat.com>
1937
1938 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
1939 under NPTL when there is debugging info available for libpthread.
1940
fb6e1814
JG
19412004-12-13 Jerome Guitton <guitton@gnat.com>
1942
1943 * gdb.ada/fixed_points.c: New file.
1944 * gdb.ada/fixed_points.exp: New file.
1945
fe46cd3a
RC
19462004-12-03 Randolph Chung <tausq@debian.org>
1947
1948 * gdb.arch/pa-nullify.exp: New file.
1949 * gdb.arch/pa-nullify.s: New file.
1950
8de0841b
RC
19512004-11-30 Randolph Chung <tausq@debian.org>
1952
1953 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
1954 instead of "tbug". Fix regexp to work properly with gdb_test.
1955
c8170782
PH
19562004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
1957
1958 * gdb.base/bitfields2.exp: New test.
1959 * gdb.base/bitfields2.c: New file.
1960
954269c2
RE
19612004-11-28 Richard Earnshaw <rearnsha@arm.com>
1962
1963 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
1964
0107feed
RC
19652004-11-16 Randolph Chung <tausq@debian.org>
1966
1967 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
1968
f073ae8c
DJ
19692004-11-14 Daniel Jacobowitz <dan@debian.org>
1970
1971 * gdb.threads/threadapply.exp: Correct "macro details" test.
1972
19ad59e7
JJ
19732004-11-11 Jeff Johnston <jjohnstn@redhat.com>
1974
1975 * gdb.threads/threadapply.exp: New test.
1976 * gdb.threads/threadapply.c: New file.
1977
9cf0961b
MK
19782004-11-07 Mark Kettenis <kettenis@gnu.org>
1979
1980 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
1981 frames.
1982
c789492a
FL
19832004-11-05 Felix Lee <felix+log1@specifixinc.com>
1984
1985 * gdb.base/cursal.exp: New file.
1986 * gdb.base/cursal.c: New file.
1987
a1e167bb
AC
19882004-11-03 Andrew Cagney <cagney@gnu.org>
1989
1990 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
1991
b7cbf173
MK
19922004-10-30 Mark Kettenis <kettenis@gnu.org>
1993
1994 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
1995 NetBSD/ELF targets.
1996
88f9d34f
JB
19972004-10-29 Joel Brobecker <brobecker@gnat.com>
1998
1999 * gdb.threads/bp_in_thread.c: New file, copied from
2000 pthread_cond_wait.c.
2001 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
2002 file, rather than reusing the .c file from another testcase.
2003
ca7d6a0c
JB
20042004-10-20 Joel Brobecker <brobecker@gnat.com>
2005
2006 * gdb.ada/null_record.exp: Check where we stopped after
2007 sending the start command, instead of where the associated
2008 temporary breakpoint was inserted.
2009
0d863d03
AC
20102004-10-14 Andrew Cagney <cagney@gnu.org>
2011
2012 * gdb.mi/gdb701.c (main): Return 0.
2013
d11e72cb
DJ
20142004-10-13 Daniel Jacobowitz <dan@debian.org>
2015
d40539a4 2016 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 2017
e1923096
JJ
20182004-10-12 Jeff Johnston <jjohnstn@redhat.com>
2019
2020 * gdb.threads/schedlock.c: Add comment markers to use to find
2021 line numbers.
2022 * gdb.threads/schedlock.exp: Adjust regex to handle the new
2023 comments.
2024 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
2025 breakpoint lines.
2026
ec8ba2c9
DJ
20272004-10-12 Daniel Jacobowitz <dan@debian.org>
2028
2029 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
2030
0eb3658b
DJ
20312004-10-12 Daniel Jacobowitz <dan@debian.org>
2032
2033 * configure.in: Add gdb.dwarf2.
2034 * configure: Regenerated.
2035 * Makefile.in: Add gdb.dwarf2.
2036 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
2037 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
2038 gdb.dwarf2/file1.txt: New files.
2039
a271cc33
OF
20402004-10-11 Orjan Friberg <orjanf@axis.com>
2041
2042 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
2043 of "run", since the latter doesn't work with remote targets. Adjust
2044 the breakpoint numbering accordingly.
2045 * gdb.threads/pthread_cond_wait.exp: Ditto.
2046
895ce074
MC
20472004-10-08 Michael Chastain <mec.gnu@mindspring.com>
2048
2049 * gdb.base/overlays.exp: Update copyright years.
2050
6be3092d
KI
20512004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
2052
2053 * gdb.base/overlays.exp: Disable if target is Linux.
2054
e05389b8
FL
20552004-10-06 Felix Lee <felix+log1@specifixinc.com>
2056
2057 * config/gdbserver.exp (gdb_load): Use right filename on remote.
2058
73cb587d
KI
20592004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2060
2061 * gdb.asm/asm-source.exp: Add m32r-linux target.
2062 * gdb.asm/m32r-linux.inc: New file.
2063
3c0edcdc
AC
20642004-09-24 Andrew Cagney <cagney@redhat.com>
2065 David Anderson <anderson@redhat.com>
2066
2067 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
2068 command fails, assume things will work.
2069 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
2070 (_GNU_SOURCE): Define.
2071 (print_unsigned, print_hex): Change parameter to "long long".
2072 (print_byte_count): New function, use to print byte counts.
2073 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
2074 O_LARGEFILE.
2075 (main): Compute an upper bound on a corefile in max_core_size.
2076 Limit memory chunk size to max_core_size. Limit total memory
2077 allocated to max_core_size.
2078
4bb3667f
AC
20792004-09-23 Andrew Cagney <cagney@gnu.org>
2080
2081 * gdb.base/bigcore.exp: Replace the code that creates a corefile
2082 from a separate process with code that creates a corefile by
2083 making the inferior dump core.
2084
60fe1a51
MK
20852004-09-23 Mark Kettenis <kettenis@gnu.org>
2086
2087 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
2088 block.
2089
8e937346
MC
20902004-09-23 Michael Chastain <mec.gnu@mindspring.com>
2091
2092 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
2093 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
2094 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
2095 Likewise.
2096
7213f6d6
JJ
20972004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2098
2099 * gdb.java/jprint.exp: New test case for java inferior call.
2100 * gdb.java/jprint.java: Ditto.
2101
eac69dca
JB
21022004-09-15 Joel Brobecker <brobecker@gnat.com>
2103
2104 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
2105
22227696
MC
21062004-09-14 Michael Chastain <mec.gnu@mindspring.com>
2107
2108 * gdb.threads/killed.c: Include <stdlib.h>.
2109 * gdb.threads/pthreads.c: Likewise.
2110
7dd403a4
MC
21112004-09-14 Michael Chastain <mec.gnu@mindspring.com>
2112
2113 * gdb.threads/killed.c: Add copyright notice.
2114
33f2d567
JM
21152004-09-10 Jason Molenda (jmolenda@apple.com)
2116
2117 * gdb.base/define.exp: Two new tests to verify zero space chars
2118 after 'if' and 'while' commands in a user-defined command is correctly
2119 parsed.
2120
e05b62ac
AC
21212004-09-08 Andrew Cagney <cagney@gnu.org>
2122
2123 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
2124 delivery test with duplicate at end of file.
2125
9cbe82da
MK
21262004-09-06 Mark Kettenis <kettenis@jive.nl>
2127
2128 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
2129
564803d9
MC
21302004-09-05 Michael Chastain <mec.gnu@mindspring.com>
2131
2132 * config/hppro.exp: Removed.
2133
7c6807ce
MC
21342004-09-05 Michael Chastain <mec.gnu@mindspring.com>
2135
2136 * config/sparclet.exp: Removed.
2137
bf7e26dd
MC
21382004-09-05 Michael Chastain <mec.gnu@mindspring.com>
2139
2140 * config/udi.exp: Removed.
2141
714e341b
MC
21422004-09-02 Michael Chastain <mec.gnu@mindspring.com>
2143
2144 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
2145 of "exp_continue".
2146 (advancei): Likewise.
2147
1236e623
JJ
21482004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2149
2150 * gdb.base/unload.exp: Fix so messages aren't duplicated.
2151
3bdcad15
MI
21522004-09-01 Manoj Iyer <manjo@austin.ibm.com>
2153
228af206 2154 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
2155 to check for nodebug in executable.
2156 * gdb.gdb/observer.exp (setup_test): Likewise.
2157 * gdb.gdb/selftest.exp (test_with_self): Likewise.
2158 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
2159
c72b934c
AC
21602004-09-01 Andrew Cagney <cagney@gnu.org>
2161
2162 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
2163 files.
2164
edd9b715
JJ
21652004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2166
2167 * gdb.base/unload.exp: Fix expected warning message to match
2168 latest format.
2169
fb4ce06b
CV
21702004-09-01 Corinna Vinschen <vinschen@redhat.com>
2171
2172 * gdb.base/call-rt-st.exp: Fix typos.
2173
ce78e7c3
MI
21742004-08-31 Manoj Iyer <manjo@austin.ibm.com>
2175
2176 * gdb.threads/thread_check.exp: New testcase.
2177 * gdb.threads/thread_check.c: New testcase.
2178
2dedb159
AC
21792004-08-31 Andrew Cagney <cagney@gnu.org>
2180
2181 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
2182 (skip_to_handler_entry): New procedures. Test stepping into a
2183 handler when the breakpoint is at the handler's entry point.
2184
68f53502
AC
21852004-08-30 Andrew Cagney <cagney@gnu.org>
2186
2187 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
2188 gdb/1757.
2189
3e3ffd2b
MC
21902004-08-27 Michael Chastain <mec.gnu@mindspring.com>
2191
2192 With code from Manoj Iyer <manjo@austin.ibm.com>:
2193 * lib/gdb.exp (gdb_file_cmd): Return more information in the
2194 return value. Add an arm for "no debugging symbols found".
2195 Change a stray "error" to "perror".
2196 (gdb_run_cmd): Adapt to new return value.
2197 * gdb.base/remote.exp: Adapt to new return value.
2198 * gdb.gdb/complaints.exp: Likewise.
2199 * gdb.gdb/observer.exp: Likewise.
2200 * gdb.gdb/selftest.exp: Likewise.
2201 * gdb.gdb/xfullpath.exp: Likewise.
2202
4b6f5fd2
JB
22032004-08-27 Joel Brobecker <brobecker@gnat.com>
2204
2205 * gdb.threads/bp_in_thread.exp: New testcase.
2206
e5b25496
MC
22072004-08-27 Michael Chastain <mec.gnu@mindspring.com>
2208
2209 Fix PR testsuite/1735.
2210 * gdb.threads/schedlock.c (thread_function): Add a cast
2211 to suppress a gcc warning.
2212 * gdb.threads/thread-specific.c (thread_function): Likewise.
2213
934353d6
MC
22142004-08-26 Michael Chastain <mec.gnu@mindspring.com>
2215
2216 * gdb.base/unload.c: Include <stdlib.h>.
2217
f98a0aef 22182004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 2219
f98a0aef 2220 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
2221 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
2222 synchronized after the "return".
2223
5a2e8882
MC
22242004-08-26 Michael Chastain <mec.gnu@mindspring.com>
2225
2226 * gdb.mi/basics.c: Include <stdio.h>.
2227 * gdb.mi/pthreads.c: Include <stdlib.h>.
2228 * gdb.mi/var-cmd.c: Include <stdlib.h>.
2229
a9640423
MC
22302004-08-26 Michael Chastain <mec.gnu@mindspring.com>
2231
2232 * gdb.threads/schedlock.c: Add copyright notice.
2233
b04e311d
AC
22342004-08-25 Andrew Cagney <cagney@gnu.org>
2235
2236 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
2237 (skip_over_handler, breakpoint_over_hander): New test procedures.
2238 (advance, advancei): Add a proper prefix, do not use
2239 rerun_to_main.
2240 * gdb.base/sigstep.c (main): Change to use an infinite loop.
2241
7c27f15b
MC
22422004-08-24 Michael Chastain <mec.gnu@mindspring.com>
2243
2244 * gdb.mi/basics.c: Add copyright notice.
2245 * gdb.mi/var-cmd.c: Add copyright notice.
2246
fffc87ae
MC
22472004-08-23 Michael Chastain <mec.gnu@mindspring.com>
2248
2249 * lib/gdb.exp: Remove signed_keyword_not_used.
2250 * lib/compiler.c: Likewise.
2251 * lib/compiler.cc: Likewise.
2252
d782e0bf
MC
22532004-08-23 Michael Chastain <mec.gnu@mindspring.com>
2254
2255 * gdb.base/whatis.c: Remove conditional disabling of "signed".
2256 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
2257
96033e83
MC
22582004-08-23 Michael Chastain <mec.gnu@mindspring.com>
2259
2260 * gdb.base/whatis.c: Add copyright notice.
2261
cf38c229
MK
22622004-08-20 Mark Kettenis <kettenis@gnu.org>
2263
2264 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
2265 it to skip the breakpoints encoded in the inline assembly.
2266
f4b49756
MC
22672004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2268
2269 * Makefile.in: Add gdb.fortran.
2270
2f193b69
MC
22712004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2272
2273 * gdb.base/call-sc.exp (test_scalar_returns):
2274 Fix cut-and-paste glitch in "Make fun return now".
2275
89a237cb
MC
22762004-08-17 Michael Chastain <mec.gnu@mindspring.com>
2277
2278 * configure.in: Add gdb.fortran.
2279 * configure: Regenerate.
2280 * gdb.fortran/Makefile.in: New file.
2281 * lib/gdb.exp (skip_fortran_tests): New procedure.
2282
469aff8e
MC
22832004-08-17 Michael Chastain <mec.gnu@mindspring.com>
2284
2285 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
2286 reference to bug-gnu@prep.ai.mit.edu.
2287 * gdb.mi/mi-var-child.exp: Likewise.
2288 * gdb.mi/mi-var-cmd.exp: Likewise.
2289 * gdb.mi/mi-var-display.exp: Likewise.
2290 * gdb.mi/mi2-var-block.exp: Likewise.
2291 * gdb.mi/mi2-var-child.exp: Likewise.
2292 * gdb.mi/mi2-var-cmd.exp: Likewise.
2293 * gdb.mi/mi2-var-display.exp: Likewise.
2294
00b51b9f
MK
22952004-08-15 Mark Kettenis <kettenis@gnu.org>
2296
2297 * gdb.base/unload.c (main): Make local variable msg const.
2298
45f07fef
MC
22992004-08-15 Michael Chastain <mec.gnu@mindspring.com>
2300
2301 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
2302 to bug-gnu@prep.ai.mit.edu.
2303 * gdb.mi/mi-disassemble.exp: Likewise.
2304 * gdb.mi/mi-eval.exp: Likewise.
2305 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
2306 default line number.
2307 * gdb.mi/mi-return.exp: Likewise.
2308 * gdb.mi/mi-simplerun.exp: Likewise.
2309 * gdb.mi/mi-stack.exp: Likewise.
2310 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
2311 number with explicit range test.
2312 * gdb.mi/mi-watch.exp: Likewise.
2313 * gdb.mi/mi2-break.exp: Likewise.
2314 * gdb.mi/mi2-cli.exp: Likewise.
2315 * gdb.mi/mi2-disassemble.exp: Likewise.
2316 * gdb.mi/mi2-eval.exp: Likewise.
2317 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
2318 default line number.
2319 * gdb.mi/mi2-return.exp: Likewise.
2320 * gdb.mi/mi2-simplerun.exp: Likewise.
2321 * gdb.mi/mi2-stack.exp: Likewise.
2322 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
2323 number with explicit range test.
2324 * gdb.mi/mi2-watch.exp: Likewise.
2325
dd8c8ee7
MC
23262004-08-15 Michael Chastain <mec.gnu@mindspring.com>
2327
2328 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
2329 * gdb.cp/m-static.exp: Likewise.
2330 * gdb.cp/rtti.exp: Likewise.
2331
4e838464
MK
23322004-08-14 Mark Kettenis <kettenis@gnu.org>
2333
2334 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
2335
8d8cb839
EZ
23362004-08-14 Eli Zaretskii <eliz@gnu.org>
2337
2338 * ChangeLog: Prefix Local Variables with semi-colons and indent
2339 the reference to older ChangeLog files, to fix fontification in
2340 Emacs.
2341
deea8bb0
MC
23422004-08-13 Michael Chastain <mec.gnu@mindspring.com>
2343
2344 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
2345 * gdb.mi/mi2-break.exp: Likewise.
2346
c3297504
MC
23472004-08-13 Michael Chastain <mec.gnu@mindspring.com>
2348
2349 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
2350
25808999
MC
23512004-08-13 Michael Chastain <mec.gnu@mindspring.com>
2352
2353 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
2354
226a8d71
MC
23552004-08-13 Michael Chastain <mec.gnu@mindspring.com>
2356
2357 * gdb.cp/classes.exp: Remove unused declarations. Just let
2358 test names default instead of providing special names. Remove
2359 extraneous demangler test.
2360
37fdf854
JJ
23612004-08-12 Jeff Johnston <jjohnstn@redhat.com>
2362
2363 * gdb.base/unload.exp: New test for breakpoints in dynamically
2364 loaded libraries.
2365 * gdb.base/unload.c: Ditto.
2366 * gdb.base/unloadshr.c: Ditto.
2367
2d3a7986
MC
23682004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2369
2370 * gdb.cp/classes.exp (test_ptype_class_objects): Call
2371 cp_test_ptype_class.
2372 (test_enums): Likewise.
2373
c72b934c
AC
23742004-08-10 Andrew Cagney <cagney@gnu.org>
2375
2376 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
2377 files.
2378
cc503c8a
AC
23792004-08-10 Andrew Cagney <cagney@gnu.org>
2380
2381 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
2382 init_malloc call.
2383
902f2ccb
MC
23842004-08-10 Michael Chastain <mec.gnu@mindspring.com>
2385
2386 * ChangeLog: Add copyright notice. The notice is copied
2387 from emacs 21.3 top level ChangeLog.
2388
78c90502
MC
23892004-08-09 Michael Chastain <mec.gnu@mindspring.com>
2390
2391 * lib/cp-support.exp: New file.
2392 * lib/cp-support.exp (cp_test_type_class): New function.
2393 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
2394 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
2395 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
2396 cp_test_ptype_class.
2397
88e5ea78
MC
23982004-08-09 Michael Chastain <mec.gnu@mindspring.com>
2399
2400 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
2401 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
2402 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
2403 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
2404 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
2405 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
2406 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
2407 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
2408 gdb.mi/mi2-watch.exp: Update copyright years.
2409
6a89fc9c
MK
24102004-08-09 Mark Kettenis <kettenis@gnu.org>
2411
2412 * gdb.base/sigaltstack.exp: Provide proper anchoring.
2413
1482e0de
MC
24142004-08-09 Michael Chastain <mec.gnu@mindspring.com>
2415
2416 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
2417 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
2418 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
2419 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2420 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
2421 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
2422 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
2423 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
2424 gdb.mi/mi-watch.exp: Update copyright years.
2425
1a5ce3f3
DJ
24262004-08-08 Daniel Jacobowitz <dan@debian.org>
2427
2428 PR gdb/1738
2429 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
2430 from a breakpoint with a pending signal.
2431
04f6ecf2
DJ
24322004-08-08 Daniel Jacobowitz <dan@debian.org>
2433
2434 PR gdb/1736
2435 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
2436 * gdb.base/sigaltstack.exp (finish_test): Consume output until
2437 the prompt.
2438 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
2439
54d90d35
DJ
24402004-08-08 Daniel Jacobowitz <dan@debian.org>
2441
2442 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
2443
d2f6abb0
DJ
24442004-08-08 Daniel Jacobowitz <dan@debian.org>
2445
2446 PR gdb/1736
2447 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
2448 for i?86-*-linux*.
2449
5598c03d
DJ
24502004-08-08 Daniel Jacobowitz <dan@debian.org>
2451
2452 * gdb.arch/i386-prologue.exp: Compile without debug information.
2453
c6fee705
MC
24542004-08-08 Michael Chastain <mec.gnu@mindspring.com>
2455
2456 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
2457 rather than asking gdb to search.
2458
dd90efdb
MC
24592004-08-05 Michael Chastain <mec.gnu@mindspring.com>
2460
2461 * gdb.base/gcore.c: Include <string.h>.
2462
1e84bec1
MC
24632004-08-05 Michael Chastain <mec.gnu@mindspring.com>
2464
2465 * gdb.base/gcore.c: Add copyright notice.
2466
e425eb2b
MC
24672004-08-05 Michael Chastain <mec.gnu@mindspring.com>
2468
2469 * gdb.base/freebpcmd.c: Include <stdio.h>.
2470 * gdb.base/long_long.c: Include <string.h>.
2471 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
2472 * gdb.base/siginfo.c: Include <string.h>.
2473 * gdb.base/sigstep.c: Include <string.h>.
2474
cb9aaed5
MC
24752004-08-04 Michael Chastain <mec.gnu@mindspring.com>
2476
2477 * gdb.base/complex.c: Include <stdlib.h>.
2478
55944f3d
MC
24792004-08-04 Michael Chastain <mec.gnu@mindspring.com>
2480
2481 * gdb.base/complex.c: Add copyright notice.
2482
7b2953d9
MC
24832004-08-04 Michael Chastain <mec.gnu@mindspring.com>
2484
2485 * gdb.base/charset.c: Include <stdlib.h>.
2486
c9133d23
MC
24872004-08-04 Michael Chastain <mec.gnu@mindspring.com>
2488
2489 * gdb.base/auxv.c: Include <stdlib.h>.
2490
0a8490ad
MC
24912004-08-04 Michael Chastain <mec.gnu@mindspring.com>
2492
2493 * gdb.base/auxv.c: Add copyright notice.
2494
3426d5ec
MC
24952004-08-04 Michael Chastain <mec.gnu@mindspring.com>
2496
2497 * gdb.base/coremaker.c: Add copyright notice.
2498 * gdb.base/coremaker2.c: Add copyright notice.
2499
8da195dd
AC
25002004-08-04 Andrew Cagney <cagney@gnu.org>
2501
2502 * gdb.base/store.exp: Update copyright.
2503 (check_set, up_set, check_struct, up_struct): Add a prefix to test
2504 names, do not import gdb_prompt.
2505
8d394f98
AC
25062004-08-01 Andrew Cagney <cagney@gnu.org>
2507
2508 Fix PR testsuite/1729.
2509 * gdb.base/dump.exp: Add test name to callers of capture_value, do
2510 not use capture_value with value 4.
2511 (capture_value): Add optional test name parameter.
2512 (test_reload_saved_value, test_restore_saved_value): Use $msg as
2513 the prefix, pass to capture_value.
2514
b6702b23
MK
25152004-08-01 Mark Kettenis <kettenis@gnu.org>
2516
2517 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
2518 * gdb.arch/i386-prologue.c (standard): New prototype and function.
2519 (main): Call new function.
2520
c203e0ca
MC
25212004-07-31 Michael Chastain <mec.gnu@mindspring.com>
2522
2523 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
2524
a7995a30
MC
25252004-07-31 Michael Chastain <mec.gnu@mindspring.com>
2526
2527 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
2528
9366563b
MC
25292004-07-31 Michael Chastain <mec.gnu@mindspring.com>
2530
b6eeaf26 2531 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
2532 Accept more values of vtbl pointer. Remove some messages
2533 about "obsolete gcc or gdb".
2534
2fc1f950
MC
25352004-07-30 Michael Chastain <mec.gnu@mindspring.com>
2536
2537 * gdb.cp/classes.exp: Accept more varieties of ptype output.
2538
c724d49b
MC
25392004-07-30 Michael Chastain <mec.gnu@mindspring.com>
2540
2541 * gdb.base/asm-source.exp: Properly convert target board
2542 debug flags from gcc format to binutils format.
2543
736b0fce
MK
25442004-07-28 Mark Kettenis <kettenis@gnu.org>
2545
2546 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
2547 gdb1718". PR backtrace/1718 partially fixed.
2548
5633ea5c
JJ
25492004-07-27 Jeff Johnston <jjohnstn@redhat.com>
2550
2551 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
2552
575eebb1
NC
25532004-07-26 Nick Clifton <nickc@redhat.com>
2554
2555 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
2556 good default value for a specific architecture is available then
2557 set it to that value. Otherwise default to the -gstabs switch.
2558 Remove the -g... switches from the asm-flags variable. Allow the
2559 target board info to override the value if it wants to. Pass the
2560 switch on the assembler command line.
2561
62104619
MK
25622004-07-23 Mark Kettenis <kettenis@gnu.org>
2563
2564 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
2565 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
2566 (main): Call new function.
2567
4a1135b8
MC
25682004-07-22 Michael Chastain <mec.gnu@mindspring.com>
2569
2570 Test for PR exp/1715.
2571 * gdb.base/radix.exp: Refactor common procedures. Make all
2572 test names unique. Change XFAIL to KFAIL.
2573
8a12c1f0
MC
25742004-07-20 Michael Chastain <mec.gnu@mindspring.com>
2575
2576 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
2577 * gdb.ada/gnat_ada.gin: ... to here.
2578 * configure.in: Use gnat_ada.gin.
2579 * configure: Regenerate.
2580
23b451cf
AC
25812004-07-20 Andrew Cagney <cagney@gnu.org>
2582
2583 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
2584 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
2585 XFAILs. Clean up test messages and comments. Check backtraces.
2586 Delete re-sync code.
2587
ab618a02
MC
25882004-07-19 Michael Chastain <mec.gnu@mindspring.com>
2589
2590 Fix PR cli/740.
2591 * gdb.base/annota1.exp: Honor gdb,nosignals.
2592 * gdb.base/annota3.exp: Likewise.
2593
46dad340
MC
25942004-07-19 Michael Chastain <mec.gnu@mindspring.com>
2595
2596 * lib/java.exp: Update copyright notice.
2597
756d8c70
AC
25982004-07-19 Andrew Cagney <cagney@gnu.org>
2599
2600 * gdb.base/selftest.exp: Copy file from here ...
2601 * gdb.gdb/selftest.exp: ... to here.
2602
586027e6
AC
26032004-07-16 Andrew Cagney <cagney@redhat.com>
2604
2605 * lib/insight-support.exp: Delete file.
2606 * lib/java.exp (java_init): Fix copyright.
2607
029d2200
AC
26082004-07-16 Andrew Cagney <cagney@gnu.org>
2609
2610 * gdb.base/restore.c: Append "prologue" to comments marking the a
2611 function's prologue.
2612 * gdb.base/restore.exp: Update copyright, re-indent.
2613 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
2614 callerN" prefix where needed. Update patterns that match a
2615 function's prologue.
2616
653b62c5
MC
26172004-07-16 Michael Chastain <mec.gnu@mindspring.com>
2618
2619 * gdb.base/restore.c: Add copyright notice.
2620
f7d690e5
AC
26212004-07-16 Andrew Cagney <cagney@gnu.org>
2622
2623 * gdb.base/logical.exp: Update copyright.
2624 (evaluate): New procedure. Use to re-implement tests using
2625 several tables.
2626
d629a7cb
MH
26272004-07-14 Martin Hunt <hunt@redhat.com>
2628
2629 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
2630 which fixes some problems where init.tcl was not found.
2631
9c7bb332
AC
26322004-07-13 Andrew Cagney <cagney@gnu.org>
2633
6bf46641
AC
2634 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
2635 (check_sizeof, check_valueof): Do not include the output in the
2636 test name. Use gdb_test.
2637 (get_valueof): Use gdb_test_multiple.
2638
c4ffd4c0
AC
2639 * gdb.base/step-test.exp: Update copyright. Use
2640 gdb_test_multiple. Ensure that test names do not include
2641 architecture dependent output.
2642
ab89363a
AC
2643 * gdb.gdb/observer.exp: Update copyright.
2644 (setup_test): Use gdb_test_multiple.
2645 (attach_first_observer, attach_second_observer)
2646 (attach_third_observer, detach_first_observer)
2647 (detach_second_observer, detach_third_observer)
2648 (reset_counters, check_counters): Make $message a prefix.
2649 (test_normal_stop_notifications): Add "args" parameter - a list of
2650 init functions to be called. Make $message a prefix,
2651 (test_observer_normal_stop): Change the message prefixes so that
2652 they are unique, pass the attach / detach procedures to
2653 test_normal_stop_notifications.
2654
ec58997a
AC
2655 * gdb.base/signull.exp (test_segv): Prefix all tests with
2656 "${name}". Clean up test messages.
2657
b475183b
AC
2658 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
2659
9c7bb332
AC
2660 * gdb.base/ena-dis-br.exp: Update copyright.
2661 (break_at): New function. Replace send_gdb with gdb_test,
2662 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
2663 ignore count, not stopped at bpt", with KFAIL.
2664
2dd95497
CV
26652004-07-13 Corinna Vinschen <vinschen@redhat.com>
2666
2667 * gdb.base/attach.exp: Remove cleanupfile handling.
2668
419e626b
AC
26692004-07-12 Andrew Cagney <cagney@gnu.org>
2670
2671 * gdb.base/annota1.exp: Cleanup corefile test name.
2672 * gdb.base/annota3.exp: Ditto.
2673
8b1b3228
AC
26742004-07-12 Andrew Cagney <cagney@gnu.org>
2675
78650829
AC
2676 * gdb.base/signals.exp: Clean up copyright, re-indent.
2677
8b1b3228
AC
2678 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
2679 gdb_test and gdb_test_multiple.
2680
935c2760
JJ
26812004-07-08 Jeff Johnston <jjohnstn@redhat.com>
2682
2683 * gdb.java/jmain.exp: Fix expected line number for main to
2684 break at. Set XFAIL for break at main test since gcj does not
2685 provide line number info for first statement in main.
2686
1544280f
AC
26872004-07-08 Andrew Cagney <cagney@gnu.org>
2688
1279f4ff
AC
2689 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
2690
1544280f
AC
2691 * gdb.base/sigbpt.exp: Make the common part of each test name a
2692 prefix instead of suffix.
2693
bcc82369
BR
26942004-07-07 Bob Rossi <bob_rossi@cox.net>
2695
2696 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
2697 test from test_tbreak_creation_and_listing to
2698 test_file_list_exec_source_file
2699 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
2700 Changed name of test from test_tbreak_creation_and_listing to
2701 test_file_list_exec_source_file
2702
23f4b0aa
JJ
27032004-07-07 Jeff Johnston <jjohnstn@redhat.com>
2704
2705 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
2706 the jmisc() constructor instead of <init>.
2707 * gdb.java/jmisc1.exp: Ditto.
2708
56401cd5
AC
27092004-07-07 Andrew Cagney <cagney@gnu.org>
2710
2711 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
2712 corrupting the PC.
2713
44ae2f6a
MC
27142004-07-06 Michael Chastain <mec.gnu@mindspring.com>
2715
2716 * gdb.cp/templates.exp: Accept whitespace change in demangler
2717 output.
2718
45a83408
AC
27192004-07-06 Andrew Cagney <cagney@gnu.org>
2720
2721 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
2722
d205ad70
MC
27232004-07-02 Michael Chastain <mec.gnu@mindspring.com>
2724
2725 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
2726 * lib/compiler.cc: Likewise.
2727
06ea1a61
MC
27282004-06-30 Michael Chastain <mec.gnu@mindspring.com>
2729
2730 * lib/compiler.cc: Work around string preprocessing problem
2731 with old hp c++ compiler.
2732 * lib/compiler.c: Likewise.
2733
daab1251
CV
27342004-06-29 Corinna Vinschen <vinschen@redhat.com>
2735
2736 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
2737 directives to conditionalize symbol prefixing.
2738 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
2739 additional_flags handling. Add underscore prefix for Cygwin.
2740 * gdb.arch/i386-unwind.c: Use preprocessor directives to
2741 conditionalize symbol prefixing.
2742 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
2743 additional_flags handling. Add underscore prefix for Cygwin.
2744
cc984116
CV
27452004-06-29 Corinna Vinschen <vinschen@redhat.com>
2746
2747 * gdb.base/bigcore.exp: Skip test on Cygwin.
2748
c279b077
MC
27492004-06-28 Michael Chastain <mec.gnu@mindspring.com>
2750
2751 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
2752 formats for "info register". Use gdb_test_multiple. Fix
2753 the "invalid register" test.
2754
0e915747
CV
27552004-06-28 Corinna Vinschen <vinschen@redhat.com>
2756
2757 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
2758 PID for Cygwin. Add Cygwin specific strings to check for in some
2759 tests.
2760 (do_attach_tests): Add a test for user interaction when attaching
2761 to a process with no matching symbol table already loaded.
2762
11422c86
AC
27632004-06-26 Andrew Cagney <cagney@gnu.org>
2764
2765 Test PR java/1567 and PR java/1565.
2766 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
2767 * gdb.java/jmisc2.exp: Delete file.
2768
cefbce26
MC
27692004-06-26 Michael Chastain <mec.gnu@mindspring.com>
2770
2771 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
2772
e19f872c
CV
27732004-06-25 Corinna Vinschen <vinschen@redhat.com>
2774
2775 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
2776 attach process.
2777
d931ba3b
MC
27782004-06-23 Michael Chastain <mec.gnu@mindspring.com>
2779
2780 * gdb.cp/pr-1553.exp: Remove.
2781
aef68c48
MC
27822004-06-22 Michael Chastain <mec.gnu@mindspring.com>
2783
2784 * gdb.cp/pr-1553.cc: Remove.
2785 * gdb.cp/pr-1553.exp: Disable this test.
2786
8d5df71a
JB
27872004-06-20 Jim Blandy <jimb@redhat.com>
2788
2789 Fix PR testsuite/1680.
2790 * gdb.arch/i386-sse.exp: Properly quote curly braces in
2791 regular expressions.
2792
4ac6f39d
MC
27932004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2794
2795 Fix PR testsuite/1679.
2796 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
2797 Issue an UNSUPPORTED result instead.
2798
1b413552
JB
27992004-06-18 Jim Blandy <jimb@redhat.com>
2800
2801 * gdb.base/charset.exp: Only send a control-C if we see a new
2802 prompt and incomplete command.
2803
6daa6ebd
MC
28042004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2805
2806 * gdb.cp/pr-574.cc: Add copyright notice.
2807
51fa4ae0
JB
28082004-06-17 Jim Blandy <jimb@redhat.com>
2809
2810 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
2811 cases where the regexp has no groups; this grabs random text from
2812 the previous test suite, whatever that was.
2813
8fea26c5
MC
28142004-06-17 Michael Chastain <mec.gnu@mindspring.com>
2815
2816 * gdb.cp/printmethod.cc: Add copyright notice.
2817
1e3aeb41
MC
28182004-06-16 Michael Chastain <mec.gnu@mindspring.com>
2819
2820 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
2821
9d9030bc
AC
28222004-06-16 Andrew Cagney <cagney@gnu.org>
2823
2824 * gdb.base/signull.c: Update copyright. Include <string.h>.
2825 (bowler): Replace data_pointer with data_read
2826 and data_write cases. Add code_descriptor case.
2827 (zero, desc): New array and pointer.
2828 (data, code): Change to simple pointers.
2829 * gdb.base/signull.exp: Fix probe pattern matching a function
2830 descriptor SIGSEGV. Replace data_pointer with data_read and
2831 data_write tests.
2832
acd4ad44
AC
28332004-06-16 Andrew Cagney <cagney@gnu.org>
2834
2835 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
2836
08fd625c
MC
28372004-06-15 Michael Chastain <mec.gnu@mindspring.com>
2838
2839 * gdb.base/long_long.c: Add copyright notice.
2840
1903502c
MC
28412004-06-15 Michael Chastain <mec.gnu@mindspring.com>
2842
2843 * gdb.base/long_long.exp: Remove reference to
2844 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
2845 to gdb_breakpoint and gdb_continue_to_breakpoint.
2846
83313cb1
JB
28472004-06-14 Jim Blandy <jimb@redhat.com>
2848
2849 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
2850 endian case.
2851
1bf404ef
AC
28522004-06-14 Andrew Cagney <cagney@gnu.org>
2853
2854 * gdb.base/gcore.exp (capture_command_output): Delete the always
2855 passing tests containing inferior values.
2856 * gdb.base/ending-run.exp: Do not include the breakpoint address
2857 in the test message. Update copyright.
2858 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
2859 size in the test name, use gdb_test_multiple. Update copyright.
2860
ef220b33
MC
28612004-06-14 Michael Chastain <mec.gnu@mindspring.com>
2862
2863 * gdb.cp/ref-types.cc: Add copyright notice.
2864
4f70a4c9
MC
28652004-06-14 Michael Chastain <mec.gnu@mindspring.com>
2866
2867 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
2868 hp_aCC_compiler.
2869 * lib/compiler.cc: Likewise.
2870 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
2871 'set' commands. Log diagnostics for other lines. Set
2872 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
2873
335928ac
MC
28742004-06-13 Michael Chastain <mec.gnu@mindspring.com>
2875
2876 * gdb.cp/try_catch.cc: Add copyright notice.
2877
2efb12e8
MC
28782004-06-12 Michael Chastain <mec.gnu@mindspring.com>
2879
2880 * gdb.cp/userdef.cc: Add copyright notice.
2881
0bbed51a
MC
28822004-06-11 Michael Chastain <mec.gnu@mindspring.com>
2883
2884 * gdb.cp/virtfunc.cc: Add copyright notice.
2885
e12a46c9
RC
28862004-06-11 Randolph Chung <tausq@debian.org>
2887
2888 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
2889 problem.
2890
338e05af
AC
28912004-06-10 Andrew Cagney <cagney@gnu.org>
2892
2893 * lib/compiler.cc, lib/compiler.c: Append either
2894 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
2895 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
2896 instead of gcc-3-3.
2897
dc3f10cb
AC
28982004-06-09 Andrew Cagney <cagney@gnu.org>
2899
b4d946af
AC
2900 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
2901 gdb/1455, bug is specific to "long long" and "double".
2902
dc3f10cb
AC
2903 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
2904 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
2905 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
2906 fixed.
2907
b5c0bfa2
AC
29082004-06-09 Andrew Cagney <cagney@gnu.org>
2909
2910 * gdb.base/structs.exp (test_struct_returns): Replace
2911 "return_value_unknown" and "finish_value_unknown" by
2912 "return_value_known" and "finish_value_known". Instead of
2913 "return_value_unknown" iff "finish_value_unknown", check
2914 "return_value_known" implies "finish_value_known".
2915
caeb605f
MH
29162004-06-08 Martin Hunt <hunt@redhat.com>
2917
2918 * gdb.base/float.exp: Add pattern for mips targets.
2919
c892bb64
RC
29202004-06-08 Randolph Chung <tausq@debian.org>
2921
2922 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
2923 message for unknown architectures more clear.
2924
48306d3e
JB
29252004-06-08 Joel Brobecker <brobecker@gnat.com>
2926
2927 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
2928 start the execution of the program.
2929
83ecb59f
JB
29302004-06-07 Jim Blandy <jimb@redhat.com>
2931
2932 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
2933 * gdb.arch/i386-cpuid.h: New helper file.
2934
55264cb4
RC
29352004-06-07 Randolph Chung <tausq@debian.org>
2936
2937 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
2938 has started.
2939
23cadb28
RM
29402004-06-04 Roland McGrath <roland@redhat.com>
2941
2942 Fix PR gdb/1647.
2943 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
2944 differently to be robust to output buffering differences.
2945
51d01eda
MC
29462004-06-04 Michael Chastain <mec.gnu@mindspring.com>
2947
2948 * gdb.threads/pthreads.exp: Update copyright years.
2949 (check_control_c): Change asynchronous 'after' to synchronous.
2950
f4fc3b93
RM
29512004-06-04 Roland McGrath <roland@redhat.com>
2952
2953 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
2954 next gdb prompt.
2955
4013522b
MC
29562004-06-02 Michael Chastain <mec.gnu@mindspring.com>
2957
2958 Fix PR gdb/1636.
2959 * gdb.threads/manythreads.exp: Change asynchronous 'after'
2960 calls to synchronous.
2961
7a8f1e6b
JB
29622004-05-26 Jim Blandy <jimb@redhat.com>
2963
2964 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
2965
81bb3443
RC
29662004-05-24 Randolph Chung <tausq@debian.org>
2967
2968 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
2969 * gdb.asm/pa.inc: New file.
2970
8f5a3103
MK
29712004-05-22 Mark Kettenis <kettenis@gnu.org>
2972
2973 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
2974
734b8fe8
JB
29752004-05-21 Joel Brobecker <brobecker@gnat.com>
2976 Daniel Jacobowitz <drow@mvista.com>
2977
2978 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
2979 GDB prompt.
2980
725603e1
UW
29812004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2982
f4fc3b93 2983 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
2984 setjmp/longjmp. Use sigaction instead of signal.
2985
8b923272
JB
29862004-05-19 J. Brobecker <brobecker@gnat.com>
2987 Michael Snyder <msnyder@redhat.com>
2988
2989 * gdb.threads/pthread_cond_wait.c: New file.
2990 * gdb.threads/pthread_cond_wait.exp: New testcase.
2991
8bfabb04
AC
29922004-05-13 Andrew Cagney <cagney@redhat.com>
2993
2994 * gdb.base/signull.exp, gdb.base/signull.c: New files.
2995 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
2996
42edda50
AC
29972004-05-11 Andrew Cagney <cagney@redhat.com>
2998
2999 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
3000 fixed but revealed gdb/1639.
3001
d303a6c7
AC
30022004-05-10 Andrew Cagney <cagney@redhat.com>
3003
3004 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
3005 func1" and "next to 2nd alarm", kernel bug avoided.
3006
bf08c2a1
DJ
30072004-05-10 Daniel Jacobowitz <dan@debian.org>
3008
3009 PR external/1568
3010 * gdb.base/bigcore.exp: Check the size of the dumped core file.
3011 XFAIL if it is smaller than bytes_allocated.
3012 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
3013 (main): Make chunks_allocated unsigned. Correct comment.
3014
c0586a34
JB
30152004-05-07 Joel Brobecker <brobecker@gnat.com>
3016
3017 * gdb.arch/powerpc-aix-prologue.c: New file.
3018 * gdb.arch/powerpc-aix-prologue.exp: New file.
3019
f2785d12
JB
30202004-05-07 Jim Blandy <jimb@redhat.com>
3021
3022 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
3023 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
3024
bd7f6e30
JB
30252004-05-06 Joel Brobecker <brobecker@gnat.com>
3026
3027 * gdb.base/sep.exp: No longer setup_kfail when the program was
3028 built with dwarf2.
3029
0a5e7efe
JI
30302004-05-05 Jim Ingham <jingham@apple.com>
3031
3032 * gdb.base/pending.exp: Make sure pending breakpoints
3033 preserve the ignore count.
f4fc3b93 3034
a8958849
MK
30352004-04-27 Jerome Guitton <guitton@gnat.com>
3036
3037 * i386-prologue.exp: Add testcase for jump instruction as first
3038 instruction of the real code.
3039 * i386-prologue.c (jump_at_beginning): New function.
3040
7e103f5b
MK
30412004-04-28 Mark Kettenis <kettenis@gnu.org>
3042
3043 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
3044 x86_64-*-*.
3045
5d38b224
MK
30462004-04-28 Mark Kettenis <kettenis@gnu.org>
3047
3048 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
3049 i*86-*-*.
3050
0ef32fd9
MK
30512004-04-25 Mark Kettenis <kettenis@gnu.org>
3052
3053 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
3054 expression that checks the return type.
3055
71d7dd7c
AC
30562004-04-23 Andrew Cagney <cagney@redhat.com>
3057
3058 * gdb.base/call-sc.exp: New test of scalar call/return values.
3059 * gdb.base/call-sc.c: Ditto.
3060
1e9f977e
JJ
30612004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3062
3063 * gdb.threads/manythreads.c: Reduce thread stack size.
3064
899d9e3a
JJ
30652004-04-23 Jeff Johnston <jjohnstn@redhat.com>
3066
3067 * gdb.threads/manythreads.c: Add copyright notice.
3068
61bcae62
AC
30692004-04-23 Andrew Cagney <cagney@redhat.com>
3070
3071 * gdb.base/siginfo.exp: Better handle step out of signal.
3072 * gdb.base/sigstep.exp: Ditto.
3073
7339a42e
JJ
30742004-04-22 Jeff Johnston <jjohnstn@redhat.com>
3075 Daniel Jacobowitz <drow@mvista.com>
3076
3077 * gdb.threads/manythreads.c: New testcase.
3078 * gdb.threads/manythreads.exp: Ditto.
3079
5c98409b
JB
30802004-04-22 Jim Blandy <jimb@redhat.com>
3081
3082 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
3083 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
3084
3b611f1a
MC
30852004-04-21 Michael Chastain <mec.gnu@mindspring.com>
3086
3087 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
3088
f0fd9238
AC
30892004-04-21 Andrew Cagney <cagney@redhat.com>
3090
3091 * gdb.base/sigstep.c: New file.
3092 * gdb.base/sigstep.exp: New file.
3093
90990674
JB
30942004-04-16 Joel Brobecker <brobecker@gnat.com>
3095
3096 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
3097 call to observer_notify_normal_stop.
3098
78cef34b
AC
30992004-04-15 Andrew Cagney <cagney@redhat.com>
3100
3101 * gdb.base/siginfo.c: New file.
3102 * gdb.base/siginfo.exp: New file.
3103
d2343407
JB
31042004-04-12 J. Brobecker <brobecker@gnat.com>
3105
3106 * gdb.base/sep.exp: Fix typo in comment.
3107
a2dba3c8
JB
31082004-04-12 J. Brobecker <brobecker@gnat.com>
3109
3110 * gdb.base/sep.c: New file.
3111 * gdb.base/sep-proc.c: New file.
3112 * gdb.base/sep.exp: New testcase.
3113
15f7b60e
MK
31142004-04-09 Mark Kettenis <kettenis@gnu.org>
3115
3116 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
3117 support.
3118
44f4de1a
AC
31192004-04-05 Andrew Cagney <cagney@redhat.com>
3120
3121 * gdb.base/sigaltstack.c: New file.
3122 * gdb.base/sigaltstack.exp: New file.
3123
ef04f396
JB
31242004-04-04 Joel Brobecker <brobecker@gnat.com>
3125
3126 * gdb.base/foll-fork.exp: Update the expected output for
3127 "help set follow-fork-mode", to match a change that was made
3128 to the help of this variable on 2004-01-13.
3129
d40d2c92
JB
31302004-04-01 Joel Brobecker <brobecker@gnat.com>
3131
3132 * lib/ada.exp: Add copyright notice.
3133 * bar.ads: Likewise.
3134 * bar.adb: Likewise.
3135 * null_record.adb: Likewise.
3136 * null_record.exp: Likewise.
3137 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
3138
f86ef5a3
JB
31392004-04-01 Joel Brobecker <brobecker@gnat.com>
3140
3141 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
3142 * configure: Regenerate.
3143
414e70e3
JB
31442004-04-01 Joel Brobecker <brobecker@gnat.com>
3145
3146 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
3147 to build the application. Remove the message printed when in
3148 verbose mode, redundant with the UNSUPPORTED message above.
3149
f0aaee49
JB
31502004-03-31 Joel Brobecker <brobecker@gnat.com>
3151
3152 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
3153 * gdb.ada (null_record.exp): New testcase.
3154
ac81cb54
JB
31552004-03-31 Joel Brobecker <brobecker@gnat.com>
3156
3157 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
3158
854af2f7
JB
31592004-03-31 Joel Brobecker <brobecker@gnat.com>
3160
3161 * gdb.ada: New subdirectory.
3162 * gdb.ada/Makefile.in: New file.
3163 * gdb.ada/gnat_ada.gpr.in: New file.
3164
034cb681
JB
31652004-03-31 Joel Brobecker <brobecker@gnat.com>
3166
3167 * lib/ada.exp: New file.
3168
78a1a894
DJ
31692004-03-24 Daniel Jacobowitz <drow@mvista.com>
3170
3171 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
3172 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
3173
4b2b3b3e
AC
31742004-03-22 Andrew Cagney <cagney@redhat.com>
3175
3176 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
3177 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
3178 Problem identified by Ulrich Weigand.
3179
23c73aa3
DC
31802004-03-17 David Carlton <carlton@kealia.com>
3181
3182 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
3183 PR c++/826.
3184
d63a86f8
RM
31852004-03-16 Roland McGrath <roland@redhat.com>
3186
3187 * gdb.base/auxv.exp: New file.
3188 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
3189
0e02aa50
DC
31902004-03-12 David Carlton <carlton@kealia.com>
3191
3192 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
3193 * gdb.cp/pr-1553.cc: Ditto.
3194 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
3195 pass branch.
3196
c20b71be
MC
31972004-03-12 Michael Chastain <mec.gnu@mindspring.com>
3198
3199 * gdb.cp/templates.exp: Accept more template types.
3200
c7414a01
MC
32012004-03-09 Michael Chastain <mec.gnu@mindspring.com>
3202
3203 From Corinna Vinschen with modifications.
3204 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
3205 local variable obj_with_enum.
3206 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
3207 results with obj_with_enum.
3208
ed69573c
MC
32092004-03-09 Michael Chastain <mec.gnu@mindspring.com>
3210
3211 * gdb.cp/classes.cc: New file, copied from misc.cc.
3212 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
3213
28301461
MC
32142004-03-09 Michael Chastain <mec.gnu@mindspring.com>
3215
3216 * gdb.cp/misc.cc: Add copyright notice.
3217
1198ecbe
DC
32182004-03-05 David Carlton <carlton@kealia.com>
3219
3220 * gdb.cp/rtti.exp: Add 'print *obj3' test.
3221 * gdb.cp/rtti.h: Update copyright.
3222 (namespace n2::n3): New.
3223 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
3224 (n2::n3::func3): New.
3225 (main): Call n2::n3::func3.
3226 * gdb.cp/rtti2.cc: Update copyright.
3227 (n2::create3): New.
3228
9e08c470
MK
32292004-03-04 Mark Kettenis <kettenis@gnu.org>
3230
3231 * gdb.asm/openbsd.inc: Fix typo.
3232
4bebc3aa
FF
32332004-03-03 Fred Fish <fnf@redhat.com>
3234
3235 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
3236 "val" instead of unused "size". Update copyright year.
3237
6ea9fb37
DJ
32382004-02-29 Daniel Jacobowitz <drow@mvista.com>
3239
3240 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
3241 to use unsigned char.
3242 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
3243 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
3244
23b23974
DJ
32452004-02-29 Daniel Jacobowitz <drow@mvista.com>
3246
3247 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
3248 line of output.
3249
7574fd53
DJ
32502004-02-28 Daniel Jacobowitz <drow@mvista.com>
3251
3252 * gdb.base/relocate.c (dummy): Initialize.
3253
a195357f
DJ
32542004-02-28 Daniel Jacobowitz <drow@mvista.com>
3255
3256 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
3257 a breakpoint at exit.
3258
72fd54a9
FF
32592004-02-27 Fred Fish <fnf@redhat.com>
3260
3261 * gdb.base/chng-syms.exp: Add expect condition to match failing
3262 case that isn't a timeout.
3263
b9d23137
AC
32642004-02-27 Andrew Cagney <cagney@redhat.com>
3265
3266 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
3267 support.
3268
15d208f6 32692004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 3270
15d208f6
FF
3271 * gdb.arch/gdb1431.c: Remove.
3272 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
3273 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
3274 of "until" incorrectly.
3275
98f9cd2d
JB
32762004-02-26 J. Brobecker <brobecker@gnat.com>
3277
3278 * gdb.cp/class2.cc (empty): New class.
3279 (refer): New function.
3280 (main): Declare an object of type empty and use it.
3281 * gdb.cp/class2.exp: Print the value of an object of type empty.
3282
9b50c11b
JJ
32832004-02-26 Jeff Johnston <jjohnstn@redhat.com>
3284
3285 * gdb.base/langs.exp: Update query string to match the
3286 new nquery format used for pending breakpoints.
3287
0dcd613f
AC
32882004-02-26 Andrew Cagney <cagney@redhat.com>
3289
3290 Fix PR i18n/1570.
3291 * gdb.base/charset.c: Update copyright notice.
3292 (main, init_string): Remove the escape character '\e' tests.
3293 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
3294 * gdb.base/charset.exp (valid_host_charset): Ditto.
3295 * gdb.base/setvar.exp: Ditto.
3296
b8a56647
AC
32972004-02-24 Andrew Cagney <cagney@redhat.com>
3298
90d59e34
AC
3299 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
3300 mmapped data in core file" PASS and FAIL messages consistent.
3301
b8a56647
AC
3302 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
3303 setting a breakpoint. Work around PR java/1565.
3304
9f27c604
JJ
33052004-02-23 Jeff Johnston <jjohnstn@redhat.com>
3306
3307 * lib/gdb.exp (gdb_breakpoint): Update query string to match
3308 new nquery format.
3309 * gdb.base/pending.exp: Ditto.
3310
3224a706
MK
33112004-02-22 Mark Kettenis <kettenis@gnu.org>
3312
3313 * configure.in: Run stabs tests on *BSD.
3314 * configure: Regenerated.
3315
41e0a9ca
MK
33162004-02-21 Mark Kettenis <kettenis@gnu.org>
3317
3318 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
3319
1e1b3428
FF
33202004-02-20 Fred Fish <fnf@redhat.com>
3321
3322 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
3323 blank in test for "returns short", for consistency with other
3324 "returns xxx" tests. Update copyright year.
3325
f9a7572a
FF
33262004-02-19 Fred Fish <fnf@redhat.com>
3327
3328 New testcase for PR breakpoint/1558.
3329 * gdb.arch/gdb1558.exp: New file.
3330 * gdb.arch/gdb1558.c: New file.
3331
b2ce2854
EZ
33322004-02-19 Elena Zannoni <ezannoni@redhat.com>
3333
3334 * gdb.base/nodebug.exp: Fix typo.
3335
e7c9ff01
JB
33362004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3337
3338 Committed by Jim Blandy <jimb@redhat.com>.
3339
62f4b920
JB
3340 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
3341
2db536a1
JB
3342 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
3343
e7c9ff01
JB
3344 * gdb.base/float.exp: Support s390*-*-* targets.
3345
f3205b34
AF
33462004-02-17 Adam Fedor <fedor@gnu.org>
3347
3348 * gdb.base/gdb1555.exp: New file.
3349 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
3350
9d62932d
EZ
33512004-02-17 Elena Zannoni <ezannoni@redhat.com>
3352
3353 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
3354
344c9711
FF
33552004-02-16 Fred Fish <fnf@redhat.com>
3356
3357 * gdb.arch/gdb1291.c: Remove
3358 * gdb.arch/gdb1291.s: New test input file.
3359 * gdb.arch/gdb1291.exp: Expand test to check case that should not
3360 fail. Test for correct result, known incorrect result, other
3361 failures and timeouts.
3362
2d822687
AC
33632004-02-16 Andrew Cagney <cagney@redhat.com>
3364
3365 * gdb.base/bigcore.exp: New file.
3366 * gdb.base/bigcore.c: New file.
3367
dac15b66
AC
33682004-02-13 Andrew Cagney <cagney@redhat.com>
3369
3370 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
3371 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
3372 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
3373 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
3374 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
3375 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
3376 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
3377 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
3378 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
3379 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
3380
6bdfc2c4
JJ
33812004-02-11 Jeff Johnston <jjohnstn@redhat.com>
3382
3383 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
3384 executed is an alloc instruction.
3385
87b3ede8
DC
33862004-02-11 David Carlton <carlton@kealia.com>
3387
3388 * gdb.cp/breakpoint.exp: New.
3389 * gdb.cp/breakpoint.cc: New.
3390
6e19e2bf
MC
33912004-02-11 Michael Chastain <mec.gnu@mindspring.com>
3392
3393 Partial fix for PR gdb/1543.
3394 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
3395 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
3396 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
3397 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
3398 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
3399 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
3400 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
3401 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
3402 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
3403 to bug-gdb@prep.ai.mit.edu .
3404 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
3405 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
3406 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
3407 Likewise.
3408
5c5455dc
AC
34092004-02-10 Andrew Cagney <cagney@redhat.com>
3410
3411 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
3412 using gdb_internal_error_resync.
3413
9cf689d7
DJ
34142004-02-09 Daniel Jacobowitz <drow@mvista.com>
3415
3416 * gdb.threads/thread-specific.exp: Stop early if no threads are
3417 found.
3418
d2dc51db
MC
34192004-02-09 Michael Chastain <mec.gnu@mindspring.com>
3420
3421 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
3422
14b1a056
DJ
34232004-02-08 Daniel Jacobowitz <drow@mvista.com>
3424
3425 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
3426 breakpoints.
3427
83f66e8f
DJ
34282004-02-07 Daniel Jacobowitz <drow@mvista.com>
3429
3430 * config/sim.exp (gdb_load): Handle $arg == "".
3431 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
3432 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
3433
30fc0091
EZ
34342004-02-07 Elena Zannoni <ezannoni@redhat.com>
3435
3436 * gdb.base/maint.exp: Update test to reflect
3437 obstack changes.
3438
4d806929
JJ
34392004-02-04 Jeff Johnston <jjohnstn@redhat.com>
3440
3441 * gdb.base/pendshr.c (pendfunc): New function that calls
3442 pendfunc1.
3443 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
3444
7bfdd688
FF
34452004-02-04 Fred Fish <fnf@redhat.com>
3446
3447 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
3448 function symbols and update copyright years.
3449 * gdb.arch/gdb1291.c: Ditto.
3450
aaa08ee4
MC
34512004-02-03 Michael Chastain <mec.gnu@mindspring.com>
3452
3453 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
3454
dbad7755
MC
34552004-02-03 Michael Chastain <mec.gnu@mindspring.com>
3456
3457 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
3458
ec4646ef
MC
34592004-02-03 Michael Chastain <mec.gnu@mindspring.com>
3460
3461 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
3462
1b802196
FF
34632004-02-02 Fred Fish <fnf@redhat.com>
3464
3465 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
3466 remote targets. Update copyright years.
3467
18fe2033
JJ
34682004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3469
3470 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
3471 support.
3472 * gdb.base/langs.exp: Fix test which attempts to create
3473 breakpoint on non-existent function to handle new pending
3474 support.
3475 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
3476 a breakpoint.
3477 * gdb.base/pending.exp: New test.
3478 * gdb.base/pending.c: New file.
3479 * gdb.base/pendshr.c: Ditto.
3480
8d577d32
DC
34812004-02-02 David Carlton <carlton@kealia.com>
3482
3483 * gdb.cp/overload.exp: Add overloadNamespace tests.
3484 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
3485 (overloadNamespace, XXX): New.
3486 (main): Call XXX::marker2.
3487
3ad13771
FF
34882004-02-01 Fred Fish <fnf@redhat.com>
3489
3490 * gdb.base/dump.exp: Use runto_main instead of "runto main".
3491 * gdb.base/finish.exp: Ditto.
3492 * gdb.base/gcore.exp: Ditto.
3493 * gdb.base/huge.exp: Ditto.
3494 * gdb.base/info-proc.exp: Ditto.
3495 * gdb.base/return2.exp: Ditto.
3496 * gdb.threads/gcore-thread.exp: Ditto.
3497
44c75849
DJ
34982004-02-01 Daniel Jacobowitz <drow@mvista.com>
3499
3500 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
3501
005bc093
MK
35022004-02-01 Mark Kettenis <kettenis@gnu.org>
3503
3504 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
3505 that opening the file succeeds on OpenBSD.
3506
c47cebdb
DJ
35072004-02-01 Daniel Jacobowitz <drow@mvista.com>
3508
3509 * gdb.threads/thread-specific.c: New file.
3510 * gdb.threads/threads-specific.exp: New test script.
3511 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
3512 to expect_out.
3513
5a01311c
MK
35142004-02-01 Mark Kettenis <kettenis@gnu.org>
3515
3516 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
3517 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
3518 only on the "print_small_structs from print_long_arg_list" test.
3519
ce22a4f1
DJ
35202004-02-01 Daniel Jacobowitz <drow@mvista.com>
3521
3522 * gdb.base/completion.exp: Kill a stray backslash.
3523
3524 From Jim Ingham <jingham@apple.com>:
3525 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
3526 agrees with the result from sending a tab.
3527
abbab9d3
DJ
35282004-01-31 Daniel Jacobowitz <drow@mvista.com>
3529
3530 * gdb.base/chng-syms.exp: Remove stray newline.
3531
53904d1e
MK
35322004-01-31 Mark Kettenis <kettenis@gnu.org>
3533
3534 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
3535 *-*-openbsd*.
3536 * gdb.asm/openbsd.inc: New file.
3537
3a4b3aac
MK
35382004-01-30 Mark Kettenis <kettenis@gnu.org>
3539
3540 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
3541 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
3542 *-*solaris2*. Remove commented out default settings for
3543 asm-flags. Replace gdb_compile with target_link.
3544
ebac27b4
MC
35452004-01-29 Michael Chastain <mec.gnu@mindspring.com>
3546
3547 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
3548 for all tests. Remove old hp-ux and cygnus xfail cases.
3549
d8679d84
PH
35502004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
3551
3552 * gdb.base/chng-syms.exp: New file.
3553 * gdb.base/chng-syms.c: New file.
3554
0a55bc22
MC
35552004-01-24 Michael Chastain <mec.gnu@mindspring.com>
3556
3557 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
3558 Provide arms for current output in all my configurations.
3559
94b8e876
MC
35602004-01-24 Michael Chastain <mec.gnu@mindspring.com>
3561
3562 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
3563 * lib/compiler.cc: Likewise.
3564 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
3565 get the right preprocessor. Eval the output directly. Remove
3566 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
3567 hp_f77_compiler and hp_f90_compiler completely.
3568 (gdb_preprocess): Delete.
3569 (get_compiler): Delete.
3570
7cf03d44
MK
35712004-01-24 Mark Kettenis <kettenis@gnu.org>
3572
3573 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
3574 <string.h>.
3575
68b6dce9
NR
35762004-01-24 Nick Roberts <nick@nick.uklinux.net>
3577
3578 * gdb.mi/mi-stack.exp: Update copyright.
3579
b368761e
DC
35802004-01-23 David Carlton <carlton@kealia.com>
3581
3582 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
3583 test for cp_lookup_transparent_type.
3584 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
3585 call them.
3586
f2061b53
DJ
35872004-01-23 Daniel Jacobowitz <drow@mvista.com>
3588
3589 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
3590 after -var-update.
3591
37fc574a
DC
35922004-01-23 David Carlton <carlton@kealia.com>
3593
3594 * gdb.cp/namespace.cc (C::ensureRefs): New.
3595 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
3596
8e94b928
NR
35972004-01-20 Nick Roberts <nick@nick.uklinux.net>
3598
3599 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
3600 case "-stack-list-locals 2".
3601 * gdb.mi/mi-var-child.exp: Test for case
3602 "-var-list-children --all-values NAME".
3603
997b0952
MC
36042004-01-18 Michael Chastain <mec.gnu@mindspring.com>
3605
3606 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
3607
52470da3
MK
36082004-01-18 Mark Kettenis <kettenis@gnu.org>
3609
7049b4b8
MK
3610 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
3611 used with gdb_test_multiple.
3612
52470da3
MK
3613 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
3614 read at address 0. This fixes PR testsuite/1504.
3615
da6012e5
DJ
36162004-01-18 Daniel Jacobowitz <drow@mvista.com>
3617
3618 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
3619 Remove downloading, guessing the host executable, the calls to
3620 gdb_file_cmd and gdb_target_cmd, and "load" support.
3621 (infer_host_exec): New function broken out from gdb_load.
3622 (gdb_load): New wrapper for gdbserver_gdb_load.
3623 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
3624 gdb_target_cmd. Use -target-select.
3625 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
3626 Download binaries to the host. Clear last_mi_remote_file when
3627 we load a new binary.
3628 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
3629 call gdbserver_gdb_load and mi_gdb_target_cmd.
3630
32c70722
MC
36312004-01-17 Michael Chastain <mec.gnu@mindspring.com>
3632
3633 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
3634 type patterns.
3635
b0cecf36
MC
36362004-01-17 Michael Chastain <mec.gnu@mindspring.com>
3637
3638 * gdb.cp/templates.exp: Fix typo in test name of
3639 "print Foo<volatile char*>::foo".
3640
4120d7e6
MC
36412004-01-15 Michael Chastain <mec.gnu@mindspring.com>
3642
3643 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
3644
f679e530
BE
36452004-01-16 Ben Elliston <bje@wasabisystems.com>
3646
3647 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
3648 (clean mostlyclean): Remove empty rm.
3649
091c48f6
MC
36502004-01-15 Michael Chastain <mec.gnu@mindspring.com>
3651
3652 * gdb.base/setvar.exp: Add copyright years.
3653
3e5fc8d2
DC
36542004-01-14 David Carlton <carlton@bactrian.org>
3655
3656 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
3657 PR c++/1511 and update coment.
3658 * gdb.cp/templates.exp: Update patterns to match current output.
3659 If changes involve something other than whitespace, KFAIL
3660 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
3661
63d06c5c
DC
36622004-01-14 David Carlton <carlton@kealia.com>
3663
3664 * gdb.cp/namespace.exp: Add tests involving classes defined within
3665 namespaces.
3666 * gdb.cp/namespace.cc (C::CClass): New.
3667 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
3668
a51dab88
EZ
36692004-01-14 Elena Zannoni <ezannoni@redhat.com>
3670
3671 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
3672 what debug info we have. Print a better message if something goes
3673 wrong while producing the separate debug info file.
3674
a476ccc9
MC
36752004-01-14 Michael Chastain <mec.gnu@mindspring.com>
3676
3677 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
3678
f453692c
MC
36792004-01-14 Michael Chastain <mec.gnu@mindspring.com>
3680
3681 * gdb.base/callfuncs.c: Add copyright notice.
3682
f40063a5
MC
36832004-01-13 Michael Chastain <mec.gnu@mindspring.com>
3684
3685 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
3686 inheritance. PR gdb/1498, PR gcc/13539.
3687
19ac3974
EZ
36882004-01-13 Elena Zannoni <ezannoni@redhat.com>
3689
3690 * gdb.threads/gcore-thread.exp: Prefix name of binary with
3691 test specific name.
3692 * gdb.mi/gdb669.exp: Ditto.
3693 * gdb.mi/mi-pthreads.exp: Ditto.
3694 * gdb.mi/mi1-pthreads.exp: Ditto.
3695 * gdb.mi/mi2-pthreads.exp: Ditto.
3696
56c97c6e
MC
36972004-01-12 Michael Chastain <mec.gnu@mindspring.com>
3698
3699 * gdb.cp/member-ptr.cc: Add copyright notice.
3700
a0644324
MC
37012004-01-12 Michael Chastain <mec.gnu@mindspring.com>
3702
3703 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
3704 some patterns for recent versions of gcc and hpacc. Delete
3705 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
3706 Delete tests that access a NULL pointer-to-member-data. This
3707 script is still disabled for gcc.
3708
32fabe09
EZ
37092004-01-12 Elena Zannoni <ezannoni@redhat.com>
3710
3711 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
3712 escaped correctly.
3713
1f8a6abb
EZ
37142004-01-12 Elena Zannoni <ezannoni@redhat.com>
3715
3716 * gdb.base/sepdebug.exp: New file.
3717 * gdb.base/sepdebug.c: New file.
3718 * lib/gdb.exp (separate_debug_filename): New procedure.
3719 (gdb_gnu_strip_debug): New procedure.
3720
48efe704
AC
37212004-01-12 Andrew Cagney <cagney@redhat.com>
3722
3723 * gdb.mi/ChangeLog: Delete file. Renamed to ...
3724 * gdb.mi/ChangeLog-1999-2003: New file.
3725
a9415475
AC
37262004-01-12 Andrew Cagney <cagney@redhat.com>
3727
3728 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
3729 "Renaming a directory to a non-empty directory returns ENOTEMPTY
3730 or EEXIST", treat EBUSY as an XFAIL.
3731
83b8cf9d
MC
37322004-01-11 Michael Chastain <mec.gnu@mindspring.com>
3733
3734 * gdb.base/scope.exp: Remove obsolete setup_xfail for
3735 hp_cc_compiler.
3736
9939d2a8
MC
37372004-01-10 Michael Chastain <mec.gnu@mindspring.com>
3738
3739 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
3740 decorations.
3741
1ff8cadf
MC
37422004-01-10 Michael Chastain <mec.gnu@mindspring.com>
3743
3744 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
3745 and "(aCC)" decorations. Remove obsolete doco about old
3746 test results.
3747
6fa9022e
MC
37482004-01-09 Michael Chastain <mec.gnu@mindspring.com>
3749
3750 * gdb.cp/exception.exp: Fix typo in doco.
3751
209721fe
MK
37522004-01-09 Mark Kettenis <kettenis@gnu.org>
3753
3754 * gdb.base/gdb1476.exp: Fix typo.
3755
ef11303e
MC
37562004-01-09 Michael Chastain <mec.gnu@mindspring.com>
3757
3758 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
3759 file.
3760
041ab88c
MC
37612004-01-09 Michael Chastain <mec.gnu@mindspring.com>
3762
3763 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
3764 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
3765 Use gdb_compile. Remove restriction on gcc. Add some patterns
3766 for recent version of gdb. Delete second half, which was a copy
3767 of the first half with different build flags. This test is
3768 still disabled because it is still not ready for production.
3769
e36d075a
MC
37702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
3771
3772 * gdb.cp/exception.cc: Add copyright notice.
3773 * gdb.cp/exception.exp: Add a notice that this file is broken
3774 because of line number changes caused by addition of copyright
3775 notice.
3776
42b190ad
MC
37772004-01-08 Michael Chastain <mec.gnu@mindspring.com>
3778
3779 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
3780 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
3781
8f25f06b
MC
37822004-01-08 Michael Chastain <mec.gnu@mindspring.com>
3783
3784 * gdb.cp/classes.exp: Accept gnu abi 2.
3785 * gdb.cp/derivation.exp: Likewise.
3786 * gdb.cp/overload.exp: Likewise.
3787 * gdb.cp/virtfunc.exp: Likewise.
3788
06ded8b8
MC
37892004-01-08 Michael Chastain <mec.gnu@mindspring.com>
3790
3791 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
3792 semicolon after end of function.
3793
77c26ae3
MC
37942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3795
3796 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
3797 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
3798 boilerplate code for compiling and running the program under
3799 test. Add some string method tests.
3800
20757486
MC
38012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3802
3803 * gdb.cp/bs15503.cc: Add copyright notice.
3804 * gdb.cp/bs15503.exp: Adjust line number.
3805
0fd3b503
MC
38062004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3807
3808 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
3809 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
3810
10d1bea8
MC
38112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3812
3813 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
3814 hp_cc_compiler.
3815
2789202a
MC
38162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3817
3818 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
3819 * gdb.cp/ctti.exp: Use the marker instead of "next".
3820 With gcc, run further before bailing.
3821
b862f14c
MC
38222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3823
3824 * gdb.cp/cttiadd.cc: Add copyright notice.
3825 * gdb.cp/cttiadd1.cc: Likewise.
3826 * gdb.cp/cttiadd2.cc: Likewise.
3827 * gdb.cp/cttiadd3.cc: Likewise.
3828
96da2469
MC
38292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3830
3831 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
3832 Use gdb_test, gdb_test_multiple. Use floating-point values that
3833 have exact representations in IEEE-ish formats.
3834
053248ff
MC
38352004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3836
3837 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
3838 compilers. Delete duplicate call to get_compiler_info.
3839 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
3840 * gdb.base/volatile.exp: Likewise.
3841
84acecdd
MK
38422004-01-07 Mark Kettenis <kettenis@gnu.org>
3843
3844 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
3845 memory at address 0.
3846
fe11a27f
MC
38472004-01-07 Michael Chastain <mec.gnu@mindspring.com>
3848
3849 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
3850 to test for hp-ux assembler. Fix copyright years.
3851
60ad077b
AC
38522004-01-07 Andrew Cagney <cagney@redhat.com>
3853
3854 * gdb.base/fileio.c (strerrno): Add "EBUSY".
3855
1c9b8f33
AC
38562004-01-07 Andrew Cagney <cagney@redhat.com>
3857
3858 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
3859 when creating the read-only file. From analysis by Roland McGrath
3860 and Elena Zannoni.
3861
753ccc7a
MC
38622004-01-06 Michael Chastain <mec.gnu@mindspring.com>
3863
3864 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
3865
eca3e36b
MC
38662004-01-06 Michael Chastain <mec.gnu@mindspring.com>
3867
3868 * gdb.base/cvexpr.c: Be type-safe with function pointers and
3869 data pointers.
3870
f8d4bac4
MC
38712004-01-06 Michael Chastain <mec.gnu@mindspring.com>
3872
3873 * gdb.cp/m-static.exp: Compile one source file at a time.
3874 Delete unused call to get_compiler_info.
3875
9b4e0f94
MC
38762004-01-06 Michael Chastain <mec.gnu@mindspring.com>
3877
3878 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
3879 * gdb.base/call-rt-st.exp: Likewise.
3880 * gdb.base/nodebug.exp: Likewise.
3881 * gdb.base/volatile.exp: Likewise.
3882 * gdb.cp/ref-types.exp: Likewise.
3883 * gdb.cp/templates.exp: Likewise.
3884
023c1024
MK
38852004-01-05 Mark Kettenis <kettenis@gnu.org>
3886
3887 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
3888
19703c4a
MC
38892004-01-05 Michael Chastain <mec.gnu@mindspring.com>
3890
3891 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
3892 hppa*-hp-hpux*.
3893
18b67037
MK
38942004-01-04 Mark Kettenis <kettenis@gnu.org>
3895
ba6219c8
MK
3896 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
3897 x86_64-*-*.
3898
18b67037
MK
3899 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
3900 sparc64-*-* and sparc*-solaris2*.
3901
1bfbbb9d
MK
39022004-01-04 Mark Kettenis <kettenis@gnu.org>
3903
3904 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
3905 return ${tests}" test. The ${tests} already mentions the
3906 filename.
3907
06846494
MC
39082004-01-02 Michael Chastain <mec.gnu@mindspring.com>
3909
3910 * gdb.cp/local.exp: Accept gcc abi 2.
3911
3b0cb202
MC
39122004-01-02 Michael Chastain <mec.gnu@mindspring.com>
3913
3914 * gdb.cp/templates.exp: Accept gcc abi 2.
3915
0643ec3f
MC
39162004-01-02 Michael Chastain <mec.gnu@mindspring.com>
3917
3918 * lib/compiler.cc: Remove supports_template_debugging.
3919 * gdb.cp/templates.exp: Do not test supports_template_debugging.
3920
d231d0b1
MC
39212004-01-01 Michael Chastain <mec.gnu@mindspring.com>
3922
3923 * gdb.cp/namespace.exp: Accept gcc abi 2.
3924
44ffb27c
MC
39252004-01-01 Michael Chastain <mec.gnu@mindspring.com>
3926
3927 * gdb.cp/method.exp: Accept gcc abi 2.
3928
184ad485
MC
39292004-01-01 Michael Chastain <mec.gnu@mindspring.com>
3930
3931 * gdb.cp/classes.exp: Generate identical results as old version.
3932 * gdb.cp/derivation.exp: Likewise.
3933 * gdb.cp/overload.exp: Likewise.
3934 * gdb.cp/virtfunc.exp: Likewise.
3935
116f09e7
MC
39362004-01-01 Michael Chastain <mec.gnu@mindspring.com>
3937
3938 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
3939 mysterious bug with sourceware version of expect.
3940
b1379776
MC
39412004-01-01 Michael Chastain <mec.gnu@mindspring.com>
3942
3943 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
3944 current versions of gcc, including gcc abi 2. Remove gratuitous
3945 restart of test program. Use gdb_test_multiple and gdb_test for
3946 all tests. Add patterns to xfail missing "const" in "const char *"
3947 and kfail PR gdb/1155.
3948
6b7a4c0e
MC
39492004-01-01 Michael Chastain <mec.gnu@mindspring.com>
3950
3951 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
3952 current versions of gcc, including gcc abi 2. Remove gratuitous
3953 restart of test program. Use gdb_test_multiple and gdb_test for
3954 all tests. Add patterns to kfail PR gdb/1498.
3955
51615d72
MC
39562003-12-31 Michael Chastain <mec.gnu@mindspring.com>
3957
3958 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
3959 current versions of gcc, including gcc abi 2. Use "breakpoint"
3960 and "continue" instead of restarting the target program. Use
3961 gdb_test_multiple and gdb_test for all tests.
3962
7b79a9d7
MK
39632004-01-01 Mark Kettenis <kettenis@gnu.org>
3964
3965 * gdb.asm/asm-source.exp: Update copyright year. Link statically
3966 for *-*-solaris2*.
3967
1cd3489f
MC
39682003-12-31 Michael Chastain <mec.gnu@mindspring.com>
3969
3970 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
3971 current versions of gcc, including gcc abi 2. Use "breakpoint"
3972 and "continue" instead of restarting the target program several
3973 times. Use gdb_test_multiple and gdb_test for all tests.
3974
850742db
MC
39752003-12-18 Michael Chastain <mec.gnu@mindspring.com>
3976
3977 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
3978 source files.
3979
eb4bbda8
MC
39802003-12-16 Michael Chastain <mec.gnu@mindspring.com>
3981
3982 * gdb.base/environ.exp: Handle compiling test case from multiple
3983 source files.
3984
e42c7771
MC
39852003-12-16 Michael Chastain <mec.gnu@mindspring.com>
3986
3987 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
3988
80e4b428
JB
39892003-12-17 Jim Blandy <jimb@redhat.com>
3990
5f06973a
JB
3991 * gdb.base/freebpcmd.c: Add copyright notice.
3992
80e4b428
JB
3993 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
3994
0ab84fb7
MC
39952003-12-16 Michael Chastain <mec.gnu@mindspring.com>
3996
3997 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
3998
1b3bb3d0
JB
39992003-12-13 Jim Blandy <jimb@redhat.com>
4000
4001 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
4002
3a4c9371
KB
40032003-12-12 Kevin Buettner <kevinb@redhat.com>
4004
4005 * gdb.asm/frv.inc: New file.
4006 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
4007
a1dea79a
FF
40082003-12-09 Fred Fish <fnf@redhat.com>
4009
4010 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
4011 functions to break1.c and leave prototypes behind. Add more
4012 "set breakpoint NN here" comments.
4013 * gdb.base/break1.c: New file.
4014
4015 * gdb.base/break.exp: Handle compiling test case from multiple
4016 source files and change source file references as needed.
4017 * gdb.base/completion.exp: Ditto.
4018 * gdb.base/condbreak.exp: Ditto.
4019 * gdb.base/define.exp: Ditto.
4020 * gdb.base/ena-dis-br.exp: Ditto.
4021 * gdb.base/info-proc.exp: Ditto.
4022 * gdb.base/maint.exp: Ditto.
4023 * gdb.base/until.exp: Ditto.
4024
4025 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
4026 hardcoded line numbers.
4027 * gdb.base/define.exp: Ditto.
4028 * gdb.base/ena-dis-br.exp: Ditto.
4029 * gdb.base/maint.exp: Ditto.
4030 * gdb.base/until.exp: Ditto.
4031
4032 * gdb.base/completion.exp: Use "break1" for completion tests since
4033 "break" is no longer a unique prefix.
4034
5266b69c
AC
40352003-12-06 Andrew Cagney <cagney@redhat.com>
4036
4037 * gdb.base/structs.exp (test_struct_returns): When applicable, set
4038 "return_value_unimplemented". When an unimplemented struct return
4039 architecture, report incorrect values as a KFAIL
4040
374451f0
MC
40412003-12-05 Michael Chastain <mec.gnu@mindspring.com>
4042
4043 * gdb.cp/rtti.exp: Accept new wording of warning from
4044 cp_lookup_rtti_type.
4045
ba9b20a7
MC
40462003-12-05 Michael Chastain <mec.gnu@mindspring.com>
4047
4048 Partial fix for PR testsuite/1456.
4049 * gdb.base/scope.exp (test_at_main): Replace references to
4050 gcc_compiled with calls to test_compiler_info.
4051 (test_at_foo): Likewise.
4052 (test_at_bar): Likewise.
4053
b74b6d0b
MC
40542003-12-04 Michael Chastain <mec.gnu@mindspring.com>
4055
4056 Partial fix for PR testsuite/1456.
4057 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
4058 to test_compiler_info.
4059
ccfa3402
MC
40602003-12-03 Michael Chastain <mec.gnu@mindspring.com>
4061
4062 * gdb.base/so-impl-ld.exp: Update copyright notice.
4063
f6246aba
MC
40642003-12-02 Michael Chastain <mec.gnu@mindspring.com>
4065
4066 Partial fix for PR testsuite/1456.
4067 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
4068 to test_compiler_info.
4069
13ae734a
MC
40702003-11-28 Michael Chastain <mec.gnu@mindspring.com>
4071
4072 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
4073 from current versions of gdb. Clean up regular expressions.
4074 Delete redundant timeout case.
4075
d8e1cdee
MC
40762003-11-28 Michael Chastain <mec.gnu@mindspring.com>
4077
4078 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
4079 from current versions of gdb. Clean up regular expressions.
4080 Delete redundant timeout case.
4081
96457b64
MC
40822003-12-01 Michael Chastain <mec.gnu@mindspring.com>
4083
4084 Partial fix for PR testsuite/1456.
4085 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
4086 gcc_compiled with call to test_compiler_info.
4087
f35309fc
MC
40882003-11-30 Michael Chastain <mec.gnu@mindspring.com>
4089
4090 Partial fix for PR testsuite/1456.
4091 * gdb.base/list.exp (test_list_function): Delete unused declaration
4092 of gcc_compiled.
4093
d7afdf9b
MC
40942003-11-29 Michael Chastain <mec.gnu@mindspring.com>
4095
4096 Partial fix for PR testsuite/1456.
4097 * gdb.base/complex.exp: Replace reference to gcc_compiled with
4098 call to test_compiler_info.
4099
71507b56
MK
41002003-11-29 Mark Kettenis <kettenis@gnu.org>
4101
4102 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
4103 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
4104 it to create the appropriate note.inc.
4105 * gdb.asm/asmsrc1.s: Include "note.inc".
4106 * gdb.asm/netbsd.inc: New file.
4107 * gdb.asm/empty.inc: New file.
4108
f81f93f7
MC
41092003-11-28 Michael Chastain <mec.gnu@mindspring.com>
4110
4111 Partial fix for PR testsuite/1456.
4112 * gdb.base/constvars.exp: Replace references to gcc_compiled with
4113 calls to test_compiler_info.
4114
9a77938e
MC
41152003-11-27 Michael Chastain <mec.gnu@mindspring.com>
4116
4117 Partial fix for PR testsuite/1456.
4118 * gdb.base/volatile.exp: Replace references to gcc_compiled with
4119 calls to test_compiler_info.
4120
e8367dc7
MK
41212003-11-27 Mark Kettenis <kettenis@gnu.org>
4122
4123 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
4124 pattern for the KFAILs.
4125
526c61ee
AF
41262003-11-25 Adam Fedor <fedor@gnu.org>
4127
4128 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
4129 * gdb.objc/objcdecode.m: New file.
4130
28f2d600
AF
41312003-11-25 Adam Fedor <fedor@gnu.org>
4132
4133 * gdb.objc/nondebug.exp: Test for PR objc/1236.
4134 * gdb.objc/nondebug.m: New file.
4135
a3895cee
BE
41362003-11-26 Ben Elliston <bje@wasabisystems.com>
4137
4138 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
4139 NetBSD as it does on FreeBSD. Modelled on a similar change by
4140 Mark Kettenis on 2003-05-30.
4141 (link-flags): Set to "--entry _start" regardless of target.
4142 Special linker flags are to be appended to $link-flags.
4143 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
4144
c9f2c8a3
MC
41452003-11-25 Michael Chastain <mec.gnu@mindspring.com>
4146
4147 * gdb.cp/method.exp: Accept output of new demangler.
4148
15a0587a 41492003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
4150
4151 * gdb/class2.exp: New file.
4152 * gdb/class2.cc: New file.
4153
3c00b570
MC
41542003-11-25 Michael Chastain <mec.gnu@mindspring.com>
4155
4156 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
4157 of new demangler.
4158
7027acc7
MK
41592003-11-23 Mark Kettenis <kettenis@gnu.org>
4160
4161 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
4162 of gdb_test "run".
4163
b0e1598a
MK
41642003-11-23 Mark Kettenis <kettenis@gnu.org>
4165
4166 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
4167 "continue" into "run".
4168
4d9eda44
MC
41692003-11-23 Michael Chastain <mec.gnu@mindspring.com>
4170
4171 Partial fix for PR testsuite/1456.
4172 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
4173 call to test_compiler_info.
4174 * gdb.cp/ctti.exp: Likewise.
4175 * gdb.cp/derivation.exp: Likewise.
4176 * gdb.cp/member-ptr.exp: Likewise.
4177 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
4178 reference to gcc_compiled.
4179
41802003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
4181
4182 Fix PR testsuite/1463.
4183 * gdb.base/structs.exp (start_structs_test): Call
4184 get_debug_format before using the debug format.
4185
d422fe19
AC
41862003-11-22 Andrew Cagney <cagney@redhat.com>
4187
4188 * lib/gdb.exp (gdb_test_multiple): Add simple example.
4189 * gdb.base/structs.exp: Use gdb_test_multiple.
4190
039cf96d
AC
41912003-11-20 Andrew Cagney <cagney@redhat.com>
4192
6882279b
AC
4193 * gdb.base/structs.exp: Handle and recover from internal errors.
4194 Replace "foo${n}" with "foo<n>" in test messages.
4195
e53890ae
AC
4196 * gdb.base/structs.exp: Update copyright. Rewrite.
4197 * gdb.base/structs.c: Update copyright. Rewrite.
4198
2b211c59
AC
4199 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
4200 resync count exceeded.
d63a86f8 4201
039cf96d
AC
4202 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
4203 from the internal error.
4204 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
4205 Original from Jim Blandy.
4206 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 4207
eac98b22
AC
42082003-11-19 Andrew Cagney <cagney@redhat.com>
4209
4210 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
4211 KFAIL.
4212
67455b2a
MK
42132003-11-17 Mark Kettenis <kettenis@gnu.org>
4214
4215 New testcase for PR backtrace/1435.
4216 * gdb.arch/i386-unwind.exp: New file.
4217 * gdb.arch/i386-unwind.c: New file.
4218
853d6e5b
AC
42192003-11-17 Andrew Cagney <cagney@redhat.com>
4220
4221 * lib/gdb.exp (compiler_info): New global.
4222 (test_compiler_info): New function.
4223 (get_compiler_info): Set compiler_info.
4224 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
4225 "compiler_info" to gcc-<major>-<minor>.
4226
38cf6e11
MC
42272003-11-15 Michael Chastain <mec.gnu@mindspring.com>
4228
4229 * gdb.trace/configure: Remove.
4230
a50d3602
EZ
42312003-11-13 Elena Zannoni <ezannoni@redhat.com>
4232
4233 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 4234 breakpoints.
a50d3602
EZ
4235 * gdb.base/break.exp: Remove all references to explicit line
4236 numbers.
4237
d9407aaa
NC
42382003-11-11 Nick Clifton <nickc@redhat.com>
4239
4240 * gdb.base/shreloc.exp: Do not run for targets which do not
4241 support shared objects.
4242
db488fc1
CV
42432003-11-10 Corinna Vinschen <vinschen@redhat.com>
4244
4245 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
4246 Don't run tests if nofileio flag is given.
4247
6a90a18e
EZ
42482003-11-07 Elena Zannoni <ezannoni@redhat.com>
4249
4250 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
4251 as well as 'Watchpoint'.
4252
0b915e9c
EZ
42532003-11-06 Elena Zannoni <ezannoni@redhat.com>
4254
4255 Reported by Jim Ingham <jingham@apple.com>:
4256 * gdb.base/annota1.exp: Match at least one occurrence of the
4257 signal handler annotation.
4258
d7e4b55f
EZ
42592003-11-06 Elena Zannoni <ezannoni@redhat.com>
4260
4261 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
4262 as well as 'Watchpoint'.
4263
2fe4e8d0
MC
42642003-11-05 Michael Chastain <mec@shout.net>
4265
4266 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
4267
6ef88553
KW
42682003-11-03 Kris Warkentin <kewarken@qnx.com>
4269
4270 * gdb.arch/gdb1291.c: New test file.
4271 * gdb.arch/gdb1291.exp: New test script.
4272 * gdb.arch/gdb1431.c: New test file.
4273 * gdb.arch/gdb1431.exp: New test script.
4274
ae7dc4d8
MC
42752003-10-22 Michael Chastain <mec@shout.net>
4276
4277 * gdb.mi/pthreads.c: Add copyright notice.
4278
c39d7427
MC
42792003-10-22 Michael Chastain <mec@shout.net>
4280
4281 * gdb.threads/pthreads.c: Add copyright notice.
4282
8b7d96c1
MC
42832003-10-20 Michael Chastain <mec@shout.net>
4284
4285 * gdb.base/gdb1056.exp: New test script.
4286
d1d69fdd
DJ
42872003-10-13 Daniel Jacobowitz <drow@mvista.com>
4288
4289 * gdb.threads/killed.exp: Use gdb_run_cmd.
4290
7d605576
DJ
42912003-10-13 Daniel Jacobowitz <drow@mvista.com>
4292
4293 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
4294 create a core file.
4295 * gdb.threads/gcore-thread.exp: Likewise.
4296
618ec112
CV
42972003-10-13 Corinna Vinschen <vinschen@redhat.com>
4298
4299 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
4300 type, based on char type.
4301 (struct bit_flags_short_t): New bitfield type, based on short type.
4302 (init_bit_flags_char): New fuction.
4303 (init_bit_flags_short): Ditto.
4304 (print_bit_flags_char): Ditto.
4305 (print_bit_flags_short): Ditto.
4306 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
4307
9367a73c
MC
43082003-10-11 Michael Chastain <mec@shout.net>
4309
4310 * gdb.base/call-rt-st.exp: Update copyright year.
4311
1decf120
KI
43122003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4313
4314 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
4315 * gdb.disasm/sh3.s: Ditto.
4316
5445b2ae
DJ
43172003-10-07 Daniel Jacobowitz <drow@mvista.com>
4318
4319 * gdb.threads/switch-threads.exp: New test.
4320 * gdb.threads/switch-threads.c: New source file.
4321
aec24853
CV
43222003-10-07 Corinna Vinschen <vinschen@redhat.com>
4323
4324 * gdb.base/ending-run.exp: Add sh specific case.
4325
adc7428d
AC
43262003-10-06 Andrew Cagney <cagney@redhat.com>
4327
4328 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
4329 * gdb.disasm/mn10200.exp: Delete obsolete file.
4330
c9d37158
DJ
43312003-09-29 Daniel Jacobowitz <drow@mvista.com>
4332
4333 * ChangeLog: Correct an entry command.exp -> commands.exp.
4334 * gdb.base/commands.exp (bp_deleted_in_command_test)
4335 (temporary_breakpoint_commands): Check noargs.
4336
79c2c32d
DC
43372003-09-25 David Carlton <carlton@kealia.com>
4338
4339 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
4340 of some print tests, where appropriate. Add tests for C::D::cd,
4341 E::ce, F::cXfX, G::XgX.
4342 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
4343
594e6d67
RE
43442003-09-25 Richard Earnshaw <rearnsha@arm.com>
4345
4346 * lib/java.exp (java_init): Import target_alias before using it.
4347
10f0d451
DC
43482003-09-25 David Carlton <carlton@kealia.com>
4349
4350 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
4351
274bcba0
EZ
43522003-09-23 Elena Zannoni <ezannoni@redhat.com>
4353
d63a86f8 4354 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
4355 weirdness.
4356
cdbf20f7
MC
43572003-09-17 Michael Chastain <mec@shout.net>
4358
4359 * gdb.cp/gdb1355.exp: New file.
4360 * gdb.cp/gdb1355.c: New file.
4361
71e06f80
CV
43622003-09-15 Corinna Vinschen <vinschen@redhat.com>
4363
4364 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
4365 * gdb.asm/sh.inc: New file.
4366
5c4e30ca
DC
43672003-09-11 David Carlton <carlton@kealia.com>
4368
bd45b7af
DC
4369 * gdb.cp/namespace.exp: Add tests for namespace types.
4370 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
4371 (test_namespace): New.
4372
1c199746
EZ
43732003-09-11 Elena Zannoni <ezannoni@redhat.com>
4374
4375 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 4376 * gdb.stabs/weird.exp: Ditto.
1c199746 4377
04ed252f
MC
43782003-09-08 Michael Chastain <mec@shout.net>
4379
4380 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
4381
d8a2d9e7
MC
43822003-09-07 Michael Chastain <mec@shout.net>
4383
4384 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
4385 'parse error'.
4386
161afb24
MK
43872003-09-07 Mark Kettenis <m.kettenis@osp.nl>
4388
4389 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
4390
49f2741a
MC
43912003-08-30 Michael Chastain <mec@shout.net>
4392
4393 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
4394 * gdb.gdb/observer.exp: Ditto.
4395 * gdb.gdb/xfullpath.exp: Ditto.
4396
8afa723e
MK
43972003-08-29 Mark Kettenis <kettenis@gnu.org>
4398
4399 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
4400 *-*-*bsd*.
4401
f31dfe3b
JJ
44022003-08-28 Jeff Johnston <jjohnstn@redhat.com>
4403
4404 * gdb.base/dump.exp: Skip for ia64.
4405
4630e498
JJ
44062003-08-25 Jeff Johnston <jjohnstn@redhat.com>
4407
4408 * gdb.asm/asm-source.exp: Add ia64 support.
4409 * gdb.asm/ia64.inc: New file.
4410
1105b7ef
MC
44112003-08-22 Michael Chastain <mec@shout.net>
4412
4413 * gdb.cp: New directory.
4414 * gdb.cp/*: Copy from gdb.c++/*.
4415 * gdb.c++/*: Remove.
4416 * Makefile.in: Change gdb.c++ to gdb.cp.
4417 * configure.in: Ditto.
4418 * configure: Regnerate.
4419
c945b932
MK
44202003-08-18 Mark Kettenis <kettenis@gnu.org>
4421
4422 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
4423 * gdb.arch/i386-prologue.c (gdb1338): Add function.
4424
2b66634b
DJ
44252003-08-17 Daniel Jacobowitz <drow@mvista.com>
4426
4427 * mi-var-display.exp (-var-list-children weird): Accept function
4428 pointers with argument types.
4429 * mi1-var-display.exp (-var-list-children weird): Likewise.
4430 * mi2-var-display.exp (-var-list-children weird): Likewise.
4431
a356f73b
DJ
44322003-08-17 Daniel Jacobowitz <drow@mvista.com>
4433
4434 * gdb.base/annota3.exp: Add missing newline.
4435
483417b8
MC
44362003-08-06 Michael Chastain <mec@shout.net>
4437
4438 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
4439
c99c59c3
MS
44402003-08-12 Michael Snyder <msnyder@redhat.com>
4441
4442 * gdb.base/float.exp: Add test for SH.
4443
55ed7501
MK
44442003-08-10 Mark Kettenis <kettenis@gnu.org>
4445
4446 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
4447
1a371f2e
EZ
44482003-08-07 Elena Zannoni <ezannoni@redhat.com>
4449
4450 * gdb.base/completion.exp: Remove reduntant completion test
4451 on filename.
4452
e0f353ce
EZ
44532003-08-07 Elena Zannoni <ezannoni@redhat.com>
4454
4455 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
4456 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
4457 gdb.trace/save-trace.exp: Make sure that full pathnames are
4458 escaped correctly.
4459
5710a1af 44602003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 4461
5710a1af
EZ
4462 * configure.in: Don't generate config.h from config.hin.
4463 * configure: Regenerate.
4464 * config.hin: Remove file.
4465 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
4466 * gdb.threads/pthreads.c: Ditto.
4467
dcd81ce9
DJ
44682003-08-07 Daniel Jacobowitz <drow@mvista.com>
4469
4470 From Kei Sakamoto <sakamoto.kei@renesas.com>:
4471 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
4472 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
4473 Replace ld24 with seth/add3.
4474
6009d884
AC
44752003-08-02 Andrew Cagney <cagney@redhat.com>
4476
4477 * gdb.base/annota3.exp: New file.
4478 * gdb.base/annota3.c: New file.
4479 * gdb.c++/annota3.exp: New file.
4480 * gdb.c++/annota3.cc: New file.
4481
51514e06
MC
44822003-07-29 Michael Chastain <mec@shout.net>
4483
4484 * gdb.threads/tls.c (spin): Check errno only if sem_wait
4485 actually failed.
4486 (do_pass): Likewise.
4487 * gdb.threads/tls.exp: Always initialize no_of_threads.
4488
4ee6625b
DJ
44892003-07-27 Daniel Jacobowitz <drow@mvista.com>
4490
4491 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
4492 pattern.
4493 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
4494 * gdb.threads/tls.exp: Recognize one case of the host library not
4495 supporting TLS.
4496
225f2bf6
AC
44972003-07-27 Andrew Cagney <cagney@redhat.com>
4498
4499 * gdb.base/fileio.exp: Use SH when running commands using
4500 remote_exec.
4501
bcb27c9f
DJ
45022003-07-24 Daniel Jacobowitz <drow@mvista.com>
4503
4504 From Kei Sakamoto <sakamoto.kei@renesas.com>:
4505 * gdb.base/relocate.c (dummy): New padding array.
4506
3d67be83
MS
45072003-07-22 Michael Snyder <msnyder@redhat.com>
4508
d63a86f8 4509 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
4510
4511 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
4512 patterns to be more general, accepting old and new output.
4513 Some output chars (such as '+') also must be quoted.
d63a86f8 4514 Some addresses are displayed numerically instead of
3d67be83
MS
4515 symbolically.
4516
57ba3b85
MS
45172003-07-23 Michael Snyder <msnyder@redhat.com>
4518
686d097c
MS
4519 * gdb.base/return2.exp: Don't test long-long return.
4520
57ba3b85
MS
4521 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
4522 * gdb.disasm/t01_mov.exp: Ditto.
4523 * gdb.disasm/t02_mova.s: Ditto.
4524 * gdb.disasm/t02_mova.exp: Ditto.
4525 * gdb.disasm/t03_add.s: Ditto.
4526 * gdb.disasm/t03_add.exp: Ditto.
4527 * gdb.disasm/t04_sub.s: Ditto.
4528 * gdb.disasm/t04_sub.exp: Ditto.
4529 * gdb.disasm/t05_cmp.s: Ditto.
4530 * gdb.disasm/t05_cmp.exp: Ditto.
4531 * gdb.disasm/t06_ari2.s: Ditto.
4532 * gdb.disasm/t06_ari2.exp: Ditto.
4533 * gdb.disasm/t07_ari3.s: Ditto.
4534 * gdb.disasm/t07_ari3.exp: Ditto.
4535 * gdb.disasm/t08_or.s: Ditto.
4536 * gdb.disasm/t08_or.exp: Ditto.
4537 * gdb.disasm/t09_xor.s: Ditto.
4538 * gdb.disasm/t09_xor.exp: Ditto.
4539 * gdb.disasm/t10_and.s: Ditto.
4540 * gdb.disasm/t10_and.exp: Ditto.
4541 * gdb.disasm/t11_logs.s: Ditto.
4542 * gdb.disasm/t11_logs.exp: Ditto.
4543 * gdb.disasm/t12_bit.s: Ditto.
4544 * gdb.disasm/t12_bit.exp: Ditto.
4545 * gdb.disasm/t13_otr.s: Ditto.
4546 * gdb.disasm/t13_otr.exp: Ditto.
4547
e00759ef
EZ
45482003-07-22 Elena Zannoni <ezannoni@redhat.com>
4549
4550 * gdb.threads/tls.exp :Add kfail for 'info address' case.
4551
8bc2021f
EZ
45522003-07-22 Elena Zannoni <ezannoni@redhat.com>
4553
4554 * gdb.threads/tls.c : New file.
4555 * gdb.threads/tls.exp : New file.
4556 * gdb.threads/tls-main.c : New file.
4557 * gdb.threads/tls-shared.c : New file.
4558 * gdb.threads/tls-shared.exp : New file.
4559
89320c4c
AS
45602003-07-22 Andreas Schwab <schwab@suse.de>
4561
4562 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
4563
180dea7c
AS
45642003-07-20 Andreas Schwab <schwab@suse.de>
4565
4566 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
4567 due to insn reordering.
4568
0714963c
AC
45692003-07-15 Andrew Cagney <cagney@redhat.com>
4570
4571 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
4572
98a23b3f
MC
45732003-07-15 Michael Chastain <mec@shout.net>
4574
4575 * gdb.base/gdb1250.exp: New file.
4576 * gdb.base/gdb1250.c: New file.
4577
27e417a2
ML
45782003-07-09 Michal Ludvig <mludvig@suse.cz>
4579
4580 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
4581 expansion of size_t to 'unsigned long', not only to 'unsigned'.
4582
8bc2021f
EZ
45832003-07-09 Elena Zannoni <ezannoni@redhat.com>
4584
4585 * gdb.threads/tls.c: New file.
4586 * gdb.threads/tls.exp: New file.
4587 * gdb.threads/tls-main.c: New file.
4588 * gdb.threads/tls-shared.c: New file.
4589 * gdb.threads/tls-shared.exp: New file.
4590
d99968dc
EZ
45912003-07-09 Elena Zannoni <ezannoni@redhat.com>
4592
4593 * gdb.base/annota1.exp: Make sure that we properly escape the
4594 full path of the source file. Xfail more permissive patterns,
d63a86f8 4595 due to a compiler debug info problem.
d99968dc 4596
83876b3b
AS
45972003-07-07 Andreas Schwab <schwab@suse.de>
4598
2705e972
AS
4599 * gdb.asm/m68k.inc: New file.
4600 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
4601
83876b3b
AS
4602 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
4603 arguments"): Also match negative number.
4604
4605 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
4606
3a871b37
DJ
46072003-07-03 Daniel Jacobowitz <drow@mvista.com>
4608
4609 * gdb.base/store.c (charest): New typedef.
4610 (add_char): Rename to add_charest, update.
4611 (wack_char): Rename to wack_charest, update types. Return l + r
4612 to keep r live across the call.
4613 (wack_short, wack_int, wack_long, wack_longest, wack_float)
4614 (wack_double, wack_doublest): Return l + r to keep r live across
4615 the call.
4616 * gdb.base/store.exp: Accomodate store.c changes.
4617
b2a7f303
DC
46182003-06-30 David Carlton <carlton@kealia.com>
4619
4620 * gdb.c++/maint.exp (test_invalid_name): New.
4621 (test_first_component): Add tests for invalid names.
4622
3c6cb4a1
MC
46232003-06-29 Michael Chastain <mec@shout.net>
4624
4625 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
4626 output of '<VTT for class>' for virtual base classes.
4627
f1c2644b
DJ
46282003-06-29 Daniel Jacobowitz <drow@mvista.com>
4629
4630 * gdb.base/completion.exp: Tab-complete "complet" instead of
4631 "compl".
4632 * gdb.base/complex.exp, gdb.base/complex.c: New files.
4633
18080350
DJ
46342003-06-29 Daniel Jacobowitz <drow@mvista.com>
4635
4636 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
4637 * gdb.base/volatile.exp: Likewise.
4638
f56973f8
DJ
46392003-06-29 Daniel Jacobowitz <drow@mvista.com>
4640
4641 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
4642 gdb/1265.
4643
46442003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
4645 Daniel Jacobowitz <drow@mvista.com>
4646
4647 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
4648 initial line count of 'captured_main' from 26 to 32.
4649 (test_with_self): Allow xmalloc call to be interleaved with the
4650 preceding two lines.
4651
e766d4d6
JB
46522003-06-24 Joel Brobecker <brobecker@gnat.com>
4653
4654 * gdb.base/bang.exp: New testcase.
4655
f125c9a4
JB
46562003-06-23 Joel Brobecker <brobecker@gnat.com>
4657
4658 * gdb.base/langs.exp: Add some tests for the "minimal" language
4659 support.
4660
6e25beaf
EZ
46612003-06-23 Elena Zannoni <ezannoni@redhat.com>
4662
4663 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
4664 the testcase.
4665
2f816dda
DJ
46662003-06-22 Daniel Jacobowitz <drow@mvista.com>
4667
4668 * gdb.base/relocate.exp: Test add-symbol-file with a variable
4669 offset.
4670
db5a5748
DJ
46712003-06-22 Daniel Jacobowitz <drow@mvista.com>
4672
4673 * gdb.c++/pr-1210.cc: New file.
4674 * gdb.c++/pr-1210.exp: New file.
4675
1df0c130
DJ
46762003-06-21 Daniel Jacobowitz <drow@mvista.com>
4677
4678 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
4679 000-exec-continue.
4680
a92feac0
MK
46812003-06-15 Mark Kettenis <kettenis@gnu.org>
4682
4683 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
4684 on *-*-*bsd* instead of *-*-freebsd*.
4685
81a58f5b
AC
46862003-06-14 Andrew Cagney <cagney@redhat.com>
4687
4688 * gdb.base/store.exp: Test longest and doublest. Test all
4689 parameters. Weaken return statement match.
4690 * gdb.base/store.c: Add longest and doublest - aka long long and
4691 long double functions. Put all parameters into local register
4692 variables. Use negative values.
4693
b257a0d3
AC
46942003-06-14 Andrew Cagney <cagney@redhat.com>
4695
4696 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
4697 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
4698 exit status.
4699 * gdb.base/fileio.exp: Disable target when nointerrupts and
4700 noinferiorio, instead of limiting it to remote. Use remote_exec
4701 instead of system.
d63a86f8 4702
21c38304
JJ
47032003-06-12 Jeff Johnston <jjohnstn@redhat.com>
4704
4705 * gdb.base/float.exp: Add ia64 support.
4706
1bcdb424
CV
47072003-06-12 Corinna Vinschen <vinschen@redhat.com>
4708
4709 * gdb.base/fileio.exp: Run only on remote targets.
4710
6aeb981f
CV
47112003-06-10 Corinna Vinschen <vinschen@redhat.com>
4712
4713 * gdb.base/fileio.c: New file, testing File-I/O.
4714 * gdb.base/fileio.exp: Ditto.
4715
53df362e
RG
47162003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
4717
4718 * gdb.base/shreloc.exp: New file, check symbol values obtained from
4719 shared objects after relocation at load time (gdb PR/1132).
4720 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
4721 as above, part of the shared object relocation test.
4722
ffee1b46
MK
47232003-06-08 Mark Kettenis <kettenis@gnu.org>
4724
b5ca3722
MK
4725 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
4726 fully filled history list.
4727 * gdb.base/gdb_history: New file.
4728
03ed860d
MK
4729 * gdb.base/signals.exp: XFAIL "continue to func1" on
4730 i*86-*-freebsd*.
4731
ffee1b46
MK
4732 * gdb.base/attach.exp: When trying to attach to a nonexistent
4733 process, make it possible to specify the PID based on the target,
4734 and do so for *-*-freebsd*.
4735
d80dbb52
RH
47362003-06-02 Richard Henderson <rth@redhat.com>
4737
4738 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
4739
6dd77b81
RH
47402003-06-02 Richard Henderson <rth@redhat.com>
4741
4742 * gdb.base/selftest.exp: Next over lim_at_start initialization.
4743
f6347e16
RH
47442003-06-02 Richard Henderson <rth@redhat.com>
4745
4746 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
4747
2c161407
DJ
47482003-06-01 Daniel Jacobowitz <drow@mvista.com>
4749
4750 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
4751 of globalvar.
4752
572eb746
MK
47532003-06-01 Mark Kettenis <kettenis@gnu.org>
4754
4755 * gdb.asm/asm-source.exp: Check for memory read errors in
4756 disassembler test on *BSD too.
4757
9e9617a5
RH
47582003-06-01 Richard Henderson <rth@redhat.com>
4759
4760 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
4761 for .frame.
4762 (gdbasm_call): Lose ldgp.
4763 (gdbasm_startup): Add frame information.
4764 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
4765
7b34ad4e
MK
47662003-05-31 Mark Kettenis <kettenis@gnu.org>
4767
4768 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
4769 i?86-*-*.
4770
10059fdf
MK
47712003-05-30 Mark Kettenis <kettenis@gnu.org>
4772
4773 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
4774 FreeBSD.
4775
acf4b816
RH
47762003-05-29 Richard Henderson <rth@redhat.com>
4777
4778 * gdb.asm/alpha.inc: New file.
4779 * gdb.asm/asm-source.exp: Use it.
4780
e9ecd949
JB
47812003-05-29 Jim Blandy <jimb@redhat.com>
4782
4783 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
4784 'core.PID'.
4785
e3e5a4f3
JB
47862003-05-22 Jim Blandy <jimb@redhat.com>
4787
4788 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
4789 backtrace.
d63a86f8 4790
72fe3d25
DC
47912003-05-20 David Carlton <carlton@math.stanford.edu>
4792
4793 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
4794 this time.
4795
58da2eb2
DC
47962003-05-19 David Carlton <carlton@bactrian.org>
4797
4798 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
4799 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
4800
1fcb5155
DC
48012003-05-19 David Carlton <carlton@bactrian.org>
4802
4803 * gdb.c++/namespace.exp: Add namespace scope and anonymous
4804 namespace tests.
4805 Bump copyright date.
4806 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
4807 (main): Call C::D::marker2.
4808 * gdb.c++/namespace1.cc: New file.
4809
85e85163
JJ
48102003-05-14 Jeff Johnston <jjohnstn@redhat.com>
4811
4812 Roland McGrath <roland@redhat.com>
d63a86f8 4813 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
4814 there is no manager thread.
4815
a25fbfec
JJ
48162003-05-08 Jeff Johnston <jjohnstn@redhat.com>
4817
d63a86f8
RM
4818 * gdb.threads/schedlock.exp: Remove assumption that all threads
4819 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
4820 in one of the child threads rather than the main thread.
4821
be375bae
JB
48222003-05-07 Jim Blandy <jimb@redhat.com>
4823
09bf6082
JB
4824 Add support for assembly source testing on the s390x.
4825 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
4826 architecture.
4827 * gdb.asm/s390x.inc: New file.
4828
be375bae
JB
4829 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
4830 succession of 'if' statements.
4831
00905d52
AC
48322003-05-05 Andrew Cagney <cagney@redhat.com>
4833
4834 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
4835
b1e29e33
AC
48362003-05-05 Andrew Cagney <cagney@redhat.com>
4837
4838 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
4839 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
4840
e33d66ec
EZ
48412003-05-02 Elena Zannoni <ezannoni@redhat.com>
4842
4843 * gdb.base/charset.exp: Update based on new behavior of set/show
4844 charset commands.
4845
2b6fd0d8
AC
48462003-05-01 Andrew Cagney <cagney@redhat.com>
4847
4848 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
4849 variable do not give memory errors.
4850
130cacce
AF
48512003-04-30 Adam Fedor <fedor@gnu.org>
4852
4853 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
4854 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
4855 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
4856 gdb.objc/basicclass.m: : New files
4857
4858 * lib/gdb.exp (gdb_compile_objc): New procedure.
4859
bea71854
DJ
48602003-04-27 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * gdb.base/signals.exp: Make backtrace tests more specific.
4863
0f20eeea
DC
48642003-04-23 David Carlton <carlton@bactrian.org>
4865
4866 * gdb.c++/maint.exp (test_first_component): Add tests for
4867 'operator' in more locations.
4868
c8c4d8dc
KB
48692003-04-16 Kevin Buettner <kevinb@redhat.com>
4870
4871 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
4872
3fe60e3c
EZ
48732003-04-16 Elena Zannoni <ezannoni@redhat.com>
4874
4875 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
4876 func marke' instead. Update test name.
4877
9219021c
DC
48782003-04-15 David Carlton <carlton@math.stanford.edu>
4879
4880 * gdb.c++/maint.exp: New file.
4881
5dd55bdd
EZ
48822003-04-14 Elena Zannoni <ezannoni@redhat.com>
4883
4884 * gdb.threads/schedlock.c: Change type of thread function argument
4885 to long, to avoid warnings on 64-bit platforms.
4886
00890572
EZ
48872003-04-14 Elena Zannoni <ezannoni@redhat.com>
4888
4889 * gdb.base/attach.exp: Add new message from ptrace in case of
4890 attaching to nonexistent process.
d63a86f8 4891
93201743
JB
48922003-04-11 Jim Blandy <jimb@redhat.com>
4893
4894 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
4895 gdb.c++/userdef.cc: Place comments on the lines to which the
4896 marker function might return.
4897 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
4898 gdb.c++/userdef.exp: Look for those comments to check that we've
4899 returned to the right place, instead of checking line numbers.
4900
2a11c64d
EZ
49012003-04-11 Elena Zannoni <ezannoni@redhat.com>
4902
4903 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
4904 match on sourcefile name, instead of directory name.
4905
68ab8fc5
EZ
49062003-04-10 Elena Zannoni <ezannoni@redhat.com>
4907
d63a86f8 4908 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
4909 working directory name.
4910
5624293a
JB
49112003-04-09 Jim Blandy <jimb@redhat.com>
4912
4913 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
4914 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
4915 after an inferior function call, report the failure, but allow the
4916 test to continue.
4917
f1f02ee4
SC
49182003-04-05 Stephane Carrez <stcarrez@nerim.fr>
4919
4920 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
4921 with -DPROTOTYPES.
4922
6eb79af0
SC
49232003-04-05 Stephane Carrez <stcarrez@nerim.fr>
4924
4925 * gdb.base/break.exp: Revert last patch.
4926
8dfb4cf0
SC
49272003-04-04 Stephane Carrez <stcarrez@nerim.fr>
4928
4929 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
4930 with -DPROTOTYPES.
4931
ed4c619a
AC
49322003-04-02 Andrew Cagney <cagney@redhat.com>
4933
4934 * gdb.base/callfuncs.exp: Make "print add" messages unique.
4935 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
4936 matching directories by the name breakpoint.
4937 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
4938 Make "continue to marker1" consistent.
4939 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
4940 message consistent.
4941 * lib/gdb.exp: Put "the program is no longer running", and "the
4942 program exited" in parenthesis.
4943 * lib/mi-support.exp: Ditto.
d63a86f8 4944
4e35d5f0 49452003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 4946
4e35d5f0
BR
4947 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
4948
71900fe8
AC
49492003-03-29 Andrew Cagney <cagney@redhat.com>
4950
4951 * gdb.base/sizeof.c (main): Print the value of '\377'.
4952 * gdb.base/sizeof.exp: Check the sign of '\377'.
4953
c0655a16
MC
49542003-03-27 Michael Chastain <mec@shout.net>
4955
4956 * gdb.base/gdb1090.exp: New file.
4957 * gdb.base/gdb1090.cc: New file.
4958
5b2a3989
JB
49592003-03-27 J. Brobecker <brobecker@gnat.com>
4960
4961 * gdb.gdb/observer.exp: New regression test.
4962
79876890
MC
49632003-03-27 Michael Chastain <mec@shout.net>
4964
4965 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
4966 * gdb.base/ptype.exp: Likewise.
4967
6eac95e3
CV
49682003-03-27 Corinna Vinschen <vinschen@redhat.com>
4969
4970 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
4971
e8c71839
MC
49722003-03-26 Michael Chastain <mec@shout.net>
4973
4974 * gdb.base/ptype.exp: Actually use some typedef'd types.
4975
71b10041
SC
49762003-03-21 Stephane Carrez <stcarrez@nerim.fr>
4977
4978 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
4979 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
4980
2512cf80
CV
49812003-03-20 Corinna Vinschen <vinschen@redhat.com>
4982
4983 * gdb.base/default.exp: Fix regular expression.
4984
0d195a4f
CV
49852003-03-20 Corinna Vinschen <vinschen@redhat.com>
4986
4987 * gdb.base/args.exp: Fix regular expression.
4988
8a2dbca8
CV
49892003-03-20 Corinna Vinschen <vinschen@redhat.com>
4990
4991 * gdb.base/help.exp: Allow Win32 child process.
4992
bf028682
CV
49932003-03-20 Corinna Vinschen <vinschen@redhat.com>
4994
4995 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
4996 when stepping out of main().
4997
182dbe85
CV
49982003-03-20 Corinna Vinschen <vinschen@redhat.com>
4999
5000 * gdb.base/default.exp: Check for win32 specific message when calling
5001 "run" without executable.
5002
d67a6ba5
CV
50032003-03-20 Corinna Vinschen <vinschen@redhat.com>
5004
5005 * gdb.base/args.exp: Expect .exe in output.
5006
a955b5bb
CV
50072003-03-20 Corinna Vinschen <vinschen@redhat.com>
5008
5009 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
5010 Cygwin native.
5011
bf6bad4b
AC
50122003-03-17 Andrew Cagney <cagney@redhat.com>
5013
5014 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
5015 vector registes.
5016 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
5017 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
5018
293e9a31
DC
50192003-03-17 David Carlton <carlton@math.stanford.edu>
5020
5021 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
5022 test, for PR breakpoints/38.
5023 Call test_watchpoint_and_breakpoint.
5024 * gdb.base/watchpoint.c (func3): New function.
5025 (main): Call func3.
5026
5330f2db
DC
50272003-03-04 David Carlton <carlton@math.stanford.edu>
5028
5029 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
5030 Garply<Garply<char> >:: garply".
5031 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
5032 with respect to PR c++/1111; note also PR c++/1113.
5033 (test_template_breakpoints): KFAIL "constructor breakpoint" with
5034 respect to PR c++/1062.
5035 KFAIL "destructor breakpoint" with respect to PR c++/1112.
5036
6ece72da
DC
50372003-03-03 David Carlton <carlton@math.stanford.edu>
5038
5039 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
5040 with respect to PR c++/57.
5041 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
5042 c++/826.
5043 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
5044 respect to PR c++/57.
5045
85ca1584
DC
50462003-03-03 David Carlton <carlton@math.stanford.edu>
5047
5048 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
5049 respect to PR c++/33 into FAILs.
5050
98e9c5b8
MC
50512003-03-03 Michael Chastain <mec@shout.net>
5052
7bedbf27
MC
5053 * configure.in: Update copyright years.
5054
50552003-03-03 Michael Chastain <mec@shout.net>
5056
5057 * Makefile.in: Update copyright years.
98e9c5b8 5058
f683e100
DC
50592003-02-28 David Carlton <carlton@math.stanford.edu>
5060
5061 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
5062 print class instead of struct and/or superfluous protection
5063 specifiers, as long as the resulting output is equivalent to the
5064 source code.
5065 Delete FIXME from end of messages on tests that don't need
5066 fixing.
5067
a9e0cf2c
DC
50682003-02-28 David Carlton <carlton@math.stanford.edu>
5069
5070 * gdb.c++/templates.exp (do_tests): Allow const in the two
5071 Foo<volatile char *>::foo tests.
5072
e8d359df
MS
50732003-02-27 Michael Snyder <msnyder@redhat.com>
5074
d63a86f8 5075 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
5076 will be consistant.
5077
0b71dc91
DC
50782003-02-26 David Carlton <carlton@math.stanford.edu>
5079
5080 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
5081 char *>::foo" test with respect to PR c++/33. Create a new test
5082 which is identical to that one except that it doesn't put the
5083 space between the "char" and the "*"; KFAIL it, too.
5084
dd14ab43
DC
50852003-02-26 David Carlton <carlton@math.stanford.edu>
5086
5087 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
5088 template types into either PASSes or KFAILs (corresponding to PR
5089 c++/57). Tweak indentation. Update copyright.
5090
1146c7f1
SC
50912003-02-23 Stephane Carrez <stcarrez@nerim.fr>
5092
5093 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
5094
74641dfb
MC
50952003-02-13 Michael Chastain <mec@shout.net>
5096
5097 * gdb.base/exprs.exp: Remove i960 remnants.
5098 * gdb.base/funcargs.exp: Likewise.
5099 * gdb.base/list.exp: Likewise.
5100 * gdb.base/ptype.exp: Likewise.
5101
559cd2d0
DC
51022003-02-14 David Carlton <carlton@math.stanford.edu>
5103
5104 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
5105 pEe->D::vg()" from XFAIL to KFAIL.
5106
c4f90d87
JM
51072003-02-13 Jason Molenda (jmolenda@apple.com)
5108
5109 * gdb.base/maint.exp: Update maint print statistics regexp to include
5110 new entries.
5111
cbc4d97c
MC
51122003-02-13 Michael Chastain <mec@shout.net>
5113
5114 * gdb.c++/inherit.exp: Remove call to get_debug_format.
5115
40f235b7
MC
51162003-02-12 Michael Chastain <mec@shout.net>
5117
5118 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
5119 * gdb.c++/inherit.exp: Likewise.
5120 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
5121 * gdb.c++/templates.exp: Likewise.
5122 * gdb.c++/virtfunc.exp: Likewise.
5123
c56716b0
JM
51242003-02-06 Jason Molenda (jason-cl@molenda.com)
5125
5126 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
5127 why the code is written that way.
5128
070afcf8
MC
51292003-02-05 Michael Chastain <mec@shout.net>
5130
5131 * gdb.base/dump.exp: Add missing copyright line.
5132
5d0331e5
JM
51332003-02-05 Jason Molenda (jason-cl@molenda.com)
5134
f7ae6d3e 5135 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
5136 at the beginning so the breakpoint doesn't get set on the loop.
5137
92851186
MC
51382003-02-05 Michael Chastain <mec@shout.net>
5139
5140 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
5141 output for configurations with gcc 2.95.3.
5142
cbf1e085
AC
51432003-02-05 Keith Seitz <keiths@redhat.com>
5144 Andrew Cagney <ac131313@redhat.com>
5145
5146 * gdb.mi/mi-cli.exp: New file.
d63a86f8 5147
29518e1e
MC
51482003-02-04 Michael Chastain <mec@shout.net>
5149
5150 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
5151 Call perror and then continue.
5152
5af1d5f3
MC
51532003-02-03 Michael Chastain <mec@shout.net>
5154
5155 * gdb.c++/pr-1023.cc: New file.
5156 * gdb.c++/pr-1023.exp: New file.
5157
6b549786
JB
51582003-02-05 Jim Blandy <jimb@redhat.com>
5159
5160 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
5161 it's local to foobar. Check for it there, and check that it's not
5162 present in main.
5163 * gdb.c++/local.cc (marker2): New function.
5164 (foobar): Call marker1.
5165 (main): Call marker2 instead of marker1.
5166
67f16606
AC
51672003-02-04 Andrew Cagney <ac131313@redhat.com>
5168
5169 * gdb.disasm/mn10200.exp: Obsolete file.
5170 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
5171 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
5172 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
5173
1c5cb38e
DC
51742003-02-04 David Carlton <carlton@math.stanford.edu>
5175
5176 * gdb.c++/overload.exp: Test intToChar(1).
5177 * gdb.c++/overload.cc (intToChar): New.
5178 (main): Call intToChar.
5179
d1fe6965
DC
51802003-02-03 David Carlton <carlton@math.stanford.edu>
5181
5182 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
5183 'might_kfail' arg.
5184 KFAIL some of the continue_to_bp_overloaded calls, according to
5185 PR c++/1025.
5186
9ba61c5d
MC
51872003-02-01 Michael Chastain <mec@shout.net>
5188
5189 * gdb.base/advance.c (marker1): New marker function.
5190 * gdb.base/advance.exp: When the 'advance' command lands on the
5191 return breakpoint, it can legitimately stop on either the
5192 current line or the next line. Accommodate both outcomes.
5193 * gdb.base/until.exp: Likewise.
5194
e7494ffb
AC
51952003-02-02 Andrew Cagney <ac131313@redhat.com>
5196
5197 2002-11-10 Jason Molenda (jason-cl@molenda.com):
5198 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
5199 now a list, not a tuple.
5200 * gdb.mi/mi-var-display.exp: Ditto.
5201 * gdb.mi/gdb792.exp: Ditto.
5202
075559bc
AC
52032003-02-01 Andrew Cagney <ac131313@redhat.com>
5204
5205 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
5206 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
5207 stack backtraces.
5208 * gdb.mi/mi-syn-frame.c: Part of same.
5209
2bd4c7b1
MK
52102003-02-01 Mark Kettenis <kettenis@gnu.org>
5211
5212 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
5213 gdb.mi/mi1-pthreads.exp: Return instead of calling
5214 gdb_suppress_entire_file.
5215
eabd8992
MS
52162003-02-01 Mark Salter <msalter@redhat.com>
5217
5218 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
5219
71469e2f
MS
52202003-01-31 Mark Salter <msalter@redhat.com>
5221
5222 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
5223 Support empty arg.
5224
38a94d44
MC
52252003-01-30 Michael Chastain <mec@shout.net>
5226
5227 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
5228 This was a workaround for a UTF-8 bug in readline 4.3. The bug
5229 has been fixed in gdb/readline on 2003-01-09.
5230
19ea9e73
MS
52312003-01-29 Michael Snyder <msnyder@redhat.com>
5232
e8d359df
MS
5233 * gdb.base/maint.exp: Allow for leading underscore in symbol.
5234 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
5235 * gdb.base/args.exp: Skip if target does not support args passing.
5236
2307bd6a
DJ
52372003-01-22 Daniel Jacobowitz <drow@mvista.com>
5238
19ea9e73 5239 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
5240 gdb_test. Accept a list of expect arguments as the third
5241 parameter.
5242 (gdb_test): Use it.
5243
f2dd3617
EZ
52442003-01-20 Elena Zannoni <ezannoni@redhat.com>
5245
5246 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
5247 allow for different test tree configurations. Update some
5248 tescases accordingly.
5249 * gdb.arch/altivec-regs.exp: Ditto.
5250 * gdb.asm/asm-source.exp: Ditto.
5251 * gdb.base/advance.exp: Ditto.
5252 * gdb.base/display.exp: Ditto.
d63a86f8 5253 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
5254 * gdb.base/mips_pro.exp: Ditto.
5255 * gdb.base/overlays.exp: Ditto.
5256 * gdb.base/relocate.exp: Ditto.
5257 * gdb.base/setshow.exp: Ditto.
5258 * gdb.base/step-line.exp: Ditto.
5259 * gdb.base/step-test.exp: Ditto.
5260 * gdb.base/until.exp: Ditto.
5261 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
5262
c71cdefd
DC
52632003-01-17 David Carlton <carlton@math.stanford.edu>
5264
5265 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
5266 corresponding to PR c++/945.
5267 Update copyright.
5268
fdba05d7
DC
52692003-01-17 David Carlton <carlton@math.stanford.edu>
5270
5271 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
5272 corresponding to PR c++/68.
5273
52742003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
5275
5276 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
5277 (test_paddr_hairy_functions): Call print_addr_2_kfail for
5278 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
5279
c362c33a
EZ
52802003-01-15 Elena Zannoni <ezannoni@redhat.com>
5281
0fbc361c
EZ
5282 * gdb.base/break.exp: Fix change of default location, because of
5283 removal of until tests.
5284 * gdb.base/help.exp: Update test for new 'until' help message.
5285 Add test for help on 'advance'.
c362c33a
EZ
5286 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
5287
dabf8a35
MK
52882003-01-15 Mark Kettenis <kettenis@gnu.org>
5289
5290 * gdb.base/default.exp: Adapt "info float" test for recent changes
5291 to that command. Add test for "info vector".
5292 * gdb.base/float.exp: New file. Add test for "info float" that
5293 resembles the old test in gdb.base/default.exp.
5294
a1769aca
DC
52952003-01-15 David Carlton <carlton@math.stanford.edu>
5296
5297 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
5298
82025e13
EZ
52992003-01-15 Elena Zannoni <ezannoni@redhat.com>
5300
5301 * gdb.base/break.exp: Move the tests of until command from here...
5302 * gdb.base/until.exp: ... to here. New file. Add other tests.
5303 * gdb.base/advance.c: New file.
5304 * gdb.base/advance.exp: New file.
5305
8f9ab801
EZ
53062003-01-14 Elena Zannoni <ezannoni@redhat.com>
5307
5308 * gdb.base/args.c: New file.
5309 * gdb.base/args.exp: New file.
5310
9ae66589
DJ
53112003-01-14 Daniel Jacobowitz <drow@mvista.com>
5312
5313 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
5314
8d77e5c3
DJ
53152003-01-14 Daniel Jacobowitz <drow@mvista.com>
5316
5317 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
5318
12d2f0a1
DJ
53192003-01-14 Daniel Jacobowitz <drow@mvista.com>
5320
5321 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
5322 dates.
5323
6ca37014
DJ
53242003-01-13 Daniel Jacobowitz <drow@mvista.com>
5325
5326 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
5327
b0023472
DJ
53282003-01-13 Daniel Jacobowitz <drow@mvista.com>
5329
5330 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
5331 (ptype &*"foo").
5332 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
5333
607fbc54 53342003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
5335
5336 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
5337 * gdb.mi/mi1-console.exp: Likewise.
5338
607fbc54 53392003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
5340
5341 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
5342 * gdb.mi/mi1-console.exp: Likewise.
5343
a1fb14a2
DJ
53442003-01-13 Daniel Jacobowitz <drow@mvista.com>
5345
5346 * gdb.c++/overload.exp: Remove some fixed XFAILs.
5347
c4cf40b7
DJ
53482003-01-09 Daniel Jacobowitz <drow@mvista.com>
5349
5350 * gdb.base/detach.exp: New test.
5351
696d5a5b
DJ
53522003-01-09 Daniel Jacobowitz <drow@mvista.com>
5353
5354 * Makefile.in (ALL_SUBDIRS): New variable.
5355 (subdirs, clean, distclean): Use it.
5356 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
5357 regenerating Makefile, since it is generated from the top level.
5358 * gdb.asm/Makefile.in: Likewise.
5359 * gdb.base/Makefile.in: Likewise.
5360 * gdb.c++/Makefile.in: Likewise.
5361 * gdb.disasm/Makefile.in: Likewise.
5362 * gdb.java/Makefile.in: Likewise.
5363 * gdb.mi/Makefile.in: Likewise.
5364 * gdb.threads/Makefile.in: Likewise.
5365 * gdb.trace/Makefile.in: Likewise.
5366
754533e4
DC
53672003-01-09 David Carlton <carlton@math.stanford.edu>
5368
5369 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
5370 Add copyright year 2003.
5371
d8b3e9ee
MC
53722003-01-06 Michael Chastain <mec@shout.net>
5373
5374 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
5375 When selecting a thread, 'line' and 'file' are optional.
5376 * gdb.mi/mi1-pthreads.exp: Likewise.
5377
8e9e0fe6
AS
53782003-01-06 Andreas Schwab <schwab@suse.de>
5379
5380 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
5381 failures.
5382
b5ab8ff3
DJ
53832003-01-04 Daniel Jacobowitz <drow@mvista.com>
5384
5385 Fix PR gdb/844
5386 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
5387 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
5388
5389 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
5390 instead of calling gdb_suppress_entire_file.
5391 * gdb.threads/print-threads.exp: Likewise.
5392 * gdb.threads/schedlock.exp: Likewise.
5393
5394 * gdb.threads/killed.exp: Return instead of calling
5395 gdb_suppress_entire_file.
5396 * gdb.threads/linux-dp.exp: Likewise.
5397 * gdb.threads/pthreads.exp: Likewise.
5398
1e698235
DJ
53992003-01-04 Daniel Jacobowitz <drow@mvista.com>
5400
5401 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
5402 stabs.
5403 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
5404 * gdb.base/whatis.exp: Always allow (void) after function names.
5405
147ff08c
DJ
54062003-01-04 Daniel Jacobowitz <drow@mvista.com>
5407
5408 * gdb.c++/casts.exp: Correct regexp.
5409
dc62bfc2
MK
54102003-01-04 Mark Kettenis <kettenis@gnu.org>
5411
5412 * configure.in: Call AC_CONFIG_HEADER. Don't call
5413 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
5414 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
5415 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
5416 aforementioned directories in the AC_OUPUT call.
5417 * config.hin: New file.
5418 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
5419 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
5420 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
5421 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
5422 pass -I$objdir instead of -I$objdir/$subdir in compilation.
5423 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
5424 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
5425 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
5426 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
5427 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
5428 gdb.threads/configure.in, gdb.threads/configure,
5429 gdb.threads/config.in, gdb.trace/configure.in,
5430 gdb.trace/configure: Removed.
5431
77afa639
MC
54322003-01-03 Michael Chastain <mec@shout.net>
5433
5434 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
5435 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
5436
7634bb6e
DJ
54372003-01-03 Daniel Jacobowitz <drow@mvista.com>
5438
5439 * gdb.base/store.exp: Fix regular expressions.
5440
b39c905e
MK
54412002-12-28 Mark Kettenis <kettenis@gnu.org>
5442
5443 * configure.in: Rewrite.
5444 * configure: Regenerated.
5445
0a8551dd
DC
54462003-01-03 David Carlton <carlton@math.stanford.edu>
5447
5448 * gdb.base/psymtab.exp: New file.
5449 * gdb.base/psymtab1.c: Ditto.
5450 * gdb.base/psymtab2.c: Ditto.
5451
c60b7188
AF
54522002-12-23 Adam Fedor <fedor@gnu.org>
5453
5454 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
5455
ee73db83
DC
54562002-12-23 David Carlton <carlton@math.stanford.edu>
5457
5458 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
5459 and current_directory initialization.
5460
d6c1774e
JB
54612002-12-22 Jim Blandy <jimb@redhat.com>
5462
f0a847b8
JB
5463 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
5464 rather than as part of the output file name.
5465
d6c1774e
JB
5466 * gdb.base/attach.exp: There's no need to copy the test program to
5467 /tmp; that was only ever necessary on HP/UX, and this test is
5468 entirely disabled there anyway.
5469
f0708dbb
JB
54702002-12-21 Jim Blandy <jimb@redhat.com>
5471
4c2acfea
JB
5472 * gdb.c++/psmang.exp: Doc fix.
5473
f0708dbb
JB
5474 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
5475 test.
5476
9579e000
DC
54772002-12-20 David Carlton <carlton@math.stanford.edu>
5478
5479 * gdb.c++/annota2.exp: KFAIL annotate-quit.
5480
d1810171
MC
54812002-12-18 Michael Chastain <mec@shout.net>
5482
5483 * gdb.c++/annota2.exp: Add copyright year 2002.
5484
76565097
DC
54852002-12-17 David Carlton <carlton@math.stanford.edu>
5486
5487 * gdb.c++/try_catch.cc: Add marker comments.
5488 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
5489 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
5490 * gdb.c++/m-static.cc: Ditto.
5491 * gdb.c++/m-static1.cc: Ditto.
5492 * gdb.c++/try_catch.cc: Ditto.
5493
da81390b
JJ
54942002-12-16 Jeff Johnston <jjohnstn@redhat.com>
5495
5496 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
5497 to see whether we are using the new -environment-directory
5498 command which resets via -r or the old version of the command
5499 which may prompt the user. Part of fix for gdb/741.
5500
b304d130
AC
55012002-12-13 Andrew Cagney <ac131313@redhat.com>
5502
5503 * gdb.fortran/types.exp: Update obsolete comment.
5504 * gdb.fortran/exprs.exp: Ditto.
5505 * lib/gdb.exp: Delete obsolete code.
5506 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
5507 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
5508 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
5509 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
5510 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
5511 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
5512 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
5513 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
5514 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
5515 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
5516 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
5517 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
5518 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
5519 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
5520 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
5521 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
5522 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
5523 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
5524 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
5525 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
5526 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
5527 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
5528 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
5529 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
5530 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
5531 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
5532 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
5533 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
5534 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
5535 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
5536 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
5537 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
5538 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
5539 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
5540 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
5541 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
5542 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
5543
a23b6e6a
DC
55442002-12-11 David Carlton <carlton@math.stanford.edu>
5545
5546 * gdb.c++/m-data.exp: Add test for members that shadow global
5547 variables: see PR gdb/804.
5548 * gdb.c++/m-data.cc: Ditto.
5549
6604731b
DJ
55502002-12-10 Daniel Jacobowitz <drow@mvista.com>
5551
5552 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
5553
de46ecd7
DC
55542002-12-06 David Carlton <carlton@math.stanford.edu>
5555
5556 * gdb.base/store.c: Don't declare functions static.
5557
27e829d0
AC
55582002-12-04 Andrew Cagney <ac131313@redhat.com>
5559
5560 * gdb.base/store.exp, gdb.base/store.c: New files.
5561
92806416
DJ
55622002-12-03 Daniel Jacobowitz <drow@mvista.com>
5563
5564 * gdb.base/selftest.exp: Update for current gdb.
5565
3bcbaac5
DJ
55662002-12-03 Daniel Jacobowitz <drow@mvista.com>
5567
5568 * gdb.base/maint.exp: Only dump symbols from one source file
5569 or objfile.
5570
f4f00b1f
DJ
55712002-12-03 Daniel Jacobowitz <drow@mvista.com>
5572
5573 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
5574 function call.
5575
f1c8a949
JB
55762002-11-25 Jim Blandy <jimb@redhat.com>
5577
5578 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
5579 function appearing in error message.
5580
9e297a97
DJ
55812002-11-21 Daniel Jacobowitz <drow@mvista.com>
5582
5583 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
5584
1f312e79
JJ
55852002-11-08 Jeff Johnston <jjohnstn@redhat.com>
5586
d63a86f8
RM
5587 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
5588 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
5589 should be in mi console format. This is part of fix for PR gdb/604.
5590
83c31e7d
FN
55912002-09-18 Fernando Nasser <fnasser@redhat.com>
5592
5593 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
5594 which explicitly prints the zero offset as "+0".
5595
322b3f65
DJ
55962002-10-22 Daniel Jacobowitz <drow@mvista.com>
5597
5598 * gdb.threads/schedlock.c (args): Make unsigned.
5599
56002002-10-21 Daniel Jacobowitz <drow@mvista.com>
5601
5602 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
5603 numbers. Allow "foo2|selected stack frame".
5604 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
5605 * gdb.asm/asmsrc2.s: Likewise.
5606 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
5607 comments.
5608 * gdb.asm/mips.inc: New file.
5609
5e2fe5b8
AF
56102002-10-18 Adam Fedor <fedor@gnu.org>
5611
5612 * gdb.base/default.exp: Update expected output to include 'ObjC'.
5613 * gdb.base/help.exp: Likewise.
5614
abe1a5d0
KB
56152002-10-17 Kevin Buettner <kevinb@redhat.com>
5616
5617 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
5618 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
5619
10abb1d4
JB
56202002-10-02 Jim Blandy <jimb@redhat.com>
5621
5622 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
5623
1f609b42
AC
56242002-10-01 Andrew Cagney <ac131313@redhat.com>
5625
5626 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
5627 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
5628 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
5629 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
5630 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
5631 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
5632 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
5633
0aee02e4
AC
56342002-09-29 Andrew Cagney <ac131313@redhat.com>
5635
5636 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
5637 * mi0-disassemble.exp, mi0-eval.exp: Delete.
5638 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
5639 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
5640 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
5641 * mi0-var-block.exp, mi0-var-child.exp: Delete.
5642 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 5643
6fde09ad
KB
56442002-09-27 Kevin Buettner <kevinb@redhat.com>
5645
5646 * gdb.base/annota1.exp (info break): Make directory components of
5647 path optional since not all compilers emit this debug information.
5648
5649 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
5650 step ends up stepping out of the function instead of stopping on
5651 the epilogue.
5652
9e8aab75
KS
56532002-09-26 Keith Seitz <keiths@redhat.com>
5654
5655 * lib/insight-support.exp (gdbtk_start): Figure out where
5656 the insight executable is based on where gdb is. Use this
5657 executable to start insight instead of gdb.
5658
e36180d7
AC
56592002-09-25 Andrew Cagney <cagney@redhat.com>
5660
5661 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
5662
9dd34b2b
AC
56632002-09-24 Andrew Cagney <ac131313@redhat.com>
5664
5665 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
5666 test_isolated_complaints.
5667 (test_empty_complaint): New function.
5668 (test_empty_complaints): New function. Check no output when no
5669 complaints.
d63a86f8 5670
dea97812
KB
56712002-09-19 Jim Blandy <jimb@redhat.com>
5672
5673 * gdb.base/charset.exp, gdb.base/charset.c: New files.
5674
54951bd7
AC
56752002-09-19 Andrew Cagney <ac131313@redhat.com>
5676
5677 * gdb.gdb/complaints.exp: New file.
5678
dec43320
AC
56792002-09-18 Andrew Cagney <ac131313@redhat.com>
5680
5681 * gdb.base/maint.exp: Check `help maint internal-warning'.
5682
e70d6e3f
DC
56832002-09-18 David Carlton <carlton@math.stanford.edu>
5684
5685 * gdb.c++/m-static.exp: Remove breakpoints depending on line
5686 numbers, and replace them by a single breakpoint after the
5687 constructors are all finished.
5688 Add test 4.
5689 * gdb.c++/m-static.cc: Add test 4.
5690 * gdb.c++/m-static.h: New file.
5691 * gdb.c++/m-static1.cc: New file.
5692
5693 * gdb.c++/printmethod.exp: New file.
5694 * gdb.c++/printmethod.cc: New file.
5695
5696 * gdb.c++/pr-574.exp: New file.
5697 * gdb.c++/pr-574.cc: New file.
5698
afb5c968
CV
56992002-09-18 Corinna Vinschen <vinschen@redhat.com>
5700
5701 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
5702 embedded targets which never actually exit.
5703
31e45dee
FN
57042002-09-18 Fernando Nasser <fnasser@redhat.com>
5705
5706 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
5707 "don't step after run" as unresolved or unsupported, instead of xfail.
5708
a283c5a1
CV
57092002-09-18 Corinna Vinschen <vinschen@redhat.com>
5710
5711 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
5712 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
5713 Add newline to expected string in "step out of main (status wrapper)"
5714 case.
5715
11350d2a
CV
57162002-09-18 Corinna Vinschen <vinschen@redhat.com>
5717
5718 * lib/gdb.exp (rerun_to_main): Allow restarting application.
5719 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
5720
0deec7d6
TT
57212002-09-17 Tom Tromey <tromey@redhat.com>
5722
5723 * gdb.base/printcmds.exp (test_print_string_constants): Expect
5724 \000, not \0, in double-quoted string.
5725
b2b4a1b5
CV
57262002-09-14 Corinna Vinschen <vinschen@redhat.com>
5727
c9d37158 5728 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
5729 string after running the commands execution on breakpoint tests.
5730
1c56143a
CV
57312002-09-13 Corinna Vinschen <vinschen@redhat.com>
5732
5733 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
5734
37f8da45
JB
57352002-09-12 Joel Brobecker <brobecker@gnat.com>
5736
5737 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
5738
08b468e0
KS
57392002-09-10 Keith Seitz <keiths@redhat.com>
5740
5741 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
5742 runto proc.
5743 (mi_run_to_main): Use mi_runto.
5744 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
5745
dc360f58
KS
57462002-09-10 Keith Seitz <keiths@redhat.com>
5747
5748 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
5749 regexp for stopping at main. Could have multiple event notifications.
5750 Don't assume that main was declared with no parameters.
5751 (mi_next): Use mi_step_to.
5752 (mi_step): Use mi_next_to.
5753
ce3abcfb
CV
57542002-09-09 Corinna Vinschen <vinschen@redhat.com>
5755
5756 * gdb.base/default.exp: Fix expected string in `info float' test.
5757
d1f5b980
BE
57582002-09-09 Ben Elliston <bje@redhat.com>
5759
5760 * config/mips.exp: Update comments.
5761 * config/mips-idt.exp: Likewise.
5762 * config/nind.exp: Likewise.
5763 * config/slite.exp: Likewise.
5764 * config/sparclet.exp: Likewise.
5765 * config/udi.exp: Likewise.
5766 * config/vx.exp: Likewise.
5767 * config/vxworks29k.exp: Likewise.
5768
2f71430b
JB
57692002-09-05 Jim Blandy <jimb@redhat.com>
5770
5771 * gdb.threads/killed.exp: Fix test failure message.
5772
7ddebc7e
KS
57732002-09-04 Keith Seitz <keiths@redhat.com>
5774
5775 * lib/mi-support.exp: Update copyright.
5776 (mi_gdb_test): Increase the priority of the expected pattern
5777 so that it matches gdb_test.
5778
0ae67eb3
KS
57792002-09-03 Keith Seitz <keiths@redhat.com>
5780
5781 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
5782 Use integer comparison instead of string comparison for testing
5783 whether binary was built.
5784
38fc42c8
JB
57852002-09-03 Jim Blandy <jimb@redhat.com>
5786
5787 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
5788
b6ff0e81
JB
57892002-08-29 Jim Blandy <jimb@redhat.com>
5790
5791 * gdb.threads/pthreads.exp: Move the portable thread compilation
5792 code into a function in lib/gdb.exp, and call that from here.
5793 * lib/gdb.exp (gdb_compile_pthreads): New function.
5794
07c98896
KS
57952002-08-29 Keith Seitz <keiths@redhat.com>
5796
5797 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
5798 expect_out so that callers can get at it.
5799
0312286c
DJ
58002002-08-23 Daniel Jacobowitz <drow@mvista.com>
5801
5802 * gdb.threads/print-threads.c: New file.
5803 * gdb.threads/print-threads.exp: New file.
5804 * gdb.threads/schedlock.c: New file.
5805 * gdb.threads/schedlock.exp: New file.
5806
dd039bc4
EZ
58072002-08-22 Elena Zannoni <ezannoni@redhat.com>
5808
5809 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
5810 not altivec.c.
5811
1f36144c
MK
58122002-08-17 Mark Kettenis <kettenis@gnu.org>
5813
5814 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
5815 targets. The problem should be fixed now.
5816
16057ec7 58172002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
5818
5819 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
5820 2002-07-24 change that removes final dots from error messages.
5821
3c1499ad
TT
58222002-08-13 Tom Tromey <tromey@redhat.com>
5823
5824 * gdb.base/readline.exp: New file.
5825
a20ce2c3
AC
58262002-08-01 Andrew Cagney <ac131313@redhat.com>
5827
5828 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
5829 supress message.
5830
db034ac5
AC
58312002-08-01 Andrew Cagney <cagney@redhat.com>
5832
5833 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
5834 CHILL_FOR_TARGET and CHILL_LIB.
5835 * configure.in (configdirs): Remove gdb.chill.
5836 * configure: Regenerate.
5837 * lib/gdb.exp: Obsolete references to chill.
5838 * gdb.fortran/types.exp: Ditto.
5839 * gdb.fortran/exprs.exp: Ditto.
5840
3e000b18
KB
58412002-07-30 Kevin Buettner <kevinb@redhat.com>
5842
5843 * gdb.base/shlib-call.exp (additional_flags): Conditionally
5844 set Irix-specific compile and link flags.
5845
28f4966b
KB
58462002-07-29 Kevin Buettner <kevinb@redhat.com>
5847
5848 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
5849 source files. The ``-o'' option doesn't work with the ``-E'' option
5850 when using the Irix compiler.
5851
46c0d5a6
DJ
58522002-07-19 Daniel Jacobowitz <drow@mvista.com>
5853
5854 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
5855 Improve support for reusing an exec file. Copy exec file
5856 to target, and run gdbserver on the target instead of on the host.
5857
eecf4bed
JB
58582002-07-18 Jim Blandy <jimb@redhat.com>
5859
0f815cdf
JB
5860 * gdb.base/ending-run.exp: Don't expect to see the program end in
5861 some orderly fashion when we're running on a real stand-alone
5862 board.
5863
eecf4bed
JB
5864 * gdb.base/interrupt.exp: Correct logic for skipping tests on
5865 targets that don't support interrupts.
5866
52d309e4
JB
58672002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
5868
5869 * gdb.base/attach.exp: Add patterns to match output from /proc-based
5870 systems.
5871 Move comments in expect statements to inside the actions, so that they
5872 don't get matched against.
5873
ff683d9e
MK
58742002-07-10 Mark Kettenis <kettenis@gnu.org>
5875
5876 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
5877 function when asleep" test.
5878
b5356753
AC
58792002-07-10 Andrew Cagney <ac131313@redhat.com>
5880
5881 * gdb.base/page.exp: Rewrite to handle problems with very long
5882 `info set' output. Update copyright.
5883
6aa4d13a
AC
58842002-06-26 Andrew Cagney <ac131313@redhat.com>
5885
5886 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
5887 gdb.threads-hp.
5888 * gdb.hp/configure: Regenerate.
5889 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
5890 * gdb.hp/gdb.threads-hp/configure: Delete file.
5891 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
5892
8cf8c2b8
AC
58932002-06-22 Andrew Cagney <ac131313@redhat.com>
5894
5895 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
5896 setlocale, bindtextdomain and textdomain.
5897
6827a8f8
JB
58982002-06-11 Jim Blandy <jimb@redhat.com>
5899
919d772c
JB
5900 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
5901 preprocessor macro information is present.
5902
6827a8f8
JB
5903 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
5904 tests.
5905
c15b0d21
MS
59062002-06-06 Michael Snyder <msnyder@redhat.com>
5907
c5984d70
MS
5908 * gdb.base/overlays.exp: Record addresses of overlay
5909 functions in TCL variables rather than in GDB variables,
5910 to avoid having GDB convert them to pointers (with loss
5911 of information).
5912
d63a86f8 5913 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 5914 default linker script changes.
c15b0d21
MS
5915 * gdb.base/long_long.exp: Add check for sizeof (long double).
5916
be26fe0d
ML
59172002-06-06 Michal Ludvig <mludvig@suse.cz>
5918
5919 * gdb.asm/asm-source.exp: Add x86-64 target.
5920 * gdb.asm/x86_64.inc: New.
d63a86f8 5921
258093ca 59222002-05-30 Michael Chastain <mec@shout.net>
258093ca 5923
4b3153f1 5924 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
5925 * gdb.c++/m-static.cc: New file.
5926 * gdb.c++/m-static.exp: New file.
5927
241264c6
MS
59282002-05-28 Michael Snyder <msnyder@redhat.com>
5929
5930 * gdb.base/call-ar-st.exp: Allow for reduced floating point
5931 precision.
5932
9bba8c8f 59332002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 5934
4b3153f1 5935 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
5936 * gdb.c++/m-data.cc: New file.
5937 * gdb.c++/m-data.exp: New file.
5938
59392002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 5940
4b3153f1 5941 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 5942 * gdb.c++/try_catch.cc: New file.
d63a86f8 5943 * gdb.c++/try_catch.exp: New file.
9bba8c8f 5944
def1b996
MC
59452002-05-27 Michael Chastain <mec@shout.net>
5946
5947 * gdb.c++/local.exp: Accept more nested types in output.
5948
522ba268
MC
59492002-05-26 Michael Chastain <mec@shout.net>
5950
5951 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
5952
277254ba
MS
59532002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
5954
5955 * lib/gdb.exp (gdb_wrapper_init): Just because
5956 gdb_wrapper_file exists, this does not mean that the file
5957 should not be rebuilt. That is what gdb_wrapper_initialized
5958 is for.
5959 (default_gdb_init): Reset gdb_wrapper_initialized.
5960
b61a8733
MS
59612002-05-23 Michael Snyder <msnyder@redhat.com>
5962
d63a86f8 5963 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
5964 the precision of the floating point test results.
5965 * gdb.base/call-rt-st.exp: Ditto.
5966
b61a8733
MS
5967 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
5968 * gdb.base/call-rt-st.exp: Ditto.
5969
56f6e910
MC
59702002-05-19 Michael Chastain <mec@shout.net>
5971
5972 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
5973
ad0b0016
EZ
59742002-05-19 Elena Zannoni <ezannoni@redhat.com>
5975
5976 * configure.in (configdirs): Add gdb.arch.
5977 * configure: Regenerate.
5978
f617d2b6
JB
59792002-05-17 Jim Blandy <jimb@redhat.com>
5980
5981 * gdb.base/completion.exp: Recognize the more detailed error
5982 messages produced by the macro expander's lexical analyzer.
5983
eac2a696
EZ
59842002-05-14 Elena Zannoni <ezannoni@redhat.com>
5985
5986 * gdb.arch/altivec-abi.c: New file.
5987 * gdb.arch/altivec-abi.exp: New file.
5988 * gdb.arch/altivec-regs.c: New file.
5989 * gdb.arch/altivec-regs.exp: New file.
5990
2fdde8f8
DJ
59912002-05-14 Daniel Jacobowitz <drow@mvista.com>
5992
5993 * gdb.base/maint.exp (maint print type): Update for new type
5994 structure.
d63a86f8 5995
e31f1a7c
EZ
59962002-05-14 Elena Zannoni <ezannoni@redhat.com>
5997
5998 * gdb.arch: New directory.
5999 * gdb.arch/configure.in: New file.
6000 * gdb.arch/configure: New file.
6001 * gdb.arch/Makefile.in: New file.
6002
db589741
CV
60032002-05-13 Corinna Vinschen <vinschen@redhat.com>
6004
6005 * gdb.asm/asm-source.exp: Add v850 as supported target.
6006 * gdb.asm/v850.inc: New file.
6007
8ce2a7dc
DJ
60082002-05-13 Daniel Jacobowitz <drow@mvista.com>
6009
6010 * gdb.c++/annota2.exp (annotate-quit): Add comment.
6011
df763c7f
DJ
60122002-05-12 Daniel Jacobowitz <drow@mvista.com>
6013
6014 * gdb.base/break.exp: Check 'break "marker2"'.
6015
377daeed
MS
60162002-05-10 Michael Snyder <msnyder@redhat.com>
6017
6018 * gdb.base/long_long.exp: Fix typo.
6019
c4b7bc2b
JB
60202002-05-10 Jim Blandy <jimb@redhat.com>
6021
ecac9a4e
JB
6022 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
6023 a bug.
6024
c4b7bc2b
JB
6025 * gdb.base/printcmds.exp (test_integer_literals_rejected):
6026 Recognize more detailed error message produced by the macro
6027 expander's lexical analyzer.
6028 * lib/gdb.exp (test_print_reject): Same.
6029
e71019a1
MK
60302002-05-09 Mark Kettenis <kettenis@gnu.org>
6031
6032 * gdb.c++/method.exp: Fix typo.
6033
fedfc8e6
MS
60342002-05-08 Michael Snyder <msnyder@redhat.com>
6035
166a1957
MS
6036 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
6037 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 6038 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
6039 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
6040 Add iftarget clause for strongarm.
d63a86f8 6041
f1c47eb2
MS
60422002-05-06 Michael Snyder <msnyder@redhat.com>
6043
cb9a9d3e
MS
6044 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
6045 (gdb_continue_to_end): Accept output from status wrapper.
6046 * gdb.base/ending-run.exp: Add case for output from status wrapper.
6047 Clean up fail messages to match pass messages.
6048
f1c47eb2
MS
6049 Enable the "needs_status_wrapper" testsuite feature.
6050 * lib/gdb.exp (gdb_wrapper_init): New procedure.
6051 (gdb_compile): Conditionally call gdb_wrapper_init.
6052 * gdb.base/a2-run.exp: Recognize output from status wrapper.
6053 * gdb.c++/method.exp: Recognize output from status wrapper.
6054
6079c749
BE
60552002-05-06 Ben Elliston <bje@redhat.com>
6056From Graydon Hoare <graydon@redhat.com>
6057
6058 * config/sid.exp: Include support for "rawsid" protocol.
6059
188baff3
JB
60602002-05-03 Jim Blandy <jimb@redhat.com>
6061
6062 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
6063 * gdb.c++/hang3.C: New file.
6064
b9c07f0f
AC
60652002-05-04 Andrew Cagney <ac131313@redhat.com>
6066
6067 * gdb.base/default.exp: Remove obsolete code.
6068 * gdb.c++/misc.exp: Ditto. Update copyright.
6069 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
6070 * gdb.base/whatis.exp: Ditto. Update copyright.
6071 * gdb.base/scope.exp: Ditto. Update copyright.
6072 * gdb.base/ptype.exp: Ditto. Update copyright.
6073 * gdb.base/printcmds.exp: Ditto. Update copyright.
6074 * gdb.base/opaque.exp: Ditto. Update copyright.
6075 * gdb.base/list.exp: Ditto.
6076 * gdb.base/funcargs.exp: Ditto. Update copyright.
6077 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
6078 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
6079 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
6080 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
6081 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
6082 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
6083
5c7a0397
MS
60842002-05-02 Michael Snyder <msnyder@redhat.com>
6085
d6dcc264 6086 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
6087 * gdb.base/long_long.exp: Add xscale target.
6088 * gdb.base/default.exp: Add xscale target.
6089
eb7f1c48
JB
60902002-05-01 Jim Blandy <jimb@redhat.com>
6091
6092 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
6093 gdb.c++/hang.exp: New test.
6094
a6befae8
FF
60952002-05-01 Fred Fish <fnf@redhat.com>
6096
6097 * gdb.base/completion.exp: Handle completions of "./Make" for
6098 more than one completion possibility, as is the case when we
6099 build and test in the source tree.
6100
0a310277
AG
61012002-04-29 Anthony Green <green@redhat.com>
6102
6103 * gdb.java/jmisc1.exp: New file.
6104 * gdb.java/jmisc2.exp: New file.
6105
6ff9af88
DJ
61062002-04-24 Daniel Jacobowitz <drow@mvista.com>
6107
6108 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
6109
96b3d632
EZ
61102002-04-23 Elena Zannoni <ezannoni@redhat.com>
6111
6112 * gdb.base/help.exp: Change 'help status' to allow for target
6113 dependent output differences.
6114
5019bb54
MC
61152002-04-22 Michael Chastain <mec@shout.net>
6116
6117 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
6118
a805a116
MC
61192002-04-22 Michael Chastain <mec@shout.net>
6120
6121 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
6122
a1706bfd
DM
61232002-04-17 David S. Miller <davem@redhat.com>
6124
6125 * gdb.asm/sparc64.inc: New file.
6126 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
6127
a73a20a2
EZ
61282002-04-19 Elena Zannoni <ezannoni@redhat.com>
6129
6130 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
6131 instruction file directly into the build tree. Clean up at end of
6132 test.
6133
ba678339
DM
61342002-04-18 David S. Miller <davem@redhat.com>
6135
6136 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
6137 handle 64-bit platforms correctly.
6138 * gdb.base/maint.exp: Likewise.
6139
b03399da
KB
61402002-04-18 Kevin Buettner <kevinb@redhat.com>
6141
6142 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
6143 ``-fpic'' when compiling files comprising a shared library, but
6144 it does need additional linker flags in order to find shared
6145 libraries at run time.
6146
e2004992
KB
61472002-04-18 Kevin Buettner <kevinb@redhat.com>
6148
6149 * gdb.base/cvexpr.c (use): New function.
6150 (main): Invoke use() on all global variables to prevent
6151 some linkers from deleting these otherwise unused symbols.
6152
d8937120
MC
61532002-04-17 Michael Chastain <mec@shout.net>
6154From David S. Miller <davem@redhat.com>
6155
6156 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
6157 handle 64-bit platforms correctly.
6158
ffd61a58
MS
61592002-04-12 Michael Snyder <msnyder@redhat.com>
6160From Jim Blandy <jimb@redhat.com>
6161 * gdb.base/foo.c (foox): Remove section attribute; the linker
6162 script can handle this instead.
6163 * gdb.base/bar.c (barx): Same.
6164 * gdb.base/baz.c (bazx): Same.
6165 * gdb.base/grbx.c (grbxx): Same.
6166
6167 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
6168 manager doesn't automatically unmap overlays unnecessarily.
6169
6b8426a6
MH
61702002-04-10 Martin M. Hunt <hunt@redhat.com>
6171
6172 * gdb.base/ending-run.exp: Fix pattern for Mips targets
6173 stepping out of main.
6174
34af4875
MC
61752002-04-09 Michael Chastain <mec@shout.net>
6176
6177 * gdb.c++/local.cc (main): Move call to marker1() inside nested
6178 scope so that the nested scope tests will make sense.
6179 * gdb.c++/local.exp: Write patterns that actually work with gcc
6180 (the HP patterns "were never known to work with gcc").
6181 Keep the old aCC patterns too.
6182
2d1676a0
DJ
61832002-04-09 Daniel Jacobowitz <drow@mvista.com>
6184
6185 * gdb.base/attach.exp: Correct target board test.
6186
3a63e3f9
MC
61872002-04-08 Michael Chastain <mec@shout.net>
6188
6189 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
6190 in a const method. Add some xfail and fail cases for configurations
6191 that do not emit the "const ...".
6192
f18dabd2
MC
61932002-04-07 Michael Chastain <mec@shout.net>
6194
6195 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
6196 Accept "A * const" and "const A * const" as type of "this".
6197 Fix spelling of getFunky throughout. Make messages uniform.
6198
0fcddd82
EZ
61992002-04-07 Elena Zannoni <ezannoni@redhat.com>
6200
6201 Work around for PR gdb/285:
6202 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
6203
16a8534a
EZ
62042002-04-07 Elena Zannoni <ezannoni@redhat.com>
6205
6206 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
6207 instructions file at run time instead of configure time.
6208 Sometimes we run the test in a directory that is not the one we
6209 configured in.
6210 * gdb.asm/configure.in: Delete creation of symlink.
6211 * gdb.asm/configure: Regenerate.
6212
24181d81
JB
62132002-04-05 J. Brobecker <brobecker@gnat.com>
6214
6215 * gdb.gdb/xfullpath.exp: New test, to exercise the new
6216 xfullpath () function.
6217
7cdb7107
DJ
62182002-04-04 Daniel Jacobowitz <drow@mvista.com>
6219
6220 * gdb.asm/Makefile.in: Correct dependencies.
6221
6222 * gdb.asm/powerpc.inc: New file.
6223 * gdb.asm/asm-source.exp: Add PowerPC.
6224 * gdb.asm/configure.in: Likewise.
6225 * gdb.asm/configure: Regenerated.
6226
a7d17088
DJ
62272002-04-04 Daniel Jacobowitz <drow@mvista.com>
6228
6229 * gdb.base/relocate.exp: New file.
6230 * gdb.base/relocate.c: New file.
6231
cd721503
FF
62322002-04-04 Fred Fish <fnf@redhat.com>
6233
6234 * gdb.base/step-test.exp: Update comment regarding stopping in
6235 memcpy/bcopy calls inserted as part of the compiler runtime.
6236
b22ad7a7
MS
62372002-04-04 Michael Snyder <msnyder@redhat.com>
6238
6239 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
6240
5f279fa6
DJ
62412002-04-03 Daniel Jacobowitz <drow@mvista.com>
6242
6243 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
6244 (gdb_expect): Remove $notransfer hack.
6245
dd0fd3ce
DJ
62462002-04-02 Daniel Jacobowitz <drow@mvista.com>
6247
6248 * gdb.c++/classes.exp ("calling method for small class"): Match
6249 updated register output.
6250
1e50cda1
DJ
62512002-03-30 Daniel Jacobowitz <drow@mvista.com>
6252
6253 Fix PR gdb/452
6254 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
6255 when finished. Make gdb_file_cmd send "exec-file" when
6256 appropriate.
6257
24015922
DJ
62582002-03-30 Daniel Jacobowitz <drow@mvista.com>
6259
6260 * gdb.base/attach.exp: Remove extra setup_xfail.
6261
dd7dfd64
MS
62622002-03-26 Michael Snyder <msnyder@redhat.com>
6263
6264 * gdb.base/default.exp: Add tests for dump, append, and restore.
6265 * gdb.base/help.exp: Add tests for dump, append, and restore.
6266 * gdb.base/dump.exp: New file, test dump, append and restore.
6267 * gdb.base/dump.c: New file.
6268
48b2f8d7
MS
62692002-03-27 Michael Snyder <msnyder@redhat.com>
6270
d63a86f8 6271 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
6272 clean-ups in help messages.
6273
05b4d525
FF
62742002-03-26 Fred Fish <fnf@redhat.com>
6275
6276 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
6277 have debugging info for those functions and the compiler uses them
6278 internally to copy structs around.
6279
d7679631
FF
62802002-03-26 Fred Fish <fnf@redhat.com>
6281
6282 * gdb.base/list.exp: Revert the change made yesterday and add note
6283 about why we don't list the default lines for remote targets.
6284
523ac3f9
MS
62852002-03-25 Michael Snyder <msnyder@redhat.com>
6286
6287 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
6288
754b2b8d
FF
62892002-03-25 Fred Fish <fnf@redhat.com>
6290
6291 * gdb.base/list.exp: This test works on remote targets so remove
6292 the short circuit for remote targets. Update copyright.
6293
33c3e192
FF
62942002-03-25 Fred Fish <fnf@redhat.com>
6295
6296 * gdb.base/attach.exp: Fix logic error that was suppressing this
6297 test for all non hppa*-*-hpux* targets, instead of the hp target.
6298 Move comments closer to the suppression point. Also now need to
6299 check that we are running natively.
6300
d43e73ee
MS
63012002-03-22 Michael Snyder <msnyder@redhat.com>
6302
882c8f02
MS
6303 * gdb.base/default.exp: Add test for gcore. Update copyright.
6304 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 6305
04c12f60
FF
63062002-03-06 Fred Fish <fnf@redhat.com>
6307
6308 * gdb.base/funcargs.c: Remove extraneous ';' character.
6309 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
6310
b43df995
MC
63112002-03-04 Michael Chastain <mec@shout.net>
6312
6313 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
6314 accommodate gcc v3 function signature.
6315 * gdb.mi/mi0-var-cmd-exp: Ditto.
6316
92362027
AC
63172002-02-24 Andrew Cagney <ac131313@redhat.com>
6318
6319 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
6320 ``GNU/Linux'' or ``Linux kernel''
6321 * testsuite/gdb.threads/pthreads.c: Ditto.
6322
258ad32d
MC
63232002-02-24 Michael Chastain <mec@shout.net>
6324
6325 * gdb.threads/pthreads.c (thread1): Add a return statement.
6326 (thread2): Likewise.
6327 (foo): Likewise.
6328
04c3b3d4
MC
63292002-02-23 Michael Chastain <mec@shout.net>
6330
6331 * gdb.threads/linux-dp.c (philosopher): Add a return statement
6332 to placate gcc.
6333
5a2a0a20
MC
63342002-02-23 Michael Chastain <mec@shout.net>
6335
6336 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
6337 test "ptype bint". The test passes on all my stabs configurations.
6338
a640f7fc
JB
63392002-02-21 Jim Blandy <jimb@redhat.com>
6340
27924826
JB
6341 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
6342 filename at a time, and watch for the ones we want to see.
6343
a640f7fc
JB
6344 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
6345 types of pointers to prototyped functions.
6346
edcc8c75
AC
63472002-02-20 Andrew Cagney <ac131313@redhat.com>
6348
6349 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
6350 signed, unsigned and straight char.
6351 (padding_char, padding_short, padding_int, padding_long,
6352 padding_long_long, padding_float, padding_double,
6353 padding_long_double): New global variables.
6354 (fill, fill_structs): New functions.
6355
6356 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
6357 for correctly sized writes. Update copyright.
6358 (get_valueof): New procedure.
6359 (get_sizeof): Call get_valueof.
6360 (check_valueof): New procedure.
6361 (check_padding): New procedure.
6362
ac57ea44
MC
63632002-02-20 Michael Chastain <mec@shout.net>
6364
6365 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
6366 to setup_xfail. Document some of the remaining calls.
6367
7a10c941
MC
63682002-02-18 Michael Chastain <mec@shout.net>
6369
6370 * gdb.c++/userdef.exp: Update copyright year.
6371
fb8acdcc
DJ
63722002-02-18 Daniel Jacobowitz <drow@mvista.com>
6373
6374 * gdb.c++/userdef.exp: Test overloaded operators properly.
6375 Remove xfails.
6376
fda6ae12
MS
63772002-02-14 Michael Snyder <msnyder@redhat.com>
6378
6379 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
6380
676a0442
DJ
63812002-02-14 Daniel Jacobowitz <drow@mvista.com>
6382
6383 * gdb.base/a2-run.exp: Check for a remote target properly.
6384 * gdb.base/annota1.exp: Likewise.
6385 * gdb.base/list.exp: Likewise.
6386 * gdb.base/reread.exp: Likewise.
6387 * gdb.base/scope.exp: Likewise.
6388 * gdb.base/shlib-call.exp: Likewise.
6389 * gdb.base/term.exp: Likewise.
6390 * gdb.c++/annota2.exp: Likewise.
6391
78b4f468
RE
63922002-02-13 Richard Earnshaw <rearnsha@arm.com>
6393
6394 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
6395
9a81ba51
MC
63962002-02-10 Michael Chastain <mec@shout.net>
6397
6398 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
6399 (call_after_alloca): Ditto.
6400
004af6c7
DJ
64012002-02-10 Daniel Jacobowitz <drow@mvista.com>
6402
6403 * gdb.base/ending-run.exp: Guard "cont" test with
6404 gdb_skip_stdio_test.
6405
37225f62
JB
64062002-02-06 Jim Blandy <jimb@redhat.com>
6407
6408 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
6409 from here...
6410 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
6411 To here. Disable this test on non-HP platforms. Add big comment.
6412
fe6fdd96
MS
64132002-02-04 Michael Snyder <msnyder@redhat.com>
6414
6415 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
6416 other than d10v and m32r.
6417
036fad3f
RE
64182002-02-02 Richard Earnshaw <rearnsha@arm.com>
6419
6420 * gdb.base/default.exp: Rewrite test patterns to reduce time
6421 taken to match them.
6422
7148ab62
DJ
64232002-01-30 Daniel Jacobowitz <drow@mvista.com>
6424
6425 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
6426 Allow a start function above main.
6427 * gdb.threads/linux-dp.exp: Fix copyright date.
6428
396cc255
DJ
64292002-01-30 Daniel Jacobowitz <drow@mvista.com>
6430
6431 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
6432 (check_philosopher_stack): Check for manager thread before checking
6433 for a just-starting thread.
6434
f038d31b
DJ
64352002-01-30 Daniel Jacobowitz <drow@mvista.com>
6436
6437 From Neil Booth <neil@daikokuya.demon.co.uk>:
6438 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
6439 warnings.
6440
b3ff9d9a
FF
64412002-01-21 Fred Fish <fnf@redhat.com>
6442
6443 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
6444 not caller.
6445
39ad761d
JB
64462002-01-21 Jim Blandy <jimb@redhat.com>
6447
6448 * gdb.base/reread.exp: Check that GDB properly re-reads the
6449 executable file when it changes while no inferior is running.
6450
aaf320fa
FF
64512002-01-21 Fred Fish <fnf@redhat.com>
6452
6453 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
6454 optionally accept the "shlib events" variation.
6455
808a31f5
JB
64562002-01-21 Jim Blandy <jimb@redhat.com>
6457
6458 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
6459 call `fflush' after every `printf', so that the output is produced
6460 at predictable points, regardless of whatever buffering does (or
6461 doesn't) take place.
6462 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
6463 at different points.
6464
4420d5e2
DJ
64652002-01-20 Daniel Jacobowitz <drow@mvista.com>
6466
6467 * gdb.c++/inherit.exp: Update copyright years.
6468 * gdb.c++/method.exp: Likewise.
6469
3e36a0f4
DJ
64702002-01-20 Daniel Jacobowitz <drow@mvista.com>
6471
6472 * gdb.c++/classes.exp: Update for improved v3 support and skipping
6473 artificial methods/arguments.
6474 * gdb.c++/derivation.exp: Likewise.
6475 * gdb.c++/inherit.exp: Likewise.
6476 * gdb.c++/method.exp: Likewise.
6477 * gdb.c++/virtfunc.exp: Likewise.
6478
b4ceaee6
AC
64792002-01-18 Andrew Cagney <ac131313@redhat.com>
6480
6481 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
6482 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
6483 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
6484 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
6485 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
6486 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
6487
ecace851
JB
64882002-01-17 Jim Blandy <jimb@redhat.com>
6489
6490 * gdb.asm/asm-source.exp (info symbol): Take another shot at
6491 anchoring the pattern matching the entry point symbol's name.
6492
375fc983
AC
64932002-01-17 Andrew Cagney <ac131313@redhat.com>
6494
6495 * gdb.base/maint.exp: Update ``maint internal-error'' to match
6496 continue/quit query. Update copyright.
6497
fe6fdd96
MS
64982002-01-14 Michael Snyder <msnyder@redhat.com>
6499
6500 * gdb.base/gcore.exp: Remove extra debugging output.
6501
e017c81f
DJ
65022002-01-13 Daniel Jacobowitz <drow@mvista.com>
6503
6504 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
6505 for slightly dubious v2 mangled string.
6506
37ab3bf8
DJ
65072002-01-13 Daniel Jacobowitz <drow@mvista.com>
6508
6509 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
6510
1bc05c3a 65112002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 6512
1bc05c3a 6513 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 6514
1bc05c3a
JM
6515 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
6516 constructors.
6517 * gdb.c++/derivation.exp: Likewise.
6518 * gdb.c++/templates.exp: Likewise.
6519 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 6520
1bc05c3a
JM
65212002-01-10 Michael Snyder <msnyder@redhat.com>
6522
6523 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 6524
a911c360
MS
65252002-01-08 Michael Snyder <msnyder@redhat.com>
6526
6527 * gdb.base/gcore.exp: New test for generate-core-file command.
6528 * gdb.base/gcore.c: Testcase for above.
6529 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
6530
ea2119ec
JM
65312002-01-08 Jason Merrill <jason@redhat.com>
6532
6533 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
6534
68203136
FF
65352002-01-07 Fred Fish <fnf@redhat.com>
6536
6537 * gdb.c++/overload.exp: Remove unconditional xfails for:
6538 print foo_instance1.overloadargs(1)
6539 print foo_instance1.overloadargs(1, 2)
6540 print foo_instance1.overloadargs(1, 2, 3)
6541 print foo_instance1.overloadargs(1, 2, 3, 4)
6542 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
6543 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
6544 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
6545 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
6546 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
6547 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
6548 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
6549 print foo_instance1.overload1arg()
6550 print foo_instance1.overload1arg((char)arg2)
6551 print foo_instance1.overload1arg((signed char)arg3)
6552 print foo_instance1.overload1arg((unsigned char)arg4)
6553 print foo_instance1.overload1arg((int)arg7)
6554 print foo_instance1.overload1arg((unsigned int)arg8)
6555 print foo_instance1.overload1arg((float)arg11)
6556 print foo_instance1.overload1arg((double)arg12)
d63a86f8 6557
21b9b5b1
MS
65582002-01-07 Michael Snyder <msnyder@redhat.com>
6559
6560 * gdb.base/huge.exp: New test. Print a very large target data object.
6561 (skip_huge_test): New test variable. Define if you want to skip this
6562 test. The test reads an 8 megabyte data object from the target, so it
6563 might be very time consuming on remote targets with a slow connection.
6564 * gdb.base/huge.c: New file. Test case for above.
6565
725f922e
FF
65662002-01-07 Fred Fish <fnf@redhat.com>
6567
6568 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
6569 g_instance.bfoo, and g_instance.cfoo.
6570
634d57ec
JL
6571Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
6572
f286b2c3
JL
6573 * gdb.base/break.c (multi_line_if_conditional): New function.
6574 (multi_ilne_while_conditional): Likewise.
6575 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
6576 IF or WHILE condition puts the breakpoint at the start of
6577 the condition.
6578
634d57ec
JL
6579 * gdb.base/selftest.exp (backtrace through signal handler): Remove
6580 hppa*-*-hpux* expected failure.
6581 * gdb.base/structs.exp (do_function_calls): Similarly.
6582
6583 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
6584 watchpoints.
6585
9fbfe2dc
AC
65862002-01-06 Andrew Cagney <ac131313@redhat.com>
6587
6588 Fix PR gdb/66.
6589 * gdb.base/structs.exp: Replace skip for a29k with skip for
6590 gdb,cannot_call_functions.
6591 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
6592 * gdb.base/callfuncs.exp: Ditto.
6593 * gdb.base/call-rt-st.exp: Ditto.
6594 * gdb.base/call-strs.exp: Ditto.
6595 * gdb.base/callfwmall.exp: Ditto.
6596 * gdb.base/scope.exp: Obsolete xfail a29k.
6597 * gdb.c++/misc.exp: Ditto.
6598 * gdb.c++/cplusfuncs.exp: Ditto.
6599 * gdb.base/ptype.exp: Ditto.
6600 * gdb.base/printcmds.exp: Ditto.
6601 * gdb.base/opaque.exp: Ditto.
6602 * gdb.base/list.exp: Ditto.
6603 * gdb.base/funcargs.exp: Ditto.
6604 * gdb.base/default.exp: Ditto.
6605
8ddad156
MS
66062002-01-04 Michael Snyder <msnyder@redhat.com>
6607
ca4976a6 6608 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
6609 * gdb.base/maint.exp: Add tests for maint info sections options.
6610
1b074332
JL
6611Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
6612
6613 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
6614
7d159115
CV
66152001-12-20 Corinna Vinschen <vinschen@redhat.com>
6616
6617 * gdb.asm/arm.inc: New file.
6618 * gdb.asm/asm-source.exp: Add arm targets.
6619 * gdb.asm/configure.in: Ditto.
6620 * gdb.asm/configure: Recreated from configure.in.
6621
8fb87725
JL
6622Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
6623
afabe08c
JL
6624 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
6625 with HP's compiler.
6626 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
6627 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
6628 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
6629 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
6630
6631 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
6632 either HP's compilers or GCC.
6633
db521deb
JL
6634 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
6635 a SIGBUS or SIGSEGV.
6636
6637 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
6638
6639 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
6640 can be compiled with either HP's compiler or GCC.
6641
cfa88ab7
JL
6642 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
6643 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
6644 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
6645
ca344dff
JL
6646 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
6647 to match current gdb output. Update due to using auto-solib-limit
6648 for limiting instead of overloading auto-solib-add.
6649 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
6650 test program.
6651
3f3c6e55 6652 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
6653 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
6654 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
6655 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
6656 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
6657 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
6658 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
6659 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
6660 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
6661 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
6662 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
6663 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
6664 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 6665
8fb87725
JL
6666 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
6667 a SIGTRAP to the inferior.
6668
cf599fa7
CV
66692001-12-19 Corinna Vinschen <vinschen@redhat.com>
6670
6671 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
6672 Substitute call to target_link by call to gdb_compile.
6673
2cd045cd
JL
6674Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
6675
6676 * gdb.base/break.exp: Fix HP specific search string when testing
6677 backtracing in a called function.
6678
d63a86f8 6679 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
6680 compiling the test with HP's compilers.
6681 * gdb.base/volatile.exp: Similarly.
6682
99ebe9ac
JB
66832001-12-19 Jim Blandy <jimb@redhat.com>
6684
6685 * gdb.base/printcmds.exp: Expect the null character to be printed
6686 as '\0', and the '\013' to be printed as '\v'.
6687 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
6688 * gdb.base/setvar.exp: Same.
6689
b9891b29
JB
66902001-12-17 Jim Blandy <jimb@redhat.com>
6691
0eba65ab
JB
6692 * gdb.base/completion.exp: Rather than completing very long
6693 filenames, which can make the readline library produce output we
6694 don't recognize, cd to the directory first, and then complete
6695 using nice, short relative paths.
6696
6970b5b1
JB
6697 * gdb.base/completion.exp: On some systems, there is, in fact, a
6698 variable named `b' in scope, since GDB treats all static
6699 variables as being in scope. So use `no_var_named_this'
6700 instead of `b'.
6701
b9891b29
JB
6702 * gdb.base/corefile.exp: Recognize the message saying that GDB
6703 can't find the core file's registers as a failure.
6704
e6ccd35f
JSC
67052001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
6706
6707 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
6708 test expect string more specific.
6709
105ba819
CV
67102001-12-13 Corinna Vinschen <vinschen@redhat.com>
6711
6712 * gdb.asm/asm-source.exp: Add support for xstormy16.
6713 * gdb.asm/configure.in: Ditto.
6714 * gdb.asm/configure: Rebuild.
6715 * gdb.asm/xstormy16.inc: New file.
6716
e9e79dd9
FF
67172001-12-10 Fred Fish <fnf@redhat.com>
6718
6719 * gdb.base/maint.exp: Update to match changes in type dumping code.
6720
347dc97d
JB
67212001-12-10 Jim Blandy <jimb@redhat.com>
6722
6723 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
6724 matching the entry point symbol's name at the beginning of the
6725 line.
6726
5178b9d6
DJ
67272001-12-07 Daniel Jacobowitz <drow@mvista.com>
6728
6729 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
6730 gdb.c++/inherit.exp, gdb.c++/method.exp,
6731 gdb.c++/namespace.exp, gdb.c++/templates.exp,
6732 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
6733 and class layout support.
6734
af890c52
DJ
67352001-12-07 Daniel Jacobowitz <drow@mvista.com>
6736
6737 * gdb.c++/classes.exp: Add test for static member function.
6738 * gdb.c++/misc.cc: Add class with static member function.
6739
7a345fb3
JB
67402001-12-07 Jim Blandy <jimb@redhat.com>
6741
f2e54a80 6742 If GDB says it can't find the struct the function returned, report
8032bf31
JB
6743 those tests as `unsupported'.
6744 * gdb.base/call-rt-st.exp (print_struct_call): New function.
6745 Rewrite subsequent tests to use it.
6746
6747 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
6748 those tests as `unsupported'.
6749 * gdb.base/structs.exp (call_struct_func): New function.
6750 (do_function_calls): Use call_struct_func to call the functions
6751 returning structs.
6752
0bc69509
JB
6753 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
6754 whether functions are prototyped or not, so we can't possibly pass
6755 arguments to t_float_values2 properly.
6756
7a345fb3
JB
6757 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
6758 value of `timeout' for targets other than the mips*tx39-*.
6759
edb6ede1
MS
67602001-12-06 Michael Snyder <msnyder@redhat.com>
6761
d63a86f8 6762 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
6763 and detect whether the start symbol has a leading underscore.
6764
2d842f13
JB
67652001-12-04 Jim Blandy <jimb@redhat.com>
6766
6767 * gdb.base/completion.exp: Clarify indentation.
6768
68550daf
JB
67692001-12-03 Jim Blandy <jimb@redhat.com>
6770
6771 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
6772 variables on the S/390, not `.word'.
6773
cd5195a8
JB
67742001-11-30 Jim Blandy <jimb@redhat.com>
6775
6776 Add assembly-source tests for s390-ibm-linux.
6777 * gdb.asm/s390.inc: New file.
6778 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
6779 the S/390 architecture.
6780 * gdb.asm/configure: Regenerated.
6781
ca9efc90
MS
67822001-11-30 Michael Snyder <msnyder@redhat.com>
6783
6784 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
6785 next, info source, info sources, info line, global and static
6786 variables, and static functions.
6787 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
6788 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
6789 * gdb.asm/asmsrc1.s: Add a static function and some variables.
6790 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
6791 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
6792 (gdbasm_leave): Restore frame pointer.
6793 (gdbasm_startup): Copy stack set-up from crt0.S.
6794
d0e66976
FN
67952001-11-26 Fernando Nasser <fnasser@redhat.com>
6796
6797 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
6798 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
6799 to a local (non-static) variable. Copy tstruct.a to a static buffer
6800 and return a pointer to that buffer.
6801 * gdb.base/callfwmall.c (t_structs_a): Ditto.
6802
e2334072
MK
68032001-11-24 Mark Kettenis <kettenis@gnu.org>
6804
6805 * gdb.asm/configure.in: Fix recognition of ix86 target.
6806 * gdb.asm/configure: Regenerate.
6807
756caa3d
MS
68082001-11-21 Michael Snyder <msnyder@redhat.com>
6809
6810 * gdb.asm/sparc.inc: New file.
6811 * gdb.asm/asm-source.exp: Recognize sparc target.
6812 * gdb.asm/configure.in: Recognize sparc target.
6813 * gdb.asm/configure: Regenerate.
d63a86f8 6814
9a4d72d5
MS
68152001-11-21 Michael Snyder <msnyder@redhat.com>
6816
6817 * gdb.asm/m32r.inc: New file.
6818 * gdb.asm/asm-source.exp: Recognize m32r target.
6819 * gdb.asm/configure.in: Recognize m32r target.
6820 * gdb.asm/configure: Regenerate.
6821
a773d1cd
MS
68222001-11-20 Michael Snyder <msnyder@redhat.com>
6823
017ac23d
MS
6824 * gdb.asm/i386.inc: New file.
6825 * gdb.asm/asm-source.exp: Recognize ix86 target.
6826 * gdb.asm/configure.in: Recognize ix86 target.
6827 * gdb.asm/configure: Regenerate.
6828
a773d1cd
MS
6829 * gdb.c++/namespace.exp: Fix quotes in output messages.
6830
bb632afb
MS
68312001-11-14 Michael Snyder <msnyder@redhat.com>
6832
25d559ca 6833 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
6834 qualifier in a type cast expression, to designate an address
6835 in the instruction space (Harvard architecture).
6836
4749e309
MS
68372001-11-13 Michael Snyder <msnyder@redhat.com>
6838
6839 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
6840 Tests for expressions using 'const' and 'volatile'.
6841
25050984
CV
68422001-11-13 Corinna Vinschen <vinschen@redhat.com>
6843
6844 * gdb.asm/asm-sources.exp: Allow defining linker flags.
6845
1902c51f
DJ
68462001-11-12 Daniel Jacobowitz <drow@mvista.com>
6847
6848 * lib/mi-support.exp (mi_run_to_helper): Move comments
6849 outside of gdb_expect.
6850
dcf95b47
DJ
68512001-11-11 Daniel Jacobowitz <drow@mvista.com>
6852
6853 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
6854 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
6855 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
6856 mi0_run_to): New functions.
6857 * gdb.mi/mi-simplerun.exp: Use them.
6858 * gdb.mi/mi0-simplerun.exp: Likewise.
6859 * gdb.mi/mi-var-cmd.exp: Likewise.
6860 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 6861
45b074e1
AC
68622001-11-10 Andrew Cagney <ac131313@redhat.com>
6863
6864 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
6865 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
6866
bf50d346
AC
68672001-11-09 Andrew Cagney <ac131313@redhat.com>
6868
6869 * gdb.base/restore.exp: Include $expected value in restored test
6870 message.
6871
9383332c
AC
68722001-11-09 Andrew Cagney <ac131313@redhat.com>
6873
6874 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
6875 implemented.
6876
db62520a
MS
68772001-11-08 Michael Snyder <msnyder@redhat.com>
6878
6879 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
6880 Add pass/fail message for stop at breakpoint in call dummy function.
6881
b5703437
MS
68822001-11-07 Michael Snyder <msnyder@redhat.com>
6883
d63a86f8
RM
6884 * gdb.c++/templates.exp (test_template_breakpoints):
6885 If we get an overload menu, but it does not match what
760f6330 6886 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
6887 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
6888 making the whitespace optional. Argument for "new" may be
6889 "unsigned" as well as "unsigned int/long".
d63a86f8 6890 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
6891 making the whitespace optional. Also replace "(void) with
6892 "((void|)), making the keyword "void" optional.
d63a86f8 6893 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
6894 making the whitespace optional. Also replace "(void) with
6895 "((void|)), making the keyword "void" optional.
3bf40917
MS
6896 * gdb.base/callfuncs.c (t_float_values): This function must
6897 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 6898 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
6899 can be tested against both cases. Usually one case involves
6900 promotion of float to double, while the other does not.
6901 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
6902 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
6903 includes a stack frame for "start".
6904
c8ab4e6d
JB
69052001-11-05 Jim Blandy <jimb@redhat.com>
6906
6907 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
6908 pointers are 32 bits long, and that offsets of relocs are always
6909 stored in the data (REL-style), and not in the reloc entry itself
6910 (RELA-style).
6911 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
6912 stabs.
6913
3f08ced9
MS
69142001-11-01 Michael Snyder <msnyder@redhat.com>
6915
6916 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
6917 and regular expression operators by using quoting.
6918
cbfa24cd
MS
69192001-10-31 Michael Snyder <msnyder@redhat.com>
6920
6921 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
6922 depending on what the symbol table contains.
6923 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
6924 the output of the ptype command. Similarly, accept both "const &"
6925 and "const&".
6926
aaa68313
CV
69272001-10-31 Corinna Vinschen <vinschen@redhat.com>
6928
6929 * gdb.base/miscexprs.c (main): Add usage of preprocessor
6930 symbol `STORAGE' to allow to choose the storage class of
6931 the local datastructures.
6932 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
6933 compiler directive.
6934
91740388
MS
69352001-10-30 Michael Snyder <msnyder@redhat.com>
6936
6937 * gdb.base/jump.exp: Allow it to run for all targets.
6938
1b7c05e7
CV
69392001-10-29 Corinna Vinschen <vinschen@redhat.com>
6940
6941 * gdb.base/call-ar-st.c (print_double_array): Match for loop
6942 with new double_array size.
6943 (main): Change storage class of all local variables to static.
6944 Reduce size of double_array to 9.
6945 * gdb.base/call-ar-st.exp: Increase timeout value.
6946 Change expected output for double array to match new size in
6947 call-ar-st.c.
6948
36a22261
CV
69492001-10-29 Corinna Vinschen <vinschen@redhat.com>
6950
6951 * gdb.base/ending-run.exp: Create identical output when passing
6952 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 6953 Stormy16 target.
36a22261 6954
92b8ae91
MK
69552001-10-28 Mark Kettenis <kettenis@gnu.org>
6956
6957 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
6958 that we catch the expected failure under Linux/x86.
6959
cb135b83
OF
69602001-10-29 Orjan Friberg <orjanf@axis.com>
6961
6962 * gdb.base/setvar.exp: Escape curly braces.
6963 * gdb.stabs/weird.exp: Ditto.
6964
6884aa54
DJ
69652001-10-27 Daniel Jacobowitz <drow@mvista.com>
6966
6967 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
6968 * gdm.mi/mi0-hack-cli.exp: Likewise.
6969
0398c9aa
AC
69702001-10-25 Andrew Cagney <ac131313@redhat.com>
6971
6972 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
6973 messages.
6974
d20bf2e8
AC
69752001-10-21 Andrew Cagney <ac131313@redhat.com>
6976
6977 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
6978 checking MI enabled.
6979
03dd63aa
CV
69802001-10-09 Corinna Vinschen <vinschen@redhat.com>
6981
6982 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
6983
1d9d99f3
FCE
69842001-10-04 Frank Ch. Eigler <fche@redhat.com>
6985
6986 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
6987 if gdb child process crashes, just signal an error.
6988
838ae6c4
JB
69892001-10-02 Jim Blandy <jimb@redhat.com>
6990
6991 * lib/gdb.exp (test_xfail_format): Simplify.
6992
6993 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
6994 front of the variable name `format'. Simplify `if'.
6995
8f0cbc1c
DJ
69962001-10-01 Daniel Jacobowitz <drow@mvista.com>
6997
6998 * gdb.threads/pthreads.exp: Wait for output and delay
6999 before sending ^C.
7000
1f08dafd
DJ
70012001-10-01 Daniel Jacobowitz <drow@mvista.com>
7002
7003 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
7004 some incorrect output instead of timing out.
7005 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
7006
674f90ff
CV
70072001-09-28 Corinna Vinschen <vinschen@redhat.com>
7008
7009 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
7010 check to allow additional `int'.
7011
9b284272
DJ
70122001-09-27 Daniel Jacobowitz <drow@mvista.com>
7013
7014 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
7015 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
7016
b55a4771
MS
70172001-09-27 Michael Snyder <msnyder@redhat.com>
7018
7019 * lib/gdb.exp (test_debug_format): New proc.
7020 (setup_xfail_format): Use new proc test_debug_format.
7021 * gdb.base/constvars.exp (local_compiler_xfail_check): New
7022 proc; use new service proc test_debug_format.
7023 Replace all other "gcc_compiled" tests with this test.
7024 * gdb.base/volatile.exp (local_compiler_xfail_check): New
7025 proc; use new service proc test_debug_format.
7026 Replace all other "gcc_compiled" tests with this test.
7027
70282001-09-27 Michael Snyder <msnyder@redhat.com>
7029
7030 * gdb.base/cvexpr.exp: New file.
7031 * gdb.base/cvexpr.c: New file
7032 Test for expressions using const and volatile keywords.
7033
4e6667ac
CV
70342001-09-26 Corinna Vinschen <vinschen@redhat.com>
7035
7036 * gdb.base/constvars.exp: Check for different orders of keywords
7037 and additional "int" strings in output.
7038
4f337972
AC
70392001-09-22 Andrew Cagney <ac131313@redhat.com>
7040
7041 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
7042 responses from "help maint".
7043
2015650d
FCE
70442001-09-19 Frank Ch. Eigler <fche@redhat.com>
7045
7046 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
7047 to localhost:NNN instead of :NNN, in case Xvfb is listening
7048 only on TCP.
7049
f3bcedc1
CV
70502001-09-19 Corinna Vinschen <vinschen@redhat.com>
7051
7052 * gdb.base/recurse.exp: When checking leaving the watchpoint
7053 scope, recognize when gdb is in function's epilogue and pass.
7054
6b819c92
KS
70552001-09-18 Keith Seitz <keiths@redhat.com>
7056
7057 * lib/insight-support.exp (_gdbtk_export_target_info): Add
7058 support for running tests against sid targets.
7059 (gdbtk_done): Ditto.
7060
a10c9419
CV
70612001-09-18 Corinna Vinschen <vinschen@redhat.com>
7062
7063 * gdb.base/ending-run.c (main): Set stdout buffersize
7064 to the same reasonable value for any target.
7065 * gdb.base/ending-run.exp: Add a regular expression
7066 to make testsuite happy on Sanyo Stormy16 target.
7067
739d0d99
CV
70682001-09-17 Corinna Vinschen <vinschen@redhat.com>
7069
7070 * gdb.base/display.c (do_loops): Add float variable `f'.
7071 Increment f in loop.
7072 * gdb.base/display.exp: Increment timeout by 60 seconds.
7073 Change float display test to use variable `f'.
7074
1b8947f0
JB
70752001-09-17 Jim Blandy <jimb@redhat.com>
7076
7077 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
7078 overflowing the limited breakpoint tables on some ROM monitors
7079 (like the ROM68K).
7080
9890ac81
FCE
70812001-09-15 Frank Ch. Eigler <fche@redhat.com>
7082
7083 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
7084 the "-ac" (disable access control) flag.
7085
6db765ea
JH
70862001-08-30 Jeff Holcomb <jeffh@redhat.com>
7087
7088 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
7089 ints.
7090
4c32cc04
KS
70912001-08-30 Keith Seitz <keiths@redhat.com>
7092
7093 * lib/gdb.exp: Move all insight-related functionality into
7094 separate file.
7095 * lib/insight-support.exp: New file.
7096
8d6e6f81
FCE
70972001-08-29 Frank Ch. Eigler <fche@redhat.com>
7098
7099 * config/sid.exp (sid_start): Never set sid verbosity; disable
7100 expect_background {} that consumed its stdout; tolerate </dev/null.
7101 Attempt to set endianness override in "sid" protocol mode. Cleanup.
7102
6a90e1d0
AC
71032001-08-18 Andrew Cagney <ac131313@redhat.com>
7104
7105 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
7106 CLI jump command to start it.
7107 (mi_run_to_main): Fail immediatly when unexpected output.
7108
1759b3c3
AC
71092001-08-18 Andrew Cagney <ac131313@redhat.com>
7110
7111 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
7112 beginning of function. Fix PR gdb/191.
7113
61d11d80
FCE
71142001-08-16 Frank Ch. Eigler <fche@redhat.com>
7115
7116 * config/sid.exp (sid_start): Don't warn if we cannot figure out
7117 what to force sid endianness to.
7118
942a4df2
KS
71192001-08-15 Keith Seitz <keiths@redhat.com>
7120
7121 * lib/gdb.exp (gdbtk_start): Don't set environment
7122 variables for TCL_LIBRARY and friends. Insight will
7123 now figure these out for itself.
7124
0521c418
MS
71252001-08-02 Michael Snyder <msnyder@redhat.com>
7126
7127 * gdb.base/completion.exp: Remove the symbol "a64l" from
7128 the expect string; this is target-specific, and not related
7129 to what is being tested.
7130
74a9a58a
DB
71312001-08-02 Dave Brolley <brolley@redhat.com>
7132
7133 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
7134
c70819fa
MS
71352001-07-25 Michael Snyder <msnyder@redhat.com>
7136
c2b8fa57
MS
7137 * gdb.base/consecutive.exp: New file. Test stepping over
7138 breakpoints on consecutive instructions.
7139 * gdb.base/consecutive.c: New file.
7140
c70819fa
MS
7141 * gdb.base/call-rt-st.exp: Use double-backslash to quote
7142 curly braces in regular expressions.
7143
2b1a1355
MS
71442001-07-25 Michael Snyder <msnyder@redhat.com>
7145
7146 * gdb.base/ending-run.exp: Accept "Program exited normally" as
7147 legitimate output from stepping out of main.
7148
413eca6f
KS
71492001-07-22 Keith Seitz <keiths@redhat.com>
7150
7151 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
7152 the empty string, do not run the tests.
7153
7e5a9322
SC
71542001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7155
7156 * gdb.base/long_long.exp: Detect size of pointer. Take into
7157 account 2-byte pointers when testing for p/a results.
7158
de58f10f
SC
71592001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7160
d63a86f8 7161 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
7162 and defined to 1K for m68hc11.
7163 (random_data): Reduce table to 1K for embedded platforms (68hc11).
7164 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
7165 (sizeof_random_data): New variable to tell the size of the data table;
7166 don't test past this size; always run to main.
7167
d6f5fea1
SC
71682001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7169
7170 * gdb.base/return2.exp: return of long long and double fails for
7171 68HC11; don't execute these tests on that platform.
7172 * gdb.base/return.exp: Return of a double fails for 68hc11.
7173
c477543d
SC
71742001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7175
7176 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
7177 tests that print a float.
7178 * call-rt-st.exp: Likewise.
7179
63cf1c79
MK
71802001-07-12 Mark Kettenis <kettenis@gnu.org>
7181
7182 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
7183 running this test on Linux.
7184
112f9ab5
MC
71852001-06-24 Michael Chastain <chastain@redhat.com>
7186
7187 * gdb.base/arithmet.exp: Remove some tests to make all test names
7188 unique.
7189
4970cb0f
MS
71902001-07-03 Michael Snyder <msnyder@redhat.com>
7191
7192 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
7193 the output of the ptype command.
7194
d85da69f
MS
71952001-07-02 Michael Snyder <msnyder@redhat.com>
7196
4c8a82de
MS
7197 * gdb.base/completion.exp: Don't assume that break.c is the only
7198 source file that may contain functions named "marker".
d85da69f
MS
7199 * gdb.base/corefile.exp: Quote the curly braces in regexp.
7200
8afc772b
AC
72012001-06-28 Andrew Cagney <ac131313@redhat.com>
7202
7203 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
7204 of files to delete.
7205
7206 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
7207 * gdb.disasm/h8300s.exp: New file.
7208 gdb.disasm/h8300s.s: Likewise.
7209
cff22675
AC
72102001-06-27 Andrew Cagney <ac131313@redhat.com>
7211
7212 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
7213 empty breakpoint tables.
7214
68c81b54
AC
72152001-06-25 Andrew Cagney <ac131313@redhat.com>
7216
7217 * lib/mi-support.exp: Update args=... part of stop-reason
7218 patterns. Accept either a list or a tuple.
7219
2dd62704
AC
72202001-06-23 Andrew Cagney <ac131313@redhat.com>
7221
7222 * lib/mi-support.exp: Remove local emacs variable defining
7223 change-log-default-name.
7224
b4127474
MC
72252001-06-22 Michael Chastain <chastain@redhat.com>
7226
7227 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
7228 This is operationally compatible with the previous version.
7229
8dbfb380
JB
72302001-06-13 Jim Blandy <jimb@redhat.com>
7231
7232 * lib/gdb.exp (gdb_test): Doc fix.
7233
f2d8c86d
MC
72342001-06-10 Michael Chastain <chastain@redhat.com>
7235
7236 * gdb.base/exprs.exp: Remove a duplicate test.
7237
81564d34
JB
72382001-06-06 Jim Blandy <jimb@redhat.com>
7239
7240 * gdb.base/return2.exp (main): Use values to test float and double
7241 returns that are not NaN's, to avoid being confused by IEEE
7242 comparison rules.
7243
da55addb
MS
72442001-06-04 Michael Snyder <msnyder@redhat.com>
7245
7246 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 7247 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
7248 rather than wait for 12 more tests to time out.
7249
42c65987
JB
72502001-06-06 Jim Blandy <jimb@redhat.com>
7251
b18bced9 7252 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 7253 Don't forget to match the GDB prompt.
b18bced9 7254
42c65987
JB
7255 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
7256
5b41e5f0
JB
72572001-06-04 Jim Blandy <jimb@redhat.com>
7258
7259 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
7260 command.
7261
015e046f
KB
72622001-05-31 Kevin Buettner <kevinb@redhat.com>
7263
7264 * gdb.base/annota1.exp (info break): Match four or more spaces
7265 after "Address".
7266
fb1ffbbe
MC
72672001-05-31 Michael Chastain <chastain@redhat.com>
7268
7269 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
7270 (dm_type_int_star): Likewise.
7271 (dm_type_long_star): Likewise.
7272 (dm_type_void_star): Likewise.
7273
5ea2a32c
KB
72742001-05-29 Kevin Buettner <kevinb@redhat.com>
7275
7276 * gdb.base/completion.exp (INPUTRC): Set this environment variable
7277 to a known value in order to get consistent results regardless
7278 of the setting of INPUTRC or the presence or contents of .inputrc.
7279
ae23c492
MS
72802001-05-24 Michael Snyder <msnyder@redhat.com>
7281
ac55707e
MS
7282 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
7283 Don't require that the main thread and the manager thread are the
7284 first in the list.
7285
ae23c492
MS
7286 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
7287 debugging. If test fails, issue an "unsupported" not a "fail".
7288
400071f1
JB
72892001-05-24 Jim Blandy <jimb@redhat.com>
7290
7291 Don't assume that short is shorter than int.
7292 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
7293 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 7294 this isn't true.
400071f1
JB
7295 ("print unsigned char == (~0)"): Add test that verifies that ~0,
7296 an int, is not equal to ~0 stored in an unsigned char. This tests
7297 the same thing that the previous test meant to, but works on
7298 16-bit machines, too.
7299 ("print unsigned char != (~0)"): Same test, complemented.
7300
0816a3e5
MS
73012001-05-24 Michael Snyder <msnyder@redhat.com>
7302
7303 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 7304 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
7305 and prevents dejagnu getting out of step.
7306
f6dc23a9
KB
73072001-05-23 Kevin Buettner <kevinb@redhat.com>
7308
7309 * gdb.base/finish.exp (finish_void): Revise pattern for
7310 stopping on the call statement to not permit stopping at
7311 the start of the instructions comprising the call sequence.
7312
7dbd117d
MC
73132001-05-19 Michael Chastain <chastain@redhat.com>
7314
7315 * gdb.base/callfuncs.exp: Make all test names unique.
7316 * gdb.base/commands.exp: Make all test names unique.
7317 * gdb.base/condbreak.exp: Make all test names unique.
7318 * gdb.base/dbx.exp: Make all test names unique.
7319 * gdb.base/default.exp: Make all test names unique.
7320 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
7321 and TIMEOUT messages to their corresponding PASS message.
7322 * gdb.base/ending-run.exp: Make all test names unique.
7323 * gdb.base/long_long.exp: Remove duplicate test.
7324
6b0b0a9e
KB
73252001-05-21 Kevin Buettner <kevinb@redhat.com>
7326
7327 * gdb.base/finish.exp (finish_void): Allow "finish" command to
7328 stop on the call statement as well as the statement after the
7329 call.
7330
2caa35cb
MS
73312001-05-21 Michael Snyder <msnyder@redhat.com>
7332
7333 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
7334
40713331
EZ
73352001-05-10 Elena Zannoni <ezannoni@redhat.com>
7336
7337 * gdb.base/completion.exp: Revamp test. Make it execute on all
7338 platforms.
7339
c2c1be8d
EZ
73402001-05-10 Elena Zannoni <ezannoni@redhat.com>
7341
2c9cd303
EZ
7342 * config/gdbserver.exp (gdb_load): Handle the case
7343 in which the arguments to gdbserver are given in the
7344 baseboard configuration file.
7345 Also handle the case in which the server needs to do a
7346 load.
7347
9671de48
KS
73482001-05-07 Keith Seitz <keiths@cygnus.com>
7349
7350 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
7351 set up the display for testing.
7352 (gdbtk_start): Convert all paths to paths that tcl will like.
7353 Export target information to environment.
7354 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
7355 necessary.
7356 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
7357 (to_tcl_path): New proc to convert a given pathname into
7358 a path acceptible as an argument to a tcl command.
7359 (_gdbtk_export_target_info): New proc to export target info
7360 into the environment for gdbtk testing.
7361 (gdbtk_done): New proc to signal end-of-test.
7362
5a360f47
JB
73632001-05-06 Jim Blandy <jimb@redhat.com>
7364
7365 * restore.c: Make the code of caller0 correspond to its comment.
7366
66c756c6
MS
73672001-05-03 Michael Snyder <msnyder@redhat.com>
7368
7369 * config/sid.exp (gdb_target_sid): Check for error messages.
7370 On error or timeout, don't make expect exit (which will terminate
7371 all subsequent tests); instead just make gdb exit.
d63a86f8 7372 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
7373 return a negative value.
7374
a966fde5
JB
73752001-04-24 Jim Blandy <jimb@redhat.com>
7376
851c18e0
JB
7377 * gdb.c++/templates.exp: If we see the prompt for the overload
7378 list, but we haven't recognized any of the longer patterns,
7379 arrange for this test to fail, not hang.
7380
a966fde5
JB
7381 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
7382 variations.
7383
db144853
MC
73842001-04-22 Michael Chastain <chastain@redhat.com>
7385
7386 * gdb.c++/local.exp: Use the 'runto' library function.
7387 * gdb.c++/namespace.exp: Likewise.
7388 * gdb.c++/overload.exp: Likewise.
7389
3207ec21
KB
73902001-03-26 Kevin Buettner <kevinb@redhat.com>
7391
7392 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
7393 * gdb.base/step-line.exp: New file. Test step/next in presence of
7394 #line directives.
7395 * gdb.base/step-line.c: New file. Test program for the above.
7396 * gdb.base/step-line.inp: New file. We pretend that this file has
7397 been transformed by some other tool into step-line.c.
7398
13b57657
JB
73992001-03-21 Jim Blandy <jimb@redhat.com>
7400
7401 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
7402 unmangled operator names.
7403
754cbe1c
JB
74042001-03-20 Jim Blandy <jimb@redhat.com>
7405
7406 * gdb.threads/linux-dp.exp: Recognize an additional message
7407 generated by GDB when it doesn't understand how to debug threads
7408 on the target system.
7409
177495c9
AC
74102001-03-19 Andrew Cagney <ac131313@redhat.com>
7411
7412 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
7413
f266096b
MC
74142001-03-12 Michael Chastain <chastain@redhat.com>
7415
7416 * gdb.c++/derivation.exp: Use the 'runto' library function.
7417
cac3c2ff
MC
74182001-03-12 Michael Chastain <chastain@redhat.com>
7419
7420 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
7421
b6c11a24
MC
74222001-02-24 Michael Chastain <chastain@redhat.com>
7423
7424 * gdb.c++/ref-types.exp: Change handwritten code to library
7425 function 'runto'.
7426
6bae5bce
OF
74272001-03-16 Orjan Friberg <orjanf@axis.com>
7428
7429 * gdb.base/signals.exp: Set count to 0 explicitly.
7430
0015fd9a
MS
74312001-03-15 Mark Salter <msalter@redhat.com>
7432
7433 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
7434 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
7435 (gdb_load): Add support for additional target_info: gdb_download_size
7436 and gdb_load_timeout.
0015fd9a 7437
fc33412a
DT
7438Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
7439
7440 * gdb.base/annota1.exp: Move test of isnative to earlier in the
7441 file -- to prevent failing when the compile fails but we have no
7442 intention of running the tests anyway.
7443
7444 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
7445 tests if set.
7446
7447 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
7448 integers.
7449
7450 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
7451 * gdb.c++/namespace.exp: Ditto.
7452
115f06de
OF
74532001-03-07 Orjan Friberg <orjanf@axis.com>
7454
7455 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
7456 * gdb.base/pointers.exp: Relax pattern match of decimals.
7457
b6ba6518
KB
74582001-03-06 Kevin Buettner <kevinb@redhat.com>
7459
7460 * Makefile.in, config/abug.exp, config/cfdbug.exp,
7461 config/cpu32bug.exp, config/dve.exp, config/est.exp,
7462 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
7463 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
7464 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
7465 config/sh.exp, config/sid.exp, config/slite.exp,
7466 config/sparclet.exp, config/udi.exp, config/unknown.exp,
7467 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
7468 config/vxworks.exp, config/vxworks29k.exp,
7469 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
7470 gdb.base/all-bin.exp, gdb.base/annota1.exp,
7471 gdb.base/arithmet.exp, gdb.base/assign.exp,
7472 gdb.base/async.exp, gdb.base/attach.exp,
7473 gdb.base/bitfields.exp, gdb.base/bitops.exp,
7474 gdb.base/break.exp, gdb.base/call-ar-st.exp,
7475 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
7476 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
7477 gdb.base/commands.exp, gdb.base/completion.exp,
7478 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7479 gdb.base/constvars.exp, gdb.base/corefile.exp,
7480 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
7481 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
7482 gdb.base/ending-run.exp, gdb.base/environ.exp,
7483 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7484 gdb.base/finish.exp, gdb.base/foll-exec.exp,
7485 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
7486 gdb.base/funcargs.exp, gdb.base/help.exp,
7487 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
7488 gdb.base/logical.exp, gdb.base/long_long.exp,
7489 gdb.base/maint.exp, gdb.base/mips_pro.exp,
7490 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
7491 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
7492 gdb.base/pointers.exp, gdb.base/printcmds.exp,
7493 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
7494 gdb.base/regs.exp, gdb.base/relational.exp,
7495 gdb.base/remote.exp, gdb.base/reread.exp,
7496 gdb.base/restore.exp, gdb.base/return2.exp,
7497 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
7498 gdb.base/selftest.exp, gdb.base/setshow.exp,
7499 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
7500 gdb.base/sigall.exp, gdb.base/signals.exp,
7501 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
7502 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7503 gdb.base/step-test.exp, gdb.base/structs.c,
7504 gdb.base/structs.exp, gdb.base/structs2.exp,
7505 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
7506 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
7507 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
7508 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
7509 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
7510 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
7511 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
7512 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
7513 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
7514 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
7515 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
7516 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
7517 gdb.fortran/types.exp, gdb.java/jmisc.exp,
7518 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7519 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
7520 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7521 gdb.trace/circ.exp, gdb.trace/collection.exp,
7522 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7523 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7524 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
7525 gdb.trace/report.exp, gdb.trace/save-trace.exp,
7526 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7527 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7528 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
7529 notices.
7530
dc96c6c7 75312001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
7532
7533 * gdb.base/varargs.c (find_max_double): Fix printf format string:
7534 first arg is int not float.
7535
dc96c6c7 75362001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
7537
7538 * gdb.base/reread.exp: Unsupported for non-native targets;
7539 doesn't work for remote debugging.
7540
9b0c4aeb
FN
75412001-02-19 Fernando Nasser <fnasser@redhat.com>
7542
7543 From Drew Moseley <dmoseley@redhat.com>
7544 * gdb.base/ending-run.exp: Properly handle the BSP state when
7545 stepping past the end of main.
7546
02aa71d5
MC
75472001-02-19 John Moore <jmoore@redhat.com>
7548
7549 * gdb.base/commands.exp (infrun_breakpoint_command_test):
7550 Converted HPUX fix for non-expected items following multiple
7551 step commands into general solution for all platforms.
7552
1fa449a4
MC
75532001-02-18 Michael Chastain <chastain@redhat.com>
7554
7555 * gdb.c++/classes.exp (do_tests): Change runto statements
7556 from "runto 'foo(void)'" to "runto 'foo'". This makes the
7557 statements demangler agnostic.
7558 * gdb.c++/virtfunc.exp (do_tests): Likewise.
7559 (gdb_virtfunc_restart): Likewise.
7560
b2f9ec70
MC
75612001-02-14 Michael Chastain <chastain@redhat.com>
7562
7563 * gdb.c++/inherit.exp (do_tests): Change runto statements
7564 from "runto 'foo(void)'" to "runto 'foo'". This makes the
7565 statements demangler agnostic.
7566
cf74b8ca
AC
7567Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
7568
7569 * gdb.threads/pthreads.exp: Unify pass/fail messages for
7570 ``continue to bkpt at common_routine in thread 2'' and ``stopped
7571 before calling common_routine 15 times'' tests.
7572
99f78f56
MC
75732001-02-11 Michael Chastain <chastain@redhat.com>
7574
7575 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
7576 Helps the test script figure out which demangler is in use.
7577 (dm_type_foo_ref): Ditto.
7578 (dm_type_int_star): Ditto.
7579 (dm_type_long_star): Ditto.
7580 (dm_type_unsigned_int): Ditto.
7581 (dm_type_void): Ditto.
7582 (dm_type_void_star): Ditto.
99707966 7583 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
7584 Probe the gdb demangler and set variables to accommodate
7585 formatting differences.
7586 (info_func_regexp): New function. Same as info_func, but
7587 matches against a regexp.
7588 (info_func): Match against a literal string.
7589 (print_addr_2): New function. Match against a literal string,
7590 which can be different from the input to gdb.
7591 (print_addr): Simply call print_addr_2 with the same argument twice.
7592 (test_lookup_operator_functions): Use demangler formatting variables.
7593 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
7594 the tests in the same order as the C++ class declaration.
7595 (test_paddr_operator_functions): Ditto.
7596 (test_paddr_overloaded_functions): Ditto.
7597 (test_paddr_hairy_functions): Use demangler formatting variables.
7598 Add reference to gdb/19 for related tests.
7599 (do_tests): Call probe_demangler.
7600
1de8f023
KB
76012001-01-30 Kevin Buettner <kevinb@redhat.com>
7602
7603 * gdb.c++/templates.cc (printf): Remove unused function definition.
7604
ca3f91ed
MS
76052001-01-26 Felix Lee <flee@redhat.com>
7606
7607 * sid.exp (sid_exit): Pass host, not target, to remote_close.
7608
76092001-01-25 matthew green <mrg@redhat.com>
7610
7611 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
7612 up sid.
7613 (sid_exit): Call `remote_pop_conn' after GDB is gone.
7614
76152001-01-25 matthew green <mrg@redhat.com>
7616
7617 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 7618 Deprecate $sid_spawn_id.
ca3f91ed
MS
7619 (sid_exit): Remove code necessary only for `spawn.'
7620
76212001-01-25 matthew green <mrg@redhat.com>
7622
7623 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
7624
fb18ec4a
MC
76252001-01-28 Michael Chastain <chastain@redhat.com>
7626
7627 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
7628 to call when tests fail. It takes gdb out of the overloaded
7629 function choice menu back to the main prompt, so that the test
7630 program stays synchronized.
7631 (set_bp_overloaded): New proc to collect all the common
7632 code for setting a breakpoint on an overloaded name. Calls
7633 take_gdb_out_of_choice_menu when needed.
7634 (menu_overload1arg): New variable to collect the repeated
7635 instances of the expected menu for an overloaded name. Change
7636 the regular expression to handle changes in g++ type encoding:
7637 "void" can be either "void" or "", and "unsigned int" can be
7638 either "unsigned int" or "unsigned".
7639 (continue_to_bp_overloaded): Change regular expressions to handle
7640 changes in g++ type encoding.
7641 (no proc): Call take_gdb_out_of_choice_menu when needed.
7642 Remove redundant calls to "info break". Accept either "canceled"
7643 or "cancelled". Change regular expressions in "info break"
7644 calls to handle changes in g++ type encoding. Give all tests
7645 unique strings.
7646
9c646a6e
BE
76472001-01-17 Ben Elliston <bje@redhat.com>
7648
7649 * config/sid.exp: New file.
7650
9549d9c1
AC
7651Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
7652
7653 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
7654
dc96c6c7 76552000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
7656
7657 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
7658 Add a RE to accept a non-ascii char if one is ever presented.
7659
b4df4f68
FN
76602000-12-20 Fernando Nasser <fnasser@redhat.com>
7661
297dd0fd 7662 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 7663
dc96c6c7 76642000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 7665
d63a86f8 7666 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
7667 in regexp. One '\' does not suffice on Linux.
7668
4a7bddb6
MC
76692000-12-09 Michael Chastain <chastain@redhat.com>
7670
7671 * gdb.base/break.exp (test_clear_command): Use a marker function
7672 rather than 'main' for the test function. Also move this
7673 test to an execution point where the marker function names are
7674 guaranteed to be bound to functions. (Executing tests after a
7675 'finish' from main runs into name conflicts with local names
7676 in __libc_start_main).
7677
dc96c6c7 76782000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
7679
7680 * gdb.base/finish.exp: New test for gdb's "finish" command.
7681 * gdb.base/return2.exp: New test for gdb's "return" command.
7682 * gdb.base/return2.c: New source file for above.
7683
dc96c6c7 76842000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
7685
7686 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
7687 * gdb.base/miscexprs.exp: Ditto.
7688 * gdb.base/pointers.exp: Ditto.
7689 * gdb.c++/derivation.exp: Ditto.
7690 * gdb.c++/local.exp: Ditto.
7691 * gdb.c++/namespace.exp: Ditto.
7692 * gdb.c++/overload.exp: Ditto.
7693 * gdb.c++/ref-types.exp: Ditto.
7694
dc96c6c7 76952000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
7696
7697 * gdb.base/constvars.exp: Test result of "up" command.
7698 * gdb.base/miscexprs.exp: Ditto.
7699 * gdb.base/pointers.exp: Ditto.
7700 * gdb.base/scope.exp: Ditto.
7701 * gdb.c++/derivation.exp: Ditto.
7702 * gdb.c++/local.exp: Ditto.
7703 * gdb.c++/namespace.exp: Ditto.
7704 * gdb.c++/overload.exp: Ditto.
7705 * gdb.c++/ref-types.exp: Ditto.
7706
44097287
FN
77072000-11-22 Michael Chastain <chastain@redhat.com>
7708
7709 * mips_pro.exp: Accept either "middle -> top -> main" or
7710 "middle -> main" in the backtrace, because gcc can optimize
7711 tail calls to jumps. Remove setup_xfail for the hppa case.
7712 Add a comment with the original warning messages from PR 3016,
7713 which was filed in 1993, to preserve them for posterity.
7714
9d2e1bab
ND
77152000-11-17 Nick Duffek <nsd@redhat.com>
7716
7717 * lib/gdb.exp (gdb_test): Override timeout with board info.
7718
1aca8eb7
ND
77192000-11-17 Nick Duffek <nsd@redhat.com>
7720
7721 * gdb.base/display.exp: Don't kill running stub. Add "again" to
7722 the second kill and detach messages.
7723
93076499
ND
77242000-11-17 Nick Duffek <nsd@redhat.com>
7725
7726 * configure.in: Add AC_EXEEXT.
7727 * configure: Regenerate.
7728 * Makefile.in (just-check): Export EXEEXT.
7729 * lib/gdb.exp ($EXEEXT): Import from environment.
7730 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
7731 expect "maint dump-me" on Cygwin.
7732 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
7733 $EXEEXT.
7734
30e87cd3
ND
77352000-11-17 Nick Duffek <nsd@redhat.com>
7736
7737 * gdb.base/break.exp: Test backtrace and finish from called
7738 function on all platforms, not just HP-UX.
7739
dc96c6c7 77402000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
7741
7742 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
7743 code from gdb_target_monitor, so it can be used independantly
7744 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 7745
dc96c6c7 77462000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
7747
7748 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
7749 * gdb.base/corefile.exp: Expect the message "Program is being
7750 debugged already" when we send the "corefile" command, since
7751 the preceeding gdb_load may have connected gdb to a remote target.
7752 * gdb.base/display.exp: Disable hardware watchpoints if new
7753 board info variable "no_hardware_watchpoints" is true.
7754 Replace single-letter commands with more readable ones.
7755 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
7756 if new board info variable "no_hardware_watchpoints" is true.
7757 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
7758 to see if stdio (printf) testing is possible.
7759 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
7760 board info variable "no_hardware_watchpoints" is true. Use new
7761 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
7762
39124dea
FN
77632000-11-13 Fernando Nasser <fnasser@redhat.com>
7764
7765 From Orjan Friberg <orjanf@axis.com>:
7766 * gdb.base/printcmds.exp: Escape curly braces followed by a number
7767 in array print pattern match.
7768
a9e2e984
FN
77692000-11-09 Fernando Nasser <fnasser@redhat.com>
7770
7771 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
7772 spelling "cancelled" to U.S. spelling "canceled" to match changes
7773 made to gdb.
7774 * gdb.c++/ovldbreak.exp: Ditto.
7775
c7db355b
PS
77762000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7777
7778 * gdb.base/callfuncs.c (main): Moved to end of file, call
7779 t_double_values to initialize the FPU before inferior calls are made.
7780 * gdb.base/callfuncs.exp: Test for register preservation after calling
7781 inferior functions. Add tests for continuining, finishing and
7782 returning from a stop in a call dummy.
7783
dc96c6c7 77842000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
7785
7786 * gdb.base/commands.exp: Break up long lines, and re-indent.
7787
dc96c6c7 77882000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
7789
7790 * config/gdbserver.exp: Rewritten from the ground up, to make it
7791 compatible with the current dejagnu tree, and to make it work with
7792 the new "gdbserver" in libremote.
7793
dc96c6c7 77942000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
7795
7796 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
7797 * gdb.base/varargs.exp: Skip entire test if no printf support.
7798 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
7799 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
7800
dc96c6c7 78012000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
7802
7803 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
7804 no floating point support.
7805 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
7806 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
7807 * gdb.base/call-rt-st.exp: Ditto.
7808 * gdb.base/call-strs.exp: Ditto.
7809
bac5fc66
JG
78102000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
7811
7812 * gdb.base/sizeof.c: include <stdio.h>.
7813
7814 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
7815 'finish', otherwise uncaptured gdb_prompt would potentially
7816 throw remaining test points out of sync.
7817
b22a6027
SB
78182000-07-26 Scott Bambrough <scottb@netwinder.org>
7819
7820 * gdb.base/recurse.exp: Run tests for all targets.
7821 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
7822 gnu-oldld case on ARM.
7823 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
7824 for ARM targets.
d63a86f8 7825
d8231941
AG
7826Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
7827
7828 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
7829 * gdb.java/configure: Rebuild.
7830
8caabe69
AG
7831Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
7832
7833 * gdb.java/jv-exp.exp: New file.
7834
9d273ca3
AG
7835Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
7836
7837 * configure: Rebuilt.
7838 * configure.in (configdirs): Add gdb.java.
7839 * gdb.java/jmisc.java: New file.
7840 * gdb.java/jmisc.exp: New file.
7841 * gdb.java/Makefile.in: New file.
7842 * gdb.java/configure: Rebuilt.
7843 * gdb.java/configure.in: New file.
7844 * lib/java.exp: New file.
7845
4f823a66
AC
7846Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
7847
7848 * gdb.base/exprs.exp: Test casts to a pointer including over and
7849 underflow.
7850
2391e11d
AC
7851Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
7852
7853 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
7854 and the compilers sizes.
7855
54602222
ND
78562000-07-09 Nick Duffek <nsd@redhat.com>
7857
7858 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
7859 (use_methods): New function.
7860 (main): Call use_methods().
7861 * gdb.c++/classes.exp (test_method_param_class): New procedure.
7862 (do_tests): Call test_method_param_class.
7863
2bec0572
ND
78642000-07-09 Nick Duffek <nsd@redhat.com>
7865
7866 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
7867 spelling.
7868 (test_enums): New procedure. Move enum tests from end of script
7869 to here. Set breakpoint on function name instead of line number.
7870 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
7871 (enums2): New marker function.
7872 (enums1): New function.
7873 (main): Call enums1(). Move enum tests to enums1().
7874
78492fde
AC
7875Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
7876
7877 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
7878 compile/link program. Update line numbers.
7879 * gdb.asm/d10v.inc: Define ``startup''.
7880 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 7881
49a2cef8
AC
7882Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
7883
7884 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
7885
3e6c8688
EZ
78862000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7887
7888 * gdb.base/maint.exp: Add 'maint print architecture' item to output
7889 of 'help maint print' command.
7890
9ff5cbe9
AC
7891Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
7892
7893 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
7894 they use gdb_expect_list.
7895
17c579bd
AC
7896Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
7897
7898 * gdb.base/commands.exp: Use ``set remote
7899 memory-read-packet-size'' instead of ``set endian big'' to test
7900 long commands.
7901
e6d71bf3
DB
79022000-06-03 Daniel Berlin <dan@cgsoftware.com>
7903
7904 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 7905 g++, and stop skipping them.
e6d71bf3
DB
7906
7907 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
7908 work under g++.
7909
d63a86f8 7910 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
7911 initialization.
7912
dc96c6c7 79132000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
7914
7915 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
7916 the regular expression: accept an (almost) arbitrary sequence of
7917 "frames-invalid" and "breakpoints-invalid" messages both before
7918 and after the "starting" message.
7919
dc96c6c7 79202000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
7921
7922 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 7923
dc96c6c7 79242000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
7925
7926 * gdb.base/annota1.exp (annotate-signal-handler-caller):
7927 Relax the regular expression a little, make it pass on Solaris 8.
7928
8216cda9
KB
79292000-05-12 Kevin Buettner <kevinb@redhat.com>
7930
7931 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 7932 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
7933 Instead, it is permissible for gdb to stop on the line of the
7934 call itself.
7935
1a570b2f
MS
79362000-05-12 Michael Snyder <msnyder@.cygnus.com>
7937
7938 * gdb.base/break.exp (bp on small function, optimized file):
7939 Add a second pass pattern. The behavior differs here between stabs
7940 and dwarf for one-line functions. Stabs preserves two line symbols
7941 (one before the prologue and one after) with the same line number,
7942 but dwarf regards these as duplicates and discards one of them.
7943 Therefore the address after the prologue (where the breakpoint is)
7944 has no exactly matching line symbol, and GDB reports the breakpoint
7945 as if it were in the middle of a line rather than at the beginning.
7946
dc96c6c7 79472000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 7948
d63a86f8 7949 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
7950 rather than "send_gdb" (for consistancy).
7951
7d418785
AC
7952Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7953
7954 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
7955 * gdb.c++/templates.cc: Properly check for GCC version number.
7956 * lib/compiler.cc: Likewise
7957
dc96c6c7 79582000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 7959
d63a86f8 7960 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
7961 gdb may not stop at the first line of main, due to code motion.
7962
dc96c6c7 79632000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
7964
7965 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
7966 This test depends on parsing the printf output from the target.
7967 Since the sparclet stub doesn't do stdio, this will never work.
7968 * gdb.base/call-rt-st.exp: ditto.
7969 * gdb.base/call-strs: ditto.
7970
dc96c6c7 79712000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
7972
7973 * gdb.base/miscexprs.exp: make sizeof long array test portable.
7974
7975 * gdb.base/ending-run.exp: After connecting to a remote target,
7976 but before running, the target will appear to be in a random
7977 location. Specify both a file and a line for breakpoints.
7978 Also, the function that calls main may be called 'init'
7979 rather than 'start'.
7980
a5a51225
EZ
79812000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7982
7983 * gdb.base/help.exp: Update output for add-symbol-file command.
7984
7930cc7c
FN
79852000-04-10 Fernando Nasser <fnasser@cygnus.com>
7986
7987 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7988 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
7989
23e37ab1
C
79902000-04-07 J.T. Conklin <jtc@redback.com>
7991
e93c542c
C
7992 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
7993
23e37ab1
C
7994 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
7995
591b8fa3
PDM
7996Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
7997
7998 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
7999 values that can be represented exactly.
8000 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
8001 above change, and to not check against the directory part of the source
8002 file name.
8003 (step into print_long_arg_list): Likewise.
8004 (print print_small_structs from print_long_arg_list): Likewise.
8005 (print print_long_arg_list): Likewise.
8006
7a495180
EZ
80072000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8008
30b53638 8009 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 8010
beb998c6
AC
8011Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
8012
8013 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
8014
1c689132
DB
80152000-03-25 Daniel Berlin <dan@cgsoftware.com>
8016
8017 * gdb.base/commands.exp (deprecated_command_test): Add test for
8018 deprecate with no arguments.
8019
c1790a9d
JL
80202000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
8021
8022 * gdb.base/break.exp: Add new test for setting breakpoints on
8023 optimized code so we can test breakpoints work even when function
8024 prologues may be optimized away
8025
003ba290
FN
80262000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8027
8028 From David Whedon <dwhedon@gordian.com>
8029 * gdb.base/commands.exp : Added command deprecator tests.
8030
6837a0a2
DB
80312000-03-22 Daniel Berlin <dan@cgsoftware.com>
8032
8033 * gdb.base/help.exp: Added test for new apropos command.
8034
b9593231
KB
80352000-03-21 Kevin Buettner <kevinb@redhat.com>
8036
8037 * gdb.base/pointers.c (usevar): New function.
8038 (main): Make sure that global variables v_int_pointer2, rptr,
8039 and y are all referenced someplace in the program by calling
8040 usevar() on them. [Some linkers delete symbols which are
8041 never referenced. The space remains, but there's no way to
8042 get a (symbolic) handle on the variable from the debugger.]
8043
751a959b
EZ
80442000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8045
8046 * gdb.base/printcmds.c: Add typedeffed arrays.
8047
8048 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
8049 procedure to test arrays that are typedef'd.
8050
73a93a32
JI
80512000-03-13 James Ingham <jingham@leda.cygnus.com>
8052
8053 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 8054 the library directories.
73a93a32 8055
fb40c209
AC
8056Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
8057
8058 * configure.in (configdirs): Add sub directory gdb.mi.
8059 * configure: Re-generate.
8060
8061 * gdb.mi: New directory.
d63a86f8 8062
ee4dd2c9
AC
80632000-02-25 Scott Bambrough <scottb@netwinder.org>
8064
8065 * gdb.base/long_long.exp: Correct test suite failure when printing
8066 a long long value as a double on ARM platforms.
8067
70f0cc22
JB
80682000-02-16 Jim Blandy <jimb@redhat.com>
8069
8070 * gdb.base/break.exp ("breakpoint line number"): Make sure the
8071 default source file is set properly before running this test.
8072
853819b8
EZ
80732000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8074
8075 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
8076 gdbtk/library directory, not in gdbtcl2.
8077
dfcd3bfb
JM
80782000-02-04 Jim Blandy <jimb@redhat.com>
8079
8080 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
8081 backslash from regexp pattern.
8082
8083 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
8084 procedure. Use it to run all the "continue to bp overloaded"
8085 tests. Note that this changes the names of the tests slightly.
8086 If the breakpoint hit message includes a hex PC value, because
8087 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
8088 from the real source code, still consider that a pass.
8089
8090 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
8091 XFAIL here if the breakpoint message contains a hex address. Note
8092 similar change on 1999-11-02.
8093
8094 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
8095
8096 * gdb.base/ptype.exp: Establish a default source file before
8097 calling get_debug_format.
8098
80992000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
8100
8101 * gdb.base/watchpoint.exp: Remove duplication of test messages.
8102
8b93c638
JM
81032000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
8104
8105 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
8106 of successive stepi commands -- while in the prologue we should see
8107 the function entry bracket.
8108
81092000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
8110
8111 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
8112 reach __change_mode() when stepping through the end of main().
8113
c5394b80
JM
81142000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
8115
8116 * gdb.base/default.exp: Fix expected pattern.
8117 * gdb.base/help.exp: Same.
8118
0d06e24b
JM
81192000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8120
8121 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
8122 Don't use xfail's because that affects only the following test.
d63a86f8 8123
0d06e24b
JM
8124 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
8125 solaris or linux.
8126
8127 * gdb.base/selftest.exp: Update to reflect changes to main.c.
8128
dc96c6c7 81292000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 8130
d63a86f8 8131 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
8132 "A syntax error" rather than "A parse error". Accept both.
8133
81342000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
8135
8136 * gdb.base/default.exp: Remove OS dependent string from "target
8137 remote" test.
8138 * gdb.base/help.exp: Same for "help target remote" test.
8139
c3f6f71d
JM
81402000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8141
8142 From Jim Kingdon <kingdon@redhat.com>:
8143
8144 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
8145 prompt (cleanup rather than necessity, but still might keep output
8146 from spilling to next test).
8147
81482000-01-02 Fred Fish <fnf@cygnus.com>
8149
8150 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
8151 AIX, which defines them in <sys/types.h>.
8152
ed9a39eb 81531999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 8154
ed9a39eb
JM
8155 * gdb.base/default.exp: Match arm* etc instead of arm in "info
8156 float" test.
8157
81581999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 8159
ed9a39eb 8160 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
8161
8162 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
8163 outermost frame disallowed".
8164
81651999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
8166
8167 * gdb.base/setvar.exp: New tests for setting the value of a struct
8168 with a constant list.
8169
81701999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
8171
8172 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
8173 require the user to type a cast before setting the value of a struct.
8174
de57eccd
JM
81751999-12-06 Jim Blandy <jimb@cygnus.com>
8176
8177 * gdb.base/default.exp: Expect the new 'info float' command on
8178 all i386 platforms.
8179
8180 * gdb.threads/linux-dp.exp: Expand our ability to recognize
8181 LinuxThreads libraries that don't support debugging.
8182
c2d11a7d
JM
8183Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
8184
8185 * gdb.base/remote.c: Fill the buffer with truely random data.
8186 Change the buffer type to ``unsigned char'' to simplify size
8187 arithmetic.
8188
8189 * gdb.base/remote.exp: Reduce download numbers by one. Typical
8190 stub only handles 400-1 byte packets. Verify that the download
8191 worked.
8192
81931999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
8194
8195 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
8196 tests, using UNRESOLVED for the untested cases. Also, does not wait
8197 for a timeout if the prompt was received before a recognizable pattern.
8198
81991999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
8200
8201 * lib/gdb.exp (gdb_expect_list): Fix spelling.
8202
82031999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8204
8205 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
8206 watchpoints.
8207
82081999-11-24 Jason Merrill <jason@casey.cygnus.com>
8209
8210 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
8211
8212 * gdb.c++/local.exp: Be more flexible in recognizing local class
8213 name mangling. Don't allow horribly truncated method names.
8214 * gdb.c++/derivation.exp: Expect protected inheritance.
8215 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
8216 * gdb.c++/virtfunc.exp: Likewise.
8217 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
8218 when printing a nested enum.
8219
82201999-11-22 Jim Blandy <jimb@cygnus.com>
8221
8222 * gdb.base/step-test.exp: Properly await GDB's response to setting
8223 a breakpoint on the call to large_struct_by_value.
8224
8225 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
8226 just because we have debug info for the `start' function.
8227
82281999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
8229
8230 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
8231 "Unknown signal" messages, which indicate (on LinuxThreads) that
8232 GDB doesn't know how to debug threads on this system. This is
8233 better than hanging while philosopher 0 dumps chatter into gdb.log.
8234
82351999-11-18 Tom Tromey <tromey@cygnus.com>
8236
8237 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
8238
82391999-11-18 Fred Fish <fnf@cygnus.com>
8240
8241 * gdb.base/coremaker2.c: Add sample program for generating
8242 cores that is more self contained than coremaker.c. Eventually
8243 I'll add more code to this and tie it into the testsuite.
8244
4ce44c66
JM
82451999-11-12 Stan Shebs <shebs@andros.cygnus.com>
8246
8247 * gdb.base/dollar.exp: Remove, now in gdb.hp.
8248
82491999-11-10 Jimmy Guo <guo@cup.hp.com>
8250
8251 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
8252 from $srcdir/lib/.
8253 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
8254 and gdb.c++/.
8255
8256 * gdb.c++/derivation.exp: remove redundant get compiler info code.
8257
d63a86f8 8258 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
8259 'continue with watch' test point.
8260
82611999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
8262
8263 Merged from p2linux-990323-branch:
d63a86f8 8264
4ce44c66
JM
8265 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
8266
11cf8741
JM
8267Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
8268
8269 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
8270 {limit,fixed}''. Test ``set download-write-size''.
8271
8272Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
8273
8274 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
8275 gdb_expect_list.
8276
8277Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
8278
8279 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
8280
82811999-11-03 Mark Salter <msalter@cygnus.com>
8282
8283 * gdb.base/break.exp: Fix "stub continue" pattern.
8284
82851999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
8286
8287 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
8288
82891999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
8290
8291 * gdb.base/display.exp ("finish"): Add timeout clause.
8292
8293 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
8294 plain prompt clause, so this doesn't have to time out in order to
8295 fail.
8296
8297 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
8298 breakpoint hit messages include an address.
8299
8300 * gdb.base/display.exp: Don't forget to escape parens in regular
8301 expressions. Unix regexp notatation sucks.
8302
83031999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8304
8305 * gdb.base/annota1.exp: Test for annotate-signalled: change output
8306 order for 'signalled' message.
8307
5c44784c
JM
83081999-11-01 Stan Shebs <shebs@andros.cygnus.com>
8309
8310 From Jimmy Guo <guo@cup.hp.com>:
8311 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
8312 * gdb.base/annota1.c: Add code for tests to work with.
8313
83141999-10-26 Frank Ch. Eigler <fche@cygnus.com>
8315
8316 * gdb.base/remote.exp: New test for remote downloading settings.
8317 * gdb.base/remote.c: New file with large .data.
8318
917317f4
JM
83191999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
8320
8321 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
8322 for LinuxThreads support, merged from the Code Fusion branch.
8323
8324Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
8325
8326 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
8327 containing exp_continue into a while within an expect. Don't
8328 attempt a start more than three times. Check return value from
8329 gdb_load.
d63a86f8 8330
2df3850c
JM
8331Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
8332
8333 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
8334 a pass case.
8335
2acceee2
JM
83361999-10-01 Kevin Buettner <kevinb@cygnus.com>
8337
8338 * gdb.base/break.c (main): Added a statement that we can step
8339 off of.
8340 * gdb.base/break.exp: Added tests for setting a breakpoint
8341 at an offset and stepping onto a breakpoint.
8342
83431999-10-01 Fred Fish <fnf@cygnus.com>
8344
d63a86f8 8345 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
8346 gdb output.
8347
c2c6d25f
JM
83481999-09-18 Jim Blandy <jimb@cris.red-bean.com>
8349
8350 * gdb.base/break.exp: Code locations are in hex, don't forget!
8351 (For HP-UX.)
8352
83531999-09-17 Stan Shebs <shebs@andros.cygnus.com>
8354
8355 * condbreak.exp: Use break.c as test program.
8356 * condbreak.c: Remove, redundant with break.c.
8357
83581999-09-15 Stan Shebs <shebs@andros.cygnus.com>
8359
8360 * config/monitor.exp (gdb_target_monitor): Disable X- and
8361 Z-packets if the target needs it.
8362
83631999-09-13 James Ingham <jingham@leda.cygnus.com>
8364
8365 * gdb.c++/overload.exp: Added tests for listing overloaded
8366 functions with function pointers in the arg, explicitly calling
8367 out the version you want.
8368
cff3e48b
JM
83691999-09-09 Stan Shebs <shebs@andros.cygnus.com>
8370
8371 * long_long.exp: Add variations of test cases that work for
8372 targets with 16-bit ints and 32-bit doubles.
8373
d4f3574e
SS
83741999-09-08 Stan Shebs <shebs@andros.cygnus.com>
8375
8376 * break.c (main): Compare a possibly-uninitialized argc with an
8377 unlikely value that fits in 16 bits.
8378
83791999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8380
8381 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
8382 0xfeeb, don't want negative numbers if ints are 16 bits.
8383
8384 * lib/gdb.exp (skip_cplus_tests): New proc.
8385 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
8386 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
8387 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
8388 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
8389 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
8390 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
8391 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
8392 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
8393
8394 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
8395
8396Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
8397
8398 * gdb.base/corefile.exp (up): Allow a parameter to appear
8399 in the frame that we're going up to.
8400
8401 From Jim Blandy <jimb@cygnus.com>:
8402
8403 * gdb.base/default.exp (info float): Expect some output now.
8404
8405 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
8406 returning floating-point values to fail on the x86.
8407 * gdb.base/callfwmall.exp (do_function_calls): Same.
8408
8409 * gdb.base/list.exp (test_listsize): Correct expectations for
8410 listing line 1 with listsize 2. Also, listing a single line
8411 works now, as does listing three lines. [Kevin's note: There
8412 were a number of other cases fixed too where the expectations
8413 differed...]
8414
84151999-09-02 Stan Shebs <shebs@andros.cygnus.com>
8416
8417 * gdb.base/selftest.exp: Add case for when version prints as
8418 constant string instead of char pointer.
8419
104c1213
JM
84201999-08-25 Stan Shebs <shebs@andros.cygnus.com>
8421
8422 * gdb.base/ending-run.exp: Add Solaris case for what happens when
8423 stepping out of main.
8424
8425 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
8426 G++ used.
8427
8428 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
8429 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
8430
8431 * gdb.c++/ovldbreak.exp: Update match string in test that
8432 includes a warning of multiple breakpoints.
8433
84341999-08-24 Stan Shebs <shebs@andros.cygnus.com>
8435
8436 * gdb.base/display.exp: Improve precision of step-after-finish
8437 added yesterday.
8438
8439 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
8440 test.
8441
8442 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
8443 configs when using G++, not just hppa*.
8444
84451999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8446
8447 * gdb.base/async.c: New file.
8448 * gdb.base/async.exp: New file.
8449
8450Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
8451
8452 * gdb.base/break.exp: Tweak PA specific tests to properly handle
8453 PA64.
8454
53a5351d
JM
8455Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
8456
104c1213
JM
8457 * gdb.base/display.exp: "finish" can leave us mid-line on many
8458 targets, deal with it. Add a small constant to main, instead of
8459 1000 since main+1000 may not be a valid address in the target.
8460
53a5351d
JM
8461 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
8462 on hpux11.
8463
8464 * gdb.base/attach.exp: Handle another hpux11 error message variant
8465 when attaching to a process that does not exist.
8466
84671999-08-19 J.T. Conklin <jtc@redback.com>
8468
8469 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
8470 characters in 'continue to 1241' test.
8471
84721999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8473
8474 * gdb.base/call-ar-st.exp: Add a shorter match case for the
8475 stop in print_long_arg_list, define and use a whitespace
8476 variable in print_small_structs test, add an XFAIL for Solaris.
8477 * gdb.base/dbx.exp: XFAIL func commands until somebody is
8478 interested enough to fix.
8479
7be570e7
JM
84801999-08-13 Keith Seitz <keiths@cygnus.com>
8481
8482 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
8483 (dbx_gdb_load): Remove. Use gdb_load instead, since that
8484 proc knows about targets other than the natives.
8485 (test_assign): Use "gdb_run_cmd" to "run" the target.
8486 Check that we've actually hit the breakpoint at main.
8487 When we attempt to assign a value to a local variable, check
8488 that the variable is in the current scope, i.e., don't use
8489 a test with an empty result.
8490
8491Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
8492
8493 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
8494 command.
8495
84961999-08-09 Stan Shebs <shebs@andros.cygnus.com>
8497
8498 From Jimmy Guo <guo@cup.hp.com> and others at HP:
8499 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
8500 gdb.compat, gdb.threads-hp.
8501 gdb.hp/configure, gdb.hp/configure.in: New files.
8502 gdb.hp/Makefile.in: Recurse into new subdirs.
8503 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
8504 gdb.hp/gdb.objdbg: New directory, tests for debugging info
8505 in object files.
8506 gdb.hp/tools: New directory, aux tools for HP-specific tests.
8507
96baa820
JM
85081999-08-05 Stan Shebs <shebs@andros.cygnus.com>
8509
8510 * gdb.base/display.exp: Help expect by putting a newline in the
8511 funky printf, remove a bogus p/a test.
8512
85131999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8514
8515 * gdb.base/display.exp: Make sure that when we say 'run', we are
8516 connected to the target. This is necessary when running not
8517 natively.
8518
85191999-08-03 Stan Shebs <shebs@andros.cygnus.com>
8520
8521 * gdb.base/step-test.exp: Removed some extraneous messages.
8522
8523 * gdb.base/long_long.exp: Don't run memory examination tests
8524 on little-endian targets (they will need a different set of
8525 results to match).
8526
85271999-08-02 Stan Shebs <shebs@andros.cygnus.com>
8528
8529 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
8530 until somebody decides to fix GDB.
8531
8532 * gdb.base/long_long.c: Stop compiler complaint by specifying long
8533 constant as "ULL".
8534 * gdb.base/long_long.exp: Loosen x/c test, add partial result
8535 matches for a couple x/2 commands.
8536
a0b3c4fd
JM
85371999-07-30 Stan Shebs <shebs@andros.cygnus.com>
8538
8539 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
8540 by merging in ref-types2 tests.
8541 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
8542
8543 From Jimmy Guo <guo@cup.hp.com> and others at HP:
8544 * gdb.c++/Makefile.in: Add standard actions.
8545 (EXECUTABLES): Rename from PROGS, update list.
8546 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
8547 from gdb.hp.
8548 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
8549 foo and bar locals.
8550 * gdb.c++/anon-union.exp: Fix tests to match.
8551 * gdb.c++/classes.exp: Run if HP compiler used, add extra
8552 expect matches to handle output variations.
8553 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
8554 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
8555 output, add HP alternatives for new and delete prints.
8556 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
8557 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
8558 * gdb.c++/demangle.exp: Use $style when reporting failure.
8559 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
8560 * gdb.c++/inherit.exp: Run if HP compiler used, add some
8561 match alternatives.
8562 * gdb.c++/local.exp: Add match alternatives or xfails for HP
8563 compilers.
8564 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
8565 * gdb.c++/method.exp: Add match alternatives.
8566 * gdb.c++/misc.cc: Add bool types.
8567 * gdb.c++/misc.exp: Add tests for bool types.
8568 * gdb.c++/overload.exp: Add xfails.
8569 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
8570 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
8571 add some more template parameter tests (only for HP currently).
8572 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
8573 * gdb.c++/virtfunc.cc: Add return type and value for main.
8574 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
8575 match alternatives.
d63a86f8 8576
a0b3c4fd
JM
85771999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8578
8579 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
8580
85811999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
8582
8583 * gdb.base/signals.exp: Don't expect getting a backtrace from
8584 within a signal handler to fail on Linux.
8585
85861999-07-29 Stan Shebs <shebs@andros.cygnus.com>
8587
8588 From Jimmy Guo <guo@cup.hp.com> and others at HP:
8589 * lib/gdb.exp: Remove some gratuitious semicolons.
8590 (delete_breakpoints): Increase timeout.
8591 (gdb_expect): Add -notransfer option.
8592 (gdb_test): Use -notransfer option.
8593 (get_compiler_info): Add f77 case.
8594 (get_compiler): New proc, split out from gdb_preprocess, add f77
8595 case.
8596 (gdb_preprocess): Call get_compiler.
8597
8598 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
8599 * gdb.base/attach.exp, gdb.base/display.exp,
8600 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
8601 gdb.base/long_long.exp, gdb.base/printcmds.exp,
8602 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
8603 third arg to gdb_test.
8604 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
8605 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
8606 HP-UX xfails, add others.
8607 * gdb.base/completion.exp: Reflect name change of self-test.
8608 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
8609 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
8610 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
8611 HP failure number.
8612 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
8613 useless HP-UX 10.30 references.
8614 * gdb.base/maint.exp: Loosen matches.
8615 * gdb.base/pointers.c (main): Declare more_code.
8616 * gdb.base/pointers.exp: Match on output of a `next'.
8617 * gdb.base/structs.c: Add prototypes.
8618 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
8619 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
8620
86211999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8622
8623 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
8624 command.
8625
86261999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8627
8628 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
8629 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
8630
8631 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
8632 debug info. Deal with lack of signal hanlder info in stack.
8633
8634 From Jim Kingdon <kingdon@redhat.com>:
8635 * gdb.base/annota1.exp: If printf has debug info, deal with it.
8636
5a2468f5
JM
86371999-07-19 Stan Shebs <shebs@andros.cygnus.com>
8638
8639 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
8640 gdb.base/foll-vfork.exp: Don't run for crosses.
8641
adf40b2e
JM
8642Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
8643
8644 * gdb.base/configure.in: Check for gdbvars.exp instead of
8645 a1-selftest.exp.
8646 * gdb.base/configure: Re-generate.
8647
86481999-07-12 Stan Shebs <shebs@andros.cygnus.com>
8649
8650 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
8651 in trying to run first and name is too long.
8652
8653 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
8654 pointers2.c and pointers2.exp, respectively.
8655 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
8656 doschk happier.
8657
43e526b9
JM
86581999-07-08 Stan Shebs <shebs@andros.cygnus.com>
8659
8660 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
8661 callfuncs2.c and callfuncs2.exp.
8662
8663 * gdb.base/list.exp: Remove mistaken xfails.
8664 * gdb.base/list0.h: Add optional prototypes.
8665
9846de1b
JM
8666Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
8667
8668 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
8669 calling malloc.
8670 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
8671 * ptype.exp: Move test for get_debug_format to before its first
8672 use.
8673
86741999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8675
8676 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
8677 * gdb.base/annota2.cc, annota2.exp: Move from here.
8678 * gdb.c++/annota2.cc, annota2.exp: To here.
8679 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
8680
43ff13b4
JM
8681Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8682
8683 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
8684 a consistent format.
8685
085dd6e6
JM
86861999-06-25 Stan Shebs <shebs@andros.cygnus.com>
8687
8688 From Jimmy Guo <guo@cup.hp.com> and others at HP:
8689 * lib/gdb.exp (get_compiler_info): Add detection for assorted
8690 HP compilers, also set the globals $true and $false.
8691
8692 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
8693 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
8694 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
8695 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
8696 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
8697 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
8698 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
8699 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
8700 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
8701 whatis.c} Add C++ compatible function definitions and return
8702 types, add includes for library functions.
8703 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
8704 * gdb.base/step-test.c (myglob): Rename from glob.
8705 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
8706 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
8707 files, move here from gdb.hp.
8708 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
8709 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
8710 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
8711 Adjust line numbers in regexps.
8712
8713 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
8714 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
8715 instead of 0/1.
8716
8717 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
8718 foll-vfork.exp: New files, move here from gdb.hp.
8719 * gdb.base/page.exp: New file, test of pagination command.
8720
8721 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
8722 recursion test.
8723 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
8724
8725 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
8726 gdb.base/solib.exp: Fix compiler invocation process.
8727
8728 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
8729 HP-UX 11, turn off overload resolution explicitly.
8730 * gdb.base/commands.exp: Set argument list explicitly, add
8731 watchpoint test.
8732 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
8733 them work.
8734 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
8735 expressions properly.
8736 * gdb.base/corefile.exp: Loosen the match slightly.
8737 * gdb.base/default.exp: Allow "Error accessing memory" message
8738 also.
8739 * gdb.base/display.exp: Skip over x/0 j if PA64.
8740 * gdb.base/funcargs.exp: Add xfails for HP-UX.
8741 * gdb.base/interrupt.exp: Ditto.
8742 * gdb.base/langs.exp: Add symbolic matches governed by compiler
8743 in use.
8744 * gdb.base/list.exp: Add xfails for HP-UX.
8745 * gdb.base/long_long.exp: Refine some of the numeric matches.
8746 * gdb.base/mips_pro.exp: Xfail on HP-UX.
8747 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
8748 * gdb.base/nodebug.exp: Succeed on more varieties of output.
8749 * gdb.base/opaque.exp: Remove some HP-UX xfails.
8750 * gdb.base/ptype.exp: Succeed on more varieties of output.
8751 * gdb.base/scope.exp: Add xfails for HP-UX.
8752 * gdb.base/sect-cmd.exp: Add more cases.
8753 * gdb.base/setvar.exp: Add xfails for HP-UX.
8754 * gdb.base/shlib-call.exp: Loosen some matches slightly.
8755 * gdb.base/signals.exp: Match on void symbolically.
8756 * gdb.base/step-test.exp: Add case for PA64.
8757 * gdb.base/term.exp: Add exit and restart.
8758 * gdb.base/twice.exp: Clean up after self.
8759 * gdb.base/varargs.exp: Disable overload resolution explicitly.
8760 * gdb.base/whatis.exp: Allow more ways to pass tests.
8761
8762 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
8763 no longer useful.
8764
8765Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
8766
8767 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
8768 list of patterns.
8769 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
8770 print_double_array(double_array)", "continuing to breakpoint
8771 1018", "print print_double_array(array_d)" and "continuing to
8772 1034" tests.
d63a86f8 8773
085dd6e6
JM
87741999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8775
8776 * Makefile.in: Add empty html and install-html targets.
8777
87781999-06-24 Stan Shebs <shebs@andros.cygnus.com>
8779
8780 * config/mt-*: Remove, these haven't been used since 1996.
8781
87821999-06-22 Stan Shebs <shebs@andros.cygnus.com>
8783
8784 * gdb.base/call-strs.c, gdb.base/ending-run.c,
8785 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
8786 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
8787
9e0b60a8
JM
87881999-06-18 Stan Shebs <shebs@andros.cygnus.com>
8789
8790 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
8791 simpler match case for the ptype of the big class.
8792
87931999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
8794
8795 * gdb.exp: Fix test for gdb_prompt existence.
8796
87971999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
8798
8799 * gdb.exp (gdb_test): Add fail after calls to perror.
8800
88011999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
8802
8803 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
8804
88051999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
8806
8807 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
8808
0f71a2f6
JM
8809Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
8810
8811 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
8812 malloc() is linked in.
8813
88141999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
8815
8816 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
8817 step at end.
8818
8819 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
8820
88211999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
8822
8823 * gdb.java/jv-print.exp: New file. (Our first Java test!)
8824
cce74817
JM
8825Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
8826
8827 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
8828 * gdb.base/mips_pro.exp: Likewise.
8829
88301999-06-02 Keith Seitz <keiths@cygnus.com>
8831
8832 * gdb.c++/templates.cc: Change all "new" operators to throw
8833 an exception.
8834 * gdb.c++/cplusfuncs.cc: Likewise.
8835
8836 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
8837
8838Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
8839
8840 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
8841 * gdb.base/ending-run.exp: When stepping out of main, accept a
8842 step into an arbitrary assembler file.
8843
392a587b
JM
88441999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8845
d63a86f8 8846 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 8847 "breakpoint-invalid" to be printed.
d63a86f8 8848 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
8849 number of "frames-invalid" and "breakpoint-invalid" to be printed.
8850 * gdb.base/annota2.cc: Initialize a.x to 0.
8851
9e086581
JM
88521999-05-17 Keith Seitz <keiths@cygnus.com>
8853
8854 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
8855 when "skip_float_tests" set.
8856 Ditto for "print print_double_array(array_d)", "print print_small_structs",
8857 "print print_ten_doubles", and "step into print_long_arg_list".
8858 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
8859 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
8860 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
8861 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
8862 "skip_float_tests" is set.
8863 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
8864 when "skip_float_tests" set.
d63a86f8 8865
cd0fc7c3
SS
88661999-05-06 Keith Seitz <keiths@cygnus.com>
8867
8868 * gdb.base/annota2.cc: Include stdio.h.
8869
8870Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
8871
8872 * gdb.base/crossload.exp: Remove, this has been disabled ever
8873 since BFD stopped including all targets, and cross-GDB gets
8874 plenty of testing anyway.
8875 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
8876 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
8877 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
8878 * gdb.base/README: Remove, was doc for this.
8879 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
8880 needed.
8881
b83266a0
SS
88821999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8883
8884 * gdb.base/call-ar-st.exp: Fix one regular expression in test
8885 output.
8886
8887 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
8888 * gdb.base/annota2.exp: New file. More annotation tests.
8889 * gdb.base/annota1.c: New file. Source file for annota1.exp.
8890 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
8891
88921999-04-23 Angela Marie Thomas <angela@cygnus.com>
8893
8894 * config/cfdbug.exp: New file.
8895
7a292a7a
SS
88961999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
8897
8898 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
8899 Marcus Daniel's and Dale Hawkins's demangler crashes.
8900
8901 * gdb.c++/demangle.exp (test_gnu_style_demangling,
8902 test_lucid_style_demangling, test_arm_style_demangling,
8903 test_hp_style_demangling): Try Tom Tromey's core-dumping
8904 identifier under each demangling style.
8905
89061999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
8907
8908 * gdb.c++/demangle.exp: Include the current demangling style
8909 in all test names.
8910 (current_demangling_style): New global variable.
8911 (set_demangling_style, test_demangling_core, test_demangling,
8912 test_demangling_exact): New functions.
8913 (test_gnu_style_demangling, test_lucid_style_demangling,
8914 test_arm_style_demangling, test_hp_style_demangling): Use those,
8915 instead of calling gdb_test and gdb_test_exact directly.
8916 (catch_demangling_errors): New function, which reports errors
8917 signalled by the demangling test functions in an orderly way.
8918 (do_tests): Use catch_demangling_errors.
8919
89201999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
8921
8922 * gdb.base/signals.exp (test_handle_all_print): Use () for
8923 grouping in expressions, not {}.
8924
8925 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
8926 initialized yet.
8927
89281999-04-01 Stan Shebs <shebs@andros.cygnus.com>
8929
8930 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
8931 are listed.
8932
89331999-03-26 Stan Shebs <shebs@andros.cygnus.com>
8934
8935 * gdb.stabs/weird.exp: Test for CC being defined before
8936 looking at its value.
8937
89381999-03-25 Stan Shebs <shebs@andros.cygnus.com>
8939
8940 * gdb.base/call-ar-st.exp: Remove stray '#'.
8941 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
8942 "short int" and "long int".
8943 * gdb.c++/overload.cc: Cast the string added in the previous
8944 change, to mollify finicky HP compiler.
8945 * gdb.hp/reg-test.exp (testfile): Fix file name.
8946 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 8947
7a292a7a
SS
8948 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
8949 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
8950 alternate form of enum ptype.
8951
c906108c
SS
89521999-03-23 Stan Shebs <shebs@andros.cygnus.com>
8953
7a292a7a
SS
8954 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
8955 * gdb.hp/*.exp: Change all to run compiler probe only after
8956 passing skip_hp_tests, so as not to waste time on guaranteed
8957 failure.
8958
c906108c
SS
8959 * gdb.c++/overload.cc: Pass string instead of char addr, always
8960 init ccpfoo.
8961 * gdb.c++/templates.cc: Fix syntax error.
8962
7a292a7a
SS
8963Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8964
8965 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 8966 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
8967 command.
8968
89691999-03-18 James Ingham <jingham@cygnus.com>
8970
8971 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
8972
8973 * gdb.c++/method.exp: It was testing an uninitialized int on the
8974 stack and assuming it was positive.
8975
8976 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
8977
8978 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 8979 keep it from killing the rest of the tests.
7a292a7a
SS
8980 Use gdb_continue_to_end.
8981
8982 * gdb.base/sigall.exp: use gdb_continue_to_end.
8983
8984 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
8985
8986 * gdb.base/display.exp: use runto_main, not run.
8987
d63a86f8
RM
8988 * gdb.base/default.exp: Check for the current error message in the
8989 r abbreviation test.
7a292a7a
SS
8990 Add strongarm to the targets that know info float.
8991
d63a86f8 8992 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
8993 run which doesn't work with monitors.
8994
8995 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
8996
8997 * gdb.base/break.exp: use the gdb_continue_to_end proc.
8998
8999 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
9000 program. Traps the case (in Cygmon) when the program never really
9001 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
9002 more places, so I used my name. Sorry Mark...
9003
9004 * config/monitor.exp (gdb_target_monitor): added another
9005 target_info parameter: remotebinarydownload. This will set the
9006 remotebinarydownload flag if this is causing some boards trouble.
9007
90081999-03-18 Mark Salter <msalter@cygnus.com>
9009
9010 * lib/gdb.exp (continue_to_exit): New function.
9011
9012 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
9013 * gdb.base/ending-run.exp: Ditto.
9014 * gdb.base/step-test.exp: Ditto.
9015
90161999-03-16 Stan Shebs <shebs@andros.cygnus.com>
9017
9018 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
9019 (suggested by Art Haas <ahaas@neosoft.com>).
9020
90211999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
9022
9023 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
9024
9025Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
9026
9027 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
9028 descriptions of types (short unsigned int vs unsigned short, etc).
9029
90301999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
9031
9032 * gdb.base/call-strs.exp: Don't assume that `step' will step over
9033 a call to strlen; sometimes we do have sources.
9034
90351999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
9036
9037 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
9038 character, so GDB won't print garbage after its end.
d63a86f8 9039
c906108c
SS
9040 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
9041 breakpoint there instead. Sometimes GCC emits memcpy to handle
9042 the large structures being passed by value, so we step into that
9043 instead of sum_array_print, which obscures what we're really testing.
9044 * gdb.base/step-test.exp: However, we do want a test that notices
9045 the bizarre steps into memcpy, so do that here. Add check for
9046 stepping into function calls that pass large structures by value.
9047 ("Is that a noun clause, or are you just happy to see me?")
9048 Remove all references to specific line numbers.
9049 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
9050 New type and function.
9051 (main): Call large_struct_by_value, passing it a large struct by value.
9052 * lib/gdb.exp (gdb_get_line_number): New function.
9053
9054 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
9055 more portable.
9056
7a292a7a
SS
90571999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
9058
c906108c
SS
9059 * lib/gdb.exp: Doc fixes.
9060
7a292a7a
SS
90611999-03-05 Nick Clifton <nickc@cygnus.com>
9062
d63a86f8 9063 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
9064
90651999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
9066
c906108c
SS
9067 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
9068 commands. They're not germane to this test, and they don't work
9069 that way on remote targets.
9070
3fc11d3e
JM
90711999-03-01 James Ingham <jingham@cygnus.com>
9072
9073 * Changelog entries merged over from gdb development branch.
9074
3fc11d3e
JM
9075 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
9076
9077 * lib/gdb.exp (gdbtk_analyze_results): Generic function
9078 for outputting results of test run.
9079
2d4a1622 9080 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
9081
9082 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 9083
7a292a7a
SS
90841999-02-25 Felix Lee <flee@cygnus.com>
9085
9086 * lib/gdb.exp (debug_format): initialize
9087
c906108c
SS
90881999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
9089
9090 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
9091 * gdb.base/call-rt-st.c: Ditto.
9092
c906108c
SS
90931999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
9094
9095 * gdb.threads/pthreads.exp (horiz): New variable.
9096 (test_startup): Fix regexps that capture thread numbers.
9097
90981999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
9099
9100 * gdb.base/smoke.exp: Disambiguate two test case names (both
9101 called ``print'').
9102
9103Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
9104
9105 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
9106 compilation.
9107
91081999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
9109
9110 * gdb.base/miscexprs.exp: Change patterns to match GDB's
9111 actual output formatting.
9112 * gdb.base/smoke.exp: GDB removes leading 0's.
9113 * gdb.base/volatile.exp: Don't check type of remuneration;
9114 that variable is no longer defined in constvars.c.
9115 * gdb.base/step-test.c (main): Exit with explicit exit code.
9116 * gdb.base/step-test.exp: Remove two nexti checks--they are
9117 not portable.
9118
91191999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
9120
9121 * gdb.base/help.exp ("help delete display"): Fix test to match
9122 gdb's output.
9123
9124 * gdb.base/long_long.c (known_types): Initialize values to zero.
9125 * gdb.base/long_long.exp: Step one more line
9126 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 9127 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
9128 unique test case names.
9129
9130Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9131
d63a86f8 9132 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
9133
9134 * gdb.c++/method.exp: Add missing close brace.
9135
91361999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
9137
9138 * gdb.base/maint.exp: Use 'set height 0' to disable page
9139 prompting, not 'set height 400'.
9140
9141 Fix a bunch of timeouts.
9142 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
9143 four separate tests, so expect doesn't take forever to match a ton
9144 of text against a regexp with lots of .* forms.
9145 ("maint print psymbols", "maint print symbols"): Make some of
9146 these greps more selective, so that expect doesn't try to wade
9147 through huge piles of output and time out.
9148
9149 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
9150
9151 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
9152 tests: one which doesn't expect shlib events to be reported, and
9153 another which does, but is XFAIL for all platforms other than
9154 HP/UX.
9155
9156 * gdb.base/break.exp: Teach the test suite that the `catch
9157 fork', `catch vfork', and `catch exec' commands produce error
9158 messages on platforms that don't provide these features.
9159
9160Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
9161
9162 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
9163 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
9164 (shortening names from solib_threshold.exp etc), won't run on
9165 anything but HP-UX for the foreseeable future.
9166 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
9167 reflect move.
9168
9169Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
9170
9171 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9172 gdb.trace/Makefile.in (clean): Remove all test executables.
9173
9174Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
9175
9176 * gdb.base/shlib-call.exp: add test cases to verify that gdb
9177 successfully re-sets breakpoints in shared libraries.
9178 * gdb.base/shmain.c (main): return 0, don't fall off the end.
9179
9180Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9181
d63a86f8
RM
9182 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
9183 and compiled w/o GCC.
c906108c
SS
9184
9185 * gdb.hp/watch-cmd.exp: ditto.
9186
9187 * gdb.hp/watch-hp.exp: ditto.
9188
9189 * gdb.hp/xdb1.exp: ditto.
9190
9191 * gdb.hp/xdb2.exp: ditto.
9192
9193 * gdb.hp/dbx.exp: ditto.
9194
9195Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
9196
9197 * constvars.c: Remove C++-isms.
9198 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
9199 with GCC.
9200
9201Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
9202
9203 The following changes are part of the HP merge.
9204
9205 * gdb.base/break.exp: new tests to verify that catchpoints for
9206 fork, vfork, and exec don't trigger inappropriately.
9207
9208 * gdb.base/opaque.exp: compile one file at a time, then link.
9209
9210 * gdb.base/signals.exp: be more restrictive about which hppa
9211 systems receive a setup_xfail. new tests.
9212
9213 * gdb.base/solib_threshold.build: new file.
9214 * gdb.base/solib_threshold.exp: new file.
9215 * gdb.base/solib_threshold.link_opts: new file.
9216 * gdb.base/solib_threshold.mk: new file.
9217 * gdb.base/gen_solib_threshold.c: new file.
9218
9219 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
9220 tests. New tests for enums inside classes.
9221
9222 * gdb.c++/compiler.cc: indicate support of template debugging.
9223
9224 * gdb.c++/demangle.exp: run hp style demangling tests.
9225
9226 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
9227 tests.
9228
9229 * gdb.c++/misc.cc: changes to support new tests.
9230
9231 * gdb.c++/templates.cc: changes to support HP's compiler; changes
9232 to support new tests.
9233
9234 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
9235 gcc, then skip these tests.
9236
9237Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
9238
9239 The following files are part of the HP merge; some had longer
9240 names at HP, but have been renamed to be no more than 14
9241 characters in length.
9242
9243 * gdb.hp/ambiguous.cc: new file.
9244 * gdb.hp/ambiguous.exp: new file.
9245 * gdb.hp/attach.exp: new file.
9246 * gdb.hp/attach2.exp: new file.
9247 * gdb.hp/classes-hp.exp: new file.
9248 * gdb.hp/ctti.exp: new file.
9249 * gdb.hp/ctti-add.cc: new file.
9250 * gdb.hp/ctti-add1.cc: new file.
9251 * gdb.hp/ctti-add2.cc: new file.
9252 * gdb.hp/ctti-add3.cc: new file.
9253 * gdb.hp/dbx.exp: new file.
9254 * gdb.hp/exception.cc: new file.
9255 * gdb.hp/exception.exp: new file.
9256 * gdb.hp/foll-exec.c: new file.
9257 * gdb.hp/foll-exec.exp: new file.
9258 * gdb.hp/foll-fork.c: new file.
9259 * gdb.hp/foll-fork.exp: new file.
9260 * gdb.hp/foll-vfork.c: new file.
9261 * gdb.hp/foll-vfork.exp: new file.
9262 * gdb.hp/inherit-hp.exp: new file.
9263 * gdb.hp/more-steps.exp: new file.
9264 * gdb.hp/namespace.cc: new file.
9265 * gdb.hp/namespace.exp: new file.
9266 * gdb.hp/optimize.exp: new file.
9267 * gdb.hp/pxdb.c: new file.
9268 * gdb.hp/pxdb.exp: new file.
9269 * gdb.hp/quicksort.exp: new file.
9270 * gdb.hp/reg-test.exp: new file.
9271 * gdb.hp/reg-test.s: new file.
9272 * gdb.hp/sized-enum.c: new file.
9273 * gdb.hp/sized-enum.exp: new file.
9274 * gdb.hp/start-stop.exp: new file.
9275 * gdb.hp/templ-hp.cc: new file.
9276 * gdb.hp/templ-hp.exp: new file.
9277 * gdb.hp/thr-lib.c: new file.
9278 * gdb.hp/thr-lib.exp: new file.
9279 * gdb.hp/thr-lib.h: new file.
9280 * gdb.hp/thr-liblib.c: new file.
9281 * gdb.hp/virtfun-hp.c: new file.
9282 * gdb.hp/virtfun-hp.exp: new file.
9283 * gdb.hp/watch-cmd.exp: new file.
9284 * gdb.hp/watch-hp.exp: new file.
9285 * gdb.hp/xdb1.exp: new file.
9286 * gdb.hp/xdb2.exp: new file.
9287 * gdb.hp/xdb3.exp: new file.
9288
9289Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
9290
9291 The following files are part of the HP merge; some had longer
9292 names at HP, but have been renamed to be no more than 14
9293 characters in length.
9294
9295 * gdb.base/ss.h: new file.
9296 * gdb.base/call-ar-st.c: new file.
9297 * gdb.base/call-ar-st.exp: new file.
9298 * gdb.base/call-rt-st.c: new file.
9299 * gdb.base/call-rt-st-exp: new file.
9300 * gdb.base/call-strs.exp: new file.
9301 * gdb.base/ena-dis-br.exp: new file.
9302 * gdb.base/environ.exp: new file.
9303 * gdb.base/long_long.exp: new file.
9304 * gdb.base/sect-cmd.exp: new file.
9305 * gdb.base/shlib-cl2.exp: new file.
9306 * gdb.base/smoke.exp: new file.
9307 * gdb.base/so-impl-ld.c: new file.
9308 * gdb.base/so-impl-ld.exp: new file.
9309 * gdb.base/so-indr-cl.c: new file.
9310 * gdb.base/so-indr-cl.exp: new file.
9311 * gdb.base/varargs.exp: new file.
9312 * gdb.base/volatile.exp: new file.
9313 * gdb.base/whatis-exp.exp: new file.
7a292a7a 9314 * gdb.base/display.exp: new file.
c906108c
SS
9315 * gdb.c++/derivation.exp: new file.
9316 * gdb.c++/local.exp: new file.
9317 * gdb.c++/member-ptr.exp: new file.
9318 * gdb.c++/overload.exp: new file.
9319 * gdb.c++/ovldbreak.exp: new file.
9320 * gdb.c++/ref-types.exp: new file.
9321 * gdb.c++/ref-types2.exp: new file.
9322 * gdb.c++/userdef.exp: new file.
d63a86f8 9323
c906108c
SS
9324Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9325
9326 * gdb.base/default.exp: Reflect wording change in remote.c.
9327
dc96c6c7 9328Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9329
9330 * gdb.base/help.exp: Update to reflect current text.
9331
9332Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
9333
9334 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
9335 they're stack variables and contain garbage.
9336 * gdb.c++/anon-union.exp: new file.
9337
9338 The following changes were made by David Taylor
9339 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
9340 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
9341 in changes by HP.
9342
9343 * gdb.base/bitops.exp: new file.
9344 * gdb.base/default.exp: change expected messages for catch and
9345 info catch tests to reflect HP merge changes.
9346 * gdb.base/enable-disable-break.exp
9347 * gdb.base/ending-run.c: new file.
9348 * gdb.base/long_long.c: new file.
9349 * gdb.base/maint.exp: new file.
9350 * gdb.base/pointers2.exp: new file.
9351 * gdb.base/shlib-call2.exp: new file.
9352 * gdb.base/solib.exp: new file.
9353 * gdb.base/step-test.c: new file.
9354 * gdb.c++/anon-union.cc: new file.
9355 * gdb.c++/local.cc: new file.
9356 * gdb.c++/member-pointer.cc: new file.
9357 * gdb.c++/method.cc: new file.
9358 * gdb.c++/ref-types.cc: new file.
9359 * gdb.c++/ref-types2.cc: new file.
9360 * gdb.c++/userdef.cc: new file.
d63a86f8 9361
c906108c
SS
9362 * gdb.base/scope.exp: compile one file at a time, then link.
9363 * gdb.base/langs.exp: ditto.
9364 * gdb.base/list.exp: ditto.
d63a86f8 9365
c906108c
SS
9366Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
9367
9368 The following changes were made by David Taylor
9369 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
9370 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
9371 in changes by HP.
d63a86f8 9372
c906108c
SS
9373 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
9374 skip tests. When compiling pass c++ flag to gdb_compile.
9375 * gdb.c++/
d63a86f8 9376
c906108c
SS
9377 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
9378 test for on hppa*-*-hpux*; use args to see if c++ was specified.
9379 (skip_hp_tests): new function.
9380 (gdb_preprocess): new function.
9381
9382 * configure.in (hpdir): decide whether to configure gdb.hp.
9383 * configure: regenerated.
9384
9385 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
9386 to delete on clean.
9387 (EXECUTABLES): update to reflect new additions.
9388 * gdb.base/commands.exp: update message expected.
9389 * gdb.base/default.exp: add copyright notice.
9390 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
9391 * gdb.base/help.exp: update messages to reflect current text.
9392 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
9393 targets for recurse tests.
9394 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
9395 skip this file.
9396
9397 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
9398 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
9399 compilation.
9400 * gdb.c++/misc.exp: ditto.
9401 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
9402 run the tests. tell gdb_compile that it's a c++ compilation.
9403
9404 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 9405
c906108c
SS
9406 * gdb.base/all-bin.exp: new file.
9407 * gdb.base/arithmet.exp: new file.
9408 * gdb.base/assign.exp: new file.
9409 * gdb.base/completion.exp: new file.
9410 * gdb.base/cond-expr.exp: new file.
9411 * gdb.base/condbreak.exp: new file.
9412 * gdb.base/define.exp: new file.
9413 * gdb.base/dollar.exp: new file.
9414 * gdb.base/environment.exp: new file.
9415 * gdb.base/eval-skip.exp: new file.
9416 * gdb.base/jump.exp: new file.
9417 * gdb.base/logical.exp: new file.
9418 * gdb.base/pointers.exp: new file.
9419 * gdb.base/relational.exp: new file.
9420 * gdb.base/section_command.exp: new file.
9421 * gdb.base/whatis-expr.exp: new file.
9422
9423 * gdb.base/all-types.c: new file.
9424 * gdb.base/call-array-struct.c: new file.
9425 * gdb.base/call-return-struct.c: new file.
9426 * gdb.base/call-strings.c: new file.
9427 * gdb.base/callfuncs2.c: new file.
9428 * gdb.base/condbreak.c: new file.
9429 * gdb.base/constvars.c: new file.
9430 * gdb.base/display.c: new file.
9431 * gdb.base/int-type.c: new file.
9432 * gdb.base/jump.c: new file.
9433 * gdb.base/miscexprs.c: new file.
9434 * gdb.base/pointers.c: new file.
9435 * gdb.base/pointers2.c: new file.
9436 * gdb.base/shmain.c: new file.
9437 * gdb.base/shr1.c: new file.
9438 * gdb.base/shr2.c: new file.
9439 * gdb.base/solib.c: new file.
9440 * gdb.base/solib1.c: new file.
9441 * gdb.base/solib2.c: new file.
9442 * gdb.base/varargs.c: new file.
9443 * gdb.c++/derivation.cc: new file.
9444 * gdb.c++/overload.cc: new file.
9445 * gdb.c++/ovldbreak.cc: new file.
9446 * gdb.hp/attach.c: new file.
9447 * gdb.hp/attach2.c: new file.
9448 * gdb.hp/average.c: new file.
9449 * gdb.hp/compiler.c: new file.
9450 * gdb.hp/compiler.cc: new file.
9451 * gdb.hp/execd-program.c: new file.
9452 * gdb.hp/follow-exec.c: new file.
9453 * gdb.hp/follow-fork.c: new file.
9454 * gdb.hp/follow-vfork-and-exec.c: new file.
9455 * gdb.hp/misc-hp.cc: new file.
9456 * gdb.hp/more-steps.c: new file.
9457 * gdb.hp/optimize.c: new file.
9458 * gdb.hp/quicksort.c: new file.
9459 * gdb.hp/run-hp.c: new file.
9460 * gdb.hp/start-stop.c: new file.
9461 * gdb.hp/sum.c: new file.
9462 * gdb.hp/templates-hp.cc: new file.
9463 * gdb.hp/thread-local-in-lib.c: new file.
9464 * gdb.hp/thread-local-in-lib.h: new file.
9465 * gdb.hp/thread-local-in-lib.lib.c: new file.
9466 * gdb.hp/vforked-program.c: new file.
9467 * gdb.hp/virtfunc-hp.cc: new file.
9468 * gdb.hp/watchpoint-hp.c: new file.
9469 * gdb.hp/xdb.c: new file.
9470 * gdb.hp/xdb0.c: new file.
9471 * gdb.hp/xdb0.h: new file.
9472 * gdb.hp/xdb1.c: new file.
9473
9474Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
9475
9476 The following change was made by Edith Epstein
9477 <eepstein@cygnus.com> as part of a project to merge in changes
9478 originally made by HP; HP did not create ChangeLog entries.
9479
9480 * gdb.c++/demangle.exp: changed the expected output for some
9481 ARM-style mangling -- removed second reference to datatype.
9482 For example, maint demangle __dt__11T1__pt__2_cFv
9483 T1<char>::~T1<char>(void)
9484 becomes,
9485 maint demangle __dt__11T1__pt__2_cFv
9486 T1<char>::~T1(void)
9487
9488 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 9489
c906108c
SS
9490Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
9491
9492 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
9493 * gdb.trace/backtrace.exp: Likewise.
9494 * gdb.trace/circ.exp: Likewise.
9495 * gdb.trace/collection.exp: Likewise.
9496 * gdb.trace/deltrace.exp: Likewise.
9497 * gdb.trace/infotrace.exp: Likewise.
9498 * gdb.trace/limits.exp: Likewise.
9499 * gdb.trace/packetlen.exp: Likewise.
9500 * gdb.trace/passc-dyn.exp: Likewise.
9501 * gdb.trace/passcount.exp: Likewise.
9502 * gdb.trace/report.exp: Likewise.
9503 * gdb.trace/save-trace.exp: Likewise.
9504 * gdb.trace/tfind.exp: Likewise.
9505 * gdb.trace/tracecmd.exp: Likewise.
9506 * gdb.trace/while-dyn.exp: Likewise.
9507 * gdb.trace/while-stepping.exp: Likewise.
9508
95091998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
9510
9511 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
9512
9513Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
9514
9515 From Brendan Kehoe:
9516 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
9517 int return types.
9518
9519Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
9520
9521 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
9522 remote dos host testing right.
9523
9524Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
9525
9526 * gdb.base/corefile.exp: remove some xfails.
9527
9528Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
9529
9530 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
9531 have different timestamps.
9532
9533Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
9534
9535 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
9536 gdb.base/default.exp: Replace "exec" with "executable".
9537
9538Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
9539
9540 * gdb.base/default.exp: Change else if to elseif from previous
9541 delta.
9542
9543Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
9544
9545 * gdb.base/default.exp: Add brace missing from previous delta.
9546
9547Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
9548
9549 * gdb.base/default.exp: Support test for info float for all
9550 varieties of arm toolchain.
9551
dc96c6c7 9552Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9553
9554 * gdb.trace/*.exp: remove "remote_download" command.
9555
dc96c6c7 9556Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9557
9558 * gdb.trace/*.exp: remove -gdwarf from compile.
9559
9560Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
9561
9562 * gdb.trace/configure.in(AC_INIT): typo
9563 * gdb.trace/configure: regenerated
9564
dc96c6c7 9565Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9566
9567 * config/m68k-emc.exp: New file.
9568 * lib/<emc-support.exp trace-support.exp}: New files.
9569 * configure.in: add new test directory gdb.trace.
9570 * gdb.trace/{configure configure.in Makefile.in}: New files.
9571 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
9572 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
9573 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
9574 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
9575 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
9576 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
9577 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 9578
dc96c6c7 9579Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9580
9581 * gdb.c++/classes.exp: Change all regular expressions to match
9582 arbitrary combinations of newline/carriage-return, so that they
9583 will work equally well on Unix and Windows.
9584 * gdb.c++/inherit.exp: ditto.
9585 * gdb.c++/virtfunc.exp: ditto.
9586
95871998-08-11 Dawn Perchik <dawn@cygnus.com>
9588
9589 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
9590
c2d11a7d
JM
9591Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
9592
9593 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
9594 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
9595 to use a0-a3/d0-d3 as needed.
9596
9597Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
9598
9599 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
9600 * gdb.disasm/am33.exp: Corresponding changes.
9601
c906108c
SS
96021998-07-11 Felix Lee <flee@cygnus.com>
9603
9604 * gdb.base/callfuncs.exp: add cmp10 test.
9605 * gdb.base/callfuncs.c (cmp10): new function.
9606
9607Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
9608
d63a86f8 9609 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
9610 into two parts to get around a synchronization problem in expect.
9611
3fc11d3e
JM
9612Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
9613
9614 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
9615
9616 * configure.in: Add options for gdbtk testsuite.
9617
9618 * configure: Regenerate.
9619
9620 * gdb.gdbtk: New directory to hold gdbtk tests.
9621
c906108c
SS
9622Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9623
9624 * gdb.fortran/types.exp: Escape brackets in expect patterns
9625 for test_float_literal_types_accepted tests.
9626 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
9627 before run test.
9628
c2d11a7d
JM
9629Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
9630
9631 * am33.exp: Just compile, do not link the testcase.
9632 * am33.s: Add ".am33" pseudoop to force am33 mode.
9633
c906108c
SS
96341998-06-25 Felix Lee <flee@cygnus.com>
9635
9636 * gdb.base/setshow.exp: make sure $pc is sane.
9637
9638 * gdb.stabs/weird.exp: split expect patterns properly.
9639
c2d11a7d
JM
9640Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
9641
9642 * gdb.disasm/am33.s: New disassembler testfile for the am33.
9643 * gdb.disasm/am33.exp: Run it.
9644
dc96c6c7 9645Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9646
9647 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
9648 match processing (and eliminate spurious timeouts when running).
9649
dc96c6c7 9650Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9651
9652 * gdb.base/signals.exp (test_handle_all_print): put back Mach
9653 exception test, but conditionalize it on target [mach | gnu].
9654
dc96c6c7 9655Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9656
9657 * gdb.base/overlays.exp: fixup compile line for linker script.
9658
9659Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
9660
9661 * gdb.fortran/types.exp: don't guess at float size.
9662
9663Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
9664
9665 * gdb.base/exprs.exp: delete test that depends on int size.
9666
9667Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
9668
9669 * config/sim.exp: Removed checks for target triplets.
9670 (gdb_target_sim): Use gdb,target_sim_options.
9671
9672Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
9673
9674 * gdb.base/reread.exp: New file.
9675 * gdb.base/reread1.c: New file.
9676 * gdb.base/reread2.c: New file.
9677
9678Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
9679
9680 * config/sim.exp: Use 'target sim -sparclite' when running
9681 SPARClite programs.
9682
9683Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
9684
9685 * gdb.base/structs2.exp: New file.
9686 * gdb.base/structs2.c: New file.
9687
9688Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
9689
9690 * gdb.asm/common.inc: New file.
9691 * gdb.asm/d10v.inc: New file.
9692 * asm-source.exp: Pass -I's to gas to find .inc files.
9693 Update line numbers in expected output.
9694 * asmsrc1.s: Rewrite.
9695 * asmsrc2.s: Rewrite.
9696 * configure.in: Create arch.inc symlink.
9697 * configure: Regenerate.
9698 * Makefile.in (distclean): Delete arch.inc.
9699
9700Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
9701
9702 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
9703 (t_enum_value2): ditto
9704 (t_enum_value3): ditto
9705 (main): ditto
9706Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9707
9708 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
9709 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
9710 change.
9711 Use gdb_test instead of send_gdb/gdb_expect sequences.
9712
9713Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
9714
9715 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
9716 not void.
9717
9718Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
9719
9720 * gdb.base/branches.c: Code with lots of loops and
9721 subroutines. Used to test gdbs ability to single step through PC
9722 changes, especially to test mips-tdep.c:mips_next_pc
9723
9724Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
9725
9726 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
9727 more rigorous EGCS C++ error checking.
9728
9729Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9730
9731 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 9732 tests.
c906108c 9733 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 9734 function when asleep.
c906108c 9735 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
9736 for i*86 Linux and SVR4 signal handling problems.
9737 Remove linux xfail for `next to handler in signals_tests_1', fixed
9738 by recent infrun.c change.
c906108c 9739 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 9740 stack backtraces.
c906108c
SS
9741 Adjust expect pattern in `handle all print' test to match Apr 28 1997
9742 target.[ch] change.
9743
9744Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
9745
9746 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
9747 for a newline from gdb before continuing.
9748 (default_gdb_exit): Just look for y or n.
9749 (gdb_test): Detect abnormal exit from GDB running on DOS; if
9750 it does, fail the rests of the tests in the file.
9751
9752Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
9753
9754 * config/cygmon.exp: New file.
9755
9756Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
9757
9758 * gdb.base/list.exp: Fix problem with "list default lines around
9759 main" test on remote targets.
9760
9761 * gdb.base/scope.exp: Fix problem with filelocal_bss before
9762 run test on remote targets.
9763
9764Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
9765
9766 * gdb.asm: New directory.
9767 * configure.in: Configure it.
9768 * configure: Regenerate.
9769 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
9770 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
9771
9772Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
9773
9774 * config/mn10300-eval.exp: New file to support MN10300 eval board.
9775
dc96c6c7 9776Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 9777
c906108c
SS
9778 * gdb.base/overlays (several files): Merge the two overlay
9779 managers into one. Change variables (foox, barx, bazx, grbxx)
9780 back into ints but force them to load in their proper sections.
9781
9782Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
9783
9784 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
9785 on-chip insn memory and IMAP1 to upper 128k.
9786 (D10VCopy): Handle memory regions crossing 16k boundaries.
9787 (D10VCopy): Transfer data in 32 bit chunks.
9788
9789Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
9790
9791 * gdb.base/overlays.c (main): Exit normally when result is
9792 correct.
9793
9794 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
9795 map. Include space for printf in .text segment.
9796
9797 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
9798 updated d10v memory VMA/LMA map.
9799 (D10VCopy): Call D10VTranslate.
d63a86f8 9800
c906108c
SS
9801Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
9802
9803 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
9804
9805 * gdb.base/bar.c (barx, bar): Change variable to small array so
9806 that it won't be put into the .sdata - small data -
9807 section. Update reference.
9808 * gdb.base/baz.c (bazx, baz): Ditto.
9809 * gdb.base/foo.c (foox, foo): Ditto.
9810 * gdb.base/grbx.c (grbxx, grbx): Ditto.
9811
9812 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
9813 to be arrays.
d63a86f8 9814
dc96c6c7 9815Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 9816
c906108c
SS
9817 * gdb.base/overlays.exp: fix up and get working again.
9818 Add tests for backtraces from an overlay function.
d63a86f8 9819
c906108c
SS
9820Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
9821
9822 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
9823 "calling function with watchpoint enabled".
9824
9825Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
9826
9827 * gdb.base/break.exp (test_next_with_recursion): Remove
9828 gdb_suppress_tests for d10v-*-*.
9829 * lib/gdb.exp (gdb_suppress_tests): Disable this function
9830 pending review of whether it is useful or not.
9831
9832Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
9833
9834 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
9835
9836Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
9837
9838 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
9839 * config/dve.exp: New file to support Densan boards.
9840
9841Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
9842
9843 * gdb.base/interrupt.exp: Document problem of simulators, signals,
9844 reads and BSD.
9845
9846Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
9847
9848 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
9849 response.
9850
9851 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
9852
9853Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
9854
9855 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
9856 test.
9857
9858 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
9859 target_sizeof_long and target_bigendian_p.
9860 (structs_by_value, structs_by_reference): Check values according
9861 to targets word size and endianess.
d63a86f8 9862
c906108c
SS
9863Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
9864
9865 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
9866 output.
9867
9868Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
9869
9870 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
9871 Update test of set args help to match source change.
9872
9873Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
9874
9875 * gdb.base/default.exp: Expect help system output to be in
9876 alphabetical order.
9877 * gdb.base/help.exp: Ditto.
9878
9879Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
9880
9881 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
9882 "i*86-pc-linux-gnu*".
9883 * gdb.base/interrupt.exp: Ditto.
9884 * gdb.base/corefile.exp: Ditto.
9885
9886 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
9887 define vxworks when building the testcase.
9888
9889 * gdb.base/ptype.exp: Fix testnames to be unique.
9890 * gdb.base/radix.exp: Ditto.
9891 * gdb.base/term.exp: Ditto.
9892 * gdb.base/whatis.exp: Ditto.
9893 * gdb.c++/classes.exp: Ditto.
9894
9895Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
9896
9897 * gdb.base/callfuncs.exp: Fix indentation.
9898
9899 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
9900 suppress_flag has been set.
9901 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
9902 target feature.
9903
9904Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
9905
9906 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
9907 the testcase.
9908
9909 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
9910 set_debug_traps() and breakpoint().
9911 * gdb.c++/misc.cc (main): Ditto.
9912 * gdb.c++/templates.cc (main): Ditto.
9913 * gdb.c++/virtfunc.cc (main): Ditto.
9914
9915Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
9916
9917 * lib/gdb.exp(gdb_step_for_stub): New function.
9918 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
9919 exists, reload the executable and do a "continue" instead of
9920 doing a jump.
9921 (runto_main): Use gdb_step_for_stub.
d63a86f8 9922
c906108c
SS
9923 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
9924 tests to have unique names.
9925 * gdb.base/callfuncs.exp: Ditto.
9926 * gdb.base/commands.exp: Ditto.
9927 * gdb.base/default.exp: Ditto.
9928 * gdb.base/help.exp: Ditto.
9929 * gdb.base/list.exp: Ditto.
9930 * gdb.base/opaque.exp: Ditto.
9931 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
9932 similar tests.
d63a86f8 9933
c906108c
SS
9934 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
9935 * gdb.c++/cplusfuncs.cc: Ditto.
9936 * gdb.c++/virtfunc.cc: Ditto.
9937
9938 * config/monitor.exp: Keep track of the last file we saw, rather
9939 than trying to get the info from gdb.
9940
9941 * gdb.fortran/types.exp: Move comment to previous line.
9942
9943Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
9944
9945 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
9946 target mode.
9947
9948Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
9949
9950 From Bob Manson:
9951 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
9952 string from GDB when it connects.
9953
9954 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
9955
9956Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
9957
9958 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
9959 if we can't get a debug format from GDB (we may be testing an
9960 older GDB). Use a 10 second timeout when checking for the format.
9961
9962 * gdb.stabs/weird.exp: Fix quoting.
9963
9964 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
9965
9966Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
9967
9968 * config/arm-ice.exp: New file.
9969
9970Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
9971
9972 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
9973 until it has been modified to work with the new testsuite.
9974
99707966 9975 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
9976 testcase won't compile, cause all of the testcases in the file to
9977 fail instead.
9978
9979 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
9980 (gdb_clear_suppressed): New procedure.
9981 (gdb_stop_suppressing_tests): Only clear suppress_flag if
9982 it contains a positive value.
9983
9984Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
9985
9986 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
9987
9988 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
9989
9990Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
9991
9992 * lib/gdb.exp (setup_xfail_format): New function.
9993 (get_debug_format): New function to get debug format.
9994 (debug_format): New global variable to hold last value set
9995 by get_debug_format.
9996 * gdb.base/list.exp: Call get_debug_format and expect some
9997 tests to fail for DWARF 1 and COFF formats.
9998 * gdb.c++/ptype.exp: Ditto.
9999 * gdb.c++/classes.exp: Ditto.
10000 * gdb.c++/cplusfuncs.exp: Ditto.
10001 * gdb.c++/inherit.exp: Ditto.
10002 * gdb.c++/templates.exp: Ditto.
10003 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 10004
c906108c
SS
10005Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
10006
10007 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
10008 host doesn't have a currently-open connection.
10009
10010 * config/sparclet.exp: Cleanups and fixes to make it generic for
10011 any gdb stub target. Handle cases where gdb doesn't respond when
10012 interrupted in a sane fashion.
10013
10014 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
10015 same thing in a totally different way.
10016
10017 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
10018 setting "timeout".
10019 (gdb_start): We set the global gdb_prompt variable in
10020 default_gdb_init now.
10021
10022Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
10023
10024 * gdb.base/printcmds.exp: Fix "check for floating addition"
10025 regexp to accept results within approx +/- .01 of exact value.
10026 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
10027
10028Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
10029
10030 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
10031 properly.
10032 (gdb_expect): Add optional timeout parameter, and add timeout
10033 value to various calls.
10034 (gdb_suppress_tests): Only give one warning message per group.
10035
10036Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
10037
10038 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
10039 global variables. Handle getting a value for $timeout more
10040 gracefully.
10041
10042Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
10043
10044 * lib/gdb.exp: Close connection to remote host if gdb doesn't
10045 initialize.
10046 (default_gdb_init): New procedure; allow gdb_init to be overridden
10047 by a target configuration file.
10048 (gdb_expect): Pass the timeout to remote_expect.
10049
10050 * config/monitor.exp(gdb_load): Fix typo in regexp.
10051
10052Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
10053
10054 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
10055
10056Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
10057
10058 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
10059 here. Call gdb_target_exec before rebooting the target, to make
10060 sure the connection to the target is closed.
10061 (gdb_load): Pass the name of the executable to gdb_target_monitor.
10062 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
10063 Also detect "Timeout reading from remote" error.
10064
10065 * config/gdbserver.exp: Pass the executable being loaded to
10066 gdb_target_monitor. Don't call gdb_file_cmd here; let
10067 gdb_target_monitor do it.
10068
10069 * gdb.disasm/hppa.exp: Don't use exec_output.
10070
10071Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
10072
10073 * gdb.base/list.exp: If we're debugging a non-native target,
10074 try to set the pc register to point to the start of the
10075 program before doing the first list command.
10076
10077 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
10078 test_calls after restarting.
10079
10080 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
10081 reloading.
10082
10083 * gdb.base/watchpoint.exp: Fix typo.
10084
10085 * gdb.base/setshow.exp: Check for use_gdb_stub.
10086
10087 * gdb.base/break.exp: Fix continue until exit test for the gdb
10088 stub case.
10089 * gdb.base/langs.exp: Ditto.
10090
10091 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
10092 gdb_load_offset. If we weren't given a file to load, figure out
10093 what the current file is and use it.
10094
10095 * config/i386-bozo.exp: New file.
10096
10097Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
10098
10099 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
10100 feature.
10101
10102 * config/proelf.exp: New entry.
10103
10104Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
10105
10106 * lib/gdb.exp: Remove spurious .* patterns at the beginning
10107 of regexps.
10108
10109 * gdb.base/watchpoint.exp: Don't run the test_stepping
10110 tests if gdb can't call functions on the target.
10111
10112 * gdb.base/setshow.exp: Don't run the set prompt tests if
10113 the board has gdb_prompt set.
10114
10115Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
10116
10117 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
10118 * gdb.base/commands.exp: Likewise.
10119 * gdb.base/setshow.exp: Likewise.
10120
10121Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
10122
10123 * config/monitor.exp(gdb_start): Look for gdb_prompt target
10124 feature.
10125
10126 * config/i960.exp: New file.
10127
10128Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
10129
10130 * gdb.base/funcargs.exp: Check for gdb,short_int target
10131 feature instead of looking for explicit target triplets.
10132
dc96c6c7 10133Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 10134
d63a86f8 10135 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
10136 "p 123DEADBEEF", to check parse_number.
10137 * top.c: change "to enable to enable" to "to enable" in a couple
10138 of help strings.
10139
10140Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
10141
10142 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
10143 on the mn10300.
d63a86f8 10144
c906108c
SS
10145Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
10146
10147 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
10148 where the test executable is run with explicit args.
10149 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
10150
10151Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
10152
10153 * gdb.base/run.c: Use FAKEARGV to build test executable that
10154 does not require a command line arg, since most simulators
10155 don't currently support passing such an arg into the simulated
10156 program.
10157 * gdb.base/commands.exp: Change tests to insert the proper
10158 value as the arg to the first recursive factorial call. Change
10159 compilation line to define FAKEARGV at compile time.
10160
10161Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
10162
10163 * gdb.base/recurse.exp: Enable these tests for the mn10300.
10164 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
10165 function with watchpoint enabled" test.
10166
10167Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
10168
10169 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
10170 Don't call gdb_test when the command doesn't return to a gdb prompt.
10171
10172 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
10173 "Tests restarted" messages.
10174
10175Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
10176
10177 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
10178
dc96c6c7 10179Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10180
10181 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
10182 for INFO SYMBOL; add help tests for OVERLAY commands.
10183 * gdb.base/default.exp: add tests for INFO SYMBOL command;
10184 add tests for OVERLAY commands
10185 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
10186 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
10187 * gdb.base/sigall.c: add usestubs code frag
10188 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 10189
c906108c
SS
10190Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
10191
10192 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
10193 failures.
10194 (gdb_stop_suppressing_tests): Note that tests have restarted.
10195
10196Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
10197
10198 * config/h8300.exp: New file.
10199
10200Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
10201
10202 * gdb.base/setshow.exp: Check for the existence of a
10203 feature, not its value.
10204
10205Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
10206
10207 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
10208
10209 * gdb.base/scope.exp: It's now init0(), not init().
10210
10211 * gdb.base/scope0.c: For now, change init() to be init0().
10212
10213 * config/monitor.exp: Use gdb_serial in preference to serial
10214 or netport.
10215
10216 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
10217 and it's not already set.
10218
10219Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
10220
10221 * gdb.base/setshow.exp: Only test the run command if the target
10222 isn't using a stub and if it supports argument passing.
10223
10224Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
10225
10226 * config/udi.exp(gdb_start): Make sure UDICONF is set
10227 properly before starting gdb.
10228
10229Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
10230
10231 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
10232 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
10233 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
10234
10235Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
10236
10237 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
10238 specialized code to reboot the board, use remote_reboot instead.
10239
10240 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
10241
10242 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
10243
10244 * config/monitor.exp: Make sure we disconnect from the target.
10245 Also, try a reboot/reload cycle instead of failing if the
10246 load fails.
10247
10248Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
10249
10250 * gdb.base/default.exp: Don't set match_max.
10251 * gdb.base/help.exp: Ditto.
10252 * gdb.base/list.exp: Ditto.
10253 * gdb.base/signals.exp: Ditto.
10254
10255 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
10256 set, use remote_ld to download the testcase instead of
10257 the GDB loader.
10258
10259Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
10260
10261 * config/vr5000.exp: New file.
10262
10263 * config/monitor.exp(gdb_target_monitor): Add pattern for
10264 "Ending remote" to detect errors in connecting.
10265
10266 * gdb.base/setshow.exp: Add .* within auto language test.
10267
10268 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
10269 target feature.
10270
10271 * config/monitor.exp(gdb_load): Check for a failure when loading,
10272 and reboot the board if necessary.
10273
10274 * gdb.base/setvar.exp(test_set): Handle multiple prints within
10275 a set of tests. Remove print.* from the patterns being checked.
10276
10277Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
10278
10279 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
10280 refer to gdb_spawn_id.
10281
10282 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
10283 longer used.
10284 * config/sparclet.exp: Ditto.
10285 * config/sparclet-old.exp: Ditto.
10286 * config/slite.exp: Ditto.
10287 * config/sim.exp: Ditto.
10288 * gdb.base/funcargs.exp: Ditto.
10289
10290 * lib/gdb.exp:Remove references to gdb_spawn_id.
10291 (gdb_expect): Move to remote.exp.
10292
10293Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
10294
10295 * config/monitor.exp: Detect the "Couldn't establish connection"
10296 message from GDB.
10297
10298Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
10299
10300 * gdb.base/bitfields.exp: Use runto instead of explicit
10301 gdb_run_cmd/gdb_expect sequences.
10302
10303 * gdb.base/break.exp(text_next_with_recursion): Add match for
10304 gdb_expect call.
10305
10306 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
10307 We also need to handle the "A program is being debugged already"
10308 prompt from gdb. Use gdb_test to set the baud rate.
10309
10310 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
10311 to 20000. Really. I mean it.
10312
10313Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
10314
10315 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
10316 fails. If suppress_flag is set, skip perror message about not
10317 being able to send to GDB.
10318 (send_gdb): If suppress_flag is set, don't try to send commands to
10319 GDB.
10320 (gdb_expect): If suppress_flag is set, always fail immediately.
10321 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
10322 (gdb_init): Call gdb_stop_suppressing_tests.
10323 (default_gdb_exit): Ditto.
10324 (default_gdb_start): Ditto.
10325
10326 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
10327 gdb_stop_suppressing_tests as appropriate.
10328 * gdb.base/break.exp: Ditto.
10329 * gdb.base/callfuncs.exp: Ditto.
10330 * gdb.base/commands.exp: Ditto.
10331 * gdb.base/exprs.exp: Ditto.
10332 * gdb.base/funcargs.exp: Ditto.
10333 * gdb.base/list.exp: Ditto.
10334 * gdb.base/recurse.exp: Ditto.
10335 * gdb.base/scope.exp: Ditto.
10336 * gdb.base/structs.exp: Ditto.
10337 * gdb.c++/inherit.exp: Ditto.
10338
10339Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
10340
10341 * config/vr4300.exp: New file.
10342
99707966 10343 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 10344
99707966 10345 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
10346
10347Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
10348
10349 * lib/gdb.exp(gdb_init): New function.
10350
10351 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
10352 for each individual variable set.
10353
10354 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
10355 name.
10356
10357 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
10358
10359 * gdb.base/scope.exp: Use gdb_test.
10360
10361 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
10362 aborting; the testsuite driver will do that for us (see
10363 gdb_finish). Also, use gdb_test in a few more places.
10364
10365Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10366
10367 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
10368
10369Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
10370
10371 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
10372 and "add_tests" are not at the same address.
10373
10374Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
10375
10376 * gdb.base/ptype.exp: Use gdb_test.
10377
10378Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
10379
10380 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
10381 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
10382 left in. No longer expect them to fail.
10383
10384 * gdb.stabs/*.mt; Deleted, no longer used.
10385 * gdb.stabs/configure.in: Remove references to target makefile
10386 frags.
10387 * gdb.stabs/configure: Rebuilt.
10388
10389 * gdb.disasm/*.mt: Deleted, no longer used.
10390 * gdb.disasm/configure.in: Remove references to target makefile
10391 frags. Use "sh3.s" as the unique filename for this directory.
10392 * gdb.disasm/configure: Rebuilt.
10393
10394 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
10395 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
10396 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
10397
10398Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
10399
10400 * config/udi.exp: Use mondfe,name instead of remote_host.
10401
10402Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
10403
10404 * gdb.base/watchpoint.exp: Don't expect a failure when calling
10405 a function with a watchpoint enabled on the mn10200.
10406
10407 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
10408 before trying to create it!
10409
10410Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
10411
10412 * config/vx.exp: Use hostname instead of netport.
10413
10414 * config/vxworks.exp: New file.
10415
10416 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
10417
10418 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
10419 gdb before assuming everything worked. Send a ^C if a timeout
10420 occurs.
10421
10422 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
10423 $gdb_spawn_id directly.
10424 (gdb_run_cmd): Try _start as well as start. Use the target feature
10425 gdb,start_symbol as the symbol to start from when jumping.
10426
10427Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
10428
10429 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
10430 redundant) test.
10431
10432 * gdb.base/recurse.exp: Relax final value test for 'b' so that
10433 it doesn't lose for 16bit integer systems.
10434
10435Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
10436
10437 * gdb.fortran/types.exp: If the target doesn't support "double"
10438 data types, then expect "real" types to only be 4 bytes.
10439
10440 * gdb.c++/virtfunc.exp: Expect failure for virtual function
10441 call tests if the target doesn't support inferior function calls.
10442
10443 * gdb.base/printcmds.exp: Allow minor deviation in FP values
10444 in printf tests.
10445
10446Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
10447
10448 * gdb.base/help.exp: Disable "help set", "help show", and
10449 "help support". Simplify regexp for "help stack".
10450
10451 * gdb.base/default.exp: Set match_max to 5000 and the timeout
10452 to 60 seconds. Temporarily set match_max to 15000 around the
10453 "info copying" test.
10454
10455 * gdb.base/nodebug.exp: Don't try to do an inferior function
10456 call if the target doesn't support them.
10457 * gdb.base/printcmds.exp: Likewise.
10458 * gdb.base/setvar.exp: Likewise.
10459 * gdb.base/structs.exp: Likewise.
10460 * gdb.c++/templates.exp: Likewise.
10461 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
10462
10463 * gdb.base/recurse.exp: Enable for the mn10200.
10464
10465 * configure.in: Do configure gdb.stabs directory for *-*-elf
10466 targets.
10467 * configure: Rebuilt.
10468
10469 * gdb.base/break.exp: Check for gdb,noresults before testing
10470 exit status and/or results from the target.
10471 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
10472 * lib/gdb.exp: Remove old (now bogus) initialization of
10473 noinferior, noargs, noresults and nosignals.
10474
10475Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
10476
10477 * config/sh.exp: New file.
10478
10479 * config/slite.exp: Try to connect multiple times to the board
10480 before rebooting. Only send a "monitor run" if need_monitor_run
10481 is set.
10482
10483 * gdb.base/break.exp: Don't do the "stub continue" test if
10484 the target has gdb_stub set.
10485
10486 * gdb.base/callfuncs.exp: Increase the timeout.
10487
10488 * gdb.base/interrupt.exp: Don't even try to compile the testcase
10489 if the target has gdb,noinferiorio set.
10490
10491 * gdb.base/list.exp: Increase match_max to 10000 characters.
10492
10493 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
10494
10495 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
10496 target.
10497
10498 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
10499
10500Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
10501
10502 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
10503 trying to delete the copy of gdb. Catch the file delete so we
10504 don't die if the delete fails; also, the file should be copied to
10505 the host, not to the build.
10506
10507Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
10508
10509 * lib/gdb.exp(gdb_test): Surround the result pattern with
10510 parenthesis in case it contains multiple regexps separated
10511 with |.
10512
10513 * gdb.base/watchpoint.exp: Use gdb_test.
10514 * gdb.base/default.exp: Ditto.
10515
10516Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
10517
99707966 10518 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 10519
c906108c
SS
10520 * gdb.base/scope.exp: Use gdb_test.
10521 * gdb.c++/classes.exp: Ditto.
10522 * gdb.c++/inherit.exp: Ditto.
10523
10524Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
10525
10526 * gdb.base/crossload.exp: Don't use execute_anywhere, use
10527 remote_exec instead.
10528 * gdb.base/corefile.exp: Don't be ridiculous.
10529 * gdb.base/*.c: Add missing stub invocations.
10530
10531Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
10532
10533 * config/slite.exp: Miscellaneous fixes.
10534
10535 * lib/gdb.exp: Fix runto.
10536
10537 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
10538 the target.
10539
10540 * gdb.base/watchpoint.exp: Fix regexp.
10541
10542 * lib/gdb.exp(default_gdb_exit): Add a catch to the
10543 close and wait commands, as the descriptor may now be
10544 invalid. Always call "remote_close host".
10545
10546Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
10547
10548 Major rewrite for testsuite revision.
d63a86f8 10549
c906108c
SS
10550 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
10551 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
10552 instead of relying on spawn_id to always contain a valid
10553 spawn id.
10554 (get_compiler_info): New procedure to build the ${binfile}.ci
10555 file, instead of replicating this in N different places.
10556 (gdb_compile): New procedure.
d63a86f8 10557
c906108c
SS
10558 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
10559 appropriate arguments) instead of compile. Use gdb_test in a lot
10560 more places. Use send_gdb instead of send. Always run gdb_start
10561 at the start of a testcase, as this is no longer done magically.
10562
10563 config/*-gdb.exp: Rename without the -gdb suffix.
10564
10565 config/mips.exp: Use remote_close instead of exit_remote_shell.
10566 config/monitor.exp: Use target_info instead of looking at
10567 baud, timeout, etc.
10568 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
10569
10570Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10571
10572 * gdb.c++/templates.exp (test_ptype_of_templates),
10573 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
10574 Update expect patterns for destructors and assignment operators
10575 to match corresponding c-typeprint.c changes.
10576 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
10577 to destructor breakpoint test, GDB should be able to set the
10578 destructor breakpoint without specifying arguments.
10579
10580Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
10581
10582 * gdb.threads/pthreads.exp: Change result for failure to compile due
10583 to lack of pthreads runtime support from an error to simply an
10584 unsupported test, per dejagnu standards.
10585
10586Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10587
10588 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
10589 where GDB exits to reduce pattern match time.
10590 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
10591
10592 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
10593
dc96c6c7 10594Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10595
10596 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
10597 * gdb.base/default.exp: ditto.
10598 * gdb.base/nodebug.exp: ditto.
10599 * gdb.base/printcmds.exp: ditto.
10600 * gdb.base/ptype.exp: ditto.
10601 * gdb.base/setvar.exp: ditto.
10602 * gdb.base/structs.exp: ditto.
10603 * gdb.base/setshow.c: Guard against uninitialized values of argc.
10604
10605Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
10606
10607 * configure, */configure: Rebuild with autoconf 2.12.
10608
10609Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
10610
10611 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
10612 use new i*86-pc-linux*-gnu quads.
10613 * gdb.base/corefile.exp: Ditto.
10614 * gdb.base/signals.exp: Ditto.
10615 * gdb.base/sigall.exp: Ditto.
10616 * gdb.base/interrupt.exp: Ditto.
10617
10618 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
10619 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
10620 RedHat 4.0.
d63a86f8 10621
c906108c
SS
10622 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
10623 linux. This allows the test case to at least compile on latest
10624 linux, but still not run due to missing the threads runtime library.
10625
10626Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10627
10628 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
10629 directory to search gdb directory. Accept and step over conditional
10630 stack alignment code. Consume $prompt in failure cases.
10631 Reset timeout to $oldtimeout instead of some arbitrary value.
10632 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
10633 timeout problems with infinite stack backtraces.
10634 * gdb.base/ptype.exp (ptype struct link, union tu_link):
10635 Accept function parameters for linkfunc member.
10636
10637Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
10638
10639 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
10640 (CXXFLAGS): Remove, unreferenced.
10641 (B_OPTIONS): Add for -B options and add code to initialize with
10642 previous -B options and also add -B option to pick up cross compiled
10643 runtime.
10644 (TARGET_INCLUDES): Add for -I options and add code to initialize when
10645 doing cross compiles.
10646 (target_alias): Declare global.
10647 (xgcc): Set variable to full path of gcc in build tree. Use findfile
10648 to verify that gcc exists in build tree, and if so set CC to that
10649 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 10650
c906108c
SS
10651Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
10652
10653 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
10654 ptype test for anonymous union. Fixup testcase to match
10655 current gcc debug output.
10656
10657Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
10658
10659 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
10660 force argument to an unsigned long type.
10661
10662Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
10663
10664 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
10665 tests and anonymous union print/ptype tests.
10666 * gdb.base/list.exp (test_forward-search): Increase timeout by
10667 5 minutes for the "search extremely long line" case.
10668 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
10669 completely optional and that the pass/fail messages use the command as
10670 the message if that third arg is a null string.
10671 (gdb_test_exact): Arrange that a null string pattern means match a
10672 null string output rather than any output, which might include random
10673 errors.
10674 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
10675 backtrace test.
10676 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
10677 always failing and failure is now exposed by gdb.exp changes.
10678
10679Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
10680
10681 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
10682 weren't being noted.
10683
10684Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10685
10686 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
10687 * gdb.stabs/weird.exp: Remove v_comb xfails.
10688
dc96c6c7 10689Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10690
10691 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
10692 list.exp scope.exp watchpoint.exp]
10693 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 10694
dc96c6c7 10695Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10696
10697 * config/monitor.exp: Increase download timeout to 1000 seconds.
10698
dc96c6c7 10699Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10700
10701 * config/m32r.exp: Increase timeout to 120 seconds.
10702
10703Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
10704
10705 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
10706 and accept older ordering as obsolescent gcc or gdb.
10707 * gdb.c++/templates.exp: Ditto.
10708 * gdb.c++/virtfunc.exp: Ditto.
10709
10710Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
10711
10712 * gdb.base/coremaker.c: Add code to mmap some data so we
10713 can check that it ends up in the core file.
10714 * gdb.base/corefile.exp: Add test to read mmapped data
10715 from core file.
10716
dc96c6c7 10717Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10718
10719 * config/m32r.exp: New file.
10720
10721Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
10722
10723 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
10724 that cflags can contains -gstabs, and work correctly for other tests.
10725
dc96c6c7 10726Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
10727
10728 * gdb.base/setshow.exp: New file, tests show and set.
10729 * gdb.base/setshow.c: New file, tests show and set.
10730 * gdb.base/help.exp: Add test for help set|show annotate.
10731 * gdb.base/default.exp: Add test for set|show annotate.
10732
10733Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
10734
10735 * testsuite/gdb.base/break.exp: Make backtrace from factorial
10736 errors unique.
10737 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
10738 explicitly.
10739
10740Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
10741
10742 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
10743 and width commands. This is done elsewhere.
10744 * (gdb_start): Don't call gdb_start_sim here. That's already
10745 done in gdb_load. This fixes lots of failures in default.exp.
10746
10747Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
10748
10749 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10750 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
10751 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
10752 in the same we we treat other failures (since it may be an expected
10753 condition), rather than as an error.
10754 * gdb.base/signals.exp (test_handle_all_print): Revert back to
10755 old test format.
10756
10757Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
10758
10759 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
10760 (distclean maintainer-clean realclean): No need to remove files
10761 twice. Nuke the duplicates.
10762 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 10763 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
10764 Remove config.h along with other config files.
10765
10766Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
10767
10768 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
10769 "p func1 ()" and note that rests of tests are skipped.
10770 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
10771 setup_xfails for "print func2::coremaker_local".
10772 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
10773 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
10774 affected by the previous run test.
10775 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
10776 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
10777 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
10778 "pass int powerset tuple" and "pass modeless int powerset tuple".
10779 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
10780 "real write 4" and "real write 8".
10781 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
10782 setup_xfails for "print vs1 after tuple assign 2",
10783 "print \$i after tuple assign 2", and
10784 "print vs2 after tuple assign 2".
10785 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
10786 meaningful error message and return -1 so the caller can
10787 suppress further tests and avoid a cascade of errors.
d63a86f8 10788
c906108c
SS
10789Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
10790
10791 * gdb.base/a1-selftest.exp: Tweak tests to account for new
10792 format for printing version.
10793 * gdb.base/default.exp: Ditto.
10794 * gdb.base/interrupt.exp: Fix problem with cascade of
10795 errors if child process dies while calling a function.
d63a86f8 10796
c906108c
SS
10797Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
10798
10799 * Makefile.in (VPATH): Add
10800 * Makefile.in (Makefile, config.status): Fix rules so things get
10801 remade when necessary.
10802
10803Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
10804
10805 * Makefile.in (just-check): Add path to sibling expect dir
10806 to environment variable specified by RPATH_ENVVAR.
10807
10808Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
10809
10810 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
10811 (just-check): Add shared library paths for libstdc++, tk,
10812 tcl, bfd, and opcodes to the environment variable specified
10813 in RPATH_ENVVAR.
10814 * configure.in: Add support to recognize --enable-shared flag
10815 and generate correct value for RPATH_ENVVAR.
10816 * configure: Regenerated with autoconf.
10817
10818Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
10819
10820 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
10821 include all osf versions.
10822 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
10823 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
10824 when target is linux. When failing to build pthreads test
10825 executable, give more meaningful message.
10826 * gdb.threads/pthreads.c: Hpux also uses old definition of second
10827 arg for pthread_create.
d63a86f8 10828
c906108c
SS
10829Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
10830
10831 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
10832 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
10833 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
10834 and -lpthreads (everybody else).
10835 (test_startup): Fail gracefully if threads are not supported.
10836 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
10837 "p/c array_index("abcdef",2)" when not gcc compiled.
10838 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
10839 "print func2::coremaker_local" when not gcc compiled.
10840 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
10841 "ptype on opaque struct tagname (statically)",
10842 "ptype on opaque struct tagname (dynamically) 1", and
10843 "ptype on opaque struct tagname (dynamically) 2"
10844 for not compiled with gcc.
10845 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
10846 backtrace when compiled with gcc.
d63a86f8 10847 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
10848 than always return success.
10849
10850Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
10851
10852 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
10853
10854Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
10855
10856 * gdb.base/structs.exp: Undo last change.
10857
10858Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
10859
10860 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
10861 encapsulate all the steps/nexts done during self test, starting
10862 at main, and makes them less sensitive to optimization issues.
10863 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
10864 signal handler" test.
10865 * gdb.threads/pthreads.exp: Only run this for native configs.
10866 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
10867 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
10868 tests.
10869 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
10870 for "runto test_calls(void)" test.
d63a86f8 10871
c906108c
SS
10872Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
10873
10874 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
10875 and don't expect address info in breakpoint confirmations.
10876
10877Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
10878
10879 * gdb.base/list.exp (test_forward_search): Increase timeout
10880 temporarily by 60 seconds for searching extremely long line,
10881 and then reset to old value when done. Increase expect input
10882 buffer to 10000.
10883
10884Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
10885
10886 * gdb.base/list.exp (test_forward_search): Fix to handle very
10887 long source line without overflowing expect's input buffer.
10888
10889Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
10890
10891 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
10892 "buffer_full".
10893
10894 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
10895 "buffer_full".
10896
10897 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
10898 "buffer_full".
10899
10900 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
10901 "buffer_full".
10902
10903Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
10904
10905 * configure.in (configdirs): Add gdb.threads.
10906 * configure: Regenerated with autoconf.
10907 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
10908 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
10909 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 10910
c906108c
SS
10911Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
10912
10913 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
10914
10915Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
10916
10917 * gdb.base/signals.exp (test_handle_all_print): Test separately for
10918 each signal's status in the output of "handle all print".
10919 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
10920 the \r\n sequence that immediately precedes the gdb prompt.
10921 * gdb.base/a1-selftest.exp: Save original timeout and restore
10922 after test.
10923
10924Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
10925
10926 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
10927 symbol.
10928
10929Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10930
10931 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
10932
10933Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
10934
10935 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
10936 timeout by 60 seconds.
10937
10938Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
10939
10940 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
10941 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
10942 error return.
10943
10944Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
10945
10946 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
10947 gdb initialization, also report how long dejagnu waited. Restore
10948 old timeout before doing error return. Temporarily increase timeout
10949 by 3 minutes to allow for slow startups over heavy NFS use.
10950
10951Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
10952
10953 * lib/gdb.exp: Report timeout value for verbosity level 2.
10954 * config/gdbserver.exp: Ditto.
10955 * config/hppro.exp: Ditto.
10956 * config/mips-gdb.exp: Ditto.
10957 * config/monitor.exp: Ditto.
10958 * config/netware.exp: Ditto.
10959 * config/sim-gdb.exp: Ditto.
10960 * config/slite-gdb.exp: Ditto.
10961 * config/udi-gdb.exp: Ditto.
10962 * config/unix-gdb.exp: Ditto.
10963 * config/vx-gdb.exp: Ditto.
10964 * gdb.base/a1-selftest.exp: Ditto.
10965 * gdb.base/a2-run.exp: Ditto.
10966 * gdb.base/break.exp: Ditto.
10967 * gdb.base/corefile.exp: Ditto.
10968 * gdb.base/list.exp: Ditto.
10969 * gdb.base/recurse.exp: Ditto.
10970 * gdb.base/scope.exp: Ditto.
10971 * gdb.base/signals.exp: Ditto.
10972
10973Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10974
10975 * gdb.threads/Makefile.in (docdir): Removed.
10976
10977Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10978
10979 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 10980 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 10981 @srcdir@.
d63a86f8 10982 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
10983 autoconf 2.5 or higher.
10984 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
10985
10986Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
10987
10988 * configure: Regenerated.
10989 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
10990 avoid name clashes with SunOS headers.
10991
10992Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
10993
10994 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
10995
10996Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
10997
10998 * gdb.base/callfuncs.exp: Finish last change -- make sure the
10999 prototype information ends up in the compiler info file.
11000
11001Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
11002
11003 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
11004 attempting to regenerate it. Eliminate use of a temporary file
11005 and just generate the info file directly. Source it immediately,
11006 for consistency of use.
11007 * gdb.base/corefile.exp: Ditto
11008 * gdb.base/exprs.exp: Ditto.
11009 * gdb.base/funcargs.exp: Ditto.
11010 * gdb.base/langs.exp: Ditto.
11011 * gdb.base/list.exp: Ditto.
11012 * gdb.base/mips_pro.exp: Ditto.
11013 * gdb.base/nodebug.exp: Ditto.
11014 * gdb.base/opaque.exp: Ditto.
11015 * gdb.base/ptype.exp: Ditto.
11016 * gdb.base/scope.exp: Ditto.
11017 * gdb.base/setvar.exp: Ditto.
11018 * gdb.base/signals.exp: Ditto.
11019 * gdb.base/whatis.exp: Ditto.
11020 * gdb.c++/templates.exp: Ditto.
11021 * gdb.c++/virtfunc.exp: Ditto.
11022 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
11023 whether or not to add -lstdc++ to the compile command line args.
11024
11025Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11026
11027 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
11028 it got fixed by the recent lookup_minimal_symbol_by_pc change.
11029 Increase timeout, a lot of single stepping might be needed if the
11030 target has no hardware watchpoints.
11031
11032Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
11033
11034 * gdb.base/break.exp: Ignore compiler warnings when compiling
11035 break.c.
11036 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
11037 * gdb.base/default.exp: Add h8300 xfails. Handle messages
11038 from remote-sim.
11039 * gdb.base/exprs.exp: Add h8300 xfails.
11040 * gdb.base/funcargs.exp: Likewise.
11041 * gdb.base/nodebug.exp: Likewise.
11042 * gdb.base/printcmds.exp: Likewise.
11043 * gdb.base/ptype.exp: Likewise.
11044 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
11045 h8300 xfails.
d63a86f8 11046 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
11047 on the h8300.
11048 * gdb.base/funcargs.c: Explicitly make last constant argument to
11049 call_after_alloca_subr an unsigned long type.
11050 * gdb.base/return.c: Include stdio.h.
11051
11052Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11053
11054 * config/abug.exp: New file for the older Motorola Bug monitor
11055 that runs on the mvme13x series VME boards.
11056 * config/monitor.exp: Use the new config array for target settings
11057 if they exist.
11058
11059Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
11060
11061 * sim-gdb.exp: Make the SH simulator allocate less space when
11062 it is targeted.
11063
11064Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
11065
11066 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
11067 test.
11068
11069Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
11070
11071 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
11072 "rs6000-*-*" for "list function in include file" when gcc compiled.
11073 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
11074 for "p ctable1[120]".
11075 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
11076 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
11077 Remove setup_xfail for "rs6000-*-*" for
11078 "print 'scope0.c'::filelocal before run".
11079 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
11080 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
11081 since some compilers don't allow both options to be given
11082 on the same command line. Create object file and move it.
d63a86f8 11083
c906108c
SS
11084Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
11085
11086 * gdb.base/corefile.exp: Always regenerate the core file, since
11087 we always regenerate the coremaker program. Detect special case
11088 where registers cannot be read from core file.
d63a86f8 11089
c906108c
SS
11090Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
11091
11092 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11093 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
11094 * gdb.c++/templates.exp: Only match on basename of file since
11095 some formats like xcoff don't encode directory information.
11096 * gdb.stabs/weird.exp: Use the right sed script for powerpc
11097 and rs6000 AIX xcoff targets.
11098 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
11099 * configure: Regenerate.
11100 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
11101 here, rather than in distclean.
d63a86f8 11102
c906108c
SS
11103Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
11104
11105 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
11106 defined, and use it to compile the test case with -O2. The
11107 native compilation still uses no optimization.
11108 * gdb.base/mips_pro.c: Remove inline assembly code since
11109 it is compiled PIC by default, which results in assembler
11110 warnings that make the testsuite think the compilation
11111 was unsuccessful.
11112
11113Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
11114
11115 * gdb.c++/misc.exp: Add note to message for
11116 "print s.a for foo struct" that this is a known gcc 2.7.2
11117 and earlier bug.
11118
11119Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
11120
11121 * gdb.base/break.exp: Fix pattern for matching "Delete all
11122 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
11123 setup_xfail for deleting all breakpoints test. Fix various
11124 timeout messages to include "(timeout)".
11125 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
11126 for "p t_float_values2(3.14159,float_val2)".
11127 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
11128 for "continue to call2g" when gcc compiled.
11129 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
11130 "up to foo in langs.exp", "show language at foo in langs.exp",
11131 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
11132 and "show language at fsub in langs.exp".
11133 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
11134 "list line 1 in include file", "list message for lines past EOF",
11135 "list function in include file", "list list0.h:foo", and
11136 "list filename:function; nonexistant function".
11137 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
11138 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
11139 and "ptype t_char_array" to be for native cc only.
d63a86f8 11140
c906108c
SS
11141Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
11142
d63a86f8 11143 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
11144 setup_xfail for "print coremaker_bss", "print coremaker_ro",
11145 "print func2::coremaker_local", and "backtrace in corefile.exp".
11146
11147Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
11148
11149 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
11150 "bt in signals.exp". This problem only appears when running
11151 the testsuite, and then only intermittently.
11152
11153Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11154
11155 * gdb.base/return.exp (return_tests): Differentiate between
11156 two tests of continuing.
11157
11158Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11159
11160 * */Makefile.in (maintainer-clean): Remove config.log.
11161 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
11162 * gdb.c++/Makefile.in (PROGS): Add inherit.
11163 (clean): Remove *.ci.
11164
11165Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
11166
11167 * gdb.c++/misc.cc: Add test code from Mike Stump.
11168 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
11169
11170Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
11171
11172 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
11173 to "alpha-*-osf2*" and add comment.
11174 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
11175 setup_xfail for "step over execarg initialization" and
11176 "step over corearg initialization".
11177 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
11178 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
11179 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
11180 gcc compiled for "print coremaker_bss", "print coremaker_ro",
11181 "print func2::coremaker_local", and "backtrace in corefile.exp".
11182 * gdb.base/signals.exp: Build and source signals.ci.
11183 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
11184 to be for gcc only.
11185 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 11186
c906108c
SS
11187Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11188
11189 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
11190 Feb 3 procfs.c change.
11191
11192Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
11193
11194 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
11195
11196Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
11197
11198 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
11199 from dejagnu's apparent default of 10 seconds, which gives random
11200 results when running the tests over NFS on moderately loaded systems.
11201 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
11202
11203Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
11204
11205 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
11206 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
11207 result reports.
11208
11209Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
11210
11211 * configure.in (CY_AC_PATH_TCLH): Remove.
11212 * configure: Regenerate.
11213
11214Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
11215
11216 * gdb.c++/Makefile.in (clean): Add missing '{'.
11217
11218Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
11219
11220 * lib/gdb.exp: Provide a default value for noinferior.
11221
11222 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
11223 Load libgloss.exp.
11224
11225Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
11226
11227 * gdb.disasm/hppa.exp: Compile directly into an executable, use
11228 the executable, not the .o to run the tests from.
11229
11230Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
11231
11232 * gdb.base/break.exp: Don't test for program exit or exit status
11233 if $noresults if nonzero.
11234 * gdb.base/langs.exp: Likewise.
11235 * gdb.base/watchpoint.exp: Likewise.
11236
11237 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
11238 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
11239 trying to compile the testcase.
11240
11241Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
11242
11243 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
11244 * gdb.base/signals.exp (continue to handler): Likewise.
11245
11246Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
11247
11248 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
11249
11250 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
11251
11252Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
11253
11254 * gdb.base/corefile.exp: Recognize "not found" as failure
11255 when trying to determine if a core file was generated.
11256 If no core file was generate the first time, try again without
11257 the ulimit -c to work around braindamaged shells.
11258
11259Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
11260
11261 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
11262 [] tests with "test" and enclose string in quotes.
11263 * gdb.stabs/configure: Rebuild
d63a86f8 11264
c906108c
SS
11265Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
11266
11267 Changes in sync with expect:
11268 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
11269 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
11270 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
11271 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
11272 argument to AC_REQUIRE.
11273 * configure: Regenerated.
11274
11275Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
11276
11277 * gdb.base/corefile.exp: When generating a core, discard any
11278 error messages about ulimit not found and the "core dumped"
11279 message from the shell that runs the coredumper.
11280
11281Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
11282
11283 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
11284
11285 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
11286 which sed script to run. Expect failure for v_comb test
11287 on PA targets too.
d63a86f8 11288
c906108c
SS
11289Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
11290
11291 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
11292 "print func2::coremaker_local" and for "backtrace in corefile.exp"
11293
11294Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
11295
11296 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
11297 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
11298 "sparc-sun-solaris*" xfails for "p v_comb".
11299 * lib/gdb.exp (default_gdb_start): Fix typo.
11300 * gdb.base/corefile.exp: Allow "Core was generated by ..."
11301 messages to not include the full program name that caused
11302 the core dump since some systems (such as solaris) apparently
11303 truncate this path to about 80 characters.
11304 When generating a core file first try increasing the core file
11305 size limit to unlimited since some systems may default it to
11306 zero, and it is harmless to try it. Move the test for failing
11307 to generate a core file to where it will actually get executed.
11308 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
11309 new gdb result from g++ debug info improvements and make old
11310 pattern obsolescent. Also account for size_t differences
11311 (may be int or long).
11312 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
11313 initialization before function call is placed in the delay slot
11314 and thus appears to be skipped over by commands such as "next".
11315
11316Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11317
11318 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
11319
11320Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
11321
11322 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
11323 input source file; fix code to compile test to deal with this
11324 convention.
11325 * gdb.c++/*.exp: Likewise.
11326
11327Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
11328
11329 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
11330 "bt in signals.exp".
11331
11332Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
11333
11334 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
11335 "step over execarg initialization" and
11336 "step over corearg initialization".
11337
11338Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
11339
11340 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
11341 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
11342
11343Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
11344
11345 From Rob Savoye (rob@poseidon.cygnus.com)
11346 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
11347 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
11348 configure.in}, gdb.disasm/{Makefile.in, configure.in},
11349 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
11350 configure.in}: Major reworking for autoconfig.
11351 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
11352 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
11353 New files.
11354 * config/unix-gdb.exp: Make GDB global.
11355 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
11356 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
11357 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
11358 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
11359 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
11360 term.exp, twice.exp, watchpoint.exp, whatis.exp},
11361 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
11362 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
11363 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
11364 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
11365 pr-8136.exp, result.exp, string.exp, tuples.exp},
11366 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
11367 to returns as necessary, arrange for test to compile own testcase
11368 executable.
11369 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 11370
c906108c
SS
11371Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
11372
11373 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
11374 clear_xfail at end of test which might not call either pass or fail.
11375 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
11376 "backtrace through signal handler".
11377
11378Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11379
11380 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
11381 continuing from a job control stop signal.
11382 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
11383
11384Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
11385
11386 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
11387 * gdb.base/corefile.exp: Likewise.
11388 * gdb.base/funcargs.exp: Likewise.
11389
11390Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
11391
11392 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
11393 * config/monitor.exp: Add support for setting baud rate.
11394
11395Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
11396
11397 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
11398 i*86-*-linux* xfails for "backtrace through signal handler".
11399 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
11400 "print func2::coremaker_local".
11401 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
11402 alpha-dec-osf2* xfail for
11403 "delete all breakpoints when none".
11404
11405Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
11406
11407 * gdb.base/break.exp: Change test that deletes all breakpoints
11408 when no user breakpoints are installed. A post 4.15 change
11409 causes gdb to no longer prompt in this case.
11410
11411Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
11412
11413 * gdb.base/return.exp (return_tests): Change xfail for test
11414 "correct value returned double test" to stop xfailing at
11415 Solaris 2.5. Apparently the bug has been fixed.
11416
11417Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
11418
11419 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
11420 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
11421
11422Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
11423
11424 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
11425 * gdb.disasm/hppa.s: Corresponding changes.
11426
11427Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
11428
11429 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
11430 makefile fragment.
11431 * config/mt-hpux: Deleted.
11432
11433Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
11434
d63a86f8 11435 * Many files: When warning about suppressed tests due to a
c906108c
SS
11436 nonexistant test binary, avoid incrementing the warning count.
11437
11438Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
11439
11440 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 11441
c906108c
SS
11442Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11443
11444 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
11445 "sparc-*-solaris2*".
11446
11447Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11448
11449 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
11450 Add global and local variables and initialize them.
11451 * gdb.base/corefile.exp: Test correct mapping of corefile sections
11452 by printing variables. Remove rs6000 and powerpc xfails, BFD now
11453 extracts the file name and terminating signal from the core file.
11454 * TODO: Remove note about tests for correct mapping of corefile.
11455 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
11456 from optimizing it away.
11457 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
11458 handles common blocks.
11459
11460Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
11461
11462 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
11463 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
11464
11465Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
11466
11467 * Makefile.in (maintainer-clean): New target, synonym for
11468 realclean.
11469 * gdb.base/Makefile.in (maintainer-clean): Likewise.
11470 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
11471 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
11472 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
11473 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
11474 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
11475
11476Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
11477
11478 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
11479 xfails when not gcc compiled for "print foo::funclocal".
11480 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
11481 "print foo::funclocal at foo",
11482 "print 'scope1.c'::foo::funclocal at foo",
11483 "print foo::funclocal_bss at foo",
11484 "print 'scope1.c'::foo::funclocal_bss at foo",
11485 "print foo::funclocal_ro at foo",
11486 "print 'scope1.c'::foo::funclocal_ro at foo",
11487 "print bar::funclocal at foo" and
11488 "print 'scope1.c'::bar::funclocal at foo".
11489 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
11490 gcc compiled for "print foo::funclocal at bar".
11491 Expand all messages to ensure that they identify that
11492 the test is at bar().
11493 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
11494 gcc compiled for:
11495 "ptype on opaque struct pointer (statically)",
11496 "ptype on opaque struct tagname (statically)",
11497 "ptype on opaque struct pointer (dynamically) 1",
11498 "ptype on opaque struct tagname (dynamically) 1",
11499 "ptype on opaque struct pointer (dynamically) 2" and
11500 "ptype on opaque struct tagname (dynamically) 2
11501 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
11502 gcc compiled for:
11503 "p datalocal"
11504 "whatis datalocal",
11505 "ptype datalocal",
11506 "p bsslocal",
11507 "whatis bsslocal", and
11508 "ptype bsslocal".
11509 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
11510 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
11511 when not gcc compiled.
11512 * gdb.base/funcargs.exp (float_and_integral_args): Add
11513 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
11514 compiled.
11515 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
11516 "backtrace from call6a" when not gcc compiled.
11517 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
11518 "backtrace from call7a" when not gcc compiled.
11519 * gdb.base/callfuncs.exp (do_function_calls):
11520 Add "hppa*-*-hpux*" xfail when not gcc compiled for
11521 "p t_char_array_values(char_array_val2,char_array_val1)",
11522 "p t_char_array_values(char_array_val1,char_array_val2)",
11523 "p t_char_array_values("carray 1","carray 2")",
11524 "p t_char_array_values("carray 1",char_array_val2)",
11525 "p t_char_array_values(char_array_val1,"carray 2")",
11526 "p sum_args(1,{2})",
11527 "p sum_args(2,{2,3})",
11528 "p sum_args(3,{2,3,4})",
11529 "p sum_args(4,{2,3,4,5})"
11530 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
11531 "backtrace in corefile.exp" when not gcc compiled.
11532
11533Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11534
11535 * gdb.base/signals.exp: Rewrite `handle all print' test as
11536 a procedure. Accept blanks or TABs as whitespace, increase
11537 timeout and expect input buffer size for the large output
11538 from the command. Remove "i*86-*-bsdi2.0" xfail.
11539
11540Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11541
11542 * gdb.base/setvar.exp: Add new testcases for truncation when
11543 assigning invalid values to bitfields.
11544
11545Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
11546
d63a86f8 11547 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
11548 mips-sgi-irix* xfail for
11549 "call inferior func with struct - returns char *"
11550 and fix test so that an optional (unsigned char *) cast is
11551 accepted in the result.
11552
11553Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
11554
11555 * gdb.base/funcargs.exp (float_and_integral_args): Remove
11556 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
11557 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
11558 * gdb.base/signals.exp: Remove duplicate "handle all print" test
11559 that accidentally got checked in.
11560
11561Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
11562
d63a86f8 11563 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
11564 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
11565 compiled test.
11566 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
11567 Add mips-sgi-irix5* xfail for not gcc compiled.
11568 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
11569 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
11570 "p top", "whatis top", "p middle", and "whatis middle".
11571 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
11572 "whatis signed char" for not gcc compiled.
11573 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
11574 "set variable signed char=-1 (-1)" and
11575 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
11576 * gdb.base/funcargs.exp (float_and_integral_args):
11577 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
11578 Add mips-sgi-irix* xfail when not gcc compiled for
11579 "continue to call2b".
11580 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
11581 "continue to call2g".
11582 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
11583 "backtrace from call6a"
11584 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
11585 "backtrace from call7k".
11586 Add mips-sgi-irix5* xfail when not gcc compiled for
11587 "backtrace from call7a".
11588 (localvars_after_alloca): Fix gdb_test cmds for
11589 "print * after runto ...".
11590 Remove rs6000-*-* xfails for
11591 "print i after runto localvars_after_alloca" and
11592 "print l after runto localvars_after_alloca"
11593 for all compilers.
11594 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
11595 when not compiled with gcc, for:
11596 "print signed char == (minus)",
11597 "print signed char != (minus)",
11598 "print signed char < (minus)",
11599 "print signed char > (minus)".
11600 * gdb.base/callfuncs.exp (do_function_calls):
11601 Add mips-sgi-irix* xfail, when compiled with native compiler, for
11602 "call inferior func with struct - returns char *".
d63a86f8 11603 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
11604 "correct value returned double test" to include Solaris 2.4.
11605 * gdb.base/funcargs.exp (float_and_integral_args):
11606 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 11607
c906108c
SS
11608Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11609
11610 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
11611 enumeration bitfields if compiling with GNU C.
11612 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
11613 to empty' prompt.
11614
11615Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
11616
11617 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
11618 test for PRO targets.
11619
11620 * gdb.base/funcargs.exp: Avoid ever setting more than 8
11621 breakpoints in the inferior at any given time by making
11622 two groups of breakpoints for call2*, call6* and call7*
11623 tests.
11624
11625Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11626
11627 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
11628 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
11629 from optimizing it away.
11630 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
11631 "call inferior func with struct".
11632
11633Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
11634
11635 * configure.in: Only configure gdb.chill for particular targets.
11636
11637Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
11638
11639 * gdb.base/Makefile.in: Add action to .c.o transformation
11640 rule that generates a .ci file for each .o file and remove
11641 explicit .c.o rules except for callfuncs.o.
11642 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
11643 generates a .ci file for each .o file and remove explicit
11644 .cc.o rules.
11645 (clean): Remove *.tmp *.ci files.
11646 (EXECUTABLES): Remove templ-info.exp.
11647 * gdb.base/compiler.c: New file.
11648 * gdb.c++/compiler.cc: New file
11649 * gdb.base/scope.exp: Source gdb.base/scope.ci.
11650 Change rs6000-*-* xfail for
11651 "print 'scope0.c'::filelocal_ro" and
11652 "print 'scope1.c'::filelocal" and
11653 "print 'scope1.c'::filelocal_bss" and
11654 "print 'scope1.c'::filelocal_ro" and
11655 "print 'scope1.c'::foo::funclocal" and
11656 "print 'scope1.c'::foo::funclocal_ro" and
11657 "print 'scope1.c'::bar::funclocal" and
11658 "print 'scope0.c'::filelocal_ro" and
11659 "print 'scope1.c'::filelocal at foo" and
11660 "print 'scope1.c'::filelocal_bss at foo" and
11661 "print 'scope1.c'::filelocal_ro at foo" and
11662 "print 'scope1.c'::foo::funclocal at foo" and
11663 "print 'scope1.c'::foo::funclocal_bss at foo" and
11664 "print 'scope1.c'::foo::funclocal_ro at foo" and
11665 "print 'scope1.c'::bar::funclocal at foo" and
11666 "print 'scope0.c'::filelocal_ro" and
11667 "print 'scope1.c'::filelocal" and
11668 "print 'scope1.c'::filelocal_bss" and
11669 "print 'scope1.c'::filelocal_ro" and
11670 "print 'scope1.c'::foo::funclocal" and
11671 "print 'scope1.c'::foo::funclocal_bss" and
11672 "print 'scope1.c'::foo::funclocal_ro" and
11673 "print 'scope1.c'::bar::funclocal" and
11674 "print 'scope1.c'::bar::funclocal_bss"
11675 to only be xfail'd when not compiled with gcc.
d63a86f8 11676 Add rs6000-*-* xfail for
c906108c
SS
11677 "print 'scope0.c'::filelocal_bss before run"
11678 when compiled with gcc.
11679 (test_at_main): Add rs6000-*-* xfail for
11680 "print filelocal_ro in test_at_main"
11681 when compiled with gcc.
11682 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 11683 Add rs6000-*-aix* xfail for
c906108c
SS
11684 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
11685 "ptype t_char_array", not compiled with gcc.
11686 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
11687 xfail for "list foo (in include file)" when gcc compiled.
11688 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
11689 (integral_args): Add rs6000-*-* xfail for
11690 "run to call0a" if not compiled with gcc.
11691 (unsigned_integral_args): Add rs6000-*-* xfail for
11692 "run to call1a" if not compiled with gcc.
11693 (float_and_integral_args): Add rs6000-*-* xfail for
11694 "run to call2a" if not compiled with gcc and for
11695 "continue to call2b" for any compiler.
11696 Add rs6000-*-* xfail to
11697 "print f1 after run to call2a" for gcc compiled.
11698 (discard_and_shuffle): Add rs6000-*-* xfail for
11699 "run to call6a".
11700 (shuffle_round_robin): Add rs6000-*-* xfail for
11701 "backtrace from call7a" if not compiled with gcc.
11702 Add rs6000-*-* xfail for
11703 "backtrace from call7b" if compiled with gcc.
11704 (call_after_alloca): Add rs6000-*-* xfail for
11705 "print c in call_after_alloca" and
11706 "print s in call_after_alloca" and
11707 "backtrace from call_after_alloca_subr"
11708 if not compiled with gcc.
11709 (localvars_in_indirect_call): Add rs6000-*-* xfail for
11710 "print c in localvars_in_indirect_call" and
11711 "print c in localvars_in_indirect_call" and
11712 "backtrace in indirectly called function" and
11713 "stepping into indirectly called function"
11714 if not compiled with gcc.
11715 (localvars_after_alloca): Add rs6000-*-* xfail for
11716 "print c after runto localvars_after_alloca" and
11717 "print s after runto localvars_after_alloca" and
11718 "print i after runto localvars_after_alloca" and
11719 "print l after runto localvars_after_alloca"
11720 for all compilers.
11721 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
11722 than whatis-info.exp.
11723 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
11724 than opaque-info.exp.
11725 Setup rs6000-*-* xfail for
d63a86f8 11726 "ptype on opaque struct pointer (statically)" and
c906108c
SS
11727 "ptype on opaque struct pointer (dynamically)" when
11728 not compiled with gcc.
11729 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
11730 rather than callf-info.exp.
11731 (do_function_calls): Add clear_xfail for rs6000-*-* for
11732 "p t_float_values2(3.14159,float_val2)". Seems to work
11733 fine there, both with xlc and gcc. Need to find out what
11734 it is doing right and fix other platforms.
11735 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
11736 "call inferior func with struct - returns int",
11737 "call inferior func with struct - returns long",
11738 "call inferior func with struct - returns float",
11739 "call inferior func with struct - returns double",
11740 "call inferior func with struct - returns char *",
11741 but only if not gcc compiled (presumes xlc compiled).
11742 Change rs6000-*-* xfails for
11743 "call inferior func with struct - returns char" and
11744 " call inferior func with struct - returns short" to only
11745 xfail if not using gcc.
11746 (clean mostlyclean): Remove *.ci and *.tmp files.
11747 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
11748 than templ-info.exp.
11749 * gdb.base/langs.exp: Source gdb.base/langs.ci.
11750 Add rs6000-*-* xfail for "up to foo in langs.exp"
11751 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
11752 when not gcc compiled.
d63a86f8 11753
c906108c
SS
11754Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11755
11756 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
11757 * gdb.base/corefile.exp: Likewise.
11758 * gdb.base/list.exp: Likewise.
11759 * gdb.base/scope.exp: Likewise.
11760 * gdb.base/siganls.exp: Likewise.
11761
11762 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
11763 compiler output.
11764 * gdb.base/whatis.exp: Likewise.
11765
11766Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
11767
11768 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
11769 failure (opcode table has been fixed to match reality).
11770
11771Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
11772
11773 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
11774 "call inferior func with struct - returns char",
11775 "call inferior func with struct - returns short"
11776
11777 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
11778 "print 'scope0.c'::filelocal at main",
11779 "print 'scope0.c'::filelocal_bss in test_at_main",
11780 "print 'scope0.c'::filelocal at foo",
11781 "print 'scope0.c'::filelocal_bss in test_at_foo",
11782 "print 'scope0.c'::filelocal at bar",
11783 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 11784
c906108c
SS
11785 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
11786 in source file 1". This bug seems to have been fixed with both
11787 gcc and native cc (was native assembler bug?).
11788
11789Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
11790
11791 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
11792 "backtrace through signal handler" to "i*86-*-sysv4*".
11793 * gdb.base/signals.exp: Add xfail for "'next' behaved as
11794 continue" case. Add "known SVR4 bug" to fail message.
11795 Add "i*86-*-bsdi2.0" xfail for "handle all print".
11796 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
11797 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
11798 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
11799 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
11800 "up to foo in langs.exp", "show language at foo in
11801 langs.exp", "up to cppsub_ in langs.exp", "show
11802 language at cppsub_ in langs.exp", "up to fsub in
11803 langs.exp", and "show language at fsub in langs.exp".
11804 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
11805 "bactrace in corefile.exp".
11806 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
11807 "call inferior function with struct - returns float" and
11808 "call inferior function with struct - returns double".
d63a86f8 11809
c906108c
SS
11810Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
11811
11812 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
11813 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
11814 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
11815 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
11816
11817Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
11818
11819 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
11820 (or overriden) "CHILL" macro rather then bare "gcc".
11821 Also look for ../../gcc/xgcc since that is what we will
11822 actually need, not "Makefile". Remove following assignment
11823 of CHILL to CHILL_FOR_TARGET because that results in
11824 recursive definition.
11825
11826Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
11827
11828 * gdb.base/corefile.exp: Change xfail for backtrace in
11829 corefile.exp from linuxaout to all linux.
11830 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
11831 cases where we miss the breakpoint at the signal handler
11832 for some reason. Setup xfail for linuxoldld/linuxaout and
11833 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
11834 hitting SIGURG breakpoint.
11835 * gdb.base/signals.exp: Setup xfail for "next" acting like
11836 continue to add linuxoldld. Setup xfail for all linux for
11837 "next to handler in signals_tests_1", "backtrace in
11838 signals_tests_1", "continue to func1", "pass SIGUSR1",
11839 and continue to handler".
11840
11841Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11842
11843 * Update all FSF addresses except those in COPYING* files.
11844
11845Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
11846
11847 * gdb.base/a2-run.exp: Change messages to be more explicit about
11848 the status of args, and quote binfile in results.
11849
11850Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
11851
11852 * gdb.base/callfuncs.exp: Add tests for passing structs to
11853 inferior functions and return various types.
11854 * gdb.base/callfuncs.c: Add functions to receive a struct
11855 and return a member of the struct, in various types.
11856
11857Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11858
11859 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
11860
11861Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11862
11863 * config/vxworks29k.exp: New file, sources vxworks.exp.
11864
11865Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11866
11867 * config/gdbremote.exp: New file. Testing framework using
11868 gdbserver.
11869
11870Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
11871
11872 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
11873 "call function when asleep" and "send end of file".
11874 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
11875 for "backtrace in corefile.exp".
11876 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
11877 for "backtrace through signal handler".
11878 * gdb.base/corefile.exp: Make sure we actually generate a core file
11879 before trying the core tests. Some systems allow the user to suppress
11880 generation of core files and default to that (linux for example).
11881 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
11882 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
11883
11884Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11885
11886 * gdb.threads: New directory with some crude multi-threaded
11887 gdb tests (step.exp and step2.exp).
11888 * config/mt-lynx (STEP_EXECUTABLE): Define.
11889 (THREADFLAGS): Define.
11890
11891Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
11892
11893 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
11894
11895 * gdb.base/signals.exp: Disable whole file for lynx until
11896 further notice.
11897
11898 * gdb.base/signals.exp: xfail test where "next" acts like
11899 "continue" for lynx.
11900
11901 * gdb.base/interrupt.exp: xfail test for calling function while
11902 inferior is asleep for lynx.
11903
11904 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
11905 than one cr-lf after each command.
11906
11907Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11908
11909 * configure.in: Reinstate setting of stabsdirs variable, fix
11910 typo in setting up configdirs for native builds.
11911
11912 * gdb.base/return.exp: Fix typo in return double test.
11913 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
11914 compiler from optimizing them away.
11915
11916Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
11917
11918 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
11919 sequences to be echo'd by gdb when using gdb_test.
11920 * gdb.chill/chexp.exp: Likewise.
11921 * gdb.fortran/exprs.exp: Likewise
11922
11923Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11924
11925 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
11926 after the inferior gdb has started.
11927
11928 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
11929 after each command.
11930 * gdb.base/funcargs.exp: Likewise.
11931 * gdb.base/gdbvars.exp: Likewise.
11932 * gdb.base/interrupt.exp: Likewise.
11933 * gdb.base/list.exp: Likewise.
11934 * gdb.base/watchpoint.exp: Likewise.
11935 * gdb.c++/demangle.exp: Likewise.
11936 * gdb.c++/inherit.exp: Likewise.
11937 * gdb.chill/chexp.exp: Likewise.
11938 * gdb.fortran/exprs.exp: Likewise.
11939
11940 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
11941 test if we can't handle IO to/from the inferior.
11942
11943 * gdb.c++/misc.exp: Always check for a program already being
11944 started after sending a "run" command to gdb.
11945
11946 * gdb.base/twice.exp: Start with a fresh gdb.
11947
11948 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
11949 only depend on gdb's expression code, not the chill runtime.
11950
11951 * gdb.base/return.c: Put return values into variables so we
11952 can have gdb print them rather than depending on the program
11953 to print them.
11954 * gdb.base/return.exp: Corresponding changes.
11955
11956 * lib/gdb.exp: Provide default value for noinferiorio.
11957 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
11958 the inferior.
11959
11960 * gdb.base/break.exp: Always check for a program already being
11961 started after sending a "run" command to gdb.
11962 (text_next_with_recursion): Don't check the output from the
11963 program's printf statement. Instead just make sure the program
11964 exited.
11965
11966 * gdb.base/commands.exp: Protect tests which need arguments with
11967 $noargs conditionals.
11968
11969Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11970
11971 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
11972 of structure member arrays to match gdb/valops.c:value_addr change.
11973
11974Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
11975
11976 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
11977 cases.
11978
11979Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
11980
11981 * configure.in (configdirs): Remove gdb.chill from default list
11982 of subdirs and then add it back in only if doing a native build.
11983 The current chill compiler does not yet work in any cross build.
11984 * Revert all signal changes from Jul 6.
11985 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
11986 for sh-hms targets, allowing these tests to link, with no other
11987 changes. Testing is suppressed by setting "nosignals" in site.exp.
11988
11989Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
11990
11991 * configure.in (signaldirs): Define and add to configdirs for all
11992 targets except some specific ones that are known to not support signals.
11993 Also clean up formatting.
11994 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
11995 (signals, sigall): Remove rules to build.
11996 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
11997 Moved to new gdb.signals directory.
11998 * gdb.signals: New test directory.
11999 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
12000 signals.c signals.exp}: New or moved files.
12001
12002Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
12003
12004 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
12005
12006Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
12007
12008 * gdb.base/return.exp: Xfail `return double' test failure
12009 on at least Solaris 2.3 and handle future/past versions on
12010 a case by case basis as appropriate. Also update message
12011 to include i*86 failures.
12012
12013Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12014
12015 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
12016
12017 * lib/gdb.exp: Fix comment which erroneously identified
12018 gdb_file_cmd as gdb_load (the 19 May change was in fact to
12019 gdb_file_cmd not gdb_load).
12020 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
12021
12022 * gdb.base/setvar.exp: Make test names consistent between pass and
12023 fail cases. Use gdb_test more.
12024
12025Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12026
12027 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
12028
12029Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12030
12031 * gdb.base/help.exp: Fix expected help string for `show commands'.
12032
12033Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
12034
12035 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
12036
12037 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
12038 of a text section.
12039
12040Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
12041
12042 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
12043 that loop eventually terminates. Fix Connection refused logic so
12044 that testsuite will expire nicely.
12045
12046Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
12047
12048 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
12049 config/rom68k.exp: New tcl glue for the appropriate monitors.
12050 These all just end up calling monitor.exp.
12051 * config/monitor.exp (gdb_target_monitor): Handle `Connection
12052 refused' by retrying. Cleanup some timeout issues.
12053 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
12054 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
12055 callers don't have to set/restore global timeout variable.
12056
12057 * The following set of changes centralizes management of the global
12058 timeout variable. This way, it can be set in one target dependent
12059 place instead of dozens of places scattered throughout the test suite.
12060 If you need to lengthen a timeout, then you should either set timeout
12061 in one of the config/{target}.exp files, or multiply it by a factor.
12062 Setting it to an absolute value is always going to lose for some
12063 targets.
12064 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
12065 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
12066 * gdb.base/funcargs.exp: Don't set timeout.
12067 * gdb.base/list.exp (test_forward_search): Only use local timeout.
12068 * gdb.base/printcmds.exp (test_print_string_constants
12069 test_print_array_constants): Don't set timeout.
12070 * gdb.base/ptype.exp: Don't set timeout.
12071 * gdb.base/recurse.exp: Don't set timeout.
12072 * gdb.base/return.exp: Don't set timeout.
12073 * gdb.base/watchpoint.exp: Don't set timeout.
12074 * gdb.c++/classes.exp (do_tests): Don't set timeout.
12075 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
12076
12077Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
12078
12079 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
12080
12081Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12082
12083 * lib/gdb.exp: Disable chill tests for irix5.
12084
12085Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12086
12087 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
12088 each test pass or fail.
12089
12090Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12091
12092 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
12093 xlc not gcc.
12094
12095Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
12096
12097 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
12098
12099Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
12100
12101 * config/est.exp: Fix copyright and comments. Remove dead code.
12102 Use targetname, serialport and baud variables instead of fixed
12103 constants.
12104 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
12105 * config/cpu32bug.exp: New file to support cpu32bug monitors.
12106
12107Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12108
12109 * gdb.base/watchpoint.exp: Don't run
12110 test_watchpoint_triggered_in_syscall for sunos.
12111
12112Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12113
12114 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
12115 they don't seem to exist. Do include stdio.h.
12116
12117Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12118
12119 * gdb.base/a1-selftest.exp: Add alpha xfail.
12120
12121Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12122
12123 * gdb.base/watchpoint.c (main): Prompt before calling read().
12124 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
12125 Revise accordingly. Remove cruft about sending "123" several
12126 times, until it gets noticed. Clean up the "print buf[0]" stuff
12127 so that it passes or fails, and waits for prompts in the usual way.
12128
12129Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12130
12131 * gdb.base/recurse.exp: Fix comment.
12132
12133 * TODO: Remove item about printing variables in nodebug.exp. Add
12134 item about enabling tests which are only run on some targets.
12135
12136 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
12137 fail, make test names unique, use new gdb_test convention
12138 regarding pattern, use gdb_test more, etc.).
12139
12140 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
12141 fail, make test names unique, etc.).
12142
12143Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12144
12145 * gdb.base/nodebug.c: Change return type of top and middle to
12146 short.
12147 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
12148 are fixed by the recent mdebugread.c changes. Allow `short ()'
12149 as type for top and middle.
12150
12151Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12152
12153 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
12154 nearly as I can tell, the whole thing was an accident in Stu's
12155 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
12156 to replace a send/expect pair with gdb_test, but ended up only
12157 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
12158 of 30 Mar 1995 took care of it, but left this vestigial comment
12159 which I am now nuking.
12160
12161Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12162
12163 * gdb.base/break.exp: Look for different line number for
12164 breakpoint at main depending on usestubs.
12165
12166Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12167
12168 * gdb.base/list.exp: Adjust some alternate expect patterns to
12169 match recent list0.c change. Add alternate expect pattern for
12170 output from `list default lines around main' for optimizing
12171 compilers.
12172
12173Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12174
12175 * lib/gdb.exp: If nosignals is not set, set it to 0.
12176
12177Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
12178
12179 * config/slite-gdb.exp: Responds to load symbol table prompt.
12180 * gdb.base/break.exp: Adjust line number, fix rerun.
12181 * gdb.base/langs0.c: Add #ifdef usestubs.
12182
12183Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
12184
12185 * gdb.base/list.exp: Adjust line contents after adding new lines in
12186 list0.c. Also fix a syntax error.
12187
12188 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
12189 * gdb.base/break.exp: ditto.
12190 * gdb.base/list.exp: ditto.
12191 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
12192 * gdb.base/run.c: ditto.
12193 * gdb.base/list0.c: ditto.
12194 * gdb.base/funcargs.c: ditto.
12195
12196Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
12197
12198 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
12199 $targetname, $serialport and $baud instead of hardwired variables.
12200 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
12201 target doesn't support signals.
12202
12203Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
12204
12205 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
12206
12207Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12208
12209 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
12210 Don't rely on the value of an auto variable before it has been
12211 initialized. Use gdb_test more.
12212
12213Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12214
12215 * lib/gdb.exp (default_gdb_version): A version number must start
12216 with a digit, but other than that contains all characters up to
12217 the first whitespace character.
12218
12219Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12220
12221 * gdb.base/commands.exp (breakpoint_command_test): New tests.
12222
12223Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12224
12225 * gdb.c++/*.exp: Warn if executable does not exist. The original
12226 reason for skipping the warning was that configure.in sometimes
12227 intentionally skipped building the executables but the tcl code
12228 had no way of knowing. That (a) was always bogus with respect to
12229 error handling, (b) is no longer true (right now there is no way
12230 to skip C++ tests).
12231
12232 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
12233
12234Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12235
12236 * gdb.base/list.exp: Add expect patterns for output from
12237 SunPRO compiled executables.
12238 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
12239 types.
12240
12241Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12242
12243 * gdb.base/break.exp (test_next_with_recursion): Accept any line
12244 number (we are already testing that the correct source line text
12245 gets printed).
12246
12247 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
12248 that is what is intended, but something needed to be done to get
12249 sunos4 native working again.
12250
12251 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
12252
12253 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
12254 apparently went with a (very) old xfail.
12255
12256Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
12257
12258 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
12259 runto_main is a proc in gdb.exp that will do 'step' for target use
12260 stubs.
12261 * gdb.base/exprs.exp: ditto.
12262 * gdb.base/interrupt.exp: ditto.
12263 * gdb.base/opaque.exp: ditto.
12264 * gdb.base/printcmds.exp: ditto.
12265 * gdb.base/ptype.exp: ditto.
12266 * gdb.base/scope.exp: ditto.
12267 * gdb.base/setvar.exp: ditto.
12268 * gdb.base/signals.exp: ditto.
12269 * gdb.base/twice.exp: ditto.
12270 * gdb.c++/classes.exp: ditto.
12271 * gdb.c++/inherit.exp: ditto.
12272 * gdb.c++/templates.exp: ditto.
12273 * gdb.base/break.exp: no run and hit main for stubs. Change line
12274 numbers for breakpoints and info breakpoint.
12275 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
12276 breakpoint().
12277 * gdb.base/callfuncs.c: ditto.
12278 * gdb.base/exprs: ditto.
12279 * gdb.base/interrupt.c: ditto.
12280 * gdb.base/opaque0.c: ditto.
12281 * gdb.base/printcmds.c: ditto.
12282 * gdb.base/ptype.c: ditto.
12283 * gdb.base/scope0.c: ditto.
12284 * gdb.base/setvar.c: ditto.
12285 * gdb.base/signals.c: ditto.
12286 * gdb.base/twice.c: ditto.
12287 * gdb.c++/misc.cc: ditto.
12288 * gdb.c++/templates.cc: ditto.
12289
12290Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12291
12292 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
12293
12294 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
12295 somewhere between `read' and `main.c'. I'm pretty sure the
12296 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
12297 and it isn't particularly useful.
12298
12299 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
12300
12301Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12302
12303 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
12304
12305Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
12306
12307 * config/mt-slite: add LIBS and -nostdlib.
12308 * config/slite-gdb.exp: add this new file to support sparclite target.
12309
12310Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
12311
12312 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
12313
12314 * gdb.base/a2-run.exp: Change argument to istarget from
12315 "*-*-vxworks" to "*-*-vxworks*".
12316 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
12317
12318Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
12319
12320 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
12321 will not runto main but do a 'step' to step out of breakpoint().
12322 * config/mt-slite: add -Dusestubs.
12323
12324Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12325
12326 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
12327 instead of just @.
12328
12329 * gdb.base/signals.exp: Add test for "handle all print".
12330 * TODO: Remove "handle all print". Also remove item about
12331 checking copyright date (I don't like the idea of a spurious FAIL
12332 based on when we run the tests).
12333
12334 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
12335 for SunOS4 (reason for failure not investigated). Remove
12336 redundant test for $binfile.
12337
12338 * gdb.base/nodebug.c (array_index): Call malloc.
12339
12340 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
12341
12342Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
12343
12344 * gdb.base/recurse.exp: Update gdb_test invocation to use new
12345 conventions and slightly simplify the matching regexp.
12346
12347Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12348
12349 * gdb.base/break.exp: Update gdb_test invocation to use new
12350 convention.
12351
12352 * lib/gdb.exp: If noargs is not set, set it to 0.
12353
12354 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
12355 tests unique.
12356
12357 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
12358
12359Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12360
12361 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
12362 one argument of type "<non-float parameter>".
12363
12364Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
12365
12366 * config/rom68k.exp: New file to support Motorola IDP board.
12367 * gdb.base/a2-run.exp: Skip this file if noargs is set.
12368 * gdb.base/break.c: Change things around so that this program
12369 doesn't depend upon args. This is necessary to make remote
12370 targets work (in general, they can't take args).
12371 * gdb.base/break.exp: Don't try to send args to program. Don't
12372 expect output. Also, replace lots of code with gdb_test.
12373
12374Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12375
12376 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
12377 printing of '\'' (which is what the comment says we are testing,
12378 even though we were not), not '''.
12379 (test_integer_literals_rejected): Test that printing ''' is an error.
12380
12381 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12382 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
12383 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
12384 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
12385 Use gdb_test not test_print_accept.
12386 * lib/gdb.exp: Remove test_print_accept.
12387
12388 * gdb.base/signals.exp (signal_tests_1): Make pass message
12389 consistent with fail message.
12390
12391 * gdb.base/whatis.exp: Remove xfails for printing char vs.
12392 unsigned char; the bug (PR 1821) is fixed.
12393
12394 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
12395
12396 * gdb.base/scope.exp (test_at_localscopes): Call pass for
12397 successful tests--makes xfailing them work right.
12398
12399Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12400
12401 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
12402 only \r\n, not .*. The test can pass .* as the last thing in
12403 $pattern if that is what it wants. In addition to providing this
12404 flexibility, this change should speed up pattern matching in cases
12405 where the pattern already ended with .* (there were a number of
12406 them). This change also helps catch bad patterns--in the old
12407 scheme the typo "char \*" instead of "char \\*" would pass. Now
12408 it is caught.
12409 * Many .exp files: Update callers.
12410
12411 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
12412 clearer and does not spuriously match multiple ('s. Likewise for
12413 ) and *.
12414
12415 * gdb.base/nodebug.exp: Test ability to call a function and pass
12416 it a string (even with no debugging info).
12417
12418 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
12419 "p '\'", which is the same as "p ''" once tcl gets done with
12420 quoting, to "p '\\'", which I suspect is what is intended (one
12421 backslash gets sent to GDB).
12422
12423 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
12424
12425Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12426
12427 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
12428 1817) was fixed literally years ago.
12429
12430Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12431
12432 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
12433 test, it causes stepping out of call_after_alloca_subr with
12434 optimizing compilers.
12435 (localvars_in_indirect_call): Consume GDB prompt if `finish'
12436 fails.
12437
12438 * gdb.c++/templates.exp: Source templ-info.exp only if
12439 the templates executable exists.
12440
12441 * gdb.c++/misc.cc (class Contains_static_instance,
12442 class Contains_nested_static_instance),
12443 gdb.c++/classes.exp (test_static_members): Test printing of
12444 a class that contains a static instance of the class.
12445
12446Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12447
12448 * gdb.base/langs2.c (cppsub_): Don't prototype.
12449 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
12450 only, I believe).
12451
12452Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12453
12454 * lib/gdb.exp (skip_chill_tests): New procedure.
12455
12456 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
12457
12458Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
12459
12460 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
12461 each expect pattern. Cuts runtime from 12 to about 4 seconds.
12462
12463Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12464
12465 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
12466
12467 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
12468 disassemble 8, not 16, instructions for part 4.
12469
12470 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
12471 support the latter anymore.
12472
12473 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
12474 -DNO_PROTOTYPES.
12475 * gdb.base/callfuncs.c: Control use of prototypes based on
12476 NO_PROTOTYPES, not __STDC__.
12477 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
12478 t_float_values2 tests if prototypes in use.
12479
12480 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
12481 t_double_values): When checking differences against DELTA, check
12482 that difference is within the range (-DELTA,DELTA), not just
12483 (-infinity,DELTA).
12484
12485Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
12486
12487 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
12488 'file' command firts, then 'target', then 'load', this is due to gdb
12489 target set up.
12490 * config/mips-gdb.exp: Fix a couple regular exp bugs.
12491
12492Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
12493
12494 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
12495 FP load/store variants.
12496 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
12497
12498Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
12499
12500 * gdb.base/term.exp: Do not give a warning if not native, it is
12501 not an abnormal condition.
12502
12503Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
12504
12505 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
12506 t_char_array".
12507
12508Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
12509
12510 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
12511 are getting the version number.
12512
12513 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
12514 if not native, it is not an abnormal condition.
12515
12516Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12517
12518 * lib/gdb.exp: Just use "file exists", rather than undocumented
12519 dejagnu procedure "findfile".
12520
12521Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12522
12523 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
12524 (LDFLAGS): Set to -Xlinker -Ur.
12525
12526 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
12527 Removed, these values are set by lib/gdb.exp.
12528
12529 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
12530
12531Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12532
12533 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
12534 of replicating gdb startup code.
12535
12536 * config/mt-vxworks (LDFLAGS): Set to -r.
12537 (CFLAGS_FOR_TARGET): Removed.
12538
12539 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
12540 (gdb) and gdb for vxworks uses (vxgdb).
12541
12542 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
12543 executable is not in the tree and host != target, use sed and
12544 program_transform_name to determine the gdb name used by the
12545 target.
12546
12547 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
12548 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
12549
12550Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12551
12552 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
12553 floats, chars, and shorts where there are ANSI-style function
12554 definitions.
12555
12556 * gdb.base/langs.exp, gdb.base/langs*: New test.
12557 * gdb.base/Makefile.in: Build it.
12558 * TODO: Remove item about checking that C names don't get C++
12559 demangling applied; this test tests it.
12560
12561Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12562
12563 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
12564 went with the const70 xfail. The xfail went away a year ago.
12565
12566 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
12567
12568 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
12569 for hp300.
12570
12571 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
12572
12573 * gdb.base/a1-selftest.exp: Don't run on hp300.
12574
12575Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12576
12577 * Makefile.in (site.exp): Set host_alias and target_alias as well
12578 as host_triplet and target_triplet.
12579
12580Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12581
12582 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
12583
12584 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
12585 places as other ecoff systems).
12586
12587 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
12588 ultrix.
12589
12590Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12591
12592 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
12593 remove them.
12594 * gdb.base/nodebug.exp: Accept "function" in addition to "text
12595 variable and "variable" in addition to "data variable".
12596 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
12597
12598 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
12599 2.
12600 * gdb.base/list1.c (long_line): Add additional statement at start
12601 of function.
12602 * gdb.base/list.exp (test_forward_search): Update line number to
12603 reflect new statement.
12604
12605Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12606
12607 * gdb.base/signals.exp: Reinitialize searched source directories
12608 after gdb_start call.
12609
12610Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
12611
12612 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
12613 * gdb.stabs/Makefile.in: Likewise.
12614
12615 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
12616 change. Instead split the tests into smaller pieces.
12617 * gdb.disasm/hppa.s: Corresponding changes.
12618
12619Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12620
12621 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
12622 Quote ^C when passing it to stty. For some shells ^ is a pipe.
12623
12624 * gdb.base/funcargs.exp: Modify many tests so that every test
12625 either passes or fails. Make some test names unique.
12626
12627Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12628
12629 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
12630 Call stty to set interrupt character.
12631
12632 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
12633 for HP assembler versus GNU assembler based on actual behavior of
12634 $(CC), rather than assuming that $(AS) is always the GNU assembler.
12635
12636 * TODO: Suggest a few more stepping tests.
12637
12638Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
12639
12640 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
12641 restart GDB for h8300 after a continue.
12642 (return): Add pattern to match a29k-udi behavior.
12643 * gdb.base/nodebug.exp: Remove obsolete comment.
12644 * gdb.base/regs.exp: New file, testing of register displays.
12645 * gdb.base/return.exp: Fix typo in reference to $objdir.
12646 * gdb.base/whatis.exp: Always start with a fresh GDB.
12647
12648Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12649
12650 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
12651 higher, these tests generate a lot of output.
12652
12653Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12654
12655 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
12656 code following the catch silently ignored some errors; without the
12657 catch they should be thrown like any other tcl error. Also, the
12658 catch used "" instead of {} which meant all the callers who wanted
12659 to include one of the characters "[]$ had to quote it an extra time.
12660 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
12661 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
12662 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
12663 Remove extra quoting.
12664
12665Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
12666
12667 * gdb.base/commands.exp: Make test names unique; every test either
12668 passes or fails. Update some comments.
12669
12670 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
12671
12672Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12673
12674 The following fixes a FAIL caused by the fact that the alpha stabs
12675 configuration didn't use the ".if alpha" code in weird.def.
12676 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
12677 bit pointer, so the 32 bit version works even on the alpha.
12678 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
12679 Remove the stuff which allowed us to have separate versions for
12680 alpha and everything else.
12681
12682 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
12683 regexp which "info func operator\[\](" is supposed to match. Fix
12684 string to send to GDB. Note that GDB still doesn't work right. Add a
12685 new test for "info func .perator\[\](" which GDB does handle correctly.
12686
12687 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
12688
12689Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12690
12691 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
12692 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
12693 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
12694 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
12695 it makes the tests harder to understand and confuses test-o-matic.
12696 The preferred style is that each test provides a PASS or a FAIL,
12697 and has a unique message (e.g. "continue #54" not just "continue")
12698 which is the same for the pass and the fail.
12699 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12700 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
12701 to lib/gdb.exp.
12702 * gdb.base/printcmds.exp: Use test_print_accept. Remove
12703 prt_accept which was basically the same thing. Likewise for
12704 test_print_reject and prt_reject.
12705 * lib/gdb.exp (test_print_reject): Add some more error message
12706 patterns to match from the former printcmds.exp (prt_reject).
12707 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
12708 One defect of the passcount stuff is that some of it failed to
12709 report XPASS where appropriate.
12710 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
12711 stuff before and after arg in expected pattern.
12712 (test_paddr_operator_functions): Re-do test without print_addr_of;
12713 this is the only test which seems to want extra stuff there.
12714
12715Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12716
12717 * gdb.base/nodebug.exp: Update new tests to reflect improved
12718 wording of gdb output.
12719
12720 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
12721 and "ptype" work on variables in files compiled without -g.
12722 Replaces commented out "maint print msymbol" tests.
12723
12724Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12725
12726 * gdb.base/setvar.c (dummy): Call malloc.
12727
12728 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
12729 losing with the irix4 sed.
12730
12731 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
12732 ALRM" on irix4.
12733
12734Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12735
12736 * TODO: Remove items about corefile.exp testing new exec-file and
12737 backtrace; both are now done. Add items about printing enums.
12738
12739Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12740
12741 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
12742 "get signal $thissig" test fails.
12743
12744 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
12745
12746Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12747
12748 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
12749 compiler warning with dec alpha compiler.
12750
12751 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
12752 extra \n from gdb_test call (this explains why the prompt test
12753 that I removed yesterday was there).
12754 (user_defined_command_test): Remove extra \n and prompt test.
12755
12756 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
12757 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
12758 doesn't exist.
12759 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
12760 Also remove alpha workaround, which turns out to be because
12761 SIGABRT == SIGLOST.
12762
12763 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
12764
12765 * gdb.base/help.exp: Don't test "help show".
12766
12767Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12768
12769 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
12770 "set print address" is on.
12771 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
12772 pass prompt to gdb_test; gdb_test already looks for the prompt.
12773
12774 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
12775
12776 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
12777 was a vestige of the manual TESTSTRATEGY, and the purpose of it
12778 was to make sure that gdb can read a core file. But (a) the "read
12779 the corefile" part didn't make it to a1-selftest.exp, we just
12780 delete the corefile after creating it, and (b) we test reading
12781 corefiles in corefile.exp anyway. Also, this test left around a
12782 xgdb process on Solaris.
12783
12784 * gdb.base/corefile.exp: Also test backtrace.
12785
12786Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
12787
12788 * gdb.base/commands.exp: Test a simple user defined command with
12789 arguments and if/while statements; verify the full user command is
12790 printed by "show user".
12791
12792 * gdb.base/commands.exp: Test if/while commands as part of a
12793 breakpoint command list; verify they appear in breakpoint
12794 information.
12795
12796Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12797
12798 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
12799 than by dividing by zero.
12800
12801Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
12802
12803 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
12804 performing an inferior call with watchpoints enabled.
12805 * gdb.base/watchpoint.c (main): Delete second unnecessary read
12806 call.
12807
12808Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12809
12810 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
12811 of "file" command.
12812
12813 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
12814 Add additional pattern for when "int operator int(void);" appears
12815 in a different order.
12816
12817Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12818
12819 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
12820
12821 * gdb.base/help.exp: Replace most of docstrings for "info signals"
12822 and "signal" with ".*".
12823
12824Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * TODO: Add note about "handle all nostop".
12827
12828 * gdb.base/{sigall.c, sigall.exp}: New test.
12829 * gdb.base/Makefile.in: Add it.
12830
12831Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12832
12833 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
12834 when invoking GDB, suppresses any windowing interface.
12835
12836Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
12837
12838 * config/sim-gdb: New file, simulator testing support.
12839
12840Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
12841
12842 * gdb.base/interrupt.exp: Test calling func1 twice.
12843
12844Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
12845
12846 * gdb.base/list.exp (test_forward_search): Set timeout higher
12847 when we'll be getting lots of output from gdb.
12848
12849 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
12850 "init_malloc" to after the expect statement. Run it if that
12851 regexp is taken, but also for two others which happen if source
12852 cannot be found.
12853
12854Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12855
12856 * gdb.base/printcmds.exp: New test, for printing register before
12857 program is running.
12858
12859Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12860
12861 * gdb.base/list.exp: Correct some alternate expect patterns
12862 to reflect changes in list1.c.
12863
12864Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12865
12866 * TODO: Add item regarding large frames.
12867
12868 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
12869
12870 * TODO: Remove item about enabling return.exp; it
12871 is enabled. Suggest a few more "return" tests.
12872
12873Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12874
12875 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
12876 anonymous unions.
12877
12878Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12879
12880 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
12881 and pr-5646.o, so "make" is the same as "make all", not "make
12882 pr-4975.o".
12883
12884Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
12885
12886 * gdb.base/list.exp: Adjust expectations to reflect changes in
12887 list1.c.
12888 (test_forward_search): New test proc.
12889 * gdb.base/list1.c (long_line): New function, has long source line.
12890
12891Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
12892
12893 * gdb.base/a1-selftest.exp: Change initial stepping to know about
12894 additional line of code that was added.
12895
12896Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
12897
12898 * gdb.disasm/hppa.s: Break the large branching tests into smaller
12899 tests so as not to overflow expect's input buffers.
12900 * gdb.disasm/hppa.exp: Corresponding changes.
12901
12902Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12903
12904 Beginnings of template debugging tests.
12905 * gdb.c++/templ-info.cc: New file to test for template
12906 debugging capability of the compiler.
12907 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
12908 templ-info.cc.
12909 * gdb.c++/templates.cc: Add explicit template instantiations
12910 to enable compiling with -fno-implicit-templates. Add destructor
12911 and 'value' method to T5 class for template tests.
12912 * gdb.c++/templates.exp: Add testcases for printing of template
12913 types, setting breakpoints on template methods and calling a
d63a86f8 12914 template method.
c906108c
SS
12915
12916Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
12917
12918 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
12919 branch target since some assemblers (gas-2.5) may emit a
12920 relocation for the branch instead of resolving it in the
12921 assembler.
12922
12923Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12924
12925 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
12926 through signal handler.
12927
12928Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12929
12930 * configure.in (*-*-netware): Use config/mt-netware.
12931
12932 * config/mt-netware: New file.
12933 * config/mt-i386-netware: Removed, separate configs for different
12934 netware architectures are no longer needed now that we have
12935 --with-headers.
12936
12937Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12938
12939 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
12940 by the recent changes to use ANSI C arithmetic conversions.
12941
12942Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12943
12944 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
12945 bug involving using inferior_pid to figure out whether to select a
12946 frame.
12947
12948Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
12949
12950 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
12951 match the current disassembler output.
12952
12953Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
12954
12955 * gdb.fortran/exprs.exp: Expect VOID instead of void.
12956 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
12957 types, expect "int" as type of integer values (for now).
12958
12959Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
12960
12961 * gdb.base/commands.exp: New tests for if/while commands.
12962
12963Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
12964
12965 * lib/gdb.exp (runto): Replace sub-pattern for hex value
12966 by .*, since hex values have different syntax in Chill mode.
12967
12968Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12969
12970 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
12971 linefeed from expect pattern for repeated types with indices > 9.
12972
12973Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
12974
12975 First part of Fortran test suite.
12976 * gdb.fortran: New directory.
12977 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
12978
12979Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12980
12981 * gdb.base/default.exp: Update expect pattern for load command
12982 without arguments.
12983
12984Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12985
12986 * configure.in: Change i386 to i[345]86.
12987 * gdb.base/configure.in: Likewise.
12988 * gdb.c++/configure.in: Likewise.
12989 * gdb.chill/configure.in: Likewise.
12990
12991Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
12992
12993 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
12994 patterns, since that is not a valid context for comments.
12995
12996Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
12997
12998 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
12999 repeated types and repeated types with indices > 9.
13000
13001Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
13002
13003 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
13004 2417; old bug has been fixed.
13005
13006Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
13007
13008 * gdb.base/interrupt.exp: When trying to wake up the inferior,
13009 send the newline ourselves instead of assuming gdb_test will do
13010 so when passed an empty input string.
13011
13012 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
13013 stabs testcode.
13014
13015Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13016
13017 * lib/gdb.exp (gdb_test): Don't send anything if the first
13018 argument is an empty string. This makes cases where we want to
13019 match output that is already in expect's buffers (for example,
13020 matching a breakpoint after gdb_run_cmd has been called) work
13021 reliably.
13022
13023Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13024
13025 * config/netware.exp: New file.
13026
13027Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13028
13029 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
13030 the -B and -L prefixes so we can find the debugging stub.
13031
13032 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
13033 there and we are using the gcc from the tree.
13034
13035 * gdb.base/types.c: Removed.
13036
13037 * gdb.base/configure.in: Look for makefile fragments in ../config.
13038 Recognize i386-*-netware.
13039 * gdb.c++/configure.in: Likewise.
13040
13041Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13042
13043 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
13044 the correct TCL syntax.
13045
13046Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13047
13048 * gdb.base/opaque.exp: use runto instead of messing around with
13049 breakpoints. Simplify by using gdb_test.
13050
13051 * gdb.base/bitfields.exp: restart between tests on netware targets
13052 because breakpoints aren't relocated after target death. Run
13053 processes to completion.
13054
13055 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
13056
13057Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
13058
13059 * Makefile.in: Remove extra tabs that confuse some versions
13060 of "make". Use the newly built gdb to test with by default,
13061 rather than the first one in the tester's search path.
13062
13063Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
13064
13065 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
13066
13067 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
13068 condition help.
13069
13070Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13071
13072 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
13073
13074 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
13075 running.
13076 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
13077 * gdb.base/funcargs.exp: Likewise.
13078
13079 * gdb.base/bitfields.exp: Simplify by using gdb_test.
13080 * gdb.base/funcargs.exp: Likewise.
13081
13082 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
13083 message is "".
13084
13085Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13086
13087 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
13088 return,signals,twice}.exp: Handle non-existant binaries
13089 consistantly.
13090
13091 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
13092 * gdb.base/Makefile.in: Don't try to generate a core dump, we
13093 might testing a cross development system.
13094
13095Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13096
13097 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
13098 runtest script is relative to ${srcdir}, not ${rootdir}.
13099
13100Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
13101
13102 * gdb.base/signals.exp: Allow for optionality of breakpoint
13103 address.
13104
13105Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13106
13107 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
13108
13109Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13110
13111 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
13112 for size_t definition.
13113 * gdb.c++/templates.cc: Likewise
13114
13115 * config/mt-i386-netware: New file.
13116
13117 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
13118 defined.
13119
13120 * gdb.base/Makefile.in: Added support for systems that name core
13121 files by appending "core" to the program name.
13122 * gdb.base/a1-selftest.exp: Likewise.
13123
13124Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13125
13126 * gdb.base/return.exp: Add comment and message for `return double'
13127 test failure on Sparc Solaris.
13128
13129Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
13130
13131 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
13132
13133Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13134
13135 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
13136 from optimizing them away.
13137 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
13138 patterns to include default constructors and assignment operators,
13139 to match gcc versions beyond 2.5.8. Accept any cplus demangling
13140 character in the output of the virtual base pointer.
13141
13142Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13143
13144 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
13145 expression match in print_addr_of to avoid unintented matches.
13146 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
13147 versions up to 2.5.8.
13148
13149Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13150
13151 * gdb.base/list.exp: Tweak alternate pattern for listing of an
13152 included file to run under newer versions of expect.
13153 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
13154 consecutive >'s in templates to accomodate recent cplus-dem.c change.
13155 Remove xfail for the virtual table of BDDHookV.
13156
13157Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13158
13159 * lib/gdb.exp (string_to_regexp): Set a default result.
13160 (default_gdb_start): Fix misleading message.
13161
13162Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
13163
13164 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
13165 Remove all CC, etc definitions.
13166 * config/mt-hpux: New file.
13167 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
13168 (CFLAGS, LDFLAGS): Define.
13169 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
13170
13171 * Makefile.in (site.exp): Don't insert host_os, etc.
13172 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
13173 (distclean): Check existence of subdir.
13174 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
13175 * gdb.base/Makefile.in: General cleanup and simplification.
13176 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
13177 to build executables. Use default rule to build .o files.
13178 (EXPECT, RUNTEST, CC): Fix relative pathname.
13179 (site.exp): Don't insert host_os, etc.
13180 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
13181 and/or SIGUSR1 defined.
13182 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
13183 * gdb.c++/Makefile.in: General cleanup and simplification.
13184 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
13185 (CFLAGS): Remove.
13186 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
13187
13188Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
13189
13190 * gdb.base/recurse.exp: Misc changes to get tests running again
13191 after Kung's changes to the watchpoint code.
13192 * gdb.base/watchpoint.exp: Likewise.
13193
13194Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
13195
13196 * lib/gdb.exp (string_to_regexp): Convert {\} also.
13197
13198Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13199
13200 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
13201 * lib/gdb.exp (default_gdb_start): Define.
13202 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
13203 gdb.base/funcargs.exp, gdb.base/opaque.exp,
13204 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
13205 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
13206 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
13207 Don't call gdb_target_udi in between tests.
13208
13209Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13210
13211 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
13212 (which was basically just a local version of the same thing). In
13213 addition to avoiding duplication, gdb_test_exact is faster.
13214 * lib/gdb.exp (gdb_test_exact): Fix typo.
13215
13216 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
13217 don't give an error.
13218
13219 * gdb.base/term.exp: Call delete_breakpoints before starting.
13220
13221 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
13222 (t10): Add comment.
13223
13224Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
13225
13226 Reorganization of the GDB Test Suite.
13227
13228 * gdb.base: New directory, contains all the basic tests.
13229 * gdb.c++: New directory, tests specific to C++.
13230 * gdb.chill: New directory, tests specific to Chill.
13231 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
13232 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
13233 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
13234 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
13235 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
13236 t30-31 to chill).
13237 * */gdbme.*: Rename to match appropriate expect scripts.
13238 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
13239 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
13240 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
13241 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
13242 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
13243 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
13244 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
13245 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
13246 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
13247 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
13248 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
13249 gdb.c++/virtfunc.cc: New names of C++ files.
13250 * gdb.chill/chillvars.ch: New name of Chill file.
13251 * gdb.base/configure.in, gdb.c++/configure.in,
13252 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
13253 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
13254 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
13255 * configure.in (configdirs): Update to reflect directory changes.
13256 (target_abbrev): No longer define for any configuration.
13257 * Makefile.in: Cosmetic improvements to header comments.
13258
13259Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13260
13261 Various changes to gdb.t31:
13262
13263 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
13264 * gdbme.ch: Make all key-words and predefineds be upper-case.
13265 * chillvars.exp: Expect key-words and predefinds in upper-case.
13266
13267 * chillvars.exp: Use gdb_test_exact many places.
13268 Change expected output for arrays (which now includes index labels).
13269
13270 * pr-5020.exp, gdme.ch (module PR_5020):
13271 New test, for PR-5020.
13272
13273Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
13274
13275 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
13276 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
13277
13278Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
13279
13280 * Makefile.in: Fix bit-rot in definitions of CHILL,
13281 CHILL_FOR_TARGET and Chill_LIB.
13282 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
13283 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
13284 CHILL, and CHILL_LIB.
13285
13286Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
13287
13288 * Revert the previous changes. Please see Rob's directory
13289 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
13290
13291Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
13292
13293 * Makefile.in, configure.in, config/mips-gdb.exp,
13294 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
13295 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
13296 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
13297 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
13298 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
13299 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
13300 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
13301 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
13302 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
13303 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
13304 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
13305 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
13306 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
13307 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
13308 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
13309 changes from 94Q1.
13310
13311Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
13312
13313 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
13314 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
13315 Rob's new testing fragments.
13316
13317Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
13318
13319 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
13320 lib/gdb.exp: Replace error proc calls with perror.
13321
13322Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
13323
13324 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
13325 version also, match on casted version strings, and match on
13326 gdb startup case where the line numbers might be messed up.
13327
13328Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
13329
13330 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
13331 (CFLAGS): Delete it from here.
13332
13333Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
13334
13335 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
13336
13337Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
13338
13339 * Makefile.in (RUNTEST): Default to just "runtest".
13340
13341Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13342
13343 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
13344 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
13345 the code has been restructured.
13346
13347Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13348
13349 * gdb.t00/default.exp (set write): Allow any number of \r and/or
13350 \n, not just one of each.
13351
13352 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
13353 /bin/cc gives a warning if you do.
13354
13355Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
13356
d63a86f8 13357 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
13358 __t10ListS_link1ZUiRCUiPT0
13359
13360Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13361
13362 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
13363 on local variables in recursive functions.
13364
13365 * gdb.t07/Makefile.in: Build the new test.
13366
13367Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13368
13369 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
13370 directly. Instead compare the return values from actual calls.
13371
13372Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
13373
13374 * Makefile.in (check): Set TCL_LIBRARY for runtest.
13375
13376Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13377
13378 * From Peter Schauer with minor modifications.
13379 * gdb.t15/return.exp (return_tests): Handle targets where "return"
13380 stops in mid-line in the caller. Add xfail for returning a float
13381 value on X86 targets.
13382
13383Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13384
13385 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
13386 to avoid expect lossage.
13387 (fmem_LRbug_tests): Likewise.
13388 * gdb.disasm/hppa.s: Corresponding changes.
13389
13390 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
13391 conditions to work with latest dejagnu/expect.
13392
13393 * gdb.t15/funcargs.exp (finish from indirect call): No longer
13394 expected to fail on the PA.
13395 (backtrace in call with trampolines): Explicitly require main
13396 to be frame #1 (no trampolines should show up in backtrace).
13397
13398 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
13399 "continue -expect".
13400 * gdb.t06/break.exp: Likewise.
13401 * gdb.t07/watchpoint.exp: Likewise.
13402 * gdb.t13/bitfields.exp: Likewise.
13403 * gdb.t15/{funcargs,return}.exp: Likewise.
13404 * gdb.stabs/weird.exp: Likewise.
13405 * config/{mips,udi}-gdb.exp: Likewise.
13406
13407 * hppa.sed: Enclose comments within a sed command to avoid
13408 losing with the old OSF1 sed.
13409
13410Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13411
13412 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
13413 sequent dynix.
13414 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
13415 * gdb.t15/funcargs.exp: Conditionally step again to really
13416 finish from marker_call_with_trampolines. Handle the case where
13417 the first step from within call_with_trampolines already steps
13418 us back to main.
13419 * gdb.t15/gdbme.c: Add comment to closing brace of
13420 call_with_trampolines for funcargs.exp.
13421
13422Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13423
d63a86f8 13424 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
13425 Fix typo(s).
13426
13427Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13428
13429 * gdb.t07/gdbme.c: More code for watchpoint testing.
13430
13431 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
13432 "Hardware watchpoint" throughout file.
13433 (test_watchpoint_triggered_in_syscall): New test.
13434 (test_complex_watchpoint): New test.
13435
13436Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13437
13438 * gdbme.c (call_with_trampolines): New function to try and step
13439 into. Tests trampoline problems on the PA.
13440
13441 * funcargs.exp (localvars_in_indirect_call): No longer expect
13442 stepping into indirect call to fail on PAs.
13443 (test_stepping_over_trampolines): New test.
13444
13445Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13446
13447 * TODO: Add suggestions for static member function tests, and
13448 completion tests.
13449
13450Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13451
13452 * TODO: Add suggestions for "p/a" tests.
13453
13454 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
13455 (default_gdb_exit): Replace all the hair with sending "quit" to
13456 the process with a simple close.
13457
13458Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13459
13460 * TODO: Add suggestions for shared library tests.
13461
13462Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13463
13464 * TODO: Add suggestions for x/s tests.
13465
13466Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13467
13468 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
13469 "enable once", and "enable breakpoints once" with ".*".
13470
13471Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13472
13473 * TODO: Add suggestions about structure passing tests.
13474
13475Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13476
13477 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
13478 the primary1 test, use work around if __GNUC__ < 2.
13479 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
13480 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
13481 Test for bad output rather than waiting for timeout. Issue
13482 second continue only if first continue failed.
13483
13484Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13485
13486 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
13487 operator[] test with gdb_test because the old code didn't seem to
13488 be getting the quoting right with the new dejagnu.
13489
13490Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
13491
13492 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
13493 one from the path.
13494 * Makefile.in: Use a fresh expect if there is one, use runtest
13495 from the src tree if there is one.
d63a86f8 13496
c906108c
SS
13497Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13498
13499 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
13500 next over recursive call. Revise the tests from that point on
13501 (which had been skipped) to match GDB's actual (correct) output.
13502
13503 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
13504 with next over a breakpoint whose condition is false.
13505
13506 * gdb.t00/help.exp: Comment out "help set print" tests just like
13507 (and for same reason as) "help set" test.
13508
13509Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13510
13511 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
13512 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
13513
13514Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13515
13516 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
13517 necessary gdb_target_udi.
13518
13519 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
13520
13521 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
13522 1838 and 2417; they are fixed.
13523
13524 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
13525 gdb.t03/ptype.exp (ptype structure, ptype union):
13526 Remove xfails; the test is looser than when the xfails were added.
13527
13528 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
13529 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
13530
13531 * gdb.t01/run.exp: Only run shell test if isnative.
13532
13533 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
13534 since "run" automatically loads if necessary. Call gdb_target_udi
13535 after the "file" since "file" kills any execution target.
13536
13537 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
13538 GDB. GDB doesn't work that way (not anymore at least) on UDI.
13539 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
13540 argument for UDI.
13541
13542Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13543
13544 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
13545
13546 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
13547
13548Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13549
13550 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
13551 properly quoting regexps. This makes the second argument to
13552 demangle a fixed string, which matches the callers, instead of a
13553 shell-style pattern which is what the previous implementation
13554 used. Update some of the callers.
13555
13556Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13557
13558 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
13559 (comib_nullified_tests): Fix typo.
13560 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
13561 strings. No longer expected to fail.
13562
13563 * gdb.disasm/hppa.s (addib_tests): Fix typo.
13564 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
13565 strings. No longer expected to fail.
13566
13567 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
13568 string. No longer expected to fail.
13569
13570Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13571
13572 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
13573 No longer expected to fail.
13574
13575 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
13576 string. No longer expected to fail.
13577
13578Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13579
13580 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
13581 only in the names (I probably got most of them). I was even
13582 generous with some which differed in underscores in names, and
13583 probably missed a few, and I *still* was able to remove almost a
13584 third of the file with almost no impact on testsuite coverage.
13585
13586Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13587
13588 * gdb.t00/default.exp: Match udi_attach error message as well as
13589 the one from child_attach.
13590
13591 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
13592
13593 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
13594
13595 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
13596 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
13597
13598 * Move test with enums and partial symbols back to
13599 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
13600 Reverts the change of 26 May 93. Per today's change to
13601 stabs.texinfo, the behavior that weird.exp was expecting was
13602 unreasonable; what is important is that the compiler+gdb get
13603 things right, which happens with a recent gcc. Also fix the test
13604 to deal with native compilers which put out the stab gdb can't
13605 deal with.
13606
13607Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13608
13609 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
13610 in the names. The main thing these accomplish is to slow things down.
13611 Many more such duplicates surely remain.
13612
13613 * gdb.t00/help.exp: Comment out "help support" test just like
13614 (and for same reason as) "help set" test.
13615
13616Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
13617
13618 * gdb.t06/break.exp: Remove setup_xfails for
13619 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
13620 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
13621 about known bug in gcc to include up through 2.5.8.
13622 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
13623 well as "_vb$".
13624 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
13625 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
13626 with latest gcc and gdb.
13627 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
13628 well as "_vb$".
13629
13630Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13631
13632 * configure.in (hppa*-*-*): Also configure and build stabs-only
13633 tests.
13634
13635Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13636
13637 * gdb.t10/hppa.mt: A makefile fragment for the PA.
13638 * gdb.t10/configure.in (hppa*-*-*): Use it.
13639
13640Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13641
13642 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
13643
13644Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13645
13646 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
13647 versions prior to 1.13.5.
13648
13649Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13650
13651 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
13652 the prompt is at the start of a line.
13653
13654Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13655
13656 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
13657 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
13658 in the copr tests now.
13659 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
13660 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
13661 expected to fail.
13662
13663Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
13664
13665 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
13666 gdb.t31/chillvars.exp, lib/gdb.exp:
13667 Tweak to run under either version of expect.
13668 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
13669 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
13670 * gdb.t11/list.exp: Remove extraneous whitespace.
13671
13672Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13673
13674 * gdb.t16/printcmds.exp (test_print_strings): Accept
13675 "(unsigned char *) " before the string.
13676
13677 * TODO: Add notes about printing of fancy types and GDB expressions.
13678
13679Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
13680
13681 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
13682 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 13683 if doing mips-idt-ecoff.
c906108c
SS
13684
13685Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
13686
13687 * Most .exp files: Tweak to run under either version of expect.
13688
13689Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13690
13691 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
13692 xfails; I'm not sure why they are failing, but not because of PR 1806.
13693
13694Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
13695
13696 * config/unix-gdb.exp: Remove gdb_unload cause it's already
13697 defined in lib/gdb.exp.
13698
13699Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13700
13701 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
13702 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
13703 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
13704 have to be typeless.
13705
13706Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13707
13708 * TODO: Add suggestion for copyright year test.
13709
13710Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
13711
13712 * configure.in (*-*-lynxos*): Add stabs tests.
13713
13714Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13715
13716 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
13717 so insert a tab before any assembler directive in column zero.
13718
13719 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
13720 stores.
13721 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
13722 stores.
13723 (fpu_short_memory_tests): Likewise.
13724
13725Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13726
13727 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
13728 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
13729 .stabs directives in comments.
13730
13731Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13732
13733 * TODO: New file, describing tests we could write.
13734 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
13735
13736Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13737
13738 * gdb.t06/signals.exp: Add kludge to force re-sync.
13739
13740 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
13741 to xgdb instead of gdb, get out of gdb.
13742
13743Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
13744
13745 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
13746 for info.
13747
13748Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13749
13750 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
13751 * gdb.stabs/configure.in (hppa*-*-*): Use it.
13752 * gdb.stabs/hppa.sed: New sed script for the PA.
13753
13754Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13755
13756 * gdb.stabs: Re-write weird.def and configuration to use sed
13757 instead of cpp. sed is portable and POSIX; cpp is neither.
13758
13759Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13760
13761 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
13762
13763Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13764
13765 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
13766
13767Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13768
13769 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
13770 "_vb$".
13771 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
13772 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
13773
13774Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13775
13776 * lib/gdb.exp: Comment out code which depends on non-existent
13777 `transform' procedure.
13778
13779Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
13780
13781 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
13782 * lib/gdb.exp: Transform tool name.
13783 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
13784 1.1's new error handling system.
13785
13786Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13787
13788 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
13789
13790Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13791
13792 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
13793 They made pattern matching so slow that timeouts happened on
13794 heavily loaded systems. Now any output from "show print" which
13795 gets us back to the GDB prompt is a PASS.
13796
13797Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
13798
13799 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
13800
13801Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13802
13803 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
13804
13805 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
13806 It is not from PR 3220.
13807
13808Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13809
13810 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
13811 just started failing because they depended on the order the
13812 subcommands are presented, or exact docstring text. This kind of
13813 test is a pain and has minimal benefit.
13814
13815Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13816
13817 * gdb.t09/corefile.exp: At end of test, use "core" command with
13818 no arguments.
13819
13820Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
13821
13822 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
13823 17}/Makefile.in: Make it possible to run the testsuite with Sun
13824 make and CC = cross gcc by adding explicit build rules for .o
13825 files.
13826
13827Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13828
13829 * gdb.t15/funcargs.exp: Don't put comments on same line as
13830 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 13831
c906108c
SS
13832Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13833
13834 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
13835
13836Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
13837
13838 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
13839 * gdb.t20/inherit.exp: remove three dumplicate entries.
13840
13841Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13842
13843 * gdb.t06/break.exp: For "next over recursive call", fail on any
13844 incorrect output, not just on "factorial (value=2)".
13845
13846Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13847
13848 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
13849 working now. Add an xfail if accesing a bss variable causes
13850 a memory error if the target is not yet run.
13851
13852Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13853
13854 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
13855 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
13856 name of __st* demangling (2 strings). Did Kung really get the
13857 more than 95 others right without testing them?
13858
13859Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
13860
13861 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
13862
13863Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
13864
13865 * configure.in (configdirs): Add gdb.disasm
13866 * gdb.disasm: New directory for GDB disassembler tests.
13867 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
13868
13869Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13870
13871 * gdb.t00/help.exp: Don't test "help set".
13872
13873 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
13874 from within expect statements. None of these happen anymore and
13875 they cause regressions to be silently unnoticed.
13876
13877 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
13878 messages) about known failures with gcc cygnus-2.4.5-930417.
13879
13880 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
13881 comp-info.exp so it gets built if it doesn't exist.
13882
13883 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
13884 it is no longer used.
13885 * gdb.t13/comp-info.c: Removed.
13886
13887Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13888
13889 * gdb.t06/signals.exp: Add xfail for sun3.
13890
13891Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13892
13893 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
13894 relevant because ^C doesn't get sent but failure can be reproduced
13895 interactively).
13896
13897Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13898
13899 * gdb.stabs/alpha.mt: New configuration file for alpha.
13900 * gdb.stabs/configure.in: Use it.
13901 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
13902 sharing with alpha.mt, redefine long to word via preprocessor.
13903 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
13904 for alpha.
13905 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
13906 native cc.
13907 * gdb.t00/teststrategy.exp: Change expect string so that we
13908 consume the `(xgdb)' from the command echo and from the gdb prompt.
13909 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
13910 gdb currently compares all values as long, so this failure probably
13911 applies to any configuration where LONGEST is bigger than a target int.
13912 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
13913 with gcc.
13914 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
13915 to handle opaque pointers, gcc is.
13916 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
13917 as first argument. Include <sys/types.h> and change all operator
13918 new definitions to use size_t.
13919 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
13920 now that we use size_t.
13921
13922Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13923
13924 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
13925 a long or float array cast all array members to the same type.
13926 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
13927 with 64 bit longs.
13928 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
13929 on alpha.
13930 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
13931
13932Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13933
13934 * gdb.t24 (demangle.exp): Constructors of templates have names like
13935 vector<int>::vector(int) not vector<int>::vector<int>(int). See
13936 section 14.6 of the ARM.
13937
13938 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
13939 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
13940 accomplish little and slow down the testsuite.
13941
13942 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
13943 Accept spaces various places.
13944
13945Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13946
13947 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
13948 with watchpoint enabled.
13949
13950 * Makefile.in: Remove definition of CC and remove the second
13951 definition of CXX (the "CXX = gcc" one remains). These definitions
13952 were causing backquotes to be expanded within backquotes, which
13953 doesn't work.
13954
13955Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13956
13957 * gdb.t17/callfuncs.exp: Add "return 0" to end.
13958
13959Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13960
13961 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
13962 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
13963 by mips cc and contains no stabs entries.
13964
13965Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
13966
13967 * config/vx-gdb.exp: Use fake device to load files rather than
13968 NFS.
13969 * lib/gdb.exp: New proc to do "file" command.
13970 * config/unix-gdb.exp: Use new "file" proc.
13971
13972Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13973
13974 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
13975 Rework board rebooting slightly.
13976 (gdb_exit): Don't exit from the remote shell; there isn't one.
13977 * gdb.stabs/weird.exp: If a program is being debugged already,
13978 kill it.
13979 * gdb.t04/setvar.exp: Stop and restart gdb.
13980 * gdb.t05/expr.exp: Likewise.
13981 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
13982 restart gdb and reload the program.
13983 * gdb.t08/opaque.exp: Likewise.
13984 * gdb.t12/scope.exp: Likewise.
13985 * gdb.t13/bitfields.exp: Likewise.
13986 * gdb.t15/funcargs.exp: Likewise.
13987 * gdb.t20/classes.exp: Likewise.
13988 * gdb.t03/ptype.exp: Increase timeout.
13989 * gdb.t16/printcmds.exp (test_print_string_constants,
13990 test_print_array_constants): Likewise.
13991 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
13992 * gdb.t20/classes.exp (do_tests): Likewise.
13993 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
13994
13995Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
13996
13997 * gdb.stabs: Renamed *wierd* to *weird*.
13998
13999Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14000
14001 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
14002 for timeout. Add "known gcc 2.4.5 bug" to failure message.
14003
14004Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14005
14006 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
14007 (do_tests): Remove xfail for whatis on one_var and two_var.
14008
14009Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
14010
14011 * Makefile.in: Made cross building work better by adding
14012 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
14013
14014Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14015
14016 * gdb.t15/{return.c,return.exp,Makefile.in}:
14017 New test, currently commented out.
14018
14019Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
14020
14021 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
14022 still running and removes the leftover named socket so GDb can do
14023 clean restarts.
14024
14025Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
14026
14027 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
14028 console, not GDB.
14029 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
14030 cross testing works better with "make check"
14031 * config/unix-gdb: Use default procedures for exit and version.
14032 * config/vx-gdb.exp: Cleaned up and massaged back to working order
14033 with the newest VxWorks.
14034
14035Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14036
14037 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
14038 old form.
14039
14040 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
14041 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
14042
14043 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
14044
14045 * config/unix-gdb.exp: Remove this version of gdb_exit
14046 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
14047 Rob says he'll look at it when he gets back to testing boards.
14048
14049Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
14050
14051 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
14052 an expected fail for certain ptype commands.
14053
14054 * gdb.t20/classes.exp: Update expected results of "ptype class
14055 Base1" to account for the constructor that now appears in the type.
14056
14057Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
14058
14059 * configure.in (configdirs): Restore gdb.t04, which mysteriously
14060 disappeared from list.
14061 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
14062 "alldone" proc with call to cleanup and exit.
14063 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
14064 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
14065 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
14066 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
14067 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
14068 "alldone" proc with simple returns that suppress remaining
14069 tests. The alldone proc went away many months ago.
14070
14071Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14072
14073 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
14074
14075 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
14076
14077Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14078
14079 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
14080 as vax gdb will display them.
14081
14082Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14083
14084 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
14085 optimizers.
14086
14087 * scope.exp: Change "bad value for localval" messages so each one
14088 is unique.
14089
14090 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
14091 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
14092
14093 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
14094
14095Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14096
14097 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
14098 doesn't exist (due to optimization).
14099
14100Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14101
14102 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
14103 contains \r because the filename is long.
14104
14105 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
14106 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
14107
14108Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14109
14110 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
14111 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
14112 Ultrix.
14113 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
14114 int tests.
14115 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
14116
14117Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
14118
14119 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
14120
14121 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 14122 to match does not match the passing case but still matches the
c906108c
SS
14123 failing case.
14124
14125Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14126
14127 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
14128
14129Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
14130
14131 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
14132 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
14133 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
14134 Remove various versions of gdb_exit.
14135 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
14136 gdb_exit.
14137 * config/unix-gdb.exp: gdb_exit remains here, and should override
14138 the generic version, since it's doing a lot of wierd stuff that
14139 the other versions aren't. FIXME, fold it in, or abandon this
14140 version.
14141
14142Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14143
14144 * gdb.t24/demangle.exp: Add tests for PR 3220.
14145
14146Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14147
14148 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
14149
14150Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
14151
14152 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
14153 "i386-*-*". Works for i486 as well.
14154
14155 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
14156 bug, and expand domain of xfail to all SVR4 systems, since the
14157 actual problem is likely to be in generic SVR4 /proc support.
14158
14159Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14160
14161 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
14162
14163Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
14164
14165 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
14166 xfails for other systems. Match a missing 'Continuing.' as an
14167 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
14168
14169 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
14170 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
14171 Only issue warning for missing executables if -all option is used.
14172
14173 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
14174 file if -all option is used. It's like an unpredictable XFAIL.
14175
14176Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14177
14178 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
14179 for dynamically linked binaries.
14180
14181 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
14182
14183Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14184
14185 * gdb.t20/inherit.exp: Change message for "print tagless struct"
14186 to state that this is a known bug in old versions of g++.
14187
14188Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14189
14190 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
14191 while waiting for `Continuing'.
14192
14193Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
14194
14195 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
14196 in text, data, and bss.
14197 * gdb.t10/nodebug.c: Add local and global test variables for
14198 initialized and uninitialized data.
14199
14200Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14201
14202 * config/unix-gdb.exp (gdb_exit): Add "wait".
14203
14204Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14205
14206 * gdb.t06/signals.exp: xfail the continue from the handler for all
14207 targets.
14208
14209 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
14210 function with watchpoints enabled, the i386 call dummy starts with
14211 a call.
14212
14213 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
14214 386 bsd names its corefiles.
14215
14216Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
14217
14218 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
14219 compilers don't grok it.
14220 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
14221 with small octal ints rather than character constants, which
14222 are signed and might not fit if first promoted to int.
14223
14224Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
14225
14226 * gdb.t09/Makefile.in (clean): Remove corefile.
14227
14228Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14229
14230 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
14231
14232Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14233 and Jim Kingdon (kingdon@cygnus.com)
14234
14235 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
14236 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
14237 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
14238
14239Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14240
14241 * gdb.t17/interrupt.exp: Add xfail for hppa.
14242
14243Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14244
14245 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
14246 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
14247 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
14248 to determine signed-ness of bitfields and use the result to setup
14249 the xfail.
14250 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
14251 * gdb.t15/funcargs.exp: Use them to step until the second indirect
14252 call line is reached if necessary.
14253
14254Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14255
14256 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
14257
14258Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14259
14260 * gdb.t06/break.exp: Also test `clear' command.
14261
14262Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
14263
14264 * gdb.t00/teststrategy.exp: Remove extra quote.
14265
14266 * gdb.t07/watchpoint.exp: Change xfail for calling function with
14267 watchpoint enabled to be for all non-68k machines.
14268
14269 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
14270
14271Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14272
14273 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
14274 targets use aout.mt instead of ecoff.mt as gas understands
14275 standard aout format.
14276
14277Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
14278
14279 * lib/gdb.exp (runto): Don't insist that function we are running to
14280 was compiled with -g.
14281
14282 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
14283
14284 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
14285 to get back into the read system call.
14286 Accept leading newline in case where we woke it up.
14287
14288Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14289
14290 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
14291 to make the stabs test work on ecoff systems using gcc and -with-stabs.
14292 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
14293 enable ecoff configuration.
14294
14295Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14296
14297 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
14298
14299Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14300
14301 * gdb.t16/printcmds.exp: Add another printf test.
14302
14303Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
14304
14305 * configure.in: If configured -with-stabs on any target, add
14306 stabsdirs to configdirs.
14307
14308Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14309
14310 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
14311 fun" so pattern does not match the command itself.
14312
14313Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14314
14315 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
14316
14317Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14318
14319 * gdb.t17/interrupt.exp: Test for more things.
14320
14321Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14322
14323 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
14324 compiler arranges the code and line numbers.
14325
14326 * gdb.t17/interrupt.exp: Don't send \n after ^C.
14327
14328Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14329
14330 * gdb.t00/help.exp: Increase expect input buffer size.
14331
14332Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14333
14334 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
14335
14336 * gdb.t07/watchpoint.exp: Add xfail for hppa.
14337
14338 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
14339
14340 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
14341 [0-9]*, not just [0-9].
14342
14343Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14344
14345 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
14346
14347 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
14348
14349Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14350
14351 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
14352
14353Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14354
14355 * gdb.t06/signals.c: Add xfails for sun3.
14356
14357 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
14358
14359 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
14360 test_stepping tests.
14361
14362Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14363
14364 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
14365
14366 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
14367
14368 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
14369 rather than actually putting it through cpp twice.
14370
14371 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
14372
14373Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
14374
14375 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
14376 no longer needed.
14377
14378Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14379
14380 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
14381
14382 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
14383 C++ features prints as "struct", make it a pass, not an xfail.
14384
14385Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14386
14387 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
14388 Don't require VA to print as "class" rather than "struct".
14389
14390Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
14391
14392 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
14393
14394Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14395
14396 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
14397
14398Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14399
14400 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
14401 order.
14402
14403Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14404
14405 * gdb.t16/printcmds.exp: Add printf tests.
14406
14407 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
14408
14409 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
14410
14411Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
14412
14413 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
14414 pass counts, to counteract any existing or future setup_xfails.
14415
14416Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14417
14418 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
14419 {BEGIN,END}_COMMON for common block instead of STAB.
14420 * gdb.stabs/wierd.exp: Add xfail for rs6000.
14421
14422 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
14423 intp_var should be N_GSYM not N_LSYM.
14424 wierd-aout.S: Use a label for the value of the N_SO.
14425 wierd.def: Remove all backslashes.
14426 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
14427
14428Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14429
14430 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
14431 get the expected next to inheritance3.
14432
14433Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14434
14435 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
14436 now that gcc-2.4 gets it right.
14437
14438Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14439
14440 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
14441
14442 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
14443 generating comp-info.exp which works for cross-compilation.
14444
14445Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
14446
14447 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
14448 "*-*-sysv4.*".
14449
14450Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
14451
14452 * gdb.t01/run.exp: Start with a fresh gdb.
14453 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
14454 SVR4.x.
14455
14456Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
14457
14458 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
14459 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
14460 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
14461 Makefile.in (distclean, realclean): Remove gdbme.c from list of
14462 things to remove.
14463
14464Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
14465
14466 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
14467 test cases from bug reports.
14468
14469Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
14470
14471 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
14472 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
14473 avoid spurious xfails.
14474 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
14475 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
14476 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
14477
14478Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
14479
14480 * gdb.t00/teststrategy.exp: Rework to provide more useful
14481 description of each test, fix problem with systems that define
14482 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
14483 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
14484 results for "next over recursive call" so timeouts aren't taken
14485 by error.
14486
14487Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
14488
14489 * gdb.t12/scope.exp: Test printing of variables before run.
14490
14491 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
14492 printed in wrong order due to sorting.
14493
14494Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
14495
14496 * gdb.t00/teststrategy.exp: Fix expected results for printing
14497 user entered string constant. Is array of char, prints with no
14498 address.
14499
14500 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
14501 commands.
14502 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
14503 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
14504 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
14505 of struct of char arrays.
14506 * gdb.t00/radix.exp: New tests for radix commands.
14507
14508Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
14509
14510 * gdb.t16/printcmd.exp: Print a variable before running program
14511 (with xfail for AIX).
14512
14513Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
14514
14515 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
14516
14517 * gdb.t16/printcmd.exp: Don't print variables before running program.
14518
14519 * gdb.t06/break.exp: Don't require envp argument to main.
14520
14521 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
14522
14523 * gdb.t02/whatis.exp, gdb.t11/list.exp:
14524 Add xfails for rs6000.
14525
14526 * gdb.t02/whatis.exp: Change other tests not to re-test something
14527 we already tested.
14528
14529 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
14530 each type used has a variable of that type.
14531
14532Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
14533
14534 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
14535
14536Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14537
14538 * configure.in: change srctrigger to be a file, not a directory
14539
14540Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
14541
14542 * configure.in (mips-idt-ecoff*): Added trailing '*'.
14543
14544 * gdb.t11/list.exp: Fixed a couple of typos.
14545
14546Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
14547
14548 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
14549 is fixed and PR is closed.
14550 * gdb.t16 (gdbme.c): Add simple test string variable.
14551 * gdb.t16 (printcmds.exp): Add tests with simple test string
14552 variable, primarily for boundaries on "set print elements".
14553
14554Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
14555
14556 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
14557 Make leading 0's optional and don't expect a tab in the middle
14558 of the number.
14559
14560 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
14561
14562 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
14563 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
14564 don't end command passed to gdb_test with newline.
14565
14566 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
14567 signed keyword away, don't expect signed bitfields to be signed.
14568
14569 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
14570 printing with only as many 1's as are in the field as well as printing
14571 with 32 1's (see comment).
14572
14573Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
14574
14575 * gdb.t00/default.exp: Start with a fresh gdb.
14576 * configure.in (configdirs): Remove gdb.t31 until the chill
14577 compiler works again. It no longer is able to find chillrt0
14578 since it isn't in libchill.a anymore.
14579 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
14580 wierd.o, make more modular.
14581 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
14582 spurious newlines that caused problems.
14583
14584Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14585
14586 * Move test with enums and partial symbols from gdb.t03/ptype.exp
14587 to gdb.stabs/wierd.exp since GCC has worked around the bug.
14588 gdb.stabs/wierd.{exp,def}: Many new tests.
14589
14590 * gdb.t00/default.exp: update info line for new message.
14591
14592 * gdb.t02/{whatis.exp,gdbme.c}:
14593 Test that "char *" doesn't print as "caddr_t".
14594
14595Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14596
14597 * gdb.t00/help.exp: Use .* in place of some help messages which
14598 just changed.
14599 gdb.t00/default.exp: Update "info frame" test for new message.
14600 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
14601 Remove some xfails
14602
14603Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14604
14605 * gdb.t03/{gdbme.c,ptype.exp}:
14606 Add tests for typedef'd struct and union without tags.
14607 Also check "whatis" on a variable of a typedef'd enum without a tag.
14608
14609 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
14610 PRMS 1823; the bug still exists but isn't reproduced by this test
14611 anymore), and remove rs6000 XFAIL (the bug is fixed).
14612
14613 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
14614 duplicated from whatis.exp. For those that are left, accept
14615 "long", "long int", or "int" for long variables (whatis.exp already
14616 has an XFAIL for "int", so no need to fail it here).
14617
14618 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
14619 Deal with GCC's names for types now that GDB uses the compiler's names.
14620
14621 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
14622 setup_xfail's for sunos4. If we #defined the signed keyword away,
14623 don't expect GDB to know that char it is signed.
14624
14625 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
14626
14627Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
14628
14629 * configure.in (configdirs): Add gdb.t24 for C++ tests that
14630 should work on any system, regardless of debugging format.
14631 * gdb.t21/demangle.exp: Move to gdb.t24.
14632 * gdb.t24/demangle.exp: Move from gdb.t21.
14633 * gdb.t24/{Makefile.in, configure.in}: New files.
14634
14635Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14636
14637 * configure.in: Do gdb.stabs and C++ tests only for stabs.
14638 * gdb.stabs: New directory.
14639
14640Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14641
14642 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
14643 not just "Quit anyway?".
14644
14645Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
14646
14647 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
14648 that all setup_xfails are immediately followed by clear_xfails.
14649
14650Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
14651
14652 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
14653 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
14654 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
14655 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
14656 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
14657 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
14658 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
14659 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
14660 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
14661 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
14662 gdb.t31/chillvars.exp, lib/gdb.exp:
14663 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
14664 bug-gdb@prep.ai.mit.edu.
14665
14666Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
14667
14668 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
14669 with 0.0, not integer 0.
14670
14671Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
14672
14673 * gdb.t06/break.exp: Update for "Kill the program" message change.
14674
14675Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
14676
14677 * Makefile.in (GDBFLAGS): Set to -nx.
14678 * Makefile.in (site.exp): Use GDBFLAGS.
14679
14680Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14681
14682 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
14683 Makefiles.
14684 (check): depend on just-check.
14685 (just-check): added so that tests can be run without a noop
14686 build pass.
14687
14688Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14689
14690 Switch to using configure's configdirs.
14691 * Makefile.in (Makefile): add configure.in dependency.
14692 (SUBDIRS): removed redundant assignment.
14693 * configure.in: switch subdirs assignment to configdirs.
14694 * gdb.t*/configure.in: new files.
14695
14696Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
14697
14698 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
14699 works.
14700
14701Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
14702
14703 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
14704 in explicit rules. Apparently this is not supported by some makes.
14705
14706Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
14707
14708 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
14709
14710Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14711
14712 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
14713 disappeared.
14714
14715Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
14716
14717 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
14718
14719Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
14720
14721 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
14722 watchpoint problem that is now fixed.
14723 * gdb.t30/chexp.exp: Remove setup_xfail for printing
14724 uninitialized convenience variables.
14725 * gdb.t31/chillvars.exp: Fix expected patterns for printing
14726 structures.
14727
14728Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14729
14730 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
14731 which causes expect to get out of sync with gdb on long output
14732 from help set.
14733 * gdb.t09/corefile.exp: Make expected pattern for core file
14734 failing signal and frame output format less sun specific.
14735
14736Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
14737
14738 * gdb.t31/chillvars.exp: Add and remove initial dummy
14739 breakpoint, so that symbol table is forced in.
14740 (Needed at least on Sunos4, though it seems not SVR4.)
14741 * gdb.t31/chillvars.exp: Update for changed output format.
14742
14743Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
14744
14745 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
14746
14747Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
14748
14749 * Makefile.in: Added --srcdir when invoking runtest, removed the
14750 need for a local config file. (optional now)
14751
14752Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
14753
14754 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
14755 failure count used to force early termination. Add some more
14756 expected failures for gnu style demangling.
14757
14758Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14759
14760 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
14761 pmi variable from gdb.t20/gdbme to get optimized away.
14762 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
14763 Check for written corefile upon timeout _and_ eof.
14764
14765Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14766
14767 * config/unix-gdb.exp: Add missing return 0.
14768
14769Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14770
14771 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
14772 test termination.
14773
14774Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
14775
14776 * configure.in (subdirs): Put back gdb.t17 which mysteriously
14777 disappeared.
14778
14779Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
14780
14781 * gdb.t10/crossload.exp: Disable the i860-elf test until such
14782 time as i860 support works.
14783
d63a86f8 14784 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
14785 "backtrace 100\r" rather than just "backtrace\r", to match last
14786 change.
14787
14788Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
14789
14790 * config/udi-gdb.exp (gdb_exit): Remove close command.
14791 (gdb_target_udi): New procedure to set the UDI target.
14792 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
14793 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
14794 Added waits for prompts after several question responses. Added
14795 some more responses used by a29k-amd-udi-gdb.
14796 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
14797 pass different arguments, restart UDI connection after program
14798 completion.
14799 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
14800 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
14801 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
14802 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
14803 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
14804 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
14805 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
14806 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
14807 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
14808 after program completion.
14809 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
14810 compiled with a SELECT_VECS setting.
14811 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
14812 infinite recursion.
14813
14814 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
14815 Added checks for COFF results, and made them expected failures for
14816 all targets. It would be better to make them expected failures
14817 for COFF targets only.
14818
14819Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14820
14821 * Makefile.in: add null dvi target, don't bother to recurse
14822 through test directories for info and install-info; rename
14823 $(datadir) to be dejagnu instead of deja-gnu
14824
14825Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
14826
14827 * gdb.t31/gdbme.ch: Re-enable code that previously caused
14828 compiler to coredump.
14829 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
14830 code.
14831
14832Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
14833
14834 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
14835 coredump.
14836 * gdb.t31/chillvars.exp: Comment out tests that depend on that
14837 code.
14838
14839Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
14840
14841 * gdb.t03/ptype.exp: tests for return code from gdb_test.
14842 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
14843 which in a shell. Deletes xgdb when done.
14844 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
14845 Tests the return from the "set height" or "set width" commands.
14846 Added a few return codes where needed.
14847
14848Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
14849
14850 * Makefile.in (SUBDIRS): Add gdb.t17.
14851 * configure.in (subdirs): Add gdb.t17.
14852 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
14853 files to test gdb's calling of functions in the inferior with
14854 the correct arguments and gdb's ability to retrieve any
14855 result returned.
14856
14857Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
14858
14859 * config/unix-gdb.exp (gdb_exit): Remove close commands that
14860 may be called after gdb goes away. Previous versions of expect
14861 needed these to avoid file descriptor leaks, but they cause
14862 errors with the current revision of expect.
14863 * gdb.t00/gdbvars.exp: Use -re on expected output after
14864 setting sevenbit-strings.
14865 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
14866 to set sevenbit-strings consistent across tests.
14867 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
14868 set sevenbit-strings consistent across tests.
14869
14870Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
14871
14872 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
14873 expected output to match current "expect" expectations.
14874
14875Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
14876
14877 * gdb.t00/default.exp: Change expected output for default "source"
14878 command, to match new gdb behavior which requires a filename to
14879 source.
14880
14881Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
14882
14883 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
14884 expected fail for i486-*-* that misses the marker2 function.
14885 * gdb.t10/crossload.exp (bfddefault): Allow successful
14886 recognition of a format to pass even if no symbols are found.
14887 Explicitly catch failures where the format is not recognized
14888 or is ambiguous, and add the reason to the fail message.
14889 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
14890 the cause is and invalid target and add reason to failure message.
14891 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
14892 elf32-i386, elf32-sparc, and elf32-i860.
14893 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
14894 Set up expected failure for 'filename'::variable scope resolution,
14895 which is now apparently broken on all targets.
14896 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
14897 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
14898 gdb.t23/templates.exp: Change failure for missing binfile into
14899 just a warning.
14900 gdb.t21/demangle.exp: Change all cfront references to 'arm'
14901 references.
14902
14903Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
14904
14905 * gdb.t00/default.exp: Add expected output for default "source"
14906 command, to match new gdb behavior.
14907 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
14908
14909Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
14910
14911 * config/*-gdb.exp: returns an error, rather than exiting on
14912 internal errors.
14913
14914Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
14915
14916 * gdb.t03/gdbme.c: Add pointer to struct variable.
14917 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
14918 referencing struct members.
14919
14920Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
14921
14922 * configure.in (mips-idt-ecoff): New target.
14923 * config/mips-gdb.exp: New file for remote board using MIPS remote
14924 debugging protocol.
14925
14926 * Redid configuration scheme. Removed gdb.t*/configure.in.
14927 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
14928 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
14929 distclean targets. Built executables via .o files. Adjusted
14930 tests to account for source files in $(srcdir) rather than
14931 $(objdir).
14932 * lib/gdb.exp (runto): Don't expect () after the function name,
14933 because it may have arguments.
14934
14935Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
14936
14937 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
14938 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
14939 expected failures for mips-idt-* and mips-sgi-*.
14940 * gdb.t00/default.exp (attach): Kill process if requested.
14941 * gdb.t00/help.exp (help target core, help target): Accept a gdb
14942 that does not read core files.
14943 * gdb.t01/run.exp: Removed checks for exit status code.
14944 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
14945 it is linked in.
14946 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
14947 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
14948 appropriate, rather than doing it by hand.
14949 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
14950 execution.
14951 * gdb.t10/crossload.exp: Kill existing program if needed.
14952 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
14953 appropriate, rather than doing it by hand. Always increase
14954 timeout for this test, not just for VxWorks.
14955
14956Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
14957
14958 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
14959 of Chill STRUCT types and STRUCT values.
14960 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
14961 than "char".
14962 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 14963 struct2): New struct definitions and initializations to test
c906108c
SS
14964 simple Chill STRUCT types.
14965
14966Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
14967
14968 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
14969 the null byte at the end of strings.
14970 * gdb.t00/default.exp: Make show version insensitive to copyright
14971 date.
14972 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
14973 to avoid dependencies on target char signedness.
14974 * gdb.t16/printcmds.exp: Update expected results for explicitly
14975 unsigned char.
14976 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
14977 now work.
14978 * gdb.t21/demangle.exp: Add many more patterns for template
14979 demangling, most of them being expected failures.
14980 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
14981 string we are matching for, to match on the whole string.
14982 * gdb.t21/demangle.exp: Add many new test strings to demangle,
14983 and fix a whole bunch that had incorrect expected output but were
14984 passing anyway because of the bug in "proc demangle".
14985 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
14986 type.
14987 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
14988
14989Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
14990
14991 * gdb/testsuite: made modifications to testcases, etc., to allow
14992 them to work properly given the reorganization of deja-gnu and the
14993 relocation of the testcases from deja-gnu to a "tool" subdirectory.
14994
14995Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
14996
14997 * gdb/testsuite: Initial creation of gdb/testsuite.
14998 Migrated dejagnu testcases and support files for testing nm to
14999 gdb/testsuite from deja-gnu. These files were moved "as is"
15000 with no modifications. This migration is part of a major overhaul
15001 of dejagnu. The modifications to these testcases, etc., which
15002 will allow them to work with the new version of dejagnu will be
15003 made in a future update.
48efe704 15004
8d8cb839 15005 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 15006\f
8d8cb839
EZ
15007;; Local Variables:
15008;; mode: change-log
15009;; left-margin: 8
15010;; fill-column: 74
15011;; version-control: never
15012;; End:
902f2ccb
MC
15013
15014 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 15015 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
15016 Copying and distribution of this file, with or without modification,
15017 are permitted provided the copyright notice and this notice are preserved.