gdb:
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
2
3 * aclocal.m4: Add override.m4.
4 * configure: Regenerate.
5
6 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7
8 * gdb.mi/var-cmd.c (do_at_tests): Verify that
9 '-var-update --all-values' reports new value even the type
10 of a variable object has changed.
11
12 2008-04-18 Craig Silverstein <csilvers@google.com>
13
14 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15 files.
16
17 2008-04-18 Joel Brobecker <brobecker@adacore.com>
18
19 * gdb.ada/atomic_enum: New test program.
20 * gdb.ada/atomic_enum.exp: New testcase.
21
22 2008-04-17 Doug Evans <dje@google.com>
23
24 * gdb.opt/Makefile.in: Fix whitespace.
25
26 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
27
28 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
29
30 2008-04-17 Doug Evans <dje@google.com>
31
32 * gdb.base/hashline1.exp: New testcase.
33 * gdb.base/hashline2.exp: New testcase.
34 * gdb.base/hashline2.exp: New testcase.
35
36 2008-04-17 Pedro Alves <pedro@codesourcery.com>
37
38 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
39
40 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
41
42 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
43 temporary breakpoint to match "Temporary breakpoint".
44 * gdb.base/break.exp (delete_breakpoints): Likewise.
45 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
46 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
47 * gdb.base/display.exp: Likewise.
48 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
49 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
50 * gdb.base/restore.exp (restore_tests): Likewise.
51 * gdb.base/sepdebug.exp: Likewise.
52 * gdb.base/watchpoint.exp: Likewise.
53 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
54 * gdb.mi/mi-pending.exp: Likewise.
55 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
56 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
57 * gdb.mi/mi-var-cmd.exp: Likewise.
58 * gdb.mi/mi-var-display.exp: Likewise.
59 * gdb.mi/mi2-cli.exp: Likewise.
60 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
61 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
62 * gdb.mi/mi2-var-display.exp: Likewise.
63 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
64 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
65 new "disp" field.
66 (mi_expect_stop): Move after_reason argument to be really after
67 reason. This is to support fix for PR2424.
68
69 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
72
73 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
74
75 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
76 field. Add more floating varobj tests.
77 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
78 field.
79 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
80 (main): Call do_at_tests.
81 * lib/mi-support.exp (mi_create_floating_varobj)
82 (mi_varobj_update_with_type_change): New.
83
84 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
85
86 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
87 option of -var-evaluate-expression.
88 * gdb.mi/mi2-var-display.exp: Likewise.
89
90 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
91
92 Introduce test setup helpers.
93 * lib/gdb.exp (build_executable, clean_restart)
94 (prepare_for_testing): New.
95 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
96 * gdb.base/return.exp: Likewise.
97 * gdb.base/ending-run.exp: Likewise.
98
99 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
100
101 * gdb.mi/mi-async.exp: New test for asynchronous Machine
102 Interface (MI) responses.
103
104 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
105
106 * gdb.cp/breakpoint.cc: New code to test conditions involving
107 member variables.
108 * gdb.cp/breakpoint.exp: Test condition involving member
109 variables.
110
111 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
112
113 * lib/mi-support.exp (mi_expect_stop): New.
114 (mi_run_cmd): Change the
115 token. Use mi_send_resuming_command, use
116 mi_expect_stop.
117 (mi_execute_to_helper): Rename to mi_execute_to.
118 (mi_send_resuming_command): Add more error patterns.
119 (mi_wait_for_stop): Renamed to...
120 (mi_get_stop_line): ...this.
121 (mi_run_inline_test): Adjust.
122
123 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
124 * gdb.mi/mi-console.exp: Likewise.
125 * gdb.mi/mi-pending.exp: Likewise.
126 * gdb.mi/mi-simplerun.exp: Likewise.
127 * gdb.mi/mi-stack.exp: Likewise.
128 * gdb.mi/mi-stepi.exp: Likewise.
129 * gdb.mi/mi-syn-frame.exp: Add comment.
130 * gdb.mi/mi-until.exp: Likewise.
131 * gdb.mi/mi-var-display.exp: Likewise.
132 * gdb.mi/mi-watch.exp: Likewise.
133 * gdb.mi/mi2-cli.exp: Likewise.
134 * gdb.mi/mi2-console.exp: Likewise.
135 * gdb.mi/mi2-simplerun.exp: Likewise.
136 * gdb.mi/mi2-stack.exp: Likewise.
137 * gdb.mi/mi2-stepi.exp: Likewise.
138 * gdb.mi/mi2-until.exp: Likewise.
139 * gdb.mi/mi2-var-display.exp: Likewise.
140 * gdb.mi/mi2-watch.exp: Likewise.
141
142 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
143
144 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
145
146 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
147
148 2008-04-04 Pedro Alves <pedro@codesourcery.com>
149
150 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
151 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
152 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
153 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
154 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
155 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
156 expect an mi error duplicated in stderr.
157
158 2008-04-03 Joel Brobecker <brobecker@adacore.com>
159
160 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
161 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
162 Add a couple of tests that verify the behavior when the new setting
163 is set to "cancel" and "all".
164 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
165 "ask" before we start the testing.
166
167 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
168
169 * gdb.cp/casts.cc: Add class reference variables.
170 * gdb.cp/casts.exp: New test cases for up/down casting references.
171
172 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
173
174 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
175 instead of beginning to make an extra test pass.
176 * gdb.mi/mi2-var-display.exp: Likewise.
177
178 2008-03-31 Maciej W. Rozycki <macro@mips.com>
179
180 * gdb.base/break.exp: Mark failures as such. Fix formatting.
181
182 2008-03-31 Markus Deuling <deuling@de.ibm.com>
183 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
184
185 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
186 value. Add xfail for older kernels.
187
188 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
189
190 Bring mi-support in line with gdb.exp.
191 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
192 (mi_gdb_start): New function.
193
194 2008-03-28 Maciej W. Rozycki <macro@mips.com>
195
196 * gdb.mi/mi-var-cmd.exp: Fix a typo.
197
198 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
199
200 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
201 * gdb.mi/mi2-var-display.exp: Likewise.
202
203 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
204
205 * lib/mi-support.exp (mi_create_varobj_checked): New.
206 (mi_list_varobj_children): Allow to check for a
207 value.
208 (mi_list_array_varobj_children): New.
209
210 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
211 and mi_list_varobj_children, as opposed to hardcoding
212 expected strings.
213 * gdb.mi/gdb701.exp: Likewise.
214 * gdb.mi/gdb792.exp: Likewise.
215 * gdb.mi/mi-var-block.exp: Likewise.
216 * gdb.mi/mi-var-cmd.exp: Likewise.
217 * gdb.mi/mi-var-invalidate.exp: Likewise.
218 * gdb.mi/mi2-var-block.exp: Likewise.
219 * gdb.mi/mi2-var-child.exp: Likewise.
220 * gdb.mi/mi2-var-cmd.exp: Likewise.
221 * gdb.mi/mi2-var-display.exp: Likewise.
222
223 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 Fix random false FAILs on i386.
226 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
227
228 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
229
230 PR gdb/544
231 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
232
233 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
234
235 PR gdb/544
236 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
237
238 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
239
240 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
241 fixed PR gdb/544.
242
243 2008-03-21 Pedro Alves <pedro@codesourcery.com>
244
245 * gdb.threads/fork-child-threads.exp: Test next over fork.
246
247 2008-03-21 Chris Demetriou <cgd@google.com>
248
249 * gdb.base/break.exp (rbreak junk): New test for rbreak
250 "Junk at end of arguments" issue.
251
252 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
253
254 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
255 *& to work on created array elements.
256 (Top level): Test print $pc with a file. Test string operations
257 without a target.
258 * gdb.base/ptype.exp: Do not expect *& to work on created array
259 elements.
260
261 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
262
263 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
264 gdb.threads/staticthreads.exp: Update exit query.
265
266 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
267
268 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
269
270 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
271
272 * gdb.base/watchpoint.c (global_ptr, func4): New.
273 (main): Call func4.
274 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
275 (test_inaccessible_watchpoint): New.
276
277 2008-02-29 Maciej W. Rozycki <macro@mips.com>
278
279 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
280 select the largest.
281
282 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
283
284 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
285 frames-invalid annotations.
286
287 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
288
289 * gdb.base/assign.exp: avoid same output for different tests.
290
291 2008-02-27 Doug Evans <dje@google.com>
292
293 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
294 for bug 1738.
295 (breakpoint_to_handler_entry): Ditto.
296
297 2008-02-27 Joel Brobecker <brobecker@adacore.com>
298
299 * gdb.base/ending-run.exp: Use the first line of code inside
300 function body to test breakpoints.
301 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
302 location where the breakpoint is inserted when using the line
303 where a function is declared. Fix typo in the description of
304 one of the tests.
305 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
306
307 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
308
309 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
310 tests.
311
312 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
313
314 * gdb.base/args.exp: avoid same output for tests
315 with single quotes.
316
317 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
318
319 * gdb.base/annota1.exp: Adjust for 'info break'
320 format changes.
321 * gdb.base/annota3.exp: Likewise.
322 * gdb.base/break.exp: Likewise.
323 * gdb.base/condbreak.exp: Likewise.
324 * gdb.base/pending.exp: Likewise.
325 * gdb.base/sepdebug.exp: Likewise.
326 * gdb.base/unload.exp: Likewise.
327 * gdb.cp/ovldbreak.exp: Likewise.
328 * gdb.mi/mi-pending.exp: Likewise.
329
330 2008-02-07 Doug Evans <dje@google.com>
331
332 * gdb.cp/mb-inline.exp: New.
333 * gdb.cp/mb-inline.h: New.
334 * gdb.cp/mb-inline1.cc: New.
335 * gdb.cp/mb-inline2.cc: New.
336
337 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
338
339 * gdb.pascal/floats.pas: New test program.
340 * gdb.pascal/floats.exp: New testcase.
341
342 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
343
344 * gdb.base/callfuncs.c (t_float_many_args): New function.
345 (t_double_many_args): New function.
346 * gdb.base/callfuncs.exp: Add tests for exceeding float
347 and double parameters passed through the stack.
348
349 2008-02-05 Joel Brobecker <brobecker@adacore.com>
350
351 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
352 gdb.ada/complete/foo.adb: New files.
353 * gdb.ada/complete.exp: New testcase.
354
355 2008-02-03 Doug Evans <dje@google.com>
356
357 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
358
359 * gdb.cp/gdb2384.exp: New file.
360 * gdb.cp/gdb2384.cc: New file.
361 * gdb.cp/gdb2384-base.h: New file.
362 * gdb.cp/gdb2384-base.cc: New file.
363
364 2008-02-02 Doug Evans <dje@google.com>
365
366 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
367
368 2007-02-01 Joel Brobecker <brobecker@adacore.com>
369
370 * gdb.ada/sym_print_name: New test program.
371 * gdb.ada/sym_print_name.exp: New testcase.
372
373 2007-02-01 Joel Brobecker <brobecker@adacore.com>
374
375 * gdb.ada/nested/hello.adb: New file.
376 * gdb.ada/nested.exp: New testcase.
377 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
378
379 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
380
381 * gdb.mi/basic.c (return_1): New function.
382 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
383 don't cause future evaluations of function to report
384 creation of internal breakpoints.
385
386 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
387
388 * gdb.mi/mi-break.exp (test_error): New.
389 Call it.
390
391 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
392
393 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
394 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
395
396 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
397
398 * gdb.pascal/integers.pas: New test program.
399 * gdb.pascal/integers.exp: New testcase.
400
401 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
402
403 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
404
405 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
406
407 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
408 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
409
410 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
411
412 * gdb.ada/formatted_ref: New test program.
413 * gdb.ada/formatted_ref.exp: New testcase.
414
415 * gdb.cp/formatted-ref.cc: New file.
416 * gdb.cp/formatted-ref.exp: New testcase.
417
418 2008-01-30 Joel Brobecker <brobecker@adacore.com>
419
420 * gdb.base/ptype.exp: Add testing of "ptype $pc".
421
422 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
423
424 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
425 (test_file_list_exec_source_file): Update to new macro-info field.
426
427 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
428
429 * gdb.ada/exprs: New test program.
430 * gdb.ada/exprs.exp: New testcase.
431
432 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
433
434 * dfp-test.c (DELTA, DELTA_B): New definitions.
435 (double_val1, double_val2, double_val3, double_val4, double_val5,
436 double_val6, double_val7, double_val8, double_val9, double_val10,
437 double_val11, double_val12, double_val13, double_val14, dec32_val1,
438 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
439 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
440 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
441 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
442 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
443 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
444 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
445 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
446 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
447 dec128_val16): New global variables.
448 (decimal_dec128_align): New function.
449 (decimal_mixed): Likewise.
450 (decimal_many_args_dec32): Likewise.
451 (decimal_many_args_dec64): Likewise.
452 (decimal_many_args_dec128): Likewise.
453 (decimal_many_args_mixed): Likewise.
454 * dfp-test.exp: Add tests calling new inferior functions.
455
456 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
457
458 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
459 gdb.server/ext-run.exp: New files.
460 * lib/gdbserver-support.exp (gdbserver_download): New.
461 (gdbserver_start): New. Update gdbserver expected
462 output.
463 (gdbserver_spawn): Use them.
464 (gdbserver_start_extended): New.
465
466 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
467
468 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
469 Run on GNU/Linux.
470 (do_exec_tests): Check for systems which do not support catchpoints.
471 Do not match START.
472 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
473 Run on GNU/Linux. Enable verbose output.
474 (check_fork_catchpoints): New.
475 (explicit_fork_child_follow, catch_fork_child_follow)
476 (tcatch_fork_parent_follow): Update expected messages.
477 (do_fork_tests): Use check_fork_catchpoints.
478 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
479 Run on GNU/Linux. Enable verbose output.
480 (check_vfork_catchpoints): New.
481 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
482 expected messages.
483 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
484
485 2008-01-29 Jim Blandy <jimb@red-bean.com>
486
487 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
488 host' errors.
489 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
490
491 2008-01-29 Jim Blandy <jimb@red-bean.com>
492
493 * gdb.threads/sigthread.c: Use barriers to ensure that
494 child_thread and child_thread_two are always initialized before we
495 start to use them.
496
497 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
498
499 * gdb.base/watchpoint-solib.exp: New.
500 * gdb.base/watchpoint-solib.c: New.
501 * gdb.base/watchpoint-solib-shr.c: New.
502
503 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
504
505 * gdb.base/gdb1056.exp: Add unsigned integer test.
506
507 2008-01-28 Doug Evans <dje@google.com>
508
509 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
510
511 2008-01-27 Jim Blandy <jimb@codesourcery.com>
512
513 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
514
515 * gdb.base/expand-psymtabs.exp: Doc fix.
516
517 2008-01-26 Mark Kettenis <kettenis@gnu.org>
518
519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
520
521 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
522
523 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
524 -var-set-format.
525
526 2008-01-23 Chris Demetriou <cgd@google.com>
527
528 * gdb.threads/thread_events.c: New testcase source file.
529 * gdb.threads/thread_events.exp: New testcase expect file.
530
531 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
532
533 * lib/gdb.exp: Add the variable octal.
534
535 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
536 -var-set-format.
537
538 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
539 Vladimir Prus <vladimir@codesourcery.com>
540
541 * gdb.base/float.exp: Allow missing floating point for m68k and
542 PowerPC.
543
544 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
545
546 * gdb.mi/basics.c: Setup for testing breakpoints
547 ignore count.
548 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
549 * gdb.mi/mi-cli.exp: Adjust.
550 * gdb.mi/mi2-cli.exp: Adjust.
551
552 2008-01-17 Pedro Alves <pedro@codesourcery.com>
553
554 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
555 and 'dummy_ptr' integer pointer. Initialize struct_declarations
556 with dummy_ptr's address.
557 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
558 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
559 all targets.
560 * gdb.mi/mi2-var-child.exp: Likewise.
561
562 2008-01-09 Joel Brobecker <brobecker@adacore.com>
563
564 * gdb.ada/null_array: New test program.
565 * gdb.ada/null_array.exp: New testcase.
566
567 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
568
569 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
570 with required float modifiers.
571
572 2008-01-08 Joel Brobecker <brobecker@adacore.com>
573
574 * gdb.ada/funcall_param: New test program.
575 * gdb.ada/funcall_param.exp: New testcase.
576
577 2008-01-08 Joel Brobecker <brobecker@adacore.com>
578
579 * gdb.ada/arrayparam: New test program.
580 * gdb.ada/arrayparam.exp: New testcase.
581
582 2008-01-08 Joel Brobecker <brobecker@adacore.com>
583
584 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
585 landed. Should also fix random failures in the test following it.
586
587 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
588
589 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
590 for expressions with decimal float values.
591 (test_dfp_conversions): New function to test casts to and from
592 decimal float types.
593 Call test_dfp_conversions.
594 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
595 elements.
596 (main): Initialize ds.float4 and ds.double8 elements.
597 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
598 string to new error message.
599 (d64_set_tests): Likewise.
600 (d128_set_tests): Likewise.
601 Add tests for expressions with decimal float variables. Add tests for
602 conversions to and from decimal float types.
603
604 2008-01-05 Joel Brobecker <brobecker@adacore.com>
605
606 * gdb.ada/packed_tagged/comp_bug.adb: New file.
607 * gdb.ada/packed_tagged.exp: New testcase.
608
609 2008-01-04 Joel Brobecker <brobecker@adacore.com>
610
611 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
612 gdb.ada/homonym/homonym_main.adb: New files.
613 * gdb.ada/homonym.exp: New testcase.
614
615 2008-01-04 Joel Brobecker <brobecker@adacore.com>
616
617 * gdb.ada/packed_array.exp: Add testing of references to
618 a packed array.
619
620 2008-01-04 Joel Brobecker <brobecker@adacore.com>
621
622 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
623 New files.
624 * gdb.ada/type_coercion.exp: New testcase.
625
626 2008-01-04 Joel Brobecker <brobecker@adacore.com>
627
628 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
629 gdb.ada/tagged/foo.adb: New file.
630 * gdb.ada/tagged.exp: New testcase.
631
632 2008-01-04 Joel Brobecker <brobecker@adacore.com>
633
634 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
635 gdb.ada/ptype_field/foo.adb: New files.
636 * gdb.ada/ptype_field.exp: New testcase.
637
638 2008-01-03 Joel Brobecker <brobecker@adacore.com>
639
640 * gdb.ada/print_pc.exp: New testcase.
641
642 2008-01-03 Joel Brobecker <brobecker@adacore.com>
643
644 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
645 gdb.ada/taft_type/p.adb: New files.
646 * gdb.ada/taft_type.exp: New testcase.
647
648 2008-01-03 Joel Brobecker <brobecker@adacore.com>
649
650 * gdb.ada/array_bounds/bar.adb: New file.
651 * gdb.ada/array_bounds.exp: New testcase.
652
653 2008-01-03 Joel Brobecker <brobecker@adacore.com>
654
655 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
656 gdb.ada/arrayptr/foo.adb: New files.
657 * gdb.ada/arrayptr.exp: New testcase.
658
659 2008-01-03 Joel Brobecker <brobecker@adacore.com>
660
661 * gdb.base/set-lang-auto.exp: New testcase.
662
663 2008-01-03 Joel Brobecker <brobecker@adacore.com>
664
665 * gdb.ada/fun_addr/foo.adb: New file.
666 * gdb.ada/fun_addr.exp: New testcase.
667
668 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
671 New files
672
673 2008-01-02 Joel Brobecker <brobecker@adacore.com>
674
675 * array_subscript_addr/p.adb: New file.
676 * array_subscript_addr.exp: New testcase.
677
678 2008-01-02 Joel Brobecker <brobecker@adacore.com>
679
680 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
681 New files.
682 * gdb.ada/str_cmp_ref.exp: New testcase.
683
684 2008-01-01 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
687 gdb.ada/fun_in_declare/foo.adb: New files.
688 * gdb.ada/fun_in_declare.exp: New testcase.
689
690 2008-01-01 Joel Brobecker <brobecker@adacore.com>
691
692 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
693 gdb.ada/ref_param/pck.ads: New files.
694 * gdb.ada/ref_param.exp: New testcase.
695
696 2008-01-01 Joel Brobecker <brobecker@adacore.com>
697
698 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
699 gdb.ada/interface/foo.adb: New files.
700 * gdb.ada/interface.exp: New testcase.
701
702 2007-12-31 Jim Blandy <jimb@codesourcery.com>
703
704 * gdb.base/multi-forks.exp: Consume all output from child
705 processes before proceeding to next test.
706
707 2007-12-29 Jim Blandy <jimb@codesourcery.com>
708
709 * configure: Regenerated.
710
711 2007-12-27 Joel Brobecker <brobecker@adacore.com>
712
713 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
714 gdb.ada/fixed_cmp/fixed.adb: New files.
715 * gdb.ada/fixed_cmp.exp: New testcase.
716
717 2007-12-27 Joel Brobecker <brobecker@adacore.com>
718
719 * gdb.ada/boolean_expr.exp: New testcase.
720
721 2007-12-26 Jim Blandy <jimb@codesourcery.com>
722
723 * gdb.base/multi-forks.exp: Doc fix.
724
725 2007-12-26 Joel Brobecker <brobecker@adacore.com>
726
727 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
728 * gdb.ada/char_param.exp: Do not compile our test program with
729 -gnata, this is unnecessary.
730 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
731
732 2007-12-24 Joel Brobecker <brobecker@adacore.com>
733
734 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
735 gdb.ada/print_chars/foo.adb: New files.
736 * gdb.ada/print_chars.exp: New testcase.
737
738 2007-12-24 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
741 gdb.ada/char_param/foo.adb: New files.
742 * gdb.ada/char_param.exp: New testcase.
743
744 2007-12-22 Jim Blandy <jimb@codesourcery.com>
745
746 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
747 hard-coding source line numbers into the test.
748 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
749 gdb_get_line_number to find.
750
751 2007-12-22 Joel Brobecker <brobecker@adacore.com>
752
753 * gdb.base/ptype.c (highest): New struct type.
754 (the_highest): New variable of that type.
755 (main): Add dummy assignment to a field of variable the_highest.
756 * gdb.base/ptype.exp: Test type printing of our new variable.
757
758 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
759
760 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
761 and record first explicitly generated thread number.
762 Use that thread number for thread specific watchpoint test.
763 Add iteration number to repetitive tests.
764
765 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
766 Jim Blandy <jimb@codesourcery.com>
767
768 * gdb.base/expand-psymtabs.c: New testcase
769 source file.
770 * gdb.base/expand-psymtabs.exp: New testcase
771 expect file.
772
773 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
774
775 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
776 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
777
778 2007-12-17 Joel Brobecker <brobecker@adacore.com>
779
780 * gdb.ada/frame_args/foo.adb: New file.
781 * gdb.ada/frame_args/pck.ads: New file.
782 * gdb.ada/frame_args/pck.adb: New file.
783 * gdb.ada/frame_args.exp: New testcase.
784
785 2007-12-17 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.base/frame-args.c: New file.
788 * gdb.base/frame-args.exp: New testcase.
789
790 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
791 Joseph Myers <joseph@codesourcery.com>
792
793 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
794
795 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
796
797 * gdb.mi/mi-pending.exp: New.
798 * gdb.mi/mi-pending.c: New.
799 * gdb.mi/mi-pendshr.c: New.
800
801 2007-12-06 Jim Blandy <jimb@codesourcery.com>
802
803 * gdb.base/default.exp: Update expected output for 'info catch'.
804
805 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
806
807 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
808 must be set to binary.
809
810 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
811
812 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
813
814 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
815
816 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
817 gdb.mi/mi-file-transfer.exp: New.
818
819 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
820
821 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
822
823 2007-11-22 Maciej W. Rozycki <macro@mips.com>
824
825 * gdb.trace/backtrace.exp: Fix a typo.
826 * gdb.trace/circ.exp: Likewise.
827 * gdb.trace/collection.exp: Likewise.
828 * gdb.trace/limits.exp: Likewise.
829 * gdb.trace/report.exp: Likewise.
830 * gdb.trace/tfind.exp: Likewise.
831 * gdb.trace/while-dyn.exp: Likewise.
832
833 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
834
835 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
836 objects of pointers that can't be dereferenced are now
837 "noneditable".
838
839 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
840
841 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
842 (target_cpu): Remove.
843
844 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
845
846 * gdb.base/ending-run.exp: Expect the list of cleared
847 breakpoint to come in natural order, not the reversed one.
848
849 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
850
851 * gdb.mi/mi-var-child.c (do_child_deletion): New.
852 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
853
854 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
855
856 * gdb.base/printcmds.exp: New function
857 test_printf_with_dfp.
858
859 2007-11-02 Doug Evans <dje@google.com>
860
861 * gdb.disasm/t01_mov.s: Remove carriage returns.
862 * gdb.disasm/t02_mova.s: Ditto.
863 * gdb.disasm/t03_add.s: Ditto.
864 * gdb.disasm/t04_sub.s: Ditto.
865 * gdb.disasm/t05_cmp.s: Ditto.
866 * gdb.disasm/t06_ari2.s: Ditto.
867 * gdb.disasm/t07_ari3.s: Ditto.
868 * gdb.disasm/t08_or.s: Ditto.
869 * gdb.disasm/t09_xor.s: Ditto.
870 * gdb.disasm/t10_and.s: Ditto.
871 * gdb.disasm/t11_logs.s: Ditto.
872 * gdb.disasm/t12_bit.s: Ditto.
873 * gdb.disasm/t13_otr.s: Ditto.
874
875 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
878
879 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
880
881 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
882 provide DFP support.
883
884 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
885
886 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
887 Test "set powerpc vector-abi". Skip auto-detection tests for old
888 toolchains.
889
890 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
891
892 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
893 with [string compare].
894
895 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
896
897 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
898 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
899
900 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
901
902 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
903 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
904 * gdb.opt/Makefile.in: New makefile.
905 * Makefile.in: Create new directory "gdb.opt".
906 * configure.ac: Add "gdb.opt" directory.
907 * configure: Regenerated.
908
909 2007-10-25 Doug Evans <dje@google.com>
910
911 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
912 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
913
914 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
915 Thiago Jung Bauermann <bauerman@br.ibm.com>
916
917 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
918 Floating Point expressions.
919 * gdb.base/dfp-test.exp: new file adding tests for Decimal
920 Floating Point variables.
921 * gdb.base/dfp-test.c: new file containing program with Decimal
922 Floating variables, used by gdb.base/dfp-test.exp.
923
924 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
925
926 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
927
928 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
929
930 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
931 compiling test case with GCC.
932 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
933
934 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
935
936 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
937 format changes.
938
939 2007-10-18 Michael Snyder <msnyder@specifix.com>
940
941 * gdb.base/dbx.exp: Add missing "-re " operator.
942
943 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
944
945 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
946 * configure.ac: Removed trailing spaces after backslash.
947 * gdb.modula2: New directory.
948 * gdb.modula2/Makefile.in: New file.
949 * gdb.modula2/unbounded-array.exp: New file.
950 * gdb.modula2/unbounded1.c: New file.
951
952 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
953
954 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
955
956 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
957
958 * gdb.base/sigstep.c (main): Add checks for
959 return values for setitimer call.
960 Call setitimer again with itimer = ITIMER_REAL
961 if first call to setitimer fails.
962
963 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
964
965 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
966 of $timeout.
967
968 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
969
970 * gdb.server/server-run.exp: Test for dynamic linker symbols.
971
972 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
973
974 * lib/gdb.exp (gdb_run_cmd): Move comment outside
975 of gdb_expect call, to avoid interruption.
976
977 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
978
979 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
980 (v_unsigned_long_long, v_long_long_array)
981 (v_signed_long_long_array, v_unsigned_long_long_array)
982 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
983 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
984 [!NO_LONG_LONG]: New.
985 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
986 v_long_long_member.
987
988 (v_long_long_func, v_signed_long_long_func)
989 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
990 (main) [!NO_LONG_LONG]: Initialize long long variants.
991
992 * gdb.base/whatis.exp: If board file requests no_long_long, build
993 test with NO_LONG_LONG defined. Test long long, signed long long,
994 and unsigned long long variants but only if board file doesn't
995 disable it.
996
997 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
998 Daniel Jacobowitz <dan@codesourcery.com>
999
1000 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
1001 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
1002 * configure: Regenerated.
1003 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
1004 gdb.pascal/types.exp, lib/pascal.exp: New files.
1005
1006 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
1007
1008 * gdb.cp/classes.exp (do_tests): Always step to the line after the
1009 call.
1010 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
1011 to return to the call.
1012 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
1013 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
1014 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
1015 * gdb.mi/mi-until.exp (test_until): Likewise.
1016 * gdb.mi/mi2-until.exp (test_until): Likewise.
1017
1018 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
1019
1020 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
1021 two-char array.
1022 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
1023
1024 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1025
1026 * gdb.threads/watchthreads.c (thread_function): Sleep between
1027 iterations.
1028 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
1029 at once for S/390. Generate matching fails and passes.
1030
1031 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
1032
1033 * gdb.mi/var-cmd.c (do_children_tests): Initialize
1034 the 'struct_declarations' variable to zeros.
1035
1036 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
1037
1038 * gdb.cp/mb-ctor.cc: New.
1039 * gdb.cp/mb-ctor.exp: New.
1040 * gdb.cp/mb-templates.cc: New.
1041 * gdb.cp/mb-templates.exp: New.
1042
1043 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
1044
1045 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
1046
1047 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
1048
1049 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
1050 targets.
1051 * configure: Regenerate.
1052
1053 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
1054
1055 * gdb.base/annota1.exp: Adjust for 'info break'
1056 format changes.
1057 * gdb.base/annota3.exp: Likewise.
1058 * gdb.base/break.exp: Likewise.
1059 * gdb.base/condbreak.exp: Likewise.
1060 * gdb.base/pending.exp: Likewise.
1061 * gdb.base/sepdebug.exp: Likewise.
1062 * gdb.base/unload.exp: Likewise.
1063 * gdb.base/ovldbreak.exp: Likewise.
1064
1065 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
1066
1067 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
1068 messages.
1069 * gdb.base/chng-syms.exp: Likewise.
1070 * gdb.base/unload.exp: Likewise.
1071
1072 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
1073
1074 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
1075
1076 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1077
1078 * schedlock.c (NUM): Change to 1.
1079 (main): Use args[0] for the main thread.
1080 * schedlock.exp: Only expect two threads. Only issue one pass or fail
1081 regardless of the number of threads.
1082
1083 2007-09-14 Maciej W. Rozycki <macro@mips.com>
1084
1085 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
1086 type down.
1087 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
1088 test.
1089 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
1090 watchpoint type down.
1091 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
1092 test.
1093
1094 2007-09-14 Maciej W. Rozycki <macro@mips.com>
1095
1096 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
1097 Move all the tests here and run them twice, once using software
1098 watchpoints and once using hardware watchpoints.
1099 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
1100
1101 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
1102
1103 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
1104 test.
1105
1106 2007-09-10 Mark Kettenis <kettenis@gnu.org>
1107
1108 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
1109 build-id.
1110
1111 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
1112 know about $ORIGIN. Calculate output dir from $dest instead of
1113 using ${objdir}/{$subdir}.
1114
1115 2007-09-09 Mark Kettenis <kettenis@gnu.org>
1116
1117 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
1118 gcore, before continuing with the test.
1119
1120 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
1121
1122 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
1123 * gdb.mi/mi-watch.exp: Likewise.
1124
1125 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1126 Jim Blandy <jimb@codesourcery.com>
1127
1128 * gdb.arch/i386-sse.exp: Do not expect character constants.
1129 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
1130 * gdb.base/display.exp: Allow print/s.
1131 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
1132 and unsigned char array changes.
1133
1134 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1135
1136 * gdb.base/display.exp: Add tests for printf %p.
1137
1138 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
1139
1140 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
1141 the dll name to unicode.
1142
1143 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 * gdb.base/default.exp (show version): Update the version text.
1146 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
1147
1148 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1149
1150 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
1151 New files.
1152
1153 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 * lib/gdb.exp (build_id_debug_filename_get): New function.
1156 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
1157 Remove the generate DEBUG file for the future testcase runs.
1158 New testcase for the NT_GNU_BUILD_ID retrieval.
1159 Move the final testing step to ...
1160 (test_different_dir): ... a new function.
1161 New parameter XFAIL to XFAIL all the tests performed.
1162 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
1163 New parameter TYPE to PF_PREFIX all the tests performed.
1164
1165 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1166
1167 * gdb.mi/mi-var-cp.cc (path_expression): New
1168 function.
1169 * gdb.mi/mi-var-cp.exp: Run path exression tests.
1170
1171 2007-08-27 Markus Deuling <deuling@de.ibm.com>
1172
1173 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
1174 to fit into SPU Local Store memory.
1175
1176 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.base/default.exp: Adjust the expected output of "info
1179 warranty" after the switch to GPLv3.
1180
1181 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1182
1183 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
1184 to 30000 (from 20000).
1185
1186 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1187
1188 Switch the license of all .exp files to GPLv3.
1189 Switch the license of all .f and .f90 files to GPLv3.
1190 Switch the license of all .s and .S files to GPLv3.
1191
1192 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1193
1194 * configure.ac: Switch license to GPLv3.
1195
1196 2007-08-23 Joel Brobecker <brobecker@adacore.com>
1197
1198 Switch the licensing to GPLv3 for all .ads and .adb files.
1199
1200 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
1201
1202 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
1203 and t_int_double.
1204 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
1205
1206 2007-08-17 Joel Brobecker <brobecker@adacore.com>
1207
1208 * gdb.base/step-line.c: Switch license to GPL version 3, and
1209 update copyright year.
1210 * gdb.base/step-line.inp: Likewise.
1211
1212 2007-08-17 Joel Brobecker <brobecker@adacore.com>
1213
1214 * gdb.base/gdb1555.exp: Make expected output immune to formatting
1215 changes inside gdb1555.c.
1216 * gdb.base/pending.exp: Likewise.
1217
1218 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
1219
1220 * config/default.exp: New file.
1221
1222 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
1223
1224 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
1225 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
1226
1227 2007-07-30 Maciej W. Rozycki <macro@mips.com>
1228
1229 * gdb.base/dump.exp: Force the correct endianness for binary
1230 formats not carrying this information.
1231
1232 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1233
1234 * gdb.threads/staticthreads.exp: Match .*sem_post.
1235
1236 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1237
1238 * gdb.base/readline.exp (operate_and_get_next): Match the final
1239 prompt.
1240
1241 2007-07-23 Kevin Buettner <kevinb@redhat.com>
1242
1243 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
1244 to restarting SID.
1245
1246 2007-07-18 Kevin Buettner <kevinb@redhat.com>
1247
1248 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
1249 prior to `gdb_start'.
1250
1251 2007-07-18 Kevin Buettner <kevinb@redhat.com>
1252
1253 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
1254 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
1255 Remove call to gdb_unload.
1256
1257 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
1258 Daniel Jacobowitz <dan@codesourcery.com>
1259
1260 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
1261 for __WIN32__.
1262 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
1263 * gdb.base/unload.exp: Use shared library test routines.
1264
1265 2007-07-03 Markus Deuling <deuling@de.ibm.com>
1266
1267 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
1268 * gdb.base/solib-symbol-lib.c: Likewise.
1269 * gdb.base/solib-symbol-main.c: Likewise.
1270
1271 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
1272
1273 * config/gdbserver.exp (gdb_reconnect): New.
1274 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
1275 gdb.base/solib-disc.exp: New files.
1276 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
1277 remote debugging".
1278 (gdb_compile): Add shlib_load flag.
1279 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
1280 port.
1281 (gdbserver_reconnect): New.
1282
1283 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
1284 Daniel Jacobowitz <dan@codesourcery.com>
1285
1286 * gdb.base/annota3.exp: Test for if construct.
1287
1288 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
1289
1290 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
1291
1292 2007-06-21 Chris Dearman <chris@mips.com>
1293 Maciej W. Rozycki <macro@mips.com>
1294
1295 * gdb.base/display.exp: Allow a newline after display/i.
1296 * gdb.base/pc-fp.exp: Likewise.
1297 * gdb.base/sigbpt.exp: Likewise.
1298
1299 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1300
1301 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
1302 required features to be included.
1303
1304 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
1305
1306 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
1307 in info threads output.
1308
1309 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1310 Markus Deuling <deuling@de.ibm.com>
1311
1312 * gdb.arch/spu-info.exp: New testcase.
1313 * gdb.arch/spu-info.c: New file.
1314
1315 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
1318 tpcs_offset. Restore lr after the call.
1319 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
1320
1321 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
1322
1323 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
1324 (gdbserver_run): Kill any running gdbserver.
1325 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
1326
1327 2007-05-17 Maciej W. Rozycki <macro@mips.com>
1328
1329 * gdb.base/sigbpt.exp: Preset segv_addr.
1330
1331 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1332
1333 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
1334 (gdb_compile_shlib): Likewise.
1335 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
1336 (default_gdb_init): Clear cleanfiles.
1337 (gdb_finish): Delete recorded cleanfiles.
1338 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
1339
1340 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
1341 Do not use isnative.
1342 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
1343 gdb.base/so-impl-ld.exp: Likewise.
1344 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
1345 * gdb.base/unload.exp: Likewise. Do not pass empty option to
1346 gdb_compile.
1347
1348 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
1349
1350 * config/unknown.exp: Remove.
1351
1352 2007-05-15 Markus Deuling <deuling@de.ibm.com>
1353
1354 * gdb.base/info-proc.exp: Check is_remote.
1355
1356 2007-05-14 Markus Deuling <deuling@de.ibm.com>
1357
1358 * gdb.base/gcore.exp: Initialize variable core_supported.
1359
1360 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1361
1362 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
1363
1364 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1365
1366 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
1367 * gdb.threads/print-threads.exp (test_all_threads): Allow
1368 negative and hexadecimal thread IDs.
1369
1370 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1371
1372 * gdb.java/jprint.java (public): Avoid invalid call to static
1373 method.
1374
1375 2007-05-14 Denis Pilat <denis.pilat@st.com>
1376
1377 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
1378 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
1379 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
1380 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
1381 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
1382
1383 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1384
1385 * gdb.base/overlays.exp: Add support for targets with only code
1386 overlay support, not data overlay. Support spu-*-* target in
1387 this mode.
1388 * gdb.base/ovlymgr.c: Provide stubs for spu target.
1389 * gdb.base/spu.ld: New file.
1390
1391 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
1392
1393 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
1394
1395 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
1396
1397 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
1398
1399 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1400
1401 * gdb.java/jmain.exp: Handle demangled names with and without method
1402 signatures.
1403
1404 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1405
1406 * gdb.mi/mi-syn-frame.c (main, foo, bar)
1407 (have_a_very_merry_interrupt): Remove calls to puts.
1408 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
1409 inferior output.
1410 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
1411 test names.
1412
1413 2007-04-29 Markus Deuling <deuling@de.ibm.com>
1414 Daniel Jacobowitz <dan@codesourcery.com>
1415
1416 * gdb.base/auxv.exp (core_works): Also check is_remote.
1417 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
1418
1419 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
1420
1421 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
1422 message, not the undefined 'module' variable.
1423 * gdb.base/siginfo.exp: Likewise.
1424 * gdb.base/sigstep.exp: Likewise.
1425 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
1426 serialport.
1427 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
1428
1429 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
1430
1431 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
1432 target sim fails. Return 0 otherwise.
1433 (gdb_load): Return prematurely if gdb_target_sim fails.
1434
1435 2007-04-16 Denis Pilat <denis.pilat@st.com>
1436
1437 * gdb.base/setshow.exp: Reset height after having set it to 100.
1438
1439 2007-04-16 Denis Pilat <denis.pilat@st.com>
1440
1441 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
1442
1443 2007-04-16 Denis Pilat <denis.pilat@st.com>
1444
1445 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
1446
1447 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1448
1449 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
1450 tests. Run the frozen varobjs test.
1451 * gdb.mi/var-cmd.c (do_frozen_tests): New.
1452 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
1453
1454 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1455
1456 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
1457 gdb.base/type-opaque.exp: New files.
1458
1459 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
1460
1461 * gdb.mi/mi-var-child.c
1462 (do_children_tests): User char[2] instead of
1463 char so that automatic printing of pointers to char
1464 don't give unpredicable result.
1465 * gdb.mi/var-cmd.c (do_locals_test): Initialize
1466 local variables.
1467 * gdb.mi/mi-var-child.exp: Step to right line
1468 of do_children_tests.
1469 * gdb.mi/mi2-var-child.exp: Likewise.
1470 * gdb.mi/mi-var-cmd.exp: Step to right line of
1471 do_locals_tests.
1472 (do_children_tests): User char[2] instead of
1473 char so that automatic printing of pointers to char
1474 don't give unpredicable result.
1475 * gdb.mi/mi2-var-cmd.exp: Likewise.
1476 * lib/mi-support.exp (mi_continue_to_line):
1477 Pass test name to mi_wait_for_stop.
1478
1479 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1480
1481 * gdb.asm/asm-source.exp: Remove d10v case.
1482 * lib/gdb.exp (skip_cplus_tests): Likewise.
1483 * gdb.asm/d10v.inc: Deleted.
1484
1485 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1486
1487 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
1488
1489 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1490
1491 * config/netware.exp: Delete file.
1492
1493 2007-03-29 Joel Brobecker <brobecker@adacore.com>
1494
1495 * gdb.dwarf2/dw2-noloc.S: New file.
1496 * gdb.dwarf2/dw2-noloc.exp: New file.
1497
1498 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
1499
1500 * gdb.cp/method2.cc: New test.
1501 * gdb.cp/method2.exp: New test.
1502 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
1503
1504 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1505
1506 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
1507
1508 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1509
1510 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
1511
1512 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1513
1514 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
1515 (gdb_load): Delete, replace with...
1516 (gdb_reload): ...this.
1517 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
1518 * gdb.server/server-mon.exp: Likewise.
1519 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
1520 (gdb_start_cmd): New.
1521 (gdb_file_cmd): Save the last loaded file.
1522 (gdb_reload): New.
1523 (gdb_gnu_strip_debug): Use transform.
1524 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
1525 support here. Use new $last_loaded_file. Check mtime.
1526 (gdb_target_cmd): Handle ObjC failure case.
1527 (infer_host_exec): Delete.
1528 (gdbserver_load): Rename to...
1529 (gdbserver_run): ...this. Simplify.
1530 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
1531 (mi_gdb_load): Move most contents to a new function...
1532 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
1533 (mi_run_cmd): Use mi_gdb_target_load.
1534 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
1535 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
1536 Use gdb_run_cmd.
1537 * gdb.base/charsign.exp: Remove incorrect comment.
1538 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
1539 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
1540 gdb.base/start.exp: Use gdb_start_cmd.
1541
1542 2007-03-23 Nigel Stephens <nigel@mips.com>
1543 Maciej W. Rozycki <macro@mips.com>
1544
1545 * gdb.base/sigbpt.exp: Fix the message when skipping test.
1546 * gdb.base/signull.exp: Similarly.
1547
1548 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1549
1550 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
1551 messages available to test cases (like chng-sym.exp).
1552
1553 2007-03-14 Andreas Schwab <schwab@suse.de>
1554
1555 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
1556 format changes.
1557
1558 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
1559
1560 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
1561 (optimized_1): New.
1562 (main): Call optimized_1.
1563 (gdb2029): Correct typos. Call gdb2029_marker.
1564 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
1565 for gdb2029.
1566
1567 2007-03-12 Mark Kettenis <kettenis@gnu.org>
1568
1569 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
1570 as tabs. Remove redundant test pattern.
1571
1572 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1573
1574 * gdb.base/long_long.exp: Accept optional symbol name in <...>
1575 for /a format output.
1576
1577 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
1578
1579 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
1580 collect output incrementally.
1581
1582 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1583
1584 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
1585 for -var-create lpcharacter test.
1586 * gdb.mi/mi2-var-cmd.exp: Likewise.
1587
1588 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1589
1590 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
1591 pass on targets where address zero is readable.
1592
1593 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1594
1595 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
1596 just a single architecture.
1597
1598 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1599
1600 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
1601 (fetch_all_registers): New function, uses gdb_test_multiple and
1602 exp_continue to fetch inferior output line-by-line.
1603 Replace all uses of do_get_all_registers by fetch_all_registers.
1604
1605 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1606
1607 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
1608 in target_info.
1609
1610 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
1611
1612 * gdb.threads/manythreads.exp: Use $message string for
1613 consistancy; add a default (timeout) case.
1614
1615 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
1616
1617 * gdb.base/watchpoint.exp: Fix truncated comment.
1618
1619 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
1620
1621 * Makefile.in: Remove spurious single-quotes from sed command.
1622
1623 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1624
1625 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
1626 func.
1627 * gdb.mi/mi2-var-cmd.exp: Likewise.
1628
1629 2007-02-27 Joel Brobecker <brobecker@adacore.com>
1630
1631 * gdb.dwarf2/dw2-producer.S: New file.
1632 * gdb.dwarf2/dw2-producer.exp: New testcase.
1633
1634 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
1635
1636 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
1637 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
1638 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
1639 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
1640 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1641 Revert tests to use mi_gdb_test and include value field in output
1642 of -var-create.
1643
1644 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1645
1646 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
1647
1648 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1649
1650 * gdb.base/maint.exp: Remove full paths from test names.
1651 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
1652 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
1653
1654 2007-02-27 Joel Brobecker <brobecker@adacore.com>
1655
1656 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
1657
1658 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1659
1660 * gdb.server/server-mon.exp: New test.
1661
1662 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1663
1664 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
1665
1666 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1667
1668 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
1669 register capitalization.
1670
1671 2007-02-13 Denis Pilat <denis.pilat@st.com>
1672
1673 * gdb.mi/mi-var-invalidate.exp: New file.
1674
1675 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1676
1677 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
1678
1679 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1680
1681 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
1682
1683 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1684
1685 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
1686 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
1687
1688 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
1689
1690 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
1691 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
1692 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
1693 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
1694 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1695 * gdb.mi/gdb792.exp, lib/mi-support.exp:
1696 Update tests to include value field in output of -var-create.
1697
1698 2007-02-08 Andreas Schwab <schwab@suse.de>
1699
1700 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
1701
1702 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1703
1704 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
1705 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
1706
1707 2007-02-02 Denis Pilat <denis.pilat@st.com>
1708
1709 * gdb.threads/threadapply.exp: check that frame is not changed by
1710 the thread apply all command.
1711
1712 2007-01-31 Andreas Schwab <schwab@suse.de>
1713
1714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
1715
1716 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
1717 in the dwarf sections.
1718 * gdb.dwarf2/mac-fileno.S: Likewise.
1719
1720 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
1721 bspstore register on ia64.
1722
1723 2007-01-29 Andreas Schwab <schwab@suse.de>
1724
1725 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
1726 "frame-begin" annotation.
1727
1728 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
1729 number of "frames-invalid" annotations.
1730
1731 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1732
1733 * gdb.base/commands.exp: Call if_commands_test.
1734 (gdb_test_no_prompt, if_commands_test): New.
1735
1736 2007-01-28 Mark Kettenis <kettenis@gnu.org>
1737
1738 * gdb.threads/sigthread.c (NSIGS): Make bigger.
1739
1740 2007-01-27 Andreas Schwab <schwab@suse.de>
1741
1742 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
1743 .short/.int/.quad in the dwarf sections.
1744 * gdb.dwarf2/dw2-intercu.S: Likewise.
1745 * gdb.dwarf2/dw2-intermix.S: Likewise.
1746
1747 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1748
1749 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
1750 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
1751 array.
1752 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
1753 * gdb.base/setvar.exp: Likewise.
1754
1755 2007-01-26 Andreas Schwab <schwab@suse.de>
1756
1757 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
1758 test.
1759
1760 * gdb.base/multi-forks.exp ("restart $i"): Also match
1761 __kernel_syscall_via_break.
1762
1763 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1764
1765 * lib/mi-support.exp (mi_delete_varobj): New.
1766 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
1767 testcase.
1768 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
1769 (main): Call the above.
1770 (reference_update_test, base_in_reference_test)
1771 (reference_to_pointer): Delete the created varobjs.
1772
1773 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1774
1775 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
1776 * configure: Regenerated.
1777 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
1778 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
1779 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
1780 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
1781 * lib/gdb.exp (gdb_skip_xml_test): New function.
1782
1783 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
1784
1785 * gdb.base/sigrepeat.exp: Correct error message.
1786
1787 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1788 Daniel Jacobowitz <dan@codesourcery.com>
1789
1790 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
1791 gdb.arch/i386-gnu-cfi-asm.S: New files.
1792
1793 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 * lib/gdb.exp: Abort on missing `site.exp'.
1796
1797 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1798 Daniel Jacobowitz <dan@codesourcery.com>
1799
1800 * gdb.base/included.c, gdb.base/included.exp,
1801 gdb.base/included.h: New files.
1802
1803 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1804
1805 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
1806 (maximize_rlimit): Reduce limits on 64-bit systems.
1807
1808 2007-01-19 Mark Kettenis <kettenis@gnu.org>
1809
1810 From Marcus Deuling <deuling@de.ibm.com>:
1811 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
1812 every case.
1813
1814 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
1817 (test_path_specification): Use objdir instead of srcdir to always
1818 get an absolute filename.
1819
1820 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
1821
1822 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
1823
1824 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
1825
1826 * gdb.mi/mi-var-cp.cc (reference_update_tests):
1827 Make sure the variable we're using is in scope.
1828 (reference_to_pointer): Likewise.
1829
1830 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1831
1832 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
1833 has no debug information.
1834
1835 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1836
1837 * gdb.base/annota1.exp: Remove extra send_gdb.
1838
1839 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1840
1841 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
1842
1843 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1844
1845 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
1846
1847 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
1848 Daniel Jacobowitz <dan@codesourcery.com>
1849
1850 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
1851 lcharacter or linteger change. Correct duplicated test name.
1852 * gdb.mi/mi2-var-cmd.exp: Likewise.
1853
1854 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1855
1856 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
1857
1858 2007-01-05 Joel Brobecker <brobecker@adacore.com>
1859
1860 * gdb.base/nofield.c: New file.
1861 * gdb.base/nofield.exp: New testcase.
1862
1863 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
1864
1865 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
1866
1867 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
1868 test.
1869
1870 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1871
1872 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
1873
1874 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1875
1876 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
1877 when continuing.
1878
1879 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
1880
1881 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
1882 Expect ".exe" extension.
1883
1884 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
1885
1886 * gdb.base/charset.exp: Add explicit filename to break.
1887 * gdb.base/dbx.exp: Add explicit filename to breaks.
1888
1889 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
1890
1891 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
1892 * gdb.mi/mi2-file.exp: Likewise.
1893
1894 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1895
1896 Implement specification of MI tests as comments
1897 in C and C++ sources.
1898 * lib/mi-support.exp (mi_autotest_data): New variable.
1899 (mi_autotest_source): New variable.
1900 (count_newlines, mi_prepare_inline_tests)
1901 (mi_get_inline_test, mi_continue_to_line)
1902 (mi_run_inline_test, mi_tbreak)
1903 (mi_send_resuming_command, mi_wait_for_stop): New functions.
1904 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
1905 Run inline tests.
1906 * gdb.mi/mi-var-cp.cc: Define tests here.
1907
1908 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1909
1910 Simplify usage of mi_continue_to.
1911 * lib/mi-support.exp (mi_runto_helper): Renamed
1912 from mi_runto, added new parameter 'run_or_continue'.
1913 (mi_runto): Use mi_runto_helper.
1914 (mi_continue_to): Accept just function name as parameter.
1915 Use mi_runto_helper.
1916 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
1917 * gdb.mi/mi2-var-cmd.exp: Likewise.
1918
1919 2006-01-04 Joel Brobecker <brobecker@adacore.com>
1920
1921 Make this testcase a bit more realistic. The current code
1922 is too simplistic, and allows the compiler to optimize out
1923 some of the entities we need for this testcase.
1924 * gdb.ada/null_record/bar.ads (Void_Star): New type.
1925 (Do_Nothing): Add extra parameter.
1926 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
1927 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
1928 by using a variable of type Void_Star.
1929
1930 2006-01-04 Joel Brobecker <brobecker@adacore.com>
1931
1932 * gdb.ada/catch_ex/foo.adb: New file.
1933 * gdb.ada/catch_ex.exp: New testcase.
1934
1935 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
1936
1937 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
1938 pass --image-base to linker.
1939
1940 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1941 Daniel Jacobowitz <dan@codesourcery.com>
1942
1943 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
1944 secondary prompts.
1945
1946 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1947
1948 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
1949 output. Test the types of members and member pointers.
1950 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
1951 gdb/2092.
1952 * gdb.cp/member-ptr.exp: Search for a comment instead of a
1953 statement. Enable for GCC. Update expected output for some tests
1954 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
1955 layout.
1956 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
1957 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
1958 (Diamond::vget_base): New.
1959 (main): Add new tests.
1960 * gdb.cp/printmethod.exp: Update expected output for member functions.
1961 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
1962 print pEe->D::vg().
1963
1964 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1965
1966 * gdb.threads/tls.exp: Allow stops in sem_post.
1967
1968 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
1969
1970 * gdb.base/annota1.exp: Allow .*printf in backtraces.
1971 * gdb.base/annota3.exp: Likewise.
1972 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
1973 again (instead of timing out).
1974 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
1975 GCC bug 26475.
1976 * gdb.java/jmisc.exp: Adjust to work with method signatures including
1977 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
1978 test from jmisc1.exp.
1979 * gdb.java/jmisc1.exp: Delete.
1980 * gdb.java/jprint.exp: Adjust to work with method signatures including
1981 return types.
1982 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
1983 * gdb.threads/linux-dp.exp: Don't be confused by program output.
1984 * lib/java.exp (compile_java_from_source): Pass the correct type
1985 to target_compile.
1986
1987 2006-12-31 Joel Brobecker <brobecker@adacore.com>
1988
1989 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
1990 (stack_align_edx): New function.
1991 (stack_align_eax): New function.
1992 (main): Add calls to stack_align_edx and stack_align_eax.
1993 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
1994 Add testing for the cases where the register used during a stack
1995 realignment is edx. Same for eax.
1996
1997 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
1998
1999 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
2000 and generic PE targets.
2001
2002 2006-12-29 Joel Brobecker <brobecker@adacore.com>
2003
2004 * gdb.ada/array_return.exp: Update copyright date list.
2005
2006 2006-12-27 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
2009 (Create_Small_Float_Vector): New function.
2010 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
2011 function body.
2012 * gdb.ada/array_return/p.adb: Use new type and function from
2013 package Pck.
2014 * gdb.ada/array_return.exp: Add a test verifying that GDB is
2015 able to print the value returned by a function returning an
2016 array of float.
2017
2018 2006-12-20 Joel Brobecker <brobecker@adacore.com>
2019
2020 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
2021 The associated tests should be PASSing.
2022
2023 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2024
2025 Test for base in references.
2026 * gdb.mi/mi-var-cp.cc: Add test code.
2027 * gdb.mi/mi-var-cp.exp: Test for bases in references.
2028 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
2029 * gdb.mi/mi2-watch.exp: Likewise.
2030 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
2031 (mi_list_varobj_children): New function.
2032
2033 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2034
2035 * lib/mi-support.exp
2036 (mi_runto): Accept "()" after function name.
2037 (mi_create_varobj): New function.
2038 (mi_varobj_update): New function.
2039 (mi_Check_varobj_value): New function.
2040 * gdb.mi/mi-var-cp.exp: New file.
2041 * gdb.mi/mi-var-cp.cc: New file.
2042
2043 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
2044
2045 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
2046 gdb.base/weaklib2.c: New files.
2047
2048 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
2049
2050 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
2051 info. Adjust test names.
2052
2053 * gdb.base/break.c (main): Move position of malloc.
2054 * gdb.base/break.exp: Revert mistaken checkin.
2055
2056 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
2057
2058 * gdb.mi/mi-var-cmd.exp: Check -var-update after
2059 assignement of arrays and function pointers.
2060 * gdb.mi/var-cmd.c: Add declaration necessary for above
2061 tests.
2062
2063 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
2064
2065 * gdb.base/break.c (main): Call malloc.
2066
2067 * gdb.threads/linux-dp.exp: Read thread table before and after
2068 creating each philosopher and verify it.
2069
2070 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
2071 Paul Brook <paul@codesourcery.com>
2072 Daniel Jacobowitz <dan@codesourcery.com>
2073
2074 * gdb.base/ending-run.exp: Flatten expect script stepping out of
2075 main to remove duplication. Add start function of the form
2076 '_*start[1-9]*'. Add RVDS start function.
2077
2078 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
2079
2080 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
2081
2082 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2083
2084 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
2085 * gdb.asm/spu.inc: New file.
2086 * gdb.base/term.exp: Disable if [target_info exists noargs].
2087 * gdb.gdb/complaints.exp: Disable if ![isnative].
2088 * gdb.gdb/selftest.exp: Likewise.
2089 * gdb.gdb/observer.exp: Likewise.
2090 * gdb.gdb/xfullpath.exp: Likewise.
2091 * gdb.base/attach.exp: Disable on SPU target.
2092 * gdb.cp/bs145503.exp: Likewise.
2093 * gdb.cp/exception.exp: Likewise.
2094 * gdb.cp/userdef.exp: Likewise.
2095
2096 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
2097
2098 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
2099
2100 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
2101
2102 * gdb.base/completion.exp: Fix completion tests for
2103 'info' and 'info '.
2104 * gdb.base/help.exp (help_test_raw, test_class_help)
2105 (test_prefix_command_help): Move...
2106 * lib/gdb.exp: Here.
2107 * gdb.base/main.exp: Adjust.
2108 * gdb.cp/maint.exp: Adjust.
2109 * gdb.trace/tracecmd.exp: Use test_help_class.
2110
2111 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
2112
2113 * gdb.stabs/weird.exp (print_weird_var): Use
2114 gdb_test_multiple instead of gdb_expect.
2115
2116 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
2117
2118 * gdb.base/help.exp (help_test_raw): New.
2119 (test_class_help): New.
2120 (test_prefix_command_help): New.
2121 Adjust testcases.
2122
2123 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
2124
2125 * gdb.base/constvars.c (main): Write to crass and crips, so that
2126 they are allocated by the compiler.
2127
2128 2006-10-27 Andreas Schwab <schwab@suse.de>
2129
2130 * gdb.base/multi-forks.exp: Use "detach fork" instead of
2131 "detach-fork".
2132
2133 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
2134
2135 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
2136 of patterns.
2137
2138 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2139
2140 * gdb.base/sepdebug.exp: Remove debug format test.
2141 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
2142 Handle no-symtab.
2143 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
2144
2145 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2146
2147 * gdb.threads/manythreads.c (thread_function, main): Don't cast
2148 int to pointer or pointer to int.
2149 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
2150
2151 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
2152
2153 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
2154
2155 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
2158
2159 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
2160
2161 PR c++/2116
2162 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
2163
2164 2006-10-06 Joel Brobecker <brobecker@adacore.com>
2165
2166 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
2167 the corresponding bug has been fixed in GDB (PR/2018).
2168
2169 2006-10-06 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.base/subst.exp: New testcase.
2172
2173 2006-10-06 Joel Brobecker <brobecker@adacore.com>
2174
2175 * gdb.ada/array_return/pck.ads: Add copyright notice.
2176 * gdb.ada/array_return/pck.adb: Likewise.
2177 * gdb.ada/array_return/p.adb: Likewise.
2178 * gdb.ada/exec_changed/first.adb: Likewise.
2179 * gdb.ada/exec_changed/second.adb: Likewise.
2180
2181 2006-10-06 Joel Brobecker <brobecker@adacore.com>
2182
2183 * gdb.ada/watch_arg/watch.adb: New file.
2184 * gdb.ada/watch_arg.exp: New testcase.
2185
2186 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
2187
2188 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
2189 via string_to_regexp.
2190 * gdb.mi/mi2-basics.exp: Likewise.
2191
2192 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
2193
2194 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
2195 Remove unused / obsolete files.
2196
2197 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
2198
2199 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
2200
2201 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2202
2203 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
2204 HIGH_FRAME argument to -stack-list-arguments can be larger than
2205 the number of frames.
2206
2207 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
2208
2209 * gdb.base/args.c (main): Add breakpoint marker.
2210 * gdb.base/args.exp: Use args_test for tests. Add new tests which
2211 really test empty arguments.
2212 (args_load): Delete.
2213 (args_test): New.
2214
2215 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
2216
2217 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
2218 check for one file.
2219
2220 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
2221
2222 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
2223 HIGH_FRAME argument to -stack-list-locals can be larger than
2224 the number of frames.
2225
2226 2006-08-18 Fred Fish <fnf@specifix.com>
2227
2228 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
2229 '$' in front of skip_vmx_tests_saved when setting that.
2230
2231 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
2232
2233 * gdb.base/trace-commands.exp: New file.
2234
2235 2006-08-10 Joel Brobecker <brobecker@adacore.com>
2236 Daniel Jacobowitz <dan@codesourcery.com>
2237
2238 * gdb.base/step-bt.exp: Make hexadecimal address optional in
2239 expected output of the backtrace commands.
2240
2241 2006-08-09 Joel Brobecker <brobecker@adacore.com>
2242
2243 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
2244 untested followed by return combination.
2245 * gdb.arch/altivec-regs.exp: Likewise.
2246 * gdb.arch/e500-abi.exp: Likewise.
2247 * gdb.arch/e500-regs.exp: Likewise.
2248 * gdb.arch/gdb1291.exp: Likewise.
2249 * gdb.arch/gdb1431.exp: Likewise.
2250 * gdb.arch/gdb1558.exp: Likewise.
2251 * gdb.arch/i386-prologue.exp: Likewise.
2252 * gdb.arch/i386-unwind.exp: Likewise.
2253 * gdb.asm/asm-source.exp: Likewise.
2254 * gdb.base/a2-run.exp: Likewise.
2255 * gdb.base/advance.exp: Likewise.
2256 * gdb.base/all-bin.exp: Likewise.
2257 * gdb.base/annota1.exp: Likewise.
2258 * gdb.base/annota3.exp: Likewise.
2259 * gdb.base/args.exp: Likewise.
2260 * gdb.base/arithmet.exp: Likewise.
2261 * gdb.base/assign.exp: Likewise.
2262 * gdb.base/async.exp: Likewise.
2263 * gdb.base/attach.exp: Likewise.
2264 * gdb.base/bang.exp: Likewise.
2265 * gdb.base/bigcore.exp: Likewise.
2266 * gdb.base/bitfields.exp: Likewise.
2267 * gdb.base/bitfields2.exp: Likewise.
2268 * gdb.base/break.exp: Likewise.
2269 * gdb.base/call-sc.exp: Likewise.
2270 * gdb.base/call-strs.exp: Likewise.
2271 * gdb.base/callfuncs.exp: Likewise.
2272 * gdb.base/checkpoint.exp: Likewise.
2273 * gdb.base/chng-syms.exp: Likewise.
2274 * gdb.base/code-expr.exp: Likewise.
2275 * gdb.base/commands.exp: Likewise.
2276 * gdb.base/completion.exp: Likewise.
2277 * gdb.base/cond-expr.exp: Likewise.
2278 * gdb.base/condbreak.exp: Likewise.
2279 * gdb.base/consecutive.exp: Likewise.
2280 * gdb.base/constvars.exp: Likewise.
2281 * gdb.base/corefile.exp: Likewise.
2282 * gdb.base/cvexpr.exp: Likewise.
2283 * gdb.base/dbx.exp: Likewise.
2284 * gdb.base/define.exp: Likewise.
2285 * gdb.base/detach.exp: Likewise.
2286 * gdb.base/display.exp: Likewise.
2287 * gdb.base/dump.exp: Likewise.
2288 * gdb.base/ena-dis-br.exp: Likewise.
2289 * gdb.base/ending-run.exp: Likewise.
2290 * gdb.base/environ.exp: Likewise.
2291 * gdb.base/eval-skip.exp: Likewise.
2292 * gdb.base/exprs.exp: Likewise.
2293 * gdb.base/fileio.exp: Likewise.
2294 * gdb.base/finish.exp: Likewise.
2295 * gdb.base/float.exp: Likewise.
2296 * gdb.base/foll-exec.exp: Likewise.
2297 * gdb.base/foll-fork.exp: Likewise.
2298 * gdb.base/foll-vfork.exp: Likewise.
2299 * gdb.base/freebpcmd.exp: Likewise.
2300 * gdb.base/funcargs.exp: Likewise.
2301 * gdb.base/gcore.exp: Likewise.
2302 * gdb.base/gdb1090.exp: Likewise.
2303 * gdb.base/gdb1250.exp: Likewise.
2304 * gdb.base/huge.exp: Likewise.
2305 * gdb.base/info-proc.exp: Likewise.
2306 * gdb.base/interrupt.exp: Likewise.
2307 * gdb.base/jump.exp: Likewise.
2308 * gdb.base/langs.exp: Likewise.
2309 * gdb.base/lineinc.exp: Likewise.
2310 * gdb.base/list.exp: Likewise.
2311 * gdb.base/logical.exp: Likewise.
2312 * gdb.base/long_long.exp: Likewise.
2313 * gdb.base/macscp.exp: Likewise.
2314 * gdb.base/maint.exp: Likewise.
2315 * gdb.base/mips_pro.exp: Likewise.
2316 * gdb.base/miscexprs.exp: Likewise.
2317 * gdb.base/multi-forks.exp: Likewise.
2318 * gdb.base/opaque.exp: Likewise.
2319 * gdb.base/overlays.exp: Likewise.
2320 * gdb.base/pc-fp.exp: Likewise.
2321 * gdb.base/pointers.exp: Likewise.
2322 * gdb.base/printcmds.exp: Likewise.
2323 * gdb.base/psymtab.exp: Likewise.
2324 * gdb.base/ptype.exp: Likewise.
2325 * gdb.base/recurse.exp: Likewise.
2326 * gdb.base/relational.exp: Likewise.
2327 * gdb.base/relocate.exp: Likewise.
2328 * gdb.base/remote.exp: Likewise.
2329 * gdb.base/reread.exp: Likewise.
2330 * gdb.base/restore.exp: Likewise.
2331 * gdb.base/return.exp: Likewise.
2332 * gdb.base/return2.exp: Likewise.
2333 * gdb.base/scope.exp: Likewise.
2334 * gdb.base/sect-cmd.exp: Likewise.
2335 * gdb.base/sep.exp: Likewise.
2336 * gdb.base/sepdebug.exp: Likewise.
2337 * gdb.base/setshow.exp: Likewise.
2338 * gdb.base/setvar.exp: Likewise.
2339 * gdb.base/sigall.exp: Likewise.
2340 * gdb.base/sigbpt.exp: Likewise.
2341 * gdb.base/signals.exp: Likewise.
2342 * gdb.base/signull.exp: Likewise.
2343 * gdb.base/sizeof.exp: Likewise.
2344 * gdb.base/solib.exp: Likewise.
2345 * gdb.base/step-line.exp: Likewise.
2346 * gdb.base/step-test.exp: Likewise.
2347 * gdb.base/structs.exp: Likewise.
2348 * gdb.base/structs2.exp: Likewise.
2349 * gdb.base/term.exp: Likewise.
2350 * gdb.base/twice.exp: Likewise.
2351 * gdb.base/until.exp: Likewise.
2352 * gdb.base/varargs.exp: Likewise.
2353 * gdb.base/volatile.exp: Likewise.
2354 * gdb.base/watchpoint.exp: Likewise.
2355 * gdb.base/whatis-exp.exp: Likewise.
2356 * gdb.base/whatis.exp: Likewise.
2357 * gdb.cp/ambiguous.exp: Likewise.
2358 * gdb.cp/annota2.exp: Likewise.
2359 * gdb.cp/annota3.exp: Likewise.
2360 * gdb.cp/bool.exp: Likewise.
2361 * gdb.cp/breakpoint.exp: Likewise.
2362 * gdb.cp/casts.exp: Likewise.
2363 * gdb.cp/class2.exp: Likewise.
2364 * gdb.cp/classes.exp: Likewise.
2365 * gdb.cp/cplusfuncs.exp: Likewise.
2366 * gdb.cp/ctti.exp: Likewise.
2367 * gdb.cp/derivation.exp: Likewise.
2368 * gdb.cp/exception.exp: Likewise.
2369 * gdb.cp/gdb1355.exp: Likewise.
2370 * gdb.cp/hang.exp: Likewise.
2371 * gdb.cp/inherit.exp: Likewise.
2372 * gdb.cp/local.exp: Likewise.
2373 * gdb.cp/m-data.exp: Likewise.
2374 * gdb.cp/m-static.exp: Likewise.
2375 * gdb.cp/member-ptr.exp: Likewise.
2376 * gdb.cp/method.exp: Likewise.
2377 * gdb.cp/misc.exp: Likewise.
2378 * gdb.cp/namespace.exp: Likewise.
2379 * gdb.cp/overload.exp: Likewise.
2380 * gdb.cp/ovldbreak.exp: Likewise.
2381 * gdb.cp/pr-1023.exp: Likewise.
2382 * gdb.cp/pr-1210.exp: Likewise.
2383 * gdb.cp/pr-574.exp: Likewise.
2384 * gdb.cp/printmethod.exp: Likewise.
2385 * gdb.cp/psmang.exp: Likewise.
2386 * gdb.cp/ref-params.exp: Likewise.
2387 * gdb.cp/ref-types.exp: Likewise.
2388 * gdb.cp/rtti.exp: Likewise.
2389 * gdb.cp/templates.exp: Likewise.
2390 * gdb.cp/try_catch.exp: Likewise.
2391 * gdb.cp/userdef.exp: Likewise.
2392 * gdb.cp/virtfunc.exp: Likewise.
2393 * gdb.disasm/am33.exp: Likewise.
2394 * gdb.disasm/h8300s.exp: Likewise.
2395 * gdb.disasm/mn10300.exp: Likewise.
2396 * gdb.disasm/sh3.exp: Likewise.
2397 * gdb.disasm/t01_mov.exp: Likewise.
2398 * gdb.disasm/t02_mova.exp: Likewise.
2399 * gdb.disasm/t03_add.exp: Likewise.
2400 * gdb.disasm/t04_sub.exp: Likewise.
2401 * gdb.disasm/t05_cmp.exp: Likewise.
2402 * gdb.disasm/t06_ari2.exp: Likewise.
2403 * gdb.disasm/t07_ari3.exp: Likewise.
2404 * gdb.disasm/t08_or.exp: Likewise.
2405 * gdb.disasm/t09_xor.exp: Likewise.
2406 * gdb.disasm/t10_and.exp: Likewise.
2407 * gdb.disasm/t11_logs.exp: Likewise.
2408 * gdb.disasm/t12_bit.exp: Likewise.
2409 * gdb.disasm/t13_otr.exp: Likewise.
2410 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2411 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2412 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2413 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
2414 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
2415 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2416 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2417 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2418 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
2419 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2420 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2421 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2422 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2423 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2424 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2425 * gdb.mi/gdb701.exp: Likewise.
2426 * gdb.mi/gdb792.exp: Likewise.
2427 * gdb.mi/mi-basics.exp: Likewise.
2428 * gdb.mi/mi-break.exp: Likewise.
2429 * gdb.mi/mi-cli.exp: Likewise.
2430 * gdb.mi/mi-console.exp: Likewise.
2431 * gdb.mi/mi-disassemble.exp: Likewise.
2432 * gdb.mi/mi-eval.exp: Likewise.
2433 * gdb.mi/mi-file.exp: Likewise.
2434 * gdb.mi/mi-read-memory.exp: Likewise.
2435 * gdb.mi/mi-regs.exp: Likewise.
2436 * gdb.mi/mi-return.exp: Likewise.
2437 * gdb.mi/mi-simplerun.exp: Likewise.
2438 * gdb.mi/mi-stack.exp: Likewise.
2439 * gdb.mi/mi-stepi.exp: Likewise.
2440 * gdb.mi/mi-syn-frame.exp: Likewise.
2441 * gdb.mi/mi-until.exp: Likewise.
2442 * gdb.mi/mi-var-block.exp: Likewise.
2443 * gdb.mi/mi-var-child.exp: Likewise.
2444 * gdb.mi/mi-var-cmd.exp: Likewise.
2445 * gdb.mi/mi-var-display.exp: Likewise.
2446 * gdb.mi/mi-watch.exp: Likewise.
2447 * gdb.mi/mi2-basics.exp: Likewise.
2448 * gdb.mi/mi2-break.exp: Likewise.
2449 * gdb.mi/mi2-cli.exp: Likewise.
2450 * gdb.mi/mi2-console.exp: Likewise.
2451 * gdb.mi/mi2-disassemble.exp: Likewise.
2452 * gdb.mi/mi2-eval.exp: Likewise.
2453 * gdb.mi/mi2-file.exp: Likewise.
2454 * gdb.mi/mi2-read-memory.exp: Likewise.
2455 * gdb.mi/mi2-regs.exp: Likewise.
2456 * gdb.mi/mi2-return.exp: Likewise.
2457 * gdb.mi/mi2-simplerun.exp: Likewise.
2458 * gdb.mi/mi2-stack.exp: Likewise.
2459 * gdb.mi/mi2-stepi.exp: Likewise.
2460 * gdb.mi/mi2-syn-frame.exp: Likewise.
2461 * gdb.mi/mi2-until.exp: Likewise.
2462 * gdb.mi/mi2-var-block.exp: Likewise.
2463 * gdb.mi/mi2-var-child.exp: Likewise.
2464 * gdb.mi/mi2-var-cmd.exp: Likewise.
2465 * gdb.mi/mi2-var-display.exp: Likewise.
2466 * gdb.mi/mi2-watch.exp: Likewise.
2467 * gdb.stabs/exclfwd.exp: Likewise.
2468 * gdb.stabs/weird.exp: Likewise.
2469 * gdb.threads/gcore-thread.exp: Likewise.
2470 * gdb.trace/actions.exp: Likewise.
2471 * gdb.trace/backtrace.exp: Likewise.
2472 * gdb.trace/circ.exp: Likewise.
2473 * gdb.trace/collection.exp: Likewise.
2474 * gdb.trace/deltrace.exp: Likewise.
2475 * gdb.trace/infotrace.exp: Likewise.
2476 * gdb.trace/limits.exp: Likewise.
2477 * gdb.trace/packetlen.exp: Likewise.
2478 * gdb.trace/passc-dyn.exp: Likewise.
2479 * gdb.trace/passcount.exp: Likewise.
2480 * gdb.trace/report.exp: Likewise.
2481 * gdb.trace/save-trace.exp: Likewise.
2482 * gdb.trace/tfind.exp: Likewise.
2483 * gdb.trace/tracecmd.exp: Likewise.
2484 * gdb.trace/while-dyn.exp: Likewise.
2485 * gdb.trace/while-stepping.exp: Likewise.
2486
2487 2006-08-08 Joel Brobecker <brobecker@adacore.com>
2488
2489 * gdb.base/step-bt.c: New file.
2490 * gdb.base/step-bt.exp: New testcase.
2491
2492 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
2493
2494 * config/monitor.exp (gdb_load): Remove support for obsolete
2495 download-write-size.
2496 * gdb.base/remote.exp: Likewise. Update all callers of
2497 gdb_timed_load.
2498
2499 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
2500
2501 * cursal.exp: Pass binfile to gdb_load.
2502
2503 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
2504
2505 * gdb.base/cursal.exp: Add "" to gdb_load call.
2506
2507 2006-07-29 Mark Kettenis <kettenis@gnu.org>
2508
2509 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
2510 NetBSD/ELF targets.
2511
2512 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
2513
2514 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
2515 operator*.
2516
2517 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
2518
2519 * gdb.base/completion.exp: Update for change in "file" behavior.
2520 * gdb.stabs/weird.exp: Likewise.
2521 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
2522 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
2523
2524 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
2525
2526 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
2527 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
2528
2529 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
2530
2531 * gdb.base/default.exp: Update source command error message.
2532 * gdb.base/help.exp: Update 'help source' message.
2533
2534 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
2535
2536 * gdb.cp/bs15503.exp: Update comment for no longer crashing
2537 test.
2538
2539 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
2540
2541 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
2542
2543 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
2544
2545 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
2546
2547 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
2548
2549 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
2550
2551 2006-07-17 Mark Kettenis <kettenis@gnu.org>
2552
2553 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
2554 *-*-openbsd* from targets for wich we expect ARM FPA floating
2555 point format.
2556
2557 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
2558
2559 * gdb.cp/annota3.exp: Expect frame-begin annotation.
2560
2561 2006-07-17 Mark Kettenis <kettenis@gnu.org>
2562
2563 * gdb.base/annota3.exp: Expect frame-begin annotation.
2564
2565 2006-07-14 Joel Brobecker <brobecker@adacore.com>
2566
2567 * gdb.base/help.exp: Adjust "help unset" test to accept
2568 any list of unset commands.
2569
2570 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
2571 Daniel Jacobowitz <dan@codesourcery.com>
2572
2573 * gdb.cp/ref-params.exp: New test.
2574 * gdb.cp/ref-params.cc: New source file.
2575 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
2576
2577 2006-07-08 Mark Kettenis <kettenis@gnu.org>
2578
2579 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
2580 spaces/tabs in regular expressions since they might not be there.
2581
2582 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
2583
2584 * gdb.base/ifelse.exp: New file.
2585
2586 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
2587
2588 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
2589 line.
2590 * gdb.base/huge.exp: Loop over compilation to find a size that
2591 is acceptable.
2592 * gdb.base/remote.exp: Correct expected strings.
2593 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
2594
2595 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2596
2597 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
2598
2599 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2600
2601 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
2602 native.
2603
2604 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2605
2606 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
2607 enable stabs testing.
2608
2609 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2610
2611 * gdb.base/auxv.exp: Intercept undefined command messages before
2612 gdb_test_multiple does.
2613
2614 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * Makefile.in (host_alias): Remove.
2617 (target_alias): Use @target_noncanonical@.
2618 (site.exp): Don't set host_alias.
2619 * aclocal.m4: Remove contents. Include acx.m4.
2620 * configure: Regenerated.
2621 * configure.ac: Use ACX_NONCANONICAL_TARGET.
2622
2623 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
2624
2625 * lib/gdb.exp (gdb_load_cmd): New.
2626
2627 * gdb.base/fileio.c: Add system(NULL) test.
2628 * gdb.base/fileio.exp: Check it.
2629
2630 * gdb.base/break.c: Add 10a breakpoint at }
2631 * gdb.base/break.exp: Add test for breakpoint at }
2632 * gdb.cp/anon-union.cc: Add code at end of function.
2633 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
2634 * gdb.mi/var-cmd.c: Add code at end of function.
2635 * gdb.mi/mi-var-display.exp: Adjust end of next.
2636 * gdb.mi/mi2-var-display.exp: Likewise.
2637 * gdb.base/fileio.c: Add stop function and insert calls at
2638 stopping places.
2639 * gdb.base/fileio.exp: Breakpoint stop function and remove
2640 explicit line number references.
2641
2642 2006-05-19 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.base/del.exp (test_delete_alias): New function.
2645 Now check that both "del" and "d" work as aliases for "delete".
2646
2647 2006-05-18 Fred Fish <fnf@specifix.com>
2648
2649 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
2650 required. Check for spurious output after program exits normally.
2651
2652 2006-05-17 Fred Fish <fnf@specifix.com>
2653
2654 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
2655 gdb_load, so it works in the simulator.
2656
2657 2006-05-11 Fred Fish <fnf@specifix.com>
2658
2659 * gdb.base/bang.exp: Ignore unexpected output between the
2660 "program exited normally" and the gdb prompt, as many other
2661 tests do.
2662
2663 2006-05-07 Mark Kettenis <kettenis@gnu.org>
2664
2665 * gdb.base/help.exp: Make "delete checkpoint" part option for
2666 "help d" and "help delete" tests.
2667
2668 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2669
2670 * gdb.mi/mi-basics.exp: Add missing serial number to
2671 expected output in some mi_gdb_test statements.
2672 * gdb.mi/mi2-basics.exp: Likewise.
2673
2674 2006-05-05 Joel Brobecker <brobecker@adacore.com>
2675
2676 * gdb.base/del.c: New file.
2677 * gdb.base/del.exp: New testcase.
2678
2679 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
2680
2681 * gdb.base/break.exp: Do not assume a breakpoint on
2682 main will actually be in $srcfile when optimizing.
2683 * gdb.base/savedregs.exp: Do not require that the dummy
2684 frame location match up to a symbol and source file location.
2685 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
2686 will get printed without a mi_cmd_data_list_register_values prefix.
2687 (*-data-list-register-*): Correct regular expressions to expect the new
2688 pseudo d? floating point registers.
2689 * gdb.mi/mi2-regs.exp: Likewise.
2690
2691 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
2692
2693 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
2694 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
2695 is allocated by the compiler.
2696 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
2697 anons, e, anone to force their allocation by the compiler.
2698
2699 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2700
2701 * gdb.base/help.exp: Update expected text for help d and
2702 help delete.
2703
2704 2006-05-02 Mark Kettenis <kettenis@gnu.org>
2705
2706 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
2707 NetBSD/ELF targets.
2708
2709 2006-04-30 Mark Kettenis <kettenis@gnu.org>
2710
2711 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
2712 single-step breakpoint fails; make this a KFAIL on
2713 sparc*-*-openbsd*.
2714 * gdb.base/siginfo.exp: Likewise.
2715 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2716
2717 2006-04-26 Michael Snyder <msnyder@redhat.com>
2718
2719 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
2720 which may have to consume output from other forks.
2721 Add tests to make sure that "delete fork" succeeded.
2722
2723 2006-04-20 Michael Snyder <msnyder@redhat.com>
2724
2725 * 2006-03-22 Jim Blandy <jimb@redhat.com>
2726 Add support for the Renesas M32C and M16C.
2727
2728 * gdb.asm/asm-source.exp: Add m32c target.
2729 * gdb.asm/m32c.inc: Support for m32c target.
2730
2731 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
2732
2733 * gdb.base/commands.exp (recursive_source_test): New test.
2734
2735 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
2736
2737 * gdb.base/float.exp: Add pattern for sparc targets.
2738
2739 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2740
2741 * gdb.base/commands.exp (stray_arg0_test): New test.
2742
2743 2006-03-30 Paul Brook <paul@codesourcery.com>
2744
2745 * gdb.mi/mi-until.exp: kfail broken until command.
2746 * gdb.mi/mi2-until.exp: Ditto.
2747
2748 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2749
2750 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
2751
2752 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
2753
2754 * gdb.base/prelink.exp: Anchor tested-for regular expression
2755 on gdb prompt.
2756
2757 2006-03-07 Paul Brook <paul@codesourcery.com>
2758
2759 * gdb.base/assign.exp: Correct fail message.
2760
2761 2006-03-07 Paul Brook <paul@codesourcery.com>
2762
2763 * lib/compiler.c: Extract armcc version number.
2764 * lib/compiler.cc: Ditto.
2765
2766 2006-03-07 Paul Brook <paul@codesourcery.com>
2767
2768 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
2769 additional_flags=-w.
2770 * gdb.arch/altivec-regs.exp: Ditto.
2771 * gdb.arch/e500-abi.exp: Ditto.
2772 * gdb.arch/e500-regs.exp: Ditto.
2773 * gdb.base/all-bin.exp: Ditto.
2774 * gdb.base/annota1.exp: Ditto.
2775 * gdb.base/annota3.exp: Ditto.
2776 * gdb.base/args.exp: Ditto.
2777 * gdb.base/arithmet.exp: Ditto.
2778 * gdb.base/assign.exp: Ditto.
2779 * gdb.base/async.exp: Ditto.
2780 * gdb.base/bang.exp: Ditto.
2781 * gdb.base/break.exp: Ditto.
2782 * gdb.base/call-rt-st.exp: Ditto.
2783 * gdb.base/completion.exp: Ditto.
2784 * gdb.base/cond-expr.exp: Ditto.
2785 * gdb.base/condbreak.exp: Ditto.
2786 * gdb.base/consecutive.exp: Ditto.
2787 * gdb.base/define.exp: Ditto.
2788 * gdb.base/display.exp: Ditto.
2789 * gdb.base/ena-dis-br.exp: Ditto.
2790 * gdb.base/environ.exp: Ditto.
2791 * gdb.base/eval-skip.exp: Ditto.
2792 * gdb.base/info-proc.exp: Ditto.
2793 * gdb.base/jump.exp: Ditto.
2794 * gdb.base/logical.exp: Ditto.
2795 * gdb.base/long_long.exp: Ditto.
2796 * gdb.base/maint.exp: Ditto.
2797 * gdb.base/miscexprs.exp: Ditto.
2798 * gdb.base/pc-fp.exp: Ditto.
2799 * gdb.base/pointers.exp: Ditto.
2800 * gdb.base/relational.exp: Ditto.
2801 * gdb.base/reread.exp: Ditto.
2802 * gdb.base/sect-cmd.exp: Ditto.
2803 * gdb.base/sep.exp: Ditto.
2804 * gdb.base/sepdebug.exp: Ditto.
2805 * gdb.base/until.exp: Ditto.
2806 * gdb.base/whatis-exp.exp: Ditto.
2807 * gdb.cp/annota2.exp: Ditto.
2808 * gdb.cp/annota3.exp: Ditto.
2809 * gdb.trace/actions.exp: Ditto.
2810 * gdb.trace/backtrace.exp: Ditto.
2811 * gdb.trace/circ.exp: Ditto.
2812 * gdb.trace/collection.exp: Ditto.
2813 * gdb.trace/deltrace.exp: Ditto.
2814 * gdb.trace/infotrace.exp: Ditto.
2815 * gdb.trace/limits.exp: Ditto.
2816 * gdb.trace/packetlen.exp: Ditto.
2817 * gdb.trace/passc-dyn.exp: Ditto.
2818 * gdb.trace/passcount.exp: Ditto.
2819 * gdb.trace/report.exp: Ditto.
2820 * gdb.trace/save-trace.exp: Ditto.
2821 * gdb.trace/tfind.exp: Ditto.
2822 * gdb.trace/tracecmd.exp: Ditto.
2823 * gdb.trace/while-dyn.exp: Ditto.
2824 * gdb.trace/while-stepping.exp: Ditto.
2825 * lib/gdb.exp: Ditto.
2826 (gdb_compile): Handle nowarning option.
2827
2828 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
2829
2830 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
2831 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
2832 Rename executable to prelinkt. Don't re-prelink if we didn't
2833 get a core file. Test prelink -u exit status to tell whether
2834 prelinking failed. Use gdb_test_multiple.
2835
2836 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2837
2838 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
2839 (do_tests): Call it.
2840
2841 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
2842
2843 * gdb.base/prelink.exp: New test.
2844 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
2845
2846 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
2847
2848 * gdb.fortran/derived-type.f90: New file.
2849 * gdb.fortran/derived-type.exp: New testcase.
2850
2851 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
2852
2853 * gdb.base/default.exp: Allow ';' as a directory separator.
2854
2855 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2856
2857 * gdb.base/help.exp (help add-symbol-file): Update.
2858
2859 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2860
2861 * gdb.base/help.exp (help load): Update expected results.
2862
2863 2006-02-19 Fred Fish <fnf@specifix.com>
2864
2865 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
2866 specifix hex value as part of results.
2867 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
2868
2869 2006-02-16 Fred Fish <fnf@specifix.com>
2870
2871 * gdb.base/whatis.c: Define variables using typedefs char_addr,
2872 ushort_addr, and slong_addr, so the typedefs are not optimized
2873 away.
2874 * gdb.base/whatis.exp: Add tests using type name for struct type,
2875 union type, enum type, and typedef.
2876
2877 2006-02-13 Mark Kettenis <kettenis@gnu.org>
2878
2879 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
2880
2881 2006-02-13 Jim Blandy <jimb@redhat.com>
2882
2883 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
2884 case where it takes two "next" commands to skip past the init
2885 call.
2886
2887 2006-02-12 Fred Fish <fnf@specifix.com>
2888
2889 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
2890 to handle cases where it takes two "next" commands to skip
2891 past the init call.
2892
2893 2006-02-07 Joel Brobecker <brobecker@adacore.com>
2894
2895 * gdb.ada/array_return.exp: Mark the last test as expected to fail
2896 on hppa32 targets.
2897
2898 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
2899
2900 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
2901 field.
2902
2903 2006-01-29 Mark Kettenis <kettenis@gnu.org>
2904
2905 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
2906
2907 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2908
2909 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
2910 files.
2911
2912 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2913
2914 * gdb.cp/maint.exp: Set complaints to a positive value.
2915
2916 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2917
2918 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
2919 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
2920 function name.
2921
2922 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
2923
2924 * gdb.base/checkpoint.c: Update copyright notice. Include
2925 <stdlib.h>.
2926
2927 2006-01-04 Jim Blandy <jimb@redhat.com>
2928
2929 * gdb.asm/asm-source.exp: Independently provide default values for
2930 asm-flags and debug-flags. Use 'string equal' to do the
2931 comparison, not the implicit expr's '==' operator. Remove
2932 now-unneeded assignments to asm-flags. In h8300 case, place
2933 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
2934
2935 2006-01-04 Michael Snyder <msnyder@redhat.com>
2936
2937 * gdb.base/checkpoint.c: New file.
2938 * gdb.base/checkpoint.exp: New file.
2939 * gdb.base/multi-fork.c: New file.
2940 * gdb.base/multi-fork.exp: New file.
2941 * gdb.base/pi.txt: New file (data for checkpoint.c test).
2942
2943 2006-01-04 Fred Fish <fnf@specifix.com>
2944
2945 * gdb.base/ptype.c (foo): Add typedef.
2946 (intfoo): Add function.
2947 * gdb.base/ptype1.c: New file.
2948 * gdb.base/ptype.exp: Handle compilation and linking with two
2949 source files. Test that proper type for "foo" is found based
2950 on source context rather than first match found in symtabs.
2951
2952 2005-12-28 Mark Kettenis <kettenis@gnu.org>
2953
2954 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
2955 * gdb.asm/openbsd.inc: Indent commands.
2956
2957 2005-12-26 Mark Kettenis <kettenis@gnu.org>
2958
2959 * gdb.base/freebpcmd.exp: Increase timeout.
2960
2961 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
2962
2963 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
2964
2965 * gdb.base/default.exp: Update check for "show version".
2966
2967 2005-12-09 Randolph Chung <tausq@debian.org>
2968
2969 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
2970 * gdb.asm/pa64.inc: New file.
2971
2972 2005-12-09 Randolph Chung <tausq@debian.org>
2973
2974 * gdb.asm/common.inc: Indent commands.
2975 * gdb.asm/asmsrc1.s: Likewise.
2976 * gdb.asm/asmsrc2.s: Likewise.
2977
2978 2005-12-09 Randolph Chung <tausq@debian.org>
2979
2980 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
2981 (get_addr_of_sym): Remove duplicate print.
2982 (gen_core): xfail hppa*-*-hpux*, update expected output.
2983 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
2984 * gdb.arch/pa64-nullify.s: New file.
2985
2986 2005-12-09 Randolph Chung <tausq@debian.org>
2987
2988 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
2989
2990 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
2991
2992 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
2993 code generation for these functions.
2994 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
2995 error message.
2996
2997 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
2998
2999 * gdb.base/help.exp (help b, help br, help bre, help brea)
3000 (help break): Update the expected message.
3001
3002 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
3003
3004 * gdb.asm/m68hc11.inc: Setup the data section.
3005 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
3006 script for this test.
3007 (m6812-*-*): Likewise.
3008
3009 2005-11-09 Randolph Chung <tausq@debian.org>
3010
3011 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
3012
3013 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
3014
3015 * gdb.base/break.exp: Fix a comment typo.
3016
3017 2005-11-03 Jim Blandy <jimb@redhat.com>
3018
3019 Checked in by Elena Zannoni <ezannoni@redhat.com>
3020
3021 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
3022
3023 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
3024
3025 * gdb.arch/gdb1558.c: Include stdio.h.
3026
3027 2005-10-31 Mark Kettenis <kettenis@gnu.org>
3028
3029 * gdb.asm/asm-source.exp: Use -e instead of --entry.
3030
3031 2005-10-31 Mark Kettenis <kettenis@gnu.org>
3032
3033 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
3034
3035 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
3036
3037 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
3038 vscr" tests to better match output.
3039
3040 2005-10-12 Jim Blandy <jimb@redhat.com>
3041
3042 * gdb.base/structs.exp (any): New function.
3043 (test_struct_returns): Don't make any assumptions at all about
3044 what value the function returns when GDB can't set the return
3045 value.
3046
3047 2005-10-09 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.ada/arrayidx/p.adb: New file.
3050 * gdb.ada/arrayidx.exp: New testcase
3051
3052 2005-10-09 Joel Brobecker <brobecker@adacore.com>
3053
3054 * gdb.ada/array_return/pck.ads: New file.
3055 * gdb.ada/array_return/pck.adb: New file.
3056 * gdb.ada/array_return/p.adb: New file.
3057 * gdb.ada/array_return.exp: New testcase.
3058
3059 2005-10-03 Joel Brobecker <brobecker@adacore.com>
3060
3061 * gdb.base/arrayidx.c: New file.
3062 * gdb.base/arrayidx.exp: New testcase.
3063
3064 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
3065
3066 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
3067 frames-invalid and breakpoints-invalid are no longer generated
3068 with level 3 so don't expect them in the output.
3069
3070 2005-09-27 Bob Rossi <bob@brasko.net>
3071
3072 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
3073 from test. Escape the | in mi_gdb_test call.
3074 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
3075 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
3076 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
3077 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
3078 expected regex's in mi_gdb_test calls.
3079 * lib/mi-support.exp: Remove arbitrary .* from tests.
3080 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
3081 Fully anchor GDB/MI expected results in mi_gdb_test.
3082 * lib/gdb.exp (string_to_regexp): Escape the ] character.
3083 * gdb.base/sizeof.exp: Remove escape character. Correct test.
3084
3085 2005-09-26 Paul Brook <paul@codesourcery.com>
3086
3087 * long_long.exp: Exclude eabi targets from arm FPA float format test.
3088
3089 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
3090
3091 * bfp-test.c: New file.
3092 * bfp-test.exp: New testcase.
3093
3094 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
3095
3096 * gdb.fortran/subarray.exp: New testcase to test the evaluation
3097 of subarray and substring variable.
3098 * gdb.fortran/subarray.f: New source file for the test of subarray
3099 and substring variable evaluation.
3100 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
3101 of string constant.
3102
3103 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
3104
3105 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
3106 copyright dates.
3107
3108 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
3109
3110 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
3111 powerpc altivec' test with an almost identical 'info vector' test.
3112
3113 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
3114
3115 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
3116 vscr" tests to match output.
3117
3118 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
3119
3120 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
3121 output.
3122
3123 2005-09-11 Bob Rossi <bob@brasko.net>
3124
3125 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
3126 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
3127 commands that return an MI output command and an asyncronous MI output
3128 command.
3129 * gdb.mi/mi-console.exp: Ditto.
3130
3131 2005-09-11 Bob Rossi <bob@brasko.net>
3132
3133 * gdb.mi/mi-var-child.c: Include <string.h>.
3134
3135 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
3136
3137 * killed.exp: Correct gdb_expect syntax.
3138
3139 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
3140
3141 * lib/mi-support.exp (mi_gdb_load): Fix typo.
3142
3143 2005-08-02 Bob Rossi <bob@brasko.net>
3144
3145 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
3146 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
3147 Change tests to inferior-tty-set/show.
3148 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
3149 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
3150 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
3151 inferior. Use mi_gdb_test to get GDB and Inferior output.
3152 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
3153 descriptor.
3154 (mi_inferior_tty_name): Add inferior PTY file name.
3155 (mi_gdb_start): Add INFERIOR_PTY parameter.
3156 (mi_gdb_test): Add IPATTERN parameter.
3157
3158 2005-08-02 Bob Rossi <bob@brasko.net>
3159
3160 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
3161 parameter to mi_gdb_test.
3162 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
3163
3164 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3165
3166 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
3167 struct_declarations.
3168 * gdb.mi/mi-var-child.exp: Step over the initialization of
3169 struct_declarations.
3170
3171 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
3172
3173 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
3174 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
3175 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
3176 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
3177 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
3178 file.
3179
3180 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
3183 (do_children_tests): Assign values to the extra elements.
3184
3185 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
3186 them for tests for "-var-update --no-values" and
3187 "-var-update --all-values".
3188 Add test for "-var-list-children --simple-values".
3189
3190 * gdb.mi/basics.c (callee4): Add integer array D[3]...
3191
3192 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
3193 "-stack-list-locals --simple-values" Improve doc strings and
3194 comments.
3195
3196 2005-07-18 Mark Kettenis <kettenis@gnu.org>
3197
3198 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
3199 *-*-openbsd*.
3200 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
3201
3202 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
3203 sigaltsatck'.
3204
3205 2005-07-14 Bob Rossi <bob@brasko.net>
3206
3207 * gdb.base/default.exp (tty): Changed output of command.
3208 * gdb.base/help.exp (help tty): Ditto.
3209
3210 2005-07-12 Mark Kettenis <kettenis@gnu.org>
3211
3212 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
3213
3214 2005-07-10 Mark Kettenis <kettenis@gnu.org>
3215
3216 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
3217 -stack-select-frame without arguments.
3218 (test_stack_frame_listing): Add test for newly implemented command
3219 -stack-info-frame.
3220
3221 2005-07-06 Bob Rossi <bob@brasko.net>
3222
3223 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
3224 command.
3225 (Copyright): Update copyright.
3226
3227 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
3228
3229 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
3230 tests to evaluate exponentiation expression.
3231
3232 2005-06-29 Andreas Schwab <schwab@suse.de>
3233
3234 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
3235 main to avoid warnings.
3236
3237 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
3238
3239 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
3240
3241 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
3242 -stack-select-frame without arguments.
3243 (test_stack_frame_listing): Add test for newly implemented command
3244 -stack-info-frame.
3245
3246 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
3247
3248 * gdb.fortran/array-element.f: New file.
3249 * gdb.fortran/array-element.exp: New testcase.
3250
3251 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * gdb.base/bigcore.exp: Correct checks for systems which can
3254 not dump a large core file.
3255
3256 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3257
3258 * gdb.base/relocate.c: Add a copyright notice.
3259 (dummy): Remove.
3260 * gdb.base/relocate.exp: Test printing the values of variables
3261 from a relocatable file.
3262
3263 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
3264
3265 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
3266 excess MI output after an error.
3267
3268 2005-05-29 Joel Brobecker <brobecker@adacore.com>
3269
3270 * gdb.arch/alpha-step.c: New file.
3271 * gdb.arch/alpha-step.exp: New testcase.
3272
3273 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3274 Dennis Brueni <dennis@slickedit.com>
3275
3276 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
3277 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
3278 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
3279 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
3280 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
3281 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
3282 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
3283
3284 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
3285 Wu Zhou <woodzltc@cn.ibm.com>
3286
3287 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
3288 IBM's xlc compiler.
3289 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
3290 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
3291
3292 2005-05-13 Jim Blandy <jimb@redhat.com>
3293
3294 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
3295 calling gdb_suppress_entire_file.
3296 * gdb.base/charset.exp: Same.
3297 * gdb.base/call-rt-st.exp: Same.
3298
3299 2005-05-05 Bob Rossi <bob_rossi@cox.net>
3300
3301 * lib/gdb.exp (fullname_syntax): Added global regex.
3302 (fullname_syntax_POSIX): Ditto.
3303 (fullname_syntax_UNC): Ditto.
3304 (fullname_syntax_DOS_CASE): Ditto.
3305 (fullname_syntax_DOS): Ditto.
3306 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
3307 fullname_syntax variable to scope and use it.
3308 (test_file_list_exec_source_files): Ditto.
3309 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
3310
3311 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
3312
3313 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
3314
3315 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
3316
3317 * lib/gdb.exp (skip_altivec_tests): New function, based on
3318 check_vmx_hw_available from the GCC testsuite.
3319 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
3320 * lib/gdb.arch/altivec-regs.exp: Likewise.
3321
3322 2005-05-02 Jim Blandy <jimb@redhat.com>
3323
3324 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
3325 calling gdb_suppress_entire_file.
3326
3327 2005-04-30 Randolph Chung <tausq@debian.org>
3328
3329 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
3330 Slightly relax "sem_post" name checking.
3331
3332 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
3333
3334 * gdb.base/unload.exp: Use new shared library infrastructure.
3335
3336 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
3337
3338 * gdb.base/so-impl-ld.exp: Use new shared library
3339 infrastructure.
3340
3341 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
3342
3343 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
3344 * gdb.asm/h8300.inc: New file.
3345
3346 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
3347
3348 * gdb.base/shlib-call.exp: Change to use new shared library
3349 infrastructure.
3350
3351 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
3352
3353 * gdb.base/pending.exp: Change to use new shared library
3354 infrastructure.
3355
3356 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
3357
3358 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
3359 use test_compiler_info instead of gcc_compiled, and update copyright.
3360
3361 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
3362
3363 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
3364 shared objects being adjusted and update copyright years.
3365
3366 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
3367
3368 * ChangeLog: Correct some 2003-01-13 dates.
3369 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
3370 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
3371 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
3372 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
3373 gdb.trace/tfind.exp: Update copyright years.
3374
3375 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
3376 Daniel Jacobowitz <dan@codesourcery.com>
3377
3378 * lib/gdb.exp (gdb_compile): Handle shlib=.
3379 (gdb_compile_shlib): New function.
3380
3381 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
3382
3383 * lib/gdb.exp (test_compiler_info): Give argument a default value.
3384
3385 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
3386
3387 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
3388 gdb.server.
3389 * configure.ac: Likewise.
3390 * configure: Regenerated.
3391 * gdb.gdbserver/Makefile.in: Moved to...
3392 * gdb.server/Makefile.in: ... here.
3393 * gdb.gdbserver/server.c: Moved to...
3394 * gdb.server/server.c: ... here.
3395 * gdb.gdbserver/server-run.exp: Moved to...
3396 * gdb.server/server-run.exp: ... here.
3397
3398 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
3399
3400 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
3401 * configure.ac: Create gdb.gdbserver/Makefile.
3402 * configure: Regenerated.
3403 * lib/gdbserver-support.exp: New file, derived from
3404 config/gdbserver.exp.
3405 * config/gdbserver.exp: Use gdbserver-support.exp.
3406 * gdb.gdbserver/Makefile.in: New file.
3407 * gdb.gdbserver/server.c: New file.
3408 * gdb.gdbserver/server-run.exp: New file.
3409
3410 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
3411
3412 * lib/gdb.exp (test_compiler_info): Return compiler_info
3413 if no arguments are given.
3414
3415 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
3416
3417 * gdb.arch/altivec-abi.exp: Check for compiler and set
3418 use altivec' flag accordingly.
3419 * gdb.arch/altivec-regs.exp: Likewise.
3420
3421 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
3422
3423 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
3424
3425 2005-03-27 Andreas Schwab <schwab@suse.de>
3426
3427 * gdb.base/bigcore.c (main): Add missing mode argument in open
3428 call.
3429
3430 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
3431
3432 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
3433 downloads.
3434 * config/gdbserver.exp (gdb_load): Likewise.
3435
3436 2005-03-14 Paul Brook <paul@codesourcery.com>
3437
3438 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
3439 targets.
3440
3441 2005-03-09 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.dwarf2/dup-psym.S: New file.
3444 * gdb.dwarf2/dup-psym.exp: New testcase.
3445
3446 2005-03-09 Joel Brobecker <brobecker@adacore.com>
3447
3448 * gdb.ada/exec_changed/first.adb: New file.
3449 * gdb.ada/exec_changed/second.adb: New file.
3450 * gdb.ada/exec_changed.exp: New testcase.
3451
3452 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
3453
3454 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
3455 (A2): New class.
3456 (main): Test operator+.
3457 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
3458 breakpoint test.
3459
3460 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
3461 * gdb.base/signull.exp: Disable if gdb,nosignals.
3462 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
3463 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
3464 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
3465 * gdb.mi/mi2-console.exp: Likewise.
3466 * gdb.trace/collection.exp (run_trace_experiment): Consume the
3467 continue output at start.
3468 (gdb_collect_locals_test): Robustify regexp.
3469 * gdb.trace/passc-dyn.exp: Fix comment typo.
3470 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
3471
3472 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
3473
3474 * gdb.asm/asm-source.exp: Add iq2000 case.
3475 * gdb.asm/iq2000.inc: New file.
3476
3477 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
3478
3479 * gdb.base/command.exp: Change hardcoded value to regular expression.
3480 * gdb.base/float.exp: Add powerpc to the list of targets checked.
3481
3482 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
3483
3484 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
3485 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
3486 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
3487 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
3488 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
3489
3490 2005-03-05 Mark Kettenis <kettenis@gnu.org>
3491
3492 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
3493 changes.
3494
3495 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
3496
3497 * lib/compiler.c: Add test for IBM's xlc compiler.
3498 * lib/compiler.cc: Likewise.
3499
3500 2004-02-24 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.ada/fixed_points.exp: Create compilation object directory
3503 before running the test.
3504 * gdb.ada/null_record.exp: Likewise.
3505 * gdb.ada/packed_array.exp: Likewise.
3506 * gdb.ada/start.exp: Likewise.
3507
3508 2005-02-15 Joel Brobecker <brobecker@adacore.com>
3509
3510 * gdb.ada/packed_array/pa.adb: New file.
3511 * gdb.ada/packed_array.exp: New testcase.
3512
3513 2005-02-10 Mark Kettenis <kettenis@gnu.org>
3514
3515 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
3516 files.
3517
3518 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
3519 on *-*-openbsd*. Correctly match whitespace in regukar
3520 expressions.
3521
3522 2005-02-10 Daniel Jacobowitz <dan@debian.org>
3523
3524 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
3525 PR exp/1821
3526 * gdb.base/gdb1821.c: New test file.
3527 * gdb.base/gdb1821.exp: New test file.
3528
3529 2005-02-09 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.base/start.c: New file.
3532 * gdb.base/start.exp: New testcase.
3533
3534 2005-02-09 Joel Brobecker <brobecker@adacore.com>
3535
3536 * gdb.ada/start/dummy.adb: New file.
3537 * gdb.ada/start.exp: New testcase.
3538
3539 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
3540
3541 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
3542 for printing symbols and statistics.
3543 Add test for using relative pathnames in "maint print msymbols" test.
3544 Mark "maint info sections DATA" XFAIL on Cygwin.
3545 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
3546 tests.
3547
3548 2005-02-09 Andreas Schwab <schwab@suse.de>
3549
3550 Committed by Andrew Cagney <cagney@gnu.org>
3551 * gdb.base/remotetimeout.exp: New file.
3552
3553 2005-02-07 Mark Kettenis <kettenis@gnu.org>
3554
3555 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
3556
3557 2005-02-03 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.ada/gnat_ada.gpr: New file.
3560 * gdb.ada/gnat_ada.gin: Delete, no longer used.
3561 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
3562 * configure.ac: No longer generate gnat_ada.gpr.
3563 * configure: Regenerate.
3564 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
3565 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
3566 * gdb.ada/null_record/bar.ads: Likewise.
3567 * gdb.ada/null_record/bar.adb: Likewise.
3568 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
3569 * gdb.ada/null_record.exp (testdir): New variable.
3570 (testfile): executable is now in testdir subdirectory.
3571 (srcfile): Use full path to the main compilation unit.
3572 * gdb.ada/fixed_points.exp: Same changes as above.
3573
3574 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * gdb.base/interp.exp: New test.
3577
3578 2005-01-24 Andrew Cagney <cagney@gnu.org>
3579
3580 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
3581
3582 2005-01-19 Andrew Cagney <cagney@gnu.org>
3583
3584 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
3585 configure.ac not configure.in.
3586
3587 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
3588 of powerpc*-*-*.
3589 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
3590 * gdb.base/list.exp (test_list_function)
3591 (test_list_filename_and_function): Ditto.
3592 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
3593
3594 2005-01-16 Andrew Cagney <cagney@gnu.org>
3595
3596 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
3597
3598 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
3599
3600 2005-01-14 Andrew Cagney <cagney@gnu.org>
3601
3602 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
3603 * gdb.mi/mi2-var-cmd.exp: Ditto.
3604
3605 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
3606
3607 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
3608
3609 2005-01-07 Andrew Cagney <cagney@gnu.org>
3610
3611 * configure.ac: Rename configure.in, require autoconf 2.59.
3612 * configure: Re-generate.
3613 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
3614 * gdb.stabs/configure: Re-generate.
3615 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
3616 * gdb.hp/configure: Re-generate.
3617 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
3618 autoconf 2.59.
3619 * gdb.hp/gdb.objdbg/configure: Re-generate.
3620 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
3621 autoconf 2.59.
3622 * gdb.hp/gdb.defects/configure: Re-generate.
3623 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
3624 autoconf 2.59.
3625 * gdb.hp/gdb.compat/configure: Re-generate.
3626 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
3627 autoconf 2.59.
3628 * gdb.hp/gdb.base-hp/configure: Re-generate.
3629 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
3630 autoconf 2.59.
3631 * gdb.hp/gdb.aCC/configure: Re-generate.
3632
3633 2004-12-15 Jim Blandy <jimb@redhat.com>
3634
3635 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
3636 under NPTL when there is debugging info available for libpthread.
3637
3638 2004-12-13 Jerome Guitton <guitton@gnat.com>
3639
3640 * gdb.ada/fixed_points.c: New file.
3641 * gdb.ada/fixed_points.exp: New file.
3642
3643 2004-12-03 Randolph Chung <tausq@debian.org>
3644
3645 * gdb.arch/pa-nullify.exp: New file.
3646 * gdb.arch/pa-nullify.s: New file.
3647
3648 2004-11-30 Randolph Chung <tausq@debian.org>
3649
3650 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
3651 instead of "tbug". Fix regexp to work properly with gdb_test.
3652
3653 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
3654
3655 * gdb.base/bitfields2.exp: New test.
3656 * gdb.base/bitfields2.c: New file.
3657
3658 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
3659
3660 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
3661
3662 2004-11-16 Randolph Chung <tausq@debian.org>
3663
3664 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
3665
3666 2004-11-14 Daniel Jacobowitz <dan@debian.org>
3667
3668 * gdb.threads/threadapply.exp: Correct "macro details" test.
3669
3670 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
3671
3672 * gdb.threads/threadapply.exp: New test.
3673 * gdb.threads/threadapply.c: New file.
3674
3675 2004-11-07 Mark Kettenis <kettenis@gnu.org>
3676
3677 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
3678 frames.
3679
3680 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
3681
3682 * gdb.base/cursal.exp: New file.
3683 * gdb.base/cursal.c: New file.
3684
3685 2004-11-03 Andrew Cagney <cagney@gnu.org>
3686
3687 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
3688
3689 2004-10-30 Mark Kettenis <kettenis@gnu.org>
3690
3691 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
3692 NetBSD/ELF targets.
3693
3694 2004-10-29 Joel Brobecker <brobecker@gnat.com>
3695
3696 * gdb.threads/bp_in_thread.c: New file, copied from
3697 pthread_cond_wait.c.
3698 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
3699 file, rather than reusing the .c file from another testcase.
3700
3701 2004-10-20 Joel Brobecker <brobecker@gnat.com>
3702
3703 * gdb.ada/null_record.exp: Check where we stopped after
3704 sending the start command, instead of where the associated
3705 temporary breakpoint was inserted.
3706
3707 2004-10-14 Andrew Cagney <cagney@gnu.org>
3708
3709 * gdb.mi/gdb701.c (main): Return 0.
3710
3711 2004-10-13 Daniel Jacobowitz <dan@debian.org>
3712
3713 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
3714
3715 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
3716
3717 * gdb.threads/schedlock.c: Add comment markers to use to find
3718 line numbers.
3719 * gdb.threads/schedlock.exp: Adjust regex to handle the new
3720 comments.
3721 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
3722 breakpoint lines.
3723
3724 2004-10-12 Daniel Jacobowitz <dan@debian.org>
3725
3726 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
3727
3728 2004-10-12 Daniel Jacobowitz <dan@debian.org>
3729
3730 * configure.in: Add gdb.dwarf2.
3731 * configure: Regenerated.
3732 * Makefile.in: Add gdb.dwarf2.
3733 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
3734 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
3735 gdb.dwarf2/file1.txt: New files.
3736
3737 2004-10-11 Orjan Friberg <orjanf@axis.com>
3738
3739 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
3740 of "run", since the latter doesn't work with remote targets. Adjust
3741 the breakpoint numbering accordingly.
3742 * gdb.threads/pthread_cond_wait.exp: Ditto.
3743
3744 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
3745
3746 * gdb.base/overlays.exp: Update copyright years.
3747
3748 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
3749
3750 * gdb.base/overlays.exp: Disable if target is Linux.
3751
3752 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
3753
3754 * config/gdbserver.exp (gdb_load): Use right filename on remote.
3755
3756 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
3757
3758 * gdb.asm/asm-source.exp: Add m32r-linux target.
3759 * gdb.asm/m32r-linux.inc: New file.
3760
3761 2004-09-24 Andrew Cagney <cagney@redhat.com>
3762 David Anderson <anderson@redhat.com>
3763
3764 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
3765 command fails, assume things will work.
3766 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
3767 (_GNU_SOURCE): Define.
3768 (print_unsigned, print_hex): Change parameter to "long long".
3769 (print_byte_count): New function, use to print byte counts.
3770 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
3771 O_LARGEFILE.
3772 (main): Compute an upper bound on a corefile in max_core_size.
3773 Limit memory chunk size to max_core_size. Limit total memory
3774 allocated to max_core_size.
3775
3776 2004-09-23 Andrew Cagney <cagney@gnu.org>
3777
3778 * gdb.base/bigcore.exp: Replace the code that creates a corefile
3779 from a separate process with code that creates a corefile by
3780 making the inferior dump core.
3781
3782 2004-09-23 Mark Kettenis <kettenis@gnu.org>
3783
3784 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
3785 block.
3786
3787 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
3788
3789 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
3790 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
3791 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
3792 Likewise.
3793
3794 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
3795
3796 * gdb.java/jprint.exp: New test case for java inferior call.
3797 * gdb.java/jprint.java: Ditto.
3798
3799 2004-09-15 Joel Brobecker <brobecker@gnat.com>
3800
3801 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
3802
3803 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
3804
3805 * gdb.threads/killed.c: Include <stdlib.h>.
3806 * gdb.threads/pthreads.c: Likewise.
3807
3808 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
3809
3810 * gdb.threads/killed.c: Add copyright notice.
3811
3812 2004-09-10 Jason Molenda (jmolenda@apple.com)
3813
3814 * gdb.base/define.exp: Two new tests to verify zero space chars
3815 after 'if' and 'while' commands in a user-defined command is correctly
3816 parsed.
3817
3818 2004-09-08 Andrew Cagney <cagney@gnu.org>
3819
3820 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
3821 delivery test with duplicate at end of file.
3822
3823 2004-09-06 Mark Kettenis <kettenis@jive.nl>
3824
3825 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
3826
3827 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
3828
3829 * config/hppro.exp: Removed.
3830
3831 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
3832
3833 * config/sparclet.exp: Removed.
3834
3835 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
3836
3837 * config/udi.exp: Removed.
3838
3839 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
3840
3841 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
3842 of "exp_continue".
3843 (advancei): Likewise.
3844
3845 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3846
3847 * gdb.base/unload.exp: Fix so messages aren't duplicated.
3848
3849 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
3850
3851 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3852 to check for nodebug in executable.
3853 * gdb.gdb/observer.exp (setup_test): Likewise.
3854 * gdb.gdb/selftest.exp (test_with_self): Likewise.
3855 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
3856
3857 2004-09-01 Andrew Cagney <cagney@gnu.org>
3858
3859 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
3860 files.
3861
3862 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3863
3864 * gdb.base/unload.exp: Fix expected warning message to match
3865 latest format.
3866
3867 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
3868
3869 * gdb.base/call-rt-st.exp: Fix typos.
3870
3871 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
3872
3873 * gdb.threads/thread_check.exp: New testcase.
3874 * gdb.threads/thread_check.c: New testcase.
3875
3876 2004-08-31 Andrew Cagney <cagney@gnu.org>
3877
3878 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
3879 (skip_to_handler_entry): New procedures. Test stepping into a
3880 handler when the breakpoint is at the handler's entry point.
3881
3882 2004-08-30 Andrew Cagney <cagney@gnu.org>
3883
3884 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
3885 gdb/1757.
3886
3887 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
3888
3889 With code from Manoj Iyer <manjo@austin.ibm.com>:
3890 * lib/gdb.exp (gdb_file_cmd): Return more information in the
3891 return value. Add an arm for "no debugging symbols found".
3892 Change a stray "error" to "perror".
3893 (gdb_run_cmd): Adapt to new return value.
3894 * gdb.base/remote.exp: Adapt to new return value.
3895 * gdb.gdb/complaints.exp: Likewise.
3896 * gdb.gdb/observer.exp: Likewise.
3897 * gdb.gdb/selftest.exp: Likewise.
3898 * gdb.gdb/xfullpath.exp: Likewise.
3899
3900 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3901
3902 * gdb.threads/bp_in_thread.exp: New testcase.
3903
3904 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
3905
3906 Fix PR testsuite/1735.
3907 * gdb.threads/schedlock.c (thread_function): Add a cast
3908 to suppress a gcc warning.
3909 * gdb.threads/thread-specific.c (thread_function): Likewise.
3910
3911 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3912
3913 * gdb.base/unload.c: Include <stdlib.h>.
3914
3915 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3916
3917 From Paul Gilliam <pgilliam@us.ibm.com>:
3918 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
3919 synchronized after the "return".
3920
3921 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3922
3923 * gdb.mi/basics.c: Include <stdio.h>.
3924 * gdb.mi/pthreads.c: Include <stdlib.h>.
3925 * gdb.mi/var-cmd.c: Include <stdlib.h>.
3926
3927 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3928
3929 * gdb.threads/schedlock.c: Add copyright notice.
3930
3931 2004-08-25 Andrew Cagney <cagney@gnu.org>
3932
3933 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
3934 (skip_over_handler, breakpoint_over_hander): New test procedures.
3935 (advance, advancei): Add a proper prefix, do not use
3936 rerun_to_main.
3937 * gdb.base/sigstep.c (main): Change to use an infinite loop.
3938
3939 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
3940
3941 * gdb.mi/basics.c: Add copyright notice.
3942 * gdb.mi/var-cmd.c: Add copyright notice.
3943
3944 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
3945
3946 * lib/gdb.exp: Remove signed_keyword_not_used.
3947 * lib/compiler.c: Likewise.
3948 * lib/compiler.cc: Likewise.
3949
3950 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
3951
3952 * gdb.base/whatis.c: Remove conditional disabling of "signed".
3953 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
3954
3955 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
3956
3957 * gdb.base/whatis.c: Add copyright notice.
3958
3959 2004-08-20 Mark Kettenis <kettenis@gnu.org>
3960
3961 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
3962 it to skip the breakpoints encoded in the inline assembly.
3963
3964 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
3965
3966 * Makefile.in: Add gdb.fortran.
3967
3968 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
3969
3970 * gdb.base/call-sc.exp (test_scalar_returns):
3971 Fix cut-and-paste glitch in "Make fun return now".
3972
3973 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
3974
3975 * configure.in: Add gdb.fortran.
3976 * configure: Regenerate.
3977 * gdb.fortran/Makefile.in: New file.
3978 * lib/gdb.exp (skip_fortran_tests): New procedure.
3979
3980 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
3981
3982 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
3983 reference to bug-gnu@prep.ai.mit.edu.
3984 * gdb.mi/mi-var-child.exp: Likewise.
3985 * gdb.mi/mi-var-cmd.exp: Likewise.
3986 * gdb.mi/mi-var-display.exp: Likewise.
3987 * gdb.mi/mi2-var-block.exp: Likewise.
3988 * gdb.mi/mi2-var-child.exp: Likewise.
3989 * gdb.mi/mi2-var-cmd.exp: Likewise.
3990 * gdb.mi/mi2-var-display.exp: Likewise.
3991
3992 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3993
3994 * gdb.base/unload.c (main): Make local variable msg const.
3995
3996 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
3997
3998 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
3999 to bug-gnu@prep.ai.mit.edu.
4000 * gdb.mi/mi-disassemble.exp: Likewise.
4001 * gdb.mi/mi-eval.exp: Likewise.
4002 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
4003 default line number.
4004 * gdb.mi/mi-return.exp: Likewise.
4005 * gdb.mi/mi-simplerun.exp: Likewise.
4006 * gdb.mi/mi-stack.exp: Likewise.
4007 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
4008 number with explicit range test.
4009 * gdb.mi/mi-watch.exp: Likewise.
4010 * gdb.mi/mi2-break.exp: Likewise.
4011 * gdb.mi/mi2-cli.exp: Likewise.
4012 * gdb.mi/mi2-disassemble.exp: Likewise.
4013 * gdb.mi/mi2-eval.exp: Likewise.
4014 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
4015 default line number.
4016 * gdb.mi/mi2-return.exp: Likewise.
4017 * gdb.mi/mi2-simplerun.exp: Likewise.
4018 * gdb.mi/mi2-stack.exp: Likewise.
4019 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
4020 number with explicit range test.
4021 * gdb.mi/mi2-watch.exp: Likewise.
4022
4023 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
4024
4025 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
4026 * gdb.cp/m-static.exp: Likewise.
4027 * gdb.cp/rtti.exp: Likewise.
4028
4029 2004-08-14 Mark Kettenis <kettenis@gnu.org>
4030
4031 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
4032
4033 2004-08-14 Eli Zaretskii <eliz@gnu.org>
4034
4035 * ChangeLog: Prefix Local Variables with semi-colons and indent
4036 the reference to older ChangeLog files, to fix fontification in
4037 Emacs.
4038
4039 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4040
4041 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
4042 * gdb.mi/mi2-break.exp: Likewise.
4043
4044 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4045
4046 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
4047
4048 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4049
4050 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
4051
4052 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
4053
4054 * gdb.cp/classes.exp: Remove unused declarations. Just let
4055 test names default instead of providing special names. Remove
4056 extraneous demangler test.
4057
4058 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
4059
4060 * gdb.base/unload.exp: New test for breakpoints in dynamically
4061 loaded libraries.
4062 * gdb.base/unload.c: Ditto.
4063 * gdb.base/unloadshr.c: Ditto.
4064
4065 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
4066
4067 * gdb.cp/classes.exp (test_ptype_class_objects): Call
4068 cp_test_ptype_class.
4069 (test_enums): Likewise.
4070
4071 2004-08-10 Andrew Cagney <cagney@gnu.org>
4072
4073 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
4074 files.
4075
4076 2004-08-10 Andrew Cagney <cagney@gnu.org>
4077
4078 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
4079 init_malloc call.
4080
4081 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
4082
4083 * ChangeLog: Add copyright notice. The notice is copied
4084 from emacs 21.3 top level ChangeLog.
4085
4086 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
4087
4088 * lib/cp-support.exp: New file.
4089 * lib/cp-support.exp (cp_test_type_class): New function.
4090 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
4091 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
4092 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
4093 cp_test_ptype_class.
4094
4095 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
4096
4097 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
4098 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4099 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
4100 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
4101 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
4102 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
4103 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
4104 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
4105 gdb.mi/mi2-watch.exp: Update copyright years.
4106
4107 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4108
4109 * gdb.base/sigaltstack.exp: Provide proper anchoring.
4110
4111 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
4112
4113 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
4114 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
4115 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
4116 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4117 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
4118 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
4119 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
4120 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
4121 gdb.mi/mi-watch.exp: Update copyright years.
4122
4123 2004-08-08 Daniel Jacobowitz <dan@debian.org>
4124
4125 PR gdb/1738
4126 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
4127 from a breakpoint with a pending signal.
4128
4129 2004-08-08 Daniel Jacobowitz <dan@debian.org>
4130
4131 PR gdb/1736
4132 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
4133 * gdb.base/sigaltstack.exp (finish_test): Consume output until
4134 the prompt.
4135 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
4136
4137 2004-08-08 Daniel Jacobowitz <dan@debian.org>
4138
4139 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
4140
4141 2004-08-08 Daniel Jacobowitz <dan@debian.org>
4142
4143 PR gdb/1736
4144 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
4145 for i?86-*-linux*.
4146
4147 2004-08-08 Daniel Jacobowitz <dan@debian.org>
4148
4149 * gdb.arch/i386-prologue.exp: Compile without debug information.
4150
4151 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
4152
4153 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
4154 rather than asking gdb to search.
4155
4156 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
4157
4158 * gdb.base/gcore.c: Include <string.h>.
4159
4160 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
4161
4162 * gdb.base/gcore.c: Add copyright notice.
4163
4164 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
4165
4166 * gdb.base/freebpcmd.c: Include <stdio.h>.
4167 * gdb.base/long_long.c: Include <string.h>.
4168 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
4169 * gdb.base/siginfo.c: Include <string.h>.
4170 * gdb.base/sigstep.c: Include <string.h>.
4171
4172 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4173
4174 * gdb.base/complex.c: Include <stdlib.h>.
4175
4176 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4177
4178 * gdb.base/complex.c: Add copyright notice.
4179
4180 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4181
4182 * gdb.base/charset.c: Include <stdlib.h>.
4183
4184 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4185
4186 * gdb.base/auxv.c: Include <stdlib.h>.
4187
4188 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4189
4190 * gdb.base/auxv.c: Add copyright notice.
4191
4192 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
4193
4194 * gdb.base/coremaker.c: Add copyright notice.
4195 * gdb.base/coremaker2.c: Add copyright notice.
4196
4197 2004-08-04 Andrew Cagney <cagney@gnu.org>
4198
4199 * gdb.base/store.exp: Update copyright.
4200 (check_set, up_set, check_struct, up_struct): Add a prefix to test
4201 names, do not import gdb_prompt.
4202
4203 2004-08-01 Andrew Cagney <cagney@gnu.org>
4204
4205 Fix PR testsuite/1729.
4206 * gdb.base/dump.exp: Add test name to callers of capture_value, do
4207 not use capture_value with value 4.
4208 (capture_value): Add optional test name parameter.
4209 (test_reload_saved_value, test_restore_saved_value): Use $msg as
4210 the prefix, pass to capture_value.
4211
4212 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4213
4214 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
4215 * gdb.arch/i386-prologue.c (standard): New prototype and function.
4216 (main): Call new function.
4217
4218 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
4219
4220 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
4221
4222 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
4223
4224 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
4225
4226 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
4227
4228 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
4229 Accept more values of vtbl pointer. Remove some messages
4230 about "obsolete gcc or gdb".
4231
4232 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
4233
4234 * gdb.cp/classes.exp: Accept more varieties of ptype output.
4235
4236 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
4237
4238 * gdb.base/asm-source.exp: Properly convert target board
4239 debug flags from gcc format to binutils format.
4240
4241 2004-07-28 Mark Kettenis <kettenis@gnu.org>
4242
4243 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
4244 gdb1718". PR backtrace/1718 partially fixed.
4245
4246 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
4247
4248 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
4249
4250 2004-07-26 Nick Clifton <nickc@redhat.com>
4251
4252 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
4253 good default value for a specific architecture is available then
4254 set it to that value. Otherwise default to the -gstabs switch.
4255 Remove the -g... switches from the asm-flags variable. Allow the
4256 target board info to override the value if it wants to. Pass the
4257 switch on the assembler command line.
4258
4259 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4260
4261 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
4262 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
4263 (main): Call new function.
4264
4265 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
4266
4267 Test for PR exp/1715.
4268 * gdb.base/radix.exp: Refactor common procedures. Make all
4269 test names unique. Change XFAIL to KFAIL.
4270
4271 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
4272
4273 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
4274 * gdb.ada/gnat_ada.gin: ... to here.
4275 * configure.in: Use gnat_ada.gin.
4276 * configure: Regenerate.
4277
4278 2004-07-20 Andrew Cagney <cagney@gnu.org>
4279
4280 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
4281 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
4282 XFAILs. Clean up test messages and comments. Check backtraces.
4283 Delete re-sync code.
4284
4285 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
4286
4287 Fix PR cli/740.
4288 * gdb.base/annota1.exp: Honor gdb,nosignals.
4289 * gdb.base/annota3.exp: Likewise.
4290
4291 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
4292
4293 * lib/java.exp: Update copyright notice.
4294
4295 2004-07-19 Andrew Cagney <cagney@gnu.org>
4296
4297 * gdb.base/selftest.exp: Copy file from here ...
4298 * gdb.gdb/selftest.exp: ... to here.
4299
4300 2004-07-16 Andrew Cagney <cagney@redhat.com>
4301
4302 * lib/insight-support.exp: Delete file.
4303 * lib/java.exp (java_init): Fix copyright.
4304
4305 2004-07-16 Andrew Cagney <cagney@gnu.org>
4306
4307 * gdb.base/restore.c: Append "prologue" to comments marking the a
4308 function's prologue.
4309 * gdb.base/restore.exp: Update copyright, re-indent.
4310 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
4311 callerN" prefix where needed. Update patterns that match a
4312 function's prologue.
4313
4314 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
4315
4316 * gdb.base/restore.c: Add copyright notice.
4317
4318 2004-07-16 Andrew Cagney <cagney@gnu.org>
4319
4320 * gdb.base/logical.exp: Update copyright.
4321 (evaluate): New procedure. Use to re-implement tests using
4322 several tables.
4323
4324 2004-07-14 Martin Hunt <hunt@redhat.com>
4325
4326 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
4327 which fixes some problems where init.tcl was not found.
4328
4329 2004-07-13 Andrew Cagney <cagney@gnu.org>
4330
4331 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
4332 (check_sizeof, check_valueof): Do not include the output in the
4333 test name. Use gdb_test.
4334 (get_valueof): Use gdb_test_multiple.
4335
4336 * gdb.base/step-test.exp: Update copyright. Use
4337 gdb_test_multiple. Ensure that test names do not include
4338 architecture dependent output.
4339
4340 * gdb.gdb/observer.exp: Update copyright.
4341 (setup_test): Use gdb_test_multiple.
4342 (attach_first_observer, attach_second_observer)
4343 (attach_third_observer, detach_first_observer)
4344 (detach_second_observer, detach_third_observer)
4345 (reset_counters, check_counters): Make $message a prefix.
4346 (test_normal_stop_notifications): Add "args" parameter - a list of
4347 init functions to be called. Make $message a prefix,
4348 (test_observer_normal_stop): Change the message prefixes so that
4349 they are unique, pass the attach / detach procedures to
4350 test_normal_stop_notifications.
4351
4352 * gdb.base/signull.exp (test_segv): Prefix all tests with
4353 "${name}". Clean up test messages.
4354
4355 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
4356
4357 * gdb.base/ena-dis-br.exp: Update copyright.
4358 (break_at): New function. Replace send_gdb with gdb_test,
4359 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
4360 ignore count, not stopped at bpt", with KFAIL.
4361
4362 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
4363
4364 * gdb.base/attach.exp: Remove cleanupfile handling.
4365
4366 2004-07-12 Andrew Cagney <cagney@gnu.org>
4367
4368 * gdb.base/annota1.exp: Cleanup corefile test name.
4369 * gdb.base/annota3.exp: Ditto.
4370
4371 2004-07-12 Andrew Cagney <cagney@gnu.org>
4372
4373 * gdb.base/signals.exp: Clean up copyright, re-indent.
4374
4375 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
4376 gdb_test and gdb_test_multiple.
4377
4378 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
4379
4380 * gdb.java/jmain.exp: Fix expected line number for main to
4381 break at. Set XFAIL for break at main test since gcj does not
4382 provide line number info for first statement in main.
4383
4384 2004-07-08 Andrew Cagney <cagney@gnu.org>
4385
4386 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
4387
4388 * gdb.base/sigbpt.exp: Make the common part of each test name a
4389 prefix instead of suffix.
4390
4391 2004-07-07 Bob Rossi <bob_rossi@cox.net>
4392
4393 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
4394 test from test_tbreak_creation_and_listing to
4395 test_file_list_exec_source_file
4396 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
4397 Changed name of test from test_tbreak_creation_and_listing to
4398 test_file_list_exec_source_file
4399
4400 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
4401
4402 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
4403 the jmisc() constructor instead of <init>.
4404 * gdb.java/jmisc1.exp: Ditto.
4405
4406 2004-07-07 Andrew Cagney <cagney@gnu.org>
4407
4408 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
4409 corrupting the PC.
4410
4411 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
4412
4413 * gdb.cp/templates.exp: Accept whitespace change in demangler
4414 output.
4415
4416 2004-07-06 Andrew Cagney <cagney@gnu.org>
4417
4418 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
4419
4420 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
4421
4422 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
4423 * lib/compiler.cc: Likewise.
4424
4425 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
4426
4427 * lib/compiler.cc: Work around string preprocessing problem
4428 with old hp c++ compiler.
4429 * lib/compiler.c: Likewise.
4430
4431 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4432
4433 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
4434 directives to conditionalize symbol prefixing.
4435 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
4436 additional_flags handling. Add underscore prefix for Cygwin.
4437 * gdb.arch/i386-unwind.c: Use preprocessor directives to
4438 conditionalize symbol prefixing.
4439 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
4440 additional_flags handling. Add underscore prefix for Cygwin.
4441
4442 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4443
4444 * gdb.base/bigcore.exp: Skip test on Cygwin.
4445
4446 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
4447
4448 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
4449 formats for "info register". Use gdb_test_multiple. Fix
4450 the "invalid register" test.
4451
4452 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
4453
4454 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
4455 PID for Cygwin. Add Cygwin specific strings to check for in some
4456 tests.
4457 (do_attach_tests): Add a test for user interaction when attaching
4458 to a process with no matching symbol table already loaded.
4459
4460 2004-06-26 Andrew Cagney <cagney@gnu.org>
4461
4462 Test PR java/1567 and PR java/1565.
4463 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
4464 * gdb.java/jmisc2.exp: Delete file.
4465
4466 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
4467
4468 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
4469
4470 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
4471
4472 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
4473 attach process.
4474
4475 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
4476
4477 * gdb.cp/pr-1553.exp: Remove.
4478
4479 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
4480
4481 * gdb.cp/pr-1553.cc: Remove.
4482 * gdb.cp/pr-1553.exp: Disable this test.
4483
4484 2004-06-20 Jim Blandy <jimb@redhat.com>
4485
4486 Fix PR testsuite/1680.
4487 * gdb.arch/i386-sse.exp: Properly quote curly braces in
4488 regular expressions.
4489
4490 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4491
4492 Fix PR testsuite/1679.
4493 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
4494 Issue an UNSUPPORTED result instead.
4495
4496 2004-06-18 Jim Blandy <jimb@redhat.com>
4497
4498 * gdb.base/charset.exp: Only send a control-C if we see a new
4499 prompt and incomplete command.
4500
4501 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4502
4503 * gdb.cp/pr-574.cc: Add copyright notice.
4504
4505 2004-06-17 Jim Blandy <jimb@redhat.com>
4506
4507 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
4508 cases where the regexp has no groups; this grabs random text from
4509 the previous test suite, whatever that was.
4510
4511 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
4512
4513 * gdb.cp/printmethod.cc: Add copyright notice.
4514
4515 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
4516
4517 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
4518
4519 2004-06-16 Andrew Cagney <cagney@gnu.org>
4520
4521 * gdb.base/signull.c: Update copyright. Include <string.h>.
4522 (bowler): Replace data_pointer with data_read
4523 and data_write cases. Add code_descriptor case.
4524 (zero, desc): New array and pointer.
4525 (data, code): Change to simple pointers.
4526 * gdb.base/signull.exp: Fix probe pattern matching a function
4527 descriptor SIGSEGV. Replace data_pointer with data_read and
4528 data_write tests.
4529
4530 2004-06-16 Andrew Cagney <cagney@gnu.org>
4531
4532 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
4533
4534 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
4535
4536 * gdb.base/long_long.c: Add copyright notice.
4537
4538 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
4539
4540 * gdb.base/long_long.exp: Remove reference to
4541 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
4542 to gdb_breakpoint and gdb_continue_to_breakpoint.
4543
4544 2004-06-14 Jim Blandy <jimb@redhat.com>
4545
4546 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
4547 endian case.
4548
4549 2004-06-14 Andrew Cagney <cagney@gnu.org>
4550
4551 * gdb.base/gcore.exp (capture_command_output): Delete the always
4552 passing tests containing inferior values.
4553 * gdb.base/ending-run.exp: Do not include the breakpoint address
4554 in the test message. Update copyright.
4555 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
4556 size in the test name, use gdb_test_multiple. Update copyright.
4557
4558 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
4559
4560 * gdb.cp/ref-types.cc: Add copyright notice.
4561
4562 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
4563
4564 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
4565 hp_aCC_compiler.
4566 * lib/compiler.cc: Likewise.
4567 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
4568 'set' commands. Log diagnostics for other lines. Set
4569 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
4570
4571 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
4572
4573 * gdb.cp/try_catch.cc: Add copyright notice.
4574
4575 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
4576
4577 * gdb.cp/userdef.cc: Add copyright notice.
4578
4579 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
4580
4581 * gdb.cp/virtfunc.cc: Add copyright notice.
4582
4583 2004-06-11 Randolph Chung <tausq@debian.org>
4584
4585 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
4586 problem.
4587
4588 2004-06-10 Andrew Cagney <cagney@gnu.org>
4589
4590 * lib/compiler.cc, lib/compiler.c: Append either
4591 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
4592 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
4593 instead of gcc-3-3.
4594
4595 2004-06-09 Andrew Cagney <cagney@gnu.org>
4596
4597 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
4598 gdb/1455, bug is specific to "long long" and "double".
4599
4600 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
4601 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
4602 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
4603 fixed.
4604
4605 2004-06-09 Andrew Cagney <cagney@gnu.org>
4606
4607 * gdb.base/structs.exp (test_struct_returns): Replace
4608 "return_value_unknown" and "finish_value_unknown" by
4609 "return_value_known" and "finish_value_known". Instead of
4610 "return_value_unknown" iff "finish_value_unknown", check
4611 "return_value_known" implies "finish_value_known".
4612
4613 2004-06-08 Martin Hunt <hunt@redhat.com>
4614
4615 * gdb.base/float.exp: Add pattern for mips targets.
4616
4617 2004-06-08 Randolph Chung <tausq@debian.org>
4618
4619 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
4620 message for unknown architectures more clear.
4621
4622 2004-06-08 Joel Brobecker <brobecker@gnat.com>
4623
4624 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
4625 start the execution of the program.
4626
4627 2004-06-07 Jim Blandy <jimb@redhat.com>
4628
4629 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
4630 * gdb.arch/i386-cpuid.h: New helper file.
4631
4632 2004-06-07 Randolph Chung <tausq@debian.org>
4633
4634 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
4635 has started.
4636
4637 2004-06-04 Roland McGrath <roland@redhat.com>
4638
4639 Fix PR gdb/1647.
4640 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
4641 differently to be robust to output buffering differences.
4642
4643 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
4644
4645 * gdb.threads/pthreads.exp: Update copyright years.
4646 (check_control_c): Change asynchronous 'after' to synchronous.
4647
4648 2004-06-04 Roland McGrath <roland@redhat.com>
4649
4650 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
4651 next gdb prompt.
4652
4653 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
4654
4655 Fix PR gdb/1636.
4656 * gdb.threads/manythreads.exp: Change asynchronous 'after'
4657 calls to synchronous.
4658
4659 2004-05-26 Jim Blandy <jimb@redhat.com>
4660
4661 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
4662
4663 2004-05-24 Randolph Chung <tausq@debian.org>
4664
4665 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
4666 * gdb.asm/pa.inc: New file.
4667
4668 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4669
4670 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
4671
4672 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4673 Daniel Jacobowitz <drow@mvista.com>
4674
4675 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
4676 GDB prompt.
4677
4678 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4679
4680 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
4681 setjmp/longjmp. Use sigaction instead of signal.
4682
4683 2004-05-19 J. Brobecker <brobecker@gnat.com>
4684 Michael Snyder <msnyder@redhat.com>
4685
4686 * gdb.threads/pthread_cond_wait.c: New file.
4687 * gdb.threads/pthread_cond_wait.exp: New testcase.
4688
4689 2004-05-13 Andrew Cagney <cagney@redhat.com>
4690
4691 * gdb.base/signull.exp, gdb.base/signull.c: New files.
4692 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
4693
4694 2004-05-11 Andrew Cagney <cagney@redhat.com>
4695
4696 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
4697 fixed but revealed gdb/1639.
4698
4699 2004-05-10 Andrew Cagney <cagney@redhat.com>
4700
4701 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
4702 func1" and "next to 2nd alarm", kernel bug avoided.
4703
4704 2004-05-10 Daniel Jacobowitz <dan@debian.org>
4705
4706 PR external/1568
4707 * gdb.base/bigcore.exp: Check the size of the dumped core file.
4708 XFAIL if it is smaller than bytes_allocated.
4709 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
4710 (main): Make chunks_allocated unsigned. Correct comment.
4711
4712 2004-05-07 Joel Brobecker <brobecker@gnat.com>
4713
4714 * gdb.arch/powerpc-aix-prologue.c: New file.
4715 * gdb.arch/powerpc-aix-prologue.exp: New file.
4716
4717 2004-05-07 Jim Blandy <jimb@redhat.com>
4718
4719 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
4720 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
4721
4722 2004-05-06 Joel Brobecker <brobecker@gnat.com>
4723
4724 * gdb.base/sep.exp: No longer setup_kfail when the program was
4725 built with dwarf2.
4726
4727 2004-05-05 Jim Ingham <jingham@apple.com>
4728
4729 * gdb.base/pending.exp: Make sure pending breakpoints
4730 preserve the ignore count.
4731
4732 2004-04-27 Jerome Guitton <guitton@gnat.com>
4733
4734 * i386-prologue.exp: Add testcase for jump instruction as first
4735 instruction of the real code.
4736 * i386-prologue.c (jump_at_beginning): New function.
4737
4738 2004-04-28 Mark Kettenis <kettenis@gnu.org>
4739
4740 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
4741 x86_64-*-*.
4742
4743 2004-04-28 Mark Kettenis <kettenis@gnu.org>
4744
4745 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
4746 i*86-*-*.
4747
4748 2004-04-25 Mark Kettenis <kettenis@gnu.org>
4749
4750 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
4751 expression that checks the return type.
4752
4753 2004-04-23 Andrew Cagney <cagney@redhat.com>
4754
4755 * gdb.base/call-sc.exp: New test of scalar call/return values.
4756 * gdb.base/call-sc.c: Ditto.
4757
4758 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4759
4760 * gdb.threads/manythreads.c: Reduce thread stack size.
4761
4762 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
4763
4764 * gdb.threads/manythreads.c: Add copyright notice.
4765
4766 2004-04-23 Andrew Cagney <cagney@redhat.com>
4767
4768 * gdb.base/siginfo.exp: Better handle step out of signal.
4769 * gdb.base/sigstep.exp: Ditto.
4770
4771 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
4772 Daniel Jacobowitz <drow@mvista.com>
4773
4774 * gdb.threads/manythreads.c: New testcase.
4775 * gdb.threads/manythreads.exp: Ditto.
4776
4777 2004-04-22 Jim Blandy <jimb@redhat.com>
4778
4779 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
4780 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
4781
4782 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
4783
4784 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
4785
4786 2004-04-21 Andrew Cagney <cagney@redhat.com>
4787
4788 * gdb.base/sigstep.c: New file.
4789 * gdb.base/sigstep.exp: New file.
4790
4791 2004-04-16 Joel Brobecker <brobecker@gnat.com>
4792
4793 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
4794 call to observer_notify_normal_stop.
4795
4796 2004-04-15 Andrew Cagney <cagney@redhat.com>
4797
4798 * gdb.base/siginfo.c: New file.
4799 * gdb.base/siginfo.exp: New file.
4800
4801 2004-04-12 J. Brobecker <brobecker@gnat.com>
4802
4803 * gdb.base/sep.exp: Fix typo in comment.
4804
4805 2004-04-12 J. Brobecker <brobecker@gnat.com>
4806
4807 * gdb.base/sep.c: New file.
4808 * gdb.base/sep-proc.c: New file.
4809 * gdb.base/sep.exp: New testcase.
4810
4811 2004-04-09 Mark Kettenis <kettenis@gnu.org>
4812
4813 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
4814 support.
4815
4816 2004-04-05 Andrew Cagney <cagney@redhat.com>
4817
4818 * gdb.base/sigaltstack.c: New file.
4819 * gdb.base/sigaltstack.exp: New file.
4820
4821 2004-04-04 Joel Brobecker <brobecker@gnat.com>
4822
4823 * gdb.base/foll-fork.exp: Update the expected output for
4824 "help set follow-fork-mode", to match a change that was made
4825 to the help of this variable on 2004-01-13.
4826
4827 2004-04-01 Joel Brobecker <brobecker@gnat.com>
4828
4829 * lib/ada.exp: Add copyright notice.
4830 * bar.ads: Likewise.
4831 * bar.adb: Likewise.
4832 * null_record.adb: Likewise.
4833 * null_record.exp: Likewise.
4834 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
4835
4836 2004-04-01 Joel Brobecker <brobecker@gnat.com>
4837
4838 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
4839 * configure: Regenerate.
4840
4841 2004-04-01 Joel Brobecker <brobecker@gnat.com>
4842
4843 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
4844 to build the application. Remove the message printed when in
4845 verbose mode, redundant with the UNSUPPORTED message above.
4846
4847 2004-03-31 Joel Brobecker <brobecker@gnat.com>
4848
4849 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
4850 * gdb.ada (null_record.exp): New testcase.
4851
4852 2004-03-31 Joel Brobecker <brobecker@gnat.com>
4853
4854 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
4855
4856 2004-03-31 Joel Brobecker <brobecker@gnat.com>
4857
4858 * gdb.ada: New subdirectory.
4859 * gdb.ada/Makefile.in: New file.
4860 * gdb.ada/gnat_ada.gpr.in: New file.
4861
4862 2004-03-31 Joel Brobecker <brobecker@gnat.com>
4863
4864 * lib/ada.exp: New file.
4865
4866 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
4867
4868 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
4869 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
4870
4871 2004-03-22 Andrew Cagney <cagney@redhat.com>
4872
4873 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
4874 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4875 Problem identified by Ulrich Weigand.
4876
4877 2004-03-17 David Carlton <carlton@kealia.com>
4878
4879 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
4880 PR c++/826.
4881
4882 2004-03-16 Roland McGrath <roland@redhat.com>
4883
4884 * gdb.base/auxv.exp: New file.
4885 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
4886
4887 2004-03-12 David Carlton <carlton@kealia.com>
4888
4889 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
4890 * gdb.cp/pr-1553.cc: Ditto.
4891 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
4892 pass branch.
4893
4894 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
4895
4896 * gdb.cp/templates.exp: Accept more template types.
4897
4898 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
4899
4900 From Corinna Vinschen with modifications.
4901 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
4902 local variable obj_with_enum.
4903 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
4904 results with obj_with_enum.
4905
4906 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
4907
4908 * gdb.cp/classes.cc: New file, copied from misc.cc.
4909 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
4910
4911 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
4912
4913 * gdb.cp/misc.cc: Add copyright notice.
4914
4915 2004-03-05 David Carlton <carlton@kealia.com>
4916
4917 * gdb.cp/rtti.exp: Add 'print *obj3' test.
4918 * gdb.cp/rtti.h: Update copyright.
4919 (namespace n2::n3): New.
4920 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
4921 (n2::n3::func3): New.
4922 (main): Call n2::n3::func3.
4923 * gdb.cp/rtti2.cc: Update copyright.
4924 (n2::create3): New.
4925
4926 2004-03-04 Mark Kettenis <kettenis@gnu.org>
4927
4928 * gdb.asm/openbsd.inc: Fix typo.
4929
4930 2004-03-03 Fred Fish <fnf@redhat.com>
4931
4932 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
4933 "val" instead of unused "size". Update copyright year.
4934
4935 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
4936
4937 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
4938 to use unsigned char.
4939 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
4940 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
4941
4942 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
4943
4944 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
4945 line of output.
4946
4947 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
4948
4949 * gdb.base/relocate.c (dummy): Initialize.
4950
4951 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
4952
4953 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
4954 a breakpoint at exit.
4955
4956 2004-02-27 Fred Fish <fnf@redhat.com>
4957
4958 * gdb.base/chng-syms.exp: Add expect condition to match failing
4959 case that isn't a timeout.
4960
4961 2004-02-27 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
4964 support.
4965
4966 2004-02-26 Fred Fish <fnf@redhat.com>
4967
4968 * gdb.arch/gdb1431.c: Remove.
4969 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
4970 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
4971 of "until" incorrectly.
4972
4973 2004-02-26 J. Brobecker <brobecker@gnat.com>
4974
4975 * gdb.cp/class2.cc (empty): New class.
4976 (refer): New function.
4977 (main): Declare an object of type empty and use it.
4978 * gdb.cp/class2.exp: Print the value of an object of type empty.
4979
4980 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4981
4982 * gdb.base/langs.exp: Update query string to match the
4983 new nquery format used for pending breakpoints.
4984
4985 2004-02-26 Andrew Cagney <cagney@redhat.com>
4986
4987 Fix PR i18n/1570.
4988 * gdb.base/charset.c: Update copyright notice.
4989 (main, init_string): Remove the escape character '\e' tests.
4990 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
4991 * gdb.base/charset.exp (valid_host_charset): Ditto.
4992 * gdb.base/setvar.exp: Ditto.
4993
4994 2004-02-24 Andrew Cagney <cagney@redhat.com>
4995
4996 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
4997 mmapped data in core file" PASS and FAIL messages consistent.
4998
4999 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
5000 setting a breakpoint. Work around PR java/1565.
5001
5002 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
5003
5004 * lib/gdb.exp (gdb_breakpoint): Update query string to match
5005 new nquery format.
5006 * gdb.base/pending.exp: Ditto.
5007
5008 2004-02-22 Mark Kettenis <kettenis@gnu.org>
5009
5010 * configure.in: Run stabs tests on *BSD.
5011 * configure: Regenerated.
5012
5013 2004-02-21 Mark Kettenis <kettenis@gnu.org>
5014
5015 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
5016
5017 2004-02-20 Fred Fish <fnf@redhat.com>
5018
5019 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
5020 blank in test for "returns short", for consistency with other
5021 "returns xxx" tests. Update copyright year.
5022
5023 2004-02-19 Fred Fish <fnf@redhat.com>
5024
5025 New testcase for PR breakpoint/1558.
5026 * gdb.arch/gdb1558.exp: New file.
5027 * gdb.arch/gdb1558.c: New file.
5028
5029 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
5030
5031 * gdb.base/nodebug.exp: Fix typo.
5032
5033 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5034
5035 Committed by Jim Blandy <jimb@redhat.com>.
5036
5037 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
5038
5039 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
5040
5041 * gdb.base/float.exp: Support s390*-*-* targets.
5042
5043 2004-02-17 Adam Fedor <fedor@gnu.org>
5044
5045 * gdb.base/gdb1555.exp: New file.
5046 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
5047
5048 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
5049
5050 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
5051
5052 2004-02-16 Fred Fish <fnf@redhat.com>
5053
5054 * gdb.arch/gdb1291.c: Remove
5055 * gdb.arch/gdb1291.s: New test input file.
5056 * gdb.arch/gdb1291.exp: Expand test to check case that should not
5057 fail. Test for correct result, known incorrect result, other
5058 failures and timeouts.
5059
5060 2004-02-16 Andrew Cagney <cagney@redhat.com>
5061
5062 * gdb.base/bigcore.exp: New file.
5063 * gdb.base/bigcore.c: New file.
5064
5065 2004-02-13 Andrew Cagney <cagney@redhat.com>
5066
5067 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
5068 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
5069 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
5070 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
5071 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
5072 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
5073 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
5074 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
5075 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
5076 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
5077
5078 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
5079
5080 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
5081 executed is an alloc instruction.
5082
5083 2004-02-11 David Carlton <carlton@kealia.com>
5084
5085 * gdb.cp/breakpoint.exp: New.
5086 * gdb.cp/breakpoint.cc: New.
5087
5088 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
5089
5090 Partial fix for PR gdb/1543.
5091 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
5092 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
5093 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
5094 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
5095 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
5096 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
5097 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
5098 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
5099 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
5100 to bug-gdb@prep.ai.mit.edu .
5101 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
5102 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
5103 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
5104 Likewise.
5105
5106 2004-02-10 Andrew Cagney <cagney@redhat.com>
5107
5108 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
5109 using gdb_internal_error_resync.
5110
5111 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
5112
5113 * gdb.threads/thread-specific.exp: Stop early if no threads are
5114 found.
5115
5116 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
5117
5118 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
5119
5120 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
5121
5122 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
5123 breakpoints.
5124
5125 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
5126
5127 * config/sim.exp (gdb_load): Handle $arg == "".
5128 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
5129 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
5130
5131 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
5132
5133 * gdb.base/maint.exp: Update test to reflect
5134 obstack changes.
5135
5136 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
5137
5138 * gdb.base/pendshr.c (pendfunc): New function that calls
5139 pendfunc1.
5140 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
5141
5142 2004-02-04 Fred Fish <fnf@redhat.com>
5143
5144 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
5145 function symbols and update copyright years.
5146 * gdb.arch/gdb1291.c: Ditto.
5147
5148 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
5149
5150 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
5151
5152 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
5153
5154 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
5155
5156 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
5157
5158 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
5159
5160 2004-02-02 Fred Fish <fnf@redhat.com>
5161
5162 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
5163 remote targets. Update copyright years.
5164
5165 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5166
5167 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
5168 support.
5169 * gdb.base/langs.exp: Fix test which attempts to create
5170 breakpoint on non-existent function to handle new pending
5171 support.
5172 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
5173 a breakpoint.
5174 * gdb.base/pending.exp: New test.
5175 * gdb.base/pending.c: New file.
5176 * gdb.base/pendshr.c: Ditto.
5177
5178 2004-02-02 David Carlton <carlton@kealia.com>
5179
5180 * gdb.cp/overload.exp: Add overloadNamespace tests.
5181 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
5182 (overloadNamespace, XXX): New.
5183 (main): Call XXX::marker2.
5184
5185 2004-02-01 Fred Fish <fnf@redhat.com>
5186
5187 * gdb.base/dump.exp: Use runto_main instead of "runto main".
5188 * gdb.base/finish.exp: Ditto.
5189 * gdb.base/gcore.exp: Ditto.
5190 * gdb.base/huge.exp: Ditto.
5191 * gdb.base/info-proc.exp: Ditto.
5192 * gdb.base/return2.exp: Ditto.
5193 * gdb.threads/gcore-thread.exp: Ditto.
5194
5195 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
5196
5197 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
5198
5199 2004-02-01 Mark Kettenis <kettenis@gnu.org>
5200
5201 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
5202 that opening the file succeeds on OpenBSD.
5203
5204 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
5205
5206 * gdb.threads/thread-specific.c: New file.
5207 * gdb.threads/threads-specific.exp: New test script.
5208 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
5209 to expect_out.
5210
5211 2004-02-01 Mark Kettenis <kettenis@gnu.org>
5212
5213 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
5214 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
5215 only on the "print_small_structs from print_long_arg_list" test.
5216
5217 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
5218
5219 * gdb.base/completion.exp: Kill a stray backslash.
5220
5221 From Jim Ingham <jingham@apple.com>:
5222 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
5223 agrees with the result from sending a tab.
5224
5225 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
5226
5227 * gdb.base/chng-syms.exp: Remove stray newline.
5228
5229 2004-01-31 Mark Kettenis <kettenis@gnu.org>
5230
5231 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
5232 *-*-openbsd*.
5233 * gdb.asm/openbsd.inc: New file.
5234
5235 2004-01-30 Mark Kettenis <kettenis@gnu.org>
5236
5237 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
5238 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
5239 *-*solaris2*. Remove commented out default settings for
5240 asm-flags. Replace gdb_compile with target_link.
5241
5242 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
5243
5244 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
5245 for all tests. Remove old hp-ux and cygnus xfail cases.
5246
5247 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
5248
5249 * gdb.base/chng-syms.exp: New file.
5250 * gdb.base/chng-syms.c: New file.
5251
5252 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
5253
5254 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
5255 Provide arms for current output in all my configurations.
5256
5257 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
5258
5259 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
5260 * lib/compiler.cc: Likewise.
5261 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
5262 get the right preprocessor. Eval the output directly. Remove
5263 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
5264 hp_f77_compiler and hp_f90_compiler completely.
5265 (gdb_preprocess): Delete.
5266 (get_compiler): Delete.
5267
5268 2004-01-24 Mark Kettenis <kettenis@gnu.org>
5269
5270 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
5271 <string.h>.
5272
5273 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
5274
5275 * gdb.mi/mi-stack.exp: Update copyright.
5276
5277 2004-01-23 David Carlton <carlton@kealia.com>
5278
5279 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
5280 test for cp_lookup_transparent_type.
5281 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
5282 call them.
5283
5284 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
5285
5286 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
5287 after -var-update.
5288
5289 2004-01-23 David Carlton <carlton@kealia.com>
5290
5291 * gdb.cp/namespace.cc (C::ensureRefs): New.
5292 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
5293
5294 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
5295
5296 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
5297 case "-stack-list-locals 2".
5298 * gdb.mi/mi-var-child.exp: Test for case
5299 "-var-list-children --all-values NAME".
5300
5301 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
5302
5303 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
5304
5305 2004-01-18 Mark Kettenis <kettenis@gnu.org>
5306
5307 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
5308 used with gdb_test_multiple.
5309
5310 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
5311 read at address 0. This fixes PR testsuite/1504.
5312
5313 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
5314
5315 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
5316 Remove downloading, guessing the host executable, the calls to
5317 gdb_file_cmd and gdb_target_cmd, and "load" support.
5318 (infer_host_exec): New function broken out from gdb_load.
5319 (gdb_load): New wrapper for gdbserver_gdb_load.
5320 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
5321 gdb_target_cmd. Use -target-select.
5322 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
5323 Download binaries to the host. Clear last_mi_remote_file when
5324 we load a new binary.
5325 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
5326 call gdbserver_gdb_load and mi_gdb_target_cmd.
5327
5328 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
5329
5330 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
5331 type patterns.
5332
5333 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
5334
5335 * gdb.cp/templates.exp: Fix typo in test name of
5336 "print Foo<volatile char*>::foo".
5337
5338 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
5339
5340 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
5341
5342 2004-01-16 Ben Elliston <bje@wasabisystems.com>
5343
5344 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
5345 (clean mostlyclean): Remove empty rm.
5346
5347 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
5348
5349 * gdb.base/setvar.exp: Add copyright years.
5350
5351 2004-01-14 David Carlton <carlton@bactrian.org>
5352
5353 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
5354 PR c++/1511 and update coment.
5355 * gdb.cp/templates.exp: Update patterns to match current output.
5356 If changes involve something other than whitespace, KFAIL
5357 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
5358
5359 2004-01-14 David Carlton <carlton@kealia.com>
5360
5361 * gdb.cp/namespace.exp: Add tests involving classes defined within
5362 namespaces.
5363 * gdb.cp/namespace.cc (C::CClass): New.
5364 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
5365
5366 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
5367
5368 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
5369 what debug info we have. Print a better message if something goes
5370 wrong while producing the separate debug info file.
5371
5372 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
5373
5374 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
5375
5376 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
5377
5378 * gdb.base/callfuncs.c: Add copyright notice.
5379
5380 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
5381
5382 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
5383 inheritance. PR gdb/1498, PR gcc/13539.
5384
5385 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
5386
5387 * gdb.threads/gcore-thread.exp: Prefix name of binary with
5388 test specific name.
5389 * gdb.mi/gdb669.exp: Ditto.
5390 * gdb.mi/mi-pthreads.exp: Ditto.
5391 * gdb.mi/mi1-pthreads.exp: Ditto.
5392 * gdb.mi/mi2-pthreads.exp: Ditto.
5393
5394 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
5395
5396 * gdb.cp/member-ptr.cc: Add copyright notice.
5397
5398 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
5399
5400 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
5401 some patterns for recent versions of gcc and hpacc. Delete
5402 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
5403 Delete tests that access a NULL pointer-to-member-data. This
5404 script is still disabled for gcc.
5405
5406 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
5407
5408 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
5409 escaped correctly.
5410
5411 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
5412
5413 * gdb.base/sepdebug.exp: New file.
5414 * gdb.base/sepdebug.c: New file.
5415 * lib/gdb.exp (separate_debug_filename): New procedure.
5416 (gdb_gnu_strip_debug): New procedure.
5417
5418 2004-01-12 Andrew Cagney <cagney@redhat.com>
5419
5420 * gdb.mi/ChangeLog: Delete file. Renamed to ...
5421 * gdb.mi/ChangeLog-1999-2003: New file.
5422
5423 2004-01-12 Andrew Cagney <cagney@redhat.com>
5424
5425 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
5426 "Renaming a directory to a non-empty directory returns ENOTEMPTY
5427 or EEXIST", treat EBUSY as an XFAIL.
5428
5429 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
5430
5431 * gdb.base/scope.exp: Remove obsolete setup_xfail for
5432 hp_cc_compiler.
5433
5434 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
5435
5436 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
5437 decorations.
5438
5439 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
5440
5441 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
5442 and "(aCC)" decorations. Remove obsolete doco about old
5443 test results.
5444
5445 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
5446
5447 * gdb.cp/exception.exp: Fix typo in doco.
5448
5449 2004-01-09 Mark Kettenis <kettenis@gnu.org>
5450
5451 * gdb.base/gdb1476.exp: Fix typo.
5452
5453 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
5454
5455 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
5456 file.
5457
5458 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
5459
5460 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
5461 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
5462 Use gdb_compile. Remove restriction on gcc. Add some patterns
5463 for recent version of gdb. Delete second half, which was a copy
5464 of the first half with different build flags. This test is
5465 still disabled because it is still not ready for production.
5466
5467 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5468
5469 * gdb.cp/exception.cc: Add copyright notice.
5470 * gdb.cp/exception.exp: Add a notice that this file is broken
5471 because of line number changes caused by addition of copyright
5472 notice.
5473
5474 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5475
5476 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
5477 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
5478
5479 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5480
5481 * gdb.cp/classes.exp: Accept gnu abi 2.
5482 * gdb.cp/derivation.exp: Likewise.
5483 * gdb.cp/overload.exp: Likewise.
5484 * gdb.cp/virtfunc.exp: Likewise.
5485
5486 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5487
5488 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
5489 semicolon after end of function.
5490
5491 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5492
5493 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
5494 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
5495 boilerplate code for compiling and running the program under
5496 test. Add some string method tests.
5497
5498 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5499
5500 * gdb.cp/bs15503.cc: Add copyright notice.
5501 * gdb.cp/bs15503.exp: Adjust line number.
5502
5503 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5504
5505 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
5506 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
5507
5508 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5509
5510 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
5511 hp_cc_compiler.
5512
5513 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5514
5515 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
5516 * gdb.cp/ctti.exp: Use the marker instead of "next".
5517 With gcc, run further before bailing.
5518
5519 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5520
5521 * gdb.cp/cttiadd.cc: Add copyright notice.
5522 * gdb.cp/cttiadd1.cc: Likewise.
5523 * gdb.cp/cttiadd2.cc: Likewise.
5524 * gdb.cp/cttiadd3.cc: Likewise.
5525
5526 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5527
5528 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
5529 Use gdb_test, gdb_test_multiple. Use floating-point values that
5530 have exact representations in IEEE-ish formats.
5531
5532 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5533
5534 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
5535 compilers. Delete duplicate call to get_compiler_info.
5536 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
5537 * gdb.base/volatile.exp: Likewise.
5538
5539 2004-01-07 Mark Kettenis <kettenis@gnu.org>
5540
5541 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
5542 memory at address 0.
5543
5544 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5545
5546 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
5547 to test for hp-ux assembler. Fix copyright years.
5548
5549 2004-01-07 Andrew Cagney <cagney@redhat.com>
5550
5551 * gdb.base/fileio.c (strerrno): Add "EBUSY".
5552
5553 2004-01-07 Andrew Cagney <cagney@redhat.com>
5554
5555 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
5556 when creating the read-only file. From analysis by Roland McGrath
5557 and Elena Zannoni.
5558
5559 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5560
5561 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
5562
5563 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5564
5565 * gdb.base/cvexpr.c: Be type-safe with function pointers and
5566 data pointers.
5567
5568 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5569
5570 * gdb.cp/m-static.exp: Compile one source file at a time.
5571 Delete unused call to get_compiler_info.
5572
5573 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
5574
5575 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
5576 * gdb.base/call-rt-st.exp: Likewise.
5577 * gdb.base/nodebug.exp: Likewise.
5578 * gdb.base/volatile.exp: Likewise.
5579 * gdb.cp/ref-types.exp: Likewise.
5580 * gdb.cp/templates.exp: Likewise.
5581
5582 2004-01-05 Mark Kettenis <kettenis@gnu.org>
5583
5584 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
5585
5586 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
5587
5588 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
5589 hppa*-hp-hpux*.
5590
5591 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5592
5593 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
5594 x86_64-*-*.
5595
5596 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
5597 sparc64-*-* and sparc*-solaris2*.
5598
5599 2004-01-04 Mark Kettenis <kettenis@gnu.org>
5600
5601 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
5602 return ${tests}" test. The ${tests} already mentions the
5603 filename.
5604
5605 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5606
5607 * gdb.cp/local.exp: Accept gcc abi 2.
5608
5609 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5610
5611 * gdb.cp/templates.exp: Accept gcc abi 2.
5612
5613 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
5614
5615 * lib/compiler.cc: Remove supports_template_debugging.
5616 * gdb.cp/templates.exp: Do not test supports_template_debugging.
5617
5618 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
5619
5620 * gdb.cp/namespace.exp: Accept gcc abi 2.
5621
5622 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
5623
5624 * gdb.cp/method.exp: Accept gcc abi 2.
5625
5626 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
5627
5628 * gdb.cp/classes.exp: Generate identical results as old version.
5629 * gdb.cp/derivation.exp: Likewise.
5630 * gdb.cp/overload.exp: Likewise.
5631 * gdb.cp/virtfunc.exp: Likewise.
5632
5633 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
5634
5635 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
5636 mysterious bug with sourceware version of expect.
5637
5638 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
5639
5640 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
5641 current versions of gcc, including gcc abi 2. Remove gratuitous
5642 restart of test program. Use gdb_test_multiple and gdb_test for
5643 all tests. Add patterns to xfail missing "const" in "const char *"
5644 and kfail PR gdb/1155.
5645
5646 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
5647
5648 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
5649 current versions of gcc, including gcc abi 2. Remove gratuitous
5650 restart of test program. Use gdb_test_multiple and gdb_test for
5651 all tests. Add patterns to kfail PR gdb/1498.
5652
5653 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
5654
5655 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
5656 current versions of gcc, including gcc abi 2. Use "breakpoint"
5657 and "continue" instead of restarting the target program. Use
5658 gdb_test_multiple and gdb_test for all tests.
5659
5660 2004-01-01 Mark Kettenis <kettenis@gnu.org>
5661
5662 * gdb.asm/asm-source.exp: Update copyright year. Link statically
5663 for *-*-solaris2*.
5664
5665 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
5666
5667 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
5668 current versions of gcc, including gcc abi 2. Use "breakpoint"
5669 and "continue" instead of restarting the target program several
5670 times. Use gdb_test_multiple and gdb_test for all tests.
5671
5672 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
5673
5674 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
5675 source files.
5676
5677 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
5678
5679 * gdb.base/environ.exp: Handle compiling test case from multiple
5680 source files.
5681
5682 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
5683
5684 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
5685
5686 2003-12-17 Jim Blandy <jimb@redhat.com>
5687
5688 * gdb.base/freebpcmd.c: Add copyright notice.
5689
5690 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
5691
5692 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
5693
5694 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
5695
5696 2003-12-13 Jim Blandy <jimb@redhat.com>
5697
5698 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
5699
5700 2003-12-12 Kevin Buettner <kevinb@redhat.com>
5701
5702 * gdb.asm/frv.inc: New file.
5703 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
5704
5705 2003-12-09 Fred Fish <fnf@redhat.com>
5706
5707 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
5708 functions to break1.c and leave prototypes behind. Add more
5709 "set breakpoint NN here" comments.
5710 * gdb.base/break1.c: New file.
5711
5712 * gdb.base/break.exp: Handle compiling test case from multiple
5713 source files and change source file references as needed.
5714 * gdb.base/completion.exp: Ditto.
5715 * gdb.base/condbreak.exp: Ditto.
5716 * gdb.base/define.exp: Ditto.
5717 * gdb.base/ena-dis-br.exp: Ditto.
5718 * gdb.base/info-proc.exp: Ditto.
5719 * gdb.base/maint.exp: Ditto.
5720 * gdb.base/until.exp: Ditto.
5721
5722 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
5723 hardcoded line numbers.
5724 * gdb.base/define.exp: Ditto.
5725 * gdb.base/ena-dis-br.exp: Ditto.
5726 * gdb.base/maint.exp: Ditto.
5727 * gdb.base/until.exp: Ditto.
5728
5729 * gdb.base/completion.exp: Use "break1" for completion tests since
5730 "break" is no longer a unique prefix.
5731
5732 2003-12-06 Andrew Cagney <cagney@redhat.com>
5733
5734 * gdb.base/structs.exp (test_struct_returns): When applicable, set
5735 "return_value_unimplemented". When an unimplemented struct return
5736 architecture, report incorrect values as a KFAIL
5737
5738 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
5739
5740 * gdb.cp/rtti.exp: Accept new wording of warning from
5741 cp_lookup_rtti_type.
5742
5743 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
5744
5745 Partial fix for PR testsuite/1456.
5746 * gdb.base/scope.exp (test_at_main): Replace references to
5747 gcc_compiled with calls to test_compiler_info.
5748 (test_at_foo): Likewise.
5749 (test_at_bar): Likewise.
5750
5751 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
5752
5753 Partial fix for PR testsuite/1456.
5754 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
5755 to test_compiler_info.
5756
5757 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
5758
5759 * gdb.base/so-impl-ld.exp: Update copyright notice.
5760
5761 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
5762
5763 Partial fix for PR testsuite/1456.
5764 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
5765 to test_compiler_info.
5766
5767 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
5768
5769 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
5770 from current versions of gdb. Clean up regular expressions.
5771 Delete redundant timeout case.
5772
5773 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
5774
5775 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
5776 from current versions of gdb. Clean up regular expressions.
5777 Delete redundant timeout case.
5778
5779 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
5780
5781 Partial fix for PR testsuite/1456.
5782 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
5783 gcc_compiled with call to test_compiler_info.
5784
5785 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
5786
5787 Partial fix for PR testsuite/1456.
5788 * gdb.base/list.exp (test_list_function): Delete unused declaration
5789 of gcc_compiled.
5790
5791 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
5792
5793 Partial fix for PR testsuite/1456.
5794 * gdb.base/complex.exp: Replace reference to gcc_compiled with
5795 call to test_compiler_info.
5796
5797 2003-11-29 Mark Kettenis <kettenis@gnu.org>
5798
5799 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
5800 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
5801 it to create the appropriate note.inc.
5802 * gdb.asm/asmsrc1.s: Include "note.inc".
5803 * gdb.asm/netbsd.inc: New file.
5804 * gdb.asm/empty.inc: New file.
5805
5806 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
5807
5808 Partial fix for PR testsuite/1456.
5809 * gdb.base/constvars.exp: Replace references to gcc_compiled with
5810 calls to test_compiler_info.
5811
5812 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
5813
5814 Partial fix for PR testsuite/1456.
5815 * gdb.base/volatile.exp: Replace references to gcc_compiled with
5816 calls to test_compiler_info.
5817
5818 2003-11-27 Mark Kettenis <kettenis@gnu.org>
5819
5820 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
5821 pattern for the KFAILs.
5822
5823 2003-11-25 Adam Fedor <fedor@gnu.org>
5824
5825 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
5826 * gdb.objc/objcdecode.m: New file.
5827
5828 2003-11-25 Adam Fedor <fedor@gnu.org>
5829
5830 * gdb.objc/nondebug.exp: Test for PR objc/1236.
5831 * gdb.objc/nondebug.m: New file.
5832
5833 2003-11-26 Ben Elliston <bje@wasabisystems.com>
5834
5835 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
5836 NetBSD as it does on FreeBSD. Modelled on a similar change by
5837 Mark Kettenis on 2003-05-30.
5838 (link-flags): Set to "--entry _start" regardless of target.
5839 Special linker flags are to be appended to $link-flags.
5840 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
5841
5842 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
5843
5844 * gdb.cp/method.exp: Accept output of new demangler.
5845
5846 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
5847
5848 * gdb/class2.exp: New file.
5849 * gdb/class2.cc: New file.
5850
5851 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
5852
5853 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
5854 of new demangler.
5855
5856 2003-11-23 Mark Kettenis <kettenis@gnu.org>
5857
5858 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
5859 of gdb_test "run".
5860
5861 2003-11-23 Mark Kettenis <kettenis@gnu.org>
5862
5863 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
5864 "continue" into "run".
5865
5866 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
5867
5868 Partial fix for PR testsuite/1456.
5869 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
5870 call to test_compiler_info.
5871 * gdb.cp/ctti.exp: Likewise.
5872 * gdb.cp/derivation.exp: Likewise.
5873 * gdb.cp/member-ptr.exp: Likewise.
5874 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
5875 reference to gcc_compiled.
5876
5877 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
5878
5879 Fix PR testsuite/1463.
5880 * gdb.base/structs.exp (start_structs_test): Call
5881 get_debug_format before using the debug format.
5882
5883 2003-11-22 Andrew Cagney <cagney@redhat.com>
5884
5885 * lib/gdb.exp (gdb_test_multiple): Add simple example.
5886 * gdb.base/structs.exp: Use gdb_test_multiple.
5887
5888 2003-11-20 Andrew Cagney <cagney@redhat.com>
5889
5890 * gdb.base/structs.exp: Handle and recover from internal errors.
5891 Replace "foo${n}" with "foo<n>" in test messages.
5892
5893 * gdb.base/structs.exp: Update copyright. Rewrite.
5894 * gdb.base/structs.c: Update copyright. Rewrite.
5895
5896 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
5897 resync count exceeded.
5898
5899 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
5900 from the internal error.
5901 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
5902 Original from Jim Blandy.
5903 (gdb_test_multiple): Use gdb_internal_error_resync.
5904
5905 2003-11-19 Andrew Cagney <cagney@redhat.com>
5906
5907 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
5908 KFAIL.
5909
5910 2003-11-17 Mark Kettenis <kettenis@gnu.org>
5911
5912 New testcase for PR backtrace/1435.
5913 * gdb.arch/i386-unwind.exp: New file.
5914 * gdb.arch/i386-unwind.c: New file.
5915
5916 2003-11-17 Andrew Cagney <cagney@redhat.com>
5917
5918 * lib/gdb.exp (compiler_info): New global.
5919 (test_compiler_info): New function.
5920 (get_compiler_info): Set compiler_info.
5921 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
5922 "compiler_info" to gcc-<major>-<minor>.
5923
5924 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
5925
5926 * gdb.trace/configure: Remove.
5927
5928 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
5929
5930 * gdb.base/break.c: Add comments to aid finding line numbers for
5931 breakpoints.
5932 * gdb.base/break.exp: Remove all references to explicit line
5933 numbers.
5934
5935 2003-11-11 Nick Clifton <nickc@redhat.com>
5936
5937 * gdb.base/shreloc.exp: Do not run for targets which do not
5938 support shared objects.
5939
5940 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
5941
5942 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
5943 Don't run tests if nofileio flag is given.
5944
5945 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
5946
5947 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
5948 as well as 'Watchpoint'.
5949
5950 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
5951
5952 Reported by Jim Ingham <jingham@apple.com>:
5953 * gdb.base/annota1.exp: Match at least one occurrence of the
5954 signal handler annotation.
5955
5956 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
5957
5958 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
5959 as well as 'Watchpoint'.
5960
5961 2003-11-05 Michael Chastain <mec@shout.net>
5962
5963 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
5964
5965 2003-11-03 Kris Warkentin <kewarken@qnx.com>
5966
5967 * gdb.arch/gdb1291.c: New test file.
5968 * gdb.arch/gdb1291.exp: New test script.
5969 * gdb.arch/gdb1431.c: New test file.
5970 * gdb.arch/gdb1431.exp: New test script.
5971
5972 2003-10-22 Michael Chastain <mec@shout.net>
5973
5974 * gdb.mi/pthreads.c: Add copyright notice.
5975
5976 2003-10-22 Michael Chastain <mec@shout.net>
5977
5978 * gdb.threads/pthreads.c: Add copyright notice.
5979
5980 2003-10-20 Michael Chastain <mec@shout.net>
5981
5982 * gdb.base/gdb1056.exp: New test script.
5983
5984 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
5985
5986 * gdb.threads/killed.exp: Use gdb_run_cmd.
5987
5988 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
5989
5990 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
5991 create a core file.
5992 * gdb.threads/gcore-thread.exp: Likewise.
5993
5994 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
5995
5996 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
5997 type, based on char type.
5998 (struct bit_flags_short_t): New bitfield type, based on short type.
5999 (init_bit_flags_char): New fuction.
6000 (init_bit_flags_short): Ditto.
6001 (print_bit_flags_char): Ditto.
6002 (print_bit_flags_short): Ditto.
6003 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
6004
6005 2003-10-11 Michael Chastain <mec@shout.net>
6006
6007 * gdb.base/call-rt-st.exp: Update copyright year.
6008
6009 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6010
6011 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
6012 * gdb.disasm/sh3.s: Ditto.
6013
6014 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
6015
6016 * gdb.threads/switch-threads.exp: New test.
6017 * gdb.threads/switch-threads.c: New source file.
6018
6019 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
6020
6021 * gdb.base/ending-run.exp: Add sh specific case.
6022
6023 2003-10-06 Andrew Cagney <cagney@redhat.com>
6024
6025 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
6026 * gdb.disasm/mn10200.exp: Delete obsolete file.
6027
6028 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
6029
6030 * ChangeLog: Correct an entry command.exp -> commands.exp.
6031 * gdb.base/commands.exp (bp_deleted_in_command_test)
6032 (temporary_breakpoint_commands): Check noargs.
6033
6034 2003-09-25 David Carlton <carlton@kealia.com>
6035
6036 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
6037 of some print tests, where appropriate. Add tests for C::D::cd,
6038 E::ce, F::cXfX, G::XgX.
6039 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
6040
6041 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
6042
6043 * lib/java.exp (java_init): Import target_alias before using it.
6044
6045 2003-09-25 David Carlton <carlton@kealia.com>
6046
6047 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
6048
6049 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
6050
6051 * gdb.base/selftest.exp: Accomodate more instruction reordering
6052 weirdness.
6053
6054 2003-09-17 Michael Chastain <mec@shout.net>
6055
6056 * gdb.cp/gdb1355.exp: New file.
6057 * gdb.cp/gdb1355.c: New file.
6058
6059 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
6060
6061 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
6062 * gdb.asm/sh.inc: New file.
6063
6064 2003-09-11 David Carlton <carlton@kealia.com>
6065
6066 * gdb.cp/namespace.exp: Add tests for namespace types.
6067 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
6068 (test_namespace): New.
6069
6070 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
6071
6072 * gdb.base/relocate.exp: Handle new gdb output at startup.
6073 * gdb.stabs/weird.exp: Ditto.
6074
6075 2003-09-08 Michael Chastain <mec@shout.net>
6076
6077 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
6078
6079 2003-09-07 Michael Chastain <mec@shout.net>
6080
6081 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
6082 'parse error'.
6083
6084 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
6085
6086 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
6087
6088 2003-08-30 Michael Chastain <mec@shout.net>
6089
6090 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
6091 * gdb.gdb/observer.exp: Ditto.
6092 * gdb.gdb/xfullpath.exp: Ditto.
6093
6094 2003-08-29 Mark Kettenis <kettenis@gnu.org>
6095
6096 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
6097 *-*-*bsd*.
6098
6099 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
6100
6101 * gdb.base/dump.exp: Skip for ia64.
6102
6103 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
6104
6105 * gdb.asm/asm-source.exp: Add ia64 support.
6106 * gdb.asm/ia64.inc: New file.
6107
6108 2003-08-22 Michael Chastain <mec@shout.net>
6109
6110 * gdb.cp: New directory.
6111 * gdb.cp/*: Copy from gdb.c++/*.
6112 * gdb.c++/*: Remove.
6113 * Makefile.in: Change gdb.c++ to gdb.cp.
6114 * configure.in: Ditto.
6115 * configure: Regnerate.
6116
6117 2003-08-18 Mark Kettenis <kettenis@gnu.org>
6118
6119 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
6120 * gdb.arch/i386-prologue.c (gdb1338): Add function.
6121
6122 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
6123
6124 * mi-var-display.exp (-var-list-children weird): Accept function
6125 pointers with argument types.
6126 * mi1-var-display.exp (-var-list-children weird): Likewise.
6127 * mi2-var-display.exp (-var-list-children weird): Likewise.
6128
6129 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
6130
6131 * gdb.base/annota3.exp: Add missing newline.
6132
6133 2003-08-06 Michael Chastain <mec@shout.net>
6134
6135 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
6136
6137 2003-08-12 Michael Snyder <msnyder@redhat.com>
6138
6139 * gdb.base/float.exp: Add test for SH.
6140
6141 2003-08-10 Mark Kettenis <kettenis@gnu.org>
6142
6143 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
6144
6145 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
6146
6147 * gdb.base/completion.exp: Remove reduntant completion test
6148 on filename.
6149
6150 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
6151
6152 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
6153 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
6154 gdb.trace/save-trace.exp: Make sure that full pathnames are
6155 escaped correctly.
6156
6157 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
6158
6159 * configure.in: Don't generate config.h from config.hin.
6160 * configure: Regenerate.
6161 * config.hin: Remove file.
6162 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
6163 * gdb.threads/pthreads.c: Ditto.
6164
6165 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
6166
6167 From Kei Sakamoto <sakamoto.kei@renesas.com>:
6168 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
6169 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
6170 Replace ld24 with seth/add3.
6171
6172 2003-08-02 Andrew Cagney <cagney@redhat.com>
6173
6174 * gdb.base/annota3.exp: New file.
6175 * gdb.base/annota3.c: New file.
6176 * gdb.c++/annota3.exp: New file.
6177 * gdb.c++/annota3.cc: New file.
6178
6179 2003-07-29 Michael Chastain <mec@shout.net>
6180
6181 * gdb.threads/tls.c (spin): Check errno only if sem_wait
6182 actually failed.
6183 (do_pass): Likewise.
6184 * gdb.threads/tls.exp: Always initialize no_of_threads.
6185
6186 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
6187
6188 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
6189 pattern.
6190 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
6191 * gdb.threads/tls.exp: Recognize one case of the host library not
6192 supporting TLS.
6193
6194 2003-07-27 Andrew Cagney <cagney@redhat.com>
6195
6196 * gdb.base/fileio.exp: Use SH when running commands using
6197 remote_exec.
6198
6199 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6200
6201 From Kei Sakamoto <sakamoto.kei@renesas.com>:
6202 * gdb.base/relocate.c (dummy): New padding array.
6203
6204 2003-07-22 Michael Snyder <msnyder@redhat.com>
6205
6206 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
6207
6208 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
6209 patterns to be more general, accepting old and new output.
6210 Some output chars (such as '+') also must be quoted.
6211 Some addresses are displayed numerically instead of
6212 symbolically.
6213
6214 2003-07-23 Michael Snyder <msnyder@redhat.com>
6215
6216 * gdb.base/return2.exp: Don't test long-long return.
6217
6218 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
6219 * gdb.disasm/t01_mov.exp: Ditto.
6220 * gdb.disasm/t02_mova.s: Ditto.
6221 * gdb.disasm/t02_mova.exp: Ditto.
6222 * gdb.disasm/t03_add.s: Ditto.
6223 * gdb.disasm/t03_add.exp: Ditto.
6224 * gdb.disasm/t04_sub.s: Ditto.
6225 * gdb.disasm/t04_sub.exp: Ditto.
6226 * gdb.disasm/t05_cmp.s: Ditto.
6227 * gdb.disasm/t05_cmp.exp: Ditto.
6228 * gdb.disasm/t06_ari2.s: Ditto.
6229 * gdb.disasm/t06_ari2.exp: Ditto.
6230 * gdb.disasm/t07_ari3.s: Ditto.
6231 * gdb.disasm/t07_ari3.exp: Ditto.
6232 * gdb.disasm/t08_or.s: Ditto.
6233 * gdb.disasm/t08_or.exp: Ditto.
6234 * gdb.disasm/t09_xor.s: Ditto.
6235 * gdb.disasm/t09_xor.exp: Ditto.
6236 * gdb.disasm/t10_and.s: Ditto.
6237 * gdb.disasm/t10_and.exp: Ditto.
6238 * gdb.disasm/t11_logs.s: Ditto.
6239 * gdb.disasm/t11_logs.exp: Ditto.
6240 * gdb.disasm/t12_bit.s: Ditto.
6241 * gdb.disasm/t12_bit.exp: Ditto.
6242 * gdb.disasm/t13_otr.s: Ditto.
6243 * gdb.disasm/t13_otr.exp: Ditto.
6244
6245 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
6246
6247 * gdb.threads/tls.exp :Add kfail for 'info address' case.
6248
6249 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
6250
6251 * gdb.threads/tls.c : New file.
6252 * gdb.threads/tls.exp : New file.
6253 * gdb.threads/tls-main.c : New file.
6254 * gdb.threads/tls-shared.c : New file.
6255 * gdb.threads/tls-shared.exp : New file.
6256
6257 2003-07-22 Andreas Schwab <schwab@suse.de>
6258
6259 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
6260
6261 2003-07-20 Andreas Schwab <schwab@suse.de>
6262
6263 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
6264 due to insn reordering.
6265
6266 2003-07-15 Andrew Cagney <cagney@redhat.com>
6267
6268 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
6269
6270 2003-07-15 Michael Chastain <mec@shout.net>
6271
6272 * gdb.base/gdb1250.exp: New file.
6273 * gdb.base/gdb1250.c: New file.
6274
6275 2003-07-09 Michal Ludvig <mludvig@suse.cz>
6276
6277 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
6278 expansion of size_t to 'unsigned long', not only to 'unsigned'.
6279
6280 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
6281
6282 * gdb.threads/tls.c: New file.
6283 * gdb.threads/tls.exp: New file.
6284 * gdb.threads/tls-main.c: New file.
6285 * gdb.threads/tls-shared.c: New file.
6286 * gdb.threads/tls-shared.exp: New file.
6287
6288 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
6289
6290 * gdb.base/annota1.exp: Make sure that we properly escape the
6291 full path of the source file. Xfail more permissive patterns,
6292 due to a compiler debug info problem.
6293
6294 2003-07-07 Andreas Schwab <schwab@suse.de>
6295
6296 * gdb.asm/m68k.inc: New file.
6297 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
6298
6299 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
6300 arguments"): Also match negative number.
6301
6302 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
6303
6304 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
6305
6306 * gdb.base/store.c (charest): New typedef.
6307 (add_char): Rename to add_charest, update.
6308 (wack_char): Rename to wack_charest, update types. Return l + r
6309 to keep r live across the call.
6310 (wack_short, wack_int, wack_long, wack_longest, wack_float)
6311 (wack_double, wack_doublest): Return l + r to keep r live across
6312 the call.
6313 * gdb.base/store.exp: Accomodate store.c changes.
6314
6315 2003-06-30 David Carlton <carlton@kealia.com>
6316
6317 * gdb.c++/maint.exp (test_invalid_name): New.
6318 (test_first_component): Add tests for invalid names.
6319
6320 2003-06-29 Michael Chastain <mec@shout.net>
6321
6322 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
6323 output of '<VTT for class>' for virtual base classes.
6324
6325 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6326
6327 * gdb.base/completion.exp: Tab-complete "complet" instead of
6328 "compl".
6329 * gdb.base/complex.exp, gdb.base/complex.c: New files.
6330
6331 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6332
6333 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
6334 * gdb.base/volatile.exp: Likewise.
6335
6336 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
6337
6338 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
6339 gdb/1265.
6340
6341 2003-06-28 Michael Chastain <mec@shout.net>
6342 Daniel Jacobowitz <drow@mvista.com>
6343
6344 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
6345 initial line count of 'captured_main' from 26 to 32.
6346 (test_with_self): Allow xmalloc call to be interleaved with the
6347 preceding two lines.
6348
6349 2003-06-24 Joel Brobecker <brobecker@gnat.com>
6350
6351 * gdb.base/bang.exp: New testcase.
6352
6353 2003-06-23 Joel Brobecker <brobecker@gnat.com>
6354
6355 * gdb.base/langs.exp: Add some tests for the "minimal" language
6356 support.
6357
6358 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
6359
6360 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
6361 the testcase.
6362
6363 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6364
6365 * gdb.base/relocate.exp: Test add-symbol-file with a variable
6366 offset.
6367
6368 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6369
6370 * gdb.c++/pr-1210.cc: New file.
6371 * gdb.c++/pr-1210.exp: New file.
6372
6373 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
6374
6375 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
6376 000-exec-continue.
6377
6378 2003-06-15 Mark Kettenis <kettenis@gnu.org>
6379
6380 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
6381 on *-*-*bsd* instead of *-*-freebsd*.
6382
6383 2003-06-14 Andrew Cagney <cagney@redhat.com>
6384
6385 * gdb.base/store.exp: Test longest and doublest. Test all
6386 parameters. Weaken return statement match.
6387 * gdb.base/store.c: Add longest and doublest - aka long long and
6388 long double functions. Put all parameters into local register
6389 variables. Use negative values.
6390
6391 2003-06-14 Andrew Cagney <cagney@redhat.com>
6392
6393 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
6394 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
6395 exit status.
6396 * gdb.base/fileio.exp: Disable target when nointerrupts and
6397 noinferiorio, instead of limiting it to remote. Use remote_exec
6398 instead of system.
6399
6400 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
6401
6402 * gdb.base/float.exp: Add ia64 support.
6403
6404 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6405
6406 * gdb.base/fileio.exp: Run only on remote targets.
6407
6408 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6409
6410 * gdb.base/fileio.c: New file, testing File-I/O.
6411 * gdb.base/fileio.exp: Ditto.
6412
6413 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
6414
6415 * gdb.base/shreloc.exp: New file, check symbol values obtained from
6416 shared objects after relocation at load time (gdb PR/1132).
6417 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
6418 as above, part of the shared object relocation test.
6419
6420 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6421
6422 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
6423 fully filled history list.
6424 * gdb.base/gdb_history: New file.
6425
6426 * gdb.base/signals.exp: XFAIL "continue to func1" on
6427 i*86-*-freebsd*.
6428
6429 * gdb.base/attach.exp: When trying to attach to a nonexistent
6430 process, make it possible to specify the PID based on the target,
6431 and do so for *-*-freebsd*.
6432
6433 2003-06-02 Richard Henderson <rth@redhat.com>
6434
6435 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
6436
6437 2003-06-02 Richard Henderson <rth@redhat.com>
6438
6439 * gdb.base/selftest.exp: Next over lim_at_start initialization.
6440
6441 2003-06-02 Richard Henderson <rth@redhat.com>
6442
6443 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
6444
6445 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
6446
6447 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
6448 of globalvar.
6449
6450 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6451
6452 * gdb.asm/asm-source.exp: Check for memory read errors in
6453 disassembler test on *BSD too.
6454
6455 2003-06-01 Richard Henderson <rth@redhat.com>
6456
6457 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
6458 for .frame.
6459 (gdbasm_call): Lose ldgp.
6460 (gdbasm_startup): Add frame information.
6461 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
6462
6463 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6464
6465 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
6466 i?86-*-*.
6467
6468 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6469
6470 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
6471 FreeBSD.
6472
6473 2003-05-29 Richard Henderson <rth@redhat.com>
6474
6475 * gdb.asm/alpha.inc: New file.
6476 * gdb.asm/asm-source.exp: Use it.
6477
6478 2003-05-29 Jim Blandy <jimb@redhat.com>
6479
6480 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
6481 'core.PID'.
6482
6483 2003-05-22 Jim Blandy <jimb@redhat.com>
6484
6485 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
6486 backtrace.
6487
6488 2003-05-20 David Carlton <carlton@math.stanford.edu>
6489
6490 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
6491 this time.
6492
6493 2003-05-19 David Carlton <carlton@bactrian.org>
6494
6495 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
6496 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
6497
6498 2003-05-19 David Carlton <carlton@bactrian.org>
6499
6500 * gdb.c++/namespace.exp: Add namespace scope and anonymous
6501 namespace tests.
6502 Bump copyright date.
6503 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
6504 (main): Call C::D::marker2.
6505 * gdb.c++/namespace1.cc: New file.
6506
6507 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
6508
6509 Roland McGrath <roland@redhat.com>
6510 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
6511 there is no manager thread.
6512
6513 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
6514
6515 * gdb.threads/schedlock.exp: Remove assumption that all threads
6516 will run in a particular small time slice. Also ensure we break
6517 in one of the child threads rather than the main thread.
6518
6519 2003-05-07 Jim Blandy <jimb@redhat.com>
6520
6521 Add support for assembly source testing on the s390x.
6522 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
6523 architecture.
6524 * gdb.asm/s390x.inc: New file.
6525
6526 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
6527 succession of 'if' statements.
6528
6529 2003-05-05 Andrew Cagney <cagney@redhat.com>
6530
6531 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
6532
6533 2003-05-05 Andrew Cagney <cagney@redhat.com>
6534
6535 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
6536 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
6537
6538 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
6539
6540 * gdb.base/charset.exp: Update based on new behavior of set/show
6541 charset commands.
6542
6543 2003-05-01 Andrew Cagney <cagney@redhat.com>
6544
6545 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
6546 variable do not give memory errors.
6547
6548 2003-04-30 Adam Fedor <fedor@gnu.org>
6549
6550 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
6551 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
6552 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
6553 gdb.objc/basicclass.m: : New files
6554
6555 * lib/gdb.exp (gdb_compile_objc): New procedure.
6556
6557 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6558
6559 * gdb.base/signals.exp: Make backtrace tests more specific.
6560
6561 2003-04-23 David Carlton <carlton@bactrian.org>
6562
6563 * gdb.c++/maint.exp (test_first_component): Add tests for
6564 'operator' in more locations.
6565
6566 2003-04-16 Kevin Buettner <kevinb@redhat.com>
6567
6568 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
6569
6570 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
6571
6572 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
6573 func marke' instead. Update test name.
6574
6575 2003-04-15 David Carlton <carlton@math.stanford.edu>
6576
6577 * gdb.c++/maint.exp: New file.
6578
6579 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
6580
6581 * gdb.threads/schedlock.c: Change type of thread function argument
6582 to long, to avoid warnings on 64-bit platforms.
6583
6584 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
6585
6586 * gdb.base/attach.exp: Add new message from ptrace in case of
6587 attaching to nonexistent process.
6588
6589 2003-04-11 Jim Blandy <jimb@redhat.com>
6590
6591 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
6592 gdb.c++/userdef.cc: Place comments on the lines to which the
6593 marker function might return.
6594 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
6595 gdb.c++/userdef.exp: Look for those comments to check that we've
6596 returned to the right place, instead of checking line numbers.
6597
6598 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
6599
6600 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
6601 match on sourcefile name, instead of directory name.
6602
6603 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
6604
6605 * gdb.base/completion.exp: Use string_to_regexp to match the
6606 working directory name.
6607
6608 2003-04-09 Jim Blandy <jimb@redhat.com>
6609
6610 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
6611 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
6612 after an inferior function call, report the failure, but allow the
6613 test to continue.
6614
6615 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
6616
6617 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
6618 with -DPROTOTYPES.
6619
6620 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
6621
6622 * gdb.base/break.exp: Revert last patch.
6623
6624 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
6625
6626 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
6627 with -DPROTOTYPES.
6628
6629 2003-04-02 Andrew Cagney <cagney@redhat.com>
6630
6631 * gdb.base/callfuncs.exp: Make "print add" messages unique.
6632 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
6633 matching directories by the name breakpoint.
6634 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
6635 Make "continue to marker1" consistent.
6636 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
6637 message consistent.
6638 * lib/gdb.exp: Put "the program is no longer running", and "the
6639 program exited" in parenthesis.
6640 * lib/mi-support.exp: Ditto.
6641
6642 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6643
6644 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
6645
6646 2003-03-29 Andrew Cagney <cagney@redhat.com>
6647
6648 * gdb.base/sizeof.c (main): Print the value of '\377'.
6649 * gdb.base/sizeof.exp: Check the sign of '\377'.
6650
6651 2003-03-27 Michael Chastain <mec@shout.net>
6652
6653 * gdb.base/gdb1090.exp: New file.
6654 * gdb.base/gdb1090.cc: New file.
6655
6656 2003-03-27 J. Brobecker <brobecker@gnat.com>
6657
6658 * gdb.gdb/observer.exp: New regression test.
6659
6660 2003-03-27 Michael Chastain <mec@shout.net>
6661
6662 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
6663 * gdb.base/ptype.exp: Likewise.
6664
6665 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
6666
6667 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
6668
6669 2003-03-26 Michael Chastain <mec@shout.net>
6670
6671 * gdb.base/ptype.exp: Actually use some typedef'd types.
6672
6673 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6674
6675 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
6676 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
6677
6678 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6679
6680 * gdb.base/default.exp: Fix regular expression.
6681
6682 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6683
6684 * gdb.base/args.exp: Fix regular expression.
6685
6686 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6687
6688 * gdb.base/help.exp: Allow Win32 child process.
6689
6690 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6691
6692 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
6693 when stepping out of main().
6694
6695 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6696
6697 * gdb.base/default.exp: Check for win32 specific message when calling
6698 "run" without executable.
6699
6700 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6701
6702 * gdb.base/args.exp: Expect .exe in output.
6703
6704 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
6705
6706 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
6707 Cygwin native.
6708
6709 2003-03-17 Andrew Cagney <cagney@redhat.com>
6710
6711 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
6712 vector registes.
6713 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
6714 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
6715
6716 2003-03-17 David Carlton <carlton@math.stanford.edu>
6717
6718 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
6719 test, for PR breakpoints/38.
6720 Call test_watchpoint_and_breakpoint.
6721 * gdb.base/watchpoint.c (func3): New function.
6722 (main): Call func3.
6723
6724 2003-03-04 David Carlton <carlton@math.stanford.edu>
6725
6726 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
6727 Garply<Garply<char> >:: garply".
6728 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
6729 with respect to PR c++/1111; note also PR c++/1113.
6730 (test_template_breakpoints): KFAIL "constructor breakpoint" with
6731 respect to PR c++/1062.
6732 KFAIL "destructor breakpoint" with respect to PR c++/1112.
6733
6734 2003-03-03 David Carlton <carlton@math.stanford.edu>
6735
6736 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
6737 with respect to PR c++/57.
6738 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
6739 c++/826.
6740 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
6741 respect to PR c++/57.
6742
6743 2003-03-03 David Carlton <carlton@math.stanford.edu>
6744
6745 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
6746 respect to PR c++/33 into FAILs.
6747
6748 2003-03-03 Michael Chastain <mec@shout.net>
6749
6750 * configure.in: Update copyright years.
6751
6752 2003-03-03 Michael Chastain <mec@shout.net>
6753
6754 * Makefile.in: Update copyright years.
6755
6756 2003-02-28 David Carlton <carlton@math.stanford.edu>
6757
6758 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
6759 print class instead of struct and/or superfluous protection
6760 specifiers, as long as the resulting output is equivalent to the
6761 source code.
6762 Delete FIXME from end of messages on tests that don't need
6763 fixing.
6764
6765 2003-02-28 David Carlton <carlton@math.stanford.edu>
6766
6767 * gdb.c++/templates.exp (do_tests): Allow const in the two
6768 Foo<volatile char *>::foo tests.
6769
6770 2003-02-27 Michael Snyder <msnyder@redhat.com>
6771
6772 * gdb.base/restore.c (main): Return zero, so exit code
6773 will be consistant.
6774
6775 2003-02-26 David Carlton <carlton@math.stanford.edu>
6776
6777 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
6778 char *>::foo" test with respect to PR c++/33. Create a new test
6779 which is identical to that one except that it doesn't put the
6780 space between the "char" and the "*"; KFAIL it, too.
6781
6782 2003-02-26 David Carlton <carlton@math.stanford.edu>
6783
6784 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
6785 template types into either PASSes or KFAILs (corresponding to PR
6786 c++/57). Tweak indentation. Update copyright.
6787
6788 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
6789
6790 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
6791
6792 2003-02-13 Michael Chastain <mec@shout.net>
6793
6794 * gdb.base/exprs.exp: Remove i960 remnants.
6795 * gdb.base/funcargs.exp: Likewise.
6796 * gdb.base/list.exp: Likewise.
6797 * gdb.base/ptype.exp: Likewise.
6798
6799 2003-02-14 David Carlton <carlton@math.stanford.edu>
6800
6801 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
6802 pEe->D::vg()" from XFAIL to KFAIL.
6803
6804 2003-02-13 Jason Molenda (jmolenda@apple.com)
6805
6806 * gdb.base/maint.exp: Update maint print statistics regexp to include
6807 new entries.
6808
6809 2003-02-13 Michael Chastain <mec@shout.net>
6810
6811 * gdb.c++/inherit.exp: Remove call to get_debug_format.
6812
6813 2003-02-12 Michael Chastain <mec@shout.net>
6814
6815 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
6816 * gdb.c++/inherit.exp: Likewise.
6817 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
6818 * gdb.c++/templates.exp: Likewise.
6819 * gdb.c++/virtfunc.exp: Likewise.
6820
6821 2003-02-06 Jason Molenda (jason-cl@molenda.com)
6822
6823 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
6824 why the code is written that way.
6825
6826 2003-02-05 Michael Chastain <mec@shout.net>
6827
6828 * gdb.base/dump.exp: Add missing copyright line.
6829
6830 2003-02-05 Jason Molenda (jason-cl@molenda.com)
6831
6832 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
6833 at the beginning so the breakpoint doesn't get set on the loop.
6834
6835 2003-02-05 Michael Chastain <mec@shout.net>
6836
6837 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
6838 output for configurations with gcc 2.95.3.
6839
6840 2003-02-05 Keith Seitz <keiths@redhat.com>
6841 Andrew Cagney <ac131313@redhat.com>
6842
6843 * gdb.mi/mi-cli.exp: New file.
6844
6845 2003-02-04 Michael Chastain <mec@shout.net>
6846
6847 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
6848 Call perror and then continue.
6849
6850 2003-02-03 Michael Chastain <mec@shout.net>
6851
6852 * gdb.c++/pr-1023.cc: New file.
6853 * gdb.c++/pr-1023.exp: New file.
6854
6855 2003-02-05 Jim Blandy <jimb@redhat.com>
6856
6857 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
6858 it's local to foobar. Check for it there, and check that it's not
6859 present in main.
6860 * gdb.c++/local.cc (marker2): New function.
6861 (foobar): Call marker1.
6862 (main): Call marker2 instead of marker1.
6863
6864 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6865
6866 * gdb.disasm/mn10200.exp: Obsolete file.
6867 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
6868 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
6869 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
6870
6871 2003-02-04 David Carlton <carlton@math.stanford.edu>
6872
6873 * gdb.c++/overload.exp: Test intToChar(1).
6874 * gdb.c++/overload.cc (intToChar): New.
6875 (main): Call intToChar.
6876
6877 2003-02-03 David Carlton <carlton@math.stanford.edu>
6878
6879 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
6880 'might_kfail' arg.
6881 KFAIL some of the continue_to_bp_overloaded calls, according to
6882 PR c++/1025.
6883
6884 2003-02-01 Michael Chastain <mec@shout.net>
6885
6886 * gdb.base/advance.c (marker1): New marker function.
6887 * gdb.base/advance.exp: When the 'advance' command lands on the
6888 return breakpoint, it can legitimately stop on either the
6889 current line or the next line. Accommodate both outcomes.
6890 * gdb.base/until.exp: Likewise.
6891
6892 2003-02-02 Andrew Cagney <ac131313@redhat.com>
6893
6894 2002-11-10 Jason Molenda (jason-cl@molenda.com):
6895 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
6896 now a list, not a tuple.
6897 * gdb.mi/mi-var-display.exp: Ditto.
6898 * gdb.mi/gdb792.exp: Ditto.
6899
6900 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6901
6902 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
6903 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
6904 stack backtraces.
6905 * gdb.mi/mi-syn-frame.c: Part of same.
6906
6907 2003-02-01 Mark Kettenis <kettenis@gnu.org>
6908
6909 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
6910 gdb.mi/mi1-pthreads.exp: Return instead of calling
6911 gdb_suppress_entire_file.
6912
6913 2003-02-01 Mark Salter <msalter@redhat.com>
6914
6915 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
6916
6917 2003-01-31 Mark Salter <msalter@redhat.com>
6918
6919 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
6920 Support empty arg.
6921
6922 2003-01-30 Michael Chastain <mec@shout.net>
6923
6924 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
6925 This was a workaround for a UTF-8 bug in readline 4.3. The bug
6926 has been fixed in gdb/readline on 2003-01-09.
6927
6928 2003-01-29 Michael Snyder <msnyder@redhat.com>
6929
6930 * gdb.base/maint.exp: Allow for leading underscore in symbol.
6931 * gdb.base/display.exp: Allow for leading underscore in symbol.
6932 * gdb.base/args.exp: Skip if target does not support args passing.
6933
6934 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6935
6936 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
6937 gdb_test. Accept a list of expect arguments as the third
6938 parameter.
6939 (gdb_test): Use it.
6940
6941 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
6942
6943 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
6944 allow for different test tree configurations. Update some
6945 tescases accordingly.
6946 * gdb.arch/altivec-regs.exp: Ditto.
6947 * gdb.asm/asm-source.exp: Ditto.
6948 * gdb.base/advance.exp: Ditto.
6949 * gdb.base/display.exp: Ditto.
6950 * gdb.base/long_long.exp: Ditto.
6951 * gdb.base/mips_pro.exp: Ditto.
6952 * gdb.base/overlays.exp: Ditto.
6953 * gdb.base/relocate.exp: Ditto.
6954 * gdb.base/setshow.exp: Ditto.
6955 * gdb.base/step-line.exp: Ditto.
6956 * gdb.base/step-test.exp: Ditto.
6957 * gdb.base/until.exp: Ditto.
6958 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
6959
6960 2003-01-17 David Carlton <carlton@math.stanford.edu>
6961
6962 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
6963 corresponding to PR c++/945.
6964 Update copyright.
6965
6966 2003-01-17 David Carlton <carlton@math.stanford.edu>
6967
6968 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
6969 corresponding to PR c++/68.
6970
6971 2003-01-17 David Carlton <carlton@math.stanford.edu>
6972
6973 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
6974 (test_paddr_hairy_functions): Call print_addr_2_kfail for
6975 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
6976
6977 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6978
6979 * gdb.base/break.exp: Fix change of default location, because of
6980 removal of until tests.
6981 * gdb.base/help.exp: Update test for new 'until' help message.
6982 Add test for help on 'advance'.
6983 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
6984
6985 2003-01-15 Mark Kettenis <kettenis@gnu.org>
6986
6987 * gdb.base/default.exp: Adapt "info float" test for recent changes
6988 to that command. Add test for "info vector".
6989 * gdb.base/float.exp: New file. Add test for "info float" that
6990 resembles the old test in gdb.base/default.exp.
6991
6992 2003-01-15 David Carlton <carlton@math.stanford.edu>
6993
6994 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
6995
6996 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6997
6998 * gdb.base/break.exp: Move the tests of until command from here...
6999 * gdb.base/until.exp: ... to here. New file. Add other tests.
7000 * gdb.base/advance.c: New file.
7001 * gdb.base/advance.exp: New file.
7002
7003 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
7004
7005 * gdb.base/args.c: New file.
7006 * gdb.base/args.exp: New file.
7007
7008 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
7009
7010 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
7011
7012 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
7013
7014 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
7015
7016 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
7017
7018 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
7019 dates.
7020
7021 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7022
7023 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
7024
7025 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7026
7027 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
7028 (ptype &*"foo").
7029 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
7030
7031 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7032
7033 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
7034 * gdb.mi/mi1-console.exp: Likewise.
7035
7036 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7037
7038 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
7039 * gdb.mi/mi1-console.exp: Likewise.
7040
7041 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7042
7043 * gdb.c++/overload.exp: Remove some fixed XFAILs.
7044
7045 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
7046
7047 * gdb.base/detach.exp: New test.
7048
7049 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
7050
7051 * Makefile.in (ALL_SUBDIRS): New variable.
7052 (subdirs, clean, distclean): Use it.
7053 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
7054 regenerating Makefile, since it is generated from the top level.
7055 * gdb.asm/Makefile.in: Likewise.
7056 * gdb.base/Makefile.in: Likewise.
7057 * gdb.c++/Makefile.in: Likewise.
7058 * gdb.disasm/Makefile.in: Likewise.
7059 * gdb.java/Makefile.in: Likewise.
7060 * gdb.mi/Makefile.in: Likewise.
7061 * gdb.threads/Makefile.in: Likewise.
7062 * gdb.trace/Makefile.in: Likewise.
7063
7064 2003-01-09 David Carlton <carlton@math.stanford.edu>
7065
7066 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
7067 Add copyright year 2003.
7068
7069 2003-01-06 Michael Chastain <mec@shout.net>
7070
7071 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
7072 When selecting a thread, 'line' and 'file' are optional.
7073 * gdb.mi/mi1-pthreads.exp: Likewise.
7074
7075 2003-01-06 Andreas Schwab <schwab@suse.de>
7076
7077 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
7078 failures.
7079
7080 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7081
7082 Fix PR gdb/844
7083 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
7084 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
7085
7086 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
7087 instead of calling gdb_suppress_entire_file.
7088 * gdb.threads/print-threads.exp: Likewise.
7089 * gdb.threads/schedlock.exp: Likewise.
7090
7091 * gdb.threads/killed.exp: Return instead of calling
7092 gdb_suppress_entire_file.
7093 * gdb.threads/linux-dp.exp: Likewise.
7094 * gdb.threads/pthreads.exp: Likewise.
7095
7096 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7097
7098 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
7099 stabs.
7100 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
7101 * gdb.base/whatis.exp: Always allow (void) after function names.
7102
7103 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7104
7105 * gdb.c++/casts.exp: Correct regexp.
7106
7107 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7108
7109 * configure.in: Call AC_CONFIG_HEADER. Don't call
7110 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
7111 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
7112 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
7113 aforementioned directories in the AC_OUPUT call.
7114 * config.hin: New file.
7115 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
7116 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
7117 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
7118 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
7119 pass -I$objdir instead of -I$objdir/$subdir in compilation.
7120 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
7121 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
7122 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
7123 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
7124 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
7125 gdb.threads/configure.in, gdb.threads/configure,
7126 gdb.threads/config.in, gdb.trace/configure.in,
7127 gdb.trace/configure: Removed.
7128
7129 2003-01-03 Michael Chastain <mec@shout.net>
7130
7131 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
7132 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
7133
7134 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
7135
7136 * gdb.base/store.exp: Fix regular expressions.
7137
7138 2002-12-28 Mark Kettenis <kettenis@gnu.org>
7139
7140 * configure.in: Rewrite.
7141 * configure: Regenerated.
7142
7143 2003-01-03 David Carlton <carlton@math.stanford.edu>
7144
7145 * gdb.base/psymtab.exp: New file.
7146 * gdb.base/psymtab1.c: Ditto.
7147 * gdb.base/psymtab2.c: Ditto.
7148
7149 2002-12-23 Adam Fedor <fedor@gnu.org>
7150
7151 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
7152
7153 2002-12-23 David Carlton <carlton@math.stanford.edu>
7154
7155 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
7156 and current_directory initialization.
7157
7158 2002-12-22 Jim Blandy <jimb@redhat.com>
7159
7160 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
7161 rather than as part of the output file name.
7162
7163 * gdb.base/attach.exp: There's no need to copy the test program to
7164 /tmp; that was only ever necessary on HP/UX, and this test is
7165 entirely disabled there anyway.
7166
7167 2002-12-21 Jim Blandy <jimb@redhat.com>
7168
7169 * gdb.c++/psmang.exp: Doc fix.
7170
7171 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
7172 test.
7173
7174 2002-12-20 David Carlton <carlton@math.stanford.edu>
7175
7176 * gdb.c++/annota2.exp: KFAIL annotate-quit.
7177
7178 2002-12-18 Michael Chastain <mec@shout.net>
7179
7180 * gdb.c++/annota2.exp: Add copyright year 2002.
7181
7182 2002-12-17 David Carlton <carlton@math.stanford.edu>
7183
7184 * gdb.c++/try_catch.cc: Add marker comments.
7185 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
7186 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
7187 * gdb.c++/m-static.cc: Ditto.
7188 * gdb.c++/m-static1.cc: Ditto.
7189 * gdb.c++/try_catch.cc: Ditto.
7190
7191 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
7192
7193 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
7194 to see whether we are using the new -environment-directory
7195 command which resets via -r or the old version of the command
7196 which may prompt the user. Part of fix for gdb/741.
7197
7198 2002-12-13 Andrew Cagney <ac131313@redhat.com>
7199
7200 * gdb.fortran/types.exp: Update obsolete comment.
7201 * gdb.fortran/exprs.exp: Ditto.
7202 * lib/gdb.exp: Delete obsolete code.
7203 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
7204 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
7205 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
7206 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
7207 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
7208 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
7209 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
7210 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
7211 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
7212 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
7213 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
7214 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
7215 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
7216 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
7217 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
7218 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
7219 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
7220 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
7221 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
7222 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
7223 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
7224 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
7225 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
7226 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
7227 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
7228 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
7229 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
7230 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
7231 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
7232 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
7233 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
7234 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
7235 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
7236 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
7237 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
7238 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
7239 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
7240
7241 2002-12-11 David Carlton <carlton@math.stanford.edu>
7242
7243 * gdb.c++/m-data.exp: Add test for members that shadow global
7244 variables: see PR gdb/804.
7245 * gdb.c++/m-data.cc: Ditto.
7246
7247 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
7248
7249 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
7250
7251 2002-12-06 David Carlton <carlton@math.stanford.edu>
7252
7253 * gdb.base/store.c: Don't declare functions static.
7254
7255 2002-12-04 Andrew Cagney <ac131313@redhat.com>
7256
7257 * gdb.base/store.exp, gdb.base/store.c: New files.
7258
7259 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
7260
7261 * gdb.base/selftest.exp: Update for current gdb.
7262
7263 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
7264
7265 * gdb.base/maint.exp: Only dump symbols from one source file
7266 or objfile.
7267
7268 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
7269
7270 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
7271 function call.
7272
7273 2002-11-25 Jim Blandy <jimb@redhat.com>
7274
7275 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
7276 function appearing in error message.
7277
7278 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
7279
7280 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
7281
7282 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
7283
7284 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
7285 for mi1 and current mi is in correct format. New mi startup message
7286 should be in mi console format. This is part of fix for PR gdb/604.
7287
7288 2002-09-18 Fernando Nasser <fnasser@redhat.com>
7289
7290 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
7291 which explicitly prints the zero offset as "+0".
7292
7293 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
7294
7295 * gdb.threads/schedlock.c (args): Make unsigned.
7296
7297 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
7298
7299 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
7300 numbers. Allow "foo2|selected stack frame".
7301 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
7302 * gdb.asm/asmsrc2.s: Likewise.
7303 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
7304 comments.
7305 * gdb.asm/mips.inc: New file.
7306
7307 2002-10-18 Adam Fedor <fedor@gnu.org>
7308
7309 * gdb.base/default.exp: Update expected output to include 'ObjC'.
7310 * gdb.base/help.exp: Likewise.
7311
7312 2002-10-17 Kevin Buettner <kevinb@redhat.com>
7313
7314 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
7315 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
7316
7317 2002-10-02 Jim Blandy <jimb@redhat.com>
7318
7319 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
7320
7321 2002-10-01 Andrew Cagney <ac131313@redhat.com>
7322
7323 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
7324 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
7325 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
7326 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
7327 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
7328 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
7329 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
7330
7331 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7332
7333 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
7334 * mi0-disassemble.exp, mi0-eval.exp: Delete.
7335 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
7336 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
7337 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
7338 * mi0-var-block.exp, mi0-var-child.exp: Delete.
7339 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
7340
7341 2002-09-27 Kevin Buettner <kevinb@redhat.com>
7342
7343 * gdb.base/annota1.exp (info break): Make directory components of
7344 path optional since not all compilers emit this debug information.
7345
7346 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
7347 step ends up stepping out of the function instead of stopping on
7348 the epilogue.
7349
7350 2002-09-26 Keith Seitz <keiths@redhat.com>
7351
7352 * lib/insight-support.exp (gdbtk_start): Figure out where
7353 the insight executable is based on where gdb is. Use this
7354 executable to start insight instead of gdb.
7355
7356 2002-09-25 Andrew Cagney <cagney@redhat.com>
7357
7358 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
7359
7360 2002-09-24 Andrew Cagney <ac131313@redhat.com>
7361
7362 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
7363 test_isolated_complaints.
7364 (test_empty_complaint): New function.
7365 (test_empty_complaints): New function. Check no output when no
7366 complaints.
7367
7368 2002-09-19 Jim Blandy <jimb@redhat.com>
7369
7370 * gdb.base/charset.exp, gdb.base/charset.c: New files.
7371
7372 2002-09-19 Andrew Cagney <ac131313@redhat.com>
7373
7374 * gdb.gdb/complaints.exp: New file.
7375
7376 2002-09-18 Andrew Cagney <ac131313@redhat.com>
7377
7378 * gdb.base/maint.exp: Check `help maint internal-warning'.
7379
7380 2002-09-18 David Carlton <carlton@math.stanford.edu>
7381
7382 * gdb.c++/m-static.exp: Remove breakpoints depending on line
7383 numbers, and replace them by a single breakpoint after the
7384 constructors are all finished.
7385 Add test 4.
7386 * gdb.c++/m-static.cc: Add test 4.
7387 * gdb.c++/m-static.h: New file.
7388 * gdb.c++/m-static1.cc: New file.
7389
7390 * gdb.c++/printmethod.exp: New file.
7391 * gdb.c++/printmethod.cc: New file.
7392
7393 * gdb.c++/pr-574.exp: New file.
7394 * gdb.c++/pr-574.cc: New file.
7395
7396 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
7397
7398 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
7399 embedded targets which never actually exit.
7400
7401 2002-09-18 Fernando Nasser <fnasser@redhat.com>
7402
7403 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
7404 "don't step after run" as unresolved or unsupported, instead of xfail.
7405
7406 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
7407
7408 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
7409 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
7410 Add newline to expected string in "step out of main (status wrapper)"
7411 case.
7412
7413 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
7414
7415 * lib/gdb.exp (rerun_to_main): Allow restarting application.
7416 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
7417
7418 2002-09-17 Tom Tromey <tromey@redhat.com>
7419
7420 * gdb.base/printcmds.exp (test_print_string_constants): Expect
7421 \000, not \0, in double-quoted string.
7422
7423 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
7424
7425 * gdb.base/commands.exp: Don't expect a "Program exited normally"
7426 string after running the commands execution on breakpoint tests.
7427
7428 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
7429
7430 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
7431
7432 2002-09-12 Joel Brobecker <brobecker@gnat.com>
7433
7434 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
7435
7436 2002-09-10 Keith Seitz <keiths@redhat.com>
7437
7438 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
7439 runto proc.
7440 (mi_run_to_main): Use mi_runto.
7441 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
7442
7443 2002-09-10 Keith Seitz <keiths@redhat.com>
7444
7445 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
7446 regexp for stopping at main. Could have multiple event notifications.
7447 Don't assume that main was declared with no parameters.
7448 (mi_next): Use mi_step_to.
7449 (mi_step): Use mi_next_to.
7450
7451 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
7452
7453 * gdb.base/default.exp: Fix expected string in `info float' test.
7454
7455 2002-09-09 Ben Elliston <bje@redhat.com>
7456
7457 * config/mips.exp: Update comments.
7458 * config/mips-idt.exp: Likewise.
7459 * config/nind.exp: Likewise.
7460 * config/slite.exp: Likewise.
7461 * config/sparclet.exp: Likewise.
7462 * config/udi.exp: Likewise.
7463 * config/vx.exp: Likewise.
7464 * config/vxworks29k.exp: Likewise.
7465
7466 2002-09-05 Jim Blandy <jimb@redhat.com>
7467
7468 * gdb.threads/killed.exp: Fix test failure message.
7469
7470 2002-09-04 Keith Seitz <keiths@redhat.com>
7471
7472 * lib/mi-support.exp: Update copyright.
7473 (mi_gdb_test): Increase the priority of the expected pattern
7474 so that it matches gdb_test.
7475
7476 2002-09-03 Keith Seitz <keiths@redhat.com>
7477
7478 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
7479 Use integer comparison instead of string comparison for testing
7480 whether binary was built.
7481
7482 2002-09-03 Jim Blandy <jimb@redhat.com>
7483
7484 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
7485
7486 2002-08-29 Jim Blandy <jimb@redhat.com>
7487
7488 * gdb.threads/pthreads.exp: Move the portable thread compilation
7489 code into a function in lib/gdb.exp, and call that from here.
7490 * lib/gdb.exp (gdb_compile_pthreads): New function.
7491
7492 2002-08-29 Keith Seitz <keiths@redhat.com>
7493
7494 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
7495 expect_out so that callers can get at it.
7496
7497 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
7498
7499 * gdb.threads/print-threads.c: New file.
7500 * gdb.threads/print-threads.exp: New file.
7501 * gdb.threads/schedlock.c: New file.
7502 * gdb.threads/schedlock.exp: New file.
7503
7504 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
7505
7506 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
7507 not altivec.c.
7508
7509 2002-08-17 Mark Kettenis <kettenis@gnu.org>
7510
7511 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
7512 targets. The problem should be fixed now.
7513
7514 2002-08-15 Mark Kettenis <kettenis@gnu.org>
7515
7516 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
7517 2002-07-24 change that removes final dots from error messages.
7518
7519 2002-08-13 Tom Tromey <tromey@redhat.com>
7520
7521 * gdb.base/readline.exp: New file.
7522
7523 2002-08-01 Andrew Cagney <ac131313@redhat.com>
7524
7525 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
7526 supress message.
7527
7528 2002-08-01 Andrew Cagney <cagney@redhat.com>
7529
7530 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
7531 CHILL_FOR_TARGET and CHILL_LIB.
7532 * configure.in (configdirs): Remove gdb.chill.
7533 * configure: Regenerate.
7534 * lib/gdb.exp: Obsolete references to chill.
7535 * gdb.fortran/types.exp: Ditto.
7536 * gdb.fortran/exprs.exp: Ditto.
7537
7538 2002-07-30 Kevin Buettner <kevinb@redhat.com>
7539
7540 * gdb.base/shlib-call.exp (additional_flags): Conditionally
7541 set Irix-specific compile and link flags.
7542
7543 2002-07-29 Kevin Buettner <kevinb@redhat.com>
7544
7545 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
7546 source files. The ``-o'' option doesn't work with the ``-E'' option
7547 when using the Irix compiler.
7548
7549 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
7550
7551 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
7552 Improve support for reusing an exec file. Copy exec file
7553 to target, and run gdbserver on the target instead of on the host.
7554
7555 2002-07-18 Jim Blandy <jimb@redhat.com>
7556
7557 * gdb.base/ending-run.exp: Don't expect to see the program end in
7558 some orderly fashion when we're running on a real stand-alone
7559 board.
7560
7561 * gdb.base/interrupt.exp: Correct logic for skipping tests on
7562 targets that don't support interrupts.
7563
7564 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
7565
7566 * gdb.base/attach.exp: Add patterns to match output from /proc-based
7567 systems.
7568 Move comments in expect statements to inside the actions, so that they
7569 don't get matched against.
7570
7571 2002-07-10 Mark Kettenis <kettenis@gnu.org>
7572
7573 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
7574 function when asleep" test.
7575
7576 2002-07-10 Andrew Cagney <ac131313@redhat.com>
7577
7578 * gdb.base/page.exp: Rewrite to handle problems with very long
7579 `info set' output. Update copyright.
7580
7581 2002-06-26 Andrew Cagney <ac131313@redhat.com>
7582
7583 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
7584 gdb.threads-hp.
7585 * gdb.hp/configure: Regenerate.
7586 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
7587 * gdb.hp/gdb.threads-hp/configure: Delete file.
7588 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
7589
7590 2002-06-22 Andrew Cagney <ac131313@redhat.com>
7591
7592 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
7593 setlocale, bindtextdomain and textdomain.
7594
7595 2002-06-11 Jim Blandy <jimb@redhat.com>
7596
7597 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
7598 preprocessor macro information is present.
7599
7600 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
7601 tests.
7602
7603 2002-06-06 Michael Snyder <msnyder@redhat.com>
7604
7605 * gdb.base/overlays.exp: Record addresses of overlay
7606 functions in TCL variables rather than in GDB variables,
7607 to avoid having GDB convert them to pointers (with loss
7608 of information).
7609
7610 * gdb.base/d10v.ld: Merge in several years worth of
7611 default linker script changes.
7612 * gdb.base/long_long.exp: Add check for sizeof (long double).
7613
7614 2002-06-06 Michal Ludvig <mludvig@suse.cz>
7615
7616 * gdb.asm/asm-source.exp: Add x86-64 target.
7617 * gdb.asm/x86_64.inc: New.
7618
7619 2002-05-30 Michael Chastain <mec@shout.net>
7620
7621 From Benjamin Kosnik <bkoz@redhat.com>:
7622 * gdb.c++/m-static.cc: New file.
7623 * gdb.c++/m-static.exp: New file.
7624
7625 2002-05-28 Michael Snyder <msnyder@redhat.com>
7626
7627 * gdb.base/call-ar-st.exp: Allow for reduced floating point
7628 precision.
7629
7630 2002-05-27 Michael Chastain <mec@shout.net>
7631
7632 From Benjamin Kosnik <bkoz@redhat.com>:
7633 * gdb.c++/m-data.cc: New file.
7634 * gdb.c++/m-data.exp: New file.
7635
7636 2002-05-27 Michael Chastain <mec@shout.net>
7637
7638 From Benjamin Kosnik <bkoz@redhat.com>:
7639 * gdb.c++/try_catch.cc: New file.
7640 * gdb.c++/try_catch.exp: New file.
7641
7642 2002-05-27 Michael Chastain <mec@shout.net>
7643
7644 * gdb.c++/local.exp: Accept more nested types in output.
7645
7646 2002-05-26 Michael Chastain <mec@shout.net>
7647
7648 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
7649
7650 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
7651
7652 * lib/gdb.exp (gdb_wrapper_init): Just because
7653 gdb_wrapper_file exists, this does not mean that the file
7654 should not be rebuilt. That is what gdb_wrapper_initialized
7655 is for.
7656 (default_gdb_init): Reset gdb_wrapper_initialized.
7657
7658 2002-05-23 Michael Snyder <msnyder@redhat.com>
7659
7660 * gdb.base/all-bin.exp: Revise previous patch by just reducing
7661 the precision of the floating point test results.
7662 * gdb.base/call-rt-st.exp: Ditto.
7663
7664 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
7665 * gdb.base/call-rt-st.exp: Ditto.
7666
7667 2002-05-19 Michael Chastain <mec@shout.net>
7668
7669 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
7670
7671 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
7672
7673 * configure.in (configdirs): Add gdb.arch.
7674 * configure: Regenerate.
7675
7676 2002-05-17 Jim Blandy <jimb@redhat.com>
7677
7678 * gdb.base/completion.exp: Recognize the more detailed error
7679 messages produced by the macro expander's lexical analyzer.
7680
7681 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7682
7683 * gdb.arch/altivec-abi.c: New file.
7684 * gdb.arch/altivec-abi.exp: New file.
7685 * gdb.arch/altivec-regs.c: New file.
7686 * gdb.arch/altivec-regs.exp: New file.
7687
7688 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7689
7690 * gdb.base/maint.exp (maint print type): Update for new type
7691 structure.
7692
7693 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7694
7695 * gdb.arch: New directory.
7696 * gdb.arch/configure.in: New file.
7697 * gdb.arch/configure: New file.
7698 * gdb.arch/Makefile.in: New file.
7699
7700 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
7701
7702 * gdb.asm/asm-source.exp: Add v850 as supported target.
7703 * gdb.asm/v850.inc: New file.
7704
7705 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7706
7707 * gdb.c++/annota2.exp (annotate-quit): Add comment.
7708
7709 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7710
7711 * gdb.base/break.exp: Check 'break "marker2"'.
7712
7713 2002-05-10 Michael Snyder <msnyder@redhat.com>
7714
7715 * gdb.base/long_long.exp: Fix typo.
7716
7717 2002-05-10 Jim Blandy <jimb@redhat.com>
7718
7719 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
7720 a bug.
7721
7722 * gdb.base/printcmds.exp (test_integer_literals_rejected):
7723 Recognize more detailed error message produced by the macro
7724 expander's lexical analyzer.
7725 * lib/gdb.exp (test_print_reject): Same.
7726
7727 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7728
7729 * gdb.c++/method.exp: Fix typo.
7730
7731 2002-05-08 Michael Snyder <msnyder@redhat.com>
7732
7733 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
7734 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
7735 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
7736 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
7737 Add iftarget clause for strongarm.
7738
7739 2002-05-06 Michael Snyder <msnyder@redhat.com>
7740
7741 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
7742 (gdb_continue_to_end): Accept output from status wrapper.
7743 * gdb.base/ending-run.exp: Add case for output from status wrapper.
7744 Clean up fail messages to match pass messages.
7745
7746 Enable the "needs_status_wrapper" testsuite feature.
7747 * lib/gdb.exp (gdb_wrapper_init): New procedure.
7748 (gdb_compile): Conditionally call gdb_wrapper_init.
7749 * gdb.base/a2-run.exp: Recognize output from status wrapper.
7750 * gdb.c++/method.exp: Recognize output from status wrapper.
7751
7752 2002-05-06 Ben Elliston <bje@redhat.com>
7753 From Graydon Hoare <graydon@redhat.com>
7754
7755 * config/sid.exp: Include support for "rawsid" protocol.
7756
7757 2002-05-03 Jim Blandy <jimb@redhat.com>
7758
7759 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
7760 * gdb.c++/hang3.C: New file.
7761
7762 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7763
7764 * gdb.base/default.exp: Remove obsolete code.
7765 * gdb.c++/misc.exp: Ditto. Update copyright.
7766 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
7767 * gdb.base/whatis.exp: Ditto. Update copyright.
7768 * gdb.base/scope.exp: Ditto. Update copyright.
7769 * gdb.base/ptype.exp: Ditto. Update copyright.
7770 * gdb.base/printcmds.exp: Ditto. Update copyright.
7771 * gdb.base/opaque.exp: Ditto. Update copyright.
7772 * gdb.base/list.exp: Ditto.
7773 * gdb.base/funcargs.exp: Ditto. Update copyright.
7774 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
7775 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
7776 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
7777 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
7778 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
7779 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
7780
7781 2002-05-02 Michael Snyder <msnyder@redhat.com>
7782
7783 * gdb.base/watchpoint.exp: Add xscale target.
7784 * gdb.base/long_long.exp: Add xscale target.
7785 * gdb.base/default.exp: Add xscale target.
7786
7787 2002-05-01 Jim Blandy <jimb@redhat.com>
7788
7789 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
7790 gdb.c++/hang.exp: New test.
7791
7792 2002-05-01 Fred Fish <fnf@redhat.com>
7793
7794 * gdb.base/completion.exp: Handle completions of "./Make" for
7795 more than one completion possibility, as is the case when we
7796 build and test in the source tree.
7797
7798 2002-04-29 Anthony Green <green@redhat.com>
7799
7800 * gdb.java/jmisc1.exp: New file.
7801 * gdb.java/jmisc2.exp: New file.
7802
7803 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7804
7805 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
7806
7807 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
7808
7809 * gdb.base/help.exp: Change 'help status' to allow for target
7810 dependent output differences.
7811
7812 2002-04-22 Michael Chastain <mec@shout.net>
7813
7814 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
7815
7816 2002-04-22 Michael Chastain <mec@shout.net>
7817
7818 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
7819
7820 2002-04-17 David S. Miller <davem@redhat.com>
7821
7822 * gdb.asm/sparc64.inc: New file.
7823 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
7824
7825 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7826
7827 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
7828 instruction file directly into the build tree. Clean up at end of
7829 test.
7830
7831 2002-04-18 David S. Miller <davem@redhat.com>
7832
7833 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
7834 handle 64-bit platforms correctly.
7835 * gdb.base/maint.exp: Likewise.
7836
7837 2002-04-18 Kevin Buettner <kevinb@redhat.com>
7838
7839 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
7840 ``-fpic'' when compiling files comprising a shared library, but
7841 it does need additional linker flags in order to find shared
7842 libraries at run time.
7843
7844 2002-04-18 Kevin Buettner <kevinb@redhat.com>
7845
7846 * gdb.base/cvexpr.c (use): New function.
7847 (main): Invoke use() on all global variables to prevent
7848 some linkers from deleting these otherwise unused symbols.
7849
7850 2002-04-17 Michael Chastain <mec@shout.net>
7851 From David S. Miller <davem@redhat.com>
7852
7853 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
7854 handle 64-bit platforms correctly.
7855
7856 2002-04-12 Michael Snyder <msnyder@redhat.com>
7857 From Jim Blandy <jimb@redhat.com>
7858 * gdb.base/foo.c (foox): Remove section attribute; the linker
7859 script can handle this instead.
7860 * gdb.base/bar.c (barx): Same.
7861 * gdb.base/baz.c (bazx): Same.
7862 * gdb.base/grbx.c (grbxx): Same.
7863
7864 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
7865 manager doesn't automatically unmap overlays unnecessarily.
7866
7867 2002-04-10 Martin M. Hunt <hunt@redhat.com>
7868
7869 * gdb.base/ending-run.exp: Fix pattern for Mips targets
7870 stepping out of main.
7871
7872 2002-04-09 Michael Chastain <mec@shout.net>
7873
7874 * gdb.c++/local.cc (main): Move call to marker1() inside nested
7875 scope so that the nested scope tests will make sense.
7876 * gdb.c++/local.exp: Write patterns that actually work with gcc
7877 (the HP patterns "were never known to work with gcc").
7878 Keep the old aCC patterns too.
7879
7880 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7881
7882 * gdb.base/attach.exp: Correct target board test.
7883
7884 2002-04-08 Michael Chastain <mec@shout.net>
7885
7886 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
7887 in a const method. Add some xfail and fail cases for configurations
7888 that do not emit the "const ...".
7889
7890 2002-04-07 Michael Chastain <mec@shout.net>
7891
7892 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
7893 Accept "A * const" and "const A * const" as type of "this".
7894 Fix spelling of getFunky throughout. Make messages uniform.
7895
7896 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7897
7898 Work around for PR gdb/285:
7899 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
7900
7901 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7902
7903 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
7904 instructions file at run time instead of configure time.
7905 Sometimes we run the test in a directory that is not the one we
7906 configured in.
7907 * gdb.asm/configure.in: Delete creation of symlink.
7908 * gdb.asm/configure: Regenerate.
7909
7910 2002-04-05 J. Brobecker <brobecker@gnat.com>
7911
7912 * gdb.gdb/xfullpath.exp: New test, to exercise the new
7913 xfullpath () function.
7914
7915 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * gdb.asm/Makefile.in: Correct dependencies.
7918
7919 * gdb.asm/powerpc.inc: New file.
7920 * gdb.asm/asm-source.exp: Add PowerPC.
7921 * gdb.asm/configure.in: Likewise.
7922 * gdb.asm/configure: Regenerated.
7923
7924 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7925
7926 * gdb.base/relocate.exp: New file.
7927 * gdb.base/relocate.c: New file.
7928
7929 2002-04-04 Fred Fish <fnf@redhat.com>
7930
7931 * gdb.base/step-test.exp: Update comment regarding stopping in
7932 memcpy/bcopy calls inserted as part of the compiler runtime.
7933
7934 2002-04-04 Michael Snyder <msnyder@redhat.com>
7935
7936 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
7937
7938 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
7939
7940 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
7941 (gdb_expect): Remove $notransfer hack.
7942
7943 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
7944
7945 * gdb.c++/classes.exp ("calling method for small class"): Match
7946 updated register output.
7947
7948 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
7949
7950 Fix PR gdb/452
7951 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
7952 when finished. Make gdb_file_cmd send "exec-file" when
7953 appropriate.
7954
7955 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
7956
7957 * gdb.base/attach.exp: Remove extra setup_xfail.
7958
7959 2002-03-26 Michael Snyder <msnyder@redhat.com>
7960
7961 * gdb.base/default.exp: Add tests for dump, append, and restore.
7962 * gdb.base/help.exp: Add tests for dump, append, and restore.
7963 * gdb.base/dump.exp: New file, test dump, append and restore.
7964 * gdb.base/dump.c: New file.
7965
7966 2002-03-27 Michael Snyder <msnyder@redhat.com>
7967
7968 * gdb.base/help.exp: Modify expect strings to reflect
7969 clean-ups in help messages.
7970
7971 2002-03-26 Fred Fish <fnf@redhat.com>
7972
7973 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
7974 have debugging info for those functions and the compiler uses them
7975 internally to copy structs around.
7976
7977 2002-03-26 Fred Fish <fnf@redhat.com>
7978
7979 * gdb.base/list.exp: Revert the change made yesterday and add note
7980 about why we don't list the default lines for remote targets.
7981
7982 2002-03-25 Michael Snyder <msnyder@redhat.com>
7983
7984 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
7985
7986 2002-03-25 Fred Fish <fnf@redhat.com>
7987
7988 * gdb.base/list.exp: This test works on remote targets so remove
7989 the short circuit for remote targets. Update copyright.
7990
7991 2002-03-25 Fred Fish <fnf@redhat.com>
7992
7993 * gdb.base/attach.exp: Fix logic error that was suppressing this
7994 test for all non hppa*-*-hpux* targets, instead of the hp target.
7995 Move comments closer to the suppression point. Also now need to
7996 check that we are running natively.
7997
7998 2002-03-22 Michael Snyder <msnyder@redhat.com>
7999
8000 * gdb.base/default.exp: Add test for gcore. Update copyright.
8001 * gdb.base/help.exp: Add test for gcore. Update copyright.
8002
8003 2002-03-06 Fred Fish <fnf@redhat.com>
8004
8005 * gdb.base/funcargs.c: Remove extraneous ';' character.
8006 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
8007
8008 2002-03-04 Michael Chastain <mec@shout.net>
8009
8010 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
8011 accommodate gcc v3 function signature.
8012 * gdb.mi/mi0-var-cmd-exp: Ditto.
8013
8014 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8015
8016 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
8017 ``GNU/Linux'' or ``Linux kernel''
8018 * testsuite/gdb.threads/pthreads.c: Ditto.
8019
8020 2002-02-24 Michael Chastain <mec@shout.net>
8021
8022 * gdb.threads/pthreads.c (thread1): Add a return statement.
8023 (thread2): Likewise.
8024 (foo): Likewise.
8025
8026 2002-02-23 Michael Chastain <mec@shout.net>
8027
8028 * gdb.threads/linux-dp.c (philosopher): Add a return statement
8029 to placate gcc.
8030
8031 2002-02-23 Michael Chastain <mec@shout.net>
8032
8033 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
8034 test "ptype bint". The test passes on all my stabs configurations.
8035
8036 2002-02-21 Jim Blandy <jimb@redhat.com>
8037
8038 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
8039 filename at a time, and watch for the ones we want to see.
8040
8041 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
8042 types of pointers to prototyped functions.
8043
8044 2002-02-20 Andrew Cagney <ac131313@redhat.com>
8045
8046 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
8047 signed, unsigned and straight char.
8048 (padding_char, padding_short, padding_int, padding_long,
8049 padding_long_long, padding_float, padding_double,
8050 padding_long_double): New global variables.
8051 (fill, fill_structs): New functions.
8052
8053 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
8054 for correctly sized writes. Update copyright.
8055 (get_valueof): New procedure.
8056 (get_sizeof): Call get_valueof.
8057 (check_valueof): New procedure.
8058 (check_padding): New procedure.
8059
8060 2002-02-20 Michael Chastain <mec@shout.net>
8061
8062 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
8063 to setup_xfail. Document some of the remaining calls.
8064
8065 2002-02-18 Michael Chastain <mec@shout.net>
8066
8067 * gdb.c++/userdef.exp: Update copyright year.
8068
8069 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
8070
8071 * gdb.c++/userdef.exp: Test overloaded operators properly.
8072 Remove xfails.
8073
8074 2002-02-14 Michael Snyder <msnyder@redhat.com>
8075
8076 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
8077
8078 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8079
8080 * gdb.base/a2-run.exp: Check for a remote target properly.
8081 * gdb.base/annota1.exp: Likewise.
8082 * gdb.base/list.exp: Likewise.
8083 * gdb.base/reread.exp: Likewise.
8084 * gdb.base/scope.exp: Likewise.
8085 * gdb.base/shlib-call.exp: Likewise.
8086 * gdb.base/term.exp: Likewise.
8087 * gdb.c++/annota2.exp: Likewise.
8088
8089 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8090
8091 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
8092
8093 2002-02-10 Michael Chastain <mec@shout.net>
8094
8095 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
8096 (call_after_alloca): Ditto.
8097
8098 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8099
8100 * gdb.base/ending-run.exp: Guard "cont" test with
8101 gdb_skip_stdio_test.
8102
8103 2002-02-06 Jim Blandy <jimb@redhat.com>
8104
8105 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
8106 from here...
8107 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
8108 To here. Disable this test on non-HP platforms. Add big comment.
8109
8110 2002-02-04 Michael Snyder <msnyder@redhat.com>
8111
8112 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
8113 other than d10v and m32r.
8114
8115 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
8116
8117 * gdb.base/default.exp: Rewrite test patterns to reduce time
8118 taken to match them.
8119
8120 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
8121
8122 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
8123 Allow a start function above main.
8124 * gdb.threads/linux-dp.exp: Fix copyright date.
8125
8126 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
8127
8128 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
8129 (check_philosopher_stack): Check for manager thread before checking
8130 for a just-starting thread.
8131
8132 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
8133
8134 From Neil Booth <neil@daikokuya.demon.co.uk>:
8135 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
8136 warnings.
8137
8138 2002-01-21 Fred Fish <fnf@redhat.com>
8139
8140 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
8141 not caller.
8142
8143 2002-01-21 Jim Blandy <jimb@redhat.com>
8144
8145 * gdb.base/reread.exp: Check that GDB properly re-reads the
8146 executable file when it changes while no inferior is running.
8147
8148 2002-01-21 Fred Fish <fnf@redhat.com>
8149
8150 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
8151 optionally accept the "shlib events" variation.
8152
8153 2002-01-21 Jim Blandy <jimb@redhat.com>
8154
8155 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
8156 call `fflush' after every `printf', so that the output is produced
8157 at predictable points, regardless of whatever buffering does (or
8158 doesn't) take place.
8159 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
8160 at different points.
8161
8162 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
8163
8164 * gdb.c++/inherit.exp: Update copyright years.
8165 * gdb.c++/method.exp: Likewise.
8166
8167 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
8168
8169 * gdb.c++/classes.exp: Update for improved v3 support and skipping
8170 artificial methods/arguments.
8171 * gdb.c++/derivation.exp: Likewise.
8172 * gdb.c++/inherit.exp: Likewise.
8173 * gdb.c++/method.exp: Likewise.
8174 * gdb.c++/virtfunc.exp: Likewise.
8175
8176 2002-01-18 Andrew Cagney <ac131313@redhat.com>
8177
8178 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
8179 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
8180 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
8181 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
8182 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
8183 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
8184
8185 2002-01-17 Jim Blandy <jimb@redhat.com>
8186
8187 * gdb.asm/asm-source.exp (info symbol): Take another shot at
8188 anchoring the pattern matching the entry point symbol's name.
8189
8190 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8191
8192 * gdb.base/maint.exp: Update ``maint internal-error'' to match
8193 continue/quit query. Update copyright.
8194
8195 2002-01-14 Michael Snyder <msnyder@redhat.com>
8196
8197 * gdb.base/gcore.exp: Remove extra debugging output.
8198
8199 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
8200
8201 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
8202 for slightly dubious v2 mangled string.
8203
8204 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
8205
8206 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
8207
8208 2002-01-10 Jason Merrill <jason@redhat.com>
8209
8210 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
8211
8212 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
8213 constructors.
8214 * gdb.c++/derivation.exp: Likewise.
8215 * gdb.c++/templates.exp: Likewise.
8216 * gdb.c++/virtfunc.exp: Likewise.
8217
8218 2002-01-10 Michael Snyder <msnyder@redhat.com>
8219
8220 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
8221
8222 2002-01-08 Michael Snyder <msnyder@redhat.com>
8223
8224 * gdb.base/gcore.exp: New test for generate-core-file command.
8225 * gdb.base/gcore.c: Testcase for above.
8226 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
8227
8228 2002-01-08 Jason Merrill <jason@redhat.com>
8229
8230 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
8231
8232 2002-01-07 Fred Fish <fnf@redhat.com>
8233
8234 * gdb.c++/overload.exp: Remove unconditional xfails for:
8235 print foo_instance1.overloadargs(1)
8236 print foo_instance1.overloadargs(1, 2)
8237 print foo_instance1.overloadargs(1, 2, 3)
8238 print foo_instance1.overloadargs(1, 2, 3, 4)
8239 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
8240 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
8241 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
8242 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
8243 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
8244 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
8245 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
8246 print foo_instance1.overload1arg()
8247 print foo_instance1.overload1arg((char)arg2)
8248 print foo_instance1.overload1arg((signed char)arg3)
8249 print foo_instance1.overload1arg((unsigned char)arg4)
8250 print foo_instance1.overload1arg((int)arg7)
8251 print foo_instance1.overload1arg((unsigned int)arg8)
8252 print foo_instance1.overload1arg((float)arg11)
8253 print foo_instance1.overload1arg((double)arg12)
8254
8255 2002-01-07 Michael Snyder <msnyder@redhat.com>
8256
8257 * gdb.base/huge.exp: New test. Print a very large target data object.
8258 (skip_huge_test): New test variable. Define if you want to skip this
8259 test. The test reads an 8 megabyte data object from the target, so it
8260 might be very time consuming on remote targets with a slow connection.
8261 * gdb.base/huge.c: New file. Test case for above.
8262
8263 2002-01-07 Fred Fish <fnf@redhat.com>
8264
8265 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
8266 g_instance.bfoo, and g_instance.cfoo.
8267
8268 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
8269
8270 * gdb.base/break.c (multi_line_if_conditional): New function.
8271 (multi_ilne_while_conditional): Likewise.
8272 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
8273 IF or WHILE condition puts the breakpoint at the start of
8274 the condition.
8275
8276 * gdb.base/selftest.exp (backtrace through signal handler): Remove
8277 hppa*-*-hpux* expected failure.
8278 * gdb.base/structs.exp (do_function_calls): Similarly.
8279
8280 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
8281 watchpoints.
8282
8283 2002-01-06 Andrew Cagney <ac131313@redhat.com>
8284
8285 Fix PR gdb/66.
8286 * gdb.base/structs.exp: Replace skip for a29k with skip for
8287 gdb,cannot_call_functions.
8288 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
8289 * gdb.base/callfuncs.exp: Ditto.
8290 * gdb.base/call-rt-st.exp: Ditto.
8291 * gdb.base/call-strs.exp: Ditto.
8292 * gdb.base/callfwmall.exp: Ditto.
8293 * gdb.base/scope.exp: Obsolete xfail a29k.
8294 * gdb.c++/misc.exp: Ditto.
8295 * gdb.c++/cplusfuncs.exp: Ditto.
8296 * gdb.base/ptype.exp: Ditto.
8297 * gdb.base/printcmds.exp: Ditto.
8298 * gdb.base/opaque.exp: Ditto.
8299 * gdb.base/list.exp: Ditto.
8300 * gdb.base/funcargs.exp: Ditto.
8301 * gdb.base/default.exp: Ditto.
8302
8303 2002-01-04 Michael Snyder <msnyder@redhat.com>
8304
8305 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8306 * gdb.base/maint.exp: Add tests for maint info sections options.
8307
8308 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
8309
8310 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
8311
8312 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
8313
8314 * gdb.asm/arm.inc: New file.
8315 * gdb.asm/asm-source.exp: Add arm targets.
8316 * gdb.asm/configure.in: Ditto.
8317 * gdb.asm/configure: Recreated from configure.in.
8318
8319 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
8320
8321 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
8322 with HP's compiler.
8323 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8324 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8325 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8326 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8327
8328 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
8329 either HP's compilers or GCC.
8330
8331 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
8332 a SIGBUS or SIGSEGV.
8333
8334 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
8335
8336 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
8337 can be compiled with either HP's compiler or GCC.
8338
8339 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
8340 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
8341 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
8342
8343 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
8344 to match current gdb output. Update due to using auto-solib-limit
8345 for limiting instead of overloading auto-solib-add.
8346 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
8347 test program.
8348
8349 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
8350 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
8351 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8352 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8353 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8354 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8355 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
8356 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
8357 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
8358 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
8359 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
8360 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
8361 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
8362
8363 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
8364 a SIGTRAP to the inferior.
8365
8366 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
8367
8368 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
8369 Substitute call to target_link by call to gdb_compile.
8370
8371 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
8372
8373 * gdb.base/break.exp: Fix HP specific search string when testing
8374 backtracing in a called function.
8375
8376 * gdb.base/constvars.exp: Only set lang to C++ if we're
8377 compiling the test with HP's compilers.
8378 * gdb.base/volatile.exp: Similarly.
8379
8380 2001-12-19 Jim Blandy <jimb@redhat.com>
8381
8382 * gdb.base/printcmds.exp: Expect the null character to be printed
8383 as '\0', and the '\013' to be printed as '\v'.
8384 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
8385 * gdb.base/setvar.exp: Same.
8386
8387 2001-12-17 Jim Blandy <jimb@redhat.com>
8388
8389 * gdb.base/completion.exp: Rather than completing very long
8390 filenames, which can make the readline library produce output we
8391 don't recognize, cd to the directory first, and then complete
8392 using nice, short relative paths.
8393
8394 * gdb.base/completion.exp: On some systems, there is, in fact, a
8395 variable named `b' in scope, since GDB treats all static
8396 variables as being in scope. So use `no_var_named_this'
8397 instead of `b'.
8398
8399 * gdb.base/corefile.exp: Recognize the message saying that GDB
8400 can't find the core file's registers as a failure.
8401
8402 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
8403
8404 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
8405 test expect string more specific.
8406
8407 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
8408
8409 * gdb.asm/asm-source.exp: Add support for xstormy16.
8410 * gdb.asm/configure.in: Ditto.
8411 * gdb.asm/configure: Rebuild.
8412 * gdb.asm/xstormy16.inc: New file.
8413
8414 2001-12-10 Fred Fish <fnf@redhat.com>
8415
8416 * gdb.base/maint.exp: Update to match changes in type dumping code.
8417
8418 2001-12-10 Jim Blandy <jimb@redhat.com>
8419
8420 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
8421 matching the entry point symbol's name at the beginning of the
8422 line.
8423
8424 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
8425
8426 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
8427 gdb.c++/inherit.exp, gdb.c++/method.exp,
8428 gdb.c++/namespace.exp, gdb.c++/templates.exp,
8429 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
8430 and class layout support.
8431
8432 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
8433
8434 * gdb.c++/classes.exp: Add test for static member function.
8435 * gdb.c++/misc.cc: Add class with static member function.
8436
8437 2001-12-07 Jim Blandy <jimb@redhat.com>
8438
8439 If GDB says it can't find the struct the function returned, report
8440 those tests as `unsupported'.
8441 * gdb.base/call-rt-st.exp (print_struct_call): New function.
8442 Rewrite subsequent tests to use it.
8443
8444 If GDB says it can't find the struct the function returned, report
8445 those tests as `unsupported'.
8446 * gdb.base/structs.exp (call_struct_func): New function.
8447 (do_function_calls): Use call_struct_func to call the functions
8448 returning structs.
8449
8450 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
8451 whether functions are prototyped or not, so we can't possibly pass
8452 arguments to t_float_values2 properly.
8453
8454 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
8455 value of `timeout' for targets other than the mips*tx39-*.
8456
8457 2001-12-06 Michael Snyder <msnyder@redhat.com>
8458
8459 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
8460 and detect whether the start symbol has a leading underscore.
8461
8462 2001-12-04 Jim Blandy <jimb@redhat.com>
8463
8464 * gdb.base/completion.exp: Clarify indentation.
8465
8466 2001-12-03 Jim Blandy <jimb@redhat.com>
8467
8468 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
8469 variables on the S/390, not `.word'.
8470
8471 2001-11-30 Jim Blandy <jimb@redhat.com>
8472
8473 Add assembly-source tests for s390-ibm-linux.
8474 * gdb.asm/s390.inc: New file.
8475 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
8476 the S/390 architecture.
8477 * gdb.asm/configure: Regenerated.
8478
8479 2001-11-30 Michael Snyder <msnyder@redhat.com>
8480
8481 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
8482 next, info source, info sources, info line, global and static
8483 variables, and static functions.
8484 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
8485 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
8486 * gdb.asm/asmsrc1.s: Add a static function and some variables.
8487 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
8488 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
8489 (gdbasm_leave): Restore frame pointer.
8490 (gdbasm_startup): Copy stack set-up from crt0.S.
8491
8492 2001-11-26 Fernando Nasser <fnasser@redhat.com>
8493
8494 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
8495 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
8496 to a local (non-static) variable. Copy tstruct.a to a static buffer
8497 and return a pointer to that buffer.
8498 * gdb.base/callfwmall.c (t_structs_a): Ditto.
8499
8500 2001-11-24 Mark Kettenis <kettenis@gnu.org>
8501
8502 * gdb.asm/configure.in: Fix recognition of ix86 target.
8503 * gdb.asm/configure: Regenerate.
8504
8505 2001-11-21 Michael Snyder <msnyder@redhat.com>
8506
8507 * gdb.asm/sparc.inc: New file.
8508 * gdb.asm/asm-source.exp: Recognize sparc target.
8509 * gdb.asm/configure.in: Recognize sparc target.
8510 * gdb.asm/configure: Regenerate.
8511
8512 2001-11-21 Michael Snyder <msnyder@redhat.com>
8513
8514 * gdb.asm/m32r.inc: New file.
8515 * gdb.asm/asm-source.exp: Recognize m32r target.
8516 * gdb.asm/configure.in: Recognize m32r target.
8517 * gdb.asm/configure: Regenerate.
8518
8519 2001-11-20 Michael Snyder <msnyder@redhat.com>
8520
8521 * gdb.asm/i386.inc: New file.
8522 * gdb.asm/asm-source.exp: Recognize ix86 target.
8523 * gdb.asm/configure.in: Recognize ix86 target.
8524 * gdb.asm/configure: Regenerate.
8525
8526 * gdb.c++/namespace.exp: Fix quotes in output messages.
8527
8528 2001-11-14 Michael Snyder <msnyder@redhat.com>
8529
8530 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
8531 qualifier in a type cast expression, to designate an address
8532 in the instruction space (Harvard architecture).
8533
8534 2001-11-13 Michael Snyder <msnyder@redhat.com>
8535
8536 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
8537 Tests for expressions using 'const' and 'volatile'.
8538
8539 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
8540
8541 * gdb.asm/asm-sources.exp: Allow defining linker flags.
8542
8543 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * lib/mi-support.exp (mi_run_to_helper): Move comments
8546 outside of gdb_expect.
8547
8548 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
8549
8550 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
8551 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
8552 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
8553 mi0_run_to): New functions.
8554 * gdb.mi/mi-simplerun.exp: Use them.
8555 * gdb.mi/mi0-simplerun.exp: Likewise.
8556 * gdb.mi/mi-var-cmd.exp: Likewise.
8557 * gdb.mi/mi0-var-cmd.exp: Likewise.
8558
8559 2001-11-10 Andrew Cagney <ac131313@redhat.com>
8560
8561 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
8562 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
8563
8564 2001-11-09 Andrew Cagney <ac131313@redhat.com>
8565
8566 * gdb.base/restore.exp: Include $expected value in restored test
8567 message.
8568
8569 2001-11-09 Andrew Cagney <ac131313@redhat.com>
8570
8571 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
8572 implemented.
8573
8574 2001-11-08 Michael Snyder <msnyder@redhat.com>
8575
8576 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
8577 Add pass/fail message for stop at breakpoint in call dummy function.
8578
8579 2001-11-07 Michael Snyder <msnyder@redhat.com>
8580
8581 * gdb.c++/templates.exp (test_template_breakpoints):
8582 If we get an overload menu, but it does not match what
8583 we expect, we still need to issue the "cancel" command.
8584 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
8585 making the whitespace optional. Argument for "new" may be
8586 "unsigned" as well as "unsigned int/long".
8587 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
8588 making the whitespace optional. Also replace "(void) with
8589 "((void|)), making the keyword "void" optional.
8590 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
8591 making the whitespace optional. Also replace "(void) with
8592 "((void|)), making the keyword "void" optional.
8593 * gdb.base/callfuncs.c (t_float_values): This function must
8594 _not_ be prototyped, and the following function (t_float_values2)
8595 must be prototyped (if the compiler supports it), so that GDB
8596 can be tested against both cases. Usually one case involves
8597 promotion of float to double, while the other does not.
8598 * gdb.base/callfwmall.c: Ditto.
8599 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
8600 includes a stack frame for "start".
8601
8602 2001-11-05 Jim Blandy <jimb@redhat.com>
8603
8604 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
8605 pointers are 32 bits long, and that offsets of relocs are always
8606 stored in the data (REL-style), and not in the reloc entry itself
8607 (RELA-style).
8608 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
8609 stabs.
8610
8611 2001-11-01 Michael Snyder <msnyder@redhat.com>
8612
8613 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
8614 and regular expression operators by using quoting.
8615
8616 2001-10-31 Michael Snyder <msnyder@redhat.com>
8617
8618 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
8619 depending on what the symbol table contains.
8620 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
8621 the output of the ptype command. Similarly, accept both "const &"
8622 and "const&".
8623
8624 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
8625
8626 * gdb.base/miscexprs.c (main): Add usage of preprocessor
8627 symbol `STORAGE' to allow to choose the storage class of
8628 the local datastructures.
8629 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
8630 compiler directive.
8631
8632 2001-10-30 Michael Snyder <msnyder@redhat.com>
8633
8634 * gdb.base/jump.exp: Allow it to run for all targets.
8635
8636 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
8637
8638 * gdb.base/call-ar-st.c (print_double_array): Match for loop
8639 with new double_array size.
8640 (main): Change storage class of all local variables to static.
8641 Reduce size of double_array to 9.
8642 * gdb.base/call-ar-st.exp: Increase timeout value.
8643 Change expected output for double array to match new size in
8644 call-ar-st.c.
8645
8646 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
8647
8648 * gdb.base/ending-run.exp: Create identical output when passing
8649 `step to end of run' case. Add regular expression branch satisfying
8650 Stormy16 target.
8651
8652 2001-10-28 Mark Kettenis <kettenis@gnu.org>
8653
8654 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
8655 that we catch the expected failure under Linux/x86.
8656
8657 2001-10-29 Orjan Friberg <orjanf@axis.com>
8658
8659 * gdb.base/setvar.exp: Escape curly braces.
8660 * gdb.stabs/weird.exp: Ditto.
8661
8662 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
8663
8664 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
8665 * gdm.mi/mi0-hack-cli.exp: Likewise.
8666
8667 2001-10-25 Andrew Cagney <ac131313@redhat.com>
8668
8669 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
8670 messages.
8671
8672 2001-10-21 Andrew Cagney <ac131313@redhat.com>
8673
8674 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
8675 checking MI enabled.
8676
8677 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
8678
8679 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
8680
8681 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
8682
8683 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
8684 if gdb child process crashes, just signal an error.
8685
8686 2001-10-02 Jim Blandy <jimb@redhat.com>
8687
8688 * lib/gdb.exp (test_xfail_format): Simplify.
8689
8690 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
8691 front of the variable name `format'. Simplify `if'.
8692
8693 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
8694
8695 * gdb.threads/pthreads.exp: Wait for output and delay
8696 before sending ^C.
8697
8698 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
8699
8700 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
8701 some incorrect output instead of timing out.
8702 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
8703
8704 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
8705
8706 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
8707 check to allow additional `int'.
8708
8709 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
8712 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
8713
8714 2001-09-27 Michael Snyder <msnyder@redhat.com>
8715
8716 * lib/gdb.exp (test_debug_format): New proc.
8717 (setup_xfail_format): Use new proc test_debug_format.
8718 * gdb.base/constvars.exp (local_compiler_xfail_check): New
8719 proc; use new service proc test_debug_format.
8720 Replace all other "gcc_compiled" tests with this test.
8721 * gdb.base/volatile.exp (local_compiler_xfail_check): New
8722 proc; use new service proc test_debug_format.
8723 Replace all other "gcc_compiled" tests with this test.
8724
8725 2001-09-27 Michael Snyder <msnyder@redhat.com>
8726
8727 * gdb.base/cvexpr.exp: New file.
8728 * gdb.base/cvexpr.c: New file
8729 Test for expressions using const and volatile keywords.
8730
8731 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
8732
8733 * gdb.base/constvars.exp: Check for different orders of keywords
8734 and additional "int" strings in output.
8735
8736 2001-09-22 Andrew Cagney <ac131313@redhat.com>
8737
8738 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
8739 responses from "help maint".
8740
8741 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
8742
8743 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
8744 to localhost:NNN instead of :NNN, in case Xvfb is listening
8745 only on TCP.
8746
8747 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
8748
8749 * gdb.base/recurse.exp: When checking leaving the watchpoint
8750 scope, recognize when gdb is in function's epilogue and pass.
8751
8752 2001-09-18 Keith Seitz <keiths@redhat.com>
8753
8754 * lib/insight-support.exp (_gdbtk_export_target_info): Add
8755 support for running tests against sid targets.
8756 (gdbtk_done): Ditto.
8757
8758 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
8759
8760 * gdb.base/ending-run.c (main): Set stdout buffersize
8761 to the same reasonable value for any target.
8762 * gdb.base/ending-run.exp: Add a regular expression
8763 to make testsuite happy on Sanyo Stormy16 target.
8764
8765 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
8766
8767 * gdb.base/display.c (do_loops): Add float variable `f'.
8768 Increment f in loop.
8769 * gdb.base/display.exp: Increment timeout by 60 seconds.
8770 Change float display test to use variable `f'.
8771
8772 2001-09-17 Jim Blandy <jimb@redhat.com>
8773
8774 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
8775 overflowing the limited breakpoint tables on some ROM monitors
8776 (like the ROM68K).
8777
8778 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
8779
8780 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
8781 the "-ac" (disable access control) flag.
8782
8783 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
8784
8785 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
8786 ints.
8787
8788 2001-08-30 Keith Seitz <keiths@redhat.com>
8789
8790 * lib/gdb.exp: Move all insight-related functionality into
8791 separate file.
8792 * lib/insight-support.exp: New file.
8793
8794 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
8795
8796 * config/sid.exp (sid_start): Never set sid verbosity; disable
8797 expect_background {} that consumed its stdout; tolerate </dev/null.
8798 Attempt to set endianness override in "sid" protocol mode. Cleanup.
8799
8800 2001-08-18 Andrew Cagney <ac131313@redhat.com>
8801
8802 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
8803 CLI jump command to start it.
8804 (mi_run_to_main): Fail immediatly when unexpected output.
8805
8806 2001-08-18 Andrew Cagney <ac131313@redhat.com>
8807
8808 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
8809 beginning of function. Fix PR gdb/191.
8810
8811 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
8812
8813 * config/sid.exp (sid_start): Don't warn if we cannot figure out
8814 what to force sid endianness to.
8815
8816 2001-08-15 Keith Seitz <keiths@redhat.com>
8817
8818 * lib/gdb.exp (gdbtk_start): Don't set environment
8819 variables for TCL_LIBRARY and friends. Insight will
8820 now figure these out for itself.
8821
8822 2001-08-02 Michael Snyder <msnyder@redhat.com>
8823
8824 * gdb.base/completion.exp: Remove the symbol "a64l" from
8825 the expect string; this is target-specific, and not related
8826 to what is being tested.
8827
8828 2001-08-02 Dave Brolley <brolley@redhat.com>
8829
8830 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
8831
8832 2001-07-25 Michael Snyder <msnyder@redhat.com>
8833
8834 * gdb.base/consecutive.exp: New file. Test stepping over
8835 breakpoints on consecutive instructions.
8836 * gdb.base/consecutive.c: New file.
8837
8838 * gdb.base/call-rt-st.exp: Use double-backslash to quote
8839 curly braces in regular expressions.
8840
8841 2001-07-25 Michael Snyder <msnyder@redhat.com>
8842
8843 * gdb.base/ending-run.exp: Accept "Program exited normally" as
8844 legitimate output from stepping out of main.
8845
8846 2001-07-22 Keith Seitz <keiths@redhat.com>
8847
8848 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
8849 the empty string, do not run the tests.
8850
8851 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8852
8853 * gdb.base/long_long.exp: Detect size of pointer. Take into
8854 account 2-byte pointers when testing for p/a results.
8855
8856 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8857
8858 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
8859 and defined to 1K for m68hc11.
8860 (random_data): Reduce table to 1K for embedded platforms (68hc11).
8861 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
8862 (sizeof_random_data): New variable to tell the size of the data table;
8863 don't test past this size; always run to main.
8864
8865 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8866
8867 * gdb.base/return2.exp: return of long long and double fails for
8868 68HC11; don't execute these tests on that platform.
8869 * gdb.base/return.exp: Return of a double fails for 68hc11.
8870
8871 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8872
8873 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
8874 tests that print a float.
8875 * call-rt-st.exp: Likewise.
8876
8877 2001-07-12 Mark Kettenis <kettenis@gnu.org>
8878
8879 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
8880 running this test on Linux.
8881
8882 2001-06-24 Michael Chastain <chastain@redhat.com>
8883
8884 * gdb.base/arithmet.exp: Remove some tests to make all test names
8885 unique.
8886
8887 2001-07-03 Michael Snyder <msnyder@redhat.com>
8888
8889 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
8890 the output of the ptype command.
8891
8892 2001-07-02 Michael Snyder <msnyder@redhat.com>
8893
8894 * gdb.base/completion.exp: Don't assume that break.c is the only
8895 source file that may contain functions named "marker".
8896 * gdb.base/corefile.exp: Quote the curly braces in regexp.
8897
8898 2001-06-28 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
8901 of files to delete.
8902
8903 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
8904 * gdb.disasm/h8300s.exp: New file.
8905 gdb.disasm/h8300s.s: Likewise.
8906
8907 2001-06-27 Andrew Cagney <ac131313@redhat.com>
8908
8909 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
8910 empty breakpoint tables.
8911
8912 2001-06-25 Andrew Cagney <ac131313@redhat.com>
8913
8914 * lib/mi-support.exp: Update args=... part of stop-reason
8915 patterns. Accept either a list or a tuple.
8916
8917 2001-06-23 Andrew Cagney <ac131313@redhat.com>
8918
8919 * lib/mi-support.exp: Remove local emacs variable defining
8920 change-log-default-name.
8921
8922 2001-06-22 Michael Chastain <chastain@redhat.com>
8923
8924 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
8925 This is operationally compatible with the previous version.
8926
8927 2001-06-13 Jim Blandy <jimb@redhat.com>
8928
8929 * lib/gdb.exp (gdb_test): Doc fix.
8930
8931 2001-06-10 Michael Chastain <chastain@redhat.com>
8932
8933 * gdb.base/exprs.exp: Remove a duplicate test.
8934
8935 2001-06-06 Jim Blandy <jimb@redhat.com>
8936
8937 * gdb.base/return2.exp (main): Use values to test float and double
8938 returns that are not NaN's, to avoid being confused by IEEE
8939 comparison rules.
8940
8941 2001-06-04 Michael Snyder <msnyder@redhat.com>
8942
8943 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
8944 non-zero if control_c fails. Terminate the test on failure,
8945 rather than wait for 12 more tests to time out.
8946
8947 2001-06-06 Jim Blandy <jimb@redhat.com>
8948
8949 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
8950 Don't forget to match the GDB prompt.
8951
8952 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
8953
8954 2001-06-04 Jim Blandy <jimb@redhat.com>
8955
8956 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
8957 command.
8958
8959 2001-05-31 Kevin Buettner <kevinb@redhat.com>
8960
8961 * gdb.base/annota1.exp (info break): Match four or more spaces
8962 after "Address".
8963
8964 2001-05-31 Michael Chastain <chastain@redhat.com>
8965
8966 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
8967 (dm_type_int_star): Likewise.
8968 (dm_type_long_star): Likewise.
8969 (dm_type_void_star): Likewise.
8970
8971 2001-05-29 Kevin Buettner <kevinb@redhat.com>
8972
8973 * gdb.base/completion.exp (INPUTRC): Set this environment variable
8974 to a known value in order to get consistent results regardless
8975 of the setting of INPUTRC or the presence or contents of .inputrc.
8976
8977 2001-05-24 Michael Snyder <msnyder@redhat.com>
8978
8979 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
8980 Don't require that the main thread and the manager thread are the
8981 first in the list.
8982
8983 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
8984 debugging. If test fails, issue an "unsupported" not a "fail".
8985
8986 2001-05-24 Jim Blandy <jimb@redhat.com>
8987
8988 Don't assume that short is shorter than int.
8989 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
8990 assume that shorts are smaller than ints. On a 16-bit machine,
8991 this isn't true.
8992 ("print unsigned char == (~0)"): Add test that verifies that ~0,
8993 an int, is not equal to ~0 stored in an unsigned char. This tests
8994 the same thing that the previous test meant to, but works on
8995 16-bit machines, too.
8996 ("print unsigned char != (~0)"): Same test, complemented.
8997
8998 2001-05-24 Michael Snyder <msnyder@redhat.com>
8999
9000 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
9001 test for (full_coverage == 0). This makes the test run faster,
9002 and prevents dejagnu getting out of step.
9003
9004 2001-05-23 Kevin Buettner <kevinb@redhat.com>
9005
9006 * gdb.base/finish.exp (finish_void): Revise pattern for
9007 stopping on the call statement to not permit stopping at
9008 the start of the instructions comprising the call sequence.
9009
9010 2001-05-19 Michael Chastain <chastain@redhat.com>
9011
9012 * gdb.base/callfuncs.exp: Make all test names unique.
9013 * gdb.base/commands.exp: Make all test names unique.
9014 * gdb.base/condbreak.exp: Make all test names unique.
9015 * gdb.base/dbx.exp: Make all test names unique.
9016 * gdb.base/default.exp: Make all test names unique.
9017 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
9018 and TIMEOUT messages to their corresponding PASS message.
9019 * gdb.base/ending-run.exp: Make all test names unique.
9020 * gdb.base/long_long.exp: Remove duplicate test.
9021
9022 2001-05-21 Kevin Buettner <kevinb@redhat.com>
9023
9024 * gdb.base/finish.exp (finish_void): Allow "finish" command to
9025 stop on the call statement as well as the statement after the
9026 call.
9027
9028 2001-05-21 Michael Snyder <msnyder@redhat.com>
9029
9030 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
9031
9032 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
9033
9034 * gdb.base/completion.exp: Revamp test. Make it execute on all
9035 platforms.
9036
9037 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
9038
9039 * config/gdbserver.exp (gdb_load): Handle the case
9040 in which the arguments to gdbserver are given in the
9041 baseboard configuration file.
9042 Also handle the case in which the server needs to do a
9043 load.
9044
9045 2001-05-07 Keith Seitz <keiths@cygnus.com>
9046
9047 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
9048 set up the display for testing.
9049 (gdbtk_start): Convert all paths to paths that tcl will like.
9050 Export target information to environment.
9051 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
9052 necessary.
9053 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
9054 (to_tcl_path): New proc to convert a given pathname into
9055 a path acceptible as an argument to a tcl command.
9056 (_gdbtk_export_target_info): New proc to export target info
9057 into the environment for gdbtk testing.
9058 (gdbtk_done): New proc to signal end-of-test.
9059
9060 2001-05-06 Jim Blandy <jimb@redhat.com>
9061
9062 * restore.c: Make the code of caller0 correspond to its comment.
9063
9064 2001-05-03 Michael Snyder <msnyder@redhat.com>
9065
9066 * config/sid.exp (gdb_target_sid): Check for error messages.
9067 On error or timeout, don't make expect exit (which will terminate
9068 all subsequent tests); instead just make gdb exit.
9069 (gdb_load): Check for error messages. On error or timeout,
9070 return a negative value.
9071
9072 2001-04-24 Jim Blandy <jimb@redhat.com>
9073
9074 * gdb.c++/templates.exp: If we see the prompt for the overload
9075 list, but we haven't recognized any of the longer patterns,
9076 arrange for this test to fail, not hang.
9077
9078 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
9079 variations.
9080
9081 2001-04-22 Michael Chastain <chastain@redhat.com>
9082
9083 * gdb.c++/local.exp: Use the 'runto' library function.
9084 * gdb.c++/namespace.exp: Likewise.
9085 * gdb.c++/overload.exp: Likewise.
9086
9087 2001-03-26 Kevin Buettner <kevinb@redhat.com>
9088
9089 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
9090 * gdb.base/step-line.exp: New file. Test step/next in presence of
9091 #line directives.
9092 * gdb.base/step-line.c: New file. Test program for the above.
9093 * gdb.base/step-line.inp: New file. We pretend that this file has
9094 been transformed by some other tool into step-line.c.
9095
9096 2001-03-21 Jim Blandy <jimb@redhat.com>
9097
9098 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
9099 unmangled operator names.
9100
9101 2001-03-20 Jim Blandy <jimb@redhat.com>
9102
9103 * gdb.threads/linux-dp.exp: Recognize an additional message
9104 generated by GDB when it doesn't understand how to debug threads
9105 on the target system.
9106
9107 2001-03-19 Andrew Cagney <ac131313@redhat.com>
9108
9109 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
9110
9111 2001-03-12 Michael Chastain <chastain@redhat.com>
9112
9113 * gdb.c++/derivation.exp: Use the 'runto' library function.
9114
9115 2001-03-12 Michael Chastain <chastain@redhat.com>
9116
9117 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
9118
9119 2001-02-24 Michael Chastain <chastain@redhat.com>
9120
9121 * gdb.c++/ref-types.exp: Change handwritten code to library
9122 function 'runto'.
9123
9124 2001-03-16 Orjan Friberg <orjanf@axis.com>
9125
9126 * gdb.base/signals.exp: Set count to 0 explicitly.
9127
9128 2001-03-15 Mark Salter <msalter@redhat.com>
9129
9130 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
9131 (gdb_target_monitor): Add check of gdb_target_cmd return value.
9132 (gdb_load): Add support for additional target_info: gdb_download_size
9133 and gdb_load_timeout.
9134
9135 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
9136
9137 * gdb.base/annota1.exp: Move test of isnative to earlier in the
9138 file -- to prevent failing when the compile fails but we have no
9139 intention of running the tests anyway.
9140
9141 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
9142 tests if set.
9143
9144 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
9145 integers.
9146
9147 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
9148 * gdb.c++/namespace.exp: Ditto.
9149
9150 2001-03-07 Orjan Friberg <orjanf@axis.com>
9151
9152 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
9153 * gdb.base/pointers.exp: Relax pattern match of decimals.
9154
9155 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9156
9157 * Makefile.in, config/abug.exp, config/cfdbug.exp,
9158 config/cpu32bug.exp, config/dve.exp, config/est.exp,
9159 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
9160 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
9161 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
9162 config/sh.exp, config/sid.exp, config/slite.exp,
9163 config/sparclet.exp, config/udi.exp, config/unknown.exp,
9164 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
9165 config/vxworks.exp, config/vxworks29k.exp,
9166 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
9167 gdb.base/all-bin.exp, gdb.base/annota1.exp,
9168 gdb.base/arithmet.exp, gdb.base/assign.exp,
9169 gdb.base/async.exp, gdb.base/attach.exp,
9170 gdb.base/bitfields.exp, gdb.base/bitops.exp,
9171 gdb.base/break.exp, gdb.base/call-ar-st.exp,
9172 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
9173 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
9174 gdb.base/commands.exp, gdb.base/completion.exp,
9175 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9176 gdb.base/constvars.exp, gdb.base/corefile.exp,
9177 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
9178 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
9179 gdb.base/ending-run.exp, gdb.base/environ.exp,
9180 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9181 gdb.base/finish.exp, gdb.base/foll-exec.exp,
9182 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
9183 gdb.base/funcargs.exp, gdb.base/help.exp,
9184 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
9185 gdb.base/logical.exp, gdb.base/long_long.exp,
9186 gdb.base/maint.exp, gdb.base/mips_pro.exp,
9187 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
9188 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
9189 gdb.base/pointers.exp, gdb.base/printcmds.exp,
9190 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
9191 gdb.base/regs.exp, gdb.base/relational.exp,
9192 gdb.base/remote.exp, gdb.base/reread.exp,
9193 gdb.base/restore.exp, gdb.base/return2.exp,
9194 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
9195 gdb.base/selftest.exp, gdb.base/setshow.exp,
9196 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
9197 gdb.base/sigall.exp, gdb.base/signals.exp,
9198 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
9199 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9200 gdb.base/step-test.exp, gdb.base/structs.c,
9201 gdb.base/structs.exp, gdb.base/structs2.exp,
9202 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
9203 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
9204 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
9205 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
9206 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
9207 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
9208 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
9209 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
9210 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
9211 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
9212 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
9213 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
9214 gdb.fortran/types.exp, gdb.java/jmisc.exp,
9215 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9216 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
9217 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9218 gdb.trace/circ.exp, gdb.trace/collection.exp,
9219 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
9220 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9221 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
9222 gdb.trace/report.exp, gdb.trace/save-trace.exp,
9223 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9224 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9225 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
9226 notices.
9227
9228 2001-02-27 Michael Snyder <msnyder@cygnus.com>
9229
9230 * gdb.base/varargs.c (find_max_double): Fix printf format string:
9231 first arg is int not float.
9232
9233 2001-02-22 Michael Snyder <msnyder@cygnus.com>
9234
9235 * gdb.base/reread.exp: Unsupported for non-native targets;
9236 doesn't work for remote debugging.
9237
9238 2001-02-19 Fernando Nasser <fnasser@redhat.com>
9239
9240 From Drew Moseley <dmoseley@redhat.com>
9241 * gdb.base/ending-run.exp: Properly handle the BSP state when
9242 stepping past the end of main.
9243
9244 2001-02-19 John Moore <jmoore@redhat.com>
9245
9246 * gdb.base/commands.exp (infrun_breakpoint_command_test):
9247 Converted HPUX fix for non-expected items following multiple
9248 step commands into general solution for all platforms.
9249
9250 2001-02-18 Michael Chastain <chastain@redhat.com>
9251
9252 * gdb.c++/classes.exp (do_tests): Change runto statements
9253 from "runto 'foo(void)'" to "runto 'foo'". This makes the
9254 statements demangler agnostic.
9255 * gdb.c++/virtfunc.exp (do_tests): Likewise.
9256 (gdb_virtfunc_restart): Likewise.
9257
9258 2001-02-14 Michael Chastain <chastain@redhat.com>
9259
9260 * gdb.c++/inherit.exp (do_tests): Change runto statements
9261 from "runto 'foo(void)'" to "runto 'foo'". This makes the
9262 statements demangler agnostic.
9263
9264 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
9265
9266 * gdb.threads/pthreads.exp: Unify pass/fail messages for
9267 ``continue to bkpt at common_routine in thread 2'' and ``stopped
9268 before calling common_routine 15 times'' tests.
9269
9270 2001-02-11 Michael Chastain <chastain@redhat.com>
9271
9272 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
9273 Helps the test script figure out which demangler is in use.
9274 (dm_type_foo_ref): Ditto.
9275 (dm_type_int_star): Ditto.
9276 (dm_type_long_star): Ditto.
9277 (dm_type_unsigned_int): Ditto.
9278 (dm_type_void): Ditto.
9279 (dm_type_void_star): Ditto.
9280 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
9281 Probe the gdb demangler and set variables to accommodate
9282 formatting differences.
9283 (info_func_regexp): New function. Same as info_func, but
9284 matches against a regexp.
9285 (info_func): Match against a literal string.
9286 (print_addr_2): New function. Match against a literal string,
9287 which can be different from the input to gdb.
9288 (print_addr): Simply call print_addr_2 with the same argument twice.
9289 (test_lookup_operator_functions): Use demangler formatting variables.
9290 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
9291 the tests in the same order as the C++ class declaration.
9292 (test_paddr_operator_functions): Ditto.
9293 (test_paddr_overloaded_functions): Ditto.
9294 (test_paddr_hairy_functions): Use demangler formatting variables.
9295 Add reference to gdb/19 for related tests.
9296 (do_tests): Call probe_demangler.
9297
9298 2001-01-30 Kevin Buettner <kevinb@redhat.com>
9299
9300 * gdb.c++/templates.cc (printf): Remove unused function definition.
9301
9302 2001-01-26 Felix Lee <flee@redhat.com>
9303
9304 * sid.exp (sid_exit): Pass host, not target, to remote_close.
9305
9306 2001-01-25 matthew green <mrg@redhat.com>
9307
9308 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
9309 up sid.
9310 (sid_exit): Call `remote_pop_conn' after GDB is gone.
9311
9312 2001-01-25 matthew green <mrg@redhat.com>
9313
9314 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
9315 Deprecate $sid_spawn_id.
9316 (sid_exit): Remove code necessary only for `spawn.'
9317
9318 2001-01-25 matthew green <mrg@redhat.com>
9319
9320 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
9321
9322 2001-01-28 Michael Chastain <chastain@redhat.com>
9323
9324 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
9325 to call when tests fail. It takes gdb out of the overloaded
9326 function choice menu back to the main prompt, so that the test
9327 program stays synchronized.
9328 (set_bp_overloaded): New proc to collect all the common
9329 code for setting a breakpoint on an overloaded name. Calls
9330 take_gdb_out_of_choice_menu when needed.
9331 (menu_overload1arg): New variable to collect the repeated
9332 instances of the expected menu for an overloaded name. Change
9333 the regular expression to handle changes in g++ type encoding:
9334 "void" can be either "void" or "", and "unsigned int" can be
9335 either "unsigned int" or "unsigned".
9336 (continue_to_bp_overloaded): Change regular expressions to handle
9337 changes in g++ type encoding.
9338 (no proc): Call take_gdb_out_of_choice_menu when needed.
9339 Remove redundant calls to "info break". Accept either "canceled"
9340 or "cancelled". Change regular expressions in "info break"
9341 calls to handle changes in g++ type encoding. Give all tests
9342 unique strings.
9343
9344 2001-01-17 Ben Elliston <bje@redhat.com>
9345
9346 * config/sid.exp: New file.
9347
9348 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
9349
9350 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
9351
9352 2000-12-21 Michael Snyder <msnyder@cygnus.com>
9353
9354 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
9355 Add a RE to accept a non-ascii char if one is ever presented.
9356
9357 2000-12-20 Fernando Nasser <fnasser@redhat.com>
9358
9359 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
9360
9361 2000-12-18 Michael Snyder <msnyder@cygnus.com>
9362
9363 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
9364 in regexp. One '\' does not suffice on Linux.
9365
9366 2000-12-09 Michael Chastain <chastain@redhat.com>
9367
9368 * gdb.base/break.exp (test_clear_command): Use a marker function
9369 rather than 'main' for the test function. Also move this
9370 test to an execution point where the marker function names are
9371 guaranteed to be bound to functions. (Executing tests after a
9372 'finish' from main runs into name conflicts with local names
9373 in __libc_start_main).
9374
9375 2000-12-07 Michael Snyder <msnyder@cygnus.com>
9376
9377 * gdb.base/finish.exp: New test for gdb's "finish" command.
9378 * gdb.base/return2.exp: New test for gdb's "return" command.
9379 * gdb.base/return2.c: New source file for above.
9380
9381 2000-12-05 Michael Snyder <msnyder@cygnus.com>
9382
9383 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
9384 * gdb.base/miscexprs.exp: Ditto.
9385 * gdb.base/pointers.exp: Ditto.
9386 * gdb.c++/derivation.exp: Ditto.
9387 * gdb.c++/local.exp: Ditto.
9388 * gdb.c++/namespace.exp: Ditto.
9389 * gdb.c++/overload.exp: Ditto.
9390 * gdb.c++/ref-types.exp: Ditto.
9391
9392 2000-12-05 Michael Snyder <msnyder@cygnus.com>
9393
9394 * gdb.base/constvars.exp: Test result of "up" command.
9395 * gdb.base/miscexprs.exp: Ditto.
9396 * gdb.base/pointers.exp: Ditto.
9397 * gdb.base/scope.exp: Ditto.
9398 * gdb.c++/derivation.exp: Ditto.
9399 * gdb.c++/local.exp: Ditto.
9400 * gdb.c++/namespace.exp: Ditto.
9401 * gdb.c++/overload.exp: Ditto.
9402 * gdb.c++/ref-types.exp: Ditto.
9403
9404 2000-11-22 Michael Chastain <chastain@redhat.com>
9405
9406 * mips_pro.exp: Accept either "middle -> top -> main" or
9407 "middle -> main" in the backtrace, because gcc can optimize
9408 tail calls to jumps. Remove setup_xfail for the hppa case.
9409 Add a comment with the original warning messages from PR 3016,
9410 which was filed in 1993, to preserve them for posterity.
9411
9412 2000-11-17 Nick Duffek <nsd@redhat.com>
9413
9414 * lib/gdb.exp (gdb_test): Override timeout with board info.
9415
9416 2000-11-17 Nick Duffek <nsd@redhat.com>
9417
9418 * gdb.base/display.exp: Don't kill running stub. Add "again" to
9419 the second kill and detach messages.
9420
9421 2000-11-17 Nick Duffek <nsd@redhat.com>
9422
9423 * configure.in: Add AC_EXEEXT.
9424 * configure: Regenerate.
9425 * Makefile.in (just-check): Export EXEEXT.
9426 * lib/gdb.exp ($EXEEXT): Import from environment.
9427 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
9428 expect "maint dump-me" on Cygwin.
9429 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
9430 $EXEEXT.
9431
9432 2000-11-17 Nick Duffek <nsd@redhat.com>
9433
9434 * gdb.base/break.exp: Test backtrace and finish from called
9435 function on all platforms, not just HP-UX.
9436
9437 2000-11-03 Michael Snyder <msnyder@cygnus.com>
9438
9439 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
9440 code from gdb_target_monitor, so it can be used independantly
9441 for gdbserver. Also comment out an unnecessary PUTS.
9442
9443 2000-11-03 Michael Snyder <msnyder@cygnus.com>
9444
9445 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
9446 * gdb.base/corefile.exp: Expect the message "Program is being
9447 debugged already" when we send the "corefile" command, since
9448 the preceeding gdb_load may have connected gdb to a remote target.
9449 * gdb.base/display.exp: Disable hardware watchpoints if new
9450 board info variable "no_hardware_watchpoints" is true.
9451 Replace single-letter commands with more readable ones.
9452 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
9453 if new board info variable "no_hardware_watchpoints" is true.
9454 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
9455 to see if stdio (printf) testing is possible.
9456 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
9457 board info variable "no_hardware_watchpoints" is true. Use new
9458 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
9459
9460 2000-11-13 Fernando Nasser <fnasser@redhat.com>
9461
9462 From Orjan Friberg <orjanf@axis.com>:
9463 * gdb.base/printcmds.exp: Escape curly braces followed by a number
9464 in array print pattern match.
9465
9466 2000-11-09 Fernando Nasser <fnasser@redhat.com>
9467
9468 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
9469 spelling "cancelled" to U.S. spelling "canceled" to match changes
9470 made to gdb.
9471 * gdb.c++/ovldbreak.exp: Ditto.
9472
9473 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9474
9475 * gdb.base/callfuncs.c (main): Moved to end of file, call
9476 t_double_values to initialize the FPU before inferior calls are made.
9477 * gdb.base/callfuncs.exp: Test for register preservation after calling
9478 inferior functions. Add tests for continuining, finishing and
9479 returning from a stop in a call dummy.
9480
9481 2000-10-24 Michael Snyder <msnyder@cygnus.com>
9482
9483 * gdb.base/commands.exp: Break up long lines, and re-indent.
9484
9485 2000-10-19 Michael Snyder <msnyder@cygnus.com>
9486
9487 * config/gdbserver.exp: Rewritten from the ground up, to make it
9488 compatible with the current dejagnu tree, and to make it work with
9489 the new "gdbserver" in libremote.
9490
9491 2000-10-16 Michael Snyder <msnyder@cygnus.com>
9492
9493 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
9494 * gdb.base/varargs.exp: Skip entire test if no printf support.
9495 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
9496 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
9497
9498 2000-10-13 Michael Snyder <msnyder@cygnus.com>
9499
9500 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
9501 no floating point support.
9502 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
9503 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
9504 * gdb.base/call-rt-st.exp: Ditto.
9505 * gdb.base/call-strs.exp: Ditto.
9506
9507 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
9508
9509 * gdb.base/sizeof.c: include <stdio.h>.
9510
9511 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
9512 'finish', otherwise uncaptured gdb_prompt would potentially
9513 throw remaining test points out of sync.
9514
9515 2000-07-26 Scott Bambrough <scottb@netwinder.org>
9516
9517 * gdb.base/recurse.exp: Run tests for all targets.
9518 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
9519 gnu-oldld case on ARM.
9520 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
9521 for ARM targets.
9522
9523 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
9524
9525 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
9526 * gdb.java/configure: Rebuild.
9527
9528 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
9529
9530 * gdb.java/jv-exp.exp: New file.
9531
9532 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
9533
9534 * configure: Rebuilt.
9535 * configure.in (configdirs): Add gdb.java.
9536 * gdb.java/jmisc.java: New file.
9537 * gdb.java/jmisc.exp: New file.
9538 * gdb.java/Makefile.in: New file.
9539 * gdb.java/configure: Rebuilt.
9540 * gdb.java/configure.in: New file.
9541 * lib/java.exp: New file.
9542
9543 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
9544
9545 * gdb.base/exprs.exp: Test casts to a pointer including over and
9546 underflow.
9547
9548 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
9549
9550 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
9551 and the compilers sizes.
9552
9553 2000-07-09 Nick Duffek <nsd@redhat.com>
9554
9555 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
9556 (use_methods): New function.
9557 (main): Call use_methods().
9558 * gdb.c++/classes.exp (test_method_param_class): New procedure.
9559 (do_tests): Call test_method_param_class.
9560
9561 2000-07-09 Nick Duffek <nsd@redhat.com>
9562
9563 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
9564 spelling.
9565 (test_enums): New procedure. Move enum tests from end of script
9566 to here. Set breakpoint on function name instead of line number.
9567 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
9568 (enums2): New marker function.
9569 (enums1): New function.
9570 (main): Call enums1(). Move enum tests to enums1().
9571
9572 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
9573
9574 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
9575 compile/link program. Update line numbers.
9576 * gdb.asm/d10v.inc: Define ``startup''.
9577 * gdb.asm/asmsrc1.s: Add definition of _start.
9578
9579 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
9580
9581 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
9582
9583 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9584
9585 * gdb.base/maint.exp: Add 'maint print architecture' item to output
9586 of 'help maint print' command.
9587
9588 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
9589
9590 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
9591 they use gdb_expect_list.
9592
9593 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
9594
9595 * gdb.base/commands.exp: Use ``set remote
9596 memory-read-packet-size'' instead of ``set endian big'' to test
9597 long commands.
9598
9599 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
9600
9601 * gdb.c++/templates.exp (do_tests): Make all of these work under
9602 g++, and stop skipping them.
9603
9604 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
9605 work under g++.
9606
9607 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
9608 initialization.
9609
9610 2000-06-02 Michael Snyder <msnyder@cygnus.com>
9611
9612 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
9613 the regular expression: accept an (almost) arbitrary sequence of
9614 "frames-invalid" and "breakpoints-invalid" messages both before
9615 and after the "starting" message.
9616
9617 2000-06-02 Michael Snyder <msnyder@cygnus.com>
9618
9619 * gdb.c++/local.exp: This test has never been known to work with g++.
9620
9621 2000-05-18 Michael Snyder <msnyder@cygnus.com>
9622
9623 * gdb.base/annota1.exp (annotate-signal-handler-caller):
9624 Relax the regular expression a little, make it pass on Solaris 8.
9625
9626 2000-05-12 Kevin Buettner <kevinb@redhat.com>
9627
9628 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
9629 a call, do not require that gdb stop on the line after the call.
9630 Instead, it is permissible for gdb to stop on the line of the
9631 call itself.
9632
9633 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
9634
9635 * gdb.base/break.exp (bp on small function, optimized file):
9636 Add a second pass pattern. The behavior differs here between stabs
9637 and dwarf for one-line functions. Stabs preserves two line symbols
9638 (one before the prologue and one after) with the same line number,
9639 but dwarf regards these as duplicates and discards one of them.
9640 Therefore the address after the prologue (where the breakpoint is)
9641 has no exactly matching line symbol, and GDB reports the breakpoint
9642 as if it were in the middle of a line rather than at the beginning.
9643
9644 2000-05-08 Michael Snyder <msnyder@cygnus.com>
9645
9646 * gdb.base/interrupt.exp: Make "pass" message say "send"
9647 rather than "send_gdb" (for consistancy).
9648
9649 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9650
9651 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
9652 * gdb.c++/templates.cc: Properly check for GCC version number.
9653 * lib/compiler.cc: Likewise
9654
9655 2000-04-28 Michael Snyder <msnyder@cygnus.com>
9656
9657 * gdb.base/break.exp: When compiled with -O2 optimization,
9658 gdb may not stop at the first line of main, due to code motion.
9659
9660 2000-04-26 Michael Snyder <msnyder@cygnus.com>
9661
9662 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
9663 This test depends on parsing the printf output from the target.
9664 Since the sparclet stub doesn't do stdio, this will never work.
9665 * gdb.base/call-rt-st.exp: ditto.
9666 * gdb.base/call-strs: ditto.
9667
9668 2000-04-24 Michael Snyder <msnyder@cygnus.com>
9669
9670 * gdb.base/miscexprs.exp: make sizeof long array test portable.
9671
9672 * gdb.base/ending-run.exp: After connecting to a remote target,
9673 but before running, the target will appear to be in a random
9674 location. Specify both a file and a line for breakpoints.
9675 Also, the function that calls main may be called 'init'
9676 rather than 'start'.
9677
9678 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9679
9680 * gdb.base/help.exp: Update output for add-symbol-file command.
9681
9682 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
9683
9684 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9685 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
9686
9687 2000-04-07 J.T. Conklin <jtc@redback.com>
9688
9689 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
9690
9691 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
9692
9693 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
9694
9695 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
9696 values that can be represented exactly.
9697 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
9698 above change, and to not check against the directory part of the source
9699 file name.
9700 (step into print_long_arg_list): Likewise.
9701 (print print_small_structs from print_long_arg_list): Likewise.
9702 (print print_long_arg_list): Likewise.
9703
9704 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9705
9706 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
9707
9708 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
9709
9710 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
9711
9712 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
9713
9714 * gdb.base/commands.exp (deprecated_command_test): Add test for
9715 deprecate with no arguments.
9716
9717 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
9718
9719 * gdb.base/break.exp: Add new test for setting breakpoints on
9720 optimized code so we can test breakpoints work even when function
9721 prologues may be optimized away
9722
9723 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9724
9725 From David Whedon <dwhedon@gordian.com>
9726 * gdb.base/commands.exp : Added command deprecator tests.
9727
9728 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9729
9730 * gdb.base/help.exp: Added test for new apropos command.
9731
9732 2000-03-21 Kevin Buettner <kevinb@redhat.com>
9733
9734 * gdb.base/pointers.c (usevar): New function.
9735 (main): Make sure that global variables v_int_pointer2, rptr,
9736 and y are all referenced someplace in the program by calling
9737 usevar() on them. [Some linkers delete symbols which are
9738 never referenced. The space remains, but there's no way to
9739 get a (symbolic) handle on the variable from the debugger.]
9740
9741 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9742
9743 * gdb.base/printcmds.c: Add typedeffed arrays.
9744
9745 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
9746 procedure to test arrays that are typedef'd.
9747
9748 2000-03-13 James Ingham <jingham@leda.cygnus.com>
9749
9750 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
9751 the library directories.
9752
9753 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
9754
9755 * configure.in (configdirs): Add sub directory gdb.mi.
9756 * configure: Re-generate.
9757
9758 * gdb.mi: New directory.
9759
9760 2000-02-25 Scott Bambrough <scottb@netwinder.org>
9761
9762 * gdb.base/long_long.exp: Correct test suite failure when printing
9763 a long long value as a double on ARM platforms.
9764
9765 2000-02-16 Jim Blandy <jimb@redhat.com>
9766
9767 * gdb.base/break.exp ("breakpoint line number"): Make sure the
9768 default source file is set properly before running this test.
9769
9770 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9771
9772 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
9773 gdbtk/library directory, not in gdbtcl2.
9774
9775 2000-02-04 Jim Blandy <jimb@redhat.com>
9776
9777 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
9778 backslash from regexp pattern.
9779
9780 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
9781 procedure. Use it to run all the "continue to bp overloaded"
9782 tests. Note that this changes the names of the tests slightly.
9783 If the breakpoint hit message includes a hex PC value, because
9784 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
9785 from the real source code, still consider that a pass.
9786
9787 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
9788 XFAIL here if the breakpoint message contains a hex address. Note
9789 similar change on 1999-11-02.
9790
9791 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
9792
9793 * gdb.base/ptype.exp: Establish a default source file before
9794 calling get_debug_format.
9795
9796 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
9797
9798 * gdb.base/watchpoint.exp: Remove duplication of test messages.
9799
9800 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
9801
9802 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
9803 of successive stepi commands -- while in the prologue we should see
9804 the function entry bracket.
9805
9806 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
9807
9808 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
9809 reach __change_mode() when stepping through the end of main().
9810
9811 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
9812
9813 * gdb.base/default.exp: Fix expected pattern.
9814 * gdb.base/help.exp: Same.
9815
9816 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9817
9818 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
9819 Don't use xfail's because that affects only the following test.
9820
9821 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
9822 solaris or linux.
9823
9824 * gdb.base/selftest.exp: Update to reflect changes to main.c.
9825
9826 2000-01-07 Michael Snyder <msnyder@cygnus.com>
9827
9828 * gdb.base/display.exp: Some yacc parsers like to say
9829 "A syntax error" rather than "A parse error". Accept both.
9830
9831 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
9832
9833 * gdb.base/default.exp: Remove OS dependent string from "target
9834 remote" test.
9835 * gdb.base/help.exp: Same for "help target remote" test.
9836
9837 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9838
9839 From Jim Kingdon <kingdon@redhat.com>:
9840
9841 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
9842 prompt (cleanup rather than necessity, but still might keep output
9843 from spilling to next test).
9844
9845 2000-01-02 Fred Fish <fnf@cygnus.com>
9846
9847 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
9848 AIX, which defines them in <sys/types.h>.
9849
9850 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
9851
9852 * gdb.base/default.exp: Match arm* etc instead of arm in "info
9853 float" test.
9854
9855 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
9856
9857 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
9858
9859 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
9860 outermost frame disallowed".
9861
9862 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
9863
9864 * gdb.base/setvar.exp: New tests for setting the value of a struct
9865 with a constant list.
9866
9867 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
9868
9869 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
9870 require the user to type a cast before setting the value of a struct.
9871
9872 1999-12-06 Jim Blandy <jimb@cygnus.com>
9873
9874 * gdb.base/default.exp: Expect the new 'info float' command on
9875 all i386 platforms.
9876
9877 * gdb.threads/linux-dp.exp: Expand our ability to recognize
9878 LinuxThreads libraries that don't support debugging.
9879
9880 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
9881
9882 * gdb.base/remote.c: Fill the buffer with truely random data.
9883 Change the buffer type to ``unsigned char'' to simplify size
9884 arithmetic.
9885
9886 * gdb.base/remote.exp: Reduce download numbers by one. Typical
9887 stub only handles 400-1 byte packets. Verify that the download
9888 worked.
9889
9890 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
9891
9892 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
9893 tests, using UNRESOLVED for the untested cases. Also, does not wait
9894 for a timeout if the prompt was received before a recognizable pattern.
9895
9896 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
9897
9898 * lib/gdb.exp (gdb_expect_list): Fix spelling.
9899
9900 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9901
9902 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
9903 watchpoints.
9904
9905 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
9906
9907 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
9908
9909 * gdb.c++/local.exp: Be more flexible in recognizing local class
9910 name mangling. Don't allow horribly truncated method names.
9911 * gdb.c++/derivation.exp: Expect protected inheritance.
9912 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
9913 * gdb.c++/virtfunc.exp: Likewise.
9914 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
9915 when printing a nested enum.
9916
9917 1999-11-22 Jim Blandy <jimb@cygnus.com>
9918
9919 * gdb.base/step-test.exp: Properly await GDB's response to setting
9920 a breakpoint on the call to large_struct_by_value.
9921
9922 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
9923 just because we have debug info for the `start' function.
9924
9925 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
9926
9927 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
9928 "Unknown signal" messages, which indicate (on LinuxThreads) that
9929 GDB doesn't know how to debug threads on this system. This is
9930 better than hanging while philosopher 0 dumps chatter into gdb.log.
9931
9932 1999-11-18 Tom Tromey <tromey@cygnus.com>
9933
9934 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
9935
9936 1999-11-18 Fred Fish <fnf@cygnus.com>
9937
9938 * gdb.base/coremaker2.c: Add sample program for generating
9939 cores that is more self contained than coremaker.c. Eventually
9940 I'll add more code to this and tie it into the testsuite.
9941
9942 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
9943
9944 * gdb.base/dollar.exp: Remove, now in gdb.hp.
9945
9946 1999-11-10 Jimmy Guo <guo@cup.hp.com>
9947
9948 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
9949 from $srcdir/lib/.
9950 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
9951 and gdb.c++/.
9952
9953 * gdb.c++/derivation.exp: remove redundant get compiler info code.
9954
9955 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
9956 'continue with watch' test point.
9957
9958 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
9959
9960 Merged from p2linux-990323-branch:
9961
9962 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
9963
9964 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
9965
9966 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
9967 {limit,fixed}''. Test ``set download-write-size''.
9968
9969 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
9970
9971 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
9972 gdb_expect_list.
9973
9974 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
9975
9976 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
9977
9978 1999-11-03 Mark Salter <msalter@cygnus.com>
9979
9980 * gdb.base/break.exp: Fix "stub continue" pattern.
9981
9982 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
9983
9984 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
9985
9986 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
9987
9988 * gdb.base/display.exp ("finish"): Add timeout clause.
9989
9990 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
9991 plain prompt clause, so this doesn't have to time out in order to
9992 fail.
9993
9994 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
9995 breakpoint hit messages include an address.
9996
9997 * gdb.base/display.exp: Don't forget to escape parens in regular
9998 expressions. Unix regexp notatation sucks.
9999
10000 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10001
10002 * gdb.base/annota1.exp: Test for annotate-signalled: change output
10003 order for 'signalled' message.
10004
10005 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
10006
10007 From Jimmy Guo <guo@cup.hp.com>:
10008 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
10009 * gdb.base/annota1.c: Add code for tests to work with.
10010
10011 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
10012
10013 * gdb.base/remote.exp: New test for remote downloading settings.
10014 * gdb.base/remote.c: New file with large .data.
10015
10016 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
10017
10018 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
10019 for LinuxThreads support, merged from the Code Fusion branch.
10020
10021 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
10022
10023 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
10024 containing exp_continue into a while within an expect. Don't
10025 attempt a start more than three times. Check return value from
10026 gdb_load.
10027
10028 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
10029
10030 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
10031 a pass case.
10032
10033 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
10034
10035 * gdb.base/break.c (main): Added a statement that we can step
10036 off of.
10037 * gdb.base/break.exp: Added tests for setting a breakpoint
10038 at an offset and stepping onto a breakpoint.
10039
10040 1999-10-01 Fred Fish <fnf@cygnus.com>
10041
10042 * gdb.base/help.exp (help add-symbol-file): Update to match current
10043 gdb output.
10044
10045 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
10046
10047 * gdb.base/break.exp: Code locations are in hex, don't forget!
10048 (For HP-UX.)
10049
10050 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
10051
10052 * condbreak.exp: Use break.c as test program.
10053 * condbreak.c: Remove, redundant with break.c.
10054
10055 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
10056
10057 * config/monitor.exp (gdb_target_monitor): Disable X- and
10058 Z-packets if the target needs it.
10059
10060 1999-09-13 James Ingham <jingham@leda.cygnus.com>
10061
10062 * gdb.c++/overload.exp: Added tests for listing overloaded
10063 functions with function pointers in the arg, explicitly calling
10064 out the version you want.
10065
10066 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
10067
10068 * long_long.exp: Add variations of test cases that work for
10069 targets with 16-bit ints and 32-bit doubles.
10070
10071 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
10072
10073 * break.c (main): Compare a possibly-uninitialized argc with an
10074 unlikely value that fits in 16 bits.
10075
10076 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10077
10078 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
10079 0xfeeb, don't want negative numbers if ints are 16 bits.
10080
10081 * lib/gdb.exp (skip_cplus_tests): New proc.
10082 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
10083 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
10084 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
10085 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
10086 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
10087 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
10088 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
10089 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
10090
10091 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
10092
10093 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
10094
10095 * gdb.base/corefile.exp (up): Allow a parameter to appear
10096 in the frame that we're going up to.
10097
10098 From Jim Blandy <jimb@cygnus.com>:
10099
10100 * gdb.base/default.exp (info float): Expect some output now.
10101
10102 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
10103 returning floating-point values to fail on the x86.
10104 * gdb.base/callfwmall.exp (do_function_calls): Same.
10105
10106 * gdb.base/list.exp (test_listsize): Correct expectations for
10107 listing line 1 with listsize 2. Also, listing a single line
10108 works now, as does listing three lines. [Kevin's note: There
10109 were a number of other cases fixed too where the expectations
10110 differed...]
10111
10112 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
10113
10114 * gdb.base/selftest.exp: Add case for when version prints as
10115 constant string instead of char pointer.
10116
10117 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
10118
10119 * gdb.base/ending-run.exp: Add Solaris case for what happens when
10120 stepping out of main.
10121
10122 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
10123 G++ used.
10124
10125 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
10126 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
10127
10128 * gdb.c++/ovldbreak.exp: Update match string in test that
10129 includes a warning of multiple breakpoints.
10130
10131 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
10132
10133 * gdb.base/display.exp: Improve precision of step-after-finish
10134 added yesterday.
10135
10136 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
10137 test.
10138
10139 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
10140 configs when using G++, not just hppa*.
10141
10142 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10143
10144 * gdb.base/async.c: New file.
10145 * gdb.base/async.exp: New file.
10146
10147 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
10148
10149 * gdb.base/break.exp: Tweak PA specific tests to properly handle
10150 PA64.
10151
10152 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
10153
10154 * gdb.base/display.exp: "finish" can leave us mid-line on many
10155 targets, deal with it. Add a small constant to main, instead of
10156 1000 since main+1000 may not be a valid address in the target.
10157
10158 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
10159 on hpux11.
10160
10161 * gdb.base/attach.exp: Handle another hpux11 error message variant
10162 when attaching to a process that does not exist.
10163
10164 1999-08-19 J.T. Conklin <jtc@redback.com>
10165
10166 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
10167 characters in 'continue to 1241' test.
10168
10169 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10170
10171 * gdb.base/call-ar-st.exp: Add a shorter match case for the
10172 stop in print_long_arg_list, define and use a whitespace
10173 variable in print_small_structs test, add an XFAIL for Solaris.
10174 * gdb.base/dbx.exp: XFAIL func commands until somebody is
10175 interested enough to fix.
10176
10177 1999-08-13 Keith Seitz <keiths@cygnus.com>
10178
10179 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
10180 (dbx_gdb_load): Remove. Use gdb_load instead, since that
10181 proc knows about targets other than the natives.
10182 (test_assign): Use "gdb_run_cmd" to "run" the target.
10183 Check that we've actually hit the breakpoint at main.
10184 When we attempt to assign a value to a local variable, check
10185 that the variable is in the current scope, i.e., don't use
10186 a test with an empty result.
10187
10188 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
10189
10190 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
10191 command.
10192
10193 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
10194
10195 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10196 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
10197 gdb.compat, gdb.threads-hp.
10198 gdb.hp/configure, gdb.hp/configure.in: New files.
10199 gdb.hp/Makefile.in: Recurse into new subdirs.
10200 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
10201 gdb.hp/gdb.objdbg: New directory, tests for debugging info
10202 in object files.
10203 gdb.hp/tools: New directory, aux tools for HP-specific tests.
10204
10205 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
10206
10207 * gdb.base/display.exp: Help expect by putting a newline in the
10208 funky printf, remove a bogus p/a test.
10209
10210 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10211
10212 * gdb.base/display.exp: Make sure that when we say 'run', we are
10213 connected to the target. This is necessary when running not
10214 natively.
10215
10216 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
10217
10218 * gdb.base/step-test.exp: Removed some extraneous messages.
10219
10220 * gdb.base/long_long.exp: Don't run memory examination tests
10221 on little-endian targets (they will need a different set of
10222 results to match).
10223
10224 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
10225
10226 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
10227 until somebody decides to fix GDB.
10228
10229 * gdb.base/long_long.c: Stop compiler complaint by specifying long
10230 constant as "ULL".
10231 * gdb.base/long_long.exp: Loosen x/c test, add partial result
10232 matches for a couple x/2 commands.
10233
10234 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
10235
10236 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
10237 by merging in ref-types2 tests.
10238 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
10239
10240 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10241 * gdb.c++/Makefile.in: Add standard actions.
10242 (EXECUTABLES): Rename from PROGS, update list.
10243 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
10244 from gdb.hp.
10245 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
10246 foo and bar locals.
10247 * gdb.c++/anon-union.exp: Fix tests to match.
10248 * gdb.c++/classes.exp: Run if HP compiler used, add extra
10249 expect matches to handle output variations.
10250 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
10251 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
10252 output, add HP alternatives for new and delete prints.
10253 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
10254 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
10255 * gdb.c++/demangle.exp: Use $style when reporting failure.
10256 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
10257 * gdb.c++/inherit.exp: Run if HP compiler used, add some
10258 match alternatives.
10259 * gdb.c++/local.exp: Add match alternatives or xfails for HP
10260 compilers.
10261 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
10262 * gdb.c++/method.exp: Add match alternatives.
10263 * gdb.c++/misc.cc: Add bool types.
10264 * gdb.c++/misc.exp: Add tests for bool types.
10265 * gdb.c++/overload.exp: Add xfails.
10266 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
10267 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
10268 add some more template parameter tests (only for HP currently).
10269 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
10270 * gdb.c++/virtfunc.cc: Add return type and value for main.
10271 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
10272 match alternatives.
10273
10274 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10275
10276 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
10277
10278 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
10279
10280 * gdb.base/signals.exp: Don't expect getting a backtrace from
10281 within a signal handler to fail on Linux.
10282
10283 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
10284
10285 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10286 * lib/gdb.exp: Remove some gratuitious semicolons.
10287 (delete_breakpoints): Increase timeout.
10288 (gdb_expect): Add -notransfer option.
10289 (gdb_test): Use -notransfer option.
10290 (get_compiler_info): Add f77 case.
10291 (get_compiler): New proc, split out from gdb_preprocess, add f77
10292 case.
10293 (gdb_preprocess): Call get_compiler.
10294
10295 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
10296 * gdb.base/attach.exp, gdb.base/display.exp,
10297 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
10298 gdb.base/long_long.exp, gdb.base/printcmds.exp,
10299 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
10300 third arg to gdb_test.
10301 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
10302 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
10303 HP-UX xfails, add others.
10304 * gdb.base/completion.exp: Reflect name change of self-test.
10305 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
10306 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
10307 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
10308 HP failure number.
10309 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
10310 useless HP-UX 10.30 references.
10311 * gdb.base/maint.exp: Loosen matches.
10312 * gdb.base/pointers.c (main): Declare more_code.
10313 * gdb.base/pointers.exp: Match on output of a `next'.
10314 * gdb.base/structs.c: Add prototypes.
10315 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
10316 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
10317
10318 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10319
10320 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
10321 command.
10322
10323 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10324
10325 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
10326 Fix run to main failures. Watchpoint can be hardware watchpoint.
10327
10328 * gdb.base/annota1.exp: Clean up some more, in case printf has
10329 debug info. Deal with lack of signal hanlder info in stack.
10330
10331 From Jim Kingdon <kingdon@redhat.com>:
10332 * gdb.base/annota1.exp: If printf has debug info, deal with it.
10333
10334 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
10335
10336 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
10337 gdb.base/foll-vfork.exp: Don't run for crosses.
10338
10339 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
10340
10341 * gdb.base/configure.in: Check for gdbvars.exp instead of
10342 a1-selftest.exp.
10343 * gdb.base/configure: Re-generate.
10344
10345 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
10346
10347 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
10348 in trying to run first and name is too long.
10349
10350 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
10351 pointers2.c and pointers2.exp, respectively.
10352 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
10353 doschk happier.
10354
10355 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
10356
10357 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
10358 callfuncs2.c and callfuncs2.exp.
10359
10360 * gdb.base/list.exp: Remove mistaken xfails.
10361 * gdb.base/list0.h: Add optional prototypes.
10362
10363 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
10364
10365 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
10366 calling malloc.
10367 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
10368 * ptype.exp: Move test for get_debug_format to before its first
10369 use.
10370
10371 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10372
10373 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
10374 * gdb.base/annota2.cc, annota2.exp: Move from here.
10375 * gdb.c++/annota2.cc, annota2.exp: To here.
10376 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
10377
10378 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10379
10380 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
10381 a consistent format.
10382
10383 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
10384
10385 From Jimmy Guo <guo@cup.hp.com> and others at HP:
10386 * lib/gdb.exp (get_compiler_info): Add detection for assorted
10387 HP compilers, also set the globals $true and $false.
10388
10389 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
10390 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
10391 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
10392 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
10393 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
10394 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
10395 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
10396 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
10397 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
10398 whatis.c} Add C++ compatible function definitions and return
10399 types, add includes for library functions.
10400 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
10401 * gdb.base/step-test.c (myglob): Rename from glob.
10402 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
10403 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
10404 files, move here from gdb.hp.
10405 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
10406 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
10407 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
10408 Adjust line numbers in regexps.
10409
10410 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
10411 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
10412 instead of 0/1.
10413
10414 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
10415 foll-vfork.exp: New files, move here from gdb.hp.
10416 * gdb.base/page.exp: New file, test of pagination command.
10417
10418 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
10419 recursion test.
10420 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
10421
10422 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
10423 gdb.base/solib.exp: Fix compiler invocation process.
10424
10425 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
10426 HP-UX 11, turn off overload resolution explicitly.
10427 * gdb.base/commands.exp: Set argument list explicitly, add
10428 watchpoint test.
10429 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
10430 them work.
10431 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
10432 expressions properly.
10433 * gdb.base/corefile.exp: Loosen the match slightly.
10434 * gdb.base/default.exp: Allow "Error accessing memory" message
10435 also.
10436 * gdb.base/display.exp: Skip over x/0 j if PA64.
10437 * gdb.base/funcargs.exp: Add xfails for HP-UX.
10438 * gdb.base/interrupt.exp: Ditto.
10439 * gdb.base/langs.exp: Add symbolic matches governed by compiler
10440 in use.
10441 * gdb.base/list.exp: Add xfails for HP-UX.
10442 * gdb.base/long_long.exp: Refine some of the numeric matches.
10443 * gdb.base/mips_pro.exp: Xfail on HP-UX.
10444 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
10445 * gdb.base/nodebug.exp: Succeed on more varieties of output.
10446 * gdb.base/opaque.exp: Remove some HP-UX xfails.
10447 * gdb.base/ptype.exp: Succeed on more varieties of output.
10448 * gdb.base/scope.exp: Add xfails for HP-UX.
10449 * gdb.base/sect-cmd.exp: Add more cases.
10450 * gdb.base/setvar.exp: Add xfails for HP-UX.
10451 * gdb.base/shlib-call.exp: Loosen some matches slightly.
10452 * gdb.base/signals.exp: Match on void symbolically.
10453 * gdb.base/step-test.exp: Add case for PA64.
10454 * gdb.base/term.exp: Add exit and restart.
10455 * gdb.base/twice.exp: Clean up after self.
10456 * gdb.base/varargs.exp: Disable overload resolution explicitly.
10457 * gdb.base/whatis.exp: Allow more ways to pass tests.
10458
10459 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
10460 no longer useful.
10461
10462 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
10463
10464 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
10465 list of patterns.
10466 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
10467 print_double_array(double_array)", "continuing to breakpoint
10468 1018", "print print_double_array(array_d)" and "continuing to
10469 1034" tests.
10470
10471 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10472
10473 * Makefile.in: Add empty html and install-html targets.
10474
10475 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
10476
10477 * config/mt-*: Remove, these haven't been used since 1996.
10478
10479 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
10480
10481 * gdb.base/call-strs.c, gdb.base/ending-run.c,
10482 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
10483 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
10484
10485 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
10486
10487 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
10488 simpler match case for the ptype of the big class.
10489
10490 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10491
10492 * gdb.exp: Fix test for gdb_prompt existence.
10493
10494 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10495
10496 * gdb.exp (gdb_test): Add fail after calls to perror.
10497
10498 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10499
10500 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
10501
10502 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
10503
10504 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
10505
10506 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
10507
10508 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
10509 malloc() is linked in.
10510
10511 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
10512
10513 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
10514 step at end.
10515
10516 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
10517
10518 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
10519
10520 * gdb.java/jv-print.exp: New file. (Our first Java test!)
10521
10522 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
10523
10524 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
10525 * gdb.base/mips_pro.exp: Likewise.
10526
10527 1999-06-02 Keith Seitz <keiths@cygnus.com>
10528
10529 * gdb.c++/templates.cc: Change all "new" operators to throw
10530 an exception.
10531 * gdb.c++/cplusfuncs.cc: Likewise.
10532
10533 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
10534
10535 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
10536
10537 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
10538 * gdb.base/ending-run.exp: When stepping out of main, accept a
10539 step into an arbitrary assembler file.
10540
10541 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10542
10543 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
10544 "breakpoint-invalid" to be printed.
10545 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
10546 number of "frames-invalid" and "breakpoint-invalid" to be printed.
10547 * gdb.base/annota2.cc: Initialize a.x to 0.
10548
10549 1999-05-17 Keith Seitz <keiths@cygnus.com>
10550
10551 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
10552 when "skip_float_tests" set.
10553 Ditto for "print print_double_array(array_d)", "print print_small_structs",
10554 "print print_ten_doubles", and "step into print_long_arg_list".
10555 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
10556 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
10557 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
10558 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
10559 "skip_float_tests" is set.
10560 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
10561 when "skip_float_tests" set.
10562
10563 1999-05-06 Keith Seitz <keiths@cygnus.com>
10564
10565 * gdb.base/annota2.cc: Include stdio.h.
10566
10567 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
10568
10569 * gdb.base/crossload.exp: Remove, this has been disabled ever
10570 since BFD stopped including all targets, and cross-GDB gets
10571 plenty of testing anyway.
10572 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
10573 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
10574 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
10575 * gdb.base/README: Remove, was doc for this.
10576 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
10577 needed.
10578
10579 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10580
10581 * gdb.base/call-ar-st.exp: Fix one regular expression in test
10582 output.
10583
10584 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
10585 * gdb.base/annota2.exp: New file. More annotation tests.
10586 * gdb.base/annota1.c: New file. Source file for annota1.exp.
10587 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
10588
10589 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
10590
10591 * config/cfdbug.exp: New file.
10592
10593 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
10594
10595 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
10596 Marcus Daniel's and Dale Hawkins's demangler crashes.
10597
10598 * gdb.c++/demangle.exp (test_gnu_style_demangling,
10599 test_lucid_style_demangling, test_arm_style_demangling,
10600 test_hp_style_demangling): Try Tom Tromey's core-dumping
10601 identifier under each demangling style.
10602
10603 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
10604
10605 * gdb.c++/demangle.exp: Include the current demangling style
10606 in all test names.
10607 (current_demangling_style): New global variable.
10608 (set_demangling_style, test_demangling_core, test_demangling,
10609 test_demangling_exact): New functions.
10610 (test_gnu_style_demangling, test_lucid_style_demangling,
10611 test_arm_style_demangling, test_hp_style_demangling): Use those,
10612 instead of calling gdb_test and gdb_test_exact directly.
10613 (catch_demangling_errors): New function, which reports errors
10614 signalled by the demangling test functions in an orderly way.
10615 (do_tests): Use catch_demangling_errors.
10616
10617 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
10618
10619 * gdb.base/signals.exp (test_handle_all_print): Use () for
10620 grouping in expressions, not {}.
10621
10622 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
10623 initialized yet.
10624
10625 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
10626
10627 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
10628 are listed.
10629
10630 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
10631
10632 * gdb.stabs/weird.exp: Test for CC being defined before
10633 looking at its value.
10634
10635 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
10636
10637 * gdb.base/call-ar-st.exp: Remove stray '#'.
10638 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
10639 "short int" and "long int".
10640 * gdb.c++/overload.cc: Cast the string added in the previous
10641 change, to mollify finicky HP compiler.
10642 * gdb.hp/reg-test.exp (testfile): Fix file name.
10643 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
10644
10645 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
10646 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
10647 alternate form of enum ptype.
10648
10649 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
10650
10651 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
10652 * gdb.hp/*.exp: Change all to run compiler probe only after
10653 passing skip_hp_tests, so as not to waste time on guaranteed
10654 failure.
10655
10656 * gdb.c++/overload.cc: Pass string instead of char addr, always
10657 init ccpfoo.
10658 * gdb.c++/templates.cc: Fix syntax error.
10659
10660 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10661
10662 * gdb.base/commands.exp: Add test for correct position of '>'
10663 when issuing the 'commands' command after a 'while' or 'if'
10664 command.
10665
10666 1999-03-18 James Ingham <jingham@cygnus.com>
10667
10668 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
10669
10670 * gdb.c++/method.exp: It was testing an uninitialized int on the
10671 stack and assuming it was positive.
10672
10673 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
10674
10675 * gdb.base/step-test.exp: Catch a case where finish is broken and
10676 keep it from killing the rest of the tests.
10677 Use gdb_continue_to_end.
10678
10679 * gdb.base/sigall.exp: use gdb_continue_to_end.
10680
10681 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
10682
10683 * gdb.base/display.exp: use runto_main, not run.
10684
10685 * gdb.base/default.exp: Check for the current error message in the
10686 r abbreviation test.
10687 Add strongarm to the targets that know info float.
10688
10689 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
10690 run which doesn't work with monitors.
10691
10692 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
10693
10694 * gdb.base/break.exp: use the gdb_continue_to_end proc.
10695
10696 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
10697 program. Traps the case (in Cygmon) when the program never really
10698 exits. Same as Mark's continue_to_exit, but I had put it in a lot
10699 more places, so I used my name. Sorry Mark...
10700
10701 * config/monitor.exp (gdb_target_monitor): added another
10702 target_info parameter: remotebinarydownload. This will set the
10703 remotebinarydownload flag if this is causing some boards trouble.
10704
10705 1999-03-18 Mark Salter <msalter@cygnus.com>
10706
10707 * lib/gdb.exp (continue_to_exit): New function.
10708
10709 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
10710 * gdb.base/ending-run.exp: Ditto.
10711 * gdb.base/step-test.exp: Ditto.
10712
10713 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
10714
10715 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
10716 (suggested by Art Haas <ahaas@neosoft.com>).
10717
10718 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
10719
10720 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
10721
10722 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
10723
10724 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
10725 descriptions of types (short unsigned int vs unsigned short, etc).
10726
10727 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
10728
10729 * gdb.base/call-strs.exp: Don't assume that `step' will step over
10730 a call to strlen; sometimes we do have sources.
10731
10732 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
10733
10734 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
10735 character, so GDB won't print garbage after its end.
10736
10737 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
10738 breakpoint there instead. Sometimes GCC emits memcpy to handle
10739 the large structures being passed by value, so we step into that
10740 instead of sum_array_print, which obscures what we're really testing.
10741 * gdb.base/step-test.exp: However, we do want a test that notices
10742 the bizarre steps into memcpy, so do that here. Add check for
10743 stepping into function calls that pass large structures by value.
10744 ("Is that a noun clause, or are you just happy to see me?")
10745 Remove all references to specific line numbers.
10746 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
10747 New type and function.
10748 (main): Call large_struct_by_value, passing it a large struct by value.
10749 * lib/gdb.exp (gdb_get_line_number): New function.
10750
10751 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
10752 more portable.
10753
10754 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
10755
10756 * lib/gdb.exp: Doc fixes.
10757
10758 1999-03-05 Nick Clifton <nickc@cygnus.com>
10759
10760 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
10761
10762 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
10763
10764 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
10765 commands. They're not germane to this test, and they don't work
10766 that way on remote targets.
10767
10768 1999-03-01 James Ingham <jingham@cygnus.com>
10769
10770 * Changelog entries merged over from gdb development branch.
10771
10772 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
10773
10774 * lib/gdb.exp (gdbtk_analyze_results): Generic function
10775 for outputting results of test run.
10776
10777 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
10778
10779 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
10780
10781 1999-02-25 Felix Lee <flee@cygnus.com>
10782
10783 * lib/gdb.exp (debug_format): initialize
10784
10785 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
10786
10787 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
10788 * gdb.base/call-rt-st.c: Ditto.
10789
10790 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
10791
10792 * gdb.threads/pthreads.exp (horiz): New variable.
10793 (test_startup): Fix regexps that capture thread numbers.
10794
10795 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
10796
10797 * gdb.base/smoke.exp: Disambiguate two test case names (both
10798 called ``print'').
10799
10800 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
10801
10802 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
10803 compilation.
10804
10805 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
10806
10807 * gdb.base/miscexprs.exp: Change patterns to match GDB's
10808 actual output formatting.
10809 * gdb.base/smoke.exp: GDB removes leading 0's.
10810 * gdb.base/volatile.exp: Don't check type of remuneration;
10811 that variable is no longer defined in constvars.c.
10812 * gdb.base/step-test.c (main): Exit with explicit exit code.
10813 * gdb.base/step-test.exp: Remove two nexti checks--they are
10814 not portable.
10815
10816 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
10817
10818 * gdb.base/help.exp ("help delete display"): Fix test to match
10819 gdb's output.
10820
10821 * gdb.base/long_long.c (known_types): Initialize values to zero.
10822 * gdb.base/long_long.exp: Step one more line
10823 so 'dec' is initialized in "get to known place". GDB removes
10824 leading zeros. Explicitly ask for hex formatting. Use
10825 unique test case names.
10826
10827 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10828
10829 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
10830
10831 * gdb.c++/method.exp: Add missing close brace.
10832
10833 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
10834
10835 * gdb.base/maint.exp: Use 'set height 0' to disable page
10836 prompting, not 'set height 400'.
10837
10838 Fix a bunch of timeouts.
10839 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
10840 four separate tests, so expect doesn't take forever to match a ton
10841 of text against a regexp with lots of .* forms.
10842 ("maint print psymbols", "maint print symbols"): Make some of
10843 these greps more selective, so that expect doesn't try to wade
10844 through huge piles of output and time out.
10845
10846 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
10847
10848 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
10849 tests: one which doesn't expect shlib events to be reported, and
10850 another which does, but is XFAIL for all platforms other than
10851 HP/UX.
10852
10853 * gdb.base/break.exp: Teach the test suite that the `catch
10854 fork', `catch vfork', and `catch exec' commands produce error
10855 messages on platforms that don't provide these features.
10856
10857 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
10858
10859 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
10860 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
10861 (shortening names from solib_threshold.exp etc), won't run on
10862 anything but HP-UX for the foreseeable future.
10863 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
10864 reflect move.
10865
10866 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
10867
10868 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
10869 gdb.trace/Makefile.in (clean): Remove all test executables.
10870
10871 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
10872
10873 * gdb.base/shlib-call.exp: add test cases to verify that gdb
10874 successfully re-sets breakpoints in shared libraries.
10875 * gdb.base/shmain.c (main): return 0, don't fall off the end.
10876
10877 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10878
10879 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
10880 and compiled w/o GCC.
10881
10882 * gdb.hp/watch-cmd.exp: ditto.
10883
10884 * gdb.hp/watch-hp.exp: ditto.
10885
10886 * gdb.hp/xdb1.exp: ditto.
10887
10888 * gdb.hp/xdb2.exp: ditto.
10889
10890 * gdb.hp/dbx.exp: ditto.
10891
10892 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
10893
10894 * constvars.c: Remove C++-isms.
10895 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
10896 with GCC.
10897
10898 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
10899
10900 The following changes are part of the HP merge.
10901
10902 * gdb.base/break.exp: new tests to verify that catchpoints for
10903 fork, vfork, and exec don't trigger inappropriately.
10904
10905 * gdb.base/opaque.exp: compile one file at a time, then link.
10906
10907 * gdb.base/signals.exp: be more restrictive about which hppa
10908 systems receive a setup_xfail. new tests.
10909
10910 * gdb.base/solib_threshold.build: new file.
10911 * gdb.base/solib_threshold.exp: new file.
10912 * gdb.base/solib_threshold.link_opts: new file.
10913 * gdb.base/solib_threshold.mk: new file.
10914 * gdb.base/gen_solib_threshold.c: new file.
10915
10916 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
10917 tests. New tests for enums inside classes.
10918
10919 * gdb.c++/compiler.cc: indicate support of template debugging.
10920
10921 * gdb.c++/demangle.exp: run hp style demangling tests.
10922
10923 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
10924 tests.
10925
10926 * gdb.c++/misc.cc: changes to support new tests.
10927
10928 * gdb.c++/templates.cc: changes to support HP's compiler; changes
10929 to support new tests.
10930
10931 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
10932 gcc, then skip these tests.
10933
10934 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
10935
10936 The following files are part of the HP merge; some had longer
10937 names at HP, but have been renamed to be no more than 14
10938 characters in length.
10939
10940 * gdb.hp/ambiguous.cc: new file.
10941 * gdb.hp/ambiguous.exp: new file.
10942 * gdb.hp/attach.exp: new file.
10943 * gdb.hp/attach2.exp: new file.
10944 * gdb.hp/classes-hp.exp: new file.
10945 * gdb.hp/ctti.exp: new file.
10946 * gdb.hp/ctti-add.cc: new file.
10947 * gdb.hp/ctti-add1.cc: new file.
10948 * gdb.hp/ctti-add2.cc: new file.
10949 * gdb.hp/ctti-add3.cc: new file.
10950 * gdb.hp/dbx.exp: new file.
10951 * gdb.hp/exception.cc: new file.
10952 * gdb.hp/exception.exp: new file.
10953 * gdb.hp/foll-exec.c: new file.
10954 * gdb.hp/foll-exec.exp: new file.
10955 * gdb.hp/foll-fork.c: new file.
10956 * gdb.hp/foll-fork.exp: new file.
10957 * gdb.hp/foll-vfork.c: new file.
10958 * gdb.hp/foll-vfork.exp: new file.
10959 * gdb.hp/inherit-hp.exp: new file.
10960 * gdb.hp/more-steps.exp: new file.
10961 * gdb.hp/namespace.cc: new file.
10962 * gdb.hp/namespace.exp: new file.
10963 * gdb.hp/optimize.exp: new file.
10964 * gdb.hp/pxdb.c: new file.
10965 * gdb.hp/pxdb.exp: new file.
10966 * gdb.hp/quicksort.exp: new file.
10967 * gdb.hp/reg-test.exp: new file.
10968 * gdb.hp/reg-test.s: new file.
10969 * gdb.hp/sized-enum.c: new file.
10970 * gdb.hp/sized-enum.exp: new file.
10971 * gdb.hp/start-stop.exp: new file.
10972 * gdb.hp/templ-hp.cc: new file.
10973 * gdb.hp/templ-hp.exp: new file.
10974 * gdb.hp/thr-lib.c: new file.
10975 * gdb.hp/thr-lib.exp: new file.
10976 * gdb.hp/thr-lib.h: new file.
10977 * gdb.hp/thr-liblib.c: new file.
10978 * gdb.hp/virtfun-hp.c: new file.
10979 * gdb.hp/virtfun-hp.exp: new file.
10980 * gdb.hp/watch-cmd.exp: new file.
10981 * gdb.hp/watch-hp.exp: new file.
10982 * gdb.hp/xdb1.exp: new file.
10983 * gdb.hp/xdb2.exp: new file.
10984 * gdb.hp/xdb3.exp: new file.
10985
10986 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
10987
10988 The following files are part of the HP merge; some had longer
10989 names at HP, but have been renamed to be no more than 14
10990 characters in length.
10991
10992 * gdb.base/ss.h: new file.
10993 * gdb.base/call-ar-st.c: new file.
10994 * gdb.base/call-ar-st.exp: new file.
10995 * gdb.base/call-rt-st.c: new file.
10996 * gdb.base/call-rt-st-exp: new file.
10997 * gdb.base/call-strs.exp: new file.
10998 * gdb.base/ena-dis-br.exp: new file.
10999 * gdb.base/environ.exp: new file.
11000 * gdb.base/long_long.exp: new file.
11001 * gdb.base/sect-cmd.exp: new file.
11002 * gdb.base/shlib-cl2.exp: new file.
11003 * gdb.base/smoke.exp: new file.
11004 * gdb.base/so-impl-ld.c: new file.
11005 * gdb.base/so-impl-ld.exp: new file.
11006 * gdb.base/so-indr-cl.c: new file.
11007 * gdb.base/so-indr-cl.exp: new file.
11008 * gdb.base/varargs.exp: new file.
11009 * gdb.base/volatile.exp: new file.
11010 * gdb.base/whatis-exp.exp: new file.
11011 * gdb.base/display.exp: new file.
11012 * gdb.c++/derivation.exp: new file.
11013 * gdb.c++/local.exp: new file.
11014 * gdb.c++/member-ptr.exp: new file.
11015 * gdb.c++/overload.exp: new file.
11016 * gdb.c++/ovldbreak.exp: new file.
11017 * gdb.c++/ref-types.exp: new file.
11018 * gdb.c++/ref-types2.exp: new file.
11019 * gdb.c++/userdef.exp: new file.
11020
11021 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11022
11023 * gdb.base/default.exp: Reflect wording change in remote.c.
11024
11025 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
11026
11027 * gdb.base/help.exp: Update to reflect current text.
11028
11029 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
11030
11031 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
11032 they're stack variables and contain garbage.
11033 * gdb.c++/anon-union.exp: new file.
11034
11035 The following changes were made by David Taylor
11036 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
11037 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
11038 in changes by HP.
11039
11040 * gdb.base/bitops.exp: new file.
11041 * gdb.base/default.exp: change expected messages for catch and
11042 info catch tests to reflect HP merge changes.
11043 * gdb.base/enable-disable-break.exp
11044 * gdb.base/ending-run.c: new file.
11045 * gdb.base/long_long.c: new file.
11046 * gdb.base/maint.exp: new file.
11047 * gdb.base/pointers2.exp: new file.
11048 * gdb.base/shlib-call2.exp: new file.
11049 * gdb.base/solib.exp: new file.
11050 * gdb.base/step-test.c: new file.
11051 * gdb.c++/anon-union.cc: new file.
11052 * gdb.c++/local.cc: new file.
11053 * gdb.c++/member-pointer.cc: new file.
11054 * gdb.c++/method.cc: new file.
11055 * gdb.c++/ref-types.cc: new file.
11056 * gdb.c++/ref-types2.cc: new file.
11057 * gdb.c++/userdef.cc: new file.
11058
11059 * gdb.base/scope.exp: compile one file at a time, then link.
11060 * gdb.base/langs.exp: ditto.
11061 * gdb.base/list.exp: ditto.
11062
11063 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
11064
11065 The following changes were made by David Taylor
11066 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
11067 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
11068 in changes by HP.
11069
11070 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
11071 skip tests. When compiling pass c++ flag to gdb_compile.
11072 * gdb.c++/
11073
11074 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
11075 test for on hppa*-*-hpux*; use args to see if c++ was specified.
11076 (skip_hp_tests): new function.
11077 (gdb_preprocess): new function.
11078
11079 * configure.in (hpdir): decide whether to configure gdb.hp.
11080 * configure: regenerated.
11081
11082 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
11083 to delete on clean.
11084 (EXECUTABLES): update to reflect new additions.
11085 * gdb.base/commands.exp: update message expected.
11086 * gdb.base/default.exp: add copyright notice.
11087 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
11088 * gdb.base/help.exp: update messages to reflect current text.
11089 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
11090 targets for recurse tests.
11091 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
11092 skip this file.
11093
11094 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
11095 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
11096 compilation.
11097 * gdb.c++/misc.exp: ditto.
11098 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
11099 run the tests. tell gdb_compile that it's a c++ compilation.
11100
11101 * gdb.threads/pthreads.exp: fix typo in message.
11102
11103 * gdb.base/all-bin.exp: new file.
11104 * gdb.base/arithmet.exp: new file.
11105 * gdb.base/assign.exp: new file.
11106 * gdb.base/completion.exp: new file.
11107 * gdb.base/cond-expr.exp: new file.
11108 * gdb.base/condbreak.exp: new file.
11109 * gdb.base/define.exp: new file.
11110 * gdb.base/dollar.exp: new file.
11111 * gdb.base/environment.exp: new file.
11112 * gdb.base/eval-skip.exp: new file.
11113 * gdb.base/jump.exp: new file.
11114 * gdb.base/logical.exp: new file.
11115 * gdb.base/pointers.exp: new file.
11116 * gdb.base/relational.exp: new file.
11117 * gdb.base/section_command.exp: new file.
11118 * gdb.base/whatis-expr.exp: new file.
11119
11120 * gdb.base/all-types.c: new file.
11121 * gdb.base/call-array-struct.c: new file.
11122 * gdb.base/call-return-struct.c: new file.
11123 * gdb.base/call-strings.c: new file.
11124 * gdb.base/callfuncs2.c: new file.
11125 * gdb.base/condbreak.c: new file.
11126 * gdb.base/constvars.c: new file.
11127 * gdb.base/display.c: new file.
11128 * gdb.base/int-type.c: new file.
11129 * gdb.base/jump.c: new file.
11130 * gdb.base/miscexprs.c: new file.
11131 * gdb.base/pointers.c: new file.
11132 * gdb.base/pointers2.c: new file.
11133 * gdb.base/shmain.c: new file.
11134 * gdb.base/shr1.c: new file.
11135 * gdb.base/shr2.c: new file.
11136 * gdb.base/solib.c: new file.
11137 * gdb.base/solib1.c: new file.
11138 * gdb.base/solib2.c: new file.
11139 * gdb.base/varargs.c: new file.
11140 * gdb.c++/derivation.cc: new file.
11141 * gdb.c++/overload.cc: new file.
11142 * gdb.c++/ovldbreak.cc: new file.
11143 * gdb.hp/attach.c: new file.
11144 * gdb.hp/attach2.c: new file.
11145 * gdb.hp/average.c: new file.
11146 * gdb.hp/compiler.c: new file.
11147 * gdb.hp/compiler.cc: new file.
11148 * gdb.hp/execd-program.c: new file.
11149 * gdb.hp/follow-exec.c: new file.
11150 * gdb.hp/follow-fork.c: new file.
11151 * gdb.hp/follow-vfork-and-exec.c: new file.
11152 * gdb.hp/misc-hp.cc: new file.
11153 * gdb.hp/more-steps.c: new file.
11154 * gdb.hp/optimize.c: new file.
11155 * gdb.hp/quicksort.c: new file.
11156 * gdb.hp/run-hp.c: new file.
11157 * gdb.hp/start-stop.c: new file.
11158 * gdb.hp/sum.c: new file.
11159 * gdb.hp/templates-hp.cc: new file.
11160 * gdb.hp/thread-local-in-lib.c: new file.
11161 * gdb.hp/thread-local-in-lib.h: new file.
11162 * gdb.hp/thread-local-in-lib.lib.c: new file.
11163 * gdb.hp/vforked-program.c: new file.
11164 * gdb.hp/virtfunc-hp.cc: new file.
11165 * gdb.hp/watchpoint-hp.c: new file.
11166 * gdb.hp/xdb.c: new file.
11167 * gdb.hp/xdb0.c: new file.
11168 * gdb.hp/xdb0.h: new file.
11169 * gdb.hp/xdb1.c: new file.
11170
11171 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
11172
11173 The following change was made by Edith Epstein
11174 <eepstein@cygnus.com> as part of a project to merge in changes
11175 originally made by HP; HP did not create ChangeLog entries.
11176
11177 * gdb.c++/demangle.exp: changed the expected output for some
11178 ARM-style mangling -- removed second reference to datatype.
11179 For example, maint demangle __dt__11T1__pt__2_cFv
11180 T1<char>::~T1<char>(void)
11181 becomes,
11182 maint demangle __dt__11T1__pt__2_cFv
11183 T1<char>::~T1(void)
11184
11185 (test_hp_style_demangling): new hp specific demangling test cases.
11186
11187 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
11188
11189 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
11190 * gdb.trace/backtrace.exp: Likewise.
11191 * gdb.trace/circ.exp: Likewise.
11192 * gdb.trace/collection.exp: Likewise.
11193 * gdb.trace/deltrace.exp: Likewise.
11194 * gdb.trace/infotrace.exp: Likewise.
11195 * gdb.trace/limits.exp: Likewise.
11196 * gdb.trace/packetlen.exp: Likewise.
11197 * gdb.trace/passc-dyn.exp: Likewise.
11198 * gdb.trace/passcount.exp: Likewise.
11199 * gdb.trace/report.exp: Likewise.
11200 * gdb.trace/save-trace.exp: Likewise.
11201 * gdb.trace/tfind.exp: Likewise.
11202 * gdb.trace/tracecmd.exp: Likewise.
11203 * gdb.trace/while-dyn.exp: Likewise.
11204 * gdb.trace/while-stepping.exp: Likewise.
11205
11206 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
11207
11208 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
11209
11210 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
11211
11212 From Brendan Kehoe:
11213 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
11214 int return types.
11215
11216 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
11217
11218 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
11219 remote dos host testing right.
11220
11221 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
11222
11223 * gdb.base/corefile.exp: remove some xfails.
11224
11225 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
11226
11227 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
11228 have different timestamps.
11229
11230 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
11231
11232 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
11233 gdb.base/default.exp: Replace "exec" with "executable".
11234
11235 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
11236
11237 * gdb.base/default.exp: Change else if to elseif from previous
11238 delta.
11239
11240 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
11241
11242 * gdb.base/default.exp: Add brace missing from previous delta.
11243
11244 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
11245
11246 * gdb.base/default.exp: Support test for info float for all
11247 varieties of arm toolchain.
11248
11249 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
11250
11251 * gdb.trace/*.exp: remove "remote_download" command.
11252
11253 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
11254
11255 * gdb.trace/*.exp: remove -gdwarf from compile.
11256
11257 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
11258
11259 * gdb.trace/configure.in(AC_INIT): typo
11260 * gdb.trace/configure: regenerated
11261
11262 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
11263
11264 * config/m68k-emc.exp: New file.
11265 * lib/<emc-support.exp trace-support.exp}: New files.
11266 * configure.in: add new test directory gdb.trace.
11267 * gdb.trace/{configure configure.in Makefile.in}: New files.
11268 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
11269 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
11270 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
11271 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
11272 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
11273 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
11274 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
11275
11276 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
11277
11278 * gdb.c++/classes.exp: Change all regular expressions to match
11279 arbitrary combinations of newline/carriage-return, so that they
11280 will work equally well on Unix and Windows.
11281 * gdb.c++/inherit.exp: ditto.
11282 * gdb.c++/virtfunc.exp: ditto.
11283
11284 1998-08-11 Dawn Perchik <dawn@cygnus.com>
11285
11286 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
11287
11288 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
11289
11290 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
11291 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
11292 to use a0-a3/d0-d3 as needed.
11293
11294 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
11295
11296 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
11297 * gdb.disasm/am33.exp: Corresponding changes.
11298
11299 1998-07-11 Felix Lee <flee@cygnus.com>
11300
11301 * gdb.base/callfuncs.exp: add cmp10 test.
11302 * gdb.base/callfuncs.c (cmp10): new function.
11303
11304 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
11305
11306 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
11307 into two parts to get around a synchronization problem in expect.
11308
11309 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
11310
11311 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
11312
11313 * configure.in: Add options for gdbtk testsuite.
11314
11315 * configure: Regenerate.
11316
11317 * gdb.gdbtk: New directory to hold gdbtk tests.
11318
11319 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11320
11321 * gdb.fortran/types.exp: Escape brackets in expect patterns
11322 for test_float_literal_types_accepted tests.
11323 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
11324 before run test.
11325
11326 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
11327
11328 * am33.exp: Just compile, do not link the testcase.
11329 * am33.s: Add ".am33" pseudoop to force am33 mode.
11330
11331 1998-06-25 Felix Lee <flee@cygnus.com>
11332
11333 * gdb.base/setshow.exp: make sure $pc is sane.
11334
11335 * gdb.stabs/weird.exp: split expect patterns properly.
11336
11337 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
11338
11339 * gdb.disasm/am33.s: New disassembler testfile for the am33.
11340 * gdb.disasm/am33.exp: Run it.
11341
11342 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
11343
11344 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
11345 match processing (and eliminate spurious timeouts when running).
11346
11347 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
11348
11349 * gdb.base/signals.exp (test_handle_all_print): put back Mach
11350 exception test, but conditionalize it on target [mach | gnu].
11351
11352 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
11353
11354 * gdb.base/overlays.exp: fixup compile line for linker script.
11355
11356 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
11357
11358 * gdb.fortran/types.exp: don't guess at float size.
11359
11360 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
11361
11362 * gdb.base/exprs.exp: delete test that depends on int size.
11363
11364 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
11365
11366 * config/sim.exp: Removed checks for target triplets.
11367 (gdb_target_sim): Use gdb,target_sim_options.
11368
11369 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
11370
11371 * gdb.base/reread.exp: New file.
11372 * gdb.base/reread1.c: New file.
11373 * gdb.base/reread2.c: New file.
11374
11375 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
11376
11377 * config/sim.exp: Use 'target sim -sparclite' when running
11378 SPARClite programs.
11379
11380 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
11381
11382 * gdb.base/structs2.exp: New file.
11383 * gdb.base/structs2.c: New file.
11384
11385 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
11386
11387 * gdb.asm/common.inc: New file.
11388 * gdb.asm/d10v.inc: New file.
11389 * asm-source.exp: Pass -I's to gas to find .inc files.
11390 Update line numbers in expected output.
11391 * asmsrc1.s: Rewrite.
11392 * asmsrc2.s: Rewrite.
11393 * configure.in: Create arch.inc symlink.
11394 * configure: Regenerate.
11395 * Makefile.in (distclean): Delete arch.inc.
11396
11397 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
11398
11399 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
11400 (t_enum_value2): ditto
11401 (t_enum_value3): ditto
11402 (main): ditto
11403 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11404
11405 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
11406 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
11407 change.
11408 Use gdb_test instead of send_gdb/gdb_expect sequences.
11409
11410 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
11411
11412 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
11413 not void.
11414
11415 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
11416
11417 * gdb.base/branches.c: Code with lots of loops and
11418 subroutines. Used to test gdbs ability to single step through PC
11419 changes, especially to test mips-tdep.c:mips_next_pc
11420
11421 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
11422
11423 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
11424 more rigorous EGCS C++ error checking.
11425
11426 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11427
11428 * gdb.base/help.exp: Clean up `help set args' and `help show args'
11429 tests.
11430 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
11431 function when asleep.
11432 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
11433 for i*86 Linux and SVR4 signal handling problems.
11434 Remove linux xfail for `next to handler in signals_tests_1', fixed
11435 by recent infrun.c change.
11436 Limit backtrace to 10 frames to avoid timeout problems with infinite
11437 stack backtraces.
11438 Adjust expect pattern in `handle all print' test to match Apr 28 1997
11439 target.[ch] change.
11440
11441 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
11442
11443 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
11444 for a newline from gdb before continuing.
11445 (default_gdb_exit): Just look for y or n.
11446 (gdb_test): Detect abnormal exit from GDB running on DOS; if
11447 it does, fail the rests of the tests in the file.
11448
11449 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
11450
11451 * config/cygmon.exp: New file.
11452
11453 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
11454
11455 * gdb.base/list.exp: Fix problem with "list default lines around
11456 main" test on remote targets.
11457
11458 * gdb.base/scope.exp: Fix problem with filelocal_bss before
11459 run test on remote targets.
11460
11461 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
11462
11463 * gdb.asm: New directory.
11464 * configure.in: Configure it.
11465 * configure: Regenerate.
11466 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
11467 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
11468
11469 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
11470
11471 * config/mn10300-eval.exp: New file to support MN10300 eval board.
11472
11473 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
11474
11475 * gdb.base/overlays (several files): Merge the two overlay
11476 managers into one. Change variables (foox, barx, bazx, grbxx)
11477 back into ints but force them to load in their proper sections.
11478
11479 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
11480
11481 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
11482 on-chip insn memory and IMAP1 to upper 128k.
11483 (D10VCopy): Handle memory regions crossing 16k boundaries.
11484 (D10VCopy): Transfer data in 32 bit chunks.
11485
11486 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
11487
11488 * gdb.base/overlays.c (main): Exit normally when result is
11489 correct.
11490
11491 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
11492 map. Include space for printf in .text segment.
11493
11494 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
11495 updated d10v memory VMA/LMA map.
11496 (D10VCopy): Call D10VTranslate.
11497
11498 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
11499
11500 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
11501
11502 * gdb.base/bar.c (barx, bar): Change variable to small array so
11503 that it won't be put into the .sdata - small data -
11504 section. Update reference.
11505 * gdb.base/baz.c (bazx, baz): Ditto.
11506 * gdb.base/foo.c (foox, foo): Ditto.
11507 * gdb.base/grbx.c (grbxx, grbx): Ditto.
11508
11509 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
11510 to be arrays.
11511
11512 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
11513
11514 * gdb.base/overlays.exp: fix up and get working again.
11515 Add tests for backtraces from an overlay function.
11516
11517 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
11518
11519 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
11520 "calling function with watchpoint enabled".
11521
11522 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
11523
11524 * gdb.base/break.exp (test_next_with_recursion): Remove
11525 gdb_suppress_tests for d10v-*-*.
11526 * lib/gdb.exp (gdb_suppress_tests): Disable this function
11527 pending review of whether it is useful or not.
11528
11529 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
11530
11531 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
11532
11533 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
11534
11535 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
11536 * config/dve.exp: New file to support Densan boards.
11537
11538 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
11539
11540 * gdb.base/interrupt.exp: Document problem of simulators, signals,
11541 reads and BSD.
11542
11543 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
11544
11545 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
11546 response.
11547
11548 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
11549
11550 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
11551
11552 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
11553 test.
11554
11555 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
11556 target_sizeof_long and target_bigendian_p.
11557 (structs_by_value, structs_by_reference): Check values according
11558 to targets word size and endianess.
11559
11560 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
11561
11562 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
11563 output.
11564
11565 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
11566
11567 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
11568 Update test of set args help to match source change.
11569
11570 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
11571
11572 * gdb.base/default.exp: Expect help system output to be in
11573 alphabetical order.
11574 * gdb.base/help.exp: Ditto.
11575
11576 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
11577
11578 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
11579 "i*86-pc-linux-gnu*".
11580 * gdb.base/interrupt.exp: Ditto.
11581 * gdb.base/corefile.exp: Ditto.
11582
11583 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
11584 define vxworks when building the testcase.
11585
11586 * gdb.base/ptype.exp: Fix testnames to be unique.
11587 * gdb.base/radix.exp: Ditto.
11588 * gdb.base/term.exp: Ditto.
11589 * gdb.base/whatis.exp: Ditto.
11590 * gdb.c++/classes.exp: Ditto.
11591
11592 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
11593
11594 * gdb.base/callfuncs.exp: Fix indentation.
11595
11596 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
11597 suppress_flag has been set.
11598 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
11599 target feature.
11600
11601 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
11602
11603 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
11604 the testcase.
11605
11606 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
11607 set_debug_traps() and breakpoint().
11608 * gdb.c++/misc.cc (main): Ditto.
11609 * gdb.c++/templates.cc (main): Ditto.
11610 * gdb.c++/virtfunc.cc (main): Ditto.
11611
11612 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
11613
11614 * lib/gdb.exp(gdb_step_for_stub): New function.
11615 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
11616 exists, reload the executable and do a "continue" instead of
11617 doing a jump.
11618 (runto_main): Use gdb_step_for_stub.
11619
11620 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
11621 tests to have unique names.
11622 * gdb.base/callfuncs.exp: Ditto.
11623 * gdb.base/commands.exp: Ditto.
11624 * gdb.base/default.exp: Ditto.
11625 * gdb.base/help.exp: Ditto.
11626 * gdb.base/list.exp: Ditto.
11627 * gdb.base/opaque.exp: Ditto.
11628 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
11629 similar tests.
11630
11631 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
11632 * gdb.c++/cplusfuncs.cc: Ditto.
11633 * gdb.c++/virtfunc.cc: Ditto.
11634
11635 * config/monitor.exp: Keep track of the last file we saw, rather
11636 than trying to get the info from gdb.
11637
11638 * gdb.fortran/types.exp: Move comment to previous line.
11639
11640 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
11641
11642 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
11643 target mode.
11644
11645 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
11646
11647 From Bob Manson:
11648 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
11649 string from GDB when it connects.
11650
11651 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
11652
11653 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
11654
11655 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
11656 if we can't get a debug format from GDB (we may be testing an
11657 older GDB). Use a 10 second timeout when checking for the format.
11658
11659 * gdb.stabs/weird.exp: Fix quoting.
11660
11661 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
11662
11663 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
11664
11665 * config/arm-ice.exp: New file.
11666
11667 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
11668
11669 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
11670 until it has been modified to work with the new testsuite.
11671
11672 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
11673 testcase won't compile, cause all of the testcases in the file to
11674 fail instead.
11675
11676 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
11677 (gdb_clear_suppressed): New procedure.
11678 (gdb_stop_suppressing_tests): Only clear suppress_flag if
11679 it contains a positive value.
11680
11681 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
11682
11683 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
11684
11685 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
11686
11687 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
11688
11689 * lib/gdb.exp (setup_xfail_format): New function.
11690 (get_debug_format): New function to get debug format.
11691 (debug_format): New global variable to hold last value set
11692 by get_debug_format.
11693 * gdb.base/list.exp: Call get_debug_format and expect some
11694 tests to fail for DWARF 1 and COFF formats.
11695 * gdb.c++/ptype.exp: Ditto.
11696 * gdb.c++/classes.exp: Ditto.
11697 * gdb.c++/cplusfuncs.exp: Ditto.
11698 * gdb.c++/inherit.exp: Ditto.
11699 * gdb.c++/templates.exp: Ditto.
11700 * gdb.c++/virtfunc.exp: Ditto.
11701
11702 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
11703
11704 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
11705 host doesn't have a currently-open connection.
11706
11707 * config/sparclet.exp: Cleanups and fixes to make it generic for
11708 any gdb stub target. Handle cases where gdb doesn't respond when
11709 interrupted in a sane fashion.
11710
11711 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
11712 same thing in a totally different way.
11713
11714 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
11715 setting "timeout".
11716 (gdb_start): We set the global gdb_prompt variable in
11717 default_gdb_init now.
11718
11719 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
11720
11721 * gdb.base/printcmds.exp: Fix "check for floating addition"
11722 regexp to accept results within approx +/- .01 of exact value.
11723 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
11724
11725 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
11726
11727 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
11728 properly.
11729 (gdb_expect): Add optional timeout parameter, and add timeout
11730 value to various calls.
11731 (gdb_suppress_tests): Only give one warning message per group.
11732
11733 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
11734
11735 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
11736 global variables. Handle getting a value for $timeout more
11737 gracefully.
11738
11739 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
11740
11741 * lib/gdb.exp: Close connection to remote host if gdb doesn't
11742 initialize.
11743 (default_gdb_init): New procedure; allow gdb_init to be overridden
11744 by a target configuration file.
11745 (gdb_expect): Pass the timeout to remote_expect.
11746
11747 * config/monitor.exp(gdb_load): Fix typo in regexp.
11748
11749 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
11750
11751 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
11752
11753 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
11754
11755 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
11756 here. Call gdb_target_exec before rebooting the target, to make
11757 sure the connection to the target is closed.
11758 (gdb_load): Pass the name of the executable to gdb_target_monitor.
11759 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
11760 Also detect "Timeout reading from remote" error.
11761
11762 * config/gdbserver.exp: Pass the executable being loaded to
11763 gdb_target_monitor. Don't call gdb_file_cmd here; let
11764 gdb_target_monitor do it.
11765
11766 * gdb.disasm/hppa.exp: Don't use exec_output.
11767
11768 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
11769
11770 * gdb.base/list.exp: If we're debugging a non-native target,
11771 try to set the pc register to point to the start of the
11772 program before doing the first list command.
11773
11774 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
11775 test_calls after restarting.
11776
11777 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
11778 reloading.
11779
11780 * gdb.base/watchpoint.exp: Fix typo.
11781
11782 * gdb.base/setshow.exp: Check for use_gdb_stub.
11783
11784 * gdb.base/break.exp: Fix continue until exit test for the gdb
11785 stub case.
11786 * gdb.base/langs.exp: Ditto.
11787
11788 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
11789 gdb_load_offset. If we weren't given a file to load, figure out
11790 what the current file is and use it.
11791
11792 * config/i386-bozo.exp: New file.
11793
11794 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
11795
11796 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
11797 feature.
11798
11799 * config/proelf.exp: New entry.
11800
11801 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
11802
11803 * lib/gdb.exp: Remove spurious .* patterns at the beginning
11804 of regexps.
11805
11806 * gdb.base/watchpoint.exp: Don't run the test_stepping
11807 tests if gdb can't call functions on the target.
11808
11809 * gdb.base/setshow.exp: Don't run the set prompt tests if
11810 the board has gdb_prompt set.
11811
11812 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
11813
11814 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
11815 * gdb.base/commands.exp: Likewise.
11816 * gdb.base/setshow.exp: Likewise.
11817
11818 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
11819
11820 * config/monitor.exp(gdb_start): Look for gdb_prompt target
11821 feature.
11822
11823 * config/i960.exp: New file.
11824
11825 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
11826
11827 * gdb.base/funcargs.exp: Check for gdb,short_int target
11828 feature instead of looking for explicit target triplets.
11829
11830 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
11831
11832 * gdb.base/printcmds.exp: add a couple more tests a la
11833 "p 123DEADBEEF", to check parse_number.
11834 * top.c: change "to enable to enable" to "to enable" in a couple
11835 of help strings.
11836
11837 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
11838
11839 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
11840 on the mn10300.
11841
11842 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
11843
11844 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
11845 where the test executable is run with explicit args.
11846 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
11847
11848 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
11849
11850 * gdb.base/run.c: Use FAKEARGV to build test executable that
11851 does not require a command line arg, since most simulators
11852 don't currently support passing such an arg into the simulated
11853 program.
11854 * gdb.base/commands.exp: Change tests to insert the proper
11855 value as the arg to the first recursive factorial call. Change
11856 compilation line to define FAKEARGV at compile time.
11857
11858 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
11859
11860 * gdb.base/recurse.exp: Enable these tests for the mn10300.
11861 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
11862 function with watchpoint enabled" test.
11863
11864 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
11865
11866 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
11867 Don't call gdb_test when the command doesn't return to a gdb prompt.
11868
11869 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
11870 "Tests restarted" messages.
11871
11872 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
11873
11874 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
11875
11876 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
11877
11878 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
11879 for INFO SYMBOL; add help tests for OVERLAY commands.
11880 * gdb.base/default.exp: add tests for INFO SYMBOL command;
11881 add tests for OVERLAY commands
11882 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
11883 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
11884 * gdb.base/sigall.c: add usestubs code frag
11885 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
11886
11887 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
11888
11889 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
11890 failures.
11891 (gdb_stop_suppressing_tests): Note that tests have restarted.
11892
11893 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
11894
11895 * config/h8300.exp: New file.
11896
11897 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
11898
11899 * gdb.base/setshow.exp: Check for the existence of a
11900 feature, not its value.
11901
11902 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
11903
11904 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
11905
11906 * gdb.base/scope.exp: It's now init0(), not init().
11907
11908 * gdb.base/scope0.c: For now, change init() to be init0().
11909
11910 * config/monitor.exp: Use gdb_serial in preference to serial
11911 or netport.
11912
11913 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
11914 and it's not already set.
11915
11916 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
11917
11918 * gdb.base/setshow.exp: Only test the run command if the target
11919 isn't using a stub and if it supports argument passing.
11920
11921 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
11922
11923 * config/udi.exp(gdb_start): Make sure UDICONF is set
11924 properly before starting gdb.
11925
11926 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
11927
11928 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
11929 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
11930 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
11931
11932 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
11933
11934 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
11935 specialized code to reboot the board, use remote_reboot instead.
11936
11937 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
11938
11939 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
11940
11941 * config/monitor.exp: Make sure we disconnect from the target.
11942 Also, try a reboot/reload cycle instead of failing if the
11943 load fails.
11944
11945 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
11946
11947 * gdb.base/default.exp: Don't set match_max.
11948 * gdb.base/help.exp: Ditto.
11949 * gdb.base/list.exp: Ditto.
11950 * gdb.base/signals.exp: Ditto.
11951
11952 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
11953 set, use remote_ld to download the testcase instead of
11954 the GDB loader.
11955
11956 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
11957
11958 * config/vr5000.exp: New file.
11959
11960 * config/monitor.exp(gdb_target_monitor): Add pattern for
11961 "Ending remote" to detect errors in connecting.
11962
11963 * gdb.base/setshow.exp: Add .* within auto language test.
11964
11965 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
11966 target feature.
11967
11968 * config/monitor.exp(gdb_load): Check for a failure when loading,
11969 and reboot the board if necessary.
11970
11971 * gdb.base/setvar.exp(test_set): Handle multiple prints within
11972 a set of tests. Remove print.* from the patterns being checked.
11973
11974 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
11975
11976 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
11977 refer to gdb_spawn_id.
11978
11979 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
11980 longer used.
11981 * config/sparclet.exp: Ditto.
11982 * config/sparclet-old.exp: Ditto.
11983 * config/slite.exp: Ditto.
11984 * config/sim.exp: Ditto.
11985 * gdb.base/funcargs.exp: Ditto.
11986
11987 * lib/gdb.exp:Remove references to gdb_spawn_id.
11988 (gdb_expect): Move to remote.exp.
11989
11990 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
11991
11992 * config/monitor.exp: Detect the "Couldn't establish connection"
11993 message from GDB.
11994
11995 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
11996
11997 * gdb.base/bitfields.exp: Use runto instead of explicit
11998 gdb_run_cmd/gdb_expect sequences.
11999
12000 * gdb.base/break.exp(text_next_with_recursion): Add match for
12001 gdb_expect call.
12002
12003 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
12004 We also need to handle the "A program is being debugged already"
12005 prompt from gdb. Use gdb_test to set the baud rate.
12006
12007 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
12008 to 20000. Really. I mean it.
12009
12010 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
12011
12012 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
12013 fails. If suppress_flag is set, skip perror message about not
12014 being able to send to GDB.
12015 (send_gdb): If suppress_flag is set, don't try to send commands to
12016 GDB.
12017 (gdb_expect): If suppress_flag is set, always fail immediately.
12018 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
12019 (gdb_init): Call gdb_stop_suppressing_tests.
12020 (default_gdb_exit): Ditto.
12021 (default_gdb_start): Ditto.
12022
12023 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
12024 gdb_stop_suppressing_tests as appropriate.
12025 * gdb.base/break.exp: Ditto.
12026 * gdb.base/callfuncs.exp: Ditto.
12027 * gdb.base/commands.exp: Ditto.
12028 * gdb.base/exprs.exp: Ditto.
12029 * gdb.base/funcargs.exp: Ditto.
12030 * gdb.base/list.exp: Ditto.
12031 * gdb.base/recurse.exp: Ditto.
12032 * gdb.base/scope.exp: Ditto.
12033 * gdb.base/structs.exp: Ditto.
12034 * gdb.c++/inherit.exp: Ditto.
12035
12036 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
12037
12038 * config/vr4300.exp: New file.
12039
12040 * gdb.*/*.exp: Call gdb_expect instead of expect.
12041
12042 * lib/gdb.exp(gdb_expect): New function.
12043
12044 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
12045
12046 * lib/gdb.exp(gdb_init): New function.
12047
12048 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
12049 for each individual variable set.
12050
12051 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
12052 name.
12053
12054 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
12055
12056 * gdb.base/scope.exp: Use gdb_test.
12057
12058 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
12059 aborting; the testsuite driver will do that for us (see
12060 gdb_finish). Also, use gdb_test in a few more places.
12061
12062 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12063
12064 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
12065
12066 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
12067
12068 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
12069 and "add_tests" are not at the same address.
12070
12071 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
12072
12073 * gdb.base/ptype.exp: Use gdb_test.
12074
12075 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
12076
12077 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
12078 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
12079 left in. No longer expect them to fail.
12080
12081 * gdb.stabs/*.mt; Deleted, no longer used.
12082 * gdb.stabs/configure.in: Remove references to target makefile
12083 frags.
12084 * gdb.stabs/configure: Rebuilt.
12085
12086 * gdb.disasm/*.mt: Deleted, no longer used.
12087 * gdb.disasm/configure.in: Remove references to target makefile
12088 frags. Use "sh3.s" as the unique filename for this directory.
12089 * gdb.disasm/configure: Rebuilt.
12090
12091 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
12092 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
12093 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
12094
12095 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
12096
12097 * config/udi.exp: Use mondfe,name instead of remote_host.
12098
12099 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
12100
12101 * gdb.base/watchpoint.exp: Don't expect a failure when calling
12102 a function with a watchpoint enabled on the mn10200.
12103
12104 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
12105 before trying to create it!
12106
12107 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
12108
12109 * config/vx.exp: Use hostname instead of netport.
12110
12111 * config/vxworks.exp: New file.
12112
12113 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
12114
12115 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
12116 gdb before assuming everything worked. Send a ^C if a timeout
12117 occurs.
12118
12119 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
12120 $gdb_spawn_id directly.
12121 (gdb_run_cmd): Try _start as well as start. Use the target feature
12122 gdb,start_symbol as the symbol to start from when jumping.
12123
12124 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
12125
12126 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
12127 redundant) test.
12128
12129 * gdb.base/recurse.exp: Relax final value test for 'b' so that
12130 it doesn't lose for 16bit integer systems.
12131
12132 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
12133
12134 * gdb.fortran/types.exp: If the target doesn't support "double"
12135 data types, then expect "real" types to only be 4 bytes.
12136
12137 * gdb.c++/virtfunc.exp: Expect failure for virtual function
12138 call tests if the target doesn't support inferior function calls.
12139
12140 * gdb.base/printcmds.exp: Allow minor deviation in FP values
12141 in printf tests.
12142
12143 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
12144
12145 * gdb.base/help.exp: Disable "help set", "help show", and
12146 "help support". Simplify regexp for "help stack".
12147
12148 * gdb.base/default.exp: Set match_max to 5000 and the timeout
12149 to 60 seconds. Temporarily set match_max to 15000 around the
12150 "info copying" test.
12151
12152 * gdb.base/nodebug.exp: Don't try to do an inferior function
12153 call if the target doesn't support them.
12154 * gdb.base/printcmds.exp: Likewise.
12155 * gdb.base/setvar.exp: Likewise.
12156 * gdb.base/structs.exp: Likewise.
12157 * gdb.c++/templates.exp: Likewise.
12158 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
12159
12160 * gdb.base/recurse.exp: Enable for the mn10200.
12161
12162 * configure.in: Do configure gdb.stabs directory for *-*-elf
12163 targets.
12164 * configure: Rebuilt.
12165
12166 * gdb.base/break.exp: Check for gdb,noresults before testing
12167 exit status and/or results from the target.
12168 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
12169 * lib/gdb.exp: Remove old (now bogus) initialization of
12170 noinferior, noargs, noresults and nosignals.
12171
12172 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
12173
12174 * config/sh.exp: New file.
12175
12176 * config/slite.exp: Try to connect multiple times to the board
12177 before rebooting. Only send a "monitor run" if need_monitor_run
12178 is set.
12179
12180 * gdb.base/break.exp: Don't do the "stub continue" test if
12181 the target has gdb_stub set.
12182
12183 * gdb.base/callfuncs.exp: Increase the timeout.
12184
12185 * gdb.base/interrupt.exp: Don't even try to compile the testcase
12186 if the target has gdb,noinferiorio set.
12187
12188 * gdb.base/list.exp: Increase match_max to 10000 characters.
12189
12190 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
12191
12192 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
12193 target.
12194
12195 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
12196
12197 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
12198
12199 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
12200 trying to delete the copy of gdb. Catch the file delete so we
12201 don't die if the delete fails; also, the file should be copied to
12202 the host, not to the build.
12203
12204 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
12205
12206 * lib/gdb.exp(gdb_test): Surround the result pattern with
12207 parenthesis in case it contains multiple regexps separated
12208 with |.
12209
12210 * gdb.base/watchpoint.exp: Use gdb_test.
12211 * gdb.base/default.exp: Ditto.
12212
12213 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
12214
12215 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
12216
12217 * gdb.base/scope.exp: Use gdb_test.
12218 * gdb.c++/classes.exp: Ditto.
12219 * gdb.c++/inherit.exp: Ditto.
12220
12221 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
12222
12223 * gdb.base/crossload.exp: Don't use execute_anywhere, use
12224 remote_exec instead.
12225 * gdb.base/corefile.exp: Don't be ridiculous.
12226 * gdb.base/*.c: Add missing stub invocations.
12227
12228 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
12229
12230 * config/slite.exp: Miscellaneous fixes.
12231
12232 * lib/gdb.exp: Fix runto.
12233
12234 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
12235 the target.
12236
12237 * gdb.base/watchpoint.exp: Fix regexp.
12238
12239 * lib/gdb.exp(default_gdb_exit): Add a catch to the
12240 close and wait commands, as the descriptor may now be
12241 invalid. Always call "remote_close host".
12242
12243 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
12244
12245 Major rewrite for testsuite revision.
12246
12247 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
12248 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
12249 instead of relying on spawn_id to always contain a valid
12250 spawn id.
12251 (get_compiler_info): New procedure to build the ${binfile}.ci
12252 file, instead of replicating this in N different places.
12253 (gdb_compile): New procedure.
12254
12255 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
12256 appropriate arguments) instead of compile. Use gdb_test in a lot
12257 more places. Use send_gdb instead of send. Always run gdb_start
12258 at the start of a testcase, as this is no longer done magically.
12259
12260 config/*-gdb.exp: Rename without the -gdb suffix.
12261
12262 config/mips.exp: Use remote_close instead of exit_remote_shell.
12263 config/monitor.exp: Use target_info instead of looking at
12264 baud, timeout, etc.
12265 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
12266
12267 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12268
12269 * gdb.c++/templates.exp (test_ptype_of_templates),
12270 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
12271 Update expect patterns for destructors and assignment operators
12272 to match corresponding c-typeprint.c changes.
12273 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
12274 to destructor breakpoint test, GDB should be able to set the
12275 destructor breakpoint without specifying arguments.
12276
12277 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
12278
12279 * gdb.threads/pthreads.exp: Change result for failure to compile due
12280 to lack of pthreads runtime support from an error to simply an
12281 unsupported test, per dejagnu standards.
12282
12283 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12284
12285 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
12286 where GDB exits to reduce pattern match time.
12287 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
12288
12289 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
12290
12291 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
12292
12293 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
12294 * gdb.base/default.exp: ditto.
12295 * gdb.base/nodebug.exp: ditto.
12296 * gdb.base/printcmds.exp: ditto.
12297 * gdb.base/ptype.exp: ditto.
12298 * gdb.base/setvar.exp: ditto.
12299 * gdb.base/structs.exp: ditto.
12300 * gdb.base/setshow.c: Guard against uninitialized values of argc.
12301
12302 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
12303
12304 * configure, */configure: Rebuild with autoconf 2.12.
12305
12306 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
12307
12308 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
12309 use new i*86-pc-linux*-gnu quads.
12310 * gdb.base/corefile.exp: Ditto.
12311 * gdb.base/signals.exp: Ditto.
12312 * gdb.base/sigall.exp: Ditto.
12313 * gdb.base/interrupt.exp: Ditto.
12314
12315 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
12316 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
12317 RedHat 4.0.
12318
12319 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
12320 linux. This allows the test case to at least compile on latest
12321 linux, but still not run due to missing the threads runtime library.
12322
12323 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12324
12325 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
12326 directory to search gdb directory. Accept and step over conditional
12327 stack alignment code. Consume $prompt in failure cases.
12328 Reset timeout to $oldtimeout instead of some arbitrary value.
12329 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
12330 timeout problems with infinite stack backtraces.
12331 * gdb.base/ptype.exp (ptype struct link, union tu_link):
12332 Accept function parameters for linkfunc member.
12333
12334 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
12335
12336 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
12337 (CXXFLAGS): Remove, unreferenced.
12338 (B_OPTIONS): Add for -B options and add code to initialize with
12339 previous -B options and also add -B option to pick up cross compiled
12340 runtime.
12341 (TARGET_INCLUDES): Add for -I options and add code to initialize when
12342 doing cross compiles.
12343 (target_alias): Declare global.
12344 (xgcc): Set variable to full path of gcc in build tree. Use findfile
12345 to verify that gcc exists in build tree, and if so set CC to that
12346 gcc and to use B_OPTIONS and TARGET_INCLUDES.
12347
12348 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
12349
12350 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
12351 ptype test for anonymous union. Fixup testcase to match
12352 current gcc debug output.
12353
12354 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
12355
12356 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
12357 force argument to an unsigned long type.
12358
12359 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
12360
12361 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
12362 tests and anonymous union print/ptype tests.
12363 * gdb.base/list.exp (test_forward-search): Increase timeout by
12364 5 minutes for the "search extremely long line" case.
12365 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
12366 completely optional and that the pass/fail messages use the command as
12367 the message if that third arg is a null string.
12368 (gdb_test_exact): Arrange that a null string pattern means match a
12369 null string output rather than any output, which might include random
12370 errors.
12371 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
12372 backtrace test.
12373 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
12374 always failing and failure is now exposed by gdb.exp changes.
12375
12376 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
12377
12378 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
12379 weren't being noted.
12380
12381 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12382
12383 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
12384 * gdb.stabs/weird.exp: Remove v_comb xfails.
12385
12386 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
12387
12388 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
12389 list.exp scope.exp watchpoint.exp]
12390 Make all timeout error msgs explicitly say "(timeout)".
12391
12392 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
12393
12394 * config/monitor.exp: Increase download timeout to 1000 seconds.
12395
12396 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
12397
12398 * config/m32r.exp: Increase timeout to 120 seconds.
12399
12400 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
12401
12402 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
12403 and accept older ordering as obsolescent gcc or gdb.
12404 * gdb.c++/templates.exp: Ditto.
12405 * gdb.c++/virtfunc.exp: Ditto.
12406
12407 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
12408
12409 * gdb.base/coremaker.c: Add code to mmap some data so we
12410 can check that it ends up in the core file.
12411 * gdb.base/corefile.exp: Add test to read mmapped data
12412 from core file.
12413
12414 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
12415
12416 * config/m32r.exp: New file.
12417
12418 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
12419
12420 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
12421 that cflags can contains -gstabs, and work correctly for other tests.
12422
12423 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
12424
12425 * gdb.base/setshow.exp: New file, tests show and set.
12426 * gdb.base/setshow.c: New file, tests show and set.
12427 * gdb.base/help.exp: Add test for help set|show annotate.
12428 * gdb.base/default.exp: Add test for set|show annotate.
12429
12430 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
12431
12432 * testsuite/gdb.base/break.exp: Make backtrace from factorial
12433 errors unique.
12434 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
12435 explicitly.
12436
12437 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
12438
12439 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
12440 and width commands. This is done elsewhere.
12441 * (gdb_start): Don't call gdb_start_sim here. That's already
12442 done in gdb_load. This fixes lots of failures in default.exp.
12443
12444 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
12445
12446 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
12447 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
12448 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
12449 in the same we we treat other failures (since it may be an expected
12450 condition), rather than as an error.
12451 * gdb.base/signals.exp (test_handle_all_print): Revert back to
12452 old test format.
12453
12454 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
12455
12456 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
12457 (distclean maintainer-clean realclean): No need to remove files
12458 twice. Nuke the duplicates.
12459 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
12460 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
12461 Remove config.h along with other config files.
12462
12463 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
12464
12465 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
12466 "p func1 ()" and note that rests of tests are skipped.
12467 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
12468 setup_xfails for "print func2::coremaker_local".
12469 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
12470 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
12471 affected by the previous run test.
12472 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
12473 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
12474 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
12475 "pass int powerset tuple" and "pass modeless int powerset tuple".
12476 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
12477 "real write 4" and "real write 8".
12478 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
12479 setup_xfails for "print vs1 after tuple assign 2",
12480 "print \$i after tuple assign 2", and
12481 "print vs2 after tuple assign 2".
12482 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
12483 meaningful error message and return -1 so the caller can
12484 suppress further tests and avoid a cascade of errors.
12485
12486 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
12487
12488 * gdb.base/a1-selftest.exp: Tweak tests to account for new
12489 format for printing version.
12490 * gdb.base/default.exp: Ditto.
12491 * gdb.base/interrupt.exp: Fix problem with cascade of
12492 errors if child process dies while calling a function.
12493
12494 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
12495
12496 * Makefile.in (VPATH): Add
12497 * Makefile.in (Makefile, config.status): Fix rules so things get
12498 remade when necessary.
12499
12500 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
12501
12502 * Makefile.in (just-check): Add path to sibling expect dir
12503 to environment variable specified by RPATH_ENVVAR.
12504
12505 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
12506
12507 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
12508 (just-check): Add shared library paths for libstdc++, tk,
12509 tcl, bfd, and opcodes to the environment variable specified
12510 in RPATH_ENVVAR.
12511 * configure.in: Add support to recognize --enable-shared flag
12512 and generate correct value for RPATH_ENVVAR.
12513 * configure: Regenerated with autoconf.
12514
12515 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
12516
12517 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
12518 include all osf versions.
12519 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
12520 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
12521 when target is linux. When failing to build pthreads test
12522 executable, give more meaningful message.
12523 * gdb.threads/pthreads.c: Hpux also uses old definition of second
12524 arg for pthread_create.
12525
12526 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
12527
12528 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
12529 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
12530 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
12531 and -lpthreads (everybody else).
12532 (test_startup): Fail gracefully if threads are not supported.
12533 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
12534 "p/c array_index("abcdef",2)" when not gcc compiled.
12535 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
12536 "print func2::coremaker_local" when not gcc compiled.
12537 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
12538 "ptype on opaque struct tagname (statically)",
12539 "ptype on opaque struct tagname (dynamically) 1", and
12540 "ptype on opaque struct tagname (dynamically) 2"
12541 for not compiled with gcc.
12542 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
12543 backtrace when compiled with gcc.
12544 * lib/gdb.exp (runto_main): Return result of "runto main" rather
12545 than always return success.
12546
12547 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
12548
12549 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
12550
12551 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
12552
12553 * gdb.base/structs.exp: Undo last change.
12554
12555 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
12556
12557 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
12558 encapsulate all the steps/nexts done during self test, starting
12559 at main, and makes them less sensitive to optimization issues.
12560 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
12561 signal handler" test.
12562 * gdb.threads/pthreads.exp: Only run this for native configs.
12563 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
12564 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
12565 tests.
12566 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
12567 for "runto test_calls(void)" test.
12568
12569 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
12570
12571 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
12572 and don't expect address info in breakpoint confirmations.
12573
12574 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
12575
12576 * gdb.base/list.exp (test_forward_search): Increase timeout
12577 temporarily by 60 seconds for searching extremely long line,
12578 and then reset to old value when done. Increase expect input
12579 buffer to 10000.
12580
12581 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
12582
12583 * gdb.base/list.exp (test_forward_search): Fix to handle very
12584 long source line without overflowing expect's input buffer.
12585
12586 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
12587
12588 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
12589 "buffer_full".
12590
12591 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
12592 "buffer_full".
12593
12594 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
12595 "buffer_full".
12596
12597 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
12598 "buffer_full".
12599
12600 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
12601
12602 * configure.in (configdirs): Add gdb.threads.
12603 * configure: Regenerated with autoconf.
12604 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
12605 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
12606 * gdb.threads/configure: New, generated with autoconf.
12607
12608 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
12609
12610 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
12611
12612 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
12613
12614 * gdb.base/signals.exp (test_handle_all_print): Test separately for
12615 each signal's status in the output of "handle all print".
12616 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
12617 the \r\n sequence that immediately precedes the gdb prompt.
12618 * gdb.base/a1-selftest.exp: Save original timeout and restore
12619 after test.
12620
12621 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
12622
12623 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
12624 symbol.
12625
12626 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12627
12628 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
12629
12630 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
12631
12632 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
12633 timeout by 60 seconds.
12634
12635 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
12636
12637 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
12638 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
12639 error return.
12640
12641 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
12642
12643 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
12644 gdb initialization, also report how long dejagnu waited. Restore
12645 old timeout before doing error return. Temporarily increase timeout
12646 by 3 minutes to allow for slow startups over heavy NFS use.
12647
12648 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
12649
12650 * lib/gdb.exp: Report timeout value for verbosity level 2.
12651 * config/gdbserver.exp: Ditto.
12652 * config/hppro.exp: Ditto.
12653 * config/mips-gdb.exp: Ditto.
12654 * config/monitor.exp: Ditto.
12655 * config/netware.exp: Ditto.
12656 * config/sim-gdb.exp: Ditto.
12657 * config/slite-gdb.exp: Ditto.
12658 * config/udi-gdb.exp: Ditto.
12659 * config/unix-gdb.exp: Ditto.
12660 * config/vx-gdb.exp: Ditto.
12661 * gdb.base/a1-selftest.exp: Ditto.
12662 * gdb.base/a2-run.exp: Ditto.
12663 * gdb.base/break.exp: Ditto.
12664 * gdb.base/corefile.exp: Ditto.
12665 * gdb.base/list.exp: Ditto.
12666 * gdb.base/recurse.exp: Ditto.
12667 * gdb.base/scope.exp: Ditto.
12668 * gdb.base/signals.exp: Ditto.
12669
12670 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12671
12672 * gdb.threads/Makefile.in (docdir): Removed.
12673
12674 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12675
12676 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
12677 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
12678 @srcdir@.
12679 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
12680 autoconf 2.5 or higher.
12681 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
12682
12683 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
12684
12685 * configure: Regenerated.
12686 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
12687 avoid name clashes with SunOS headers.
12688
12689 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
12690
12691 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
12692
12693 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
12694
12695 * gdb.base/callfuncs.exp: Finish last change -- make sure the
12696 prototype information ends up in the compiler info file.
12697
12698 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
12699
12700 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
12701 attempting to regenerate it. Eliminate use of a temporary file
12702 and just generate the info file directly. Source it immediately,
12703 for consistency of use.
12704 * gdb.base/corefile.exp: Ditto
12705 * gdb.base/exprs.exp: Ditto.
12706 * gdb.base/funcargs.exp: Ditto.
12707 * gdb.base/langs.exp: Ditto.
12708 * gdb.base/list.exp: Ditto.
12709 * gdb.base/mips_pro.exp: Ditto.
12710 * gdb.base/nodebug.exp: Ditto.
12711 * gdb.base/opaque.exp: Ditto.
12712 * gdb.base/ptype.exp: Ditto.
12713 * gdb.base/scope.exp: Ditto.
12714 * gdb.base/setvar.exp: Ditto.
12715 * gdb.base/signals.exp: Ditto.
12716 * gdb.base/whatis.exp: Ditto.
12717 * gdb.c++/templates.exp: Ditto.
12718 * gdb.c++/virtfunc.exp: Ditto.
12719 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
12720 whether or not to add -lstdc++ to the compile command line args.
12721
12722 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12723
12724 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
12725 it got fixed by the recent lookup_minimal_symbol_by_pc change.
12726 Increase timeout, a lot of single stepping might be needed if the
12727 target has no hardware watchpoints.
12728
12729 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
12730
12731 * gdb.base/break.exp: Ignore compiler warnings when compiling
12732 break.c.
12733 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
12734 * gdb.base/default.exp: Add h8300 xfails. Handle messages
12735 from remote-sim.
12736 * gdb.base/exprs.exp: Add h8300 xfails.
12737 * gdb.base/funcargs.exp: Likewise.
12738 * gdb.base/nodebug.exp: Likewise.
12739 * gdb.base/printcmds.exp: Likewise.
12740 * gdb.base/ptype.exp: Likewise.
12741 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
12742 h8300 xfails.
12743 * gdb.base/return.exp: Handle float/double precision problems
12744 on the h8300.
12745 * gdb.base/funcargs.c: Explicitly make last constant argument to
12746 call_after_alloca_subr an unsigned long type.
12747 * gdb.base/return.c: Include stdio.h.
12748
12749 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12750
12751 * config/abug.exp: New file for the older Motorola Bug monitor
12752 that runs on the mvme13x series VME boards.
12753 * config/monitor.exp: Use the new config array for target settings
12754 if they exist.
12755
12756 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
12757
12758 * sim-gdb.exp: Make the SH simulator allocate less space when
12759 it is targeted.
12760
12761 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
12762
12763 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
12764 test.
12765
12766 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
12767
12768 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
12769 "rs6000-*-*" for "list function in include file" when gcc compiled.
12770 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
12771 for "p ctable1[120]".
12772 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
12773 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
12774 Remove setup_xfail for "rs6000-*-*" for
12775 "print 'scope0.c'::filelocal before run".
12776 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
12777 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
12778 since some compilers don't allow both options to be given
12779 on the same command line. Create object file and move it.
12780
12781 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
12782
12783 * gdb.base/corefile.exp: Always regenerate the core file, since
12784 we always regenerate the coremaker program. Detect special case
12785 where registers cannot be read from core file.
12786
12787 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
12788
12789 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12790 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
12791 * gdb.c++/templates.exp: Only match on basename of file since
12792 some formats like xcoff don't encode directory information.
12793 * gdb.stabs/weird.exp: Use the right sed script for powerpc
12794 and rs6000 AIX xcoff targets.
12795 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
12796 * configure: Regenerate.
12797 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
12798 here, rather than in distclean.
12799
12800 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
12801
12802 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
12803 defined, and use it to compile the test case with -O2. The
12804 native compilation still uses no optimization.
12805 * gdb.base/mips_pro.c: Remove inline assembly code since
12806 it is compiled PIC by default, which results in assembler
12807 warnings that make the testsuite think the compilation
12808 was unsuccessful.
12809
12810 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
12811
12812 * gdb.c++/misc.exp: Add note to message for
12813 "print s.a for foo struct" that this is a known gcc 2.7.2
12814 and earlier bug.
12815
12816 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
12817
12818 * gdb.base/break.exp: Fix pattern for matching "Delete all
12819 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
12820 setup_xfail for deleting all breakpoints test. Fix various
12821 timeout messages to include "(timeout)".
12822 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
12823 for "p t_float_values2(3.14159,float_val2)".
12824 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
12825 for "continue to call2g" when gcc compiled.
12826 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
12827 "up to foo in langs.exp", "show language at foo in langs.exp",
12828 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
12829 and "show language at fsub in langs.exp".
12830 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
12831 "list line 1 in include file", "list message for lines past EOF",
12832 "list function in include file", "list list0.h:foo", and
12833 "list filename:function; nonexistant function".
12834 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
12835 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
12836 and "ptype t_char_array" to be for native cc only.
12837
12838 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
12839
12840 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
12841 setup_xfail for "print coremaker_bss", "print coremaker_ro",
12842 "print func2::coremaker_local", and "backtrace in corefile.exp".
12843
12844 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
12845
12846 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
12847 "bt in signals.exp". This problem only appears when running
12848 the testsuite, and then only intermittently.
12849
12850 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12851
12852 * gdb.base/return.exp (return_tests): Differentiate between
12853 two tests of continuing.
12854
12855 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12856
12857 * */Makefile.in (maintainer-clean): Remove config.log.
12858 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
12859 * gdb.c++/Makefile.in (PROGS): Add inherit.
12860 (clean): Remove *.ci.
12861
12862 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
12863
12864 * gdb.c++/misc.cc: Add test code from Mike Stump.
12865 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
12866
12867 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
12868
12869 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
12870 to "alpha-*-osf2*" and add comment.
12871 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
12872 setup_xfail for "step over execarg initialization" and
12873 "step over corearg initialization".
12874 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
12875 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
12876 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
12877 gcc compiled for "print coremaker_bss", "print coremaker_ro",
12878 "print func2::coremaker_local", and "backtrace in corefile.exp".
12879 * gdb.base/signals.exp: Build and source signals.ci.
12880 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
12881 to be for gcc only.
12882 * lib/gdb.exp: Move verbose statements outside conditionals.
12883
12884 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12885
12886 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
12887 Feb 3 procfs.c change.
12888
12889 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
12890
12891 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
12892
12893 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
12894
12895 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
12896 from dejagnu's apparent default of 10 seconds, which gives random
12897 results when running the tests over NFS on moderately loaded systems.
12898 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
12899
12900 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
12901
12902 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
12903 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
12904 result reports.
12905
12906 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
12907
12908 * configure.in (CY_AC_PATH_TCLH): Remove.
12909 * configure: Regenerate.
12910
12911 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
12912
12913 * gdb.c++/Makefile.in (clean): Add missing '{'.
12914
12915 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
12916
12917 * lib/gdb.exp: Provide a default value for noinferior.
12918
12919 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
12920 Load libgloss.exp.
12921
12922 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
12923
12924 * gdb.disasm/hppa.exp: Compile directly into an executable, use
12925 the executable, not the .o to run the tests from.
12926
12927 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
12928
12929 * gdb.base/break.exp: Don't test for program exit or exit status
12930 if $noresults if nonzero.
12931 * gdb.base/langs.exp: Likewise.
12932 * gdb.base/watchpoint.exp: Likewise.
12933
12934 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
12935 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
12936 trying to compile the testcase.
12937
12938 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
12939
12940 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
12941 * gdb.base/signals.exp (continue to handler): Likewise.
12942
12943 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
12944
12945 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
12946
12947 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
12948
12949 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
12950
12951 * gdb.base/corefile.exp: Recognize "not found" as failure
12952 when trying to determine if a core file was generated.
12953 If no core file was generate the first time, try again without
12954 the ulimit -c to work around braindamaged shells.
12955
12956 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
12957
12958 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
12959 [] tests with "test" and enclose string in quotes.
12960 * gdb.stabs/configure: Rebuild
12961
12962 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
12963
12964 Changes in sync with expect:
12965 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
12966 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
12967 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
12968 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
12969 argument to AC_REQUIRE.
12970 * configure: Regenerated.
12971
12972 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
12973
12974 * gdb.base/corefile.exp: When generating a core, discard any
12975 error messages about ulimit not found and the "core dumped"
12976 message from the shell that runs the coredumper.
12977
12978 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
12979
12980 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
12981
12982 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
12983 which sed script to run. Expect failure for v_comb test
12984 on PA targets too.
12985
12986 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
12987
12988 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
12989 "print func2::coremaker_local" and for "backtrace in corefile.exp"
12990
12991 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
12992
12993 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
12994 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
12995 "sparc-sun-solaris*" xfails for "p v_comb".
12996 * lib/gdb.exp (default_gdb_start): Fix typo.
12997 * gdb.base/corefile.exp: Allow "Core was generated by ..."
12998 messages to not include the full program name that caused
12999 the core dump since some systems (such as solaris) apparently
13000 truncate this path to about 80 characters.
13001 When generating a core file first try increasing the core file
13002 size limit to unlimited since some systems may default it to
13003 zero, and it is harmless to try it. Move the test for failing
13004 to generate a core file to where it will actually get executed.
13005 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
13006 new gdb result from g++ debug info improvements and make old
13007 pattern obsolescent. Also account for size_t differences
13008 (may be int or long).
13009 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
13010 initialization before function call is placed in the delay slot
13011 and thus appears to be skipped over by commands such as "next".
13012
13013 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13014
13015 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
13016
13017 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13018
13019 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
13020 input source file; fix code to compile test to deal with this
13021 convention.
13022 * gdb.c++/*.exp: Likewise.
13023
13024 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
13025
13026 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
13027 "bt in signals.exp".
13028
13029 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
13030
13031 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
13032 "step over execarg initialization" and
13033 "step over corearg initialization".
13034
13035 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
13036
13037 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
13038 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
13039
13040 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
13041
13042 From Rob Savoye (rob@poseidon.cygnus.com)
13043 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
13044 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
13045 configure.in}, gdb.disasm/{Makefile.in, configure.in},
13046 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
13047 configure.in}: Major reworking for autoconfig.
13048 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
13049 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
13050 New files.
13051 * config/unix-gdb.exp: Make GDB global.
13052 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
13053 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
13054 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
13055 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
13056 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
13057 term.exp, twice.exp, watchpoint.exp, whatis.exp},
13058 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
13059 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
13060 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
13061 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
13062 pr-8136.exp, result.exp, string.exp, tuples.exp},
13063 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
13064 to returns as necessary, arrange for test to compile own testcase
13065 executable.
13066 * lib/gdb.exp: Changes for testsuite to compile own test cases.
13067
13068 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
13069
13070 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
13071 clear_xfail at end of test which might not call either pass or fail.
13072 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
13073 "backtrace through signal handler".
13074
13075 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13076
13077 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
13078 continuing from a job control stop signal.
13079 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
13080
13081 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
13082
13083 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
13084 * gdb.base/corefile.exp: Likewise.
13085 * gdb.base/funcargs.exp: Likewise.
13086
13087 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
13088
13089 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
13090 * config/monitor.exp: Add support for setting baud rate.
13091
13092 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
13093
13094 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
13095 i*86-*-linux* xfails for "backtrace through signal handler".
13096 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
13097 "print func2::coremaker_local".
13098 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
13099 alpha-dec-osf2* xfail for
13100 "delete all breakpoints when none".
13101
13102 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
13103
13104 * gdb.base/break.exp: Change test that deletes all breakpoints
13105 when no user breakpoints are installed. A post 4.15 change
13106 causes gdb to no longer prompt in this case.
13107
13108 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
13109
13110 * gdb.base/return.exp (return_tests): Change xfail for test
13111 "correct value returned double test" to stop xfailing at
13112 Solaris 2.5. Apparently the bug has been fixed.
13113
13114 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
13115
13116 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
13117 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
13118
13119 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
13120
13121 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
13122 * gdb.disasm/hppa.s: Corresponding changes.
13123
13124 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
13125
13126 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
13127 makefile fragment.
13128 * config/mt-hpux: Deleted.
13129
13130 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
13131
13132 * Many files: When warning about suppressed tests due to a
13133 nonexistant test binary, avoid incrementing the warning count.
13134
13135 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
13136
13137 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
13138
13139 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13140
13141 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
13142 "sparc-*-solaris2*".
13143
13144 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13145
13146 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
13147 Add global and local variables and initialize them.
13148 * gdb.base/corefile.exp: Test correct mapping of corefile sections
13149 by printing variables. Remove rs6000 and powerpc xfails, BFD now
13150 extracts the file name and terminating signal from the core file.
13151 * TODO: Remove note about tests for correct mapping of corefile.
13152 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
13153 from optimizing it away.
13154 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
13155 handles common blocks.
13156
13157 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
13158
13159 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
13160 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
13161
13162 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
13163
13164 * Makefile.in (maintainer-clean): New target, synonym for
13165 realclean.
13166 * gdb.base/Makefile.in (maintainer-clean): Likewise.
13167 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
13168 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
13169 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
13170 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
13171 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
13172
13173 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
13174
13175 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
13176 xfails when not gcc compiled for "print foo::funclocal".
13177 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
13178 "print foo::funclocal at foo",
13179 "print 'scope1.c'::foo::funclocal at foo",
13180 "print foo::funclocal_bss at foo",
13181 "print 'scope1.c'::foo::funclocal_bss at foo",
13182 "print foo::funclocal_ro at foo",
13183 "print 'scope1.c'::foo::funclocal_ro at foo",
13184 "print bar::funclocal at foo" and
13185 "print 'scope1.c'::bar::funclocal at foo".
13186 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
13187 gcc compiled for "print foo::funclocal at bar".
13188 Expand all messages to ensure that they identify that
13189 the test is at bar().
13190 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
13191 gcc compiled for:
13192 "ptype on opaque struct pointer (statically)",
13193 "ptype on opaque struct tagname (statically)",
13194 "ptype on opaque struct pointer (dynamically) 1",
13195 "ptype on opaque struct tagname (dynamically) 1",
13196 "ptype on opaque struct pointer (dynamically) 2" and
13197 "ptype on opaque struct tagname (dynamically) 2
13198 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
13199 gcc compiled for:
13200 "p datalocal"
13201 "whatis datalocal",
13202 "ptype datalocal",
13203 "p bsslocal",
13204 "whatis bsslocal", and
13205 "ptype bsslocal".
13206 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
13207 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
13208 when not gcc compiled.
13209 * gdb.base/funcargs.exp (float_and_integral_args): Add
13210 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
13211 compiled.
13212 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
13213 "backtrace from call6a" when not gcc compiled.
13214 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
13215 "backtrace from call7a" when not gcc compiled.
13216 * gdb.base/callfuncs.exp (do_function_calls):
13217 Add "hppa*-*-hpux*" xfail when not gcc compiled for
13218 "p t_char_array_values(char_array_val2,char_array_val1)",
13219 "p t_char_array_values(char_array_val1,char_array_val2)",
13220 "p t_char_array_values("carray 1","carray 2")",
13221 "p t_char_array_values("carray 1",char_array_val2)",
13222 "p t_char_array_values(char_array_val1,"carray 2")",
13223 "p sum_args(1,{2})",
13224 "p sum_args(2,{2,3})",
13225 "p sum_args(3,{2,3,4})",
13226 "p sum_args(4,{2,3,4,5})"
13227 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
13228 "backtrace in corefile.exp" when not gcc compiled.
13229
13230 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13231
13232 * gdb.base/signals.exp: Rewrite `handle all print' test as
13233 a procedure. Accept blanks or TABs as whitespace, increase
13234 timeout and expect input buffer size for the large output
13235 from the command. Remove "i*86-*-bsdi2.0" xfail.
13236
13237 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13238
13239 * gdb.base/setvar.exp: Add new testcases for truncation when
13240 assigning invalid values to bitfields.
13241
13242 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
13243
13244 * gdb.base/callfuncs.exp (do_function_calls): Remove
13245 mips-sgi-irix* xfail for
13246 "call inferior func with struct - returns char *"
13247 and fix test so that an optional (unsigned char *) cast is
13248 accepted in the result.
13249
13250 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
13251
13252 * gdb.base/funcargs.exp (float_and_integral_args): Remove
13253 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
13254 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
13255 * gdb.base/signals.exp: Remove duplicate "handle all print" test
13256 that accidentally got checked in.
13257
13258 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
13259
13260 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
13261 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
13262 compiled test.
13263 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
13264 Add mips-sgi-irix5* xfail for not gcc compiled.
13265 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
13266 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
13267 "p top", "whatis top", "p middle", and "whatis middle".
13268 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
13269 "whatis signed char" for not gcc compiled.
13270 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
13271 "set variable signed char=-1 (-1)" and
13272 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
13273 * gdb.base/funcargs.exp (float_and_integral_args):
13274 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
13275 Add mips-sgi-irix* xfail when not gcc compiled for
13276 "continue to call2b".
13277 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
13278 "continue to call2g".
13279 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
13280 "backtrace from call6a"
13281 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
13282 "backtrace from call7k".
13283 Add mips-sgi-irix5* xfail when not gcc compiled for
13284 "backtrace from call7a".
13285 (localvars_after_alloca): Fix gdb_test cmds for
13286 "print * after runto ...".
13287 Remove rs6000-*-* xfails for
13288 "print i after runto localvars_after_alloca" and
13289 "print l after runto localvars_after_alloca"
13290 for all compilers.
13291 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
13292 when not compiled with gcc, for:
13293 "print signed char == (minus)",
13294 "print signed char != (minus)",
13295 "print signed char < (minus)",
13296 "print signed char > (minus)".
13297 * gdb.base/callfuncs.exp (do_function_calls):
13298 Add mips-sgi-irix* xfail, when compiled with native compiler, for
13299 "call inferior func with struct - returns char *".
13300 * gdb.base/return.exp (return_tests): Change xfail for
13301 "correct value returned double test" to include Solaris 2.4.
13302 * gdb.base/funcargs.exp (float_and_integral_args):
13303 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
13304
13305 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13306
13307 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
13308 enumeration bitfields if compiling with GNU C.
13309 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
13310 to empty' prompt.
13311
13312 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
13313
13314 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
13315 test for PRO targets.
13316
13317 * gdb.base/funcargs.exp: Avoid ever setting more than 8
13318 breakpoints in the inferior at any given time by making
13319 two groups of breakpoints for call2*, call6* and call7*
13320 tests.
13321
13322 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13323
13324 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
13325 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
13326 from optimizing it away.
13327 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
13328 "call inferior func with struct".
13329
13330 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
13331
13332 * configure.in: Only configure gdb.chill for particular targets.
13333
13334 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
13335
13336 * gdb.base/Makefile.in: Add action to .c.o transformation
13337 rule that generates a .ci file for each .o file and remove
13338 explicit .c.o rules except for callfuncs.o.
13339 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
13340 generates a .ci file for each .o file and remove explicit
13341 .cc.o rules.
13342 (clean): Remove *.tmp *.ci files.
13343 (EXECUTABLES): Remove templ-info.exp.
13344 * gdb.base/compiler.c: New file.
13345 * gdb.c++/compiler.cc: New file
13346 * gdb.base/scope.exp: Source gdb.base/scope.ci.
13347 Change rs6000-*-* xfail for
13348 "print 'scope0.c'::filelocal_ro" and
13349 "print 'scope1.c'::filelocal" and
13350 "print 'scope1.c'::filelocal_bss" and
13351 "print 'scope1.c'::filelocal_ro" and
13352 "print 'scope1.c'::foo::funclocal" and
13353 "print 'scope1.c'::foo::funclocal_ro" and
13354 "print 'scope1.c'::bar::funclocal" and
13355 "print 'scope0.c'::filelocal_ro" and
13356 "print 'scope1.c'::filelocal at foo" and
13357 "print 'scope1.c'::filelocal_bss at foo" and
13358 "print 'scope1.c'::filelocal_ro at foo" and
13359 "print 'scope1.c'::foo::funclocal at foo" and
13360 "print 'scope1.c'::foo::funclocal_bss at foo" and
13361 "print 'scope1.c'::foo::funclocal_ro at foo" and
13362 "print 'scope1.c'::bar::funclocal at foo" and
13363 "print 'scope0.c'::filelocal_ro" and
13364 "print 'scope1.c'::filelocal" and
13365 "print 'scope1.c'::filelocal_bss" and
13366 "print 'scope1.c'::filelocal_ro" and
13367 "print 'scope1.c'::foo::funclocal" and
13368 "print 'scope1.c'::foo::funclocal_bss" and
13369 "print 'scope1.c'::foo::funclocal_ro" and
13370 "print 'scope1.c'::bar::funclocal" and
13371 "print 'scope1.c'::bar::funclocal_bss"
13372 to only be xfail'd when not compiled with gcc.
13373 Add rs6000-*-* xfail for
13374 "print 'scope0.c'::filelocal_bss before run"
13375 when compiled with gcc.
13376 (test_at_main): Add rs6000-*-* xfail for
13377 "print filelocal_ro in test_at_main"
13378 when compiled with gcc.
13379 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
13380 Add rs6000-*-aix* xfail for
13381 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
13382 "ptype t_char_array", not compiled with gcc.
13383 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
13384 xfail for "list foo (in include file)" when gcc compiled.
13385 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
13386 (integral_args): Add rs6000-*-* xfail for
13387 "run to call0a" if not compiled with gcc.
13388 (unsigned_integral_args): Add rs6000-*-* xfail for
13389 "run to call1a" if not compiled with gcc.
13390 (float_and_integral_args): Add rs6000-*-* xfail for
13391 "run to call2a" if not compiled with gcc and for
13392 "continue to call2b" for any compiler.
13393 Add rs6000-*-* xfail to
13394 "print f1 after run to call2a" for gcc compiled.
13395 (discard_and_shuffle): Add rs6000-*-* xfail for
13396 "run to call6a".
13397 (shuffle_round_robin): Add rs6000-*-* xfail for
13398 "backtrace from call7a" if not compiled with gcc.
13399 Add rs6000-*-* xfail for
13400 "backtrace from call7b" if compiled with gcc.
13401 (call_after_alloca): Add rs6000-*-* xfail for
13402 "print c in call_after_alloca" and
13403 "print s in call_after_alloca" and
13404 "backtrace from call_after_alloca_subr"
13405 if not compiled with gcc.
13406 (localvars_in_indirect_call): Add rs6000-*-* xfail for
13407 "print c in localvars_in_indirect_call" and
13408 "print c in localvars_in_indirect_call" and
13409 "backtrace in indirectly called function" and
13410 "stepping into indirectly called function"
13411 if not compiled with gcc.
13412 (localvars_after_alloca): Add rs6000-*-* xfail for
13413 "print c after runto localvars_after_alloca" and
13414 "print s after runto localvars_after_alloca" and
13415 "print i after runto localvars_after_alloca" and
13416 "print l after runto localvars_after_alloca"
13417 for all compilers.
13418 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
13419 than whatis-info.exp.
13420 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
13421 than opaque-info.exp.
13422 Setup rs6000-*-* xfail for
13423 "ptype on opaque struct pointer (statically)" and
13424 "ptype on opaque struct pointer (dynamically)" when
13425 not compiled with gcc.
13426 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
13427 rather than callf-info.exp.
13428 (do_function_calls): Add clear_xfail for rs6000-*-* for
13429 "p t_float_values2(3.14159,float_val2)". Seems to work
13430 fine there, both with xlc and gcc. Need to find out what
13431 it is doing right and fix other platforms.
13432 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
13433 "call inferior func with struct - returns int",
13434 "call inferior func with struct - returns long",
13435 "call inferior func with struct - returns float",
13436 "call inferior func with struct - returns double",
13437 "call inferior func with struct - returns char *",
13438 but only if not gcc compiled (presumes xlc compiled).
13439 Change rs6000-*-* xfails for
13440 "call inferior func with struct - returns char" and
13441 " call inferior func with struct - returns short" to only
13442 xfail if not using gcc.
13443 (clean mostlyclean): Remove *.ci and *.tmp files.
13444 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
13445 than templ-info.exp.
13446 * gdb.base/langs.exp: Source gdb.base/langs.ci.
13447 Add rs6000-*-* xfail for "up to foo in langs.exp"
13448 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
13449 when not gcc compiled.
13450
13451 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13452
13453 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
13454 * gdb.base/corefile.exp: Likewise.
13455 * gdb.base/list.exp: Likewise.
13456 * gdb.base/scope.exp: Likewise.
13457 * gdb.base/siganls.exp: Likewise.
13458
13459 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
13460 compiler output.
13461 * gdb.base/whatis.exp: Likewise.
13462
13463 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
13464
13465 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
13466 failure (opcode table has been fixed to match reality).
13467
13468 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
13469
13470 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
13471 "call inferior func with struct - returns char",
13472 "call inferior func with struct - returns short"
13473
13474 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
13475 "print 'scope0.c'::filelocal at main",
13476 "print 'scope0.c'::filelocal_bss in test_at_main",
13477 "print 'scope0.c'::filelocal at foo",
13478 "print 'scope0.c'::filelocal_bss in test_at_foo",
13479 "print 'scope0.c'::filelocal at bar",
13480 "print 'scope0.c'::filelocal_bss in test_at_bar"
13481
13482 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
13483 in source file 1". This bug seems to have been fixed with both
13484 gcc and native cc (was native assembler bug?).
13485
13486 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
13487
13488 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
13489 "backtrace through signal handler" to "i*86-*-sysv4*".
13490 * gdb.base/signals.exp: Add xfail for "'next' behaved as
13491 continue" case. Add "known SVR4 bug" to fail message.
13492 Add "i*86-*-bsdi2.0" xfail for "handle all print".
13493 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
13494 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
13495 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
13496 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
13497 "up to foo in langs.exp", "show language at foo in
13498 langs.exp", "up to cppsub_ in langs.exp", "show
13499 language at cppsub_ in langs.exp", "up to fsub in
13500 langs.exp", and "show language at fsub in langs.exp".
13501 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
13502 "bactrace in corefile.exp".
13503 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
13504 "call inferior function with struct - returns float" and
13505 "call inferior function with struct - returns double".
13506
13507 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
13508
13509 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
13510 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
13511 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
13512 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
13513
13514 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
13515
13516 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
13517 (or overriden) "CHILL" macro rather then bare "gcc".
13518 Also look for ../../gcc/xgcc since that is what we will
13519 actually need, not "Makefile". Remove following assignment
13520 of CHILL to CHILL_FOR_TARGET because that results in
13521 recursive definition.
13522
13523 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
13524
13525 * gdb.base/corefile.exp: Change xfail for backtrace in
13526 corefile.exp from linuxaout to all linux.
13527 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
13528 cases where we miss the breakpoint at the signal handler
13529 for some reason. Setup xfail for linuxoldld/linuxaout and
13530 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
13531 hitting SIGURG breakpoint.
13532 * gdb.base/signals.exp: Setup xfail for "next" acting like
13533 continue to add linuxoldld. Setup xfail for all linux for
13534 "next to handler in signals_tests_1", "backtrace in
13535 signals_tests_1", "continue to func1", "pass SIGUSR1",
13536 and continue to handler".
13537
13538 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
13539
13540 * Update all FSF addresses except those in COPYING* files.
13541
13542 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
13543
13544 * gdb.base/a2-run.exp: Change messages to be more explicit about
13545 the status of args, and quote binfile in results.
13546
13547 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
13548
13549 * gdb.base/callfuncs.exp: Add tests for passing structs to
13550 inferior functions and return various types.
13551 * gdb.base/callfuncs.c: Add functions to receive a struct
13552 and return a member of the struct, in various types.
13553
13554 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13555
13556 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
13557
13558 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13559
13560 * config/vxworks29k.exp: New file, sources vxworks.exp.
13561
13562 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13563
13564 * config/gdbremote.exp: New file. Testing framework using
13565 gdbserver.
13566
13567 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
13568
13569 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
13570 "call function when asleep" and "send end of file".
13571 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
13572 for "backtrace in corefile.exp".
13573 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
13574 for "backtrace through signal handler".
13575 * gdb.base/corefile.exp: Make sure we actually generate a core file
13576 before trying the core tests. Some systems allow the user to suppress
13577 generation of core files and default to that (linux for example).
13578 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
13579 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
13580
13581 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13582
13583 * gdb.threads: New directory with some crude multi-threaded
13584 gdb tests (step.exp and step2.exp).
13585 * config/mt-lynx (STEP_EXECUTABLE): Define.
13586 (THREADFLAGS): Define.
13587
13588 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
13589
13590 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
13591
13592 * gdb.base/signals.exp: Disable whole file for lynx until
13593 further notice.
13594
13595 * gdb.base/signals.exp: xfail test where "next" acts like
13596 "continue" for lynx.
13597
13598 * gdb.base/interrupt.exp: xfail test for calling function while
13599 inferior is asleep for lynx.
13600
13601 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
13602 than one cr-lf after each command.
13603
13604 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13605
13606 * configure.in: Reinstate setting of stabsdirs variable, fix
13607 typo in setting up configdirs for native builds.
13608
13609 * gdb.base/return.exp: Fix typo in return double test.
13610 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
13611 compiler from optimizing them away.
13612
13613 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
13614
13615 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
13616 sequences to be echo'd by gdb when using gdb_test.
13617 * gdb.chill/chexp.exp: Likewise.
13618 * gdb.fortran/exprs.exp: Likewise
13619
13620 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13621
13622 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
13623 after the inferior gdb has started.
13624
13625 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
13626 after each command.
13627 * gdb.base/funcargs.exp: Likewise.
13628 * gdb.base/gdbvars.exp: Likewise.
13629 * gdb.base/interrupt.exp: Likewise.
13630 * gdb.base/list.exp: Likewise.
13631 * gdb.base/watchpoint.exp: Likewise.
13632 * gdb.c++/demangle.exp: Likewise.
13633 * gdb.c++/inherit.exp: Likewise.
13634 * gdb.chill/chexp.exp: Likewise.
13635 * gdb.fortran/exprs.exp: Likewise.
13636
13637 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
13638 test if we can't handle IO to/from the inferior.
13639
13640 * gdb.c++/misc.exp: Always check for a program already being
13641 started after sending a "run" command to gdb.
13642
13643 * gdb.base/twice.exp: Start with a fresh gdb.
13644
13645 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
13646 only depend on gdb's expression code, not the chill runtime.
13647
13648 * gdb.base/return.c: Put return values into variables so we
13649 can have gdb print them rather than depending on the program
13650 to print them.
13651 * gdb.base/return.exp: Corresponding changes.
13652
13653 * lib/gdb.exp: Provide default value for noinferiorio.
13654 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
13655 the inferior.
13656
13657 * gdb.base/break.exp: Always check for a program already being
13658 started after sending a "run" command to gdb.
13659 (text_next_with_recursion): Don't check the output from the
13660 program's printf statement. Instead just make sure the program
13661 exited.
13662
13663 * gdb.base/commands.exp: Protect tests which need arguments with
13664 $noargs conditionals.
13665
13666 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13667
13668 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
13669 of structure member arrays to match gdb/valops.c:value_addr change.
13670
13671 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
13672
13673 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
13674 cases.
13675
13676 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
13677
13678 * configure.in (configdirs): Remove gdb.chill from default list
13679 of subdirs and then add it back in only if doing a native build.
13680 The current chill compiler does not yet work in any cross build.
13681 * Revert all signal changes from Jul 6.
13682 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
13683 for sh-hms targets, allowing these tests to link, with no other
13684 changes. Testing is suppressed by setting "nosignals" in site.exp.
13685
13686 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
13687
13688 * configure.in (signaldirs): Define and add to configdirs for all
13689 targets except some specific ones that are known to not support signals.
13690 Also clean up formatting.
13691 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
13692 (signals, sigall): Remove rules to build.
13693 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
13694 Moved to new gdb.signals directory.
13695 * gdb.signals: New test directory.
13696 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
13697 signals.c signals.exp}: New or moved files.
13698
13699 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
13700
13701 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
13702
13703 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
13704
13705 * gdb.base/return.exp: Xfail `return double' test failure
13706 on at least Solaris 2.3 and handle future/past versions on
13707 a case by case basis as appropriate. Also update message
13708 to include i*86 failures.
13709
13710 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13711
13712 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
13713
13714 * lib/gdb.exp: Fix comment which erroneously identified
13715 gdb_file_cmd as gdb_load (the 19 May change was in fact to
13716 gdb_file_cmd not gdb_load).
13717 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
13718
13719 * gdb.base/setvar.exp: Make test names consistent between pass and
13720 fail cases. Use gdb_test more.
13721
13722 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13723
13724 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
13725
13726 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13727
13728 * gdb.base/help.exp: Fix expected help string for `show commands'.
13729
13730 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
13731
13732 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
13733
13734 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
13735 of a text section.
13736
13737 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
13738
13739 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
13740 that loop eventually terminates. Fix Connection refused logic so
13741 that testsuite will expire nicely.
13742
13743 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
13744
13745 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
13746 config/rom68k.exp: New tcl glue for the appropriate monitors.
13747 These all just end up calling monitor.exp.
13748 * config/monitor.exp (gdb_target_monitor): Handle `Connection
13749 refused' by retrying. Cleanup some timeout issues.
13750 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
13751 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
13752 callers don't have to set/restore global timeout variable.
13753
13754 * The following set of changes centralizes management of the global
13755 timeout variable. This way, it can be set in one target dependent
13756 place instead of dozens of places scattered throughout the test suite.
13757 If you need to lengthen a timeout, then you should either set timeout
13758 in one of the config/{target}.exp files, or multiply it by a factor.
13759 Setting it to an absolute value is always going to lose for some
13760 targets.
13761 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
13762 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
13763 * gdb.base/funcargs.exp: Don't set timeout.
13764 * gdb.base/list.exp (test_forward_search): Only use local timeout.
13765 * gdb.base/printcmds.exp (test_print_string_constants
13766 test_print_array_constants): Don't set timeout.
13767 * gdb.base/ptype.exp: Don't set timeout.
13768 * gdb.base/recurse.exp: Don't set timeout.
13769 * gdb.base/return.exp: Don't set timeout.
13770 * gdb.base/watchpoint.exp: Don't set timeout.
13771 * gdb.c++/classes.exp (do_tests): Don't set timeout.
13772 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
13773
13774 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13775
13776 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
13777
13778 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13779
13780 * lib/gdb.exp: Disable chill tests for irix5.
13781
13782 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13783
13784 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
13785 each test pass or fail.
13786
13787 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13788
13789 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
13790 xlc not gcc.
13791
13792 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
13793
13794 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
13795
13796 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
13797
13798 * config/est.exp: Fix copyright and comments. Remove dead code.
13799 Use targetname, serialport and baud variables instead of fixed
13800 constants.
13801 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
13802 * config/cpu32bug.exp: New file to support cpu32bug monitors.
13803
13804 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13805
13806 * gdb.base/watchpoint.exp: Don't run
13807 test_watchpoint_triggered_in_syscall for sunos.
13808
13809 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13810
13811 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
13812 they don't seem to exist. Do include stdio.h.
13813
13814 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13815
13816 * gdb.base/a1-selftest.exp: Add alpha xfail.
13817
13818 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13819
13820 * gdb.base/watchpoint.c (main): Prompt before calling read().
13821 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
13822 Revise accordingly. Remove cruft about sending "123" several
13823 times, until it gets noticed. Clean up the "print buf[0]" stuff
13824 so that it passes or fails, and waits for prompts in the usual way.
13825
13826 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13827
13828 * gdb.base/recurse.exp: Fix comment.
13829
13830 * TODO: Remove item about printing variables in nodebug.exp. Add
13831 item about enabling tests which are only run on some targets.
13832
13833 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
13834 fail, make test names unique, use new gdb_test convention
13835 regarding pattern, use gdb_test more, etc.).
13836
13837 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
13838 fail, make test names unique, etc.).
13839
13840 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13841
13842 * gdb.base/nodebug.c: Change return type of top and middle to
13843 short.
13844 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
13845 are fixed by the recent mdebugread.c changes. Allow `short ()'
13846 as type for top and middle.
13847
13848 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13849
13850 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
13851 nearly as I can tell, the whole thing was an accident in Stu's
13852 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
13853 to replace a send/expect pair with gdb_test, but ended up only
13854 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
13855 of 30 Mar 1995 took care of it, but left this vestigial comment
13856 which I am now nuking.
13857
13858 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13859
13860 * gdb.base/break.exp: Look for different line number for
13861 breakpoint at main depending on usestubs.
13862
13863 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13864
13865 * gdb.base/list.exp: Adjust some alternate expect patterns to
13866 match recent list0.c change. Add alternate expect pattern for
13867 output from `list default lines around main' for optimizing
13868 compilers.
13869
13870 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13871
13872 * lib/gdb.exp: If nosignals is not set, set it to 0.
13873
13874 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
13875
13876 * config/slite-gdb.exp: Responds to load symbol table prompt.
13877 * gdb.base/break.exp: Adjust line number, fix rerun.
13878 * gdb.base/langs0.c: Add #ifdef usestubs.
13879
13880 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
13881
13882 * gdb.base/list.exp: Adjust line contents after adding new lines in
13883 list0.c. Also fix a syntax error.
13884
13885 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
13886 * gdb.base/break.exp: ditto.
13887 * gdb.base/list.exp: ditto.
13888 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
13889 * gdb.base/run.c: ditto.
13890 * gdb.base/list0.c: ditto.
13891 * gdb.base/funcargs.c: ditto.
13892
13893 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
13894
13895 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
13896 $targetname, $serialport and $baud instead of hardwired variables.
13897 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
13898 target doesn't support signals.
13899
13900 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
13901
13902 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
13903
13904 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13905
13906 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
13907 Don't rely on the value of an auto variable before it has been
13908 initialized. Use gdb_test more.
13909
13910 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13911
13912 * lib/gdb.exp (default_gdb_version): A version number must start
13913 with a digit, but other than that contains all characters up to
13914 the first whitespace character.
13915
13916 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13917
13918 * gdb.base/commands.exp (breakpoint_command_test): New tests.
13919
13920 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13921
13922 * gdb.c++/*.exp: Warn if executable does not exist. The original
13923 reason for skipping the warning was that configure.in sometimes
13924 intentionally skipped building the executables but the tcl code
13925 had no way of knowing. That (a) was always bogus with respect to
13926 error handling, (b) is no longer true (right now there is no way
13927 to skip C++ tests).
13928
13929 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
13930
13931 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13932
13933 * gdb.base/list.exp: Add expect patterns for output from
13934 SunPRO compiled executables.
13935 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
13936 types.
13937
13938 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13939
13940 * gdb.base/break.exp (test_next_with_recursion): Accept any line
13941 number (we are already testing that the correct source line text
13942 gets printed).
13943
13944 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
13945 that is what is intended, but something needed to be done to get
13946 sunos4 native working again.
13947
13948 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
13949
13950 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
13951 apparently went with a (very) old xfail.
13952
13953 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
13954
13955 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
13956 runto_main is a proc in gdb.exp that will do 'step' for target use
13957 stubs.
13958 * gdb.base/exprs.exp: ditto.
13959 * gdb.base/interrupt.exp: ditto.
13960 * gdb.base/opaque.exp: ditto.
13961 * gdb.base/printcmds.exp: ditto.
13962 * gdb.base/ptype.exp: ditto.
13963 * gdb.base/scope.exp: ditto.
13964 * gdb.base/setvar.exp: ditto.
13965 * gdb.base/signals.exp: ditto.
13966 * gdb.base/twice.exp: ditto.
13967 * gdb.c++/classes.exp: ditto.
13968 * gdb.c++/inherit.exp: ditto.
13969 * gdb.c++/templates.exp: ditto.
13970 * gdb.base/break.exp: no run and hit main for stubs. Change line
13971 numbers for breakpoints and info breakpoint.
13972 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
13973 breakpoint().
13974 * gdb.base/callfuncs.c: ditto.
13975 * gdb.base/exprs: ditto.
13976 * gdb.base/interrupt.c: ditto.
13977 * gdb.base/opaque0.c: ditto.
13978 * gdb.base/printcmds.c: ditto.
13979 * gdb.base/ptype.c: ditto.
13980 * gdb.base/scope0.c: ditto.
13981 * gdb.base/setvar.c: ditto.
13982 * gdb.base/signals.c: ditto.
13983 * gdb.base/twice.c: ditto.
13984 * gdb.c++/misc.cc: ditto.
13985 * gdb.c++/templates.cc: ditto.
13986
13987 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13988
13989 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
13990
13991 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
13992 somewhere between `read' and `main.c'. I'm pretty sure the
13993 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
13994 and it isn't particularly useful.
13995
13996 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
13997
13998 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13999
14000 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
14001
14002 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
14003
14004 * config/mt-slite: add LIBS and -nostdlib.
14005 * config/slite-gdb.exp: add this new file to support sparclite target.
14006
14007 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
14008
14009 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
14010
14011 * gdb.base/a2-run.exp: Change argument to istarget from
14012 "*-*-vxworks" to "*-*-vxworks*".
14013 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
14014
14015 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
14016
14017 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
14018 will not runto main but do a 'step' to step out of breakpoint().
14019 * config/mt-slite: add -Dusestubs.
14020
14021 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
14024 instead of just @.
14025
14026 * gdb.base/signals.exp: Add test for "handle all print".
14027 * TODO: Remove "handle all print". Also remove item about
14028 checking copyright date (I don't like the idea of a spurious FAIL
14029 based on when we run the tests).
14030
14031 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
14032 for SunOS4 (reason for failure not investigated). Remove
14033 redundant test for $binfile.
14034
14035 * gdb.base/nodebug.c (array_index): Call malloc.
14036
14037 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
14038
14039 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
14040
14041 * gdb.base/recurse.exp: Update gdb_test invocation to use new
14042 conventions and slightly simplify the matching regexp.
14043
14044 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14045
14046 * gdb.base/break.exp: Update gdb_test invocation to use new
14047 convention.
14048
14049 * lib/gdb.exp: If noargs is not set, set it to 0.
14050
14051 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
14052 tests unique.
14053
14054 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
14055
14056 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14057
14058 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
14059 one argument of type "<non-float parameter>".
14060
14061 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
14062
14063 * config/rom68k.exp: New file to support Motorola IDP board.
14064 * gdb.base/a2-run.exp: Skip this file if noargs is set.
14065 * gdb.base/break.c: Change things around so that this program
14066 doesn't depend upon args. This is necessary to make remote
14067 targets work (in general, they can't take args).
14068 * gdb.base/break.exp: Don't try to send args to program. Don't
14069 expect output. Also, replace lots of code with gdb_test.
14070
14071 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14072
14073 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
14074 printing of '\'' (which is what the comment says we are testing,
14075 even though we were not), not '''.
14076 (test_integer_literals_rejected): Test that printing ''' is an error.
14077
14078 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14079 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
14080 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
14081 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
14082 Use gdb_test not test_print_accept.
14083 * lib/gdb.exp: Remove test_print_accept.
14084
14085 * gdb.base/signals.exp (signal_tests_1): Make pass message
14086 consistent with fail message.
14087
14088 * gdb.base/whatis.exp: Remove xfails for printing char vs.
14089 unsigned char; the bug (PR 1821) is fixed.
14090
14091 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
14092
14093 * gdb.base/scope.exp (test_at_localscopes): Call pass for
14094 successful tests--makes xfailing them work right.
14095
14096 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14097
14098 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
14099 only \r\n, not .*. The test can pass .* as the last thing in
14100 $pattern if that is what it wants. In addition to providing this
14101 flexibility, this change should speed up pattern matching in cases
14102 where the pattern already ended with .* (there were a number of
14103 them). This change also helps catch bad patterns--in the old
14104 scheme the typo "char \*" instead of "char \\*" would pass. Now
14105 it is caught.
14106 * Many .exp files: Update callers.
14107
14108 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
14109 clearer and does not spuriously match multiple ('s. Likewise for
14110 ) and *.
14111
14112 * gdb.base/nodebug.exp: Test ability to call a function and pass
14113 it a string (even with no debugging info).
14114
14115 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
14116 "p '\'", which is the same as "p ''" once tcl gets done with
14117 quoting, to "p '\\'", which I suspect is what is intended (one
14118 backslash gets sent to GDB).
14119
14120 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
14121
14122 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14123
14124 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
14125 1817) was fixed literally years ago.
14126
14127 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14128
14129 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
14130 test, it causes stepping out of call_after_alloca_subr with
14131 optimizing compilers.
14132 (localvars_in_indirect_call): Consume GDB prompt if `finish'
14133 fails.
14134
14135 * gdb.c++/templates.exp: Source templ-info.exp only if
14136 the templates executable exists.
14137
14138 * gdb.c++/misc.cc (class Contains_static_instance,
14139 class Contains_nested_static_instance),
14140 gdb.c++/classes.exp (test_static_members): Test printing of
14141 a class that contains a static instance of the class.
14142
14143 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14144
14145 * gdb.base/langs2.c (cppsub_): Don't prototype.
14146 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
14147 only, I believe).
14148
14149 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14150
14151 * lib/gdb.exp (skip_chill_tests): New procedure.
14152
14153 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
14154
14155 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
14156
14157 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
14158 each expect pattern. Cuts runtime from 12 to about 4 seconds.
14159
14160 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14161
14162 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
14163
14164 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
14165 disassemble 8, not 16, instructions for part 4.
14166
14167 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
14168 support the latter anymore.
14169
14170 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
14171 -DNO_PROTOTYPES.
14172 * gdb.base/callfuncs.c: Control use of prototypes based on
14173 NO_PROTOTYPES, not __STDC__.
14174 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
14175 t_float_values2 tests if prototypes in use.
14176
14177 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
14178 t_double_values): When checking differences against DELTA, check
14179 that difference is within the range (-DELTA,DELTA), not just
14180 (-infinity,DELTA).
14181
14182 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
14183
14184 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
14185 'file' command firts, then 'target', then 'load', this is due to gdb
14186 target set up.
14187 * config/mips-gdb.exp: Fix a couple regular exp bugs.
14188
14189 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
14190
14191 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
14192 FP load/store variants.
14193 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
14194
14195 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
14196
14197 * gdb.base/term.exp: Do not give a warning if not native, it is
14198 not an abnormal condition.
14199
14200 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
14201
14202 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
14203 t_char_array".
14204
14205 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
14206
14207 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
14208 are getting the version number.
14209
14210 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
14211 if not native, it is not an abnormal condition.
14212
14213 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14214
14215 * lib/gdb.exp: Just use "file exists", rather than undocumented
14216 dejagnu procedure "findfile".
14217
14218 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14219
14220 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
14221 (LDFLAGS): Set to -Xlinker -Ur.
14222
14223 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
14224 Removed, these values are set by lib/gdb.exp.
14225
14226 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
14227
14228 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14229
14230 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
14231 of replicating gdb startup code.
14232
14233 * config/mt-vxworks (LDFLAGS): Set to -r.
14234 (CFLAGS_FOR_TARGET): Removed.
14235
14236 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
14237 (gdb) and gdb for vxworks uses (vxgdb).
14238
14239 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
14240 executable is not in the tree and host != target, use sed and
14241 program_transform_name to determine the gdb name used by the
14242 target.
14243
14244 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
14245 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
14246
14247 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14248
14249 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
14250 floats, chars, and shorts where there are ANSI-style function
14251 definitions.
14252
14253 * gdb.base/langs.exp, gdb.base/langs*: New test.
14254 * gdb.base/Makefile.in: Build it.
14255 * TODO: Remove item about checking that C names don't get C++
14256 demangling applied; this test tests it.
14257
14258 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14259
14260 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
14261 went with the const70 xfail. The xfail went away a year ago.
14262
14263 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
14264
14265 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
14266 for hp300.
14267
14268 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
14269
14270 * gdb.base/a1-selftest.exp: Don't run on hp300.
14271
14272 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14273
14274 * Makefile.in (site.exp): Set host_alias and target_alias as well
14275 as host_triplet and target_triplet.
14276
14277 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14278
14279 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
14280
14281 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
14282 places as other ecoff systems).
14283
14284 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
14285 ultrix.
14286
14287 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14288
14289 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
14290 remove them.
14291 * gdb.base/nodebug.exp: Accept "function" in addition to "text
14292 variable and "variable" in addition to "data variable".
14293 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
14294
14295 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
14296 2.
14297 * gdb.base/list1.c (long_line): Add additional statement at start
14298 of function.
14299 * gdb.base/list.exp (test_forward_search): Update line number to
14300 reflect new statement.
14301
14302 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14303
14304 * gdb.base/signals.exp: Reinitialize searched source directories
14305 after gdb_start call.
14306
14307 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
14308
14309 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
14310 * gdb.stabs/Makefile.in: Likewise.
14311
14312 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
14313 change. Instead split the tests into smaller pieces.
14314 * gdb.disasm/hppa.s: Corresponding changes.
14315
14316 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14317
14318 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
14319 Quote ^C when passing it to stty. For some shells ^ is a pipe.
14320
14321 * gdb.base/funcargs.exp: Modify many tests so that every test
14322 either passes or fails. Make some test names unique.
14323
14324 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14325
14326 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
14327 Call stty to set interrupt character.
14328
14329 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
14330 for HP assembler versus GNU assembler based on actual behavior of
14331 $(CC), rather than assuming that $(AS) is always the GNU assembler.
14332
14333 * TODO: Suggest a few more stepping tests.
14334
14335 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
14336
14337 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
14338 restart GDB for h8300 after a continue.
14339 (return): Add pattern to match a29k-udi behavior.
14340 * gdb.base/nodebug.exp: Remove obsolete comment.
14341 * gdb.base/regs.exp: New file, testing of register displays.
14342 * gdb.base/return.exp: Fix typo in reference to $objdir.
14343 * gdb.base/whatis.exp: Always start with a fresh GDB.
14344
14345 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14346
14347 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
14348 higher, these tests generate a lot of output.
14349
14350 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14351
14352 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
14353 code following the catch silently ignored some errors; without the
14354 catch they should be thrown like any other tcl error. Also, the
14355 catch used "" instead of {} which meant all the callers who wanted
14356 to include one of the characters "[]$ had to quote it an extra time.
14357 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
14358 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
14359 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
14360 Remove extra quoting.
14361
14362 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
14363
14364 * gdb.base/commands.exp: Make test names unique; every test either
14365 passes or fails. Update some comments.
14366
14367 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
14368
14369 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14370
14371 The following fixes a FAIL caused by the fact that the alpha stabs
14372 configuration didn't use the ".if alpha" code in weird.def.
14373 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
14374 bit pointer, so the 32 bit version works even on the alpha.
14375 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
14376 Remove the stuff which allowed us to have separate versions for
14377 alpha and everything else.
14378
14379 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
14380 regexp which "info func operator\[\](" is supposed to match. Fix
14381 string to send to GDB. Note that GDB still doesn't work right. Add a
14382 new test for "info func .perator\[\](" which GDB does handle correctly.
14383
14384 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
14385
14386 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14387
14388 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
14389 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
14390 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
14391 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
14392 it makes the tests harder to understand and confuses test-o-matic.
14393 The preferred style is that each test provides a PASS or a FAIL,
14394 and has a unique message (e.g. "continue #54" not just "continue")
14395 which is the same for the pass and the fail.
14396 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14397 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
14398 to lib/gdb.exp.
14399 * gdb.base/printcmds.exp: Use test_print_accept. Remove
14400 prt_accept which was basically the same thing. Likewise for
14401 test_print_reject and prt_reject.
14402 * lib/gdb.exp (test_print_reject): Add some more error message
14403 patterns to match from the former printcmds.exp (prt_reject).
14404 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
14405 One defect of the passcount stuff is that some of it failed to
14406 report XPASS where appropriate.
14407 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
14408 stuff before and after arg in expected pattern.
14409 (test_paddr_operator_functions): Re-do test without print_addr_of;
14410 this is the only test which seems to want extra stuff there.
14411
14412 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14413
14414 * gdb.base/nodebug.exp: Update new tests to reflect improved
14415 wording of gdb output.
14416
14417 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
14418 and "ptype" work on variables in files compiled without -g.
14419 Replaces commented out "maint print msymbol" tests.
14420
14421 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14422
14423 * gdb.base/setvar.c (dummy): Call malloc.
14424
14425 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
14426 losing with the irix4 sed.
14427
14428 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
14429 ALRM" on irix4.
14430
14431 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14432
14433 * TODO: Remove items about corefile.exp testing new exec-file and
14434 backtrace; both are now done. Add items about printing enums.
14435
14436 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14437
14438 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
14439 "get signal $thissig" test fails.
14440
14441 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
14442
14443 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14444
14445 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
14446 compiler warning with dec alpha compiler.
14447
14448 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
14449 extra \n from gdb_test call (this explains why the prompt test
14450 that I removed yesterday was there).
14451 (user_defined_command_test): Remove extra \n and prompt test.
14452
14453 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
14454 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
14455 doesn't exist.
14456 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
14457 Also remove alpha workaround, which turns out to be because
14458 SIGABRT == SIGLOST.
14459
14460 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
14461
14462 * gdb.base/help.exp: Don't test "help show".
14463
14464 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14465
14466 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
14467 "set print address" is on.
14468 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
14469 pass prompt to gdb_test; gdb_test already looks for the prompt.
14470
14471 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
14472
14473 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
14474 was a vestige of the manual TESTSTRATEGY, and the purpose of it
14475 was to make sure that gdb can read a core file. But (a) the "read
14476 the corefile" part didn't make it to a1-selftest.exp, we just
14477 delete the corefile after creating it, and (b) we test reading
14478 corefiles in corefile.exp anyway. Also, this test left around a
14479 xgdb process on Solaris.
14480
14481 * gdb.base/corefile.exp: Also test backtrace.
14482
14483 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
14484
14485 * gdb.base/commands.exp: Test a simple user defined command with
14486 arguments and if/while statements; verify the full user command is
14487 printed by "show user".
14488
14489 * gdb.base/commands.exp: Test if/while commands as part of a
14490 breakpoint command list; verify they appear in breakpoint
14491 information.
14492
14493 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14494
14495 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
14496 than by dividing by zero.
14497
14498 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
14499
14500 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
14501 performing an inferior call with watchpoints enabled.
14502 * gdb.base/watchpoint.c (main): Delete second unnecessary read
14503 call.
14504
14505 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14506
14507 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
14508 of "file" command.
14509
14510 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
14511 Add additional pattern for when "int operator int(void);" appears
14512 in a different order.
14513
14514 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14515
14516 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
14517
14518 * gdb.base/help.exp: Replace most of docstrings for "info signals"
14519 and "signal" with ".*".
14520
14521 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14522
14523 * TODO: Add note about "handle all nostop".
14524
14525 * gdb.base/{sigall.c, sigall.exp}: New test.
14526 * gdb.base/Makefile.in: Add it.
14527
14528 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14529
14530 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
14531 when invoking GDB, suppresses any windowing interface.
14532
14533 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
14534
14535 * config/sim-gdb: New file, simulator testing support.
14536
14537 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
14538
14539 * gdb.base/interrupt.exp: Test calling func1 twice.
14540
14541 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
14542
14543 * gdb.base/list.exp (test_forward_search): Set timeout higher
14544 when we'll be getting lots of output from gdb.
14545
14546 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
14547 "init_malloc" to after the expect statement. Run it if that
14548 regexp is taken, but also for two others which happen if source
14549 cannot be found.
14550
14551 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14552
14553 * gdb.base/printcmds.exp: New test, for printing register before
14554 program is running.
14555
14556 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14557
14558 * gdb.base/list.exp: Correct some alternate expect patterns
14559 to reflect changes in list1.c.
14560
14561 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14562
14563 * TODO: Add item regarding large frames.
14564
14565 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
14566
14567 * TODO: Remove item about enabling return.exp; it
14568 is enabled. Suggest a few more "return" tests.
14569
14570 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14571
14572 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
14573 anonymous unions.
14574
14575 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14576
14577 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
14578 and pr-5646.o, so "make" is the same as "make all", not "make
14579 pr-4975.o".
14580
14581 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
14582
14583 * gdb.base/list.exp: Adjust expectations to reflect changes in
14584 list1.c.
14585 (test_forward_search): New test proc.
14586 * gdb.base/list1.c (long_line): New function, has long source line.
14587
14588 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
14589
14590 * gdb.base/a1-selftest.exp: Change initial stepping to know about
14591 additional line of code that was added.
14592
14593 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
14594
14595 * gdb.disasm/hppa.s: Break the large branching tests into smaller
14596 tests so as not to overflow expect's input buffers.
14597 * gdb.disasm/hppa.exp: Corresponding changes.
14598
14599 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14600
14601 Beginnings of template debugging tests.
14602 * gdb.c++/templ-info.cc: New file to test for template
14603 debugging capability of the compiler.
14604 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
14605 templ-info.cc.
14606 * gdb.c++/templates.cc: Add explicit template instantiations
14607 to enable compiling with -fno-implicit-templates. Add destructor
14608 and 'value' method to T5 class for template tests.
14609 * gdb.c++/templates.exp: Add testcases for printing of template
14610 types, setting breakpoints on template methods and calling a
14611 template method.
14612
14613 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
14614
14615 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
14616 branch target since some assemblers (gas-2.5) may emit a
14617 relocation for the branch instead of resolving it in the
14618 assembler.
14619
14620 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14621
14622 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
14623 through signal handler.
14624
14625 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14626
14627 * configure.in (*-*-netware): Use config/mt-netware.
14628
14629 * config/mt-netware: New file.
14630 * config/mt-i386-netware: Removed, separate configs for different
14631 netware architectures are no longer needed now that we have
14632 --with-headers.
14633
14634 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14635
14636 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
14637 by the recent changes to use ANSI C arithmetic conversions.
14638
14639 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14640
14641 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
14642 bug involving using inferior_pid to figure out whether to select a
14643 frame.
14644
14645 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
14646
14647 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
14648 match the current disassembler output.
14649
14650 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
14651
14652 * gdb.fortran/exprs.exp: Expect VOID instead of void.
14653 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
14654 types, expect "int" as type of integer values (for now).
14655
14656 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
14657
14658 * gdb.base/commands.exp: New tests for if/while commands.
14659
14660 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
14661
14662 * lib/gdb.exp (runto): Replace sub-pattern for hex value
14663 by .*, since hex values have different syntax in Chill mode.
14664
14665 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14666
14667 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
14668 linefeed from expect pattern for repeated types with indices > 9.
14669
14670 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
14671
14672 First part of Fortran test suite.
14673 * gdb.fortran: New directory.
14674 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
14675
14676 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14677
14678 * gdb.base/default.exp: Update expect pattern for load command
14679 without arguments.
14680
14681 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14682
14683 * configure.in: Change i386 to i[345]86.
14684 * gdb.base/configure.in: Likewise.
14685 * gdb.c++/configure.in: Likewise.
14686 * gdb.chill/configure.in: Likewise.
14687
14688 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
14689
14690 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
14691 patterns, since that is not a valid context for comments.
14692
14693 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
14694
14695 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
14696 repeated types and repeated types with indices > 9.
14697
14698 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
14699
14700 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
14701 2417; old bug has been fixed.
14702
14703 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
14704
14705 * gdb.base/interrupt.exp: When trying to wake up the inferior,
14706 send the newline ourselves instead of assuming gdb_test will do
14707 so when passed an empty input string.
14708
14709 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
14710 stabs testcode.
14711
14712 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14713
14714 * lib/gdb.exp (gdb_test): Don't send anything if the first
14715 argument is an empty string. This makes cases where we want to
14716 match output that is already in expect's buffers (for example,
14717 matching a breakpoint after gdb_run_cmd has been called) work
14718 reliably.
14719
14720 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14721
14722 * config/netware.exp: New file.
14723
14724 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14725
14726 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
14727 the -B and -L prefixes so we can find the debugging stub.
14728
14729 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
14730 there and we are using the gcc from the tree.
14731
14732 * gdb.base/types.c: Removed.
14733
14734 * gdb.base/configure.in: Look for makefile fragments in ../config.
14735 Recognize i386-*-netware.
14736 * gdb.c++/configure.in: Likewise.
14737
14738 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14739
14740 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
14741 the correct TCL syntax.
14742
14743 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14744
14745 * gdb.base/opaque.exp: use runto instead of messing around with
14746 breakpoints. Simplify by using gdb_test.
14747
14748 * gdb.base/bitfields.exp: restart between tests on netware targets
14749 because breakpoints aren't relocated after target death. Run
14750 processes to completion.
14751
14752 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
14753
14754 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
14755
14756 * Makefile.in: Remove extra tabs that confuse some versions
14757 of "make". Use the newly built gdb to test with by default,
14758 rather than the first one in the tester's search path.
14759
14760 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
14761
14762 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
14763
14764 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
14765 condition help.
14766
14767 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14768
14769 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
14770
14771 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
14772 running.
14773 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
14774 * gdb.base/funcargs.exp: Likewise.
14775
14776 * gdb.base/bitfields.exp: Simplify by using gdb_test.
14777 * gdb.base/funcargs.exp: Likewise.
14778
14779 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
14780 message is "".
14781
14782 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14783
14784 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
14785 return,signals,twice}.exp: Handle non-existant binaries
14786 consistantly.
14787
14788 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
14789 * gdb.base/Makefile.in: Don't try to generate a core dump, we
14790 might testing a cross development system.
14791
14792 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14793
14794 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
14795 runtest script is relative to ${srcdir}, not ${rootdir}.
14796
14797 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
14798
14799 * gdb.base/signals.exp: Allow for optionality of breakpoint
14800 address.
14801
14802 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14803
14804 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
14805
14806 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14807
14808 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
14809 for size_t definition.
14810 * gdb.c++/templates.cc: Likewise
14811
14812 * config/mt-i386-netware: New file.
14813
14814 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
14815 defined.
14816
14817 * gdb.base/Makefile.in: Added support for systems that name core
14818 files by appending "core" to the program name.
14819 * gdb.base/a1-selftest.exp: Likewise.
14820
14821 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14822
14823 * gdb.base/return.exp: Add comment and message for `return double'
14824 test failure on Sparc Solaris.
14825
14826 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
14827
14828 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
14829
14830 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14831
14832 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
14833 from optimizing them away.
14834 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
14835 patterns to include default constructors and assignment operators,
14836 to match gcc versions beyond 2.5.8. Accept any cplus demangling
14837 character in the output of the virtual base pointer.
14838
14839 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14840
14841 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
14842 expression match in print_addr_of to avoid unintented matches.
14843 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
14844 versions up to 2.5.8.
14845
14846 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14847
14848 * gdb.base/list.exp: Tweak alternate pattern for listing of an
14849 included file to run under newer versions of expect.
14850 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
14851 consecutive >'s in templates to accomodate recent cplus-dem.c change.
14852 Remove xfail for the virtual table of BDDHookV.
14853
14854 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14855
14856 * lib/gdb.exp (string_to_regexp): Set a default result.
14857 (default_gdb_start): Fix misleading message.
14858
14859 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
14860
14861 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
14862 Remove all CC, etc definitions.
14863 * config/mt-hpux: New file.
14864 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
14865 (CFLAGS, LDFLAGS): Define.
14866 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
14867
14868 * Makefile.in (site.exp): Don't insert host_os, etc.
14869 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
14870 (distclean): Check existence of subdir.
14871 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
14872 * gdb.base/Makefile.in: General cleanup and simplification.
14873 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
14874 to build executables. Use default rule to build .o files.
14875 (EXPECT, RUNTEST, CC): Fix relative pathname.
14876 (site.exp): Don't insert host_os, etc.
14877 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
14878 and/or SIGUSR1 defined.
14879 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
14880 * gdb.c++/Makefile.in: General cleanup and simplification.
14881 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
14882 (CFLAGS): Remove.
14883 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
14884
14885 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
14886
14887 * gdb.base/recurse.exp: Misc changes to get tests running again
14888 after Kung's changes to the watchpoint code.
14889 * gdb.base/watchpoint.exp: Likewise.
14890
14891 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
14892
14893 * lib/gdb.exp (string_to_regexp): Convert {\} also.
14894
14895 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14896
14897 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
14898 * lib/gdb.exp (default_gdb_start): Define.
14899 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
14900 gdb.base/funcargs.exp, gdb.base/opaque.exp,
14901 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
14902 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
14903 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
14904 Don't call gdb_target_udi in between tests.
14905
14906 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14907
14908 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
14909 (which was basically just a local version of the same thing). In
14910 addition to avoiding duplication, gdb_test_exact is faster.
14911 * lib/gdb.exp (gdb_test_exact): Fix typo.
14912
14913 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
14914 don't give an error.
14915
14916 * gdb.base/term.exp: Call delete_breakpoints before starting.
14917
14918 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
14919 (t10): Add comment.
14920
14921 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
14922
14923 Reorganization of the GDB Test Suite.
14924
14925 * gdb.base: New directory, contains all the basic tests.
14926 * gdb.c++: New directory, tests specific to C++.
14927 * gdb.chill: New directory, tests specific to Chill.
14928 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
14929 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
14930 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
14931 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
14932 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
14933 t30-31 to chill).
14934 * */gdbme.*: Rename to match appropriate expect scripts.
14935 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
14936 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
14937 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
14938 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
14939 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
14940 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
14941 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
14942 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
14943 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
14944 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
14945 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
14946 gdb.c++/virtfunc.cc: New names of C++ files.
14947 * gdb.chill/chillvars.ch: New name of Chill file.
14948 * gdb.base/configure.in, gdb.c++/configure.in,
14949 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
14950 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
14951 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
14952 * configure.in (configdirs): Update to reflect directory changes.
14953 (target_abbrev): No longer define for any configuration.
14954 * Makefile.in: Cosmetic improvements to header comments.
14955
14956 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14957
14958 Various changes to gdb.t31:
14959
14960 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
14961 * gdbme.ch: Make all key-words and predefineds be upper-case.
14962 * chillvars.exp: Expect key-words and predefinds in upper-case.
14963
14964 * chillvars.exp: Use gdb_test_exact many places.
14965 Change expected output for arrays (which now includes index labels).
14966
14967 * pr-5020.exp, gdme.ch (module PR_5020):
14968 New test, for PR-5020.
14969
14970 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
14971
14972 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
14973 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
14974
14975 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
14976
14977 * Makefile.in: Fix bit-rot in definitions of CHILL,
14978 CHILL_FOR_TARGET and Chill_LIB.
14979 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
14980 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
14981 CHILL, and CHILL_LIB.
14982
14983 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
14984
14985 * Revert the previous changes. Please see Rob's directory
14986 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
14987
14988 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
14989
14990 * Makefile.in, configure.in, config/mips-gdb.exp,
14991 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
14992 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
14993 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
14994 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
14995 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
14996 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
14997 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
14998 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
14999 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
15000 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
15001 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
15002 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
15003 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
15004 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
15005 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
15006 changes from 94Q1.
15007
15008 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
15009
15010 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
15011 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
15012 Rob's new testing fragments.
15013
15014 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
15015
15016 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
15017 lib/gdb.exp: Replace error proc calls with perror.
15018
15019 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
15020
15021 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
15022 version also, match on casted version strings, and match on
15023 gdb startup case where the line numbers might be messed up.
15024
15025 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
15026
15027 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
15028 (CFLAGS): Delete it from here.
15029
15030 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
15031
15032 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
15033
15034 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
15035
15036 * Makefile.in (RUNTEST): Default to just "runtest".
15037
15038 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15039
15040 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
15041 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
15042 the code has been restructured.
15043
15044 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15045
15046 * gdb.t00/default.exp (set write): Allow any number of \r and/or
15047 \n, not just one of each.
15048
15049 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
15050 /bin/cc gives a warning if you do.
15051
15052 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
15053
15054 * gdb.t24/demangle.exp: change expect pattern of
15055 __t10ListS_link1ZUiRCUiPT0
15056
15057 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15058
15059 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
15060 on local variables in recursive functions.
15061
15062 * gdb.t07/Makefile.in: Build the new test.
15063
15064 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15065
15066 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
15067 directly. Instead compare the return values from actual calls.
15068
15069 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
15070
15071 * Makefile.in (check): Set TCL_LIBRARY for runtest.
15072
15073 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15074
15075 * From Peter Schauer with minor modifications.
15076 * gdb.t15/return.exp (return_tests): Handle targets where "return"
15077 stops in mid-line in the caller. Add xfail for returning a float
15078 value on X86 targets.
15079
15080 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15081
15082 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
15083 to avoid expect lossage.
15084 (fmem_LRbug_tests): Likewise.
15085 * gdb.disasm/hppa.s: Corresponding changes.
15086
15087 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
15088 conditions to work with latest dejagnu/expect.
15089
15090 * gdb.t15/funcargs.exp (finish from indirect call): No longer
15091 expected to fail on the PA.
15092 (backtrace in call with trampolines): Explicitly require main
15093 to be frame #1 (no trampolines should show up in backtrace).
15094
15095 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
15096 "continue -expect".
15097 * gdb.t06/break.exp: Likewise.
15098 * gdb.t07/watchpoint.exp: Likewise.
15099 * gdb.t13/bitfields.exp: Likewise.
15100 * gdb.t15/{funcargs,return}.exp: Likewise.
15101 * gdb.stabs/weird.exp: Likewise.
15102 * config/{mips,udi}-gdb.exp: Likewise.
15103
15104 * hppa.sed: Enclose comments within a sed command to avoid
15105 losing with the old OSF1 sed.
15106
15107 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15108
15109 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
15110 sequent dynix.
15111 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
15112 * gdb.t15/funcargs.exp: Conditionally step again to really
15113 finish from marker_call_with_trampolines. Handle the case where
15114 the first step from within call_with_trampolines already steps
15115 us back to main.
15116 * gdb.t15/gdbme.c: Add comment to closing brace of
15117 call_with_trampolines for funcargs.exp.
15118
15119 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15120
15121 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
15122 Fix typo(s).
15123
15124 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15125
15126 * gdb.t07/gdbme.c: More code for watchpoint testing.
15127
15128 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
15129 "Hardware watchpoint" throughout file.
15130 (test_watchpoint_triggered_in_syscall): New test.
15131 (test_complex_watchpoint): New test.
15132
15133 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15134
15135 * gdbme.c (call_with_trampolines): New function to try and step
15136 into. Tests trampoline problems on the PA.
15137
15138 * funcargs.exp (localvars_in_indirect_call): No longer expect
15139 stepping into indirect call to fail on PAs.
15140 (test_stepping_over_trampolines): New test.
15141
15142 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15143
15144 * TODO: Add suggestions for static member function tests, and
15145 completion tests.
15146
15147 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15148
15149 * TODO: Add suggestions for "p/a" tests.
15150
15151 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
15152 (default_gdb_exit): Replace all the hair with sending "quit" to
15153 the process with a simple close.
15154
15155 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15156
15157 * TODO: Add suggestions for shared library tests.
15158
15159 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15160
15161 * TODO: Add suggestions for x/s tests.
15162
15163 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15164
15165 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
15166 "enable once", and "enable breakpoints once" with ".*".
15167
15168 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15169
15170 * TODO: Add suggestions about structure passing tests.
15171
15172 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15173
15174 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
15175 the primary1 test, use work around if __GNUC__ < 2.
15176 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
15177 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
15178 Test for bad output rather than waiting for timeout. Issue
15179 second continue only if first continue failed.
15180
15181 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15182
15183 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
15184 operator[] test with gdb_test because the old code didn't seem to
15185 be getting the quoting right with the new dejagnu.
15186
15187 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
15188
15189 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
15190 one from the path.
15191 * Makefile.in: Use a fresh expect if there is one, use runtest
15192 from the src tree if there is one.
15193
15194 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15195
15196 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
15197 next over recursive call. Revise the tests from that point on
15198 (which had been skipped) to match GDB's actual (correct) output.
15199
15200 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
15201 with next over a breakpoint whose condition is false.
15202
15203 * gdb.t00/help.exp: Comment out "help set print" tests just like
15204 (and for same reason as) "help set" test.
15205
15206 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15207
15208 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
15209 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
15210
15211 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15212
15213 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
15214 necessary gdb_target_udi.
15215
15216 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
15217
15218 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
15219 1838 and 2417; they are fixed.
15220
15221 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
15222 gdb.t03/ptype.exp (ptype structure, ptype union):
15223 Remove xfails; the test is looser than when the xfails were added.
15224
15225 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
15226 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
15227
15228 * gdb.t01/run.exp: Only run shell test if isnative.
15229
15230 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
15231 since "run" automatically loads if necessary. Call gdb_target_udi
15232 after the "file" since "file" kills any execution target.
15233
15234 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
15235 GDB. GDB doesn't work that way (not anymore at least) on UDI.
15236 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
15237 argument for UDI.
15238
15239 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15240
15241 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
15242
15243 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
15244
15245 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15246
15247 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
15248 properly quoting regexps. This makes the second argument to
15249 demangle a fixed string, which matches the callers, instead of a
15250 shell-style pattern which is what the previous implementation
15251 used. Update some of the callers.
15252
15253 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15254
15255 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
15256 (comib_nullified_tests): Fix typo.
15257 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
15258 strings. No longer expected to fail.
15259
15260 * gdb.disasm/hppa.s (addib_tests): Fix typo.
15261 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
15262 strings. No longer expected to fail.
15263
15264 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
15265 string. No longer expected to fail.
15266
15267 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15268
15269 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
15270 No longer expected to fail.
15271
15272 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
15273 string. No longer expected to fail.
15274
15275 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15276
15277 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
15278 only in the names (I probably got most of them). I was even
15279 generous with some which differed in underscores in names, and
15280 probably missed a few, and I *still* was able to remove almost a
15281 third of the file with almost no impact on testsuite coverage.
15282
15283 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15284
15285 * gdb.t00/default.exp: Match udi_attach error message as well as
15286 the one from child_attach.
15287
15288 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
15289
15290 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
15291
15292 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
15293 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
15294
15295 * Move test with enums and partial symbols back to
15296 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
15297 Reverts the change of 26 May 93. Per today's change to
15298 stabs.texinfo, the behavior that weird.exp was expecting was
15299 unreasonable; what is important is that the compiler+gdb get
15300 things right, which happens with a recent gcc. Also fix the test
15301 to deal with native compilers which put out the stab gdb can't
15302 deal with.
15303
15304 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15305
15306 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
15307 in the names. The main thing these accomplish is to slow things down.
15308 Many more such duplicates surely remain.
15309
15310 * gdb.t00/help.exp: Comment out "help support" test just like
15311 (and for same reason as) "help set" test.
15312
15313 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
15314
15315 * gdb.t06/break.exp: Remove setup_xfails for
15316 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
15317 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
15318 about known bug in gcc to include up through 2.5.8.
15319 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
15320 well as "_vb$".
15321 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
15322 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
15323 with latest gcc and gdb.
15324 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
15325 well as "_vb$".
15326
15327 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15328
15329 * configure.in (hppa*-*-*): Also configure and build stabs-only
15330 tests.
15331
15332 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15333
15334 * gdb.t10/hppa.mt: A makefile fragment for the PA.
15335 * gdb.t10/configure.in (hppa*-*-*): Use it.
15336
15337 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15338
15339 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
15340
15341 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15342
15343 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
15344 versions prior to 1.13.5.
15345
15346 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15347
15348 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
15349 the prompt is at the start of a line.
15350
15351 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15352
15353 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
15354 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
15355 in the copr tests now.
15356 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
15357 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
15358 expected to fail.
15359
15360 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
15361
15362 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
15363 gdb.t31/chillvars.exp, lib/gdb.exp:
15364 Tweak to run under either version of expect.
15365 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
15366 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
15367 * gdb.t11/list.exp: Remove extraneous whitespace.
15368
15369 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15370
15371 * gdb.t16/printcmds.exp (test_print_strings): Accept
15372 "(unsigned char *) " before the string.
15373
15374 * TODO: Add notes about printing of fancy types and GDB expressions.
15375
15376 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
15377
15378 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
15379 * gdb.t06/configure.in: Don't try to compile signals test program
15380 if doing mips-idt-ecoff.
15381
15382 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
15383
15384 * Most .exp files: Tweak to run under either version of expect.
15385
15386 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15387
15388 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
15389 xfails; I'm not sure why they are failing, but not because of PR 1806.
15390
15391 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
15392
15393 * config/unix-gdb.exp: Remove gdb_unload cause it's already
15394 defined in lib/gdb.exp.
15395
15396 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15397
15398 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
15399 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
15400 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
15401 have to be typeless.
15402
15403 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15404
15405 * TODO: Add suggestion for copyright year test.
15406
15407 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
15408
15409 * configure.in (*-*-lynxos*): Add stabs tests.
15410
15411 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15412
15413 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
15414 so insert a tab before any assembler directive in column zero.
15415
15416 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
15417 stores.
15418 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
15419 stores.
15420 (fpu_short_memory_tests): Likewise.
15421
15422 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15423
15424 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
15425 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
15426 .stabs directives in comments.
15427
15428 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15429
15430 * TODO: New file, describing tests we could write.
15431 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
15432
15433 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15434
15435 * gdb.t06/signals.exp: Add kludge to force re-sync.
15436
15437 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
15438 to xgdb instead of gdb, get out of gdb.
15439
15440 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
15441
15442 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
15443 for info.
15444
15445 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15446
15447 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
15448 * gdb.stabs/configure.in (hppa*-*-*): Use it.
15449 * gdb.stabs/hppa.sed: New sed script for the PA.
15450
15451 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15452
15453 * gdb.stabs: Re-write weird.def and configuration to use sed
15454 instead of cpp. sed is portable and POSIX; cpp is neither.
15455
15456 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15457
15458 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
15459
15460 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15461
15462 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
15463
15464 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15465
15466 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
15467 "_vb$".
15468 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
15469 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
15470
15471 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15472
15473 * lib/gdb.exp: Comment out code which depends on non-existent
15474 `transform' procedure.
15475
15476 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
15477
15478 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
15479 * lib/gdb.exp: Transform tool name.
15480 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
15481 1.1's new error handling system.
15482
15483 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15484
15485 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
15486
15487 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15488
15489 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
15490 They made pattern matching so slow that timeouts happened on
15491 heavily loaded systems. Now any output from "show print" which
15492 gets us back to the GDB prompt is a PASS.
15493
15494 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
15495
15496 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
15497
15498 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15499
15500 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
15501
15502 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
15503 It is not from PR 3220.
15504
15505 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15506
15507 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
15508 just started failing because they depended on the order the
15509 subcommands are presented, or exact docstring text. This kind of
15510 test is a pain and has minimal benefit.
15511
15512 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15513
15514 * gdb.t09/corefile.exp: At end of test, use "core" command with
15515 no arguments.
15516
15517 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
15518
15519 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
15520 17}/Makefile.in: Make it possible to run the testsuite with Sun
15521 make and CC = cross gcc by adding explicit build rules for .o
15522 files.
15523
15524 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15525
15526 * gdb.t15/funcargs.exp: Don't put comments on same line as
15527 setup_xfail (@#$*%& tcl braindamage!).
15528
15529 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15530
15531 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
15532
15533 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
15534
15535 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
15536 * gdb.t20/inherit.exp: remove three dumplicate entries.
15537
15538 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15539
15540 * gdb.t06/break.exp: For "next over recursive call", fail on any
15541 incorrect output, not just on "factorial (value=2)".
15542
15543 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15544
15545 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
15546 working now. Add an xfail if accesing a bss variable causes
15547 a memory error if the target is not yet run.
15548
15549 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15550
15551 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
15552 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
15553 name of __st* demangling (2 strings). Did Kung really get the
15554 more than 95 others right without testing them?
15555
15556 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
15557
15558 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
15559
15560 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
15561
15562 * configure.in (configdirs): Add gdb.disasm
15563 * gdb.disasm: New directory for GDB disassembler tests.
15564 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
15565
15566 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15567
15568 * gdb.t00/help.exp: Don't test "help set".
15569
15570 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
15571 from within expect statements. None of these happen anymore and
15572 they cause regressions to be silently unnoticed.
15573
15574 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
15575 messages) about known failures with gcc cygnus-2.4.5-930417.
15576
15577 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
15578 comp-info.exp so it gets built if it doesn't exist.
15579
15580 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
15581 it is no longer used.
15582 * gdb.t13/comp-info.c: Removed.
15583
15584 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
15585
15586 * gdb.t06/signals.exp: Add xfail for sun3.
15587
15588 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15589
15590 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
15591 relevant because ^C doesn't get sent but failure can be reproduced
15592 interactively).
15593
15594 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15595
15596 * gdb.stabs/alpha.mt: New configuration file for alpha.
15597 * gdb.stabs/configure.in: Use it.
15598 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
15599 sharing with alpha.mt, redefine long to word via preprocessor.
15600 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
15601 for alpha.
15602 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
15603 native cc.
15604 * gdb.t00/teststrategy.exp: Change expect string so that we
15605 consume the `(xgdb)' from the command echo and from the gdb prompt.
15606 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
15607 gdb currently compares all values as long, so this failure probably
15608 applies to any configuration where LONGEST is bigger than a target int.
15609 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
15610 with gcc.
15611 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
15612 to handle opaque pointers, gcc is.
15613 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
15614 as first argument. Include <sys/types.h> and change all operator
15615 new definitions to use size_t.
15616 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
15617 now that we use size_t.
15618
15619 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15620
15621 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
15622 a long or float array cast all array members to the same type.
15623 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
15624 with 64 bit longs.
15625 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
15626 on alpha.
15627 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
15628
15629 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15630
15631 * gdb.t24 (demangle.exp): Constructors of templates have names like
15632 vector<int>::vector(int) not vector<int>::vector<int>(int). See
15633 section 14.6 of the ARM.
15634
15635 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
15636 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
15637 accomplish little and slow down the testsuite.
15638
15639 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
15640 Accept spaces various places.
15641
15642 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15643
15644 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
15645 with watchpoint enabled.
15646
15647 * Makefile.in: Remove definition of CC and remove the second
15648 definition of CXX (the "CXX = gcc" one remains). These definitions
15649 were causing backquotes to be expanded within backquotes, which
15650 doesn't work.
15651
15652 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
15653
15654 * gdb.t17/callfuncs.exp: Add "return 0" to end.
15655
15656 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15657
15658 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
15659 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
15660 by mips cc and contains no stabs entries.
15661
15662 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
15663
15664 * config/vx-gdb.exp: Use fake device to load files rather than
15665 NFS.
15666 * lib/gdb.exp: New proc to do "file" command.
15667 * config/unix-gdb.exp: Use new "file" proc.
15668
15669 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15670
15671 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
15672 Rework board rebooting slightly.
15673 (gdb_exit): Don't exit from the remote shell; there isn't one.
15674 * gdb.stabs/weird.exp: If a program is being debugged already,
15675 kill it.
15676 * gdb.t04/setvar.exp: Stop and restart gdb.
15677 * gdb.t05/expr.exp: Likewise.
15678 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
15679 restart gdb and reload the program.
15680 * gdb.t08/opaque.exp: Likewise.
15681 * gdb.t12/scope.exp: Likewise.
15682 * gdb.t13/bitfields.exp: Likewise.
15683 * gdb.t15/funcargs.exp: Likewise.
15684 * gdb.t20/classes.exp: Likewise.
15685 * gdb.t03/ptype.exp: Increase timeout.
15686 * gdb.t16/printcmds.exp (test_print_string_constants,
15687 test_print_array_constants): Likewise.
15688 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
15689 * gdb.t20/classes.exp (do_tests): Likewise.
15690 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
15691
15692 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
15693
15694 * gdb.stabs: Renamed *wierd* to *weird*.
15695
15696 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15697
15698 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
15699 for timeout. Add "known gcc 2.4.5 bug" to failure message.
15700
15701 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15702
15703 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
15704 (do_tests): Remove xfail for whatis on one_var and two_var.
15705
15706 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
15707
15708 * Makefile.in: Made cross building work better by adding
15709 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
15710
15711 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15712
15713 * gdb.t15/{return.c,return.exp,Makefile.in}:
15714 New test, currently commented out.
15715
15716 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
15717
15718 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
15719 still running and removes the leftover named socket so GDb can do
15720 clean restarts.
15721
15722 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
15723
15724 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
15725 console, not GDB.
15726 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
15727 cross testing works better with "make check"
15728 * config/unix-gdb: Use default procedures for exit and version.
15729 * config/vx-gdb.exp: Cleaned up and massaged back to working order
15730 with the newest VxWorks.
15731
15732 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15733
15734 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
15735 old form.
15736
15737 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
15738 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
15739
15740 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
15741
15742 * config/unix-gdb.exp: Remove this version of gdb_exit
15743 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
15744 Rob says he'll look at it when he gets back to testing boards.
15745
15746 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
15747
15748 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
15749 an expected fail for certain ptype commands.
15750
15751 * gdb.t20/classes.exp: Update expected results of "ptype class
15752 Base1" to account for the constructor that now appears in the type.
15753
15754 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
15755
15756 * configure.in (configdirs): Restore gdb.t04, which mysteriously
15757 disappeared from list.
15758 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
15759 "alldone" proc with call to cleanup and exit.
15760 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
15761 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
15762 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
15763 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
15764 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
15765 "alldone" proc with simple returns that suppress remaining
15766 tests. The alldone proc went away many months ago.
15767
15768 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15769
15770 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
15771
15772 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
15773
15774 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15775
15776 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
15777 as vax gdb will display them.
15778
15779 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15780
15781 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
15782 optimizers.
15783
15784 * scope.exp: Change "bad value for localval" messages so each one
15785 is unique.
15786
15787 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
15788 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
15789
15790 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
15791
15792 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15793
15794 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
15795 doesn't exist (due to optimization).
15796
15797 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15798
15799 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
15800 contains \r because the filename is long.
15801
15802 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
15803 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
15804
15805 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15806
15807 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
15808 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
15809 Ultrix.
15810 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
15811 int tests.
15812 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
15813
15814 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
15815
15816 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
15817
15818 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
15819 to match does not match the passing case but still matches the
15820 failing case.
15821
15822 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15823
15824 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
15825
15826 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
15827
15828 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
15829 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
15830 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
15831 Remove various versions of gdb_exit.
15832 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
15833 gdb_exit.
15834 * config/unix-gdb.exp: gdb_exit remains here, and should override
15835 the generic version, since it's doing a lot of wierd stuff that
15836 the other versions aren't. FIXME, fold it in, or abandon this
15837 version.
15838
15839 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15840
15841 * gdb.t24/demangle.exp: Add tests for PR 3220.
15842
15843 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15844
15845 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
15846
15847 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
15848
15849 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
15850 "i386-*-*". Works for i486 as well.
15851
15852 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
15853 bug, and expand domain of xfail to all SVR4 systems, since the
15854 actual problem is likely to be in generic SVR4 /proc support.
15855
15856 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15857
15858 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
15859
15860 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
15861
15862 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
15863 xfails for other systems. Match a missing 'Continuing.' as an
15864 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
15865
15866 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
15867 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
15868 Only issue warning for missing executables if -all option is used.
15869
15870 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
15871 file if -all option is used. It's like an unpredictable XFAIL.
15872
15873 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15874
15875 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
15876 for dynamically linked binaries.
15877
15878 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
15879
15880 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15881
15882 * gdb.t20/inherit.exp: Change message for "print tagless struct"
15883 to state that this is a known bug in old versions of g++.
15884
15885 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15886
15887 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
15888 while waiting for `Continuing'.
15889
15890 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
15891
15892 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
15893 in text, data, and bss.
15894 * gdb.t10/nodebug.c: Add local and global test variables for
15895 initialized and uninitialized data.
15896
15897 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15898
15899 * config/unix-gdb.exp (gdb_exit): Add "wait".
15900
15901 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15902
15903 * gdb.t06/signals.exp: xfail the continue from the handler for all
15904 targets.
15905
15906 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
15907 function with watchpoints enabled, the i386 call dummy starts with
15908 a call.
15909
15910 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
15911 386 bsd names its corefiles.
15912
15913 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
15914
15915 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
15916 compilers don't grok it.
15917 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
15918 with small octal ints rather than character constants, which
15919 are signed and might not fit if first promoted to int.
15920
15921 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
15922
15923 * gdb.t09/Makefile.in (clean): Remove corefile.
15924
15925 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15926
15927 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
15928
15929 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15930 and Jim Kingdon (kingdon@cygnus.com)
15931
15932 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
15933 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
15934 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
15935
15936 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15937
15938 * gdb.t17/interrupt.exp: Add xfail for hppa.
15939
15940 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15941
15942 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
15943 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
15944 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
15945 to determine signed-ness of bitfields and use the result to setup
15946 the xfail.
15947 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
15948 * gdb.t15/funcargs.exp: Use them to step until the second indirect
15949 call line is reached if necessary.
15950
15951 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15952
15953 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
15954
15955 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15956
15957 * gdb.t06/break.exp: Also test `clear' command.
15958
15959 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
15960
15961 * gdb.t00/teststrategy.exp: Remove extra quote.
15962
15963 * gdb.t07/watchpoint.exp: Change xfail for calling function with
15964 watchpoint enabled to be for all non-68k machines.
15965
15966 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
15967
15968 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15969
15970 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
15971 targets use aout.mt instead of ecoff.mt as gas understands
15972 standard aout format.
15973
15974 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
15975
15976 * lib/gdb.exp (runto): Don't insist that function we are running to
15977 was compiled with -g.
15978
15979 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
15980
15981 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
15982 to get back into the read system call.
15983 Accept leading newline in case where we woke it up.
15984
15985 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15986
15987 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
15988 to make the stabs test work on ecoff systems using gcc and -with-stabs.
15989 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
15990 enable ecoff configuration.
15991
15992 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15993
15994 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
15995
15996 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15997
15998 * gdb.t16/printcmds.exp: Add another printf test.
15999
16000 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
16001
16002 * configure.in: If configured -with-stabs on any target, add
16003 stabsdirs to configdirs.
16004
16005 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16006
16007 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
16008 fun" so pattern does not match the command itself.
16009
16010 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16011
16012 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
16013
16014 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16015
16016 * gdb.t17/interrupt.exp: Test for more things.
16017
16018 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16019
16020 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
16021 compiler arranges the code and line numbers.
16022
16023 * gdb.t17/interrupt.exp: Don't send \n after ^C.
16024
16025 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16026
16027 * gdb.t00/help.exp: Increase expect input buffer size.
16028
16029 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16030
16031 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
16032
16033 * gdb.t07/watchpoint.exp: Add xfail for hppa.
16034
16035 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
16036
16037 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
16038 [0-9]*, not just [0-9].
16039
16040 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16041
16042 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
16043
16044 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
16045
16046 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16047
16048 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
16049
16050 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16051
16052 * gdb.t06/signals.c: Add xfails for sun3.
16053
16054 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
16055
16056 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
16057 test_stepping tests.
16058
16059 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16060
16061 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
16062
16063 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
16064
16065 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
16066 rather than actually putting it through cpp twice.
16067
16068 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
16069
16070 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
16071
16072 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
16073 no longer needed.
16074
16075 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16076
16077 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
16078
16079 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
16080 C++ features prints as "struct", make it a pass, not an xfail.
16081
16082 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16083
16084 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
16085 Don't require VA to print as "class" rather than "struct".
16086
16087 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
16088
16089 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
16090
16091 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16092
16093 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
16094
16095 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16096
16097 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
16098 order.
16099
16100 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16101
16102 * gdb.t16/printcmds.exp: Add printf tests.
16103
16104 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
16105
16106 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
16107
16108 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
16109
16110 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
16111 pass counts, to counteract any existing or future setup_xfails.
16112
16113 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16114
16115 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
16116 {BEGIN,END}_COMMON for common block instead of STAB.
16117 * gdb.stabs/wierd.exp: Add xfail for rs6000.
16118
16119 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
16120 intp_var should be N_GSYM not N_LSYM.
16121 wierd-aout.S: Use a label for the value of the N_SO.
16122 wierd.def: Remove all backslashes.
16123 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
16124
16125 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16126
16127 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
16128 get the expected next to inheritance3.
16129
16130 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16131
16132 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
16133 now that gcc-2.4 gets it right.
16134
16135 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16136
16137 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
16138
16139 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
16140 generating comp-info.exp which works for cross-compilation.
16141
16142 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
16143
16144 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
16145 "*-*-sysv4.*".
16146
16147 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
16148
16149 * gdb.t01/run.exp: Start with a fresh gdb.
16150 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
16151 SVR4.x.
16152
16153 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
16154
16155 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
16156 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
16157 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
16158 Makefile.in (distclean, realclean): Remove gdbme.c from list of
16159 things to remove.
16160
16161 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
16162
16163 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
16164 test cases from bug reports.
16165
16166 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
16167
16168 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
16169 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
16170 avoid spurious xfails.
16171 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
16172 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
16173 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
16174
16175 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
16176
16177 * gdb.t00/teststrategy.exp: Rework to provide more useful
16178 description of each test, fix problem with systems that define
16179 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
16180 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
16181 results for "next over recursive call" so timeouts aren't taken
16182 by error.
16183
16184 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
16185
16186 * gdb.t12/scope.exp: Test printing of variables before run.
16187
16188 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
16189 printed in wrong order due to sorting.
16190
16191 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
16192
16193 * gdb.t00/teststrategy.exp: Fix expected results for printing
16194 user entered string constant. Is array of char, prints with no
16195 address.
16196
16197 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
16198 commands.
16199 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
16200 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
16201 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
16202 of struct of char arrays.
16203 * gdb.t00/radix.exp: New tests for radix commands.
16204
16205 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
16206
16207 * gdb.t16/printcmd.exp: Print a variable before running program
16208 (with xfail for AIX).
16209
16210 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
16211
16212 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
16213
16214 * gdb.t16/printcmd.exp: Don't print variables before running program.
16215
16216 * gdb.t06/break.exp: Don't require envp argument to main.
16217
16218 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
16219
16220 * gdb.t02/whatis.exp, gdb.t11/list.exp:
16221 Add xfails for rs6000.
16222
16223 * gdb.t02/whatis.exp: Change other tests not to re-test something
16224 we already tested.
16225
16226 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
16227 each type used has a variable of that type.
16228
16229 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
16230
16231 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
16232
16233 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16234
16235 * configure.in: change srctrigger to be a file, not a directory
16236
16237 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
16238
16239 * configure.in (mips-idt-ecoff*): Added trailing '*'.
16240
16241 * gdb.t11/list.exp: Fixed a couple of typos.
16242
16243 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
16244
16245 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
16246 is fixed and PR is closed.
16247 * gdb.t16 (gdbme.c): Add simple test string variable.
16248 * gdb.t16 (printcmds.exp): Add tests with simple test string
16249 variable, primarily for boundaries on "set print elements".
16250
16251 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
16252
16253 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
16254 Make leading 0's optional and don't expect a tab in the middle
16255 of the number.
16256
16257 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
16258
16259 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
16260 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
16261 don't end command passed to gdb_test with newline.
16262
16263 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
16264 signed keyword away, don't expect signed bitfields to be signed.
16265
16266 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
16267 printing with only as many 1's as are in the field as well as printing
16268 with 32 1's (see comment).
16269
16270 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
16271
16272 * gdb.t00/default.exp: Start with a fresh gdb.
16273 * configure.in (configdirs): Remove gdb.t31 until the chill
16274 compiler works again. It no longer is able to find chillrt0
16275 since it isn't in libchill.a anymore.
16276 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
16277 wierd.o, make more modular.
16278 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
16279 spurious newlines that caused problems.
16280
16281 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16282
16283 * Move test with enums and partial symbols from gdb.t03/ptype.exp
16284 to gdb.stabs/wierd.exp since GCC has worked around the bug.
16285 gdb.stabs/wierd.{exp,def}: Many new tests.
16286
16287 * gdb.t00/default.exp: update info line for new message.
16288
16289 * gdb.t02/{whatis.exp,gdbme.c}:
16290 Test that "char *" doesn't print as "caddr_t".
16291
16292 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16293
16294 * gdb.t00/help.exp: Use .* in place of some help messages which
16295 just changed.
16296 gdb.t00/default.exp: Update "info frame" test for new message.
16297 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
16298 Remove some xfails
16299
16300 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16301
16302 * gdb.t03/{gdbme.c,ptype.exp}:
16303 Add tests for typedef'd struct and union without tags.
16304 Also check "whatis" on a variable of a typedef'd enum without a tag.
16305
16306 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
16307 PRMS 1823; the bug still exists but isn't reproduced by this test
16308 anymore), and remove rs6000 XFAIL (the bug is fixed).
16309
16310 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
16311 duplicated from whatis.exp. For those that are left, accept
16312 "long", "long int", or "int" for long variables (whatis.exp already
16313 has an XFAIL for "int", so no need to fail it here).
16314
16315 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
16316 Deal with GCC's names for types now that GDB uses the compiler's names.
16317
16318 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
16319 setup_xfail's for sunos4. If we #defined the signed keyword away,
16320 don't expect GDB to know that char it is signed.
16321
16322 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
16323
16324 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
16325
16326 * configure.in (configdirs): Add gdb.t24 for C++ tests that
16327 should work on any system, regardless of debugging format.
16328 * gdb.t21/demangle.exp: Move to gdb.t24.
16329 * gdb.t24/demangle.exp: Move from gdb.t21.
16330 * gdb.t24/{Makefile.in, configure.in}: New files.
16331
16332 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16333
16334 * configure.in: Do gdb.stabs and C++ tests only for stabs.
16335 * gdb.stabs: New directory.
16336
16337 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16338
16339 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
16340 not just "Quit anyway?".
16341
16342 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
16343
16344 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
16345 that all setup_xfails are immediately followed by clear_xfails.
16346
16347 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
16348
16349 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
16350 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
16351 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
16352 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
16353 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
16354 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
16355 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
16356 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
16357 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
16358 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
16359 gdb.t31/chillvars.exp, lib/gdb.exp:
16360 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
16361 bug-gdb@prep.ai.mit.edu.
16362
16363 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
16364
16365 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
16366 with 0.0, not integer 0.
16367
16368 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
16369
16370 * gdb.t06/break.exp: Update for "Kill the program" message change.
16371
16372 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
16373
16374 * Makefile.in (GDBFLAGS): Set to -nx.
16375 * Makefile.in (site.exp): Use GDBFLAGS.
16376
16377 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16378
16379 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
16380 Makefiles.
16381 (check): depend on just-check.
16382 (just-check): added so that tests can be run without a noop
16383 build pass.
16384
16385 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16386
16387 Switch to using configure's configdirs.
16388 * Makefile.in (Makefile): add configure.in dependency.
16389 (SUBDIRS): removed redundant assignment.
16390 * configure.in: switch subdirs assignment to configdirs.
16391 * gdb.t*/configure.in: new files.
16392
16393 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
16394
16395 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
16396 works.
16397
16398 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
16399
16400 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
16401 in explicit rules. Apparently this is not supported by some makes.
16402
16403 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
16404
16405 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
16406
16407 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16408
16409 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
16410 disappeared.
16411
16412 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
16413
16414 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
16415
16416 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
16417
16418 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
16419 watchpoint problem that is now fixed.
16420 * gdb.t30/chexp.exp: Remove setup_xfail for printing
16421 uninitialized convenience variables.
16422 * gdb.t31/chillvars.exp: Fix expected patterns for printing
16423 structures.
16424
16425 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16426
16427 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
16428 which causes expect to get out of sync with gdb on long output
16429 from help set.
16430 * gdb.t09/corefile.exp: Make expected pattern for core file
16431 failing signal and frame output format less sun specific.
16432
16433 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
16434
16435 * gdb.t31/chillvars.exp: Add and remove initial dummy
16436 breakpoint, so that symbol table is forced in.
16437 (Needed at least on Sunos4, though it seems not SVR4.)
16438 * gdb.t31/chillvars.exp: Update for changed output format.
16439
16440 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
16441
16442 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
16443
16444 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
16445
16446 * Makefile.in: Added --srcdir when invoking runtest, removed the
16447 need for a local config file. (optional now)
16448
16449 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
16450
16451 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
16452 failure count used to force early termination. Add some more
16453 expected failures for gnu style demangling.
16454
16455 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16456
16457 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
16458 pmi variable from gdb.t20/gdbme to get optimized away.
16459 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
16460 Check for written corefile upon timeout _and_ eof.
16461
16462 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16463
16464 * config/unix-gdb.exp: Add missing return 0.
16465
16466 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16467
16468 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
16469 test termination.
16470
16471 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
16472
16473 * configure.in (subdirs): Put back gdb.t17 which mysteriously
16474 disappeared.
16475
16476 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
16477
16478 * gdb.t10/crossload.exp: Disable the i860-elf test until such
16479 time as i860 support works.
16480
16481 * gdb.t15/funcargs.exp: Fix expected outputs to include
16482 "backtrace 100\r" rather than just "backtrace\r", to match last
16483 change.
16484
16485 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
16486
16487 * config/udi-gdb.exp (gdb_exit): Remove close command.
16488 (gdb_target_udi): New procedure to set the UDI target.
16489 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
16490 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
16491 Added waits for prompts after several question responses. Added
16492 some more responses used by a29k-amd-udi-gdb.
16493 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
16494 pass different arguments, restart UDI connection after program
16495 completion.
16496 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
16497 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
16498 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
16499 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
16500 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
16501 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
16502 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
16503 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
16504 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
16505 after program completion.
16506 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
16507 compiled with a SELECT_VECS setting.
16508 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
16509 infinite recursion.
16510
16511 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
16512 Added checks for COFF results, and made them expected failures for
16513 all targets. It would be better to make them expected failures
16514 for COFF targets only.
16515
16516 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16517
16518 * Makefile.in: add null dvi target, don't bother to recurse
16519 through test directories for info and install-info; rename
16520 $(datadir) to be dejagnu instead of deja-gnu
16521
16522 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
16523
16524 * gdb.t31/gdbme.ch: Re-enable code that previously caused
16525 compiler to coredump.
16526 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
16527 code.
16528
16529 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
16530
16531 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
16532 coredump.
16533 * gdb.t31/chillvars.exp: Comment out tests that depend on that
16534 code.
16535
16536 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
16537
16538 * gdb.t03/ptype.exp: tests for return code from gdb_test.
16539 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
16540 which in a shell. Deletes xgdb when done.
16541 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
16542 Tests the return from the "set height" or "set width" commands.
16543 Added a few return codes where needed.
16544
16545 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
16546
16547 * Makefile.in (SUBDIRS): Add gdb.t17.
16548 * configure.in (subdirs): Add gdb.t17.
16549 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
16550 files to test gdb's calling of functions in the inferior with
16551 the correct arguments and gdb's ability to retrieve any
16552 result returned.
16553
16554 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
16555
16556 * config/unix-gdb.exp (gdb_exit): Remove close commands that
16557 may be called after gdb goes away. Previous versions of expect
16558 needed these to avoid file descriptor leaks, but they cause
16559 errors with the current revision of expect.
16560 * gdb.t00/gdbvars.exp: Use -re on expected output after
16561 setting sevenbit-strings.
16562 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
16563 to set sevenbit-strings consistent across tests.
16564 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
16565 set sevenbit-strings consistent across tests.
16566
16567 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
16568
16569 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
16570 expected output to match current "expect" expectations.
16571
16572 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
16573
16574 * gdb.t00/default.exp: Change expected output for default "source"
16575 command, to match new gdb behavior which requires a filename to
16576 source.
16577
16578 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
16579
16580 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
16581 expected fail for i486-*-* that misses the marker2 function.
16582 * gdb.t10/crossload.exp (bfddefault): Allow successful
16583 recognition of a format to pass even if no symbols are found.
16584 Explicitly catch failures where the format is not recognized
16585 or is ambiguous, and add the reason to the fail message.
16586 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
16587 the cause is and invalid target and add reason to failure message.
16588 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
16589 elf32-i386, elf32-sparc, and elf32-i860.
16590 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
16591 Set up expected failure for 'filename'::variable scope resolution,
16592 which is now apparently broken on all targets.
16593 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
16594 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
16595 gdb.t23/templates.exp: Change failure for missing binfile into
16596 just a warning.
16597 gdb.t21/demangle.exp: Change all cfront references to 'arm'
16598 references.
16599
16600 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
16601
16602 * gdb.t00/default.exp: Add expected output for default "source"
16603 command, to match new gdb behavior.
16604 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
16605
16606 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
16607
16608 * config/*-gdb.exp: returns an error, rather than exiting on
16609 internal errors.
16610
16611 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
16612
16613 * gdb.t03/gdbme.c: Add pointer to struct variable.
16614 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
16615 referencing struct members.
16616
16617 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
16618
16619 * configure.in (mips-idt-ecoff): New target.
16620 * config/mips-gdb.exp: New file for remote board using MIPS remote
16621 debugging protocol.
16622
16623 * Redid configuration scheme. Removed gdb.t*/configure.in.
16624 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
16625 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
16626 distclean targets. Built executables via .o files. Adjusted
16627 tests to account for source files in $(srcdir) rather than
16628 $(objdir).
16629 * lib/gdb.exp (runto): Don't expect () after the function name,
16630 because it may have arguments.
16631
16632 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
16633
16634 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
16635 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
16636 expected failures for mips-idt-* and mips-sgi-*.
16637 * gdb.t00/default.exp (attach): Kill process if requested.
16638 * gdb.t00/help.exp (help target core, help target): Accept a gdb
16639 that does not read core files.
16640 * gdb.t01/run.exp: Removed checks for exit status code.
16641 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
16642 it is linked in.
16643 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
16644 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
16645 appropriate, rather than doing it by hand.
16646 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
16647 execution.
16648 * gdb.t10/crossload.exp: Kill existing program if needed.
16649 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
16650 appropriate, rather than doing it by hand. Always increase
16651 timeout for this test, not just for VxWorks.
16652
16653 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
16654
16655 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
16656 of Chill STRUCT types and STRUCT values.
16657 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
16658 than "char".
16659 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
16660 struct2): New struct definitions and initializations to test
16661 simple Chill STRUCT types.
16662
16663 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
16664
16665 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
16666 the null byte at the end of strings.
16667 * gdb.t00/default.exp: Make show version insensitive to copyright
16668 date.
16669 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
16670 to avoid dependencies on target char signedness.
16671 * gdb.t16/printcmds.exp: Update expected results for explicitly
16672 unsigned char.
16673 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
16674 now work.
16675 * gdb.t21/demangle.exp: Add many more patterns for template
16676 demangling, most of them being expected failures.
16677 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
16678 string we are matching for, to match on the whole string.
16679 * gdb.t21/demangle.exp: Add many new test strings to demangle,
16680 and fix a whole bunch that had incorrect expected output but were
16681 passing anyway because of the bug in "proc demangle".
16682 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
16683 type.
16684 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
16685
16686 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
16687
16688 * gdb/testsuite: made modifications to testcases, etc., to allow
16689 them to work properly given the reorganization of deja-gnu and the
16690 relocation of the testcases from deja-gnu to a "tool" subdirectory.
16691
16692 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
16693
16694 * gdb/testsuite: Initial creation of gdb/testsuite.
16695 Migrated dejagnu testcases and support files for testing nm to
16696 gdb/testsuite from deja-gnu. These files were moved "as is"
16697 with no modifications. This migration is part of a major overhaul
16698 of dejagnu. The modifications to these testcases, etc., which
16699 will allow them to work with the new version of dejagnu will be
16700 made in a future update.
16701
16702 For additional changes see gdb.mi/ChangeLog-1999-2003.
16703 \f
16704 ;; Local Variables:
16705 ;; mode: change-log
16706 ;; left-margin: 8
16707 ;; fill-column: 74
16708 ;; version-control: never
16709 ;; End:
16710
16711 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16712 2003, 2004, 2005 Free Software Foundation, Inc.
16713 Copying and distribution of this file, with or without modification,
16714 are permitted provided the copyright notice and this notice are preserved.
This page took 0.386474 seconds and 4 git commands to generate.