]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
* gdb.dwarf2/dw2-compressed.S: Also define __start.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6387b45f
DJ
12008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4
62f64ff2
DJ
52008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6
7 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8 non-MI prompt.
9
fa8de41e
TT
102008-07-26 Tom Tromey <tromey@redhat.com>
11
12 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
13 (function_struct, function_struct_ptr): New globals.
14 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15 function pointer in a struct.
16
ccb3ac8a
TT
172008-07-26 Tom Tromey <tromey@redhat.com>
18
19 * gdb.base/macscp.exp: Add test for macro lexing bug.
20
d7d9f01e
TT
212008-07-18 Tom Tromey <tromey@redhat.com>
22
23 * gdb.base/macscp.exp: Add macro tests.
24
9bf07184
PP
252008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
26
27 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
28
becf6477
PP
292008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
30
31 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
32
0709f7d3
PP
332008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
34
35 * gdb.cp/class2.exp: fix for failure on spu-elf
36
7093c834
PP
372008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
38
39 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
40
b432ffe3
JK
412008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
44
b1a268e5
VP
452008-07-12 Vladimir Prus <vladimir@codesourcery.com>
46
47 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
48
e2995f8e
KB
492008-07-11 Kevin Buettner <kevinb@redhat.com>
50
51 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
52 of regexp to account for changes made to GDB in the printing of
53 byte vectors.
54
14032a66
TT
552008-07-11 Tom Tromey <tromey@redhat.com>
56
57 * gdb.base/completion.exp: Add 'help' completion test.
58
981505ef
JK
592008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
62
10568435
JK
632008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
66
4487aabf
PA
672008-07-09 Pedro Alves <pedro@codesourcery.com>
68
69 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
70
a4a9b1c4
PA
712008-07-09 Pedro Alves <pedro@codesourcery.com>
72
73 * gdb.base/fullname.exp: Restore pwd if compiling failed.
74
3c3185ac
JK
752008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
78
7ebd49dc
VP
792008-06-28 Vladimir Prus <vladimir@codesourcery.com>
80
81 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
82 previous commit. Add a comment.
83
84e46146
PA
842008-06-28 Pedro Alves <pedro@codesourcery.com>
85
86 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
87
0f8d4a2f
VP
882008-06-28 Vladimir Prus <vladimir@codesourcery.com>
89
90 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
91
f747e0ce
PA
922008-06-27 Pedro Alves <pedro@codesourcery.com>
93
94 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
95 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
96 compiling an executable, link in an object that forces unbuffered
97 output.
98 * lib/set_unbuffered_mode.c: New file.
99
734a5c36
JK
1002008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
103
a2840c35
VP
1042008-06-25 Vladimir Prus <vladimir@codesourcery.com>
105
106 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
107 mi_expect_stop.
108 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
109 Demand that *running is output.
110 (detect_async): Perform checking every time.
111 (mi_send_resuming_command): Extract everything into...
112 (mi_send_resuming_command_raw): ...this.
113 (mi_expect_stop): Don't accept any output before *stopped.
114
6ae37fef
VP
1152008-06-13 Vladimir Prus <vladimir@codesourcery.com>
116
117 Robustify mi-simplerun.
118 * gdb.mi/basics.c (main): Add a call to sleep.
119 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
120 * gdb.mi/mi2-cli.exp: Likewise.
121 * gdb.mi/mi-break.exp: Likewise.
122
b4aa76f0 1232008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
124
125 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
126
e1ac3328
VP
1272008-06-10 Vladimir Prus <vladimir@codesourcery.com>
128
129 * gdb.mi/mi-console.exp: Adjust.
130 * gdb.mi/mi-syn-frame.exp: Adjust.
131 * gdb.mi/mi2-console.exp: Adjust.
132 * gdb.mi/mi2-syn-frame.exp: Adjust.
133 * lib/mi-support.exp (mi_run_cmd): Adjust.
134 (mi_send_resuming_command): Adjust.
135
f7f9a841
VP
1362008-06-10 Vladimir Prus <vladimir@codesourcery.com>
137
138 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
139 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
140 testing of stopped.
141 * gdb.mi/mi2-syn-frame.exp: Likewise.
142 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
143 (async, detect_async): New.
144 (mi_expect_stop, mi_continue_to_line): Adjust expectation
145 depending on if we're running in sync or async mode.
146
37cd5d19
TT
1472008-06-09 Tom Tromey <tromey@redhat.com>
148
149 * gdb.base/completion.exp: New tests for field name completion
150 with spaces, and field name completion with '->'.
151
65d12d83
TT
1522008-06-06 Tom Tromey <tromey@redhat.com>
153
154 * gdb.base/break1.c (struct some_struct): New struct.
155 (values): New global.
156 * gdb.base/completion.exp: Add field name completion test.
157
ebfe2e3f
PP
1582008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
159
160 * gdb.cp/call-c.exp: Test for incorrect handling of reference
161 to pointer.
162 * gdb.cp/call-c.cc: Likewise.
163
bcf6fc3a
NR
1642008-06-06 Nick Roberts <nickrob@snap.net.nz>
165
166 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
167 annotation.
168
49fd4a42
PA
1692008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
170 Pedro Alves <pedro@codesourcery.com>
171
172 * gdb.threads/execl.c, gdb.threads/execl1.c,
173 gdb.threads/execl.exp: New tests.
174
8a34ac3f
AR
1752008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
176 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * gdb.cp/exception.exp: Activate test, make it work with pending
179 catchpoints.
180
86ae69ef
JK
1812008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
184
f7f9ae2c
VP
1852008-05-28 Vladimir Prus <vladimir@codesourcery.com>
186
187 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
188 now printed.
189 * gdb.mi/mi2-var-cmd.exp: Likewise.
190
2a2d4dc3
AS
1912008-05-27 Andreas Schwab <schwab@suse.de>
192
193 * gdb.base/frame-args.exp: Handle arguments that are optimized
194 out.
195
5099e4d9
LM
1962008-05-26 Luis Machado <luisgpm@br.ibm.com>
197
198 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
199 quiet for ppc32 and group options into a single variable.
200
d9c36a91
JB
2012008-05-23 Joel Brobecker <brobecker@adacore.com>
202
203 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
204 of zero-size elements.
205 * gdb.ada/null_array.exp: Test printing this new array.
206
103a8671
JK
2072008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
210
07a4cc1a 2112008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
212
213 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
214 of the "finish" command.
215
55f996a7
NR
2162008-05-21 Nick Roberts <nickrob@snap.net.nz>
217
218 * gdb.base/annota1.exp: Test for new annotation.
219
907fc202
UW
2202008-05-16 Pedro Alves <pedro@codesourcery.com>
221
222 * gdb.base/fixsection.exp: New file.
223 * gdb.base/fixsection0.c: New file.
224 * gdb.base/fixsection1.c: New file.
225
e8f97270
UW
2262008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
227
228 * gdb.base/annota1.exp: Accept printf@... in place of printf.
229 * gdb.base/annota3.exp: Likewise.
230
ac0bb574
NF
2312008-05-13 Nathan Froyd <froydnj@codesourcery.com>
232
233 * gdb.base/watch_thread_num.exp: Don't run tests that require
234 watchpoints if the target doesn't support them.
235
6fadd07a
DE
2362008-05-12 Doug Evans <dje@google.com>
237
238 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
239
6e9a4a30
JB
2402008-05-09 Joel Brobecker <brobecker@adacore.com>
241
242 * gdb.ada/assign_1.exp: New testcase.
243
08388c79
DE
2442008-05-09 Doug Evans <dje@google.com>
245
a3c83fae
DE
246 * gdb.base/find.exp: New file.
247 * gdb.base/find.c: New file.
08388c79 248
bd5ddfe8
DJ
2492008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
250
251 * gdb.base/commands.exp (watchpoint_command_test): Handle
252 gdb,no_hardware_watchpoints.
253 * gdb.base/float.exp: Allow ARM targets without floating point.
254 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
255
b5dd68e2
JB
2562008-05-06 Jerome Guitton <guitton@adacore.com>
257 Joel Brobecker <brobecker@adacore.com>
258
259 * gdb.ada/lang_switch: New test program.
260 * gdb.ada/lang_switch.exp: New testcase.
261
382d13d1
DE
2622008-05-05 Doug Evans <dje@google.com>
263
264 * gdb.base/help.exp (disassemble): Update expected help text.
265
9dd789d0
PA
2662008-05-04 Pedro Alves <pedro@codesourcery.com>
267
268 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
269
611c83ae
PA
2702008-05-04 Pedro Alves <pedro@codesourcery.com>
271
272 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
273 different times.
274
ff013f42
JK
2752008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
278 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
279 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
280 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
281
96dff6a2
VP
2822008-05-04 Vladimir Prus <vladimir@codesourcery.com>
283
284 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
285 notification to appear.
286
55cd6f92
DJ
2872008-05-04 Daniel Jacobowitz <dan@debian.org>
288
289 * gdb.base/fullname.c: New file.
290 * gdb.base/fullname.exp: New file.
291 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
292
d705c43c
PA
2932008-05-03 Pedro Alves <pedro@codesourcery.com>
294
295 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
296 expressions with macros.
297
333222e1
JK
2982008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
299
300 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
301
5ac01682
DJ
3022008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
303
304 * gdb.base/completion.exp: Handle lack of other symbols beginning
305 with "a".
306
307 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
308
237fc4c9
PA
3092008-05-02 Jim Blandy <jimb@codesourcery.com>
310
311 * gdb.asm/asmsrc1.s: Add scratch space.
312
ed5e9466
DJ
3132008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
314 Daniel Jacobowitz <dan@codesourcery.com>
315
316 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
317 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
318 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
319
b39cc962
DJ
3202007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
321
322 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
323
36d520f5
JB
3242008-05-01 Joel Brobecker <brobecker@adacore.com>
325
326 * gdb.base/info-target.exp: New testcase.
327
8d4e3071
DJ
3282008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
329
330 * gdb.cp/hang.exp: Use .cc instead of .C.
331 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
332 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
333
6f3f3097
DJ
3342008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
335
336 * gdb.base/gdb1250.exp: Remove perror.
337 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
338
5550a914
PA
3392008-04-30 Pedro Alves <pedro@codesourcery.com>
340
341 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
342 .2byte.
343
d848e687
DJ
3442008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
345
346 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
347 (maybe_kfail): New.
348
93b5768b
PA
3492008-04-25 Pedro Alves <pedro@codesourcery.com>
350
351 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
352
721c02de
VP
3532008-04-24 Vladimir Prus <vladimir@codesourcery.com>
354
355 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
356 * gdb.mi/mi2-syn-frame.exp: Likewise.
357 * lib/mi-support.exp: Likewise.
358
74960c60
VP
3592008-04-24 Vladimir Prus <vladimir@codesourcery.com>
360
361 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
362 to specify regexp for the location to stop at.
363 * gdb.base/break-always.c: New.
364 * gdb.base/break-always.exp: New.
365
d24317b4
VP
3662008-04-24 Vladimir Prus <vladimir@codesourcery.com>
367
368 * lib/mi-support.exp (mi_runto_helper): Adjust
369 for the original-location field.
370 (mi_create_breakpoint, mi_list_breakpoints): New.
371 * gdb.mi/mi-break.exp: Adjust.
372 * gdb.mi/mi2-break.exp: Adjust.
373 * gdb.mi/mi-pending.exp: Adjust.
374 * gdb.mi/mi-simplerun.exp: Adjust.
375 * gdb.mi/mi2-simplerun.exp: Adjust.
376 * gdb.mi/mi-syn-frame.exp: Adjust.
377 * gdb.mi/mi2-syn-frame.exp: Adjust.
378 * gdb.mi/mi-until.exp: Adjust.
379 * gdb.mi/mi2-until.exp: Adjust.
380 * gdb.mi/mi-var-display.exp: Adjust.
381 * gdb.mi/mi2-var-display.exp: Adjust.
382 * gdb.mi/mi-watch.exp: Adjust.
383 * gdb.mi/mi2-watch.exp: Adjust.
384
fdc59709 3852008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 386
fdc59709
PB
387 * aclocal.m4: Add override.m4.
388 * configure: Regenerate.
389
8e91f023
VP
3902008-04-19 Vladimir Prus <vladimir@codesourcery.com>
391
392 * gdb.mi/var-cmd.c (do_at_tests): Verify that
393 '-var-update --all-values' reports new value even the type
394 of a variable object has changed.
395
233a11ab
CS
3962008-04-18 Craig Silverstein <csilvers@google.com>
397
398 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
399 files.
d24317b4 400
9c1137ad
JB
4012008-04-18 Joel Brobecker <brobecker@adacore.com>
402
403 * gdb.ada/atomic_enum: New test program.
404 * gdb.ada/atomic_enum.exp: New testcase.
405
66d0bbc7
DE
4062008-04-17 Doug Evans <dje@google.com>
407
408 * gdb.opt/Makefile.in: Fix whitespace.
409
100906b0
UW
4102008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
411
412 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
413
4584e32e
DE
4142008-04-17 Doug Evans <dje@google.com>
415
416 * gdb.base/hashline1.exp: New testcase.
417 * gdb.base/hashline2.exp: New testcase.
418 * gdb.base/hashline2.exp: New testcase.
419
0a320680
PA
4202008-04-17 Pedro Alves <pedro@codesourcery.com>
421
422 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
423
18ac113b
AR
4242008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
425
426 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
427 temporary breakpoint to match "Temporary breakpoint".
428 * gdb.base/break.exp (delete_breakpoints): Likewise.
429 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
430 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
431 * gdb.base/display.exp: Likewise.
432 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
433 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
434 * gdb.base/restore.exp (restore_tests): Likewise.
435 * gdb.base/sepdebug.exp: Likewise.
436 * gdb.base/watchpoint.exp: Likewise.
437 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
438 * gdb.mi/mi-pending.exp: Likewise.
439 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
440 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
441 * gdb.mi/mi-var-cmd.exp: Likewise.
442 * gdb.mi/mi-var-display.exp: Likewise.
443 * gdb.mi/mi2-cli.exp: Likewise.
444 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
445 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
446 * gdb.mi/mi2-var-display.exp: Likewise.
447 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
448 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
449 new "disp" field.
450 (mi_expect_stop): Move after_reason argument to be really after
451 reason. This is to support fix for PR2424.
452
add38693
JK
4532008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
454
455 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
456
fcacd99f
VP
4572008-04-13 Vladimir Prus <vladimir@codesourcery.com>
458
459 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
460 field. Add more floating varobj tests.
461 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
462 field.
463 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
464 (main): Call do_at_tests.
465 * lib/mi-support.exp (mi_create_floating_varobj)
466 (mi_varobj_update_with_type_change): New.
467
de051565
MK
4682008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
469
470 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
471 option of -var-evaluate-expression.
472 * gdb.mi/mi2-var-display.exp: Likewise.
473
dbc52822
VP
4742008-04-07 Vladimir Prus <vladimir@codesourcery.com>
475
476 Introduce test setup helpers.
477 * lib/gdb.exp (build_executable, clean_restart)
478 (prepare_for_testing): New.
479 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
480 * gdb.base/return.exp: Likewise.
481 * gdb.base/ending-run.exp: Likewise.
482
473591da
NR
4832008-04-07 Nick Roberts <nickrob@snap.net.nz>
484
485 * gdb.mi/mi-async.exp: New test for asynchronous Machine
486 Interface (MI) responses.
487
2b2d9e11
VP
4882008-04-06 Vladimir Prus <vladimir@codesourcery.com>
489
490 * gdb.cp/breakpoint.cc: New code to test conditions involving
491 member variables.
492 * gdb.cp/breakpoint.exp: Test condition involving member
493 variables.
494
bb378428
VP
4952008-04-05 Vladimir Prus <vladimir@codesourcery.com>
496
497 * lib/mi-support.exp (mi_expect_stop): New.
498 (mi_run_cmd): Change the
499 token. Use mi_send_resuming_command, use
500 mi_expect_stop.
501 (mi_execute_to_helper): Rename to mi_execute_to.
502 (mi_send_resuming_command): Add more error patterns.
503 (mi_wait_for_stop): Renamed to...
504 (mi_get_stop_line): ...this.
505 (mi_run_inline_test): Adjust.
506
507 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
508 * gdb.mi/mi-console.exp: Likewise.
509 * gdb.mi/mi-pending.exp: Likewise.
510 * gdb.mi/mi-simplerun.exp: Likewise.
511 * gdb.mi/mi-stack.exp: Likewise.
512 * gdb.mi/mi-stepi.exp: Likewise.
513 * gdb.mi/mi-syn-frame.exp: Add comment.
514 * gdb.mi/mi-until.exp: Likewise.
515 * gdb.mi/mi-var-display.exp: Likewise.
516 * gdb.mi/mi-watch.exp: Likewise.
517 * gdb.mi/mi2-cli.exp: Likewise.
518 * gdb.mi/mi2-console.exp: Likewise.
519 * gdb.mi/mi2-simplerun.exp: Likewise.
520 * gdb.mi/mi2-stack.exp: Likewise.
521 * gdb.mi/mi2-stepi.exp: Likewise.
522 * gdb.mi/mi2-until.exp: Likewise.
523 * gdb.mi/mi2-var-display.exp: Likewise.
524 * gdb.mi/mi2-watch.exp: Likewise.
525
62172bb9
UW
5262008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
527
528 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
529
530 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
531
a13e061a
PA
5322008-04-04 Pedro Alves <pedro@codesourcery.com>
533
534 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
535 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
536 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
537 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
538 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
539 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
540 expect an mi error duplicated in stderr.
541
eae06beb
JB
5422008-04-03 Joel Brobecker <brobecker@adacore.com>
543
544 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
545 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
546 Add a couple of tests that verify the behavior when the new setting
547 is set to "cancel" and "all".
548 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
549 "ask" before we start the testing.
550
79c6ced6
AR
5512008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
552
553 * gdb.cp/casts.cc: Add class reference variables.
554 * gdb.cp/casts.exp: New test cases for up/down casting references.
555
6c2d1a6b
MK
5562008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
557
558 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
559 instead of beginning to make an extra test pass.
560 * gdb.mi/mi2-var-display.exp: Likewise.
561
55b411d9
MR
5622008-03-31 Maciej W. Rozycki <macro@mips.com>
563
564 * gdb.base/break.exp: Mark failures as such. Fix formatting.
565
c6140da2
MD
5662008-03-31 Markus Deuling <deuling@de.ibm.com>
567 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
568
569 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
570 value. Add xfail for older kernels.
571
79732189
AR
5722008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
573
574 Bring mi-support in line with gdb.exp.
575 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
576 (mi_gdb_start): New function.
577
33c3676e
MR
5782008-03-28 Maciej W. Rozycki <macro@mips.com>
579
580 * gdb.mi/mi-var-cmd.exp: Fix a typo.
581
92e28119
VP
5822008-03-26 Vladimir Prus <vladimir@codesourcery.com>
583
584 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
585 * gdb.mi/mi2-var-display.exp: Likewise.
586
9e8e3afe
VP
5872008-03-26 Vladimir Prus <vladimir@codesourcery.com>
588
589 * lib/mi-support.exp (mi_create_varobj_checked): New.
590 (mi_list_varobj_children): Allow to check for a
591 value.
592 (mi_list_array_varobj_children): New.
593
594 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
595 and mi_list_varobj_children, as opposed to hardcoding
596 expected strings.
597 * gdb.mi/gdb701.exp: Likewise.
598 * gdb.mi/gdb792.exp: Likewise.
599 * gdb.mi/mi-var-block.exp: Likewise.
600 * gdb.mi/mi-var-cmd.exp: Likewise.
601 * gdb.mi/mi-var-invalidate.exp: Likewise.
602 * gdb.mi/mi2-var-block.exp: Likewise.
603 * gdb.mi/mi2-var-child.exp: Likewise.
604 * gdb.mi/mi2-var-cmd.exp: Likewise.
605 * gdb.mi/mi2-var-display.exp: Likewise.
606
9df50351
JK
6072008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 Fix random false FAILs on i386.
610 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
611
31e5d73a
DJ
6122008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
613
614 PR gdb/544
615 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
616
12f4afab
DJ
6172008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
618
619 PR gdb/544
620 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
621
b562a0cb
DJ
6222008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
623
624 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
625 fixed PR gdb/544.
626
17faa917
DJ
6272008-03-21 Pedro Alves <pedro@codesourcery.com>
628
629 * gdb.threads/fork-child-threads.exp: Test next over fork.
630
6214f497
DJ
6312008-03-21 Chris Demetriou <cgd@google.com>
632
633 * gdb.base/break.exp (rbreak junk): New test for rbreak
634 "Junk at end of arguments" issue.
635
63092375
DJ
6362008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
637
638 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
639 *& to work on created array elements.
640 (Top level): Test print $pc with a file. Test string operations
641 without a target.
642 * gdb.base/ptype.exp: Do not expect *& to work on created array
643 elements.
644
b21991b0
DJ
6452008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
646
647 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
648 gdb.threads/staticthreads.exp: Update exit query.
649
c4b347c7
SL
6502008-03-07 Sandra Loosemore <sandra@codesourcery.com>
651
652 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
653
fa4727a6
DJ
6542008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
655
656 * gdb.base/watchpoint.c (global_ptr, func4): New.
657 (main): Call func4.
658 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
659 (test_inaccessible_watchpoint): New.
660
2f34202f
MR
6612008-02-29 Maciej W. Rozycki <macro@mips.com>
662
663 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
664 select the largest.
665
0d6ba1b1
DJ
6662008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
667
668 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
669 frames-invalid annotations.
670
e691325a
PM
6712008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
672
673 * gdb.base/assign.exp: avoid same output for different tests.
674
f85b5ecc
DE
6752008-02-27 Doug Evans <dje@google.com>
676
677 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
678 for bug 1738.
679 (breakpoint_to_handler_entry): Ditto.
680
b40e7bf3
JB
6812008-02-27 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.base/ending-run.exp: Use the first line of code inside
684 function body to test breakpoints.
685 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
686 location where the breakpoint is inserted when using the line
687 where a function is declared. Fix typo in the description of
688 one of the tests.
689 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
690
2faca73a
PM
6912008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
692
693 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
694 tests.
695
6f439c36
PM
6962008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
697
698 * gdb.base/args.exp: avoid same output for tests
699 with single quotes.
700
54e52265
VP
7012008-02-26 Vladimir Prus <vladimir@codesourcery.com>
702
703 * gdb.base/annota1.exp: Adjust for 'info break'
704 format changes.
705 * gdb.base/annota3.exp: Likewise.
706 * gdb.base/break.exp: Likewise.
707 * gdb.base/condbreak.exp: Likewise.
708 * gdb.base/pending.exp: Likewise.
709 * gdb.base/sepdebug.exp: Likewise.
710 * gdb.base/unload.exp: Likewise.
711 * gdb.cp/ovldbreak.exp: Likewise.
712 * gdb.mi/mi-pending.exp: Likewise.
713
897b09ca
DE
7142008-02-07 Doug Evans <dje@google.com>
715
716 * gdb.cp/mb-inline.exp: New.
717 * gdb.cp/mb-inline.h: New.
718 * gdb.cp/mb-inline1.cc: New.
719 * gdb.cp/mb-inline2.cc: New.
720
b1c32d35
PM
7212008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
722
723 * gdb.pascal/floats.pas: New test program.
724 * gdb.pascal/floats.exp: New testcase.
725
1a4ca44a
TJB
7262008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
727
728 * gdb.base/callfuncs.c (t_float_many_args): New function.
729 (t_double_many_args): New function.
730 * gdb.base/callfuncs.exp: Add tests for exceeding float
731 and double parameters passed through the stack.
732
439048e8
JB
7332008-02-05 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
736 gdb.ada/complete/foo.adb: New files.
737 * gdb.ada/complete.exp: New testcase.
738
81fe8080
DE
7392008-02-03 Doug Evans <dje@google.com>
740
301f0ecf
DE
741 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
742
81fe8080
DE
743 * gdb.cp/gdb2384.exp: New file.
744 * gdb.cp/gdb2384.cc: New file.
745 * gdb.cp/gdb2384-base.h: New file.
746 * gdb.cp/gdb2384-base.cc: New file.
747
4b071aec
DE
7482008-02-02 Doug Evans <dje@google.com>
749
750 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
751
61137ba6
JB
7522007-02-01 Joel Brobecker <brobecker@adacore.com>
753
754 * gdb.ada/sym_print_name: New test program.
755 * gdb.ada/sym_print_name.exp: New testcase.
756
7572007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
758
759 * gdb.ada/nested/hello.adb: New file.
760 * gdb.ada/nested.exp: New testcase.
761 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
762
98deb0da
VP
7632008-02-01 Vladimir Prus <vladimir@codesourcery.com>
764
765 * gdb.mi/basic.c (return_1): New function.
766 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
767 don't cause future evaluations of function to report
768 creation of internal breakpoints.
769
723a2275
VP
7702008-02-01 Vladimir Prus <vladimir@codesourcery.com>
771
772 * gdb.mi/mi-break.exp (test_error): New.
773 Call it.
774
fb546a2f
LM
7752008-01-31 Luis Machado <luisgpm@br.ibm.com>
776
777 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
778 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
779
2d8fd90a
PM
7802008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
781
782 * gdb.pascal/integers.pas: New test program.
783 * gdb.pascal/integers.exp: New testcase.
784
a7fa0ded
PM
7852008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
786
787 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
788
5e1a1926
TJB
7892008-01-30 Luis Machado <luisgpm@br.ibm.com>
790
791 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
792 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
793
8d04f9f0
JB
7942008-01-30 Paul Hilfinger <hilfinger@adacore.com>
795
796 * gdb.ada/formatted_ref: New test program.
797 * gdb.ada/formatted_ref.exp: New testcase.
798
799 * gdb.cp/formatted-ref.cc: New file.
800 * gdb.cp/formatted-ref.exp: New testcase.
801
ce75a98f
JB
8022008-01-30 Joel Brobecker <brobecker@adacore.com>
803
804 * gdb.base/ptype.exp: Add testing of "ptype $pc".
805
e835f6bf
NR
8062008-01-30 Nick Roberts <nickrob@snap.net.nz>
807
808 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
809 (test_file_list_exec_source_file): Update to new macro-info field.
810
d118ef87
PH
8112008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
812
813 * gdb.ada/exprs: New test program.
814 * gdb.ada/exprs.exp: New testcase.
815
7d35ab09
TJB
8162008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
817
818 * dfp-test.c (DELTA, DELTA_B): New definitions.
819 (double_val1, double_val2, double_val3, double_val4, double_val5,
820 double_val6, double_val7, double_val8, double_val9, double_val10,
821 double_val11, double_val12, double_val13, double_val14, dec32_val1,
822 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
823 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
824 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
825 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
826 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
827 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
828 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
829 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
830 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
831 dec128_val16): New global variables.
832 (decimal_dec128_align): New function.
833 (decimal_mixed): Likewise.
834 (decimal_many_args_dec32): Likewise.
835 (decimal_many_args_dec64): Likewise.
836 (decimal_many_args_dec128): Likewise.
837 (decimal_many_args_mixed): Likewise.
838 * dfp-test.exp: Add tests calling new inferior functions.
839
2d717e4f
DJ
8402008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
841
842 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
843 gdb.server/ext-run.exp: New files.
844 * lib/gdbserver-support.exp (gdbserver_download): New.
845 (gdbserver_start): New. Update gdbserver expected
846 output.
847 (gdbserver_spawn): Use them.
848 (gdbserver_start_extended): New.
849
e85a822c
DJ
8502008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
851
852 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
853 Run on GNU/Linux.
854 (do_exec_tests): Check for systems which do not support catchpoints.
855 Do not match START.
856 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
857 Run on GNU/Linux. Enable verbose output.
858 (check_fork_catchpoints): New.
859 (explicit_fork_child_follow, catch_fork_child_follow)
860 (tcatch_fork_parent_follow): Update expected messages.
861 (do_fork_tests): Use check_fork_catchpoints.
862 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
863 Run on GNU/Linux. Enable verbose output.
864 (check_vfork_catchpoints): New.
865 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
866 expected messages.
867 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
868
401ea829
JB
8692008-01-29 Jim Blandy <jimb@red-bean.com>
870
871 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
872 host' errors.
873 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
874
aceaf3ad
JB
8752008-01-29 Jim Blandy <jimb@red-bean.com>
876
877 * gdb.threads/sigthread.c: Use barriers to ensure that
878 child_thread and child_thread_two are always initialized before we
879 start to use them.
880
a5606eee
VP
8812008-01-29 Vladimir Prus <vladimir@codesourcery.com>
882
883 * gdb.base/watchpoint-solib.exp: New.
884 * gdb.base/watchpoint-solib.c: New.
885 * gdb.base/watchpoint-solib-shr.c: New.
886
c55a82bb
PM
8872008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
888
889 * gdb.base/gdb1056.exp: Add unsigned integer test.
890
0993fe05
DE
8912008-01-28 Doug Evans <dje@google.com>
892
893 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
894
4fe42e7f
JB
8952008-01-27 Jim Blandy <jimb@codesourcery.com>
896
c7a69933
JB
897 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
898
4fe42e7f
JB
899 * gdb.base/expand-psymtabs.exp: Doc fix.
900
5def8285
MK
9012008-01-26 Mark Kettenis <kettenis@gnu.org>
902
903 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
904
5313c911
NR
9052008-01-24 Nick Roberts <nickrob@snap.net.nz>
906
907 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
908 -var-set-format.
909
93815fbf
VP
9102008-01-23 Chris Demetriou <cgd@google.com>
911
912 * gdb.threads/thread_events.c: New testcase source file.
913 * gdb.threads/thread_events.exp: New testcase expect file.
914
467a88ee
NR
9152008-01-23 Nick Roberts <nickrob@snap.net.nz>
916
917 * lib/gdb.exp: Add the variable octal.
918
919 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
920 -var-set-format.
921
d8f82aba
DJ
9222008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
923 Vladimir Prus <vladimir@codesourcery.com>
924
925 * gdb.base/float.exp: Allow missing floating point for m68k and
926 PowerPC.
927
60c46647
VP
9282008-01-22 Vladimir Prus <vladimir@codesourcery.com>
929
930 * gdb.mi/basics.c: Setup for testing breakpoints
931 ignore count.
932 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
933 * gdb.mi/mi-cli.exp: Adjust.
934 * gdb.mi/mi2-cli.exp: Adjust.
935
c7dd36a1
PA
9362008-01-17 Pedro Alves <pedro@codesourcery.com>
937
938 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
939 and 'dummy_ptr' integer pointer. Initialize struct_declarations
940 with dummy_ptr's address.
941 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
942 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
943 all targets.
944 * gdb.mi/mi2-var-child.exp: Likewise.
945
39d5313e
JB
9462008-01-09 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.ada/null_array: New test program.
949 * gdb.ada/null_array.exp: New testcase.
950
0aea4bf3
LM
9512008-01-09 Luis Machado <luisgpm@br.ibm.com>
952
953 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
954 with required float modifiers.
955
0b354900
JB
9562008-01-08 Joel Brobecker <brobecker@adacore.com>
957
958 * gdb.ada/funcall_param: New test program.
959 * gdb.ada/funcall_param.exp: New testcase.
960
cdb7f5d4
JB
9612008-01-08 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.ada/arrayparam: New test program.
964 * gdb.ada/arrayparam.exp: New testcase.
965
88e2547f
JB
9662008-01-08 Joel Brobecker <brobecker@adacore.com>
967
968 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
969 landed. Should also fix random failures in the test following it.
970
f6867ce0
TJB
9712008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
972
973 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
974 for expressions with decimal float values.
975 (test_dfp_conversions): New function to test casts to and from
976 decimal float types.
977 Call test_dfp_conversions.
978 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
979 elements.
980 (main): Initialize ds.float4 and ds.double8 elements.
981 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
982 string to new error message.
983 (d64_set_tests): Likewise.
984 (d128_set_tests): Likewise.
985 Add tests for expressions with decimal float variables. Add tests for
986 conversions to and from decimal float types.
987
f9c11282
JB
9882008-01-05 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/packed_tagged/comp_bug.adb: New file.
991 * gdb.ada/packed_tagged.exp: New testcase.
992
0ecbca72
JB
9932008-01-04 Joel Brobecker <brobecker@adacore.com>
994
995 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
996 gdb.ada/homonym/homonym_main.adb: New files.
997 * gdb.ada/homonym.exp: New testcase.
998
c18d3d89
JB
9992008-01-04 Joel Brobecker <brobecker@adacore.com>
1000
1001 * gdb.ada/packed_array.exp: Add testing of references to
1002 a packed array.
1003
ecc7085b
JB
10042008-01-04 Joel Brobecker <brobecker@adacore.com>
1005
1006 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
1007 New files.
1008 * gdb.ada/type_coercion.exp: New testcase.
1009
c474c922
JB
10102008-01-04 Joel Brobecker <brobecker@adacore.com>
1011
1012 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
1013 gdb.ada/tagged/foo.adb: New file.
1014 * gdb.ada/tagged.exp: New testcase.
1015
9005b927
JB
10162008-01-04 Joel Brobecker <brobecker@adacore.com>
1017
1018 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
1019 gdb.ada/ptype_field/foo.adb: New files.
1020 * gdb.ada/ptype_field.exp: New testcase.
1021
1a6aaad8
JB
10222008-01-03 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.ada/print_pc.exp: New testcase.
1025
0ef22f53
JB
10262008-01-03 Joel Brobecker <brobecker@adacore.com>
1027
1028 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
1029 gdb.ada/taft_type/p.adb: New files.
1030 * gdb.ada/taft_type.exp: New testcase.
1031
1689ecf8
JB
10322008-01-03 Joel Brobecker <brobecker@adacore.com>
1033
1034 * gdb.ada/array_bounds/bar.adb: New file.
1035 * gdb.ada/array_bounds.exp: New testcase.
1036
a4d0b9c3
JB
10372008-01-03 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
1040 gdb.ada/arrayptr/foo.adb: New files.
1041 * gdb.ada/arrayptr.exp: New testcase.
1042
a31ace00
JB
10432008-01-03 Joel Brobecker <brobecker@adacore.com>
1044
1045 * gdb.base/set-lang-auto.exp: New testcase.
1046
a97fced3
JB
10472008-01-03 Joel Brobecker <brobecker@adacore.com>
1048
1049 * gdb.ada/fun_addr/foo.adb: New file.
1050 * gdb.ada/fun_addr.exp: New testcase.
1051
ef29ce1a
JK
10522008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1053
1054 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
1055 New files
1056
0fafefe3
JB
10572008-01-02 Joel Brobecker <brobecker@adacore.com>
1058
1059 * array_subscript_addr/p.adb: New file.
1060 * array_subscript_addr.exp: New testcase.
1061
c4359f8d
JB
10622008-01-02 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
1065 New files.
1066 * gdb.ada/str_cmp_ref.exp: New testcase.
1067
1aa1b15b
JB
10682008-01-01 Joel Brobecker <brobecker@adacore.com>
1069
1070 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
1071 gdb.ada/fun_in_declare/foo.adb: New files.
1072 * gdb.ada/fun_in_declare.exp: New testcase.
1073
81c9b2cf
JB
10742008-01-01 Joel Brobecker <brobecker@adacore.com>
1075
1076 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
1077 gdb.ada/ref_param/pck.ads: New files.
1078 * gdb.ada/ref_param.exp: New testcase.
1079
319e4674
JB
10802008-01-01 Joel Brobecker <brobecker@adacore.com>
1081
1082 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
1083 gdb.ada/interface/foo.adb: New files.
1084 * gdb.ada/interface.exp: New testcase.
1085
ef682c56
JB
10862007-12-31 Jim Blandy <jimb@codesourcery.com>
1087
1088 * gdb.base/multi-forks.exp: Consume all output from child
1089 processes before proceeding to next test.
1090
f6f3eb6c
JB
10912007-12-29 Jim Blandy <jimb@codesourcery.com>
1092
1093 * configure: Regenerated.
1094
f652e42f
JB
10952007-12-27 Joel Brobecker <brobecker@adacore.com>
1096
1097 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
1098 gdb.ada/fixed_cmp/fixed.adb: New files.
1099 * gdb.ada/fixed_cmp.exp: New testcase.
1100
6943e596
JB
11012007-12-27 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.ada/boolean_expr.exp: New testcase.
1104
aad9a193
JB
11052007-12-26 Jim Blandy <jimb@codesourcery.com>
1106
1107 * gdb.base/multi-forks.exp: Doc fix.
1108
fb5f3683
JB
11092007-12-26 Joel Brobecker <brobecker@adacore.com>
1110
1111 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
1112 * gdb.ada/char_param.exp: Do not compile our test program with
1113 -gnata, this is unnecessary.
1114 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
1115
384e4a9c
JB
11162007-12-24 Joel Brobecker <brobecker@adacore.com>
1117
1118 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
1119 gdb.ada/print_chars/foo.adb: New files.
1120 * gdb.ada/print_chars.exp: New testcase.
1121
01e044f7
JB
11222007-12-24 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
1125 gdb.ada/char_param/foo.adb: New files.
1126 * gdb.ada/char_param.exp: New testcase.
1127
0ce17860
JB
11282007-12-22 Jim Blandy <jimb@codesourcery.com>
1129
1130 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
1131 hard-coding source line numbers into the test.
1132 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
1133 gdb_get_line_number to find.
1134
919809b9
JB
11352007-12-22 Joel Brobecker <brobecker@adacore.com>
1136
1137 * gdb.base/ptype.c (highest): New struct type.
1138 (the_highest): New variable of that type.
1139 (main): Add dummy assignment to a field of variable the_highest.
1140 * gdb.base/ptype.exp: Test type printing of our new variable.
1141
abc8a88d
PM
11422007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
1143
1144 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
1145 and record first explicitly generated thread number.
1146 Use that thread number for thread specific watchpoint test.
1147 Add iteration number to repetitive tests.
1148
5158f3e3
CES
11492007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1150 Jim Blandy <jimb@codesourcery.com>
1151
1152 * gdb.base/expand-psymtabs.c: New testcase
1153 source file.
1154 * gdb.base/expand-psymtabs.exp: New testcase
1155 expect file.
1156
37e4754d
LM
11572007-12-17 Luis Machado <luisgpm@br.ibm.com>
1158
1159 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
1160 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
1161
551e5d04
JB
11622007-12-17 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.ada/frame_args/foo.adb: New file.
1165 * gdb.ada/frame_args/pck.ads: New file.
1166 * gdb.ada/frame_args/pck.adb: New file.
1167 * gdb.ada/frame_args.exp: New testcase.
1168
a05ee097
JB
11692007-12-17 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.base/frame-args.c: New file.
1172 * gdb.base/frame-args.exp: New testcase.
1173
c162e8c9
JM
11742007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
1175 Joseph Myers <joseph@codesourcery.com>
1176
1177 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
1178
afe8ab22
VP
11792007-12-14 Vladimir Prus <vladimir@codesourcery.com>
1180
1181 * gdb.mi/mi-pending.exp: New.
1182 * gdb.mi/mi-pending.c: New.
1183 * gdb.mi/mi-pendshr.c: New.
1184
dfdfb3ca
JB
11852007-12-06 Jim Blandy <jimb@codesourcery.com>
1186
1187 * gdb.base/default.exp: Update expected output for 'info catch'.
1188
b7fca990
JK
11892007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
1192 must be set to binary.
1193
6a1afc1e
PA
11942007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
1195
1196 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
1197
a6b151f1
DJ
11982007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
1199
1200 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
1201 gdb.mi/mi-file-transfer.exp: New.
1202
43039443
JK
12032007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1204
1205 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
1206
0ef2251b
MR
12072007-11-22 Maciej W. Rozycki <macro@mips.com>
1208
1209 * gdb.trace/backtrace.exp: Fix a typo.
1210 * gdb.trace/circ.exp: Likewise.
1211 * gdb.trace/collection.exp: Likewise.
1212 * gdb.trace/limits.exp: Likewise.
1213 * gdb.trace/report.exp: Likewise.
1214 * gdb.trace/tfind.exp: Likewise.
1215 * gdb.trace/while-dyn.exp: Likewise.
1216
5443631e
NR
12172007-11-21 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
1220 objects of pointers that can't be dereferenced are now
1221 "noneditable".
1222
a4ce5b0d
UW
12232007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1224
1225 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
1226 (target_cpu): Remove.
1227
d6e956e5
VP
12282007-10-15 Vladimir Prus <vladimir@codesourcery.com>
1229
1230 * gdb.base/ending-run.exp: Expect the list of cleared
1231 breakpoint to come in natural order, not the reversed one.
1232
214270ab
VP
12332007-11-07 Vladimir Prus <vladimir@codesourcery.com>
1234
1235 * gdb.mi/mi-var-child.c (do_child_deletion): New.
1236 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
1237
1a619819
LM
12382007-11-05 Luis Machado <luisgpm@br.ibm.com>
1239
1240 * gdb.base/printcmds.exp: New function
1241 test_printf_with_dfp.
1242
5b01a6fa
DE
12432007-11-02 Doug Evans <dje@google.com>
1244
1245 * gdb.disasm/t01_mov.s: Remove carriage returns.
1246 * gdb.disasm/t02_mova.s: Ditto.
1247 * gdb.disasm/t03_add.s: Ditto.
1248 * gdb.disasm/t04_sub.s: Ditto.
1249 * gdb.disasm/t05_cmp.s: Ditto.
1250 * gdb.disasm/t06_ari2.s: Ditto.
1251 * gdb.disasm/t07_ari3.s: Ditto.
1252 * gdb.disasm/t08_or.s: Ditto.
1253 * gdb.disasm/t09_xor.s: Ditto.
1254 * gdb.disasm/t10_and.s: Ditto.
1255 * gdb.disasm/t11_logs.s: Ditto.
1256 * gdb.disasm/t12_bit.s: Ditto.
1257 * gdb.disasm/t13_otr.s: Ditto.
1258
ec33ab7f
JK
12592007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1260
1261 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
1262
ae0d01ff
UW
12632007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1264
1265 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
1266 provide DFP support.
1267
55eddb0f
DJ
12682007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
1269
1270 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
1271 Test "set powerpc vector-abi". Skip auto-detection tests for old
1272 toolchains.
1273
7020f05c
PA
12742007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
1275
1276 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
1277 with [string compare].
1278
84bc3db9
PA
12792007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
1280
1281 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
1282 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
1283
5876dc88
LM
12842007-10-25 Luis Machado <luisgpm@br.ibm.com>
1285
1286 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
1287 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
1288 * gdb.opt/Makefile.in: New makefile.
1289 * Makefile.in: Create new directory "gdb.opt".
1290 * configure.ac: Add "gdb.opt" directory.
1291 * configure: Regenerated.
1292
c3ea9a14
DE
12932007-10-25 Doug Evans <dje@google.com>
1294
1295 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
1296 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
1297
93004d61
TJB
12982007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
1299 Thiago Jung Bauermann <bauerman@br.ibm.com>
1300
1301 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
1302 Floating Point expressions.
1303 * gdb.base/dfp-test.exp: new file adding tests for Decimal
1304 Floating Point variables.
1305 * gdb.base/dfp-test.c: new file containing program with Decimal
1306 Floating variables, used by gdb.base/dfp-test.exp.
1307
62a24a2b
DJ
13082007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1309
1310 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
1311
e7b1eae6
UW
13122007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1313
1314 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
1315 compiling test case with GCC.
1316 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
1317
c641edcc
UW
13182007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1319
1320 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
1321 format changes.
1322
5e5ebfe6
MS
13232007-10-18 Michael Snyder <msnyder@specifix.com>
1324
1325 * gdb.base/dbx.exp: Add missing "-re " operator.
1326
e831e7b6
GM
13272007-10-16 Gaius Mulley <gaius@glam.ac.uk>
1328
1329 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
1330 * configure.ac: Removed trailing spaces after backslash.
1331 * gdb.modula2: New directory.
1332 * gdb.modula2/Makefile.in: New file.
1333 * gdb.modula2/unbounded-array.exp: New file.
1334 * gdb.modula2/unbounded1.c: New file.
1335
7cc46491
DJ
13362007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1337
1338 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
1339
13402007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
1341
1342 * gdb.base/sigstep.c (main): Add checks for
1343 return values for setitimer call.
1344 Call setitimer again with itimer = ITIMER_REAL
1345 if first call to setitimer fails.
1346
e91528f0
KH
13472007-10-11 Kazu Hirata <kazu@codesourcery.com>
1348
1349 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
1350 of $timeout.
1351
2ec9a4f8
DJ
13522007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
1353
1354 * gdb.server/server-run.exp: Test for dynamic linker symbols.
1355
13562007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
1357
1358 * lib/gdb.exp (gdb_run_cmd): Move comment outside
1359 of gdb_expect call, to avoid interruption.
1360
64b2fa04
PA
13612007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
1362
1363 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
1364 (v_unsigned_long_long, v_long_long_array)
1365 (v_signed_long_long_array, v_unsigned_long_long_array)
1366 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
1367 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
1368 [!NO_LONG_LONG]: New.
1369 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
1370 v_long_long_member.
1371
1372 (v_long_long_func, v_signed_long_long_func)
1373 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
1374 (main) [!NO_LONG_LONG]: Initialize long long variants.
1375
1376 * gdb.base/whatis.exp: If board file requests no_long_long, build
1377 test with NO_LONG_LONG defined. Test long long, signed long long,
1378 and unsigned long long variants but only if board file doesn't
1379 disable it.
1380
a912286e
DJ
13812007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
1382 Daniel Jacobowitz <dan@codesourcery.com>
1383
1384 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
1385 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
1386 * configure: Regenerated.
1387 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
1388 gdb.pascal/types.exp, lib/pascal.exp: New files.
1389
471ba8c9
DJ
13902007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
1391
1392 * gdb.cp/classes.exp (do_tests): Always step to the line after the
1393 call.
1394 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
1395 to return to the call.
1396 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
1397 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
1398 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
1399 * gdb.mi/mi-until.exp (test_until): Likewise.
1400 * gdb.mi/mi2-until.exp (test_until): Likewise.
1401
fef8a650
DJ
14022007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
1403
1404 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
1405 two-char array.
1406 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
1407
d983da9c
DJ
14082007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1409
1410 * gdb.threads/watchthreads.c (thread_function): Sleep between
1411 iterations.
1412 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
1413 at once for S/390. Generate matching fails and passes.
1414
17f62551
VP
14152007-09-27 Vladimir Prus <vladimir@codesourcery.com>
1416
1417 * gdb.mi/var-cmd.c (do_children_tests): Initialize
1418 the 'struct_declarations' variable to zeros.
17f62551 1419
ed0616c6
VP
14202007-09-24 Vladimir Prus <vladimir@codesourcery.com>
1421
1422 * gdb.cp/mb-ctor.cc: New.
1423 * gdb.cp/mb-ctor.exp: New.
1424 * gdb.cp/mb-templates.cc: New.
1425 * gdb.cp/mb-templates.exp: New.
1426
41f1b697
DJ
14272007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
1428
1429 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
1430
3f213f78
PA
14312007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
1432
1433 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
1434 targets.
1435 * configure: Regenerate.
1436
0d381245
VP
14372007-09-23 Vladimir Prus <vladimir@codesourcery.com>
1438
1439 * gdb.base/annota1.exp: Adjust for 'info break'
1440 format changes.
1441 * gdb.base/annota3.exp: Likewise.
1442 * gdb.base/break.exp: Likewise.
1443 * gdb.base/condbreak.exp: Likewise.
1444 * gdb.base/pending.exp: Likewise.
1445 * gdb.base/sepdebug.exp: Likewise.
1446 * gdb.base/unload.exp: Likewise.
1447 * gdb.base/ovldbreak.exp: Likewise.
1448
fe3f5fa8
VP
14492007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1450
1451 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
1452 messages.
1453 * gdb.base/chng-syms.exp: Likewise.
1454 * gdb.base/unload.exp: Likewise.
1455
a75cf6c0
DJ
14562007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
1457
1458 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
1459
18ecae38
DJ
14602007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1461
1462 * schedlock.c (NUM): Change to 1.
1463 (main): Use args[0] for the main thread.
1464 * schedlock.exp: Only expect two threads. Only issue one pass or fail
1465 regardless of the number of threads.
1466
5509918f
MR
14672007-09-14 Maciej W. Rozycki <macro@mips.com>
1468
4a543daf
MR
1469 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
1470 type down.
1471 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
1472 test.
1473 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
1474 watchpoint type down.
1475 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
1476 test.
1477
14782007-09-14 Maciej W. Rozycki <macro@mips.com>
1479
5509918f
MR
1480 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
1481 Move all the tests here and run them twice, once using software
1482 watchpoints and once using hardware watchpoints.
1483 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
1484
40b53987
DJ
14852007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
1486
1487 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
1488 test.
1489
695e2681
MK
14902007-09-10 Mark Kettenis <kettenis@gnu.org>
1491
8b3fc8d8
MK
1492 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
1493 build-id.
1494
695e2681
MK
1495 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
1496 know about $ORIGIN. Calculate output dir from $dest instead of
1497 using ${objdir}/{$subdir}.
1498
58d69f29
MK
14992007-09-09 Mark Kettenis <kettenis@gnu.org>
1500
1501 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
1502 gcore, before continuing with the test.
1503
3e347599
DJ
15042007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
1505
1506 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
1507 * gdb.mi/mi-watch.exp: Likewise.
1508
ea37ba09
DJ
15092007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1510 Jim Blandy <jimb@codesourcery.com>
1511
1512 * gdb.arch/i386-sse.exp: Do not expect character constants.
1513 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
1514 * gdb.base/display.exp: Allow print/s.
1515 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
1516 and unsigned char array changes.
1517
2025a643
DJ
15182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1519
1520 * gdb.base/display.exp: Add tests for printf %p.
1521
26669a27
PA
15222007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
1523
1524 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
1525 the dll name to unicode.
1526
c8f021f8
JK
15272007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1528
1529 * gdb.base/default.exp (show version): Update the version text.
1530 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
1531
4cf31eea
JK
15322007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1533
1534 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
1535 New files.
1536
4935890f
JK
15372007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 * lib/gdb.exp (build_id_debug_filename_get): New function.
1540 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
1541 Remove the generate DEBUG file for the future testcase runs.
1542 New testcase for the NT_GNU_BUILD_ID retrieval.
1543 Move the final testing step to ...
1544 (test_different_dir): ... a new function.
1545 New parameter XFAIL to XFAIL all the tests performed.
1546 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
1547 New parameter TYPE to PF_PREFIX all the tests performed.
1548
02142340
VP
15492007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1550
1551 * gdb.mi/mi-var-cp.cc (path_expression): New
1552 function.
1553 * gdb.mi/mi-var-cp.exp: Run path exression tests.
1554
36acd84e
UW
15552007-08-27 Markus Deuling <deuling@de.ibm.com>
1556
1557 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
1558 to fit into SPU Local Store memory.
1559
a896d121
JB
15602007-08-23 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.base/default.exp: Adjust the expected output of "info
1563 warranty" after the switch to GPLv3.
1564
7b433602
JB
15652007-08-23 Joel Brobecker <brobecker@adacore.com>
1566
1567 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
1568 to 30000 (from 20000).
1569
e22f8b7c
JB
15702007-08-23 Joel Brobecker <brobecker@adacore.com>
1571
1572 Switch the license of all .exp files to GPLv3.
1573 Switch the license of all .f and .f90 files to GPLv3.
1574 Switch the license of all .s and .S files to GPLv3.
1575
5a0e3bd0
JB
15762007-08-23 Joel Brobecker <brobecker@adacore.com>
1577
1578 * configure.ac: Switch license to GPLv3.
1579
cc00619d
JB
15802007-08-23 Joel Brobecker <brobecker@adacore.com>
1581
1582 Switch the licensing to GPLv3 for all .ads and .adb files.
1583
8d26208a
DJ
15842007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
1585
1586 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
1587 and t_int_double.
1588 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
1589
4fcb9948
JB
15902007-08-17 Joel Brobecker <brobecker@adacore.com>
1591
1592 * gdb.base/step-line.c: Switch license to GPL version 3, and
1593 update copyright year.
1594 * gdb.base/step-line.inp: Likewise.
1595
b9c34f67
JB
15962007-08-17 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.base/gdb1555.exp: Make expected output immune to formatting
1599 changes inside gdb1555.c.
1600 * gdb.base/pending.exp: Likewise.
1601
2cc17678
DJ
16022007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
1603
1604 * config/default.exp: New file.
1605
e48883f7
DJ
16062007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
1607
1608 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
1609 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
1610
1ab80e5b
MR
16112007-07-30 Maciej W. Rozycki <macro@mips.com>
1612
1613 * gdb.base/dump.exp: Force the correct endianness for binary
1614 formats not carrying this information.
1615
aba471f5
DJ
16162007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1617
1618 * gdb.threads/staticthreads.exp: Match .*sem_post.
1619
d4e07204
DJ
16202007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1621
1622 * gdb.base/readline.exp (operate_and_get_next): Match the final
1623 prompt.
1624
2b97317d
KB
16252007-07-23 Kevin Buettner <kevinb@redhat.com>
1626
1627 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
1628 to restarting SID.
1629
44efa07a
KB
16302007-07-18 Kevin Buettner <kevinb@redhat.com>
1631
1632 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
1633 prior to `gdb_start'.
1634
7b5ebade
KB
16352007-07-18 Kevin Buettner <kevinb@redhat.com>
1636
1637 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
1638 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
1639 Remove call to gdb_unload.
1640
255e7678
DJ
16412007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
1642 Daniel Jacobowitz <dan@codesourcery.com>
1643
1644 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
1645 for __WIN32__.
1646 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
1647 * gdb.base/unload.exp: Use shared library test routines.
1648
3a40aaa0
UW
16492007-07-03 Markus Deuling <deuling@de.ibm.com>
1650
1651 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
1652 * gdb.base/solib-symbol-lib.c: Likewise.
1653 * gdb.base/solib-symbol-main.c: Likewise.
1654
b0f4b84b
DJ
16552007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
1656
1657 * config/gdbserver.exp (gdb_reconnect): New.
1658 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
1659 gdb.base/solib-disc.exp: New files.
1660 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
1661 remote debugging".
1662 (gdb_compile): Add shlib_load flag.
1663 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
1664 port.
1665 (gdbserver_reconnect): New.
1666
1b05479a
DJ
16672007-07-01 Nick Roberts <nickrob@snap.net.nz>
1668 Daniel Jacobowitz <dan@codesourcery.com>
1669
1670 * gdb.base/annota3.exp: Test for if construct.
1671
86f78eb2
DJ
16722007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
1673
1674 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
1675
6a2eb474
MR
16762007-06-21 Chris Dearman <chris@mips.com>
1677 Maciej W. Rozycki <macro@mips.com>
1678
1679 * gdb.base/display.exp: Allow a newline after display/i.
1680 * gdb.base/pc-fp.exp: Likewise.
1681 * gdb.base/sigbpt.exp: Likewise.
1682
f8b73d13
DJ
16832007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1684
1685 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
1686 required features to be included.
1687
4339e69e
DJ
16882007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
1689
1690 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
1691 in info threads output.
1692
23d964e7
UW
16932007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1694 Markus Deuling <deuling@de.ibm.com>
1695
1696 * gdb.arch/spu-info.exp: New testcase.
1697 * gdb.arch/spu-info.c: New file.
1698
fd20f75b
DJ
16992007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
1700
1701 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
1702 tpcs_offset. Restore lr after the call.
1703 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
1704
2226f861
DJ
17052007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
1706
1707 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
1708 (gdbserver_run): Kill any running gdbserver.
1709 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
1710
d12371a9
MR
17112007-05-17 Maciej W. Rozycki <macro@mips.com>
1712
1713 * gdb.base/sigbpt.exp: Preset segv_addr.
1714
93f02886
DJ
17152007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1716
1717 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
1718 (gdb_compile_shlib): Likewise.
1719 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
1720 (default_gdb_init): Clear cleanfiles.
1721 (gdb_finish): Delete recorded cleanfiles.
1722 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
1723
1724 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
1725 Do not use isnative.
1726 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
1727 gdb.base/so-impl-ld.exp: Likewise.
1728 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
1729 * gdb.base/unload.exp: Likewise. Do not pass empty option to
1730 gdb_compile.
1731
b04e06d7
VP
17322007-05-15 Vladimir Prus <vladimir@codesourcery.com>
1733
1734 * config/unknown.exp: Remove.
1735
069ed931
UW
17362007-05-15 Markus Deuling <deuling@de.ibm.com>
1737
1738 * gdb.base/info-proc.exp: Check is_remote.
1739
09db0d03
UW
17402007-05-14 Markus Deuling <deuling@de.ibm.com>
1741
1742 * gdb.base/gcore.exp: Initialize variable core_supported.
1743
af2cbe8c
DJ
17442007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1745
1746 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
1747
027c0295
DJ
17482007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1749
1750 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
1751 * gdb.threads/print-threads.exp (test_all_threads): Allow
1752 negative and hexadecimal thread IDs.
1753
dc5000e7
DJ
17542007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1755
1756 * gdb.java/jprint.java (public): Avoid invalid call to static
1757 method.
1758
2e74ed18
DP
17592007-05-14 Denis Pilat <denis.pilat@st.com>
1760
1761 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
1762 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
1763 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
1764 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
1765 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
1766
83547f02
UW
17672007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1768
1769 * gdb.base/overlays.exp: Add support for targets with only code
1770 overlay support, not data overlay. Support spu-*-* target in
1771 this mode.
1772 * gdb.base/ovlymgr.c: Provide stubs for spu target.
1773 * gdb.base/spu.ld: New file.
1774
b18be20d
DJ
17752007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
1776
1777 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
1778
be444858
DJ
17792007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
1780
1781 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
1782
b1d53152
DJ
17832007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1784
1785 * gdb.java/jmain.exp: Handle demangled names with and without method
1786 signatures.
1787
d084b331
DJ
17882007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1789
1790 * gdb.mi/mi-syn-frame.c (main, foo, bar)
1791 (have_a_very_merry_interrupt): Remove calls to puts.
1792 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
1793 inferior output.
1794 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
1795 test names.
1796
db9d7fc5
DJ
17972007-04-29 Markus Deuling <deuling@de.ibm.com>
1798 Daniel Jacobowitz <dan@codesourcery.com>
1799
1800 * gdb.base/auxv.exp (core_works): Also check is_remote.
1801 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
1802
ef783a7d
VP
18032007-04-25 Vladimir Prus <vladimir@codesourcery.com>
1804
1805 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
1806 message, not the undefined 'module' variable.
1807 * gdb.base/siginfo.exp: Likewise.
1808 * gdb.base/sigstep.exp: Likewise.
1809 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
1810 serialport.
1811 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
1812
b7b73cae
CV
18132007-04-25 Corinna Vinschen <vinschen@redhat.com>
1814
1815 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
1816 target sim fails. Return 0 otherwise.
1817 (gdb_load): Return prematurely if gdb_target_sim fails.
1818
7d90fdfa
DP
18192007-04-16 Denis Pilat <denis.pilat@st.com>
1820
1821 * gdb.base/setshow.exp: Reset height after having set it to 100.
1822
5d3e9c85
DP
18232007-04-16 Denis Pilat <denis.pilat@st.com>
1824
1825 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
1826
18e75969
DP
18272007-04-16 Denis Pilat <denis.pilat@st.com>
1828
1829 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
1830
25d5ea92
VP
18312007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1832
1833 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
1834 tests. Run the frozen varobjs test.
1835 * gdb.mi/var-cmd.c (do_frozen_tests): New.
1836 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
1837
0b49cb80
JK
18382007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1839
1840 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
1841 gdb.base/type-opaque.exp: New files.
1842
a73bafbc
VP
18432007-04-01 Vladimir Prus <vladimir@codesourcery.com>
1844
1845 * gdb.mi/mi-var-child.c
1846 (do_children_tests): User char[2] instead of
1847 char so that automatic printing of pointers to char
1848 don't give unpredicable result.
1849 * gdb.mi/var-cmd.c (do_locals_test): Initialize
1850 local variables.
1851 * gdb.mi/mi-var-child.exp: Step to right line
1852 of do_children_tests.
1853 * gdb.mi/mi2-var-child.exp: Likewise.
1854 * gdb.mi/mi-var-cmd.exp: Step to right line of
1855 do_locals_tests.
1856 (do_children_tests): User char[2] instead of
1857 char so that automatic printing of pointers to char
1858 don't give unpredicable result.
1859 * gdb.mi/mi2-var-cmd.exp: Likewise.
1860 * lib/mi-support.exp (mi_continue_to_line):
1861 Pass test name to mi_wait_for_stop.
1862
7ce59000
DJ
18632007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1864
1865 * gdb.asm/asm-source.exp: Remove d10v case.
1866 * lib/gdb.exp (skip_cplus_tests): Likewise.
1867 * gdb.asm/d10v.inc: Deleted.
1868
20389057
DJ
18692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1870
1871 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
1872
8807d78b
DJ
18732007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1874
1875 * config/netware.exp: Delete file.
1876
aa3edb8e
JB
18772007-03-29 Joel Brobecker <brobecker@adacore.com>
1878
1879 * gdb.dwarf2/dw2-noloc.S: New file.
1880 * gdb.dwarf2/dw2-noloc.exp: New file.
1881
297561ac
PA
18822007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
1883
1884 * gdb.cp/method2.cc: New test.
1885 * gdb.cp/method2.exp: New test.
1886 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
1887
1f81bd39
DJ
18882007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1889
1890 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
1891
9453113a
DJ
18922007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1893
1894 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
1895
b741e217
DJ
18962007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1897
1898 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
1899 (gdb_load): Delete, replace with...
1900 (gdb_reload): ...this.
1901 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
1902 * gdb.server/server-mon.exp: Likewise.
1903 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
1904 (gdb_start_cmd): New.
1905 (gdb_file_cmd): Save the last loaded file.
1906 (gdb_reload): New.
1907 (gdb_gnu_strip_debug): Use transform.
1908 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
1909 support here. Use new $last_loaded_file. Check mtime.
1910 (gdb_target_cmd): Handle ObjC failure case.
1911 (infer_host_exec): Delete.
1912 (gdbserver_load): Rename to...
1913 (gdbserver_run): ...this. Simplify.
1914 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
1915 (mi_gdb_load): Move most contents to a new function...
1916 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
1917 (mi_run_cmd): Use mi_gdb_target_load.
1918 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
1919 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
1920 Use gdb_run_cmd.
1921 * gdb.base/charsign.exp: Remove incorrect comment.
1922 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
1923 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
1924 gdb.base/start.exp: Use gdb_start_cmd.
1925
446ab585
MR
19262007-03-23 Nigel Stephens <nigel@mips.com>
1927 Maciej W. Rozycki <macro@mips.com>
1928
1929 * gdb.base/sigbpt.exp: Fix the message when skipping test.
1930 * gdb.base/signull.exp: Similarly.
1931
bbb88ebf
UW
19322007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1933
1934 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
1935 messages available to test cases (like chng-sym.exp).
1936
cb8c4a99
AS
19372007-03-14 Andreas Schwab <schwab@suse.de>
1938
1939 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
1940 format changes.
1941
4e463ff5
DJ
19422007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
1943
1944 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
1945 (optimized_1): New.
1946 (main): Call optimized_1.
1947 (gdb2029): Correct typos. Call gdb2029_marker.
1948 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
1949 for gdb2029.
1950
b6db2c47
MK
19512007-03-12 Mark Kettenis <kettenis@gnu.org>
1952
1953 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
1954 as tabs. Remove redundant test pattern.
1955
70ed3737
UW
19562007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1957
1958 * gdb.base/long_long.exp: Accept optional symbol name in <...>
1959 for /a format output.
1960
47b67b60
DJ
19612007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
1962
1963 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
1964 collect output incrementally.
1965
b8953b0e
UW
19662007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1967
1968 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
1969 for -var-create lpcharacter test.
1970 * gdb.mi/mi2-var-cmd.exp: Likewise.
1971
7acd5c40
UW
19722007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1973
1974 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
1975 pass on targets where address zero is readable.
1976
9c6759c1
UW
19772007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1978
1979 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
1980 just a single architecture.
1981
a2f1aeb4
UW
19822007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1983
1984 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
1985 (fetch_all_registers): New function, uses gdb_test_multiple and
1986 exp_continue to fetch inferior output line-by-line.
1987 Replace all uses of do_get_all_registers by fetch_all_registers.
1988
46579ac2
UW
19892007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1990
1991 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
1992 in target_info.
1993
fc133f24
MS
19942007-03-02 Michael Snyder <michael.snyder@palmsource.com>
1995
1996 * gdb.threads/manythreads.exp: Use $message string for
1997 consistancy; add a default (timeout) case.
1998
7646a51d
MS
19992007-03-02 Michael Snyder <michael.snyder@palmsource.com>
2000
2001 * gdb.base/watchpoint.exp: Fix truncated comment.
2002
dcfff61f
MS
20032007-03-02 Michael Snyder <michael.snyder@palmsource.com>
2004
2005 * Makefile.in: Remove spurious single-quotes from sed command.
2006
664e3ee9
DJ
20072007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2008
2009 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
2010 func.
2011 * gdb.mi/mi2-var-cmd.exp: Likewise.
2012
d7cc6f2f
JB
20132007-02-27 Joel Brobecker <brobecker@adacore.com>
2014
2015 * gdb.dwarf2/dw2-producer.S: New file.
2016 * gdb.dwarf2/dw2-producer.exp: New testcase.
2017
20182007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
2019
2020 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
2021 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
2022 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
2023 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
2024 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
2025 Revert tests to use mi_gdb_test and include value field in output
2026 of -var-create.
2027
93d42b30
DJ
20282007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2029
2030 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
2031
c499ed39
DJ
20322007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2033
2034 * gdb.base/maint.exp: Remove full paths from test names.
2035 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
2036 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
2037
9836f81b
JB
20382007-02-27 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
2041
c74d0ad8
DJ
20422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2043
2044 * gdb.server/server-mon.exp: New test.
2045
2711e456
DJ
20462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2047
2048 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
2049
ff6f572f
DJ
20502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2051
2052 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
2053 register capitalization.
2054
fada3feb
DP
20552007-02-13 Denis Pilat <denis.pilat@st.com>
2056
2057 * gdb.mi/mi-var-invalidate.exp: New file.
2058
fb1e4ffc
DJ
20592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2060
2061 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
2062
3da939d7
DJ
20632007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2064
2065 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
2066
123dc839
DJ
20672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2068
2069 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
2070 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
2071
877e3645 20722007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
2073
2074 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
2075 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
2076 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
2077 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
2078 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 2079 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222
NR
2080 Update tests to include value field in output of -var-create.
2081
3c0a2960
AS
20822007-02-08 Andreas Schwab <schwab@suse.de>
2083
2084 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
2085
108546a0
DJ
20862007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2087
2088 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
2089 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
2090
d701dcab
DP
20912007-02-02 Denis Pilat <denis.pilat@st.com>
2092
2093 * gdb.threads/threadapply.exp: check that frame is not changed by
2094 the thread apply all command.
2095
783e3e2f
AS
20962007-01-31 Andreas Schwab <schwab@suse.de>
2097
6d9c3a87
AS
2098 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
2099
3c50d7b9
AS
2100 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
2101 in the dwarf sections.
2102 * gdb.dwarf2/mac-fileno.S: Likewise.
2103
783e3e2f
AS
2104 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
2105 bspstore register on ia64.
2106
78ff580e
AS
21072007-01-29 Andreas Schwab <schwab@suse.de>
2108
cc8e9b12
AS
2109 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
2110 "frame-begin" annotation.
2111
78ff580e
AS
2112 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
2113 number of "frames-invalid" annotations.
2114
704a4f78
DJ
21152007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2116
2117 * gdb.base/commands.exp: Call if_commands_test.
2118 (gdb_test_no_prompt, if_commands_test): New.
2119
e741bf94
MK
21202007-01-28 Mark Kettenis <kettenis@gnu.org>
2121
2122 * gdb.threads/sigthread.c (NSIGS): Make bigger.
2123
474d0ad3
AS
21242007-01-27 Andreas Schwab <schwab@suse.de>
2125
2126 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
2127 .short/.int/.quad in the dwarf sections.
2128 * gdb.dwarf2/dw2-intercu.S: Likewise.
2129 * gdb.dwarf2/dw2-intermix.S: Likewise.
2130
e784b426
JK
21312007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2132
2133 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
2134 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
2135 array.
e784b426
JK
2136 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
2137 * gdb.base/setvar.exp: Likewise.
2138
37f08e04
AS
21392007-01-26 Andreas Schwab <schwab@suse.de>
2140
9a01813a
AS
2141 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
2142 test.
2143
37f08e04
AS
2144 * gdb.base/multi-forks.exp ("restart $i"): Also match
2145 __kernel_syscall_via_break.
2146
6e2a9270
VP
21472007-01-24 Vladimir Prus <vladimir@codesourcery.com>
2148
2149 * lib/mi-support.exp (mi_delete_varobj): New.
2150 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
2151 testcase.
2152 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
2153 (main): Call the above.
2154 (reference_update_test, base_in_reference_test)
2155 (reference_to_pointer): Delete the created varobjs.
2156
e515b470
DJ
21572007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2158
2159 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
2160 * configure: Regenerated.
2161 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
2162 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
2163 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
2164 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
2165 * lib/gdb.exp (gdb_skip_xml_test): New function.
2166
08d8bcd7
DJ
21672007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
2168
2169 * gdb.base/sigrepeat.exp: Correct error message.
2170
21712007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
2172 Daniel Jacobowitz <dan@codesourcery.com>
2173
2174 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
2175 gdb.arch/i386-gnu-cfi-asm.S: New files.
2176
97c3f1f3
JK
21772007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2178
2179 * lib/gdb.exp: Abort on missing `site.exp'.
2180
cb1df416
DJ
21812007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2182 Daniel Jacobowitz <dan@codesourcery.com>
2183
2184 * gdb.base/included.c, gdb.base/included.exp,
2185 gdb.base/included.h: New files.
2186
35990120
DJ
21872007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2188
2189 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
2190 (maximize_rlimit): Reduce limits on 64-bit systems.
2191
6e81a116 21922007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
2193
2194 From Marcus Deuling <deuling@de.ibm.com>:
2195 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
2196 every case.
2197
6c3c41f3
NR
21982007-01-13 Nick Roberts <nickrob@snap.net.nz>
2199
2200 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
2201 (test_path_specification): Use objdir instead of srcdir to always
2202 get an absolute filename.
2203
2f12c312
DJ
22042007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
2205
2206 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
2207
81121995
VP
22082007-01-11 Vladimir Prus <vladimir@codesourcery.com>
2209
2210 * gdb.mi/mi-var-cp.cc (reference_update_tests):
2211 Make sure the variable we're using is in scope.
2212 (reference_to_pointer): Likewise.
2213
4741b737
DJ
22142007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2215
2216 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
2217 has no debug information.
2218
054410c3
DJ
22192007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2220
2221 * gdb.base/annota1.exp: Remove extra send_gdb.
2222
818f79f6
DJ
22232007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
2226
f7a6bb70
DJ
22272007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2228
2229 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
2230
57e66780
DJ
22312007-01-08 Nick Roberts <nickrob@snap.net.nz>
2232 Daniel Jacobowitz <dan@codesourcery.com>
2233
2234 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
2235 lcharacter or linteger change. Correct duplicated test name.
2236 * gdb.mi/mi2-var-cmd.exp: Likewise.
2237
3d799a95
DJ
22382007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2239
2240 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
2241
22422007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9
JB
2243
2244 * gdb.base/nofield.c: New file.
2245 * gdb.base/nofield.exp: New testcase.
2246
eafb94e8
NR
22472007-01-05 Nick Roberts <nickrob@snap.net.nz>
2248
2249 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
2250
2251 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
2252 test.
2253
5e572bb4
DJ
22542007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2255
2256 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
2257
74a44383
DJ
22582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2259
2260 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
2261 when continuing.
2262
1b572db9
DJ
22632007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
2264
2265 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
2266 Expect ".exe" extension.
2267
381bc39b
DJ
22682007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
2269
2270 * gdb.base/charset.exp: Add explicit filename to break.
2271 * gdb.base/dbx.exp: Add explicit filename to breaks.
2272
2b70e4c6
DJ
22732007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
2274
2275 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
2276 * gdb.mi/mi2-file.exp: Likewise.
2277
303b6f5d
DJ
22782007-01-04 Vladimir Prus <vladimir@codesourcery.com>
2279
2280 Implement specification of MI tests as comments
2281 in C and C++ sources.
2282 * lib/mi-support.exp (mi_autotest_data): New variable.
2283 (mi_autotest_source): New variable.
2284 (count_newlines, mi_prepare_inline_tests)
2285 (mi_get_inline_test, mi_continue_to_line)
2286 (mi_run_inline_test, mi_tbreak)
2287 (mi_send_resuming_command, mi_wait_for_stop): New functions.
2288 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
2289 Run inline tests.
2290 * gdb.mi/mi-var-cp.cc: Define tests here.
2291
23da0d94
VP
22922007-01-04 Vladimir Prus <vladimir@codesourcery.com>
2293
2294 Simplify usage of mi_continue_to.
2295 * lib/mi-support.exp (mi_runto_helper): Renamed
2296 from mi_runto, added new parameter 'run_or_continue'.
2297 (mi_runto): Use mi_runto_helper.
2298 (mi_continue_to): Accept just function name as parameter.
2299 Use mi_runto_helper.
2300 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
2301 * gdb.mi/mi2-var-cmd.exp: Likewise.
2302
f9e18282
JB
23032006-01-04 Joel Brobecker <brobecker@adacore.com>
2304
2305 Make this testcase a bit more realistic. The current code
2306 is too simplistic, and allows the compiler to optimize out
2307 some of the entities we need for this testcase.
2308 * gdb.ada/null_record/bar.ads (Void_Star): New type.
2309 (Do_Nothing): Add extra parameter.
2310 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
2311 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
2312 by using a variable of type Void_Star.
2313
fd678c65
JB
23142006-01-04 Joel Brobecker <brobecker@adacore.com>
2315
2316 * gdb.ada/catch_ex/foo.adb: New file.
2317 * gdb.ada/catch_ex.exp: New testcase.
2318
05cfdb42
DJ
23192007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
2320
2321 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
2322 pass --image-base to linker.
2323
2e03ee74
DJ
23242007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2325 Daniel Jacobowitz <dan@codesourcery.com>
2326
2327 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
2328 secondary prompts.
2329
0d5de010
DJ
23302007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2331
2332 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
2333 output. Test the types of members and member pointers.
2334 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
2335 gdb/2092.
2336 * gdb.cp/member-ptr.exp: Search for a comment instead of a
2337 statement. Enable for GCC. Update expected output for some tests
2338 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
2339 layout.
2340 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
2341 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
2342 (Diamond::vget_base): New.
2343 (main): Add new tests.
2344 * gdb.cp/printmethod.exp: Update expected output for member functions.
2345 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
2346 print pEe->D::vg().
2347
61a771aa
DJ
23482007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2349
2350 * gdb.threads/tls.exp: Allow stops in sem_post.
2351
2fa63963
DJ
23522006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
2353
2354 * gdb.base/annota1.exp: Allow .*printf in backtraces.
2355 * gdb.base/annota3.exp: Likewise.
2356 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
2357 again (instead of timing out).
2358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
2359 GCC bug 26475.
2360 * gdb.java/jmisc.exp: Adjust to work with method signatures including
2361 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
2362 test from jmisc1.exp.
2363 * gdb.java/jmisc1.exp: Delete.
2364 * gdb.java/jprint.exp: Adjust to work with method signatures including
2365 return types.
2366 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
2367 * gdb.threads/linux-dp.exp: Don't be confused by program output.
2368 * lib/java.exp (compile_java_from_source): Pass the correct type
2369 to target_compile.
2370
5eefc2b7
JB
23712006-12-31 Joel Brobecker <brobecker@adacore.com>
2372
2373 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
2374 (stack_align_edx): New function.
2375 (stack_align_eax): New function.
2376 (main): Add calls to stack_align_edx and stack_align_eax.
2377 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
2378 Add testing for the cases where the register used during a stack
2379 realignment is edx. Same for eax.
2380
227c54da
DJ
23812006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
2382
2383 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
2384 and generic PE targets.
2385
cab8ac94
JB
23862006-12-29 Joel Brobecker <brobecker@adacore.com>
2387
2388 * gdb.ada/array_return.exp: Update copyright date list.
2389
ba54f318
JB
23902006-12-27 Joel Brobecker <brobecker@adacore.com>
2391
2392 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
2393 (Create_Small_Float_Vector): New function.
2394 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
2395 function body.
2396 * gdb.ada/array_return/p.adb: Use new type and function from
2397 package Pck.
2398 * gdb.ada/array_return.exp: Add a test verifying that GDB is
2399 able to print the value returned by a function returning an
2400 array of float.
2401
6b7a35dd
JB
24022006-12-20 Joel Brobecker <brobecker@adacore.com>
2403
2404 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
2405 The associated tests should be PASSing.
2406
038224f6
VP
24072006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2408
2409 Test for base in references.
2410 * gdb.mi/mi-var-cp.cc: Add test code.
2411 * gdb.mi/mi-var-cp.exp: Test for bases in references.
2412 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
2413 * gdb.mi/mi2-watch.exp: Likewise.
2414 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
2415 (mi_list_varobj_children): New function.
2416
b26ed50d
VP
24172006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2418
2419 * lib/mi-support.exp
2420 (mi_runto): Accept "()" after function name.
2421 (mi_create_varobj): New function.
2422 (mi_varobj_update): New function.
2423 (mi_Check_varobj_value): New function.
2424 * gdb.mi/mi-var-cp.exp: New file.
2425 * gdb.mi/mi-var-cp.cc: New file.
2426
08232497
DJ
24272006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
2428
2429 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
2430 gdb.base/weaklib2.c: New files.
2431
d394c993 24322006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 2433
ac6c2fba
NS
2434 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
2435 info. Adjust test names.
2436
8ec659a0 2437 * gdb.base/break.c (main): Move position of malloc.
d394c993 2438 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 2439
acd65feb
VP
24402006-11-28 Vladimir Prus <vladimir@codesourcery.com>
2441
2442 * gdb.mi/mi-var-cmd.exp: Check -var-update after
2443 assignement of arrays and function pointers.
2444 * gdb.mi/var-cmd.c: Add declaration necessary for above
2445 tests.
2446
f556d5e5
NS
24472006-11-27 Nathan Sidwell <nathan@codesourcery.com>
2448
2449 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
2450
2451 * gdb.threads/linux-dp.exp: Read thread table before and after
2452 creating each philosopher and verify it.
2453
697bc68d
NS
24542006-11-27 Nathan Sidwell <nathan@codesourcery.com>
2455 Paul Brook <paul@codesourcery.com>
2456 Daniel Jacobowitz <dan@codesourcery.com>
2457
2458 * gdb.base/ending-run.exp: Flatten expect script stepping out of
2459 main to remove duplication. Add start function of the form
2460 '_*start[1-9]*'. Add RVDS start function.
2461
29d73ae4
DJ
24622006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
2463
2464 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
2465
c1d88655
UW
24662006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2467
2468 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
2469 * gdb.asm/spu.inc: New file.
2470 * gdb.base/term.exp: Disable if [target_info exists noargs].
2471 * gdb.gdb/complaints.exp: Disable if ![isnative].
2472 * gdb.gdb/selftest.exp: Likewise.
2473 * gdb.gdb/observer.exp: Likewise.
2474 * gdb.gdb/xfullpath.exp: Likewise.
2475 * gdb.base/attach.exp: Disable on SPU target.
2476 * gdb.cp/bs145503.exp: Likewise.
2477 * gdb.cp/exception.exp: Likewise.
2478 * gdb.cp/userdef.exp: Likewise.
2479
32a13b1a
DJ
24802006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
2481
2482 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
2483
d8295fe9
VP
24842006-11-10 Vladimir Prus <vladimir@codesourcery.com>
2485
2486 * gdb.base/completion.exp: Fix completion tests for
2487 'info' and 'info '.
2488 * gdb.base/help.exp (help_test_raw, test_class_help)
2489 (test_prefix_command_help): Move...
2490 * lib/gdb.exp: Here.
2491 * gdb.base/main.exp: Adjust.
2492 * gdb.cp/maint.exp: Adjust.
2493 * gdb.trace/tracecmd.exp: Use test_help_class.
2494
8c394015
VP
24952006-11-09 Vladimir Prus <vladimir@codesourcery.com>
2496
2497 * gdb.stabs/weird.exp (print_weird_var): Use
2498 gdb_test_multiple instead of gdb_expect.
2499
027fc1bc
VP
25002006-11-09 Vladimir Prus <vladimir@codesourcery.com>
2501
2502 * gdb.base/help.exp (help_test_raw): New.
2503 (test_class_help): New.
2504 (test_prefix_command_help): New.
2505 Adjust testcases.
2506
67609209
FR
25072006-11-09 Christophe Lyon <christophe.lyon@st.com>
2508
2509 * gdb.base/constvars.c (main): Write to crass and crips, so that
2510 they are allocated by the compiler.
2511
f73adfeb
AS
25122006-10-27 Andreas Schwab <schwab@suse.de>
2513
2514 * gdb.base/multi-forks.exp: Use "detach fork" instead of
2515 "detach-fork".
2516
2f83a18e
DJ
25172006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
2518
2519 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
2520 of patterns.
2521
94277a38
DJ
25222006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2523
2524 * gdb.base/sepdebug.exp: Remove debug format test.
2525 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
2526 Handle no-symtab.
2527 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
2528
5bd2f6e2
DJ
25292006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2530
2531 * gdb.threads/manythreads.c (thread_function, main): Don't cast
2532 int to pointer or pointer to int.
2533 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
2534
8c008720
DJ
25352006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
2536
2537 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
2538
9e35dae4
DJ
25392006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
2542
d9639e13
DJ
25432006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
2544
2545 PR c++/2116
2546 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
2547
390a1bd0
JB
25482006-10-06 Joel Brobecker <brobecker@adacore.com>
2549
2550 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
2551 the corresponding bug has been fixed in GDB (PR/2018).
2552
dd920c33
JB
25532006-10-06 Joel Brobecker <brobecker@adacore.com>
2554
2555 * gdb.base/subst.exp: New testcase.
2556
53bbefe9
JB
25572006-10-06 Joel Brobecker <brobecker@adacore.com>
2558
2559 * gdb.ada/array_return/pck.ads: Add copyright notice.
2560 * gdb.ada/array_return/pck.adb: Likewise.
2561 * gdb.ada/array_return/p.adb: Likewise.
2562 * gdb.ada/exec_changed/first.adb: Likewise.
2563 * gdb.ada/exec_changed/second.adb: Likewise.
2564
09851417
JB
25652006-10-06 Joel Brobecker <brobecker@adacore.com>
2566
2567 * gdb.ada/watch_arg/watch.adb: New file.
2568 * gdb.ada/watch_arg.exp: New testcase.
2569
041bf30d
VP
25702006-10-02 Vladimir Prus <vladimir@codesourcery.com>
2571
2572 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
2573 via string_to_regexp.
2574 * gdb.mi/mi2-basics.exp: Likewise.
2575
f286fbdd 25762006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
2577
2578 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
2579 Remove unused / obsolete files.
2580
7c07f349
NR
25812006-09-19 Nick Roberts <nickrob@snap.net.nz>
2582
2583 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
2584
cd5ff84a
VP
25852006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2586
2587 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
2588 HIGH_FRAME argument to -stack-list-arguments can be larger than
2589 the number of frames.
2590
ae018d1a
DJ
25912006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
2592
2593 * gdb.base/args.c (main): Add breakpoint marker.
2594 * gdb.base/args.exp: Use args_test for tests. Add new tests which
2595 really test empty arguments.
2596 (args_load): Delete.
2597 (args_test): New.
2598
b399c549
NR
25992006-09-13 Nick Roberts <nickrob@snap.net.nz>
2600
2601 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
2602 check for one file.
2603
2ab1eb7a
VP
26042006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
2605
2606 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
2607 HIGH_FRAME argument to -stack-list-locals can be larger than
2608 the number of frames.
2609
476308bf
FF
26102006-08-18 Fred Fish <fnf@specifix.com>
2611
2612 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
2613 '$' in front of skip_vmx_tests_saved when setting that.
2614
8625200f
AS
26152006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
2616
2617 * gdb.base/trace-commands.exp: New file.
2618
089ec8f1
DJ
26192006-08-10 Joel Brobecker <brobecker@adacore.com>
2620 Daniel Jacobowitz <dan@codesourcery.com>
2621
2622 * gdb.base/step-bt.exp: Make hexadecimal address optional in
2623 expected output of the backtrace commands.
2624
b60f0898
JB
26252006-08-09 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
2628 untested followed by return combination.
2629 * gdb.arch/altivec-regs.exp: Likewise.
2630 * gdb.arch/e500-abi.exp: Likewise.
2631 * gdb.arch/e500-regs.exp: Likewise.
2632 * gdb.arch/gdb1291.exp: Likewise.
2633 * gdb.arch/gdb1431.exp: Likewise.
2634 * gdb.arch/gdb1558.exp: Likewise.
2635 * gdb.arch/i386-prologue.exp: Likewise.
2636 * gdb.arch/i386-unwind.exp: Likewise.
2637 * gdb.asm/asm-source.exp: Likewise.
2638 * gdb.base/a2-run.exp: Likewise.
2639 * gdb.base/advance.exp: Likewise.
2640 * gdb.base/all-bin.exp: Likewise.
2641 * gdb.base/annota1.exp: Likewise.
2642 * gdb.base/annota3.exp: Likewise.
2643 * gdb.base/args.exp: Likewise.
2644 * gdb.base/arithmet.exp: Likewise.
2645 * gdb.base/assign.exp: Likewise.
2646 * gdb.base/async.exp: Likewise.
2647 * gdb.base/attach.exp: Likewise.
2648 * gdb.base/bang.exp: Likewise.
2649 * gdb.base/bigcore.exp: Likewise.
2650 * gdb.base/bitfields.exp: Likewise.
2651 * gdb.base/bitfields2.exp: Likewise.
2652 * gdb.base/break.exp: Likewise.
2653 * gdb.base/call-sc.exp: Likewise.
2654 * gdb.base/call-strs.exp: Likewise.
2655 * gdb.base/callfuncs.exp: Likewise.
2656 * gdb.base/checkpoint.exp: Likewise.
2657 * gdb.base/chng-syms.exp: Likewise.
2658 * gdb.base/code-expr.exp: Likewise.
2659 * gdb.base/commands.exp: Likewise.
2660 * gdb.base/completion.exp: Likewise.
2661 * gdb.base/cond-expr.exp: Likewise.
2662 * gdb.base/condbreak.exp: Likewise.
2663 * gdb.base/consecutive.exp: Likewise.
2664 * gdb.base/constvars.exp: Likewise.
2665 * gdb.base/corefile.exp: Likewise.
2666 * gdb.base/cvexpr.exp: Likewise.
2667 * gdb.base/dbx.exp: Likewise.
2668 * gdb.base/define.exp: Likewise.
2669 * gdb.base/detach.exp: Likewise.
2670 * gdb.base/display.exp: Likewise.
2671 * gdb.base/dump.exp: Likewise.
2672 * gdb.base/ena-dis-br.exp: Likewise.
2673 * gdb.base/ending-run.exp: Likewise.
2674 * gdb.base/environ.exp: Likewise.
2675 * gdb.base/eval-skip.exp: Likewise.
2676 * gdb.base/exprs.exp: Likewise.
2677 * gdb.base/fileio.exp: Likewise.
2678 * gdb.base/finish.exp: Likewise.
2679 * gdb.base/float.exp: Likewise.
2680 * gdb.base/foll-exec.exp: Likewise.
2681 * gdb.base/foll-fork.exp: Likewise.
2682 * gdb.base/foll-vfork.exp: Likewise.
2683 * gdb.base/freebpcmd.exp: Likewise.
2684 * gdb.base/funcargs.exp: Likewise.
2685 * gdb.base/gcore.exp: Likewise.
2686 * gdb.base/gdb1090.exp: Likewise.
2687 * gdb.base/gdb1250.exp: Likewise.
2688 * gdb.base/huge.exp: Likewise.
2689 * gdb.base/info-proc.exp: Likewise.
2690 * gdb.base/interrupt.exp: Likewise.
2691 * gdb.base/jump.exp: Likewise.
2692 * gdb.base/langs.exp: Likewise.
2693 * gdb.base/lineinc.exp: Likewise.
2694 * gdb.base/list.exp: Likewise.
2695 * gdb.base/logical.exp: Likewise.
2696 * gdb.base/long_long.exp: Likewise.
2697 * gdb.base/macscp.exp: Likewise.
2698 * gdb.base/maint.exp: Likewise.
2699 * gdb.base/mips_pro.exp: Likewise.
2700 * gdb.base/miscexprs.exp: Likewise.
2701 * gdb.base/multi-forks.exp: Likewise.
2702 * gdb.base/opaque.exp: Likewise.
2703 * gdb.base/overlays.exp: Likewise.
2704 * gdb.base/pc-fp.exp: Likewise.
2705 * gdb.base/pointers.exp: Likewise.
2706 * gdb.base/printcmds.exp: Likewise.
2707 * gdb.base/psymtab.exp: Likewise.
2708 * gdb.base/ptype.exp: Likewise.
2709 * gdb.base/recurse.exp: Likewise.
2710 * gdb.base/relational.exp: Likewise.
2711 * gdb.base/relocate.exp: Likewise.
2712 * gdb.base/remote.exp: Likewise.
2713 * gdb.base/reread.exp: Likewise.
2714 * gdb.base/restore.exp: Likewise.
2715 * gdb.base/return.exp: Likewise.
2716 * gdb.base/return2.exp: Likewise.
2717 * gdb.base/scope.exp: Likewise.
2718 * gdb.base/sect-cmd.exp: Likewise.
2719 * gdb.base/sep.exp: Likewise.
2720 * gdb.base/sepdebug.exp: Likewise.
2721 * gdb.base/setshow.exp: Likewise.
2722 * gdb.base/setvar.exp: Likewise.
2723 * gdb.base/sigall.exp: Likewise.
2724 * gdb.base/sigbpt.exp: Likewise.
2725 * gdb.base/signals.exp: Likewise.
2726 * gdb.base/signull.exp: Likewise.
2727 * gdb.base/sizeof.exp: Likewise.
2728 * gdb.base/solib.exp: Likewise.
2729 * gdb.base/step-line.exp: Likewise.
2730 * gdb.base/step-test.exp: Likewise.
2731 * gdb.base/structs.exp: Likewise.
2732 * gdb.base/structs2.exp: Likewise.
2733 * gdb.base/term.exp: Likewise.
2734 * gdb.base/twice.exp: Likewise.
2735 * gdb.base/until.exp: Likewise.
2736 * gdb.base/varargs.exp: Likewise.
2737 * gdb.base/volatile.exp: Likewise.
2738 * gdb.base/watchpoint.exp: Likewise.
2739 * gdb.base/whatis-exp.exp: Likewise.
2740 * gdb.base/whatis.exp: Likewise.
2741 * gdb.cp/ambiguous.exp: Likewise.
2742 * gdb.cp/annota2.exp: Likewise.
2743 * gdb.cp/annota3.exp: Likewise.
2744 * gdb.cp/bool.exp: Likewise.
2745 * gdb.cp/breakpoint.exp: Likewise.
2746 * gdb.cp/casts.exp: Likewise.
2747 * gdb.cp/class2.exp: Likewise.
2748 * gdb.cp/classes.exp: Likewise.
2749 * gdb.cp/cplusfuncs.exp: Likewise.
2750 * gdb.cp/ctti.exp: Likewise.
2751 * gdb.cp/derivation.exp: Likewise.
2752 * gdb.cp/exception.exp: Likewise.
2753 * gdb.cp/gdb1355.exp: Likewise.
2754 * gdb.cp/hang.exp: Likewise.
2755 * gdb.cp/inherit.exp: Likewise.
2756 * gdb.cp/local.exp: Likewise.
2757 * gdb.cp/m-data.exp: Likewise.
2758 * gdb.cp/m-static.exp: Likewise.
2759 * gdb.cp/member-ptr.exp: Likewise.
2760 * gdb.cp/method.exp: Likewise.
2761 * gdb.cp/misc.exp: Likewise.
2762 * gdb.cp/namespace.exp: Likewise.
2763 * gdb.cp/overload.exp: Likewise.
2764 * gdb.cp/ovldbreak.exp: Likewise.
2765 * gdb.cp/pr-1023.exp: Likewise.
2766 * gdb.cp/pr-1210.exp: Likewise.
2767 * gdb.cp/pr-574.exp: Likewise.
2768 * gdb.cp/printmethod.exp: Likewise.
2769 * gdb.cp/psmang.exp: Likewise.
2770 * gdb.cp/ref-params.exp: Likewise.
2771 * gdb.cp/ref-types.exp: Likewise.
2772 * gdb.cp/rtti.exp: Likewise.
2773 * gdb.cp/templates.exp: Likewise.
2774 * gdb.cp/try_catch.exp: Likewise.
2775 * gdb.cp/userdef.exp: Likewise.
2776 * gdb.cp/virtfunc.exp: Likewise.
2777 * gdb.disasm/am33.exp: Likewise.
2778 * gdb.disasm/h8300s.exp: Likewise.
2779 * gdb.disasm/mn10300.exp: Likewise.
2780 * gdb.disasm/sh3.exp: Likewise.
2781 * gdb.disasm/t01_mov.exp: Likewise.
2782 * gdb.disasm/t02_mova.exp: Likewise.
2783 * gdb.disasm/t03_add.exp: Likewise.
2784 * gdb.disasm/t04_sub.exp: Likewise.
2785 * gdb.disasm/t05_cmp.exp: Likewise.
2786 * gdb.disasm/t06_ari2.exp: Likewise.
2787 * gdb.disasm/t07_ari3.exp: Likewise.
2788 * gdb.disasm/t08_or.exp: Likewise.
2789 * gdb.disasm/t09_xor.exp: Likewise.
2790 * gdb.disasm/t10_and.exp: Likewise.
2791 * gdb.disasm/t11_logs.exp: Likewise.
2792 * gdb.disasm/t12_bit.exp: Likewise.
2793 * gdb.disasm/t13_otr.exp: Likewise.
2794 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2795 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2796 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2797 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
2798 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
2799 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2800 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2801 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2802 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
2803 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2804 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2805 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2806 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2807 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2808 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2809 * gdb.mi/gdb701.exp: Likewise.
2810 * gdb.mi/gdb792.exp: Likewise.
2811 * gdb.mi/mi-basics.exp: Likewise.
2812 * gdb.mi/mi-break.exp: Likewise.
2813 * gdb.mi/mi-cli.exp: Likewise.
2814 * gdb.mi/mi-console.exp: Likewise.
2815 * gdb.mi/mi-disassemble.exp: Likewise.
2816 * gdb.mi/mi-eval.exp: Likewise.
2817 * gdb.mi/mi-file.exp: Likewise.
2818 * gdb.mi/mi-read-memory.exp: Likewise.
2819 * gdb.mi/mi-regs.exp: Likewise.
2820 * gdb.mi/mi-return.exp: Likewise.
2821 * gdb.mi/mi-simplerun.exp: Likewise.
2822 * gdb.mi/mi-stack.exp: Likewise.
2823 * gdb.mi/mi-stepi.exp: Likewise.
2824 * gdb.mi/mi-syn-frame.exp: Likewise.
2825 * gdb.mi/mi-until.exp: Likewise.
2826 * gdb.mi/mi-var-block.exp: Likewise.
2827 * gdb.mi/mi-var-child.exp: Likewise.
2828 * gdb.mi/mi-var-cmd.exp: Likewise.
2829 * gdb.mi/mi-var-display.exp: Likewise.
2830 * gdb.mi/mi-watch.exp: Likewise.
2831 * gdb.mi/mi2-basics.exp: Likewise.
2832 * gdb.mi/mi2-break.exp: Likewise.
2833 * gdb.mi/mi2-cli.exp: Likewise.
2834 * gdb.mi/mi2-console.exp: Likewise.
2835 * gdb.mi/mi2-disassemble.exp: Likewise.
2836 * gdb.mi/mi2-eval.exp: Likewise.
2837 * gdb.mi/mi2-file.exp: Likewise.
2838 * gdb.mi/mi2-read-memory.exp: Likewise.
2839 * gdb.mi/mi2-regs.exp: Likewise.
2840 * gdb.mi/mi2-return.exp: Likewise.
2841 * gdb.mi/mi2-simplerun.exp: Likewise.
2842 * gdb.mi/mi2-stack.exp: Likewise.
2843 * gdb.mi/mi2-stepi.exp: Likewise.
2844 * gdb.mi/mi2-syn-frame.exp: Likewise.
2845 * gdb.mi/mi2-until.exp: Likewise.
2846 * gdb.mi/mi2-var-block.exp: Likewise.
2847 * gdb.mi/mi2-var-child.exp: Likewise.
2848 * gdb.mi/mi2-var-cmd.exp: Likewise.
2849 * gdb.mi/mi2-var-display.exp: Likewise.
2850 * gdb.mi/mi2-watch.exp: Likewise.
2851 * gdb.stabs/exclfwd.exp: Likewise.
2852 * gdb.stabs/weird.exp: Likewise.
2853 * gdb.threads/gcore-thread.exp: Likewise.
2854 * gdb.trace/actions.exp: Likewise.
2855 * gdb.trace/backtrace.exp: Likewise.
2856 * gdb.trace/circ.exp: Likewise.
2857 * gdb.trace/collection.exp: Likewise.
2858 * gdb.trace/deltrace.exp: Likewise.
2859 * gdb.trace/infotrace.exp: Likewise.
2860 * gdb.trace/limits.exp: Likewise.
2861 * gdb.trace/packetlen.exp: Likewise.
2862 * gdb.trace/passc-dyn.exp: Likewise.
2863 * gdb.trace/passcount.exp: Likewise.
2864 * gdb.trace/report.exp: Likewise.
2865 * gdb.trace/save-trace.exp: Likewise.
2866 * gdb.trace/tfind.exp: Likewise.
2867 * gdb.trace/tracecmd.exp: Likewise.
2868 * gdb.trace/while-dyn.exp: Likewise.
2869 * gdb.trace/while-stepping.exp: Likewise.
2870
f4b618d1
JB
28712006-08-08 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdb.base/step-bt.c: New file.
2874 * gdb.base/step-bt.exp: New testcase.
2875
3d00d119
DJ
28762006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
2877
2878 * config/monitor.exp (gdb_load): Remove support for obsolete
2879 download-write-size.
2880 * gdb.base/remote.exp: Likewise. Update all callers of
2881 gdb_timed_load.
2882
017b5bd4
DJ
28832006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
2884
2885 * cursal.exp: Pass binfile to gdb_load.
2886
837c599d
DJ
28872006-08-01 Nathan Sidwell <nathan@codesourcery.com>
2888
2889 * gdb.base/cursal.exp: Add "" to gdb_load call.
2890
8dd4540b
MK
28912006-07-29 Mark Kettenis <kettenis@gnu.org>
2892
2893 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
2894 NetBSD/ELF targets.
2895
ab5c9f60
DJ
28962006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
2897
2898 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
2899 operator*.
2900
4c42eaff
DJ
29012006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
2902
2903 * gdb.base/completion.exp: Update for change in "file" behavior.
2904 * gdb.stabs/weird.exp: Likewise.
2905 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
2906 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
2907
0155cc76
NS
29082006-07-24 Nathan Sidwell <nathan@codesourcery.com>
2909
2910 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
2911 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
2912
16026cd7
AS
29132006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
2914
2915 * gdb.base/default.exp: Update source command error message.
2916 * gdb.base/help.exp: Update 'help source' message.
2917
16963cb6
DJ
29182006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
2919
2920 * gdb.cp/bs15503.exp: Update comment for no longer crashing
2921 test.
2922
6d7fd486
AS
29232006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
2924
2925 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
2926
29e8a844
DJ
29272006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
2928
2929 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
2930
6afcfa39
DJ
29312006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
2932
2933 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
2934
267a692b
MK
29352006-07-17 Mark Kettenis <kettenis@gnu.org>
2936
2937 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
2938 *-*-openbsd* from targets for wich we expect ARM FPA floating
2939 point format.
2940
85d2fec4
NR
29412006-07-17 Nick Roberts <nickrob@snap.net.nz>
2942
2943 * gdb.cp/annota3.exp: Expect frame-begin annotation.
2944
29452006-07-17 Mark Kettenis <kettenis@gnu.org>
2946
2947 * gdb.base/annota3.exp: Expect frame-begin annotation.
2948
85b4c6e8
JB
29492006-07-14 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gdb.base/help.exp: Adjust "help unset" test to accept
2952 any list of unset commands.
2953
fb933624
DJ
29542006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
2955 Daniel Jacobowitz <dan@codesourcery.com>
2956
2957 * gdb.cp/ref-params.exp: New test.
2958 * gdb.cp/ref-params.cc: New source file.
2959 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
2960
1dff4b64
MK
29612006-07-08 Mark Kettenis <kettenis@gnu.org>
2962
2963 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
2964 spaces/tabs in regular expressions since they might not be there.
2965
40d2e0e3
AS
29662006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
2967
2968 * gdb.base/ifelse.exp: New file.
2969
f6c957d2
NS
29702006-07-04 Nathan Sidwell <nathan@codesourcery.com>
2971
2972 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
2973 line.
2974 * gdb.base/huge.exp: Loop over compilation to find a size that
2975 is acceptable.
2976 * gdb.base/remote.exp: Correct expected strings.
2977 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
2978
b9c5a23d
DJ
29792006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2980
2981 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
2982
9af2e58d
DJ
29832006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2984
2985 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
2986 native.
2987
30930ca5
DJ
29882006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2989
2990 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
2991 enable stabs testing.
2992
aa32fa1d
DJ
29932006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2994
bd4a4c80 2995 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
2996 gdb_test_multiple does.
2997
321fef15
DJ
29982006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2999
3000 * Makefile.in (host_alias): Remove.
3001 (target_alias): Use @target_noncanonical@.
3002 (site.exp): Don't set host_alias.
3003 * aclocal.m4: Remove contents. Include acx.m4.
3004 * configure: Regenerated.
3005 * configure.ac: Use ACX_NONCANONICAL_TARGET.
3006
e1c2defa
NS
30072006-06-13 Nathan Sidwell <nathan@codesourcery.com>
3008
e63b55d1
NS
3009 * lib/gdb.exp (gdb_load_cmd): New.
3010
5600ea19
NS
3011 * gdb.base/fileio.c: Add system(NULL) test.
3012 * gdb.base/fileio.exp: Check it.
3013
e1c2defa
NS
3014 * gdb.base/break.c: Add 10a breakpoint at }
3015 * gdb.base/break.exp: Add test for breakpoint at }
3016 * gdb.cp/anon-union.cc: Add code at end of function.
3017 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
3018 * gdb.mi/var-cmd.c: Add code at end of function.
3019 * gdb.mi/mi-var-display.exp: Adjust end of next.
3020 * gdb.mi/mi2-var-display.exp: Likewise.
3021 * gdb.base/fileio.c: Add stop function and insert calls at
3022 stopping places.
3023 * gdb.base/fileio.exp: Breakpoint stop function and remove
3024 explicit line number references.
3025
6c0112ec
JB
30262006-05-19 Joel Brobecker <brobecker@adacore.com>
3027
3028 * gdb.base/del.exp (test_delete_alias): New function.
3029 Now check that both "del" and "d" work as aliases for "delete".
3030
154189a4
FF
30312006-05-18 Fred Fish <fnf@specifix.com>
3032
3033 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
3034 required. Check for spurious output after program exits normally.
3035
582e64c2
FF
30362006-05-17 Fred Fish <fnf@specifix.com>
3037
3038 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
3039 gdb_load, so it works in the simulator.
3040
8ef6493a
FF
30412006-05-11 Fred Fish <fnf@specifix.com>
3042
3043 * gdb.base/bang.exp: Ignore unexpected output between the
3044 "program exited normally" and the gdb prompt, as many other
3045 tests do.
3046
692b141c
MK
30472006-05-07 Mark Kettenis <kettenis@gnu.org>
3048
3049 * gdb.base/help.exp: Make "delete checkpoint" part option for
3050 "help d" and "help delete" tests.
3051
540b8a30
UW
30522006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3053
3054 * gdb.mi/mi-basics.exp: Add missing serial number to
3055 expected output in some mi_gdb_test statements.
3056 * gdb.mi/mi2-basics.exp: Likewise.
3057
9b6462d9
JB
30582006-05-05 Joel Brobecker <brobecker@adacore.com>
3059
3060 * gdb.base/del.c: New file.
3061 * gdb.base/del.exp: New testcase.
3062
954de43b
DM
30632006-05-05 David S. Miller <davem@sunset.davemloft.net>
3064
3065 * gdb.base/break.exp: Do not assume a breakpoint on
3066 main will actually be in $srcfile when optimizing.
1303f75e
DM
3067 * gdb.base/savedregs.exp: Do not require that the dummy
3068 frame location match up to a symbol and source file location.
c3242428
DM
3069 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
3070 will get printed without a mi_cmd_data_list_register_values prefix.
3071 (*-data-list-register-*): Correct regular expressions to expect the new
3072 pseudo d? floating point registers.
3073 * gdb.mi/mi2-regs.exp: Likewise.
3074
c7e64c9a
DJ
30752006-05-05 Christophe Lyon <christophe.lyon@st.com>
3076
3077 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
3078 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
3079 is allocated by the compiler.
3080 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
3081 anons, e, anone to force their allocation by the compiler.
3082
30832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
3084
3085 * gdb.base/help.exp: Update expected text for help d and
3086 help delete.
3087
27ce9a6d
MK
30882006-05-02 Mark Kettenis <kettenis@gnu.org>
3089
3090 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
3091 NetBSD/ELF targets.
3092
8608915f
MK
30932006-04-30 Mark Kettenis <kettenis@gnu.org>
3094
3095 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
3096 single-step breakpoint fails; make this a KFAIL on
3097 sparc*-*-openbsd*.
3098 * gdb.base/siginfo.exp: Likewise.
3099 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3100
b8db102d
MS
31012006-04-26 Michael Snyder <msnyder@redhat.com>
3102
3103 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
3104 which may have to consume output from other forks.
3105 Add tests to make sure that "delete fork" succeeded.
3106
c702009a
MS
31072006-04-20 Michael Snyder <msnyder@redhat.com>
3108
3109 * 2006-03-22 Jim Blandy <jimb@redhat.com>
3110 Add support for the Renesas M32C and M16C.
3111
3112 * gdb.asm/asm-source.exp: Add m32c target.
3113 * gdb.asm/m32c.inc: Support for m32c target.
3114
e28493f2
AS
31152006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
3116
3117 * gdb.base/commands.exp (recursive_source_test): New test.
3118
880da185
DM
31192006-04-04 David S. Miller <davem@sunset.davemloft.net>
3120
3121 * gdb.base/float.exp: Add pattern for sparc targets.
3122
61d9b92f
DJ
31232006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3124
3125 * gdb.base/commands.exp (stray_arg0_test): New test.
3126
bd717df8
PB
31272006-03-30 Paul Brook <paul@codesourcery.com>
3128
3129 * gdb.mi/mi-until.exp: kfail broken until command.
3130 * gdb.mi/mi2-until.exp: Ditto.
3131
ec793d3c
NR
31322006-03-27 Nick Roberts <nickrob@snap.net.nz>
3133
3134 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
3135
831004b7
AO
31362006-03-08 Alexandre Oliva <aoliva@redhat.com>
3137
3138 * gdb.base/prelink.exp: Anchor tested-for regular expression
3139 on gdb prompt.
3140
effe49a0
PB
31412006-03-07 Paul Brook <paul@codesourcery.com>
3142
3143 * gdb.base/assign.exp: Correct fail message.
3144
e5461016
PB
31452006-03-07 Paul Brook <paul@codesourcery.com>
3146
3147 * lib/compiler.c: Extract armcc version number.
3148 * lib/compiler.cc: Ditto.
3149
fc91c6c2
PB
31502006-03-07 Paul Brook <paul@codesourcery.com>
3151
3152 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
3153 additional_flags=-w.
3154 * gdb.arch/altivec-regs.exp: Ditto.
3155 * gdb.arch/e500-abi.exp: Ditto.
3156 * gdb.arch/e500-regs.exp: Ditto.
3157 * gdb.base/all-bin.exp: Ditto.
3158 * gdb.base/annota1.exp: Ditto.
3159 * gdb.base/annota3.exp: Ditto.
3160 * gdb.base/args.exp: Ditto.
3161 * gdb.base/arithmet.exp: Ditto.
3162 * gdb.base/assign.exp: Ditto.
3163 * gdb.base/async.exp: Ditto.
3164 * gdb.base/bang.exp: Ditto.
3165 * gdb.base/break.exp: Ditto.
3166 * gdb.base/call-rt-st.exp: Ditto.
3167 * gdb.base/completion.exp: Ditto.
3168 * gdb.base/cond-expr.exp: Ditto.
3169 * gdb.base/condbreak.exp: Ditto.
3170 * gdb.base/consecutive.exp: Ditto.
3171 * gdb.base/define.exp: Ditto.
3172 * gdb.base/display.exp: Ditto.
3173 * gdb.base/ena-dis-br.exp: Ditto.
3174 * gdb.base/environ.exp: Ditto.
3175 * gdb.base/eval-skip.exp: Ditto.
3176 * gdb.base/info-proc.exp: Ditto.
3177 * gdb.base/jump.exp: Ditto.
3178 * gdb.base/logical.exp: Ditto.
3179 * gdb.base/long_long.exp: Ditto.
3180 * gdb.base/maint.exp: Ditto.
3181 * gdb.base/miscexprs.exp: Ditto.
3182 * gdb.base/pc-fp.exp: Ditto.
3183 * gdb.base/pointers.exp: Ditto.
3184 * gdb.base/relational.exp: Ditto.
3185 * gdb.base/reread.exp: Ditto.
3186 * gdb.base/sect-cmd.exp: Ditto.
3187 * gdb.base/sep.exp: Ditto.
3188 * gdb.base/sepdebug.exp: Ditto.
3189 * gdb.base/until.exp: Ditto.
3190 * gdb.base/whatis-exp.exp: Ditto.
3191 * gdb.cp/annota2.exp: Ditto.
3192 * gdb.cp/annota3.exp: Ditto.
3193 * gdb.trace/actions.exp: Ditto.
3194 * gdb.trace/backtrace.exp: Ditto.
3195 * gdb.trace/circ.exp: Ditto.
3196 * gdb.trace/collection.exp: Ditto.
3197 * gdb.trace/deltrace.exp: Ditto.
3198 * gdb.trace/infotrace.exp: Ditto.
3199 * gdb.trace/limits.exp: Ditto.
3200 * gdb.trace/packetlen.exp: Ditto.
3201 * gdb.trace/passc-dyn.exp: Ditto.
3202 * gdb.trace/passcount.exp: Ditto.
3203 * gdb.trace/report.exp: Ditto.
3204 * gdb.trace/save-trace.exp: Ditto.
3205 * gdb.trace/tfind.exp: Ditto.
3206 * gdb.trace/tracecmd.exp: Ditto.
3207 * gdb.trace/while-dyn.exp: Ditto.
3208 * gdb.trace/while-stepping.exp: Ditto.
3209 * lib/gdb.exp: Ditto.
3210 (gdb_compile): Handle nowarning option.
3211
5f4a23d9
AO
32122006-03-07 Alexandre Oliva <aoliva@redhat.com>
3213
3214 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
3215 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
3216 Rename executable to prelinkt. Don't re-prelink if we didn't
3217 get a core file. Test prelink -u exit status to tell whether
3218 prelinking failed. Use gdb_test_multiple.
3219
9733fc94
DJ
32202006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3221
3222 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
3223 (do_tests): Call it.
3224
cc10cae3
AO
32252006-02-28 Alexandre Oliva <aoliva@redhat.com>
3226
3227 * gdb.base/prelink.exp: New test.
3228 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
3229
15c46491
WZ
32302006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
3231
3232 * gdb.fortran/derived-type.f90: New file.
3233 * gdb.fortran/derived-type.exp: New testcase.
3234
5c9f7ded
DJ
32352006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
3236
3237 * gdb.base/default.exp: Allow ';' as a directory separator.
3238
5b96932b
AS
32392006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
3240
3241 * gdb.base/help.exp (help add-symbol-file): Update.
3242
1986bccd
AS
32432006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
3244
3245 * gdb.base/help.exp (help load): Update expected results.
3246
a8b7528f
FF
32472006-02-19 Fred Fish <fnf@specifix.com>
3248
3249 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
3250 specifix hex value as part of results.
3251 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
3252
f8261448
FF
32532006-02-16 Fred Fish <fnf@specifix.com>
3254
3255 * gdb.base/whatis.c: Define variables using typedefs char_addr,
3256 ushort_addr, and slong_addr, so the typedefs are not optimized
3257 away.
3258 * gdb.base/whatis.exp: Add tests using type name for struct type,
3259 union type, enum type, and typedef.
3260
31d8bdd2
MK
32612006-02-13 Mark Kettenis <kettenis@gnu.org>
3262
3263 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
3264
34e41e63
JB
32652006-02-13 Jim Blandy <jimb@redhat.com>
3266
3267 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
3268 case where it takes two "next" commands to skip past the init
3269 call.
3270
ac6e4f31
FF
32712006-02-12 Fred Fish <fnf@specifix.com>
3272
3273 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
3274 to handle cases where it takes two "next" commands to skip
3275 past the init call.
3276
2db2d571
JB
32772006-02-07 Joel Brobecker <brobecker@adacore.com>
3278
3279 * gdb.ada/array_return.exp: Mark the last test as expected to fail
3280 on hppa32 targets.
3281
38fcd64c
DJ
32822006-02-06 Vladimir Prus <ghost@cs.msu.su>
3283
3284 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
3285 field.
3286
1315ad46
MK
32872006-01-29 Mark Kettenis <kettenis@gnu.org>
3288
3289 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
3290
5625b943
DJ
32912006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3292
3293 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
3294 files.
3295
80df1bbe
DJ
32962006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3297
3298 * gdb.cp/maint.exp: Set complaints to a positive value.
3299
9078e690
DJ
33002006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
3301
3302 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
3303 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
3304 function name.
3305
9c903399
DJ
33062006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
3307
3308 * gdb.base/checkpoint.c: Update copyright notice. Include
3309 <stdlib.h>.
3310
761ae4d6
JB
33112006-01-04 Jim Blandy <jimb@redhat.com>
3312
3313 * gdb.asm/asm-source.exp: Independently provide default values for
3314 asm-flags and debug-flags. Use 'string equal' to do the
3315 comparison, not the implicit expr's '==' operator. Remove
3316 now-unneeded assignments to asm-flags. In h8300 case, place
3317 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
3318
099ac3dd
MS
33192006-01-04 Michael Snyder <msnyder@redhat.com>
3320
3321 * gdb.base/checkpoint.c: New file.
3322 * gdb.base/checkpoint.exp: New file.
3323 * gdb.base/multi-fork.c: New file.
3324 * gdb.base/multi-fork.exp: New file.
3325 * gdb.base/pi.txt: New file (data for checkpoint.c test).
3326
f4d85314
FF
33272006-01-04 Fred Fish <fnf@specifix.com>
3328
3329 * gdb.base/ptype.c (foo): Add typedef.
3330 (intfoo): Add function.
3331 * gdb.base/ptype1.c: New file.
3332 * gdb.base/ptype.exp: Handle compilation and linking with two
3333 source files. Test that proper type for "foo" is found based
3334 on source context rather than first match found in symtabs.
3335
a1b06f35
MK
33362005-12-28 Mark Kettenis <kettenis@gnu.org>
3337
3338 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
3339 * gdb.asm/openbsd.inc: Indent commands.
3340
d082a1e2
MK
33412005-12-26 Mark Kettenis <kettenis@gnu.org>
3342
c65016bd
MK
3343 * gdb.base/freebpcmd.exp: Increase timeout.
3344
d082a1e2
MK
3345 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
3346
d3c32a0e
DJ
33472005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
3348
3349 * gdb.base/default.exp: Update check for "show version".
3350
9fdb1f50
RC
33512005-12-09 Randolph Chung <tausq@debian.org>
3352
3353 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
3354 * gdb.asm/pa64.inc: New file.
3355
5f2c56f7
RC
33562005-12-09 Randolph Chung <tausq@debian.org>
3357
3358 * gdb.asm/common.inc: Indent commands.
3359 * gdb.asm/asmsrc1.s: Likewise.
3360 * gdb.asm/asmsrc2.s: Likewise.
3361
8117349c
RC
33622005-12-09 Randolph Chung <tausq@debian.org>
3363
3364 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
3365 (get_addr_of_sym): Remove duplicate print.
3366 (gen_core): xfail hppa*-*-hpux*, update expected output.
3367 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
3368 * gdb.arch/pa64-nullify.s: New file.
3369
8f07f25a
RC
33702005-12-09 Randolph Chung <tausq@debian.org>
3371
3372 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
3373
55b39184
DJ
33742005-12-07 Christophe Lyon <christophe.lyon@st.com>
3375
3376 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
3377 code generation for these functions.
3378 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
3379 error message.
3380
31e2b00f
AS
33812005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3382
3383 * gdb.base/help.exp (help b, help br, help bre, help brea)
3384 (help break): Update the expected message.
3385
c3d0b56e
SC
33862005-11-11 Stephane Carrez <stcarrez@nerim.fr>
3387
3388 * gdb.asm/m68hc11.inc: Setup the data section.
3389 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
3390 script for this test.
3391 (m6812-*-*): Likewise.
3392
36ae0ea9
RC
33932005-11-09 Randolph Chung <tausq@debian.org>
3394
3395 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
3396
9d6f42e9
WZ
33972005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
3398
3399 * gdb.base/break.exp: Fix a comment typo.
3400
e2126a14
EZ
34012005-11-03 Jim Blandy <jimb@redhat.com>
3402
3403 Checked in by Elena Zannoni <ezannoni@redhat.com>
3404
3405 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
3406
e0ac7199
CV
34072005-11-02 Corinna Vinschen <vinschen@redhat.com>
3408
3409 * gdb.arch/gdb1558.c: Include stdio.h.
3410
31d3fb18
MK
34112005-10-31 Mark Kettenis <kettenis@gnu.org>
3412
3413 * gdb.asm/asm-source.exp: Use -e instead of --entry.
3414
e52b687c
MK
34152005-10-31 Mark Kettenis <kettenis@gnu.org>
3416
3417 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
3418
f4711d79
PG
34192005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
3420
3421 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
3422 vscr" tests to better match output.
3423
987a9106
JB
34242005-10-12 Jim Blandy <jimb@redhat.com>
3425
3426 * gdb.base/structs.exp (any): New function.
3427 (test_struct_returns): Don't make any assumptions at all about
3428 what value the function returns when GDB can't set the return
3429 value.
3430
2336bb58
JB
34312005-10-09 Joel Brobecker <brobecker@adacore.com>
3432
3433 * gdb.ada/arrayidx/p.adb: New file.
3434 * gdb.ada/arrayidx.exp: New testcase
3435
34362005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
3437
3438 * gdb.ada/array_return/pck.ads: New file.
3439 * gdb.ada/array_return/pck.adb: New file.
3440 * gdb.ada/array_return/p.adb: New file.
3441 * gdb.ada/array_return.exp: New testcase.
3442
705335ea
JB
34432005-10-03 Joel Brobecker <brobecker@adacore.com>
3444
3445 * gdb.base/arrayidx.c: New file.
3446 * gdb.base/arrayidx.exp: New testcase.
3447
11ee9940
NR
34482005-09-29 Nick Roberts <nickrob@snap.net.nz>
3449
3450 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
3451 frames-invalid and breakpoints-invalid are no longer generated
3452 with level 3 so don't expect them in the output.
3453
39fb8e9e
BR
34542005-09-27 Bob Rossi <bob@brasko.net>
3455
3456 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
3457 from test. Escape the | in mi_gdb_test call.
3458 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
3459 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
3460 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
3461 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
3462 expected regex's in mi_gdb_test calls.
3463 * lib/mi-support.exp: Remove arbitrary .* from tests.
3464 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
3465 Fully anchor GDB/MI expected results in mi_gdb_test.
3466 * lib/gdb.exp (string_to_regexp): Escape the ] character.
3467 * gdb.base/sizeof.exp: Remove escape character. Correct test.
3468
2af48f68
PB
34692005-09-26 Paul Brook <paul@codesourcery.com>
3470
3471 * long_long.exp: Exclude eabi targets from arm FPA float format test.
3472
f34502bc
WZ
34732005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
3474
3475 * bfp-test.c: New file.
3476 * bfp-test.exp: New testcase.
3477
ca929517
WZ
34782005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
3479
3480 * gdb.fortran/subarray.exp: New testcase to test the evaluation
3481 of subarray and substring variable.
3482 * gdb.fortran/subarray.f: New source file for the test of subarray
3483 and substring variable evaluation.
3484 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
3485 of string constant.
3486
c761af65
DJ
34872005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
3488
3489 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
3490 copyright dates.
3491
561d7a1d
PG
34922005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
3493
3494 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
3495 powerpc altivec' test with an almost identical 'info vector' test.
3496
b2b64cc9
PG
34972005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
3498
3499 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
3500 vscr" tests to match output.
3501
6ac4d15a
PG
35022005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
3503
3504 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
3505 output.
3506
40e55bef
BR
35072005-09-11 Bob Rossi <bob@brasko.net>
3508
3509 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
3510 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
3511 commands that return an MI output command and an asyncronous MI output
3512 command.
3513 * gdb.mi/mi-console.exp: Ditto.
3514
3c7385ec
BR
35152005-09-11 Bob Rossi <bob@brasko.net>
3516
3517 * gdb.mi/mi-var-child.c: Include <string.h>.
3518
a6cd0eb3
DJ
35192005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
3520
3521 * killed.exp: Correct gdb_expect syntax.
3522
2f168eed
CV
35232005-08-09 Corinna Vinschen <vinschen@redhat.com>
3524
3525 * lib/mi-support.exp (mi_gdb_load): Fix typo.
3526
ecd3fd0f
BR
35272005-08-02 Bob Rossi <bob@brasko.net>
3528
3529 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
3530 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
3531 Change tests to inferior-tty-set/show.
3532 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
3533 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
3534 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
3535 inferior. Use mi_gdb_test to get GDB and Inferior output.
3536 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
3537 descriptor.
3538 (mi_inferior_tty_name): Add inferior PTY file name.
3539 (mi_gdb_start): Add INFERIOR_PTY parameter.
3540 (mi_gdb_test): Add IPATTERN parameter.
3541
f1ea48cb
BR
35422005-08-02 Bob Rossi <bob@brasko.net>
3543
3544 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
3545 parameter to mi_gdb_test.
3546 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
3547
6e650a67
DJ
35482005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3549
3550 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
3551 struct_declarations.
3552 * gdb.mi/mi-var-child.exp: Step over the initialization of
3553 struct_declarations.
3554
8be260b6
DJ
35552005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3556
3557 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
3558 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
3559 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
3560 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
3561 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
3562 file.
3563
4e660f07
NR
35642005-07-27 Nick Roberts <nickrob@snap.net.nz>
3565
3566 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
3567 (do_children_tests): Assign values to the extra elements.
3568
3569 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
3570 them for tests for "-var-update --no-values" and
3571 "-var-update --all-values".
3572 Add test for "-var-list-children --simple-values".
3573
3574 * gdb.mi/basics.c (callee4): Add integer array D[3]...
3575
3576 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
3577 "-stack-list-locals --simple-values" Improve doc strings and
3578 comments.
3579
6bdae935
MK
35802005-07-18 Mark Kettenis <kettenis@gnu.org>
3581
598b7a6f
MK
3582 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
3583 *-*-openbsd*.
3584 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
3585
6bdae935
MK
3586 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
3587 sigaltsatck'.
3588
1323e929
BR
35892005-07-14 Bob Rossi <bob@brasko.net>
3590
3591 * gdb.base/default.exp (tty): Changed output of command.
3592 * gdb.base/help.exp (help tty): Ditto.
3593
b1a9c082
MK
35942005-07-12 Mark Kettenis <kettenis@gnu.org>
3595
3596 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
3597
10a844a2
MK
35982005-07-10 Mark Kettenis <kettenis@gnu.org>
3599
3600 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
3601 -stack-select-frame without arguments.
3602 (test_stack_frame_listing): Add test for newly implemented command
3603 -stack-info-frame.
3604
3cb3b8df
BR
36052005-07-06 Bob Rossi <bob@brasko.net>
3606
3607 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
3608 command.
3609 (Copyright): Update copyright.
3610
a0c5fbcf
WZ
36112005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
3612
3613 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
3614 tests to evaluate exponentiation expression.
3615
984971d0
AS
36162005-06-29 Andreas Schwab <schwab@suse.de>
3617
3618 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
3619 main to avoid warnings.
3620
3621 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
3622
fe03833f
NR
36232005-06-20 Nick Roberts <nickrob@snap.net.nz>
3624
3625 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
3626 -stack-select-frame without arguments.
3627 (test_stack_frame_listing): Add test for newly implemented command
3628 -stack-info-frame.
3629
7a55f279
WZ
36302005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
3631
0ffa0ea5
DJ
3632 * gdb.fortran/array-element.f: New file.
3633 * gdb.fortran/array-element.exp: New testcase.
7a55f279 3634
26585198
DJ
36352005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3636
3637 * gdb.base/bigcore.exp: Correct checks for systems which can
3638 not dump a large core file.
3639
c1bd25fd
DJ
36402005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3641
3642 * gdb.base/relocate.c: Add a copyright notice.
3643 (dummy): Remove.
3644 * gdb.base/relocate.exp: Test printing the values of variables
3645 from a relocatable file.
3646
589e074d
DJ
36472005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
3648
3649 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
3650 excess MI output after an error.
3651
0915f927
JB
36522005-05-29 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdb.arch/alpha-step.c: New file.
3655 * gdb.arch/alpha-step.exp: New testcase.
3656
76ff342d
DJ
36572005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3658 Dennis Brueni <dennis@slickedit.com>
3659
3660 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
3661 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
3662 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
3663 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
3664 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
3665 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
3666 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
3667
96b0c7ac
DJ
36682005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
3669 Wu Zhou <woodzltc@cn.ibm.com>
3670
3671 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
3672 IBM's xlc compiler.
3673 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
3674 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
3675
f21565d2
JB
36762005-05-13 Jim Blandy <jimb@redhat.com>
3677
3678 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
3679 calling gdb_suppress_entire_file.
3680 * gdb.base/charset.exp: Same.
3681 * gdb.base/call-rt-st.exp: Same.
3682
6006a3a1
BR
36832005-05-05 Bob Rossi <bob_rossi@cox.net>
3684
3685 * lib/gdb.exp (fullname_syntax): Added global regex.
3686 (fullname_syntax_POSIX): Ditto.
3687 (fullname_syntax_UNC): Ditto.
3688 (fullname_syntax_DOS_CASE): Ditto.
3689 (fullname_syntax_DOS): Ditto.
3690 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
3691 fullname_syntax variable to scope and use it.
3692 (test_file_list_exec_source_files): Ditto.
3693 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
3694
c3b69c04
DJ
36952005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
3696
3697 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
3698
3c95e6af
PG
36992004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
3700
3701 * lib/gdb.exp (skip_altivec_tests): New function, based on
3702 check_vmx_hw_available from the GCC testsuite.
3703 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
3704 * lib/gdb.arch/altivec-regs.exp: Likewise.
3705
78df6c56
JB
37062005-05-02 Jim Blandy <jimb@redhat.com>
3707
3708 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
3709 calling gdb_suppress_entire_file.
3710
1690f9cf
DJ
37112005-04-30 Randolph Chung <tausq@debian.org>
3712
3713 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
3714 Slightly relax "sem_post" name checking.
3715
5ea106f7
PG
37162005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
3717
3718 * gdb.base/unload.exp: Use new shared library infrastructure.
3719
bf7234cf
PG
37202005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
3721
3722 * gdb.base/so-impl-ld.exp: Use new shared library
3723 infrastructure.
3724
547b869a
CV
37252005-04-29 Corinna Vinschen <vinschen@redhat.com>
3726
3727 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
3728 * gdb.asm/h8300.inc: New file.
3729
f07e55f0
PG
37302005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
3731
3732 * gdb.base/shlib-call.exp: Change to use new shared library
3733 infrastructure.
3734
3cbba3d1
PG
37352005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
3736
3737 * gdb.base/pending.exp: Change to use new shared library
3738 infrastructure.
3739
ed6df200
PG
37402005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
3741
3742 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
3743 use test_compiler_info instead of gcc_compiled, and update copyright.
3744
8c8f4ebe
PG
37452005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
3746
3747 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
3748 shared objects being adjusted and update copyright years.
3749
607fbc54
DJ
37502005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
3751
3752 * ChangeLog: Correct some 2003-01-13 dates.
3753 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
3754 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
3755 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
3756 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
3757 gdb.trace/tfind.exp: Update copyright years.
3758
57bf0e56
DJ
37592005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
3760 Daniel Jacobowitz <dan@codesourcery.com>
3761
3762 * lib/gdb.exp (gdb_compile): Handle shlib=.
3763 (gdb_compile_shlib): New function.
3764
9b593790
PG
37652005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
3766
3767 * lib/gdb.exp (test_compiler_info): Give argument a default value.
3768
9494c6a5
DJ
37692005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
3770
3771 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
3772 gdb.server.
3773 * configure.ac: Likewise.
3774 * configure: Regenerated.
3775 * gdb.gdbserver/Makefile.in: Moved to...
3776 * gdb.server/Makefile.in: ... here.
3777 * gdb.gdbserver/server.c: Moved to...
3778 * gdb.server/server.c: ... here.
3779 * gdb.gdbserver/server-run.exp: Moved to...
3780 * gdb.server/server-run.exp: ... here.
3781
6f8eac0e
DJ
37822005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
3783
3784 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
3785 * configure.ac: Create gdb.gdbserver/Makefile.
3786 * configure: Regenerated.
3787 * lib/gdbserver-support.exp: New file, derived from
3788 config/gdbserver.exp.
3789 * config/gdbserver.exp: Use gdbserver-support.exp.
3790 * gdb.gdbserver/Makefile.in: New file.
3791 * gdb.gdbserver/server.c: New file.
3792 * gdb.gdbserver/server-run.exp: New file.
3793
6e87504d
PG
37942005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
3795
3796 * lib/gdb.exp (test_compiler_info): Return compiler_info
3797 if no arguments are given.
3798
d1779be4
PG
37992005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
3800
3801 * gdb.arch/altivec-abi.exp: Check for compiler and set
3802 use altivec' flag accordingly.
3803 * gdb.arch/altivec-regs.exp: Likewise.
3804
88750304
DJ
38052005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
3808
f3fb768d
AS
38092005-03-27 Andreas Schwab <schwab@suse.de>
3810
3811 * gdb.base/bigcore.c (main): Add missing mode argument in open
3812 call.
3813
7e813ac5
DJ
38142005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
3817 downloads.
3818 * config/gdbserver.exp (gdb_load): Likewise.
3819
8e3049aa
PB
38202005-03-14 Paul Brook <paul@codesourcery.com>
3821
3822 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
3823 targets.
3824
a9df7c44
JB
38252005-03-09 Joel Brobecker <brobecker@adacore.com>
3826
3827 * gdb.dwarf2/dup-psym.S: New file.
3828 * gdb.dwarf2/dup-psym.exp: New testcase.
3829
9f0d94e8
JB
38302005-03-09 Joel Brobecker <brobecker@adacore.com>
3831
3832 * gdb.ada/exec_changed/first.adb: New file.
3833 * gdb.ada/exec_changed/second.adb: New file.
3834 * gdb.ada/exec_changed.exp: New testcase.
3835
5f579bc5
NS
38362005-03-08 Nathan Sidwell <nathan@codesourcery.com>
3837
36e9969c
NS
3838 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
3839 (A2): New class.
3840 (main): Test operator+.
3841 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
3842 breakpoint test.
3843
5f579bc5
NS
3844 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
3845 * gdb.base/signull.exp: Disable if gdb,nosignals.
3846 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
3847 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
3848 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
3849 * gdb.mi/mi2-console.exp: Likewise.
3850 * gdb.trace/collection.exp (run_trace_experiment): Consume the
3851 continue output at start.
3852 (gdb_collect_locals_test): Robustify regexp.
3853 * gdb.trace/passc-dyn.exp: Fix comment typo.
3854 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
3855
be46087e
CV
38562005-03-08 Corinna Vinschen <vinschen@redhat.com>
3857
3858 * gdb.asm/asm-source.exp: Add iq2000 case.
3859 * gdb.asm/iq2000.inc: New file.
3860
384e1a61
MI
38612005-03-07 Manoj Iyer <manjo@austin.ibm.com>
3862
3863 * gdb.base/command.exp: Change hardcoded value to regular expression.
3864 * gdb.base/float.exp: Add powerpc to the list of targets checked.
3865
584b6e9e
DJ
38662005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
3867
3868 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
3869 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
3870 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
3871 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
3872 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
3873
ab5b5d61
MK
38742005-03-05 Mark Kettenis <kettenis@gnu.org>
3875
3876 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
3877 changes.
3878
ae051c1b
PG
38792004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
3880
3881 * lib/compiler.c: Add test for IBM's xlc compiler.
3882 * lib/compiler.cc: Likewise.
3883
3f0f6ed2
JB
38842004-02-24 Joel Brobecker <brobecker@adacore.com>
3885
3886 * gdb.ada/fixed_points.exp: Create compilation object directory
3887 before running the test.
3888 * gdb.ada/null_record.exp: Likewise.
3889 * gdb.ada/packed_array.exp: Likewise.
3890 * gdb.ada/start.exp: Likewise.
3891
724f452b
JB
38922005-02-15 Joel Brobecker <brobecker@adacore.com>
3893
3894 * gdb.ada/packed_array/pa.adb: New file.
3895 * gdb.ada/packed_array.exp: New testcase.
3896
57f5cdfb 38972005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 3898
1f393151
MK
3899 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
3900 files.
3901
ebdda337
MK
3902 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
3903 on *-*-openbsd*. Correctly match whitespace in regukar
3904 expressions.
3905
cf309262
DJ
39062005-02-10 Daniel Jacobowitz <dan@debian.org>
3907
3908 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
3909 PR exp/1821
3910 * gdb.base/gdb1821.c: New test file.
3911 * gdb.base/gdb1821.exp: New test file.
3912
3be49e7a
JB
39132005-02-09 Joel Brobecker <brobecker@adacore.com>
3914
3915 * gdb.base/start.c: New file.
3916 * gdb.base/start.exp: New testcase.
3917
e292e67d
JB
39182005-02-09 Joel Brobecker <brobecker@adacore.com>
3919
3920 * gdb.ada/start/dummy.adb: New file.
3921 * gdb.ada/start.exp: New testcase.
3922
dbdfa66c
CV
39232005-02-09 Corinna Vinschen <vinschen@redhat.com>
3924
3925 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
3926 for printing symbols and statistics.
3927 Add test for using relative pathnames in "maint print msymbols" test.
3928 Mark "maint info sections DATA" XFAIL on Cygwin.
3929 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
3930 tests.
3931
d7941671
AC
39322005-02-09 Andreas Schwab <schwab@suse.de>
3933
3934 Committed by Andrew Cagney <cagney@gnu.org>
3935 * gdb.base/remotetimeout.exp: New file.
3936
74e5ef44
MK
39372005-02-07 Mark Kettenis <kettenis@gnu.org>
3938
3939 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
3940
464dd14d
JB
39412005-02-03 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.ada/gnat_ada.gpr: New file.
3944 * gdb.ada/gnat_ada.gin: Delete, no longer used.
3945 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
3946 * configure.ac: No longer generate gnat_ada.gpr.
3947 * configure: Regenerate.
3948 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
3949 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
3950 * gdb.ada/null_record/bar.ads: Likewise.
3951 * gdb.ada/null_record/bar.adb: Likewise.
3952 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
3953 * gdb.ada/null_record.exp (testdir): New variable.
3954 (testfile): executable is now in testdir subdirectory.
3955 (srcfile): Use full path to the main compilation unit.
3956 * gdb.ada/fixed_points.exp: Same changes as above.
3957
30d756ae
NR
39582005-02-03 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * gdb.base/interp.exp: New test.
3961
9d799f85
AC
39622005-01-24 Andrew Cagney <cagney@gnu.org>
3963
3964 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
3965
15656118
AC
39662005-01-19 Andrew Cagney <cagney@gnu.org>
3967
a892c31b
AC
3968 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
3969 configure.ac not configure.in.
3970
15656118
AC
3971 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
3972 of powerpc*-*-*.
3973 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
3974 * gdb.base/list.exp (test_list_function)
3975 (test_list_filename_and_function): Ditto.
3976 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
3977
a7b01baf
AC
39782005-01-16 Andrew Cagney <cagney@gnu.org>
3979
17d92a02
AC
3980 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
3981
a7b01baf
AC
3982 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
3983
bc8332bb
AC
39842005-01-14 Andrew Cagney <cagney@gnu.org>
3985
3986 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
3987 * gdb.mi/mi2-var-cmd.exp: Ditto.
3988
4d074752
CV
39892005-01-10 Corinna Vinschen <vinschen@redhat.com>
3990
3991 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
3992
bec39cab
AC
39932005-01-07 Andrew Cagney <cagney@gnu.org>
3994
3995 * configure.ac: Rename configure.in, require autoconf 2.59.
3996 * configure: Re-generate.
3997 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
3998 * gdb.stabs/configure: Re-generate.
3999 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
4000 * gdb.hp/configure: Re-generate.
4001 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
4002 autoconf 2.59.
4003 * gdb.hp/gdb.objdbg/configure: Re-generate.
4004 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
4005 autoconf 2.59.
4006 * gdb.hp/gdb.defects/configure: Re-generate.
4007 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
4008 autoconf 2.59.
4009 * gdb.hp/gdb.compat/configure: Re-generate.
4010 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
4011 autoconf 2.59.
4012 * gdb.hp/gdb.base-hp/configure: Re-generate.
4013 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
4014 autoconf 2.59.
4015 * gdb.hp/gdb.aCC/configure: Re-generate.
4016
f10b16d4
JB
40172004-12-15 Jim Blandy <jimb@redhat.com>
4018
4019 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
4020 under NPTL when there is debugging info available for libpthread.
4021
fb6e1814
JG
40222004-12-13 Jerome Guitton <guitton@gnat.com>
4023
4024 * gdb.ada/fixed_points.c: New file.
4025 * gdb.ada/fixed_points.exp: New file.
4026
fe46cd3a
RC
40272004-12-03 Randolph Chung <tausq@debian.org>
4028
4029 * gdb.arch/pa-nullify.exp: New file.
4030 * gdb.arch/pa-nullify.s: New file.
4031
8de0841b
RC
40322004-11-30 Randolph Chung <tausq@debian.org>
4033
4034 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
4035 instead of "tbug". Fix regexp to work properly with gdb_test.
4036
c8170782
PH
40372004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
4038
4039 * gdb.base/bitfields2.exp: New test.
4040 * gdb.base/bitfields2.c: New file.
4041
954269c2
RE
40422004-11-28 Richard Earnshaw <rearnsha@arm.com>
4043
4044 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
4045
0107feed
RC
40462004-11-16 Randolph Chung <tausq@debian.org>
4047
4048 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
4049
f073ae8c
DJ
40502004-11-14 Daniel Jacobowitz <dan@debian.org>
4051
4052 * gdb.threads/threadapply.exp: Correct "macro details" test.
4053
19ad59e7
JJ
40542004-11-11 Jeff Johnston <jjohnstn@redhat.com>
4055
4056 * gdb.threads/threadapply.exp: New test.
4057 * gdb.threads/threadapply.c: New file.
4058
9cf0961b
MK
40592004-11-07 Mark Kettenis <kettenis@gnu.org>
4060
4061 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
4062 frames.
4063
c789492a
FL
40642004-11-05 Felix Lee <felix+log1@specifixinc.com>
4065
4066 * gdb.base/cursal.exp: New file.
4067 * gdb.base/cursal.c: New file.
4068
a1e167bb
AC
40692004-11-03 Andrew Cagney <cagney@gnu.org>
4070
4071 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
4072
b7cbf173
MK
40732004-10-30 Mark Kettenis <kettenis@gnu.org>
4074
4075 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
4076 NetBSD/ELF targets.
4077
88f9d34f
JB
40782004-10-29 Joel Brobecker <brobecker@gnat.com>
4079
4080 * gdb.threads/bp_in_thread.c: New file, copied from
4081 pthread_cond_wait.c.
4082 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
4083 file, rather than reusing the .c file from another testcase.
4084
ca7d6a0c
JB
40852004-10-20 Joel Brobecker <brobecker@gnat.com>
4086
4087 * gdb.ada/null_record.exp: Check where we stopped after
4088 sending the start command, instead of where the associated
4089 temporary breakpoint was inserted.
4090
0d863d03
AC
40912004-10-14 Andrew Cagney <cagney@gnu.org>
4092
4093 * gdb.mi/gdb701.c (main): Return 0.
4094
d11e72cb
DJ
40952004-10-13 Daniel Jacobowitz <dan@debian.org>
4096
d40539a4 4097 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 4098
e1923096
JJ
40992004-10-12 Jeff Johnston <jjohnstn@redhat.com>
4100
4101 * gdb.threads/schedlock.c: Add comment markers to use to find
4102 line numbers.
4103 * gdb.threads/schedlock.exp: Adjust regex to handle the new
4104 comments.
4105 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
4106 breakpoint lines.
4107
ec8ba2c9
DJ
41082004-10-12 Daniel Jacobowitz <dan@debian.org>
4109
4110 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
4111
0eb3658b
DJ
41122004-10-12 Daniel Jacobowitz <dan@debian.org>
4113
4114 * configure.in: Add gdb.dwarf2.
4115 * configure: Regenerated.
4116 * Makefile.in: Add gdb.dwarf2.
4117 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
4118 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
4119 gdb.dwarf2/file1.txt: New files.
4120
a271cc33
OF
41212004-10-11 Orjan Friberg <orjanf@axis.com>
4122
4123 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
4124 of "run", since the latter doesn't work with remote targets. Adjust
4125 the breakpoint numbering accordingly.
4126 * gdb.threads/pthread_cond_wait.exp: Ditto.
4127
895ce074
MC
41282004-10-08 Michael Chastain <mec.gnu@mindspring.com>
4129
4130 * gdb.base/overlays.exp: Update copyright years.
4131
6be3092d
KI
41322004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
4133
4134 * gdb.base/overlays.exp: Disable if target is Linux.
4135
e05389b8
FL
41362004-10-06 Felix Lee <felix+log1@specifixinc.com>
4137
4138 * config/gdbserver.exp (gdb_load): Use right filename on remote.
4139
73cb587d
KI
41402004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
4141
4142 * gdb.asm/asm-source.exp: Add m32r-linux target.
4143 * gdb.asm/m32r-linux.inc: New file.
4144
3c0edcdc
AC
41452004-09-24 Andrew Cagney <cagney@redhat.com>
4146 David Anderson <anderson@redhat.com>
4147
4148 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
4149 command fails, assume things will work.
4150 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
4151 (_GNU_SOURCE): Define.
4152 (print_unsigned, print_hex): Change parameter to "long long".
4153 (print_byte_count): New function, use to print byte counts.
4154 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
4155 O_LARGEFILE.
4156 (main): Compute an upper bound on a corefile in max_core_size.
4157 Limit memory chunk size to max_core_size. Limit total memory
4158 allocated to max_core_size.
4159
4bb3667f
AC
41602004-09-23 Andrew Cagney <cagney@gnu.org>
4161
4162 * gdb.base/bigcore.exp: Replace the code that creates a corefile
4163 from a separate process with code that creates a corefile by
4164 making the inferior dump core.
4165
60fe1a51
MK
41662004-09-23 Mark Kettenis <kettenis@gnu.org>
4167
4168 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
4169 block.
4170
8e937346
MC
41712004-09-23 Michael Chastain <mec.gnu@mindspring.com>
4172
4173 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
4174 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
4175 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
4176 Likewise.
4177
7213f6d6
JJ
41782004-09-20 Jeff Johnston <jjohnstn@redhat.com>
4179
4180 * gdb.java/jprint.exp: New test case for java inferior call.
4181 * gdb.java/jprint.java: Ditto.
4182
eac69dca
JB
41832004-09-15 Joel Brobecker <brobecker@gnat.com>
4184
4185 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
4186
22227696
MC
41872004-09-14 Michael Chastain <mec.gnu@mindspring.com>
4188
4189 * gdb.threads/killed.c: Include <stdlib.h>.
4190 * gdb.threads/pthreads.c: Likewise.
4191
7dd403a4
MC
41922004-09-14 Michael Chastain <mec.gnu@mindspring.com>
4193
4194 * gdb.threads/killed.c: Add copyright notice.
4195
33f2d567
JM
41962004-09-10 Jason Molenda (jmolenda@apple.com)
4197
4198 * gdb.base/define.exp: Two new tests to verify zero space chars
4199 after 'if' and 'while' commands in a user-defined command is correctly
4200 parsed.
4201
e05b62ac
AC
42022004-09-08 Andrew Cagney <cagney@gnu.org>
4203
4204 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
4205 delivery test with duplicate at end of file.
4206
9cbe82da
MK
42072004-09-06 Mark Kettenis <kettenis@jive.nl>
4208
4209 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
4210
564803d9
MC
42112004-09-05 Michael Chastain <mec.gnu@mindspring.com>
4212
4213 * config/hppro.exp: Removed.
4214
7c6807ce
MC
42152004-09-05 Michael Chastain <mec.gnu@mindspring.com>
4216
4217 * config/sparclet.exp: Removed.
4218
bf7e26dd
MC
42192004-09-05 Michael Chastain <mec.gnu@mindspring.com>
4220
4221 * config/udi.exp: Removed.
4222
714e341b
MC
42232004-09-02 Michael Chastain <mec.gnu@mindspring.com>
4224
4225 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
4226 of "exp_continue".
4227 (advancei): Likewise.
4228
1236e623
JJ
42292004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4230
4231 * gdb.base/unload.exp: Fix so messages aren't duplicated.
4232
3bdcad15
MI
42332004-09-01 Manoj Iyer <manjo@austin.ibm.com>
4234
228af206 4235 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
4236 to check for nodebug in executable.
4237 * gdb.gdb/observer.exp (setup_test): Likewise.
4238 * gdb.gdb/selftest.exp (test_with_self): Likewise.
4239 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
4240
c72b934c
AC
42412004-09-01 Andrew Cagney <cagney@gnu.org>
4242
4243 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
4244 files.
4245
edd9b715
JJ
42462004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4247
4248 * gdb.base/unload.exp: Fix expected warning message to match
4249 latest format.
4250
fb4ce06b
CV
42512004-09-01 Corinna Vinschen <vinschen@redhat.com>
4252
4253 * gdb.base/call-rt-st.exp: Fix typos.
4254
ce78e7c3
MI
42552004-08-31 Manoj Iyer <manjo@austin.ibm.com>
4256
4257 * gdb.threads/thread_check.exp: New testcase.
4258 * gdb.threads/thread_check.c: New testcase.
4259
2dedb159
AC
42602004-08-31 Andrew Cagney <cagney@gnu.org>
4261
4262 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
4263 (skip_to_handler_entry): New procedures. Test stepping into a
4264 handler when the breakpoint is at the handler's entry point.
4265
68f53502
AC
42662004-08-30 Andrew Cagney <cagney@gnu.org>
4267
4268 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
4269 gdb/1757.
4270
3e3ffd2b
MC
42712004-08-27 Michael Chastain <mec.gnu@mindspring.com>
4272
4273 With code from Manoj Iyer <manjo@austin.ibm.com>:
4274 * lib/gdb.exp (gdb_file_cmd): Return more information in the
4275 return value. Add an arm for "no debugging symbols found".
4276 Change a stray "error" to "perror".
4277 (gdb_run_cmd): Adapt to new return value.
4278 * gdb.base/remote.exp: Adapt to new return value.
4279 * gdb.gdb/complaints.exp: Likewise.
4280 * gdb.gdb/observer.exp: Likewise.
4281 * gdb.gdb/selftest.exp: Likewise.
4282 * gdb.gdb/xfullpath.exp: Likewise.
4283
4b6f5fd2
JB
42842004-08-27 Joel Brobecker <brobecker@gnat.com>
4285
4286 * gdb.threads/bp_in_thread.exp: New testcase.
4287
e5b25496
MC
42882004-08-27 Michael Chastain <mec.gnu@mindspring.com>
4289
4290 Fix PR testsuite/1735.
4291 * gdb.threads/schedlock.c (thread_function): Add a cast
4292 to suppress a gcc warning.
4293 * gdb.threads/thread-specific.c (thread_function): Likewise.
4294
934353d6
MC
42952004-08-26 Michael Chastain <mec.gnu@mindspring.com>
4296
4297 * gdb.base/unload.c: Include <stdlib.h>.
4298
f98a0aef 42992004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 4300
f98a0aef 4301 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
4302 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
4303 synchronized after the "return".
4304
5a2e8882
MC
43052004-08-26 Michael Chastain <mec.gnu@mindspring.com>
4306
4307 * gdb.mi/basics.c: Include <stdio.h>.
4308 * gdb.mi/pthreads.c: Include <stdlib.h>.
4309 * gdb.mi/var-cmd.c: Include <stdlib.h>.
4310
a9640423
MC
43112004-08-26 Michael Chastain <mec.gnu@mindspring.com>
4312
4313 * gdb.threads/schedlock.c: Add copyright notice.
4314
b04e311d
AC
43152004-08-25 Andrew Cagney <cagney@gnu.org>
4316
4317 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
4318 (skip_over_handler, breakpoint_over_hander): New test procedures.
4319 (advance, advancei): Add a proper prefix, do not use
4320 rerun_to_main.
4321 * gdb.base/sigstep.c (main): Change to use an infinite loop.
4322
7c27f15b
MC
43232004-08-24 Michael Chastain <mec.gnu@mindspring.com>
4324
4325 * gdb.mi/basics.c: Add copyright notice.
4326 * gdb.mi/var-cmd.c: Add copyright notice.
4327
fffc87ae
MC
43282004-08-23 Michael Chastain <mec.gnu@mindspring.com>
4329
4330 * lib/gdb.exp: Remove signed_keyword_not_used.
4331 * lib/compiler.c: Likewise.
4332 * lib/compiler.cc: Likewise.
4333
d782e0bf
MC
43342004-08-23 Michael Chastain <mec.gnu@mindspring.com>
4335
4336 * gdb.base/whatis.c: Remove conditional disabling of "signed".
4337 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
4338
96033e83
MC
43392004-08-23 Michael Chastain <mec.gnu@mindspring.com>
4340
4341 * gdb.base/whatis.c: Add copyright notice.
4342
cf38c229
MK
43432004-08-20 Mark Kettenis <kettenis@gnu.org>
4344
4345 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
4346 it to skip the breakpoints encoded in the inline assembly.
4347
f4b49756
MC
43482004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4349
4350 * Makefile.in: Add gdb.fortran.
4351
2f193b69
MC
43522004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4353
4354 * gdb.base/call-sc.exp (test_scalar_returns):
4355 Fix cut-and-paste glitch in "Make fun return now".
4356
89a237cb
MC
43572004-08-17 Michael Chastain <mec.gnu@mindspring.com>
4358
4359 * configure.in: Add gdb.fortran.
4360 * configure: Regenerate.
4361 * gdb.fortran/Makefile.in: New file.
4362 * lib/gdb.exp (skip_fortran_tests): New procedure.
4363
469aff8e
MC
43642004-08-17 Michael Chastain <mec.gnu@mindspring.com>
4365
4366 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
4367 reference to bug-gnu@prep.ai.mit.edu.
4368 * gdb.mi/mi-var-child.exp: Likewise.
4369 * gdb.mi/mi-var-cmd.exp: Likewise.
4370 * gdb.mi/mi-var-display.exp: Likewise.
4371 * gdb.mi/mi2-var-block.exp: Likewise.
4372 * gdb.mi/mi2-var-child.exp: Likewise.
4373 * gdb.mi/mi2-var-cmd.exp: Likewise.
4374 * gdb.mi/mi2-var-display.exp: Likewise.
4375
00b51b9f
MK
43762004-08-15 Mark Kettenis <kettenis@gnu.org>
4377
4378 * gdb.base/unload.c (main): Make local variable msg const.
4379
45f07fef
MC
43802004-08-15 Michael Chastain <mec.gnu@mindspring.com>
4381
4382 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
4383 to bug-gnu@prep.ai.mit.edu.
4384 * gdb.mi/mi-disassemble.exp: Likewise.
4385 * gdb.mi/mi-eval.exp: Likewise.
4386 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
4387 default line number.
4388 * gdb.mi/mi-return.exp: Likewise.
4389 * gdb.mi/mi-simplerun.exp: Likewise.
4390 * gdb.mi/mi-stack.exp: Likewise.
4391 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
4392 number with explicit range test.
4393 * gdb.mi/mi-watch.exp: Likewise.
4394 * gdb.mi/mi2-break.exp: Likewise.
4395 * gdb.mi/mi2-cli.exp: Likewise.
4396 * gdb.mi/mi2-disassemble.exp: Likewise.
4397 * gdb.mi/mi2-eval.exp: Likewise.
4398 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
4399 default line number.
4400 * gdb.mi/mi2-return.exp: Likewise.
4401 * gdb.mi/mi2-simplerun.exp: Likewise.
4402 * gdb.mi/mi2-stack.exp: Likewise.
4403 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
4404 number with explicit range test.
4405 * gdb.mi/mi2-watch.exp: Likewise.
4406
dd8c8ee7
MC
44072004-08-15 Michael Chastain <mec.gnu@mindspring.com>
4408
4409 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
4410 * gdb.cp/m-static.exp: Likewise.
4411 * gdb.cp/rtti.exp: Likewise.
4412
4e838464
MK
44132004-08-14 Mark Kettenis <kettenis@gnu.org>
4414
4415 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
4416
8d8cb839
EZ
44172004-08-14 Eli Zaretskii <eliz@gnu.org>
4418
4419 * ChangeLog: Prefix Local Variables with semi-colons and indent
4420 the reference to older ChangeLog files, to fix fontification in
4421 Emacs.
4422
deea8bb0
MC
44232004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4424
4425 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
4426 * gdb.mi/mi2-break.exp: Likewise.
4427
c3297504
MC
44282004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4429
4430 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
4431
25808999
MC
44322004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4433
4434 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
4435
226a8d71
MC
44362004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4437
4438 * gdb.cp/classes.exp: Remove unused declarations. Just let
4439 test names default instead of providing special names. Remove
4440 extraneous demangler test.
4441
37fdf854
JJ
44422004-08-12 Jeff Johnston <jjohnstn@redhat.com>
4443
4444 * gdb.base/unload.exp: New test for breakpoints in dynamically
4445 loaded libraries.
4446 * gdb.base/unload.c: Ditto.
4447 * gdb.base/unloadshr.c: Ditto.
4448
2d3a7986
MC
44492004-08-12 Michael Chastain <mec.gnu@mindspring.com>
4450
4451 * gdb.cp/classes.exp (test_ptype_class_objects): Call
4452 cp_test_ptype_class.
4453 (test_enums): Likewise.
4454
c72b934c
AC
44552004-08-10 Andrew Cagney <cagney@gnu.org>
4456
4457 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
4458 files.
4459
cc503c8a
AC
44602004-08-10 Andrew Cagney <cagney@gnu.org>
4461
4462 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
4463 init_malloc call.
4464
902f2ccb
MC
44652004-08-10 Michael Chastain <mec.gnu@mindspring.com>
4466
4467 * ChangeLog: Add copyright notice. The notice is copied
4468 from emacs 21.3 top level ChangeLog.
4469
78c90502
MC
44702004-08-09 Michael Chastain <mec.gnu@mindspring.com>
4471
4472 * lib/cp-support.exp: New file.
4473 * lib/cp-support.exp (cp_test_type_class): New function.
4474 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
4475 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
4476 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
4477 cp_test_ptype_class.
4478
88e5ea78
MC
44792004-08-09 Michael Chastain <mec.gnu@mindspring.com>
4480
4481 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
4482 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4483 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
4484 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
4485 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
4486 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
4487 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
4488 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
4489 gdb.mi/mi2-watch.exp: Update copyright years.
4490
6a89fc9c
MK
44912004-08-09 Mark Kettenis <kettenis@gnu.org>
4492
4493 * gdb.base/sigaltstack.exp: Provide proper anchoring.
4494
1482e0de
MC
44952004-08-09 Michael Chastain <mec.gnu@mindspring.com>
4496
4497 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
4498 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
4499 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
4500 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4501 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
4502 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
4503 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
4504 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
4505 gdb.mi/mi-watch.exp: Update copyright years.
4506
1a5ce3f3
DJ
45072004-08-08 Daniel Jacobowitz <dan@debian.org>
4508
4509 PR gdb/1738
4510 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
4511 from a breakpoint with a pending signal.
4512
04f6ecf2
DJ
45132004-08-08 Daniel Jacobowitz <dan@debian.org>
4514
4515 PR gdb/1736
4516 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
4517 * gdb.base/sigaltstack.exp (finish_test): Consume output until
4518 the prompt.
4519 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
4520
54d90d35
DJ
45212004-08-08 Daniel Jacobowitz <dan@debian.org>
4522
4523 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
4524
d2f6abb0
DJ
45252004-08-08 Daniel Jacobowitz <dan@debian.org>
4526
4527 PR gdb/1736
4528 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
4529 for i?86-*-linux*.
4530
5598c03d
DJ
45312004-08-08 Daniel Jacobowitz <dan@debian.org>
4532
4533 * gdb.arch/i386-prologue.exp: Compile without debug information.
4534
c6fee705
MC
45352004-08-08 Michael Chastain <mec.gnu@mindspring.com>
4536
4537 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
4538 rather than asking gdb to search.
4539
dd90efdb
MC
45402004-08-05 Michael Chastain <mec.gnu@mindspring.com>
4541
4542 * gdb.base/gcore.c: Include <string.h>.
4543
1e84bec1
MC
45442004-08-05 Michael Chastain <mec.gnu@mindspring.com>
4545
4546 * gdb.base/gcore.c: Add copyright notice.
4547
e425eb2b
MC
45482004-08-05 Michael Chastain <mec.gnu@mindspring.com>
4549
4550 * gdb.base/freebpcmd.c: Include <stdio.h>.
4551 * gdb.base/long_long.c: Include <string.h>.
4552 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
4553 * gdb.base/siginfo.c: Include <string.h>.
4554 * gdb.base/sigstep.c: Include <string.h>.
4555
cb9aaed5
MC
45562004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4557
4558 * gdb.base/complex.c: Include <stdlib.h>.
4559
55944f3d
MC
45602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4561
4562 * gdb.base/complex.c: Add copyright notice.
4563
7b2953d9
MC
45642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4565
4566 * gdb.base/charset.c: Include <stdlib.h>.
4567
c9133d23
MC
45682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4569
4570 * gdb.base/auxv.c: Include <stdlib.h>.
4571
0a8490ad
MC
45722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4573
4574 * gdb.base/auxv.c: Add copyright notice.
4575
3426d5ec
MC
45762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4577
4578 * gdb.base/coremaker.c: Add copyright notice.
4579 * gdb.base/coremaker2.c: Add copyright notice.
4580
8da195dd
AC
45812004-08-04 Andrew Cagney <cagney@gnu.org>
4582
4583 * gdb.base/store.exp: Update copyright.
4584 (check_set, up_set, check_struct, up_struct): Add a prefix to test
4585 names, do not import gdb_prompt.
4586
8d394f98
AC
45872004-08-01 Andrew Cagney <cagney@gnu.org>
4588
4589 Fix PR testsuite/1729.
4590 * gdb.base/dump.exp: Add test name to callers of capture_value, do
4591 not use capture_value with value 4.
4592 (capture_value): Add optional test name parameter.
4593 (test_reload_saved_value, test_restore_saved_value): Use $msg as
4594 the prefix, pass to capture_value.
4595
b6702b23
MK
45962004-08-01 Mark Kettenis <kettenis@gnu.org>
4597
4598 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
4599 * gdb.arch/i386-prologue.c (standard): New prototype and function.
4600 (main): Call new function.
4601
c203e0ca
MC
46022004-07-31 Michael Chastain <mec.gnu@mindspring.com>
4603
4604 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
4605
a7995a30
MC
46062004-07-31 Michael Chastain <mec.gnu@mindspring.com>
4607
4608 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
4609
9366563b
MC
46102004-07-31 Michael Chastain <mec.gnu@mindspring.com>
4611
b6eeaf26 4612 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
4613 Accept more values of vtbl pointer. Remove some messages
4614 about "obsolete gcc or gdb".
4615
2fc1f950
MC
46162004-07-30 Michael Chastain <mec.gnu@mindspring.com>
4617
4618 * gdb.cp/classes.exp: Accept more varieties of ptype output.
4619
c724d49b
MC
46202004-07-30 Michael Chastain <mec.gnu@mindspring.com>
4621
4622 * gdb.base/asm-source.exp: Properly convert target board
4623 debug flags from gcc format to binutils format.
4624
736b0fce
MK
46252004-07-28 Mark Kettenis <kettenis@gnu.org>
4626
4627 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
4628 gdb1718". PR backtrace/1718 partially fixed.
4629
5633ea5c
JJ
46302004-07-27 Jeff Johnston <jjohnstn@redhat.com>
4631
4632 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
4633
575eebb1
NC
46342004-07-26 Nick Clifton <nickc@redhat.com>
4635
4636 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
4637 good default value for a specific architecture is available then
4638 set it to that value. Otherwise default to the -gstabs switch.
4639 Remove the -g... switches from the asm-flags variable. Allow the
4640 target board info to override the value if it wants to. Pass the
4641 switch on the assembler command line.
4642
62104619
MK
46432004-07-23 Mark Kettenis <kettenis@gnu.org>
4644
4645 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
4646 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
4647 (main): Call new function.
4648
4a1135b8
MC
46492004-07-22 Michael Chastain <mec.gnu@mindspring.com>
4650
4651 Test for PR exp/1715.
4652 * gdb.base/radix.exp: Refactor common procedures. Make all
4653 test names unique. Change XFAIL to KFAIL.
4654
8a12c1f0
MC
46552004-07-20 Michael Chastain <mec.gnu@mindspring.com>
4656
4657 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
4658 * gdb.ada/gnat_ada.gin: ... to here.
4659 * configure.in: Use gnat_ada.gin.
4660 * configure: Regenerate.
4661
23b451cf
AC
46622004-07-20 Andrew Cagney <cagney@gnu.org>
4663
4664 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
4665 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
4666 XFAILs. Clean up test messages and comments. Check backtraces.
4667 Delete re-sync code.
4668
ab618a02
MC
46692004-07-19 Michael Chastain <mec.gnu@mindspring.com>
4670
4671 Fix PR cli/740.
4672 * gdb.base/annota1.exp: Honor gdb,nosignals.
4673 * gdb.base/annota3.exp: Likewise.
4674
46dad340
MC
46752004-07-19 Michael Chastain <mec.gnu@mindspring.com>
4676
4677 * lib/java.exp: Update copyright notice.
4678
756d8c70
AC
46792004-07-19 Andrew Cagney <cagney@gnu.org>
4680
4681 * gdb.base/selftest.exp: Copy file from here ...
4682 * gdb.gdb/selftest.exp: ... to here.
4683
586027e6
AC
46842004-07-16 Andrew Cagney <cagney@redhat.com>
4685
4686 * lib/insight-support.exp: Delete file.
4687 * lib/java.exp (java_init): Fix copyright.
4688
029d2200
AC
46892004-07-16 Andrew Cagney <cagney@gnu.org>
4690
4691 * gdb.base/restore.c: Append "prologue" to comments marking the a
4692 function's prologue.
4693 * gdb.base/restore.exp: Update copyright, re-indent.
4694 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
4695 callerN" prefix where needed. Update patterns that match a
4696 function's prologue.
4697
653b62c5
MC
46982004-07-16 Michael Chastain <mec.gnu@mindspring.com>
4699
4700 * gdb.base/restore.c: Add copyright notice.
4701
f7d690e5
AC
47022004-07-16 Andrew Cagney <cagney@gnu.org>
4703
4704 * gdb.base/logical.exp: Update copyright.
4705 (evaluate): New procedure. Use to re-implement tests using
4706 several tables.
4707
d629a7cb
MH
47082004-07-14 Martin Hunt <hunt@redhat.com>
4709
4710 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
4711 which fixes some problems where init.tcl was not found.
4712
9c7bb332
AC
47132004-07-13 Andrew Cagney <cagney@gnu.org>
4714
6bf46641
AC
4715 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
4716 (check_sizeof, check_valueof): Do not include the output in the
4717 test name. Use gdb_test.
4718 (get_valueof): Use gdb_test_multiple.
4719
c4ffd4c0
AC
4720 * gdb.base/step-test.exp: Update copyright. Use
4721 gdb_test_multiple. Ensure that test names do not include
4722 architecture dependent output.
4723
ab89363a
AC
4724 * gdb.gdb/observer.exp: Update copyright.
4725 (setup_test): Use gdb_test_multiple.
4726 (attach_first_observer, attach_second_observer)
4727 (attach_third_observer, detach_first_observer)
4728 (detach_second_observer, detach_third_observer)
4729 (reset_counters, check_counters): Make $message a prefix.
4730 (test_normal_stop_notifications): Add "args" parameter - a list of
4731 init functions to be called. Make $message a prefix,
4732 (test_observer_normal_stop): Change the message prefixes so that
4733 they are unique, pass the attach / detach procedures to
4734 test_normal_stop_notifications.
4735
ec58997a
AC
4736 * gdb.base/signull.exp (test_segv): Prefix all tests with
4737 "${name}". Clean up test messages.
4738
b475183b
AC
4739 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
4740
9c7bb332
AC
4741 * gdb.base/ena-dis-br.exp: Update copyright.
4742 (break_at): New function. Replace send_gdb with gdb_test,
4743 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
4744 ignore count, not stopped at bpt", with KFAIL.
4745
2dd95497
CV
47462004-07-13 Corinna Vinschen <vinschen@redhat.com>
4747
4748 * gdb.base/attach.exp: Remove cleanupfile handling.
4749
419e626b
AC
47502004-07-12 Andrew Cagney <cagney@gnu.org>
4751
4752 * gdb.base/annota1.exp: Cleanup corefile test name.
4753 * gdb.base/annota3.exp: Ditto.
4754
8b1b3228
AC
47552004-07-12 Andrew Cagney <cagney@gnu.org>
4756
78650829
AC
4757 * gdb.base/signals.exp: Clean up copyright, re-indent.
4758
8b1b3228
AC
4759 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
4760 gdb_test and gdb_test_multiple.
4761
935c2760
JJ
47622004-07-08 Jeff Johnston <jjohnstn@redhat.com>
4763
4764 * gdb.java/jmain.exp: Fix expected line number for main to
4765 break at. Set XFAIL for break at main test since gcj does not
4766 provide line number info for first statement in main.
4767
1544280f
AC
47682004-07-08 Andrew Cagney <cagney@gnu.org>
4769
1279f4ff
AC
4770 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
4771
1544280f
AC
4772 * gdb.base/sigbpt.exp: Make the common part of each test name a
4773 prefix instead of suffix.
4774
bcc82369
BR
47752004-07-07 Bob Rossi <bob_rossi@cox.net>
4776
4777 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
4778 test from test_tbreak_creation_and_listing to
4779 test_file_list_exec_source_file
4780 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
4781 Changed name of test from test_tbreak_creation_and_listing to
4782 test_file_list_exec_source_file
4783
23f4b0aa
JJ
47842004-07-07 Jeff Johnston <jjohnstn@redhat.com>
4785
4786 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
4787 the jmisc() constructor instead of <init>.
4788 * gdb.java/jmisc1.exp: Ditto.
4789
56401cd5
AC
47902004-07-07 Andrew Cagney <cagney@gnu.org>
4791
4792 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
4793 corrupting the PC.
4794
44ae2f6a
MC
47952004-07-06 Michael Chastain <mec.gnu@mindspring.com>
4796
4797 * gdb.cp/templates.exp: Accept whitespace change in demangler
4798 output.
4799
45a83408
AC
48002004-07-06 Andrew Cagney <cagney@gnu.org>
4801
4802 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
4803
d205ad70
MC
48042004-07-02 Michael Chastain <mec.gnu@mindspring.com>
4805
4806 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
4807 * lib/compiler.cc: Likewise.
4808
06ea1a61
MC
48092004-06-30 Michael Chastain <mec.gnu@mindspring.com>
4810
4811 * lib/compiler.cc: Work around string preprocessing problem
4812 with old hp c++ compiler.
4813 * lib/compiler.c: Likewise.
4814
daab1251
CV
48152004-06-29 Corinna Vinschen <vinschen@redhat.com>
4816
4817 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
4818 directives to conditionalize symbol prefixing.
4819 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
4820 additional_flags handling. Add underscore prefix for Cygwin.
4821 * gdb.arch/i386-unwind.c: Use preprocessor directives to
4822 conditionalize symbol prefixing.
4823 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
4824 additional_flags handling. Add underscore prefix for Cygwin.
4825
cc984116
CV
48262004-06-29 Corinna Vinschen <vinschen@redhat.com>
4827
4828 * gdb.base/bigcore.exp: Skip test on Cygwin.
4829
c279b077
MC
48302004-06-28 Michael Chastain <mec.gnu@mindspring.com>
4831
4832 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
4833 formats for "info register". Use gdb_test_multiple. Fix
4834 the "invalid register" test.
4835
0e915747
CV
48362004-06-28 Corinna Vinschen <vinschen@redhat.com>
4837
4838 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
4839 PID for Cygwin. Add Cygwin specific strings to check for in some
4840 tests.
4841 (do_attach_tests): Add a test for user interaction when attaching
4842 to a process with no matching symbol table already loaded.
4843
11422c86
AC
48442004-06-26 Andrew Cagney <cagney@gnu.org>
4845
4846 Test PR java/1567 and PR java/1565.
4847 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
4848 * gdb.java/jmisc2.exp: Delete file.
4849
cefbce26
MC
48502004-06-26 Michael Chastain <mec.gnu@mindspring.com>
4851
4852 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
4853
e19f872c
CV
48542004-06-25 Corinna Vinschen <vinschen@redhat.com>
4855
4856 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
4857 attach process.
4858
d931ba3b
MC
48592004-06-23 Michael Chastain <mec.gnu@mindspring.com>
4860
4861 * gdb.cp/pr-1553.exp: Remove.
4862
aef68c48
MC
48632004-06-22 Michael Chastain <mec.gnu@mindspring.com>
4864
4865 * gdb.cp/pr-1553.cc: Remove.
4866 * gdb.cp/pr-1553.exp: Disable this test.
4867
8d5df71a
JB
48682004-06-20 Jim Blandy <jimb@redhat.com>
4869
4870 Fix PR testsuite/1680.
4871 * gdb.arch/i386-sse.exp: Properly quote curly braces in
4872 regular expressions.
4873
4ac6f39d
MC
48742004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4875
4876 Fix PR testsuite/1679.
4877 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
4878 Issue an UNSUPPORTED result instead.
4879
1b413552
JB
48802004-06-18 Jim Blandy <jimb@redhat.com>
4881
4882 * gdb.base/charset.exp: Only send a control-C if we see a new
4883 prompt and incomplete command.
4884
6daa6ebd
MC
48852004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4886
4887 * gdb.cp/pr-574.cc: Add copyright notice.
4888
51fa4ae0
JB
48892004-06-17 Jim Blandy <jimb@redhat.com>
4890
4891 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
4892 cases where the regexp has no groups; this grabs random text from
4893 the previous test suite, whatever that was.
4894
8fea26c5
MC
48952004-06-17 Michael Chastain <mec.gnu@mindspring.com>
4896
4897 * gdb.cp/printmethod.cc: Add copyright notice.
4898
1e3aeb41
MC
48992004-06-16 Michael Chastain <mec.gnu@mindspring.com>
4900
4901 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
4902
9d9030bc
AC
49032004-06-16 Andrew Cagney <cagney@gnu.org>
4904
4905 * gdb.base/signull.c: Update copyright. Include <string.h>.
4906 (bowler): Replace data_pointer with data_read
4907 and data_write cases. Add code_descriptor case.
4908 (zero, desc): New array and pointer.
4909 (data, code): Change to simple pointers.
4910 * gdb.base/signull.exp: Fix probe pattern matching a function
4911 descriptor SIGSEGV. Replace data_pointer with data_read and
4912 data_write tests.
4913
acd4ad44
AC
49142004-06-16 Andrew Cagney <cagney@gnu.org>
4915
4916 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
4917
08fd625c
MC
49182004-06-15 Michael Chastain <mec.gnu@mindspring.com>
4919
4920 * gdb.base/long_long.c: Add copyright notice.
4921
1903502c
MC
49222004-06-15 Michael Chastain <mec.gnu@mindspring.com>
4923
4924 * gdb.base/long_long.exp: Remove reference to
4925 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
4926 to gdb_breakpoint and gdb_continue_to_breakpoint.
4927
83313cb1
JB
49282004-06-14 Jim Blandy <jimb@redhat.com>
4929
4930 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
4931 endian case.
4932
1bf404ef
AC
49332004-06-14 Andrew Cagney <cagney@gnu.org>
4934
4935 * gdb.base/gcore.exp (capture_command_output): Delete the always
4936 passing tests containing inferior values.
4937 * gdb.base/ending-run.exp: Do not include the breakpoint address
4938 in the test message. Update copyright.
4939 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
4940 size in the test name, use gdb_test_multiple. Update copyright.
4941
ef220b33
MC
49422004-06-14 Michael Chastain <mec.gnu@mindspring.com>
4943
4944 * gdb.cp/ref-types.cc: Add copyright notice.
4945
4f70a4c9
MC
49462004-06-14 Michael Chastain <mec.gnu@mindspring.com>
4947
4948 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
4949 hp_aCC_compiler.
4950 * lib/compiler.cc: Likewise.
4951 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
4952 'set' commands. Log diagnostics for other lines. Set
4953 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
4954
335928ac
MC
49552004-06-13 Michael Chastain <mec.gnu@mindspring.com>
4956
4957 * gdb.cp/try_catch.cc: Add copyright notice.
4958
2efb12e8
MC
49592004-06-12 Michael Chastain <mec.gnu@mindspring.com>
4960
4961 * gdb.cp/userdef.cc: Add copyright notice.
4962
0bbed51a
MC
49632004-06-11 Michael Chastain <mec.gnu@mindspring.com>
4964
4965 * gdb.cp/virtfunc.cc: Add copyright notice.
4966
e12a46c9
RC
49672004-06-11 Randolph Chung <tausq@debian.org>
4968
4969 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
4970 problem.
4971
338e05af
AC
49722004-06-10 Andrew Cagney <cagney@gnu.org>
4973
4974 * lib/compiler.cc, lib/compiler.c: Append either
4975 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
4976 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
4977 instead of gcc-3-3.
4978
dc3f10cb
AC
49792004-06-09 Andrew Cagney <cagney@gnu.org>
4980
b4d946af
AC
4981 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
4982 gdb/1455, bug is specific to "long long" and "double".
4983
dc3f10cb
AC
4984 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
4985 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
4986 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
4987 fixed.
4988
b5c0bfa2
AC
49892004-06-09 Andrew Cagney <cagney@gnu.org>
4990
4991 * gdb.base/structs.exp (test_struct_returns): Replace
4992 "return_value_unknown" and "finish_value_unknown" by
4993 "return_value_known" and "finish_value_known". Instead of
4994 "return_value_unknown" iff "finish_value_unknown", check
4995 "return_value_known" implies "finish_value_known".
4996
caeb605f
MH
49972004-06-08 Martin Hunt <hunt@redhat.com>
4998
4999 * gdb.base/float.exp: Add pattern for mips targets.
5000
c892bb64
RC
50012004-06-08 Randolph Chung <tausq@debian.org>
5002
5003 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
5004 message for unknown architectures more clear.
5005
48306d3e
JB
50062004-06-08 Joel Brobecker <brobecker@gnat.com>
5007
5008 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
5009 start the execution of the program.
5010
83ecb59f
JB
50112004-06-07 Jim Blandy <jimb@redhat.com>
5012
5013 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
5014 * gdb.arch/i386-cpuid.h: New helper file.
5015
55264cb4
RC
50162004-06-07 Randolph Chung <tausq@debian.org>
5017
5018 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
5019 has started.
5020
23cadb28
RM
50212004-06-04 Roland McGrath <roland@redhat.com>
5022
5023 Fix PR gdb/1647.
5024 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
5025 differently to be robust to output buffering differences.
5026
51d01eda
MC
50272004-06-04 Michael Chastain <mec.gnu@mindspring.com>
5028
5029 * gdb.threads/pthreads.exp: Update copyright years.
5030 (check_control_c): Change asynchronous 'after' to synchronous.
5031
f4fc3b93
RM
50322004-06-04 Roland McGrath <roland@redhat.com>
5033
5034 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
5035 next gdb prompt.
5036
4013522b
MC
50372004-06-02 Michael Chastain <mec.gnu@mindspring.com>
5038
5039 Fix PR gdb/1636.
5040 * gdb.threads/manythreads.exp: Change asynchronous 'after'
5041 calls to synchronous.
5042
7a8f1e6b
JB
50432004-05-26 Jim Blandy <jimb@redhat.com>
5044
5045 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
5046
81bb3443
RC
50472004-05-24 Randolph Chung <tausq@debian.org>
5048
5049 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
5050 * gdb.asm/pa.inc: New file.
5051
8f5a3103
MK
50522004-05-22 Mark Kettenis <kettenis@gnu.org>
5053
5054 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
5055
734b8fe8
JB
50562004-05-21 Joel Brobecker <brobecker@gnat.com>
5057 Daniel Jacobowitz <drow@mvista.com>
5058
5059 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
5060 GDB prompt.
5061
725603e1
UW
50622004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5063
f4fc3b93 5064 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
5065 setjmp/longjmp. Use sigaction instead of signal.
5066
8b923272
JB
50672004-05-19 J. Brobecker <brobecker@gnat.com>
5068 Michael Snyder <msnyder@redhat.com>
5069
5070 * gdb.threads/pthread_cond_wait.c: New file.
5071 * gdb.threads/pthread_cond_wait.exp: New testcase.
5072
8bfabb04
AC
50732004-05-13 Andrew Cagney <cagney@redhat.com>
5074
5075 * gdb.base/signull.exp, gdb.base/signull.c: New files.
5076 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
5077
42edda50
AC
50782004-05-11 Andrew Cagney <cagney@redhat.com>
5079
5080 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
5081 fixed but revealed gdb/1639.
5082
d303a6c7
AC
50832004-05-10 Andrew Cagney <cagney@redhat.com>
5084
5085 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
5086 func1" and "next to 2nd alarm", kernel bug avoided.
5087
bf08c2a1
DJ
50882004-05-10 Daniel Jacobowitz <dan@debian.org>
5089
5090 PR external/1568
5091 * gdb.base/bigcore.exp: Check the size of the dumped core file.
5092 XFAIL if it is smaller than bytes_allocated.
5093 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
5094 (main): Make chunks_allocated unsigned. Correct comment.
5095
c0586a34
JB
50962004-05-07 Joel Brobecker <brobecker@gnat.com>
5097
5098 * gdb.arch/powerpc-aix-prologue.c: New file.
5099 * gdb.arch/powerpc-aix-prologue.exp: New file.
5100
f2785d12
JB
51012004-05-07 Jim Blandy <jimb@redhat.com>
5102
5103 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
5104 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
5105
bd7f6e30
JB
51062004-05-06 Joel Brobecker <brobecker@gnat.com>
5107
5108 * gdb.base/sep.exp: No longer setup_kfail when the program was
5109 built with dwarf2.
5110
0a5e7efe
JI
51112004-05-05 Jim Ingham <jingham@apple.com>
5112
5113 * gdb.base/pending.exp: Make sure pending breakpoints
5114 preserve the ignore count.
f4fc3b93 5115
a8958849
MK
51162004-04-27 Jerome Guitton <guitton@gnat.com>
5117
5118 * i386-prologue.exp: Add testcase for jump instruction as first
5119 instruction of the real code.
5120 * i386-prologue.c (jump_at_beginning): New function.
5121
7e103f5b
MK
51222004-04-28 Mark Kettenis <kettenis@gnu.org>
5123
5124 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
5125 x86_64-*-*.
5126
5d38b224
MK
51272004-04-28 Mark Kettenis <kettenis@gnu.org>
5128
5129 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
5130 i*86-*-*.
5131
0ef32fd9
MK
51322004-04-25 Mark Kettenis <kettenis@gnu.org>
5133
5134 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
5135 expression that checks the return type.
5136
71d7dd7c
AC
51372004-04-23 Andrew Cagney <cagney@redhat.com>
5138
5139 * gdb.base/call-sc.exp: New test of scalar call/return values.
5140 * gdb.base/call-sc.c: Ditto.
5141
1e9f977e
JJ
51422004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5143
5144 * gdb.threads/manythreads.c: Reduce thread stack size.
5145
899d9e3a
JJ
51462004-04-23 Jeff Johnston <jjohnstn@redhat.com>
5147
5148 * gdb.threads/manythreads.c: Add copyright notice.
5149
61bcae62
AC
51502004-04-23 Andrew Cagney <cagney@redhat.com>
5151
5152 * gdb.base/siginfo.exp: Better handle step out of signal.
5153 * gdb.base/sigstep.exp: Ditto.
5154
7339a42e
JJ
51552004-04-22 Jeff Johnston <jjohnstn@redhat.com>
5156 Daniel Jacobowitz <drow@mvista.com>
5157
5158 * gdb.threads/manythreads.c: New testcase.
5159 * gdb.threads/manythreads.exp: Ditto.
5160
5c98409b
JB
51612004-04-22 Jim Blandy <jimb@redhat.com>
5162
5163 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
5164 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
5165
3b611f1a
MC
51662004-04-21 Michael Chastain <mec.gnu@mindspring.com>
5167
5168 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
5169
f0fd9238
AC
51702004-04-21 Andrew Cagney <cagney@redhat.com>
5171
5172 * gdb.base/sigstep.c: New file.
5173 * gdb.base/sigstep.exp: New file.
5174
90990674
JB
51752004-04-16 Joel Brobecker <brobecker@gnat.com>
5176
5177 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
5178 call to observer_notify_normal_stop.
5179
78cef34b
AC
51802004-04-15 Andrew Cagney <cagney@redhat.com>
5181
5182 * gdb.base/siginfo.c: New file.
5183 * gdb.base/siginfo.exp: New file.
5184
d2343407
JB
51852004-04-12 J. Brobecker <brobecker@gnat.com>
5186
5187 * gdb.base/sep.exp: Fix typo in comment.
5188
a2dba3c8
JB
51892004-04-12 J. Brobecker <brobecker@gnat.com>
5190
5191 * gdb.base/sep.c: New file.
5192 * gdb.base/sep-proc.c: New file.
5193 * gdb.base/sep.exp: New testcase.
5194
15f7b60e
MK
51952004-04-09 Mark Kettenis <kettenis@gnu.org>
5196
5197 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
5198 support.
5199
44f4de1a
AC
52002004-04-05 Andrew Cagney <cagney@redhat.com>
5201
5202 * gdb.base/sigaltstack.c: New file.
5203 * gdb.base/sigaltstack.exp: New file.
5204
ef04f396
JB
52052004-04-04 Joel Brobecker <brobecker@gnat.com>
5206
5207 * gdb.base/foll-fork.exp: Update the expected output for
5208 "help set follow-fork-mode", to match a change that was made
5209 to the help of this variable on 2004-01-13.
5210
d40d2c92
JB
52112004-04-01 Joel Brobecker <brobecker@gnat.com>
5212
5213 * lib/ada.exp: Add copyright notice.
5214 * bar.ads: Likewise.
5215 * bar.adb: Likewise.
5216 * null_record.adb: Likewise.
5217 * null_record.exp: Likewise.
5218 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
5219
f86ef5a3
JB
52202004-04-01 Joel Brobecker <brobecker@gnat.com>
5221
5222 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
5223 * configure: Regenerate.
5224
414e70e3
JB
52252004-04-01 Joel Brobecker <brobecker@gnat.com>
5226
5227 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
5228 to build the application. Remove the message printed when in
5229 verbose mode, redundant with the UNSUPPORTED message above.
5230
f0aaee49
JB
52312004-03-31 Joel Brobecker <brobecker@gnat.com>
5232
5233 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
5234 * gdb.ada (null_record.exp): New testcase.
5235
ac81cb54
JB
52362004-03-31 Joel Brobecker <brobecker@gnat.com>
5237
5238 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
5239
854af2f7
JB
52402004-03-31 Joel Brobecker <brobecker@gnat.com>
5241
5242 * gdb.ada: New subdirectory.
5243 * gdb.ada/Makefile.in: New file.
5244 * gdb.ada/gnat_ada.gpr.in: New file.
5245
034cb681
JB
52462004-03-31 Joel Brobecker <brobecker@gnat.com>
5247
5248 * lib/ada.exp: New file.
5249
78a1a894
DJ
52502004-03-24 Daniel Jacobowitz <drow@mvista.com>
5251
5252 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
5253 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
5254
4b2b3b3e
AC
52552004-03-22 Andrew Cagney <cagney@redhat.com>
5256
5257 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
5258 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5259 Problem identified by Ulrich Weigand.
5260
23c73aa3
DC
52612004-03-17 David Carlton <carlton@kealia.com>
5262
5263 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
5264 PR c++/826.
5265
d63a86f8
RM
52662004-03-16 Roland McGrath <roland@redhat.com>
5267
5268 * gdb.base/auxv.exp: New file.
5269 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
5270
0e02aa50
DC
52712004-03-12 David Carlton <carlton@kealia.com>
5272
5273 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
5274 * gdb.cp/pr-1553.cc: Ditto.
5275 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
5276 pass branch.
5277
c20b71be
MC
52782004-03-12 Michael Chastain <mec.gnu@mindspring.com>
5279
5280 * gdb.cp/templates.exp: Accept more template types.
5281
c7414a01
MC
52822004-03-09 Michael Chastain <mec.gnu@mindspring.com>
5283
5284 From Corinna Vinschen with modifications.
5285 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
5286 local variable obj_with_enum.
5287 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
5288 results with obj_with_enum.
5289
ed69573c
MC
52902004-03-09 Michael Chastain <mec.gnu@mindspring.com>
5291
5292 * gdb.cp/classes.cc: New file, copied from misc.cc.
5293 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
5294
28301461
MC
52952004-03-09 Michael Chastain <mec.gnu@mindspring.com>
5296
5297 * gdb.cp/misc.cc: Add copyright notice.
5298
1198ecbe
DC
52992004-03-05 David Carlton <carlton@kealia.com>
5300
5301 * gdb.cp/rtti.exp: Add 'print *obj3' test.
5302 * gdb.cp/rtti.h: Update copyright.
5303 (namespace n2::n3): New.
5304 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
5305 (n2::n3::func3): New.
5306 (main): Call n2::n3::func3.
5307 * gdb.cp/rtti2.cc: Update copyright.
5308 (n2::create3): New.
5309
9e08c470
MK
53102004-03-04 Mark Kettenis <kettenis@gnu.org>
5311
5312 * gdb.asm/openbsd.inc: Fix typo.
5313
4bebc3aa
FF
53142004-03-03 Fred Fish <fnf@redhat.com>
5315
5316 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
5317 "val" instead of unused "size". Update copyright year.
5318
6ea9fb37
DJ
53192004-02-29 Daniel Jacobowitz <drow@mvista.com>
5320
5321 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
5322 to use unsigned char.
5323 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
5324 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
5325
23b23974
DJ
53262004-02-29 Daniel Jacobowitz <drow@mvista.com>
5327
5328 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
5329 line of output.
5330
7574fd53
DJ
53312004-02-28 Daniel Jacobowitz <drow@mvista.com>
5332
5333 * gdb.base/relocate.c (dummy): Initialize.
5334
a195357f
DJ
53352004-02-28 Daniel Jacobowitz <drow@mvista.com>
5336
5337 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
5338 a breakpoint at exit.
5339
72fd54a9
FF
53402004-02-27 Fred Fish <fnf@redhat.com>
5341
5342 * gdb.base/chng-syms.exp: Add expect condition to match failing
5343 case that isn't a timeout.
5344
b9d23137
AC
53452004-02-27 Andrew Cagney <cagney@redhat.com>
5346
5347 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
5348 support.
5349
15d208f6 53502004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 5351
15d208f6
FF
5352 * gdb.arch/gdb1431.c: Remove.
5353 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
5354 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
5355 of "until" incorrectly.
5356
98f9cd2d
JB
53572004-02-26 J. Brobecker <brobecker@gnat.com>
5358
5359 * gdb.cp/class2.cc (empty): New class.
5360 (refer): New function.
5361 (main): Declare an object of type empty and use it.
5362 * gdb.cp/class2.exp: Print the value of an object of type empty.
5363
9b50c11b
JJ
53642004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5365
5366 * gdb.base/langs.exp: Update query string to match the
5367 new nquery format used for pending breakpoints.
5368
0dcd613f
AC
53692004-02-26 Andrew Cagney <cagney@redhat.com>
5370
5371 Fix PR i18n/1570.
5372 * gdb.base/charset.c: Update copyright notice.
5373 (main, init_string): Remove the escape character '\e' tests.
5374 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
5375 * gdb.base/charset.exp (valid_host_charset): Ditto.
5376 * gdb.base/setvar.exp: Ditto.
5377
b8a56647
AC
53782004-02-24 Andrew Cagney <cagney@redhat.com>
5379
90d59e34
AC
5380 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
5381 mmapped data in core file" PASS and FAIL messages consistent.
5382
b8a56647
AC
5383 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
5384 setting a breakpoint. Work around PR java/1565.
5385
9f27c604
JJ
53862004-02-23 Jeff Johnston <jjohnstn@redhat.com>
5387
5388 * lib/gdb.exp (gdb_breakpoint): Update query string to match
5389 new nquery format.
5390 * gdb.base/pending.exp: Ditto.
5391
3224a706
MK
53922004-02-22 Mark Kettenis <kettenis@gnu.org>
5393
5394 * configure.in: Run stabs tests on *BSD.
5395 * configure: Regenerated.
5396
41e0a9ca
MK
53972004-02-21 Mark Kettenis <kettenis@gnu.org>
5398
5399 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
5400
1e1b3428
FF
54012004-02-20 Fred Fish <fnf@redhat.com>
5402
5403 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
5404 blank in test for "returns short", for consistency with other
5405 "returns xxx" tests. Update copyright year.
5406
f9a7572a
FF
54072004-02-19 Fred Fish <fnf@redhat.com>
5408
5409 New testcase for PR breakpoint/1558.
5410 * gdb.arch/gdb1558.exp: New file.
5411 * gdb.arch/gdb1558.c: New file.
5412
b2ce2854
EZ
54132004-02-19 Elena Zannoni <ezannoni@redhat.com>
5414
5415 * gdb.base/nodebug.exp: Fix typo.
5416
e7c9ff01
JB
54172004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5418
5419 Committed by Jim Blandy <jimb@redhat.com>.
5420
62f4b920
JB
5421 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
5422
2db536a1
JB
5423 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
5424
e7c9ff01
JB
5425 * gdb.base/float.exp: Support s390*-*-* targets.
5426
f3205b34
AF
54272004-02-17 Adam Fedor <fedor@gnu.org>
5428
5429 * gdb.base/gdb1555.exp: New file.
5430 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
5431
9d62932d
EZ
54322004-02-17 Elena Zannoni <ezannoni@redhat.com>
5433
5434 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
5435
344c9711
FF
54362004-02-16 Fred Fish <fnf@redhat.com>
5437
5438 * gdb.arch/gdb1291.c: Remove
5439 * gdb.arch/gdb1291.s: New test input file.
5440 * gdb.arch/gdb1291.exp: Expand test to check case that should not
5441 fail. Test for correct result, known incorrect result, other
5442 failures and timeouts.
5443
2d822687
AC
54442004-02-16 Andrew Cagney <cagney@redhat.com>
5445
5446 * gdb.base/bigcore.exp: New file.
5447 * gdb.base/bigcore.c: New file.
5448
dac15b66
AC
54492004-02-13 Andrew Cagney <cagney@redhat.com>
5450
5451 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
5452 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
5453 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
5454 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
5455 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
5456 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
5457 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
5458 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
5459 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
5460 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
5461
6bdfc2c4
JJ
54622004-02-11 Jeff Johnston <jjohnstn@redhat.com>
5463
5464 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
5465 executed is an alloc instruction.
5466
87b3ede8
DC
54672004-02-11 David Carlton <carlton@kealia.com>
5468
5469 * gdb.cp/breakpoint.exp: New.
5470 * gdb.cp/breakpoint.cc: New.
5471
6e19e2bf
MC
54722004-02-11 Michael Chastain <mec.gnu@mindspring.com>
5473
5474 Partial fix for PR gdb/1543.
5475 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
5476 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
5477 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
5478 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
5479 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
5480 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
5481 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
5482 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
5483 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
5484 to bug-gdb@prep.ai.mit.edu .
5485 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
5486 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
5487 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
5488 Likewise.
5489
5c5455dc
AC
54902004-02-10 Andrew Cagney <cagney@redhat.com>
5491
5492 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
5493 using gdb_internal_error_resync.
5494
9cf689d7
DJ
54952004-02-09 Daniel Jacobowitz <drow@mvista.com>
5496
5497 * gdb.threads/thread-specific.exp: Stop early if no threads are
5498 found.
5499
d2dc51db
MC
55002004-02-09 Michael Chastain <mec.gnu@mindspring.com>
5501
5502 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
5503
14b1a056
DJ
55042004-02-08 Daniel Jacobowitz <drow@mvista.com>
5505
5506 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
5507 breakpoints.
5508
83f66e8f
DJ
55092004-02-07 Daniel Jacobowitz <drow@mvista.com>
5510
5511 * config/sim.exp (gdb_load): Handle $arg == "".
5512 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
5513 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
5514
30fc0091
EZ
55152004-02-07 Elena Zannoni <ezannoni@redhat.com>
5516
5517 * gdb.base/maint.exp: Update test to reflect
5518 obstack changes.
5519
4d806929
JJ
55202004-02-04 Jeff Johnston <jjohnstn@redhat.com>
5521
5522 * gdb.base/pendshr.c (pendfunc): New function that calls
5523 pendfunc1.
5524 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
5525
7bfdd688
FF
55262004-02-04 Fred Fish <fnf@redhat.com>
5527
5528 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
5529 function symbols and update copyright years.
5530 * gdb.arch/gdb1291.c: Ditto.
5531
aaa08ee4
MC
55322004-02-03 Michael Chastain <mec.gnu@mindspring.com>
5533
5534 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
5535
dbad7755
MC
55362004-02-03 Michael Chastain <mec.gnu@mindspring.com>
5537
5538 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
5539
ec4646ef
MC
55402004-02-03 Michael Chastain <mec.gnu@mindspring.com>
5541
5542 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
5543
1b802196
FF
55442004-02-02 Fred Fish <fnf@redhat.com>
5545
5546 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
5547 remote targets. Update copyright years.
5548
18fe2033
JJ
55492004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5550
5551 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
5552 support.
5553 * gdb.base/langs.exp: Fix test which attempts to create
5554 breakpoint on non-existent function to handle new pending
5555 support.
5556 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
5557 a breakpoint.
5558 * gdb.base/pending.exp: New test.
5559 * gdb.base/pending.c: New file.
5560 * gdb.base/pendshr.c: Ditto.
5561
8d577d32
DC
55622004-02-02 David Carlton <carlton@kealia.com>
5563
5564 * gdb.cp/overload.exp: Add overloadNamespace tests.
5565 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
5566 (overloadNamespace, XXX): New.
5567 (main): Call XXX::marker2.
5568
3ad13771
FF
55692004-02-01 Fred Fish <fnf@redhat.com>
5570
5571 * gdb.base/dump.exp: Use runto_main instead of "runto main".
5572 * gdb.base/finish.exp: Ditto.
5573 * gdb.base/gcore.exp: Ditto.
5574 * gdb.base/huge.exp: Ditto.
5575 * gdb.base/info-proc.exp: Ditto.
5576 * gdb.base/return2.exp: Ditto.
5577 * gdb.threads/gcore-thread.exp: Ditto.
5578
44c75849
DJ
55792004-02-01 Daniel Jacobowitz <drow@mvista.com>
5580
5581 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
5582
005bc093
MK
55832004-02-01 Mark Kettenis <kettenis@gnu.org>
5584
5585 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
5586 that opening the file succeeds on OpenBSD.
5587
c47cebdb
DJ
55882004-02-01 Daniel Jacobowitz <drow@mvista.com>
5589
5590 * gdb.threads/thread-specific.c: New file.
5591 * gdb.threads/threads-specific.exp: New test script.
5592 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
5593 to expect_out.
5594
5a01311c
MK
55952004-02-01 Mark Kettenis <kettenis@gnu.org>
5596
5597 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
5598 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
5599 only on the "print_small_structs from print_long_arg_list" test.
5600
ce22a4f1
DJ
56012004-02-01 Daniel Jacobowitz <drow@mvista.com>
5602
5603 * gdb.base/completion.exp: Kill a stray backslash.
5604
5605 From Jim Ingham <jingham@apple.com>:
5606 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
5607 agrees with the result from sending a tab.
5608
abbab9d3
DJ
56092004-01-31 Daniel Jacobowitz <drow@mvista.com>
5610
5611 * gdb.base/chng-syms.exp: Remove stray newline.
5612
53904d1e
MK
56132004-01-31 Mark Kettenis <kettenis@gnu.org>
5614
5615 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
5616 *-*-openbsd*.
5617 * gdb.asm/openbsd.inc: New file.
5618
3a4b3aac
MK
56192004-01-30 Mark Kettenis <kettenis@gnu.org>
5620
5621 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
5622 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
5623 *-*solaris2*. Remove commented out default settings for
5624 asm-flags. Replace gdb_compile with target_link.
5625
ebac27b4
MC
56262004-01-29 Michael Chastain <mec.gnu@mindspring.com>
5627
5628 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
5629 for all tests. Remove old hp-ux and cygnus xfail cases.
5630
d8679d84
PH
56312004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
5632
5633 * gdb.base/chng-syms.exp: New file.
5634 * gdb.base/chng-syms.c: New file.
5635
0a55bc22
MC
56362004-01-24 Michael Chastain <mec.gnu@mindspring.com>
5637
5638 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
5639 Provide arms for current output in all my configurations.
5640
94b8e876
MC
56412004-01-24 Michael Chastain <mec.gnu@mindspring.com>
5642
5643 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
5644 * lib/compiler.cc: Likewise.
5645 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
5646 get the right preprocessor. Eval the output directly. Remove
5647 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
5648 hp_f77_compiler and hp_f90_compiler completely.
5649 (gdb_preprocess): Delete.
5650 (get_compiler): Delete.
5651
7cf03d44
MK
56522004-01-24 Mark Kettenis <kettenis@gnu.org>
5653
5654 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
5655 <string.h>.
5656
68b6dce9
NR
56572004-01-24 Nick Roberts <nick@nick.uklinux.net>
5658
5659 * gdb.mi/mi-stack.exp: Update copyright.
5660
b368761e
DC
56612004-01-23 David Carlton <carlton@kealia.com>
5662
5663 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
5664 test for cp_lookup_transparent_type.
5665 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
5666 call them.
5667
f2061b53
DJ
56682004-01-23 Daniel Jacobowitz <drow@mvista.com>
5669
5670 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
5671 after -var-update.
5672
37fc574a
DC
56732004-01-23 David Carlton <carlton@kealia.com>
5674
5675 * gdb.cp/namespace.cc (C::ensureRefs): New.
5676 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
5677
8e94b928
NR
56782004-01-20 Nick Roberts <nick@nick.uklinux.net>
5679
5680 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
5681 case "-stack-list-locals 2".
5682 * gdb.mi/mi-var-child.exp: Test for case
5683 "-var-list-children --all-values NAME".
5684
997b0952
MC
56852004-01-18 Michael Chastain <mec.gnu@mindspring.com>
5686
5687 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
5688
52470da3
MK
56892004-01-18 Mark Kettenis <kettenis@gnu.org>
5690
7049b4b8
MK
5691 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
5692 used with gdb_test_multiple.
5693
52470da3
MK
5694 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
5695 read at address 0. This fixes PR testsuite/1504.
5696
da6012e5
DJ
56972004-01-18 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
5700 Remove downloading, guessing the host executable, the calls to
5701 gdb_file_cmd and gdb_target_cmd, and "load" support.
5702 (infer_host_exec): New function broken out from gdb_load.
5703 (gdb_load): New wrapper for gdbserver_gdb_load.
5704 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
5705 gdb_target_cmd. Use -target-select.
5706 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
5707 Download binaries to the host. Clear last_mi_remote_file when
5708 we load a new binary.
5709 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
5710 call gdbserver_gdb_load and mi_gdb_target_cmd.
5711
32c70722
MC
57122004-01-17 Michael Chastain <mec.gnu@mindspring.com>
5713
5714 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
5715 type patterns.
5716
b0cecf36
MC
57172004-01-17 Michael Chastain <mec.gnu@mindspring.com>
5718
5719 * gdb.cp/templates.exp: Fix typo in test name of
5720 "print Foo<volatile char*>::foo".
5721
4120d7e6
MC
57222004-01-15 Michael Chastain <mec.gnu@mindspring.com>
5723
5724 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
5725
f679e530
BE
57262004-01-16 Ben Elliston <bje@wasabisystems.com>
5727
5728 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
5729 (clean mostlyclean): Remove empty rm.
5730
091c48f6
MC
57312004-01-15 Michael Chastain <mec.gnu@mindspring.com>
5732
5733 * gdb.base/setvar.exp: Add copyright years.
5734
3e5fc8d2
DC
57352004-01-14 David Carlton <carlton@bactrian.org>
5736
5737 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
5738 PR c++/1511 and update coment.
5739 * gdb.cp/templates.exp: Update patterns to match current output.
5740 If changes involve something other than whitespace, KFAIL
5741 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
5742
63d06c5c
DC
57432004-01-14 David Carlton <carlton@kealia.com>
5744
5745 * gdb.cp/namespace.exp: Add tests involving classes defined within
5746 namespaces.
5747 * gdb.cp/namespace.cc (C::CClass): New.
5748 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
5749
a51dab88
EZ
57502004-01-14 Elena Zannoni <ezannoni@redhat.com>
5751
5752 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
5753 what debug info we have. Print a better message if something goes
5754 wrong while producing the separate debug info file.
5755
a476ccc9
MC
57562004-01-14 Michael Chastain <mec.gnu@mindspring.com>
5757
5758 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
5759
f453692c
MC
57602004-01-14 Michael Chastain <mec.gnu@mindspring.com>
5761
5762 * gdb.base/callfuncs.c: Add copyright notice.
5763
f40063a5
MC
57642004-01-13 Michael Chastain <mec.gnu@mindspring.com>
5765
5766 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
5767 inheritance. PR gdb/1498, PR gcc/13539.
5768
19ac3974
EZ
57692004-01-13 Elena Zannoni <ezannoni@redhat.com>
5770
5771 * gdb.threads/gcore-thread.exp: Prefix name of binary with
5772 test specific name.
5773 * gdb.mi/gdb669.exp: Ditto.
5774 * gdb.mi/mi-pthreads.exp: Ditto.
5775 * gdb.mi/mi1-pthreads.exp: Ditto.
5776 * gdb.mi/mi2-pthreads.exp: Ditto.
5777
56c97c6e
MC
57782004-01-12 Michael Chastain <mec.gnu@mindspring.com>
5779
5780 * gdb.cp/member-ptr.cc: Add copyright notice.
5781
a0644324
MC
57822004-01-12 Michael Chastain <mec.gnu@mindspring.com>
5783
5784 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
5785 some patterns for recent versions of gcc and hpacc. Delete
5786 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
5787 Delete tests that access a NULL pointer-to-member-data. This
5788 script is still disabled for gcc.
5789
32fabe09
EZ
57902004-01-12 Elena Zannoni <ezannoni@redhat.com>
5791
5792 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
5793 escaped correctly.
5794
1f8a6abb
EZ
57952004-01-12 Elena Zannoni <ezannoni@redhat.com>
5796
5797 * gdb.base/sepdebug.exp: New file.
5798 * gdb.base/sepdebug.c: New file.
5799 * lib/gdb.exp (separate_debug_filename): New procedure.
5800 (gdb_gnu_strip_debug): New procedure.
5801
48efe704
AC
58022004-01-12 Andrew Cagney <cagney@redhat.com>
5803
5804 * gdb.mi/ChangeLog: Delete file. Renamed to ...
5805 * gdb.mi/ChangeLog-1999-2003: New file.
5806
a9415475
AC
58072004-01-12 Andrew Cagney <cagney@redhat.com>
5808
5809 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
5810 "Renaming a directory to a non-empty directory returns ENOTEMPTY
5811 or EEXIST", treat EBUSY as an XFAIL.
5812
83b8cf9d
MC
58132004-01-11 Michael Chastain <mec.gnu@mindspring.com>
5814
5815 * gdb.base/scope.exp: Remove obsolete setup_xfail for
5816 hp_cc_compiler.
5817
9939d2a8
MC
58182004-01-10 Michael Chastain <mec.gnu@mindspring.com>
5819
5820 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
5821 decorations.
5822
1ff8cadf
MC
58232004-01-10 Michael Chastain <mec.gnu@mindspring.com>
5824
5825 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
5826 and "(aCC)" decorations. Remove obsolete doco about old
5827 test results.
5828
6fa9022e
MC
58292004-01-09 Michael Chastain <mec.gnu@mindspring.com>
5830
5831 * gdb.cp/exception.exp: Fix typo in doco.
5832
209721fe
MK
58332004-01-09 Mark Kettenis <kettenis@gnu.org>
5834
5835 * gdb.base/gdb1476.exp: Fix typo.
5836
ef11303e
MC
58372004-01-09 Michael Chastain <mec.gnu@mindspring.com>
5838
5839 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
5840 file.
5841
041ab88c
MC
58422004-01-09 Michael Chastain <mec.gnu@mindspring.com>
5843
5844 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
5845 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
5846 Use gdb_compile. Remove restriction on gcc. Add some patterns
5847 for recent version of gdb. Delete second half, which was a copy
5848 of the first half with different build flags. This test is
5849 still disabled because it is still not ready for production.
5850
e36d075a
MC
58512004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5852
5853 * gdb.cp/exception.cc: Add copyright notice.
5854 * gdb.cp/exception.exp: Add a notice that this file is broken
5855 because of line number changes caused by addition of copyright
5856 notice.
5857
42b190ad
MC
58582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5859
5860 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
5861 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
5862
8f25f06b
MC
58632004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5864
5865 * gdb.cp/classes.exp: Accept gnu abi 2.
5866 * gdb.cp/derivation.exp: Likewise.
5867 * gdb.cp/overload.exp: Likewise.
5868 * gdb.cp/virtfunc.exp: Likewise.
5869
06ded8b8
MC
58702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5871
5872 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
5873 semicolon after end of function.
5874
77c26ae3
MC
58752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5876
5877 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
5878 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
5879 boilerplate code for compiling and running the program under
5880 test. Add some string method tests.
5881
20757486
MC
58822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5883
5884 * gdb.cp/bs15503.cc: Add copyright notice.
5885 * gdb.cp/bs15503.exp: Adjust line number.
5886
0fd3b503
MC
58872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5888
5889 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
5890 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
5891
10d1bea8
MC
58922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5893
5894 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
5895 hp_cc_compiler.
5896
2789202a
MC
58972004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5898
5899 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
5900 * gdb.cp/ctti.exp: Use the marker instead of "next".
5901 With gcc, run further before bailing.
5902
b862f14c
MC
59032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5904
5905 * gdb.cp/cttiadd.cc: Add copyright notice.
5906 * gdb.cp/cttiadd1.cc: Likewise.
5907 * gdb.cp/cttiadd2.cc: Likewise.
5908 * gdb.cp/cttiadd3.cc: Likewise.
5909
96da2469
MC
59102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5911
5912 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
5913 Use gdb_test, gdb_test_multiple. Use floating-point values that
5914 have exact representations in IEEE-ish formats.
5915
053248ff
MC
59162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5917
5918 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
5919 compilers. Delete duplicate call to get_compiler_info.
5920 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
5921 * gdb.base/volatile.exp: Likewise.
5922
84acecdd
MK
59232004-01-07 Mark Kettenis <kettenis@gnu.org>
5924
5925 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
5926 memory at address 0.
5927
fe11a27f
MC
59282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5929
5930 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
5931 to test for hp-ux assembler. Fix copyright years.
5932
60ad077b
AC
59332004-01-07 Andrew Cagney <cagney@redhat.com>
5934
5935 * gdb.base/fileio.c (strerrno): Add "EBUSY".
5936
1c9b8f33
AC
59372004-01-07 Andrew Cagney <cagney@redhat.com>
5938
5939 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
5940 when creating the read-only file. From analysis by Roland McGrath
5941 and Elena Zannoni.
5942
753ccc7a
MC
59432004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5944
5945 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
5946
eca3e36b
MC
59472004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5948
5949 * gdb.base/cvexpr.c: Be type-safe with function pointers and
5950 data pointers.
5951
f8d4bac4
MC
59522004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5953
5954 * gdb.cp/m-static.exp: Compile one source file at a time.
5955 Delete unused call to get_compiler_info.
5956
9b4e0f94
MC
59572004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5958
5959 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
5960 * gdb.base/call-rt-st.exp: Likewise.
5961 * gdb.base/nodebug.exp: Likewise.
5962 * gdb.base/volatile.exp: Likewise.
5963 * gdb.cp/ref-types.exp: Likewise.
5964 * gdb.cp/templates.exp: Likewise.
5965
023c1024
MK
59662004-01-05 Mark Kettenis <kettenis@gnu.org>
5967
5968 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
5969
19703c4a
MC
59702004-01-05 Michael Chastain <mec.gnu@mindspring.com>
5971
5972 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
5973 hppa*-hp-hpux*.
5974
18b67037
MK
59752004-01-04 Mark Kettenis <kettenis@gnu.org>
5976
ba6219c8
MK
5977 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
5978 x86_64-*-*.
5979
18b67037
MK
5980 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
5981 sparc64-*-* and sparc*-solaris2*.
5982
1bfbbb9d
MK
59832004-01-04 Mark Kettenis <kettenis@gnu.org>
5984
5985 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
5986 return ${tests}" test. The ${tests} already mentions the
5987 filename.
5988
06846494
MC
59892004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5990
5991 * gdb.cp/local.exp: Accept gcc abi 2.
5992
3b0cb202
MC
59932004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5994
5995 * gdb.cp/templates.exp: Accept gcc abi 2.
5996
0643ec3f
MC
59972004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5998
5999 * lib/compiler.cc: Remove supports_template_debugging.
6000 * gdb.cp/templates.exp: Do not test supports_template_debugging.
6001
d231d0b1
MC
60022004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6003
6004 * gdb.cp/namespace.exp: Accept gcc abi 2.
6005
44ffb27c
MC
60062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6007
6008 * gdb.cp/method.exp: Accept gcc abi 2.
6009
184ad485
MC
60102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6011
6012 * gdb.cp/classes.exp: Generate identical results as old version.
6013 * gdb.cp/derivation.exp: Likewise.
6014 * gdb.cp/overload.exp: Likewise.
6015 * gdb.cp/virtfunc.exp: Likewise.
6016
116f09e7
MC
60172004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6018
6019 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
6020 mysterious bug with sourceware version of expect.
6021
b1379776
MC
60222004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6023
6024 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
6025 current versions of gcc, including gcc abi 2. Remove gratuitous
6026 restart of test program. Use gdb_test_multiple and gdb_test for
6027 all tests. Add patterns to xfail missing "const" in "const char *"
6028 and kfail PR gdb/1155.
6029
6b7a4c0e
MC
60302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6031
6032 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
6033 current versions of gcc, including gcc abi 2. Remove gratuitous
6034 restart of test program. Use gdb_test_multiple and gdb_test for
6035 all tests. Add patterns to kfail PR gdb/1498.
6036
51615d72
MC
60372003-12-31 Michael Chastain <mec.gnu@mindspring.com>
6038
6039 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
6040 current versions of gcc, including gcc abi 2. Use "breakpoint"
6041 and "continue" instead of restarting the target program. Use
6042 gdb_test_multiple and gdb_test for all tests.
6043
7b79a9d7
MK
60442004-01-01 Mark Kettenis <kettenis@gnu.org>
6045
6046 * gdb.asm/asm-source.exp: Update copyright year. Link statically
6047 for *-*-solaris2*.
6048
1cd3489f
MC
60492003-12-31 Michael Chastain <mec.gnu@mindspring.com>
6050
6051 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
6052 current versions of gcc, including gcc abi 2. Use "breakpoint"
6053 and "continue" instead of restarting the target program several
6054 times. Use gdb_test_multiple and gdb_test for all tests.
6055
850742db
MC
60562003-12-18 Michael Chastain <mec.gnu@mindspring.com>
6057
6058 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
6059 source files.
6060
eb4bbda8
MC
60612003-12-16 Michael Chastain <mec.gnu@mindspring.com>
6062
6063 * gdb.base/environ.exp: Handle compiling test case from multiple
6064 source files.
6065
e42c7771
MC
60662003-12-16 Michael Chastain <mec.gnu@mindspring.com>
6067
6068 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
6069
80e4b428
JB
60702003-12-17 Jim Blandy <jimb@redhat.com>
6071
5f06973a
JB
6072 * gdb.base/freebpcmd.c: Add copyright notice.
6073
80e4b428
JB
6074 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
6075
0ab84fb7
MC
60762003-12-16 Michael Chastain <mec.gnu@mindspring.com>
6077
6078 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
6079
1b3bb3d0
JB
60802003-12-13 Jim Blandy <jimb@redhat.com>
6081
6082 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
6083
3a4c9371
KB
60842003-12-12 Kevin Buettner <kevinb@redhat.com>
6085
6086 * gdb.asm/frv.inc: New file.
6087 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
6088
a1dea79a
FF
60892003-12-09 Fred Fish <fnf@redhat.com>
6090
6091 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
6092 functions to break1.c and leave prototypes behind. Add more
6093 "set breakpoint NN here" comments.
6094 * gdb.base/break1.c: New file.
6095
6096 * gdb.base/break.exp: Handle compiling test case from multiple
6097 source files and change source file references as needed.
6098 * gdb.base/completion.exp: Ditto.
6099 * gdb.base/condbreak.exp: Ditto.
6100 * gdb.base/define.exp: Ditto.
6101 * gdb.base/ena-dis-br.exp: Ditto.
6102 * gdb.base/info-proc.exp: Ditto.
6103 * gdb.base/maint.exp: Ditto.
6104 * gdb.base/until.exp: Ditto.
6105
6106 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
6107 hardcoded line numbers.
6108 * gdb.base/define.exp: Ditto.
6109 * gdb.base/ena-dis-br.exp: Ditto.
6110 * gdb.base/maint.exp: Ditto.
6111 * gdb.base/until.exp: Ditto.
6112
6113 * gdb.base/completion.exp: Use "break1" for completion tests since
6114 "break" is no longer a unique prefix.
6115
5266b69c
AC
61162003-12-06 Andrew Cagney <cagney@redhat.com>
6117
6118 * gdb.base/structs.exp (test_struct_returns): When applicable, set
6119 "return_value_unimplemented". When an unimplemented struct return
6120 architecture, report incorrect values as a KFAIL
6121
374451f0
MC
61222003-12-05 Michael Chastain <mec.gnu@mindspring.com>
6123
6124 * gdb.cp/rtti.exp: Accept new wording of warning from
6125 cp_lookup_rtti_type.
6126
ba9b20a7
MC
61272003-12-05 Michael Chastain <mec.gnu@mindspring.com>
6128
6129 Partial fix for PR testsuite/1456.
6130 * gdb.base/scope.exp (test_at_main): Replace references to
6131 gcc_compiled with calls to test_compiler_info.
6132 (test_at_foo): Likewise.
6133 (test_at_bar): Likewise.
6134
b74b6d0b
MC
61352003-12-04 Michael Chastain <mec.gnu@mindspring.com>
6136
6137 Partial fix for PR testsuite/1456.
6138 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
6139 to test_compiler_info.
6140
ccfa3402
MC
61412003-12-03 Michael Chastain <mec.gnu@mindspring.com>
6142
6143 * gdb.base/so-impl-ld.exp: Update copyright notice.
6144
f6246aba
MC
61452003-12-02 Michael Chastain <mec.gnu@mindspring.com>
6146
6147 Partial fix for PR testsuite/1456.
6148 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
6149 to test_compiler_info.
6150
13ae734a
MC
61512003-11-28 Michael Chastain <mec.gnu@mindspring.com>
6152
6153 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
6154 from current versions of gdb. Clean up regular expressions.
6155 Delete redundant timeout case.
6156
d8e1cdee
MC
61572003-11-28 Michael Chastain <mec.gnu@mindspring.com>
6158
6159 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
6160 from current versions of gdb. Clean up regular expressions.
6161 Delete redundant timeout case.
6162
96457b64
MC
61632003-12-01 Michael Chastain <mec.gnu@mindspring.com>
6164
6165 Partial fix for PR testsuite/1456.
6166 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
6167 gcc_compiled with call to test_compiler_info.
6168
f35309fc
MC
61692003-11-30 Michael Chastain <mec.gnu@mindspring.com>
6170
6171 Partial fix for PR testsuite/1456.
6172 * gdb.base/list.exp (test_list_function): Delete unused declaration
6173 of gcc_compiled.
6174
d7afdf9b
MC
61752003-11-29 Michael Chastain <mec.gnu@mindspring.com>
6176
6177 Partial fix for PR testsuite/1456.
6178 * gdb.base/complex.exp: Replace reference to gcc_compiled with
6179 call to test_compiler_info.
6180
71507b56
MK
61812003-11-29 Mark Kettenis <kettenis@gnu.org>
6182
6183 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
6184 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
6185 it to create the appropriate note.inc.
6186 * gdb.asm/asmsrc1.s: Include "note.inc".
6187 * gdb.asm/netbsd.inc: New file.
6188 * gdb.asm/empty.inc: New file.
6189
f81f93f7
MC
61902003-11-28 Michael Chastain <mec.gnu@mindspring.com>
6191
6192 Partial fix for PR testsuite/1456.
6193 * gdb.base/constvars.exp: Replace references to gcc_compiled with
6194 calls to test_compiler_info.
6195
9a77938e
MC
61962003-11-27 Michael Chastain <mec.gnu@mindspring.com>
6197
6198 Partial fix for PR testsuite/1456.
6199 * gdb.base/volatile.exp: Replace references to gcc_compiled with
6200 calls to test_compiler_info.
6201
e8367dc7
MK
62022003-11-27 Mark Kettenis <kettenis@gnu.org>
6203
6204 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
6205 pattern for the KFAILs.
6206
526c61ee
AF
62072003-11-25 Adam Fedor <fedor@gnu.org>
6208
6209 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
6210 * gdb.objc/objcdecode.m: New file.
6211
28f2d600
AF
62122003-11-25 Adam Fedor <fedor@gnu.org>
6213
6214 * gdb.objc/nondebug.exp: Test for PR objc/1236.
6215 * gdb.objc/nondebug.m: New file.
6216
a3895cee
BE
62172003-11-26 Ben Elliston <bje@wasabisystems.com>
6218
6219 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
6220 NetBSD as it does on FreeBSD. Modelled on a similar change by
6221 Mark Kettenis on 2003-05-30.
6222 (link-flags): Set to "--entry _start" regardless of target.
6223 Special linker flags are to be appended to $link-flags.
6224 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
6225
c9f2c8a3
MC
62262003-11-25 Michael Chastain <mec.gnu@mindspring.com>
6227
6228 * gdb.cp/method.exp: Accept output of new demangler.
6229
15a0587a 62302003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
6231
6232 * gdb/class2.exp: New file.
6233 * gdb/class2.cc: New file.
6234
3c00b570
MC
62352003-11-25 Michael Chastain <mec.gnu@mindspring.com>
6236
6237 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
6238 of new demangler.
6239
7027acc7
MK
62402003-11-23 Mark Kettenis <kettenis@gnu.org>
6241
6242 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
6243 of gdb_test "run".
6244
b0e1598a
MK
62452003-11-23 Mark Kettenis <kettenis@gnu.org>
6246
6247 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
6248 "continue" into "run".
6249
4d9eda44
MC
62502003-11-23 Michael Chastain <mec.gnu@mindspring.com>
6251
6252 Partial fix for PR testsuite/1456.
6253 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
6254 call to test_compiler_info.
6255 * gdb.cp/ctti.exp: Likewise.
6256 * gdb.cp/derivation.exp: Likewise.
6257 * gdb.cp/member-ptr.exp: Likewise.
6258 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
6259 reference to gcc_compiled.
6260
62612003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
6262
6263 Fix PR testsuite/1463.
6264 * gdb.base/structs.exp (start_structs_test): Call
6265 get_debug_format before using the debug format.
6266
d422fe19
AC
62672003-11-22 Andrew Cagney <cagney@redhat.com>
6268
6269 * lib/gdb.exp (gdb_test_multiple): Add simple example.
6270 * gdb.base/structs.exp: Use gdb_test_multiple.
6271
039cf96d
AC
62722003-11-20 Andrew Cagney <cagney@redhat.com>
6273
6882279b
AC
6274 * gdb.base/structs.exp: Handle and recover from internal errors.
6275 Replace "foo${n}" with "foo<n>" in test messages.
6276
e53890ae
AC
6277 * gdb.base/structs.exp: Update copyright. Rewrite.
6278 * gdb.base/structs.c: Update copyright. Rewrite.
6279
2b211c59
AC
6280 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
6281 resync count exceeded.
d63a86f8 6282
039cf96d
AC
6283 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
6284 from the internal error.
6285 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
6286 Original from Jim Blandy.
6287 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 6288
eac98b22
AC
62892003-11-19 Andrew Cagney <cagney@redhat.com>
6290
6291 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
6292 KFAIL.
6293
67455b2a
MK
62942003-11-17 Mark Kettenis <kettenis@gnu.org>
6295
6296 New testcase for PR backtrace/1435.
6297 * gdb.arch/i386-unwind.exp: New file.
6298 * gdb.arch/i386-unwind.c: New file.
6299
853d6e5b
AC
63002003-11-17 Andrew Cagney <cagney@redhat.com>
6301
6302 * lib/gdb.exp (compiler_info): New global.
6303 (test_compiler_info): New function.
6304 (get_compiler_info): Set compiler_info.
6305 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
6306 "compiler_info" to gcc-<major>-<minor>.
6307
38cf6e11
MC
63082003-11-15 Michael Chastain <mec.gnu@mindspring.com>
6309
6310 * gdb.trace/configure: Remove.
6311
a50d3602
EZ
63122003-11-13 Elena Zannoni <ezannoni@redhat.com>
6313
6314 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 6315 breakpoints.
a50d3602
EZ
6316 * gdb.base/break.exp: Remove all references to explicit line
6317 numbers.
6318
d9407aaa
NC
63192003-11-11 Nick Clifton <nickc@redhat.com>
6320
6321 * gdb.base/shreloc.exp: Do not run for targets which do not
6322 support shared objects.
6323
db488fc1
CV
63242003-11-10 Corinna Vinschen <vinschen@redhat.com>
6325
6326 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
6327 Don't run tests if nofileio flag is given.
6328
6a90a18e
EZ
63292003-11-07 Elena Zannoni <ezannoni@redhat.com>
6330
6331 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
6332 as well as 'Watchpoint'.
6333
0b915e9c
EZ
63342003-11-06 Elena Zannoni <ezannoni@redhat.com>
6335
6336 Reported by Jim Ingham <jingham@apple.com>:
6337 * gdb.base/annota1.exp: Match at least one occurrence of the
6338 signal handler annotation.
6339
d7e4b55f
EZ
63402003-11-06 Elena Zannoni <ezannoni@redhat.com>
6341
6342 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
6343 as well as 'Watchpoint'.
6344
2fe4e8d0
MC
63452003-11-05 Michael Chastain <mec@shout.net>
6346
6347 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
6348
6ef88553
KW
63492003-11-03 Kris Warkentin <kewarken@qnx.com>
6350
6351 * gdb.arch/gdb1291.c: New test file.
6352 * gdb.arch/gdb1291.exp: New test script.
6353 * gdb.arch/gdb1431.c: New test file.
6354 * gdb.arch/gdb1431.exp: New test script.
6355
ae7dc4d8
MC
63562003-10-22 Michael Chastain <mec@shout.net>
6357
6358 * gdb.mi/pthreads.c: Add copyright notice.
6359
c39d7427
MC
63602003-10-22 Michael Chastain <mec@shout.net>
6361
6362 * gdb.threads/pthreads.c: Add copyright notice.
6363
8b7d96c1
MC
63642003-10-20 Michael Chastain <mec@shout.net>
6365
6366 * gdb.base/gdb1056.exp: New test script.
6367
d1d69fdd
DJ
63682003-10-13 Daniel Jacobowitz <drow@mvista.com>
6369
6370 * gdb.threads/killed.exp: Use gdb_run_cmd.
6371
7d605576
DJ
63722003-10-13 Daniel Jacobowitz <drow@mvista.com>
6373
6374 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
6375 create a core file.
6376 * gdb.threads/gcore-thread.exp: Likewise.
6377
618ec112
CV
63782003-10-13 Corinna Vinschen <vinschen@redhat.com>
6379
6380 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
6381 type, based on char type.
6382 (struct bit_flags_short_t): New bitfield type, based on short type.
6383 (init_bit_flags_char): New fuction.
6384 (init_bit_flags_short): Ditto.
6385 (print_bit_flags_char): Ditto.
6386 (print_bit_flags_short): Ditto.
6387 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
6388
9367a73c
MC
63892003-10-11 Michael Chastain <mec@shout.net>
6390
6391 * gdb.base/call-rt-st.exp: Update copyright year.
6392
1decf120
KI
63932003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6394
6395 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
6396 * gdb.disasm/sh3.s: Ditto.
6397
5445b2ae
DJ
63982003-10-07 Daniel Jacobowitz <drow@mvista.com>
6399
6400 * gdb.threads/switch-threads.exp: New test.
6401 * gdb.threads/switch-threads.c: New source file.
6402
aec24853
CV
64032003-10-07 Corinna Vinschen <vinschen@redhat.com>
6404
6405 * gdb.base/ending-run.exp: Add sh specific case.
6406
adc7428d
AC
64072003-10-06 Andrew Cagney <cagney@redhat.com>
6408
6409 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
6410 * gdb.disasm/mn10200.exp: Delete obsolete file.
6411
c9d37158
DJ
64122003-09-29 Daniel Jacobowitz <drow@mvista.com>
6413
6414 * ChangeLog: Correct an entry command.exp -> commands.exp.
6415 * gdb.base/commands.exp (bp_deleted_in_command_test)
6416 (temporary_breakpoint_commands): Check noargs.
6417
79c2c32d
DC
64182003-09-25 David Carlton <carlton@kealia.com>
6419
6420 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
6421 of some print tests, where appropriate. Add tests for C::D::cd,
6422 E::ce, F::cXfX, G::XgX.
6423 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
6424
594e6d67
RE
64252003-09-25 Richard Earnshaw <rearnsha@arm.com>
6426
6427 * lib/java.exp (java_init): Import target_alias before using it.
6428
10f0d451
DC
64292003-09-25 David Carlton <carlton@kealia.com>
6430
6431 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
6432
274bcba0
EZ
64332003-09-23 Elena Zannoni <ezannoni@redhat.com>
6434
d63a86f8 6435 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
6436 weirdness.
6437
cdbf20f7
MC
64382003-09-17 Michael Chastain <mec@shout.net>
6439
6440 * gdb.cp/gdb1355.exp: New file.
6441 * gdb.cp/gdb1355.c: New file.
6442
71e06f80
CV
64432003-09-15 Corinna Vinschen <vinschen@redhat.com>
6444
6445 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
6446 * gdb.asm/sh.inc: New file.
6447
5c4e30ca
DC
64482003-09-11 David Carlton <carlton@kealia.com>
6449
bd45b7af
DC
6450 * gdb.cp/namespace.exp: Add tests for namespace types.
6451 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
6452 (test_namespace): New.
6453
1c199746
EZ
64542003-09-11 Elena Zannoni <ezannoni@redhat.com>
6455
6456 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 6457 * gdb.stabs/weird.exp: Ditto.
1c199746 6458
04ed252f
MC
64592003-09-08 Michael Chastain <mec@shout.net>
6460
6461 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
6462
d8a2d9e7
MC
64632003-09-07 Michael Chastain <mec@shout.net>
6464
6465 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
6466 'parse error'.
6467
161afb24
MK
64682003-09-07 Mark Kettenis <m.kettenis@osp.nl>
6469
6470 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
6471
49f2741a
MC
64722003-08-30 Michael Chastain <mec@shout.net>
6473
6474 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
6475 * gdb.gdb/observer.exp: Ditto.
6476 * gdb.gdb/xfullpath.exp: Ditto.
6477
8afa723e
MK
64782003-08-29 Mark Kettenis <kettenis@gnu.org>
6479
6480 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
6481 *-*-*bsd*.
6482
f31dfe3b
JJ
64832003-08-28 Jeff Johnston <jjohnstn@redhat.com>
6484
6485 * gdb.base/dump.exp: Skip for ia64.
6486
4630e498
JJ
64872003-08-25 Jeff Johnston <jjohnstn@redhat.com>
6488
6489 * gdb.asm/asm-source.exp: Add ia64 support.
6490 * gdb.asm/ia64.inc: New file.
6491
1105b7ef
MC
64922003-08-22 Michael Chastain <mec@shout.net>
6493
6494 * gdb.cp: New directory.
6495 * gdb.cp/*: Copy from gdb.c++/*.
6496 * gdb.c++/*: Remove.
6497 * Makefile.in: Change gdb.c++ to gdb.cp.
6498 * configure.in: Ditto.
6499 * configure: Regnerate.
6500
c945b932
MK
65012003-08-18 Mark Kettenis <kettenis@gnu.org>
6502
6503 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
6504 * gdb.arch/i386-prologue.c (gdb1338): Add function.
6505
2b66634b
DJ
65062003-08-17 Daniel Jacobowitz <drow@mvista.com>
6507
6508 * mi-var-display.exp (-var-list-children weird): Accept function
6509 pointers with argument types.
6510 * mi1-var-display.exp (-var-list-children weird): Likewise.
6511 * mi2-var-display.exp (-var-list-children weird): Likewise.
6512
a356f73b
DJ
65132003-08-17 Daniel Jacobowitz <drow@mvista.com>
6514
6515 * gdb.base/annota3.exp: Add missing newline.
6516
483417b8
MC
65172003-08-06 Michael Chastain <mec@shout.net>
6518
6519 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
6520
c99c59c3
MS
65212003-08-12 Michael Snyder <msnyder@redhat.com>
6522
6523 * gdb.base/float.exp: Add test for SH.
6524
55ed7501
MK
65252003-08-10 Mark Kettenis <kettenis@gnu.org>
6526
6527 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
6528
1a371f2e
EZ
65292003-08-07 Elena Zannoni <ezannoni@redhat.com>
6530
6531 * gdb.base/completion.exp: Remove reduntant completion test
6532 on filename.
6533
e0f353ce
EZ
65342003-08-07 Elena Zannoni <ezannoni@redhat.com>
6535
6536 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
6537 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
6538 gdb.trace/save-trace.exp: Make sure that full pathnames are
6539 escaped correctly.
6540
5710a1af 65412003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 6542
5710a1af
EZ
6543 * configure.in: Don't generate config.h from config.hin.
6544 * configure: Regenerate.
6545 * config.hin: Remove file.
6546 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
6547 * gdb.threads/pthreads.c: Ditto.
6548
dcd81ce9
DJ
65492003-08-07 Daniel Jacobowitz <drow@mvista.com>
6550
6551 From Kei Sakamoto <sakamoto.kei@renesas.com>:
6552 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
6553 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
6554 Replace ld24 with seth/add3.
6555
6009d884
AC
65562003-08-02 Andrew Cagney <cagney@redhat.com>
6557
6558 * gdb.base/annota3.exp: New file.
6559 * gdb.base/annota3.c: New file.
6560 * gdb.c++/annota3.exp: New file.
6561 * gdb.c++/annota3.cc: New file.
6562
51514e06
MC
65632003-07-29 Michael Chastain <mec@shout.net>
6564
6565 * gdb.threads/tls.c (spin): Check errno only if sem_wait
6566 actually failed.
6567 (do_pass): Likewise.
6568 * gdb.threads/tls.exp: Always initialize no_of_threads.
6569
4ee6625b
DJ
65702003-07-27 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
6573 pattern.
6574 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
6575 * gdb.threads/tls.exp: Recognize one case of the host library not
6576 supporting TLS.
6577
225f2bf6
AC
65782003-07-27 Andrew Cagney <cagney@redhat.com>
6579
6580 * gdb.base/fileio.exp: Use SH when running commands using
6581 remote_exec.
6582
bcb27c9f
DJ
65832003-07-24 Daniel Jacobowitz <drow@mvista.com>
6584
6585 From Kei Sakamoto <sakamoto.kei@renesas.com>:
6586 * gdb.base/relocate.c (dummy): New padding array.
6587
3d67be83
MS
65882003-07-22 Michael Snyder <msnyder@redhat.com>
6589
d63a86f8 6590 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
6591
6592 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
6593 patterns to be more general, accepting old and new output.
6594 Some output chars (such as '+') also must be quoted.
d63a86f8 6595 Some addresses are displayed numerically instead of
3d67be83
MS
6596 symbolically.
6597
57ba3b85
MS
65982003-07-23 Michael Snyder <msnyder@redhat.com>
6599
686d097c
MS
6600 * gdb.base/return2.exp: Don't test long-long return.
6601
57ba3b85
MS
6602 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
6603 * gdb.disasm/t01_mov.exp: Ditto.
6604 * gdb.disasm/t02_mova.s: Ditto.
6605 * gdb.disasm/t02_mova.exp: Ditto.
6606 * gdb.disasm/t03_add.s: Ditto.
6607 * gdb.disasm/t03_add.exp: Ditto.
6608 * gdb.disasm/t04_sub.s: Ditto.
6609 * gdb.disasm/t04_sub.exp: Ditto.
6610 * gdb.disasm/t05_cmp.s: Ditto.
6611 * gdb.disasm/t05_cmp.exp: Ditto.
6612 * gdb.disasm/t06_ari2.s: Ditto.
6613 * gdb.disasm/t06_ari2.exp: Ditto.
6614 * gdb.disasm/t07_ari3.s: Ditto.
6615 * gdb.disasm/t07_ari3.exp: Ditto.
6616 * gdb.disasm/t08_or.s: Ditto.
6617 * gdb.disasm/t08_or.exp: Ditto.
6618 * gdb.disasm/t09_xor.s: Ditto.
6619 * gdb.disasm/t09_xor.exp: Ditto.
6620 * gdb.disasm/t10_and.s: Ditto.
6621 * gdb.disasm/t10_and.exp: Ditto.
6622 * gdb.disasm/t11_logs.s: Ditto.
6623 * gdb.disasm/t11_logs.exp: Ditto.
6624 * gdb.disasm/t12_bit.s: Ditto.
6625 * gdb.disasm/t12_bit.exp: Ditto.
6626 * gdb.disasm/t13_otr.s: Ditto.
6627 * gdb.disasm/t13_otr.exp: Ditto.
6628
e00759ef
EZ
66292003-07-22 Elena Zannoni <ezannoni@redhat.com>
6630
6631 * gdb.threads/tls.exp :Add kfail for 'info address' case.
6632
8bc2021f
EZ
66332003-07-22 Elena Zannoni <ezannoni@redhat.com>
6634
6635 * gdb.threads/tls.c : New file.
6636 * gdb.threads/tls.exp : New file.
6637 * gdb.threads/tls-main.c : New file.
6638 * gdb.threads/tls-shared.c : New file.
6639 * gdb.threads/tls-shared.exp : New file.
6640
89320c4c
AS
66412003-07-22 Andreas Schwab <schwab@suse.de>
6642
6643 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
6644
180dea7c
AS
66452003-07-20 Andreas Schwab <schwab@suse.de>
6646
6647 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
6648 due to insn reordering.
6649
0714963c
AC
66502003-07-15 Andrew Cagney <cagney@redhat.com>
6651
6652 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
6653
98a23b3f
MC
66542003-07-15 Michael Chastain <mec@shout.net>
6655
6656 * gdb.base/gdb1250.exp: New file.
6657 * gdb.base/gdb1250.c: New file.
6658
27e417a2
ML
66592003-07-09 Michal Ludvig <mludvig@suse.cz>
6660
6661 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
6662 expansion of size_t to 'unsigned long', not only to 'unsigned'.
6663
8bc2021f
EZ
66642003-07-09 Elena Zannoni <ezannoni@redhat.com>
6665
6666 * gdb.threads/tls.c: New file.
6667 * gdb.threads/tls.exp: New file.
6668 * gdb.threads/tls-main.c: New file.
6669 * gdb.threads/tls-shared.c: New file.
6670 * gdb.threads/tls-shared.exp: New file.
6671
d99968dc
EZ
66722003-07-09 Elena Zannoni <ezannoni@redhat.com>
6673
6674 * gdb.base/annota1.exp: Make sure that we properly escape the
6675 full path of the source file. Xfail more permissive patterns,
d63a86f8 6676 due to a compiler debug info problem.
d99968dc 6677
83876b3b
AS
66782003-07-07 Andreas Schwab <schwab@suse.de>
6679
2705e972
AS
6680 * gdb.asm/m68k.inc: New file.
6681 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
6682
83876b3b
AS
6683 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
6684 arguments"): Also match negative number.
6685
6686 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
6687
3a871b37
DJ
66882003-07-03 Daniel Jacobowitz <drow@mvista.com>
6689
6690 * gdb.base/store.c (charest): New typedef.
6691 (add_char): Rename to add_charest, update.
6692 (wack_char): Rename to wack_charest, update types. Return l + r
6693 to keep r live across the call.
6694 (wack_short, wack_int, wack_long, wack_longest, wack_float)
6695 (wack_double, wack_doublest): Return l + r to keep r live across
6696 the call.
6697 * gdb.base/store.exp: Accomodate store.c changes.
6698
b2a7f303
DC
66992003-06-30 David Carlton <carlton@kealia.com>
6700
6701 * gdb.c++/maint.exp (test_invalid_name): New.
6702 (test_first_component): Add tests for invalid names.
6703
3c6cb4a1
MC
67042003-06-29 Michael Chastain <mec@shout.net>
6705
6706 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
6707 output of '<VTT for class>' for virtual base classes.
6708
f1c2644b
DJ
67092003-06-29 Daniel Jacobowitz <drow@mvista.com>
6710
6711 * gdb.base/completion.exp: Tab-complete "complet" instead of
6712 "compl".
6713 * gdb.base/complex.exp, gdb.base/complex.c: New files.
6714
18080350
DJ
67152003-06-29 Daniel Jacobowitz <drow@mvista.com>
6716
6717 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
6718 * gdb.base/volatile.exp: Likewise.
6719
f56973f8
DJ
67202003-06-29 Daniel Jacobowitz <drow@mvista.com>
6721
6722 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
6723 gdb/1265.
6724
67252003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
6726 Daniel Jacobowitz <drow@mvista.com>
6727
6728 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
6729 initial line count of 'captured_main' from 26 to 32.
6730 (test_with_self): Allow xmalloc call to be interleaved with the
6731 preceding two lines.
6732
e766d4d6
JB
67332003-06-24 Joel Brobecker <brobecker@gnat.com>
6734
6735 * gdb.base/bang.exp: New testcase.
6736
f125c9a4
JB
67372003-06-23 Joel Brobecker <brobecker@gnat.com>
6738
6739 * gdb.base/langs.exp: Add some tests for the "minimal" language
6740 support.
6741
6e25beaf
EZ
67422003-06-23 Elena Zannoni <ezannoni@redhat.com>
6743
6744 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
6745 the testcase.
6746
2f816dda
DJ
67472003-06-22 Daniel Jacobowitz <drow@mvista.com>
6748
6749 * gdb.base/relocate.exp: Test add-symbol-file with a variable
6750 offset.
6751
db5a5748
DJ
67522003-06-22 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * gdb.c++/pr-1210.cc: New file.
6755 * gdb.c++/pr-1210.exp: New file.
6756
1df0c130
DJ
67572003-06-21 Daniel Jacobowitz <drow@mvista.com>
6758
6759 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
6760 000-exec-continue.
6761
a92feac0
MK
67622003-06-15 Mark Kettenis <kettenis@gnu.org>
6763
6764 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
6765 on *-*-*bsd* instead of *-*-freebsd*.
6766
81a58f5b
AC
67672003-06-14 Andrew Cagney <cagney@redhat.com>
6768
6769 * gdb.base/store.exp: Test longest and doublest. Test all
6770 parameters. Weaken return statement match.
6771 * gdb.base/store.c: Add longest and doublest - aka long long and
6772 long double functions. Put all parameters into local register
6773 variables. Use negative values.
6774
b257a0d3
AC
67752003-06-14 Andrew Cagney <cagney@redhat.com>
6776
6777 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
6778 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
6779 exit status.
6780 * gdb.base/fileio.exp: Disable target when nointerrupts and
6781 noinferiorio, instead of limiting it to remote. Use remote_exec
6782 instead of system.
d63a86f8 6783
21c38304
JJ
67842003-06-12 Jeff Johnston <jjohnstn@redhat.com>
6785
6786 * gdb.base/float.exp: Add ia64 support.
6787
1bcdb424
CV
67882003-06-12 Corinna Vinschen <vinschen@redhat.com>
6789
6790 * gdb.base/fileio.exp: Run only on remote targets.
6791
6aeb981f
CV
67922003-06-10 Corinna Vinschen <vinschen@redhat.com>
6793
6794 * gdb.base/fileio.c: New file, testing File-I/O.
6795 * gdb.base/fileio.exp: Ditto.
6796
53df362e
RG
67972003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
6798
6799 * gdb.base/shreloc.exp: New file, check symbol values obtained from
6800 shared objects after relocation at load time (gdb PR/1132).
6801 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
6802 as above, part of the shared object relocation test.
6803
ffee1b46
MK
68042003-06-08 Mark Kettenis <kettenis@gnu.org>
6805
b5ca3722
MK
6806 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
6807 fully filled history list.
6808 * gdb.base/gdb_history: New file.
6809
03ed860d
MK
6810 * gdb.base/signals.exp: XFAIL "continue to func1" on
6811 i*86-*-freebsd*.
6812
ffee1b46
MK
6813 * gdb.base/attach.exp: When trying to attach to a nonexistent
6814 process, make it possible to specify the PID based on the target,
6815 and do so for *-*-freebsd*.
6816
d80dbb52
RH
68172003-06-02 Richard Henderson <rth@redhat.com>
6818
6819 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
6820
6dd77b81
RH
68212003-06-02 Richard Henderson <rth@redhat.com>
6822
6823 * gdb.base/selftest.exp: Next over lim_at_start initialization.
6824
f6347e16
RH
68252003-06-02 Richard Henderson <rth@redhat.com>
6826
6827 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
6828
2c161407
DJ
68292003-06-01 Daniel Jacobowitz <drow@mvista.com>
6830
6831 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
6832 of globalvar.
6833
572eb746
MK
68342003-06-01 Mark Kettenis <kettenis@gnu.org>
6835
6836 * gdb.asm/asm-source.exp: Check for memory read errors in
6837 disassembler test on *BSD too.
6838
9e9617a5
RH
68392003-06-01 Richard Henderson <rth@redhat.com>
6840
6841 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
6842 for .frame.
6843 (gdbasm_call): Lose ldgp.
6844 (gdbasm_startup): Add frame information.
6845 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
6846
7b34ad4e
MK
68472003-05-31 Mark Kettenis <kettenis@gnu.org>
6848
6849 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
6850 i?86-*-*.
6851
10059fdf
MK
68522003-05-30 Mark Kettenis <kettenis@gnu.org>
6853
6854 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
6855 FreeBSD.
6856
acf4b816
RH
68572003-05-29 Richard Henderson <rth@redhat.com>
6858
6859 * gdb.asm/alpha.inc: New file.
6860 * gdb.asm/asm-source.exp: Use it.
6861
e9ecd949
JB
68622003-05-29 Jim Blandy <jimb@redhat.com>
6863
6864 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
6865 'core.PID'.
6866
e3e5a4f3
JB
68672003-05-22 Jim Blandy <jimb@redhat.com>
6868
6869 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
6870 backtrace.
d63a86f8 6871
72fe3d25
DC
68722003-05-20 David Carlton <carlton@math.stanford.edu>
6873
6874 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
6875 this time.
6876
58da2eb2
DC
68772003-05-19 David Carlton <carlton@bactrian.org>
6878
6879 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
6880 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
6881
1fcb5155
DC
68822003-05-19 David Carlton <carlton@bactrian.org>
6883
6884 * gdb.c++/namespace.exp: Add namespace scope and anonymous
6885 namespace tests.
6886 Bump copyright date.
6887 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
6888 (main): Call C::D::marker2.
6889 * gdb.c++/namespace1.cc: New file.
6890
85e85163
JJ
68912003-05-14 Jeff Johnston <jjohnstn@redhat.com>
6892
6893 Roland McGrath <roland@redhat.com>
d63a86f8 6894 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
6895 there is no manager thread.
6896
a25fbfec
JJ
68972003-05-08 Jeff Johnston <jjohnstn@redhat.com>
6898
d63a86f8
RM
6899 * gdb.threads/schedlock.exp: Remove assumption that all threads
6900 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
6901 in one of the child threads rather than the main thread.
6902
be375bae
JB
69032003-05-07 Jim Blandy <jimb@redhat.com>
6904
09bf6082
JB
6905 Add support for assembly source testing on the s390x.
6906 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
6907 architecture.
6908 * gdb.asm/s390x.inc: New file.
6909
be375bae
JB
6910 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
6911 succession of 'if' statements.
6912
00905d52
AC
69132003-05-05 Andrew Cagney <cagney@redhat.com>
6914
6915 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
6916
b1e29e33
AC
69172003-05-05 Andrew Cagney <cagney@redhat.com>
6918
6919 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
6920 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
6921
e33d66ec
EZ
69222003-05-02 Elena Zannoni <ezannoni@redhat.com>
6923
6924 * gdb.base/charset.exp: Update based on new behavior of set/show
6925 charset commands.
6926
2b6fd0d8
AC
69272003-05-01 Andrew Cagney <cagney@redhat.com>
6928
6929 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
6930 variable do not give memory errors.
6931
130cacce
AF
69322003-04-30 Adam Fedor <fedor@gnu.org>
6933
6934 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
6935 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
6936 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
6937 gdb.objc/basicclass.m: : New files
6938
6939 * lib/gdb.exp (gdb_compile_objc): New procedure.
6940
bea71854
DJ
69412003-04-27 Daniel Jacobowitz <drow@mvista.com>
6942
6943 * gdb.base/signals.exp: Make backtrace tests more specific.
6944
0f20eeea
DC
69452003-04-23 David Carlton <carlton@bactrian.org>
6946
6947 * gdb.c++/maint.exp (test_first_component): Add tests for
6948 'operator' in more locations.
6949
c8c4d8dc
KB
69502003-04-16 Kevin Buettner <kevinb@redhat.com>
6951
6952 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
6953
3fe60e3c
EZ
69542003-04-16 Elena Zannoni <ezannoni@redhat.com>
6955
6956 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
6957 func marke' instead. Update test name.
6958
9219021c
DC
69592003-04-15 David Carlton <carlton@math.stanford.edu>
6960
6961 * gdb.c++/maint.exp: New file.
6962
5dd55bdd
EZ
69632003-04-14 Elena Zannoni <ezannoni@redhat.com>
6964
6965 * gdb.threads/schedlock.c: Change type of thread function argument
6966 to long, to avoid warnings on 64-bit platforms.
6967
00890572
EZ
69682003-04-14 Elena Zannoni <ezannoni@redhat.com>
6969
6970 * gdb.base/attach.exp: Add new message from ptrace in case of
6971 attaching to nonexistent process.
d63a86f8 6972
93201743
JB
69732003-04-11 Jim Blandy <jimb@redhat.com>
6974
6975 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
6976 gdb.c++/userdef.cc: Place comments on the lines to which the
6977 marker function might return.
6978 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
6979 gdb.c++/userdef.exp: Look for those comments to check that we've
6980 returned to the right place, instead of checking line numbers.
6981
2a11c64d
EZ
69822003-04-11 Elena Zannoni <ezannoni@redhat.com>
6983
6984 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
6985 match on sourcefile name, instead of directory name.
6986
68ab8fc5
EZ
69872003-04-10 Elena Zannoni <ezannoni@redhat.com>
6988
d63a86f8 6989 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
6990 working directory name.
6991
5624293a
JB
69922003-04-09 Jim Blandy <jimb@redhat.com>
6993
6994 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
6995 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
6996 after an inferior function call, report the failure, but allow the
6997 test to continue.
6998
f1f02ee4
SC
69992003-04-05 Stephane Carrez <stcarrez@nerim.fr>
7000
7001 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
7002 with -DPROTOTYPES.
7003
6eb79af0
SC
70042003-04-05 Stephane Carrez <stcarrez@nerim.fr>
7005
7006 * gdb.base/break.exp: Revert last patch.
7007
8dfb4cf0
SC
70082003-04-04 Stephane Carrez <stcarrez@nerim.fr>
7009
7010 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
7011 with -DPROTOTYPES.
7012
ed4c619a
AC
70132003-04-02 Andrew Cagney <cagney@redhat.com>
7014
7015 * gdb.base/callfuncs.exp: Make "print add" messages unique.
7016 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
7017 matching directories by the name breakpoint.
7018 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
7019 Make "continue to marker1" consistent.
7020 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
7021 message consistent.
7022 * lib/gdb.exp: Put "the program is no longer running", and "the
7023 program exited" in parenthesis.
7024 * lib/mi-support.exp: Ditto.
d63a86f8 7025
4e35d5f0 70262003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 7027
4e35d5f0
BR
7028 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
7029
71900fe8
AC
70302003-03-29 Andrew Cagney <cagney@redhat.com>
7031
7032 * gdb.base/sizeof.c (main): Print the value of '\377'.
7033 * gdb.base/sizeof.exp: Check the sign of '\377'.
7034
c0655a16
MC
70352003-03-27 Michael Chastain <mec@shout.net>
7036
7037 * gdb.base/gdb1090.exp: New file.
7038 * gdb.base/gdb1090.cc: New file.
7039
5b2a3989
JB
70402003-03-27 J. Brobecker <brobecker@gnat.com>
7041
7042 * gdb.gdb/observer.exp: New regression test.
7043
79876890
MC
70442003-03-27 Michael Chastain <mec@shout.net>
7045
7046 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
7047 * gdb.base/ptype.exp: Likewise.
7048
6eac95e3
CV
70492003-03-27 Corinna Vinschen <vinschen@redhat.com>
7050
7051 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
7052
e8c71839
MC
70532003-03-26 Michael Chastain <mec@shout.net>
7054
7055 * gdb.base/ptype.exp: Actually use some typedef'd types.
7056
71b10041
SC
70572003-03-21 Stephane Carrez <stcarrez@nerim.fr>
7058
7059 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
7060 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
7061
2512cf80
CV
70622003-03-20 Corinna Vinschen <vinschen@redhat.com>
7063
7064 * gdb.base/default.exp: Fix regular expression.
7065
0d195a4f
CV
70662003-03-20 Corinna Vinschen <vinschen@redhat.com>
7067
7068 * gdb.base/args.exp: Fix regular expression.
7069
8a2dbca8
CV
70702003-03-20 Corinna Vinschen <vinschen@redhat.com>
7071
7072 * gdb.base/help.exp: Allow Win32 child process.
7073
bf028682
CV
70742003-03-20 Corinna Vinschen <vinschen@redhat.com>
7075
7076 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
7077 when stepping out of main().
7078
182dbe85
CV
70792003-03-20 Corinna Vinschen <vinschen@redhat.com>
7080
7081 * gdb.base/default.exp: Check for win32 specific message when calling
7082 "run" without executable.
7083
d67a6ba5
CV
70842003-03-20 Corinna Vinschen <vinschen@redhat.com>
7085
7086 * gdb.base/args.exp: Expect .exe in output.
7087
a955b5bb
CV
70882003-03-20 Corinna Vinschen <vinschen@redhat.com>
7089
7090 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
7091 Cygwin native.
7092
bf6bad4b
AC
70932003-03-17 Andrew Cagney <cagney@redhat.com>
7094
7095 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
7096 vector registes.
7097 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
7098 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
7099
293e9a31
DC
71002003-03-17 David Carlton <carlton@math.stanford.edu>
7101
7102 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
7103 test, for PR breakpoints/38.
7104 Call test_watchpoint_and_breakpoint.
7105 * gdb.base/watchpoint.c (func3): New function.
7106 (main): Call func3.
7107
5330f2db
DC
71082003-03-04 David Carlton <carlton@math.stanford.edu>
7109
7110 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
7111 Garply<Garply<char> >:: garply".
7112 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
7113 with respect to PR c++/1111; note also PR c++/1113.
7114 (test_template_breakpoints): KFAIL "constructor breakpoint" with
7115 respect to PR c++/1062.
7116 KFAIL "destructor breakpoint" with respect to PR c++/1112.
7117
6ece72da
DC
71182003-03-03 David Carlton <carlton@math.stanford.edu>
7119
7120 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
7121 with respect to PR c++/57.
7122 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
7123 c++/826.
7124 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
7125 respect to PR c++/57.
7126
85ca1584
DC
71272003-03-03 David Carlton <carlton@math.stanford.edu>
7128
7129 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
7130 respect to PR c++/33 into FAILs.
7131
98e9c5b8
MC
71322003-03-03 Michael Chastain <mec@shout.net>
7133
7bedbf27
MC
7134 * configure.in: Update copyright years.
7135
71362003-03-03 Michael Chastain <mec@shout.net>
7137
7138 * Makefile.in: Update copyright years.
98e9c5b8 7139
f683e100
DC
71402003-02-28 David Carlton <carlton@math.stanford.edu>
7141
7142 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
7143 print class instead of struct and/or superfluous protection
7144 specifiers, as long as the resulting output is equivalent to the
7145 source code.
7146 Delete FIXME from end of messages on tests that don't need
7147 fixing.
7148
a9e0cf2c
DC
71492003-02-28 David Carlton <carlton@math.stanford.edu>
7150
7151 * gdb.c++/templates.exp (do_tests): Allow const in the two
7152 Foo<volatile char *>::foo tests.
7153
e8d359df
MS
71542003-02-27 Michael Snyder <msnyder@redhat.com>
7155
d63a86f8 7156 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
7157 will be consistant.
7158
0b71dc91
DC
71592003-02-26 David Carlton <carlton@math.stanford.edu>
7160
7161 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
7162 char *>::foo" test with respect to PR c++/33. Create a new test
7163 which is identical to that one except that it doesn't put the
7164 space between the "char" and the "*"; KFAIL it, too.
7165
dd14ab43
DC
71662003-02-26 David Carlton <carlton@math.stanford.edu>
7167
7168 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
7169 template types into either PASSes or KFAILs (corresponding to PR
7170 c++/57). Tweak indentation. Update copyright.
7171
1146c7f1
SC
71722003-02-23 Stephane Carrez <stcarrez@nerim.fr>
7173
7174 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
7175
74641dfb
MC
71762003-02-13 Michael Chastain <mec@shout.net>
7177
7178 * gdb.base/exprs.exp: Remove i960 remnants.
7179 * gdb.base/funcargs.exp: Likewise.
7180 * gdb.base/list.exp: Likewise.
7181 * gdb.base/ptype.exp: Likewise.
7182
559cd2d0
DC
71832003-02-14 David Carlton <carlton@math.stanford.edu>
7184
7185 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
7186 pEe->D::vg()" from XFAIL to KFAIL.
7187
c4f90d87
JM
71882003-02-13 Jason Molenda (jmolenda@apple.com)
7189
7190 * gdb.base/maint.exp: Update maint print statistics regexp to include
7191 new entries.
7192
cbc4d97c
MC
71932003-02-13 Michael Chastain <mec@shout.net>
7194
7195 * gdb.c++/inherit.exp: Remove call to get_debug_format.
7196
40f235b7
MC
71972003-02-12 Michael Chastain <mec@shout.net>
7198
7199 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
7200 * gdb.c++/inherit.exp: Likewise.
7201 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
7202 * gdb.c++/templates.exp: Likewise.
7203 * gdb.c++/virtfunc.exp: Likewise.
7204
c56716b0
JM
72052003-02-06 Jason Molenda (jason-cl@molenda.com)
7206
7207 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
7208 why the code is written that way.
7209
070afcf8
MC
72102003-02-05 Michael Chastain <mec@shout.net>
7211
7212 * gdb.base/dump.exp: Add missing copyright line.
7213
5d0331e5
JM
72142003-02-05 Jason Molenda (jason-cl@molenda.com)
7215
f7ae6d3e 7216 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
7217 at the beginning so the breakpoint doesn't get set on the loop.
7218
92851186
MC
72192003-02-05 Michael Chastain <mec@shout.net>
7220
7221 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
7222 output for configurations with gcc 2.95.3.
7223
cbf1e085
AC
72242003-02-05 Keith Seitz <keiths@redhat.com>
7225 Andrew Cagney <ac131313@redhat.com>
7226
7227 * gdb.mi/mi-cli.exp: New file.
d63a86f8 7228
29518e1e
MC
72292003-02-04 Michael Chastain <mec@shout.net>
7230
7231 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
7232 Call perror and then continue.
7233
5af1d5f3
MC
72342003-02-03 Michael Chastain <mec@shout.net>
7235
7236 * gdb.c++/pr-1023.cc: New file.
7237 * gdb.c++/pr-1023.exp: New file.
7238
6b549786
JB
72392003-02-05 Jim Blandy <jimb@redhat.com>
7240
7241 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
7242 it's local to foobar. Check for it there, and check that it's not
7243 present in main.
7244 * gdb.c++/local.cc (marker2): New function.
7245 (foobar): Call marker1.
7246 (main): Call marker2 instead of marker1.
7247
67f16606
AC
72482003-02-04 Andrew Cagney <ac131313@redhat.com>
7249
7250 * gdb.disasm/mn10200.exp: Obsolete file.
7251 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
7252 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
7253 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
7254
1c5cb38e
DC
72552003-02-04 David Carlton <carlton@math.stanford.edu>
7256
7257 * gdb.c++/overload.exp: Test intToChar(1).
7258 * gdb.c++/overload.cc (intToChar): New.
7259 (main): Call intToChar.
7260
d1fe6965
DC
72612003-02-03 David Carlton <carlton@math.stanford.edu>
7262
7263 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
7264 'might_kfail' arg.
7265 KFAIL some of the continue_to_bp_overloaded calls, according to
7266 PR c++/1025.
7267
9ba61c5d
MC
72682003-02-01 Michael Chastain <mec@shout.net>
7269
7270 * gdb.base/advance.c (marker1): New marker function.
7271 * gdb.base/advance.exp: When the 'advance' command lands on the
7272 return breakpoint, it can legitimately stop on either the
7273 current line or the next line. Accommodate both outcomes.
7274 * gdb.base/until.exp: Likewise.
7275
e7494ffb
AC
72762003-02-02 Andrew Cagney <ac131313@redhat.com>
7277
7278 2002-11-10 Jason Molenda (jason-cl@molenda.com):
7279 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
7280 now a list, not a tuple.
7281 * gdb.mi/mi-var-display.exp: Ditto.
7282 * gdb.mi/gdb792.exp: Ditto.
7283
075559bc
AC
72842003-02-01 Andrew Cagney <ac131313@redhat.com>
7285
7286 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
7287 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
7288 stack backtraces.
7289 * gdb.mi/mi-syn-frame.c: Part of same.
7290
2bd4c7b1
MK
72912003-02-01 Mark Kettenis <kettenis@gnu.org>
7292
7293 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
7294 gdb.mi/mi1-pthreads.exp: Return instead of calling
7295 gdb_suppress_entire_file.
7296
eabd8992
MS
72972003-02-01 Mark Salter <msalter@redhat.com>
7298
7299 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
7300
71469e2f
MS
73012003-01-31 Mark Salter <msalter@redhat.com>
7302
7303 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
7304 Support empty arg.
7305
38a94d44
MC
73062003-01-30 Michael Chastain <mec@shout.net>
7307
7308 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
7309 This was a workaround for a UTF-8 bug in readline 4.3. The bug
7310 has been fixed in gdb/readline on 2003-01-09.
7311
19ea9e73
MS
73122003-01-29 Michael Snyder <msnyder@redhat.com>
7313
e8d359df
MS
7314 * gdb.base/maint.exp: Allow for leading underscore in symbol.
7315 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
7316 * gdb.base/args.exp: Skip if target does not support args passing.
7317
2307bd6a
DJ
73182003-01-22 Daniel Jacobowitz <drow@mvista.com>
7319
19ea9e73 7320 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
7321 gdb_test. Accept a list of expect arguments as the third
7322 parameter.
7323 (gdb_test): Use it.
7324
f2dd3617
EZ
73252003-01-20 Elena Zannoni <ezannoni@redhat.com>
7326
7327 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
7328 allow for different test tree configurations. Update some
7329 tescases accordingly.
7330 * gdb.arch/altivec-regs.exp: Ditto.
7331 * gdb.asm/asm-source.exp: Ditto.
7332 * gdb.base/advance.exp: Ditto.
7333 * gdb.base/display.exp: Ditto.
d63a86f8 7334 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
7335 * gdb.base/mips_pro.exp: Ditto.
7336 * gdb.base/overlays.exp: Ditto.
7337 * gdb.base/relocate.exp: Ditto.
7338 * gdb.base/setshow.exp: Ditto.
7339 * gdb.base/step-line.exp: Ditto.
7340 * gdb.base/step-test.exp: Ditto.
7341 * gdb.base/until.exp: Ditto.
7342 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
7343
c71cdefd
DC
73442003-01-17 David Carlton <carlton@math.stanford.edu>
7345
7346 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
7347 corresponding to PR c++/945.
7348 Update copyright.
7349
fdba05d7
DC
73502003-01-17 David Carlton <carlton@math.stanford.edu>
7351
7352 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
7353 corresponding to PR c++/68.
7354
73552003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
7356
7357 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
7358 (test_paddr_hairy_functions): Call print_addr_2_kfail for
7359 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
7360
c362c33a
EZ
73612003-01-15 Elena Zannoni <ezannoni@redhat.com>
7362
0fbc361c
EZ
7363 * gdb.base/break.exp: Fix change of default location, because of
7364 removal of until tests.
7365 * gdb.base/help.exp: Update test for new 'until' help message.
7366 Add test for help on 'advance'.
c362c33a
EZ
7367 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
7368
dabf8a35
MK
73692003-01-15 Mark Kettenis <kettenis@gnu.org>
7370
7371 * gdb.base/default.exp: Adapt "info float" test for recent changes
7372 to that command. Add test for "info vector".
7373 * gdb.base/float.exp: New file. Add test for "info float" that
7374 resembles the old test in gdb.base/default.exp.
7375
a1769aca
DC
73762003-01-15 David Carlton <carlton@math.stanford.edu>
7377
7378 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
7379
82025e13
EZ
73802003-01-15 Elena Zannoni <ezannoni@redhat.com>
7381
7382 * gdb.base/break.exp: Move the tests of until command from here...
7383 * gdb.base/until.exp: ... to here. New file. Add other tests.
7384 * gdb.base/advance.c: New file.
7385 * gdb.base/advance.exp: New file.
7386
8f9ab801
EZ
73872003-01-14 Elena Zannoni <ezannoni@redhat.com>
7388
7389 * gdb.base/args.c: New file.
7390 * gdb.base/args.exp: New file.
7391
9ae66589
DJ
73922003-01-14 Daniel Jacobowitz <drow@mvista.com>
7393
7394 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
7395
8d77e5c3
DJ
73962003-01-14 Daniel Jacobowitz <drow@mvista.com>
7397
7398 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
7399
12d2f0a1
DJ
74002003-01-14 Daniel Jacobowitz <drow@mvista.com>
7401
7402 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
7403 dates.
7404
6ca37014
DJ
74052003-01-13 Daniel Jacobowitz <drow@mvista.com>
7406
7407 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
7408
b0023472
DJ
74092003-01-13 Daniel Jacobowitz <drow@mvista.com>
7410
7411 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
7412 (ptype &*"foo").
7413 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
7414
607fbc54 74152003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
7416
7417 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
7418 * gdb.mi/mi1-console.exp: Likewise.
7419
607fbc54 74202003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
7421
7422 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
7423 * gdb.mi/mi1-console.exp: Likewise.
7424
a1fb14a2
DJ
74252003-01-13 Daniel Jacobowitz <drow@mvista.com>
7426
7427 * gdb.c++/overload.exp: Remove some fixed XFAILs.
7428
c4cf40b7
DJ
74292003-01-09 Daniel Jacobowitz <drow@mvista.com>
7430
7431 * gdb.base/detach.exp: New test.
7432
696d5a5b
DJ
74332003-01-09 Daniel Jacobowitz <drow@mvista.com>
7434
7435 * Makefile.in (ALL_SUBDIRS): New variable.
7436 (subdirs, clean, distclean): Use it.
7437 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
7438 regenerating Makefile, since it is generated from the top level.
7439 * gdb.asm/Makefile.in: Likewise.
7440 * gdb.base/Makefile.in: Likewise.
7441 * gdb.c++/Makefile.in: Likewise.
7442 * gdb.disasm/Makefile.in: Likewise.
7443 * gdb.java/Makefile.in: Likewise.
7444 * gdb.mi/Makefile.in: Likewise.
7445 * gdb.threads/Makefile.in: Likewise.
7446 * gdb.trace/Makefile.in: Likewise.
7447
754533e4
DC
74482003-01-09 David Carlton <carlton@math.stanford.edu>
7449
7450 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
7451 Add copyright year 2003.
7452
d8b3e9ee
MC
74532003-01-06 Michael Chastain <mec@shout.net>
7454
7455 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
7456 When selecting a thread, 'line' and 'file' are optional.
7457 * gdb.mi/mi1-pthreads.exp: Likewise.
7458
8e9e0fe6
AS
74592003-01-06 Andreas Schwab <schwab@suse.de>
7460
7461 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
7462 failures.
7463
b5ab8ff3
DJ
74642003-01-04 Daniel Jacobowitz <drow@mvista.com>
7465
7466 Fix PR gdb/844
7467 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
7468 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
7469
7470 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
7471 instead of calling gdb_suppress_entire_file.
7472 * gdb.threads/print-threads.exp: Likewise.
7473 * gdb.threads/schedlock.exp: Likewise.
7474
7475 * gdb.threads/killed.exp: Return instead of calling
7476 gdb_suppress_entire_file.
7477 * gdb.threads/linux-dp.exp: Likewise.
7478 * gdb.threads/pthreads.exp: Likewise.
7479
1e698235
DJ
74802003-01-04 Daniel Jacobowitz <drow@mvista.com>
7481
7482 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
7483 stabs.
7484 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
7485 * gdb.base/whatis.exp: Always allow (void) after function names.
7486
147ff08c
DJ
74872003-01-04 Daniel Jacobowitz <drow@mvista.com>
7488
7489 * gdb.c++/casts.exp: Correct regexp.
7490
dc62bfc2
MK
74912003-01-04 Mark Kettenis <kettenis@gnu.org>
7492
7493 * configure.in: Call AC_CONFIG_HEADER. Don't call
7494 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
7495 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
7496 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
7497 aforementioned directories in the AC_OUPUT call.
7498 * config.hin: New file.
7499 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
7500 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
7501 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
7502 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
7503 pass -I$objdir instead of -I$objdir/$subdir in compilation.
7504 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
7505 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
7506 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
7507 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
7508 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
7509 gdb.threads/configure.in, gdb.threads/configure,
7510 gdb.threads/config.in, gdb.trace/configure.in,
7511 gdb.trace/configure: Removed.
7512
77afa639
MC
75132003-01-03 Michael Chastain <mec@shout.net>
7514
7515 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
7516 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
7517
7634bb6e
DJ
75182003-01-03 Daniel Jacobowitz <drow@mvista.com>
7519
7520 * gdb.base/store.exp: Fix regular expressions.
7521
b39c905e
MK
75222002-12-28 Mark Kettenis <kettenis@gnu.org>
7523
7524 * configure.in: Rewrite.
7525 * configure: Regenerated.
7526
0a8551dd
DC
75272003-01-03 David Carlton <carlton@math.stanford.edu>
7528
7529 * gdb.base/psymtab.exp: New file.
7530 * gdb.base/psymtab1.c: Ditto.
7531 * gdb.base/psymtab2.c: Ditto.
7532
c60b7188
AF
75332002-12-23 Adam Fedor <fedor@gnu.org>
7534
7535 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
7536
ee73db83
DC
75372002-12-23 David Carlton <carlton@math.stanford.edu>
7538
7539 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
7540 and current_directory initialization.
7541
d6c1774e
JB
75422002-12-22 Jim Blandy <jimb@redhat.com>
7543
f0a847b8
JB
7544 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
7545 rather than as part of the output file name.
7546
d6c1774e
JB
7547 * gdb.base/attach.exp: There's no need to copy the test program to
7548 /tmp; that was only ever necessary on HP/UX, and this test is
7549 entirely disabled there anyway.
7550
f0708dbb
JB
75512002-12-21 Jim Blandy <jimb@redhat.com>
7552
4c2acfea
JB
7553 * gdb.c++/psmang.exp: Doc fix.
7554
f0708dbb
JB
7555 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
7556 test.
7557
9579e000
DC
75582002-12-20 David Carlton <carlton@math.stanford.edu>
7559
7560 * gdb.c++/annota2.exp: KFAIL annotate-quit.
7561
d1810171
MC
75622002-12-18 Michael Chastain <mec@shout.net>
7563
7564 * gdb.c++/annota2.exp: Add copyright year 2002.
7565
76565097
DC
75662002-12-17 David Carlton <carlton@math.stanford.edu>
7567
7568 * gdb.c++/try_catch.cc: Add marker comments.
7569 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
7570 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
7571 * gdb.c++/m-static.cc: Ditto.
7572 * gdb.c++/m-static1.cc: Ditto.
7573 * gdb.c++/try_catch.cc: Ditto.
7574
da81390b
JJ
75752002-12-16 Jeff Johnston <jjohnstn@redhat.com>
7576
7577 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
7578 to see whether we are using the new -environment-directory
7579 command which resets via -r or the old version of the command
7580 which may prompt the user. Part of fix for gdb/741.
7581
b304d130
AC
75822002-12-13 Andrew Cagney <ac131313@redhat.com>
7583
7584 * gdb.fortran/types.exp: Update obsolete comment.
7585 * gdb.fortran/exprs.exp: Ditto.
7586 * lib/gdb.exp: Delete obsolete code.
7587 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
7588 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
7589 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
7590 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
7591 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
7592 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
7593 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
7594 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
7595 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
7596 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
7597 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
7598 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
7599 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
7600 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
7601 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
7602 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
7603 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
7604 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
7605 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
7606 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
7607 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
7608 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
7609 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
7610 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
7611 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
7612 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
7613 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
7614 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
7615 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
7616 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
7617 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
7618 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
7619 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
7620 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
7621 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
7622 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
7623 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
7624
a23b6e6a
DC
76252002-12-11 David Carlton <carlton@math.stanford.edu>
7626
7627 * gdb.c++/m-data.exp: Add test for members that shadow global
7628 variables: see PR gdb/804.
7629 * gdb.c++/m-data.cc: Ditto.
7630
6604731b
DJ
76312002-12-10 Daniel Jacobowitz <drow@mvista.com>
7632
7633 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
7634
de46ecd7
DC
76352002-12-06 David Carlton <carlton@math.stanford.edu>
7636
7637 * gdb.base/store.c: Don't declare functions static.
7638
27e829d0
AC
76392002-12-04 Andrew Cagney <ac131313@redhat.com>
7640
7641 * gdb.base/store.exp, gdb.base/store.c: New files.
7642
92806416
DJ
76432002-12-03 Daniel Jacobowitz <drow@mvista.com>
7644
7645 * gdb.base/selftest.exp: Update for current gdb.
7646
3bcbaac5
DJ
76472002-12-03 Daniel Jacobowitz <drow@mvista.com>
7648
7649 * gdb.base/maint.exp: Only dump symbols from one source file
7650 or objfile.
7651
f4f00b1f
DJ
76522002-12-03 Daniel Jacobowitz <drow@mvista.com>
7653
7654 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
7655 function call.
7656
f1c8a949
JB
76572002-11-25 Jim Blandy <jimb@redhat.com>
7658
7659 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
7660 function appearing in error message.
7661
9e297a97
DJ
76622002-11-21 Daniel Jacobowitz <drow@mvista.com>
7663
7664 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
7665
1f312e79
JJ
76662002-11-08 Jeff Johnston <jjohnstn@redhat.com>
7667
d63a86f8
RM
7668 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
7669 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
7670 should be in mi console format. This is part of fix for PR gdb/604.
7671
83c31e7d
FN
76722002-09-18 Fernando Nasser <fnasser@redhat.com>
7673
7674 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
7675 which explicitly prints the zero offset as "+0".
7676
322b3f65
DJ
76772002-10-22 Daniel Jacobowitz <drow@mvista.com>
7678
7679 * gdb.threads/schedlock.c (args): Make unsigned.
7680
76812002-10-21 Daniel Jacobowitz <drow@mvista.com>
7682
7683 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
7684 numbers. Allow "foo2|selected stack frame".
7685 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
7686 * gdb.asm/asmsrc2.s: Likewise.
7687 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
7688 comments.
7689 * gdb.asm/mips.inc: New file.
7690
5e2fe5b8
AF
76912002-10-18 Adam Fedor <fedor@gnu.org>
7692
7693 * gdb.base/default.exp: Update expected output to include 'ObjC'.
7694 * gdb.base/help.exp: Likewise.
7695
abe1a5d0
KB
76962002-10-17 Kevin Buettner <kevinb@redhat.com>
7697
7698 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
7699 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
7700
10abb1d4
JB
77012002-10-02 Jim Blandy <jimb@redhat.com>
7702
7703 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
7704
1f609b42
AC
77052002-10-01 Andrew Cagney <ac131313@redhat.com>
7706
7707 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
7708 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
7709 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
7710 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
7711 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
7712 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
7713 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
7714
0aee02e4
AC
77152002-09-29 Andrew Cagney <ac131313@redhat.com>
7716
7717 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
7718 * mi0-disassemble.exp, mi0-eval.exp: Delete.
7719 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
7720 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
7721 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
7722 * mi0-var-block.exp, mi0-var-child.exp: Delete.
7723 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 7724
6fde09ad
KB
77252002-09-27 Kevin Buettner <kevinb@redhat.com>
7726
7727 * gdb.base/annota1.exp (info break): Make directory components of
7728 path optional since not all compilers emit this debug information.
7729
7730 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
7731 step ends up stepping out of the function instead of stopping on
7732 the epilogue.
7733
9e8aab75
KS
77342002-09-26 Keith Seitz <keiths@redhat.com>
7735
7736 * lib/insight-support.exp (gdbtk_start): Figure out where
7737 the insight executable is based on where gdb is. Use this
7738 executable to start insight instead of gdb.
7739
e36180d7
AC
77402002-09-25 Andrew Cagney <cagney@redhat.com>
7741
7742 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
7743
9dd34b2b
AC
77442002-09-24 Andrew Cagney <ac131313@redhat.com>
7745
7746 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
7747 test_isolated_complaints.
7748 (test_empty_complaint): New function.
7749 (test_empty_complaints): New function. Check no output when no
7750 complaints.
d63a86f8 7751
dea97812
KB
77522002-09-19 Jim Blandy <jimb@redhat.com>
7753
7754 * gdb.base/charset.exp, gdb.base/charset.c: New files.
7755
54951bd7
AC
77562002-09-19 Andrew Cagney <ac131313@redhat.com>
7757
7758 * gdb.gdb/complaints.exp: New file.
7759
dec43320
AC
77602002-09-18 Andrew Cagney <ac131313@redhat.com>
7761
7762 * gdb.base/maint.exp: Check `help maint internal-warning'.
7763
e70d6e3f
DC
77642002-09-18 David Carlton <carlton@math.stanford.edu>
7765
7766 * gdb.c++/m-static.exp: Remove breakpoints depending on line
7767 numbers, and replace them by a single breakpoint after the
7768 constructors are all finished.
7769 Add test 4.
7770 * gdb.c++/m-static.cc: Add test 4.
7771 * gdb.c++/m-static.h: New file.
7772 * gdb.c++/m-static1.cc: New file.
7773
7774 * gdb.c++/printmethod.exp: New file.
7775 * gdb.c++/printmethod.cc: New file.
7776
7777 * gdb.c++/pr-574.exp: New file.
7778 * gdb.c++/pr-574.cc: New file.
7779
afb5c968
CV
77802002-09-18 Corinna Vinschen <vinschen@redhat.com>
7781
7782 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
7783 embedded targets which never actually exit.
7784
31e45dee
FN
77852002-09-18 Fernando Nasser <fnasser@redhat.com>
7786
7787 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
7788 "don't step after run" as unresolved or unsupported, instead of xfail.
7789
a283c5a1
CV
77902002-09-18 Corinna Vinschen <vinschen@redhat.com>
7791
7792 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
7793 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
7794 Add newline to expected string in "step out of main (status wrapper)"
7795 case.
7796
11350d2a
CV
77972002-09-18 Corinna Vinschen <vinschen@redhat.com>
7798
7799 * lib/gdb.exp (rerun_to_main): Allow restarting application.
7800 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
7801
0deec7d6
TT
78022002-09-17 Tom Tromey <tromey@redhat.com>
7803
7804 * gdb.base/printcmds.exp (test_print_string_constants): Expect
7805 \000, not \0, in double-quoted string.
7806
b2b4a1b5
CV
78072002-09-14 Corinna Vinschen <vinschen@redhat.com>
7808
c9d37158 7809 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
7810 string after running the commands execution on breakpoint tests.
7811
1c56143a
CV
78122002-09-13 Corinna Vinschen <vinschen@redhat.com>
7813
7814 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
7815
37f8da45
JB
78162002-09-12 Joel Brobecker <brobecker@gnat.com>
7817
7818 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
7819
08b468e0
KS
78202002-09-10 Keith Seitz <keiths@redhat.com>
7821
7822 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
7823 runto proc.
7824 (mi_run_to_main): Use mi_runto.
7825 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
7826
dc360f58
KS
78272002-09-10 Keith Seitz <keiths@redhat.com>
7828
7829 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
7830 regexp for stopping at main. Could have multiple event notifications.
7831 Don't assume that main was declared with no parameters.
7832 (mi_next): Use mi_step_to.
7833 (mi_step): Use mi_next_to.
7834
ce3abcfb
CV
78352002-09-09 Corinna Vinschen <vinschen@redhat.com>
7836
7837 * gdb.base/default.exp: Fix expected string in `info float' test.
7838
d1f5b980
BE
78392002-09-09 Ben Elliston <bje@redhat.com>
7840
7841 * config/mips.exp: Update comments.
7842 * config/mips-idt.exp: Likewise.
7843 * config/nind.exp: Likewise.
7844 * config/slite.exp: Likewise.
7845 * config/sparclet.exp: Likewise.
7846 * config/udi.exp: Likewise.
7847 * config/vx.exp: Likewise.
7848 * config/vxworks29k.exp: Likewise.
7849
2f71430b
JB
78502002-09-05 Jim Blandy <jimb@redhat.com>
7851
7852 * gdb.threads/killed.exp: Fix test failure message.
7853
7ddebc7e
KS
78542002-09-04 Keith Seitz <keiths@redhat.com>
7855
7856 * lib/mi-support.exp: Update copyright.
7857 (mi_gdb_test): Increase the priority of the expected pattern
7858 so that it matches gdb_test.
7859
0ae67eb3
KS
78602002-09-03 Keith Seitz <keiths@redhat.com>
7861
7862 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
7863 Use integer comparison instead of string comparison for testing
7864 whether binary was built.
7865
38fc42c8
JB
78662002-09-03 Jim Blandy <jimb@redhat.com>
7867
7868 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
7869
b6ff0e81
JB
78702002-08-29 Jim Blandy <jimb@redhat.com>
7871
7872 * gdb.threads/pthreads.exp: Move the portable thread compilation
7873 code into a function in lib/gdb.exp, and call that from here.
7874 * lib/gdb.exp (gdb_compile_pthreads): New function.
7875
07c98896
KS
78762002-08-29 Keith Seitz <keiths@redhat.com>
7877
7878 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
7879 expect_out so that callers can get at it.
7880
0312286c
DJ
78812002-08-23 Daniel Jacobowitz <drow@mvista.com>
7882
7883 * gdb.threads/print-threads.c: New file.
7884 * gdb.threads/print-threads.exp: New file.
7885 * gdb.threads/schedlock.c: New file.
7886 * gdb.threads/schedlock.exp: New file.
7887
dd039bc4
EZ
78882002-08-22 Elena Zannoni <ezannoni@redhat.com>
7889
7890 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
7891 not altivec.c.
7892
1f36144c
MK
78932002-08-17 Mark Kettenis <kettenis@gnu.org>
7894
7895 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
7896 targets. The problem should be fixed now.
7897
16057ec7 78982002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
7899
7900 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
7901 2002-07-24 change that removes final dots from error messages.
7902
3c1499ad
TT
79032002-08-13 Tom Tromey <tromey@redhat.com>
7904
7905 * gdb.base/readline.exp: New file.
7906
a20ce2c3
AC
79072002-08-01 Andrew Cagney <ac131313@redhat.com>
7908
7909 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
7910 supress message.
7911
db034ac5
AC
79122002-08-01 Andrew Cagney <cagney@redhat.com>
7913
7914 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
7915 CHILL_FOR_TARGET and CHILL_LIB.
7916 * configure.in (configdirs): Remove gdb.chill.
7917 * configure: Regenerate.
7918 * lib/gdb.exp: Obsolete references to chill.
7919 * gdb.fortran/types.exp: Ditto.
7920 * gdb.fortran/exprs.exp: Ditto.
7921
3e000b18
KB
79222002-07-30 Kevin Buettner <kevinb@redhat.com>
7923
7924 * gdb.base/shlib-call.exp (additional_flags): Conditionally
7925 set Irix-specific compile and link flags.
7926
28f4966b
KB
79272002-07-29 Kevin Buettner <kevinb@redhat.com>
7928
7929 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
7930 source files. The ``-o'' option doesn't work with the ``-E'' option
7931 when using the Irix compiler.
7932
46c0d5a6
DJ
79332002-07-19 Daniel Jacobowitz <drow@mvista.com>
7934
7935 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
7936 Improve support for reusing an exec file. Copy exec file
7937 to target, and run gdbserver on the target instead of on the host.
7938
eecf4bed
JB
79392002-07-18 Jim Blandy <jimb@redhat.com>
7940
0f815cdf
JB
7941 * gdb.base/ending-run.exp: Don't expect to see the program end in
7942 some orderly fashion when we're running on a real stand-alone
7943 board.
7944
eecf4bed
JB
7945 * gdb.base/interrupt.exp: Correct logic for skipping tests on
7946 targets that don't support interrupts.
7947
52d309e4
JB
79482002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
7949
7950 * gdb.base/attach.exp: Add patterns to match output from /proc-based
7951 systems.
7952 Move comments in expect statements to inside the actions, so that they
7953 don't get matched against.
7954
ff683d9e
MK
79552002-07-10 Mark Kettenis <kettenis@gnu.org>
7956
7957 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
7958 function when asleep" test.
7959
b5356753
AC
79602002-07-10 Andrew Cagney <ac131313@redhat.com>
7961
7962 * gdb.base/page.exp: Rewrite to handle problems with very long
7963 `info set' output. Update copyright.
7964
6aa4d13a
AC
79652002-06-26 Andrew Cagney <ac131313@redhat.com>
7966
7967 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
7968 gdb.threads-hp.
7969 * gdb.hp/configure: Regenerate.
7970 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
7971 * gdb.hp/gdb.threads-hp/configure: Delete file.
7972 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
7973
8cf8c2b8
AC
79742002-06-22 Andrew Cagney <ac131313@redhat.com>
7975
7976 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
7977 setlocale, bindtextdomain and textdomain.
7978
6827a8f8
JB
79792002-06-11 Jim Blandy <jimb@redhat.com>
7980
919d772c
JB
7981 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
7982 preprocessor macro information is present.
7983
6827a8f8
JB
7984 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
7985 tests.
7986
c15b0d21
MS
79872002-06-06 Michael Snyder <msnyder@redhat.com>
7988
c5984d70
MS
7989 * gdb.base/overlays.exp: Record addresses of overlay
7990 functions in TCL variables rather than in GDB variables,
7991 to avoid having GDB convert them to pointers (with loss
7992 of information).
7993
d63a86f8 7994 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 7995 default linker script changes.
c15b0d21
MS
7996 * gdb.base/long_long.exp: Add check for sizeof (long double).
7997
be26fe0d
ML
79982002-06-06 Michal Ludvig <mludvig@suse.cz>
7999
8000 * gdb.asm/asm-source.exp: Add x86-64 target.
8001 * gdb.asm/x86_64.inc: New.
d63a86f8 8002
258093ca 80032002-05-30 Michael Chastain <mec@shout.net>
258093ca 8004
4b3153f1 8005 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
8006 * gdb.c++/m-static.cc: New file.
8007 * gdb.c++/m-static.exp: New file.
8008
241264c6
MS
80092002-05-28 Michael Snyder <msnyder@redhat.com>
8010
8011 * gdb.base/call-ar-st.exp: Allow for reduced floating point
8012 precision.
8013
9bba8c8f 80142002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 8015
4b3153f1 8016 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
8017 * gdb.c++/m-data.cc: New file.
8018 * gdb.c++/m-data.exp: New file.
8019
80202002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 8021
4b3153f1 8022 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 8023 * gdb.c++/try_catch.cc: New file.
d63a86f8 8024 * gdb.c++/try_catch.exp: New file.
9bba8c8f 8025
def1b996
MC
80262002-05-27 Michael Chastain <mec@shout.net>
8027
8028 * gdb.c++/local.exp: Accept more nested types in output.
8029
522ba268
MC
80302002-05-26 Michael Chastain <mec@shout.net>
8031
8032 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
8033
277254ba
MS
80342002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
8035
8036 * lib/gdb.exp (gdb_wrapper_init): Just because
8037 gdb_wrapper_file exists, this does not mean that the file
8038 should not be rebuilt. That is what gdb_wrapper_initialized
8039 is for.
8040 (default_gdb_init): Reset gdb_wrapper_initialized.
8041
b61a8733
MS
80422002-05-23 Michael Snyder <msnyder@redhat.com>
8043
d63a86f8 8044 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
8045 the precision of the floating point test results.
8046 * gdb.base/call-rt-st.exp: Ditto.
8047
b61a8733
MS
8048 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
8049 * gdb.base/call-rt-st.exp: Ditto.
8050
56f6e910
MC
80512002-05-19 Michael Chastain <mec@shout.net>
8052
8053 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
8054
ad0b0016
EZ
80552002-05-19 Elena Zannoni <ezannoni@redhat.com>
8056
8057 * configure.in (configdirs): Add gdb.arch.
8058 * configure: Regenerate.
8059
f617d2b6
JB
80602002-05-17 Jim Blandy <jimb@redhat.com>
8061
8062 * gdb.base/completion.exp: Recognize the more detailed error
8063 messages produced by the macro expander's lexical analyzer.
8064
eac2a696
EZ
80652002-05-14 Elena Zannoni <ezannoni@redhat.com>
8066
8067 * gdb.arch/altivec-abi.c: New file.
8068 * gdb.arch/altivec-abi.exp: New file.
8069 * gdb.arch/altivec-regs.c: New file.
8070 * gdb.arch/altivec-regs.exp: New file.
8071
2fdde8f8
DJ
80722002-05-14 Daniel Jacobowitz <drow@mvista.com>
8073
8074 * gdb.base/maint.exp (maint print type): Update for new type
8075 structure.
d63a86f8 8076
e31f1a7c
EZ
80772002-05-14 Elena Zannoni <ezannoni@redhat.com>
8078
8079 * gdb.arch: New directory.
8080 * gdb.arch/configure.in: New file.
8081 * gdb.arch/configure: New file.
8082 * gdb.arch/Makefile.in: New file.
8083
db589741
CV
80842002-05-13 Corinna Vinschen <vinschen@redhat.com>
8085
8086 * gdb.asm/asm-source.exp: Add v850 as supported target.
8087 * gdb.asm/v850.inc: New file.
8088
8ce2a7dc
DJ
80892002-05-13 Daniel Jacobowitz <drow@mvista.com>
8090
8091 * gdb.c++/annota2.exp (annotate-quit): Add comment.
8092
df763c7f
DJ
80932002-05-12 Daniel Jacobowitz <drow@mvista.com>
8094
8095 * gdb.base/break.exp: Check 'break "marker2"'.
8096
377daeed
MS
80972002-05-10 Michael Snyder <msnyder@redhat.com>
8098
8099 * gdb.base/long_long.exp: Fix typo.
8100
c4b7bc2b
JB
81012002-05-10 Jim Blandy <jimb@redhat.com>
8102
ecac9a4e
JB
8103 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
8104 a bug.
8105
c4b7bc2b
JB
8106 * gdb.base/printcmds.exp (test_integer_literals_rejected):
8107 Recognize more detailed error message produced by the macro
8108 expander's lexical analyzer.
8109 * lib/gdb.exp (test_print_reject): Same.
8110
e71019a1
MK
81112002-05-09 Mark Kettenis <kettenis@gnu.org>
8112
8113 * gdb.c++/method.exp: Fix typo.
8114
fedfc8e6
MS
81152002-05-08 Michael Snyder <msnyder@redhat.com>
8116
166a1957
MS
8117 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
8118 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 8119 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
8120 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
8121 Add iftarget clause for strongarm.
d63a86f8 8122
f1c47eb2
MS
81232002-05-06 Michael Snyder <msnyder@redhat.com>
8124
cb9a9d3e
MS
8125 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
8126 (gdb_continue_to_end): Accept output from status wrapper.
8127 * gdb.base/ending-run.exp: Add case for output from status wrapper.
8128 Clean up fail messages to match pass messages.
8129
f1c47eb2
MS
8130 Enable the "needs_status_wrapper" testsuite feature.
8131 * lib/gdb.exp (gdb_wrapper_init): New procedure.
8132 (gdb_compile): Conditionally call gdb_wrapper_init.
8133 * gdb.base/a2-run.exp: Recognize output from status wrapper.
8134 * gdb.c++/method.exp: Recognize output from status wrapper.
8135
6079c749
BE
81362002-05-06 Ben Elliston <bje@redhat.com>
8137From Graydon Hoare <graydon@redhat.com>
8138
8139 * config/sid.exp: Include support for "rawsid" protocol.
8140
188baff3
JB
81412002-05-03 Jim Blandy <jimb@redhat.com>
8142
8143 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
8144 * gdb.c++/hang3.C: New file.
8145
b9c07f0f
AC
81462002-05-04 Andrew Cagney <ac131313@redhat.com>
8147
8148 * gdb.base/default.exp: Remove obsolete code.
8149 * gdb.c++/misc.exp: Ditto. Update copyright.
8150 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
8151 * gdb.base/whatis.exp: Ditto. Update copyright.
8152 * gdb.base/scope.exp: Ditto. Update copyright.
8153 * gdb.base/ptype.exp: Ditto. Update copyright.
8154 * gdb.base/printcmds.exp: Ditto. Update copyright.
8155 * gdb.base/opaque.exp: Ditto. Update copyright.
8156 * gdb.base/list.exp: Ditto.
8157 * gdb.base/funcargs.exp: Ditto. Update copyright.
8158 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
8159 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
8160 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
8161 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
8162 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
8163 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
8164
5c7a0397
MS
81652002-05-02 Michael Snyder <msnyder@redhat.com>
8166
d6dcc264 8167 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
8168 * gdb.base/long_long.exp: Add xscale target.
8169 * gdb.base/default.exp: Add xscale target.
8170
eb7f1c48
JB
81712002-05-01 Jim Blandy <jimb@redhat.com>
8172
8173 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
8174 gdb.c++/hang.exp: New test.
8175
a6befae8
FF
81762002-05-01 Fred Fish <fnf@redhat.com>
8177
8178 * gdb.base/completion.exp: Handle completions of "./Make" for
8179 more than one completion possibility, as is the case when we
8180 build and test in the source tree.
8181
0a310277
AG
81822002-04-29 Anthony Green <green@redhat.com>
8183
8184 * gdb.java/jmisc1.exp: New file.
8185 * gdb.java/jmisc2.exp: New file.
8186
6ff9af88
DJ
81872002-04-24 Daniel Jacobowitz <drow@mvista.com>
8188
8189 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
8190
96b3d632
EZ
81912002-04-23 Elena Zannoni <ezannoni@redhat.com>
8192
8193 * gdb.base/help.exp: Change 'help status' to allow for target
8194 dependent output differences.
8195
5019bb54
MC
81962002-04-22 Michael Chastain <mec@shout.net>
8197
8198 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
8199
a805a116
MC
82002002-04-22 Michael Chastain <mec@shout.net>
8201
8202 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
8203
a1706bfd
DM
82042002-04-17 David S. Miller <davem@redhat.com>
8205
8206 * gdb.asm/sparc64.inc: New file.
8207 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
8208
a73a20a2
EZ
82092002-04-19 Elena Zannoni <ezannoni@redhat.com>
8210
8211 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
8212 instruction file directly into the build tree. Clean up at end of
8213 test.
8214
ba678339
DM
82152002-04-18 David S. Miller <davem@redhat.com>
8216
8217 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
8218 handle 64-bit platforms correctly.
8219 * gdb.base/maint.exp: Likewise.
8220
b03399da
KB
82212002-04-18 Kevin Buettner <kevinb@redhat.com>
8222
8223 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
8224 ``-fpic'' when compiling files comprising a shared library, but
8225 it does need additional linker flags in order to find shared
8226 libraries at run time.
8227
e2004992
KB
82282002-04-18 Kevin Buettner <kevinb@redhat.com>
8229
8230 * gdb.base/cvexpr.c (use): New function.
8231 (main): Invoke use() on all global variables to prevent
8232 some linkers from deleting these otherwise unused symbols.
8233
d8937120
MC
82342002-04-17 Michael Chastain <mec@shout.net>
8235From David S. Miller <davem@redhat.com>
8236
8237 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
8238 handle 64-bit platforms correctly.
8239
ffd61a58
MS
82402002-04-12 Michael Snyder <msnyder@redhat.com>
8241From Jim Blandy <jimb@redhat.com>
8242 * gdb.base/foo.c (foox): Remove section attribute; the linker
8243 script can handle this instead.
8244 * gdb.base/bar.c (barx): Same.
8245 * gdb.base/baz.c (bazx): Same.
8246 * gdb.base/grbx.c (grbxx): Same.
8247
8248 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
8249 manager doesn't automatically unmap overlays unnecessarily.
8250
6b8426a6
MH
82512002-04-10 Martin M. Hunt <hunt@redhat.com>
8252
8253 * gdb.base/ending-run.exp: Fix pattern for Mips targets
8254 stepping out of main.
8255
34af4875
MC
82562002-04-09 Michael Chastain <mec@shout.net>
8257
8258 * gdb.c++/local.cc (main): Move call to marker1() inside nested
8259 scope so that the nested scope tests will make sense.
8260 * gdb.c++/local.exp: Write patterns that actually work with gcc
8261 (the HP patterns "were never known to work with gcc").
8262 Keep the old aCC patterns too.
8263
2d1676a0
DJ
82642002-04-09 Daniel Jacobowitz <drow@mvista.com>
8265
8266 * gdb.base/attach.exp: Correct target board test.
8267
3a63e3f9
MC
82682002-04-08 Michael Chastain <mec@shout.net>
8269
8270 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
8271 in a const method. Add some xfail and fail cases for configurations
8272 that do not emit the "const ...".
8273
f18dabd2
MC
82742002-04-07 Michael Chastain <mec@shout.net>
8275
8276 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
8277 Accept "A * const" and "const A * const" as type of "this".
8278 Fix spelling of getFunky throughout. Make messages uniform.
8279
0fcddd82
EZ
82802002-04-07 Elena Zannoni <ezannoni@redhat.com>
8281
8282 Work around for PR gdb/285:
8283 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
8284
16a8534a
EZ
82852002-04-07 Elena Zannoni <ezannoni@redhat.com>
8286
8287 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
8288 instructions file at run time instead of configure time.
8289 Sometimes we run the test in a directory that is not the one we
8290 configured in.
8291 * gdb.asm/configure.in: Delete creation of symlink.
8292 * gdb.asm/configure: Regenerate.
8293
24181d81
JB
82942002-04-05 J. Brobecker <brobecker@gnat.com>
8295
8296 * gdb.gdb/xfullpath.exp: New test, to exercise the new
8297 xfullpath () function.
8298
7cdb7107
DJ
82992002-04-04 Daniel Jacobowitz <drow@mvista.com>
8300
8301 * gdb.asm/Makefile.in: Correct dependencies.
8302
8303 * gdb.asm/powerpc.inc: New file.
8304 * gdb.asm/asm-source.exp: Add PowerPC.
8305 * gdb.asm/configure.in: Likewise.
8306 * gdb.asm/configure: Regenerated.
8307
a7d17088
DJ
83082002-04-04 Daniel Jacobowitz <drow@mvista.com>
8309
8310 * gdb.base/relocate.exp: New file.
8311 * gdb.base/relocate.c: New file.
8312
cd721503
FF
83132002-04-04 Fred Fish <fnf@redhat.com>
8314
8315 * gdb.base/step-test.exp: Update comment regarding stopping in
8316 memcpy/bcopy calls inserted as part of the compiler runtime.
8317
b22ad7a7
MS
83182002-04-04 Michael Snyder <msnyder@redhat.com>
8319
8320 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
8321
5f279fa6
DJ
83222002-04-03 Daniel Jacobowitz <drow@mvista.com>
8323
8324 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
8325 (gdb_expect): Remove $notransfer hack.
8326
dd0fd3ce
DJ
83272002-04-02 Daniel Jacobowitz <drow@mvista.com>
8328
8329 * gdb.c++/classes.exp ("calling method for small class"): Match
8330 updated register output.
8331
1e50cda1
DJ
83322002-03-30 Daniel Jacobowitz <drow@mvista.com>
8333
8334 Fix PR gdb/452
8335 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
8336 when finished. Make gdb_file_cmd send "exec-file" when
8337 appropriate.
8338
24015922
DJ
83392002-03-30 Daniel Jacobowitz <drow@mvista.com>
8340
8341 * gdb.base/attach.exp: Remove extra setup_xfail.
8342
dd7dfd64
MS
83432002-03-26 Michael Snyder <msnyder@redhat.com>
8344
8345 * gdb.base/default.exp: Add tests for dump, append, and restore.
8346 * gdb.base/help.exp: Add tests for dump, append, and restore.
8347 * gdb.base/dump.exp: New file, test dump, append and restore.
8348 * gdb.base/dump.c: New file.
8349
48b2f8d7
MS
83502002-03-27 Michael Snyder <msnyder@redhat.com>
8351
d63a86f8 8352 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
8353 clean-ups in help messages.
8354
05b4d525
FF
83552002-03-26 Fred Fish <fnf@redhat.com>
8356
8357 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
8358 have debugging info for those functions and the compiler uses them
8359 internally to copy structs around.
8360
d7679631
FF
83612002-03-26 Fred Fish <fnf@redhat.com>
8362
8363 * gdb.base/list.exp: Revert the change made yesterday and add note
8364 about why we don't list the default lines for remote targets.
8365
523ac3f9
MS
83662002-03-25 Michael Snyder <msnyder@redhat.com>
8367
8368 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
8369
754b2b8d
FF
83702002-03-25 Fred Fish <fnf@redhat.com>
8371
8372 * gdb.base/list.exp: This test works on remote targets so remove
8373 the short circuit for remote targets. Update copyright.
8374
33c3e192
FF
83752002-03-25 Fred Fish <fnf@redhat.com>
8376
8377 * gdb.base/attach.exp: Fix logic error that was suppressing this
8378 test for all non hppa*-*-hpux* targets, instead of the hp target.
8379 Move comments closer to the suppression point. Also now need to
8380 check that we are running natively.
8381
d43e73ee
MS
83822002-03-22 Michael Snyder <msnyder@redhat.com>
8383
882c8f02
MS
8384 * gdb.base/default.exp: Add test for gcore. Update copyright.
8385 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 8386
04c12f60
FF
83872002-03-06 Fred Fish <fnf@redhat.com>
8388
8389 * gdb.base/funcargs.c: Remove extraneous ';' character.
8390 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
8391
b43df995
MC
83922002-03-04 Michael Chastain <mec@shout.net>
8393
8394 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
8395 accommodate gcc v3 function signature.
8396 * gdb.mi/mi0-var-cmd-exp: Ditto.
8397
92362027
AC
83982002-02-24 Andrew Cagney <ac131313@redhat.com>
8399
8400 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
8401 ``GNU/Linux'' or ``Linux kernel''
8402 * testsuite/gdb.threads/pthreads.c: Ditto.
8403
258ad32d
MC
84042002-02-24 Michael Chastain <mec@shout.net>
8405
8406 * gdb.threads/pthreads.c (thread1): Add a return statement.
8407 (thread2): Likewise.
8408 (foo): Likewise.
8409
04c3b3d4
MC
84102002-02-23 Michael Chastain <mec@shout.net>
8411
8412 * gdb.threads/linux-dp.c (philosopher): Add a return statement
8413 to placate gcc.
8414
5a2a0a20
MC
84152002-02-23 Michael Chastain <mec@shout.net>
8416
8417 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
8418 test "ptype bint". The test passes on all my stabs configurations.
8419
a640f7fc
JB
84202002-02-21 Jim Blandy <jimb@redhat.com>
8421
27924826
JB
8422 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
8423 filename at a time, and watch for the ones we want to see.
8424
a640f7fc
JB
8425 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
8426 types of pointers to prototyped functions.
8427
edcc8c75
AC
84282002-02-20 Andrew Cagney <ac131313@redhat.com>
8429
8430 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
8431 signed, unsigned and straight char.
8432 (padding_char, padding_short, padding_int, padding_long,
8433 padding_long_long, padding_float, padding_double,
8434 padding_long_double): New global variables.
8435 (fill, fill_structs): New functions.
8436
8437 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
8438 for correctly sized writes. Update copyright.
8439 (get_valueof): New procedure.
8440 (get_sizeof): Call get_valueof.
8441 (check_valueof): New procedure.
8442 (check_padding): New procedure.
8443
ac57ea44
MC
84442002-02-20 Michael Chastain <mec@shout.net>
8445
8446 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
8447 to setup_xfail. Document some of the remaining calls.
8448
7a10c941
MC
84492002-02-18 Michael Chastain <mec@shout.net>
8450
8451 * gdb.c++/userdef.exp: Update copyright year.
8452
fb8acdcc
DJ
84532002-02-18 Daniel Jacobowitz <drow@mvista.com>
8454
8455 * gdb.c++/userdef.exp: Test overloaded operators properly.
8456 Remove xfails.
8457
fda6ae12
MS
84582002-02-14 Michael Snyder <msnyder@redhat.com>
8459
8460 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
8461
676a0442
DJ
84622002-02-14 Daniel Jacobowitz <drow@mvista.com>
8463
8464 * gdb.base/a2-run.exp: Check for a remote target properly.
8465 * gdb.base/annota1.exp: Likewise.
8466 * gdb.base/list.exp: Likewise.
8467 * gdb.base/reread.exp: Likewise.
8468 * gdb.base/scope.exp: Likewise.
8469 * gdb.base/shlib-call.exp: Likewise.
8470 * gdb.base/term.exp: Likewise.
8471 * gdb.c++/annota2.exp: Likewise.
8472
78b4f468
RE
84732002-02-13 Richard Earnshaw <rearnsha@arm.com>
8474
8475 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
8476
9a81ba51
MC
84772002-02-10 Michael Chastain <mec@shout.net>
8478
8479 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
8480 (call_after_alloca): Ditto.
8481
004af6c7
DJ
84822002-02-10 Daniel Jacobowitz <drow@mvista.com>
8483
8484 * gdb.base/ending-run.exp: Guard "cont" test with
8485 gdb_skip_stdio_test.
8486
37225f62
JB
84872002-02-06 Jim Blandy <jimb@redhat.com>
8488
8489 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
8490 from here...
8491 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
8492 To here. Disable this test on non-HP platforms. Add big comment.
8493
fe6fdd96
MS
84942002-02-04 Michael Snyder <msnyder@redhat.com>
8495
8496 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
8497 other than d10v and m32r.
8498
036fad3f
RE
84992002-02-02 Richard Earnshaw <rearnsha@arm.com>
8500
8501 * gdb.base/default.exp: Rewrite test patterns to reduce time
8502 taken to match them.
8503
7148ab62
DJ
85042002-01-30 Daniel Jacobowitz <drow@mvista.com>
8505
8506 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
8507 Allow a start function above main.
8508 * gdb.threads/linux-dp.exp: Fix copyright date.
8509
396cc255
DJ
85102002-01-30 Daniel Jacobowitz <drow@mvista.com>
8511
8512 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
8513 (check_philosopher_stack): Check for manager thread before checking
8514 for a just-starting thread.
8515
f038d31b
DJ
85162002-01-30 Daniel Jacobowitz <drow@mvista.com>
8517
8518 From Neil Booth <neil@daikokuya.demon.co.uk>:
8519 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
8520 warnings.
8521
b3ff9d9a
FF
85222002-01-21 Fred Fish <fnf@redhat.com>
8523
8524 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
8525 not caller.
8526
39ad761d
JB
85272002-01-21 Jim Blandy <jimb@redhat.com>
8528
8529 * gdb.base/reread.exp: Check that GDB properly re-reads the
8530 executable file when it changes while no inferior is running.
8531
aaf320fa
FF
85322002-01-21 Fred Fish <fnf@redhat.com>
8533
8534 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
8535 optionally accept the "shlib events" variation.
8536
808a31f5
JB
85372002-01-21 Jim Blandy <jimb@redhat.com>
8538
8539 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
8540 call `fflush' after every `printf', so that the output is produced
8541 at predictable points, regardless of whatever buffering does (or
8542 doesn't) take place.
8543 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
8544 at different points.
8545
4420d5e2
DJ
85462002-01-20 Daniel Jacobowitz <drow@mvista.com>
8547
8548 * gdb.c++/inherit.exp: Update copyright years.
8549 * gdb.c++/method.exp: Likewise.
8550
3e36a0f4
DJ
85512002-01-20 Daniel Jacobowitz <drow@mvista.com>
8552
8553 * gdb.c++/classes.exp: Update for improved v3 support and skipping
8554 artificial methods/arguments.
8555 * gdb.c++/derivation.exp: Likewise.
8556 * gdb.c++/inherit.exp: Likewise.
8557 * gdb.c++/method.exp: Likewise.
8558 * gdb.c++/virtfunc.exp: Likewise.
8559
b4ceaee6
AC
85602002-01-18 Andrew Cagney <ac131313@redhat.com>
8561
8562 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
8563 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
8564 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
8565 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
8566 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
8567 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
8568
ecace851
JB
85692002-01-17 Jim Blandy <jimb@redhat.com>
8570
8571 * gdb.asm/asm-source.exp (info symbol): Take another shot at
8572 anchoring the pattern matching the entry point symbol's name.
8573
375fc983
AC
85742002-01-17 Andrew Cagney <ac131313@redhat.com>
8575
8576 * gdb.base/maint.exp: Update ``maint internal-error'' to match
8577 continue/quit query. Update copyright.
8578
fe6fdd96
MS
85792002-01-14 Michael Snyder <msnyder@redhat.com>
8580
8581 * gdb.base/gcore.exp: Remove extra debugging output.
8582
e017c81f
DJ
85832002-01-13 Daniel Jacobowitz <drow@mvista.com>
8584
8585 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
8586 for slightly dubious v2 mangled string.
8587
37ab3bf8
DJ
85882002-01-13 Daniel Jacobowitz <drow@mvista.com>
8589
8590 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
8591
1bc05c3a 85922002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 8593
1bc05c3a 8594 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 8595
1bc05c3a
JM
8596 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
8597 constructors.
8598 * gdb.c++/derivation.exp: Likewise.
8599 * gdb.c++/templates.exp: Likewise.
8600 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 8601
1bc05c3a
JM
86022002-01-10 Michael Snyder <msnyder@redhat.com>
8603
8604 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 8605
a911c360
MS
86062002-01-08 Michael Snyder <msnyder@redhat.com>
8607
8608 * gdb.base/gcore.exp: New test for generate-core-file command.
8609 * gdb.base/gcore.c: Testcase for above.
8610 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
8611
ea2119ec
JM
86122002-01-08 Jason Merrill <jason@redhat.com>
8613
8614 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
8615
68203136
FF
86162002-01-07 Fred Fish <fnf@redhat.com>
8617
8618 * gdb.c++/overload.exp: Remove unconditional xfails for:
8619 print foo_instance1.overloadargs(1)
8620 print foo_instance1.overloadargs(1, 2)
8621 print foo_instance1.overloadargs(1, 2, 3)
8622 print foo_instance1.overloadargs(1, 2, 3, 4)
8623 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
8624 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
8625 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
8626 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
8627 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
8628 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
8629 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
8630 print foo_instance1.overload1arg()
8631 print foo_instance1.overload1arg((char)arg2)
8632 print foo_instance1.overload1arg((signed char)arg3)
8633 print foo_instance1.overload1arg((unsigned char)arg4)
8634 print foo_instance1.overload1arg((int)arg7)
8635 print foo_instance1.overload1arg((unsigned int)arg8)
8636 print foo_instance1.overload1arg((float)arg11)
8637 print foo_instance1.overload1arg((double)arg12)
d63a86f8 8638
21b9b5b1
MS
86392002-01-07 Michael Snyder <msnyder@redhat.com>
8640
8641 * gdb.base/huge.exp: New test. Print a very large target data object.
8642 (skip_huge_test): New test variable. Define if you want to skip this
8643 test. The test reads an 8 megabyte data object from the target, so it
8644 might be very time consuming on remote targets with a slow connection.
8645 * gdb.base/huge.c: New file. Test case for above.
8646
725f922e
FF
86472002-01-07 Fred Fish <fnf@redhat.com>
8648
8649 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
8650 g_instance.bfoo, and g_instance.cfoo.
8651
634d57ec
JL
8652Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
8653
f286b2c3
JL
8654 * gdb.base/break.c (multi_line_if_conditional): New function.
8655 (multi_ilne_while_conditional): Likewise.
8656 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
8657 IF or WHILE condition puts the breakpoint at the start of
8658 the condition.
8659
634d57ec
JL
8660 * gdb.base/selftest.exp (backtrace through signal handler): Remove
8661 hppa*-*-hpux* expected failure.
8662 * gdb.base/structs.exp (do_function_calls): Similarly.
8663
8664 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
8665 watchpoints.
8666
9fbfe2dc
AC
86672002-01-06 Andrew Cagney <ac131313@redhat.com>
8668
8669 Fix PR gdb/66.
8670 * gdb.base/structs.exp: Replace skip for a29k with skip for
8671 gdb,cannot_call_functions.
8672 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
8673 * gdb.base/callfuncs.exp: Ditto.
8674 * gdb.base/call-rt-st.exp: Ditto.
8675 * gdb.base/call-strs.exp: Ditto.
8676 * gdb.base/callfwmall.exp: Ditto.
8677 * gdb.base/scope.exp: Obsolete xfail a29k.
8678 * gdb.c++/misc.exp: Ditto.
8679 * gdb.c++/cplusfuncs.exp: Ditto.
8680 * gdb.base/ptype.exp: Ditto.
8681 * gdb.base/printcmds.exp: Ditto.
8682 * gdb.base/opaque.exp: Ditto.
8683 * gdb.base/list.exp: Ditto.
8684 * gdb.base/funcargs.exp: Ditto.
8685 * gdb.base/default.exp: Ditto.
8686
8ddad156
MS
86872002-01-04 Michael Snyder <msnyder@redhat.com>
8688
ca4976a6 8689 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
8690 * gdb.base/maint.exp: Add tests for maint info sections options.
8691
1b074332
JL
8692Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
8693
8694 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
8695
7d159115
CV
86962001-12-20 Corinna Vinschen <vinschen@redhat.com>
8697
8698 * gdb.asm/arm.inc: New file.
8699 * gdb.asm/asm-source.exp: Add arm targets.
8700 * gdb.asm/configure.in: Ditto.
8701 * gdb.asm/configure: Recreated from configure.in.
8702
8fb87725
JL
8703Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
8704
afabe08c
JL
8705 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
8706 with HP's compiler.
8707 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8708 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8709 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8710 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8711
8712 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
8713 either HP's compilers or GCC.
8714
db521deb
JL
8715 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
8716 a SIGBUS or SIGSEGV.
8717
8718 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
8719
8720 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
8721 can be compiled with either HP's compiler or GCC.
8722
cfa88ab7
JL
8723 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
8724 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
8725 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
8726
ca344dff
JL
8727 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
8728 to match current gdb output. Update due to using auto-solib-limit
8729 for limiting instead of overloading auto-solib-add.
8730 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
8731 test program.
8732
3f3c6e55 8733 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
8734 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
8735 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8736 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8737 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8738 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8739 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
8740 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
8741 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
8742 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
8743 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
8744 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
8745 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 8746
8fb87725
JL
8747 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
8748 a SIGTRAP to the inferior.
8749
cf599fa7
CV
87502001-12-19 Corinna Vinschen <vinschen@redhat.com>
8751
8752 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
8753 Substitute call to target_link by call to gdb_compile.
8754
2cd045cd
JL
8755Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
8756
8757 * gdb.base/break.exp: Fix HP specific search string when testing
8758 backtracing in a called function.
8759
d63a86f8 8760 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
8761 compiling the test with HP's compilers.
8762 * gdb.base/volatile.exp: Similarly.
8763
99ebe9ac
JB
87642001-12-19 Jim Blandy <jimb@redhat.com>
8765
8766 * gdb.base/printcmds.exp: Expect the null character to be printed
8767 as '\0', and the '\013' to be printed as '\v'.
8768 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
8769 * gdb.base/setvar.exp: Same.
8770
b9891b29
JB
87712001-12-17 Jim Blandy <jimb@redhat.com>
8772
0eba65ab
JB
8773 * gdb.base/completion.exp: Rather than completing very long
8774 filenames, which can make the readline library produce output we
8775 don't recognize, cd to the directory first, and then complete
8776 using nice, short relative paths.
8777
6970b5b1
JB
8778 * gdb.base/completion.exp: On some systems, there is, in fact, a
8779 variable named `b' in scope, since GDB treats all static
8780 variables as being in scope. So use `no_var_named_this'
8781 instead of `b'.
8782
b9891b29
JB
8783 * gdb.base/corefile.exp: Recognize the message saying that GDB
8784 can't find the core file's registers as a failure.
8785
e6ccd35f
JSC
87862001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
8787
8788 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
8789 test expect string more specific.
8790
105ba819
CV
87912001-12-13 Corinna Vinschen <vinschen@redhat.com>
8792
8793 * gdb.asm/asm-source.exp: Add support for xstormy16.
8794 * gdb.asm/configure.in: Ditto.
8795 * gdb.asm/configure: Rebuild.
8796 * gdb.asm/xstormy16.inc: New file.
8797
e9e79dd9
FF
87982001-12-10 Fred Fish <fnf@redhat.com>
8799
8800 * gdb.base/maint.exp: Update to match changes in type dumping code.
8801
347dc97d
JB
88022001-12-10 Jim Blandy <jimb@redhat.com>
8803
8804 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
8805 matching the entry point symbol's name at the beginning of the
8806 line.
8807
5178b9d6
DJ
88082001-12-07 Daniel Jacobowitz <drow@mvista.com>
8809
8810 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
8811 gdb.c++/inherit.exp, gdb.c++/method.exp,
8812 gdb.c++/namespace.exp, gdb.c++/templates.exp,
8813 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
8814 and class layout support.
8815
af890c52
DJ
88162001-12-07 Daniel Jacobowitz <drow@mvista.com>
8817
8818 * gdb.c++/classes.exp: Add test for static member function.
8819 * gdb.c++/misc.cc: Add class with static member function.
8820
7a345fb3
JB
88212001-12-07 Jim Blandy <jimb@redhat.com>
8822
f2e54a80 8823 If GDB says it can't find the struct the function returned, report
8032bf31
JB
8824 those tests as `unsupported'.
8825 * gdb.base/call-rt-st.exp (print_struct_call): New function.
8826 Rewrite subsequent tests to use it.
8827
8828 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
8829 those tests as `unsupported'.
8830 * gdb.base/structs.exp (call_struct_func): New function.
8831 (do_function_calls): Use call_struct_func to call the functions
8832 returning structs.
8833
0bc69509
JB
8834 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
8835 whether functions are prototyped or not, so we can't possibly pass
8836 arguments to t_float_values2 properly.
8837
7a345fb3
JB
8838 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
8839 value of `timeout' for targets other than the mips*tx39-*.
8840
edb6ede1
MS
88412001-12-06 Michael Snyder <msnyder@redhat.com>
8842
d63a86f8 8843 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
8844 and detect whether the start symbol has a leading underscore.
8845
2d842f13
JB
88462001-12-04 Jim Blandy <jimb@redhat.com>
8847
8848 * gdb.base/completion.exp: Clarify indentation.
8849
68550daf
JB
88502001-12-03 Jim Blandy <jimb@redhat.com>
8851
8852 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
8853 variables on the S/390, not `.word'.
8854
cd5195a8
JB
88552001-11-30 Jim Blandy <jimb@redhat.com>
8856
8857 Add assembly-source tests for s390-ibm-linux.
8858 * gdb.asm/s390.inc: New file.
8859 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
8860 the S/390 architecture.
8861 * gdb.asm/configure: Regenerated.
8862
ca9efc90
MS
88632001-11-30 Michael Snyder <msnyder@redhat.com>
8864
8865 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
8866 next, info source, info sources, info line, global and static
8867 variables, and static functions.
8868 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
8869 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
8870 * gdb.asm/asmsrc1.s: Add a static function and some variables.
8871 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
8872 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
8873 (gdbasm_leave): Restore frame pointer.
8874 (gdbasm_startup): Copy stack set-up from crt0.S.
8875
d0e66976
FN
88762001-11-26 Fernando Nasser <fnasser@redhat.com>
8877
8878 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
8879 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
8880 to a local (non-static) variable. Copy tstruct.a to a static buffer
8881 and return a pointer to that buffer.
8882 * gdb.base/callfwmall.c (t_structs_a): Ditto.
8883
e2334072
MK
88842001-11-24 Mark Kettenis <kettenis@gnu.org>
8885
8886 * gdb.asm/configure.in: Fix recognition of ix86 target.
8887 * gdb.asm/configure: Regenerate.
8888
756caa3d
MS
88892001-11-21 Michael Snyder <msnyder@redhat.com>
8890
8891 * gdb.asm/sparc.inc: New file.
8892 * gdb.asm/asm-source.exp: Recognize sparc target.
8893 * gdb.asm/configure.in: Recognize sparc target.
8894 * gdb.asm/configure: Regenerate.
d63a86f8 8895
9a4d72d5
MS
88962001-11-21 Michael Snyder <msnyder@redhat.com>
8897
8898 * gdb.asm/m32r.inc: New file.
8899 * gdb.asm/asm-source.exp: Recognize m32r target.
8900 * gdb.asm/configure.in: Recognize m32r target.
8901 * gdb.asm/configure: Regenerate.
8902
a773d1cd
MS
89032001-11-20 Michael Snyder <msnyder@redhat.com>
8904
017ac23d
MS
8905 * gdb.asm/i386.inc: New file.
8906 * gdb.asm/asm-source.exp: Recognize ix86 target.
8907 * gdb.asm/configure.in: Recognize ix86 target.
8908 * gdb.asm/configure: Regenerate.
8909
a773d1cd
MS
8910 * gdb.c++/namespace.exp: Fix quotes in output messages.
8911
bb632afb
MS
89122001-11-14 Michael Snyder <msnyder@redhat.com>
8913
25d559ca 8914 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
8915 qualifier in a type cast expression, to designate an address
8916 in the instruction space (Harvard architecture).
8917
4749e309
MS
89182001-11-13 Michael Snyder <msnyder@redhat.com>
8919
8920 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
8921 Tests for expressions using 'const' and 'volatile'.
8922
25050984
CV
89232001-11-13 Corinna Vinschen <vinschen@redhat.com>
8924
8925 * gdb.asm/asm-sources.exp: Allow defining linker flags.
8926
1902c51f
DJ
89272001-11-12 Daniel Jacobowitz <drow@mvista.com>
8928
8929 * lib/mi-support.exp (mi_run_to_helper): Move comments
8930 outside of gdb_expect.
8931
dcf95b47
DJ
89322001-11-11 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
8935 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
8936 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
8937 mi0_run_to): New functions.
8938 * gdb.mi/mi-simplerun.exp: Use them.
8939 * gdb.mi/mi0-simplerun.exp: Likewise.
8940 * gdb.mi/mi-var-cmd.exp: Likewise.
8941 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 8942
45b074e1
AC
89432001-11-10 Andrew Cagney <ac131313@redhat.com>
8944
8945 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
8946 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
8947
bf50d346
AC
89482001-11-09 Andrew Cagney <ac131313@redhat.com>
8949
8950 * gdb.base/restore.exp: Include $expected value in restored test
8951 message.
8952
9383332c
AC
89532001-11-09 Andrew Cagney <ac131313@redhat.com>
8954
8955 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
8956 implemented.
8957
db62520a
MS
89582001-11-08 Michael Snyder <msnyder@redhat.com>
8959
8960 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
8961 Add pass/fail message for stop at breakpoint in call dummy function.
8962
b5703437
MS
89632001-11-07 Michael Snyder <msnyder@redhat.com>
8964
d63a86f8
RM
8965 * gdb.c++/templates.exp (test_template_breakpoints):
8966 If we get an overload menu, but it does not match what
760f6330 8967 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
8968 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
8969 making the whitespace optional. Argument for "new" may be
8970 "unsigned" as well as "unsigned int/long".
d63a86f8 8971 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
8972 making the whitespace optional. Also replace "(void) with
8973 "((void|)), making the keyword "void" optional.
d63a86f8 8974 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
8975 making the whitespace optional. Also replace "(void) with
8976 "((void|)), making the keyword "void" optional.
3bf40917
MS
8977 * gdb.base/callfuncs.c (t_float_values): This function must
8978 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 8979 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
8980 can be tested against both cases. Usually one case involves
8981 promotion of float to double, while the other does not.
8982 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
8983 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
8984 includes a stack frame for "start".
8985
c8ab4e6d
JB
89862001-11-05 Jim Blandy <jimb@redhat.com>
8987
8988 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
8989 pointers are 32 bits long, and that offsets of relocs are always
8990 stored in the data (REL-style), and not in the reloc entry itself
8991 (RELA-style).
8992 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
8993 stabs.
8994
3f08ced9
MS
89952001-11-01 Michael Snyder <msnyder@redhat.com>
8996
8997 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
8998 and regular expression operators by using quoting.
8999
cbfa24cd
MS
90002001-10-31 Michael Snyder <msnyder@redhat.com>
9001
9002 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
9003 depending on what the symbol table contains.
9004 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
9005 the output of the ptype command. Similarly, accept both "const &"
9006 and "const&".
9007
aaa68313
CV
90082001-10-31 Corinna Vinschen <vinschen@redhat.com>
9009
9010 * gdb.base/miscexprs.c (main): Add usage of preprocessor
9011 symbol `STORAGE' to allow to choose the storage class of
9012 the local datastructures.
9013 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
9014 compiler directive.
9015
91740388
MS
90162001-10-30 Michael Snyder <msnyder@redhat.com>
9017
9018 * gdb.base/jump.exp: Allow it to run for all targets.
9019
1b7c05e7
CV
90202001-10-29 Corinna Vinschen <vinschen@redhat.com>
9021
9022 * gdb.base/call-ar-st.c (print_double_array): Match for loop
9023 with new double_array size.
9024 (main): Change storage class of all local variables to static.
9025 Reduce size of double_array to 9.
9026 * gdb.base/call-ar-st.exp: Increase timeout value.
9027 Change expected output for double array to match new size in
9028 call-ar-st.c.
9029
36a22261
CV
90302001-10-29 Corinna Vinschen <vinschen@redhat.com>
9031
9032 * gdb.base/ending-run.exp: Create identical output when passing
9033 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 9034 Stormy16 target.
36a22261 9035
92b8ae91
MK
90362001-10-28 Mark Kettenis <kettenis@gnu.org>
9037
9038 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
9039 that we catch the expected failure under Linux/x86.
9040
cb135b83
OF
90412001-10-29 Orjan Friberg <orjanf@axis.com>
9042
9043 * gdb.base/setvar.exp: Escape curly braces.
9044 * gdb.stabs/weird.exp: Ditto.
9045
6884aa54
DJ
90462001-10-27 Daniel Jacobowitz <drow@mvista.com>
9047
9048 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
9049 * gdm.mi/mi0-hack-cli.exp: Likewise.
9050
0398c9aa
AC
90512001-10-25 Andrew Cagney <ac131313@redhat.com>
9052
9053 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
9054 messages.
9055
d20bf2e8
AC
90562001-10-21 Andrew Cagney <ac131313@redhat.com>
9057
9058 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
9059 checking MI enabled.
9060
03dd63aa
CV
90612001-10-09 Corinna Vinschen <vinschen@redhat.com>
9062
9063 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
9064
1d9d99f3
FCE
90652001-10-04 Frank Ch. Eigler <fche@redhat.com>
9066
9067 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
9068 if gdb child process crashes, just signal an error.
9069
838ae6c4
JB
90702001-10-02 Jim Blandy <jimb@redhat.com>
9071
9072 * lib/gdb.exp (test_xfail_format): Simplify.
9073
9074 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
9075 front of the variable name `format'. Simplify `if'.
9076
8f0cbc1c
DJ
90772001-10-01 Daniel Jacobowitz <drow@mvista.com>
9078
9079 * gdb.threads/pthreads.exp: Wait for output and delay
9080 before sending ^C.
9081
1f08dafd
DJ
90822001-10-01 Daniel Jacobowitz <drow@mvista.com>
9083
9084 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
9085 some incorrect output instead of timing out.
9086 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
9087
674f90ff
CV
90882001-09-28 Corinna Vinschen <vinschen@redhat.com>
9089
9090 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
9091 check to allow additional `int'.
9092
9b284272
DJ
90932001-09-27 Daniel Jacobowitz <drow@mvista.com>
9094
9095 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
9096 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
9097
b55a4771
MS
90982001-09-27 Michael Snyder <msnyder@redhat.com>
9099
9100 * lib/gdb.exp (test_debug_format): New proc.
9101 (setup_xfail_format): Use new proc test_debug_format.
9102 * gdb.base/constvars.exp (local_compiler_xfail_check): New
9103 proc; use new service proc test_debug_format.
9104 Replace all other "gcc_compiled" tests with this test.
9105 * gdb.base/volatile.exp (local_compiler_xfail_check): New
9106 proc; use new service proc test_debug_format.
9107 Replace all other "gcc_compiled" tests with this test.
9108
91092001-09-27 Michael Snyder <msnyder@redhat.com>
9110
9111 * gdb.base/cvexpr.exp: New file.
9112 * gdb.base/cvexpr.c: New file
9113 Test for expressions using const and volatile keywords.
9114
4e6667ac
CV
91152001-09-26 Corinna Vinschen <vinschen@redhat.com>
9116
9117 * gdb.base/constvars.exp: Check for different orders of keywords
9118 and additional "int" strings in output.
9119
4f337972
AC
91202001-09-22 Andrew Cagney <ac131313@redhat.com>
9121
9122 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
9123 responses from "help maint".
9124
2015650d
FCE
91252001-09-19 Frank Ch. Eigler <fche@redhat.com>
9126
9127 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
9128 to localhost:NNN instead of :NNN, in case Xvfb is listening
9129 only on TCP.
9130
f3bcedc1
CV
91312001-09-19 Corinna Vinschen <vinschen@redhat.com>
9132
9133 * gdb.base/recurse.exp: When checking leaving the watchpoint
9134 scope, recognize when gdb is in function's epilogue and pass.
9135
6b819c92
KS
91362001-09-18 Keith Seitz <keiths@redhat.com>
9137
9138 * lib/insight-support.exp (_gdbtk_export_target_info): Add
9139 support for running tests against sid targets.
9140 (gdbtk_done): Ditto.
9141
a10c9419
CV
91422001-09-18 Corinna Vinschen <vinschen@redhat.com>
9143
9144 * gdb.base/ending-run.c (main): Set stdout buffersize
9145 to the same reasonable value for any target.
9146 * gdb.base/ending-run.exp: Add a regular expression
9147 to make testsuite happy on Sanyo Stormy16 target.
9148
739d0d99
CV
91492001-09-17 Corinna Vinschen <vinschen@redhat.com>
9150
9151 * gdb.base/display.c (do_loops): Add float variable `f'.
9152 Increment f in loop.
9153 * gdb.base/display.exp: Increment timeout by 60 seconds.
9154 Change float display test to use variable `f'.
9155
1b8947f0
JB
91562001-09-17 Jim Blandy <jimb@redhat.com>
9157
9158 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
9159 overflowing the limited breakpoint tables on some ROM monitors
9160 (like the ROM68K).
9161
9890ac81
FCE
91622001-09-15 Frank Ch. Eigler <fche@redhat.com>
9163
9164 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
9165 the "-ac" (disable access control) flag.
9166
6db765ea
JH
91672001-08-30 Jeff Holcomb <jeffh@redhat.com>
9168
9169 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
9170 ints.
9171
4c32cc04
KS
91722001-08-30 Keith Seitz <keiths@redhat.com>
9173
9174 * lib/gdb.exp: Move all insight-related functionality into
9175 separate file.
9176 * lib/insight-support.exp: New file.
9177
8d6e6f81
FCE
91782001-08-29 Frank Ch. Eigler <fche@redhat.com>
9179
9180 * config/sid.exp (sid_start): Never set sid verbosity; disable
9181 expect_background {} that consumed its stdout; tolerate </dev/null.
9182 Attempt to set endianness override in "sid" protocol mode. Cleanup.
9183
6a90e1d0
AC
91842001-08-18 Andrew Cagney <ac131313@redhat.com>
9185
9186 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
9187 CLI jump command to start it.
9188 (mi_run_to_main): Fail immediatly when unexpected output.
9189
1759b3c3
AC
91902001-08-18 Andrew Cagney <ac131313@redhat.com>
9191
9192 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
9193 beginning of function. Fix PR gdb/191.
9194
61d11d80
FCE
91952001-08-16 Frank Ch. Eigler <fche@redhat.com>
9196
9197 * config/sid.exp (sid_start): Don't warn if we cannot figure out
9198 what to force sid endianness to.
9199
942a4df2
KS
92002001-08-15 Keith Seitz <keiths@redhat.com>
9201
9202 * lib/gdb.exp (gdbtk_start): Don't set environment
9203 variables for TCL_LIBRARY and friends. Insight will
9204 now figure these out for itself.
9205
0521c418
MS
92062001-08-02 Michael Snyder <msnyder@redhat.com>
9207
9208 * gdb.base/completion.exp: Remove the symbol "a64l" from
9209 the expect string; this is target-specific, and not related
9210 to what is being tested.
9211
74a9a58a
DB
92122001-08-02 Dave Brolley <brolley@redhat.com>
9213
9214 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
9215
c70819fa
MS
92162001-07-25 Michael Snyder <msnyder@redhat.com>
9217
c2b8fa57
MS
9218 * gdb.base/consecutive.exp: New file. Test stepping over
9219 breakpoints on consecutive instructions.
9220 * gdb.base/consecutive.c: New file.
9221
c70819fa
MS
9222 * gdb.base/call-rt-st.exp: Use double-backslash to quote
9223 curly braces in regular expressions.
9224
2b1a1355
MS
92252001-07-25 Michael Snyder <msnyder@redhat.com>
9226
9227 * gdb.base/ending-run.exp: Accept "Program exited normally" as
9228 legitimate output from stepping out of main.
9229
413eca6f
KS
92302001-07-22 Keith Seitz <keiths@redhat.com>
9231
9232 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
9233 the empty string, do not run the tests.
9234
7e5a9322
SC
92352001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9236
9237 * gdb.base/long_long.exp: Detect size of pointer. Take into
9238 account 2-byte pointers when testing for p/a results.
9239
de58f10f
SC
92402001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9241
d63a86f8 9242 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
9243 and defined to 1K for m68hc11.
9244 (random_data): Reduce table to 1K for embedded platforms (68hc11).
9245 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
9246 (sizeof_random_data): New variable to tell the size of the data table;
9247 don't test past this size; always run to main.
9248
d6f5fea1
SC
92492001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9250
9251 * gdb.base/return2.exp: return of long long and double fails for
9252 68HC11; don't execute these tests on that platform.
9253 * gdb.base/return.exp: Return of a double fails for 68hc11.
9254
c477543d
SC
92552001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9256
9257 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
9258 tests that print a float.
9259 * call-rt-st.exp: Likewise.
9260
63cf1c79
MK
92612001-07-12 Mark Kettenis <kettenis@gnu.org>
9262
9263 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
9264 running this test on Linux.
9265
112f9ab5
MC
92662001-06-24 Michael Chastain <chastain@redhat.com>
9267
9268 * gdb.base/arithmet.exp: Remove some tests to make all test names
9269 unique.
9270
4970cb0f
MS
92712001-07-03 Michael Snyder <msnyder@redhat.com>
9272
9273 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
9274 the output of the ptype command.
9275
d85da69f
MS
92762001-07-02 Michael Snyder <msnyder@redhat.com>
9277
4c8a82de
MS
9278 * gdb.base/completion.exp: Don't assume that break.c is the only
9279 source file that may contain functions named "marker".
d85da69f
MS
9280 * gdb.base/corefile.exp: Quote the curly braces in regexp.
9281
8afc772b
AC
92822001-06-28 Andrew Cagney <ac131313@redhat.com>
9283
9284 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
9285 of files to delete.
9286
9287 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
9288 * gdb.disasm/h8300s.exp: New file.
9289 gdb.disasm/h8300s.s: Likewise.
9290
cff22675
AC
92912001-06-27 Andrew Cagney <ac131313@redhat.com>
9292
9293 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
9294 empty breakpoint tables.
9295
68c81b54
AC
92962001-06-25 Andrew Cagney <ac131313@redhat.com>
9297
9298 * lib/mi-support.exp: Update args=... part of stop-reason
9299 patterns. Accept either a list or a tuple.
9300
2dd62704
AC
93012001-06-23 Andrew Cagney <ac131313@redhat.com>
9302
9303 * lib/mi-support.exp: Remove local emacs variable defining
9304 change-log-default-name.
9305
b4127474
MC
93062001-06-22 Michael Chastain <chastain@redhat.com>
9307
9308 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
9309 This is operationally compatible with the previous version.
9310
8dbfb380
JB
93112001-06-13 Jim Blandy <jimb@redhat.com>
9312
9313 * lib/gdb.exp (gdb_test): Doc fix.
9314
f2d8c86d
MC
93152001-06-10 Michael Chastain <chastain@redhat.com>
9316
9317 * gdb.base/exprs.exp: Remove a duplicate test.
9318
81564d34
JB
93192001-06-06 Jim Blandy <jimb@redhat.com>
9320
9321 * gdb.base/return2.exp (main): Use values to test float and double
9322 returns that are not NaN's, to avoid being confused by IEEE
9323 comparison rules.
9324
da55addb
MS
93252001-06-04 Michael Snyder <msnyder@redhat.com>
9326
9327 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 9328 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
9329 rather than wait for 12 more tests to time out.
9330
42c65987
JB
93312001-06-06 Jim Blandy <jimb@redhat.com>
9332
b18bced9 9333 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 9334 Don't forget to match the GDB prompt.
b18bced9 9335
42c65987
JB
9336 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
9337
5b41e5f0
JB
93382001-06-04 Jim Blandy <jimb@redhat.com>
9339
9340 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
9341 command.
9342
015e046f
KB
93432001-05-31 Kevin Buettner <kevinb@redhat.com>
9344
9345 * gdb.base/annota1.exp (info break): Match four or more spaces
9346 after "Address".
9347
fb1ffbbe
MC
93482001-05-31 Michael Chastain <chastain@redhat.com>
9349
9350 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
9351 (dm_type_int_star): Likewise.
9352 (dm_type_long_star): Likewise.
9353 (dm_type_void_star): Likewise.
9354
5ea2a32c
KB
93552001-05-29 Kevin Buettner <kevinb@redhat.com>
9356
9357 * gdb.base/completion.exp (INPUTRC): Set this environment variable
9358 to a known value in order to get consistent results regardless
9359 of the setting of INPUTRC or the presence or contents of .inputrc.
9360
ae23c492
MS
93612001-05-24 Michael Snyder <msnyder@redhat.com>
9362
ac55707e
MS
9363 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
9364 Don't require that the main thread and the manager thread are the
9365 first in the list.
9366
ae23c492
MS
9367 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
9368 debugging. If test fails, issue an "unsupported" not a "fail".
9369
400071f1
JB
93702001-05-24 Jim Blandy <jimb@redhat.com>
9371
9372 Don't assume that short is shorter than int.
9373 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
9374 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 9375 this isn't true.
400071f1
JB
9376 ("print unsigned char == (~0)"): Add test that verifies that ~0,
9377 an int, is not equal to ~0 stored in an unsigned char. This tests
9378 the same thing that the previous test meant to, but works on
9379 16-bit machines, too.
9380 ("print unsigned char != (~0)"): Same test, complemented.
9381
0816a3e5
MS
93822001-05-24 Michael Snyder <msnyder@redhat.com>
9383
9384 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 9385 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
9386 and prevents dejagnu getting out of step.
9387
f6dc23a9
KB
93882001-05-23 Kevin Buettner <kevinb@redhat.com>
9389
9390 * gdb.base/finish.exp (finish_void): Revise pattern for
9391 stopping on the call statement to not permit stopping at
9392 the start of the instructions comprising the call sequence.
9393
7dbd117d
MC
93942001-05-19 Michael Chastain <chastain@redhat.com>
9395
9396 * gdb.base/callfuncs.exp: Make all test names unique.
9397 * gdb.base/commands.exp: Make all test names unique.
9398 * gdb.base/condbreak.exp: Make all test names unique.
9399 * gdb.base/dbx.exp: Make all test names unique.
9400 * gdb.base/default.exp: Make all test names unique.
9401 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
9402 and TIMEOUT messages to their corresponding PASS message.
9403 * gdb.base/ending-run.exp: Make all test names unique.
9404 * gdb.base/long_long.exp: Remove duplicate test.
9405
6b0b0a9e
KB
94062001-05-21 Kevin Buettner <kevinb@redhat.com>
9407
9408 * gdb.base/finish.exp (finish_void): Allow "finish" command to
9409 stop on the call statement as well as the statement after the
9410 call.
9411
2caa35cb
MS
94122001-05-21 Michael Snyder <msnyder@redhat.com>
9413
9414 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
9415
40713331
EZ
94162001-05-10 Elena Zannoni <ezannoni@redhat.com>
9417
9418 * gdb.base/completion.exp: Revamp test. Make it execute on all
9419 platforms.
9420
c2c1be8d
EZ
94212001-05-10 Elena Zannoni <ezannoni@redhat.com>
9422
2c9cd303
EZ
9423 * config/gdbserver.exp (gdb_load): Handle the case
9424 in which the arguments to gdbserver are given in the
9425 baseboard configuration file.
9426 Also handle the case in which the server needs to do a
9427 load.
9428
9671de48
KS
94292001-05-07 Keith Seitz <keiths@cygnus.com>
9430
9431 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
9432 set up the display for testing.
9433 (gdbtk_start): Convert all paths to paths that tcl will like.
9434 Export target information to environment.
9435 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
9436 necessary.
9437 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
9438 (to_tcl_path): New proc to convert a given pathname into
9439 a path acceptible as an argument to a tcl command.
9440 (_gdbtk_export_target_info): New proc to export target info
9441 into the environment for gdbtk testing.
9442 (gdbtk_done): New proc to signal end-of-test.
9443
5a360f47
JB
94442001-05-06 Jim Blandy <jimb@redhat.com>
9445
9446 * restore.c: Make the code of caller0 correspond to its comment.
9447
66c756c6
MS
94482001-05-03 Michael Snyder <msnyder@redhat.com>
9449
9450 * config/sid.exp (gdb_target_sid): Check for error messages.
9451 On error or timeout, don't make expect exit (which will terminate
9452 all subsequent tests); instead just make gdb exit.
d63a86f8 9453 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
9454 return a negative value.
9455
a966fde5
JB
94562001-04-24 Jim Blandy <jimb@redhat.com>
9457
851c18e0
JB
9458 * gdb.c++/templates.exp: If we see the prompt for the overload
9459 list, but we haven't recognized any of the longer patterns,
9460 arrange for this test to fail, not hang.
9461
a966fde5
JB
9462 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
9463 variations.
9464
db144853
MC
94652001-04-22 Michael Chastain <chastain@redhat.com>
9466
9467 * gdb.c++/local.exp: Use the 'runto' library function.
9468 * gdb.c++/namespace.exp: Likewise.
9469 * gdb.c++/overload.exp: Likewise.
9470
3207ec21
KB
94712001-03-26 Kevin Buettner <kevinb@redhat.com>
9472
9473 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
9474 * gdb.base/step-line.exp: New file. Test step/next in presence of
9475 #line directives.
9476 * gdb.base/step-line.c: New file. Test program for the above.
9477 * gdb.base/step-line.inp: New file. We pretend that this file has
9478 been transformed by some other tool into step-line.c.
9479
13b57657
JB
94802001-03-21 Jim Blandy <jimb@redhat.com>
9481
9482 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
9483 unmangled operator names.
9484
754cbe1c
JB
94852001-03-20 Jim Blandy <jimb@redhat.com>
9486
9487 * gdb.threads/linux-dp.exp: Recognize an additional message
9488 generated by GDB when it doesn't understand how to debug threads
9489 on the target system.
9490
177495c9
AC
94912001-03-19 Andrew Cagney <ac131313@redhat.com>
9492
9493 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
9494
f266096b
MC
94952001-03-12 Michael Chastain <chastain@redhat.com>
9496
9497 * gdb.c++/derivation.exp: Use the 'runto' library function.
9498
cac3c2ff
MC
94992001-03-12 Michael Chastain <chastain@redhat.com>
9500
9501 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
9502
b6c11a24
MC
95032001-02-24 Michael Chastain <chastain@redhat.com>
9504
9505 * gdb.c++/ref-types.exp: Change handwritten code to library
9506 function 'runto'.
9507
6bae5bce
OF
95082001-03-16 Orjan Friberg <orjanf@axis.com>
9509
9510 * gdb.base/signals.exp: Set count to 0 explicitly.
9511
0015fd9a
MS
95122001-03-15 Mark Salter <msalter@redhat.com>
9513
9514 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
9515 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
9516 (gdb_load): Add support for additional target_info: gdb_download_size
9517 and gdb_load_timeout.
0015fd9a 9518
fc33412a
DT
9519Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
9520
9521 * gdb.base/annota1.exp: Move test of isnative to earlier in the
9522 file -- to prevent failing when the compile fails but we have no
9523 intention of running the tests anyway.
9524
9525 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
9526 tests if set.
9527
9528 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
9529 integers.
9530
9531 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
9532 * gdb.c++/namespace.exp: Ditto.
9533
115f06de
OF
95342001-03-07 Orjan Friberg <orjanf@axis.com>
9535
9536 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
9537 * gdb.base/pointers.exp: Relax pattern match of decimals.
9538
b6ba6518
KB
95392001-03-06 Kevin Buettner <kevinb@redhat.com>
9540
9541 * Makefile.in, config/abug.exp, config/cfdbug.exp,
9542 config/cpu32bug.exp, config/dve.exp, config/est.exp,
9543 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
9544 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
9545 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
9546 config/sh.exp, config/sid.exp, config/slite.exp,
9547 config/sparclet.exp, config/udi.exp, config/unknown.exp,
9548 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
9549 config/vxworks.exp, config/vxworks29k.exp,
9550 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
9551 gdb.base/all-bin.exp, gdb.base/annota1.exp,
9552 gdb.base/arithmet.exp, gdb.base/assign.exp,
9553 gdb.base/async.exp, gdb.base/attach.exp,
9554 gdb.base/bitfields.exp, gdb.base/bitops.exp,
9555 gdb.base/break.exp, gdb.base/call-ar-st.exp,
9556 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
9557 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
9558 gdb.base/commands.exp, gdb.base/completion.exp,
9559 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9560 gdb.base/constvars.exp, gdb.base/corefile.exp,
9561 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
9562 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
9563 gdb.base/ending-run.exp, gdb.base/environ.exp,
9564 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9565 gdb.base/finish.exp, gdb.base/foll-exec.exp,
9566 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
9567 gdb.base/funcargs.exp, gdb.base/help.exp,
9568 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
9569 gdb.base/logical.exp, gdb.base/long_long.exp,
9570 gdb.base/maint.exp, gdb.base/mips_pro.exp,
9571 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
9572 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
9573 gdb.base/pointers.exp, gdb.base/printcmds.exp,
9574 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
9575 gdb.base/regs.exp, gdb.base/relational.exp,
9576 gdb.base/remote.exp, gdb.base/reread.exp,
9577 gdb.base/restore.exp, gdb.base/return2.exp,
9578 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
9579 gdb.base/selftest.exp, gdb.base/setshow.exp,
9580 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
9581 gdb.base/sigall.exp, gdb.base/signals.exp,
9582 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
9583 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9584 gdb.base/step-test.exp, gdb.base/structs.c,
9585 gdb.base/structs.exp, gdb.base/structs2.exp,
9586 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
9587 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
9588 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
9589 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
9590 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
9591 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
9592 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
9593 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
9594 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
9595 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
9596 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
9597 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
9598 gdb.fortran/types.exp, gdb.java/jmisc.exp,
9599 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9600 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
9601 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9602 gdb.trace/circ.exp, gdb.trace/collection.exp,
9603 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
9604 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9605 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
9606 gdb.trace/report.exp, gdb.trace/save-trace.exp,
9607 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9608 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9609 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
9610 notices.
9611
dc96c6c7 96122001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
9613
9614 * gdb.base/varargs.c (find_max_double): Fix printf format string:
9615 first arg is int not float.
9616
dc96c6c7 96172001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
9618
9619 * gdb.base/reread.exp: Unsupported for non-native targets;
9620 doesn't work for remote debugging.
9621
9b0c4aeb
FN
96222001-02-19 Fernando Nasser <fnasser@redhat.com>
9623
9624 From Drew Moseley <dmoseley@redhat.com>
9625 * gdb.base/ending-run.exp: Properly handle the BSP state when
9626 stepping past the end of main.
9627
02aa71d5
MC
96282001-02-19 John Moore <jmoore@redhat.com>
9629
9630 * gdb.base/commands.exp (infrun_breakpoint_command_test):
9631 Converted HPUX fix for non-expected items following multiple
9632 step commands into general solution for all platforms.
9633
1fa449a4
MC
96342001-02-18 Michael Chastain <chastain@redhat.com>
9635
9636 * gdb.c++/classes.exp (do_tests): Change runto statements
9637 from "runto 'foo(void)'" to "runto 'foo'". This makes the
9638 statements demangler agnostic.
9639 * gdb.c++/virtfunc.exp (do_tests): Likewise.
9640 (gdb_virtfunc_restart): Likewise.
9641
b2f9ec70
MC
96422001-02-14 Michael Chastain <chastain@redhat.com>
9643
9644 * gdb.c++/inherit.exp (do_tests): Change runto statements
9645 from "runto 'foo(void)'" to "runto 'foo'". This makes the
9646 statements demangler agnostic.
9647
cf74b8ca
AC
9648Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
9649
9650 * gdb.threads/pthreads.exp: Unify pass/fail messages for
9651 ``continue to bkpt at common_routine in thread 2'' and ``stopped
9652 before calling common_routine 15 times'' tests.
9653
99f78f56
MC
96542001-02-11 Michael Chastain <chastain@redhat.com>
9655
9656 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
9657 Helps the test script figure out which demangler is in use.
9658 (dm_type_foo_ref): Ditto.
9659 (dm_type_int_star): Ditto.
9660 (dm_type_long_star): Ditto.
9661 (dm_type_unsigned_int): Ditto.
9662 (dm_type_void): Ditto.
9663 (dm_type_void_star): Ditto.
99707966 9664 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
9665 Probe the gdb demangler and set variables to accommodate
9666 formatting differences.
9667 (info_func_regexp): New function. Same as info_func, but
9668 matches against a regexp.
9669 (info_func): Match against a literal string.
9670 (print_addr_2): New function. Match against a literal string,
9671 which can be different from the input to gdb.
9672 (print_addr): Simply call print_addr_2 with the same argument twice.
9673 (test_lookup_operator_functions): Use demangler formatting variables.
9674 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
9675 the tests in the same order as the C++ class declaration.
9676 (test_paddr_operator_functions): Ditto.
9677 (test_paddr_overloaded_functions): Ditto.
9678 (test_paddr_hairy_functions): Use demangler formatting variables.
9679 Add reference to gdb/19 for related tests.
9680 (do_tests): Call probe_demangler.
9681
1de8f023
KB
96822001-01-30 Kevin Buettner <kevinb@redhat.com>
9683
9684 * gdb.c++/templates.cc (printf): Remove unused function definition.
9685
ca3f91ed
MS
96862001-01-26 Felix Lee <flee@redhat.com>
9687
9688 * sid.exp (sid_exit): Pass host, not target, to remote_close.
9689
96902001-01-25 matthew green <mrg@redhat.com>
9691
9692 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
9693 up sid.
9694 (sid_exit): Call `remote_pop_conn' after GDB is gone.
9695
96962001-01-25 matthew green <mrg@redhat.com>
9697
9698 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 9699 Deprecate $sid_spawn_id.
ca3f91ed
MS
9700 (sid_exit): Remove code necessary only for `spawn.'
9701
97022001-01-25 matthew green <mrg@redhat.com>
9703
9704 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
9705
fb18ec4a
MC
97062001-01-28 Michael Chastain <chastain@redhat.com>
9707
9708 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
9709 to call when tests fail. It takes gdb out of the overloaded
9710 function choice menu back to the main prompt, so that the test
9711 program stays synchronized.
9712 (set_bp_overloaded): New proc to collect all the common
9713 code for setting a breakpoint on an overloaded name. Calls
9714 take_gdb_out_of_choice_menu when needed.
9715 (menu_overload1arg): New variable to collect the repeated
9716 instances of the expected menu for an overloaded name. Change
9717 the regular expression to handle changes in g++ type encoding:
9718 "void" can be either "void" or "", and "unsigned int" can be
9719 either "unsigned int" or "unsigned".
9720 (continue_to_bp_overloaded): Change regular expressions to handle
9721 changes in g++ type encoding.
9722 (no proc): Call take_gdb_out_of_choice_menu when needed.
9723 Remove redundant calls to "info break". Accept either "canceled"
9724 or "cancelled". Change regular expressions in "info break"
9725 calls to handle changes in g++ type encoding. Give all tests
9726 unique strings.
9727
9c646a6e
BE
97282001-01-17 Ben Elliston <bje@redhat.com>
9729
9730 * config/sid.exp: New file.
9731
9549d9c1
AC
9732Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
9733
9734 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
9735
dc96c6c7 97362000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
9737
9738 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
9739 Add a RE to accept a non-ascii char if one is ever presented.
9740
b4df4f68
FN
97412000-12-20 Fernando Nasser <fnasser@redhat.com>
9742
297dd0fd 9743 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 9744
dc96c6c7 97452000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 9746
d63a86f8 9747 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
9748 in regexp. One '\' does not suffice on Linux.
9749
4a7bddb6
MC
97502000-12-09 Michael Chastain <chastain@redhat.com>
9751
9752 * gdb.base/break.exp (test_clear_command): Use a marker function
9753 rather than 'main' for the test function. Also move this
9754 test to an execution point where the marker function names are
9755 guaranteed to be bound to functions. (Executing tests after a
9756 'finish' from main runs into name conflicts with local names
9757 in __libc_start_main).
9758
dc96c6c7 97592000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
9760
9761 * gdb.base/finish.exp: New test for gdb's "finish" command.
9762 * gdb.base/return2.exp: New test for gdb's "return" command.
9763 * gdb.base/return2.c: New source file for above.
9764
dc96c6c7 97652000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
9766
9767 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
9768 * gdb.base/miscexprs.exp: Ditto.
9769 * gdb.base/pointers.exp: Ditto.
9770 * gdb.c++/derivation.exp: Ditto.
9771 * gdb.c++/local.exp: Ditto.
9772 * gdb.c++/namespace.exp: Ditto.
9773 * gdb.c++/overload.exp: Ditto.
9774 * gdb.c++/ref-types.exp: Ditto.
9775
dc96c6c7 97762000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
9777
9778 * gdb.base/constvars.exp: Test result of "up" command.
9779 * gdb.base/miscexprs.exp: Ditto.
9780 * gdb.base/pointers.exp: Ditto.
9781 * gdb.base/scope.exp: Ditto.
9782 * gdb.c++/derivation.exp: Ditto.
9783 * gdb.c++/local.exp: Ditto.
9784 * gdb.c++/namespace.exp: Ditto.
9785 * gdb.c++/overload.exp: Ditto.
9786 * gdb.c++/ref-types.exp: Ditto.
9787
44097287
FN
97882000-11-22 Michael Chastain <chastain@redhat.com>
9789
9790 * mips_pro.exp: Accept either "middle -> top -> main" or
9791 "middle -> main" in the backtrace, because gcc can optimize
9792 tail calls to jumps. Remove setup_xfail for the hppa case.
9793 Add a comment with the original warning messages from PR 3016,
9794 which was filed in 1993, to preserve them for posterity.
9795
9d2e1bab
ND
97962000-11-17 Nick Duffek <nsd@redhat.com>
9797
9798 * lib/gdb.exp (gdb_test): Override timeout with board info.
9799
1aca8eb7
ND
98002000-11-17 Nick Duffek <nsd@redhat.com>
9801
9802 * gdb.base/display.exp: Don't kill running stub. Add "again" to
9803 the second kill and detach messages.
9804
93076499
ND
98052000-11-17 Nick Duffek <nsd@redhat.com>
9806
9807 * configure.in: Add AC_EXEEXT.
9808 * configure: Regenerate.
9809 * Makefile.in (just-check): Export EXEEXT.
9810 * lib/gdb.exp ($EXEEXT): Import from environment.
9811 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
9812 expect "maint dump-me" on Cygwin.
9813 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
9814 $EXEEXT.
9815
30e87cd3
ND
98162000-11-17 Nick Duffek <nsd@redhat.com>
9817
9818 * gdb.base/break.exp: Test backtrace and finish from called
9819 function on all platforms, not just HP-UX.
9820
dc96c6c7 98212000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
9822
9823 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
9824 code from gdb_target_monitor, so it can be used independantly
9825 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 9826
dc96c6c7 98272000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
9828
9829 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
9830 * gdb.base/corefile.exp: Expect the message "Program is being
9831 debugged already" when we send the "corefile" command, since
9832 the preceeding gdb_load may have connected gdb to a remote target.
9833 * gdb.base/display.exp: Disable hardware watchpoints if new
9834 board info variable "no_hardware_watchpoints" is true.
9835 Replace single-letter commands with more readable ones.
9836 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
9837 if new board info variable "no_hardware_watchpoints" is true.
9838 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
9839 to see if stdio (printf) testing is possible.
9840 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
9841 board info variable "no_hardware_watchpoints" is true. Use new
9842 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
9843
39124dea
FN
98442000-11-13 Fernando Nasser <fnasser@redhat.com>
9845
9846 From Orjan Friberg <orjanf@axis.com>:
9847 * gdb.base/printcmds.exp: Escape curly braces followed by a number
9848 in array print pattern match.
9849
a9e2e984
FN
98502000-11-09 Fernando Nasser <fnasser@redhat.com>
9851
9852 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
9853 spelling "cancelled" to U.S. spelling "canceled" to match changes
9854 made to gdb.
9855 * gdb.c++/ovldbreak.exp: Ditto.
9856
c7db355b
PS
98572000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9858
9859 * gdb.base/callfuncs.c (main): Moved to end of file, call
9860 t_double_values to initialize the FPU before inferior calls are made.
9861 * gdb.base/callfuncs.exp: Test for register preservation after calling
9862 inferior functions. Add tests for continuining, finishing and
9863 returning from a stop in a call dummy.
9864
dc96c6c7 98652000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
9866
9867 * gdb.base/commands.exp: Break up long lines, and re-indent.
9868
dc96c6c7 98692000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
9870
9871 * config/gdbserver.exp: Rewritten from the ground up, to make it
9872 compatible with the current dejagnu tree, and to make it work with
9873 the new "gdbserver" in libremote.
9874
dc96c6c7 98752000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
9876
9877 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
9878 * gdb.base/varargs.exp: Skip entire test if no printf support.
9879 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
9880 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
9881
dc96c6c7 98822000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
9883
9884 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
9885 no floating point support.
9886 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
9887 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
9888 * gdb.base/call-rt-st.exp: Ditto.
9889 * gdb.base/call-strs.exp: Ditto.
9890
bac5fc66
JG
98912000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
9892
9893 * gdb.base/sizeof.c: include <stdio.h>.
9894
9895 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
9896 'finish', otherwise uncaptured gdb_prompt would potentially
9897 throw remaining test points out of sync.
9898
b22a6027
SB
98992000-07-26 Scott Bambrough <scottb@netwinder.org>
9900
9901 * gdb.base/recurse.exp: Run tests for all targets.
9902 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
9903 gnu-oldld case on ARM.
9904 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
9905 for ARM targets.
d63a86f8 9906
d8231941
AG
9907Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
9908
9909 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
9910 * gdb.java/configure: Rebuild.
9911
8caabe69
AG
9912Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
9913
9914 * gdb.java/jv-exp.exp: New file.
9915
9d273ca3
AG
9916Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
9917
9918 * configure: Rebuilt.
9919 * configure.in (configdirs): Add gdb.java.
9920 * gdb.java/jmisc.java: New file.
9921 * gdb.java/jmisc.exp: New file.
9922 * gdb.java/Makefile.in: New file.
9923 * gdb.java/configure: Rebuilt.
9924 * gdb.java/configure.in: New file.
9925 * lib/java.exp: New file.
9926
4f823a66
AC
9927Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
9928
9929 * gdb.base/exprs.exp: Test casts to a pointer including over and
9930 underflow.
9931
2391e11d
AC
9932Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
9933
9934 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
9935 and the compilers sizes.
9936
54602222
ND
99372000-07-09 Nick Duffek <nsd@redhat.com>
9938
9939 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
9940 (use_methods): New function.
9941 (main): Call use_methods().
9942 * gdb.c++/classes.exp (test_method_param_class): New procedure.
9943 (do_tests): Call test_method_param_class.
9944
2bec0572
ND
99452000-07-09 Nick Duffek <nsd@redhat.com>
9946
9947 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
9948 spelling.
9949 (test_enums): New procedure. Move enum tests from end of script
9950 to here. Set breakpoint on function name instead of line number.
9951 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
9952 (enums2): New marker function.
9953 (enums1): New function.
9954 (main): Call enums1(). Move enum tests to enums1().
9955
78492fde
AC
9956Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
9957
9958 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
9959 compile/link program. Update line numbers.
9960 * gdb.asm/d10v.inc: Define ``startup''.
9961 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 9962
49a2cef8
AC
9963Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
9964
9965 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
9966
3e6c8688
EZ
99672000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9968
9969 * gdb.base/maint.exp: Add 'maint print architecture' item to output
9970 of 'help maint print' command.
9971
9ff5cbe9
AC
9972Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
9973
9974 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
9975 they use gdb_expect_list.
9976
17c579bd
AC
9977Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
9978
9979 * gdb.base/commands.exp: Use ``set remote
9980 memory-read-packet-size'' instead of ``set endian big'' to test
9981 long commands.
9982
e6d71bf3
DB
99832000-06-03 Daniel Berlin <dan@cgsoftware.com>
9984
9985 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 9986 g++, and stop skipping them.
e6d71bf3
DB
9987
9988 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
9989 work under g++.
9990
d63a86f8 9991 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
9992 initialization.
9993
dc96c6c7 99942000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
9995
9996 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
9997 the regular expression: accept an (almost) arbitrary sequence of
9998 "frames-invalid" and "breakpoints-invalid" messages both before
9999 and after the "starting" message.
10000
dc96c6c7 100012000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
10002
10003 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 10004
dc96c6c7 100052000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
10006
10007 * gdb.base/annota1.exp (annotate-signal-handler-caller):
10008 Relax the regular expression a little, make it pass on Solaris 8.
10009
8216cda9
KB
100102000-05-12 Kevin Buettner <kevinb@redhat.com>
10011
10012 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 10013 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
10014 Instead, it is permissible for gdb to stop on the line of the
10015 call itself.
10016
1a570b2f
MS
100172000-05-12 Michael Snyder <msnyder@.cygnus.com>
10018
10019 * gdb.base/break.exp (bp on small function, optimized file):
10020 Add a second pass pattern. The behavior differs here between stabs
10021 and dwarf for one-line functions. Stabs preserves two line symbols
10022 (one before the prologue and one after) with the same line number,
10023 but dwarf regards these as duplicates and discards one of them.
10024 Therefore the address after the prologue (where the breakpoint is)
10025 has no exactly matching line symbol, and GDB reports the breakpoint
10026 as if it were in the middle of a line rather than at the beginning.
10027
dc96c6c7 100282000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 10029
d63a86f8 10030 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
10031 rather than "send_gdb" (for consistancy).
10032
7d418785
AC
10033Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10034
10035 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
10036 * gdb.c++/templates.cc: Properly check for GCC version number.
10037 * lib/compiler.cc: Likewise
10038
dc96c6c7 100392000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 10040
d63a86f8 10041 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
10042 gdb may not stop at the first line of main, due to code motion.
10043
dc96c6c7 100442000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
10045
10046 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
10047 This test depends on parsing the printf output from the target.
10048 Since the sparclet stub doesn't do stdio, this will never work.
10049 * gdb.base/call-rt-st.exp: ditto.
10050 * gdb.base/call-strs: ditto.
10051
dc96c6c7 100522000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
10053
10054 * gdb.base/miscexprs.exp: make sizeof long array test portable.
10055
10056 * gdb.base/ending-run.exp: After connecting to a remote target,
10057 but before running, the target will appear to be in a random
10058 location. Specify both a file and a line for breakpoints.
10059 Also, the function that calls main may be called 'init'
10060 rather than 'start'.
10061
a5a51225
EZ
100622000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10063
10064 * gdb.base/help.exp: Update output for add-symbol-file command.
10065
7930cc7c
FN
100662000-04-10 Fernando Nasser <fnasser@cygnus.com>
10067
10068 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10069 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
10070
23e37ab1
C
100712000-04-07 J.T. Conklin <jtc@redback.com>
10072
e93c542c
C
10073 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
10074
23e37ab1
C
10075 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
10076
591b8fa3
PDM
10077Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
10078
10079 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
10080 values that can be represented exactly.
10081 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
10082 above change, and to not check against the directory part of the source
10083 file name.
10084 (step into print_long_arg_list): Likewise.
10085 (print print_small_structs from print_long_arg_list): Likewise.
10086 (print print_long_arg_list): Likewise.
10087
7a495180
EZ
100882000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10089
30b53638 10090 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 10091
beb998c6
AC
10092Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
10093
10094 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
10095
1c689132
DB
100962000-03-25 Daniel Berlin <dan@cgsoftware.com>
10097
10098 * gdb.base/commands.exp (deprecated_command_test): Add test for
10099 deprecate with no arguments.
10100
c1790a9d
JL
101012000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
10102
10103 * gdb.base/break.exp: Add new test for setting breakpoints on
10104 optimized code so we can test breakpoints work even when function
10105 prologues may be optimized away
10106
003ba290
FN
101072000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10108
10109 From David Whedon <dwhedon@gordian.com>
10110 * gdb.base/commands.exp : Added command deprecator tests.
10111
6837a0a2
DB
101122000-03-22 Daniel Berlin <dan@cgsoftware.com>
10113
10114 * gdb.base/help.exp: Added test for new apropos command.
10115
b9593231
KB
101162000-03-21 Kevin Buettner <kevinb@redhat.com>
10117
10118 * gdb.base/pointers.c (usevar): New function.
10119 (main): Make sure that global variables v_int_pointer2, rptr,
10120 and y are all referenced someplace in the program by calling
10121 usevar() on them. [Some linkers delete symbols which are
10122 never referenced. The space remains, but there's no way to
10123 get a (symbolic) handle on the variable from the debugger.]
10124
751a959b
EZ
101252000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10126
10127 * gdb.base/printcmds.c: Add typedeffed arrays.
10128
10129 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
10130 procedure to test arrays that are typedef'd.
10131
73a93a32
JI
101322000-03-13 James Ingham <jingham@leda.cygnus.com>
10133
10134 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 10135 the library directories.
73a93a32 10136
fb40c209
AC
10137Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
10138
10139 * configure.in (configdirs): Add sub directory gdb.mi.
10140 * configure: Re-generate.
10141
10142 * gdb.mi: New directory.
d63a86f8 10143
ee4dd2c9
AC
101442000-02-25 Scott Bambrough <scottb@netwinder.org>
10145
10146 * gdb.base/long_long.exp: Correct test suite failure when printing
10147 a long long value as a double on ARM platforms.
10148
70f0cc22
JB
101492000-02-16 Jim Blandy <jimb@redhat.com>
10150
10151 * gdb.base/break.exp ("breakpoint line number"): Make sure the
10152 default source file is set properly before running this test.
10153
853819b8
EZ
101542000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10155
10156 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
10157 gdbtk/library directory, not in gdbtcl2.
10158
dfcd3bfb
JM
101592000-02-04 Jim Blandy <jimb@redhat.com>
10160
10161 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
10162 backslash from regexp pattern.
10163
10164 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
10165 procedure. Use it to run all the "continue to bp overloaded"
10166 tests. Note that this changes the names of the tests slightly.
10167 If the breakpoint hit message includes a hex PC value, because
10168 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
10169 from the real source code, still consider that a pass.
10170
10171 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
10172 XFAIL here if the breakpoint message contains a hex address. Note
10173 similar change on 1999-11-02.
10174
10175 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
10176
10177 * gdb.base/ptype.exp: Establish a default source file before
10178 calling get_debug_format.
10179
101802000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
10181
10182 * gdb.base/watchpoint.exp: Remove duplication of test messages.
10183
8b93c638
JM
101842000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
10185
10186 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
10187 of successive stepi commands -- while in the prologue we should see
10188 the function entry bracket.
10189
101902000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
10191
10192 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
10193 reach __change_mode() when stepping through the end of main().
10194
c5394b80
JM
101952000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
10196
10197 * gdb.base/default.exp: Fix expected pattern.
10198 * gdb.base/help.exp: Same.
10199
0d06e24b
JM
102002000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10201
10202 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
10203 Don't use xfail's because that affects only the following test.
d63a86f8 10204
0d06e24b
JM
10205 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
10206 solaris or linux.
10207
10208 * gdb.base/selftest.exp: Update to reflect changes to main.c.
10209
dc96c6c7 102102000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 10211
d63a86f8 10212 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
10213 "A syntax error" rather than "A parse error". Accept both.
10214
102152000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
10216
10217 * gdb.base/default.exp: Remove OS dependent string from "target
10218 remote" test.
10219 * gdb.base/help.exp: Same for "help target remote" test.
10220
c3f6f71d
JM
102212000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10222
10223 From Jim Kingdon <kingdon@redhat.com>:
10224
10225 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
10226 prompt (cleanup rather than necessity, but still might keep output
10227 from spilling to next test).
10228
102292000-01-02 Fred Fish <fnf@cygnus.com>
10230
10231 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
10232 AIX, which defines them in <sys/types.h>.
10233
ed9a39eb 102341999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 10235
ed9a39eb
JM
10236 * gdb.base/default.exp: Match arm* etc instead of arm in "info
10237 float" test.
10238
102391999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 10240
ed9a39eb 10241 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
10242
10243 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
10244 outermost frame disallowed".
10245
102461999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
10247
10248 * gdb.base/setvar.exp: New tests for setting the value of a struct
10249 with a constant list.
10250
102511999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
10252
10253 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
10254 require the user to type a cast before setting the value of a struct.
10255
de57eccd
JM
102561999-12-06 Jim Blandy <jimb@cygnus.com>
10257
10258 * gdb.base/default.exp: Expect the new 'info float' command on
10259 all i386 platforms.
10260
10261 * gdb.threads/linux-dp.exp: Expand our ability to recognize
10262 LinuxThreads libraries that don't support debugging.
10263
c2d11a7d
JM
10264Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
10265
10266 * gdb.base/remote.c: Fill the buffer with truely random data.
10267 Change the buffer type to ``unsigned char'' to simplify size
10268 arithmetic.
10269
10270 * gdb.base/remote.exp: Reduce download numbers by one. Typical
10271 stub only handles 400-1 byte packets. Verify that the download
10272 worked.
10273
102741999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
10275
10276 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
10277 tests, using UNRESOLVED for the untested cases. Also, does not wait
10278 for a timeout if the prompt was received before a recognizable pattern.
10279
102801999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
10281
10282 * lib/gdb.exp (gdb_expect_list): Fix spelling.
10283
102841999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10285
10286 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
10287 watchpoints.
10288
102891999-11-24 Jason Merrill <jason@casey.cygnus.com>
10290
10291 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
10292
10293 * gdb.c++/local.exp: Be more flexible in recognizing local class
10294 name mangling. Don't allow horribly truncated method names.
10295 * gdb.c++/derivation.exp: Expect protected inheritance.
10296 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
10297 * gdb.c++/virtfunc.exp: Likewise.
10298 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
10299 when printing a nested enum.
10300
103011999-11-22 Jim Blandy <jimb@cygnus.com>
10302
10303 * gdb.base/step-test.exp: Properly await GDB's response to setting
10304 a breakpoint on the call to large_struct_by_value.
10305
10306 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
10307 just because we have debug info for the `start' function.
10308
103091999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
10310
10311 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
10312 "Unknown signal" messages, which indicate (on LinuxThreads) that
10313 GDB doesn't know how to debug threads on this system. This is
10314 better than hanging while philosopher 0 dumps chatter into gdb.log.
10315
103161999-11-18 Tom Tromey <tromey@cygnus.com>
10317
10318 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
10319
103201999-11-18 Fred Fish <fnf@cygnus.com>
10321
10322 * gdb.base/coremaker2.c: Add sample program for generating
10323 cores that is more self contained than coremaker.c. Eventually
10324 I'll add more code to this and tie it into the testsuite.
10325
4ce44c66
JM
103261999-11-12 Stan Shebs <shebs@andros.cygnus.com>
10327
10328 * gdb.base/dollar.exp: Remove, now in gdb.hp.
10329
103301999-11-10 Jimmy Guo <guo@cup.hp.com>
10331
10332 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
10333 from $srcdir/lib/.
10334 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
10335 and gdb.c++/.
10336
10337 * gdb.c++/derivation.exp: remove redundant get compiler info code.
10338
d63a86f8 10339 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
10340 'continue with watch' test point.
10341
103421999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
10343
10344 Merged from p2linux-990323-branch:
d63a86f8 10345
4ce44c66
JM
10346 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
10347
11cf8741
JM
10348Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
10349
10350 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
10351 {limit,fixed}''. Test ``set download-write-size''.
10352
10353Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
10354
10355 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
10356 gdb_expect_list.
10357
10358Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
10359
10360 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
10361
103621999-11-03 Mark Salter <msalter@cygnus.com>
10363
10364 * gdb.base/break.exp: Fix "stub continue" pattern.
10365
103661999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
10367
10368 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
10369
103701999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
10371
10372 * gdb.base/display.exp ("finish"): Add timeout clause.
10373
10374 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
10375 plain prompt clause, so this doesn't have to time out in order to
10376 fail.
10377
10378 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
10379 breakpoint hit messages include an address.
10380
10381 * gdb.base/display.exp: Don't forget to escape parens in regular
10382 expressions. Unix regexp notatation sucks.
10383
103841999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10385
10386 * gdb.base/annota1.exp: Test for annotate-signalled: change output
10387 order for 'signalled' message.
10388
5c44784c
JM
103891999-11-01 Stan Shebs <shebs@andros.cygnus.com>
10390
10391 From Jimmy Guo <guo@cup.hp.com>:
10392 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
10393 * gdb.base/annota1.c: Add code for tests to work with.
10394
103951999-10-26 Frank Ch. Eigler <fche@cygnus.com>
10396
10397 * gdb.base/remote.exp: New test for remote downloading settings.
10398 * gdb.base/remote.c: New file with large .data.
10399
917317f4
JM
104001999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
10401
10402 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
10403 for LinuxThreads support, merged from the Code Fusion branch.
10404
10405Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
10406
10407 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
10408 containing exp_continue into a while within an expect. Don't
10409 attempt a start more than three times. Check return value from
10410 gdb_load.
d63a86f8 10411
2df3850c
JM
10412Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
10413
10414 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
10415 a pass case.
10416
2acceee2
JM
104171999-10-01 Kevin Buettner <kevinb@cygnus.com>
10418
10419 * gdb.base/break.c (main): Added a statement that we can step
10420 off of.
10421 * gdb.base/break.exp: Added tests for setting a breakpoint
10422 at an offset and stepping onto a breakpoint.
10423
104241999-10-01 Fred Fish <fnf@cygnus.com>
10425
d63a86f8 10426 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
10427 gdb output.
10428
c2c6d25f
JM
104291999-09-18 Jim Blandy <jimb@cris.red-bean.com>
10430
10431 * gdb.base/break.exp: Code locations are in hex, don't forget!
10432 (For HP-UX.)
10433
104341999-09-17 Stan Shebs <shebs@andros.cygnus.com>
10435
10436 * condbreak.exp: Use break.c as test program.
10437 * condbreak.c: Remove, redundant with break.c.
10438
104391999-09-15 Stan Shebs <shebs@andros.cygnus.com>
10440
10441 * config/monitor.exp (gdb_target_monitor): Disable X- and
10442 Z-packets if the target needs it.
10443
104441999-09-13 James Ingham <jingham@leda.cygnus.com>
10445
10446 * gdb.c++/overload.exp: Added tests for listing overloaded
10447 functions with function pointers in the arg, explicitly calling
10448 out the version you want.
10449
cff3e48b
JM
104501999-09-09 Stan Shebs <shebs@andros.cygnus.com>
10451
10452 * long_long.exp: Add variations of test cases that work for
10453 targets with 16-bit ints and 32-bit doubles.
10454
d4f3574e
SS
104551999-09-08 Stan Shebs <shebs@andros.cygnus.com>
10456
10457 * break.c (main): Compare a possibly-uninitialized argc with an
10458 unlikely value that fits in 16 bits.
10459
104601999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10461
10462 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
10463 0xfeeb, don't want negative numbers if ints are 16 bits.
10464
10465 * lib/gdb.exp (skip_cplus_tests): New proc.
10466 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
10467 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
10468 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
10469 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
10470 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
10471 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
10472 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
10473 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
10474
10475 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
10476
10477Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
10478
10479 * gdb.base/corefile.exp (up): Allow a parameter to appear
10480 in the frame that we're going up to.
10481
10482 From Jim Blandy <jimb@cygnus.com>:
10483
10484 * gdb.base/default.exp (info float): Expect some output now.
10485
10486 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
10487 returning floating-point values to fail on the x86.
10488 * gdb.base/callfwmall.exp (do_function_calls): Same.
10489
10490 * gdb.base/list.exp (test_listsize): Correct expectations for
10491 listing line 1 with listsize 2. Also, listing a single line
10492 works now, as does listing three lines. [Kevin's note: There
10493 were a number of other cases fixed too where the expectations
10494 differed...]
10495
104961999-09-02 Stan Shebs <shebs@andros.cygnus.com>
10497
10498 * gdb.base/selftest.exp: Add case for when version prints as
10499 constant string instead of char pointer.
10500
104c1213
JM
105011999-08-25 Stan Shebs <shebs@andros.cygnus.com>
10502
10503 * gdb.base/ending-run.exp: Add Solaris case for what happens when
10504 stepping out of main.
10505
10506 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
10507 G++ used.
10508
10509 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
10510 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
10511
10512 * gdb.c++/ovldbreak.exp: Update match string in test that
10513 includes a warning of multiple breakpoints.
10514
105151999-08-24 Stan Shebs <shebs@andros.cygnus.com>
10516
10517 * gdb.base/display.exp: Improve precision of step-after-finish
10518 added yesterday.
10519
10520 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
10521 test.
10522
10523 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
10524 configs when using G++, not just hppa*.
10525
105261999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10527
10528 * gdb.base/async.c: New file.
10529 * gdb.base/async.exp: New file.
10530
10531Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
10532
10533 * gdb.base/break.exp: Tweak PA specific tests to properly handle
10534 PA64.
10535
53a5351d
JM
10536Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
10537
104c1213
JM
10538 * gdb.base/display.exp: "finish" can leave us mid-line on many
10539 targets, deal with it. Add a small constant to main, instead of
10540 1000 since main+1000 may not be a valid address in the target.
10541
53a5351d
JM
10542 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
10543 on hpux11.
10544
10545 * gdb.base/attach.exp: Handle another hpux11 error message variant
10546 when attaching to a process that does not exist.
10547
105481999-08-19 J.T. Conklin <jtc@redback.com>
10549
10550 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
10551 characters in 'continue to 1241' test.
10552
105531999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10554
10555 * gdb.base/call-ar-st.exp: Add a shorter match case for the
10556 stop in print_long_arg_list, define and use a whitespace
10557 variable in print_small_structs test, add an XFAIL for Solaris.
10558 * gdb.base/dbx.exp: XFAIL func commands until somebody is
10559 interested enough to fix.
10560
7be570e7
JM
105611999-08-13 Keith Seitz <keiths@cygnus.com>
10562
10563 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
10564 (dbx_gdb_load): Remove. Use gdb_load instead, since that
10565 proc knows about targets other than the natives.
10566 (test_assign): Use "gdb_run_cmd" to "run" the target.
10567 Check that we've actually hit the breakpoint at main.
10568 When we attempt to assign a value to a local variable, check
10569 that the variable is in the current scope, i.e., don't use
10570 a test with an empty result.
10571
10572Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
10573
10574 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
10575 command.
10576
105771999-08-09 Stan Shebs <shebs@andros.cygnus.com>
10578
10579 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10580 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
10581 gdb.compat, gdb.threads-hp.
10582 gdb.hp/configure, gdb.hp/configure.in: New files.
10583 gdb.hp/Makefile.in: Recurse into new subdirs.
10584 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
10585 gdb.hp/gdb.objdbg: New directory, tests for debugging info
10586 in object files.
10587 gdb.hp/tools: New directory, aux tools for HP-specific tests.
10588
96baa820
JM
105891999-08-05 Stan Shebs <shebs@andros.cygnus.com>
10590
10591 * gdb.base/display.exp: Help expect by putting a newline in the
10592 funky printf, remove a bogus p/a test.
10593
105941999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10595
10596 * gdb.base/display.exp: Make sure that when we say 'run', we are
10597 connected to the target. This is necessary when running not
10598 natively.
10599
106001999-08-03 Stan Shebs <shebs@andros.cygnus.com>
10601
10602 * gdb.base/step-test.exp: Removed some extraneous messages.
10603
10604 * gdb.base/long_long.exp: Don't run memory examination tests
10605 on little-endian targets (they will need a different set of
10606 results to match).
10607
106081999-08-02 Stan Shebs <shebs@andros.cygnus.com>
10609
10610 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
10611 until somebody decides to fix GDB.
10612
10613 * gdb.base/long_long.c: Stop compiler complaint by specifying long
10614 constant as "ULL".
10615 * gdb.base/long_long.exp: Loosen x/c test, add partial result
10616 matches for a couple x/2 commands.
10617
a0b3c4fd
JM
106181999-07-30 Stan Shebs <shebs@andros.cygnus.com>
10619
10620 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
10621 by merging in ref-types2 tests.
10622 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
10623
10624 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10625 * gdb.c++/Makefile.in: Add standard actions.
10626 (EXECUTABLES): Rename from PROGS, update list.
10627 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
10628 from gdb.hp.
10629 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
10630 foo and bar locals.
10631 * gdb.c++/anon-union.exp: Fix tests to match.
10632 * gdb.c++/classes.exp: Run if HP compiler used, add extra
10633 expect matches to handle output variations.
10634 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
10635 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
10636 output, add HP alternatives for new and delete prints.
10637 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
10638 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
10639 * gdb.c++/demangle.exp: Use $style when reporting failure.
10640 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
10641 * gdb.c++/inherit.exp: Run if HP compiler used, add some
10642 match alternatives.
10643 * gdb.c++/local.exp: Add match alternatives or xfails for HP
10644 compilers.
10645 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
10646 * gdb.c++/method.exp: Add match alternatives.
10647 * gdb.c++/misc.cc: Add bool types.
10648 * gdb.c++/misc.exp: Add tests for bool types.
10649 * gdb.c++/overload.exp: Add xfails.
10650 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
10651 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
10652 add some more template parameter tests (only for HP currently).
10653 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
10654 * gdb.c++/virtfunc.cc: Add return type and value for main.
10655 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
10656 match alternatives.
d63a86f8 10657
a0b3c4fd
JM
106581999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10659
10660 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
10661
106621999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
10663
10664 * gdb.base/signals.exp: Don't expect getting a backtrace from
10665 within a signal handler to fail on Linux.
10666
106671999-07-29 Stan Shebs <shebs@andros.cygnus.com>
10668
10669 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10670 * lib/gdb.exp: Remove some gratuitious semicolons.
10671 (delete_breakpoints): Increase timeout.
10672 (gdb_expect): Add -notransfer option.
10673 (gdb_test): Use -notransfer option.
10674 (get_compiler_info): Add f77 case.
10675 (get_compiler): New proc, split out from gdb_preprocess, add f77
10676 case.
10677 (gdb_preprocess): Call get_compiler.
10678
10679 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
10680 * gdb.base/attach.exp, gdb.base/display.exp,
10681 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
10682 gdb.base/long_long.exp, gdb.base/printcmds.exp,
10683 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
10684 third arg to gdb_test.
10685 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
10686 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
10687 HP-UX xfails, add others.
10688 * gdb.base/completion.exp: Reflect name change of self-test.
10689 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
10690 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
10691 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
10692 HP failure number.
10693 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
10694 useless HP-UX 10.30 references.
10695 * gdb.base/maint.exp: Loosen matches.
10696 * gdb.base/pointers.c (main): Declare more_code.
10697 * gdb.base/pointers.exp: Match on output of a `next'.
10698 * gdb.base/structs.c: Add prototypes.
10699 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
10700 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
10701
107021999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10703
10704 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
10705 command.
10706
107071999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10708
10709 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
10710 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
10711
10712 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
10713 debug info. Deal with lack of signal hanlder info in stack.
10714
10715 From Jim Kingdon <kingdon@redhat.com>:
10716 * gdb.base/annota1.exp: If printf has debug info, deal with it.
10717
5a2468f5
JM
107181999-07-19 Stan Shebs <shebs@andros.cygnus.com>
10719
10720 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
10721 gdb.base/foll-vfork.exp: Don't run for crosses.
10722
adf40b2e
JM
10723Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
10724
10725 * gdb.base/configure.in: Check for gdbvars.exp instead of
10726 a1-selftest.exp.
10727 * gdb.base/configure: Re-generate.
10728
107291999-07-12 Stan Shebs <shebs@andros.cygnus.com>
10730
10731 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
10732 in trying to run first and name is too long.
10733
10734 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
10735 pointers2.c and pointers2.exp, respectively.
10736 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
10737 doschk happier.
10738
43e526b9
JM
107391999-07-08 Stan Shebs <shebs@andros.cygnus.com>
10740
10741 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
10742 callfuncs2.c and callfuncs2.exp.
10743
10744 * gdb.base/list.exp: Remove mistaken xfails.
10745 * gdb.base/list0.h: Add optional prototypes.
10746
9846de1b
JM
10747Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
10748
10749 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
10750 calling malloc.
10751 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
10752 * ptype.exp: Move test for get_debug_format to before its first
10753 use.
10754
107551999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10756
10757 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
10758 * gdb.base/annota2.cc, annota2.exp: Move from here.
10759 * gdb.c++/annota2.cc, annota2.exp: To here.
10760 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
10761
43ff13b4
JM
10762Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10763
10764 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
10765 a consistent format.
10766
085dd6e6
JM
107671999-06-25 Stan Shebs <shebs@andros.cygnus.com>
10768
10769 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10770 * lib/gdb.exp (get_compiler_info): Add detection for assorted
10771 HP compilers, also set the globals $true and $false.
10772
10773 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
10774 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
10775 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
10776 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
10777 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
10778 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
10779 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
10780 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
10781 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
10782 whatis.c} Add C++ compatible function definitions and return
10783 types, add includes for library functions.
10784 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
10785 * gdb.base/step-test.c (myglob): Rename from glob.
10786 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
10787 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
10788 files, move here from gdb.hp.
10789 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
10790 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
10791 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
10792 Adjust line numbers in regexps.
10793
10794 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
10795 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
10796 instead of 0/1.
10797
10798 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
10799 foll-vfork.exp: New files, move here from gdb.hp.
10800 * gdb.base/page.exp: New file, test of pagination command.
10801
10802 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
10803 recursion test.
10804 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
10805
10806 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
10807 gdb.base/solib.exp: Fix compiler invocation process.
10808
10809 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
10810 HP-UX 11, turn off overload resolution explicitly.
10811 * gdb.base/commands.exp: Set argument list explicitly, add
10812 watchpoint test.
10813 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
10814 them work.
10815 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
10816 expressions properly.
10817 * gdb.base/corefile.exp: Loosen the match slightly.
10818 * gdb.base/default.exp: Allow "Error accessing memory" message
10819 also.
10820 * gdb.base/display.exp: Skip over x/0 j if PA64.
10821 * gdb.base/funcargs.exp: Add xfails for HP-UX.
10822 * gdb.base/interrupt.exp: Ditto.
10823 * gdb.base/langs.exp: Add symbolic matches governed by compiler
10824 in use.
10825 * gdb.base/list.exp: Add xfails for HP-UX.
10826 * gdb.base/long_long.exp: Refine some of the numeric matches.
10827 * gdb.base/mips_pro.exp: Xfail on HP-UX.
10828 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
10829 * gdb.base/nodebug.exp: Succeed on more varieties of output.
10830 * gdb.base/opaque.exp: Remove some HP-UX xfails.
10831 * gdb.base/ptype.exp: Succeed on more varieties of output.
10832 * gdb.base/scope.exp: Add xfails for HP-UX.
10833 * gdb.base/sect-cmd.exp: Add more cases.
10834 * gdb.base/setvar.exp: Add xfails for HP-UX.
10835 * gdb.base/shlib-call.exp: Loosen some matches slightly.
10836 * gdb.base/signals.exp: Match on void symbolically.
10837 * gdb.base/step-test.exp: Add case for PA64.
10838 * gdb.base/term.exp: Add exit and restart.
10839 * gdb.base/twice.exp: Clean up after self.
10840 * gdb.base/varargs.exp: Disable overload resolution explicitly.
10841 * gdb.base/whatis.exp: Allow more ways to pass tests.
10842
10843 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
10844 no longer useful.
10845
10846Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
10847
10848 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
10849 list of patterns.
10850 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
10851 print_double_array(double_array)", "continuing to breakpoint
10852 1018", "print print_double_array(array_d)" and "continuing to
10853 1034" tests.
d63a86f8 10854
085dd6e6
JM
108551999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10856
10857 * Makefile.in: Add empty html and install-html targets.
10858
108591999-06-24 Stan Shebs <shebs@andros.cygnus.com>
10860
10861 * config/mt-*: Remove, these haven't been used since 1996.
10862
108631999-06-22 Stan Shebs <shebs@andros.cygnus.com>
10864
10865 * gdb.base/call-strs.c, gdb.base/ending-run.c,
10866 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
10867 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
10868
9e0b60a8
JM
108691999-06-18 Stan Shebs <shebs@andros.cygnus.com>
10870
10871 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
10872 simpler match case for the ptype of the big class.
10873
108741999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10875
10876 * gdb.exp: Fix test for gdb_prompt existence.
10877
108781999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10879
10880 * gdb.exp (gdb_test): Add fail after calls to perror.
10881
108821999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10883
10884 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
10885
108861999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10887
10888 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
10889
0f71a2f6
JM
10890Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
10891
10892 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
10893 malloc() is linked in.
10894
108951999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
10896
10897 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
10898 step at end.
10899
10900 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
10901
109021999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
10903
10904 * gdb.java/jv-print.exp: New file. (Our first Java test!)
10905
cce74817
JM
10906Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
10907
10908 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
10909 * gdb.base/mips_pro.exp: Likewise.
10910
109111999-06-02 Keith Seitz <keiths@cygnus.com>
10912
10913 * gdb.c++/templates.cc: Change all "new" operators to throw
10914 an exception.
10915 * gdb.c++/cplusfuncs.cc: Likewise.
10916
10917 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
10918
10919Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
10920
10921 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
10922 * gdb.base/ending-run.exp: When stepping out of main, accept a
10923 step into an arbitrary assembler file.
10924
392a587b
JM
109251999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10926
d63a86f8 10927 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 10928 "breakpoint-invalid" to be printed.
d63a86f8 10929 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
10930 number of "frames-invalid" and "breakpoint-invalid" to be printed.
10931 * gdb.base/annota2.cc: Initialize a.x to 0.
10932
9e086581
JM
109331999-05-17 Keith Seitz <keiths@cygnus.com>
10934
10935 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
10936 when "skip_float_tests" set.
10937 Ditto for "print print_double_array(array_d)", "print print_small_structs",
10938 "print print_ten_doubles", and "step into print_long_arg_list".
10939 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
10940 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
10941 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
10942 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
10943 "skip_float_tests" is set.
10944 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
10945 when "skip_float_tests" set.
d63a86f8 10946
cd0fc7c3
SS
109471999-05-06 Keith Seitz <keiths@cygnus.com>
10948
10949 * gdb.base/annota2.cc: Include stdio.h.
10950
10951Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
10952
10953 * gdb.base/crossload.exp: Remove, this has been disabled ever
10954 since BFD stopped including all targets, and cross-GDB gets
10955 plenty of testing anyway.
10956 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
10957 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
10958 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
10959 * gdb.base/README: Remove, was doc for this.
10960 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
10961 needed.
10962
b83266a0
SS
109631999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10964
10965 * gdb.base/call-ar-st.exp: Fix one regular expression in test
10966 output.
10967
10968 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
10969 * gdb.base/annota2.exp: New file. More annotation tests.
10970 * gdb.base/annota1.c: New file. Source file for annota1.exp.
10971 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
10972
109731999-04-23 Angela Marie Thomas <angela@cygnus.com>
10974
10975 * config/cfdbug.exp: New file.
10976
7a292a7a
SS
109771999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
10978
10979 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
10980 Marcus Daniel's and Dale Hawkins's demangler crashes.
10981
10982 * gdb.c++/demangle.exp (test_gnu_style_demangling,
10983 test_lucid_style_demangling, test_arm_style_demangling,
10984 test_hp_style_demangling): Try Tom Tromey's core-dumping
10985 identifier under each demangling style.
10986
109871999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
10988
10989 * gdb.c++/demangle.exp: Include the current demangling style
10990 in all test names.
10991 (current_demangling_style): New global variable.
10992 (set_demangling_style, test_demangling_core, test_demangling,
10993 test_demangling_exact): New functions.
10994 (test_gnu_style_demangling, test_lucid_style_demangling,
10995 test_arm_style_demangling, test_hp_style_demangling): Use those,
10996 instead of calling gdb_test and gdb_test_exact directly.
10997 (catch_demangling_errors): New function, which reports errors
10998 signalled by the demangling test functions in an orderly way.
10999 (do_tests): Use catch_demangling_errors.
11000
110011999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
11002
11003 * gdb.base/signals.exp (test_handle_all_print): Use () for
11004 grouping in expressions, not {}.
11005
11006 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
11007 initialized yet.
11008
110091999-04-01 Stan Shebs <shebs@andros.cygnus.com>
11010
11011 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
11012 are listed.
11013
110141999-03-26 Stan Shebs <shebs@andros.cygnus.com>
11015
11016 * gdb.stabs/weird.exp: Test for CC being defined before
11017 looking at its value.
11018
110191999-03-25 Stan Shebs <shebs@andros.cygnus.com>
11020
11021 * gdb.base/call-ar-st.exp: Remove stray '#'.
11022 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
11023 "short int" and "long int".
11024 * gdb.c++/overload.cc: Cast the string added in the previous
11025 change, to mollify finicky HP compiler.
11026 * gdb.hp/reg-test.exp (testfile): Fix file name.
11027 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 11028
7a292a7a
SS
11029 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
11030 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
11031 alternate form of enum ptype.
11032
c906108c
SS
110331999-03-23 Stan Shebs <shebs@andros.cygnus.com>
11034
7a292a7a
SS
11035 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
11036 * gdb.hp/*.exp: Change all to run compiler probe only after
11037 passing skip_hp_tests, so as not to waste time on guaranteed
11038 failure.
11039
c906108c
SS
11040 * gdb.c++/overload.cc: Pass string instead of char addr, always
11041 init ccpfoo.
11042 * gdb.c++/templates.cc: Fix syntax error.
11043
7a292a7a
SS
11044Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11045
11046 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 11047 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
11048 command.
11049
110501999-03-18 James Ingham <jingham@cygnus.com>
11051
11052 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
11053
11054 * gdb.c++/method.exp: It was testing an uninitialized int on the
11055 stack and assuming it was positive.
11056
11057 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
11058
11059 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 11060 keep it from killing the rest of the tests.
7a292a7a
SS
11061 Use gdb_continue_to_end.
11062
11063 * gdb.base/sigall.exp: use gdb_continue_to_end.
11064
11065 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
11066
11067 * gdb.base/display.exp: use runto_main, not run.
11068
d63a86f8
RM
11069 * gdb.base/default.exp: Check for the current error message in the
11070 r abbreviation test.
7a292a7a
SS
11071 Add strongarm to the targets that know info float.
11072
d63a86f8 11073 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
11074 run which doesn't work with monitors.
11075
11076 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
11077
11078 * gdb.base/break.exp: use the gdb_continue_to_end proc.
11079
11080 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
11081 program. Traps the case (in Cygmon) when the program never really
11082 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
11083 more places, so I used my name. Sorry Mark...
11084
11085 * config/monitor.exp (gdb_target_monitor): added another
11086 target_info parameter: remotebinarydownload. This will set the
11087 remotebinarydownload flag if this is causing some boards trouble.
11088
110891999-03-18 Mark Salter <msalter@cygnus.com>
11090
11091 * lib/gdb.exp (continue_to_exit): New function.
11092
11093 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
11094 * gdb.base/ending-run.exp: Ditto.
11095 * gdb.base/step-test.exp: Ditto.
11096
110971999-03-16 Stan Shebs <shebs@andros.cygnus.com>
11098
11099 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
11100 (suggested by Art Haas <ahaas@neosoft.com>).
11101
111021999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
11103
11104 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
11105
11106Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
11107
11108 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
11109 descriptions of types (short unsigned int vs unsigned short, etc).
11110
111111999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
11112
11113 * gdb.base/call-strs.exp: Don't assume that `step' will step over
11114 a call to strlen; sometimes we do have sources.
11115
111161999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
11117
11118 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
11119 character, so GDB won't print garbage after its end.
d63a86f8 11120
c906108c
SS
11121 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
11122 breakpoint there instead. Sometimes GCC emits memcpy to handle
11123 the large structures being passed by value, so we step into that
11124 instead of sum_array_print, which obscures what we're really testing.
11125 * gdb.base/step-test.exp: However, we do want a test that notices
11126 the bizarre steps into memcpy, so do that here. Add check for
11127 stepping into function calls that pass large structures by value.
11128 ("Is that a noun clause, or are you just happy to see me?")
11129 Remove all references to specific line numbers.
11130 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
11131 New type and function.
11132 (main): Call large_struct_by_value, passing it a large struct by value.
11133 * lib/gdb.exp (gdb_get_line_number): New function.
11134
11135 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
11136 more portable.
11137
7a292a7a
SS
111381999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
11139
c906108c
SS
11140 * lib/gdb.exp: Doc fixes.
11141
7a292a7a
SS
111421999-03-05 Nick Clifton <nickc@cygnus.com>
11143
d63a86f8 11144 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
11145
111461999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
11147
c906108c
SS
11148 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
11149 commands. They're not germane to this test, and they don't work
11150 that way on remote targets.
11151
3fc11d3e
JM
111521999-03-01 James Ingham <jingham@cygnus.com>
11153
11154 * Changelog entries merged over from gdb development branch.
11155
3fc11d3e
JM
11156 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
11157
11158 * lib/gdb.exp (gdbtk_analyze_results): Generic function
11159 for outputting results of test run.
11160
2d4a1622 11161 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
11162
11163 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 11164
7a292a7a
SS
111651999-02-25 Felix Lee <flee@cygnus.com>
11166
11167 * lib/gdb.exp (debug_format): initialize
11168
c906108c
SS
111691999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
11170
11171 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
11172 * gdb.base/call-rt-st.c: Ditto.
11173
c906108c
SS
111741999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
11175
11176 * gdb.threads/pthreads.exp (horiz): New variable.
11177 (test_startup): Fix regexps that capture thread numbers.
11178
111791999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
11180
11181 * gdb.base/smoke.exp: Disambiguate two test case names (both
11182 called ``print'').
11183
11184Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
11185
11186 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
11187 compilation.
11188
111891999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
11190
11191 * gdb.base/miscexprs.exp: Change patterns to match GDB's
11192 actual output formatting.
11193 * gdb.base/smoke.exp: GDB removes leading 0's.
11194 * gdb.base/volatile.exp: Don't check type of remuneration;
11195 that variable is no longer defined in constvars.c.
11196 * gdb.base/step-test.c (main): Exit with explicit exit code.
11197 * gdb.base/step-test.exp: Remove two nexti checks--they are
11198 not portable.
11199
112001999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
11201
11202 * gdb.base/help.exp ("help delete display"): Fix test to match
11203 gdb's output.
11204
11205 * gdb.base/long_long.c (known_types): Initialize values to zero.
11206 * gdb.base/long_long.exp: Step one more line
11207 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 11208 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
11209 unique test case names.
11210
11211Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11212
d63a86f8 11213 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
11214
11215 * gdb.c++/method.exp: Add missing close brace.
11216
112171999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
11218
11219 * gdb.base/maint.exp: Use 'set height 0' to disable page
11220 prompting, not 'set height 400'.
11221
11222 Fix a bunch of timeouts.
11223 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
11224 four separate tests, so expect doesn't take forever to match a ton
11225 of text against a regexp with lots of .* forms.
11226 ("maint print psymbols", "maint print symbols"): Make some of
11227 these greps more selective, so that expect doesn't try to wade
11228 through huge piles of output and time out.
11229
11230 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
11231
11232 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
11233 tests: one which doesn't expect shlib events to be reported, and
11234 another which does, but is XFAIL for all platforms other than
11235 HP/UX.
11236
11237 * gdb.base/break.exp: Teach the test suite that the `catch
11238 fork', `catch vfork', and `catch exec' commands produce error
11239 messages on platforms that don't provide these features.
11240
11241Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
11242
11243 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
11244 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
11245 (shortening names from solib_threshold.exp etc), won't run on
11246 anything but HP-UX for the foreseeable future.
11247 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
11248 reflect move.
11249
11250Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
11251
11252 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11253 gdb.trace/Makefile.in (clean): Remove all test executables.
11254
11255Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
11256
11257 * gdb.base/shlib-call.exp: add test cases to verify that gdb
11258 successfully re-sets breakpoints in shared libraries.
11259 * gdb.base/shmain.c (main): return 0, don't fall off the end.
11260
11261Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11262
d63a86f8
RM
11263 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
11264 and compiled w/o GCC.
c906108c
SS
11265
11266 * gdb.hp/watch-cmd.exp: ditto.
11267
11268 * gdb.hp/watch-hp.exp: ditto.
11269
11270 * gdb.hp/xdb1.exp: ditto.
11271
11272 * gdb.hp/xdb2.exp: ditto.
11273
11274 * gdb.hp/dbx.exp: ditto.
11275
11276Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
11277
11278 * constvars.c: Remove C++-isms.
11279 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
11280 with GCC.
11281
11282Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
11283
11284 The following changes are part of the HP merge.
11285
11286 * gdb.base/break.exp: new tests to verify that catchpoints for
11287 fork, vfork, and exec don't trigger inappropriately.
11288
11289 * gdb.base/opaque.exp: compile one file at a time, then link.
11290
11291 * gdb.base/signals.exp: be more restrictive about which hppa
11292 systems receive a setup_xfail. new tests.
11293
11294 * gdb.base/solib_threshold.build: new file.
11295 * gdb.base/solib_threshold.exp: new file.
11296 * gdb.base/solib_threshold.link_opts: new file.
11297 * gdb.base/solib_threshold.mk: new file.
11298 * gdb.base/gen_solib_threshold.c: new file.
11299
11300 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
11301 tests. New tests for enums inside classes.
11302
11303 * gdb.c++/compiler.cc: indicate support of template debugging.
11304
11305 * gdb.c++/demangle.exp: run hp style demangling tests.
11306
11307 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
11308 tests.
11309
11310 * gdb.c++/misc.cc: changes to support new tests.
11311
11312 * gdb.c++/templates.cc: changes to support HP's compiler; changes
11313 to support new tests.
11314
11315 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
11316 gcc, then skip these tests.
11317
11318Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
11319
11320 The following files are part of the HP merge; some had longer
11321 names at HP, but have been renamed to be no more than 14
11322 characters in length.
11323
11324 * gdb.hp/ambiguous.cc: new file.
11325 * gdb.hp/ambiguous.exp: new file.
11326 * gdb.hp/attach.exp: new file.
11327 * gdb.hp/attach2.exp: new file.
11328 * gdb.hp/classes-hp.exp: new file.
11329 * gdb.hp/ctti.exp: new file.
11330 * gdb.hp/ctti-add.cc: new file.
11331 * gdb.hp/ctti-add1.cc: new file.
11332 * gdb.hp/ctti-add2.cc: new file.
11333 * gdb.hp/ctti-add3.cc: new file.
11334 * gdb.hp/dbx.exp: new file.
11335 * gdb.hp/exception.cc: new file.
11336 * gdb.hp/exception.exp: new file.
11337 * gdb.hp/foll-exec.c: new file.
11338 * gdb.hp/foll-exec.exp: new file.
11339 * gdb.hp/foll-fork.c: new file.
11340 * gdb.hp/foll-fork.exp: new file.
11341 * gdb.hp/foll-vfork.c: new file.
11342 * gdb.hp/foll-vfork.exp: new file.
11343 * gdb.hp/inherit-hp.exp: new file.
11344 * gdb.hp/more-steps.exp: new file.
11345 * gdb.hp/namespace.cc: new file.
11346 * gdb.hp/namespace.exp: new file.
11347 * gdb.hp/optimize.exp: new file.
11348 * gdb.hp/pxdb.c: new file.
11349 * gdb.hp/pxdb.exp: new file.
11350 * gdb.hp/quicksort.exp: new file.
11351 * gdb.hp/reg-test.exp: new file.
11352 * gdb.hp/reg-test.s: new file.
11353 * gdb.hp/sized-enum.c: new file.
11354 * gdb.hp/sized-enum.exp: new file.
11355 * gdb.hp/start-stop.exp: new file.
11356 * gdb.hp/templ-hp.cc: new file.
11357 * gdb.hp/templ-hp.exp: new file.
11358 * gdb.hp/thr-lib.c: new file.
11359 * gdb.hp/thr-lib.exp: new file.
11360 * gdb.hp/thr-lib.h: new file.
11361 * gdb.hp/thr-liblib.c: new file.
11362 * gdb.hp/virtfun-hp.c: new file.
11363 * gdb.hp/virtfun-hp.exp: new file.
11364 * gdb.hp/watch-cmd.exp: new file.
11365 * gdb.hp/watch-hp.exp: new file.
11366 * gdb.hp/xdb1.exp: new file.
11367 * gdb.hp/xdb2.exp: new file.
11368 * gdb.hp/xdb3.exp: new file.
11369
11370Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
11371
11372 The following files are part of the HP merge; some had longer
11373 names at HP, but have been renamed to be no more than 14
11374 characters in length.
11375
11376 * gdb.base/ss.h: new file.
11377 * gdb.base/call-ar-st.c: new file.
11378 * gdb.base/call-ar-st.exp: new file.
11379 * gdb.base/call-rt-st.c: new file.
11380 * gdb.base/call-rt-st-exp: new file.
11381 * gdb.base/call-strs.exp: new file.
11382 * gdb.base/ena-dis-br.exp: new file.
11383 * gdb.base/environ.exp: new file.
11384 * gdb.base/long_long.exp: new file.
11385 * gdb.base/sect-cmd.exp: new file.
11386 * gdb.base/shlib-cl2.exp: new file.
11387 * gdb.base/smoke.exp: new file.
11388 * gdb.base/so-impl-ld.c: new file.
11389 * gdb.base/so-impl-ld.exp: new file.
11390 * gdb.base/so-indr-cl.c: new file.
11391 * gdb.base/so-indr-cl.exp: new file.
11392 * gdb.base/varargs.exp: new file.
11393 * gdb.base/volatile.exp: new file.
11394 * gdb.base/whatis-exp.exp: new file.
7a292a7a 11395 * gdb.base/display.exp: new file.
c906108c
SS
11396 * gdb.c++/derivation.exp: new file.
11397 * gdb.c++/local.exp: new file.
11398 * gdb.c++/member-ptr.exp: new file.
11399 * gdb.c++/overload.exp: new file.
11400 * gdb.c++/ovldbreak.exp: new file.
11401 * gdb.c++/ref-types.exp: new file.
11402 * gdb.c++/ref-types2.exp: new file.
11403 * gdb.c++/userdef.exp: new file.
d63a86f8 11404
c906108c
SS
11405Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11406
11407 * gdb.base/default.exp: Reflect wording change in remote.c.
11408
dc96c6c7 11409Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11410
11411 * gdb.base/help.exp: Update to reflect current text.
11412
11413Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
11414
11415 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
11416 they're stack variables and contain garbage.
11417 * gdb.c++/anon-union.exp: new file.
11418
11419 The following changes were made by David Taylor
11420 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
11421 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
11422 in changes by HP.
11423
11424 * gdb.base/bitops.exp: new file.
11425 * gdb.base/default.exp: change expected messages for catch and
11426 info catch tests to reflect HP merge changes.
11427 * gdb.base/enable-disable-break.exp
11428 * gdb.base/ending-run.c: new file.
11429 * gdb.base/long_long.c: new file.
11430 * gdb.base/maint.exp: new file.
11431 * gdb.base/pointers2.exp: new file.
11432 * gdb.base/shlib-call2.exp: new file.
11433 * gdb.base/solib.exp: new file.
11434 * gdb.base/step-test.c: new file.
11435 * gdb.c++/anon-union.cc: new file.
11436 * gdb.c++/local.cc: new file.
11437 * gdb.c++/member-pointer.cc: new file.
11438 * gdb.c++/method.cc: new file.
11439 * gdb.c++/ref-types.cc: new file.
11440 * gdb.c++/ref-types2.cc: new file.
11441 * gdb.c++/userdef.cc: new file.
d63a86f8 11442
c906108c
SS
11443 * gdb.base/scope.exp: compile one file at a time, then link.
11444 * gdb.base/langs.exp: ditto.
11445 * gdb.base/list.exp: ditto.
d63a86f8 11446
c906108c
SS
11447Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
11448
11449 The following changes were made by David Taylor
11450 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
11451 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
11452 in changes by HP.
d63a86f8 11453
c906108c
SS
11454 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
11455 skip tests. When compiling pass c++ flag to gdb_compile.
11456 * gdb.c++/
d63a86f8 11457
c906108c
SS
11458 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
11459 test for on hppa*-*-hpux*; use args to see if c++ was specified.
11460 (skip_hp_tests): new function.
11461 (gdb_preprocess): new function.
11462
11463 * configure.in (hpdir): decide whether to configure gdb.hp.
11464 * configure: regenerated.
11465
11466 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
11467 to delete on clean.
11468 (EXECUTABLES): update to reflect new additions.
11469 * gdb.base/commands.exp: update message expected.
11470 * gdb.base/default.exp: add copyright notice.
11471 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
11472 * gdb.base/help.exp: update messages to reflect current text.
11473 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
11474 targets for recurse tests.
11475 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
11476 skip this file.
11477
11478 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
11479 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
11480 compilation.
11481 * gdb.c++/misc.exp: ditto.
11482 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
11483 run the tests. tell gdb_compile that it's a c++ compilation.
11484
11485 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 11486
c906108c
SS
11487 * gdb.base/all-bin.exp: new file.
11488 * gdb.base/arithmet.exp: new file.
11489 * gdb.base/assign.exp: new file.
11490 * gdb.base/completion.exp: new file.
11491 * gdb.base/cond-expr.exp: new file.
11492 * gdb.base/condbreak.exp: new file.
11493 * gdb.base/define.exp: new file.
11494 * gdb.base/dollar.exp: new file.
11495 * gdb.base/environment.exp: new file.
11496 * gdb.base/eval-skip.exp: new file.
11497 * gdb.base/jump.exp: new file.
11498 * gdb.base/logical.exp: new file.
11499 * gdb.base/pointers.exp: new file.
11500 * gdb.base/relational.exp: new file.
11501 * gdb.base/section_command.exp: new file.
11502 * gdb.base/whatis-expr.exp: new file.
11503
11504 * gdb.base/all-types.c: new file.
11505 * gdb.base/call-array-struct.c: new file.
11506 * gdb.base/call-return-struct.c: new file.
11507 * gdb.base/call-strings.c: new file.
11508 * gdb.base/callfuncs2.c: new file.
11509 * gdb.base/condbreak.c: new file.
11510 * gdb.base/constvars.c: new file.
11511 * gdb.base/display.c: new file.
11512 * gdb.base/int-type.c: new file.
11513 * gdb.base/jump.c: new file.
11514 * gdb.base/miscexprs.c: new file.
11515 * gdb.base/pointers.c: new file.
11516 * gdb.base/pointers2.c: new file.
11517 * gdb.base/shmain.c: new file.
11518 * gdb.base/shr1.c: new file.
11519 * gdb.base/shr2.c: new file.
11520 * gdb.base/solib.c: new file.
11521 * gdb.base/solib1.c: new file.
11522 * gdb.base/solib2.c: new file.
11523 * gdb.base/varargs.c: new file.
11524 * gdb.c++/derivation.cc: new file.
11525 * gdb.c++/overload.cc: new file.
11526 * gdb.c++/ovldbreak.cc: new file.
11527 * gdb.hp/attach.c: new file.
11528 * gdb.hp/attach2.c: new file.
11529 * gdb.hp/average.c: new file.
11530 * gdb.hp/compiler.c: new file.
11531 * gdb.hp/compiler.cc: new file.
11532 * gdb.hp/execd-program.c: new file.
11533 * gdb.hp/follow-exec.c: new file.
11534 * gdb.hp/follow-fork.c: new file.
11535 * gdb.hp/follow-vfork-and-exec.c: new file.
11536 * gdb.hp/misc-hp.cc: new file.
11537 * gdb.hp/more-steps.c: new file.
11538 * gdb.hp/optimize.c: new file.
11539 * gdb.hp/quicksort.c: new file.
11540 * gdb.hp/run-hp.c: new file.
11541 * gdb.hp/start-stop.c: new file.
11542 * gdb.hp/sum.c: new file.
11543 * gdb.hp/templates-hp.cc: new file.
11544 * gdb.hp/thread-local-in-lib.c: new file.
11545 * gdb.hp/thread-local-in-lib.h: new file.
11546 * gdb.hp/thread-local-in-lib.lib.c: new file.
11547 * gdb.hp/vforked-program.c: new file.
11548 * gdb.hp/virtfunc-hp.cc: new file.
11549 * gdb.hp/watchpoint-hp.c: new file.
11550 * gdb.hp/xdb.c: new file.
11551 * gdb.hp/xdb0.c: new file.
11552 * gdb.hp/xdb0.h: new file.
11553 * gdb.hp/xdb1.c: new file.
11554
11555Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
11556
11557 The following change was made by Edith Epstein
11558 <eepstein@cygnus.com> as part of a project to merge in changes
11559 originally made by HP; HP did not create ChangeLog entries.
11560
11561 * gdb.c++/demangle.exp: changed the expected output for some
11562 ARM-style mangling -- removed second reference to datatype.
11563 For example, maint demangle __dt__11T1__pt__2_cFv
11564 T1<char>::~T1<char>(void)
11565 becomes,
11566 maint demangle __dt__11T1__pt__2_cFv
11567 T1<char>::~T1(void)
11568
11569 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 11570
c906108c
SS
11571Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
11572
11573 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
11574 * gdb.trace/backtrace.exp: Likewise.
11575 * gdb.trace/circ.exp: Likewise.
11576 * gdb.trace/collection.exp: Likewise.
11577 * gdb.trace/deltrace.exp: Likewise.
11578 * gdb.trace/infotrace.exp: Likewise.
11579 * gdb.trace/limits.exp: Likewise.
11580 * gdb.trace/packetlen.exp: Likewise.
11581 * gdb.trace/passc-dyn.exp: Likewise.
11582 * gdb.trace/passcount.exp: Likewise.
11583 * gdb.trace/report.exp: Likewise.
11584 * gdb.trace/save-trace.exp: Likewise.
11585 * gdb.trace/tfind.exp: Likewise.
11586 * gdb.trace/tracecmd.exp: Likewise.
11587 * gdb.trace/while-dyn.exp: Likewise.
11588 * gdb.trace/while-stepping.exp: Likewise.
11589
115901998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
11591
11592 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
11593
11594Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
11595
11596 From Brendan Kehoe:
11597 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
11598 int return types.
11599
11600Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
11601
11602 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
11603 remote dos host testing right.
11604
11605Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
11606
11607 * gdb.base/corefile.exp: remove some xfails.
11608
11609Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
11610
11611 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
11612 have different timestamps.
11613
11614Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
11615
11616 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
11617 gdb.base/default.exp: Replace "exec" with "executable".
11618
11619Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
11620
11621 * gdb.base/default.exp: Change else if to elseif from previous
11622 delta.
11623
11624Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
11625
11626 * gdb.base/default.exp: Add brace missing from previous delta.
11627
11628Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
11629
11630 * gdb.base/default.exp: Support test for info float for all
11631 varieties of arm toolchain.
11632
dc96c6c7 11633Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11634
11635 * gdb.trace/*.exp: remove "remote_download" command.
11636
dc96c6c7 11637Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11638
11639 * gdb.trace/*.exp: remove -gdwarf from compile.
11640
11641Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
11642
11643 * gdb.trace/configure.in(AC_INIT): typo
11644 * gdb.trace/configure: regenerated
11645
dc96c6c7 11646Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11647
11648 * config/m68k-emc.exp: New file.
11649 * lib/<emc-support.exp trace-support.exp}: New files.
11650 * configure.in: add new test directory gdb.trace.
11651 * gdb.trace/{configure configure.in Makefile.in}: New files.
11652 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
11653 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
11654 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
11655 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
11656 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
11657 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
11658 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 11659
dc96c6c7 11660Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11661
11662 * gdb.c++/classes.exp: Change all regular expressions to match
11663 arbitrary combinations of newline/carriage-return, so that they
11664 will work equally well on Unix and Windows.
11665 * gdb.c++/inherit.exp: ditto.
11666 * gdb.c++/virtfunc.exp: ditto.
11667
116681998-08-11 Dawn Perchik <dawn@cygnus.com>
11669
11670 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
11671
c2d11a7d
JM
11672Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
11673
11674 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
11675 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
11676 to use a0-a3/d0-d3 as needed.
11677
11678Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
11679
11680 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
11681 * gdb.disasm/am33.exp: Corresponding changes.
11682
c906108c
SS
116831998-07-11 Felix Lee <flee@cygnus.com>
11684
11685 * gdb.base/callfuncs.exp: add cmp10 test.
11686 * gdb.base/callfuncs.c (cmp10): new function.
11687
11688Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
11689
d63a86f8 11690 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
11691 into two parts to get around a synchronization problem in expect.
11692
3fc11d3e
JM
11693Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
11694
11695 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
11696
11697 * configure.in: Add options for gdbtk testsuite.
11698
11699 * configure: Regenerate.
11700
11701 * gdb.gdbtk: New directory to hold gdbtk tests.
11702
c906108c
SS
11703Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11704
11705 * gdb.fortran/types.exp: Escape brackets in expect patterns
11706 for test_float_literal_types_accepted tests.
11707 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
11708 before run test.
11709
c2d11a7d
JM
11710Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
11711
11712 * am33.exp: Just compile, do not link the testcase.
11713 * am33.s: Add ".am33" pseudoop to force am33 mode.
11714
c906108c
SS
117151998-06-25 Felix Lee <flee@cygnus.com>
11716
11717 * gdb.base/setshow.exp: make sure $pc is sane.
11718
11719 * gdb.stabs/weird.exp: split expect patterns properly.
11720
c2d11a7d
JM
11721Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
11722
11723 * gdb.disasm/am33.s: New disassembler testfile for the am33.
11724 * gdb.disasm/am33.exp: Run it.
11725
dc96c6c7 11726Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11727
11728 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
11729 match processing (and eliminate spurious timeouts when running).
11730
dc96c6c7 11731Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11732
11733 * gdb.base/signals.exp (test_handle_all_print): put back Mach
11734 exception test, but conditionalize it on target [mach | gnu].
11735
dc96c6c7 11736Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
11737
11738 * gdb.base/overlays.exp: fixup compile line for linker script.
11739
11740Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
11741
11742 * gdb.fortran/types.exp: don't guess at float size.
11743
11744Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
11745
11746 * gdb.base/exprs.exp: delete test that depends on int size.
11747
11748Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
11749
11750 * config/sim.exp: Removed checks for target triplets.
11751 (gdb_target_sim): Use gdb,target_sim_options.
11752
11753Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
11754
11755 * gdb.base/reread.exp: New file.
11756 * gdb.base/reread1.c: New file.
11757 * gdb.base/reread2.c: New file.
11758
11759Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
11760
11761 * config/sim.exp: Use 'target sim -sparclite' when running
11762 SPARClite programs.
11763
11764Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
11765
11766 * gdb.base/structs2.exp: New file.
11767 * gdb.base/structs2.c: New file.
11768
11769Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
11770
11771 * gdb.asm/common.inc: New file.
11772 * gdb.asm/d10v.inc: New file.
11773 * asm-source.exp: Pass -I's to gas to find .inc files.
11774 Update line numbers in expected output.
11775 * asmsrc1.s: Rewrite.
11776 * asmsrc2.s: Rewrite.
11777 * configure.in: Create arch.inc symlink.
11778 * configure: Regenerate.
11779 * Makefile.in (distclean): Delete arch.inc.
11780
11781Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
11782
11783 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
11784 (t_enum_value2): ditto
11785 (t_enum_value3): ditto
11786 (main): ditto
11787Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11788
11789 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
11790 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
11791 change.
11792 Use gdb_test instead of send_gdb/gdb_expect sequences.
11793
11794Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
11795
11796 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
11797 not void.
11798
11799Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
11800
11801 * gdb.base/branches.c: Code with lots of loops and
11802 subroutines. Used to test gdbs ability to single step through PC
11803 changes, especially to test mips-tdep.c:mips_next_pc
11804
11805Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
11806
11807 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
11808 more rigorous EGCS C++ error checking.
11809
11810Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11811
11812 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 11813 tests.
c906108c 11814 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 11815 function when asleep.
c906108c 11816 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
11817 for i*86 Linux and SVR4 signal handling problems.
11818 Remove linux xfail for `next to handler in signals_tests_1', fixed
11819 by recent infrun.c change.
c906108c 11820 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 11821 stack backtraces.
c906108c
SS
11822 Adjust expect pattern in `handle all print' test to match Apr 28 1997
11823 target.[ch] change.
11824
11825Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
11826
11827 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
11828 for a newline from gdb before continuing.
11829 (default_gdb_exit): Just look for y or n.
11830 (gdb_test): Detect abnormal exit from GDB running on DOS; if
11831 it does, fail the rests of the tests in the file.
11832
11833Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
11834
11835 * config/cygmon.exp: New file.
11836
11837Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
11838
11839 * gdb.base/list.exp: Fix problem with "list default lines around
11840 main" test on remote targets.
11841
11842 * gdb.base/scope.exp: Fix problem with filelocal_bss before
11843 run test on remote targets.
11844
11845Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
11846
11847 * gdb.asm: New directory.
11848 * configure.in: Configure it.
11849 * configure: Regenerate.
11850 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
11851 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
11852
11853Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
11854
11855 * config/mn10300-eval.exp: New file to support MN10300 eval board.
11856
dc96c6c7 11857Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 11858
c906108c
SS
11859 * gdb.base/overlays (several files): Merge the two overlay
11860 managers into one. Change variables (foox, barx, bazx, grbxx)
11861 back into ints but force them to load in their proper sections.
11862
11863Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
11864
11865 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
11866 on-chip insn memory and IMAP1 to upper 128k.
11867 (D10VCopy): Handle memory regions crossing 16k boundaries.
11868 (D10VCopy): Transfer data in 32 bit chunks.
11869
11870Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
11871
11872 * gdb.base/overlays.c (main): Exit normally when result is
11873 correct.
11874
11875 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
11876 map. Include space for printf in .text segment.
11877
11878 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
11879 updated d10v memory VMA/LMA map.
11880 (D10VCopy): Call D10VTranslate.
d63a86f8 11881
c906108c
SS
11882Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
11883
11884 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
11885
11886 * gdb.base/bar.c (barx, bar): Change variable to small array so
11887 that it won't be put into the .sdata - small data -
11888 section. Update reference.
11889 * gdb.base/baz.c (bazx, baz): Ditto.
11890 * gdb.base/foo.c (foox, foo): Ditto.
11891 * gdb.base/grbx.c (grbxx, grbx): Ditto.
11892
11893 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
11894 to be arrays.
d63a86f8 11895
dc96c6c7 11896Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 11897
c906108c
SS
11898 * gdb.base/overlays.exp: fix up and get working again.
11899 Add tests for backtraces from an overlay function.
d63a86f8 11900
c906108c
SS
11901Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
11902
11903 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
11904 "calling function with watchpoint enabled".
11905
11906Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
11907
11908 * gdb.base/break.exp (test_next_with_recursion): Remove
11909 gdb_suppress_tests for d10v-*-*.
11910 * lib/gdb.exp (gdb_suppress_tests): Disable this function
11911 pending review of whether it is useful or not.
11912
11913Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
11914
11915 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
11916
11917Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
11918
11919 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
11920 * config/dve.exp: New file to support Densan boards.
11921
11922Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
11923
11924 * gdb.base/interrupt.exp: Document problem of simulators, signals,
11925 reads and BSD.
11926
11927Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
11928
11929 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
11930 response.
11931
11932 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
11933
11934Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
11935
11936 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
11937 test.
11938
11939 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
11940 target_sizeof_long and target_bigendian_p.
11941 (structs_by_value, structs_by_reference): Check values according
11942 to targets word size and endianess.
d63a86f8 11943
c906108c
SS
11944Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
11945
11946 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
11947 output.
11948
11949Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
11950
11951 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
11952 Update test of set args help to match source change.
11953
11954Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
11955
11956 * gdb.base/default.exp: Expect help system output to be in
11957 alphabetical order.
11958 * gdb.base/help.exp: Ditto.
11959
11960Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
11961
11962 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
11963 "i*86-pc-linux-gnu*".
11964 * gdb.base/interrupt.exp: Ditto.
11965 * gdb.base/corefile.exp: Ditto.
11966
11967 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
11968 define vxworks when building the testcase.
11969
11970 * gdb.base/ptype.exp: Fix testnames to be unique.
11971 * gdb.base/radix.exp: Ditto.
11972 * gdb.base/term.exp: Ditto.
11973 * gdb.base/whatis.exp: Ditto.
11974 * gdb.c++/classes.exp: Ditto.
11975
11976Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
11977
11978 * gdb.base/callfuncs.exp: Fix indentation.
11979
11980 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
11981 suppress_flag has been set.
11982 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
11983 target feature.
11984
11985Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
11986
11987 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
11988 the testcase.
11989
11990 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
11991 set_debug_traps() and breakpoint().
11992 * gdb.c++/misc.cc (main): Ditto.
11993 * gdb.c++/templates.cc (main): Ditto.
11994 * gdb.c++/virtfunc.cc (main): Ditto.
11995
11996Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
11997
11998 * lib/gdb.exp(gdb_step_for_stub): New function.
11999 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
12000 exists, reload the executable and do a "continue" instead of
12001 doing a jump.
12002 (runto_main): Use gdb_step_for_stub.
d63a86f8 12003
c906108c
SS
12004 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
12005 tests to have unique names.
12006 * gdb.base/callfuncs.exp: Ditto.
12007 * gdb.base/commands.exp: Ditto.
12008 * gdb.base/default.exp: Ditto.
12009 * gdb.base/help.exp: Ditto.
12010 * gdb.base/list.exp: Ditto.
12011 * gdb.base/opaque.exp: Ditto.
12012 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
12013 similar tests.
d63a86f8 12014
c906108c
SS
12015 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
12016 * gdb.c++/cplusfuncs.cc: Ditto.
12017 * gdb.c++/virtfunc.cc: Ditto.
12018
12019 * config/monitor.exp: Keep track of the last file we saw, rather
12020 than trying to get the info from gdb.
12021
12022 * gdb.fortran/types.exp: Move comment to previous line.
12023
12024Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
12025
12026 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
12027 target mode.
12028
12029Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
12030
12031 From Bob Manson:
12032 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
12033 string from GDB when it connects.
12034
12035 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
12036
12037Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
12038
12039 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
12040 if we can't get a debug format from GDB (we may be testing an
12041 older GDB). Use a 10 second timeout when checking for the format.
12042
12043 * gdb.stabs/weird.exp: Fix quoting.
12044
12045 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
12046
12047Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
12048
12049 * config/arm-ice.exp: New file.
12050
12051Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
12052
12053 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
12054 until it has been modified to work with the new testsuite.
12055
99707966 12056 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
12057 testcase won't compile, cause all of the testcases in the file to
12058 fail instead.
12059
12060 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
12061 (gdb_clear_suppressed): New procedure.
12062 (gdb_stop_suppressing_tests): Only clear suppress_flag if
12063 it contains a positive value.
12064
12065Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
12066
12067 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
12068
12069 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
12070
12071Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
12072
12073 * lib/gdb.exp (setup_xfail_format): New function.
12074 (get_debug_format): New function to get debug format.
12075 (debug_format): New global variable to hold last value set
12076 by get_debug_format.
12077 * gdb.base/list.exp: Call get_debug_format and expect some
12078 tests to fail for DWARF 1 and COFF formats.
12079 * gdb.c++/ptype.exp: Ditto.
12080 * gdb.c++/classes.exp: Ditto.
12081 * gdb.c++/cplusfuncs.exp: Ditto.
12082 * gdb.c++/inherit.exp: Ditto.
12083 * gdb.c++/templates.exp: Ditto.
12084 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 12085
c906108c
SS
12086Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
12087
12088 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
12089 host doesn't have a currently-open connection.
12090
12091 * config/sparclet.exp: Cleanups and fixes to make it generic for
12092 any gdb stub target. Handle cases where gdb doesn't respond when
12093 interrupted in a sane fashion.
12094
12095 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
12096 same thing in a totally different way.
12097
12098 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
12099 setting "timeout".
12100 (gdb_start): We set the global gdb_prompt variable in
12101 default_gdb_init now.
12102
12103Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
12104
12105 * gdb.base/printcmds.exp: Fix "check for floating addition"
12106 regexp to accept results within approx +/- .01 of exact value.
12107 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
12108
12109Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
12110
12111 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
12112 properly.
12113 (gdb_expect): Add optional timeout parameter, and add timeout
12114 value to various calls.
12115 (gdb_suppress_tests): Only give one warning message per group.
12116
12117Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
12118
12119 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
12120 global variables. Handle getting a value for $timeout more
12121 gracefully.
12122
12123Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
12124
12125 * lib/gdb.exp: Close connection to remote host if gdb doesn't
12126 initialize.
12127 (default_gdb_init): New procedure; allow gdb_init to be overridden
12128 by a target configuration file.
12129 (gdb_expect): Pass the timeout to remote_expect.
12130
12131 * config/monitor.exp(gdb_load): Fix typo in regexp.
12132
12133Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
12134
12135 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
12136
12137Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
12138
12139 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
12140 here. Call gdb_target_exec before rebooting the target, to make
12141 sure the connection to the target is closed.
12142 (gdb_load): Pass the name of the executable to gdb_target_monitor.
12143 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
12144 Also detect "Timeout reading from remote" error.
12145
12146 * config/gdbserver.exp: Pass the executable being loaded to
12147 gdb_target_monitor. Don't call gdb_file_cmd here; let
12148 gdb_target_monitor do it.
12149
12150 * gdb.disasm/hppa.exp: Don't use exec_output.
12151
12152Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
12153
12154 * gdb.base/list.exp: If we're debugging a non-native target,
12155 try to set the pc register to point to the start of the
12156 program before doing the first list command.
12157
12158 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
12159 test_calls after restarting.
12160
12161 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
12162 reloading.
12163
12164 * gdb.base/watchpoint.exp: Fix typo.
12165
12166 * gdb.base/setshow.exp: Check for use_gdb_stub.
12167
12168 * gdb.base/break.exp: Fix continue until exit test for the gdb
12169 stub case.
12170 * gdb.base/langs.exp: Ditto.
12171
12172 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
12173 gdb_load_offset. If we weren't given a file to load, figure out
12174 what the current file is and use it.
12175
12176 * config/i386-bozo.exp: New file.
12177
12178Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
12179
12180 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
12181 feature.
12182
12183 * config/proelf.exp: New entry.
12184
12185Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
12186
12187 * lib/gdb.exp: Remove spurious .* patterns at the beginning
12188 of regexps.
12189
12190 * gdb.base/watchpoint.exp: Don't run the test_stepping
12191 tests if gdb can't call functions on the target.
12192
12193 * gdb.base/setshow.exp: Don't run the set prompt tests if
12194 the board has gdb_prompt set.
12195
12196Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
12197
12198 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
12199 * gdb.base/commands.exp: Likewise.
12200 * gdb.base/setshow.exp: Likewise.
12201
12202Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
12203
12204 * config/monitor.exp(gdb_start): Look for gdb_prompt target
12205 feature.
12206
12207 * config/i960.exp: New file.
12208
12209Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
12210
12211 * gdb.base/funcargs.exp: Check for gdb,short_int target
12212 feature instead of looking for explicit target triplets.
12213
dc96c6c7 12214Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 12215
d63a86f8 12216 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
12217 "p 123DEADBEEF", to check parse_number.
12218 * top.c: change "to enable to enable" to "to enable" in a couple
12219 of help strings.
12220
12221Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
12222
12223 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
12224 on the mn10300.
d63a86f8 12225
c906108c
SS
12226Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
12227
12228 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
12229 where the test executable is run with explicit args.
12230 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
12231
12232Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
12233
12234 * gdb.base/run.c: Use FAKEARGV to build test executable that
12235 does not require a command line arg, since most simulators
12236 don't currently support passing such an arg into the simulated
12237 program.
12238 * gdb.base/commands.exp: Change tests to insert the proper
12239 value as the arg to the first recursive factorial call. Change
12240 compilation line to define FAKEARGV at compile time.
12241
12242Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
12243
12244 * gdb.base/recurse.exp: Enable these tests for the mn10300.
12245 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
12246 function with watchpoint enabled" test.
12247
12248Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
12249
12250 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
12251 Don't call gdb_test when the command doesn't return to a gdb prompt.
12252
12253 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
12254 "Tests restarted" messages.
12255
12256Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
12257
12258 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
12259
dc96c6c7 12260Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12261
12262 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
12263 for INFO SYMBOL; add help tests for OVERLAY commands.
12264 * gdb.base/default.exp: add tests for INFO SYMBOL command;
12265 add tests for OVERLAY commands
12266 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
12267 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
12268 * gdb.base/sigall.c: add usestubs code frag
12269 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 12270
c906108c
SS
12271Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
12272
12273 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
12274 failures.
12275 (gdb_stop_suppressing_tests): Note that tests have restarted.
12276
12277Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
12278
12279 * config/h8300.exp: New file.
12280
12281Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
12282
12283 * gdb.base/setshow.exp: Check for the existence of a
12284 feature, not its value.
12285
12286Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
12287
12288 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
12289
12290 * gdb.base/scope.exp: It's now init0(), not init().
12291
12292 * gdb.base/scope0.c: For now, change init() to be init0().
12293
12294 * config/monitor.exp: Use gdb_serial in preference to serial
12295 or netport.
12296
12297 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
12298 and it's not already set.
12299
12300Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
12301
12302 * gdb.base/setshow.exp: Only test the run command if the target
12303 isn't using a stub and if it supports argument passing.
12304
12305Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
12306
12307 * config/udi.exp(gdb_start): Make sure UDICONF is set
12308 properly before starting gdb.
12309
12310Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
12311
12312 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
12313 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
12314 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
12315
12316Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
12317
12318 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
12319 specialized code to reboot the board, use remote_reboot instead.
12320
12321 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
12322
12323 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
12324
12325 * config/monitor.exp: Make sure we disconnect from the target.
12326 Also, try a reboot/reload cycle instead of failing if the
12327 load fails.
12328
12329Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
12330
12331 * gdb.base/default.exp: Don't set match_max.
12332 * gdb.base/help.exp: Ditto.
12333 * gdb.base/list.exp: Ditto.
12334 * gdb.base/signals.exp: Ditto.
12335
12336 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
12337 set, use remote_ld to download the testcase instead of
12338 the GDB loader.
12339
12340Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
12341
12342 * config/vr5000.exp: New file.
12343
12344 * config/monitor.exp(gdb_target_monitor): Add pattern for
12345 "Ending remote" to detect errors in connecting.
12346
12347 * gdb.base/setshow.exp: Add .* within auto language test.
12348
12349 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
12350 target feature.
12351
12352 * config/monitor.exp(gdb_load): Check for a failure when loading,
12353 and reboot the board if necessary.
12354
12355 * gdb.base/setvar.exp(test_set): Handle multiple prints within
12356 a set of tests. Remove print.* from the patterns being checked.
12357
12358Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
12359
12360 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
12361 refer to gdb_spawn_id.
12362
12363 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
12364 longer used.
12365 * config/sparclet.exp: Ditto.
12366 * config/sparclet-old.exp: Ditto.
12367 * config/slite.exp: Ditto.
12368 * config/sim.exp: Ditto.
12369 * gdb.base/funcargs.exp: Ditto.
12370
12371 * lib/gdb.exp:Remove references to gdb_spawn_id.
12372 (gdb_expect): Move to remote.exp.
12373
12374Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
12375
12376 * config/monitor.exp: Detect the "Couldn't establish connection"
12377 message from GDB.
12378
12379Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
12380
12381 * gdb.base/bitfields.exp: Use runto instead of explicit
12382 gdb_run_cmd/gdb_expect sequences.
12383
12384 * gdb.base/break.exp(text_next_with_recursion): Add match for
12385 gdb_expect call.
12386
12387 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
12388 We also need to handle the "A program is being debugged already"
12389 prompt from gdb. Use gdb_test to set the baud rate.
12390
12391 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
12392 to 20000. Really. I mean it.
12393
12394Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
12395
12396 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
12397 fails. If suppress_flag is set, skip perror message about not
12398 being able to send to GDB.
12399 (send_gdb): If suppress_flag is set, don't try to send commands to
12400 GDB.
12401 (gdb_expect): If suppress_flag is set, always fail immediately.
12402 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
12403 (gdb_init): Call gdb_stop_suppressing_tests.
12404 (default_gdb_exit): Ditto.
12405 (default_gdb_start): Ditto.
12406
12407 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
12408 gdb_stop_suppressing_tests as appropriate.
12409 * gdb.base/break.exp: Ditto.
12410 * gdb.base/callfuncs.exp: Ditto.
12411 * gdb.base/commands.exp: Ditto.
12412 * gdb.base/exprs.exp: Ditto.
12413 * gdb.base/funcargs.exp: Ditto.
12414 * gdb.base/list.exp: Ditto.
12415 * gdb.base/recurse.exp: Ditto.
12416 * gdb.base/scope.exp: Ditto.
12417 * gdb.base/structs.exp: Ditto.
12418 * gdb.c++/inherit.exp: Ditto.
12419
12420Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
12421
12422 * config/vr4300.exp: New file.
12423
99707966 12424 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 12425
99707966 12426 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
12427
12428Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
12429
12430 * lib/gdb.exp(gdb_init): New function.
12431
12432 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
12433 for each individual variable set.
12434
12435 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
12436 name.
12437
12438 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
12439
12440 * gdb.base/scope.exp: Use gdb_test.
12441
12442 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
12443 aborting; the testsuite driver will do that for us (see
12444 gdb_finish). Also, use gdb_test in a few more places.
12445
12446Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12447
12448 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
12449
12450Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
12451
12452 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
12453 and "add_tests" are not at the same address.
12454
12455Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
12456
12457 * gdb.base/ptype.exp: Use gdb_test.
12458
12459Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
12460
12461 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
12462 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
12463 left in. No longer expect them to fail.
12464
12465 * gdb.stabs/*.mt; Deleted, no longer used.
12466 * gdb.stabs/configure.in: Remove references to target makefile
12467 frags.
12468 * gdb.stabs/configure: Rebuilt.
12469
12470 * gdb.disasm/*.mt: Deleted, no longer used.
12471 * gdb.disasm/configure.in: Remove references to target makefile
12472 frags. Use "sh3.s" as the unique filename for this directory.
12473 * gdb.disasm/configure: Rebuilt.
12474
12475 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
12476 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
12477 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
12478
12479Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
12480
12481 * config/udi.exp: Use mondfe,name instead of remote_host.
12482
12483Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
12484
12485 * gdb.base/watchpoint.exp: Don't expect a failure when calling
12486 a function with a watchpoint enabled on the mn10200.
12487
12488 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
12489 before trying to create it!
12490
12491Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
12492
12493 * config/vx.exp: Use hostname instead of netport.
12494
12495 * config/vxworks.exp: New file.
12496
12497 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
12498
12499 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
12500 gdb before assuming everything worked. Send a ^C if a timeout
12501 occurs.
12502
12503 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
12504 $gdb_spawn_id directly.
12505 (gdb_run_cmd): Try _start as well as start. Use the target feature
12506 gdb,start_symbol as the symbol to start from when jumping.
12507
12508Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
12509
12510 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
12511 redundant) test.
12512
12513 * gdb.base/recurse.exp: Relax final value test for 'b' so that
12514 it doesn't lose for 16bit integer systems.
12515
12516Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
12517
12518 * gdb.fortran/types.exp: If the target doesn't support "double"
12519 data types, then expect "real" types to only be 4 bytes.
12520
12521 * gdb.c++/virtfunc.exp: Expect failure for virtual function
12522 call tests if the target doesn't support inferior function calls.
12523
12524 * gdb.base/printcmds.exp: Allow minor deviation in FP values
12525 in printf tests.
12526
12527Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
12528
12529 * gdb.base/help.exp: Disable "help set", "help show", and
12530 "help support". Simplify regexp for "help stack".
12531
12532 * gdb.base/default.exp: Set match_max to 5000 and the timeout
12533 to 60 seconds. Temporarily set match_max to 15000 around the
12534 "info copying" test.
12535
12536 * gdb.base/nodebug.exp: Don't try to do an inferior function
12537 call if the target doesn't support them.
12538 * gdb.base/printcmds.exp: Likewise.
12539 * gdb.base/setvar.exp: Likewise.
12540 * gdb.base/structs.exp: Likewise.
12541 * gdb.c++/templates.exp: Likewise.
12542 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
12543
12544 * gdb.base/recurse.exp: Enable for the mn10200.
12545
12546 * configure.in: Do configure gdb.stabs directory for *-*-elf
12547 targets.
12548 * configure: Rebuilt.
12549
12550 * gdb.base/break.exp: Check for gdb,noresults before testing
12551 exit status and/or results from the target.
12552 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
12553 * lib/gdb.exp: Remove old (now bogus) initialization of
12554 noinferior, noargs, noresults and nosignals.
12555
12556Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
12557
12558 * config/sh.exp: New file.
12559
12560 * config/slite.exp: Try to connect multiple times to the board
12561 before rebooting. Only send a "monitor run" if need_monitor_run
12562 is set.
12563
12564 * gdb.base/break.exp: Don't do the "stub continue" test if
12565 the target has gdb_stub set.
12566
12567 * gdb.base/callfuncs.exp: Increase the timeout.
12568
12569 * gdb.base/interrupt.exp: Don't even try to compile the testcase
12570 if the target has gdb,noinferiorio set.
12571
12572 * gdb.base/list.exp: Increase match_max to 10000 characters.
12573
12574 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
12575
12576 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
12577 target.
12578
12579 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
12580
12581Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
12582
12583 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
12584 trying to delete the copy of gdb. Catch the file delete so we
12585 don't die if the delete fails; also, the file should be copied to
12586 the host, not to the build.
12587
12588Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
12589
12590 * lib/gdb.exp(gdb_test): Surround the result pattern with
12591 parenthesis in case it contains multiple regexps separated
12592 with |.
12593
12594 * gdb.base/watchpoint.exp: Use gdb_test.
12595 * gdb.base/default.exp: Ditto.
12596
12597Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
12598
99707966 12599 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 12600
c906108c
SS
12601 * gdb.base/scope.exp: Use gdb_test.
12602 * gdb.c++/classes.exp: Ditto.
12603 * gdb.c++/inherit.exp: Ditto.
12604
12605Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
12606
12607 * gdb.base/crossload.exp: Don't use execute_anywhere, use
12608 remote_exec instead.
12609 * gdb.base/corefile.exp: Don't be ridiculous.
12610 * gdb.base/*.c: Add missing stub invocations.
12611
12612Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
12613
12614 * config/slite.exp: Miscellaneous fixes.
12615
12616 * lib/gdb.exp: Fix runto.
12617
12618 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
12619 the target.
12620
12621 * gdb.base/watchpoint.exp: Fix regexp.
12622
12623 * lib/gdb.exp(default_gdb_exit): Add a catch to the
12624 close and wait commands, as the descriptor may now be
12625 invalid. Always call "remote_close host".
12626
12627Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
12628
12629 Major rewrite for testsuite revision.
d63a86f8 12630
c906108c
SS
12631 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
12632 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
12633 instead of relying on spawn_id to always contain a valid
12634 spawn id.
12635 (get_compiler_info): New procedure to build the ${binfile}.ci
12636 file, instead of replicating this in N different places.
12637 (gdb_compile): New procedure.
d63a86f8 12638
c906108c
SS
12639 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
12640 appropriate arguments) instead of compile. Use gdb_test in a lot
12641 more places. Use send_gdb instead of send. Always run gdb_start
12642 at the start of a testcase, as this is no longer done magically.
12643
12644 config/*-gdb.exp: Rename without the -gdb suffix.
12645
12646 config/mips.exp: Use remote_close instead of exit_remote_shell.
12647 config/monitor.exp: Use target_info instead of looking at
12648 baud, timeout, etc.
12649 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
12650
12651Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12652
12653 * gdb.c++/templates.exp (test_ptype_of_templates),
12654 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
12655 Update expect patterns for destructors and assignment operators
12656 to match corresponding c-typeprint.c changes.
12657 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
12658 to destructor breakpoint test, GDB should be able to set the
12659 destructor breakpoint without specifying arguments.
12660
12661Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
12662
12663 * gdb.threads/pthreads.exp: Change result for failure to compile due
12664 to lack of pthreads runtime support from an error to simply an
12665 unsupported test, per dejagnu standards.
12666
12667Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12668
12669 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
12670 where GDB exits to reduce pattern match time.
12671 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
12672
12673 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
12674
dc96c6c7 12675Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12676
12677 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
12678 * gdb.base/default.exp: ditto.
12679 * gdb.base/nodebug.exp: ditto.
12680 * gdb.base/printcmds.exp: ditto.
12681 * gdb.base/ptype.exp: ditto.
12682 * gdb.base/setvar.exp: ditto.
12683 * gdb.base/structs.exp: ditto.
12684 * gdb.base/setshow.c: Guard against uninitialized values of argc.
12685
12686Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
12687
12688 * configure, */configure: Rebuild with autoconf 2.12.
12689
12690Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
12691
12692 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
12693 use new i*86-pc-linux*-gnu quads.
12694 * gdb.base/corefile.exp: Ditto.
12695 * gdb.base/signals.exp: Ditto.
12696 * gdb.base/sigall.exp: Ditto.
12697 * gdb.base/interrupt.exp: Ditto.
12698
12699 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
12700 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
12701 RedHat 4.0.
d63a86f8 12702
c906108c
SS
12703 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
12704 linux. This allows the test case to at least compile on latest
12705 linux, but still not run due to missing the threads runtime library.
12706
12707Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12708
12709 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
12710 directory to search gdb directory. Accept and step over conditional
12711 stack alignment code. Consume $prompt in failure cases.
12712 Reset timeout to $oldtimeout instead of some arbitrary value.
12713 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
12714 timeout problems with infinite stack backtraces.
12715 * gdb.base/ptype.exp (ptype struct link, union tu_link):
12716 Accept function parameters for linkfunc member.
12717
12718Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
12719
12720 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
12721 (CXXFLAGS): Remove, unreferenced.
12722 (B_OPTIONS): Add for -B options and add code to initialize with
12723 previous -B options and also add -B option to pick up cross compiled
12724 runtime.
12725 (TARGET_INCLUDES): Add for -I options and add code to initialize when
12726 doing cross compiles.
12727 (target_alias): Declare global.
12728 (xgcc): Set variable to full path of gcc in build tree. Use findfile
12729 to verify that gcc exists in build tree, and if so set CC to that
12730 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 12731
c906108c
SS
12732Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
12733
12734 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
12735 ptype test for anonymous union. Fixup testcase to match
12736 current gcc debug output.
12737
12738Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
12739
12740 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
12741 force argument to an unsigned long type.
12742
12743Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
12744
12745 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
12746 tests and anonymous union print/ptype tests.
12747 * gdb.base/list.exp (test_forward-search): Increase timeout by
12748 5 minutes for the "search extremely long line" case.
12749 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
12750 completely optional and that the pass/fail messages use the command as
12751 the message if that third arg is a null string.
12752 (gdb_test_exact): Arrange that a null string pattern means match a
12753 null string output rather than any output, which might include random
12754 errors.
12755 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
12756 backtrace test.
12757 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
12758 always failing and failure is now exposed by gdb.exp changes.
12759
12760Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
12761
12762 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
12763 weren't being noted.
12764
12765Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12766
12767 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
12768 * gdb.stabs/weird.exp: Remove v_comb xfails.
12769
dc96c6c7 12770Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12771
12772 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
12773 list.exp scope.exp watchpoint.exp]
12774 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 12775
dc96c6c7 12776Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12777
12778 * config/monitor.exp: Increase download timeout to 1000 seconds.
12779
dc96c6c7 12780Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12781
12782 * config/m32r.exp: Increase timeout to 120 seconds.
12783
12784Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
12785
12786 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
12787 and accept older ordering as obsolescent gcc or gdb.
12788 * gdb.c++/templates.exp: Ditto.
12789 * gdb.c++/virtfunc.exp: Ditto.
12790
12791Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
12792
12793 * gdb.base/coremaker.c: Add code to mmap some data so we
12794 can check that it ends up in the core file.
12795 * gdb.base/corefile.exp: Add test to read mmapped data
12796 from core file.
12797
dc96c6c7 12798Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12799
12800 * config/m32r.exp: New file.
12801
12802Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
12803
12804 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
12805 that cflags can contains -gstabs, and work correctly for other tests.
12806
dc96c6c7 12807Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12808
12809 * gdb.base/setshow.exp: New file, tests show and set.
12810 * gdb.base/setshow.c: New file, tests show and set.
12811 * gdb.base/help.exp: Add test for help set|show annotate.
12812 * gdb.base/default.exp: Add test for set|show annotate.
12813
12814Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
12815
12816 * testsuite/gdb.base/break.exp: Make backtrace from factorial
12817 errors unique.
12818 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
12819 explicitly.
12820
12821Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
12822
12823 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
12824 and width commands. This is done elsewhere.
12825 * (gdb_start): Don't call gdb_start_sim here. That's already
12826 done in gdb_load. This fixes lots of failures in default.exp.
12827
12828Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
12829
12830 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
12831 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
12832 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
12833 in the same we we treat other failures (since it may be an expected
12834 condition), rather than as an error.
12835 * gdb.base/signals.exp (test_handle_all_print): Revert back to
12836 old test format.
12837
12838Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
12839
12840 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
12841 (distclean maintainer-clean realclean): No need to remove files
12842 twice. Nuke the duplicates.
12843 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 12844 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
12845 Remove config.h along with other config files.
12846
12847Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
12848
12849 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
12850 "p func1 ()" and note that rests of tests are skipped.
12851 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
12852 setup_xfails for "print func2::coremaker_local".
12853 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
12854 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
12855 affected by the previous run test.
12856 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
12857 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
12858 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
12859 "pass int powerset tuple" and "pass modeless int powerset tuple".
12860 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
12861 "real write 4" and "real write 8".
12862 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
12863 setup_xfails for "print vs1 after tuple assign 2",
12864 "print \$i after tuple assign 2", and
12865 "print vs2 after tuple assign 2".
12866 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
12867 meaningful error message and return -1 so the caller can
12868 suppress further tests and avoid a cascade of errors.
d63a86f8 12869
c906108c
SS
12870Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
12871
12872 * gdb.base/a1-selftest.exp: Tweak tests to account for new
12873 format for printing version.
12874 * gdb.base/default.exp: Ditto.
12875 * gdb.base/interrupt.exp: Fix problem with cascade of
12876 errors if child process dies while calling a function.
d63a86f8 12877
c906108c
SS
12878Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
12879
12880 * Makefile.in (VPATH): Add
12881 * Makefile.in (Makefile, config.status): Fix rules so things get
12882 remade when necessary.
12883
12884Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
12885
12886 * Makefile.in (just-check): Add path to sibling expect dir
12887 to environment variable specified by RPATH_ENVVAR.
12888
12889Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
12890
12891 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
12892 (just-check): Add shared library paths for libstdc++, tk,
12893 tcl, bfd, and opcodes to the environment variable specified
12894 in RPATH_ENVVAR.
12895 * configure.in: Add support to recognize --enable-shared flag
12896 and generate correct value for RPATH_ENVVAR.
12897 * configure: Regenerated with autoconf.
12898
12899Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
12900
12901 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
12902 include all osf versions.
12903 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
12904 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
12905 when target is linux. When failing to build pthreads test
12906 executable, give more meaningful message.
12907 * gdb.threads/pthreads.c: Hpux also uses old definition of second
12908 arg for pthread_create.
d63a86f8 12909
c906108c
SS
12910Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
12911
12912 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
12913 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
12914 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
12915 and -lpthreads (everybody else).
12916 (test_startup): Fail gracefully if threads are not supported.
12917 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
12918 "p/c array_index("abcdef",2)" when not gcc compiled.
12919 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
12920 "print func2::coremaker_local" when not gcc compiled.
12921 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
12922 "ptype on opaque struct tagname (statically)",
12923 "ptype on opaque struct tagname (dynamically) 1", and
12924 "ptype on opaque struct tagname (dynamically) 2"
12925 for not compiled with gcc.
12926 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
12927 backtrace when compiled with gcc.
d63a86f8 12928 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
12929 than always return success.
12930
12931Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
12932
12933 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
12934
12935Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
12936
12937 * gdb.base/structs.exp: Undo last change.
12938
12939Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
12940
12941 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
12942 encapsulate all the steps/nexts done during self test, starting
12943 at main, and makes them less sensitive to optimization issues.
12944 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
12945 signal handler" test.
12946 * gdb.threads/pthreads.exp: Only run this for native configs.
12947 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
12948 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
12949 tests.
12950 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
12951 for "runto test_calls(void)" test.
d63a86f8 12952
c906108c
SS
12953Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
12954
12955 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
12956 and don't expect address info in breakpoint confirmations.
12957
12958Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
12959
12960 * gdb.base/list.exp (test_forward_search): Increase timeout
12961 temporarily by 60 seconds for searching extremely long line,
12962 and then reset to old value when done. Increase expect input
12963 buffer to 10000.
12964
12965Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
12966
12967 * gdb.base/list.exp (test_forward_search): Fix to handle very
12968 long source line without overflowing expect's input buffer.
12969
12970Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
12971
12972 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
12973 "buffer_full".
12974
12975 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
12976 "buffer_full".
12977
12978 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
12979 "buffer_full".
12980
12981 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
12982 "buffer_full".
12983
12984Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
12985
12986 * configure.in (configdirs): Add gdb.threads.
12987 * configure: Regenerated with autoconf.
12988 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
12989 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
12990 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 12991
c906108c
SS
12992Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
12993
12994 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
12995
12996Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
12997
12998 * gdb.base/signals.exp (test_handle_all_print): Test separately for
12999 each signal's status in the output of "handle all print".
13000 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
13001 the \r\n sequence that immediately precedes the gdb prompt.
13002 * gdb.base/a1-selftest.exp: Save original timeout and restore
13003 after test.
13004
13005Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
13006
13007 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
13008 symbol.
13009
13010Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13011
13012 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
13013
13014Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
13015
13016 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
13017 timeout by 60 seconds.
13018
13019Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
13020
13021 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
13022 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
13023 error return.
13024
13025Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
13026
13027 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
13028 gdb initialization, also report how long dejagnu waited. Restore
13029 old timeout before doing error return. Temporarily increase timeout
13030 by 3 minutes to allow for slow startups over heavy NFS use.
13031
13032Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
13033
13034 * lib/gdb.exp: Report timeout value for verbosity level 2.
13035 * config/gdbserver.exp: Ditto.
13036 * config/hppro.exp: Ditto.
13037 * config/mips-gdb.exp: Ditto.
13038 * config/monitor.exp: Ditto.
13039 * config/netware.exp: Ditto.
13040 * config/sim-gdb.exp: Ditto.
13041 * config/slite-gdb.exp: Ditto.
13042 * config/udi-gdb.exp: Ditto.
13043 * config/unix-gdb.exp: Ditto.
13044 * config/vx-gdb.exp: Ditto.
13045 * gdb.base/a1-selftest.exp: Ditto.
13046 * gdb.base/a2-run.exp: Ditto.
13047 * gdb.base/break.exp: Ditto.
13048 * gdb.base/corefile.exp: Ditto.
13049 * gdb.base/list.exp: Ditto.
13050 * gdb.base/recurse.exp: Ditto.
13051 * gdb.base/scope.exp: Ditto.
13052 * gdb.base/signals.exp: Ditto.
13053
13054Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13055
13056 * gdb.threads/Makefile.in (docdir): Removed.
13057
13058Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13059
13060 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 13061 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 13062 @srcdir@.
d63a86f8 13063 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
13064 autoconf 2.5 or higher.
13065 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
13066
13067Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
13068
13069 * configure: Regenerated.
13070 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
13071 avoid name clashes with SunOS headers.
13072
13073Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
13074
13075 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
13076
13077Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
13078
13079 * gdb.base/callfuncs.exp: Finish last change -- make sure the
13080 prototype information ends up in the compiler info file.
13081
13082Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
13083
13084 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
13085 attempting to regenerate it. Eliminate use of a temporary file
13086 and just generate the info file directly. Source it immediately,
13087 for consistency of use.
13088 * gdb.base/corefile.exp: Ditto
13089 * gdb.base/exprs.exp: Ditto.
13090 * gdb.base/funcargs.exp: Ditto.
13091 * gdb.base/langs.exp: Ditto.
13092 * gdb.base/list.exp: Ditto.
13093 * gdb.base/mips_pro.exp: Ditto.
13094 * gdb.base/nodebug.exp: Ditto.
13095 * gdb.base/opaque.exp: Ditto.
13096 * gdb.base/ptype.exp: Ditto.
13097 * gdb.base/scope.exp: Ditto.
13098 * gdb.base/setvar.exp: Ditto.
13099 * gdb.base/signals.exp: Ditto.
13100 * gdb.base/whatis.exp: Ditto.
13101 * gdb.c++/templates.exp: Ditto.
13102 * gdb.c++/virtfunc.exp: Ditto.
13103 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
13104 whether or not to add -lstdc++ to the compile command line args.
13105
13106Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13107
13108 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
13109 it got fixed by the recent lookup_minimal_symbol_by_pc change.
13110 Increase timeout, a lot of single stepping might be needed if the
13111 target has no hardware watchpoints.
13112
13113Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
13114
13115 * gdb.base/break.exp: Ignore compiler warnings when compiling
13116 break.c.
13117 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
13118 * gdb.base/default.exp: Add h8300 xfails. Handle messages
13119 from remote-sim.
13120 * gdb.base/exprs.exp: Add h8300 xfails.
13121 * gdb.base/funcargs.exp: Likewise.
13122 * gdb.base/nodebug.exp: Likewise.
13123 * gdb.base/printcmds.exp: Likewise.
13124 * gdb.base/ptype.exp: Likewise.
13125 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
13126 h8300 xfails.
d63a86f8 13127 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
13128 on the h8300.
13129 * gdb.base/funcargs.c: Explicitly make last constant argument to
13130 call_after_alloca_subr an unsigned long type.
13131 * gdb.base/return.c: Include stdio.h.
13132
13133Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13134
13135 * config/abug.exp: New file for the older Motorola Bug monitor
13136 that runs on the mvme13x series VME boards.
13137 * config/monitor.exp: Use the new config array for target settings
13138 if they exist.
13139
13140Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
13141
13142 * sim-gdb.exp: Make the SH simulator allocate less space when
13143 it is targeted.
13144
13145Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
13146
13147 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
13148 test.
13149
13150Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
13151
13152 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
13153 "rs6000-*-*" for "list function in include file" when gcc compiled.
13154 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
13155 for "p ctable1[120]".
13156 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
13157 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
13158 Remove setup_xfail for "rs6000-*-*" for
13159 "print 'scope0.c'::filelocal before run".
13160 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
13161 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
13162 since some compilers don't allow both options to be given
13163 on the same command line. Create object file and move it.
d63a86f8 13164
c906108c
SS
13165Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
13166
13167 * gdb.base/corefile.exp: Always regenerate the core file, since
13168 we always regenerate the coremaker program. Detect special case
13169 where registers cannot be read from core file.
d63a86f8 13170
c906108c
SS
13171Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
13172
13173 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
13174 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
13175 * gdb.c++/templates.exp: Only match on basename of file since
13176 some formats like xcoff don't encode directory information.
13177 * gdb.stabs/weird.exp: Use the right sed script for powerpc
13178 and rs6000 AIX xcoff targets.
13179 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
13180 * configure: Regenerate.
13181 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
13182 here, rather than in distclean.
d63a86f8 13183
c906108c
SS
13184Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
13185
13186 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
13187 defined, and use it to compile the test case with -O2. The
13188 native compilation still uses no optimization.
13189 * gdb.base/mips_pro.c: Remove inline assembly code since
13190 it is compiled PIC by default, which results in assembler
13191 warnings that make the testsuite think the compilation
13192 was unsuccessful.
13193
13194Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
13195
13196 * gdb.c++/misc.exp: Add note to message for
13197 "print s.a for foo struct" that this is a known gcc 2.7.2
13198 and earlier bug.
13199
13200Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
13201
13202 * gdb.base/break.exp: Fix pattern for matching "Delete all
13203 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
13204 setup_xfail for deleting all breakpoints test. Fix various
13205 timeout messages to include "(timeout)".
13206 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
13207 for "p t_float_values2(3.14159,float_val2)".
13208 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
13209 for "continue to call2g" when gcc compiled.
13210 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
13211 "up to foo in langs.exp", "show language at foo in langs.exp",
13212 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
13213 and "show language at fsub in langs.exp".
13214 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
13215 "list line 1 in include file", "list message for lines past EOF",
13216 "list function in include file", "list list0.h:foo", and
13217 "list filename:function; nonexistant function".
13218 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
13219 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
13220 and "ptype t_char_array" to be for native cc only.
d63a86f8 13221
c906108c
SS
13222Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
13223
d63a86f8 13224 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
13225 setup_xfail for "print coremaker_bss", "print coremaker_ro",
13226 "print func2::coremaker_local", and "backtrace in corefile.exp".
13227
13228Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
13229
13230 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
13231 "bt in signals.exp". This problem only appears when running
13232 the testsuite, and then only intermittently.
13233
13234Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13235
13236 * gdb.base/return.exp (return_tests): Differentiate between
13237 two tests of continuing.
13238
13239Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13240
13241 * */Makefile.in (maintainer-clean): Remove config.log.
13242 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
13243 * gdb.c++/Makefile.in (PROGS): Add inherit.
13244 (clean): Remove *.ci.
13245
13246Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
13247
13248 * gdb.c++/misc.cc: Add test code from Mike Stump.
13249 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
13250
13251Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
13252
13253 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
13254 to "alpha-*-osf2*" and add comment.
13255 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
13256 setup_xfail for "step over execarg initialization" and
13257 "step over corearg initialization".
13258 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
13259 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
13260 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
13261 gcc compiled for "print coremaker_bss", "print coremaker_ro",
13262 "print func2::coremaker_local", and "backtrace in corefile.exp".
13263 * gdb.base/signals.exp: Build and source signals.ci.
13264 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
13265 to be for gcc only.
13266 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 13267
c906108c
SS
13268Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13269
13270 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
13271 Feb 3 procfs.c change.
13272
13273Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
13274
13275 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
13276
13277Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
13278
13279 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
13280 from dejagnu's apparent default of 10 seconds, which gives random
13281 results when running the tests over NFS on moderately loaded systems.
13282 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
13283
13284Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
13285
13286 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
13287 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
13288 result reports.
13289
13290Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
13291
13292 * configure.in (CY_AC_PATH_TCLH): Remove.
13293 * configure: Regenerate.
13294
13295Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
13296
13297 * gdb.c++/Makefile.in (clean): Add missing '{'.
13298
13299Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
13300
13301 * lib/gdb.exp: Provide a default value for noinferior.
13302
13303 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
13304 Load libgloss.exp.
13305
13306Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
13307
13308 * gdb.disasm/hppa.exp: Compile directly into an executable, use
13309 the executable, not the .o to run the tests from.
13310
13311Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
13312
13313 * gdb.base/break.exp: Don't test for program exit or exit status
13314 if $noresults if nonzero.
13315 * gdb.base/langs.exp: Likewise.
13316 * gdb.base/watchpoint.exp: Likewise.
13317
13318 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
13319 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
13320 trying to compile the testcase.
13321
13322Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
13323
13324 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
13325 * gdb.base/signals.exp (continue to handler): Likewise.
13326
13327Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
13328
13329 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
13330
13331 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
13332
13333Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
13334
13335 * gdb.base/corefile.exp: Recognize "not found" as failure
13336 when trying to determine if a core file was generated.
13337 If no core file was generate the first time, try again without
13338 the ulimit -c to work around braindamaged shells.
13339
13340Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
13341
13342 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
13343 [] tests with "test" and enclose string in quotes.
13344 * gdb.stabs/configure: Rebuild
d63a86f8 13345
c906108c
SS
13346Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
13347
13348 Changes in sync with expect:
13349 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
13350 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
13351 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
13352 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
13353 argument to AC_REQUIRE.
13354 * configure: Regenerated.
13355
13356Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
13357
13358 * gdb.base/corefile.exp: When generating a core, discard any
13359 error messages about ulimit not found and the "core dumped"
13360 message from the shell that runs the coredumper.
13361
13362Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
13363
13364 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
13365
13366 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
13367 which sed script to run. Expect failure for v_comb test
13368 on PA targets too.
d63a86f8 13369
c906108c
SS
13370Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
13371
13372 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
13373 "print func2::coremaker_local" and for "backtrace in corefile.exp"
13374
13375Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
13376
13377 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
13378 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
13379 "sparc-sun-solaris*" xfails for "p v_comb".
13380 * lib/gdb.exp (default_gdb_start): Fix typo.
13381 * gdb.base/corefile.exp: Allow "Core was generated by ..."
13382 messages to not include the full program name that caused
13383 the core dump since some systems (such as solaris) apparently
13384 truncate this path to about 80 characters.
13385 When generating a core file first try increasing the core file
13386 size limit to unlimited since some systems may default it to
13387 zero, and it is harmless to try it. Move the test for failing
13388 to generate a core file to where it will actually get executed.
13389 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
13390 new gdb result from g++ debug info improvements and make old
13391 pattern obsolescent. Also account for size_t differences
13392 (may be int or long).
13393 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
13394 initialization before function call is placed in the delay slot
13395 and thus appears to be skipped over by commands such as "next".
13396
13397Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13398
13399 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
13400
13401Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13402
13403 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
13404 input source file; fix code to compile test to deal with this
13405 convention.
13406 * gdb.c++/*.exp: Likewise.
13407
13408Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
13409
13410 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
13411 "bt in signals.exp".
13412
13413Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
13414
13415 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
13416 "step over execarg initialization" and
13417 "step over corearg initialization".
13418
13419Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
13420
13421 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
13422 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
13423
13424Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
13425
13426 From Rob Savoye (rob@poseidon.cygnus.com)
13427 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
13428 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
13429 configure.in}, gdb.disasm/{Makefile.in, configure.in},
13430 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
13431 configure.in}: Major reworking for autoconfig.
13432 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
13433 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
13434 New files.
13435 * config/unix-gdb.exp: Make GDB global.
13436 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
13437 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
13438 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
13439 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
13440 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
13441 term.exp, twice.exp, watchpoint.exp, whatis.exp},
13442 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
13443 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
13444 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
13445 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
13446 pr-8136.exp, result.exp, string.exp, tuples.exp},
13447 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
13448 to returns as necessary, arrange for test to compile own testcase
13449 executable.
13450 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 13451
c906108c
SS
13452Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
13453
13454 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
13455 clear_xfail at end of test which might not call either pass or fail.
13456 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
13457 "backtrace through signal handler".
13458
13459Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13460
13461 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
13462 continuing from a job control stop signal.
13463 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
13464
13465Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
13466
13467 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
13468 * gdb.base/corefile.exp: Likewise.
13469 * gdb.base/funcargs.exp: Likewise.
13470
13471Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
13472
13473 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
13474 * config/monitor.exp: Add support for setting baud rate.
13475
13476Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
13477
13478 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
13479 i*86-*-linux* xfails for "backtrace through signal handler".
13480 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
13481 "print func2::coremaker_local".
13482 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
13483 alpha-dec-osf2* xfail for
13484 "delete all breakpoints when none".
13485
13486Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
13487
13488 * gdb.base/break.exp: Change test that deletes all breakpoints
13489 when no user breakpoints are installed. A post 4.15 change
13490 causes gdb to no longer prompt in this case.
13491
13492Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
13493
13494 * gdb.base/return.exp (return_tests): Change xfail for test
13495 "correct value returned double test" to stop xfailing at
13496 Solaris 2.5. Apparently the bug has been fixed.
13497
13498Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
13499
13500 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
13501 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
13502
13503Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
13504
13505 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
13506 * gdb.disasm/hppa.s: Corresponding changes.
13507
13508Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
13509
13510 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
13511 makefile fragment.
13512 * config/mt-hpux: Deleted.
13513
13514Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
13515
d63a86f8 13516 * Many files: When warning about suppressed tests due to a
c906108c
SS
13517 nonexistant test binary, avoid incrementing the warning count.
13518
13519Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
13520
13521 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 13522
c906108c
SS
13523Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13524
13525 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
13526 "sparc-*-solaris2*".
13527
13528Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13529
13530 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
13531 Add global and local variables and initialize them.
13532 * gdb.base/corefile.exp: Test correct mapping of corefile sections
13533 by printing variables. Remove rs6000 and powerpc xfails, BFD now
13534 extracts the file name and terminating signal from the core file.
13535 * TODO: Remove note about tests for correct mapping of corefile.
13536 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
13537 from optimizing it away.
13538 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
13539 handles common blocks.
13540
13541Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
13542
13543 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
13544 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
13545
13546Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
13547
13548 * Makefile.in (maintainer-clean): New target, synonym for
13549 realclean.
13550 * gdb.base/Makefile.in (maintainer-clean): Likewise.
13551 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
13552 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
13553 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
13554 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
13555 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
13556
13557Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
13558
13559 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
13560 xfails when not gcc compiled for "print foo::funclocal".
13561 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
13562 "print foo::funclocal at foo",
13563 "print 'scope1.c'::foo::funclocal at foo",
13564 "print foo::funclocal_bss at foo",
13565 "print 'scope1.c'::foo::funclocal_bss at foo",
13566 "print foo::funclocal_ro at foo",
13567 "print 'scope1.c'::foo::funclocal_ro at foo",
13568 "print bar::funclocal at foo" and
13569 "print 'scope1.c'::bar::funclocal at foo".
13570 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
13571 gcc compiled for "print foo::funclocal at bar".
13572 Expand all messages to ensure that they identify that
13573 the test is at bar().
13574 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
13575 gcc compiled for:
13576 "ptype on opaque struct pointer (statically)",
13577 "ptype on opaque struct tagname (statically)",
13578 "ptype on opaque struct pointer (dynamically) 1",
13579 "ptype on opaque struct tagname (dynamically) 1",
13580 "ptype on opaque struct pointer (dynamically) 2" and
13581 "ptype on opaque struct tagname (dynamically) 2
13582 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
13583 gcc compiled for:
13584 "p datalocal"
13585 "whatis datalocal",
13586 "ptype datalocal",
13587 "p bsslocal",
13588 "whatis bsslocal", and
13589 "ptype bsslocal".
13590 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
13591 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
13592 when not gcc compiled.
13593 * gdb.base/funcargs.exp (float_and_integral_args): Add
13594 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
13595 compiled.
13596 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
13597 "backtrace from call6a" when not gcc compiled.
13598 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
13599 "backtrace from call7a" when not gcc compiled.
13600 * gdb.base/callfuncs.exp (do_function_calls):
13601 Add "hppa*-*-hpux*" xfail when not gcc compiled for
13602 "p t_char_array_values(char_array_val2,char_array_val1)",
13603 "p t_char_array_values(char_array_val1,char_array_val2)",
13604 "p t_char_array_values("carray 1","carray 2")",
13605 "p t_char_array_values("carray 1",char_array_val2)",
13606 "p t_char_array_values(char_array_val1,"carray 2")",
13607 "p sum_args(1,{2})",
13608 "p sum_args(2,{2,3})",
13609 "p sum_args(3,{2,3,4})",
13610 "p sum_args(4,{2,3,4,5})"
13611 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
13612 "backtrace in corefile.exp" when not gcc compiled.
13613
13614Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13615
13616 * gdb.base/signals.exp: Rewrite `handle all print' test as
13617 a procedure. Accept blanks or TABs as whitespace, increase
13618 timeout and expect input buffer size for the large output
13619 from the command. Remove "i*86-*-bsdi2.0" xfail.
13620
13621Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13622
13623 * gdb.base/setvar.exp: Add new testcases for truncation when
13624 assigning invalid values to bitfields.
13625
13626Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
13627
d63a86f8 13628 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
13629 mips-sgi-irix* xfail for
13630 "call inferior func with struct - returns char *"
13631 and fix test so that an optional (unsigned char *) cast is
13632 accepted in the result.
13633
13634Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
13635
13636 * gdb.base/funcargs.exp (float_and_integral_args): Remove
13637 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
13638 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
13639 * gdb.base/signals.exp: Remove duplicate "handle all print" test
13640 that accidentally got checked in.
13641
13642Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
13643
d63a86f8 13644 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
13645 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
13646 compiled test.
13647 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
13648 Add mips-sgi-irix5* xfail for not gcc compiled.
13649 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
13650 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
13651 "p top", "whatis top", "p middle", and "whatis middle".
13652 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
13653 "whatis signed char" for not gcc compiled.
13654 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
13655 "set variable signed char=-1 (-1)" and
13656 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
13657 * gdb.base/funcargs.exp (float_and_integral_args):
13658 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
13659 Add mips-sgi-irix* xfail when not gcc compiled for
13660 "continue to call2b".
13661 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
13662 "continue to call2g".
13663 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
13664 "backtrace from call6a"
13665 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
13666 "backtrace from call7k".
13667 Add mips-sgi-irix5* xfail when not gcc compiled for
13668 "backtrace from call7a".
13669 (localvars_after_alloca): Fix gdb_test cmds for
13670 "print * after runto ...".
13671 Remove rs6000-*-* xfails for
13672 "print i after runto localvars_after_alloca" and
13673 "print l after runto localvars_after_alloca"
13674 for all compilers.
13675 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
13676 when not compiled with gcc, for:
13677 "print signed char == (minus)",
13678 "print signed char != (minus)",
13679 "print signed char < (minus)",
13680 "print signed char > (minus)".
13681 * gdb.base/callfuncs.exp (do_function_calls):
13682 Add mips-sgi-irix* xfail, when compiled with native compiler, for
13683 "call inferior func with struct - returns char *".
d63a86f8 13684 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
13685 "correct value returned double test" to include Solaris 2.4.
13686 * gdb.base/funcargs.exp (float_and_integral_args):
13687 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 13688
c906108c
SS
13689Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13690
13691 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
13692 enumeration bitfields if compiling with GNU C.
13693 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
13694 to empty' prompt.
13695
13696Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
13697
13698 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
13699 test for PRO targets.
13700
13701 * gdb.base/funcargs.exp: Avoid ever setting more than 8
13702 breakpoints in the inferior at any given time by making
13703 two groups of breakpoints for call2*, call6* and call7*
13704 tests.
13705
13706Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13707
13708 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
13709 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
13710 from optimizing it away.
13711 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
13712 "call inferior func with struct".
13713
13714Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
13715
13716 * configure.in: Only configure gdb.chill for particular targets.
13717
13718Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
13719
13720 * gdb.base/Makefile.in: Add action to .c.o transformation
13721 rule that generates a .ci file for each .o file and remove
13722 explicit .c.o rules except for callfuncs.o.
13723 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
13724 generates a .ci file for each .o file and remove explicit
13725 .cc.o rules.
13726 (clean): Remove *.tmp *.ci files.
13727 (EXECUTABLES): Remove templ-info.exp.
13728 * gdb.base/compiler.c: New file.
13729 * gdb.c++/compiler.cc: New file
13730 * gdb.base/scope.exp: Source gdb.base/scope.ci.
13731 Change rs6000-*-* xfail for
13732 "print 'scope0.c'::filelocal_ro" and
13733 "print 'scope1.c'::filelocal" and
13734 "print 'scope1.c'::filelocal_bss" and
13735 "print 'scope1.c'::filelocal_ro" and
13736 "print 'scope1.c'::foo::funclocal" and
13737 "print 'scope1.c'::foo::funclocal_ro" and
13738 "print 'scope1.c'::bar::funclocal" and
13739 "print 'scope0.c'::filelocal_ro" and
13740 "print 'scope1.c'::filelocal at foo" and
13741 "print 'scope1.c'::filelocal_bss at foo" and
13742 "print 'scope1.c'::filelocal_ro at foo" and
13743 "print 'scope1.c'::foo::funclocal at foo" and
13744 "print 'scope1.c'::foo::funclocal_bss at foo" and
13745 "print 'scope1.c'::foo::funclocal_ro at foo" and
13746 "print 'scope1.c'::bar::funclocal at foo" and
13747 "print 'scope0.c'::filelocal_ro" and
13748 "print 'scope1.c'::filelocal" and
13749 "print 'scope1.c'::filelocal_bss" and
13750 "print 'scope1.c'::filelocal_ro" and
13751 "print 'scope1.c'::foo::funclocal" and
13752 "print 'scope1.c'::foo::funclocal_bss" and
13753 "print 'scope1.c'::foo::funclocal_ro" and
13754 "print 'scope1.c'::bar::funclocal" and
13755 "print 'scope1.c'::bar::funclocal_bss"
13756 to only be xfail'd when not compiled with gcc.
d63a86f8 13757 Add rs6000-*-* xfail for
c906108c
SS
13758 "print 'scope0.c'::filelocal_bss before run"
13759 when compiled with gcc.
13760 (test_at_main): Add rs6000-*-* xfail for
13761 "print filelocal_ro in test_at_main"
13762 when compiled with gcc.
13763 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 13764 Add rs6000-*-aix* xfail for
c906108c
SS
13765 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
13766 "ptype t_char_array", not compiled with gcc.
13767 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
13768 xfail for "list foo (in include file)" when gcc compiled.
13769 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
13770 (integral_args): Add rs6000-*-* xfail for
13771 "run to call0a" if not compiled with gcc.
13772 (unsigned_integral_args): Add rs6000-*-* xfail for
13773 "run to call1a" if not compiled with gcc.
13774 (float_and_integral_args): Add rs6000-*-* xfail for
13775 "run to call2a" if not compiled with gcc and for
13776 "continue to call2b" for any compiler.
13777 Add rs6000-*-* xfail to
13778 "print f1 after run to call2a" for gcc compiled.
13779 (discard_and_shuffle): Add rs6000-*-* xfail for
13780 "run to call6a".
13781 (shuffle_round_robin): Add rs6000-*-* xfail for
13782 "backtrace from call7a" if not compiled with gcc.
13783 Add rs6000-*-* xfail for
13784 "backtrace from call7b" if compiled with gcc.
13785 (call_after_alloca): Add rs6000-*-* xfail for
13786 "print c in call_after_alloca" and
13787 "print s in call_after_alloca" and
13788 "backtrace from call_after_alloca_subr"
13789 if not compiled with gcc.
13790 (localvars_in_indirect_call): Add rs6000-*-* xfail for
13791 "print c in localvars_in_indirect_call" and
13792 "print c in localvars_in_indirect_call" and
13793 "backtrace in indirectly called function" and
13794 "stepping into indirectly called function"
13795 if not compiled with gcc.
13796 (localvars_after_alloca): Add rs6000-*-* xfail for
13797 "print c after runto localvars_after_alloca" and
13798 "print s after runto localvars_after_alloca" and
13799 "print i after runto localvars_after_alloca" and
13800 "print l after runto localvars_after_alloca"
13801 for all compilers.
13802 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
13803 than whatis-info.exp.
13804 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
13805 than opaque-info.exp.
13806 Setup rs6000-*-* xfail for
d63a86f8 13807 "ptype on opaque struct pointer (statically)" and
c906108c
SS
13808 "ptype on opaque struct pointer (dynamically)" when
13809 not compiled with gcc.
13810 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
13811 rather than callf-info.exp.
13812 (do_function_calls): Add clear_xfail for rs6000-*-* for
13813 "p t_float_values2(3.14159,float_val2)". Seems to work
13814 fine there, both with xlc and gcc. Need to find out what
13815 it is doing right and fix other platforms.
13816 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
13817 "call inferior func with struct - returns int",
13818 "call inferior func with struct - returns long",
13819 "call inferior func with struct - returns float",
13820 "call inferior func with struct - returns double",
13821 "call inferior func with struct - returns char *",
13822 but only if not gcc compiled (presumes xlc compiled).
13823 Change rs6000-*-* xfails for
13824 "call inferior func with struct - returns char" and
13825 " call inferior func with struct - returns short" to only
13826 xfail if not using gcc.
13827 (clean mostlyclean): Remove *.ci and *.tmp files.
13828 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
13829 than templ-info.exp.
13830 * gdb.base/langs.exp: Source gdb.base/langs.ci.
13831 Add rs6000-*-* xfail for "up to foo in langs.exp"
13832 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
13833 when not gcc compiled.
d63a86f8 13834
c906108c
SS
13835Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13836
13837 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
13838 * gdb.base/corefile.exp: Likewise.
13839 * gdb.base/list.exp: Likewise.
13840 * gdb.base/scope.exp: Likewise.
13841 * gdb.base/siganls.exp: Likewise.
13842
13843 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
13844 compiler output.
13845 * gdb.base/whatis.exp: Likewise.
13846
13847Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
13848
13849 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
13850 failure (opcode table has been fixed to match reality).
13851
13852Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
13853
13854 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
13855 "call inferior func with struct - returns char",
13856 "call inferior func with struct - returns short"
13857
13858 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
13859 "print 'scope0.c'::filelocal at main",
13860 "print 'scope0.c'::filelocal_bss in test_at_main",
13861 "print 'scope0.c'::filelocal at foo",
13862 "print 'scope0.c'::filelocal_bss in test_at_foo",
13863 "print 'scope0.c'::filelocal at bar",
13864 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 13865
c906108c
SS
13866 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
13867 in source file 1". This bug seems to have been fixed with both
13868 gcc and native cc (was native assembler bug?).
13869
13870Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
13871
13872 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
13873 "backtrace through signal handler" to "i*86-*-sysv4*".
13874 * gdb.base/signals.exp: Add xfail for "'next' behaved as
13875 continue" case. Add "known SVR4 bug" to fail message.
13876 Add "i*86-*-bsdi2.0" xfail for "handle all print".
13877 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
13878 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
13879 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
13880 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
13881 "up to foo in langs.exp", "show language at foo in
13882 langs.exp", "up to cppsub_ in langs.exp", "show
13883 language at cppsub_ in langs.exp", "up to fsub in
13884 langs.exp", and "show language at fsub in langs.exp".
13885 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
13886 "bactrace in corefile.exp".
13887 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
13888 "call inferior function with struct - returns float" and
13889 "call inferior function with struct - returns double".
d63a86f8 13890
c906108c
SS
13891Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
13892
13893 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
13894 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
13895 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
13896 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
13897
13898Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
13899
13900 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
13901 (or overriden) "CHILL" macro rather then bare "gcc".
13902 Also look for ../../gcc/xgcc since that is what we will
13903 actually need, not "Makefile". Remove following assignment
13904 of CHILL to CHILL_FOR_TARGET because that results in
13905 recursive definition.
13906
13907Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
13908
13909 * gdb.base/corefile.exp: Change xfail for backtrace in
13910 corefile.exp from linuxaout to all linux.
13911 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
13912 cases where we miss the breakpoint at the signal handler
13913 for some reason. Setup xfail for linuxoldld/linuxaout and
13914 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
13915 hitting SIGURG breakpoint.
13916 * gdb.base/signals.exp: Setup xfail for "next" acting like
13917 continue to add linuxoldld. Setup xfail for all linux for
13918 "next to handler in signals_tests_1", "backtrace in
13919 signals_tests_1", "continue to func1", "pass SIGUSR1",
13920 and continue to handler".
13921
13922Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
13923
13924 * Update all FSF addresses except those in COPYING* files.
13925
13926Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
13927
13928 * gdb.base/a2-run.exp: Change messages to be more explicit about
13929 the status of args, and quote binfile in results.
13930
13931Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
13932
13933 * gdb.base/callfuncs.exp: Add tests for passing structs to
13934 inferior functions and return various types.
13935 * gdb.base/callfuncs.c: Add functions to receive a struct
13936 and return a member of the struct, in various types.
13937
13938Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13939
13940 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
13941
13942Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13943
13944 * config/vxworks29k.exp: New file, sources vxworks.exp.
13945
13946Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13947
13948 * config/gdbremote.exp: New file. Testing framework using
13949 gdbserver.
13950
13951Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
13952
13953 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
13954 "call function when asleep" and "send end of file".
13955 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
13956 for "backtrace in corefile.exp".
13957 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
13958 for "backtrace through signal handler".
13959 * gdb.base/corefile.exp: Make sure we actually generate a core file
13960 before trying the core tests. Some systems allow the user to suppress
13961 generation of core files and default to that (linux for example).
13962 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
13963 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
13964
13965Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13966
13967 * gdb.threads: New directory with some crude multi-threaded
13968 gdb tests (step.exp and step2.exp).
13969 * config/mt-lynx (STEP_EXECUTABLE): Define.
13970 (THREADFLAGS): Define.
13971
13972Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
13973
13974 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
13975
13976 * gdb.base/signals.exp: Disable whole file for lynx until
13977 further notice.
13978
13979 * gdb.base/signals.exp: xfail test where "next" acts like
13980 "continue" for lynx.
13981
13982 * gdb.base/interrupt.exp: xfail test for calling function while
13983 inferior is asleep for lynx.
13984
13985 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
13986 than one cr-lf after each command.
13987
13988Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13989
13990 * configure.in: Reinstate setting of stabsdirs variable, fix
13991 typo in setting up configdirs for native builds.
13992
13993 * gdb.base/return.exp: Fix typo in return double test.
13994 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
13995 compiler from optimizing them away.
13996
13997Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
13998
13999 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
14000 sequences to be echo'd by gdb when using gdb_test.
14001 * gdb.chill/chexp.exp: Likewise.
14002 * gdb.fortran/exprs.exp: Likewise
14003
14004Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14005
14006 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
14007 after the inferior gdb has started.
14008
14009 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
14010 after each command.
14011 * gdb.base/funcargs.exp: Likewise.
14012 * gdb.base/gdbvars.exp: Likewise.
14013 * gdb.base/interrupt.exp: Likewise.
14014 * gdb.base/list.exp: Likewise.
14015 * gdb.base/watchpoint.exp: Likewise.
14016 * gdb.c++/demangle.exp: Likewise.
14017 * gdb.c++/inherit.exp: Likewise.
14018 * gdb.chill/chexp.exp: Likewise.
14019 * gdb.fortran/exprs.exp: Likewise.
14020
14021 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
14022 test if we can't handle IO to/from the inferior.
14023
14024 * gdb.c++/misc.exp: Always check for a program already being
14025 started after sending a "run" command to gdb.
14026
14027 * gdb.base/twice.exp: Start with a fresh gdb.
14028
14029 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
14030 only depend on gdb's expression code, not the chill runtime.
14031
14032 * gdb.base/return.c: Put return values into variables so we
14033 can have gdb print them rather than depending on the program
14034 to print them.
14035 * gdb.base/return.exp: Corresponding changes.
14036
14037 * lib/gdb.exp: Provide default value for noinferiorio.
14038 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
14039 the inferior.
14040
14041 * gdb.base/break.exp: Always check for a program already being
14042 started after sending a "run" command to gdb.
14043 (text_next_with_recursion): Don't check the output from the
14044 program's printf statement. Instead just make sure the program
14045 exited.
14046
14047 * gdb.base/commands.exp: Protect tests which need arguments with
14048 $noargs conditionals.
14049
14050Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14051
14052 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
14053 of structure member arrays to match gdb/valops.c:value_addr change.
14054
14055Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
14056
14057 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
14058 cases.
14059
14060Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
14061
14062 * configure.in (configdirs): Remove gdb.chill from default list
14063 of subdirs and then add it back in only if doing a native build.
14064 The current chill compiler does not yet work in any cross build.
14065 * Revert all signal changes from Jul 6.
14066 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
14067 for sh-hms targets, allowing these tests to link, with no other
14068 changes. Testing is suppressed by setting "nosignals" in site.exp.
14069
14070Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
14071
14072 * configure.in (signaldirs): Define and add to configdirs for all
14073 targets except some specific ones that are known to not support signals.
14074 Also clean up formatting.
14075 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
14076 (signals, sigall): Remove rules to build.
14077 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
14078 Moved to new gdb.signals directory.
14079 * gdb.signals: New test directory.
14080 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
14081 signals.c signals.exp}: New or moved files.
14082
14083Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
14084
14085 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
14086
14087Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
14088
14089 * gdb.base/return.exp: Xfail `return double' test failure
14090 on at least Solaris 2.3 and handle future/past versions on
14091 a case by case basis as appropriate. Also update message
14092 to include i*86 failures.
14093
14094Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14095
14096 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
14097
14098 * lib/gdb.exp: Fix comment which erroneously identified
14099 gdb_file_cmd as gdb_load (the 19 May change was in fact to
14100 gdb_file_cmd not gdb_load).
14101 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
14102
14103 * gdb.base/setvar.exp: Make test names consistent between pass and
14104 fail cases. Use gdb_test more.
14105
14106Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14107
14108 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
14109
14110Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14111
14112 * gdb.base/help.exp: Fix expected help string for `show commands'.
14113
14114Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
14115
14116 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
14117
14118 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
14119 of a text section.
14120
14121Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
14122
14123 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
14124 that loop eventually terminates. Fix Connection refused logic so
14125 that testsuite will expire nicely.
14126
14127Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
14128
14129 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
14130 config/rom68k.exp: New tcl glue for the appropriate monitors.
14131 These all just end up calling monitor.exp.
14132 * config/monitor.exp (gdb_target_monitor): Handle `Connection
14133 refused' by retrying. Cleanup some timeout issues.
14134 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
14135 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
14136 callers don't have to set/restore global timeout variable.
14137
14138 * The following set of changes centralizes management of the global
14139 timeout variable. This way, it can be set in one target dependent
14140 place instead of dozens of places scattered throughout the test suite.
14141 If you need to lengthen a timeout, then you should either set timeout
14142 in one of the config/{target}.exp files, or multiply it by a factor.
14143 Setting it to an absolute value is always going to lose for some
14144 targets.
14145 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
14146 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
14147 * gdb.base/funcargs.exp: Don't set timeout.
14148 * gdb.base/list.exp (test_forward_search): Only use local timeout.
14149 * gdb.base/printcmds.exp (test_print_string_constants
14150 test_print_array_constants): Don't set timeout.
14151 * gdb.base/ptype.exp: Don't set timeout.
14152 * gdb.base/recurse.exp: Don't set timeout.
14153 * gdb.base/return.exp: Don't set timeout.
14154 * gdb.base/watchpoint.exp: Don't set timeout.
14155 * gdb.c++/classes.exp (do_tests): Don't set timeout.
14156 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
14157
14158Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
14159
14160 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
14161
14162Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14163
14164 * lib/gdb.exp: Disable chill tests for irix5.
14165
14166Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14167
14168 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
14169 each test pass or fail.
14170
14171Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14172
14173 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
14174 xlc not gcc.
14175
14176Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
14177
14178 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
14179
14180Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
14181
14182 * config/est.exp: Fix copyright and comments. Remove dead code.
14183 Use targetname, serialport and baud variables instead of fixed
14184 constants.
14185 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
14186 * config/cpu32bug.exp: New file to support cpu32bug monitors.
14187
14188Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14189
14190 * gdb.base/watchpoint.exp: Don't run
14191 test_watchpoint_triggered_in_syscall for sunos.
14192
14193Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14194
14195 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
14196 they don't seem to exist. Do include stdio.h.
14197
14198Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14199
14200 * gdb.base/a1-selftest.exp: Add alpha xfail.
14201
14202Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14203
14204 * gdb.base/watchpoint.c (main): Prompt before calling read().
14205 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
14206 Revise accordingly. Remove cruft about sending "123" several
14207 times, until it gets noticed. Clean up the "print buf[0]" stuff
14208 so that it passes or fails, and waits for prompts in the usual way.
14209
14210Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14211
14212 * gdb.base/recurse.exp: Fix comment.
14213
14214 * TODO: Remove item about printing variables in nodebug.exp. Add
14215 item about enabling tests which are only run on some targets.
14216
14217 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
14218 fail, make test names unique, use new gdb_test convention
14219 regarding pattern, use gdb_test more, etc.).
14220
14221 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
14222 fail, make test names unique, etc.).
14223
14224Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14225
14226 * gdb.base/nodebug.c: Change return type of top and middle to
14227 short.
14228 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
14229 are fixed by the recent mdebugread.c changes. Allow `short ()'
14230 as type for top and middle.
14231
14232Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14233
14234 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
14235 nearly as I can tell, the whole thing was an accident in Stu's
14236 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
14237 to replace a send/expect pair with gdb_test, but ended up only
14238 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
14239 of 30 Mar 1995 took care of it, but left this vestigial comment
14240 which I am now nuking.
14241
14242Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14243
14244 * gdb.base/break.exp: Look for different line number for
14245 breakpoint at main depending on usestubs.
14246
14247Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14248
14249 * gdb.base/list.exp: Adjust some alternate expect patterns to
14250 match recent list0.c change. Add alternate expect pattern for
14251 output from `list default lines around main' for optimizing
14252 compilers.
14253
14254Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14255
14256 * lib/gdb.exp: If nosignals is not set, set it to 0.
14257
14258Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
14259
14260 * config/slite-gdb.exp: Responds to load symbol table prompt.
14261 * gdb.base/break.exp: Adjust line number, fix rerun.
14262 * gdb.base/langs0.c: Add #ifdef usestubs.
14263
14264Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
14265
14266 * gdb.base/list.exp: Adjust line contents after adding new lines in
14267 list0.c. Also fix a syntax error.
14268
14269 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
14270 * gdb.base/break.exp: ditto.
14271 * gdb.base/list.exp: ditto.
14272 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
14273 * gdb.base/run.c: ditto.
14274 * gdb.base/list0.c: ditto.
14275 * gdb.base/funcargs.c: ditto.
14276
14277Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
14278
14279 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
14280 $targetname, $serialport and $baud instead of hardwired variables.
14281 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
14282 target doesn't support signals.
14283
14284Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
14285
14286 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
14287
14288Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14289
14290 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
14291 Don't rely on the value of an auto variable before it has been
14292 initialized. Use gdb_test more.
14293
14294Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14295
14296 * lib/gdb.exp (default_gdb_version): A version number must start
14297 with a digit, but other than that contains all characters up to
14298 the first whitespace character.
14299
14300Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14301
14302 * gdb.base/commands.exp (breakpoint_command_test): New tests.
14303
14304Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14305
14306 * gdb.c++/*.exp: Warn if executable does not exist. The original
14307 reason for skipping the warning was that configure.in sometimes
14308 intentionally skipped building the executables but the tcl code
14309 had no way of knowing. That (a) was always bogus with respect to
14310 error handling, (b) is no longer true (right now there is no way
14311 to skip C++ tests).
14312
14313 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
14314
14315Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14316
14317 * gdb.base/list.exp: Add expect patterns for output from
14318 SunPRO compiled executables.
14319 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
14320 types.
14321
14322Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14323
14324 * gdb.base/break.exp (test_next_with_recursion): Accept any line
14325 number (we are already testing that the correct source line text
14326 gets printed).
14327
14328 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
14329 that is what is intended, but something needed to be done to get
14330 sunos4 native working again.
14331
14332 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
14333
14334 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
14335 apparently went with a (very) old xfail.
14336
14337Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
14338
14339 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
14340 runto_main is a proc in gdb.exp that will do 'step' for target use
14341 stubs.
14342 * gdb.base/exprs.exp: ditto.
14343 * gdb.base/interrupt.exp: ditto.
14344 * gdb.base/opaque.exp: ditto.
14345 * gdb.base/printcmds.exp: ditto.
14346 * gdb.base/ptype.exp: ditto.
14347 * gdb.base/scope.exp: ditto.
14348 * gdb.base/setvar.exp: ditto.
14349 * gdb.base/signals.exp: ditto.
14350 * gdb.base/twice.exp: ditto.
14351 * gdb.c++/classes.exp: ditto.
14352 * gdb.c++/inherit.exp: ditto.
14353 * gdb.c++/templates.exp: ditto.
14354 * gdb.base/break.exp: no run and hit main for stubs. Change line
14355 numbers for breakpoints and info breakpoint.
14356 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
14357 breakpoint().
14358 * gdb.base/callfuncs.c: ditto.
14359 * gdb.base/exprs: ditto.
14360 * gdb.base/interrupt.c: ditto.
14361 * gdb.base/opaque0.c: ditto.
14362 * gdb.base/printcmds.c: ditto.
14363 * gdb.base/ptype.c: ditto.
14364 * gdb.base/scope0.c: ditto.
14365 * gdb.base/setvar.c: ditto.
14366 * gdb.base/signals.c: ditto.
14367 * gdb.base/twice.c: ditto.
14368 * gdb.c++/misc.cc: ditto.
14369 * gdb.c++/templates.cc: ditto.
14370
14371Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14372
14373 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
14374
14375 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
14376 somewhere between `read' and `main.c'. I'm pretty sure the
14377 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
14378 and it isn't particularly useful.
14379
14380 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
14381
14382Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14383
14384 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
14385
14386Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
14387
14388 * config/mt-slite: add LIBS and -nostdlib.
14389 * config/slite-gdb.exp: add this new file to support sparclite target.
14390
14391Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
14392
14393 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
14394
14395 * gdb.base/a2-run.exp: Change argument to istarget from
14396 "*-*-vxworks" to "*-*-vxworks*".
14397 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
14398
14399Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
14400
14401 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
14402 will not runto main but do a 'step' to step out of breakpoint().
14403 * config/mt-slite: add -Dusestubs.
14404
14405Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14406
14407 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
14408 instead of just @.
14409
14410 * gdb.base/signals.exp: Add test for "handle all print".
14411 * TODO: Remove "handle all print". Also remove item about
14412 checking copyright date (I don't like the idea of a spurious FAIL
14413 based on when we run the tests).
14414
14415 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
14416 for SunOS4 (reason for failure not investigated). Remove
14417 redundant test for $binfile.
14418
14419 * gdb.base/nodebug.c (array_index): Call malloc.
14420
14421 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
14422
14423Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
14424
14425 * gdb.base/recurse.exp: Update gdb_test invocation to use new
14426 conventions and slightly simplify the matching regexp.
14427
14428Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14429
14430 * gdb.base/break.exp: Update gdb_test invocation to use new
14431 convention.
14432
14433 * lib/gdb.exp: If noargs is not set, set it to 0.
14434
14435 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
14436 tests unique.
14437
14438 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
14439
14440Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14441
14442 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
14443 one argument of type "<non-float parameter>".
14444
14445Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
14446
14447 * config/rom68k.exp: New file to support Motorola IDP board.
14448 * gdb.base/a2-run.exp: Skip this file if noargs is set.
14449 * gdb.base/break.c: Change things around so that this program
14450 doesn't depend upon args. This is necessary to make remote
14451 targets work (in general, they can't take args).
14452 * gdb.base/break.exp: Don't try to send args to program. Don't
14453 expect output. Also, replace lots of code with gdb_test.
14454
14455Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14456
14457 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
14458 printing of '\'' (which is what the comment says we are testing,
14459 even though we were not), not '''.
14460 (test_integer_literals_rejected): Test that printing ''' is an error.
14461
14462 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14463 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
14464 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
14465 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
14466 Use gdb_test not test_print_accept.
14467 * lib/gdb.exp: Remove test_print_accept.
14468
14469 * gdb.base/signals.exp (signal_tests_1): Make pass message
14470 consistent with fail message.
14471
14472 * gdb.base/whatis.exp: Remove xfails for printing char vs.
14473 unsigned char; the bug (PR 1821) is fixed.
14474
14475 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
14476
14477 * gdb.base/scope.exp (test_at_localscopes): Call pass for
14478 successful tests--makes xfailing them work right.
14479
14480Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14481
14482 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
14483 only \r\n, not .*. The test can pass .* as the last thing in
14484 $pattern if that is what it wants. In addition to providing this
14485 flexibility, this change should speed up pattern matching in cases
14486 where the pattern already ended with .* (there were a number of
14487 them). This change also helps catch bad patterns--in the old
14488 scheme the typo "char \*" instead of "char \\*" would pass. Now
14489 it is caught.
14490 * Many .exp files: Update callers.
14491
14492 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
14493 clearer and does not spuriously match multiple ('s. Likewise for
14494 ) and *.
14495
14496 * gdb.base/nodebug.exp: Test ability to call a function and pass
14497 it a string (even with no debugging info).
14498
14499 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
14500 "p '\'", which is the same as "p ''" once tcl gets done with
14501 quoting, to "p '\\'", which I suspect is what is intended (one
14502 backslash gets sent to GDB).
14503
14504 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
14505
14506Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14507
14508 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
14509 1817) was fixed literally years ago.
14510
14511Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14512
14513 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
14514 test, it causes stepping out of call_after_alloca_subr with
14515 optimizing compilers.
14516 (localvars_in_indirect_call): Consume GDB prompt if `finish'
14517 fails.
14518
14519 * gdb.c++/templates.exp: Source templ-info.exp only if
14520 the templates executable exists.
14521
14522 * gdb.c++/misc.cc (class Contains_static_instance,
14523 class Contains_nested_static_instance),
14524 gdb.c++/classes.exp (test_static_members): Test printing of
14525 a class that contains a static instance of the class.
14526
14527Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14528
14529 * gdb.base/langs2.c (cppsub_): Don't prototype.
14530 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
14531 only, I believe).
14532
14533Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14534
14535 * lib/gdb.exp (skip_chill_tests): New procedure.
14536
14537 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
14538
14539Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
14540
14541 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
14542 each expect pattern. Cuts runtime from 12 to about 4 seconds.
14543
14544Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14545
14546 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
14547
14548 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
14549 disassemble 8, not 16, instructions for part 4.
14550
14551 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
14552 support the latter anymore.
14553
14554 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
14555 -DNO_PROTOTYPES.
14556 * gdb.base/callfuncs.c: Control use of prototypes based on
14557 NO_PROTOTYPES, not __STDC__.
14558 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
14559 t_float_values2 tests if prototypes in use.
14560
14561 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
14562 t_double_values): When checking differences against DELTA, check
14563 that difference is within the range (-DELTA,DELTA), not just
14564 (-infinity,DELTA).
14565
14566Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
14567
14568 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
14569 'file' command firts, then 'target', then 'load', this is due to gdb
14570 target set up.
14571 * config/mips-gdb.exp: Fix a couple regular exp bugs.
14572
14573Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
14574
14575 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
14576 FP load/store variants.
14577 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
14578
14579Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
14580
14581 * gdb.base/term.exp: Do not give a warning if not native, it is
14582 not an abnormal condition.
14583
14584Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
14585
14586 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
14587 t_char_array".
14588
14589Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
14590
14591 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
14592 are getting the version number.
14593
14594 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
14595 if not native, it is not an abnormal condition.
14596
14597Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14598
14599 * lib/gdb.exp: Just use "file exists", rather than undocumented
14600 dejagnu procedure "findfile".
14601
14602Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14603
14604 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
14605 (LDFLAGS): Set to -Xlinker -Ur.
14606
14607 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
14608 Removed, these values are set by lib/gdb.exp.
14609
14610 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
14611
14612Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14613
14614 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
14615 of replicating gdb startup code.
14616
14617 * config/mt-vxworks (LDFLAGS): Set to -r.
14618 (CFLAGS_FOR_TARGET): Removed.
14619
14620 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
14621 (gdb) and gdb for vxworks uses (vxgdb).
14622
14623 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
14624 executable is not in the tree and host != target, use sed and
14625 program_transform_name to determine the gdb name used by the
14626 target.
14627
14628 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
14629 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
14630
14631Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14632
14633 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
14634 floats, chars, and shorts where there are ANSI-style function
14635 definitions.
14636
14637 * gdb.base/langs.exp, gdb.base/langs*: New test.
14638 * gdb.base/Makefile.in: Build it.
14639 * TODO: Remove item about checking that C names don't get C++
14640 demangling applied; this test tests it.
14641
14642Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14643
14644 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
14645 went with the const70 xfail. The xfail went away a year ago.
14646
14647 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
14648
14649 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
14650 for hp300.
14651
14652 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
14653
14654 * gdb.base/a1-selftest.exp: Don't run on hp300.
14655
14656Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14657
14658 * Makefile.in (site.exp): Set host_alias and target_alias as well
14659 as host_triplet and target_triplet.
14660
14661Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14662
14663 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
14664
14665 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
14666 places as other ecoff systems).
14667
14668 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
14669 ultrix.
14670
14671Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14672
14673 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
14674 remove them.
14675 * gdb.base/nodebug.exp: Accept "function" in addition to "text
14676 variable and "variable" in addition to "data variable".
14677 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
14678
14679 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
14680 2.
14681 * gdb.base/list1.c (long_line): Add additional statement at start
14682 of function.
14683 * gdb.base/list.exp (test_forward_search): Update line number to
14684 reflect new statement.
14685
14686Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14687
14688 * gdb.base/signals.exp: Reinitialize searched source directories
14689 after gdb_start call.
14690
14691Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
14692
14693 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
14694 * gdb.stabs/Makefile.in: Likewise.
14695
14696 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
14697 change. Instead split the tests into smaller pieces.
14698 * gdb.disasm/hppa.s: Corresponding changes.
14699
14700Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14701
14702 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
14703 Quote ^C when passing it to stty. For some shells ^ is a pipe.
14704
14705 * gdb.base/funcargs.exp: Modify many tests so that every test
14706 either passes or fails. Make some test names unique.
14707
14708Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14709
14710 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
14711 Call stty to set interrupt character.
14712
14713 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
14714 for HP assembler versus GNU assembler based on actual behavior of
14715 $(CC), rather than assuming that $(AS) is always the GNU assembler.
14716
14717 * TODO: Suggest a few more stepping tests.
14718
14719Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
14720
14721 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
14722 restart GDB for h8300 after a continue.
14723 (return): Add pattern to match a29k-udi behavior.
14724 * gdb.base/nodebug.exp: Remove obsolete comment.
14725 * gdb.base/regs.exp: New file, testing of register displays.
14726 * gdb.base/return.exp: Fix typo in reference to $objdir.
14727 * gdb.base/whatis.exp: Always start with a fresh GDB.
14728
14729Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14730
14731 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
14732 higher, these tests generate a lot of output.
14733
14734Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14735
14736 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
14737 code following the catch silently ignored some errors; without the
14738 catch they should be thrown like any other tcl error. Also, the
14739 catch used "" instead of {} which meant all the callers who wanted
14740 to include one of the characters "[]$ had to quote it an extra time.
14741 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
14742 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
14743 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
14744 Remove extra quoting.
14745
14746Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
14747
14748 * gdb.base/commands.exp: Make test names unique; every test either
14749 passes or fails. Update some comments.
14750
14751 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
14752
14753Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14754
14755 The following fixes a FAIL caused by the fact that the alpha stabs
14756 configuration didn't use the ".if alpha" code in weird.def.
14757 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
14758 bit pointer, so the 32 bit version works even on the alpha.
14759 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
14760 Remove the stuff which allowed us to have separate versions for
14761 alpha and everything else.
14762
14763 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
14764 regexp which "info func operator\[\](" is supposed to match. Fix
14765 string to send to GDB. Note that GDB still doesn't work right. Add a
14766 new test for "info func .perator\[\](" which GDB does handle correctly.
14767
14768 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
14769
14770Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14771
14772 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
14773 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
14774 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
14775 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
14776 it makes the tests harder to understand and confuses test-o-matic.
14777 The preferred style is that each test provides a PASS or a FAIL,
14778 and has a unique message (e.g. "continue #54" not just "continue")
14779 which is the same for the pass and the fail.
14780 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14781 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
14782 to lib/gdb.exp.
14783 * gdb.base/printcmds.exp: Use test_print_accept. Remove
14784 prt_accept which was basically the same thing. Likewise for
14785 test_print_reject and prt_reject.
14786 * lib/gdb.exp (test_print_reject): Add some more error message
14787 patterns to match from the former printcmds.exp (prt_reject).
14788 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
14789 One defect of the passcount stuff is that some of it failed to
14790 report XPASS where appropriate.
14791 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
14792 stuff before and after arg in expected pattern.
14793 (test_paddr_operator_functions): Re-do test without print_addr_of;
14794 this is the only test which seems to want extra stuff there.
14795
14796Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14797
14798 * gdb.base/nodebug.exp: Update new tests to reflect improved
14799 wording of gdb output.
14800
14801 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
14802 and "ptype" work on variables in files compiled without -g.
14803 Replaces commented out "maint print msymbol" tests.
14804
14805Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14806
14807 * gdb.base/setvar.c (dummy): Call malloc.
14808
14809 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
14810 losing with the irix4 sed.
14811
14812 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
14813 ALRM" on irix4.
14814
14815Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14816
14817 * TODO: Remove items about corefile.exp testing new exec-file and
14818 backtrace; both are now done. Add items about printing enums.
14819
14820Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14821
14822 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
14823 "get signal $thissig" test fails.
14824
14825 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
14826
14827Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14828
14829 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
14830 compiler warning with dec alpha compiler.
14831
14832 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
14833 extra \n from gdb_test call (this explains why the prompt test
14834 that I removed yesterday was there).
14835 (user_defined_command_test): Remove extra \n and prompt test.
14836
14837 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
14838 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
14839 doesn't exist.
14840 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
14841 Also remove alpha workaround, which turns out to be because
14842 SIGABRT == SIGLOST.
14843
14844 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
14845
14846 * gdb.base/help.exp: Don't test "help show".
14847
14848Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14849
14850 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
14851 "set print address" is on.
14852 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
14853 pass prompt to gdb_test; gdb_test already looks for the prompt.
14854
14855 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
14856
14857 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
14858 was a vestige of the manual TESTSTRATEGY, and the purpose of it
14859 was to make sure that gdb can read a core file. But (a) the "read
14860 the corefile" part didn't make it to a1-selftest.exp, we just
14861 delete the corefile after creating it, and (b) we test reading
14862 corefiles in corefile.exp anyway. Also, this test left around a
14863 xgdb process on Solaris.
14864
14865 * gdb.base/corefile.exp: Also test backtrace.
14866
14867Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
14868
14869 * gdb.base/commands.exp: Test a simple user defined command with
14870 arguments and if/while statements; verify the full user command is
14871 printed by "show user".
14872
14873 * gdb.base/commands.exp: Test if/while commands as part of a
14874 breakpoint command list; verify they appear in breakpoint
14875 information.
14876
14877Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14878
14879 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
14880 than by dividing by zero.
14881
14882Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
14883
14884 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
14885 performing an inferior call with watchpoints enabled.
14886 * gdb.base/watchpoint.c (main): Delete second unnecessary read
14887 call.
14888
14889Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14890
14891 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
14892 of "file" command.
14893
14894 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
14895 Add additional pattern for when "int operator int(void);" appears
14896 in a different order.
14897
14898Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14899
14900 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
14901
14902 * gdb.base/help.exp: Replace most of docstrings for "info signals"
14903 and "signal" with ".*".
14904
14905Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14906
14907 * TODO: Add note about "handle all nostop".
14908
14909 * gdb.base/{sigall.c, sigall.exp}: New test.
14910 * gdb.base/Makefile.in: Add it.
14911
14912Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14913
14914 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
14915 when invoking GDB, suppresses any windowing interface.
14916
14917Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
14918
14919 * config/sim-gdb: New file, simulator testing support.
14920
14921Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
14922
14923 * gdb.base/interrupt.exp: Test calling func1 twice.
14924
14925Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
14926
14927 * gdb.base/list.exp (test_forward_search): Set timeout higher
14928 when we'll be getting lots of output from gdb.
14929
14930 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
14931 "init_malloc" to after the expect statement. Run it if that
14932 regexp is taken, but also for two others which happen if source
14933 cannot be found.
14934
14935Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14936
14937 * gdb.base/printcmds.exp: New test, for printing register before
14938 program is running.
14939
14940Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14941
14942 * gdb.base/list.exp: Correct some alternate expect patterns
14943 to reflect changes in list1.c.
14944
14945Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14946
14947 * TODO: Add item regarding large frames.
14948
14949 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
14950
14951 * TODO: Remove item about enabling return.exp; it
14952 is enabled. Suggest a few more "return" tests.
14953
14954Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14955
14956 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
14957 anonymous unions.
14958
14959Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14960
14961 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
14962 and pr-5646.o, so "make" is the same as "make all", not "make
14963 pr-4975.o".
14964
14965Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
14966
14967 * gdb.base/list.exp: Adjust expectations to reflect changes in
14968 list1.c.
14969 (test_forward_search): New test proc.
14970 * gdb.base/list1.c (long_line): New function, has long source line.
14971
14972Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
14973
14974 * gdb.base/a1-selftest.exp: Change initial stepping to know about
14975 additional line of code that was added.
14976
14977Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
14978
14979 * gdb.disasm/hppa.s: Break the large branching tests into smaller
14980 tests so as not to overflow expect's input buffers.
14981 * gdb.disasm/hppa.exp: Corresponding changes.
14982
14983Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14984
14985 Beginnings of template debugging tests.
14986 * gdb.c++/templ-info.cc: New file to test for template
14987 debugging capability of the compiler.
14988 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
14989 templ-info.cc.
14990 * gdb.c++/templates.cc: Add explicit template instantiations
14991 to enable compiling with -fno-implicit-templates. Add destructor
14992 and 'value' method to T5 class for template tests.
14993 * gdb.c++/templates.exp: Add testcases for printing of template
14994 types, setting breakpoints on template methods and calling a
d63a86f8 14995 template method.
c906108c
SS
14996
14997Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
14998
14999 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
15000 branch target since some assemblers (gas-2.5) may emit a
15001 relocation for the branch instead of resolving it in the
15002 assembler.
15003
15004Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15005
15006 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
15007 through signal handler.
15008
15009Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15010
15011 * configure.in (*-*-netware): Use config/mt-netware.
15012
15013 * config/mt-netware: New file.
15014 * config/mt-i386-netware: Removed, separate configs for different
15015 netware architectures are no longer needed now that we have
15016 --with-headers.
15017
15018Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15019
15020 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
15021 by the recent changes to use ANSI C arithmetic conversions.
15022
15023Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15024
15025 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
15026 bug involving using inferior_pid to figure out whether to select a
15027 frame.
15028
15029Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
15030
15031 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
15032 match the current disassembler output.
15033
15034Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
15035
15036 * gdb.fortran/exprs.exp: Expect VOID instead of void.
15037 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
15038 types, expect "int" as type of integer values (for now).
15039
15040Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
15041
15042 * gdb.base/commands.exp: New tests for if/while commands.
15043
15044Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
15045
15046 * lib/gdb.exp (runto): Replace sub-pattern for hex value
15047 by .*, since hex values have different syntax in Chill mode.
15048
15049Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15050
15051 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
15052 linefeed from expect pattern for repeated types with indices > 9.
15053
15054Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
15055
15056 First part of Fortran test suite.
15057 * gdb.fortran: New directory.
15058 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
15059
15060Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15061
15062 * gdb.base/default.exp: Update expect pattern for load command
15063 without arguments.
15064
15065Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15066
15067 * configure.in: Change i386 to i[345]86.
15068 * gdb.base/configure.in: Likewise.
15069 * gdb.c++/configure.in: Likewise.
15070 * gdb.chill/configure.in: Likewise.
15071
15072Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
15073
15074 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
15075 patterns, since that is not a valid context for comments.
15076
15077Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
15078
15079 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
15080 repeated types and repeated types with indices > 9.
15081
15082Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
15083
15084 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
15085 2417; old bug has been fixed.
15086
15087Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
15088
15089 * gdb.base/interrupt.exp: When trying to wake up the inferior,
15090 send the newline ourselves instead of assuming gdb_test will do
15091 so when passed an empty input string.
15092
15093 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
15094 stabs testcode.
15095
15096Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15097
15098 * lib/gdb.exp (gdb_test): Don't send anything if the first
15099 argument is an empty string. This makes cases where we want to
15100 match output that is already in expect's buffers (for example,
15101 matching a breakpoint after gdb_run_cmd has been called) work
15102 reliably.
15103
15104Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15105
15106 * config/netware.exp: New file.
15107
15108Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15109
15110 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
15111 the -B and -L prefixes so we can find the debugging stub.
15112
15113 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
15114 there and we are using the gcc from the tree.
15115
15116 * gdb.base/types.c: Removed.
15117
15118 * gdb.base/configure.in: Look for makefile fragments in ../config.
15119 Recognize i386-*-netware.
15120 * gdb.c++/configure.in: Likewise.
15121
15122Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15123
15124 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
15125 the correct TCL syntax.
15126
15127Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15128
15129 * gdb.base/opaque.exp: use runto instead of messing around with
15130 breakpoints. Simplify by using gdb_test.
15131
15132 * gdb.base/bitfields.exp: restart between tests on netware targets
15133 because breakpoints aren't relocated after target death. Run
15134 processes to completion.
15135
15136 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
15137
15138Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
15139
15140 * Makefile.in: Remove extra tabs that confuse some versions
15141 of "make". Use the newly built gdb to test with by default,
15142 rather than the first one in the tester's search path.
15143
15144Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
15145
15146 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
15147
15148 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
15149 condition help.
15150
15151Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15152
15153 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
15154
15155 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
15156 running.
15157 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
15158 * gdb.base/funcargs.exp: Likewise.
15159
15160 * gdb.base/bitfields.exp: Simplify by using gdb_test.
15161 * gdb.base/funcargs.exp: Likewise.
15162
15163 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
15164 message is "".
15165
15166Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15167
15168 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
15169 return,signals,twice}.exp: Handle non-existant binaries
15170 consistantly.
15171
15172 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
15173 * gdb.base/Makefile.in: Don't try to generate a core dump, we
15174 might testing a cross development system.
15175
15176Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15177
15178 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
15179 runtest script is relative to ${srcdir}, not ${rootdir}.
15180
15181Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
15182
15183 * gdb.base/signals.exp: Allow for optionality of breakpoint
15184 address.
15185
15186Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15187
15188 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
15189
15190Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15191
15192 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
15193 for size_t definition.
15194 * gdb.c++/templates.cc: Likewise
15195
15196 * config/mt-i386-netware: New file.
15197
15198 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
15199 defined.
15200
15201 * gdb.base/Makefile.in: Added support for systems that name core
15202 files by appending "core" to the program name.
15203 * gdb.base/a1-selftest.exp: Likewise.
15204
15205Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15206
15207 * gdb.base/return.exp: Add comment and message for `return double'
15208 test failure on Sparc Solaris.
15209
15210Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
15211
15212 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
15213
15214Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15215
15216 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
15217 from optimizing them away.
15218 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
15219 patterns to include default constructors and assignment operators,
15220 to match gcc versions beyond 2.5.8. Accept any cplus demangling
15221 character in the output of the virtual base pointer.
15222
15223Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15224
15225 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
15226 expression match in print_addr_of to avoid unintented matches.
15227 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
15228 versions up to 2.5.8.
15229
15230Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15231
15232 * gdb.base/list.exp: Tweak alternate pattern for listing of an
15233 included file to run under newer versions of expect.
15234 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
15235 consecutive >'s in templates to accomodate recent cplus-dem.c change.
15236 Remove xfail for the virtual table of BDDHookV.
15237
15238Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15239
15240 * lib/gdb.exp (string_to_regexp): Set a default result.
15241 (default_gdb_start): Fix misleading message.
15242
15243Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
15244
15245 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
15246 Remove all CC, etc definitions.
15247 * config/mt-hpux: New file.
15248 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
15249 (CFLAGS, LDFLAGS): Define.
15250 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
15251
15252 * Makefile.in (site.exp): Don't insert host_os, etc.
15253 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
15254 (distclean): Check existence of subdir.
15255 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
15256 * gdb.base/Makefile.in: General cleanup and simplification.
15257 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
15258 to build executables. Use default rule to build .o files.
15259 (EXPECT, RUNTEST, CC): Fix relative pathname.
15260 (site.exp): Don't insert host_os, etc.
15261 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
15262 and/or SIGUSR1 defined.
15263 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
15264 * gdb.c++/Makefile.in: General cleanup and simplification.
15265 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
15266 (CFLAGS): Remove.
15267 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
15268
15269Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
15270
15271 * gdb.base/recurse.exp: Misc changes to get tests running again
15272 after Kung's changes to the watchpoint code.
15273 * gdb.base/watchpoint.exp: Likewise.
15274
15275Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
15276
15277 * lib/gdb.exp (string_to_regexp): Convert {\} also.
15278
15279Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15280
15281 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
15282 * lib/gdb.exp (default_gdb_start): Define.
15283 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
15284 gdb.base/funcargs.exp, gdb.base/opaque.exp,
15285 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
15286 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
15287 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
15288 Don't call gdb_target_udi in between tests.
15289
15290Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15291
15292 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
15293 (which was basically just a local version of the same thing). In
15294 addition to avoiding duplication, gdb_test_exact is faster.
15295 * lib/gdb.exp (gdb_test_exact): Fix typo.
15296
15297 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
15298 don't give an error.
15299
15300 * gdb.base/term.exp: Call delete_breakpoints before starting.
15301
15302 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
15303 (t10): Add comment.
15304
15305Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
15306
15307 Reorganization of the GDB Test Suite.
15308
15309 * gdb.base: New directory, contains all the basic tests.
15310 * gdb.c++: New directory, tests specific to C++.
15311 * gdb.chill: New directory, tests specific to Chill.
15312 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
15313 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
15314 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
15315 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
15316 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
15317 t30-31 to chill).
15318 * */gdbme.*: Rename to match appropriate expect scripts.
15319 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
15320 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
15321 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
15322 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
15323 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
15324 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
15325 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
15326 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
15327 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
15328 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
15329 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
15330 gdb.c++/virtfunc.cc: New names of C++ files.
15331 * gdb.chill/chillvars.ch: New name of Chill file.
15332 * gdb.base/configure.in, gdb.c++/configure.in,
15333 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
15334 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
15335 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
15336 * configure.in (configdirs): Update to reflect directory changes.
15337 (target_abbrev): No longer define for any configuration.
15338 * Makefile.in: Cosmetic improvements to header comments.
15339
15340Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15341
15342 Various changes to gdb.t31:
15343
15344 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
15345 * gdbme.ch: Make all key-words and predefineds be upper-case.
15346 * chillvars.exp: Expect key-words and predefinds in upper-case.
15347
15348 * chillvars.exp: Use gdb_test_exact many places.
15349 Change expected output for arrays (which now includes index labels).
15350
15351 * pr-5020.exp, gdme.ch (module PR_5020):
15352 New test, for PR-5020.
15353
15354Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
15355
15356 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
15357 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
15358
15359Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
15360
15361 * Makefile.in: Fix bit-rot in definitions of CHILL,
15362 CHILL_FOR_TARGET and Chill_LIB.
15363 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
15364 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
15365 CHILL, and CHILL_LIB.
15366
15367Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
15368
15369 * Revert the previous changes. Please see Rob's directory
15370 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
15371
15372Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
15373
15374 * Makefile.in, configure.in, config/mips-gdb.exp,
15375 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
15376 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
15377 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
15378 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
15379 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
15380 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
15381 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
15382 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
15383 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
15384 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
15385 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
15386 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
15387 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
15388 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
15389 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
15390 changes from 94Q1.
15391
15392Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
15393
15394 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
15395 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
15396 Rob's new testing fragments.
15397
15398Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
15399
15400 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
15401 lib/gdb.exp: Replace error proc calls with perror.
15402
15403Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
15404
15405 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
15406 version also, match on casted version strings, and match on
15407 gdb startup case where the line numbers might be messed up.
15408
15409Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
15410
15411 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
15412 (CFLAGS): Delete it from here.
15413
15414Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
15415
15416 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
15417
15418Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
15419
15420 * Makefile.in (RUNTEST): Default to just "runtest".
15421
15422Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15423
15424 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
15425 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
15426 the code has been restructured.
15427
15428Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15429
15430 * gdb.t00/default.exp (set write): Allow any number of \r and/or
15431 \n, not just one of each.
15432
15433 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
15434 /bin/cc gives a warning if you do.
15435
15436Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
15437
d63a86f8 15438 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
15439 __t10ListS_link1ZUiRCUiPT0
15440
15441Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15442
15443 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
15444 on local variables in recursive functions.
15445
15446 * gdb.t07/Makefile.in: Build the new test.
15447
15448Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15449
15450 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
15451 directly. Instead compare the return values from actual calls.
15452
15453Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
15454
15455 * Makefile.in (check): Set TCL_LIBRARY for runtest.
15456
15457Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15458
15459 * From Peter Schauer with minor modifications.
15460 * gdb.t15/return.exp (return_tests): Handle targets where "return"
15461 stops in mid-line in the caller. Add xfail for returning a float
15462 value on X86 targets.
15463
15464Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15465
15466 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
15467 to avoid expect lossage.
15468 (fmem_LRbug_tests): Likewise.
15469 * gdb.disasm/hppa.s: Corresponding changes.
15470
15471 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
15472 conditions to work with latest dejagnu/expect.
15473
15474 * gdb.t15/funcargs.exp (finish from indirect call): No longer
15475 expected to fail on the PA.
15476 (backtrace in call with trampolines): Explicitly require main
15477 to be frame #1 (no trampolines should show up in backtrace).
15478
15479 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
15480 "continue -expect".
15481 * gdb.t06/break.exp: Likewise.
15482 * gdb.t07/watchpoint.exp: Likewise.
15483 * gdb.t13/bitfields.exp: Likewise.
15484 * gdb.t15/{funcargs,return}.exp: Likewise.
15485 * gdb.stabs/weird.exp: Likewise.
15486 * config/{mips,udi}-gdb.exp: Likewise.
15487
15488 * hppa.sed: Enclose comments within a sed command to avoid
15489 losing with the old OSF1 sed.
15490
15491Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15492
15493 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
15494 sequent dynix.
15495 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
15496 * gdb.t15/funcargs.exp: Conditionally step again to really
15497 finish from marker_call_with_trampolines. Handle the case where
15498 the first step from within call_with_trampolines already steps
15499 us back to main.
15500 * gdb.t15/gdbme.c: Add comment to closing brace of
15501 call_with_trampolines for funcargs.exp.
15502
15503Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15504
d63a86f8 15505 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
15506 Fix typo(s).
15507
15508Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15509
15510 * gdb.t07/gdbme.c: More code for watchpoint testing.
15511
15512 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
15513 "Hardware watchpoint" throughout file.
15514 (test_watchpoint_triggered_in_syscall): New test.
15515 (test_complex_watchpoint): New test.
15516
15517Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15518
15519 * gdbme.c (call_with_trampolines): New function to try and step
15520 into. Tests trampoline problems on the PA.
15521
15522 * funcargs.exp (localvars_in_indirect_call): No longer expect
15523 stepping into indirect call to fail on PAs.
15524 (test_stepping_over_trampolines): New test.
15525
15526Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15527
15528 * TODO: Add suggestions for static member function tests, and
15529 completion tests.
15530
15531Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15532
15533 * TODO: Add suggestions for "p/a" tests.
15534
15535 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
15536 (default_gdb_exit): Replace all the hair with sending "quit" to
15537 the process with a simple close.
15538
15539Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15540
15541 * TODO: Add suggestions for shared library tests.
15542
15543Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15544
15545 * TODO: Add suggestions for x/s tests.
15546
15547Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15548
15549 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
15550 "enable once", and "enable breakpoints once" with ".*".
15551
15552Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15553
15554 * TODO: Add suggestions about structure passing tests.
15555
15556Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15557
15558 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
15559 the primary1 test, use work around if __GNUC__ < 2.
15560 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
15561 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
15562 Test for bad output rather than waiting for timeout. Issue
15563 second continue only if first continue failed.
15564
15565Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15566
15567 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
15568 operator[] test with gdb_test because the old code didn't seem to
15569 be getting the quoting right with the new dejagnu.
15570
15571Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
15572
15573 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
15574 one from the path.
15575 * Makefile.in: Use a fresh expect if there is one, use runtest
15576 from the src tree if there is one.
d63a86f8 15577
c906108c
SS
15578Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15579
15580 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
15581 next over recursive call. Revise the tests from that point on
15582 (which had been skipped) to match GDB's actual (correct) output.
15583
15584 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
15585 with next over a breakpoint whose condition is false.
15586
15587 * gdb.t00/help.exp: Comment out "help set print" tests just like
15588 (and for same reason as) "help set" test.
15589
15590Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15591
15592 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
15593 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
15594
15595Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15596
15597 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
15598 necessary gdb_target_udi.
15599
15600 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
15601
15602 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
15603 1838 and 2417; they are fixed.
15604
15605 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
15606 gdb.t03/ptype.exp (ptype structure, ptype union):
15607 Remove xfails; the test is looser than when the xfails were added.
15608
15609 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
15610 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
15611
15612 * gdb.t01/run.exp: Only run shell test if isnative.
15613
15614 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
15615 since "run" automatically loads if necessary. Call gdb_target_udi
15616 after the "file" since "file" kills any execution target.
15617
15618 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
15619 GDB. GDB doesn't work that way (not anymore at least) on UDI.
15620 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
15621 argument for UDI.
15622
15623Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15624
15625 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
15626
15627 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
15628
15629Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15630
15631 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
15632 properly quoting regexps. This makes the second argument to
15633 demangle a fixed string, which matches the callers, instead of a
15634 shell-style pattern which is what the previous implementation
15635 used. Update some of the callers.
15636
15637Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15638
15639 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
15640 (comib_nullified_tests): Fix typo.
15641 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
15642 strings. No longer expected to fail.
15643
15644 * gdb.disasm/hppa.s (addib_tests): Fix typo.
15645 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
15646 strings. No longer expected to fail.
15647
15648 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
15649 string. No longer expected to fail.
15650
15651Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15652
15653 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
15654 No longer expected to fail.
15655
15656 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
15657 string. No longer expected to fail.
15658
15659Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15660
15661 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
15662 only in the names (I probably got most of them). I was even
15663 generous with some which differed in underscores in names, and
15664 probably missed a few, and I *still* was able to remove almost a
15665 third of the file with almost no impact on testsuite coverage.
15666
15667Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15668
15669 * gdb.t00/default.exp: Match udi_attach error message as well as
15670 the one from child_attach.
15671
15672 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
15673
15674 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
15675
15676 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
15677 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
15678
15679 * Move test with enums and partial symbols back to
15680 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
15681 Reverts the change of 26 May 93. Per today's change to
15682 stabs.texinfo, the behavior that weird.exp was expecting was
15683 unreasonable; what is important is that the compiler+gdb get
15684 things right, which happens with a recent gcc. Also fix the test
15685 to deal with native compilers which put out the stab gdb can't
15686 deal with.
15687
15688Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15689
15690 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
15691 in the names. The main thing these accomplish is to slow things down.
15692 Many more such duplicates surely remain.
15693
15694 * gdb.t00/help.exp: Comment out "help support" test just like
15695 (and for same reason as) "help set" test.
15696
15697Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
15698
15699 * gdb.t06/break.exp: Remove setup_xfails for
15700 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
15701 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
15702 about known bug in gcc to include up through 2.5.8.
15703 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
15704 well as "_vb$".
15705 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
15706 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
15707 with latest gcc and gdb.
15708 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
15709 well as "_vb$".
15710
15711Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15712
15713 * configure.in (hppa*-*-*): Also configure and build stabs-only
15714 tests.
15715
15716Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15717
15718 * gdb.t10/hppa.mt: A makefile fragment for the PA.
15719 * gdb.t10/configure.in (hppa*-*-*): Use it.
15720
15721Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15722
15723 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
15724
15725Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15726
15727 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
15728 versions prior to 1.13.5.
15729
15730Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15731
15732 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
15733 the prompt is at the start of a line.
15734
15735Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15736
15737 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
15738 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
15739 in the copr tests now.
15740 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
15741 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
15742 expected to fail.
15743
15744Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
15745
15746 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
15747 gdb.t31/chillvars.exp, lib/gdb.exp:
15748 Tweak to run under either version of expect.
15749 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
15750 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
15751 * gdb.t11/list.exp: Remove extraneous whitespace.
15752
15753Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15754
15755 * gdb.t16/printcmds.exp (test_print_strings): Accept
15756 "(unsigned char *) " before the string.
15757
15758 * TODO: Add notes about printing of fancy types and GDB expressions.
15759
15760Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
15761
15762 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
15763 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 15764 if doing mips-idt-ecoff.
c906108c
SS
15765
15766Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
15767
15768 * Most .exp files: Tweak to run under either version of expect.
15769
15770Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15771
15772 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
15773 xfails; I'm not sure why they are failing, but not because of PR 1806.
15774
15775Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
15776
15777 * config/unix-gdb.exp: Remove gdb_unload cause it's already
15778 defined in lib/gdb.exp.
15779
15780Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15781
15782 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
15783 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
15784 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
15785 have to be typeless.
15786
15787Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15788
15789 * TODO: Add suggestion for copyright year test.
15790
15791Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
15792
15793 * configure.in (*-*-lynxos*): Add stabs tests.
15794
15795Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15796
15797 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
15798 so insert a tab before any assembler directive in column zero.
15799
15800 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
15801 stores.
15802 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
15803 stores.
15804 (fpu_short_memory_tests): Likewise.
15805
15806Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15807
15808 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
15809 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
15810 .stabs directives in comments.
15811
15812Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15813
15814 * TODO: New file, describing tests we could write.
15815 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
15816
15817Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15818
15819 * gdb.t06/signals.exp: Add kludge to force re-sync.
15820
15821 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
15822 to xgdb instead of gdb, get out of gdb.
15823
15824Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
15825
15826 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
15827 for info.
15828
15829Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15830
15831 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
15832 * gdb.stabs/configure.in (hppa*-*-*): Use it.
15833 * gdb.stabs/hppa.sed: New sed script for the PA.
15834
15835Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15836
15837 * gdb.stabs: Re-write weird.def and configuration to use sed
15838 instead of cpp. sed is portable and POSIX; cpp is neither.
15839
15840Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15841
15842 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
15843
15844Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15845
15846 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
15847
15848Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15849
15850 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
15851 "_vb$".
15852 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
15853 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
15854
15855Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15856
15857 * lib/gdb.exp: Comment out code which depends on non-existent
15858 `transform' procedure.
15859
15860Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
15861
15862 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
15863 * lib/gdb.exp: Transform tool name.
15864 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
15865 1.1's new error handling system.
15866
15867Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15868
15869 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
15870
15871Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15872
15873 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
15874 They made pattern matching so slow that timeouts happened on
15875 heavily loaded systems. Now any output from "show print" which
15876 gets us back to the GDB prompt is a PASS.
15877
15878Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
15879
15880 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
15881
15882Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15883
15884 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
15885
15886 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
15887 It is not from PR 3220.
15888
15889Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15890
15891 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
15892 just started failing because they depended on the order the
15893 subcommands are presented, or exact docstring text. This kind of
15894 test is a pain and has minimal benefit.
15895
15896Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15897
15898 * gdb.t09/corefile.exp: At end of test, use "core" command with
15899 no arguments.
15900
15901Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
15902
15903 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
15904 17}/Makefile.in: Make it possible to run the testsuite with Sun
15905 make and CC = cross gcc by adding explicit build rules for .o
15906 files.
15907
15908Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15909
15910 * gdb.t15/funcargs.exp: Don't put comments on same line as
15911 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 15912
c906108c
SS
15913Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15914
15915 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
15916
15917Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
15918
15919 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
15920 * gdb.t20/inherit.exp: remove three dumplicate entries.
15921
15922Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15923
15924 * gdb.t06/break.exp: For "next over recursive call", fail on any
15925 incorrect output, not just on "factorial (value=2)".
15926
15927Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15928
15929 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
15930 working now. Add an xfail if accesing a bss variable causes
15931 a memory error if the target is not yet run.
15932
15933Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15934
15935 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
15936 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
15937 name of __st* demangling (2 strings). Did Kung really get the
15938 more than 95 others right without testing them?
15939
15940Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
15941
15942 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
15943
15944Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
15945
15946 * configure.in (configdirs): Add gdb.disasm
15947 * gdb.disasm: New directory for GDB disassembler tests.
15948 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
15949
15950Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15951
15952 * gdb.t00/help.exp: Don't test "help set".
15953
15954 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
15955 from within expect statements. None of these happen anymore and
15956 they cause regressions to be silently unnoticed.
15957
15958 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
15959 messages) about known failures with gcc cygnus-2.4.5-930417.
15960
15961 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
15962 comp-info.exp so it gets built if it doesn't exist.
15963
15964 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
15965 it is no longer used.
15966 * gdb.t13/comp-info.c: Removed.
15967
15968Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
15969
15970 * gdb.t06/signals.exp: Add xfail for sun3.
15971
15972Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15973
15974 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
15975 relevant because ^C doesn't get sent but failure can be reproduced
15976 interactively).
15977
15978Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15979
15980 * gdb.stabs/alpha.mt: New configuration file for alpha.
15981 * gdb.stabs/configure.in: Use it.
15982 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
15983 sharing with alpha.mt, redefine long to word via preprocessor.
15984 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
15985 for alpha.
15986 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
15987 native cc.
15988 * gdb.t00/teststrategy.exp: Change expect string so that we
15989 consume the `(xgdb)' from the command echo and from the gdb prompt.
15990 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
15991 gdb currently compares all values as long, so this failure probably
15992 applies to any configuration where LONGEST is bigger than a target int.
15993 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
15994 with gcc.
15995 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
15996 to handle opaque pointers, gcc is.
15997 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
15998 as first argument. Include <sys/types.h> and change all operator
15999 new definitions to use size_t.
16000 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
16001 now that we use size_t.
16002
16003Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16004
16005 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
16006 a long or float array cast all array members to the same type.
16007 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
16008 with 64 bit longs.
16009 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
16010 on alpha.
16011 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
16012
16013Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16014
16015 * gdb.t24 (demangle.exp): Constructors of templates have names like
16016 vector<int>::vector(int) not vector<int>::vector<int>(int). See
16017 section 14.6 of the ARM.
16018
16019 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
16020 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
16021 accomplish little and slow down the testsuite.
16022
16023 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
16024 Accept spaces various places.
16025
16026Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16027
16028 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
16029 with watchpoint enabled.
16030
16031 * Makefile.in: Remove definition of CC and remove the second
16032 definition of CXX (the "CXX = gcc" one remains). These definitions
16033 were causing backquotes to be expanded within backquotes, which
16034 doesn't work.
16035
16036Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
16037
16038 * gdb.t17/callfuncs.exp: Add "return 0" to end.
16039
16040Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16041
16042 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
16043 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
16044 by mips cc and contains no stabs entries.
16045
16046Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
16047
16048 * config/vx-gdb.exp: Use fake device to load files rather than
16049 NFS.
16050 * lib/gdb.exp: New proc to do "file" command.
16051 * config/unix-gdb.exp: Use new "file" proc.
16052
16053Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16054
16055 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
16056 Rework board rebooting slightly.
16057 (gdb_exit): Don't exit from the remote shell; there isn't one.
16058 * gdb.stabs/weird.exp: If a program is being debugged already,
16059 kill it.
16060 * gdb.t04/setvar.exp: Stop and restart gdb.
16061 * gdb.t05/expr.exp: Likewise.
16062 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
16063 restart gdb and reload the program.
16064 * gdb.t08/opaque.exp: Likewise.
16065 * gdb.t12/scope.exp: Likewise.
16066 * gdb.t13/bitfields.exp: Likewise.
16067 * gdb.t15/funcargs.exp: Likewise.
16068 * gdb.t20/classes.exp: Likewise.
16069 * gdb.t03/ptype.exp: Increase timeout.
16070 * gdb.t16/printcmds.exp (test_print_string_constants,
16071 test_print_array_constants): Likewise.
16072 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
16073 * gdb.t20/classes.exp (do_tests): Likewise.
16074 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
16075
16076Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
16077
16078 * gdb.stabs: Renamed *wierd* to *weird*.
16079
16080Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16081
16082 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
16083 for timeout. Add "known gcc 2.4.5 bug" to failure message.
16084
16085Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16086
16087 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
16088 (do_tests): Remove xfail for whatis on one_var and two_var.
16089
16090Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
16091
16092 * Makefile.in: Made cross building work better by adding
16093 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
16094
16095Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16096
16097 * gdb.t15/{return.c,return.exp,Makefile.in}:
16098 New test, currently commented out.
16099
16100Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
16101
16102 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
16103 still running and removes the leftover named socket so GDb can do
16104 clean restarts.
16105
16106Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
16107
16108 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
16109 console, not GDB.
16110 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
16111 cross testing works better with "make check"
16112 * config/unix-gdb: Use default procedures for exit and version.
16113 * config/vx-gdb.exp: Cleaned up and massaged back to working order
16114 with the newest VxWorks.
16115
16116Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16117
16118 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
16119 old form.
16120
16121 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
16122 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
16123
16124 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
16125
16126 * config/unix-gdb.exp: Remove this version of gdb_exit
16127 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
16128 Rob says he'll look at it when he gets back to testing boards.
16129
16130Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
16131
16132 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
16133 an expected fail for certain ptype commands.
16134
16135 * gdb.t20/classes.exp: Update expected results of "ptype class
16136 Base1" to account for the constructor that now appears in the type.
16137
16138Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
16139
16140 * configure.in (configdirs): Restore gdb.t04, which mysteriously
16141 disappeared from list.
16142 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
16143 "alldone" proc with call to cleanup and exit.
16144 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
16145 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
16146 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
16147 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
16148 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
16149 "alldone" proc with simple returns that suppress remaining
16150 tests. The alldone proc went away many months ago.
16151
16152Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16153
16154 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
16155
16156 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
16157
16158Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16159
16160 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
16161 as vax gdb will display them.
16162
16163Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16164
16165 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
16166 optimizers.
16167
16168 * scope.exp: Change "bad value for localval" messages so each one
16169 is unique.
16170
16171 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
16172 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
16173
16174 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
16175
16176Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16177
16178 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
16179 doesn't exist (due to optimization).
16180
16181Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16182
16183 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
16184 contains \r because the filename is long.
16185
16186 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
16187 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
16188
16189Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16190
16191 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
16192 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
16193 Ultrix.
16194 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
16195 int tests.
16196 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
16197
16198Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
16199
16200 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
16201
16202 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 16203 to match does not match the passing case but still matches the
c906108c
SS
16204 failing case.
16205
16206Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16207
16208 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
16209
16210Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
16211
16212 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
16213 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
16214 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
16215 Remove various versions of gdb_exit.
16216 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
16217 gdb_exit.
16218 * config/unix-gdb.exp: gdb_exit remains here, and should override
16219 the generic version, since it's doing a lot of wierd stuff that
16220 the other versions aren't. FIXME, fold it in, or abandon this
16221 version.
16222
16223Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16224
16225 * gdb.t24/demangle.exp: Add tests for PR 3220.
16226
16227Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16228
16229 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
16230
16231Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
16232
16233 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
16234 "i386-*-*". Works for i486 as well.
16235
16236 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
16237 bug, and expand domain of xfail to all SVR4 systems, since the
16238 actual problem is likely to be in generic SVR4 /proc support.
16239
16240Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16241
16242 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
16243
16244Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
16245
16246 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
16247 xfails for other systems. Match a missing 'Continuing.' as an
16248 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
16249
16250 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
16251 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
16252 Only issue warning for missing executables if -all option is used.
16253
16254 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
16255 file if -all option is used. It's like an unpredictable XFAIL.
16256
16257Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16258
16259 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
16260 for dynamically linked binaries.
16261
16262 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
16263
16264Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16265
16266 * gdb.t20/inherit.exp: Change message for "print tagless struct"
16267 to state that this is a known bug in old versions of g++.
16268
16269Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16270
16271 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
16272 while waiting for `Continuing'.
16273
16274Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
16275
16276 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
16277 in text, data, and bss.
16278 * gdb.t10/nodebug.c: Add local and global test variables for
16279 initialized and uninitialized data.
16280
16281Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16282
16283 * config/unix-gdb.exp (gdb_exit): Add "wait".
16284
16285Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16286
16287 * gdb.t06/signals.exp: xfail the continue from the handler for all
16288 targets.
16289
16290 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
16291 function with watchpoints enabled, the i386 call dummy starts with
16292 a call.
16293
16294 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
16295 386 bsd names its corefiles.
16296
16297Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
16298
16299 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
16300 compilers don't grok it.
16301 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
16302 with small octal ints rather than character constants, which
16303 are signed and might not fit if first promoted to int.
16304
16305Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
16306
16307 * gdb.t09/Makefile.in (clean): Remove corefile.
16308
16309Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16310
16311 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
16312
16313Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16314 and Jim Kingdon (kingdon@cygnus.com)
16315
16316 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
16317 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
16318 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
16319
16320Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16321
16322 * gdb.t17/interrupt.exp: Add xfail for hppa.
16323
16324Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16325
16326 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
16327 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
16328 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
16329 to determine signed-ness of bitfields and use the result to setup
16330 the xfail.
16331 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
16332 * gdb.t15/funcargs.exp: Use them to step until the second indirect
16333 call line is reached if necessary.
16334
16335Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16336
16337 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
16338
16339Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16340
16341 * gdb.t06/break.exp: Also test `clear' command.
16342
16343Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
16344
16345 * gdb.t00/teststrategy.exp: Remove extra quote.
16346
16347 * gdb.t07/watchpoint.exp: Change xfail for calling function with
16348 watchpoint enabled to be for all non-68k machines.
16349
16350 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
16351
16352Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16353
16354 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
16355 targets use aout.mt instead of ecoff.mt as gas understands
16356 standard aout format.
16357
16358Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
16359
16360 * lib/gdb.exp (runto): Don't insist that function we are running to
16361 was compiled with -g.
16362
16363 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
16364
16365 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
16366 to get back into the read system call.
16367 Accept leading newline in case where we woke it up.
16368
16369Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16370
16371 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
16372 to make the stabs test work on ecoff systems using gcc and -with-stabs.
16373 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
16374 enable ecoff configuration.
16375
16376Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16377
16378 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
16379
16380Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16381
16382 * gdb.t16/printcmds.exp: Add another printf test.
16383
16384Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
16385
16386 * configure.in: If configured -with-stabs on any target, add
16387 stabsdirs to configdirs.
16388
16389Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16390
16391 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
16392 fun" so pattern does not match the command itself.
16393
16394Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16395
16396 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
16397
16398Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16399
16400 * gdb.t17/interrupt.exp: Test for more things.
16401
16402Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16403
16404 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
16405 compiler arranges the code and line numbers.
16406
16407 * gdb.t17/interrupt.exp: Don't send \n after ^C.
16408
16409Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16410
16411 * gdb.t00/help.exp: Increase expect input buffer size.
16412
16413Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16414
16415 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
16416
16417 * gdb.t07/watchpoint.exp: Add xfail for hppa.
16418
16419 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
16420
16421 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
16422 [0-9]*, not just [0-9].
16423
16424Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16425
16426 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
16427
16428 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
16429
16430Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16431
16432 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
16433
16434Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16435
16436 * gdb.t06/signals.c: Add xfails for sun3.
16437
16438 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
16439
16440 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
16441 test_stepping tests.
16442
16443Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16444
16445 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
16446
16447 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
16448
16449 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
16450 rather than actually putting it through cpp twice.
16451
16452 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
16453
16454Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
16455
16456 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
16457 no longer needed.
16458
16459Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16460
16461 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
16462
16463 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
16464 C++ features prints as "struct", make it a pass, not an xfail.
16465
16466Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16467
16468 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
16469 Don't require VA to print as "class" rather than "struct".
16470
16471Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
16472
16473 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
16474
16475Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16476
16477 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
16478
16479Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16480
16481 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
16482 order.
16483
16484Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16485
16486 * gdb.t16/printcmds.exp: Add printf tests.
16487
16488 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
16489
16490 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
16491
16492Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
16493
16494 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
16495 pass counts, to counteract any existing or future setup_xfails.
16496
16497Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16498
16499 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
16500 {BEGIN,END}_COMMON for common block instead of STAB.
16501 * gdb.stabs/wierd.exp: Add xfail for rs6000.
16502
16503 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
16504 intp_var should be N_GSYM not N_LSYM.
16505 wierd-aout.S: Use a label for the value of the N_SO.
16506 wierd.def: Remove all backslashes.
16507 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
16508
16509Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16510
16511 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
16512 get the expected next to inheritance3.
16513
16514Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16515
16516 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
16517 now that gcc-2.4 gets it right.
16518
16519Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16520
16521 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
16522
16523 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
16524 generating comp-info.exp which works for cross-compilation.
16525
16526Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
16527
16528 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
16529 "*-*-sysv4.*".
16530
16531Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
16532
16533 * gdb.t01/run.exp: Start with a fresh gdb.
16534 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
16535 SVR4.x.
16536
16537Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
16538
16539 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
16540 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
16541 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
16542 Makefile.in (distclean, realclean): Remove gdbme.c from list of
16543 things to remove.
16544
16545Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
16546
16547 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
16548 test cases from bug reports.
16549
16550Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
16551
16552 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
16553 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
16554 avoid spurious xfails.
16555 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
16556 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
16557 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
16558
16559Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
16560
16561 * gdb.t00/teststrategy.exp: Rework to provide more useful
16562 description of each test, fix problem with systems that define
16563 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
16564 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
16565 results for "next over recursive call" so timeouts aren't taken
16566 by error.
16567
16568Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
16569
16570 * gdb.t12/scope.exp: Test printing of variables before run.
16571
16572 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
16573 printed in wrong order due to sorting.
16574
16575Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
16576
16577 * gdb.t00/teststrategy.exp: Fix expected results for printing
16578 user entered string constant. Is array of char, prints with no
16579 address.
16580
16581 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
16582 commands.
16583 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
16584 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
16585 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
16586 of struct of char arrays.
16587 * gdb.t00/radix.exp: New tests for radix commands.
16588
16589Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
16590
16591 * gdb.t16/printcmd.exp: Print a variable before running program
16592 (with xfail for AIX).
16593
16594Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
16595
16596 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
16597
16598 * gdb.t16/printcmd.exp: Don't print variables before running program.
16599
16600 * gdb.t06/break.exp: Don't require envp argument to main.
16601
16602 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
16603
16604 * gdb.t02/whatis.exp, gdb.t11/list.exp:
16605 Add xfails for rs6000.
16606
16607 * gdb.t02/whatis.exp: Change other tests not to re-test something
16608 we already tested.
16609
16610 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
16611 each type used has a variable of that type.
16612
16613Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
16614
16615 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
16616
16617Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16618
16619 * configure.in: change srctrigger to be a file, not a directory
16620
16621Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
16622
16623 * configure.in (mips-idt-ecoff*): Added trailing '*'.
16624
16625 * gdb.t11/list.exp: Fixed a couple of typos.
16626
16627Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
16628
16629 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
16630 is fixed and PR is closed.
16631 * gdb.t16 (gdbme.c): Add simple test string variable.
16632 * gdb.t16 (printcmds.exp): Add tests with simple test string
16633 variable, primarily for boundaries on "set print elements".
16634
16635Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
16636
16637 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
16638 Make leading 0's optional and don't expect a tab in the middle
16639 of the number.
16640
16641 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
16642
16643 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
16644 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
16645 don't end command passed to gdb_test with newline.
16646
16647 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
16648 signed keyword away, don't expect signed bitfields to be signed.
16649
16650 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
16651 printing with only as many 1's as are in the field as well as printing
16652 with 32 1's (see comment).
16653
16654Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
16655
16656 * gdb.t00/default.exp: Start with a fresh gdb.
16657 * configure.in (configdirs): Remove gdb.t31 until the chill
16658 compiler works again. It no longer is able to find chillrt0
16659 since it isn't in libchill.a anymore.
16660 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
16661 wierd.o, make more modular.
16662 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
16663 spurious newlines that caused problems.
16664
16665Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16666
16667 * Move test with enums and partial symbols from gdb.t03/ptype.exp
16668 to gdb.stabs/wierd.exp since GCC has worked around the bug.
16669 gdb.stabs/wierd.{exp,def}: Many new tests.
16670
16671 * gdb.t00/default.exp: update info line for new message.
16672
16673 * gdb.t02/{whatis.exp,gdbme.c}:
16674 Test that "char *" doesn't print as "caddr_t".
16675
16676Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16677
16678 * gdb.t00/help.exp: Use .* in place of some help messages which
16679 just changed.
16680 gdb.t00/default.exp: Update "info frame" test for new message.
16681 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
16682 Remove some xfails
16683
16684Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16685
16686 * gdb.t03/{gdbme.c,ptype.exp}:
16687 Add tests for typedef'd struct and union without tags.
16688 Also check "whatis" on a variable of a typedef'd enum without a tag.
16689
16690 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
16691 PRMS 1823; the bug still exists but isn't reproduced by this test
16692 anymore), and remove rs6000 XFAIL (the bug is fixed).
16693
16694 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
16695 duplicated from whatis.exp. For those that are left, accept
16696 "long", "long int", or "int" for long variables (whatis.exp already
16697 has an XFAIL for "int", so no need to fail it here).
16698
16699 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
16700 Deal with GCC's names for types now that GDB uses the compiler's names.
16701
16702 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
16703 setup_xfail's for sunos4. If we #defined the signed keyword away,
16704 don't expect GDB to know that char it is signed.
16705
16706 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
16707
16708Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
16709
16710 * configure.in (configdirs): Add gdb.t24 for C++ tests that
16711 should work on any system, regardless of debugging format.
16712 * gdb.t21/demangle.exp: Move to gdb.t24.
16713 * gdb.t24/demangle.exp: Move from gdb.t21.
16714 * gdb.t24/{Makefile.in, configure.in}: New files.
16715
16716Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16717
16718 * configure.in: Do gdb.stabs and C++ tests only for stabs.
16719 * gdb.stabs: New directory.
16720
16721Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16722
16723 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
16724 not just "Quit anyway?".
16725
16726Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
16727
16728 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
16729 that all setup_xfails are immediately followed by clear_xfails.
16730
16731Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
16732
16733 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
16734 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
16735 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
16736 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
16737 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
16738 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
16739 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
16740 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
16741 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
16742 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
16743 gdb.t31/chillvars.exp, lib/gdb.exp:
16744 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
16745 bug-gdb@prep.ai.mit.edu.
16746
16747Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
16748
16749 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
16750 with 0.0, not integer 0.
16751
16752Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
16753
16754 * gdb.t06/break.exp: Update for "Kill the program" message change.
16755
16756Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
16757
16758 * Makefile.in (GDBFLAGS): Set to -nx.
16759 * Makefile.in (site.exp): Use GDBFLAGS.
16760
16761Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16762
16763 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
16764 Makefiles.
16765 (check): depend on just-check.
16766 (just-check): added so that tests can be run without a noop
16767 build pass.
16768
16769Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16770
16771 Switch to using configure's configdirs.
16772 * Makefile.in (Makefile): add configure.in dependency.
16773 (SUBDIRS): removed redundant assignment.
16774 * configure.in: switch subdirs assignment to configdirs.
16775 * gdb.t*/configure.in: new files.
16776
16777Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
16778
16779 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
16780 works.
16781
16782Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
16783
16784 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
16785 in explicit rules. Apparently this is not supported by some makes.
16786
16787Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
16788
16789 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
16790
16791Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16792
16793 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
16794 disappeared.
16795
16796Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
16797
16798 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
16799
16800Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
16801
16802 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
16803 watchpoint problem that is now fixed.
16804 * gdb.t30/chexp.exp: Remove setup_xfail for printing
16805 uninitialized convenience variables.
16806 * gdb.t31/chillvars.exp: Fix expected patterns for printing
16807 structures.
16808
16809Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16810
16811 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
16812 which causes expect to get out of sync with gdb on long output
16813 from help set.
16814 * gdb.t09/corefile.exp: Make expected pattern for core file
16815 failing signal and frame output format less sun specific.
16816
16817Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
16818
16819 * gdb.t31/chillvars.exp: Add and remove initial dummy
16820 breakpoint, so that symbol table is forced in.
16821 (Needed at least on Sunos4, though it seems not SVR4.)
16822 * gdb.t31/chillvars.exp: Update for changed output format.
16823
16824Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
16825
16826 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
16827
16828Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
16829
16830 * Makefile.in: Added --srcdir when invoking runtest, removed the
16831 need for a local config file. (optional now)
16832
16833Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
16834
16835 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
16836 failure count used to force early termination. Add some more
16837 expected failures for gnu style demangling.
16838
16839Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16840
16841 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
16842 pmi variable from gdb.t20/gdbme to get optimized away.
16843 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
16844 Check for written corefile upon timeout _and_ eof.
16845
16846Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16847
16848 * config/unix-gdb.exp: Add missing return 0.
16849
16850Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16851
16852 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
16853 test termination.
16854
16855Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
16856
16857 * configure.in (subdirs): Put back gdb.t17 which mysteriously
16858 disappeared.
16859
16860Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
16861
16862 * gdb.t10/crossload.exp: Disable the i860-elf test until such
16863 time as i860 support works.
16864
d63a86f8 16865 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
16866 "backtrace 100\r" rather than just "backtrace\r", to match last
16867 change.
16868
16869Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
16870
16871 * config/udi-gdb.exp (gdb_exit): Remove close command.
16872 (gdb_target_udi): New procedure to set the UDI target.
16873 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
16874 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
16875 Added waits for prompts after several question responses. Added
16876 some more responses used by a29k-amd-udi-gdb.
16877 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
16878 pass different arguments, restart UDI connection after program
16879 completion.
16880 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
16881 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
16882 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
16883 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
16884 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
16885 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
16886 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
16887 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
16888 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
16889 after program completion.
16890 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
16891 compiled with a SELECT_VECS setting.
16892 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
16893 infinite recursion.
16894
16895 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
16896 Added checks for COFF results, and made them expected failures for
16897 all targets. It would be better to make them expected failures
16898 for COFF targets only.
16899
16900Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16901
16902 * Makefile.in: add null dvi target, don't bother to recurse
16903 through test directories for info and install-info; rename
16904 $(datadir) to be dejagnu instead of deja-gnu
16905
16906Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
16907
16908 * gdb.t31/gdbme.ch: Re-enable code that previously caused
16909 compiler to coredump.
16910 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
16911 code.
16912
16913Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
16914
16915 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
16916 coredump.
16917 * gdb.t31/chillvars.exp: Comment out tests that depend on that
16918 code.
16919
16920Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
16921
16922 * gdb.t03/ptype.exp: tests for return code from gdb_test.
16923 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
16924 which in a shell. Deletes xgdb when done.
16925 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
16926 Tests the return from the "set height" or "set width" commands.
16927 Added a few return codes where needed.
16928
16929Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
16930
16931 * Makefile.in (SUBDIRS): Add gdb.t17.
16932 * configure.in (subdirs): Add gdb.t17.
16933 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
16934 files to test gdb's calling of functions in the inferior with
16935 the correct arguments and gdb's ability to retrieve any
16936 result returned.
16937
16938Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
16939
16940 * config/unix-gdb.exp (gdb_exit): Remove close commands that
16941 may be called after gdb goes away. Previous versions of expect
16942 needed these to avoid file descriptor leaks, but they cause
16943 errors with the current revision of expect.
16944 * gdb.t00/gdbvars.exp: Use -re on expected output after
16945 setting sevenbit-strings.
16946 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
16947 to set sevenbit-strings consistent across tests.
16948 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
16949 set sevenbit-strings consistent across tests.
16950
16951Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
16952
16953 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
16954 expected output to match current "expect" expectations.
16955
16956Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
16957
16958 * gdb.t00/default.exp: Change expected output for default "source"
16959 command, to match new gdb behavior which requires a filename to
16960 source.
16961
16962Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
16963
16964 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
16965 expected fail for i486-*-* that misses the marker2 function.
16966 * gdb.t10/crossload.exp (bfddefault): Allow successful
16967 recognition of a format to pass even if no symbols are found.
16968 Explicitly catch failures where the format is not recognized
16969 or is ambiguous, and add the reason to the fail message.
16970 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
16971 the cause is and invalid target and add reason to failure message.
16972 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
16973 elf32-i386, elf32-sparc, and elf32-i860.
16974 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
16975 Set up expected failure for 'filename'::variable scope resolution,
16976 which is now apparently broken on all targets.
16977 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
16978 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
16979 gdb.t23/templates.exp: Change failure for missing binfile into
16980 just a warning.
16981 gdb.t21/demangle.exp: Change all cfront references to 'arm'
16982 references.
16983
16984Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
16985
16986 * gdb.t00/default.exp: Add expected output for default "source"
16987 command, to match new gdb behavior.
16988 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
16989
16990Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
16991
16992 * config/*-gdb.exp: returns an error, rather than exiting on
16993 internal errors.
16994
16995Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
16996
16997 * gdb.t03/gdbme.c: Add pointer to struct variable.
16998 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
16999 referencing struct members.
17000
17001Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
17002
17003 * configure.in (mips-idt-ecoff): New target.
17004 * config/mips-gdb.exp: New file for remote board using MIPS remote
17005 debugging protocol.
17006
17007 * Redid configuration scheme. Removed gdb.t*/configure.in.
17008 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
17009 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
17010 distclean targets. Built executables via .o files. Adjusted
17011 tests to account for source files in $(srcdir) rather than
17012 $(objdir).
17013 * lib/gdb.exp (runto): Don't expect () after the function name,
17014 because it may have arguments.
17015
17016Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
17017
17018 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
17019 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
17020 expected failures for mips-idt-* and mips-sgi-*.
17021 * gdb.t00/default.exp (attach): Kill process if requested.
17022 * gdb.t00/help.exp (help target core, help target): Accept a gdb
17023 that does not read core files.
17024 * gdb.t01/run.exp: Removed checks for exit status code.
17025 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
17026 it is linked in.
17027 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
17028 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
17029 appropriate, rather than doing it by hand.
17030 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
17031 execution.
17032 * gdb.t10/crossload.exp: Kill existing program if needed.
17033 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
17034 appropriate, rather than doing it by hand. Always increase
17035 timeout for this test, not just for VxWorks.
17036
17037Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
17038
17039 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
17040 of Chill STRUCT types and STRUCT values.
17041 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
17042 than "char".
17043 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 17044 struct2): New struct definitions and initializations to test
c906108c
SS
17045 simple Chill STRUCT types.
17046
17047Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
17048
17049 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
17050 the null byte at the end of strings.
17051 * gdb.t00/default.exp: Make show version insensitive to copyright
17052 date.
17053 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
17054 to avoid dependencies on target char signedness.
17055 * gdb.t16/printcmds.exp: Update expected results for explicitly
17056 unsigned char.
17057 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
17058 now work.
17059 * gdb.t21/demangle.exp: Add many more patterns for template
17060 demangling, most of them being expected failures.
17061 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
17062 string we are matching for, to match on the whole string.
17063 * gdb.t21/demangle.exp: Add many new test strings to demangle,
17064 and fix a whole bunch that had incorrect expected output but were
17065 passing anyway because of the bug in "proc demangle".
17066 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
17067 type.
17068 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
17069
17070Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
17071
17072 * gdb/testsuite: made modifications to testcases, etc., to allow
17073 them to work properly given the reorganization of deja-gnu and the
17074 relocation of the testcases from deja-gnu to a "tool" subdirectory.
17075
17076Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
17077
17078 * gdb/testsuite: Initial creation of gdb/testsuite.
17079 Migrated dejagnu testcases and support files for testing nm to
17080 gdb/testsuite from deja-gnu. These files were moved "as is"
17081 with no modifications. This migration is part of a major overhaul
17082 of dejagnu. The modifications to these testcases, etc., which
17083 will allow them to work with the new version of dejagnu will be
17084 made in a future update.
48efe704 17085
8d8cb839 17086 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 17087\f
8d8cb839
EZ
17088;; Local Variables:
17089;; mode: change-log
17090;; left-margin: 8
17091;; fill-column: 74
17092;; version-control: never
17093;; End:
902f2ccb
MC
17094
17095 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 17096 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
17097 Copying and distribution of this file, with or without modification,
17098 are permitted provided the copyright notice and this notice are preserved.