]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
daily update
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2
3 * gdb.python/py-value.c: Improve test case.
4 * gdb.python/py-value.exp: Add new test.
5
62014-04-07 David Blaikie <dblaikie@gmail.com>
7
8 * lib/compiler.c: Identify the clang compiler.
9 * lib/compiler.cc: Ditto.
10
112014-04-03 Yao Qi <yao@codesourcery.com>
12
13 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14
152014-04-01 Anton Blanchard <anton@samba.org>
16
17 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18 messages unique.
19
202014-04-01 Anton Blanchard <anton@samba.org>
21
22 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23 prepare_for_testing.
24
252014-04-01 Anton Blanchard <anton@samba.org>
26
27 * gdb.arch/ppc64-atomic-inst.c: Remove.
28 * gdb.arch/ppc64-atomic-inst.S: New file.
29 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
30
312014-03-31 Doug Evans <dje@google.com>
32
33 * gdb.base/print-symbol-loading-lib.c: New file.
34 * gdb.base/print-symbol-loading-main.c: New file.
35 * gdb.base/print-symbol-loading.exp: New file.
36
372014-03-31 Yao Qi <yao@codesourcery.com>
38
39 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
40
412014-03-28 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.ada/mi_dyn_arr: New testcase.
44
452014-03-27 Doug Evans <dje@google.com>
46
47 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
48
492014-03-27 Yao Qi <yao@codesourcery.com>
50
51 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
52 if target is nios2-*-*.
53
542014-03-26 Yao Qi <yao@codesourcery.com>
55
56 * lib/gdb.exp (readline_is_used): New proc.
57 * gdb.base/completion.exp: Move tests on command complete up.
58 Skip the rest of tests if readline is not used.
59 * gdb.ada/complete.exp: Skp the test if readline is not
60 used.
61 * gdb.base/filesym.exp: Likewise.
62 * gdb.base/macscp.exp: Likewise.
63 * gdb.base/readline-ask.exp: Likewise.
64 * gdb.base/readline.exp: Likewise.
65 * gdb.python/py-cmd.exp: Likewise.
66 * gdb.trace/tfile.exp: Likewise.
67
682014-03-26 Yao Qi <yao@codesourcery.com>
69
70 * gdb.base/macscp.exp: Fix code format issues.
71
722014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
73
74 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
75 * gdb.asm/powerpc64le.inc: New file.
76
772014-03-25 Pedro Alves <palves@redhat.com>
78 Doug Evans <dje@google.com>
79
80 * gdb.base/source-execution.c: New file.
81 * gdb.base/source-execution.exp: New file.
82 * gdb.base/source-execution.gdb: New file.
83
842014-03-24 Doug Evans <dje@google.com>
85
86 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
87 using fission.
88
892014-03-24 Hui Zhu <hui@codesourcery.com>
90 Pedro Alves <palves@redhat.com>
91
92 PR breakpoints/16101
93 * gdb.base/dprintf.exp: Use unsupported rather than changing the
94 test pass/fail messages. Detect missing support for dprintf when
95 breakpoints are actually inserted.
96 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
97 breakpoints are actually inserted.
98 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
99 fails.
100
1012014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
104
1052014-03-22 Doug Evans <xdje42@gmail.com>
106
107 * gdb.python/python.exp (python not supported): Verify multi-line
108 python command issues an error.
109 * gdb.guile/guile.exp (guile not supported): Verify multi-line
110 guile command issues an error.
111
1122014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
113
114 * gdb.threads/thread-specific.exp: Handle the lack of usable
115 $this_breakpoint and $this_thread.
116
1172014-03-21 Hui Zhu <hui@codesourcery.com>
118
119 * gdb.base/attach.exp (do_command_attach_tests): New.
120
1212014-03-20 Tom Tromey <tromey@redhat.com>
122 Pedro Alves <palves@redhat.com>
123
124 PR cli/15718
125 * gdb.base/condbreak-call-false.c: New file.
126 * gdb.base/condbreak-call-false.exp: New file.
127
1282014-03-20 Pedro Alves <palves@redhat.com>
129
130 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
131 Delete.
132 (block_signals, unblock_signals): Delete.
133 (child_function_2, main): Remove references to deleted variable
134 and functions.
135
1362014-03-20 Pedro Alves <palves@redhat.com>
137
138 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
139 Use pthread_kill to signal thread 2.
140 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
141 Adjust to make the test send itself a signal rather than using the
142 host's "kill" command.
143
1442014-03-20 Pedro Alves <palves@redhat.com>
145
146 * gdb.threads/multiple-step-overs.c: New file.
147 * gdb.threads/multiple-step-overs.exp: New file.
148 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
149 Adjust expected infrun debug output.
150
1512014-03-20 Pedro Alves <palves@redhat.com>
152
153 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
154 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
155
1562014-03-20 Pedro Alves <palves@redhat.com>
157
158 PR breakpoints/7143
159 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
160 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
161 of gdb_test_multiple.
162 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
163 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
164
1652014-03-20 Pedro Alves <palves@redhat.com>
166
167 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
168 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
169
1702014-03-19 Pedro Alves <palves@redhat.com>
171
172 * gdb.base/async.exp: Remove early return.
173
1742014-03-19 Pedro Alves <palves@redhat.com>
175
176 * gdb.base/async.exp (step& tests): Pass explicit test messages.
177
1782014-03-19 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/async.exp (test_background): Expect \r\n after
181 "completed." in the fail pattern.
182
1832014-03-19 Pedro Alves <palves@redhat.com>
184
185 * gdb.base/async.exp (test_background): New procedure.
186 Use it for all background execution command tests.
187
1882014-03-19 Pedro Alves <palves@redhat.com>
189
190 * gdb.base/async.exp: Use prepare_for_testing.
191
1922014-03-19 Pedro Alves <palves@redhat.com>
193
194 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
195 the same line.
196
1972014-03-19 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/async.c (main): Add "jump here" and "until here" line
200 marker comments.
201 * gdb.base/async.exp (jump_here): New global.
202 (jump& test): Use it.
203 (until_here): New global.
204 (until& test): Use it.
205
2062014-03-19 Pedro Alves <palves@redhat.com>
207
208 * gdb.base/async.exp: Don't frob gdb_protocol.
209
2102014-03-18 Doug Evans <xdje42@gmail.com>
211
212 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
213 Fix spelling of exec-done-display.
214
2152014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 PR gdb/15358
218 * gdb.base/gdb-sigterm.c: New file.
219 * gdb.base/gdb-sigterm.exp: New file.
220
2212014-03-18 Pedro Alves <palves@redhat.com>
222
223 PR gdb/13860
224 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
225 * lib/mi-support.exp (mi_expect_stop): Add special handling for
226 solib-event.
227
2282014-03-17 Joel Brobecker <brobecker@adacore.com>
229
230 * gdb.ada/pckd_arr_ren: New testcase.
231
2322014-03-13 Doug Evans <xdje42@gmail.com>
233
234 PR guile/16612
235 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
236 collect after discarding symbols.
237
2382014-03-13 Ludovic Courtès <ludo@gnu.org>
239 Doug Evans <xdje42@gmail.com>
240
241 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
242 to history survives a gc.
243
2442014-03-13 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/default.exp: Don't test "target procfs".
247
2482014-03-13 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/default.exp: Update "target child" and "target procfs"
251 tests to not expect "Unix".
252
2532014-03-12 Tom Tromey <tromey@redhat.com>
254
255 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
256 New procs. Add target-async tests.
257 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
258 Add target-async tests.
259
2602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
261
262 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
263 'func_start' and 'func_end' for the beginning and end of the
264 function code, respectively.
265 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
266 'func_end' instead of 'func' and 'main'.
267
2682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
269
270 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
271 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
272 generate the debug info assembler source.
273
2742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
275
276 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
277 * gdb.dwarf2/arr-subrange.exp: Likewise.
278 * gdb.dwarf2/dwz.exp: Likewise.
279 * gdb.dwarf2/method-ptr.exp: Likewise.
280 * gdb.dwarf2/missing-sig-type.exp: Likewise.
281 * gdb.dwarf2/subrange.exp: Likewise.
282 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
283 * gdb.dwarf2/implptrpiece.exp: Likewise.
284 * gdb.dwarf2/nostaticblock.exp: Likewise.
285
2862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
287
288 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
289 directory to absolute path name arguments.
290
2912014-03-10 Joel Brobecker <brobecker@adacore.com>
292
293 * gdb.ada/tagged_access: New testcase.
294
2952014-03-07 Markus Metzger <markus.t.metzger@intel.com>
296
297 * gdb.btrace/data.exp: Update expected output.
298
2992014-03-06 Yao Qi <yao@codesourcery.com>
300
301 * gdb.trace/pr16508.exp: New file.
302
3032014-03-05 Pedro Alves <palves@redhat.com>
304
305 PR gdb/16575
306 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
307 procedure.
308 (top level): Adjust to use it. Add tests that exercise breakpoint
309 interaction with the code-cache.
310
3112014-02-26 Ludovic Courtès <ludo@gnu.org>
312
313 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
314 test for 'history-append!'.
315
3162014-02-26 Joel Brobecker <brobecker@adacore.com>
317
318 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
319 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
320 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
321 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
322 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
323 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
324
3252014-02-26 Joel Brobecker <brobecker@adacore.com>
326
327 * testsuite/gdb.python/py-pp-re-notag.c: New file.
328 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
329 * testsuite/gdb.python/py-pp-re-notag.p: New file.
330
3312014-02-26 Joel Brobecker <brobecker@adacore.com>
332
333 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
334
3352014-02-26 Joel Brobecker <brobecker@adacore.com>
336
337 * gdb.dwarf2/arr-stride.c: New file.
338 * gdb.dwarf2/arr-stride.exp: New file.
339
3402014-02-26 Pedro Alves <palves@redhat.com>
341
342 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
343 that won't ever trigger. Make sure that GDB reports the correct
344 breakpoint that caused the stop.
345
3462014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 PR gdb/16626
349 * gdb.base/auto-load-script: New file.
350 * gdb.base/auto-load.c: New file.
351 * gdb.base/auto-load.exp: New file.
352
353 PR gdb/16626
354 * gdb.base/auto-load.exp: Fix out-of-srctree run.
355
3562014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
357
358 Fix dw2-icycle.exp -fsanitize=address GDB crash.
359 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
360
3612014-02-24 Doug Evans <dje@google.com>
362
363 * lib/gdb.exp (run_on_host): Log error output if program fails.
364
3652014-02-21 Pedro Alves <palves@redhat.com>
366
367 * gdb.threads/step-after-sr-lock.c: Rename to ...
368 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
369 * gdb.threads/step-after-sr-lock.exp: Rename to ...
370 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
371 ... this.
372
3732014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
374
375 PR tdep/16397
376 * gdb.arch/amd64-stap-special-operands.exp: New file.
377 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
378 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
379 * gdb.arch/amd64-stap-triplet.S: Likewise.
380 * gdb.arch/amd64-stap-triplet.c: Likewise.
381
3822014-02-20 Joel Brobecker <brobecker@adacore.com>
383
384 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
385 in .section pseudo-op.
386
3872014-02-20 lin zuojian <manjian2006@gmail.com>
388 Joel Brobecker <brobecker@adacore.com>
389 Doug Evans <xdje42@gmail.com>
390
391 PR symtab/16581
392 * gdb.dwarf2/dw2-icycle.S: New file.
393 * gdb.dwarf2/dw2-icycle.c: New file.
394 * gdb.dwarf2/dw2-icycle.exp: New file.
395
3962014-02-19 Siva Chandra Reddy <sivachandra@google.com>
397
398 * gdb.python/py-value-cc.cc: Improve test case to enable testing
399 operations on gdb.Value objects.
400 * gdb.python/py-value-cc.exp: Add new test to test operations on
401 gdb.Value objects.
402
4032014-02-18 Doug Evans <dje@google.com>
404
405 * Makefile.in (TESTS): New variable.
406 (expanded_tests, expanded_tests_or_none): New variables
407 (check-single): Pass $(expanded_tests_or_none) to runtest.
408 (check-parallel): Only run tests in $(TESTS) if non-empty.
409 (check/no-matching-tests-found): New rule.
410 * README: Document TESTS makefile variable.
411
4122014-02-18 Doug Evans <dje@google.com>
413
414 * Makefile.in (check-parallel): rm -rf outputs temp.
415
4162014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 Fix "ERROR: no fileid for" in the testsuite.
419 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
420
4212014-02-12 Doug Evans <dje@google.com>
422
423 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
424 (MISCELLANEOUS): New variable.
425 (clean): rm -rf $(MISCELLANEOUS).
426 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
427 dwp live in the same directory as symlinks, with each symlink pointed
428 to a differently named file in a different directory.
429
4302014-02-11 Doug Evans <dje@google.com>
431
432 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
433 of Tcl file commands.
434
4352014-02-10 Mark Kettenis <kettenis@gnu.org>
436
437 * gdb.threads/step-after-sr-lock.exp: Avoid executing
438 "kill -SIGUSR1 -1".
439
4402014-02-10 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.ada/tick_length_array_enum_idx: New testcase.
443
4442014-02-10 Doug Evans <xdje42@gmail.com>
445
446 * configure.ac (AC_OUTPUT): Add gdb.guile.
447 * configure: Regenerate.
448 * lib/gdb-guile.exp: New file.
449 * lib/gdb.exp (get_target_charset): New function.
450 * gdb.base/help.exp: Update expected output from "apropos apropos".
451 * gdb.guile/Makefile.in: New file.
452 * gdb.guile/guile.exp: New file.
453 * gdb.guile/scm-arch.c: New file.
454 * gdb.guile/scm-arch.exp: New file.
455 * gdb.guile/scm-block.c: New file.
456 * gdb.guile/scm-block.exp: New file.
457 * gdb.guile/scm-breakpoint.c: New file.
458 * gdb.guile/scm-breakpoint.exp: New file.
459 * gdb.guile/scm-disasm.c: New file.
460 * gdb.guile/scm-disasm.exp: New file.
461 * gdb.guile/scm-equal.c: New file.
462 * gdb.guile/scm-equal.exp: New file.
463 * gdb.guile/scm-error.exp: New file.
464 * gdb.guile/scm-error.scm: New file.
465 * gdb.guile/scm-frame-args.c: New file.
466 * gdb.guile/scm-frame-args.exp: New file.
467 * gdb.guile/scm-frame-args.scm: New file.
468 * gdb.guile/scm-frame-inline.c: New file.
469 * gdb.guile/scm-frame-inline.exp: New file.
470 * gdb.guile/scm-frame.c: New file.
471 * gdb.guile/scm-frame.exp: New file.
472 * gdb.guile/scm-generics.exp: New file.
473 * gdb.guile/scm-gsmob.exp: New file.
474 * gdb.guile/scm-iterator.c: New file.
475 * gdb.guile/scm-iterator.exp: New file.
476 * gdb.guile/scm-math.c: New file.
477 * gdb.guile/scm-math.exp: New file.
478 * gdb.guile/scm-objfile-script-gdb.in: New file.
479 * gdb.guile/scm-objfile-script.c: New file.
480 * gdb.guile/scm-objfile-script.exp: New file.
481 * gdb.guile/scm-objfile.c: New file.
482 * gdb.guile/scm-objfile.exp: New file.
483 * gdb.guile/scm-ports.exp: New file.
484 * gdb.guile/scm-pretty-print.c: New file.
485 * gdb.guile/scm-pretty-print.exp: New file.
486 * gdb.guile/scm-pretty-print.scm: New file.
487 * gdb.guile/scm-section-script.c: New file.
488 * gdb.guile/scm-section-script.exp: New file.
489 * gdb.guile/scm-section-script.scm: New file.
490 * gdb.guile/scm-symbol.c: New file.
491 * gdb.guile/scm-symbol.exp: New file.
492 * gdb.guile/scm-symtab-2.c: New file.
493 * gdb.guile/scm-symtab.c: New file.
494 * gdb.guile/scm-symtab.exp: New file.
495 * gdb.guile/scm-type.c: New file.
496 * gdb.guile/scm-type.exp: New file.
497 * gdb.guile/scm-value-cc.cc: New file.
498 * gdb.guile/scm-value-cc.exp: New file.
499 * gdb.guile/scm-value.c: New file.
500 * gdb.guile/scm-value.exp: New file.
501 * gdb.guile/source2.scm: New file.
502 * gdb.guile/types-module.cc: New file.
503 * gdb.guile/types-module.exp: New file.
504
5052014-02-10 Yao Qi <yao@codesourcery.com>
506
507 PR testsuite/16543
508 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
509 * configure: Regenerated.
510 * Makefile.in: New file.
511
5122014-02-08 Andreas Schwab <schwab@linux-m68k.org>
513
514 * gdb.python/py-framefilter.exp: Fix typo.
515
5162014-02-08 Yao Qi <yao@codesourcery.com>
517
518 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
519 that no =breakpoint-modified is emitted when breakpoints are
520 modified through MI commands.
521
5222014-02-07 Pedro Alves <pedro@codesourcery.com>
523 Pedro Alves <palves@redhat.com>
524
525 * gdb.threads/step-after-sr-lock.c: New file.
526 * gdb.threads/step-after-sr-lock.exp: New file.
527
5282014-02-07 Pedro Alves <palves@redhat.com>
529
530 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
531
5322014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
535 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
536
5372014-02-06 Doug Evans <xdje42@gmail.com>
538
539 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
540 output.
541
542 * gdb.gdb/python-interrupts.exp: New file.
543
5442014-02-05 Yao Qi <yao@codesourcery.com>
545
546 * gdb.trace/report.exp (use_collected_data): Test the output
547 of "info threads" and "info inferiors".
548
5492014-02-05 Yao Qi <yao@codesourcery.com>
550
551 Revert this patch:
552
553 2013-05-24 Yao Qi <yao@codesourcery.com>
554
555 * gdb.trace/tfile.exp: Test inferior and thread.
556
5572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
558
559 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
560 on a function.
561 * gdb.base/step-bt.c: Call hello via function pointer to make
562 sure its first instruction is executed on powerpc64le-linux.
563
5642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
565
566 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
567
5682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
569
570 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
571 of the test patterns for use on little-endian systems.
572
5732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
574
575 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
576 (decimal_vector): Fix for little-endian.
577
5782014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
579
580 * gdb.arch/sparc-sysstep.exp: New file.
581 * gdb.arch/sparc-sysstep.c: Likewise.
582
583 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
584
5852014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
586
587 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
588
5892014-01-23 Tom Tromey <tromey@redhat.com>
590
591 * gdb.ada/array_char_idx: New testcase.
592
5932014-01-23 Tom Tromey <tromey@redhat.com>
594
595 PR python/16487:
596 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
597 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
598 classes.
599
6002014-01-23 Tom Tromey <tromey@redhat.com>
601
602 PR python/16491:
603 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
604 string from an inferior frame.
605 * gdb.python/py-framefilter-mi.exp: Update.
606
6072014-01-22 Doug Evans <dje@google.com>
608
609 * gdb.server/server-mon.exp: Add tests for "set debug-format".
610
6112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
612
613 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
614
6152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
616
617 * gdb.trace/entry-values.exp: Remove excess space character from
618 regex patterns. Handle s390 call instruction.
619
6202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
621
622 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
623 define "*_start" label. Make "name" static.
624 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
625 ${name} by references to ${name}_start.
626
6272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
628
629 * gdb.base/info-macros.exp: Remove "debug" from the compile
630 options.
631
6322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
633
634 * gdb.dlang/demangle.exp: New file.
635
6362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
637
638 * gdb.dlang/primitive-types.exp: New file.
639
6402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
641
642 * configure.ac: Create gdb.dlang/Makefile.
643 * configure: Regenerate.
644 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
645 * gdb.dlang/Makefile.in: New file.
646 * lib/d-support.exp: New file.
647 * lib/gdb.exp (skip_d_tests): New proc.
648
6492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
650
651 * gdb.btrace/delta.exp: Check reverse stepi.
652 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
653 * gdb.btrace/finish.exp: New.
654 * gdb.btrace/next.exp: New.
655 * gdb.btrace/nexti.exp: New.
656 * gdb.btrace/record_goto.c: Add comments.
657 * gdb.btrace/step.exp: New.
658 * gdb.btrace/stepi.exp: New.
659 * gdb.btrace/multi-thread-step.c: New.
660 * gdb.btrace/multi-thread-step.exp: New.
661 * gdb.btrace/rn-dl-bind.c: New.
662 * gdb.btrace/rn-dl-bind.exp: New.
663 * gdb.btrace/data.c: New.
664 * gdb.btrace/data.exp: New.
665 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
666
6672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
668
669 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
670 * gdb.btrace/exception.exp: Update.
671 * gdb.btrace/instruction_history.exp: Update.
672 * gdb.btrace/record_goto.exp: Update.
673 * gdb.btrace/tailcall.exp: Update.
674 * gdb.btrace/unknown_functions.exp: Update.
675 * gdb.btrace/delta.exp: New.
676
6772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
678
679 * gdb.btrace/record_goto.exp: Add backtrace test.
680 * gdb.btrace/tailcall.exp: Add backtrace test.
681
6822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
683
684 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
685 * gdb.btrace/record_goto.c: New.
686 * gdb.btrace/record_goto.exp: New.
687 * gdb.btrace/x86-record_goto.S: New.
688
6892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
690
691 * gdb.btrace/function_call_history.exp: Update tests.
692 * gdb.btrace/instruction_history.exp: Update tests.
693
6942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
695
696 * gdb.btrace/function_call_history.exp: Fix expected field
697 order for "record function-call-history".
698 Add new tests for "record function-call-history /c".
699 * gdb.btrace/exception.cc: New.
700 * gdb.btrace/exception.exp: New.
701 * gdb.btrace/tailcall.exp: New.
702 * gdb.btrace/x86-tailcall.S: New.
703 * gdb.btrace/x86-tailcall.c: New.
704 * gdb.btrace/unknown_functions.c: New.
705 * gdb.btrace/unknown_functions.exp: New.
706 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
707
7082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
709
710 * gdb.btrace/instruction_history.exp: Update.
711 * gdb.btrace/function_call_history.exp: Update.
712
7132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
714
715 * gdb.btrace/function_call_history.exp: Fix expected function
716 trace.
717 * gdb.btrace/instruction_history.exp: Initialize traced.
718 Remove traced_functions.
719
7202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
721
722 * gdb.btrace/function_call_history.exp: Update
723 * gdb.btrace/instruction_history.exp: Update.
724
7252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
726
727 * gdb.btrace/enable.exp: Update expected text.
728
7292014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
730
731 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
732 bytes.
733
7342014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
735
736 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
737
7382014-01-15 Omair Javaid <omair.javaid@linaro.org>
739
740 * lib/gdb.exp (supports_process_record): Return true for
741 arm*-linux*. (supports_reverse): Likewise.
742
7432014-01-13 Siva Chandra Reddy <sivachandra@google.com>
744
745 PR python/15464
746 PR python/16113
747 * gdb.python/py-type.c: Enhance test case.
748 * gdb.python/py-value-cc.cc: Likewise
749 * gdb.python/py-type.exp: Add new tests.
750 * gdb.python/py-value-cc.exp: Likewise
751
7522014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
753 Pedro Alves <palves@redhat.com>
754
755 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
756 Make "name" extern.
757 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
758 references to ${name}_start by references to ${name}.
759
7602014-01-10 Joel Brobecker <brobecker@adacore.com>
761
762 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
763
7642014-01-10 Joel Brobecker <brobecker@adacore.com>
765
766 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
767
7682014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
769 Pedro Alves <palves@redhat.com>
770
771 * gdb.mi/mi-info-os.exp: Connect to the target with
772 mi_gdb_target_load.
773
7742014-01-08 Pedro Alves <palves@redhat.com>
775
776 * gdb.threads/reconnect-signal.c: New file.
777 * gdb.threads/reconnect-signal.exp: New file.
778
7792014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
780
781 * gdb.base/source-dir.exp: New file.
782
7832014-01-07 Joel Brobecker <brobecker@adacore.com>
784
785 * gdb.ada/mi_interface: New testcase.
786
7872014-01-07 Joel Brobecker <brobecker@adacore.com>
788
789 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
790 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
791 gdb.ada/pp-rec-component/pck.ads: New files.
792
7932014-01-07 Joel Brobecker <brobecker@adacore.com>
794
795 * gdb.python/py-pp-integral.c: New file.
796 * gdb.python/py-pp-integral.py: New file.
797 * gdb.python/py-pp-integral.exp: New file.
798
7992013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
800
801 PR breakpoints/16297
802 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
803 (write_syscall): New variables.
804 (main): Create a pipe, write 1 byte in it, and read 1 byte from
805 it.
806 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
807 "write" and "read" syscalls.
808 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
809 numbers.
810
8112013-12-19 Keven Boell <keven.boell@intel.com>
812
813 * gdb.fortran/module.exp: Completion matches fortran module
814 names as well. ptype/whatis on modules return a proper type.
815 Add new check for having the correct scope.
816
8172013-12-19 Keven Boell <keven.boell@intel.com>
818
819 * gdb.fortran/type.f90: New file.
820 * gdb.fortran/whatis_type.f90: New file.
821
8222013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
823
824 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
825 (close_syscall, chroot_syscall, exit_group_syscall): New
826 variables.
827 * gdb.base/catch-syscall.exp: Replace gdb_compile by
828 prepare_for_testing. Call fill_all_syscalls_numbers before
829 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
830 gdb_load by clean_restart.
831 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
832 (check_info_bp_many_syscalls): Remove global gdb_prompt.
833 (check_call_to_syscall): Likewise. Add global decimal. Improve
834 testing regex.
835 (check_return_from_syscall): Likewise.
836 (check_continue, insert_catch_syscall_with_arg): Remove global
837 gdb_prompt.
838 (insert_catch_syscall_with_many_args): Likewise. Add global
839 decimal. Fix $filter_str. Improve testing regex.
840 (check_for_program_end): Remove global gdb_prompt.
841 (test_catch_syscall_without_args): Likewise. Add global decimal.
842 Improve testing regex.
843 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
844 (test_catch_syscall_with_wrong_args)
845 (test_catch_syscall_restarting_inferior)
846 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
847 (do_syscall_tests): Likewise. Remove global srcdir.
848 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
849 Add global last_syscall_number. Test for the exact syscall number
850 to be caught.
851 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
852 Add global all_syscalls_numbers. Test each syscall number to be
853 caught, instead of only testing "close".
854 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
855 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
856 Remove stale comment.
857 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
858 the correct syscall numbers using information from the inferior.
859
8602013-12-17 Pedro Alves <palves@redhat.com>
861
862 * gdb.trace/circ.exp: Expect frame info to be printed when
863 switching between frames with unavailable stack, but different
864 functions.
865
8662013-12-17 Andrew Burgess <aburgess@broadcom.com>
867
868 * gdb.trace/unavailable-dwarf-piece.c: New file.
869 * gdb.trace/unavailable-dwarf-piece.exp: New file.
870
8712013-12-15 Yao Qi <yao@codesourcery.com>
872
873 * gdb.perf/skip-prologue.c: New.
874 * gdb.perf/skip-prologue.exp: New.
875 * gdb.perf/skip-prologue.py: New.
876
8772013-12-13 Joel Brobecker <brobecker@adacore.com>
878
879 * gdb.ada/arraydim: New testcase.
880
8812013-12-12 Siva Chandra Reddy <sivachandra@google.com>
882
883 PR python/16113
884 * gdb.python/py-value-cc.cc: Improve test case.
885 * gdb.python/py-value-cc.exp: Add new tests to test usage of
886 gdb.Field objects as subscripts on gdb.Value objects.
887
8882013-12-10 Doug Evans <dje@google.com>
889
890 PR 16286
891 * gdb.python/py-value.c: #include stdlib.h, string.h.
892 (str): New struct.
893 (main): New local xstr.
894 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
895 fetch a value as a string with a length beyond the declared length
896 of the array.
897
8982013-12-10 Andrew Burgess <aburgess@broadcom.com>
899
900 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
901 update comment.
902
9032013-12-10 Joel Brobecker <brobecker@adacore.com>
904
905 * gdb.ada/int_deref.exp: Add test verifying that we print
906 the decoded symbol name when printing the address of Ada
907 symbols.
908
9092013-12-10 Joel Brobecker <brobecker@adacore.com>
910
911 * gdb.mi/mi-start.exp: Add test verifying that -list-features
912 contains "exec-run-start-option".
913
9142013-12-08 Yao Qi <yao@codesourcery.com>
915
916 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
917 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
918 (is_64_target, is_amd64_regs_target): Likewise.
919 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
920
9212013-12-07 Mike Frysinger <vapier@gentoo.org>
922
923 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
924 * gdb.base/testenv.c: Likewise.
925
9262013-12-07 Mike Frysinger <vapier@gentoo.org>
927
928 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
929 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
930 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
931
9322013-12-06 Pedro Alves <palves@redhat.com>
933
934 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
935 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
936 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
937
9382013-12-06 Doug Evans <dje@google.com>
939
940 * gdb.base/break.exp: Fix setting of $baz.
941
9422013-12-06 Andrew Burgess <aburgess@broadcom.com>
943
944 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
945 DW_OP_plus_uconst.
946
9472013-12-06 Keven Boell <keven.boell@intel.com>
948
949 * lib/mi-support.exp (mi_list_varobj_children_range): Add
950 call to mi_list_array_varobj_children_with_index.
951 (mi_list_array_varobj_children_with_index): New function.
952 Add parameter to specify array start.
953
9542013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
955
956 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
957 SIGPWR in sparc64.
958
959 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
960 have the same signal number. Handle this situation.
961
9622013-12-03 Joel Brobecker <brobecker@adacore.com>
963
964 * gdb.ada/dot_all: New testcase.
965
9662013-12-03 Joel Brobecker <brobecker@adacore.com>
967
968 * gdb.mi/mi-undefined-cmd.exp: New testcase.
969
9702013-12-03 Joel Brobecker <brobecker@adacore.com>
971
972 * gdb.mi/mi-i-cmd.exp: New file.
973
9742013-12-02 Doug Evans <dje@google.com>
975
976 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
977 at start.
978 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
979 has been specified with a relative path and we have chdir'd before
980 accessing the debug info.
981
9822013-11-28 Andrew Burgess <aburgess@broadcom.com>
983
984 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
985 expected results.
986 (gdb_collect_locals_test): Likewise.
987 (gdb_collect_globals_test): Likewise.
988
9892013-11-28 Yao Qi <yao@codesourcery.com>
990
991 * lib/gdb.exp (with_gdb_prompt): New proc.
992 * gdb.perf/disassemble.exp: New.
993 * gdb.perf/disassemble.py: New.
994
9952013-11-26 Luis Machado <lgustavo@codesourcery.com>
996
997 * gdb.base/callfuncs.c (main): Assign malloc's return value
998 and free it afterwards.
999 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
1000 * gdb.base/printcmds.c (main): Likewise.
1001 * gdb.base/randomize.c (main): Free "p" and change breakpoint
1002 marker position.
1003 * gdb.base/setvar.c (dummy): Assign malloc's return value
1004 and free it afterwards.
1005
10062013-11-26 Andrew Burgess <aburgess@broadcom.com>
1007
1008 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
1009 gdb_test_multiple.
1010
10112013-11-26 Tom Tromey <tromey@redhat.com>
1012
1013 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
1014 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
1015 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
1016
10172013-11-25 Keith Seitz <keiths@redhat.com>
1018
1019 PR c++/14819
1020 * gdb.cp/impl-this.cc: New file.
1021 * gdb.cp/impl-this.exp: New file.
1022
10232013-11-25 Yao Qi <yao@codesourcery.com>
1024
1025 * gdb.perf/backtrace.c: New.
1026 * gdb.perf/backtrace.exp: New.
1027 * gdb.perf/backtrace.py: New.
1028
10292013-11-24 Yao Qi <yao@codesourcery.com>
1030
1031 * gdb.perf/single-step.c: New.
1032 * gdb.perf/single-step.exp: New.
1033 * gdb.perf/single-step.py: New.
1034
10352013-11-23 Doug Evans <xdje42@gmail.com>
1036
1037 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
1038 with ignore count".
1039
10402013-11-23 Doug Evans <xdje42@gmail.com>
1041
1042 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
1043 (test_subscript_regression): Ditto.
1044 (top level): Run test_subscript_regression for c++ with "c++" prefix.
1045
10462013-11-23 Doug Evans <xdje42@gmail.com>
1047
1048 * gdb.python/py-type.exp (test_enums): Fix typo.
1049
10502013-11-23 Doug Evans <xdje42@gmail.com>
1051
1052 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1053 unique.
1054
10552013-11-23 Doug Evans <xdje42@gmail.com>
1056
1057 * gdb.python/py-symbol.exp: Fix whitespace.
1058
10592013-11-23 Doug Evans <xdje42@gmail.com>
1060
1061 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1062 to test some things in the case where python is not configured in.
1063
10642013-11-22 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1067 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1068 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1069 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1070 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1071 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1072
10732013-11-22 Tom Tromey <tromey@redhat.com>
1074
1075 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1076
10772013-11-22 Tom Tromey <tromey@redhat.com>
1078
1079 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1080 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1081 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1082
10832013-11-22 Pedro Alves <palves@redhat.com>
1084
1085 PR 16155
1086 * gdb.dwarf2/dw2-dup-frame.S: New file.
1087 * gdb.dwarf2/dw2-dup-frame.c: New file.
1088 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1089
10902013-11-22 Yao Qi <yao@codesourcery.com>
1091
1092 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1093 comment and add one more argument "has_more".
1094 * gdb.python/py-mi.exp: Callers update.
1095
10962013-11-22 Yao Qi <yao@codesourcery.com>
1097
1098 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1099 of mi_create_dynamic_varobj.
1100
11012013-11-20 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1104 time, and run it through all three milestone regexes.
1105
11062013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1107
1108 * gdb.base/eval-avoid-side-effects.exp: New file.
1109
11102013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1111
1112 * gdb.arch/i386-mpx.c: New file
1113 * gdb.arch/i386-mpx.exp: New file.
1114
11152013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1116
1117 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1118 for bnd registers.
1119
11202013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1121
1122 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1123 start and end equal 0.
1124
11252013-11-19 Yao Qi <yao@codesourcery.com>
1126
1127 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1128 (mi_list_varobj_children_range): Likewise.
1129
11302013-11-19 Yao Qi <yao@codesourcery.com>
1131
1132 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1133
11342013-11-19 Yao Qi <yao@codesourcery.com>
1135
1136 * lib/mi-support.exp: Fix format.
1137
11382013-11-19 Joel Brobecker <brobecker@adacore.com>
1139
1140 * gdb.ada/py_range: New testcase.
1141
11422013-11-18 Joel Brobecker <brobecker@adacore.com>
1143
1144 * mi-language.exp: Add "-list-features" test verifying that
1145 its output contains "language-option".
1146
11472013-11-16 Joel Brobecker <brobecker@adacore.com>
1148
1149 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1150 * info_exc/foo.adb: Adjust to new exception name.
1151 * info_exc.exp: Adjust after exception renaming in const.ads.
1152 Update "info exception global" test to test "info exceptions
1153 global_gdb" instead.
1154
1155 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1156 * mi_exc_info/foo.adb (Adjust to new exception name.
1157 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1158 Update "-info-ada-exceptions global" test to test
1159 "-info-ada-exceptions global_gdb" instead.
1160
11612013-11-15 Luis Machado <lgustavo@codesourcery.com>
1162
1163 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1164 of inferior output for remote and native sessions.
1165 * gdb.mi/mi-console.exp: Remove obsolete comment.
1166 Check for semihosted inferior output pattern.
1167 (semihosted_string): New function.
1168
11692013-11-15 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1172 listed in the output of "info exceptions".
1173 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1174 listed in the output of "-info-ada-exceptions".
1175
11762013-11-15 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.ada/info_exc.exp: Start inferior before starting
1179 the "info exceptions" tests.
1180 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1181 the "-info-ada-exceptions" tests.
1182
11832013-11-15 Tom Tromey <tromey@redhat.com>
1184
1185 * gdb.cp/includefile: New file.
1186 * gdb.cp/filename.exp: New file.
1187 * gdb.cp/filename.cc: New file.
1188
11892013-11-15 Doug Evans <xdje42@gmail.com>
1190
1191 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1192
11932013-11-15 Doug Evans <xdje42@gmail.com>
1194
1195 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1196
11972013-11-15 Doug Evans <xdje42@gmail.com>
1198
1199 * gdb.python/py-breakpoint.exp: Split up into several functions,
1200 each with their own test prefix.
1201
12022013-11-15 Joel Brobecker <brobecker@adacore.com>
1203
1204 * gdb.ada/O2_float_param: New testcase.
1205
12062013-11-14 Tom Tromey <tromey@redhat.com>
1207
1208 * Makefile.in (check-parallel): Print summary from gdb.sum.
1209
12102013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1211
1212 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1213 and function label names.
1214 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1215 compile unit labels.
1216
12172013-11-14 Joel Brobecker <brobecker@adacore.com>
1218
1219 * gdb.mi/mi-language.exp: New file.
1220
12212013-09-17 Keith Seitz <keiths@redhat.com>
1222
1223 PR c++/7935
1224 PR c++/10541
1225 * gdb.cp/nsalias.exp: New file.
1226 * gdb.cp/nsalias.cc: New file.
1227 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1228 tests only on known, working compiler versions.
1229
12302013-11-13 Tom Tromey <tromey@redhat.com>
1231
1232 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1233 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1234
12352013-11-12 Doug Evans <dje@google.com>
1236
1237 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1238 so that "rm -rf $builddir" Just Works.
1239
12402013-11-12 Joel Brobecker <brobecker@adacore.com>
1241
1242 * gdb.ada/mi_exc_info: New testcase.
1243
12442013-11-12 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.ada/info_exc: New testcase.
1247
12482013-11-11 Doug Evans <dje@google.com>
1249
1250 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1251 of testfile.
1252
12532013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1254
1255 * gdb.python/py-linetable.S: New file.
1256 * gdb.python/py-linetable.c: New file.
1257 * gdb.python/py-linetable.exp: New file.
1258
12592013-11-11 Joel Brobecker <brobecker@adacore.com>
1260
1261 * gdb.ada/mi_ex_cond: New testcase.
1262
12632013-11-07 Doug Evans <dje@google.com>
1264
1265 PR 11786
1266 * gdb.base/gcore-relro-pie.c: New file.
1267 * gdb.base/gcore-relro-pie.exp: New file.
1268
12692013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1270
1271 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1272 * gdb.python/py-cmd.c: New File.
1273
12742013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1275
1276 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1277
12782013-11-06 Doug Evans <xdje42@gmail.com>
1279
1280 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1281
12822013-11-06 Yao Qi <yao@codesourcery.com>
1283
1284 * lib/gdb.exp (gdb_produce_source): New procedure.
1285 * gdb.perf/solib.c: New.
1286 * gdb.perf/solib.exp: New.
1287 * gdb.perf/solib.py: New.
1288
12892013-11-06 Yao Qi <yao@codesourcery.com>
1290
1291 * README: Mention performance tests.
1292
12932013-11-06 Yao Qi <yao@codesourcery.com>
1294
1295 * lib/perftest.exp: New.
1296 * gdb.perf/lib/perftest/__init__.py: New.
1297 * gdb.perf/lib/perftest/measure.py: New.
1298 * gdb.perf/lib/perftest/perftest.py: New.
1299 * gdb.perf/lib/perftest/reporter.py: New.
1300 * gdb.perf/lib/perftest/testresult.py: New.
1301
13022013-11-06 Yao Qi <yao@codesourcery.com>
1303
1304 * Makefile.in (check-perf): New target.
1305 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1306 * configure: Re-generated.
1307 * gdb.perf/Makefile.in: New.
1308
13092013-11-04 Tom Tromey <tromey@redhat.com>
1310
1311 * Makefile.in (TEST_DIRS): Remove.
1312 (TEST_TARGETS, check-parallel): Rewrite.
1313 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1314 (subdir_do, subdirs): Remove.
1315 (do-check-parallel, check/%): New targets.
1316 (clean): Remove outputs, temp, and cache directories.
1317 (saw_dash_j): New variable.
1318 (CHECK_TARGET): Use it.
1319 (check): Depend on all, site.exp. Rewrite.
1320 (check-single): Remove dependencies.
1321 (slow_tests, all_tests, reordered_tests): New variables.
1322
13232013-11-04 Tom Tromey <tromey@redhat.com>
1324
1325 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1326 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1327 before loading binfile.
1328 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1329 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1330 before loading binfile.
1331
13322013-11-04 Tom Tromey <tromey@redhat.com>
1333
1334 * gdb.base/foll-exec.c (main): Use BASEDIR.
1335 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1336 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1337 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1338 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1339 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1340
13412013-11-04 Tom Tromey <tromey@redhat.com>
1342
1343 * gdb.base/argv0-symlink.exp: Compute executable's directory
1344 dynamically.
1345
13462013-11-04 Tom Tromey <tromey@redhat.com>
1347
1348 * gdb.asm/asm-source.exp: Use standard_output_file.
1349
13502013-11-04 Tom Tromey <tromey@redhat.com>
1351
1352 * gdb.server/file-transfer.exp: Use standard_output_file.
1353
13542013-11-04 Tom Tromey <tromey@redhat.com>
1355
1356 * gdb.base/fullname.exp: Use standard_output_file,
1357 relative_filename.
1358 * gdb.base/hashline1.exp: Use standard_testfile,
1359 standard_output_file, relative_filename, clean_restart.
1360 * gdb.base/hashline2.exp: Use standard_testfile,
1361 standard_output_file.
1362 * gdb.base/hashline3.exp: Use standard_testfile,
1363 standard_output_file, relative_filename.
1364 * lib/gdb.exp (relative_filename): New proc.
1365
13662013-11-04 Tom Tromey <tromey@redhat.com>
1367
1368 * gdb.base/fileio.c (test_open, test_write, test_read)
1369 (test_lseek, test_close, test_stat, test_fstat)
1370 (test_isatty, test_system, test_rename, test_unlink):
1371 Use OUTDIR define.
1372 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1373 Use standard_output_file.
1374
13752013-11-04 Tom Tromey <tromey@redhat.com>
1376
1377 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1378 defines.
1379 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1380 compilation. Use prepare_for_testing, standard_output_file.
1381
13822013-11-04 Tom Tromey <tromey@redhat.com>
1383
1384 * gdb.base/advance.exp: Use standard_testfile and
1385 prepare_for_testing.
1386 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1387 appropriate directory when local.
1388 * gdb.base/dump.exp: Use standard_output_file. Update all
1389 "dump" and "restore" filenames.
1390 * gdb.base/interact.exp: Use standard_output_file.
1391 * gdb.base/jit-so.exp: Don't download file when local.
1392 * gdb.base/jit.exp (compile_jit_test): Don't download file
1393 when local.
1394 * gdb.base/list.exp: Use gdb_remote_download.
1395 * gdb.base/maint.exp: Use standard_output_file.
1396 * gdb.base/prelink.exp: Use standard_output_file.
1397 * gdb.base/save-bp.exp: Use standard_output_file.
1398 * gdb.base/sepdebug.exp: Use standard_testfile,
1399 standard_output_file.
1400 (test_different_dir): Don't declare objdir.
1401 * gdb.base/solib-search.exp: Use standard_output_file.
1402 * gdb.base/step-line.exp: Use gdb_remote_download.
1403 * gdb.base/trace-commands.exp: Use standard_output_file.
1404
14052013-11-04 Tom Tromey <tromey@redhat.com>
1406
1407 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1408 to compilation. Use standard_output_file.
1409 (test_tfind_tfile): Update.
1410 * gdb.trace/tfile.c (write_basic_trace_file)
1411 (write_error_trace_file): Use TFILE_DIR.
1412 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1413 standard_output_file.
1414
14152013-11-04 Tom Tromey <tromey@redhat.com>
1416
1417 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1418 Use "dwarf2 always-disassemble" for the "maint set" test.
1419 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1420 standard_output_file.
1421 * gdb.mi/mi-logging.exp: Use standard_output_file.
1422
14232013-11-04 Tom Tromey <tromey@redhat.com>
1424
1425 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1426 downloads conditional on remote host.
1427 (set_arch): Likewise.
1428 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1429 (load_description): Use standard_output_file.
1430
14312013-11-04 Tom Tromey <tromey@redhat.com>
1432
1433 * gdb.gdb/selftest.exp: Use standard_output_file.
1434 * lib/selftest-support.exp (do_self_tests): Use
1435 standard_output_file.
1436
14372013-11-04 Tom Tromey <tromey@redhat.com>
1438
1439 * gdb.stabs/weird.exp: Use gdb_remote_download and
1440 standard_output_file.
1441
14422013-11-04 Tom Tromey <tromey@redhat.com>
1443
1444 * gdb.base/gcore-buffer-overflow.exp: Use
1445 standard_output_file, not standard_testfile.
1446 * gdb.base/twice.exp: Use standard_testfile, not
1447 standard_output_file. Use gdb_remote_download.
1448
14492013-11-04 Tom Tromey <tromey@redhat.com>
1450
1451 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1452 restore from that.
1453
14542013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1455
1456 * gdb.cp/derivation.exp: s/perrro/perror/
1457
14582013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1459
1460 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1461 `debugdir'.
1462
14632013-10-31 Andrew Burgess <aburgess@broadcom.com>
1464
1465 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1466 tests and update expected error message.
1467 (test_watch_register_location): New tests.
1468 (do_tests): Call test_watch_register_location.
1469 * gdb.base/watchpoints.exp: Update expected error message.
1470
14712013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1472
1473 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1474 the patterns in gdb_test_multiple.
1475
14762013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1477
1478 * gdb.base/sym-file-lib.c: New file.
1479 * gdb.base/sym-file-loader.c: New file.
1480 * gdb.base/sym-file-loader.h: New file.
1481 * gdb.base/sym-file-main.c: New file.
1482 * gdb.base/sym-file.exp: New file.
1483 * lib/gdb.exp (is_elf_target): New function.
1484
14852013-10-29 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1488 variable setting change-log-default-name to ChangeLog-mi.
1489
14902013-10-29 Andrew Burgess <aburgess@broadcom.com>
1491
1492 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1493 Expect <unavailable> pattern.
1494
14952013-10-28 Tom de Vries <tom@codesourcery.com>
1496
1497 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1498
14992013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1500
1501 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1502 remote stubs where exit() behaviour is unreliable.
1503
15042013-10-25 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.cp/m-static.exp: Adjust expected output of printing a
1507 nonexistent or optimized out static field. Also test printing the
1508 the "container" object.
1509
15102013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1511
1512 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1513 if in the persistent mode.
1514 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1515
15162013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1517
1518 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1519 support core file generation" reply.
1520
15212013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1522
1523 PR gdb/15986
1524 * gdb.base/run.c (main): gdb_get_line_number tag added for
1525 commands.exp.
1526 (factorial): Likewise.
1527
1528 * gdb.base/commands.exp (watchpoint_command_test): Use
1529 gdb_get_line_number in order to determine the locations in run.c
1530 where local_var is detected to go out of scope.
1531
15322013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1533
1534 * gdb.base/gnu_vector.exp: Care about endianness when casting
1535 scalars to vectors.
1536
15372013-10-18 Tom Tromey <tromey@redhat.com>
1538
1539 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1540 of "binfile".
1541
15422013-10-18 Andrew Burgess <aburgess@broadcom.com>
1543
1544 * gdb.base/watchpoints.exp: Add test for setting software
1545 watchpoints of different types before starting the inferior.
1546
15472013-10-18 Pedro Alves <palves@redhat.com>
1548
1549 PR gdb/16062
1550 * gdb.threads/stepi-random-signal.c: New file.
1551 * gdb.threads/stepi-random-signal.exp: New file.
1552
15532013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1554
1555 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1556 Fix comment typo.
1557 * lib/gdb.exp (gdb_init): Likewise.
1558
15592013-10-17 Tom Tromey <tromey@redhat.com>
1560
1561 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1562
15632013-10-14 Tom Tromey <tromey@redhat.com>
1564
1565 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1566 name to gdb_test_no_output.
1567
15682013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 Canonicalize directories for EXEC_FILENAME.
1571 * gdb.base/argv0-symlink.exp
1572 (kept file symbolic link name for info inferiors): New.
1573 (kept directory symbolic link name): Setup kfail.
1574 (kept directory symbolic link name for info inferiors): New.
1575
15762013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1577
1578 * gdb.arch/s390-multiarch.exp: New file.
1579 * gdb.arch/s390-multiarch.c: New file.
1580
15812013-10-11 Joel Brobecker <brobecker@adacore.com>
1582
1583 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1584 use the appropriate GDB/MI command instead, and verify
1585 the test output.
1586
15872013-10-11 Joel Brobecker <brobecker@adacore.com>
1588
1589 * gdb.base/source-nofile.gdb: New file.
1590 * gdb.base/source.exp: Add two tests verifying the behavior when
1591 the "source" command is given a non-existant filename.
1592
15932013-10-11 Yao Qi <yao@codesourcery.com>
1594
1595 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1596 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1597 and 'dlclose'.
1598 [!__WIN32__]: Include "dlfcn.h".
1599 * gdb.mi/mi-catch-load.exp: Set up kfail.
1600
16012013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1602
1603 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1604 generated corefile" by argument "$test".
1605
16062013-10-09 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1609 output.
1610
16112013-10-09 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1614 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1615 (test_catch_syscall_with_wrong_args)
1616 (test_catch_syscall_restarting_inferior)
1617 (test_catch_syscall_fail_nodatadir)
1618 (test_catch_syscall_without_args_noxml)
1619 (test_catch_syscall_with_args_noxml)
1620 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1621
16222013-10-08 Tom Tromey <tromey@redhat.com>
1623
1624 * gdb.dwarf2/dwzbuildid.exp: New file.
1625 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1626 parameters.
1627 (Dwarf::_defer_output): Change "section" parameter to
1628 "section_spec"; update.
1629 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1630 procs.
1631
16322013-10-08 Joel Brobecker <brobecker@adacore.com>
1633
1634 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1635
16362013-10-07 Tom Tromey <tromey@redhat.com>
1637
1638 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1639 to 0.
1640
16412013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1642
1643 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1644 $_exitcode is void when opening a corefile.
1645 * gdb.base/exitsignal.exp: New file.
1646 * gdb.base/segv.c: Likewise.
1647 * gdb.base/normal.c: Likewise.
1648
16492013-10-04 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1652
16532013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1654
1655 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1656 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1657
16582013-10-02 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1661 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1662 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1663 (not_saved_pattern): New.
1664 Replace use of the former with the latter.
1665
16662013-10-02 Pedro Alves <palves@redhat.com>
1667
1668 * README (Board Settings): Document "exit_is_reliable".
1669 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1670 running to exit reliably reports program exits.
1671 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1672 info.
1673 * boards/native-stdio-gdbserver.exp: Likewise.
1674
16752013-10-01 Doug Evans <dje@google.com>
1676
1677 * gdb.python/python.exp: Remove redundant print-stack tests.
1678 Make all print-stack test names unique. Fix spelling of print-stack.
1679
16802013-09-29 Yao Qi <yao@codesourcery.com>
1681
1682 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1683 is remote.
1684
16852013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1686
1687 PR shlibs/8882
1688 * gdb.base/corefile.exp: Add a check to assure warning-free
1689 core-file load.
1690
16912013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * gdb.dwarf2/dwp-symlink.c: New file.
1694 * gdb.dwarf2/dwp-symlink.exp: New file.
1695
16962013-09-20 Doug Evans <dje@google.com>
1697
1698 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1699 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1700 file.
1701 * gdb.dwarf2/fission-loclists.S: Ditto.
1702 * gdb.dwarf2/fission-reread.S: Ditto.
1703 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1704 build_executable_from_fission_assembler.
1705 * gdb.dwarf2/fission-loclists.exp: Ditto.
1706 * gdb.dwarf2/fission-reread.exp: Ditto.
1707
1708 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1709 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1710 (gdb_gnu_strip_debug): Ditto.
1711 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1712 * gdb.arch/altivec-abi.exp: Ditto.
1713 * gdb.base/attach-pie-misread.exp: Ditto.
1714 * gdb.base/comprdebug.exp: Ditto.
1715 * gdb.base/dup-sect.exp: Ditto.
1716 * gdb.base/gnu-debugdata.exp: Ditto.
1717 * gdb.base/step-symless.exp: Ditto.
1718 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1719 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1720 * gdb.dwarf2/gdb-index.exp: Ditto.
1721
17222013-09-18 Andrew Burgess <aburgess@broadcom.com>
1723
1724 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1725 register to "<optimized out>", and also print the registers.
1726
17272013-09-18 Pedro Alves <palves@redhat.com>
1728
1729 PR server/15967
1730 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1731 change text.
1732
17332013-09-18 Yao Qi <yao@codesourcery.com>
1734
1735 * gdb.server/wrapper.c: New.
1736 * gdb.server/wrapper.exp: New.
1737
17382013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1739 Jan Kratochvil <jan.kartochvil@redhat.com>
1740 Pedro Alves <palves@redhat.com>
1741
1742 PR gdb/11568
1743 * gdb.thread/thread-specific-bp.c: New file.
1744 * gdb.thread/thread-specific-bp.exp: New file.
1745
17462013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1747
1748 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1749 convenience function.
1750
17512013-09-17 Pedro Alves <palves@redhat.com>
1752
1753 PR gdb/15911
1754 * gdb.threads/info-threads-cur-sal-2.c: New file.
1755 * gdb.threads/info-threads-cur-sal.c: New file.
1756 * gdb.threads/info-threads-cur-sal.exp: New file.
1757
17582013-09-17 Yao Qi <yao@codesourcery.com>
1759
1760 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1761 [__WIN32__]: Include "windows.h" and define macro dlopen
1762 and dlclose.
1763 [!__WIN32__]: Include "dlfcn.h".
1764 * gdb.base/catch-load.exp (one_catch_load_test): Match
1765 directory separator.
1766
17672013-09-16 Doug Evans <dje@google.com>
1768
1769 * lib/gdb.exp (using_fission): New proc.
1770 * gdb.base/info-macros.exp: Skip test if using Fission.
1771
1772 * gdb.base/break-interp.exp: Fix indentation.
1773
17742013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1775
1776 * gdb.base/gdbvars.c (foo_void): New function.
1777 (foo_int): Likewise.
1778 * gdb.base/gdbvars.exp (test_convenience_functions): New
1779 function. Call it.
1780
17812013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1782
1783 * gdb.arch/s390-tdbregs.c: New file.
1784 * gdb.arch/s390-tdbregs.exp: New file.
1785
17862013-09-12 Stan Shebs <stan@codesourcery.com>
1787
1788 * README: New file.
1789
17902013-09-12 Doug Evans <dje@google.com>
1791
1792 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1793 added code to print event.inferior.
1794
17952013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1798 debug part of the binary.
1799
18002013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1801
1802 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1803 (addlink): Add comment.
1804
18052013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1806
1807 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1808 canonical pathname.
1809
18102013-09-04 Doug Evans <dje@google.com>
1811
1812 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1813 event.
1814 (continue_handler, new_objfile_handler): Ditto.
1815 (test_events): Rename command to "test-events".
1816 (test_newobj_events): Rename command to "test-objfile-events".
1817 * gdb.python/py-events.exp: Update.
1818 * gdb.python/py-evsignal.exp: Update.
1819 * gdb.python/py-evthreads.exp: Update.
1820
1821 * gdb.base/enumval.c (ZERO): New enum value.
1822 (main): Use it
1823 * gdb.base/enumval.exp: Test ability to print ZERO.
1824
18252013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1826 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.base/relocate.exp: Check that invalid options are
1829 rejected.
1830
18312013-08-30 Andrew Burgess <aburgess@broadcom.com>
1832
1833 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1834 (my_static_symbol): Add comment.
1835 (main): Reference my_bss_symbol.
1836
18372013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1838
1839 * gdb.python/py-arch.exp: Tests for invalid architecture.
1840
18412013-08-29 Sterling Augustine <saugustine@google.com>
1842
1843 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1844 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1845 said conditional.
1846
18472013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1848
1849 * gdb.python/py-arch.exp: Load gdb-python.exp.
1850
18512013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1852
1853 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1854 itertools for imap attribute. Otherwise use map().
1855 (ElidingIterator): Define wrapper function __next__.
1856 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1857 use exec (open (read ())) instead.
1858 * gdb.python/py-framefilter.exp: Ditto.
1859 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1860 compliance.
1861 * gdb.python/py-frame.exp: Ditto.
1862 * gdb.python/py-type.exp: Ditto.
1863
18642013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1865
1866 PR gdb/15415
1867 * gdb.base/argv0-symlink.c: New file.
1868 * gdb.base/argv0-symlink.exp: New file.
1869
18702013-08-28 Tom Tromey <tromey@redhat.com>
1871
1872 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1873 when saving index.
1874
18752013-08-27 Yao Qi <yao@codesourcery.com>
1876
1877 * gdb.trace/entry-values.exp: Test unavailable entry value is
1878 not shown when option '--skip-unavailable' is specified.
1879 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1880 Add tests for new option '--skip-unavailable'.
1881
18822013-08-27 Yao Qi <yao@codesourcery.com>
1883
1884 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1885 remote_download if it is empty.
1886
18872013-08-26 Doug Evans <dje@google.com>
1888
1889 PR symtab/15885
1890 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1891 (clean): rm -f *.gdb-index *.with-index.
1892 * gdb.dwarf2/gdb-index.exp: New testcase.
1893
1894 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1895 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1896 run_on_host. All callers updated.
1897
18982013-08-24 Yao Qi <yao@codesourcery.com>
1899
1900 * gdb.trace/entry-values.c (end): New
1901 (main): Call end.
1902 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1903 tracepoint and collect data. Test entry value is unavailable.
1904
19052013-08-24 Yao Qi <yao@codesourcery.com>
1906
1907 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1908 * gdb.trace/entry-values.c: New.
1909 * gdb.trace/entry-values.exp: New.
1910
19112013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1912
1913 PR gdb/15501
1914 * gdb.base/ena-dis-br.exp: Add test to verify
1915 enable/disable commands work correctly with
1916 multiple arguments that include multiple locations.
1917
19182013-08-22 Samuel Bronson <naesten@gmail.com>
1919
1920 ARM Linux support for `catch syscall'.
1921 * gdb.base/catch-syscall.exp: Test this on ARM now.
1922 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1923
19242013-08-22 Tom Tromey <tromey@redhat.com>
1925
1926 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1927 default addr_size.
1928 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1929
19302013-08-22 Tom Tromey <tromey@redhat.com>
1931
1932 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1933 standard_temp_file.
1934
19352013-08-22 Tom Tromey <tromey@redhat.com>
1936
1937 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1938 clean_restart.
1939 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1940 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1941 clean_restart.
1942 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1943 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1944 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1945 * gdb.arch/amd64-word.exp: Use standard_testfile,
1946 clean_restart.
1947 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1948 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1949 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1950 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1951 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1952 * gdb.arch/i386-signal.exp: Use standard_testfile.
1953 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1954 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1955 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1956 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1957
19582013-08-22 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.python/py-error.exp: Use gdb_remote_download.
1961 * gdb.python/py-mi.exp: Use gdb_remote_download.
1962 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1963 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1964 (run_lang_tests): Likewise.
1965 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1966 filename.
1967 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1968 compiling. Use gdb_remote_download. Update some tests.
1969 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1970 standard_output_file.
1971 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1972 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1973 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1974 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1975 standard_output_file.
1976
19772013-08-22 Tom Tromey <tromey@redhat.com>
1978
1979 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1980
19812013-08-22 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1984 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1985 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1986 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1987 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1988 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1989 * lib/gdb.exp (gdb_remote_download): New proc.
1990
19912013-08-22 Tom Tromey <tromey@redhat.com>
1992
1993 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1994 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1995 * gdb.dwarf2/fission-base.S: Remove directory from
1996 DW_AT_GNU_dwo_name.
1997 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1998 debug-file-directory.
1999 * gdb.dwarf2/fission-reread.S: Remove directory from
2000 DW_AT_GNU_dwo_name.
2001 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
2002 debug-file-directory.
2003
20042013-08-16 Doug Evans <dje@google.com>
2005
2006 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
2007 prelink complains about an unhandled DWARF version.
2008
20092013-08-14 Cary Coutant <ccoutant@google.com>
2010
2011 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
2012
20132013-08-13 Tom Tromey <tromey@redhat.com>
2014 Yao Qi <yao@codesourcery.com>
2015
2016 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
2017 * lib/gdb.exp: Handle GDB_PARALLEL.
2018 (default_gdb_version): Kill inotify_pid if it exists.
2019 (default_gdb_exit): Emit warning if the inotify log is not
2020 empty.
2021 (standard_output_file): Respect GDB_PARALLEL.
2022 (standard_temp_file): Likewise.
2023 (gdb_init): Start inotifywait if requested.
2024
20252013-08-13 Andrew Burgess <aburgess@broadcom.com>
2026
2027 * gdb.base/printcmds.exp (test_printf): Add test for printf of
2028 pointer with various flags.
2029
20302013-08-13 Tom Tromey <tromey@redhat.com>
2031
2032 * lib/cache.exp: New file.
2033 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
2034 * lib/gdb.exp: Load cache.exp.
2035 (support_complex_tests, is_ilp32_target, is_lp64_target)
2036 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
2037 (gdb_skip_xml_test): Use gdb_caching_proc.
2038 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
2039
20402013-08-13 Tom Tromey <tromey@redhat.com>
2041
2042 * lib/gdb.exp (standard_temp_file): New proc.
2043 (support_complex_tests, is_ilp32_target, is_lp64_target)
2044 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
2045 standard_temp_file.
2046
20472013-08-13 Tom Tromey <tromey@redhat.com>
2048
2049 * lib/gdb.exp (build_id_debug_filename_get): Use
2050 standard_output_file.
2051 * lib/prelink-support.exp (section_get)
2052 (build_executable_own_libs): Use standard_output_file.
2053
20542013-08-12 Tom Tromey <tromey@redhat.com>
2055
2056 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2057
20582013-08-12 Ali Anwar <alianwar@codesourcery.com>
2059
2060 * gdb.base/break.exp: Test break via convenience variable
2061 with file name.
2062
20632013-08-09 Doug Evans <dje@google.com>
2064
2065 * lib/future.exp (gdb_find_ldd): New proc.
2066 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2067 Make "/usr/sbin/" in prelink path optional.
2068
20692013-08-09 Yao Qi <yao@codesourcery.com>
2070
2071 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2072 "only" and "both" to 'print entry-values' before selecting
2073 trace frame.
2074
20752013-08-08 Yao Qi <yao@codesourcery.com>
2076
2077 * gdb.trace/mi-trace-unavailable.exp: Don't set
2078 "print entry-values" to "no".
2079 (test_trace_unavailable): Set various values to
2080 "print entry-values" to test that the output of
2081 '-stack-list-locals' is not affected, and then set
2082 set "print entry-values" to "no".
2083
20842013-08-07 Doug Evans <dje@google.com>
2085
2086 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2087 * gdb.python/py-value-cc.exp: Update.
2088 * gdb.python/py-value.exp: Use different names for .o files for
2089 C and C++. Only perform C++ tests if !skip_cplus_tests.
2090
20912013-08-07 Tom Tromey <tromey@redhat.com>
2092
2093 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2094
20952013-08-07 Tom Tromey <tromey@redhat.com>
2096
2097 * gdb.dwarf2/dwz.exp: New file.
2098
20992013-08-02 Tom Tromey <tromey@redhat.com>
2100
2101 * gdb.base/watchpoint.c (struct foo5): New.
2102 (nullptr): New global.
2103 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2104
21052013-08-01 Doug Evans <dje@google.com>
2106
2107 PR symtab/15691
2108 * gdb.dwarf2/fission-mix.exp: New file.
2109 * gdb.dwarf2/fission-mix.h: New file.
2110 * gdb.dwarf2/fission-mix.c: New file.
2111 * gdb.dwarf2/fission-mix2.c: New file.
2112
2113 PR symtab/15695
2114 * gdb.base/func-ptr.exp: New file.
2115 * gdb.base/func-ptr.c: New file.
2116
21172013-08-01 Yao Qi <yao@codesourcery.com>
2118
2119 * gdb.python/py-sync-interp.c: New.
2120 * gdb.python/py-sync-interp.exp: New.
2121
21222013-07-31 Yao Qi <yao@codesourcery.com>
2123
2124 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2125 'tdump' on stack frame 0 and 1 respectively.
2126
21272013-07-31 Yao Qi <yao@codesourcery.com>
2128
2129 PR gdb/13443
2130 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2131 'traceframe'. Wrap test with with_test_prefix.
2132 (top level): Update.
2133
21342013-07-31 Yao Qi <yao@codesourcery.com>
2135
2136 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2137 'gdb_start'.
2138 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2139 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2140
21412013-07-30 Andrew Burgess <aburgess@broadcom.com>
2142
2143 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2144 when printing an optimized out value. Expect an error when using
2145 an optimized out value in an expression.
2146
21472013-07-30 Andrew Burgess <aburgess@broadcom.com>
2148
2149 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2150 * gdb.dwarf2/pieces-optimized-out.c: New file.
2151 * gdb.dwarf2/pieces-optimized-out.S: New file.
2152
21532013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2154
2155 PR gdb/15715
2156 * gdb.base/setshow.exp: Test that relative paths passed to
2157 'set history filename' are converted to absolute paths.
2158
21592013-07-26 Keith Seitz <keiths@redhat.com>
2160
2161 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2162 of f77.
2163 Allow for compiler variations of integer types.
2164 Use mi_create_varobj.
2165 Use mi_list_varobj_children for the immediate children of `array'.
2166 Add "has_more" attribute for grandchildren test.
2167
21682013-07-26 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2171 files.
2172
21732013-07-25 Andrew Burgess <aburgess@broadcom.com>
2174
2175 * gdb.mi/mi-reg-undefined.exp: New file.
2176 * gdb.mi/mi-reg-undefined.c: Likewise.
2177 * gdb.mi/mi-reg-undefined.S: Likewise.
2178
21792013-07-25 Andrew Burgess <aburgess@broadcom.com>
2180
2181 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2182 z, o, and t output formats.
2183 * gdb.base/display.exp: Use 'k' as an undefined format now that
2184 'z' is defined.
2185
21862013-07-24 Doug Evans <dje@google.com>
2187
2188 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2189 "--" to switch.
2190
21912013-07-24 Yao Qi <yao@codesourcery.com>
2192
2193 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2194 host.
2195 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2196 Likewise. If host is remote, copy ${binfile} to host.
2197
21982013-07-23 Yao Qi <yao@codesourcery.com>
2199
2200 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2201 message.
2202
22032013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2204
2205 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2206 instructions and enable disp-step-syscall for arm targets.
2207
22082013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2209
2210 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2211 assembler errors on arm.
2212 * gdb.dwarf2/mac-fileno.S: Likewise.
2213 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2214 * gdb.dwarf2/pr13961.S: Likewise.
2215
22162013-07-19 Hui Zhu <hui@codesourcery.com>
2217
2218 PR gdb/15692
2219 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2220
22212013-07-19 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2224 (teset_from_exec): Likewise.
2225
22262013-07-19 Yao Qi <yao@codesourcery.com>
2227
2228 * gdb.trace/read-memory.c: New.
2229 * gdb.trace/read-memory.exp: New.
2230
22312013-07-19 Yao Qi <yao@codesourcery.com>
2232
2233 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2234 $dest to link options if host is remote. Move the
2235 generated file to $dest.a on host if host is remote.
2236
22372013-07-18 Will Newton <will.newton@linaro.org>
2238
2239 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2240 to ensure the test is linked against pthreads.
2241 * gdb.threads/tls-var-main.c: Likewise.
2242 * gdb.threads/tls-shared.c: Likewise.
2243
22442013-07-18 Yao Qi <yao@codesourcery.com>
2245
2246 * lib/future.exp (gdb_default_target_compile): Use tail name
2247 of $destfile as the output name of compile. Move the
2248 generated file to $destfile on build.
2249
22502013-07-18 Yao Qi <yao@codesourcery.com>
2251
2252 * lib/gdb.exp (gdb_compile): Set
2253 gdb_saved_set_unbuffered_mode_obj to
2254 set_unbuffered_mode_saved.o if host is remote. Invoke
2255 remote_download to copy $unbuf_obj to host.
2256
22572013-07-17 Doug Evans <dje@google.com>
2258
2259 * gdb.python/py-frame-args.c: New file.
2260 * gdb.python/py-frame-args.py: New file.
2261 * gdb.python/py-frame-args.exp New file.
2262
22632013-07-16 Andrew Burgess <aburgess@broadcom.com>
2264
2265 * gdb.base/printcmds.exp (test_printf): Add tests for format
2266 strings with missing format specifier.
2267
22682013-07-16 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.ada/info_types.exp: Use standard_testfile.
2271
22722013-07-16 Tom Tromey <tromey@redhat.com>
2273
2274 * gdb.mi/mi-basics.exp: Use standard_output_file.
2275 (test_dir_specification, test_cwd_specification)
2276 (test_path_specification): Use testsubdir, not subdir and objdir.
2277
22782013-07-16 Tom Tromey <tromey@redhat.com>
2279
2280 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2281
22822013-07-09 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdb.ada/small_reg_param.exp: Accept optional entry value
2285 for parameter "w".
2286
22872013-07-09 Joel Brobecker <brobecker@adacore.com>
2288
2289 * gdb.ada/small_reg_param.exp: Remove trailing space.
2290
22912013-07-09 Doug Evans <dje@google.com>
2292
2293 * gdb.base/default.exp: Update expected output of "show print array"
2294 and "show print pretty".
2295
22962013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2297
2298 * gdb.threads/wp-replication.exp: Stop counting available hardware
2299 watchpoints after NR_THREADS iterations.
2300
23012013-07-08 Andrew Burgess <aburgess@broadcom.com>
2302
2303 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2304
23052013-07-07 Yao Qi <yao@codesourcery.com>
2306
2307 * boards/native-gdbserver.exp: Move invoke of
2308 process_multilib_options to gdbserver-base.exp.
2309 Move set_board_info 'compiler', 'gdb,noinferiorio',
2310 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2311 gdbserver-base.exp.
2312 Move proc ${board}_download, ${board}_upload and
2313 ${board}_file to gdbserver-base.exp.
2314 * boards/native-extended-gdbserver.exp: Likewise.
2315 * boards/native-stdio-gdbserver.exp: Likewise.
2316 * boards/gdbserver-base.exp: New file.
2317
23182013-07-05 Luis Machado <lgustavo@codesourcery.com>
2319
2320 * gdb.base/dump.exp: Remove arch-specific tests and do a
2321 generic data address check to set is64bitonly correctly.
2322
23232013-07-05 Luis Machado <lgustavo@codesourcery.com>
2324
2325 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2326 the register number instead of expecting only 0.
2327
23282013-07-05 Will Newton <will.newton@linaro.org>
2329
2330 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2331 in asm syntax to allow building on ARM.
2332
23332013-07-05 Yao Qi <yao@codesourcery.com>
2334
2335 * boards/local-remote-host.exp: Remove obsolete comments.
2336 * boards/native-extended-gdbserver.exp: Likewise.
2337 * boards/native-gdbserver.exp: Likewise.
2338 * boards/native-stdio-gdbserver.exp: Likewise.
2339
23402013-07-04 Andrew Burgess <aburgess@broadcom.com>
2341
2342 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2343 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2344 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2345
23462013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 * gdb.base/break-on-linker-gcd-function.exp: Replace
2349 prepare_for_testing by build_executable_from_specs and clean_restart.
2350
23512013-06-27 Tom Tromey <tromey@redhat.com>
2352
2353 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2354 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2355 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2356 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2357 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2358 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2359 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2360 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2361 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2362 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2363 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2364 Use standard_testfile, standard_output_file, prepare_for_testing,
2365 clean_restart.
2366
23672013-06-27 Tom Tromey <tromey@redhat.com>
2368
2369 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2370 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2371 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2372 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2373 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2374 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2375 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2376 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2377 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2378 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2379 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2380 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2381 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2382 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2383 gdb.base/solib-weak.exp, gdb.base/source.exp,
2384 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2385 gdb.base/stap-probe.exp, gdb.base/start.exp,
2386 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2387 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2388 gdb.base/step-test.exp, gdb.base/structs.exp,
2389 gdb.base/structs2.exp, gdb.base/structs3.exp,
2390 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2391 standard_output_file, prepare_for_testing, clean_restart.
2392
23932013-06-27 Tom Tromey <tromey@redhat.com>
2394
2395 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2396 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2397 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2398 gdb.base/pending.exp, gdb.base/permissions.exp,
2399 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2400 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2401 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2402 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2403 gdb.base/ptype.exp, gdb.base/randomize.exp,
2404 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2405 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2406 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2407 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2408 standard_testfile, standard_output_file, prepare_for_testing,
2409 clean_restart.
2410
24112013-06-27 Tom Tromey <tromey@redhat.com>
2412
2413 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2414 gdb.base/huge.exp, gdb.base/included.exp,
2415 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2416 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2417 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2418 gdb.base/info-target.exp, gdb.base/infoline.exp,
2419 gdb.base/interp.exp, gdb.base/interrupt.exp,
2420 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2421 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2422 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2423 gdb.base/logical.exp, gdb.base/long_long.exp,
2424 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2425 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2426 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2427 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2428 standard_testfile, standard_output_file, prepare_for_testing,
2429 clean_restart.
2430
24312013-06-27 Tom Tromey <tromey@redhat.com>
2432
2433 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2434 gdb.base/enumval.exp, gdb.base/environ.exp,
2435 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2436 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2437 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2438 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2439 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2440 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2441 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2442 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2443 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2444 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2445 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2446 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2447 gdb.base/gnu_vector.exp: Use standard_testfile,
2448 standard_output_file, prepare_for_testing, clean_restart.
2449
24502013-06-27 Tom Tromey <tromey@redhat.com>
2451
2452 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2453 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2454 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2455 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2456 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2457 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2458 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2459 gdb.base/commands.exp, gdb.base/completion.exp,
2460 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2461 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2462 gdb.base/constvars.exp, gdb.base/corefile.exp,
2463 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2464 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2465 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2466 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2467 gdb.base/dup-sect.exp: Use standard_testfile,
2468 standard_output_file, prepare_for_testing, clean_restart.
2469
24702013-06-27 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2473 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2474 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2475 gdb.base/async-shell.exp, gdb.base/async.exp,
2476 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2477 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2478 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2479 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2480 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2481 gdb.base/break-on-linker-gcd-function.exp,
2482 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2483 standard_output_file, prepare_for_testing, clean_restart.
2484
24852013-06-26 Yao Qi <yao@codesourcery.com>
2486
2487 * gdb.trace/mi-trace-frame-collected.exp: New.
2488
24892013-06-25 Yao Qi <yao@codesourcery.com>
2490
2491 * boards/native-extended-gdbserver.exp: Set board_info
2492 'gdb,predefined_tsv'.
2493 * boards/native-gdbserver.exp: Likewise.
2494 * boards/native-stdio-gdbserver.exp: Likewise.
2495 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2496 uploaded TSVs if target supports tracing.
2497 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2498 tracing and target has predefined tsv.
2499
25002013-06-25 Yao Qi <yao@codesourcery.com>
2501 Hui Zhu <hui@codesourcery.com>
2502 Pedro Alves <palves@redhat.com>
2503
2504 PR breakpoints/15075
2505 PR breakpoints/15434
2506 * gdb.base/dprintf-next.c: New file.
2507 * gdb.base/dprintf-next.exp: New file.
2508 * gdb.base/dprintf-non-stop.c: New file.
2509 * gdb.base/dprintf-non-stop.exp: New file.
2510 * gdb.base/dprintf.exp: Don't check "continue" in the output
2511 of "info breakpoints".
2512 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2513 Don't check "continue" in script field.
2514
25152013-06-21 Tom Tromey <tromey@redhat.com>
2516
2517 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2518 name in a test name.
2519
25202013-06-20 Yao Qi <yao@codesourcery.com>
2521
2522 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2523 and set an action.
2524 (test_trace_unavailable): Test command -data-list-register-values
2525 in the context of traceframe and with option --skip-unavailable.
2526 * gdb.trace/trace-unavailable.c (foo): New.
2527 (main): Call it.
2528 * gdb.mi/gdb2549.exp: Update matching pattern.
2529
25302013-06-19 Mike Frysinger <vapier@gentoo.org>
2531
2532 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2533 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2534 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2535 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2536 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2537
25382013-06-19 Luis Machado <lgustavo@codesourcery.com>
2539
2540 * gdb.base/subst.exp: Delete default rules before further
2541 tests.
2542
25432013-06-19 Yao Qi <yao@codesourcery.com>
2544
2545 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2546 unsupported if it is not registered.
2547
25482013-06-18 Tom Tromey <tromey@redhat.com>
2549
2550 * gdb.base/random-signal.c: New file.
2551 * gdb.base/random-signal.exp: New file.
2552
25532013-06-18 Will Newton <will.newton@linaro.org>
2554
2555 * gdb.base/skip.c: Use comma to evaluate results of foo()
2556 and bar() before passing to baz().
2557 * gdb.base/skip.c: baz() now takes one argument instead of
2558 two.
2559
25602013-06-18 Tom Tromey <tromey@redhat.com>
2561
2562 * gdb.dwarf2/implptrpiece.exp: New file.
2563 * gdb.dwarf2/implptrconst.exp (d): New variable.
2564 Print d.
2565 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2566
25672013-06-18 Tom Tromey <tromey@redhat.com>
2568
2569 * lib/selftest-support.exp (do_self_tests): Reject remote or
2570 non-native targets.
2571 * gdb.gdb/complaints.exp: Remove check.
2572 * gdb.gdb/observer.exp: Remove check.
2573 * gdb.gdb/xfullpath.exp: Remove check.
2574 * gdb.gdb/complaints.exp: Remove check.
2575
25762013-06-07 Pedro Alves <palves@redhat.com>
2577
2578 * boards/native-extended-gdbserver.exp: Remove semicolon.
2579 * config/arm-ice.exp: Likewise.
2580 * config/bfin.exp: Likewise.
2581 * config/cygmon.exp: Likewise.
2582 * config/h8300.exp: Likewise.
2583 * config/monitor.exp: Likewise.
2584 * config/sid.exp: Likewise.
2585 * config/sim.exp: Likewise.
2586 * config/slite.exp: Likewise.
2587 * config/vx.exp: Likewise.
2588 * gdb.arch/i386-bp_permanent.exp: Likewise.
2589 * gdb.asm/asm-source.exp: Likewise.
2590 * gdb.base/args.exp: Likewise.
2591 * gdb.base/attach-pie-misread.exp: Likewise.
2592 * gdb.base/auxv.exp: Likewise.
2593 * gdb.base/bigcore.exp: Likewise.
2594 * gdb.base/bitfields2.exp: Likewise.
2595 * gdb.base/bitfields.exp: Likewise.
2596 * gdb.base/break.exp: Likewise.
2597 * gdb.base/break-interp.exp: Likewise.
2598 * gdb.base/callfuncs.exp: Likewise.
2599 * gdb.base/call-sc.exp: Likewise.
2600 * gdb.base/commands.exp: Likewise.
2601 * gdb.base/corefile.exp: Likewise.
2602 * gdb.base/dbx.exp: Likewise.
2603 * gdb.base/ending-run.exp: Likewise.
2604 * gdb.base/exprs.exp: Likewise.
2605 * gdb.base/funcargs.exp: Likewise.
2606 * gdb.base/hbreak2.exp: Likewise.
2607 * gdb.base/huge.exp: Likewise.
2608 * gdb.base/list.exp: Likewise.
2609 * gdb.base/memattr.exp: Likewise.
2610 * gdb.base/overlays.exp: Likewise.
2611 * gdb.base/printcmds.exp: Likewise.
2612 * gdb.base/recurse.exp: Likewise.
2613 * gdb.base/remotetimeout.exp: Likewise.
2614 * gdb.base/reread.exp: Likewise.
2615 * gdb.base/savedregs.exp: Likewise.
2616 * gdb.base/scope.exp: Likewise.
2617 * gdb.base/sepdebug.exp: Likewise.
2618 * gdb.base/setshow.exp: Likewise.
2619 * gdb.base/setvar.exp: Likewise.
2620 * gdb.base/sigaltstack.exp: Likewise.
2621 * gdb.base/siginfo-addr.exp: Likewise.
2622 * gdb.base/siginfo.exp: Likewise.
2623 * gdb.base/siginfo-obj.exp: Likewise.
2624 * gdb.base/sigrepeat.exp: Likewise.
2625 * gdb.base/sigstep.exp: Likewise.
2626 * gdb.base/structs.exp: Likewise.
2627 * gdb.base/testenv.exp: Likewise.
2628 * gdb.base/twice.exp: Likewise.
2629 * gdb.base/valgrind-db-attach.exp: Likewise.
2630 * gdb.base/valgrind-infcall.exp: Likewise.
2631 * gdb.base/varargs.exp: Likewise.
2632 * gdb.base/watchpoint.exp: Likewise.
2633 * gdb.cp/gdb1355.exp: Likewise.
2634 * gdb.cp/misc.exp: Likewise.
2635 * gdb.disasm/hppa.exp: Likewise.
2636 * gdb.disasm/t01_mov.exp: Likewise.
2637 * gdb.disasm/t02_mova.exp: Likewise.
2638 * gdb.disasm/t03_add.exp: Likewise.
2639 * gdb.disasm/t04_sub.exp: Likewise.
2640 * gdb.disasm/t05_cmp.exp: Likewise.
2641 * gdb.disasm/t06_ari2.exp: Likewise.
2642 * gdb.disasm/t07_ari3.exp: Likewise.
2643 * gdb.disasm/t08_or.exp: Likewise.
2644 * gdb.disasm/t09_xor.exp: Likewise.
2645 * gdb.disasm/t10_and.exp: Likewise.
2646 * gdb.disasm/t11_logs.exp: Likewise.
2647 * gdb.disasm/t12_bit.exp: Likewise.
2648 * gdb.disasm/t13_otr.exp: Likewise.
2649 * gdb.gdb/selftest.exp: Likewise.
2650 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2651 * gdb.mi/mi-reverse.exp: Likewise.
2652 * gdb.pascal/floats.exp: Likewise.
2653 * gdb.python/py-inferior.exp: Likewise.
2654 * gdb.threads/attach-into-signal.exp: Likewise.
2655 * gdb.threads/pthreads.exp: Likewise.
2656 * gdb.threads/thread_events.exp: Likewise.
2657 * gdb.threads/watchthreads.exp: Likewise.
2658 * gdb.trace/actions-changed.exp: Likewise.
2659 * gdb.trace/actions.exp: Likewise.
2660 * gdb.trace/ax.exp: Likewise.
2661 * gdb.trace/backtrace.exp: Likewise.
2662 * gdb.trace/change-loc.exp: Likewise.
2663 * gdb.trace/deltrace.exp: Likewise.
2664 * gdb.trace/disconnected-tracing.exp: Likewise.
2665 * gdb.trace/ftrace.exp: Likewise.
2666 * gdb.trace/infotrace.exp: Likewise.
2667 * gdb.trace/passc-dyn.exp: Likewise.
2668 * gdb.trace/passcount.exp: Likewise.
2669 * gdb.trace/pending.exp: Likewise.
2670 * gdb.trace/qtro.exp: Likewise.
2671 * gdb.trace/range-stepping.exp: Likewise.
2672 * gdb.trace/report.exp: Likewise.
2673 * gdb.trace/save-trace.exp: Likewise.
2674 * gdb.trace/status-stop.exp: Likewise.
2675 * gdb.trace/strace.exp: Likewise.
2676 * gdb.trace/tfile.exp: Likewise.
2677 * gdb.trace/tfind.exp: Likewise.
2678 * gdb.trace/trace-break.exp: Likewise.
2679 * gdb.trace/tracecmd.exp: Likewise.
2680 * gdb.trace/trace-mt.exp: Likewise.
2681 * gdb.trace/tspeed.exp: Likewise.
2682 * gdb.trace/tsv.exp: Likewise.
2683 * gdb.trace/while-stepping.exp: Likewise.
2684 * lib/gdb.exp: Likewise.
2685 * lib/gdbserver-support.exp: Likewise.
2686 * lib/java.exp: Likewise.
2687 * lib/mi-support.exp: Likewise.
2688 * lib/pascal.exp: Likewise.
2689 * lib/prompt.exp: Likewise.
2690 * lib/trace-support.exp: Likewise.
2691
26922013-06-07 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.ada/info_types.c: Fix formating in copyright header.
2695 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2696 * gdb.base/float.c: Likewise.
2697 * gdb.base/inferior-died.c: Likewise.
2698 * gdb.base/interp.c: Likewise.
2699 * gdb.base/jit-main.c: Likewise.
2700 * gdb.base/jit-solib.c: Likewise.
2701 * gdb.base/long_long.c: Likewise.
2702 * gdb.base/longjmp.c: Likewise.
2703 * gdb.base/nextoverexit.c: Likewise.
2704 * gdb.base/pr11022.c: Likewise.
2705 * gdb.base/prelink-lib.c: Likewise.
2706 * gdb.base/prelink.c: Likewise.
2707 * gdb.base/prologue.c: Likewise.
2708 * gdb.base/restore.c: Likewise.
2709 * gdb.base/sigchld.c: Likewise.
2710 * gdb.base/solib-search-lib1.c: Likewise.
2711 * gdb.base/solib-search-lib2.c: Likewise.
2712 * gdb.base/solib-search.c: Likewise.
2713 * gdb.base/solib-search.h: Likewise.
2714 * gdb.base/whatis.c: Likewise.
2715 * gdb.cp/abstract-origin.cc: Likewise.
2716 * gdb.cp/anon-struct.cc: Likewise.
2717 * gdb.cp/baseenum.cc: Likewise.
2718 * gdb.cp/bs15503.cc: Likewise.
2719 * gdb.cp/call-c-1.c: Likewise.
2720 * gdb.cp/call-c.cc: Likewise.
2721 * gdb.cp/class2.cc: Likewise.
2722 * gdb.cp/classes.cc: Likewise.
2723 * gdb.cp/cttiadd.cc: Likewise.
2724 * gdb.cp/cttiadd1.cc: Likewise.
2725 * gdb.cp/cttiadd2.cc: Likewise.
2726 * gdb.cp/cttiadd3.cc: Likewise.
2727 * gdb.cp/derivation.cc: Likewise.
2728 * gdb.cp/derivation2.cc: Likewise.
2729 * gdb.cp/dispcxx.cc: Likewise.
2730 * gdb.cp/exception.cc: Likewise.
2731 * gdb.cp/gdb2384-base.cc: Likewise.
2732 * gdb.cp/gdb2384-base.h: Likewise.
2733 * gdb.cp/gdb2384.cc: Likewise.
2734 * gdb.cp/gdb2495.cc: Likewise.
2735 * gdb.cp/mb-inline.h: Likewise.
2736 * gdb.cp/mb-inline1.cc: Likewise.
2737 * gdb.cp/mb-inline2.cc: Likewise.
2738 * gdb.cp/member-name.cc: Likewise.
2739 * gdb.cp/member-ptr.cc: Likewise.
2740 * gdb.cp/misc.cc: Likewise.
2741 * gdb.cp/namespace1.cc: Likewise.
2742 * gdb.cp/nextoverthrow.cc: Likewise.
2743 * gdb.cp/pr-574.cc: Likewise.
2744 * gdb.cp/pr9631.cc: Likewise.
2745 * gdb.cp/printmethod.cc: Likewise.
2746 * gdb.cp/psmang1.cc: Likewise.
2747 * gdb.cp/psmang2.cc: Likewise.
2748 * gdb.cp/psymtab-parameter.cc: Likewise.
2749 * gdb.cp/ptype-flags.cc: Likewise.
2750 * gdb.cp/ref-params.cc: Likewise.
2751 * gdb.cp/ref-types.cc: Likewise.
2752 * gdb.cp/smartp.cc: Likewise.
2753 * gdb.cp/try_catch.cc: Likewise.
2754 * gdb.cp/userdef.cc: Likewise.
2755 * gdb.cp/using-crash.cc: Likewise.
2756 * gdb.cp/virtfunc.cc: Likewise.
2757 * gdb.cp/virtfunc2.cc: Likewise.
2758 * gdb.dwarf2/callframecfa.S: Likewise.
2759 * gdb.dwarf2/dw2-ranges.c: Likewise.
2760 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2761 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2762 * gdb.dwarf2/dw2-restore.S: Likewise.
2763 * gdb.dwarf2/pieces.S: Likewise.
2764 * gdb.dwarf2/valop.S: Likewise.
2765 * gdb.java/jnpe.java: Likewise.
2766 * gdb.mi/mi-stepn.c: Likewise.
2767 * gdb.mi/mi-var-cp.cc: Likewise.
2768 * gdb.mi/mi-var-rtti.cc: Likewise.
2769 * gdb.mi/ns-stale-regcache.c: Likewise.
2770 * gdb.mi/pr11022.c: Likewise.
2771 * gdb.mi/solib-lib.c: Likewise.
2772 * gdb.mi/solib-main.c: Likewise.
2773 * gdb.python/py-arch.c: Likewise.
2774 * gdb.python/py-block.c: Likewise.
2775 * gdb.python/py-breakpoint.c: Likewise.
2776 * gdb.python/py-events.c: Likewise.
2777 * gdb.python/py-evthreads.c: Likewise.
2778 * gdb.python/py-explore.c: Likewise.
2779 * gdb.python/py-explore.cc: Likewise.
2780 * gdb.python/py-finish-breakpoint.c: Likewise.
2781 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2782 * gdb.python/py-symbol.c: Likewise.
2783 * gdb.threads/execl.c: Likewise.
2784 * gdb.threads/execl1.c: Likewise.
2785
27862013-06-07 Will Newton <will.newton@linaro.org>
2787
2788 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2789
27902013-06-07 Will Newton <will.newton@linaro.org>
2791
2792 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2793 and "starting".
2794
27952013-06-07 Will Newton <will.newton@linaro.org>
2796
2797 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2798 destructor prototypes for ARM ABI.
2799 * gdb.cp/m-static.exp: Likewise.
2800
28012013-06-07 Yao Qi <yao@codesourcery.com>
2802
2803 * gdb.trace/mi-trace-unavailable.exp: New.
2804 * gdb.trace/trace-unavailable.c: New.
2805
28062013-06-06 Doug Evans <dje@google.com>
2807
2808 * gdb.cp/derivation.exp: Make tests have unique names.
2809
28102013-06-06 Tom Tromey <tromey@redhat.com>
2811
2812 * gdb.base/dump.exp (capture_value): Don't put expression into
2813 test name if arguments passed in.
2814 Rename a couple more tests to make them unique.
2815
28162013-06-06 Tom Tromey <tromey@redhat.com>
2817
2818 * gdb.base/break-always.exp: Explicitly specify test name.
2819
28202013-06-05 Doug Evans <dje@google.com>
2821 Keith Seitz <keiths@redhat.com>
2822
2823 * gdb.cp/derivation2.cc: New file.
2824 * gdb.cp/derivation.cc (main): Call foo2.
2825 * gdb.cp/derivation.exp: Add tests for typedefs in another
2826 file, and when there's an active block.
2827
28282013-06-05 Luis Machado <lgustavo@codesourcery.com>
2829
2830 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2831 from targets that use function descriptors in the virtual tables.
2832 Handle presence of dot symbols.
2833
28342013-06-04 Gary Benson <gbenson@redhat.com>
2835
2836 * gdb.base/break-probes.exp: New file.
2837 * gdb.base/break-probes.c: Likewise.
2838 * gdb.base/break-probes-solib.c: Likewise.
2839 * gdb.base/info-shared.exp: New file.
2840 * gdb.base/info-shared.c: Likewise.
2841 * gdb.base/info-shared-solib1.c: Likewise.
2842 * gdb.base/info-shared-solib2.c: Likewise.
2843
28442013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2845 Gary Benson <gbenson@redhat.com>
2846
2847 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2848 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2849 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2850 to be set to "no" to indicate that no ld.so copy should be made.
2851 * gdb.base/break-interp.exp (solib_bp): New constant.
2852 (reach_1): Use the above instead of "_dl_debug_state".
2853 (test_attach): Likewise.
2854 (test_ld): Likewise.
2855 * gdb.threads/dlopen-libpthread.exp: New file.
2856 * gdb.threads/dlopen-libpthread.c: Likewise.
2857 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2858 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2859
28602013-05-30 Yao Qi <yao@codesourcery.com>
2861
2862 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2863 Add a test that no MI notification is emitted when executing
2864 -exec-arguments.
2865
28662013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 PR testsuite/12649
2869 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2870 $mi_gdb_prompt expectation by mi_expect_stop.
2871 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2872 (mi info dprintf second time): Replace them by mi_send_resuming_command
2873 and mi_expect_stop.
2874
28752013-05-24 Gary Benson <gbenson@redhat.com>
2876
2877 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2878 backslash.
2879 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2880 backslashes.
2881 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2882 backslash.
2883
28842013-05-24 Yao Qi <yao@codesourcery.com>
2885
2886 * gdb.trace/tfile.exp: Test inferior and thread.
2887
28882013-05-24 Yao Qi <yao@codesourcery.com>
2889 Pedro Alves <palves@redhat.com>
2890
2891 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2892 test fails.
2893 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2894 Return 0 if the test passes, otherwise return 1.
2895
28962013-05-23 Doug Evans <dje@google.com>
2897
2898 * boards/fission-dwp.exp: New file.
2899
29002013-05-23 Yao Qi <yao@codesourcery.com>
2901 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.base/range-stepping.c: New file.
2904 * gdb.base/range-stepping.exp: New file.
2905 * gdb.trace/range-stepping.c: New file.
2906 * gdb.trace/range-stepping.exp: New file.
2907 * lib/range-stepping-support.exp: New file.
2908
29092013-05-22 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.cp/class2.cc (main): New local 'aref'.
2912 * gdb.cp/class2.exp: Check printing of 'aref'.
2913
29142013-05-22 Doug Evans <dje@google.com>
2915
2916 * gdb.threads/wp-replication.c (main): Insert some code at the start
2917 to ensure the breakpoint on main is only hit once. Fix comment.
2918
29192013-05-21 Keith Seitz <keiths@redhat.com>
2920 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2923 gdb_expect.
2924 Add test to flush the remaining input buffer so that this
2925 file passes testsuite/12649.
2926
29272013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2928
2929 * gdb.base/catch-signal-fork.exp: New file.
2930 * gdb.base/catch-signal-fork.c: New file.
2931
29322013-05-21 Sterling Augustine <saugustine@google.com>
2933
2934 * boards/remote-stdio-gdbserver.exp: New file.
2935
29362013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2937
2938 PR testsuite/12649
2939 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2940 racy matches.
2941
29422013-05-21 Christian Groessler <chris@groessler.org>
2943
2944 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2945 since it's not supported in all shells.
2946
29472013-05-21 Hui Zhu <hui@codesourcery.com>
2948
2949 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2950 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2951
29522013-05-20 Doug Evans <dje@google.com>
2953
2954 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2955 (_handle_DW_TAG): Use it.
2956 (cu, tu): Replace parameters is_64, version, addr_size with options.
2957 All callers updated. Add Fission support.
2958 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2959 * gdb.dwarf2/method-ptr.exp: Ditto.
2960 * gdb.dwarf2/nostaticblock.exp: Ditto.
2961 * gdb.dwarf2/subrange.exp: Ditto.
2962 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2963
29642013-05-20 Tom Tromey <tromey@redhat.com>
2965
2966 * gdb.gdb/python-selftest.exp: New file.
2967
29682013-05-20 Doug Evans <dje@google.com>
2969
2970 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2971 -fdebug-types-section.
2972
29732013-05-20 Joel Brobecker <brobecker@adacore.com>
2974
2975 * gdb.ada/float_param: New testcase.
2976
29772013-05-17 Doug Evans <dje@google.com>
2978
2979 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2980 Add tests for "maint check-symtabs", "maint expand-symtabs".
2981
2982 * gdb.base/maint.exp: Remove testing of individual maint command
2983 help output.
2984
29852013-05-16 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2988 comment. Use gdb_test_no_output.
2989
29902013-05-16 Joel Brobecker <brobecker@adacore.com>
2991
2992 * gdb.ada/complete.exp: Add test verifying completion using
2993 the "tab" key.
2994
29952013-05-15 Keith Seitz <keiths@redhat.com>
2996
2997 * gdb.base/filesym.exp: New completer test.
2998 * gdb.base/filesym.c: New file.
2999
30002013-05-15 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/fixsection.c: Remove attribution.
3003 * gdb.base/watch-read.exp: Ditto.
3004
30052013-05-13 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
3008 size and change type sizes to 4 bytes.
3009
30102013-05-13 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.base/exprs.exp (test_expr): Add regression test.
3013 * gdb.base/exprs.c (null_t_struct): New global.
3014
30152013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
3016
3017 * gdb.base/default.exp: Disable history saving.
3018 * gdb.base/setshow.exp: Likewise.
3019
30202013-05-10 Pedro Alves <palves@redhat.com>
3021
3022 PR remote/15455
3023
3024 * gdb.trace/qtro.c: New file.
3025 * gdb.trace/qtro.exp: New file.
3026
30272013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3028
3029 * gdb.python/py-framefilter.py: New File.
3030 * gdb.python/py-framefilter-mi.exp: Ditto.
3031 * gdb.python/py-framefilter.c: Ditto.
3032 * gdb.python/py-framefilter-mi.exp: Ditto.
3033 * gdb.python/py-framefilter-mi.c: Ditto,
3034 * gdb.python/py-framefilter-gdb.py.in: Ditto.
3035
30362013-05-08 Tom Tromey <tromey@redhat.com>
3037
3038 * gdb.base/solib-search.exp: Set test name for "set
3039 solib-search-path" test.
3040
30412013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
3042
3043 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
3044 (set_a_tracepoint): Set tracepoint before prologue.
3045 (run_trace_experiment): Test setup_tracepoints and 'break end'
3046 in it.
3047 (trace_buffer_normal): Remove.
3048 (gdb_trace_circular_tests): Remove. Move tests to...
3049 (top level): ...here. Call 'runto_main' before checking for
3050 trace support. Use commands to check the support for circular
3051 trace buffer and changing of trace buffer size. Add test
3052 to calculate size of single frame. Use this size to
3053 calculate the size of trace buffer. Use 'tfind pc func9'
3054 instead of 'tfind 9'. Use 'with_test_prefix'.
3055
30562013-05-07 Tom Tromey <tromey@redhat.com>
3057
3058 * lib/selftest-support.exp: New file.
3059 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3060 do_self_tests.
3061 (setup_test, find_gdb): Remove.
3062 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3063 do_self_tests.
3064 (setup_test, find_gdb): Remove.
3065 (test_observer): Don't call setup_test. Remove argument.
3066 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3067 (find_gdb): Remove.
3068 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3069 do_self_tests.
3070 (setup_test, find_gdb): Remove.
3071 (test_with_self): Don't call setup_test. Remove argument.
3072
30732013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3074
3075 * gdb.arch/system-gcore.exp: Remove.
3076 * gdb.arch/gcore.c: Remove.
3077 * gdb.base/gcore.exp: Add "info reg system".
3078
30792013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3080
3081 PR breakpoints/15413:
3082 * gdb.base/pending.exp: Add test for completion of the "condition"
3083 command for pending breakpoints.
3084 * gdb.linespec/linespec.ex: Add test for completion of the
3085 "condition" command when dealing with multiple locations.
3086
30872013-05-07 Luis Machado <lgustavo@codesourcery.com>
3088
3089 * gdb.threads/wp-replication.c: New file.
3090 * gdb.threads/wp-replication.exp: New file.
3091
30922013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3093
3094 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3095
30962013-05-06 Doug Evans <dje@google.com>
3097
3098 * gdb.base/solib-search-lib1.c: New file.
3099 * gdb.base/solib-search-lib2.c: New file.
3100 * gdb.base/solib-search.c: New file.
3101 * gdb.base/solib-search.h: New file.
3102 * gdb.base/solib-search.exp: New file.
3103
3104 * lib/gdb.exp (gdb_core_cmd): New function.
3105 * gdb.arch/system-gcore.exp: Use it.
3106 * gdb.arch/vsx-regs.exp: Ditto.
3107 * gdb.base/gcore.exp: Ditto.
3108 * gdb.threads/gcore-thread.exp: Ditto.
3109
3110 * gdb.reverse/shr.h: New file.
3111 * gdb.reverse/shr1.c: New file.
3112 * gdb.reverse/shr2.c: #include "shr.h".
3113 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3114 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3115 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3116 Update tests using sleep/printf to use shr2.sl instead.
3117 * gdb.reverse/solib-reverse.exp: Ditto.
3118
31192013-05-06 Tom Tromey <tromey@redhat.com>
3120
3121 * gdb.dwarf2/implptrconst.c: New file.
3122 * gdb.dwarf2/implptrconst.exp: New file.
3123 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3124 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3125 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3126
31272013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3128
3129 * gdb.base/catch-sig.c (main): Raise SIGINT.
3130 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3131
31322013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3133
3134 * status-stop.exp (test_tstart_tstart): Check for error
3135 returned by the second 'tstart' command.
3136
31372013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3138
3139 * gdb.xml/maint_print_struct.exp: New file.
3140 * gdb.xml/maint_print_struct.xml: New file.
3141
31422013-04-25 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.dwarf2/nostaticblock.exp: New file.
3145
31462013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3147
3148 PR gdb/10462
3149 * gdb.base/setshow.exp: Add test case.
3150
31512013-04-23 Hui Zhu <hui@codesourcery.com>
3152
3153 PR gdb/15293
3154 * gdb.base/dprintf.exp: Add ignore command.
3155
31562013-04-23 Hui Zhu <hui@codesourcery.com>
3157
3158 PR gdb/15165
3159 * gdb.base/save-bp.exp: Add test for dprintf.
3160
31612013-04-22 Tom Tromey <tromey@redhat.com>
3162
3163 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3164 notice_open_fds.
3165
31662013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3167
3168 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3169 ldflags.
3170
31712013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3172
3173 * gdb.arch/arm-bl-branch-dest.c: New file.
3174 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3175
31762013-04-19 Vladimir Kargov <kargov@gmail.com>
3177 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.arch/i386-float.S: New file.
3180 * gdb.arch/i386-float.exp: New file.
3181
31822013-04-18 Luis Machado <lgustavo@codesourcery.com>
3183
3184 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3185 type void *.
3186
31872013-04-17 Doug Evans <dje@google.com>
3188
3189 * lib/dwarf.exp (Dwarf): New proc "tu".
3190 * gdb.dwarf2/missing-sig-type.exp: New file.
3191
31922013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3193
3194 Add option to link testcases with Pthreads library when
3195 using 'prepare_for_testing' in tests.
3196
3197 * lib/gdb.exp (build_executable_from_specs): Use
3198 gdb_compile_pthreads to compile if option "pthreads" is
3199 specified.
3200
32012013-04-15 Tom Tromey <tromey@redhat.com>
3202
3203 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3204
32052013-04-15 Tom Tromey <tromey@redhat.com>
3206
3207 * gdb.base/default.exp: Update for $_exception.
3208 * gdb.cp/exceptprint.cc: New file.
3209 * gdb.cp/exceptprint.exp: New file.
3210 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3211
32122013-04-15 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.cp/typeid.cc: New file.
3215 * gdb.cp/typeid.exp: New file.
3216
32172013-04-15 Tom Tromey <tromey@redhat.com>
3218
3219 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3220
32212013-04-13 Yao Qi <yao@codesourcery.com>
3222
3223 * gdb.base/completion.exp: Test completion of command
3224 'target ctf' if target ctf is supported.
3225
32262013-04-10 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/completion.exp: Test "set height", "set listsize" and
3229 "set trace-buffer-size" completion.
3230 * gdb.base/setshow.exp: Test "set height unlimited".
3231 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3232 unlimited".
3233
32342013-04-10 Yao Qi <yao@codesourcery.com>
3235
3236 * gdb.trace/actions.exp: Save trace data to CTF.
3237 Change to ctf target if GDB supports, read CTF data in ctf
3238 target, and check the actions of tracepoints.
3239 * gdb.trace/while-stepping.exp: Likewise.
3240 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3241 format and read CTF trace file if GDB supports.
3242 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3243 target is supported, change to ctf target, read trace data and
3244 check output of command "tstatus".
3245 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3246 read CTF data by target ctf and call check_tsv.
3247
32482013-04-10 Yao Qi <yao@codesourcery.com>
3249
3250 * gdb.trace/actions.exp (check_tracepoint): New.
3251 (top level): Start the tracing and check the actions of
3252 tracepoints. Save trace data to tfile format. Restart GDB
3253 and read trace file in tfile target. Check the actions of
3254 tracepoints again.
3255 * gdb.trace/while-stepping.exp: Likewise.
3256
32572013-04-10 Yao Qi <yao@codesourcery.com>
3258
3259 * gdb.trace/report.exp: Use standard_output_file for saved
3260 trace file.
3261
32622013-04-10 Hui Zhu <hui@codesourcery.com>
3263
3264 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3265 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3266 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3267
32682013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3271 response.
3272
32732013-04-08 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3276 the location.
3277
32782013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3279
3280 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3281 for breakpoint location.
3282
32832013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3284
3285 * gdb.linespec/linespec.exp: Make dir/file:line tests
3286 conditional for non-remote hosts only.
3287
32882013-04-04 Stan Shebs <stan@codesourcery.com>
3289 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3292 * gdb.trace/actions-changed.c: New file.
3293 * gdb.trace/actions-changed.exp: New file.
3294 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3295 (gdb_trace_setactions_command): ... this. Add "actions_command"
3296 parameter, and handle it.
3297 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3298
32992013-04-04 Yao Qi <yao@codesourcery.com>
3300
3301 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3302 'step'.
3303
33042013-04-03 Yao Qi <yao@codesourcery.com>
3305
3306 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3307 "tfile-basic.tf".
3308 (test_tfind_tfile): Likewise.
3309
33102013-04-03 Yao Qi <yao@codesourcery.com>
3311
3312 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3313 "tfile-basic.tf" instead of "basic.tf".
3314 (write_error_trace_file): Pass argument "tfile-error.tf"
3315 instead of "error.tf".
3316 * gdb.trace/tfile.exp: Update tfile names to
3317 "tfile-basic.tf" and "tfile-error.tf".
3318
33192013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3320
3321 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3322 empty directory in file for breakpoint hit.
3323
33242013-03-29 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.base/completion.exp: Test completion of commands
3327 "target core", "target tfile" and "target exec".
3328 * gdb.trace/tfile.exp: Test completion of command
3329 "target tfile".
3330
33312013-03-28 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.ada/win_fu_syms: New testcase.
3334
33352013-03-28 Doug Evans <dje@google.com>
3336
3337 * gdb.base/maint.exp (maint print statistics): Update expected output.
3338
33392013-03-28 Pedro Alves <palves@redhat.com>
3340
3341 PR gdb/15294
3342
3343 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3344 mean unlimited instead of $arg < 0.
3345 (test_listsize): Remove "listsize of 0 suppresses output" test.
3346 Test that "set listsize 0" ends up with an unlimited listsize.
3347
33482013-03-28 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/list.exp (last_line): New global.
3351 (last_line_re): New global.
3352 (test_listsize, test_list_function, test_list_forward)
3353 (test_repeat_list_command, test_list_range)
3354 (test_list_filename_and_function): Use them.
3355 * gdb.base/list0.c: Comment the last line of the file with "last
3356 line".
3357
33582013-03-28 Pedro Alves <palves@redhat.com>
3359
3360 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3361 list the whole file.
3362
33632013-03-28 Pedro Alves <palves@redhat.com>
3364
3365 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3366 "set listsize".
3367
33682013-03-26 Keith Seitz <keiths@redhat.com>
3369
3370 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3371 from passing.
3372
33732013-03-26 Pedro Alves <palves@redhat.com>
3374
3375 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3376 until after GDB has run.
3377
33782013-03-26 Yao Qi <yao@codesourcery.com>
3379
3380 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3381 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3382
33832013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3384
3385 * gdb.btrace/enable.exp: Add regression test.
3386
33872013-03-25 Tom Tromey <tromey@redhat.com>
3388
3389 * gdb.cp/m-static.exp: Add destructor-printing tests.
3390
33912013-03-25 Tom Tromey <tromey@redhat.com>
3392
3393 * gdb.cp/m-static.exp: Add constructor ptype tests.
3394 * gdb.cp/m-static.cc (single_constructor): New class.
3395 (main): Make instance of single_constructor.
3396
33972013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3398 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.server/server-kill.c: New file.
3401 * gdb.server/server-kill.exp: New file.
3402
34032013-03-21 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3406 Expect $gdb_prompt in gdb_test_multiple.
3407
34082013-03-21 Doug Evans <dje@google.com>
3409
3410 * gdb.base/maint.exp: Update tests for per-command stats.
3411
34122013-03-21 Tom Tromey <tromey@redhat.com>
3413
3414 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3415 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3416
34172013-03-20 Pedro Alves <palves@redhat.com>
3418
3419 PR gdb/15289
3420
3421 * gdb.base/remote.exp: Test
3422 "set remote hardware-watchpoint-limit -1",
3423 "set remote hardware-breakpoint-limit -1",
3424 "set remote hardware-watchpoint-limit 2147483647" and
3425 "set remote hardware-breakpoint-limit 2147483647".
3426
34272013-03-20 Pedro Alves <palves@redhat.com>
3428 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.trace/tfile.c: Add comments.
3431 (nonconstglob): New global.
3432 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3433 global that is not covered by the trace frame. Test
3434 disassembling.
3435
34362013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3437
3438 * gdb.base/valgrind-infcall.exp
3439 (continue #$continue_count) <remote connection closed>
3440 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3441 $valgrind_pid.
3442
34432013-03-15 Tom Tromey <tromey@redhat.com>
3444
3445 * gdb.cp/overload.cc (intintfunc): New.
3446 * gdb.cp/overload.exp: Add regression test.
3447
34482013-03-15 Yao Qi <yao@codesourcery.com>
3449
3450 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3451 using with_test_prefix.
3452 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3453 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3454 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3455 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3456 * gdb.base/break-interp.exp (test_core): Likewise.
3457 (test_attach_gdb): Likewise.
3458 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3459 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3460 Likewise.
3461 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3462 * gdb.base/jit.exp (one_jit_test): Likewise.
3463 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3464 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3465 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3466 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3467 Likewise.
3468 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3469 Likewise.
3470 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3471 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3472 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3473 (tracepoint_change_loc_2): Likewise.
3474 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3475 Likewise.
3476 (disconnected_tfind): Likewise.
3477 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3478 Likewise.
3479 (test_tfind_remote): Likewise.
3480 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3481 Likewise.
3482 (test_pending_resolved): Likewise.
3483 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3484 Likewise.
3485 (test_upload_tsv): Likewise.
3486 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3487 Likewise.
3488 (pending_tracepoint_works): Likewise.
3489 * gdb.trace/report.exp (use_collected_data): Likewise.
3490 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3491 Likewise.
3492 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3493 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3494 (strace_trace_on_same_addr): Likewise.
3495 (strace_trace_on_diff_addr): Likewise.
3496 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3497 (gdb_collect_locals_test): Likewise.
3498 (gdb_unavailable_registers_test): Likewise.
3499 (gdb_collect_globals_test): Likewise.
3500
35012013-03-15 Yao Qi <yao@codesourcery.com>
3502
3503 * gdb.base/condbreak.exp: Add semicolon back which was removed
3504 by my previous commit.
3505
35062013-03-14 Yao Qi <yao@codesourcery.com>
3507
3508 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3509 'return'.
3510 (gdb_target_monitor, gdb_load): Likewise.
3511 * config/sid.exp (gdb_load): Likewise.
3512 * config/slite.exp (gdb_load): Likewise.
3513 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3514 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3515 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3516 (single_step_until): Likewise.
3517 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3518 * gdb.arch/system-gcore.exp: Likewise.
3519 * gdb.base/bigcore.exp (extract_heap): Likewise.
3520 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3521 * gdb.base/call-ar-st.exp: Likewise.
3522 * gdb.base/call-rt-st.exp: Likewise.
3523 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3524 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3525 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3526 * gdb.base/corefile.exp: Likewise.
3527 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3528 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3529 * gdb.base/fixsection.exp: Likewise.
3530 * gdb.base/funcargs.exp: Likewise.
3531 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3532 * gdb.base/gcore-relro.exp: Likewise.
3533 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3534 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3535 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3536 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3537 * gdb.base/list.exp: Likewise.
3538 (set_listsize): Likewise.
3539 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3540 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3541 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3542 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3543 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3544 * gdb.base/setvar.exp: Likewise.
3545 (test_set): Likewise.
3546 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3547 * gdb.base/solib-overlap.exp: Likewise.
3548 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3549 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3550 * gdb.base/watchpoint.exp (initialize): Likewise.
3551 (test_simple_watchpoint): Likewise.
3552 (test_disabling_watchpoints): Likewise.
3553 (test_watchpoint_triggered_in_syscall): Likewise.
3554 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3555 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3556 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3557 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3558 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3559 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3560 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3561 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3562 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3563 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3564 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3565 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3566 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3567 * gdb.mi/gdb792.exp: Likewise.
3568 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3569 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3570 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3571 * gdb.threads/gcore-thread.exp: Likewise.
3572 (load_core): Likewise.
3573 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3574 (test_startup, check_control_c): Likewise.
3575 * gdb.threads/sigstep-threads.exp: Likewise.
3576 * gdb.threads/thread_check.exp: Likewise.
3577 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3578 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3579 (set_a_tracepoint, trace_buffer_normal): Likewise.
3580 (gdb_trace_circular_tests): Likewise.
3581 * gdb.trace/collection.exp: Likewise.
3582 * gdb.trace/disconnected-tracing.exp: Likewise.
3583 * gdb.trace/infotrace.exp: Likewise.
3584 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3585 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3586 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3587 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3588 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3589 * gdb.trace/stap-trace.exp: Likewise.
3590 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3591 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3592 * gdb.trace/trace-buffer-size.exp: Likewise.
3593 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3594 * gdb.trace/unavailable.exp: Likewise.
3595 * gdb.trace/while-dyn.exp: Likewise.
3596 * lib/fortran.exp (set_lang_fortran): Likewise.
3597 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3598 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3599 (default_gdb_start, get_compiler_info): Likewise.
3600 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3601 (get_debug_format, setup_xfail_format): Likewise.
3602 (rerun_to_main, gdb_skip_float_test): Likewise.
3603 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3604 * lib/java.exp (set_lang_java): Likewise.
3605 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3606 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3607 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3608 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3609 * lib/objc.exp (set_lang_objc): Likewise.
3610 * lib/pascal.exp (set_lang_pascal): Likewise.
3611 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3612 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3613 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3614
36152013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3616
3617 PR c++/15203
3618 PR c++/15210
3619 * gdb.cp/m-static.cc (keepalive_int): New function.
3620 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3621 * gdb.cp/m-static.exp: New test for `sintvar'.
3622
36232013-03-14 Yao Qi <yao@codesourcery.com>
3624
3625 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3626 of 'tstatus' into tstatus_output.
3627 (top level): Save the trace data to tfile. Read trace file in
3628 tfile target. Check the trace status.
3629
36302013-03-13 Yao Qi <yao@codesourcery.com>
3631
3632 * gdb.trace/tsv.exp (check_tsv): New.
3633 (top level): Save a tfile on current trace session. Call
3634 check_tsv on live target. Load the tfile with target tfile
3635 and call check_tsv again.
3636
36372013-03-13 Yao Qi <yao@codesourcery.com>
3638
3639 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3640 Replace some "gdb_test" with "gdb_test_no_output".
3641
36422013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3643
3644 * gdb.ada/expr_delims.exp: New file.
3645 * gdb.ada/expr_delims/foo.adb: New file.
3646 * gdb.ada/expr_delims/pck.ads: New file.
3647 * gdb.ada/expr_delims/pck.adb: New file.
3648
36492013-03-11 Keith Seitz <keiths@redhat.com>
3650
3651 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3652 both condition and thread. Then delete the watchpoint.
3653
36542013-03-11 Christian Himpel <christian.himpel@intel.com>
3655
3656 * Makefile.in: Add btrace testsuite.
3657 * configure: Regenerated.
3658 * configure.ac: Add btrace testsuite.
3659 * gdb.btrace/Makefile.in: New file.
3660 * gdb.btrace/enable.c: New file.
3661 * gdb.btrace/enable.exp: New file.
3662 * gdb.btrace/function_call_history.c: New file.
3663 * gdb.btrace/function_call_history.exp: New file.
3664 * gdb.btrace/instruction_history.c: New file.
3665 * gdb.btrace/instruction_history.exp: New file.
3666 * gdb.btrace/instruction_history.S: New file.
3667 * lib/gdb.exp: Add btrace skip proc.
3668
36692013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3670
3671 Fix entry-values if the callee called a noreturn function.
3672 * gdb.arch/amd64-tailcall-noret.S: New file.
3673 * gdb.arch/amd64-tailcall-noret.c: New file.
3674 * gdb.arch/amd64-tailcall-noret.exp: New file.
3675
36762013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3677
3678 Fix entry-values in C++ across CUs.
3679 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3680 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3681 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3682 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3683 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3684
36852013-03-08 Stan Shebs <stan@codesourcery.com>
3686 Hafiz Abid Qadeer <abidh@codesourcery.com>
3687
3688 gdb/testsuite/
3689 * gdb.trace/trace-buffer-size.exp: New file.
3690 * gdb.trace/trace-buffer-size.c: New file.
3691
36922013-03-06 Pedro Alves <palves@redhat.com>
3693
3694 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3695 doesn't support the tested optional feature, call "unsupported"
3696 with the same test message as the "pass" case, instead of calling
3697 "pass" with a different message. Use the same text for the "fail"
3698 cases too.
3699
37002013-03-06 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.trace/tstatus.exp: Remove the invocation of
3703 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3704 (test_tracepoints): Don't set fast tracepoint.
3705 (top level): Don't check agent library is loaded or not.
3706
37072013-03-06 Yao Qi <yao@codesourcery.com>
3708
3709 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3710 parentheses by "\\".
3711
37122013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3713
3714 * gdb.linespec/base/one/thefile.cc (twodup): New.
3715 (m): Call it.
3716 * gdb.linespec/base/two/thefile.cc (dupname): New.
3717 (n): Call it.
3718 * gdb.linespec/break-ask.exp: New file.
3719 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3720
37212013-02-28 Yao Qi <yao@codesourcery.com>
3722
3723 * gdb.trace/report.exp: Move some code to ...
3724 (use_collected_data): New.
3725 (top level): Call use_collected_data once on the live target.
3726 Save at file of the current trace session, load it with target
3727 tfile, and call use_collected_data again.
3728
37292013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3730
3731 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3732
37332013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3734
3735 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3736 Add final kill of ${valgrind_pid}.
3737
37382013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3739
3740 * gdb.python/py-arch.c: New test case
3741 * gdb.python/py-arch.exp: New tests to test
3742 gdb.Architecture.disassemble
3743 * gdb.python/Makefile.in: Add py-arch to the list of
3744 EXECUTABLES.
3745
37462013-02-18 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.dwarf2/subrange.exp: New file.
3749
37502013-02-15 Pedro Alves <pedro@codesourcery.com>
3751 Hafiz Abid Qadeer <abidh@codesourcery.com>
3752
3753 * gdb.trace/tfile.exp: Add test for -trace-status command.
3754
37552013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3758 nanosleep by sleep.
3759
37602013-02-14 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3763
37642013-02-14 Pedro Alves <pedro@codesourcery.com>
3765 Hafiz Abid Qadeer <abidh@codesourcery.com>
3766
3767 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3768
37692013-02-12 Tom Tromey <tromey@redhat.com>
3770
3771 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3772 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3773
37742013-02-12 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.base/catch-signal.c: Update copyright years.
3777 * gdb.base/catch-signal.exp: Update copyright years.
3778 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3779 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3780 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3781 * gdb.dwarf2/dw2-error.S: Update copyright years.
3782 * gdb.dwarf2/dw2-error.c: Update copyright years.
3783 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3784 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3785 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3786
37872013-02-12 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3790 message.
3791 * gdb.base/sigaltstack.exp: Ditto.
3792 * gdb.base/siginfo.exp: Ditto.
3793 * gdb.base/sizeof.exp: Ditto.
3794
37952013-02-12 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.mi/mi-basics.exp: Tweak intro comment.
3798 * gdb.mi/mi-break.exp: Tweak intro comment.
3799 * gdb.mi/mi-console.exp: Tweak intro comment.
3800 * gdb.mi/mi-file.exp: Tweak intro comment.
3801 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3802 * gdb.mi/mi-return.exp: Tweak intro comment.
3803 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3804 * gdb.mi/mi-until.exp: Tweak intro comment.
3805 * gdb.mi/mi-watch.exp: Tweak intro comment.
3806
38072013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3808
3809 * gdb.server/no-thread-db.exp: New file.
3810 * gdb.server/no-thread-db.c: New file.
3811 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3812
38132013-02-11 Doug Evans <dje@google.com>
3814
3815 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3816 two decfloats.
3817
38182013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3819
3820 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3821 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3822
38232013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3826
38272013-02-06 Yao Qi <yao@codesourcery.com>
3828
3829 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3830 to ...
3831 (test_create_delete_modify_tsv): ... here. New test on modifying
3832 the initial value of a tsv.
3833
38342013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3835
3836 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3837 (cd .../rdir): ... here.
3838
38392013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 * gdb.linespec/base/one/header.h: New file.
3842 * gdb.linespec/base/two/header.h: New file.
3843 * gdb.linespec/macro-relative.c: New file.
3844 * gdb.linespec/macro-relative.exp: New file.
3845
38462013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.base/fullpath-expand-func.c: New file.
3849 * gdb.base/fullpath-expand.c: New file.
3850 * gdb.base/fullpath-expand.exp: New file.
3851 * gdb.base/realname-expand-real.c: New file.
3852 * gdb.base/realname-expand.c: New file.
3853 * gdb.base/realname-expand.exp: New file.
3854
38552013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3856
3857 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3858 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3859
38602013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3863 (compare_filenames_for_search does not match)
3864 (compare_filenames_for_search does match): New tests.
3865
38662013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3867
3868 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3869
38702013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3871
3872 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3873
38742013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3875
3876 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3877 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3878 ${binfile}.mini_debuginfo-debuglink and
3879 ${binfile}.mini_debuginfo-debuglink.xz.
3880
38812013-02-01 Tom Tromey <tromey@redhat.com>
3882
3883 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3884 attributes.
3885
38862013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3887 Tom Tromey <tromey@redhat.com>
3888
3889 * gdb.dwarf2/method-ptr.exp: Link with c++.
3890 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3891
38922013-01-31 Tom Tromey <tromey@redhat.com>
3893
3894 * gdb.base/jit.exp (compile_jit_test): New proc.
3895 Add PIE tests.
3896
38972013-01-31 Tom Tromey <tromey@redhat.com>
3898
3899 * gdb.dwarf2/method-ptr.cc: New file.
3900 * gdb.dwarf2/method-ptr.exp: New file.
3901
39022013-01-31 Tom Tromey <tromey@redhat.com>
3903
3904 * lib/dwarf.exp (namespace Dwarf): New.
3905
39062013-01-29 Tom Tromey <tromey@redhat.com>
3907
3908 * gdb.dwarf2/fission-reread.exp: Add unload test.
3909
39102013-01-28 Doug Evans <dje@google.com>
3911
3912 * gdb.dwarf2/fission-loclists.exp: New file.
3913 * gdb.dwarf2/fission-loclists.S: New file.
3914
39152013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 Code cleanup.
3918 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3919 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3920 and prepare_for_testing.
3921 * gdb.base/store.exp: Likewise.
3922
39232013-01-25 Tom Tromey <tromey@redhat.com>
3924
3925 * gdb.python/py-explore.exp: Expect the gdb prompt.
3926
39272013-01-25 Andrew Burgess <aburgess@broadcom.com>
3928
3929 * gdb.base/gnu_vector.c: New variable for use in tests.
3930 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3931 changes in scalar to vector casting and widening.
3932 * gdb.python/py-type.c: New variables for use in tests.
3933 * gdb.python/py-type.exp: Update vector related tests to reflect
3934 changes in scalar to vector casting and widening.
3935
39362013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3937
3938 * gdb.base/prologue-include.c: New file.
3939 * gdb.base/prologue-include.exp: New file.
3940 * gdb.base/prologue-include.h: New file.
3941
39422013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3943
3944 PR gdb/13443
3945 * gdb.mi/mi-var-block.exp: Make test messages unique.
3946
39472013-01-23 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3950
39512013-01-23 Tom Tromey <tromey@redhat.com>
3952
3953 * gdb.cp/converts.cc (main): Initialize 'a'.
3954
39552013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3956
3957 * testsuite/gdb.python/frame.exp: Add a test for
3958 gdb.Frame.architecture() method.
3959
39602013-01-22 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/annota1.exp (signal sent): No longer expect
3963 breakpoints-invalid.
3964 * gdb.cp/annota2.exp (continue until exit)
3965 (watch triggered on a.x): Ditto.
3966
39672013-01-22 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3970 Adjust tests to breakpoints-invalid changes.
3971 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3972 variables.
3973 Adjust tests to breakpoints-invalid changes.
3974
39752013-01-22 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/annota1.exp (annotate ignore count change): Add
3978 expected output for failure case.
3979
39802013-01-22 Tom Tromey <tromey@redhat.com>
3981
3982 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3983 call.
3984
39852013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3986
3987 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3988 * gdb.mi/mi-catch-load.exp: Ditto.
3989 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3990 Also handle 'thread' field.
3991 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3992 * gdb.mi/mi-watch.exp: Ditto.
3993 * lib/mi-support.exp: Ditto.
3994
39952013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3996
3997 * gdb.python/py-explore.exp: Improve a test
3998
39992013-01-18  David Blaikie  <dblaikie@gmail.com>
4000
4001 * gdb.base/label.c (main): Correct the type of the second
4002 parameter.
4003
40042013-01-18 Tom Tromey <tromey@redhat.com>
4005
4006 * gdb.dwarf2/trace-crash.s: New file.
4007 * gdb.dwarf2/trace-crash.exp: New file.
4008
40092013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
4010
4011 PR gdb/13443
4012 * gdb.base/checkpoint.exp: Update test messages to make them
4013 unique.
4014
40152013-01-18 Yao Qi <yao@codesourcery.com>
4016
4017 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
4018 output of 'info tracepoints'.
4019 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
4020 Likewise.
4021 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
4022 * gdb.trace/disconnected-tracing.c (struct foo): New.
4023
40242013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 * gdb.dwarf2/dw2-dos-drive.S: New file.
4027 * gdb.dwarf2/dw2-dos-drive.exp: New file.
4028
40292013-01-17 Doug Evans <dje@google.com>
4030
4031 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4032 CXX_FOR_TARGET.
4033
4034 * boards/cc-with-tweaks.exp: New file.
4035
40362013-01-17 Tom Tromey <tromey@redhat.com>
4037
4038 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4039
40402013-01-17 Pedro Alves <palves@redhat.com>
4041
4042 Merge dg-extract-results.sh from upstream (svn 195224).
4043
4044 2013-01-15 David Blaikie <dblaikie@gmail.com>
4045 * dg-extract-results.sh: Fix order of summary counts.
4046
4047 2013-01-15 David Blaikie <dblaikie@gmail.com>
4048 * dg-extract-results.sh: Constrain the start-of-log pattern.
4049
4050 2013-01-15 David Blaikie <dblaikie@gmail.com>
4051 * dg-extract-results.sh: Handle KPASSes.
4052
4053 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4054 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4055 of grep -q.
4056
40572012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4058
4059 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4060 interface.
4061 * gdb.base/jithost.c: New file.
4062 * gdb.base/jithost.h: New file.
4063 * gdb.base/jitreader.c : New file.
4064 * gdb.base/jit-protocol.h: New file.
4065
40662013-01-16 Tom Tromey <tromey@redhat.com>
4067
4068 * gdb.base/catch-signal.c: New file.
4069 * gdb.base/catch-signal.exp: New file.
4070
40712013-01-16 Tom Tromey <tromey@redhat.com>
4072
4073 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4074
40752013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4078
40792013-01-14 Tom Tromey <tromey@redhat.com>
4080
4081 * gdb.base/completion.exp: Add "set gnutarget" test.
4082
40832013-01-14 Tom Tromey <tromey@redhat.com>
4084
4085 * gdb.dwarf2/dw2-restrict.S: New file.
4086 * gdb.dwarf2/dw2-restrict.c: New file.
4087 * gdb.dwarf2/dw2-restrict.exp: New file.
4088
40892013-01-14 Tom Tromey <tromey@redhat.com>
4090
4091 * gdb.dwarf2/dw2-error.exp: New file.
4092 * gdb.dwarf2/dw2-error.c: New file.
4093 * gdb.dwarf2/dw2-error.S: New file.
4094
40952013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 * gdb.cp/parse-lang.cc: New file.
4098 * gdb.cp/parse-lang.exp: New file.
4099
41002013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
4102 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4103 (set substitute-path): New test.
4104 (fullname present): Remove content.
4105 (substituted fullname): New test.
4106
41072013-01-13 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4110 check. Move $gdb_py_is_py24 value check right after.
4111
41122013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4113
4114 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4115 targets.
4116
41172013-01-11 Yao Qi <yao@codesourcery.com>
4118
4119 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4120 for dprintf.
4121 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4122 Check the fields in "=breakpoint-created" for dprintf.
4123
41242012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 * gdb.mi/mi-fullname-deleted.exp: New file.
4127
41282012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4129
4130 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4131 expected output.
4132 (info skip with pending file): Remove.
4133 (ignoring function in solib, info skip for function multiply): Update
4134 the expected output.
4135 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4136 (info skip (delete 1), info skip after disabling all)
4137 (info skip after enabling all, info skip after disabling 4 2-3)
4138 (info skip after enabling 2-3, info skip 2-3)
4139 (info skip after deleting 2 3): Update the expected output.
4140 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4141 statement to its initialization and return.
4142 * gdb.linespec/skip-two.exp: New file.
4143
41442012-12-19 Doug Evans <dje@google.com>
4145
4146 * gdb.base/maint.exp: Handle testing with .gdb_index.
4147
41482012-12-19 Joel Brobecker <brobecker@adacore.com>
4149
4150 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4151 Cavium to FSF.
4152
41532012-12-19 Joel Brobecker <brobecker@adacore.com>
4154
4155 * dg-extract-results.sh: Update contact info in copyright notice.
4156 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4157 GPL v3 or later. Update contact info.
4158 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4159 gdb.threads/watchpoint-fork-mt.c,
4160 gdb.threads/watchpoint-fork-parent.c,
4161 gdb.threads/watchpoint-fork-st.c,
4162 gdb.threads/watchpoint-fork.h: Likewise.
4163
41642012-12-15 Yao Qi <yao@codesourcery.com>
4165
4166 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4167 'installed' field in '=breakpoint-modified'.
4168 (test_reconnect): Check 'installed' field in
4169 '=breakpoint-modified' and '=breakpoint-created'.
4170
4171 * gdb.trace/actions.exp: Update test for 'installed' field.
4172 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4173 (tracepoint_change_loc_2): Likewise.
4174 Check 'info tracepoint' display nothing else.
4175 * gdb.trace/deltrace.exp: Likewise.
4176 * gdb.trace/infotrace.exp: Likewise.
4177 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4178 Likewise.
4179 * gdb.trace/passcount.exp: Likewise.
4180 * gdb.trace/tracecmd.exp: Likewise.
4181 * gdb.trace/while-stepping.exp: Likewise.
4182
41832012-12-14 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.cp/member-name.exp: New file.
4186 * gdb.cp/member-name.cc: New file.
4187
41882012-12-14 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4191
41922012-12-14 Doug Evans <dje@google.com>
4193
4194 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4195 DW_OP_GNU_implicit_pointer is section-relative.
4196
41972012-12-14 Tom Tromey <tromey@redhat.com>
4198
4199 * gdb.base/info-proc.exp: Add core file tests.
4200
42012012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4202
4203 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4204
42052012-12-13 Doug Evans <dje@google.com>
4206
4207 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4208 * gdb.multi/multi-arch.exp: Ditto.
4209
42102012-12-12 Keven Boell <keven.boell@intel.com>
4211
4212 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4213 catch load test library source file.
4214 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4215 load test source file.
4216 * gdb.mi/mi-catch-load.exp: New. Test file for
4217 basic MI -catch-load and -catch-unload tests.
4218
42192012-12-11 Paul Koning <paul_koning@dell.com>
4220
4221 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4222 exception.
4223 (_iterator_except): New function.
4224 (ArrayPrinter): Use _iterator function instead of local _iterator
4225 class for Python 3 compatibility.
4226 (NoStringContainerPrinter): Use _iterator_except instead of
4227 _iterator.
4228 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4229 execfile for Python 3 compatibility.
4230 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4231 format in error_prompt test.
4232
42332012-12-10 Paul Koning <paul_koning@dell.com>
4234
4235 * gdb.base/charset.exp: Change print syntax for Python 3
4236 compatibility.
4237 * gdb.python/py-block.exp: Ditto.
4238 * gdb.python/py-breakpoint.exp: Ditto.
4239 * gdb.python/py-cmd.exp: Ditto.
4240 * gdb.python/py-events.py: Ditto.
4241 * gdb.python/py-finish-breakpoint.py: Ditto.
4242 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4243 * gdb.python/py-finish-breakpoint2.py: Ditto.
4244 * gdb.python/py-frame-inline.exp: Ditto.
4245 * gdb.python/py-frame.exp: Ditto.
4246 * gdb.python/py-infthread.exp: Ditto.
4247 * gdb.python/py-objfile.exp: Ditto.
4248 * gdb.python/py-parameter.exp: Ditto.
4249 * gdb.python/py-progspace.exp: Ditto.
4250 * gdb.python/py-prompt.exp: Ditto.
4251 * gdb.python/py-symbol.exp: Ditto.
4252 * gdb.python/py-symtab.exp: Ditto.
4253 * gdb.python/py-template.exp: Ditto.
4254 * gdb.python/py-value-cc.exp: Ditto.
4255 * gdb.python/python.exp: Ditto.
4256 * gdb.python/source2.py: Ditto.
4257 * gdb.python/lib-types.exp: Change print syntax for Python 3
4258 compatibility.
4259 Use sorted() function rather than sort() method.
4260 Accept either int or long values for enum values.
4261 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4262 execfile for Python 3 compatibility.
4263 * gdb.python/py-evsignal.exp: Ditto.
4264 * gdb.python/py-evthreads.exp: Ditto.
4265 * gdb.python/py-mi.exp: Ditto.
4266 * gdb.python/py-pp-maint.exp: Ditto.
4267 * gdb.python/py-prettyprint.exp: Ditto.
4268 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4269 Python 3 compatibility.
4270 Skip tests for Python 2.4.
4271 * gdb.python/py-inferior.exp: Change print syntax for
4272 Python 3 compatibility.
4273 Use byte string rather than character string in memory write test
4274 if Python 3.
4275 * gdb.python/py-pp-maint.py: Change class declarations to "new
4276 class" syntax.
4277 * gdb.python/py-prettyprint.py: Change iterator class to generator
4278 function for Python 3 compatibility.
4279 Make all classes "new style".
4280 Fix indentation issue and stray semicolon.
4281 * gdb.python/py-shared.expChange print syntax for Python 3
4282 compatibility.
4283 Define "long" if Python 3.
4284 * gdb.python/py-type.exp: Change print syntax for Python 3
4285 compatibility.
4286 Accept either int or long values for enum values.
4287 * gdb.python/py-value.exp: Change print syntax for Python 3
4288 compatibility.
4289 Skip "long" and "unicode" tests if Python 3.
4290 Accept either "type" or "class" in type checks.
4291 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4292 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4293
42942012-12-10 Tom Tromey <tromey@redhat.com>
4295
4296 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4297 (test): Add "two_cu" argument.
4298 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4299 for types; allow two CUs.
4300
43012012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4302
4303 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4304 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4305
43062012-12-08 Yao Qi <yao@codesourcery.com>
4307 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4310 '=breakpoint-created' when GDB merges the tracepoints of both
4311 sides.
4312
43132012-12-07 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.base/break1.c (enum some_enum, union some_union): New.
4316 (some_enum_global, some_union_global, some_value): New globals.
4317 * gdb.base/completion.exp: Add tag completion tests.
4318
43192012-12-07 Tom Tromey <tromey@redhat.com>
4320
4321 * gdb.base/completion.exp: Add tests for ptype and whatis
4322 completion.
4323
43242012-12-07 Joel Brobecker <brobecker@adacore.com>
4325
4326 * gdb.base/stale-infcall.exp: Fix copyright line.
4327
43282012-12-07 Joel Brobecker <brobecker@adacore.com>
4329
4330 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4331
43322012-12-06 Pedro Alves <palves@redhat.com>
4333 Tom Tromey <tromey@redhat.com>
4334
4335 * gdb.base/exprs.exp: Add tests for cast to void.
4336
43372012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4338
4339 * gdb.python/py-mi.exp: Correct expected results for attribute
4340 "dynamic" returned by -var-update.
4341 Add test case for correct handling of "diplayhint" for children
4342 of dynamic varobjs.
4343 * gdb.python/py-prettyprint.c (set_itme): New function.
4344 (bug_14741) New function.
4345 (main) Add call to bug_14741().
4346 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4347
43482012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4349
4350 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4351 ${binfile}.funcsyms list.
4352
43532012-12-04 Yao Qi <yao@codesourcery.com>
4354
4355 PR gdb/13443
4356 * gdb.trace/actions.exp: Make test messages unique.
4357
43582012-11-29 Tom Tromey <tromey@redhat.com>
4359
4360 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4361
43622012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4363
4364 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4365 * gdb.opencl/datatypes.exp: Likewise.
4366 * gdb.opencl/operators.exp: Likewise.
4367 * gdb.opencl/vec_comps.exp: Likewise.
4368
43692012-11-29 Jerome Guitton <guitton@adacore.com>
4370
4371 * gdb.ada/iwide: New testcase.
4372
43732012-11-29 Jerome Guitton <guitton@adacore.com>
4374
4375 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4376 ptype test.
4377
43782012-11-29 Jerome Guitton <guitton@adacore.com>
4379
4380 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4381 form {VARIANT_TYPE}ADDRESS.
4382
43832012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4386 (func): New function.
4387 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4388 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4389 pointers to members with pointer-to-function type.
4390
43912012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4392 Tom Tromey <tromey@redhat.com>
4393
4394 * gdb.base/gnu-debugdata.exp: New file.
4395 * gdb.base/gnu-debugdata.c: New file.
4396 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4397 (gdb_unload): Return 0 on success.
4398
43992012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4402
44032012-11-26 Joel Brobecker <brobecker@adacore.com>
4404
4405 * gdb.base/empty_exe.exp: New testcase.
4406
44072012-11-20 Mike Frysinger <vapier@gentoo.org>
4408
4409 * gdb.base/completion.exp: Add test for help aliases completion.
4410
44112012-11-20 Yao Qi <yao@codesourcery.com>
4412
4413 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4414 Don't test 'maint set show-debug-regs'.
4415 Use command 'set remotecache' instead of
4416 'set circular-trace-buffer'.
4417
44182012-11-16 Keith Seitz <keiths@redhat.com>
4419
4420 PR c++/13615
4421 * gdb.cp/baseenum.cc: New file.
4422 * gdb.cp/baseenum.exp: New file.
4423 * gdb.cp/derivation.cc (A): Add copyright.
4424 Add a typedef.
4425 (B): Use A::value_type instead of int. Change all references.
4426 (D): Use value_type instead of int. Change all references.
4427 (E): Likewise.
4428 (F); Likewise.
4429 (Z): New class.
4430 (ZZ): New class.
4431 (N, Base, Derived): New namespace and classes.
4432 (main): Add instances of Z and ZZ.
4433 Make sure all symbols from N are kept.
4434 * gdb.cp/derivation.exp: Update typedef changes in tests.
4435 Add tests for class typedefs both before and after starting
4436 the inferior.
4437 Add tests for searching for a typedef while stopped in a
4438 method.
4439
44402012-11-14 Luis Machado <lgustavo@codesourcery.com>
4441
4442 * gdb.mi/mi-var-create-rtti.c: New file.
4443 * gdb.mi/mi-var-create-rtti.exp: New file.
4444
44452012-11-14 Luis Machado <lgustavo@codesourcery.com>
4446
4447 * gdb.base/structs3.exp: Run to main before doing any tests.
4448
44492012-11-14 Andrew Burgess <aburgess@broadcom.com>
4450
4451 * gdb.python/py-type.exp: Uniquify test names.
4452
44532012-11-14 Yao Qi <yao@codesourcery.com>
4454
4455 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4456 (thread_function) [DEBUG]: Call 'printf'.
4457 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4458 command line if 'DEBUG=1' is passed to test.
4459 Remove a pattern to match inferior's output.
4460
44612012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4462
4463 * gdb.mi/mi-fill-memory.exp: New test.
4464
44652012-11-12 Tom Tromey <tromey@redhat.com>
4466
4467 * gdb.base/completion.exp: Update for "info type-printers".
4468 * gdb.python/py-typeprint.cc: New file.
4469 * gdb.python/py-typeprint.exp: New file.
4470 * gdb.python/py-typeprint.py: New file.
4471
44722012-11-12 Tom Tromey <tromey@redhat.com>
4473
4474 * gdb.base/call-sc.exp: Use "ptype/r".
4475 * gdb.base/volatile.exp: Don't expect "int".
4476 * gdb.cp/ptype-flags.cc: New file.
4477 * gdb.cp/ptype-flags.exp: New file.
4478 * gdb.cp/templates.exp: Use ptype/r.
4479 (test_ptype_of_templates, test_template_typedef): Likewise.
4480 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4481 argument. Handle template names and template parameters.
4482 * gdb.mi/mi-var-cmd.exp: Accept "long".
4483 * gdb.mi/mi-var-child.exp: Accept "long".
4484 * gdb.mi/mi-var-display.exp: Accept "long".
4485 * gdb.mi/mi2-var-child.exp: Accept "long".
4486
44872012-11-12 Tom Tromey <tromey@redhat.com>
4488
4489 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4490 "ptype" from calls to cp_test_ptype_class.
4491 (test_enums): Likewise.
4492 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4493 cp_test_ptype_class.
4494 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4495 calls to cp_test_ptype_class.
4496 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4497 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4498 from calls to cp_test_ptype_class.
4499 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4500 command here. Change "in_command" argument to "in_exp".
4501
45022012-11-10 Keith Seitz <keiths@redhat.com>
4503
4504 PR gdb/14288
4505 * gdb.base/printcmds.c: Add invalid_XXX globals
4506 for repeated byte tests.
4507 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4508 * gdb.base/wchar.c (main): Add and construct a wchar_t
4509 array with repeated characters.
4510 * gdb.base/wchar.exp: Add repeated character tests.
4511
45122012-11-09 Andrew Burgess <aburgess@broadcom.com>
4513
4514 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4515 disassembly output.
4516
45172012-11-09 Pedro Alves <palves@redhat.com>
4518
4519 PR gdb/14306
4520
4521 * gdb.multi/multi-arch-exec.c: New file.
4522 * gdb.multi/multi-arch-exec.exp: New file.
4523
45242012-11-09 Yao Qi <yao@codesourcery.com>
4525
4526 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4527 (top level): Call it.
4528
45292012-11-09 Yao Qi <yao@codesourcery.com>
4530
4531 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4532 typo.
4533
45342012-11-09 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.multi/multi-arch.exp: New.
4537
45382012-11-08 Tom Tromey <tromey@redhat.com>
4539
4540 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4541 core files, if possible.
4542 * gdb.base/siginfo-thread.c: New file
4543 * gdb.base/siginfo-thread.exp: New file
4544
45452012-11-08 Tom Tromey <tromey@redhat.com>
4546
4547 * gdb.base/comprdebug.exp: New file.
4548
45492012-11-06 Pedro Alves <palves@redhat.com>
4550
4551 PR gdb/14810
4552
4553 * gdb.base/disabled-location.c: New file.
4554 * gdb.base/disabled-location.exp: New file.
4555
45562012-11-06 Tom Tromey <tromey@redhat.com>
4557
4558 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4559 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4560 gdb_gcore_cmd.
4561 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4562 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4563 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4564 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4565 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4566 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4567 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4568 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4569 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4570
45712012-11-05 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4574 procedure.
4575 (do_vfork_and_follow_child_tests_exec)
4576 (do_vfork_and_follow_child_tests_exit): Call it.
4577
45782012-11-05 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4581 fails.
4582
45832012-11-03 Yao Qi <yao@codesourcery.com>
4584
4585 Fix PR gdb/14617.
4586 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4587 Remove setup_kfail, and update test.
4588
45892012-11-02 Tom Tromey <tromey@redhat.com>
4590
4591 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4592 test.
4593
45942012-11-02 Pedro Alves <palves@redhat.com>
4595
4596 PR gdb/14766
4597
4598 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4599 setup_kfail.
4600 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4601 get registers".
4602
46032012-11-02 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/foll-vfork-exit.c: New file.
4606 * gdb.base/foll-vfork.exp (top level): New file-describing
4607 comment.
4608 (vfork_child_follow_to_exit): New procedure.
4609 (tcatch_vfork_then_child_follow): Rename as ...
4610 (tcatch_vfork_then_child_follow_exec): ... this.
4611 (tcatch_vfork_then_child_follow_exit): New procedure.
4612 (do_vfork_and_follow_parent_tests): New procedure, factored out
4613 from do_vfork_and_exec_tests.
4614 (do_vfork_and_follow_child_tests_exec): Ditto.
4615 (do_vfork_and_exec_tests): Delete.
4616 (do_vfork_and_follow_child_tests_exit): New procedure.
4617 (top level): Run tests with both the program that has the vfork
4618 child execing, and the program has the vfork child exiting.
4619
46202012-11-02 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4623 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4624 (vfork_parent_follow_to_bp): Call it.
4625 (kill_child): Delete.
4626 (vfork_and_exec_child_follow_to_main_bp)
4627 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4628 longer call kill_child.
4629 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4630 (do_vfork_and_exec_tests): Don't runto_main before calling each
4631 test procedure.
4632 (top level): Don't clean restart and set verbose before running
4633 each test procedure.
4634
46352012-11-02 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4638 (vfork_parent_follow_to_bp)
4639 (vfork_and_exec_child_follow_to_main_bp)
4640 (vfork_and_exec_child_follow_through_step)
4641 (tcatch_vfork_then_parent_follow)
4642 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4643 Use with_test_prefix.
4644
46452012-11-02 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/foll-vfork.c: Add copyright header.
4648 * gdb.base/vforked-prog.c: Add copyright header.
4649
46502012-11-02 Pedro Alves <palves@redhat.com>
4651
4652 * gdb.base/foll-vfork.exp
4653 (vfork_and_exec_child_follow_through_step): Don't skip on
4654 non-HP/UX targets. Expect the next to only step one line on
4655 non-HP/UX targets, rather than stopping only after the exec.
4656
46572012-11-02 Pedro Alves <palves@redhat.com>
4658
4659 Don't hard code line numbers.
4660
4661 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4662 Expect text from the sources instead of a line number.
4663 (vfork_parent_follow_to_bp)
4664 (vfork_and_exec_child_follow_to_main_bp)
4665 (vfork_and_exec_child_follow_through_step)
4666 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4667 Use gdb_get_line_number.
4668
46692012-11-02 Pedro Alves <palves@redhat.com>
4670
4671 Modernize.
4672
4673 * gdb.base/foll-vfork.exp: Use standard_testfile and
4674 build_executable. Pass descriptive string to untested.
4675 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4676 (vfork_and_exec_child_follow_to_main_bp)
4677 (vfork_and_exec_child_follow_through_step)
4678 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4679 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4680 of send_gdb/gdb_expect.
4681
4682 (kill_child): New procedure.
4683 (vfork_and_exec_child_follow_to_main_bp)
4684 (vfork_and_exec_child_follow_through_step): Use it.
4685
46862012-11-02 Yao Qi <yao@codesourcery.com>
4687
4688 * gdb.base/setvar.exp: Test setting nested struct.
4689 * gdb.base/setvar.c (v_struct3): New.
4690
46912012-11-01 Doug Evans <dje@google.com>
4692
4693 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4694 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4695 use them.
4696
46972012-10-31 Andrew Burgess <aburgess@broadcom.com>
4698
4699 PR cli/14772
4700 * gdb.base/gnu_vector.c (union_with_vector_1)
4701 (struct_with_vector_1): Add new struct and union for testing
4702 ptype.
4703 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4704 structs / unions containing vectors.
4705
47062012-10-25 Yao Qi <yao@codesourcery.com>
4707
4708 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4709 'setup_kfail' instead of 'setup_kfail_for_target'.
4710 * gdb.base/varargs.exp: Likewise.
4711 * lib/gdb.exp (setup_kfail_for_target): Remove.
4712
47132012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4714
4715 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4716
47172012-10-25 Mark Kettenis <kettenis@gnu.org>
4718
4719 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4720
47212012-10-24 Joel Brobecker <brobecker@adacore.com>
4722
4723 * gdb.ada/set_wstr: New testcase.
4724
47252012-10-24 Joel Brobecker <brobecker@adacore.com>
4726
4727 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4728
47292012-10-24 Joel Brobecker <brobecker@adacore.com>
4730
4731 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4732
47332012-10-24 Mark Kettenis <kettenis@gnu.org>
4734
4735 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4736
47372012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.base/callfuncs.exp (do_function_calls): Fix
4740 setup_kfail_for_target for -m32 mode.
4741
47422012-10-23 Mark Kettenis <kettenis@gnu.org>
4743
4744 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4745 are now fixed.
4746
47472012-10-23 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.base/info-os.exp: Resume the inferior until it exits.
4750
47512012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4752
4753 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4754 * gdb.base/print-file-var.exp: Likewise.
4755 * gdb.base/type-opaque.exp: Likewise.
4756
47572012-10-17 Yao Qi <yao@codesourcery.com>
4758
4759 * gdb.mi/mi-memory-changed.exp: New.
4760
47612012-10-16 Yao Qi <yao@codesourcery.com>
4762
4763 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4764 returns true.
4765 Call gdb_load_shlibs.
4766 * gdb.reverse/solib-reverse.exp: Likewise.
4767
47682012-10-15 Keith Seitz <keiths@redhat.com>
4769
4770 * lib/cp-support.exp (cp_test_ptype_class): Add support
4771 for class typedefs.
4772
4773 * gdb.cp/derivation.exp: Add tests for g_instance.
4774
47752012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 Fix entry values resolving in inlined frames.
4778 * gdb.arch/amd64-entry-value-inline.S: New file.
4779 * gdb.arch/amd64-entry-value-inline.c: New file.
4780 * gdb.arch/amd64-entry-value-inline.exp: New file.
4781
47822012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4783 Doug Evans <dje@google.com>
4784
4785 Fix recent gdb_breakpoint regression.
4786 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4787 braces from the parameter.
4788 * gdb.java/jprint.exp: Likewise.
4789
47902012-10-15 Doug Evans <dje@google.com>
4791
4792 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4793
47942012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4795
4796 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4797
47982012-10-15 Tom Tromey <tromey@redhat.com>
4799
4800 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4801
48022012-10-15 Tom Tromey <tromey@redhat.com>
4803
4804 * gdb.python/py-symbol.exp: Test symbol destructor.
4805
48062012-10-14 Yao Qi <yao@codesourcery.com>
4807
4808 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4809 * gdb.mi/mi-cli.exp: New.
4810
4811 * gdb.mi/mi2-basics.exp: Remove.
4812 * gdb.mi/mi2-break.exp: Remove.
4813 * gdb.mi/mi2-console.exp: Remove.
4814 * gdb.mi/mi2-disassemble.exp: Remove.
4815 * gdb.mi/mi2-eval.exp: Remove.
4816 * gdb.mi/mi2-file.exp: Remove.
4817 * gdb.mi/mi2-hack-cli.exp: Remove.
4818 * gdb.mi/mi2-pthreads.exp: Remove.
4819 * gdb.mi/mi2-read-memory.exp: Remove.
4820 * gdb.mi/mi2-regs.exp: Remove.
4821 * gdb.mi/mi2-return.exp: Remove.
4822 * gdb.mi/mi2-simplerun.exp: Remove.
4823 * gdb.mi/mi2-stack.exp: Remove.
4824 * gdb.mi/mi2-stepi.exp: Remove.
4825 * gdb.mi/mi2-syn-frame.exp: Remove.
4826 * gdb.mi/mi2-until.exp: Remove.
4827 * gdb.mi/mi2-watch.exp: Remove.
4828 * gdb.mi/mi2-var-block.exp: Remove.
4829 * gdb.mi/mi2-var-cmd.exp: Remove.
4830 * gdb.mi/mi2-var-display.exp: Remove.
4831
48322012-10-12 Yao Qi <yao@codesourcery.com>
4833
4834 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4835 trail '.*' on matching patterns.
4836
48372012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4838
4839 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4840 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4841 * gdb.arch/i386-disp-step.exp: Likewise.
4842 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4843 * gdb.arch/i386-prologue.exp: Likewise.
4844 * gdb.arch/i386-size-overlap.exp: Likewise.
4845 * gdb.arch/i386-size.exp: Likewise.
4846 * gdb.arch/i386-unwind.exp: Likewise.
4847
48482012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4849
4850 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4851 * gdb.arch/i386-word.exp: Likewise.
4852
48532012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4854
4855 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4856 is_ilp32_target to set nr_regs.
4857 * gdb.arch/i386-sse.exp: Likewise.
4858
48592012-10-11 Doug Evans <dje@google.com>
4860
4861 PR breakpoints/14643.
4862 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4863 * gdb.linespec/thread.c: New file.
4864 * gdb.linespec/thread.exp: New file.
4865
4866 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4867 Recognize "message" -> print pass and fail. Add eof case.
4868 (runto): Recognize message, no-message. Print pass/fail if requested,
4869 with same treatment as gdb_breakpoint.
4870 (runto_main): Pass no-message to runto.
4871 (gdb_internal_error_resync): Add log message.
4872 (gdb_file_cmd): Tweak internal error fail text for consistency.
4873
48742012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 Fix crash during stepping on ppc32.
4877 * gdb.base/step-symless.c: New file.
4878 * gdb.base/step-symless.exp: New file.
4879
48802012-10-03 Doug Evans <dje@google.com>
4881
4882 PR symtab/14601
4883 * gdb.cp/using-crash.exp: New file.
4884 * gdb.cp/using-crash.cc: New file.
4885
48862012-10-02 Doug Evans <dje@google.com>
4887
4888 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4889 more consistent.
4890 (runto,gdb_debug_format): Ditto.
4891 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4892 Clean up logging and error messages.
4893
48942012-10-01 Andrew Burgess <aburgess@broadcom.com>
4895
4896 Test find command on unmapped memory.
4897 * gdb.base/find-unmapped.c: New file.
4898 * gdb.base/find-unmapped.exp: New file.
4899
49002012-09-29 Yao Qi <yao@codesourcery.com>
4901
4902 * gdb.trace/mi-tracepoint-changed.exp: New.
4903 * gdb.mi/mi-breakpoint-changed.exp: New.
4904 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4905 * gdb.mi/pendshr2.c: New.
4906
49072012-09-28 Yao Qi <yao@codesourcery.com>
4908
4909 * gdb.mi/pr11022.exp: New.
4910 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4911
49122012-09-27 Tom Tromey <tromey@redhat.com>
4913
4914 * gdb.cp/derivation.exp: Add regression test.
4915 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4916 V_derived): New.
4917 (vderived): New global.
4918
49192012-09-26 Tom Tromey <tromey@redhat.com>
4920
4921 * gdb.dwarf2/dw2-common-block.S: New file.
4922 * gdb.dwarf2/dw2-common-block.exp: New file.
4923
49242012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4925
4926 * gdb.fortran/common-block.exp: New file.
4927 * gdb.fortran/common-block.f90: New file.
4928
49292012-09-26 Andrew Burgess <aburgess@broadcom.com>
4930
4931 * gdb.base/duplicate-bp.c: New file.
4932 * gdb.base/duplicate-bp.exp: New file.
4933
49342012-09-26 Yao Qi <yao@codesourcery.com>
4935
4936 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4937
4938 Revert:
4939 2012-09-21 Yao Qi <yao@codesourcery.com>
4940
4941 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4942
49432012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4944
4945 * gdb.base/longest-types.c: New test case.
4946 * gdb.base/longest-types.exp: New test case.
4947
49482012-09-25 Yao Qi <yao@codesourcery.com>
4949
4950 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4951
49522012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 Fix internal error on canonicalization of clang types.
4955 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4956 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4957 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4958
49592012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4960
4961 Fix disassemble without parameters in tailcall frame.
4962 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4963
49642012-09-21 Andrew Burgess <aburgess@broadcom.com>
4965
4966 * gdb.dwarf2/dw2-op-out-param.S: New file.
4967 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4968
49692012-09-21 Yao Qi <yao@codesourcery.com>
4970
4971 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4972
49732012-09-21 Yao Qi <yao@codesourcery.com>
4974
4975 * gdb.mi/mi-cli.exp: Remove.
4976 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4977
49782012-09-21 Yao Qi <yao@codesourcery.com>
4979
4980 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4981 "=record-started" notification.
4982
49832012-09-21 Yao Qi <yao@codesourcery.com>
4984
4985 * gdb.mi/mi-record-changed.exp: New.
4986 * gdb.mi/mi-reverse.exp: Adjust expected output.
4987
49882012-09-20 Tom Tromey <tromey@redhat.com>
4989
4990 * gdb.python/python.exp: Test atexit.register.
4991
49922012-09-20 Doug Evans <dje@google.com>
4993
4994 * boards/dwarf4-gdb-index.exp: New file.
4995
4996 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4997 while running the tests.
4998
49992012-09-18 Joel Brobecker <brobecker@adacore.com>
5000
5001 * gdb.ada/bp_reset: New testcase.
5002
50032012-09-18 Yao Qi <yao@codesourcery.com>
5004
5005 * gdb.trace/mi-tsv-changed.exp: New.
5006
50072012-09-18 Yao Qi <yao@codesourcery.com>
5008
5009 * gdb.trace/mi-traceframe-changed.exp: New.
5010
50112012-09-17 Yao Qi <yao@codesourcery.com>
5012
5013 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
5014 when it is less than 0.
5015
50162012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5017
5018 PR 14119
5019 * gdb.arch/amd64-tailcall-ret.S: New file.
5020 * gdb.arch/amd64-tailcall-ret.c: New file.
5021 * gdb.arch/amd64-tailcall-ret.exp: New file.
5022 * gdb.reverse/amd64-tailcall-reverse.S: New file.
5023 * gdb.reverse/amd64-tailcall-reverse.c: New file.
5024 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
5025
50262012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5027
5028 PR 14548
5029 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
5030 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
5031 * gdb.reverse/singlejmp-reverse.S: New file.
5032 * gdb.reverse/singlejmp-reverse.c: New file.
5033 * gdb.reverse/singlejmp-reverse.exp: New file.
5034
50352012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 Fix compatibility with old GCC (~4.1).
5038 * gdb.cp/converts.cc (my_enum_var): New variable.
5039
50402012-09-14 Andrew Burgess <aburgess@broadcom.com>
5041
5042 * gdb.xml/tdesc-regs.exp: Update expected output for new
5043 vector_size syntax of vector types.
5044
50452012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
5046
5047 Refactor Python "gdb" module into a proper Python package, by
5048 introducing a new "_gdb" module for code implemented in C, and
5049 using reload/__import__ instead of exec.
5050 * gdb.python/python.exp (Test stderr location): Update module
5051 location of GDB-specific sys.stderr.
5052 (Test stdout location): Ditto for sys.stdout.
5053
50542012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5057
50582012-09-12 Keith Seitz <keiths@redhat.com>
5059
5060 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5061 conversion statement.
5062
50632012-09-12 Doug Evans <dje@google.com>
5064
5065 * gdb.base/help.exp: Remove testing of individual command help text,
5066 too much of a maintenance burden. Instead, test the functionality
5067 of "help" itself.
5068
50692012-09-11 Doug Evans <dje@google.com>
5070
5071 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5072 breakpoint.
5073
5074 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5075 * gdb.dwarf2/fission-reread.S: Ditto.
5076 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5077 * gdb.dwarf2/fission-reread.exp: Ditto.
5078
50792012-09-11 Andrew Burgess <aburgess@broadcom.com>
5080
5081 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5082
50832012-09-10 Joel Brobecker <brobecker@adacore.com>
5084
5085 * gdb.ada/optim_drec: New testcase.
5086
50872012-09-10 Doug Evans <dje@google.com>
5088
5089 * boards/fission.exp: Explicitly mark "board" as not remote.
5090
50912012-09-10 Keith Seitz <keiths@redhat.com>
5092
5093 PR gdb/13483
5094 * gdb.cp/converts.cc (A::A): Add ctor.
5095 (A::member_): Add member.
5096 (enum my_enum): New enumeration.
5097 (main): Add calls to foo1_7 with various
5098 permitted arguments.
5099 * gdb.cp/converts.exp: Add tests for boolean
5100 conversions permitted by the standard.
5101
51022012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5103
5104 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5105 avoid spurious results due to ~/.gdbinit.
5106 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5107 $INTERNAL_GDBFLAGS in run command.
5108 * gdb.gdb/observer.exp (setup_test): Ditto.
5109 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5110 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5111
51122012-09-06 Doug Evans <dje@google.com>
5113
5114 * boards/fission.exp: New file.
5115
5116 * gdb.python/py-value.exp: Use clean_restart.
5117
51182012-09-05 Doug Evans <dje@google.com>
5119
5120 * gdb.base/info-macros.c: Fix whitespace.
5121
51222012-08-28 Pedro Alves <palves@redhat.com>
5123
5124 PR gdb/14428
5125
5126 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5127
51282012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5129
5130 * gdb.base/break-caller-line.c: New file.
5131 * gdb.base/break-caller-line.exp: New file.
5132
51332012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5134
5135 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5136 * gdb.arch/i386-cfi-notcurrent.S: New file.
5137 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5138
51392012-08-27 Wei-cheng Wang <cole945@gmail.com>
5140 Yao Qi <yao@codesourcery.com>
5141 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5144 New procedures.
5145 (top level): Add overlap checking tests.
5146
51472012-08-24 Tom Tromey <tromey@redhat.com>
5148
5149 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5150 gdb_test_multiple fails for other reasons.
5151
51522012-08-24 Yao Qi <yao@codesourcery.com>
5153
5154 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5155
51562012-08-23 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.base/help.exp: Adjust to "handle" help text change.
5159
51602012-08-23 Yao Qi <yao@codesourcery.com>
5161
5162 * gdb.trace/disconnected-tracing.c (start, end): New.
5163 (main): Call start and end.
5164 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5165 existing tests into this proc.
5166 (disconnected_tfind): New.
5167
51682012-08-23 Yao Qi <yao@codesourcery.com>
5169
5170 * boards/native-gdbserver.exp (${board}_upload): New.
5171 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5172 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5173 Execute tfile on remote target.
5174 Copy trace file from target to host.
5175
51762012-08-22 Joseph Myers <joseph@codesourcery.com>
5177
5178 * gdb.arch/thumb-bx-pc.S: New file.
5179 * gdb.arch/thumb-bx-pc.exp: New file.
5180
51812012-08-22 Tom Tromey <tromey@redhat.com>
5182
5183 * gdb.base/maint.exp: Update.
5184
51852012-08-22 Tom Tromey <tromey@redhat.com>
5186
5187 * lib/gdb.exp (skip_unwinder_tests): New proc.
5188 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5189 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5190
51912012-08-21 Tom Tromey <tromey@redhat.com>
5192
5193 * gdb.hp/gdb.aCC/exception.exp: Remove.
5194
5195012-08-19 Andrew Pinski <apinski@cavium.com>
5196
5197 * gdb.arch/mips-octeon-bbit.c: New file.
5198 * gdb.arch/mips-octeon-bbit.exp: New Test.
5199
5200012-08-19 Keith Seitz <keiths@redhat.com>
5201
5202 PR c++/14365
5203 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5204 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5205
52062012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5207
5208 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5209 verbose -log by more specific untested call.
5210
52112012-08-18 Yao Qi <yao@codesourcery.com>
5212
5213 * gdb.trace/tfind.exp: Move tests on various command help before
5214 checking target supports trace.
5215 Fix the expected output of 'help tfind end'.
5216
52172012-08-17 Keith Seitz <keiths@redhat.com>
5218
5219 PR c++/13356
5220 * gdb.base/default.exp: Update all "check type" tests.
5221 * gdb.base/help.exp: Likewise.
5222 * gdb.base/setshow.exp: Likewise.
5223 * gdb.cp/converts.cc (foo1_type_check): New function.
5224 (foo2_type_check): New function.
5225 (foo3_type_check): New function.
5226 (main): Call new functions.
5227 * converts.exp: Add tests for integer-to-pointer conversions
5228 with/without strict type-checking.
5229
52302012-08-16 Mike Frysinger <vapier@gentoo.org>
5231
5232 * gdb.base/help.exp: Update expected output.
5233
52342012-08-16 Joel Brobecker <brobecker@adacore.com>
5235
5236 * gdb.ada/rdv_wait: New testcase.
5237
52382012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5241
52422012-08-13 Doug Evans <dje@google.com>
5243
5244 * gdb.base/help.exp: Update expected output.
5245 * gdb.base/default.exp: Update expected output of "show convenience".
5246
52472012-08-10 Doug Evans <dje@google.com>
5248
5249 * gdb.python/py-strfns.c: New file.
5250 * gdb.python/py-strfns.exp: New file.
5251 * gdb.python/py-type.exp (test_fields): Add vector tests.
5252
52532012-08-10 Mike Frysinger <vapier@gentoo.org>
5254
5255 PR cli/10436:
5256 * gdb.base/completion.exp: Add tests for handle completion.
5257
52582012-08-09 Yao Qi <yao@codesourcery.com>
5259
5260 * gdb.mi/mi-cmd-param-changed.exp: New.
5261 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5262 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5263 * gdb.mi/mi2-prompt.exp: Likewise.
5264
52652012-08-08 Doug Evans <dje@google.com>
5266
5267 * gdb.base/debug-expr.c: New file.
5268 * gdb.base/debug-expr.exp: New file.
5269 * gdb.base/exprs.exp: Test {type} casts.
5270 * gdb.cp/debug-expr.exp: New file.
5271
52722012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5275 global variable loop, not a 'break'. Add loop count limit to 100.
5276 Add new fail case for terminated vgdb.
5277
52782012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5279 Jean-Marc Saffroy <saffroy@gmail.com>
5280
5281 PR 11804
5282 * gdb.base/gcore-relro.exp: New file.
5283 * gdb.base/gcore-relro-main.c: New file.
5284 * gdb.base/gcore-relro-lib.c: New file.
5285
52862012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 Do not false FAIL with old GCCs.
5289 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5290 GCC < 4.5 in $no_hw mode.
5291
52922012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5293
5294 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5295
52962012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5297
5298 * gdb.base/list.exp (test_only_end): New function.
5299 Call it.
5300
53012012-08-06 Tom Tromey <tromey@redhat.com>
5302
5303 * gdb.python/py-mi.exp: Add test for printer whose children
5304 are a list.
5305 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5306 (main): New variable children_as_list.
5307 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5308 New.
5309 (register_pretty_printers): Register new printer.
5310
53112012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5312
5313 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5314 symbols. Abort if vgdb remote connection is closed.
5315
53162012-08-02 Doug Evans <dje@google.com>
5317
5318 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5319
53202012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5321
5322 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5323 s390x, PowerPC 64 and m68k-linux.
5324
53252012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5326
5327 * gdb.base/annota1.exp: Accept no frames-invalid notification
5328 when starting up the program.
5329 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5330 show a symbolic value as well.
5331 * gdb.server/server-exec-info.exp: Skip test when skipping
5332 gdbserver test and/or when skipping shared library tests.
5333 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5334 avoid name conflicts with other tests.
5335
53362012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5337
5338 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5339 Fix wrong output on big-endian systems.
5340 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5341 4-byte pointer types on 64-bit s390x.
5342
53432012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5344
5345 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5346 marker comment at the beginning (after intialization).
5347 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5348 breakpoint on marker comment instead of function begin.
5349 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5350 PowerPC.
5351 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5352 or 64-bit PowerPC.
5353 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5354 gdb,no_hardware_watchpoints flag is set.
5355 (initialize): Remove now redundant can-use-hw-watchpoints change.
5356
53572012-08-02 Yao Qi <yao@codesourcery.com>
5358 Pedro Alves <palves@redhat.com>
5359
5360 * boards/local-remote-host.exp: New.
5361
53622012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5363
5364 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5365 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5366 * gdb.base/print-file-var.exp: Likewise.
5367 * gdb.server/solib-list.exp: Skip on remote targets.
5368
53692012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5370
5371 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5372 watchpoints on ARM. When expecting software watchpoints, tolerate
5373 (remote) targets that report unsupported hardware watchpoint only
5374 at continue time.
5375 (test_wide_location_2): Likewise.
5376
53772012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5378
5379 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5380 valgrind versions.
5381
53822012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5383
5384 * gdb.base/valgrind-infcall.c: New file.
5385 * gdb.base/valgrind-infcall.exp: New file.
5386
5387 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5388
53892012-07-30 Keith Seitz <keiths@redhat.com>
5390
5391 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5392 linespecs.
5393
53942012-07-30 Doug Evans <dje@google.com>
5395
5396 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5397 * gdb.dwarf2/pr13961.S: Ditto.
5398
5399 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5400
54012012-07-30 Andrew Burgess <aburgess@broadcom.com>
5402
5403 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5404 change its format immediately after reloading the binary.
5405
54062012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 Fix testsuite regression after --use-deprecated-index-sections removal.
5409 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5410 string.
5411 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5412
54132012-07-27 Yao Qi <yao@codesourcery.com>
5414
5415 KFAIL for PR remote/14161.
5416 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5417 Cleanup socket files.
5418 (strace_info_marker): Detach inferior.
5419
54202012-07-26 Tom Tromey <tromey@redhat.com>
5421
5422 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5423
54242012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5425
5426 * gdb.python/py-inferior.c (thread): New function.
5427 (check_threads): New function.
5428 (test_threads): New function.
5429 * gdb.python/py-inferior.exp: Added test.
5430 Replaced runto with continue to breakpoint.
5431
54322012-07-26 Tom Tromey <tromey@redhat.com>
5433
5434 * lib/ada.exp (standard_ada_testfile): New proc.
5435 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5436 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5437 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5438 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5439 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5440 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5441 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5442 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5443 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5444 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5445 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5446 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5447 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5448 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5449 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5450 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5451 * gdb.ada/complete.exp: Use standard_ada_testfile.
5452 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5453 standard_output_file.
5454 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5455 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5456 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5457 standard_output_file.
5458 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5459 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5460 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5461 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5462 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5463 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5464 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5465 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5466 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5467 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5468 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5469 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5470 * gdb.ada/interface.exp: Use standard_ada_testfile.
5471 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5472 standard_output_file
5473 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5474 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5475 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5476 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5477 * gdb.ada/nested.exp: Use standard_ada_testfile.
5478 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5479 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5480 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5481 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5482 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5483 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5484 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5485 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5486 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5487 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5488 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5489 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5490 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5491 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5492 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5493 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5494 * gdb.ada/start.exp: Use standard_ada_testfile.
5495 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5496 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5497 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5498 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5499 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5500 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5501 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5502 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5503 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5504 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5505 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5506 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5507 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5508 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5509
55102012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5511
5512 Fix testsuite regression after --use-deprecated-index-sections removal.
5513 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5514
55152012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5516
5517 Fix compatibility with Tcl before 7.5.
5518 * lib/future.exp (lreverse): New function if it does not exist.
5519
55202012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5521
5522 * gdb.mi/mi-pending.c: New method to set a second pending
5523 breakpoint.
5524 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5525 condition.
5526
55272012-07-20 Pedro Alves <palves@redhat.com>
5528
5529 PR threads/11692
5530 PR gdb/12203
5531
5532 * gdb.threads/create-fail.c: New file.
5533 * gdb.threads/create-fail.exp: New file.
5534
55352012-07-19 Pedro Alves <palves@redhat.com>
5536
5537 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5538 * config/vx.exp (gdb_start): Likewise.
5539 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5540 * gdb.base/setvar.exp (test_set): Likewise.
5541 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5542 * gdb.reverse/sigall-precsave.exp: Likewise.
5543 * gdb.reverse/sigall-reverse.exp: Likewise.
5544
55452012-07-19 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5548 handler before recording.
5549
55502012-07-19 Tom Tromey <tromey@redhat.com>
5551
5552 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5553 * gdb.cp/casts.cc (decltype): New function.
5554 (main): Use it.
5555
55562012-07-19 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/sigall.exp (signals): New list.
5559 <top level>: Loop over signals in the $signals list instead of
5560 calling a test function once per signal.
5561 * gdb.reverse/sigall-precsave.exp (signals): New list.
5562 <top level>: Loop over signals in the $signals list instead of
5563 calling a test function once per signal.
5564 * gdb.reverse/sigall-reverse.exp (signals): New list.
5565 <top level>: Loop over signals in the $signals list instead of
5566 calling a test function once per signal.
5567
55682012-07-19 Yao Qi <yao@codesourcery.com>
5569
5570 * gdb.base/setshow.exp: Test 'set args ~'.
5571
55722012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 * gdb.base/store.exp (check_set): Import gdb_prompt.
5575 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5576 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5577
55782012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5579
5580 PR 11914
5581 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5582 (main): Call eval_sub.
5583 * gdb.python/py-prettyprint.exp:
5584 (python execfile ('py-prettyprint.py')): Move it earlier.
5585 New breakpoint for eval-break.
5586 (continue to breakpoint: eval-break, info locals): New test.
5587 (python execfile ('py-prettyprint.py')): Move it from here.
5588 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5589 (register_pretty_printers): Register pp_eval_type.
5590
55912012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5592
5593 Fix a testcase regression by me.
5594 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5595 DW_FORM_data4.
5596
55972012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5598 Doug Evans <dje@google.com>
5599
5600 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5601 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5602
56032012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5604
5605 Fix gdbserver run regression.
5606 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5607
56082012-07-12 Tom Tromey <tromey@redhat.com>
5609
5610 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5611 (clean_restart): Likewise.
5612 (core_find): Use standard_output_file.
5613
56142012-07-12 Tom Tromey <tromey@redhat.com>
5615
5616 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5617 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5618 prepare_for_testing_full.
5619 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5620 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5621 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5622 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5623 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5624 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5625 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5626 prepare_for_testing_full.
5627 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5628 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5629 prepare_for_testing_full.
5630 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5631 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5632 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5633
56342012-07-12 Tom Tromey <tromey@redhat.com>
5635
5636 * lib/gdb.exp (build_executable_from_specs): New proc, from
5637 build_executable.
5638 (build_executable): Use it.
5639 (prepare_for_testing_full): New proc.
5640
56412012-07-11 Tom Tromey <tromey@redhat.com>
5642
5643 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5644 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5645 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5646 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5647 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5648 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5649 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5650 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5651 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5652 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5653
56542012-07-10 Tom Tromey <tromey@redhat.com>
5655
5656 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5657 standard_output_file.
5658 * gdb.mi/gdb2549.exp: Use standard_testfile.
5659 * gdb.mi/gdb669.exp: Use standard_testfile.
5660 * gdb.mi/gdb701.exp: Use standard_testfile.
5661 * gdb.mi/gdb792.exp: Use standard_testfile.
5662 * gdb.mi/mi-async.exp: Use standard_testfile.
5663 * gdb.mi/mi-basics.exp: Use standard_testfile.
5664 * gdb.mi/mi-break.exp: Use standard_testfile.
5665 * gdb.mi/mi-cli.exp: Use standard_testfile.
5666 * gdb.mi/mi-console.exp: Use standard_testfile.
5667 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5668 * gdb.mi/mi-eval.exp: Use standard_testfile.
5669 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5670 * gdb.mi/mi-file.exp: Use standard_testfile.
5671 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5672 * gdb.mi/mi-logging.exp: Use standard_testfile.
5673 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5674 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5675 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5676 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5677 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5678 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5679 * gdb.mi/mi-pending.exp: Use standard_testfile,
5680 standard_output_file.
5681 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5682 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5683 * gdb.mi/mi-regs.exp: Use standard_testfile.
5684 * gdb.mi/mi-return.exp: Use standard_testfile.
5685 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5686 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5687 * gdb.mi/mi-solib.exp: Use standard_testfile,
5688 standard_output_file.
5689 * gdb.mi/mi-stack.exp: Use standard_testfile.
5690 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5691 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5692 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5693 * gdb.mi/mi-until.exp: Use standard_testfile.
5694 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5695 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5696 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5697 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5698 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5699 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5700 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5701 standard_output_file.
5702 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5703 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5704 * gdb.mi/mi-watch.exp: Use standard_testfile.
5705 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5706 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5707 * gdb.mi/mi2-break.exp: Use standard_testfile.
5708 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5709 * gdb.mi/mi2-console.exp: Use standard_testfile.
5710 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5711 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5712 * gdb.mi/mi2-file.exp: Use standard_testfile.
5713 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5714 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5715 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5716 * gdb.mi/mi2-return.exp: Use standard_testfile.
5717 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5718 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5719 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5720 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5721 * gdb.mi/mi2-until.exp: Use standard_testfile.
5722 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5723 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5724 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5725 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5726 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5727
57282012-07-10 Tom Tromey <tromey@redhat.com>
5729
5730 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5731 * gdb.cp/ambiguous.exp: Use standard_testfile,
5732 prepare_for_testing.
5733 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5734 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5735 * gdb.cp/anon-ns.exp: Use standard_testfile.
5736 * gdb.cp/anon-struct.exp: Use standard_testfile.
5737 * gdb.cp/anon-union.exp: Use standard_testfile,
5738 prepare_for_testing.
5739 * gdb.cp/arg-reference.exp: Use standard_testfile,
5740 prepare_for_testing.
5741 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5742 * gdb.cp/breakpoint.exp: Use standard_testfile,
5743 prepare_for_testing.
5744 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5745 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5746 standard_output_file.
5747 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5748 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5749 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5750 (test_static_members): Update.
5751 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5752 * gdb.cp/converts.exp: Use standard_testfile.
5753 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5754 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5755 prepare_for_testing.
5756 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5757 * gdb.cp/cplabel.exp: Use standard_testfile.
5758 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5759 prepare_for_testing.
5760 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5761 * gdb.cp/derivation.exp: Use standard_testfile,
5762 prepare_for_testing.
5763 * gdb.cp/destrprint.exp: Use standard_testfile.
5764 * gdb.cp/dispcxx.exp: Use standard_testfile.
5765 * gdb.cp/exception.exp: Use standard_testfile,
5766 prepare_for_testing.
5767 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5768 * gdb.cp/extern-c.exp: Use standard_testfile,
5769 prepare_for_testing.
5770 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5771 prepare_for_testing.
5772 * gdb.cp/fpointer.exp: Use standard_testfile.
5773 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5774 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5775 standard_output_file.
5776 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5777 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5778 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5779 standard_output_file.
5780 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5781 (do_tests): Update.
5782 * gdb.cp/koenig.exp: Use standard_testfile.
5783 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5784 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5785 * gdb.cp/m-static.exp: Use standard_testfile,
5786 prepare_for_testing.
5787 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5788 * gdb.cp/mb-inline.exp: Use standard_testfile,
5789 prepare_for_testing.
5790 * gdb.cp/mb-templates.exp: Use standard_testfile,
5791 prepare_for_testing.
5792 * gdb.cp/member-ptr.exp: Use standard_testfile,
5793 prepare_for_testing.
5794 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5795 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5796 * gdb.cp/method2.exp: Use standard_testfile.
5797 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5798 standard_output_file.
5799 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5800 (do_tests): Update.
5801 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5802 prepare_for_testing.
5803 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5804 prepare_for_testing.
5805 * gdb.cp/namespace.exp: Use standard_testfile,
5806 prepare_for_testing.
5807 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5808 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5809 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5810 * gdb.cp/nsimport.exp: Use standard_testfile,
5811 prepare_for_testing.
5812 * gdb.cp/nsnested.exp: Use standard_testfile.
5813 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5814 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5815 prepare_for_testing.
5816 * gdb.cp/nsstress.exp: Use standard_testfile,
5817 prepare_for_testing.
5818 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5819 * gdb.cp/operator.exp: Use standard_testfile.
5820 * gdb.cp/oranking.exp: Use standard_testfile.
5821 * gdb.cp/overload-const.exp: Use standard_testfile.
5822 * gdb.cp/overload.exp: Use standard_testfile,
5823 prepare_for_testing.
5824 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5825 * gdb.cp/ovsrch.exp: Use standard_testfile.
5826 * gdb.cp/paren-type.exp: Use standard_testfile.
5827 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5828 prepare_for_testing.
5829 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5830 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5831 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5832 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5833 * gdb.cp/pr10728.exp: Use standard_testfile,
5834 standard_output_file.
5835 * gdb.cp/pr12028.exp: Use standard_testfile.
5836 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5837 * gdb.cp/pr9167.exp: Use standard_testfile.
5838 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5839 * gdb.cp/printmethod.exp: Use standard_testfile,
5840 prepare_for_testing.
5841 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5842 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5843 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5844 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5845 standard_output_file.
5846 * gdb.cp/readnow-language.exp: Use standard_testfile.
5847 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5848 (gdb_start_again): Use clean_restart.
5849 * gdb.cp/ref-types.exp: Use standard_testfile,
5850 prepare_for_testing.
5851 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5852 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5853 * gdb.cp/smartp.exp: Use standard_testfile.
5854 * gdb.cp/static-method.exp: Use standard_testfile.
5855 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5856 * gdb.cp/temargs.exp: Use standard_testfile.
5857 * gdb.cp/templates.exp: Use standard_testfile,
5858 prepare_for_testing.
5859 (do_tests): Update.
5860 * gdb.cp/try_catch.exp: Use standard_testfile,
5861 prepare_for_testing.
5862 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5863 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5864 * gdb.cp/virtbase.exp: Use standard_testfile,
5865 prepare_for_testing.
5866 * gdb.cp/virtfunc.exp: Use standard_testfile,
5867 prepare_for_testing.
5868 (do_tests): Update.
5869 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5870 prepare_for_testing.
5871
58722012-07-10 Tom Tromey <tromey@redhat.com>
5873
5874 * lib/gdb.exp (standard_testfile): Unset output variables from
5875 earlier invocations.
5876
58772012-07-10 Yao Qi <yao@codesourcery.com>
5878
5879 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5880 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5881 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5882 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5883 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5884 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5885 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5886 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5887 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5888 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5889 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5890 * gdb.mi/mi-var-display.exp: Likewise.
5891 * gdb.mi/mi-var-invalidate.exp: Likewise.
5892 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5893 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5894 * gdb.mi/mi2-console.exp: Likewise.
5895 * gdb.mi/mi2-disassemble.exp: Likewise.
5896 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5897 * gdb.mi/mi2-read-memory.exp: Likewise.
5898 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5899 * gdb.mi/mi2-simplerun.exp: Likewise.
5900 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5901 * gdb.mi/mi2-syn-frame.exp: Likewise.
5902 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5903 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5904 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5905
59062012-07-09 Tom Tromey <tromey@redhat.com>
5907
5908 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5909 * gdb.base/callfuncs.exp: Add cast-based test.
5910 * gdb.base/callfuncs.c (voidfunc): New function.
5911
59122012-07-08 Doug Evans <dje@google.com>
5913
5914 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5915
59162012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5917
5918 Fix XFAIL compatibility with old i386 systems.
5919 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5920 Check also 'Cannot insert breakpoint 0'.
5921
59222012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 PR 14321
5925 * gdb.base/find.exp
5926 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5927
59282012-07-06 Tom Tromey <tromey@redhat.com>
5929
5930 * gdb.base/whatis.exp: Add test.
5931
59322012-07-06 Tom Tromey <tromey@redhat.com>
5933
5934 * gdb.base/whatis.exp: Add regression test.
5935
59362012-07-06 Tom Tromey <tromey@redhat.com>
5937
5938 * gdb.base/whatis.exp: Add tests.
5939
59402012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 PR 12649
5943 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5944 gdb_test_multiple $gdb_prompt terminator.
5945
59462012-07-04 Pedro Alves <palves@redhat.com>
5947
5948 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5949 supports_process_record.
5950
59512012-07-04 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5954 endings.
5955 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5956
59572012-07-03 Stan Shebs <stan@codesourcery.com>
5958
5959 * gdb.base/info-os.c (main): Retry resource acquisition until an
5960 available one is found.
5961 * gdb.base/info-os.exp: Collect resource keys from the program
5962 and use them in matching.
5963
59642012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5965
5966 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5967 Wrap the test into loop for corefile and core0file.
5968
59692012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5970
5971 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5972 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5973 .note.GNU-stack.
5974
5975 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5976
59772012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5978
5979 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5980 break): Include help message for the new `-probe' and `-probe-stap'
5981 options.
5982
59832012-07-02 Stan Shebs <stan@codesourcery.com>
5984
5985 * gdb.base/dprintf.exp: Add agent style tests.
5986
59872012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5988
5989 * gdb.base/stale-infcall.c (infcall): New label test-next.
5990 (main): New labels test-pass and test-fail.
5991 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5992 $test_fail_bpnum to test-fail.
5993 (test system longjmp tracking support): New test.
5994 Delete $test_fail_bpnum.
5995 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5996 breakpoint.
5997
59982012-06-30 Doug Evans <dje@google.com>
5999
6000 * gdb.dwarf2/fission-reread.S: New file.
6001 * gdb.dwarf2/fission-reread.exp: New file.
6002
60032012-06-28 Stan Shebs <stan@codesourcery.com>
6004
6005 * gdb.mi/mi-logging.exp: New file.
6006
60072012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6008 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.threads/siginfo-threads.exp: New file.
6011 * gdb.threads/siginfo-threads.c: New file.
6012 * gdb.threads/sigstep-threads.exp: New file.
6013 * gdb.threads/sigstep-threads.c: New file.
6014
60152012-06-28 Tom Tromey <tromey@redhat.com>
6016
6017 * gdb.go/package.exp: Partially revert earlier patch; use
6018 gdb_compile again. Use standard_output_file.
6019
60202012-06-27 Doug Evans <dje@google.com>
6021
6022 * gdb.dwarf2/fission-base.c: New file.
6023 * gdb.dwarf2/fission-base.S: New file.
6024 * gdb.dwarf2/fission-base.exp: New file.
6025
60262012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6027
6028 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6029
60302012-06-27 Tom Tromey <tromey@redhat.com>
6031
6032 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
6033 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
6034
60352012-06-27 Tom Tromey <tromey@redhat.com>
6036
6037 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
6038 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
6039 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
6040 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
6041 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
6042 prepare_for_testing.
6043 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
6044 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
6045 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
6046 standard_testfile.
6047 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
6048 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
6049 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
6050 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
6051 prepare_for_testing.
6052 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6053 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6054 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6055 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6056 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6057 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6058 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6059 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6060 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6061 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6062 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6063 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6064 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6065 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6066 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6067 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6068 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6069 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6070 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6071 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6072 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6073 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6074 standard_output_file.
6075 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6076 standard_output_file.
6077 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6078 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6079 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6080 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6081 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6082 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6083 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6084 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6085 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6086 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6087 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6088 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6089 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6090 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6091 * gdb.dwarf2/valop.exp: Use standard_testfile,
6092 prepare_for_testing.
6093
60942012-06-27 Tom Tromey <tromey@redhat.com>
6095
6096 * gdb.python/python.exp: Fix regexps in pagination tests.
6097
60982012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6099
6100 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6101 'last' of gdb.Symtab_and_line.
6102 * gdb.python/py-symbol.c: Move break point comment to enable
6103 testing of gdb.Symtab_and_line.last.
6104
61052012-06-26 Tom Tromey <tromey@redhat.com>
6106
6107 * gdb.threads/step.c: Remove.
6108 * gdb.threads/step.exp: Remove.
6109 * gdb.threads/step2.exp: Remove.
6110
61112012-06-26 Tom Tromey <tromey@redhat.com>
6112
6113 * gdb.threads/watchpoint-fork.exp (test): Use
6114 standard_output_file. Don't declare objdir.
6115 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6116 standard_output_file.
6117 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6118 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6119 clean_restart. Remove incdir.
6120 * gdb.threads/corethreads.exp: Use standard_testfile.
6121 * gdb.threads/execl.exp: Use standard_testfile,
6122 standard_output_file, clean_restart.
6123 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6124 clean_restart.
6125 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6126 clean_restart.
6127 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6128 incdir.
6129 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6130 clean_restart. Remove incdir.
6131 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6132 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6133 clean_restart. Remove incdir.
6134 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6135 Remove incdir.
6136 * gdb.threads/leader-exit.exp: Use standard_testfile.
6137 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6138 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6139 clean_restart.
6140 * gdb.threads/manythreads.exp: Use standard_testfile,
6141 clean_restart. Remove incdir.
6142 * gdb.threads/multi-create.exp: Use standard_testfile,
6143 clean_restart.
6144 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6145 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6146 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6147 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6148 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6149 * gdb.threads/pending-step.exp: Use standard_testfile,
6150 clean_restart. Remove incdir.
6151 * gdb.threads/print-threads.exp: Use standard_testfile,
6152 clean_restart. Remove incdir.
6153 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6154 clean_restart. Remove incdir.
6155 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6156 Remove incdir.
6157 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6158 incdir.
6159 * gdb.threads/sigthread.exp: Use standard_testfile,
6160 clean_restart.
6161 * gdb.threads/staticthreads.exp: Use standard_testfile,
6162 clean_restart. Remove incdir.
6163 * gdb.threads/switch-threads.exp: Use standard_testfile,
6164 clean_restart. Remove incdir.
6165 * gdb.threads/thread-execl.exp: Use standard_testfile,
6166 clean_restart. Remove incdir.
6167 * gdb.threads/thread-find.exp: Use standard_testfile,
6168 clean_restart.
6169 * gdb.threads/thread-specific.exp: Use standard_testfile,
6170 clean_restart. Remove incdir.
6171 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6172 clean_restart. Remove incdir.
6173 * gdb.threads/thread_check.exp: Use standard_testfile,
6174 clean_restart. Remove incdir.
6175 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6176 incdir.
6177 * gdb.threads/threadapply.exp: Use standard_testfile,
6178 clean_restart. Remove incdir.
6179 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6180 clean_restart. Remove incdir.
6181 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6182 clean_restart.
6183 * gdb.threads/tls-shared.exp: Use standard_testfile,
6184 clean_restart, standard_output_file.
6185 * gdb.threads/tls-var.exp: Use standard_testfile,
6186 standard_output_file.
6187 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6188 Remove incdir.
6189 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6190 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6191 incdir.
6192 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6193 clean_restart. Remove incdir.
6194
61952012-06-26 Tom Tromey <tromey@redhat.com>
6196
6197 * gdb.trace/actions.exp: Use standard_testfile.
6198 * gdb.trace/ax.exp: Use standard_testfile.
6199 * gdb.trace/backtrace.exp: Use standard_testfile.
6200 * gdb.trace/change-loc.exp: Use standard_testfile.
6201 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6202 * gdb.trace/collection.exp: Use standard_testfile,
6203 prepare_for_testing.
6204 * gdb.trace/deltrace.exp: Use standard_testfile.
6205 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6206 * gdb.trace/ftrace.exp: Use standard_testfile.
6207 * gdb.trace/infotrace.exp: Use standard_testfile.
6208 * gdb.trace/packetlen.exp: Use standard_testfile.
6209 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6210 * gdb.trace/passcount.exp: Use standard_testfile.
6211 * gdb.trace/pending.exp: Use standard_testfile.
6212 * gdb.trace/report.exp: Use standard_testfile.
6213 * gdb.trace/save-trace.exp: Use standard_testfile.
6214 * gdb.trace/stap-trace.exp: Use standard_testfile.
6215 * gdb.trace/status-stop.exp: Use standard_testfile.
6216 * gdb.trace/strace.exp: Use standard_testfile.
6217 * gdb.trace/tfile.exp: Use standard_testfile.
6218 * gdb.trace/tfind.exp: Use standard_testfile.
6219 * gdb.trace/trace-break.exp: Use standard_testfile.
6220 * gdb.trace/trace-mt.exp: Use standard_testfile.
6221 * gdb.trace/tracecmd.exp: Use standard_testfile.
6222 * gdb.trace/tspeed.exp: Use standard_testfile.
6223 * gdb.trace/tstatus.exp: Use standard_testfile.
6224 * gdb.trace/tsv.exp: Use standard_testfile.
6225 * gdb.trace/unavailable.exp: Use standard_testfile,
6226 prepare_for_testing.
6227 * gdb.trace/while-dyn.exp: Use standard_testfile.
6228 * gdb.trace/while-stepping.exp: Use standard_testfile.
6229
62302012-06-26 Tom Tromey <tromey@redhat.com>
6231
6232 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6233 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6234 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6235 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6236 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6237 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6238 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6239 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6240 prepare_for_testing.
6241 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6242 prepare_for_testing.
6243 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6244 prepare_for_testing.
6245 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6246 prepare_for_testing.
6247 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6248 prepare_for_testing
6249 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6250 * gdb.reverse/machinestate.exp: Use standard_testfile.
6251 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6252 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6253 build_executable.
6254 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6255 build_executable.
6256 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6257 standard_output_file.
6258 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6259 standard_output_file.
6260 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6261 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6262 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6263 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6264 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6265 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6266
62672012-06-26 Tom Tromey <tromey@redhat.com>
6268
6269 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6270 standard_output_file.
6271 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6272 prepare_for_testing. Remove directory-checking code.
6273
62742012-06-25 Tom Tromey <tromey@redhat.com>
6275
6276 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6277 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6278 build_executable, not prepare_for_testing.
6279 * gdb.multi/base.exp: Use standard_output_file. Use
6280 build_executable, not prepare_for_testing.
6281
62822012-06-25 Tom Tromey <tromey@redhat.com>
6283
6284 * gdb.fortran/subarray.exp: Use standard_testfile,
6285 prepare_for_testing.
6286 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6287 * gdb.fortran/module.exp: Use standard_testfile.
6288 * gdb.fortran/logical.exp: Use standard_testfile.
6289 * gdb.fortran/library-module.exp: Use standard_testfile,
6290 standard_output_file.
6291 * gdb.fortran/derived-type.exp: Use standard_testfile,
6292 prepare_for_testing.
6293 * gdb.fortran/complex.exp: Use standard_testfile,
6294 prepare_for_testing.
6295 * gdb.fortran/charset.exp: Use standard_testfile.
6296 * gdb.fortran/array-element.exp: Use standard_testfile,
6297 prepare_for_testing.
6298
62992012-06-25 Keith Seitz <keiths@redhat.com>
6300
6301 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6302 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6303
63042012-06-25 Tom Tromey <tromey@redhat.com>
6305
6306 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6307 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6308 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6309 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6310
63112012-06-25 Tom Tromey <tromey@redhat.com>
6312
6313 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6314 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6315 * gdb.linespec/linespec.exp: Use standard_testfile.
6316
63172012-06-25 Tom Tromey <tromey@redhat.com>
6318
6319 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6320 prepare_for_testing.
6321
63222012-06-25 Tom Tromey <tromey@redhat.com>
6323
6324 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6325 prepare_for_testing.
6326 * gdb.opt/inline-break.exp: Use standard_testfile,
6327 prepare_for_testing.
6328 * gdb.opt/inline-bt.exp: Use standard_testfile,
6329 prepare_for_testing.
6330 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6331 prepare_for_testing.
6332 * gdb.opt/inline-locals.exp: Use standard_testfile,
6333 prepare_for_testing.
6334
63352012-06-25 Tom Tromey <tromey@redhat.com>
6336
6337 * gdb.asm/asm-source.exp: Use standard_output_file,
6338 standard_testfile. Construct .o files in proper subdir.
6339
63402012-06-25 Tom Tromey <tromey@redhat.com>
6341
6342 * gdb.server/ext-attach.exp: Use standard_testfile,
6343 prepare_for_testing.
6344 * gdb.server/ext-run.exp: Use standard_testfile,
6345 build_executable.
6346 * gdb.server/file-transfer.exp: Use standard_testfile,
6347 prepare_for_testing.
6348 * gdb.server/server-exec-info.exp: Use standard_testfile.
6349 * gdb.server/server-mon.exp: Use standard_testfile,
6350 prepare_for_testing.
6351 * gdb.server/server-run.exp: Use standard_testfile,
6352 build_executable.
6353 * gdb.server/solib-list.exp: Use standard_testfile,
6354 standard_output_file.
6355
63562012-06-25 Tom Tromey <tromey@redhat.com>
6357
6358 * lib/gdb.exp (standard_output_file): Use "file join".
6359 * gdb.go/chan.exp: Use standard_testfile.
6360 * gdb.go/handcall.exp: Use standard_testfile.
6361 * gdb.go/hello.exp: Use standard_testfile.
6362 * gdb.integers/chan.exp: Use standard_testfile.
6363 * gdb.go/methods.exp: Use standard_testfile.
6364 * gdb.go/package.exp: Use standard_testfile.
6365 * gdb.go/strings.exp: Use standard_testfile.
6366 * gdb.go/types.exp: Use standard_testfile.
6367 * gdb.go/unsafe.exp: Use standard_testfile.
6368
63692012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6370
6371 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6372
63732012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6374
6375 Fix regression by the previous commit.
6376 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6377
63782012-06-22 Tom Tromey <tromey@redhat.com>
6379
6380 * gdb.python/lib-types.exp: Use standard_testfile,
6381 prepare_for_testing.
6382 * gdb.python/py-block.exp: Use standard_testfile.
6383 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6384 * gdb.python/py-events.exp: Use standard_testfile,
6385 standard_output_file.
6386 * gdb.python/py-evsignal.exp: Use standard_testfile.
6387 * gdb.python/py-evethreads.exp: Use standard_testfile.
6388 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6389 * gdb.python/py-explore.exp: Use standard_testfile.
6390 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6391 standard_output_file.
6392 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6393 prepare_for_testing.
6394 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6395 * gdb.python/py-frame.exp: Use standard_testfile.
6396 * gdb.python/py-inferior.exp: Use standard_testfile.
6397 * gdb.python/py-infthread.exp: Use standard_testfile.
6398 * gdb.python/py-mi.exp: Use standard_testfile.
6399 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6400 build_executable.
6401 * gdb.python/py-objfile.exp: Use standard_testfile.
6402 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6403 prepare_for_testing.
6404 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6405 * gdb.python/py-progspace.exp: Use standard_testfile,
6406 build_executable.
6407 * gdb.python/py-prompt.exp: Use standard_testfile,
6408 build_executable.
6409 * gdb.python/py-section-script.exp: Use standard_testfile,
6410 build_executable.
6411 * gdb.python/py-shared.exp: Use standard_testfile,
6412 standard_output_file, clean_restart.
6413 * gdb.python/py-symbol.exp: Use standard_output_file,
6414 prepare_for_testing.
6415 * gdb.python/py-symtab.exp: Use standard_output_file,
6416 prepare_for_testing
6417 * gdb.python/py-template.exp: Use standard_testfile.
6418 * gdb.python/py-type.exp: Use standard_testfile.
6419 * gdb.python/py-value-cc.exp: Use standard_testfile.
6420 * gdb.python/py-value.exp: Use standard_testfile.
6421 * gdb.python/python.exp: Use standard_testfile, build_executable.
6422
64232012-06-22 Tom Tromey <tromey@redhat.com>
6424
6425 * gdb.objc/basicclass.exp: Use standard_testfile.
6426 (do_objc_tests): Don't declare objdir.
6427 * gdb.objc/nondebug.exp: Use standard_testfile.
6428 (do_objc_tests): Don't declare objdir.
6429 * gdb.objc/objcdecode.exp: Use standard_testfile.
6430 (do_objc_tests): Don't declare objdir.
6431
64322012-06-22 Tom Tromey <tromey@redhat.com>
6433
6434 * gdb.java/jmain.exp: Use standard_testfile.
6435 * gdb.java/jmisc.exp: Use standard_testfile.
6436 * gdb.java/jnpe.exp: Use standard_testfile.
6437 * gdb.java/jprint.exp: Use standard_testfile.
6438
64392012-06-22 Tom Tromey <tromey@redhat.com>
6440
6441 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6442 (standard_output_file, standard_testfile): New procs.
6443 (build_executable, clean_restart): Use standard_output_file.
6444
64452012-06-22 Yao Qi <yao@codesourcery.com>
6446
6447 * boards/native-gdbserver.exp: New proc ${board}_exec.
6448 * boards/native-stdio-gdbserver.exp: Likewise.
6449
64502012-06-21 Tom Tromey <tromey@redhat.com>
6451
6452 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6453 (build_executable): Update.
6454 (get_compiler_info): Remove 'binfile' argument.
6455 * gdb.ada/arrayidx.exp: Update.
6456 * gdb.ada/null_array.exp: Update.
6457 * gdb.arch/altivec-abi.exp: Update.
6458 * gdb.arch/altivec-regs.exp: Update.
6459 * gdb.arch/amd64-byte.exp: Update.
6460 * gdb.arch/amd64-dword.exp: Update.
6461 * gdb.arch/amd64-word.exp: Update.
6462 * gdb.arch/i386-avx.exp: Update.
6463 * gdb.arch/i386-byte.exp: Update.
6464 * gdb.arch/i386-sse.exp: Update.
6465 * gdb.arch/i386-word.exp: Update.
6466 * gdb.arch/ppc-dfp.exp: Update.
6467 * gdb.arch/ppc-fp.exp: Update.
6468 * gdb.arch/vsx-regs.exp: Update.
6469 * gdb.base/all-bin.exp: Update.
6470 * gdb.base/annota1.exp: Update.
6471 * gdb.base/async.exp: Update.
6472 * gdb.base/attach.exp: Update.
6473 * gdb.base/break-interp.exp: Update.
6474 * gdb.base/call-ar-st.exp: Update.
6475 * gdb.base/call-rt-st.exp: Update.
6476 * gdb.base/call-sc.exp: Update.
6477 * gdb.base/callfuncs.exp: Update.
6478 * gdb.base/catch-load.exp: Update.
6479 * gdb.base/completion.exp: Update.
6480 * gdb.base/complex.exp: Update.
6481 * gdb.base/condbreak.exp: Update.
6482 * gdb.base/consecutive.exp: Update.
6483 * gdb.base/constvars.exp: Update.
6484 * gdb.base/corefile.exp: Update.
6485 * gdb.base/eval-skip.exp: Update.
6486 * gdb.base/expand-psymtabs.exp: Update.
6487 * gdb.base/exprs.exp: Update.
6488 * gdb.base/fileio.exp: Update.
6489 * gdb.base/fixsection.exp: Update.
6490 * gdb.base/funcargs.exp: Update.
6491 * gdb.base/gdb11530.exp: Update.
6492 * gdb.base/gdb1555.exp: Update.
6493 * gdb.base/gnu-ifunc.exp: Update.
6494 * gdb.base/gnu_vector.exp: Update.
6495 * gdb.base/info-macros.exp: Update.
6496 * gdb.base/jit-simple.exp: Update.
6497 * gdb.base/jit-so.exp: Update.
6498 * gdb.base/jit.exp: Update.
6499 * gdb.base/langs.exp: Update.
6500 * gdb.base/list.exp: Update.
6501 * gdb.base/logical.exp: Update.
6502 * gdb.base/long_long.exp: Update.
6503 * gdb.base/longjmp.exp: Update.
6504 * gdb.base/macscp.exp: Update.
6505 * gdb.base/mips_pro.exp: Update.
6506 * gdb.base/miscexprs.exp: Update.
6507 * gdb.base/morestack.exp: Update.
6508 * gdb.base/nodebug.exp: Update.
6509 * gdb.base/opaque.exp: Update.
6510 * gdb.base/pc-fp.exp: Update.
6511 * gdb.base/pending.exp: Update.
6512 * gdb.base/permissions.exp: Update.
6513 * gdb.base/pointers.exp: Update.
6514 * gdb.base/prelink.exp: Update.
6515 * gdb.base/printcmds.exp: Update.
6516 * gdb.base/psymtab.exp: Update.
6517 * gdb.base/ptype.exp: Update.
6518 * gdb.base/relational.exp: Update.
6519 * gdb.base/scope.exp: Update.
6520 * gdb.base/setvar.exp: Update.
6521 * gdb.base/shlib-call.exp: Update.
6522 * gdb.base/shreloc.exp: Update.
6523 * gdb.base/signals.exp: Update.
6524 * gdb.base/sizeof.exp: Update.
6525 * gdb.base/so-impl-ld.exp: Update.
6526 * gdb.base/so-indr-cl.exp: Update.
6527 * gdb.base/solib-disc.exp: Update.
6528 * gdb.base/solib-display.exp: Update.
6529 * gdb.base/solib-nodir.exp: Update.
6530 * gdb.base/solib-overlap.exp: Update.
6531 * gdb.base/solib-symbol.exp: Update.
6532 * gdb.base/solib-weak.exp: Update.
6533 * gdb.base/solib.exp: Update.
6534 * gdb.base/store.exp: Update.
6535 * gdb.base/structs.exp: Update.
6536 * gdb.base/structs2.exp: Update.
6537 * gdb.base/type-opaque.exp: Update.
6538 * gdb.base/unload.exp: Update.
6539 * gdb.base/varargs.exp: Update.
6540 * gdb.base/volatile.exp: Update.
6541 * gdb.base/watch_thread_num.exp: Update.
6542 * gdb.base/watchpoint-solib.exp: Update.
6543 * gdb.base/watchpoint.exp: Update.
6544 * gdb.base/watchpoints.exp: Update.
6545 * gdb.base/whatis.exp: Update.
6546 * gdb.cell/arch.exp: Update.
6547 * gdb.cell/break.exp: Update.
6548 * gdb.cell/bt.exp: Update.
6549 * gdb.cell/core.exp: Update.
6550 * gdb.cell/data.exp: Update.
6551 * gdb.cell/ea-cache.exp: Update.
6552 * gdb.cell/f-regs.exp: Update.
6553 * gdb.cell/fork.exp: Update.
6554 * gdb.cell/gcore.exp: Update.
6555 * gdb.cell/mem-access.exp: Update.
6556 * gdb.cell/ptype.exp: Update.
6557 * gdb.cell/registers.exp: Update.
6558 * gdb.cell/sizeof.exp: Update.
6559 * gdb.cell/solib-symbol.exp: Update.
6560 * gdb.cell/solib.exp: Update.
6561 * gdb.cp/ambiguous.exp: Update.
6562 * gdb.cp/breakpoint.exp: Update.
6563 * gdb.cp/bs15503.exp: Update.
6564 * gdb.cp/casts.exp: Update.
6565 * gdb.cp/class2.exp: Update.
6566 * gdb.cp/cpexprs.exp: Update.
6567 * gdb.cp/cplusfuncs.exp: Update.
6568 * gdb.cp/ctti.exp: Update.
6569 * gdb.cp/dispcxx.exp: Update.
6570 * gdb.cp/gdb1355.exp: Update.
6571 * gdb.cp/gdb2384.exp: Update.
6572 * gdb.cp/gdb2495.exp: Update.
6573 * gdb.cp/infcall-dlopen.exp: Update.
6574 * gdb.cp/local.exp: Update.
6575 * gdb.cp/m-data.exp: Update.
6576 * gdb.cp/m-static.exp: Update.
6577 * gdb.cp/mb-ctor.exp: Update.
6578 * gdb.cp/mb-inline.exp: Update.
6579 * gdb.cp/mb-templates.exp: Update.
6580 * gdb.cp/member-ptr.exp: Update.
6581 * gdb.cp/method.exp: Update.
6582 * gdb.cp/namespace.exp: Update.
6583 * gdb.cp/nextoverthrow.exp: Update.
6584 * gdb.cp/nsdecl.exp: Update.
6585 * gdb.cp/nsrecurs.exp: Update.
6586 * gdb.cp/nsstress.exp: Update.
6587 * gdb.cp/nsusing.exp: Update.
6588 * gdb.cp/pr-1023.exp: Update.
6589 * gdb.cp/pr-1210.exp: Update.
6590 * gdb.cp/pr-574.exp: Update.
6591 * gdb.cp/pr9631.exp: Update.
6592 * gdb.cp/printmethod.exp: Update.
6593 * gdb.cp/psmang.exp: Update.
6594 * gdb.cp/re-set-overloaded.exp: Update.
6595 * gdb.cp/rtti.exp: Update.
6596 * gdb.cp/shadow.exp: Update.
6597 * gdb.cp/templates.exp: Update.
6598 * gdb.cp/try_catch.exp: Update.
6599 * gdb.dwarf2/dw2-ranges.exp: Update.
6600 * gdb.dwarf2/pr10770.exp: Update.
6601 * gdb.fortran/library-module.exp: Update.
6602 * gdb.hp/gdb.aCC/optimize.exp: Update.
6603 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6604 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6605 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6606 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6607 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6608 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6609 * gdb.hp/gdb.compat/xdb1.exp: Update.
6610 * gdb.hp/gdb.compat/xdb2.exp: Update.
6611 * gdb.hp/gdb.compat/xdb3.exp: Update.
6612 * gdb.hp/gdb.defects/bs14602.exp: Update.
6613 * gdb.hp/gdb.defects/solib-d.exp: Update.
6614 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6615 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6616 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6617 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6618 * gdb.mi/gdb792.exp: Update.
6619 * gdb.mi/mi-pending.exp: Update.
6620 * gdb.mi/mi-solib.exp: Update.
6621 * gdb.mi/mi-var-cp.exp: Update.
6622 * gdb.opt/clobbered-registers-O2.exp: Update.
6623 * gdb.opt/inline-bt.exp: Update.
6624 * gdb.opt/inline-cmds.exp: Update.
6625 * gdb.opt/inline-locals.exp: Update.
6626 * gdb.python/py-events.exp: Update.
6627 * gdb.python/py-finish-breakpoint.exp: Update.
6628 * gdb.python/py-type.exp: Update.
6629 * gdb.reverse/solib-precsave.exp: Update.
6630 * gdb.reverse/solib-reverse.exp: Update.
6631 * gdb.server/solib-list.exp: Update.
6632 * gdb.stabs/weird.exp: Update.
6633 * gdb.threads/attach-into-signal.exp: Update.
6634 * gdb.threads/attach-stopped.exp: Update.
6635 * gdb.threads/tls-shared.exp: Update.
6636 * gdb.trace/change-loc.exp: Update.
6637 * gdb.trace/strace.exp: Update.
6638
66392012-06-19 Tom Tromey <tromey@redhat.com>
6640
6641 * gdb.base/whatis.exp: Add tests.
6642
66432012-06-19 Tom Tromey <tromey@redhat.com>
6644
6645 * gdb.cp/m-static.cc (keepalive): New function.
6646 (gnu_obj_1::method): Use it.
6647
66482012-06-18 Doug Evans <dje@google.com>
6649
6650 * gdb.base/info-fun.exp: New file.
6651 * gdb.base/info-fun.c: New file.
6652 * gdb.base/info-fun-solib.c: New file.
6653
66542012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6655
6656 Remove stale dummy frames.
6657 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6658 (maintenance info breakpoints): New tests.
6659 * gdb.base/stale-infcall.c: New file.
6660 * gdb.base/stale-infcall.exp: New file.
6661
66622012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6663
6664 * gdb.arch/amd64-entry-value-param.S: New file.
6665 * gdb.arch/amd64-entry-value-param.c: New file.
6666 * gdb.arch/amd64-entry-value-param.exp: New file.
6667
66682012-06-15 Tom Tromey <tromey@redhat.com>
6669
6670 * gdb.cp/namespace.exp: Add "show lang" test.
6671
66722012-06-15 Iain Sandoe <iain@codesourcery.com>
6673
6674 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6675 case. (top level): Use gdb_file_cmd instead of gdb_load.
6676
66772012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 PR tdep/14222
6680 * gdb.arch/i386-sse-stack-align.S: New file.
6681 * gdb.arch/i386-sse-stack-align.c: New file.
6682 * gdb.arch/i386-sse-stack-align.exp: New file.
6683
66842012-06-13 Keith Seitz <keiths@redhat.com>
6685
6686 PR breakpoints/13798 and mi/11541
6687 * gdb.linespec/ls-errs.exp: Add a few more tests for
6688 filenames with spaces and colons.
6689
66902012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6691
6692 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6693 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6694 (test_function): Call CV_f.
6695 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6696 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6697 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6698 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6699 (p CV_f(CV::i)): New tests.
6700
67012012-06-13 Tom Tromey <tromey@redhat.com>
6702
6703 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6704
67052012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6706
6707 Fix regression by the "ambiguous linespec" series.
6708 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6709 tests.
6710
67112012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6712
6713 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6714 missing.
6715
67162012-06-11 Tom Tromey <tromey@redhat.com>
6717
6718 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6719 location...
6720 (main): ...here.
6721
67222012-06-07 Yao Qi <yao@codesourcery.com>
6723
6724 * gdb.trace/strace.exp: Shorten some too-long lines.
6725
67262012-06-06 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.threads/clone-new-thread-event.c: New file.
6729 * gdb.threads/clone-new-thread-event.exp: New file.
6730
67312012-06-06 Yao Qi <yao@codesourcery.com>
6732
6733 * gdb.base/dprintf.c (main): Add extra parameter when calling
6734 printf and fprintf.
6735 (bar): New function. It is a dead function, but to ensure
6736 'malloc' is linked explicitly.
6737
67382012-06-06 Yao Qi <yao@codesourcery.com>
6739
6740 * gdb.base/info-proc.exp: Return if target doesn't support
6741 'info proc'.
6742
67432012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6746 (run program with breakpoint commands): XFAIl if it is not.
6747
67482012-06-05 Joel Brobecker <brobecker@adacore.com>
6749
6750 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6751 and add comment.
6752 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6753 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6754 "STOP" marker. Adjust testing strategy to make it work on
6755 all targets.
6756
6757 * gdb.base/print-file-var-main.c (main): Rewrite using local
6758 variables and adjust get_version_2's return value check.
6759 Add small comment.
6760 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6761 marker. Adjust testing strategy to make it work on all targets.
6762
67632012-06-05 Joel Brobecker <brobecker@adacore.com>
6764
6765 * gdb.ada/bad-task-bp-keyword: New testcase.
6766
67672012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6768
6769 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6770 Simplify it to ...
6771 (symbol-file ${testfile1}): ... here.
6772 (test eliminated var my_global_symbol)
6773 (test eliminated var my_static_symbol)
6774 (test eliminated var my_global_func, get address of main): Wrap them to
6775 'single psymtabs' and 'single symtabs'
6776 (get address of my_global_symbol, get address of my_static_symbol)
6777 (get address of my_global_func, get address of main): Wrap them to
6778 'order1' and 'order2'.
6779
6780 * gdb.base/code_elim.exp
6781 (add-symbol-file ${testfile1} 0x100000)
6782 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6783 'order2'.
6784 (order1: add-symbol-file ${testfile1} 0x100000)
6785 (order1: add-symbol-file ${testfile2} 0x200000)
6786 (order2: add-symbol-file ${testfile2} 0x200000)
6787 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6788 .bss as appropriate.
6789
67902012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6791
6792 * gdb.server/solib-list-lib.c: New file.
6793 * gdb.server/solib-list-main.c: New file.
6794 * gdb.server/solib-list.exp: New file.
6795
67962012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6797
6798 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6799 for 'set print symbol' change.
6800
68012012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6802
6803 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6804 .debug_abbrev_seg3.
6805
68062012-05-24 John Steele Scott <toojays@toojays.net>
6807
6808 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6809 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6810 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6811
68122012-05-23 Stan Shebs <stan@codesourcery.com>
6813
6814 * gdb.mi/mi-info-os.exp: New file.
6815
68162012-05-23 Keith Seitz <keiths@redhat.com>
6817
6818 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6819 return -1 to suppress the rest of the tests.
6820 (compile_stap_bin): Return boolean success value.
6821
68222012-05-21 Tom Tromey <tromey@redhat.com>
6823
6824 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6825 Remove kfails.
6826 (test_print_mi_member_types): Likewise.
6827
68282012-05-21 Tom Tromey <tromey@redhat.com>
6829
6830 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6831 print symbol' change.
6832
68332012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6834
6835 * gdb.python/py-prompt.exp: Quit if the target is remote.
6836
68372012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6838
6839 Fix ERROR: internal buffer is full.
6840 * gdb.base/info-os.exp (expect_multiline): New function.
6841 (get process list, get process groups, get threads)
6842 (get file descriptors, get internet-domain sockets)
6843 (get shared-memory regions, get semaphores, get message queues): Use
6844 it for these tests.
6845
68462012-05-18 Tom Tromey <tromey@redhat.com>
6847
6848 * gdb.mi/mi-var-cmd.exp: Update.
6849 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6850 * gdb.cp/virtbase.exp: Update.
6851 * gdb.cp/classes.exp (test_static_members): Update.
6852 * gdb.cp/casts.exp: Update.
6853 * gdb.base/pointers.exp: Update.
6854 * gdb.base/funcargs.exp (pointer_args): Update.
6855 (structs_by_reference): Update.
6856 * gdb.base/find.exp: Update.
6857 * gdb.base/call-strs.exp: Send "set print symbol off".
6858 * gdb.base/call-ar-st.exp: Update.
6859 * gdb.ada/fun_addr.exp: Update.
6860 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6861 Call it.
6862 (test_print_repeats_10, test_print_strings)
6863 (test_print_char_arrays): Update.
6864
68652012-05-18 Tom Tromey <tromey@redhat.com>
6866
6867 * gdb.base/charset.exp (string_display): Update.
6868
68692012-05-18 Tom Tromey <tromey@redhat.com>
6870
6871 * gdb.mi/mi2-var-display.exp: Update.
6872 * gdb.mi/mi-var-display.exp: Update.
6873 * gdb.mi/mi-var-child.exp: Update.
6874 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6875 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6876
68772012-05-17 Doug Evans <dje@google.com>
6878
6879 * info-macros.exp: Pass "debug" to prepare_for_testing.
6880
6881 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6882 * gdb.ada/Makefile.in (clean): Ditto.
6883 * gdb.arch/Makefile.in (clean): Ditto.
6884 * gdb.asm/Makefile.in (clean): Ditto.
6885 * gdb.base/Makefile.in (clean): Ditto.
6886 * gdb.cell/Makefile.in (clean): Ditto.
6887 * gdb.cp/Makefile.in (clean): Ditto.
6888 * gdb.disasm/Makefile.in (clean): Ditto.
6889 * gdb.dwarf2/Makefile.in (clean): Ditto.
6890 * gdb.fortran/Makefile.in (clean): Ditto.
6891 * gdb.go/Makefile.in (clean): Ditto.
6892 * gdb.hp/Makefile.in (clean): Ditto.
6893 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6894 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6895 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6896 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6897 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6898 * gdb.java/Makefile.in (clean): Ditto.
6899 * gdb.linespec/Makefile.in (clean): Ditto.
6900 * gdb.mi/Makefile.in (clean): Ditto.
6901 * gdb.modula2/Makefile.in (clean): Ditto.
6902 * gdb.multi/Makefile.in (clean): Ditto.
6903 * gdb.objc/Makefile.in (clean): Ditto.
6904 * gdb.opencl/Makefile.in (clean): Ditto.
6905 * gdb.opt/Makefile.in (clean): Ditto.
6906 * gdb.pascal/Makefile.in (clean): Ditto.
6907 * gdb.python/Makefile.in (clean): Ditto.
6908 * gdb.reverse/Makefile.in (clean): Ditto.
6909 * gdb.server/Makefile.in (clean): Ditto.
6910 * gdb.stabs/Makefile.in (clean): Ditto.
6911 * gdb.threads/Makefile.in (clean): Ditto.
6912 * gdb.trace/Makefile.in (clean): Ditto.
6913 * gdb.xml/Makefile.in (clean): Ditto.
6914
69152012-05-16 Tom Tromey <tromey@redhat.com>
6916
6917 * gdb.base/macscp1.c (macscp_expr): Add comment.
6918 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6919
69202012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6921
6922 * gdb.base/return-nodebug.exp: Also test float and double types.
6923
69242012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6925
6926 PR testsuite/12649
6927 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6928
6929 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6930
69312012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6932
6933 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6934 `rerun_to_main'.
6935 (stap_test_no_debuginfo): Likewise.
6936
69372012-05-14 Stan Shebs <stan@codesourcery.com>
6938
6939 * gdb.base/dprintf.c: New file.
6940 * gdb.base/dprintf.exp: New file.
6941
69422012-05-14 Hui Zhu <hui_zhu@mentor.com>
6943
6944 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6945 * gdb.trace/disconnected-tracing.c: New file.
6946 * gdb.trace/disconnected-tracing.exp: New file.
6947
69482012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6949
6950 * gdb.python/python.c: Add a new breakpoint comment.
6951 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6952
69532011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6954
6955 * gdb.base/info-os.exp: New file.
6956 * gdb.base/info-os.c: New file.
6957
69582012-05-10 Joel Brobecker <brobecker@adacore.com>
6959
6960 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6961 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6962 New files.
6963
69642012-05-10 Joel Brobecker <brobecker@adacore.com>
6965
6966 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6967 gdb.base/ctxobj.exp: New files.
6968
69692012-05-09 Tom Tromey <tromey@redhat.com>
6970
6971 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6972
69732012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6974
6975 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6976
69772012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6978
6979 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6980 before using it.
6981
69822012-05-04 Tristan Gingold <gingold@adacore.com>
6983
6984 * gdb.base/set-noassign.exp: New test.
6985
69862012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6987
6988 * gdb.python/py-symbol.exp: Add tests to test the new methods
6989 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6990 * gdb.python/py-symbol.c: Add new struct to help test
6991 gdb.Symtab.static_block().
6992
69932012-05-03 Doug Evans <dje@google.com>
6994
6995 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6996 commented out.
6997
69982012-05-03 Yao Qi <yao@codesourcery.com>
6999
7000 * gdb.base/catch-syscall.exp: Skip it before compilation if target
7001 doesn't support.
7002 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
7003 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
7004
70052012-05-03 Yao Qi <yao@codesourcery.com>
7006
7007 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
7008
70092012-04-30 Doug Evans <dje@google.com>
7010
7011 PR testsuite/13961
7012 * gdb.dwarf2/pr13961.S: New file.
7013 * gdb.dwarf2/pr13961.exp: New file.
7014
70152012-04-29 Yao Qi <yao@codesourcery.com>
7016
7017 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
7018
70192012-04-28 Doug Evans <dje@google.com>
7020
7021 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
7022 .Ltype_int_in_cu2. Use name "int2" instead of "int".
7023 All uses updated.
7024 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
7025 "ptype func_cu1" to expand cu2 before cu1.
7026
70272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7028 Tom Tromey <tromey@redhat.com>
7029
7030 * gdb.base/default.exp: Add `$_probe_arg*' convenience
7031 variables.
7032 * gdb.base/stap-probe.c: New file.
7033 * gdb.base/stap-probe.exp: New file.
7034 * gdb.trace/stap-trace.c: New file.
7035 * gdb.trace/stap-trace.exp: New file.
7036 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
7037 libgcc's unwinder.
7038
70392012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7040
7041 * gdb.arch/mips16-thunks-inmain.c: New file.
7042 * gdb.arch/mips16-thunks-main.c: New file.
7043 * gdb.arch/mips16-thunks-sin.c: New file.
7044 * gdb.arch/mips16-thunks-sinfrob.c: New file.
7045 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
7046 * gdb.arch/mips16-thunks-sinmain.c: New file.
7047 * gdb.arch/mips16-thunks-sinmips16.c: New file.
7048 * gdb.arch/mips16-thunks.exp: New file.
7049
70502012-04-25 Doug Evans <dje@google.com>
7051
7052 * configure.ac: Create gdb.go/Makefile.
7053 * configure: Regenerate.
7054 * gdb.base/default.exp: Add "go" to "set language" testing.
7055 * gdb.go/Makefile.in: New file.
7056 * gdb.go/basic-types.exp: New file.
7057 * gdb.go/chan.exp: New file.
7058 * gdb.go/chan.go: New file.
7059 * gdb.go/handcall.exp: New file.
7060 * gdb.go/handcall.go: New file.
7061 * gdb.go/hello.exp: New file.
7062 * gdb.go/hello.go: New file.
7063 * gdb.go/integers.exp: New file.
7064 * gdb.go/integers.go: New file.
7065 * gdb.go/methods.exp: New file.
7066 * gdb.go/methods.go: New file.
7067 * gdb.go/package.exp: New file.
7068 * gdb.go/package1.go: New file.
7069 * gdb.go/package2.go: New file.
7070 * gdb.go/print.exp: New file.
7071 * gdb.go/strings.exp: New file.
7072 * gdb.go/strings.go: New file.
7073 * gdb.go/types.exp: New file.
7074 * gdb.go/types.go: New file.
7075 * gdb.go/unsafe.exp: New file.
7076 * gdb.go/unsafe.go: New file.
7077 * lib/future.exp: Add Go support.
7078 (gdb_find_go, gdb_find_go_linker): New procs.
7079 (gdb_default_target_compile): Add Go support.
7080 * lib/gdb.exp (skip_go_tests): New proc.
7081 * lib/go.exp: New file.
7082
70832012-04-25 Tom Tromey <tromey@redhat.com>
7084
7085 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7086
70872012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7088 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 PR symtab/7259:
7091 * gdb.base/enumval.c: New test case.
7092 * gdb.base/enumval.exp: New test case.
7093 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7094 field.bitpos.
7095
70962012-04-17 Pedro Alves <palves@redhat.com>
7097
7098 * Makefile.in (site.exp): Make site.exp source
7099 $srcdir/lib/append_gdb_boards_dir.exp.
7100 * lib/append_gdb_boards_dir.exp: New file.
7101
71022012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7103
7104 New option "set auto-load safe-path".
7105 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7106 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7107
71082012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7109
7110 auto-load: Implementation.
7111 * gdb.base/help.exp (test set height): Increase the height.
7112 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7113 to ...
7114 (info auto-load python-scripts): ... here.
7115 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7116 to ...
7117 (info auto-load python-scripts *): ... here.
7118
71192012-04-16 Yao Qi <yao@codesourcery.com>
7120
7121 * lib/trace-support.exp (get_in_proc_agent): New.
7122 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7123 of in process trace agent.
7124 * gdb.trace/ftrace.exp: Likewise.
7125 * gdb.trace/pending.exp: Likewise.
7126 * gdb.trace/trace-break.exp: Likewise.
7127 * gdb.trace/trace-mt.exp
7128 * gdb.trace/tspeed.exp: Likewise.
7129 * gdb.trace/tstatus.exp
7130 * gdb.trace/strace.exp: Likewise.
7131
71322012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7133
7134 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7135 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7136
7137 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7138
71392012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7140
7141 PR mi/13393
7142 * gdb.mi/mi-var-rtti.cc: New file.
7143 * gdb.mi/mi-var-rtti.exp: New file.
7144 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7145 function.
7146 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7147
71482012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7149
7150 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7151 EXECUTABLES.
7152 * gdb.python/py-explore.c: C program used for testing the new
7153 'explore' command on C constructs.
7154 * gdb.python/py-explore.cc: C++ program used for testing the new
7155 'explore' command on C++ constructs.
7156 * gdb-python/py-explore.exp: Tests for the new 'explore'
7157 command on C constructs.
7158 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7159 command on C++ constructs.
7160
71612012-04-07 Mark Kettenis <kettenis@gnu.org>
7162
7163 * gdb.base/funcargs.exp (complex_args): Fix typo.
7164
71652012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7168 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7169
71702012-04-05 Keith Seitz <keiths@redhat.com>
7171
7172 * gdb.base/advance.exp: Update error message for
7173 "advance malformed" test.
7174 * gdb.base/break.exp: Likewise for "breakpoint with
7175 trailing garbage" test.
7176 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7177 with trailing garbage" test.
7178 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7179 trailng garbage" test.
7180 * gdb.base/until.exp: Likewise for "malformed until" test.
7181 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7182 for "breakpoint info (after setting on all)".
7183 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7184 tests.
7185 * gdb.cp/cplabel.cc: New file.
7186 * gdb.cp/cplabel.exp: New test.
7187 * gdb.linespec/ls-errs.c: New file.
7188 * gdb.linespec/ls-errs.exp: New test.
7189
71902012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * gdb.trace/unavailable.exp
7193 (collect globals: print object on: print derived_partial)
7194 (collect globals: print object on: print derived_whole)
7195 (collect globals: print object off: print derived_partial)
7196 (collect globals: print object off: print derived_whole): Update
7197 expected output.
7198
71992012-03-30 Keith Seitz <keiths@redhat.com>
7200
7201 * gdb.python: Add test for linespecs with commas.
7202
72032012-03-28 Keith Seitz <keiths@redhat.com>
7204
7205 * gdb.linespec/ls-dollar.cc: New file.
7206 * gdb.linespec/ls-dollar.exp: New test.
7207
72082012-03-28 Keith Seitz <keiths@redhat.com>
7209
7210 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7211 starting with the global namespace.
7212
72132012-03-23 Doug Evans <dje@google.com>
7214
7215 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7216
72172012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7218
7219 * gdb.python/py-value.cc: Add test case for testing the
7220 methodology exposing C++ values to Python.
7221 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7222 exposing C++ values to Python.
7223 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7224
72252012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7226 Siddhesh Poyarekar <siddhesh@redhat.com>
7227
7228 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7229 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7230 (generate native core dump): Make the test unsupported if core cannot
7231 be generated.
7232
72332012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7234
7235 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7236 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7237 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7238
72392012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7240
7241 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7242
72432012-03-17 Doug Evans <dje@google.com>
7244
7245 * dg-extract-results.sh: Handle KFAILs.
7246
72472012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7248
7249 PR symtab/13777
7250 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7251
72522012-03-16 Joel Brobecker <brobecker@adacore.com>
7253
7254 * gdb.ada/set_pckd_arr_elt: New testcase.
7255
72562012-03-16 Gary Benson <gbenson@redhat.com>
7257
7258 PR breakpoints/10738
7259 * gdb.opt/inline-break.exp: New file.
7260 * gdb.opt/inline-break.c: Likewise.
7261 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7262 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7263 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7264 * gdb.base/async-shell.exp: Likewise.
7265 * lib/mi-support.exp (library_loaded_re): Likewise.
7266
72672012-03-15 Tom Tromey <tromey@redhat.com>
7268
7269 * gdb.cp/virtfunc2.exp: Update expected output.
7270 * gdb.cp/pr9631.exp: Update expected output.
7271 * gdb.cp/member-ptr.exp: Update expected output.
7272 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7273 output.
7274 * gdb.cp/casts.exp: Update expected output.
7275
72762012-03-15 Tom Tromey <tromey@redhat.com>
7277
7278 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7279 (test_info_vtbl): Likewise.
7280 (do_tests): Call test_info_vtbl.
7281 * gdb.cp/virtfunc.cc (va): New global.
7282
72832012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7284
7285 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7286 describing DWARF data structures.
7287 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7288 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7289 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7290 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7291 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7292 * gdb.dwarf2/dw2-param-error.S: Likewise.
7293 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7294 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7295 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7296 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7297 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7298 * gdb.dwarf2/pr11465.S: Likewise.
7299
73002012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.mi/mi2-prompt.exp: New file.
7303
73042012-03-13 Joel Brobecker <brobecker@adacore.com>
7305
7306 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7307
73082012-03-13 Joel Brobecker <brobecker@adacore.com>
7309
7310 * gdb.ada/bp_range_type: New testcase.
7311
73122012-03-13 Doug Evans <dje@google.com>
7313
7314 * gdb.base/default.exp: Delete tests for symbol-reloading.
7315 * gdb.base/help.exp: Ditto.
7316 * gdb.base/setshow.exp: Ditto.
7317 * gdb.base/gdb_history: Delete references to symbol-reloading.
7318
73192012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 * gdb.base/attach-twice.c: New files.
7322 * gdb.base/attach-twice.exp: New files.
7323
73242012-03-08 Keith Seitz <keiths@redhat.com>
7325
7326 * lib/gdb.exp (gdb_get_line_number): Throw an
7327 error instead of returning -1.
7328 * gdb.base/break.exp: Remove unused variable
7329 bp_location5.
7330 * gdb.base/hbreak2.exp: Likewise.
7331 * gdb.base/sepdebug.exp: Likewise.
7332
73332012-03-08 Yao Qi <yao@codesourcery.com>
7334 Pedro Alves <palves@redhat.com>
7335
7336 Fix PR server/13392.
7337 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7338 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7339 download tracepoints.
7340 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7341 (pending_tracepoint_resolved_during_trace): Likewise.
7342 (pending_tracepoint_installed_during_trace): Likewise.
7343 (pending_tracepoint_with_action_resolved): Likewise.
7344
73452012-03-08 Keith Seitz <keiths@redhat.com>
7346
7347 * gdb.ada/array_bounds.exp: Get breakpoint for line
7348 with "START", not "STOP".
7349 * gdb.python/py-infthread.exp: Do not continue to
7350 line marked "Break here.", which is undefined.
7351
73522012-03-08 Luis Machado <lgustavo@codesourcery.com>
7353
7354 Revert:
7355
7356 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7357
7358 Implement testsuite workaround for PR breakpoints/13781.
7359 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7360 (set breakpoint condition-evaluation host): New conditional command.
7361
73622012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 Fix CU relative vs. absolute DIE offsets.
7365 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7366 one.
7367
73682012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 Fix false FAIL on distros with relro linkage as default.
7371 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7372 -Wl,-z,norelro first.
7373
73742012-03-06 Joel Brobecker <brobecker@adacore.com>
7375
7376 * gdb.ada/bp_on_var: New testcase.
7377
73782012-03-06 Joel Brobecker <brobecker@adacore.com>
7379
7380 * gdb.ada/bp_enum_homonym: New testcase.
7381
73822012-03-06 Yao Qi <yao@codesourcery.com>
7383
7384 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7385 x86_64-*-* and i?86-*-*.
7386 Set up KFAIL for gdb/13808.
7387
73882012-03-05 Tom Tromey <tromey@redhat.com>
7389
7390 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7391 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7392
73932012-03-05 Tom Tromey <tromey@redhat.com>
7394
7395 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7396
73972012-03-04 Yao Qi <yao@codesourcery.com>
7398
7399 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7400 messages for KFAIL.
7401
74022012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7403
7404 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7405 (print one_two_three, indexes off, print few_reps, indexes off)
7406 (print many_reps, indexes off, print empty, indexes off)
7407 (print one_two_three, print few_reps, print many_reps, print empty):
7408 Call setup_xfail if $gcc_old.
7409
74102012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7411
7412 Implement testsuite workaround for PR breakpoints/13781.
7413 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7414 (set breakpoint condition-evaluation host): New conditional command.
7415
74162012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7417
7418 Code cleanup.
7419 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7420 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7421 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7422 number 1 by $bpnum. Four times.
7423
74242012-03-03 Yao Qi <yao@codesourcery.com>
7425
7426 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7427
74282012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7429
7430 Setup KFAIL for PR server/13796.
7431 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7432
74332012-03-02 Joel Brobecker <brobecker@adacore.com>
7434
7435 * gdb.ada/operator_bp: New testcase.
7436
74372012-03-02 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.ada/info_locals_renaming: New testcase.
7440
74412012-03-02 Tom Tromey <tromey@redhat.com>
7442
7443 * gdb.base/nextoverexit.c: New file.
7444 * gdb.base/nextoverexit.exp: New file.
7445
74462012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7447
7448 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7449 parameter.
7450
74512012-03-01 Maciej W. Rozycki <macro@mips.com>
7452
7453 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7454 core registers.
7455
74562012-03-01 Maciej W. Rozycki <macro@mips.com>
7457 Maciej W. Rozycki <macro@codesourcery.com>
7458 Daniel Jacobowitz <dan@codesourcery.com>
7459
7460 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7461
74622012-03-01 Pedro Alves <palves@redhat.com>
7463
7464 PR gdb/13767
7465
7466 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7467 (gdb_collect_globals_test): Call it.
7468
74692012-03-01 Keith Seitz <keiths@redhat.com>
7470
7471 * gdb.cp/method2.exp: Output of overload menu is now
7472 alphabetized. Update tests for "break A::method".
7473 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7474 of hard-coding them.
7475 Overload menu is alphabetized: rewrite to accommodate.
7476 Unset variables LINE and TYPES which are used in other tests.
7477 Compute the output of "info break".
7478 Update the breakpoint table after all breakpoints are deleted.
7479 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7480 compute ACTUALS and the method body based on parameters.
7481 Update expected output accordingly.
7482 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7483 unique comments to allow the use of gdb_get_line_number.
7484
74852012-03-01 Keith Seitz <keiths@redhat.com>
7486
7487 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7488 some Tcl syntax.
7489 * gdb.cp/ovldbreak.exp: Likewise.
7490
74912012-03-01 Keith Seitz <keiths@redhat.com>
7492
7493 * gdb.base/help.exp (help show user): Update expected result
7494 for new doc string changes (add "non-python").
7495
74962012-03-01 Scott J. Goldman <scottjg@vmware.com>
7497
7498 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7499 be put in the user-defined category and that the commands appear in
7500 "help user-defined".
7501
75022012-02-29 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/tagged_not_init: New testcase.
7505
75062012-02-29 Joel Brobecker <brobecker@adacore.com>
7507
7508 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7509 * gdb.ada/enum_idx_packed: New testcase.
7510
75112012-02-29 Joel Brobecker <brobecker@adacore.com>
7512
7513 * gdb.ada/aliased_array: New testcase.
7514
75152012-02-29 Joel Brobecker <brobecker@adacore.com>
7516
7517 * gdb.ada/whatis_array_val: New testcase.
7518
75192012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7520
7521 Fix disp-step-syscall.exp: fork: single step over fork.
7522 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7523 whitespaces.
7524 (single step over $syscall): Remove its check.
7525 (single step over $syscall final pc): New check.
7526
75272012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7528
7529 Support processors without SSSE3.
7530 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7531 pabsd into ...
7532 (ssse3_test): ... a new function.
7533 (main): Call ssse3_test.
7534 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7535 Update expected values everywhere.
7536 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7537 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7538 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7539 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7540 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7541 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7542 Move these tests lower.
7543 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7544 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7545 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7546 New tests.
7547
75482012-02-29 Yao Qi <yao@codesourcery.com>
7549 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.trace/trace-mt.c: New.
7552 * gdb.trace/trace-mt.exp: New.
7553
75542012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7555
7556 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7557 numbers instead of hardcoding them.
7558 * gdb.base/annota1.c: Provide suitable markers.
7559 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7560 numbers instead of hardcoding them.
7561 * gdb.base/annota3.c: Provide suitable markers.
7562
7563 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7564 * gdb.base/annota3.c: Likewise.
7565 * gdb.base/sigall.c: Likewise.
7566 * gdb.base/signals.c: Likewise.
7567 * gdb.reverse/sigall-reverse.c: Likewise.
7568
75692012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7570
7571 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7572 failure return path.
7573
75742012-02-27 Luis Machado <lgustavo@codesourcery.com>
7575
7576 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7577
75782012-02-24 Luis Machado <lgustavo@codesourcery.com>
7579
7580 * gdb.base/cond-eval-mode.exp: New file.
7581
75822012-02-24 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7585 (top level): Use with_test_prefix.
7586
75872012-02-24 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.threads/attach-into-signal.exp (corefunc): Use
7590 with_test_prefix.
7591
75922012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7593
7594 Fix false FAILs on old CPUs without SSE.
7595 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7596 Return untested for Illegal instruction.
7597
75982012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7599
7600 Fix false FAILs with glibc debug infos installed.
7601 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7602 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7603
76042012-02-22 Sterling Augustine <saugustine@google.com>
7605
7606 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7607 constant with cast.
7608
76092012-02-21 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7612
76132012-02-21 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7616
76172012-02-21 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7620 with_test_prefix.
7621
76222012-02-21 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7625 with_test_prefix here.
7626 (top level): Do it here instead. Remove `:' from the
7627 with_test_prefix string.
7628 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7629 the suffix `:' from the with_test_prefix prefix string.
7630 * gdb.base/break-interp.exp: Ditto.
7631 * gdb.base/catch-load.exp: Ditto.
7632 * gdb.base/disp-step-syscall.exp: Ditto.
7633 * gdb.base/jit-so.exp: Ditto.
7634 * gdb.base/jit.exp: Ditto.
7635 * gdb.base/sepdebug.exp: Ditto.
7636 * gdb.base/solib-display.exp: Ditto.
7637 * gdb.base/solib-overlap.exp: Ditto.
7638 * gdb.base/watch-cond-infcall.exp: Ditto.
7639 * gdb.base/watchpoint.exp: Ditto.
7640 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7641 * gdb.mi/mi-watch.exp: Ditto.
7642 * gdb.mi/mi2-watch.exp: Ditto.
7643 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7644 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7645 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7646 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7647 * gdb.threads/watchpoint-fork.exp: Ditto.
7648 * gdb.threads/watchthreads-reorder.exp: Ditto.
7649 * gdb.trace/change-loc.exp: Ditto.
7650 * gdb.trace/pending.exp: Ditto.
7651 * gdb.trace/status-stop.exp: Ditto.
7652 * gdb.trace/strace.exp: Ditto.
7653 * gdb.trace/trace-break.exp: Ditto.
7654 * gdb.trace/unavailable.exp: Ditto.
7655 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7656 suffix with colon. Adjust leading comments.
7657
76582012-02-21 Pedro Alves <palves@redhat.com>
7659 Tom Tromey <tromey@redhat.com>
7660
7661 * lib/gdb.exp: Add description of test prefixes.
7662 (with_test_prefix): New procedure.
7663 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7664 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7665 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7666 instead of lappend to append to pf_prefix.
7667 * gdb.base/catch-load.exp: Use with_test_prefix.
7668 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7669 * gdb.base/jit-so.exp: Use with_test_prefix.
7670 * gdb.base/jit.exp: Use with_test_prefix.
7671 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7672 lappend to append to pf_prefix.
7673 * gdb.base/sepdebug.exp: Use with_test_prefix.
7674 * gdb.base/solib-display.exp: Use with_test_prefix.
7675 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7676 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7677 * gdb.base/watchpoint.exp: Use with_test_prefix.
7678 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7679 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7680 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7681 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7682 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7683 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7684 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7685 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7686 append instead of lappend to append to pf_prefix.
7687 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7688 * gdb.trace/change-loc.exp: Use with_test_prefix.
7689 * gdb.trace/pending.exp: Use with_test_prefix.
7690 * gdb.trace/status-stop.exp: Use with_test_prefix.
7691 * gdb.trace/strace.exp: Use with_test_prefix.
7692 * gdb.trace/trace-break.exp: Use with_test_prefix.
7693 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7694 instead of lappend to append to pf_prefix.
7695
76962012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 Fix racy FAILs.
7699 * gdb.base/inferior-died.c (main): Add return of 0.
7700 * gdb.base/inferior-died.exp (continue): Fix expectation of
7701 asynchronous events.
7702 (p 1): New test.
7703
77042012-02-20 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7707 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7708 gdb's internal debug output. For the non-threaded case, look for
7709 "Program received signal SIGLARM", for the threaded case, peek at
7710 the thread's siginfo.
7711
77122012-02-20 Pedro Alves <palves@redhat.com>
7713
7714 General cleanup, make output test messages unique, and build
7715 different executable files for the non-threaded and threaded
7716 cases.
7717
7718 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7719 Delete.
7720 (executable_nothr, executable_thr): New globals.
7721 (top level): Adjust to delete both executables.
7722 (corefunc): New parameter $executable. Set $pf_prefix instead of
7723 hand writing a prefix in tests. Issue a clean_restart and enable
7724 lin-lwp debug output here.
7725 (top level): Adjust. Use build_executable. Don't start gdb here,
7726 and don't enable lin-lwp debug output here.
7727 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7728
77292012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 Fix racy FAILs.
7732 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7733 "continue" command.
7734
77352012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7736
7737 Fix for gdbserver non-extended mode.
7738 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7739 and gdb_run_cmd.
7740
77412012-02-17 Tom Tromey <tromey@redhat.com>
7742
7743 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7744 * gdb.python/py-events.exp: Check 'dir' output.
7745 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7746
77472012-02-17 Yao Qi <yao@codesourcery.com>
7748
7749 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7750
77512012-02-16 Tom Tromey <tromey@redhat.com>
7752
7753 * gdb.base/inferior-died.c: Don't include stdio.h.
7754
77552012-02-16 Tom Tromey <tromey@redhat.com>
7756
7757 * gdb.base/inferior-died.c: New file.
7758 * gdb.base/inferior-died.exp: New file.
7759
77602012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7761
7762 * gdb.base/break-inline.exp: New file.
7763 * gdb.base/break-inline.c: New file.
7764
77652012-02-15 Tom Tromey <tromey@redhat.com>
7766
7767 * gdb.base/pc-fp.exp: Add "info register" tests.
7768
77692012-02-15 Tom Tromey <tromey@redhat.com>
7770
7771 * gdb.base/regs.exp: Remove.
7772
77732012-02-15 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7776 the target doesn't support tracepoints.
7777 * gdb.trace/circ.exp: Ditto.
7778 * gdb.trace/collection.exp: Ditto.
7779 * gdb.trace/packetlen.exp: Ditto.
7780 * gdb.trace/passc-dyn.exp: Ditto.
7781 * gdb.trace/report.exp: Ditto.
7782 * gdb.trace/tfind.exp: Ditto.
7783 * gdb.trace/tspeed.exp: Ditto.
7784 * gdb.trace/tsv.exp: Ditto.
7785 * gdb.trace/unavailable.exp: Ditto.
7786 * gdb.trace/while-dyn.exp: Ditto.
7787
77882012-02-15 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7791 gdb_test_multiple, and call unsupported instead of fail, if the
7792 remote side does not support the request.
7793
77942012-02-15 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7797 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7798 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7799 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7800 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7801 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7802 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7803 doesn't start with "extended-" already.
7804
78052012-02-15 Pedro Alves <palves@redhat.com>
7806
7807 Support extended-remote. Avoid cascading timeouts.
7808
7809 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7810 the extended-remote target. If attaching with no file fails, load
7811 the file manually.
7812 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7813
78142012-02-14 Stan Shebs <stan@codesourcery.com>
7815
7816 * gdb.base/ena-dis-br.exp: Add enable count test.
7817
78182012-02-13 Pedro Alves <palves@redhat.com>
7819
7820 * config/mips-idt.exp: Delete.
7821 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7822 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7823 * gdb.base/break.exp: Remove mips-idt references.
7824 * gdb.base/chng-syms.exp: Ditto.
7825 * gdb.base/default.exp: Ditto.
7826 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7827 (top level): Don't call it.
7828 * gdb.base/opaque.exp: Remove mips-idt restarts.
7829 * gdb.base/ptype.exp: Remove mips-idt xfails.
7830 * gdb.base/scope.exp: Remove mips-idt restarts.
7831 * gdb.base/sepdebug.exp: Remove mips-idt references.
7832 * gdb.base/watchpoint.exp (maybe_clean_restart)
7833 (maybe_reinitialize): Delete.
7834 (test_disabling_watchpoints, test_disabling_watchpoints)
7835 (test_watchpoint_triggered_in_syscall)
7836 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7837 Don't call them.
7838
78392012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7840
7841 * gdb.server/server-exec-info.exp: New file.
7842
78432012-02-10 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7846 always non-empty.
7847 (test_attach): Always pass $exec to test_attach_gdb.
7848
78492012-02-08 Tom Tromey <tromey@redhat.com>
7850
7851 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7852 before inferior is started.
7853
78542012-02-07 Tom Tromey <tromey@redhat.com>
7855
7856 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7857 Symbol.value.
7858 * gdb.python/py-symbol.c (qq): Set default value.
7859
78602012-02-07 Tom Tromey <tromey@redhat.com>
7861
7862 * gdb.python/py-symbol.c (qq): New global.
7863 * gdb.python/py-symbol.exp: Add test for frame-less
7864 lookup_symbol.
7865 * gdb.python/py-symtab.exp: Fix line number.
7866
78672012-02-03 Joel Brobecker <brobecker@adacore.com>
7868
7869 * gdb.ada/mi_task_arg: New testcase.
7870
78712012-02-02 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7874 extended timeout.
7875
78762012-02-02 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7879 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7880
78812012-02-02 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.base/term.exp: Rewrite.
7884 * gdb.base/term.c: New.
7885
78862012-02-02 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/default.exp (run "r" abbreviation, run): Add
7889 extended-remote expected output.
7890
78912012-02-02 Tom Tromey <tromey@redhat.com>
7892
7893 * gdb.cp/dispcxx.exp: New file.
7894 * gdb.cp/dispcxx.cc: New file.
7895
78962012-02-01 Tom Tromey <tromey@redhat.com>
7897
7898 * gdb.base/jit-simple.exp: New file.
7899 * gdb.base/jit-simple.c: New file.
7900
79012012-01-30 Yao Qi <yao@codesourcery.com>
7902
7903 * gdb.base/skip.exp: Make test result unique.
7904
79052012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7906
7907 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7908 compatibility with valgrind-3.7.0.
7909
79102012-01-27 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.base/watchpoint.exp (no_hw): New global.
7913 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7914 disable hw watchpoints.
7915 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7916 don't expect hw watchpoints.
7917 (no_hw_watchpoints): Always clean restart.
7918 (do_tests): New procedure, factored out from the top level.
7919 (top level): Run tests twice. Once with hw watchpoints enabled,
7920 another time with hw watchpoints disabled.
7921
79222012-01-27 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7925 out from the top level.
7926 (top level): Call it instead.
7927
79282012-01-27 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7931 watchpoints sooner.
7932
79332012-01-27 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7936
79372012-01-27 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7940 "You may have requested too many hardware
7941 breakpoints/watchpoints".
7942
79432012-01-27 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.base/watchpoint.exp (maybe_clean_restart)
7946 (maybe_reinitialize): New.
7947 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7948 expect "hit N times".
7949 (test_disabling_watchpoints, test_complex_watchpoint)
7950 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7951 Call maybe_clean_restart.
7952 (top level): Use clean_restart. Remove "mips-idt-*"
7953 reinitialization.
7954
79552012-01-27 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7958
79592012-01-27 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7962 require `initialize' anymore. Remove unnecessary `initialize'
7963 calls.
7964
79652012-01-27 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.base/watchpoint.exp (wp_set): Delete.
7968 (initialize, test_simple_watchpoint, top level): Remove dead code.
7969
79702012-01-27 Pedro Alves <palves@redhat.com>
7971
7972 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7973 typo.
7974
79752012-01-27 Pedro Alves <palves@redhat.com>
7976
7977 * config/extended-gdbserver.exp: New file.
7978 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7979 comment.
7980 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7981 * boards/native-extended-gdbserver.exp: New file.
7982
79832012-01-26 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7986 and gdb_test_multiple.
7987
79882012-01-26 Pedro Alves <palves@redhat.com>
7989
7990 Make test messages unique, and more identifiable.
7991 * gdb.multi/watchpoint-multi.exp: Change test messages.
7992
79932012-01-25 Tom Tromey <tromey@redhat.com>
7994
7995 * gdb.base/solib-disc.exp: Fix regexps.
7996
79972012-01-24 Tom Tromey <tromey@redhat.com>
7998
7999 * lib/mi-support.exp (mi_expect_stop): Add special case for
8000 solib-event.
8001 * gdb.base/catch-load-so.c: New file.
8002 * gdb.base/catch-load.exp: New file.
8003 * gdb.base/catch-load.c: New file.
8004 * gdb.base/break-interp.exp (reach_1): Update regexp.
8005
80062012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 Fix fuzzy results.
8009 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
8010 lpsimple and func.
8011
80122012-01-24 Gary Benson <gbenson@redhat.com>
8013
8014 Delete #if 0'd out code.
8015 * gdb.base/default.exp (info catch): Remove.
8016 * gdb.base/gdb_history (info catch): Likewise.
8017 * gdb.base/help.exp (info catch): Likewise.
8018
80192012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 Fix watchpoints to be specific for each inferior.
8022 * gdb.multi/watchpoint-multi.c: New file.
8023 * gdb.multi/watchpoint-multi.exp: New file.
8024
80252012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 Fix watchpoints across inferior fork.
8028 * gdb.threads/watchpoint-fork-child.c: New file.
8029 * gdb.threads/watchpoint-fork-mt.c: New file.
8030 * gdb.threads/watchpoint-fork-parent.c: New file.
8031 * gdb.threads/watchpoint-fork-st.c: New file.
8032 * gdb.threads/watchpoint-fork.exp: New file.
8033 * gdb.threads/watchpoint-fork.h: New file.
8034
80352012-01-23 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.base/call-signal-resume.exp: Allow output after "return".
8038
80392012-01-20 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.python/py-finish-breakpoint.py: Fix typo.
8042
80432012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8044
8045 * gdb.base/info-proc.exp: Also run on remote targets. Main
8046 "info proc" command is now always present; whether target supports
8047 actual info proc operation is detected when attempting to issue
8048 the command.
8049
80502012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 * .gdbinit: Remove.
8053
80542012-01-19 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8057 look at the funtions' returns.
8058 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8059 (jprint.print(int, int)): Change return type to int. Adjust.
8060
80612012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8062
8063 PR gdb/9538
8064 * gdb.base/sepdebug.exp: New test.
8065
80662012-01-18 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8069 Allow output before ^done.
8070
80712012-01-16 Tom Tromey <tromey@redhat.com>
8072
8073 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8074 Add tests for relative directory.
8075
80762012-01-16 Tom Tromey <tromey@redhat.com>
8077
8078 * gdb.base/printcmds.c (enum flag_enum): New.
8079 (three): New global.
8080 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8081 enum printing.
8082 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8083 FlagEnumerationPrinter.
8084 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8085 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8086 (fval): New global.
8087
80882012-01-16 Pedro Alves <palves@redhat.com>
8089
8090 * lib/gdb.exp (banned_procedures): New variable.
8091 (banned_variables_traced): Rename to ...
8092 (banned_traced): ... this.
8093 (gdb_init): Also trace banned procedures.
8094 (gdb_finish): Also untrace banned procedures.
8095
80962012-01-16 Pedro Alves <palves@redhat.com>
8097
8098 Remove all calls to strace.
8099
81002012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8103 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8104
81052012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8106
8107 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8108 * gdb.base/pie-execl.exp: Likewise.
8109
81102012-01-12 Keith Seitz <keiths@redhat.com>
8111
8112 PR mi/10586
8113 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8114 (do_anonymous_type_tests): New function.
8115 (main): Call do_anonymous_type_tests.
8116 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8117 (verify_everything): New procedure.
8118 * gdb.mi/mi-var-cp.cc (class A): New class.
8119 (anonymous_structs_and_unions): New function.
8120 (main): Call anonymous_structs_and_unions.
8121 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8122 (verify_everything): New procedure.
8123
81242012-01-12 Keith Seitz <keiths@redhat.com>
8125
8126 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8127 (varobj_tree::get_path_expr): Assume that all varobjs are
8128 compound unless they are known simple types.
8129 Adjust path expressions based on parent type, path parent type,
8130 and tree language.
8131 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8132 the root varobj.
8133 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8134
81352012-01-11 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8138 core files on this machine" anymore.
8139
81402012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8141
8142 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8143 (main): Repeat recurser call.
8144 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8145 equivalent to 'local_x'.
8146
81472012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8148 Joel Brobecker <brobecker@adacore.com>
8149
8150 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8151
81522012-01-05 Pedro Alves <alves.ped@gmail.com>
8153
8154 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8155 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8156 * gdb.python/py-events.exp: Test that "step N" tripping on a
8157 breakpoint emits a breakpoint event.
8158
81592012-01-03 Joel Brobecker <brobecker@adacore.com>
8160
8161 * gdb.base/auxv.exp: Reformat the copyright notice.
8162
81632012-01-03 Yao Qi <yao@codesourcery.com>
8164
8165 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8166 (strace_trace_on_diff_addr): New.
8167 * gdb.trace/strace.c: (main): Add two local variables.
8168
81692011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8170
8171 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8172 * gdb.cell/gcore.exp: Likewise.
8173 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8174 to verify the correct instance of main is selected.
8175
81762012-01-02 Joel Brobecker <brobecker@adacore.com>
8177
8178 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8179 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8180 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8181 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8182 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8183 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8184 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8185 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8186 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8187 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8188 gdb.threads/thread_check.c: Reformat copyright header.
8189
81902011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8191
8192 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8193 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8194 is not enabled.
8195
81962011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8197
8198 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8199 parameter to self_exec, adjust the function.
8200 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8201 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8202 (set var do_exit = 0): Remove test.
8203 (newline at end of file): Add one.
8204
82052011-12-27 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8208 New files.
8209
82102011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8211
8212 Fix racy FAILs.
8213 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8214 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8215 (main): Call pthread_barrier_init for it.
8216
82172011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 Fix double send_gdb leading to racy FAILs.
8220 * gdb.base/break.exp (set silent break bp_location1): Replace
8221 3x send_gdb and gdb_expect by gdb_test.
8222 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8223 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8224 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8225 instead of send_gdb. Twice.
8226 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8227 3x send_gdb and gdb_expect by gdb_test.
8228 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8229
82302011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8231
8232 * gdb.linespec/linespec.exp: Compile using {c++}.
8233
82342011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8235
8236 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8237 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8238 (verify GCC PR debug/51668): New test.
8239
82402011-12-23 Kevin Pouget <kevin.pouget@st.com>
8241
8242 Introduce gdb.FinishBreakpoint in Python.
8243 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8244 py-finish-breakpoint2
8245 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8246 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8247 instead of line number.
8248 * gdb.python/py-finish-breakpoint.c: New file.
8249 * gdb.python/py-finish-breakpoint.exp: New file.
8250 * gdb.python/py-finish-breakpoint.py: New file.
8251 * gdb.python/py-finish-breakpoint2.cc: New file.
8252 * gdb.python/py-finish-breakpoint2.exp: New file.
8253 * gdb.python/py-finish-breakpoint2.py: New file.
8254
82552011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8256
8257 Partial fix of compatibility with gcc-4.7.
8258 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8259 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8260 Add comment to add a PASS case in the future.
8261
8262 Fix compatibility with gcc-4.7.
8263 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8264
82652011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8266
8267 PR tdep/12797
8268 * gdb.base/callfuncs.exp: Remove KFAIL.
8269
82702011-12-21 Joel Brobecker <brobecker@adacore.com>
8271
8272 * gdb.ada/task_bp: New testcase.
8273
82742011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8277 -DNO_SECTIONS.
8278 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8279
82802011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8281
8282 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8283 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8284 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8285 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8286 conditional for gcc <= 4.5.
8287
82882011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8289
8290 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8291 by XFAIL.
8292 * gdb.cp/static-method.exp (info addr A::func())
8293 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8294 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8295 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8296 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8297 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8298 (test value of F in k3_m): Likewise.
8299 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8300 Likewise.
8301
83022011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8305 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8306 Remove.
8307 * gdb.threads/attachstop-mt.c: Remove.
8308 * gdb.threads/attachstop-mt.exp: Remove.
8309
83102011-12-17 Mark Kettenis <kettenis@gnu.org>
8311
8312 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8313
83142011-12-16 Doug Evans <dje@google.com>
8315
8316 * boards/native-stdio-gdbserver.exp: New file.
8317 * boards/native-gdbserver.exp: New file.
8318
8319 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8320 gdbserver output.
8321 (gdbserver_default_get_remote_address): New function.
8322 (gdbserver_start): Call gdb,get_remote_address to compute argument
8323 to "target remote" command.
8324
83252011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8326
8327 * gdb.python/py-function.exp: Change "on" to "full" for
8328 python print-stack. Add set/show python print-stack
8329 off|full|message tests.
8330
83312011-12-15 Yao Qi <yao@codesourcery.com>
8332
8333 * gdb.trace/strace.c: New
8334 * gdb.trace/strace.exp: New.
8335
83362011-12-14 Tom Tromey <tromey@redhat.com>
8337
8338 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8339
83402011-12-14 Doug Evans <dje@google.com>
8341
8342 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8343
83442011-12-14 Pedro Alves <pedro@codesourcery.com>
8345
8346 PR threads/10729
8347
8348 * gdb.mi/watch-nonstop.c: New file.
8349 * gdb.mi/mi-watch-nonstop.exp: New file.
8350
83512011-12-13 Pedro Alves <pedro@codesourcery.com>
8352 Doug Evans <dje@google.com>
8353
8354 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8355 (clean_restart): Remove references to the gdb_stub target board
8356 variable.
8357 (gdb_step_for_stub): Delete.
8358
8359 * gdb.base/annota1.exp: Remove all references to [target_info
8360 exists gdb_stub], gdb_step_for_stub and usestubs.
8361 * gdb.base/annota3.exp: Ditto.
8362 * gdb.base/async.exp: Ditto.
8363 * gdb.base/break.exp: Ditto.
8364 * gdb.base/code-expr.exp: Ditto.
8365 * gdb.base/commands.exp: Ditto.
8366 * gdb.base/completion.exp: Ditto.
8367 * gdb.base/condbreak.exp: Ditto.
8368 * gdb.base/consecutive.exp: Ditto.
8369 * gdb.base/cvexpr.exp: Ditto.
8370 * gdb.base/define.exp: Ditto.
8371 * gdb.base/display.exp: Ditto.
8372 * gdb.base/ena-dis-br.exp: Ditto.
8373 * gdb.base/environ.exp: Ditto.
8374 * gdb.base/gnu-ifunc.exp: Ditto.
8375 * gdb.base/maint.exp: Ditto.
8376 * gdb.base/pending.exp: Ditto.
8377 * gdb.base/sect-cmd.exp: Ditto.
8378 * gdb.base/sepdebug.exp: Ditto.
8379 * gdb.base/unload.exp: Ditto.
8380 * gdb.base/watchpoint-solib.exp: Ditto.
8381 * gdb.cp/annota2.exp: Ditto.
8382 * gdb.cp/annota3.exp: Ditto.
8383 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8384 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8385 * gdb.mi/mi-pending.exp: Ditto.
8386 * gdb.trace/circ.exp: Ditto.
8387 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8388 * gdb.base/list.exp: Ditto.
8389
8390 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8391 breakpoint function and all references to the usestubs macro.
8392 * gdb.base/exprs.c: Ditto.
8393 * gdb.base/freebpcmd.c: Ditto.
8394 * gdb.base/bitfields.c: Ditto.
8395 * gdb.base/bitfields2.c: Ditto.
8396 * gdb.base/break.c: Ditto.
8397 * gdb.base/call-sc.c: Ditto.
8398 * gdb.base/call-signals.c: Ditto.
8399 * gdb.base/callfuncs.c: Ditto.
8400 * gdb.base/charset.c: Ditto.
8401 * gdb.base/consecutive.c: Ditto.
8402 * gdb.base/constvars.c: Ditto.
8403 * gdb.base/funcargs.c: Ditto.
8404 * gdb.base/int-type.c: Ditto.
8405 * gdb.base/interrupt.c: Ditto.
8406 * gdb.base/langs0.c: Ditto.
8407 * gdb.base/list0.c: Ditto.
8408 * gdb.base/mips_pro.c: Ditto.
8409 * gdb.base/miscexprs.c: Ditto.
8410 * gdb.base/nodebug.c: Ditto.
8411 * gdb.base/opaque0.c: Ditto.
8412 * gdb.base/pointers.c: Ditto.
8413 * gdb.base/printcmds.c: Ditto.
8414 * gdb.base/ptype.c: Ditto.
8415 * gdb.base/recurse.c: Ditto.
8416 * gdb.base/reread1.c: Ditto.
8417 * gdb.base/reread2.c: Ditto.
8418 * gdb.base/restore.c: Ditto.
8419 * gdb.base/return.c: Ditto.
8420 * gdb.base/run.c: Ditto.
8421 * gdb.base/scope0.c: Ditto.
8422 * gdb.base/sepdebug.c: Ditto.
8423 * gdb.base/setshow.c: Ditto.
8424 * gdb.base/setvar.c: Ditto.
8425 * gdb.base/sigall.c: Ditto.
8426 * gdb.base/signals.c: Ditto.
8427 * gdb.base/structs.c: Ditto.
8428 * gdb.base/structs2.c: Ditto.
8429 * gdb.base/testenv.c: Ditto.
8430 * gdb.base/twice.c: Ditto.
8431 * gdb.base/unwindonsignal.c: Ditto.
8432 * gdb.base/watchpoint.c: Ditto.
8433 * gdb.base/watchpoints.c: Ditto.
8434 * gdb.base/whatis.c: Ditto.
8435 * gdb.cp/classes.cc: Ditto.
8436 * gdb.cp/cplusfuncs.cc: Ditto.
8437 * gdb.cp/derivation.cc: Ditto.
8438 * gdb.cp/formatted-ref.cc: Ditto.
8439 * gdb.cp/misc.cc: Ditto.
8440 * gdb.cp/overload.cc: Ditto.
8441 * gdb.cp/ovldbreak.cc: Ditto.
8442 * gdb.cp/ref-params.cc: Ditto.
8443 * gdb.cp/ref-types.cc: Ditto.
8444 * gdb.cp/templates.cc: Ditto.
8445 * gdb.cp/virtfunc.cc: Ditto.
8446 * gdb.hp/gdb.aCC/run.c: Ditto.
8447 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8448 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8449 * gdb.reverse/consecutive-reverse.c: Ditto.
8450 * gdb.reverse/sigall-reverse.c: Ditto.
8451 * gdb.reverse/until-reverse.c: Ditto.
8452 * gdb.reverse/watch-reverse.c: Ditto.
8453 * gdb.trace/actions.c: Ditto.
8454 * gdb.trace/circ.c: Ditto.
8455 * gdb.trace/collection.c: Ditto.
8456
84572011-12-13 Pedro Alves <pedro@codesourcery.com>
8458
8459 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8460 (func6, func7): New.
8461 (main): Call func6 and func7.
8462 * gdb.base/watchpoint.exp (test_wide_location_1)
8463 (test_wide_location_2): New.
8464 (top level): Re-enable hardware watchpoints if necessary. Call
8465 test_wide_location_1 and test_wide_location_2.
8466
84672011-12-11 Yao Qi <yao@codesourcery.com>
8468
8469 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8470
84712011-12-11 Joel Brobecker <brobecker@adacore.com>
8472
8473 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8474 expected output for unsupported case.
8475
84762011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8477
8478 PR testsuite/12649
8479 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8480 Protect gdb_test_multiple by final $gdb_prompt match.
8481
84822011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8485 New variable, new test.
8486 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8487 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8488 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8489 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8490 them if HAVE_GCC_45682_FIXED is not set.
8491
84922011-12-10 Yao Qi <yao@codesourcery.com>
8493
8494 * gdb.trace/status-stop.exp: New.
8495 * gdb.trace/status-stop.c: New.
8496
84972011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8498
8499 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8500 timeout.
8501
85022011-12-08 Tom Tromey <tromey@redhat.com>
8503
8504 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8505 condition.
8506
85072011-12-07 Stan Shebs <stan@codesourcery.com>
8508
8509 * gdb.trace/tfind.exp: Update for output changes.
8510
85112011-12-07 Pedro Alves <pedro@codesourcery.com>
8512
8513 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8514 throws "Cannot insert catchpoints in this configuration".
8515 * gdb.ada/mi_catch_ex.exp: Likewise.
8516
85172011-12-06 Pedro Alves <pedro@codesourcery.com>
8518
8519 * gdb.base/break-always.exp: Test changing memory at addresses
8520 with breakpoints inserted.
8521
85222011-12-06 Joel Brobecker <brobecker@acacore.com>
8523
8524 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8525 involving a fully qualified function name.
8526
85272011-12-06 Tom Tromey <tromey@redhat.com>
8528
8529 * gdb.ada/homonym.exp: Add three breakpoint tests.
8530
85312011-12-06 Tom Tromey <tromey@redhat.com>
8532
8533 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8534 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8535 * gdb.objc/objcdecode.exp: Update for output changes.
8536 * gdb.linespec/linespec.exp: New file.
8537 * gdb.linespec/lspec.cc: New file.
8538 * gdb.linespec/lspec.h: New file.
8539 * gdb.linespec/body.h: New file.
8540 * gdb.linespec/base/two/thefile.cc: New file.
8541 * gdb.linespec/base/one/thefile.cc: New file.
8542 * gdb.linespec/Makefile.in: New file.
8543 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8544 output changes.
8545 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8546 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8547 makes one breakpoint.
8548 * gdb.cp/method2.exp (test_break): Update for output changes.
8549 * gdb.cp/mb-templates.exp: Update for output changes.
8550 * gdb.cp/mb-inline.exp: Update for output changes.
8551 * gdb.cp/mb-ctor.exp: Update for output changes.
8552 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8553 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8554 has multiple matches.
8555 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8556 error message change.
8557 * gdb.base/list.exp (test_list_filename_and_number): Update for
8558 error message change.
8559 * gdb.base/break.exp: Disable pending breakpoints. Update for
8560 output changes.
8561 * configure.ac: Add gdb.linespec.
8562 * configure: Rebuild.
8563 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8564
85652011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8566
8567 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8568 last_break register on s390*-*-* targets.
8569
85702011-12-06 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8573 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8574 of parameter X in procedure Foo.
8575
85762011-12-05 Stan Shebs <stan@codesourcery.com>
8577
8578 * gdb.trace/tfind.exp: Update help string matches.
8579
85802011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 * gdb.server/ext-run.exp (get process list): Accept also systemd
8583 as PID 1.
8584
85852011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8586 Pedro Alves <pedro@codesourcery.com>
8587
8588 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8589 starting GDB.
8590 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8591 $use_gdb_stub.
8592 * gdb.base/display.exp: Likewise.
8593 * gdb.base/ending-run.exp: Likewise.
8594 * gdb.base/list.exp (test_listsize): Likewise.
8595 * gdb.base/setshow.exp: Likewise.
8596 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8597 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8598 check by global $use_gdb_stub.
8599 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8600 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8601 (default_gdb_init): Unset global $use_gdb_stub.
8602 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8603 by global $use_gdb_stub.
8604 * lib/gdbserver-support.exp: Extend comments for set_board_info
8605 gdb_protocol and gdb,socketport.
8606 (gdbserver_start_extended): Set global gdbserver_protocol and
8607 gdbserver_gdbport. Clear global use_gdb_stub.
8608 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8609 from target use_gdb_stub.
8610 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8611
86122011-12-03 Doug Evans <dje@google.com>
8613
8614 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8615 (gdb_step_for_stub): Add comments.
8616
86172011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8618
8619 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8620 to the caller.
8621 (gdb_test_multiple): Likewise.
8622
86232011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8624
8625 Fix gdb.mi/mi-solib.exp without system debug info installed.
8626 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8627 expect attribute, return 0 for it. Update comments.
8628
86292011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8630
8631 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8632 (corrupted list): Adjust the expectation.
8633
86342011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8635
8636 PR threads/13448
8637 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8638 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8639 * gdb.threads/tls-var-main.c: New file.
8640 * gdb.threads/tls-var.c: New file.
8641 * gdb.threads/tls-var.exp: New file.
8642
86432011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 PR testsuite/12649
8646 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8647 Protect gdb_test_multiple by final $gdb_prompt match.
8648 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8649 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8650 (test_tracepoints): Likewise.
8651
86522011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8653
8654 PR breakpoints/13346
8655 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8656 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8657 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8658
86592011-12-01 Joel Brobecker <brobecker@adacore.com>
8660
8661 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8662 * gdb.ada/homonym/homonym.adb: For use of all types defined
8663 locally inside both Get_Value subprograms.
8664
86652011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8666
8667 Fix racy FAILs.
8668 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8669 of send_gdb.
8670
86712011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8672
8673 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8674 environment variable after test completed.
8675
86762011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8677
8678 * gdb.base/solib-nodir.exp: Skip if remote target.
8679 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8680 application. Call gdb_load_shlibs.
8681 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8682
86832011-11-29 Joel Brobecker <brobecker@adacore.com>
8684
8685 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8686
86872011-11-28 Joel Brobecker <brobecker@adacore.com>
8688
8689 * gdb.ada/fullname_bp: New testcase.
8690
86912011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8692
8693 PR testsuite/12649
8694 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8695 Wrap send_gdb into a new gdb_test.
8696
8697 Code cleanup.
8698 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8699 Convert send_gdb and gdb_expect to gdb_test_multiple.
8700
87012011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8704
87052011-11-23 Keith Seitz <keiths@redhat.com>
8706
8707 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8708 (mi_varobj_tree_test_children_callback): New proc.
8709 (mi_walk_varobj_tree): New proc.
8710
87112011-11-22 Tom Tromey <tromey@redhat.com>
8712
8713 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8714 Add "use_mi_command" argument.
8715 (mi_run_cmd, mi_run_with_cli): New procs.
8716 * gdb.mi/solib-lib.c: New file.
8717 * gdb.mi/solib-main.c: New file.
8718 * gdb.mi/mi-solib.exp: New file.
8719
87202011-11-21 Doug Evans <dje@google.com>
8721
8722 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8723 _Unwind_DebugHook is missing.
8724
87252011-11-20 Stan Shebs <stan@codesourcery.com>
8726
8727 * gdb.trace/tstatus.exp: New.
8728 * gdb.trace/actions.c: Include string.h.
8729
87302011-11-18 Yao Qi <yao@codesourcery.com>
8731
8732 * gdb.trace/pending.exp: New.
8733 * gdb.trace/pending.c: New.
8734 * gdb.trace/pendshr1.c: New.
8735 * gdb.trace/pendshr2.c: New.
8736 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8737 tracepoint location becomes pending.
8738 (tracepoint_change_loc_2): New.
8739
87402011-11-16 David S. Miller <davem@davemloft.net>
8741
8742 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8743 target is sparc*-*-linux*
8744
87452011-11-15 Paul Koning <paul_koning@dell.com>
8746
8747 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8748 types.
8749
87502011-11-14 Doug Evans <dje@google.com>
8751
8752 * gdb.base/shell.exp: New file.
8753
87542011-11-14 Stan Shebs <stan@codesourcery.com>
8755
8756 * gdb.trace/ftrace.c: New.
8757 * gdb.trace/ftrace.exp: New.
8758
87592011-11-14 Yao Qi <yao@codesourcery.com>
8760
8761 * gdb.trace/change-loc-1.c: New.
8762 * gdb.trace/change-loc-2.c: New.
8763 * gdb.trace/change-loc.c: New.
8764 * gdb.trace/change-loc.exp: New.
8765 * gdb.trace/change-loc.h: New.
8766 * gdb.trace/trace-break.c (marker): Define new symbol.
8767 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8768 New.
8769 (break_trace_same_addr_6): New.
8770
87712011-11-12 Matt Rice <ratmice@gmail.com>
8772
8773 * gdb.base/info-macros.exp: Make tests for info definitions
8774 test info macro. Add tests for info macro argument processing.
8775 Rename a few tests.
8776
87772011-11-11 Keith Seitz <keiths@redhat.com>
8778
8779 PR gdb/12843
8780 * gdb.base/linespecs.exp: New file.
8781
87822011-11-11 Doug Evans <dje@google.com>
8783
8784 * gdb.threads/print-threads.exp: Extend timeout for slower
8785 tests.
8786
87872011-11-10 Doug Evans <dje@google.com>
8788
8789 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8790 "record to end of main" test.
8791
8792 * gdb.python/py-type.c (TS): New typedef.
8793 (ts): New global.
8794 * gdb.python/py-type.exp: Test field list of typedef.
8795
87962011-11-10 Joel Brobecker <brobecker@adacore.com>
8797
8798 * gdb.ada/small_reg_param: New testcase.
8799
88002011-11-09 Tom Tromey <tromey@redhat.com>
8801
8802 * gdb.cp/destrprint.exp: New file.
8803 * gdb.cp/destrprint.cc: New file.
8804
88052011-11-08 Meador Inge <meadori@codesourcery.com>
8806
8807 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8808 (switch_stack_to_other): New test function.
8809 * gdb.arch/thumb-prologue.exp: New test cases.
8810
88112011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8812
8813 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8814
88152011-11-08 Yao Qi <yao@codesourcery.com>
8816
8817 * gdb.exp (supports_process_record): New.
8818 (supports_reverse): New.
8819 * gdb.reverse/break-precsave.exp: Call support_process_record
8820 to run test conditionally.
8821 * gdb.reverse/consecutive-precsave.exp: Likewise.
8822 * gdb.reverse/i386-precsave.exp: Likewise.
8823 * gdb.reverse/machinestate-precsave.exp: Likewise.
8824 * gdb.reverse/solib-precsave.exp: Likewise.
8825 * gdb.reverse/step-precsave.exp: Likewise.
8826 * gdb.reverse/until-precsave.exp: Likewise.
8827 * gdb.reverse/watch-precsave.exp: Likewise.
8828 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8829 test conditionally.
8830 * gdb.reverse/consecutive-reverse.exp: Likewise.
8831 * gdb.reverse/finish-precsave.exp: Likewise.
8832 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8833 * gdb.reverse/finish-reverse.exp: Likewise.
8834 * gdb.reverse/i386-reverse.exp: Likewise.
8835 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8836 * gdb.reverse/machinestate.exp: Likewise.
8837 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8838 * gdb.reverse/sigall-precsave.exp: Likewise.
8839 * gdb.reverse/sigall-reverse.exp: Likewise.
8840 * gdb.reverse/solib-reverse.exp: Likewise.
8841 * gdb.reverse/step-reverse.exp: Likewise.
8842 * gdb.reverse/until-reverse.exp: Likewise.
8843 * gdb.reverse/watch-reverse.exp: Likewise.
8844
88452011-11-05 Yao Qi <yao@codesourcery.com>
8846
8847 * gdb.trace/trace-break.exp: Add test on setting two
8848 fast tracepoints at the same address.
8849
88502011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8851
8852 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8853
88542011-11-02 Stan Shebs <stan@codesourcery.com>
8855
8856 * gdb.trace/collection.c: Add code using strings.
8857 * gdb.trace/collection.exp: Add tests of string collection.
8858
88592011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8860
8861 * gdb.base/skip-solib.exp (executable_main): New variable.
8862 (binfile_main): Base it on that.
8863 Use $executable_main in clean_restart calls. Drop gdb_exit and
8864 gdb_start calls.
8865
88662011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 Fix racy FAILs.
8869 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8870 breakpoint_re globals import by async. Set string_regex to .* for
8871 async. Remove the optional thread_selected_re and breakpoint_re
8872 globals expectations.
8873
88742011-11-01 Joseph Myers <joseph@codesourcery.com>
8875
8876 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8877 well as Cygwin.
8878
88792011-11-01 Justin Lebar <justin.lebar@gmail.com>
8880
8881 Add tests for skip command.
8882 * gdb.base/skip-solib-lib.c: New
8883 * gdb.base/skip-solib-main.c: New
8884 * gdb.base/skip-solib.exp: New
8885 * gdb.base/skip.c: New
8886 * gdb.base/skip.exp: New
8887 * gdb.base/skip1.c: New
8888 * gdb.base/Makefile.in: Adding new files.
8889
88902011-10-31 Yao Qi <yao@codesourcery.com>
8891 Pedro Alves <pedro@codesourcery.com>
8892
8893 * gdb.trace/trace-break.c: New.
8894 * gdb.trace/trace-break.exp: New.
8895
88962011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8899 break-here-2.
8900
89012011-10-28 Pedro Alves <pedro@codesourcery.com>
8902
8903 * gdb.threads/no-unwaited-for-left.c: New.
8904 * gdb.threads/no-unwaited-for-left.exp: New.
8905 * gdb.threads/non-ldr-exc-1.c: New.
8906 * gdb.threads/non-ldr-exc-1.exp: New.
8907 * gdb.threads/non-ldr-exc-2.c: New.
8908 * gdb.threads/non-ldr-exc-2.exp: New.
8909 * gdb.threads/non-ldr-exc-3.c: New.
8910 * gdb.threads/non-ldr-exc-3.exp: New.
8911 * gdb.threads/non-ldr-exc-4.c: New.
8912 * gdb.threads/non-ldr-exc-4.exp: New.
8913
89142011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8917 * gdb.base/attach-pie-misread.exp: Likewise.
8918 * gdb.base/break-interp.exp: Likewise.
8919 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8920 testcases for use_gdb_stub.
8921 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8922 (continue): New testcase.
8923 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8924 * gdb.threads/attach-into-signal.exp: Likewise.
8925 * gdb.threads/attach-stopped.exp: Likewise.
8926 * gdb.threads/attachstop-mt.exp: Likewise.
8927
89282011-10-28 Paul Koning <paul_koning@dell.com>
8929
8930 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8931
89322011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8933
8934 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8935 (mi_gdb_test): Import globals thread_selected_re
8936 and breakpoint_re. Expect them optionally at the regex start.
8937
89382011-10-27 Doug Evans <dje@google.com>
8939
8940 * gdb.python/python.exp: Test source -s.
8941
89422011-10-26 Paul Koning <paul_koning@dell.com>
8943
8944 * gdb.python/lib-types.cc (struct A): New structure.
8945 * gdb.python/lib-types.exp (deepitems): New tests.
8946
89472011-10-25 Paul Koning <paul_koning@dell.com>
8948
8949 PR python/13327
8950
8951 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8952 fetch_lazy method.
8953
89542011-10-24 Yao Qi <yao@codesourcery.com>
8955
8956 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8957 target is tic6x-*-*.
8958
89592011-10-21 Joel Brobecker <brobecker@adacore.com>
8960
8961 * gdb.ada/mi_task_info/task_switch.adb: New file.
8962 * gdb.ada/mi_task_info.exp: New file.
8963
89642011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8965
8966 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8967 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8968
89692011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8970
8971 PR python/12656
8972
8973 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8974 global_block tests.
8975
89762011-10-18 Tom Tromey <tromey@redhat.com>
8977
8978 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8979
89802011-10-18 Tom Tromey <tromey@redhat.com>
8981
8982 * gdb.base/source.exp: Don't include full file name in test name.
8983 * gdb.python/python.exp: Don't include full file name in test
8984 name.
8985
89862011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 * gdb.base/attach-pie-noexec.c: New files.
8989 * gdb.base/attach-pie-noexec.exp: New files.
8990
89912011-10-17 Joseph Myers <joseph@codesourcery.com>
8992
8993 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8994 prompt for each extra line in command.
8995
89962011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8997
8998 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8999 Revert the part of:
9000 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9001 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9002 Change the expected string.
9003
90042011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9005
9006 Fix results with system glibc debug info installed.
9007 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
9008 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
9009 Accept also __libc_ symbol prefix and no prefix.
9010
90112011-10-14 Keith Seitz <keiths@redhat.com>
9012
9013 PR c++/13225
9014 * gdb.cp/converts.cc (foo3_1): New function.
9015 (foo3_2): New functions.
9016 * gdb.cp/converts.exp: Add tests for int to pointer conversion
9017 and null pointer conversions of integer constant zero.
9018 Add test to check if all arguments are checked for incompatible
9019 conversion BADNESS.
9020
90212011-10-14 Tom Tromey <tromey@redhat.com>
9022
9023 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
9024 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
9025 linespec.
9026
90272011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 Fix internal error regression.
9030 * gdb.dwarf2/implptr-optimized-out.S: New file.
9031 * gdb.dwarf2/implptr-optimized-out.exp: New file.
9032
90332011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9034
9035 Fix empty DWARF expressions DATA vs. SIZE conditionals.
9036 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
9037 (loclist): New.
9038 (4): New abbrev.
9039 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
9040 Use prepare_for_testing, remove clean_restart.
9041 (p arraynoloc, p arraycallnoloc): New tests.
9042
90432011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 * gdb.cp/namespace-enum.exp (executable): New variable.
9046 (binfile): Use ${objdir}/${subdir}/ prefix.
9047 Use ${executable} for clean_restart.
9048
90492011-10-11 Sterling Augustine <saugustine@google.com>
9050
9051 * gdb.cp/Makefile.in: Add namespace-enum test.
9052 * gdb.cp/namespace-enum.exp: New file.
9053 * gdb.cp/namespace-enum.c: New file.
9054 * gdb.cp/namespace-enum-main.c: New file.
9055
90562011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9057
9058 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9059 sysroot.
9060
90612011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 Reimplement @entry in input expressions.
9064 * gdb.base/exprs.c (v_int_array_init): New variable.
9065 * gdb.base/exprs.exp (print v_int_array_init)
9066 (print *v_int_array_init@1, print *v_int_array_init@2)
9067 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9068 (print v_int_array_init[1]@1): New tests.
9069
90702011-10-10 Joseph Myers <joseph@codesourcery.com>
9071
9072 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9073 expected message.
9074
90752011-10-09 Doug Evans <dje@google.com>
9076
9077 * gdb.base/alias.exp: Add tests for alias command.
9078
90792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 * gdb.arch/amd64-entry-value.s: New file.
9082 * gdb.mi/mi2-amd64-entry-value.s: New file.
9083
90842011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9085
9086 Display @entry parameter values even for references.
9087 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9088 functions.
9089 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9090 reference and datap_input.
9091 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9092 breakpoints.
9093 (continue to breakpoint: entry_reference: reference)
9094 (entry_reference: bt at entry)
9095 (continue to breakpoint: entry_reference: breakhere_reference)
9096 (entry_reference: bt, entry_reference: ptype regparam)
9097 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9098 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9099 (entry_reference: p regcopy, entry_reference: p nodataparam)
9100 (entry_reference: p nodataparam@entry): New tests.
9101
91022011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 Support @entry in input expressions.
9105 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9106 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9107 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9108 (tailcall: p j@entry): New tests.
9109 * gdb.cp/koenig.cc (A::entry): New function.
9110 (main): Call it.
9111 * gdb.cp/koenig.exp (p entry (c)): New test.
9112
91132011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9114
9115 Display @entry parameter values (without references).
9116 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9117 (different, validity, invalid): New functions.
9118 (main): Call them.
9119 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9120 stacktest, breakhere_stacktest, different, breakhere_different,
9121 breakhere_validity and breakhere_invalid.
9122 (entry: bt): Update for @entry.
9123 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9124 (entry_validity: *, entry_invalid: *): Many new tests.
9125 * gdb.base/break.exp
9126 (run until breakpoint set at small function, optimized file): Accept
9127 also the @entry suffix.
9128 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9129 * gdb.mi/mi2-amd64-entry-value.c: New files.
9130 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9131
91322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9133
9134 Protect entry values against self tail calls.
9135 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9136 (main): Call self.
9137 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9138 (set debug entry-values 1, self: bt debug entry-values): New tests.
9139
91402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 Recognize virtual tail call frames.
9143 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9144 (amb_b, amb_a): New.
9145 (main): Call a and b.
9146 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9147 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9148 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9149 New tests.
9150
91512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9152
9153 Implement basic support for DW_TAG_GNU_call_site.
9154 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9155 * gdb.arch/amd64-entry-value.cc: New file.
9156 * gdb.arch/amd64-entry-value.exp: New file.
9157
91582011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9161 * gdb.dwarf2/implptr-64bit.S: New file.
9162 * gdb.dwarf2/implptr-64bit.exp: New file.
9163
91642011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 Fix initial language detection with -readnow.
9167 * gdb.cp/readnow-language.cc: New file.
9168 * gdb.cp/readnow-language.exp: New file.
9169
91702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 Fix printed anonymous struct name.
9173 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9174
91752011-10-09 Joseph Myers <joseph@codesourcery.com>
9176
9177 * gdb.base/solib-symbol.exp: Do not include directories in
9178 filenames in expected messages.
9179
91802011-10-07 Doug Evans <dje@google.com>
9181
9182 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9183
91842011-10-07 Kevin Pouget <kevin.pouget@st.com>
9185
9186 Allow Python notification of new object-file loadings.
9187 * gdb.python/py-events.exp: Test newobjfile event.
9188 * gdb.python/py-events.py: Register newobjfile callback.
9189 * gdb.python/py-events.c: Add call to shared library
9190 * gdb.python/py-events-shlib.c: New file.
9191
91922011-10-06 Joseph Myers <joseph@codesourcery.com>
9193
9194 * gdb.base/fixsection.exp: Do not include directories in filename
9195 in expected message.
9196
91972011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9198
9199 Add tests for passing of environment variables to inferior.
9200 * gdb.base/testenv.c: New test source.
9201 * gdb.base/testenv.exp: New expect test.
9202
92032011-10-04 Paul Koning <paul_koning@dell.com>
9204
9205 * gdb.python/py-value.c (main): Break before return.
9206
92072011-10-04 Kevin Pouget <kevin.pouget@st.com>
9208
9209 PR python/12691: Add the inferior to Python exited event
9210 * gdb.python/py-events.exp: Test the inferior attribute of exited
9211 event with a fork.
9212 * gdb.python/py-events.py: Print inferior number on exit.
9213 * gdb.python/py-events.c: Fork the inferior.
9214
92152011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9216
9217 * gdb.base/jit.exp: Add testcase name to log message
9218
92192011-10-03 Paul Koning <paul_koning@dell.com>
9220 Jan Kratochvil <jan.kratochvil@redhat.com>
9221
9222 * gdb.python/py-value.exp
9223 (python inval = gdb.parse_and_eval('*(int*)0'))
9224 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9225 (set argc=2, python print argc_lazy): New tests.
9226
92272011-10-02 Joel Brobecker <brobecker@adacore.com>
9228
9229 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9230
92312011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9232 Pedro Alves <pedro@codesourcery.com>
9233
9234 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9235 can_read_0, test for it.
9236 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9237 (parse_and_eval with memory error): ... here, make it untested if
9238 can_read_0.
9239
92402011-09-30 Marek Polacek <mpolacek@redhat.com>
9241
9242 * gdb.python/python.exp (verify pagination beforehand)
9243 (verify pagination afterwards): Fix race by splitting the line.
9244
92452011-09-29 Joseph Myers <joseph@codesourcery.com>
9246
9247 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9248 for 64-bit multilibs from i?86-* targets.
9249
92502011-09-29 Marek Polacek <mpolacek@redhat.com>
9251
9252 * lib/gdb.exp: Fix a typo in one of the comments.
9253
92542011-09-29 Marek Polacek <mpolacek@redhat.com>
9255
9256 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9257 matching pattern.
9258
92592011-09-28 Paul Koning <paul_koning@dell.com>
9260
9261 * gdb.python/py-type.c (enum E): New.
9262 * gdb.python/py-type.exp (test_fields): Add tests for Python
9263 mapping access to fields.
9264 (test_enums): New test for field access on enums.
9265
92662011-09-27 Stan Shebs <stan@codesourcery.com>
9267
9268 * gdb.trace/collection.exp: Test collection of $_ret.
9269
92702011-09-22 Andreas Tobler <andreast@fgznet.ch>
9271
9272 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9273 list of compilation switches for <*-*-freebsd*>.
9274
92752011-09-19 Stan Shebs <stan@codesourcery.com>
9276
9277 * gdb.trace/tspeed.exp: New file.
9278 * gdb.trace/tspeed.c: New file.
9279
92802011-09-18 Yao Qi <yao@codesourcery.com>
9281
9282 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9283 instructions.
9284 (test_adr_32bit, test_pop_pc): Likewise.
9285 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9286 Thumb instructions.
9287 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9288 in gdb_test_multiple.
9289 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9290
92912011-09-17 Yao Qi <yao@codesourcery.com>
9292
9293 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9294 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9295 support single step to signal handler.
9296
92972011-09-17 Yao Qi <yao@codesourcery.com>
9298
9299 * gdb.base/disp-step-fork.c: New.
9300 * gdb.base/disp-step-syscall.exp: New.
9301 * gdb.base/disp-step-vfork.c: New.
9302
93032011-09-16 Joel Brobecker <brobecker@adacore.com>
9304
9305 * gdb.ada/tasks.exp: Make the expected output for
9306 the `info tasks' tests more resilient to spacing
9307 changes.
9308
93092011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9312 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9313
93142011-09-15 Kevin Pouget <kevin.pouget@st.com>
9315
9316 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9317 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9318
93192011-04-30 Kevin Pouget <kevin.pouget@st.com>
9320
9321 Handle multiple breakpoint hits in Python interface:
9322 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9323 presence.
9324 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9325 breakpoint hits.
9326
93272011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9328 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 * gdb.python/py-events.exp: Remove pretty printing comment.
9331 * gdb.python/py-evsignal.exp: New file.
9332 * gdb.python/py-evthreads.c: Include signal.h.
9333 (thread3): Remove variable count3. Remove variable bad and use raise
9334 instead.
9335 (thread2): Remove variable count2. Move thread3 pthread_create here,
9336 merge pthread_join to a single line.
9337 (main): Remove variable count1. Merge pthread_join with pthread_create
9338 to a single line.
9339 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9340 KFAIL python/12966 for gdbserver. Test return value of
9341 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9342 gdb_expect by gdb_test and gdb_test_multiple.
9343 (thread 2, thread 3): New tests.
9344
93452011-09-12 Matt Rice <ratmice@gmail.com>
9346 Pedro Alves <pedro@codesourcery.com>
9347
9348 PR gdb/13175
9349
9350 * gdb.base/interp.exp: New tests.
9351 * gdb.base/interp.c: New file.
9352
93532011-09-12 Doug Evans <dje@google.com>
9354
9355 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9356 * gdb.dwarf2/typeddwarf.exp: Ditto.
9357
93582011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 Fix compatibility with x32 arch.
9361 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9362 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9363 is_x86_like_target.
9364 * testsuite/gdb.trace/collection.exp: Likewise.
9365 * testsuite/gdb.trace/report.exp: Likewise.
9366 * testsuite/gdb.trace/unavailable.exp: Likewise.
9367 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9368 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9369 (is_x86_like_target): Check also is_amd64_regs_target.
9370
93712011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 PR breakpoints/12435
9374 * gdb.arch/amd64-prologue-xmm.c: New file.
9375 * gdb.arch/amd64-prologue-xmm.exp: New file.
9376 * gdb.arch/amd64-prologue-xmm.s: New file.
9377
93782011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9379
9380 * gdb.dwarf2/dw2-param-error-main.c: New file.
9381 * gdb.dwarf2/dw2-param-error.S: New file.
9382 * gdb.dwarf2/dw2-param-error.exp: New file.
9383
93842011-09-08 Pedro Alves <pedro@codesourcery.com>
9385
9386 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9387 inferior's pid and look for a core dump named core.$pid. Use
9388 `remote_file' commands on the host instead of hand coding shell
9389 commands on the build.
9390 * gdb.base/valgrind-db-attach.exp: Kill the program before
9391 finishing the test.
9392
93932011-09-02 Matt Rice <ratmice@gmail.com>
9394
9395 * lib/prompt.exp: New file for testing the first prompt.
9396 * gdb.python/py-prompt.exp: Ditto.
9397 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9398
93992011-09-02 Pedro Alves <pedro@codesourcery.com>
9400
9401 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9402 0, before testing gcore.
9403
94042011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9405
9406 * dw2-ifort-parameter-debug.S: Update copyright year.
9407 * dw2-ifort-parameter.c: Update copyright year.
9408 * dw2-ifort-parameter.exp: Update copyright year.
9409
9410 * dw2-ifort-parameter-debug.S: New file.
9411 * dw2-ifort-parameter.c: New file.
9412 * dw2-ifort-parameter.exp: New file.
9413
94142011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9415
9416 * gdb.base/commands.exp (error_clears_commands_left): New function.
9417 (): Call it.
9418
94192011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9422 (C): Initialize `a'.
9423 * gdb.mi/mi-inheritance-syntax-error.exp
9424 (-data-evaluate-expression $path): Expect `a' as 5.
9425
94262011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9427
9428 PR mi/11912
9429 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9430 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9431 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9432 keyword in output of -var-info-path-expression.
9433
94342011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9437 * gdb.trace/collection.exp: Likewise.
9438 * gdb.trace/report.exp: Likewise.
9439 * gdb.trace/unavailable.exp: Likewise.
9440 * gdb.trace/while-dyn.exp: Likewise.
9441
94422011-08-18 Keith Seitz <keiths@redhat.com>
9443
9444 PR c++/12266
9445 * gdb.cp/meth-typedefs.cc: New file.
9446 * gdb.cp/meth-typedefs.exp: New file.
9447
94482011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9449
9450 * gdb.python/python.exp: Add extended-prompt tests.
9451
94522011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9453
9454 * gdb.arch/i386-dr3-watch.exp
9455 (watchpoint on gap1 does not fit debug registers)
9456 (delete all watchpoints): Fix racy expect strings.
9457
94582011-08-14 Yao Qi <yao@codesourcery.com>
9459
9460 * gdb.base/maint.exp: set data_section to ".neardata".
9461 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9462 * gdb.base/savedregs.exp: Handle SIGILL.
9463 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9464 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9465
94662011-08-12 Doug Evans <dje@google.com>
9467
9468 * gdb.python/py-symbol.exp: Add test for symbol.type.
9469
94702011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9471
9472 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9473 * gdb.mi/mi-pthreads.exp: Likewise.
9474 * gdb.mi/mi2-pthreads.exp: Likewise.
9475 * gdb.mi/gdb669.exp.exp: Likewise.
9476
94772011-08-09 Pedro Alves <pedro@codesourcery.com>
9478
9479 * lib/mi-support.exp (detect_async): Rename to...
9480 (mi_detect_async): ... this.
9481 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9482 * gdb.mi/mi-nonstop.exp: Adjust.
9483 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9484 * gdb.mi/mi-nsintrall.exp: Adjust.
9485 * gdb.mi/mi-nsmoribund.exp: Adjust.
9486 * gdb.mi/mi-nsthrexec.exp: Adjust.
9487
94882011-08-09 Pedro Alves <pedro@codesourcery.com>
9489
9490 * gdb.base/display.c (do_loops): New `p_i' local.
9491 * gdb.base/display.exp: Test displaying a variable that is
9492 temporarily at a bad address.
9493
94942011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9495
9496 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9497 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9498
94992011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9500
9501 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9502 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9503 (p fuNC_symtab): Permit also ppc64 leading dot.
9504
95052011-08-05 Pedro Alves <pedro@codesourcery.com>
9506
9507 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9508 procedure.
9509 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9510
95112011-08-05 Yao Qi <yao@codesourcery.com>
9512
9513 * gdb.base/callfuncs.exp: Set language after main.
9514 * gdb.cp/cplusfuncs.exp: Likewise.
9515 * gdb.cp/inherit.exp: Likewise.
9516
95172011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9518
9519 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9520 * gdb.base/watch-vfork.exp: Skip on remote targets.
9521
95222011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9523
9524 * gdb.threads/thread-find.exp: Support remote targets.
9525
95262011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9527
9528 * gdb.base/jit.exp: Download solib_binfile to target.
9529 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9530 and call dlopen without full path name.
9531 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9532 dlopen without full path name.
9533
95342011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9535
9536 * gdb.base/break-always.exp: Complete the test
9537 with duplicated breakpoints and enabling/disabling them.
9538
95392011-08-02 Tom Tromey <tromey@redhat.com>
9540
9541 PR gdb/11289:
9542 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9543
95442011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9545
9546 PR gdb/13045
9547 * gdb.base/float.exp: Add new test case for PR gdb/13045
9548 * gdb.base/float.c: New file.
9549
95502011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9551
9552 * gdb.python/py-mi.exp: Test printers returning string hint, and
9553 also not returning a value.
9554 * gdb.python/py-prettyprint.c: Add testcase for above.
9555 * gdb.python/py-prettyprint.py: Add test printer for above.
9556
95572011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9558
9559 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9560 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9561 (.Ldie30) Add as field "data4".
9562 (.Ldie32) Rename field "b" to "shl".
9563 (abbrev4) Change for the "data4" field.
9564 (abbrev5, abbrev6) Remove.
9565 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9566 (p &s.shl): ... here. Add comment.
9567 (p &s.data4): New.
9568
95692011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9570
9571 Fix crash on lval_computed values.
9572 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9573
95742011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9575
9576 * gdb.base/help.exp (help whatis): Update the expected string.
9577
95782011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9579
9580 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9581 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9582 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9583 Change the expected string.
9584
95852011-07-26 Pedro Alves <pedro@codesourcery.com>
9586
9587 * gdb.base/watchpoint.exp
9588 (test_disable_enable_software_watchpoint): New procedure.
9589 (top level): Run it.
9590
95912011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9592
9593 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9594 executable file "${binfile}", C++ version "${binfile}-cxx".
9595 * gdb.python/py-prettyprint.exp: Likewise.
9596 * gdb.python/py-symbol.exp: Likewise.
9597 * gdb.python/py-type.exp: Likewise.
9598 * gdb.python/py-value.exp: Likewise.
9599 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9600 file name instead of just suffix.
9601
96022011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9603
9604 Fix implicit pointer offsets.
9605 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9606 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9607 (continue to breakpoint: continue to baz breakpoint for implptr)
9608 (sanity check element 0, sanity check element 1)
9609 (enter the inlined function, check element 0 for the offset)
9610 (check element 1 for the offset)
9611 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9612 (set foo breakpoint for implptr): Update the breakpoint number.
9613
96142011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9615
9616 * gdb.python/py-mi.exp: Use different file names for different
9617 versions of the executable under test.
9618 * gdb.python/py-prettyprint.exp: Likewise.
9619 * gdb.python/py-symbol.exp: Likewise.
9620 * gdb.python/py-template.exp: Likewise.
9621 * gdb.python/py-type.exp: Likewise.
9622 * gdb.python/py-value.exp: Likewise.
9623
96242011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9625
9626 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9627 flag after restarting GDB if necessary.
9628
96292011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9630
9631 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9632
96332011-07-22 Pedro Alves <pedro@codesourcery.com>
9634
9635 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9636 backend doesn't leave used debug registers behind.
9637
96382011-07-22 Tom Tromey <tromey@redhat.com>
9639
9640 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9641 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9642 argument.
9643 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9644
96452011-07-21 Matt Rice <ratmice@gmail.com>
9646
9647 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9648 in mostlyclean rule. Add files ending in .core.
9649
96502011-07-21 Matt Rice <ratmice@gmail.com>
9651
9652 PR macros/12999
9653 * gdb.base/info-macros.c: New test sources.
9654 * gdb.base/info-macros.exp: New tests.
9655
96562011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9657
9658 * gdb.python/python.exp: Add prompt substitution tests.
9659
96602011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 Fix crash if referenced CU is aged out.
9663 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9664 New.
9665 * gdb.dwarf2/implptr.exp: Likewise.
9666
96672011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9668
9669 * gdb.dwarf2/implptr.S: Rebuilt.
9670 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9671 (bar): Use them for j, k, l.
9672 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9673 COMPILE.
9674 (print j in implptr:bar): Update for the intp typedef.
9675 (print p[0].x in implptr:foo): Use more exact regex.
9676
96772011-07-18 Tom Tromey <tromey@redhat.com>
9678
9679 * gdb.cp/static-method.exp: Add missing single quote.
9680
96812011-07-18 Yao Qi <yao@codesourcery.com>
9682
9683 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9684 supported.
9685 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9686 * gdb.mi/mi-nonstop.exp: Likewise.
9687 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9688 * gdb.mi/mi-nsintrall.exp: Likewise.
9689 * gdb.mi/mi-nsmoribund.exp: Likewise.
9690 * gdb.mi/mi-nsthrexec.exp: Likewise.
9691 * gdb.python/py-evthreads.exp: Likewise.
9692
96932011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 Code cleanup.
9696 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9697 it. Substitute it instead of test_compiler_info everywhere.
9698
96992011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9700
9701 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9702 remote targets as well.
9703
97042011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9705
9706 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9707 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9708
97092011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9710
9711 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9712 a remote machine, not the host.
9713 (gdb_compile_shlib): Set soname if target is remote.
9714
97152011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9716
9717 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9718
97192011-07-13 Matt Rice <ratmice@gmail.com>
9720
9721 * gdb.python/py-objfile-script-gdb.py: Renamed to
9722 py-objfile-script-gdb.py.in.
9723 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9724 py-objfile-script-gdb.py.
9725 * gdb.python/py-objfile-script.exp: Update reference to
9726 py-objfile-script-gdb.py.
9727
97282011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9731 reference undefined label.
9732
97332011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9736 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9737 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9738 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9739
97402011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9741
9742 PR python/12438
9743 * gdb.python/python.exp: Add maint set/show python print-stack
9744 deprecated tests. Add set/show python print-backtrace tests.
9745
97462011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9747
9748 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9749 debug info.
9750
97512011-07-06 Matt Rice <ratmice@gmail.com>
9752
9753 * gdb.python/python.exp: Update filename paths.
9754 * gdb.python/py-symtab.exp: Ditto.
9755
97562011-07-06 Marek Polacek <mpolacek@redhat.com>
9757
9758 * gdb.python/py-evthreads.exp: Add missing `$'.
9759
97602011-07-06 Jie Zhang <jie.zhang@analog.com>
9761
9762 * config/bfin.exp: New file.
9763 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9764 * gdb.asm/bfin.inc: New file.
9765
97662011-07-06 Marek Polacek <mpolacek@redhat.com>
9767
9768 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9769 the whole output.
9770
97712011-07-05 Tom Tromey <tromey@redhat.com>
9772
9773 * gdb.java/jprint.java (jprint.hi): New field.
9774 * gdb.java/jprint.exp: Print string.
9775
97762011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9777
9778 * gdb.base/call-sc.c: Fix typos.
9779 * gdb.base/ifelse.exp: Likewise.
9780 * gdb.base/structs.c: Likewise.
9781
97822011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9783
9784 * gdb.base/jit-so.exp: New test.
9785 * gdb.base/jit-dlmain.c: New file.
9786 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9787
97882011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9789
9790 * gdb.cp/m-static.exp: Call get_compiler_info.
9791 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9792 * gdb.cp/pr9167.exp (p b): Likewise.
9793 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9794 (test value of P in inner_m, test type of Z in inner_m): Call
9795 setup_xfail for gcc <= 4.5.
9796
97972011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9798
9799 * gdb.cp/paren-type.cc: New files.
9800 * gdb.cp/paren-type.exp: New files.
9801
98022011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 Stop on first linespec terminator instead of eating what we can.
9805 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9806 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9807 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9808 (break C::f()): ... this one.
9809 (break C::operator()()): New test.
9810 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9811 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9812 test.
9813
98142011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9815
9816 Fall back linespec to minimal symbols.
9817 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9818 error message.
9819 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9820 * gdb.cp/minsym-fallback-main.cc: New file.
9821 * gdb.cp/minsym-fallback.cc: New file.
9822 * gdb.cp/minsym-fallback.exp: New file.
9823 * gdb.cp/minsym-fallback.h: New file.
9824
98252011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9826
9827 * gdb.cp/no-dmgl-verbose.cc: New file.
9828 * gdb.cp/no-dmgl-verbose.exp: New file.
9829
98302011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9833 __GI_.
9834 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9835 (f): New function.
9836 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9837 (complete p 'func<short>(): ... here.
9838 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9839 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9840 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9841 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9842 Make them KFAIL gcc/49546.
9843
98442011-07-01 Joel Brobecker <brobecker@adacore.com>
9845
9846 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9847
98482011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9849
9850 Test GCC PR debug/49546.
9851 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9852 (test type of F in k3_m, test value of F in k3_m): New.
9853 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9854 (main): New variable k3. Call k3.k3_m.
9855
98562011-07-01 Jean-Charles Delay <delay@adacore.com>
9857
9858 * gdb.ada/packed_array.exp: Fix expected outout.
9859
98602011-07-01 Jean-Charles Delay <delay@adacore.com>
9861
9862 * gdb.ada/packed_array.exp: fixed expected output.
9863
98642011-07-01 Joel Brobecker <brobecker@adacore.com>
9865
9866 * gdb.ada/same_enum: New testcase.
9867
98682011-07-01 Joel Brobecker <brobecker@adacore.com>
9869
9870 * gdb.ada/ptr_typedef: New testcase.
9871
98722011-07-01 Joel Brobecker <brobecker@adacore.com>
9873
9874 * gdb.ada/arrayptr.exp: Add ptype test.
9875
98762011-07-01 Joel Brobecker <brobecker@adacore.com>
9877
9878 * gdb.ada/char_enum: New testcase.
9879
98802011-07-01 Yao Qi <yao@codesourcery.com>
9881
9882 * gdb.base/dump.exp (capture_pointer_with_type): New.
9883 Get value from address instead of name.
9884 Start GDB once, and do `dump' and `restore'
9885 tests together.
9886
98872011-06-30 Jie Zhang <jie.zhang@analog.com>
9888 Mike Frysinger <vapier@gentoo.org>
9889
9890 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9891 helper functions for getting/setting remotetimeout variable.
9892 * lib/gdb.exp (gdb_load): If the target is remote, set
9893 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9894 with $loadtimeout. Set $load_ok to 0 before doing the load.
9895 Instead of returning, immediately, set $load_ok to 0. Call
9896 set_remotetimeout with $oldremotetimeout, and then return if
9897 $load_ok is 1.
9898
98992011-06-30 Andrew Burgess <aburgess@broadcom.com>
9900
9901 * gdb.python/py-template.exp: Don't run this test if the target
9902 does not support c++ tests.
9903
99042011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9905
9906 Fix non-only rename list for Fortran modules import.
9907 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9908 tests.
9909 * gdb.fortran/module.f90 (module moduse): New.
9910 (program module): use moduse, test var_x, var_y and var_z.
9911
99122011-06-29 Tom Tromey <tromey@redhat.com>
9913
9914 PR testsuite/12040:
9915 * gdb.fortran/array-element.exp: Use f90, not f77.
9916 * gdb.fortran/complex.exp: Use f90, not f77.
9917 * gdb.fortran/derived-type.exp: Use f90, not f77.
9918 * gdb.fortran/library-module.exp: Use f90, not f77.
9919 * gdb.fortran/logical.exp: Use f90, not f77.
9920 * gdb.fortran/module.exp: Use f90, not f77.
9921 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9922 * gdb.fortran/subarray.exp: Use f90, not f77.
9923
99242011-06-29 Tom Tromey <tromey@redhat.com>
9925
9926 * gdb.fortran/charset.exp: New file.
9927 * gdb.fortran/charset.f90: New file.
9928
99292011-06-29 Tom Tromey <tromey@redhat.com>
9930
9931 PR testsuite/12040:
9932 * lib/future.exp: New file, mostly extracted from ada.exp.
9933 Rewrote compatibility code to use rename.
9934 (gdb_find_gfortran): New proc.
9935 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9936 gfortran patch.
9937 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9938 Move to future.exp.
9939 * lib/gdb.exp: Always load future.exp.
9940
99412011-06-28 Yao Qi <yao@codesourcery.com>
9942
9943 * gdb.cp/exception.cc: Don't include iostream.
9944 (bar): Remove print statement.
9945 (catcher): New.
9946 (main): Remove print statements. Call function catcher.
9947 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9948 Set breakpoint on catcher, and check the value of parameter.
9949
99502011-06-23 Yao Qi <yao@codesourcery.com>
9951
9952 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9953 breakpoint 1.2 is disabled. KFAIL for uclinux.
9954
99552011-06-23 Marek Polacek <mpolacek@redhat.com>
9956
9957 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9958 mi_gdb_test.
9959
99602011-06-23 Marek Polacek <mpolacek@redhat.com>
9961
9962 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9963
99642011-06-23 Marek Polacek <mpolacek@redhat.com>
9965
9966 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9967
99682011-06-23 Marek Polacek <mpolacek@redhat.com>
9969
9970 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9971 `test_exec_and_symbol_mi_operatons' return value.
9972 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9973 gdb_test_multiple.
9974 (test_exec_and_symbol_mi_operatons): Likewise.
9975 (test_path_specification): Likewise.
9976
99772011-06-23 Yao Qi <yao@codesourcery.com>
9978
9979 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9980 supported.
9981 * lib/gdb.exp (support_displaced_stepping): New.
9982
99832011-06-23 Yao Qi <yao@codesourcery.com>
9984
9985 * gdb.threads/execl.exp: Skip on remote target.
9986
99872011-06-21 Marek Polacek <mpolacek@redhat.com>
9988
9989 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9990 mi_gdb_test.
9991
99922011-06-20 Marek Polacek <mpolacek@redhat.com>
9993
9994 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9995
99962011-06-20 Marek Polacek <mpolacek@redhat.com>
9997
9998 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9999 mi_gdb_test.
10000
100012011-06-20 Marek Polacek <mpolacek@redhat.com>
10002
10003 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10004
100052011-06-14 Yao Qi <yao@codesourcery.com>
10006
10007 gdb/testsuite/
10008 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
10009
100102011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10011
10012 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
10013
100142011-06-10 Tom Tromey <tromey@redhat.com>
10015
10016 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
10017 Add tests for pointer-to-member-function.
10018 * gdb.cp/temargs.cc (S::somefunc): New function.
10019 (K2): New class.
10020 (main): Instantiate K2; call method.
10021
100222011-06-08 Joel Brobecker <brobecker@adacore.com>
10023
10024 * gdb.python/py-inferior.c (f2): Make str an array rather
10025 than a pointer.
10026 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
10027
100282011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * gdb.base/async-shell.c: New file.
10031 * gdb.base/async-shell.exp: New file.
10032
100332011-06-06 Pedro Alves <pedro@codesourcery.com>
10034
10035 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10036
100372011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
10038
10039 From Stephen Kitt <steve@sk2.org>
10040 * gdb.base/help.exp: Adjust following some spelling corrections
10041 in GDB.
10042
100432011-06-01 Yao Qi <yao@codesourcery.com>
10044
10045 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10046
100472010-05-31 Keith Seitz <keiths@redhat.com>
10048
10049 PR c++/12750
10050 * gdb.cp/static-method.cc: New file.
10051 * gdb.cp/static-method.exp: New file.
10052
100532010-05-31 Keith Seitz <keiths@redhat.com>
10054
10055 PR symtab/12704
10056 * gdb.cp/anon-ns.cc: New file.
10057 * gdb.cp/anon-ns.exp: New file.
10058
100592011-05-31 Pedro Alves <pedro@codesourcery.com>
10060
10061 * gdb.arch/i386-dr3-watch.c: New file.
10062 * gdb.arch/i386-dr3-watch.exp: New file.
10063
100642011-05-30 Yao Qi <yao@codesourcery.com>
10065
10066 * gdb.base/callfuncs.c (t_structs_fc): New.
10067 (t_structs_dc, t_structs_ldc): New.
10068 (t_double_many_args):
10069 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10070 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10071 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10072 * gdb.base/callfuncs.exp: Call new functions.
10073
100742011-05-30 Yao Qi <yao@codesourcery.com>
10075
10076 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10077 Call rerun_and_prepare for each test to isolate effects.
10078
100792011-05-30 Yao Qi <yao@codesourcery.com>
10080
10081 * gdb.base/varargs.c (find_max_float_real): New.
10082 (find_max_double_real, find_max_long_double_real): New.
10083 * gdb.base/varargs.exp: Call these new added functions.
10084 * lib/gdb.exp (setup_kfail_for_target): New.
10085
100862011-05-30 Yao Qi <yao@codesourcery.com>
10087
10088 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10089 (callcd, callce, callcf, callc1a, callc1b): New.
10090 (callc2a, callc2b): New.
10091 * gdb.base/funcargs.exp (complex_args): New.
10092 (complex_integral_args, complex_float_integral_args): New.
10093 * lib/gdb.exp (support_complex_tests): New. Determine
10094 whether to run test cases on _Complex types.
10095
100962011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10097
10098 * gdb.threads/leader-exit.c: New file.
10099 * gdb.threads/leader-exit.exp: New file.
10100
101012011-05-27 Marek Polacek <mpolacek@redhat.com>
10102
10103 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
10104
101052011-05-27 Marek Polacek <mpolacek@redhat.com>
10106
10107 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10108 remove the `supported' variable.
10109 * gdb.mi/mi-nonstop.exp: Likewise.
10110 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10111 * gdb.mi/mi-nsintrall.exp: Likewise.
10112 * gdb.mi/mi-nsmoribund.exp: Likewise.
10113 * gdb.mi/mi-nsthrexec.exp: Likewise.
10114
101152011-05-26 Pedro Alves <pedro@codesourcery.com>
10116
10117 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10118
101192011-05-26 Pedro Alves <pedro@codesourcery.com>
10120
10121 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10122
101232011-05-24 Keith Seitz <keiths@redhat.com>
10124
10125 PR breakpoint/12803
10126 * gdb.cp/cmpd-minsyms.cc (a): New method.
10127 (b): New method.
10128 (c): New method.
10129 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10130
101312011-05-24 Pedro Alves <pedro@codesourcery.com>
10132
10133 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10134 watchpoint's command list didn't execute when the watchpoint went
10135 out of scope.
10136
101372011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10138
10139 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10140 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10141 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10142 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10143 * gdb.arch/i386-permbkpt.exp: Likewise.
10144 * gdb.arch/i386-prologue.exp: Likewise.
10145 * gdb.arch/i386-size-overlap.exp: Likewise.
10146 * gdb.arch/i386-size.exp: Likewise.
10147 * gdb.arch/i386-unwind.exp: Likewise.
10148 * gdb.reverse/i386-precsave.exp: Likewise.
10149 * gdb.reverse/i386-reverse.exp: Likewise.
10150 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10151 * gdb.reverse/i387-env-reverse.exp: Likewise.
10152 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10153
101542011-05-24 Pedro Alves <pedro@codesourcery.com>
10155
10156 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10157 file doesn't error, using MI.
10158
101592011-05-23 Tom Tromey <tromey@redhat.com>
10160
10161 * gdb.base/charset.exp (string_display): Add tests to assign to
10162 arrays.
10163 * gdb.base/charset.c (short_array, int_array, long_array): New.
10164
101652011-05-20 Pedro Alves <pedro@codesourcery.com>
10166
10167 Cope with async mode.
10168
10169 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10170 into gdb_test + mi_expect_stop.
10171
101722011-05-20 Pedro Alves <pedro@codesourcery.com>
10173
10174 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10175 (callme): Remove printf call.
10176
101772011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10178
10179 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10180 quote pattern to avoid problems with Cygwin/mingw expect versions.
10181 * gdb.base/default.exp (show convenience): Use double
10182 quote pattern for regular expressions.
10183
101842011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10185
10186 Fix -readnow for -gdwarf-4 unused type units.
10187 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10188 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10189
101902011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10191
10192 * gdb.base/kill-after-signal.c: New file.
10193 * gdb.base/kill-after-signal.exp: New file.
10194
101952011-05-16 Pedro Alves <pedro@codesourcery.com>
10196
10197 * gdb.ada/start.exp: Call untested with the correct test filename.
10198 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10199 test filename. Make the test's binary unique.
10200 * gdb.arch/i386-signal.exp: Call untested with the correct test
10201 filename.
10202 * gdb.arch/i386-size-overlap.exp: Ditto.
10203 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10204 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10205 * gdb.cp/call-c.exp: Ditto.
10206 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10207 filename. Make the test's binary unique.
10208 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10209 * gdb.python/py-mi.exp: Ditto.
10210 * gdb.python/Makefile.in (EXECUTABLES): Update.
10211 * gdb.reverse/i386-precsave.exp: Ditto.
10212 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10213 test filename.
10214 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10215 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10216 unique.
10217 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10218 test filename.
10219 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10220 * gdb.trace/tfile.exp: Ditto.
10221
102222011-05-14 Yao Qi <yao@codesourcery.com>
10223
10224 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10225 type.
10226
102272011-05-13 Doug Evans <dje@google.com>
10228
10229 * gdb.python/py-objfile-script.exp: New file.
10230 * gdb.python/py-objfile-script.c: New file.
10231 * gdb.python/py-objfile-script-gdb.py: New file.
10232 * testsuite/gdb.python/py-section-script.exp: Test
10233 "info auto-load-scripts".
10234
102352011-05-13 Tom Tromey <tromey@redhat.com>
10236
10237 * gdb.dwarf2/clztest.exp: New file.
10238 * gdb.dwarf2/clztest.c: New file.
10239 * gdb.dwarf2/clztest.S: New file.
10240
102412011-05-13 Doug Evans <dje@google.com>
10242
10243 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10244 String16 tests.
10245
102462011-05-13 Tom Tromey <tromey@redhat.com>
10247
10248 * lib/gdb.exp (is_x86_like_target): New proc.
10249 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10250 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10251 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10252 -nostdlib to compiler.
10253 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10254 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10255 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10256 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10257 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10258
102592011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10260
10261 * gdb.python/py-function.exp: Test setting a value from a function
10262 which executes a command.
10263
102642011-05-12 Tom Tromey <tromey@redhat.com>
10265
10266 * gdb.dwarf2/typeddwarf.S: New file.
10267 * gdb.dwarf2/typeddwarf.c: New file.
10268 * gdb.dwarf2/typeddwarf.exp: New file.
10269
102702011-05-12 Marek Polacek <mpolacek@redhat.com>
10271
10272 * gdb.mi/mi-basics.exp: Fix races. Honour the
10273 `test_exec_and_symbol_mi_operatons' return value.
10274 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10275 gdb_test_multiple.
10276 (test_exec_and_symbol_mi_operatons): Likewise.
10277 (test_path_specification): Likewise.
10278
102792011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10282 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10283 Replace `file copy' and `file rename' by `file mtime'. Twice.
10284
102852011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10286
10287 * gdb.base/readline-ask.c: New file.
10288 * gdb.base/readline-ask.exp: New file.
10289 * gdb.base/readline-ask.inputrc: New file.
10290
102912011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10292
10293 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10294 to avoid race condition.
10295 * gdb.cell/coremaker.c: Use small stack size.
10296 * gdb.cell/ea-standalone.exp: Use file name without path as
10297 argument to c_to.
10298 * gdb.cell/fork.exp: Allow other output when continuing to end.
10299
103002011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * gdb.threads/corethreads.c: New file.
10303 * gdb.threads/corethreads.exp: New file.
10304
103052011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10306
10307 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10308 Try to compile the test using -Wl,-z,norelro first.
10309 (load_core): New variable libthread_db_seen, initialize it.
10310 (zeroed-threads cannot be listed): Protect it by XFAIL on
10311 !$libthread_db_seen.
10312
103132011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10314
10315 PR 12573
10316 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10317 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10318 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10319
103202011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10321
10322 * gdb.cp/psymtab-parameter.cc: New file.
10323 * gdb.cp/psymtab-parameter.exp: New file.
10324
103252011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10326
10327 Fix a race.
10328 * gdb.cp/static-print-quit.exp (print c): Split to ...
10329 (print c - <return>, print c - q <return>, print c - to quit):
10330 ... these. Make the testfile untested on gdb-7.1.
10331
103322011-5-05 Janis Johnson <janisjo@codesourcery.com>
10333
10334 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10335 gdb_rename_execfile, gdb_touch_execfile): New.
10336 * gdb.base/reread.exp: Use new procs to handle multiple
10337 exec files.
10338
103392011-05-05 Yao Qi <yao@codesourcery.com>
10340
10341 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10342 (test_adr_32bit, test_pop_pc): New.
10343 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10344 (test_adr_32bit, test_pop_pc): New.
10345
103462011-05-04 Joseph Myers <joseph@codesourcery.com>
10347
10348 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10349 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10350 targets.
10351 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10352 handle targets.
10353
103542011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 * gdb.base/completion.exp (complete help info wat): Rename to ...
10357 (complete 'help info wat'): ... here.
10358 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10359 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10360
103612011-05-04 Pedro Alves <pedro@codesourcery.com>
10362
10363 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10364 gdb_test and explicit $gdb_prompt/timeout matches.
10365
103662011-05-04 Yao Qi <yao@codesourcery.com>
10367
10368 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10369 and __thumb2__.
10370
103712011-05-03 Marek Polacek <mpolacek@redhat.com>
10372
10373 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10374 in place of `gdb_test "delete breakpoints"'. This eliminates two
10375 testcases.
10376
103772011-05-02 Pedro Alves <pedro@codesourcery.com>
10378
10379 PR testsuite/12649
10380 Fix races.
10381
10382 * gdb.base/completion.exp: Remove all sleep calls. Remove
10383 unnecessary regexs. Don't explicitly expect anything after the
10384 prompt. Eat the prompt if necessary.
10385
103862011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10387
10388 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10389 accept to show the caller line again as well as the line after.
10390
103912011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10392
10393 PR mi/12531
10394
10395 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10396 compile target.
10397 * gdb.python/py-prettyprint.exp: Add C++ object for
10398 CPLUS_FAKE_CHILD test.
10399
104002011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10401
10402 * gdb.base/signest.exp: New file.
10403 * gdb.base/signest.c: Likewise.
10404
104052011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10408 thread and breakpoint notifications.
10409
104102011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 * gdb.base/fortran-sym-case.c: New file.
10413 * gdb.base/fortran-sym-case.exp: New file.
10414 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10415 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10416 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10417
104182011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10419
10420 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10421 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10422 false #1', `if true else false #2' and `if true else false #3'.
10423
104242011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10425
10426 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10427 while delivering signal.
10428
104292011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10430
10431 MI breakpoint notifications.
10432
10433 * testsuite/gdb.mi/mi-cli.exp: Adust.
10434 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10435 * testsuite/gdb.mi/mi-watch.exp: Adust.
10436 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10437 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10438 notifications.
10439
104402011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10441
10442 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10443 * gdb.base/gdbindex-stabs.c: New file.
10444 * gdb.base/gdbindex-stabs.exp: New file.
10445
104462011-04-25 Yao Qi <yao@codesourcery.com>
10447
10448 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10449 with /*...*/.
10450 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10451
104522011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10453
10454 * gdb.python/py-value.exp (test_objfiles): Name the first test
10455 `py-value in file.filename'.
10456
104572011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10458
10459 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10460 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10461 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10462 !gdbserver_reconnect_p..
10463 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10464
104652011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10466
10467 * gdb.cp/cpcompletion.exp (complete class methods)
10468 (complete class methods beginning with F): Move them above runto. New
10469 comment about the runto delimiter.
10470
104712011-04-20 Pedro Alves <pedro@codesourcery.com>
10472
10473 * gdb.base/maint.exp: Test that "maint print registers" works
10474 without a running program.
10475
104762011-04-20 Marek Polacek <mpolacek@redhat.com>
10477
10478 * gdb.base/setshow.exp: Fix racy tests.
10479 ($old_gdb_prompt): New variable.
10480
104812011-04-19 Tom Tromey <tromey@redhat.com>
10482
10483 * gdb.mi/mi-nsmoribund.exp:
10484 * gdb.hp/gdb.objdbg/objdbg01.exp:
10485 * gdb.base/structs.exp (test_struct_returns):
10486 * gdb.base/call-sc.exp (test_scalar_returns):
10487 * gdb.base/bigcore.exp: Remove duplicate words.
10488
104892011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10490
10491 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10492 * gdb.base/break-interp.exp (test_attach): New comment.
10493
104942011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10495
10496 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10497 (clear __stack_user.next, clear stack_used.next)
10498 (save a zeroed-threads corefile): New test.
10499 Call core_load for $core0file.
10500 (zeroed-threads cannot be listed): New test.
10501
105022011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10503
10504 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10505 filename.
10506 ($srcfile): Preserve the original value.
10507 ($testfile): Match it the .exp filename.
10508 ($corefile): New variable. Substitute it around.
10509 Use clean_restart.
10510 ($prev_timeout): Remove.
10511 (load_core): Move core loading into this proc.
10512 Fix restore of $timeout if load_core fails.
10513
105142011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10515
10516 * gdb.base/eu-strip-infcall.c: New file.
10517 * gdb.base/eu-strip-infcall.exp: New file.
10518
105192011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10522 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10523
105242011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10525
10526 Fix Python access to inlined frames.
10527 * gdb.python/py-frame-inline.c: New file.
10528 * gdb.python/py-frame-inline.exp: New file.
10529
105302011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10531
10532 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10533 content of 's24' correctly (avoiding "optimized out").
10534 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10535
105362011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10537
10538 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10539
105402011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10541
10542 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10543 expect a colon in watch -location output.
10544
105452011-04-13 Marek Polacek <mpolacek@redhat.com>
10546
10547 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10548 New testcase `expect response to define backtrace'. Also remove
10549 redundant `default' block.
10550
105512011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10552
10553 * gdb.python/py-prettyprint.c (struct hint_error): New.
10554 (main): New variable hint_error.
10555 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10556 "print hint_error".
10557 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10558 (register_pretty_printers): Register it.
10559
105602011-04-04 Tom Tromey <tromey@redhat.com>
10561
10562 * gdb.cp/maint.exp (test_help): Update.
10563 (test_namespace): Likewise.
10564
105652011-04-01 Joel Brobecker <brobecker@adacore.com>
10566
10567 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10568 * gdb.ada/arrayptr.exp: Add new tests.
10569
105702011-04-01 Joel Brobecker <brobecker@adacore.com>
10571
10572 * gdb.ada/mi_catch_ex: New testcase.
10573
105742011-04-01 Pedro Alves <pedro@codesourcery.com>
10575
10576 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10577 base::overload(void) method without specifying "const".
10578
105792011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10580
10581 * gdb.arch/thumb-singlestep.S: New file.
10582 * gdb.arch/thumb-singlestep.exp: Likewise.
10583
105842011-03-31 Tom Tromey <tromey@redhat.com>
10585
10586 * gdb.python/py-prettyprint.py (exception_flag): New global.
10587 (NoStringContainerPrinter._iterator.next): Check it.
10588 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10589 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10590
105912011-03-29 Tom Tromey <tromey@redhat.com>
10592
10593 * gdb.cp/anon-struct.cc: New file.
10594 * gdb.cp/anon-struct.exp: New file.
10595
105962011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 Test STT_GNU_IFUNC support.
10599 * gdb.base/gnu-ifunc-lib.c: New file.
10600 * gdb.base/gnu-ifunc.c: New file.
10601 * gdb.base/gnu-ifunc.exp: New file.
10602
106032011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10604
10605 Support a ring of related breakpoints.
10606 * gdb.base/watchpoint-delete.c: New file.
10607 * gdb.base/watchpoint-delete.exp: New file.
10608
106092011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10610
10611 * gdb.ada/arrayparam.exp (print first after function call): Use
10612 explicit package name. Add a comment
10613 (print lasta after function call): Rename ...
10614 (print last after function call): ... it and use explicit package
10615 name.
10616 (print length after function call): Use explicit package name.
10617 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10618 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10619 (multiple matches for symbol i): Rename ...
10620 (multiple matches for symbol integervar): ... it.
10621 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10622 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10623
106242011-03-25 Andrew Burgess <aburgess@broadcom.com>
10625
10626 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10627 environment variable to make grep output more predictable. Move
10628 all the environment setup into gdb_init so it's done once per test
10629 case rather than each time we start gdb.
10630
106312011-03-24 Tom Tromey <tromey@redhat.com>
10632
10633 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10634 test.
10635
106362011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10637
10638 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10639 * gdb.dwarf2/dw2-entry-value.S: New file.
10640 * gdb.dwarf2/dw2-entry-value.exp: New file.
10641
106422011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10643
10644 PR python/12183
10645
10646 * gdb.python/py-function.exp: Add GdbError tests.
10647
106482011-03-18 Pedro Alves <pedro@codesourcery.com>
10649
10650 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10651 (reglocal_test_func, statlocal_test_func): New functions.
10652 (globals_test_func): Call new functions.
10653 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10654 (gdb_collect_locals_test): New procedure.
10655 (gdb_trace_collection_test): Call new procedures.
10656
106572011-03-18 Pedro Alves <pedro@codesourcery.com>
10658
10659 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10660 (test_register, test_register_unavailable): New procedures.
10661 (gdb_unavailable_registers_test): New procedure.
10662 (gdb_trace_collection_test): Call it.
10663
106642011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10665
10666 PR python/12149
10667
10668 * gdb.python/python.exp: Add gdb.write tests.
10669
106702010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10671
10672 * gdb.python/Makefile.in: Add py-objfile.
10673 * gdb.python/py-objfile.exp: New file.
10674 * gdb.python/py-objfile.c: New file.
10675 * gdb.python/py-block.exp: Add is_valid tests.
10676 * gdb.python/py-inferior.exp: Ditto.
10677 * gdb.python/py-infthread.exp: Ditto.
10678 * gdb.python/py-symbol.exp: Ditto.
10679 * gdb.python/py-symtab.exp: Ditto.
10680
106812011-03-16 Keith Seitz <keiths@redhat.com>
10682
10683 PR c++/12273
10684 * gdb.cp/cmpd-minsyms.exp: New test.
10685 * gdb.cp/cmpd-minsyms.cc: New file.
10686
10687 PR c++/11734
10688 * gdb.cp/ovsrch.exp: New test.
10689 * gdb.cp/ovsrch.h: New file.
10690 * gdb.cp/ovsrch1.cc: New file.
10691 * gdb.cp/ovsrch2.cc: New file.
10692 * gdb.cp/ovsrch3.cc: New file.
10693 * gdb.cp/ovsrch4.cc: New file.
10694
106952011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10696
10697 PR gdb/12528
10698 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10699 * gdb.base/break-on-linker-gcd-function.exp: New test.
10700 * gdb.base/break-on-linker-gcd-function.cc: New file.
10701
107022011-03-15 Andreas Tobler <andreast@fgznet.ch>
10703
10704 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10705
107062011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10707
10708 * lib/gdb.exp (gdb_unload): Add another termination case.
10709
107102011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10711
10712 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10713 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10714 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10715 Provide a stub byte there.
10716 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10717 DW_AT_entry_pc.
10718 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10719
107202011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10721
10722 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10723 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10724 "generic ABI, auto".
10725 (altivec_abi_tests): Accept vectors returned by reference.
10726
107272010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10728
10729 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10730
107312011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10732
10733 * gdb.python/py-section-script.exp: Skip test if no Python support.
10734
107352011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10736
10737 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10738
107392011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10740
10741 * gdb.python/py-parameter.exp: Update tests to the new Python
10742 parameter API. Add "no documentation" test. Add deprecated API
10743 backward compatibility test.
10744
107452011-03-09 Tom Tromey <tromey@redhat.com>
10746
10747 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10748 gdb_continue_to_end.
10749
107502011-03-09 Mark Kettenis <kettenis@gnu.org>
10751
10752 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10753 tabs.
10754
107552011-03-09 Tom Tromey <tromey@redhat.com>
10756
10757 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10758 parentheses.
10759 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10760 $command.
10761 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10762 argument to gdb_continue_to_end.
10763 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10764 argument to gdb_continue_to_end.
10765 * gdb.cp/annota3.exp: Fix regex.
10766 * gdb.cp/annota2.exp: Fix regex.
10767 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10768 gdb_continue_to_end.
10769 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10770 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10771 gdb_continue_to_end.
10772
107732011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 * gdb.server/ext-run.exp
10776 (load new file without any gdbserver inferior): New test.
10777
107782011-03-07 Tom Tromey <tromey@redhat.com>
10779
10780 * Makefile.in (TAGS): Rewrite.
10781
107822011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10783
10784 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10785 initial commands echo. New match for `Found trace'. Anchor all the
10786 other matches. Anchor and match for `No trace frame found' the final
10787 match.
10788
107892011-03-07 Tom Tromey <tromey@redhat.com>
10790
10791 * Makefile.in (TAGS): New target.
10792
107932011-03-07 Tom Tromey <tromey@redhat.com>
10794
10795 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10796 change.
10797 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10798 change.
10799 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10800 exit message change.
10801 (skip_altivec_tests): Update for exit message change.
10802 (skip_vsx_tests): Likewise.
10803 (gdb_continue_to_end): Likewise. Add 'command' argument.
10804 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10805 * gdb.threads/tls.exp: Update for exit message change.
10806 * gdb.threads/thread-unwindonsignal.exp: Use
10807 gdb_continue_to_end.
10808 * gdb.threads/step.exp (step_it): Update for exit message change.
10809 (continue_all): Likewise.
10810 * gdb.threads/print-threads.exp (test_all_threads): Update for
10811 exit message change.
10812 * gdb.threads/interrupted-hand-call.exp: Use
10813 gdb_continue_to_end.
10814 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10815 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10816 gdb_continue_to_end.
10817 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10818 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10819 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10820 * gdb.cp/method.exp: Update for exit message change.
10821 * gdb.cp/mb-templates.exp: Update for exit message change.
10822 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10823 * gdb.cp/annota3.exp: Update for exit message change.
10824 * gdb.cp/annota2.exp: Update for exit message change.
10825 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10826 * gdb.base/term.exp: Update for exit message change.
10827 * gdb.base/step-test.exp (test_i): Update for exit message change.
10828 * gdb.base/sigstep.exp (advance): Update for exit message change.
10829 (advancei): Likewise.
10830 * gdb.base/siginfo.exp: Update for exit message change.
10831 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10832 * gdb.base/reread.exp: Use gdb_continue_to_end.
10833 * gdb.base/langs.exp: Use gdb_continue_to_end.
10834 * gdb.base/interrupt.exp: Update for exit message change.
10835 * gdb.base/gdb1555.exp: Update for exit message change.
10836 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10837 * gdb.base/ending-run.exp: Update for exit message change.
10838 * gdb.base/chng-syms.exp: Update for exit message change.
10839 * gdb.base/checkpoint.exp: Update for exit message change.
10840 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10841 gdb_continue_to_end.
10842 (test_catch_syscall_with_wrong_args): Likewise.
10843 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10844 * gdb.base/break-interp.exp (test_ld): Update for exit message
10845 change.
10846 * gdb.base/bang.exp: Update for exit message change.
10847 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10848 (do_call_attach_tests): Likewise.
10849 * gdb.base/a2-run.exp: Update for exit message change.
10850 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10851 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10852 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10853
108542011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10855
10856 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10857
108582011-03-03 Tom Tromey <tromey@redhat.com>
10859
10860 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10861 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10862 * gdb.hp/gdb.aCC/configure.ac: Remove.
10863 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10864 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10865 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10866 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10867 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10868 * gdb.hp/gdb.compat/configure.ac: Remove.
10869 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10870 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10871 * gdb.hp/gdb.defects/configure.ac: Remove.
10872 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10873 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10874 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10875 * gdb.hp/configure.ac: Remove.
10876 * gdb.hp/configure: Remove.
10877 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10878 substitution.
10879 (Makefile): Remove rule.
10880 * gdb.cell/configure.ac: Remove.
10881 * gdb.cell/configure: Remove.
10882 * gdb.stabs/Makefile.in (Makefile): Remove.
10883 (distclean): Don't remove config.status or config.log.
10884 * gdb.stabs/configure (Makefile): Remove.
10885 * gdb.stabs/configure.ac: Remove.
10886 * configure: Rebuild.
10887 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10888 Remove stabs- and cell-specific logic. Test for existence of
10889 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10890 subdirectories, gdb.cell, and and gdb.stabs.
10891 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10892
108932011-03-03 Joel Brobecker <brobecker@adacore.com>
10894
10895 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10896 end of buffer.
10897
108982011-03-02 Joel Brobecker <brobecker@adacore.com>
10899
10900 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10901 gdb_test when running a test where we expected no output back.
10902
109032011-02-28 Michael Snyder <msnyder@vmware.com>
10904
10905 * gdb.cp/overload.cc: Change initializer value to integer.
10906
109072011-02-27 Michael Snyder <msnyder@vmware.com>
10908
10909 * gdb.multi/base.exp: Add test for remove-inferiors.
10910
109112011-02-26 Joel Brobecker <brobecker@adacore.com>
10912
10913 * gdb.python/py-frame.exp: Simplify the initialization phase
10914 using prepare_for_testing.
10915
109162011-02-25 Michael Snyder <msnyder@vmware.com>
10917
10918 * gdb.multi/base.exp: Add tests for info inferiors with args.
10919
109202011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10923 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10924 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10925 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10926 asmfile3. Comment the STABS (#3) file compilation. Compile
10927 everything through assembler. Provide KFAIL for symtab/12497.
10928 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10929 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10930 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10931 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10932
109332011-02-24 Michael Snyder <msnyder@vmware.com>
10934
10935 * gdb.base/break.exp: Add tests for delete breakpoints using
10936 convenience variables and value history references.
10937
109382011-02-24 Michael Snyder <msnyder@vmware.com>
10939
10940 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10941 left behind in previous check-in.
10942
109432011-02-23 Michael Snyder <msnyder@vmware.com>
10944
10945 * gdb.base/break.exp: Add tests for "info break" with arguments.
10946 * gdb.trace/infotrace.exp: Update patterns for error and help.
10947 * gdb.base/completion.exp: Update pattern.
10948 * gdb.base/ena-dis-br.exp: Update pattern.
10949 * gdb.base/help.exp: Update patterns.
10950
109512011-02-23 Michael Snyder <msnyder@vmware.com>
10952
10953 * gdb.base/memattr.exp: New test.
10954 * gdb.base/memattr.c: Test load for memattr.exp.
10955
109562011-02-22 Doug Evans <dje@google.com>
10957
10958 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10959
109602011-02-22 Michael Snyder <msnyder@vmware.com>
10961
10962 * Makefile.in: Make more clean.
10963 * gdb.ada/Makefile.in: Ditto.
10964 * gdb.arch/Makefile.in: Ditto.
10965 * gdb.asm/Makefile.in: Ditto.
10966 * gdb.base/Makefile.in: Ditto.
10967 * gdb.cp/Makefile.in: Ditto.
10968 * gdb.dwarf2/Makefile.in: Ditto.
10969 * gdb.java/Makefile.in: Ditto.
10970 * gdb.mi/Makefile.in: Ditto.
10971 * gdb.modula2/Makefile.in: Ditto.
10972 * gdb.python/Makefile.in: Ditto.
10973 * gdb.server/Makefile.in: Ditto.
10974 * gdb.stabs/Makefile.in: Ditto.
10975 * gdb.threads/Makefile.in: Ditto.
10976 * gdb.trace/Makefile.in: Ditto.
10977
109782011-02-22 Michael Snyder <msnyder@vmware.com>
10979
10980 * gdb.threads/thread-find.exp: Add tests for bad input to
10981 info threads.
10982
109832011-02-22 Joel Brobecker <brobecker@adacore.com>
10984
10985 * gdb.python/py-breakpoint.exp: Fix the expected output of
10986 one of the "maint info breakpoints" tests to accept the output
10987 generated on platforms that do not have hardware watchpoints.
10988
109892011-02-22 Joel Brobecker <brobecker@adacore.com>
10990
10991 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10992 clean_restart. Be a little stricter in the expected output
10993 for one of the tests. Fix a typo in one of the comments.
10994
109952011-02-22 Joel Brobecker <brobecker@adacore.com>
10996
10997 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10998 Delete variable binfile, no longer use. Add or modify test
10999 comments to make them unique.
11000
110012011-02-21 Michael Snyder <msnyder@vmware.com>
11002
11003 * Makefile.in: Update for make clean.
11004 * gdb.ada/Makefile.in: Ditto.
11005 * gdb.arch/Makefile.in: Ditto.
11006 * gdb.asm/Makefile.in: Ditto.
11007 * gdb.base/Makefile.in: Ditto.
11008 * gdb.cp/Makefile.in: Ditto.
11009 * gdb.dwarf2/Makefile.in: Ditto.
11010 * gdb.java/Makefile.in: Ditto.
11011 * gdb.mi/Makefile.in: Ditto.
11012 * gdb.modula2/Makefile.in: Ditto.
11013 * gdb.python/Makefile.in: Ditto.
11014 * gdb.server/Makefile.in: Ditto.
11015 * gdb.stabs/Makefile.in: Ditto.
11016 * gdb.threads/Makefile.in: Ditto.
11017 * gdb.trace/Makefile.in: Ditto.
11018
110192011-02-21 Michael Snyder <msnyder@vmware.com>
11020
11021 * gdb.threads/thread-find.exp: Update patterns for changes in
11022 output of "info threads" command.
11023
110242011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11025 Ulrich Weigand <uweigand@de.ibm.com>
11026
11027 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
11028 (skip_hw_watchpoint_tests): Likewise.
11029 (skip_hw_watchpoint_multi_tests): Likewise.
11030
110312011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
11032
11033 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
11034 (skip_hw_watchpoint_tests): Likewise.
11035 (skip_hw_watchpoint_multi_tests): Likewise.
11036 (skip_hw_watchpoint_access_tests): Likewise.
11037
11038 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
11039 * gdb.base/pr11022.exp: Likewise.
11040 * gdb.base/watch-read.exp: Likewise.
11041 * gdb.base/watch_thread_num.exp: Likewise.
11042 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11043 * gdb.base/watchpoint-hw.exp: Likewise.
11044 * gdb.base/watchpoint.exp: Likewise.
11045 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
11046 * gdb.threads/watchthreads-reorder.exp: Likewise.
11047 * gdb.threads/watchthreads.exp: Likewise.
11048 * gdb.threads/watchthreads2.exp: Likewise.
11049
110502011-02-21 Joel Brobecker <brobecker@adacore.com>
11051
11052 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11053 the debugger is unable to find the array bounds.
11054
110552011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11056
11057 * gdb.cp/typedef-operator.exp: New file.
11058 * gdb.cp/typedef-operator.cc: New file.
11059
110602011-02-17 Michael Snyder <msnyder@vmware.com>
11061
11062 * gdb.threads/thread-find.exp: Fix regular expressions.
11063
110642011-02-17 Joel Brobecker <brobecker@adacore.com>
11065
11066 * gdb.ada/packed_array: Expand testcase to test printing of
11067 unconstrained packed array.
11068
110692011-02-17 Joel Brobecker <brobecker@adacore.com>
11070
11071 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11072
110732011-02-16 Pedro Alves <pedro@codesourcery.com>
11074
11075 * gdb.trace/collection.c (globalarr3): New global.
11076 (main): Initialize it before collecting, and and clear it
11077 afterwards.
11078 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11079 collecting with '{type} addr', where the addr expression is not an
11080 rvalue.
11081
110822011-02-16 Ken Werner <ken.werner@de.ibm.com>
11083
11084 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11085 a bool variable. Expect correct OpenCL names for vector types. Use the
11086 uc3 variable name instead of referring to the uchar3 built-in type.
11087 Escape the asterisk at the half pointer test.
11088
110892011-02-16 Pedro Alves <pedro@codesourcery.com>
11090
11091 * gdb.trace/collection.c (globalarr2): New global.
11092 (main): Initialize it before collecting, and and clear it
11093 afterwards.
11094 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11095 collecting overlapping memory ranges.
11096
110972011-02-15 Michael Snyder <msnyder@vmware.com>
11098
11099 * gdb.base/default.exp: Add tests for thread commands.
11100 * gdb.base/help.exp: Add tests for thread commands.
11101 * gdb.threads/thread-find.exp: New test for thread find command.
11102
111032011-02-15 Ken Werner <ken.werner@de.ibm.com>
11104
11105 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11106
111072011-02-15 Yao Qi <yao@codesourcery.com>
11108
11109 PR tdep/12352
11110 * gdb.arch/arm-disp-step.S : New test for str instruction.
11111 * gdb.arch/arm-disp-step.exp : Likewise.
11112
111132011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11114
11115 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11116 "vector_register2_vr" test strings. Test the extended floating
11117 point registers (F32~F63).
11118 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11119 IBM XL C compiler. Make the test program use a register provided
11120 by the compiler for the lxvd2x instruction.
11121
111222011-02-14 Pedro Alves <pedro@codesourcery.com>
11123
11124 * gdb.trace/unavailable.cc (class Base, class Middle, class
11125 Derived): New types.
11126 (derived_unavail, derived_partial, derived_whole): New globals.
11127 (virtual_partial): New global.
11128 (virtualp): Point at virtual_partial.
11129 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11130 related to unavailable vptr.
11131
111322011-02-14 Pedro Alves <pedro@codesourcery.com>
11133
11134 * gdb.trace/unavailable.cc (a, b, c): New globals.
11135 (main): Set and clear them.
11136 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11137 `a' and `c', and check that `b' isn't collected, although `a' and
11138 `c' are.
11139
111402011-02-14 Pedro Alves <pedro@codesourcery.com>
11141
11142 * gdb.trace/unavailable.cc (struct Virtual): New.
11143 (virtualp): New global pointer.
11144 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11145 printing a pointer to an object whose type has a vtable, with
11146 print object on.
11147
111482011-02-14 Pedro Alves <pedro@codesourcery.com>
11149
11150 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11151 value repeat handles unavailableness.
11152
111532011-02-14 Pedro Alves <pedro@codesourcery.com>
11154
11155 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11156 tests for building arrays from unavailable values, subscripting
11157 non-memory rvalue unvailable arrays, and accessing fields or
11158 baseclasses of non-lazy unavailable values,
11159 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11160 struct types.
11161 (g_smallstruct, g_smallstruct_b): New globals.
11162
111632011-02-14 Pedro Alves <pedro@codesourcery.com>
11164
11165 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11166
111672011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11168
11169 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11170 * gdb.cp/overload-const.exp: New file.
11171 * gdb.cp/overload-const.cc: New file.
11172
111732011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11174
11175 * gdb.opencl/callfuncs.cl: New file.
11176 * gdb.opencl/callfuncs.exp: New test.
11177 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11178
111792011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11180
11181 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11182 when computing result.
11183 * gdb.arch/altivec-abi.exp: Update expected results.
11184
111852011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11186
11187 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11188 * gdb.base/jit.exp: Likewise.
11189 * gdb.base/pie-execl.exp: Likewise.
11190 * gdb.base/solib-nodir.exp: Likewise.
11191 * gdb.base/solib-overlap.exp: Likewise.
11192
111932011-02-07 Pedro Alves <pedro@codesourcery.com>
11194
11195 * gdb.trace/collection.c (global_pieces): New.
11196 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11197 New procedure.
11198 (gdb_trace_collection_test): Call it.
11199
112002011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11201
11202 * gdb.python/py-evthreads.c: New file.
11203 * gdb.python/py-evthreads.exp: New file.
11204 * gdb.python/py-events.py: New file.
11205 * gdb.python/py-events.exp: New file.
11206 * gdb.python/py-events.c: New file.
11207
112082011-02-04 David Daney <ddaney@caviumnetworks.com>
11209
11210 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11211
112122011-02-03 Andrew Burgess <aburgess@broadcom.com>
11213
11214 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11215 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11216 boundary between two compilation units.
11217
112182011-02-02 Pedro Alves <pedro@codesourcery.com>
11219
11220 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11221 (Virtual): New structs.
11222 (virtual_o, virtual_middle_b): New globals.
11223 * gdb.cp/virtbase.exp: New tests.
11224
112252011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11226
11227 * gdb.base/jit.exp: New file.
11228 * gdb.base/jit-main.c: New file.
11229 * gdb.base/jit-solib.c: New file.
11230
112312011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11232
11233 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11234 proceed to initial kernel entry point.
11235 * gdb.opencl/datatypes.exp: Likewise.
11236 * gdb.opencl/operators.exp: Likewise.
11237 * gdb.opencl/vec_comps.exp: Likewise.
11238
112392011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11240
11241 * gdb.cp/nsnested.cc: New.
11242 * gdb.cp/nsnested.exp: New.
11243 * gdb.cp/nsnoimports.exp: New.
11244 * gdb.cp/nsnoimports.cc: New.
11245
112462011-01-31 Joel Brobecker <brobecker@adacore.com>
11247
11248 * gdb.base/interact.exp: Add extra tests that verify that
11249 the value of the interactive-mode setting does not change
11250 after the script is sourced.
11251
112522011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * gdb.cp/noparam.exp: New file.
11255 * gdb.cp/noparam.cc: New file.
11256
112572011-01-28 Pedro Alves <pedro@codesourcery.com>
11258
11259 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11260 there's no stack or registers.
11261
112622011-01-26 Tom Tromey <tromey@redhat.com>
11263
11264 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11265 space before string output. Add test for "set print pretty off"
11266 case.
11267
112682011-01-25 Pedro Alves <pedro@codesourcery.com>
11269
11270 * gdb.base/frame-args.exp: Adjust.
11271 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11272 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11273 * gdb.dwarf2/pieces.exp: Adjust.
11274 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11275 * gdb.opt/inline-locals.exp: Adjust.
11276 * gdb.threads/fork-child-threads.exp: Adjust.
11277
112782011-01-25 Ken Werner <ken.werner@de.ibm.com>
11279
11280 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11281 OpenCL kernel function. Add a comment as marker. Add address space
11282 qualifiers for the remaining program scope variables.
11283 * gdb.opencl/datatypes.cl: Likewise.
11284 * gdb.opencl/operators.cl: Likewise.
11285 * gdb.opencl/vec_comps.cl: Likewise.
11286 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11287 Add breakpoint at the marker comment.
11288 * gdb.opencl/datatypes.exp: Likewise.
11289 * gdb.opencl/operators.exp: Likewise.
11290 * gdb.opencl/vec_comps.exp: Likewise.
11291
112922011-01-24 Pedro Alves <pedro@codesourcery.com>
11293
11294 * gdb.base/printcmds.c (some_struct): New struct and instance.
11295 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11296 procedure.
11297 <global scope>: Call it.
11298
112992011-01-21 Ken Werner <ken.werner@de.ibm.com>
11300
11301 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11302 argument to the gdb_compile_opencl_hostapp call.
11303
113042011-01-19 Yao Qi <yao@codesourcery.com>
11305
11306 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11307 positve list.
11308
113092011-01-19 Yao Qi <yao@codesourcery.com>
11310
11311 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11312 canonical form.
11313 Remove "xscale-*-*"
11314 * gdb.xml/tdesc-regs.exp: Likewise.
11315 * gdb.python/py-section-script.exp: Replace ARM target triplet
11316 with canonical form.
11317 Match arm*-*-symbianelf*.
11318 * gdb.base/dup-sect.exp: Likewise.
11319 * lib/dwarf.exp: New.
11320 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11321 dwarf2_support.
11322 * gdb.dwarf2/dup-psym.exp: Likewise.
11323 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11324 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11325 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11326 * gdb.dwarf2/dw2-basic.exp: Likewise.
11327 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11328 * gdb.dwarf2/dw2-const.exp: Likewise.
11329 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11330 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11331 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11332 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11333 * gdb.dwarf2/dw2-filename.exp: Likewise.
11334 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11335 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11336 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11337 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11338 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11339 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11340 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11341 * gdb.dwarf2/dw2-producer.exp: Likewise.
11342 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11343 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11344 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11345 * gdb.dwarf2/dw2-strp.exp: Likewise.
11346 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11347 * gdb.dwarf2/implptr.exp: Likewise.
11348 * gdb.dwarf2/mac-fileno.exp: Likewise.
11349 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11350 * gdb.dwarf2/pieces.exp: Likewise.
11351 * gdb.dwarf2/pr11465.exp: Likewise.
11352 * gdb.dwarf2/valop.exp: Likewise.
11353 * gdb.dwarf2/watch-notconst.exp: Likewise.
11354 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11355
113562011-01-19 Tom Tromey <tromey@redhat.com>
11357
11358 * gdb.python/py-infthread.exp: Add thread tests.
11359
113602011-01-14 Joel Brobecker <brobecker@adacore.com>
11361
11362 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11363
113642011-01-14 Joel Brobecker <brobecker@adacore.com>
11365
11366 * gdb.ada/widewide: New testcase.
11367
113682011-01-13 Joel Brobecker <brobecker@adacore.com>
11369
11370 * gdb.base/interact.exp: New testcase.
11371
113722011-01-12 Tom Tromey <tromey@redhat.com>
11373
11374 * gdb.mi/gdb2549.exp: Update for error message changes.
11375 * gdb.mi/mi-cli.exp: Likewise.
11376 * gdb.mi/mi-disassemble.exp: Likewise.
11377 * gdb.mi/mi-pthreads.exp: Likewise.
11378 * gdb.mi/mi-regs.exp: Likewise.
11379 * gdb.mi/mi-stack.exp: Likewise.
11380 * gdb.mi/mi-var-block.exp: Likewise.
11381 * gdb.mi/mi-var-cmd.exp: Likewise.
11382 * gdb.mi/mi2-cli.exp: Likewise.
11383 * gdb.mi/mi2-disassemble.exp: Likewise.
11384 * gdb.mi/mi2-pthreads.exp: Likewise.
11385 * gdb.mi/mi2-regs.exp: Likewise.
11386 * gdb.mi/mi2-stack.exp: Likewise.
11387 * gdb.mi/mi2-var-block.exp: Likewise.
11388 * gdb.mi/mi2-var-cmd.exp: Likewise.
11389
113902011-01-12 Andrew Burgess <aburgess@broadcom.com>
11391 Jan Kratochvil <jan.kratochvil@redhat.com>
11392
11393 PR fortran/11104 and DWARF unbound arrays detection.
11394 * gdb.fortran/multi-dim.exp: New file.
11395 * gdb.fortran/multi-dim.f90: New file.
11396
113972011-01-12 Andrew Burgess <aburgess@broadcom.com>
11398
11399 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11400 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11401 add new tests for opcode dumping.
11402
114032011-01-11 Tom Tromey <tromey@redhat.com>
11404
11405 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11406
114072010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11408
11409 Convert hardware watchpoints to use breakpoint_ops.
11410 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11411 type is not supported.
11412 * gdb.base/foll-fork.exp: Likewise.
11413 * gdb.base/foll-vfork.exp: Likewise.
11414
114152011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11416
11417 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11418 Use load_lib gdb-python.exp.
11419 * gdb.python/python.exp: Ditto.
11420 * gdb.python/py-function.exp: Ditto.
11421
114222011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11423
11424 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11425
114262011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11427
11428 * configure: Regenerate.
11429
114302011-01-06 Tom Tromey <tromey@redhat.com>
11431
11432 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11433
114342011-01-06 Joel Brobecker <brobecker@adacore.com>
11435
11436 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11437 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11438 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11439 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11440 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11441 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11442 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11443 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11444 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11445 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11446 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11447 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11448 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11449 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11450 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11451 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11452 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11453 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11454 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11455 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11456 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11457 gdb.ada/uninitialized_vars.exp,
11458 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11459 Simplify by using clean_restart.
11460
114612011-01-06 Joel Brobecker <brobecker@adacore.com>
11462
11463 Add marker to be used as anchor for inserting breakpoints.
11464 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11465 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11466 Likewise.
11467
11468 Remove uses of gdb_start_cmd.
11469 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11470 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11471
11472 Do not run testcase if testing with GDBserver.
11473 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11474 if testing with GDBserver.
11475
114762011-01-06 Joel Brobecker <brobecker@adacore.com>
11477
11478 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11479 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11480 copyright header.
11481
114822011-01-05 Joel Brobecker <brobecker@adacore.com>
11483
11484 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11485 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11486 testsuite/gdb.fortran/complex.f,
11487 testsuite/gdb.fortran/derived-type.f90,
11488 testsuite/gdb.fortran/library-module-lib.f90,
11489 testsuite/gdb.fortran/library-module-main.f90,
11490 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11491 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11492 Copyright year update.
11493
114942011-01-05 Joel Brobecker <brobecker@adacore.com>
11495
11496 * gdb.base/langs1.f: Add copyright header.
11497
114982011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 * gdb.base/morestack.exp: New file.
11501 * gdb.base/morestack.c: New file.
11502
115032011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11506
115072010-12-29 Joel Brobecker <brobecker@adacore.com>
11508
11509 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11510 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11511
115122010-12-29 Joel Brobecker <brobecker@adacore.com>
11513
11514 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11515
115162010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11517
11518 * gdb.threads/tls.exp: Fix typo.
11519
11520 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11521 * gdb.threads/execl.exp: Update.
11522
115232010-12-23 Yao Qi <yao@codesourcery.com>
11524
11525 * gdb.arch/arm-disp-step.exp: New.
11526 * gdb.arch/arm-disp-step.S: New.
11527
115282010-12-21 Tom Tromey <tromey@redhat.com>
11529
11530 * gdb.threads/execl.exp: Update.
11531 * gdb.threads/linux-dp.exp: Update.
11532 * gdb.threads/manythreads.exp: Update.
11533 * gdb.threads/tls.exp: Update.
11534
115352010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11538 (NextOverThrowDerivates) <resumebpt>: New.
11539 (resumebpt_test): New.
11540 (main): Call resumebpt_test.
11541 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11542
115432010-12-12 Stan Shebs <stan@codesourcery.com>
11544
11545 * gdb.trace/tsv.exp: Test print command on trace state variables.
11546
115472010-12-09 Tom Tromey <tromey@redhat.com>
11548
11549 * gdb.base/interp.exp: Add regression test.
11550
115512010-12-09 Tom Tromey <tromey@redhat.com>
11552
11553 * gdb.java/jnpe.java: New file.
11554 * gdb.java/jnpe.exp: New file.
11555 * gdb.cp/nextoverthrow.exp: New file.
11556 * gdb.cp/nextoverthrow.cc: New file.
11557
115582010-12-07 Doug Evans <dje@google.com>
11559
11560 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11561 of data-directory.
11562 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11563 updated.
11564 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11565
115662010-11-29 Michael Snyder <msnyder@vmware.com>
11567
11568 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11569 * gdb.base/call-sc.exp: Ditto.
11570 * gdb.base/finish.exp: Ditto.
11571 * gdb.base/return.exp: Ditto.
11572 * gdb.base/return2.exp: Ditto.
11573
115742010-11-30 Doug Evans <dje@google.com>
11575
11576 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11577 (gdb_expect_list): Fix spelling errors in comments.
11578 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11579 send_gdb/gdb_expect_list where applicable.
11580 * gdb.base/call-ar-st.exp: Ditto.
11581 * gdb.base/funcargs.exp: Ditto.
11582 * gdb.base/gcore.exp: Ditto.
11583 * gdb.base/page.exp: Ditto.
11584 * gdb.base/sigaltstack.exp: Ditto.
11585 * gdb.base/siginfo.exp: Ditto.
11586 * gdb.base/sigstep.exp: Ditto.
11587 * gdb.base/trace-commands.exp: Ditto.
11588
115892010-11-29 Doug Evans <dje@google.com>
11590
11591 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11592 printer-name;subprinter-name.
11593
115942010-11-29 Tom Tromey <tromey@redhat.com>
11595
11596 * gdb.dwarf2/implptr.exp: New file.
11597 * gdb.dwarf2/implptr.c: New file.
11598 * gdb.dwarf2/implptr.S: New file.
11599
116002010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11601
11602 PR python/12199
11603
11604 * gdb.python/py-breakpoint.exp: Test the delete method.
11605
116062010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11607
11608 Fix step_resume_breakpoint unsaved during an infcall.
11609 * gdb.base/step-resume-infcall.exp: New file.
11610 * gdb.base/step-resume-infcall.c: New file.
11611
116122010-11-24 Edjunior Machado <emachado@br.ibm.com>
11613
11614 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11615
116162010-11-24 Edjunior Machado <emachado@br.ibm.com>
11617
11618 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11619 on ppc64's symbols; "finish" and "return" commands must accept to
11620 show the caller line again as well as the line after.
11621 * gdb.asm/powerpc64.inc: New file.
11622
116232010-11-23 Doug Evans <dje@google.com>
11624
11625 * lib/gdb.exp (gdb_test_sequence): New function.
11626 (gdb_expect_list): Add verbose -log call for each pattern.
11627 * gdb.base/signals.exp (test_handle_all_print): Call it.
11628 Reduce timeout increment from 6 minutes to 1 minute.
11629 * gdb.server/ext-run.exp: Call it.
11630
116312010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11632
11633 PR python/12212
11634
11635 * gdb.python/python.exp: Check that selected_thread raises an
11636 error when no inferior is loaded.
11637
116382010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11641 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11642
116432010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11646 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11647
116482010-11-18 Doug Evans <dje@google.com>
11649
11650 * gdb.server/ext-run.exp: Fix intermittent failures.
11651
116522010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11653
11654 * gdb.stabs/gdb11479.exp: Use runto_main.
11655
116562010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11657
11658 * gdb.base/break-entry.exp: Skip if using a stub.
11659
116602010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11661
11662 * gdb.python/py-inferior.exp: Pack values in target endianness.
11663
116642010-11-12 Tom Tromey <tromey@redhat.com>
11665
11666 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11667 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11668 MemoryError.
11669 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11670 type.
11671 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11672 MemoryError.
11673 (test_subscript_regression): Update exception type.
11674
116752010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11676
11677 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11678 breakpoint tests.
11679
116802010-11-09 Pedro Alves <pedro@codesourcery.com>
11681
11682 * gdb.base/watchpoint.exp: Test "watch -location" with an
11683 innacessible location.
11684
116852010-11-09 Edjunior Machado <emachado@br.ibm.com>
11686 Luis Machado <luisgpm@br.ibm.com>
11687
11688 * gdb.base/maint.exp: Expect "." prefix.
11689 * gdb.base/nodebug.exp: Expect "." Likewise.
11690 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11691 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11692 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11693 POWER server processors.
11694
116952010-11-08 Edjunior Machado <emachado@br.ibm.com>
11696 Luis Machado <luisgpm@br.ibm.com>
11697
11698 * gdb.base/break-entry.exp: convert entry point for
11699 ppc64 and expect leading `.' on ppc64's symbols
11700
117012010-11-05 Doug Evans <dje@google.com>
11702
11703 * gdb.base/help.exp: Update expected output.
11704 * gdb.python/py-param.exp: Delete, contents moved to ...
11705 * gdb.python/py-parameter.exp: ... here. New file.
11706 Add test for gdb.parameter ("directories").
11707
117082010-11-05 Ken Werner <ken.werner@de.ibm.com>
11709
11710 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11711 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11712 * configure: Regenerate.
11713 * gdb.opencl/Makefile.in: New File.
11714 * gdb.opencl/datatypes.exp: Likewise.
11715 * gdb.opencl/datatypes.cl: Likewise.
11716 * gdb.opencl/operators.exp: Likewise.
11717 * gdb.opencl/operators.cl: Likewise.
11718 * gdb.opencl/vec_comps.exp: Likewise.
11719 * gdb.opencl/vec_comps.cl: Likewise.
11720 * gdb.opencl/convs_casts.exp: Likewise.
11721 * gdb.opencl/convs_casts.cl: Likewise.
11722 * lib/opencl.exp: Likewise.
11723 * lib/opencl_hostapp.c: Likewise.
11724 * lib/opencl_kernel.cl: Likewise.
11725 * lib/cl_util.c: Likewise.
11726 * lib/cl_util.c: Likewise.
11727 * gdb.base/default.exp (set language): Add "opencl" to the list of
11728 languages.
11729
117302010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11731
11732 * gdb.cp/overload.exp: Added test for inheritance overload.
11733 * gdb.cp/overload.cc: Ditto.
11734 * gdb.cp/oranking.exp: Removed releveant kfails.
11735
117362010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11737 Joel Brobecker <brobecker@adacore.com>
11738
11739 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11740 check test_compiler_info.
11741
117422010-11-03 Ken Werner <ken.werner@de.ibm.com>
11743
11744 * gdb.base/gnu_vector.exp: Adjust expect messages.
11745
117462010-11-03 Ken Werner <ken.werner@de.ibm.com>
11747
11748 * gdb.base/gnu_vector.exp: Add unary operator tests.
11749
117502010-11-03 Ken Werner <ken.werner@de.ibm.com>
11751
11752 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11753
117542010-11-02 Doug Evans <dje@google.com>
11755
11756 * gdb.python/py-pp-maint.c: New file.
11757 * gdb.python/py-pp-maint.exp: New file.
11758 * gdb.python/py-pp-maint.py: New file.
11759
117602010-11-02 Tom Tromey <tromey@redhat.com>
11761
11762 * gdb.base/default.exp: Remove "scheme" from language list.
11763
117642010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11765
11766 Revert:
11767 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11768 * gdb.threads/sigstep-threads.exp: New file.
11769 * gdb.threads/sigstep-threads.c: New file.
11770
117712010-10-20 Michael Snyder <msnyder@vmware.com>
11772
11773 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11774
117752010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11776
11777 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11778 Skip test completely if gdb,no_hardware_watchpoints.
11779
117802010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11781
11782 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11783 strict, but do not check for any particular function name within libc.
11784
117852010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11786
11787 * gdb.cp/smartp.exp: New test.
11788 * gdb.cp/smartp.cc : New test.
11789
117902010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11791
11792 * gdb.cp/converts.exp: Test pointer to bool conversion.
11793 Test pointer to long conversion.
11794 * gdb.cp/oranking.exp: Removed relevant kfail.
11795
117962010-10-18 Tom Tromey <tromey@redhat.com>
11797
11798 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11799 argument to lazy_string.
11800 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11801 (pp_ls.to_string): Use it.
11802 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11803 Add "estring2" local.
11804
118052010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 Fix s390x compatibility.
11808 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11809 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11810
118112010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * gdb.threads/sigstep-threads.exp: New file.
11814 * gdb.threads/sigstep-threads.c: New file.
11815
118162010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.base/pie-execl.exp: New file.
11819 * gdb.base/pie-execl.c: New file.
11820
118212010-10-13 Doug Evans <dje@google.com>
11822 Jan Kratochvil <jan.kratochvil@redhat.com>
11823
11824 PR exp/12117
11825 * gdb.cp/ptype-cv-cp.cc: New file.
11826 * gdb.cp/ptype-cv-cp.exp: New file.
11827
118282010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11829
11830 * gdb.cp/converts.cc: New test program.
11831 * gdb.cp/converts.exp: New test.
11832 * gdb.cp/overload.exp: Added test for void* vs int*.
11833 * gdb.cp/overload.exp: Ditto.
11834 * gdb.cp/oranking.exp: Removed related kfail.
11835
118362010-10-13 Doug Evans <dje@google.com>
11837
11838 * lib/gdb-python.exp (gdb_check_python_config): New function.
11839 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11840 * gdb.python/lib-types.cc: New file.
11841 * gdb.python/lib-types.exp: New file.
11842
118432010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 * gdb.python/py-error.exp: New file.
11846 * gdb.python/py-error.py: New file.
11847
118482010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11849
11850 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11851 gdb_test_multiple.
11852
118532010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11854
11855 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11856 * gdb.base/prelink.exp: Likewise.
11857 * gdb.base/solib-nodir.exp: Likewise.
11858 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11859 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11860 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11861
118622010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11863
11864 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11865 for the "info files" test to avoid timeouts on slow machines.
11866
118672010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11868
11869 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11870 (main): Make openlib dummy call.
11871
118722010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11873
11874 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11875 * break-interp.exp (reach): Move the core body ...
11876 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11877 (test_ld): Provide always real argument, even to the linker. Replace
11878 dl_main by _dl_debug_state.
11879
118802010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11881
11882 Fix results of prelinked PIEs on ppc*.
11883 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11884 Accept also DISPLACEMENT "PRESENT".
11885 (main): Replace "ZERO" displacements by "PRESENT".
11886
118872010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11888
11889 * gdb.cp/oranking.exp: New test.
11890 * gdb.cp/oranking.cc: New test program.
11891
118922010-10-08 Ken Werner <ken.werner@de.ibm.com>
11893
11894 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11895 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11896
118972010-10-06 Ken Werner <ken.werner@de.ibm.com>
11898
11899 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11900 lush, lynx) New constant.
11901 * gdb.base/constvars.exp: Test const array types.
11902 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11903
119042010-10-06 Doug Evans <dje@google.com>
11905
11906 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11907 of syscall staging area.
11908
119092010-10-06 Ken Werner <ken.werner@de.ibm.com>
11910
11911 * gdb.base/gnu_vector.c: Add variable c4.
11912 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11913 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11914
119152010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11916
11917 * gdb.arch/altivec-abi.exp: Fix a typo.
11918
119192010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11920
11921 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11922 to match a thread ID.
11923
119242010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11925
11926 Fix s390x testcase compatibility.
11927 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11928
119292010-10-01 Doug Evans <dje@google.com>
11930
11931 * lib/gdb-python.exp: New file.
11932 * gdb.python/py-block.exp: Use it.
11933 * gdb.python/py-breakpoint.exp: Ditto.
11934 * gdb.python/py-frame.exp: Ditto.
11935 * gdb.python/py-inferior.exp: Ditto.
11936 * gdb.python/py-param.exp: Ditto.
11937 * gdb.python/py-prettyprint.exp: Ditto.
11938 * gdb.python/py-shared.exp: Ditto.
11939 * gdb.python/py-symbol.exp: Ditto.
11940 * gdb.python/py-symtab.exp: Ditto.
11941 * gdb.python/py-type.exp: Ditto.
11942 * gdb.python/py-value.exp: Ditto.
11943 * gdb.python/python.exp: Ditto.
11944
119452010-09-30 Tom Tromey <tromey@redhat.com>
11946
11947 * gdb.base/anon.exp: New file.
11948 * gdb.base/anon.c: New file.
11949
119502010-09-30 Tom Tromey <tromey@redhat.com>
11951
11952 * gdb.base/completion.exp: Test completion through anonymous
11953 union.
11954 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11955
119562010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 Fix printing parameters of inlined functions.
11959 * gdb.dwarf2/dw2-inline-param.exp: New file.
11960 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11961 * gdb.dwarf2/dw2-inline-param.S: New file.
11962
119632010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11964
11965 PR corefiles/12071.
11966 * gdb.base/corefile.exp (quit with a process, no question: load core)
11967 (quit with a core file): New tests.
11968
119692010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11970
11971 Fix GDB crash on inferior calls with self-referencing classes.
11972 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11973 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11974 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11975
119762010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11977
11978 Fix lost siginfo_t for inferior calls.
11979 * gdb.base/siginfo-infcall.exp: New file.
11980 * gdb.base/siginfo-infcall.c: New file.
11981
119822010-09-22 Joel Brobecker <brobecker@adacore.com>
11983
11984 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11985
119862010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11987
11988 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11989 New test.
11990 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11991
119922010-09-22 Joel Brobecker <brobecker@adacore.com>
11993
11994 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11995 type of our const type.
11996
119972010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11998
11999 * gdb.cp/pr12028.cc: New.
12000 * gdb.cp/pr12028.exp: New.
12001
120022010-09-22 Joel Brobecker <brobecker@adacore.com>
12003
12004 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
12005
120062010-09-16 Phil Muldoon <pmuldoon@redhat.com>
12007 Jan Kratochvil <jan.kratochvil@redhat.com>
12008
12009 PR mi/11407
12010 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
12011 * gdb.mi/dw2-ref-missing-frame-main.c New File.
12012 * gdb.mi/dw2-ref-missing-frame.S New File.
12013 * gdb.mi/dw2-ref-missing-frame.exp New File.
12014
120152010-09-14 Tom Tromey <tromey@redhat.com>
12016
12017 PR symtab/8399:
12018 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12019
120202010-09-14 Tom Tromey <tromey@redhat.com>
12021
12022 PR exp/11803:
12023 * gdb.threads/tls.exp: Use C++.
12024 (check_thread_local): Use K::another_thread_local.
12025 * gdb.threads/tls.c (class K): New.
12026 (another_thread_local): Now a member of K.
12027 (spin): Update. No longer K&R C.
12028
120292010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
12030
12031 * gdb.cp/koenig.cc: created class for testing member lookup.
12032 * gdb.cp/koenig.exp: Added test for member lookup.
12033
120342010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 Fix false FAILs on sourcetree topdir directory containing "kill".
12037 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
12038 source line matching regexp.
12039
120402010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12041
12042 * gdb.python/python.exp (set height 0, collect help from uiout)
12043 (verify help to uiout): New tests.
12044
120452010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12046
12047 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
12048 is_lp64_target to check 64bit target.
12049
120502010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12051
12052 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12053 (test_ld) <powerpc64-*>: New.
12054
120552010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12056
12057 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12058
120592010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12060
12061 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12062 (FunctionArg::method): New function.
12063 (empty, arg): New variables.
12064 (main): Call arg.method.
12065 * gdb.cp/templates.exp (test_template_args): New function.
12066 (do_tests): Call it.
12067
120682010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12069
12070 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12071 of "next" to proceed over pthread_exit call.
12072
120732010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12074
12075 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12076 "maint print statistics" output to prevent expect timeouts.
12077
120782010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12079
12080 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12081 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12082 (test_float_rejected): ... here.
12083 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12084 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12085 (test_float_rejected): ... here.
12086 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12087 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12088 (test_float_rejected): ... here.
12089 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12090 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12091 (test_float_rejected): ... here.
12092
120932010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12094
12095 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12096 before disabling hardware watchpoints.
12097 (test_inaccessible_watchpoint): Check that hardware watchpoints
12098 are used. Test for watchpoints on a constant address.
12099
121002010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12101
12102 * gdb.base/ui-redirect.exp: New file.
12103
121042010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12105 Joel Brobecker <brobecker@adacore.com>
12106
12107 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12108
121092010-08-31 Doug Evans <dje@google.com>
12110
12111 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12112
121132010-08-30 Tom Tromey <tromey@redhat.com>
12114
12115 PR python/11792:
12116 * gdb.python/py-value.exp (test_subscript_regression): Add
12117 dynamic_type test.
12118
121192010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12120
12121 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12122 instead of running to main. Do not test the main function.
12123 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12124 Add new main.
12125
121262010-08-26 Pedro Alves <pedro@codesourcery.com>
12127
12128 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12129 one test.
12130
121312010-08-24 Doug Evans <dje@google.com>
12132
12133 PR symtab/11942
12134 * gdb.dwarf2/dw4-sig-types.cc: New file.
12135 * gdb.dwarf2/dw4-sig-types.h: New file.
12136 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12137 * gdb.dwarf2/dw4-sig-types.exp: New file.
12138
121392010-08-23 Tom Tromey <tromey@redhat.com>
12140
12141 PR python/11145:
12142 * gdb.python/py-value.c (Base, Derived): New types.
12143 (base): New global.
12144 * gdb.python/py-value.exp (test_subscript_regression): Add
12145 dynamic_cast test.
12146
121472010-08-23 Tom Tromey <tromey@redhat.com>
12148
12149 PR python/10676:
12150 * gdb.python/py-type.exp (test_fields): Add tests for type
12151 equality.
12152
121532010-08-23 Tom Tromey <tromey@redhat.com>
12154
12155 PR python/11915:
12156 * gdb.python/py-type.exp (test_fields): Add tests for array.
12157
121582010-08-23 Keith Seitz <keiths@redhat.com>
12159
12160 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12161 have any children. Create a new abbrev for it.
12162 Add missing terminal sequence to .debug_abbrev.
12163
121642010-08-20 Keith Seitz <keiths@redhat.com>
12165
12166 PR symtab/11465:
12167 * gdb.dwarf2/pr11465.exp: New test.
12168 * gdb.dwarf2/pr11465.S: New file.
12169 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12170 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12171
121722010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12173
12174 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12175 registers. Update data sets with the new v2_double element in the
12176 VSX register union. Add vector_register3_vr data set for the AltiVec
12177 registers. Use gdb_test_no_output instead of send_gdb.
12178
121792010-08-19 Pedro Alves <pedro@codesourcery.com>
12180
12181 * gdb.python/py-shared.exp: New file, factored out from
12182 python.exp.
12183 * gdb.python/py-shared.c: New file.
12184 * gdb.python/py-shared-sl.c: New file.
12185 * gdb.python/python-1.c: New file.
12186 * gdb.python/python-sl.c: Delete.
12187 * gdb.python/python.c: Mention python-1.c.
12188 * gdb.python/python.exp: Move shared library tests to
12189 py-shared.exp.
12190 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12191 (MISCELLANEOUS): New.
12192 (clean mostlyclean): Also remove $MISCELLANEOUS.
12193
121942010-08-19 Doug Evans <dje@google.com>
12195
12196 PR exp/11926
12197 * gdb.base/printcmds.exp (test_float_accepted): New function.
12198 Move existing float tests there. Add tests for floats with suffixes.
12199 (test_float_rejected): New function.
12200 * gdb.java/jv-print.exp (test_float_accepted): New function.
12201 (test_float_rejected): New function.
12202 * gdb.objc/print.exp: New file.
12203 * gdb.pascal/print.exp: New file.
12204 * lib/objc.exp: New file.
12205
122062010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12207
12208 * gdb.base/default.exp (info set): Avoid full buffer error and force
12209 reading up to final gdb prompt.
12210 (show): Likewise.
12211
122122010-08-18 Tom Tromey <tromey@redhat.com>
12213
12214 PR symtab/11919:
12215 * gdb.base/completion.exp: Add test.
12216
122172010-08-18 Doug Evans <dje@google.com>
12218
12219 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12220 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12221 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12222 Simplify, early exit if runto_main fails.
12223 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12224 (set_lang_fortran): Moved to lib/fortran.exp.
12225 * gdb.fortran/types.exp: load_lib fortran.exp.
12226 (set_lang_fortran): Moved to lib/fortran.exp.
12227 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12228 * gdb.java/jprint.exp (set_lang_java): Ditto.
12229 * gdb.java/jv-exp.exp: load_lib java.exp.
12230 If set_lang_java fails, issue a warning instead of failure to be
12231 consistent with other set_lang_foo uses.
12232 (set_lang_java): Moved to lib/java.exp.
12233 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12234 If set_lang_java fails, issue a warning instead of failure to be
12235 consistent with other set_lang_foo uses.
12236 * gdb.pascal/types.exp: load_lib pascal.exp.
12237 (set_lang_pascal): Moved to lib/pascal.exp.
12238 * lib/fortran.exp: New file.
12239 * lib/java.exp (set_lang_java): New function.
12240 * lib/pascal.exp (set_lang_pascal): New function.
12241
122422010-08-18 Yao Qi <yao@codesourcery.com
12243
12244 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12245 func_nofb_start and func_loopfb_start, so that address of functions
12246 is equal to these labels on Thumb.
12247
122482010-08-18 Yao Qi <yao@codesourcery.com>
12249
12250 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12251 to reflect latest c source file.
12252
122532010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 * gdb.cp/infcall-dlopen.exp: New file.
12256 * gdb.cp/infcall-dlopen.cc: New file.
12257 * gdb.cp/infcall-dlopen-lib.cc: New file.
12258
122592010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12260 Pedro Alves <pedro@codesourcery.com>
12261
12262 PR breakpoints/11371
12263
12264 * gdb.base/watch-cond-infcall.exp: New file.
12265 * gdb.base/watch-cond-infcall.c: New file.
12266
122672010-08-16 Tom Tromey <tromey@redhat.com>
12268
12269 * gdb.base/help.exp: Update.
12270 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12271 watchpoint.
12272 (test_watch_location): New proc.
12273 (test_watchpoint_in_big_blob): Delete watchpoint.
12274 * gdb.base/watchpoint.c (func5): New function.
12275 (main): Call it.
12276
122772010-08-16 Doug Evans <dje@google.com>
12278
12279 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12280
122812010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12282
12283 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12284 tests.
12285
122862010-08-11 Ken Werner <ken.werner@de.ibm.com>
12287
12288 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12289 * gdb.base/gnu_vector.c: New File.
12290 * gdb.base/gnu_vector.exp: Likewise.
12291
122922010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12293
12294 * gdb.python/python.c: New File.
12295 * gdb.python/python-sl.c: New File.
12296 * gdb.python/python.exp: Test solib_address and decode_line
12297 * functions.
12298
122992010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12300
12301 * gdb.python/python.exp (show height, set height 10)
12302 (verify pagination beforehand, verify pagination beforehand: q)
12303 (gdb.execute does not page, verify pagination afterwards)
12304 (verify pagination afterwards: q): New.
12305
123062010-08-02 Doug Evans <dje@google.com>
12307
12308 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12309 because of an older gcc, change test2
12310 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12311 to unsupported.
12312
123132010-07-30 Kazu Hirata <kazu@codesourcery.com>
12314
12315 * gdb.base/break-always.exp: Do not expect full paths to file
12316 names.
12317 * gdb.base/commands.exp: Likewise.
12318
123192010-07-30 Doug Evans <dje@google.com>
12320
12321 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12322 xfail them when run with older gccs.
12323
12324 * lib/gdb.exp (build_executable): Forward "c++" option to
12325 get_compiler_info.
12326
12327 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12328 "python print ttype.template_argument(1)" and
12329 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12330 if using gcc 4.4 or earlier.
12331
12332 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12333 attach-to-debugger handling.
12334
123352010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12336
12337 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12338 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12339 (main): Use copyreloc.
12340 * gdb.base/prelink.exp (split debug of executable)
12341 (.dynbss vs. .bss address shift): New tests.
12342
123432010-07-29 Pedro Alves <pedro@codesourcery.com>
12344
12345 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12346 in gdb_test_multiple.
12347
123482010-07-29 Pedro Alves <pedro@codesourcery.com>
12349
12350 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12351 environment.
12352
123532010-07-28 Tom Tromey <tromey@redhat.com>
12354
12355 PR python/11060:
12356 * gdb.python/py-type.c (Temargs): New template.
12357 (temvar): New variable.
12358 * gdb.python/py-type.exp (test_template): New proc.
12359
123602010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12361
12362 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12363 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12364
123652010-07-28 Tom Tromey <tromey@redhat.com>
12366
12367 PR c++/9946:
12368 * gdb.cp/temargs.exp: New file.
12369 * gdb.cp/temargs.cc: New file.
12370
123712010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 * gdb.base/help.exp (help disassemble): Update the content.
12374
123752010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12376
12377 * gdb.threads/ia64-sigill.exp: New file.
12378 * gdb.threads/ia64-sigill.c: New file.
12379
123802010-07-27 Tom Tromey <tromey@redhat.com>
12381
12382 * gdb.opt/inline-cmds.c (ATTR): New define.
12383 (func1): Use it.
12384 (func2): Likewise.
12385 (func3): Likewise.
12386 (outer_inline1): Likewise.
12387 (outer_inline2): Likewise.
12388 * gdb.opt/inline-bt.c (ATTR): New define.
12389 (func1): Use it.
12390 (func2): Likewise.
12391 * gdb.opt/inline-locals.c (ATTR): New define.
12392 (func1): Use it.
12393 (func2): Likewise.
12394
123952010-07-27 Tom Tromey <tromey@redhat.com>
12396
12397 * gdb.stabs/gdb11479.c (hack): New function.
12398 (test): Use it.
12399 (test2): Use it.
12400 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12401 (int32_search_buf, int64_search_buf): No longer static.
12402 (x): Remove.
12403 * gdb.base/relocate.c (hack): New function.
12404
124052010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12406
12407 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12408 * gdb.python/py-value.c (func1): New function.
12409 (func2): Likewise.
12410
124112010-07-26 Corinna Vinschen <vinschen@redhat.com>
12412
12413 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12414 as not to clash with .data section.
12415
124162010-07-26 Jerome Guitton <guitton@adacore.com>
12417
12418 * gdb.base/code_elim.exp: New file.
12419 * gdb.base/code_elim1.c: New file.
12420 * gdb.base/code_elim2.c: New file.
12421
124222010-07-21 Pedro Alves <pedro@codesourcery.com>
12423
12424 PR symtab/11827
12425
12426 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12427 (some_volatile_enum): New variable.
12428 * gdb.base/printcmds.exp (test_print_enums): New.
12429 <top level>: Call it.
12430
124312010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12432
12433 * gdb.cp/fpointer.cc: New test.
12434 * gdb.cp/fpointer.exp: New test.
12435
124362010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12437
12438 * gdb.base/solib-nodir.exp: New file.
12439 * lib/gdb.exp (runto): New case for a GDB internal error.
12440
124412010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12442 Ulrich Weigand <uweigand@de.ibm.com>
12443 Tom Tromey <tromey@redhat.com>
12444
12445 * gdb.base/charset-malloc.c: New file.
12446 * gdb.base/charset.c (malloc_stub): New prototype.
12447 (main): Call it instead of malloc itself.
12448 * gdb.base/charset.exp: Use only prepare_for_testing.
12449 (binfile): Remove the variable.
12450
124512010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12452
12453 Make core files the process_stratum.
12454 * gdb.base/corefile.exp (run: load core again)
12455 (run: sanity check we see the core file, run: with core)
12456 (run: core file is cleared, attach: load core again)
12457 (attach: sanity check we see the core file, attach: with core)
12458 (attach: core file is cleared): New tests.
12459 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12460
124612010-07-14 Ken Werner <ken.werner@de.ibm.com>
12462
12463 * gdb.arch/altivec-abi.exp: New tests.
12464
124652010-07-13 Tom Tromey <tromey@redhat.com>
12466
12467 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12468 (main): Use it.
12469 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12470
124712010-07-13 Tom Tromey <tromey@redhat.com>
12472
12473 * gdb.base/label.exp: New file.
12474 * gdb.base/label.c: New file.
12475
124762010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12477 H.J. Lu <hongjiu.lu@intel.com>
12478
12479 * lib/gdb.exp (is_ilp32_target): New.
12480 (is_lp64_target): Likewise.
12481
12482 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12483 target.
12484 * gdb.arch/amd64-disp-step.exp: Likewise.
12485 * gdb.arch/amd64-dword.exp: Likewise.
12486 * gdb.arch/amd64-i386-address.exp: Likewise.
12487 * gdb.arch/amd64-word.exp: Likewise.
12488
12489 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12490 target.
12491 * gdb.arch/i386-bp_permanent.exp: Likewise.
12492 * gdb.arch/i386-byte.exp: Likewise.
12493 * gdb.arch/i386-disp-step.exp: Likewise.
12494 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12495 * gdb.arch/i386-prologue.exp: Likewise.
12496 * gdb.arch/i386-size-overlap.exp: Likewise.
12497 * gdb.arch/i386-size.exp: Likewise.
12498 * gdb.arch/i386-sse.exp: Likewise.
12499 * gdb.arch/i386-unwind.exp: Likewise.
12500 * gdb.arch/i386-word.exp: Likewise.
12501
12502 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12503 test only when building 64-bit executables. Do not hard-code
12504 -m64 option.
12505
125062010-07-07 Doug Evans <dje@google.com>
12507
12508 * lib/gdb.exp (gdb_test_list_exact): New function.
12509 * gdb.base/default.exp (show convenience): Call it, add tests for
12510 $_sdata = void, $_thread = 0.
12511
125122010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12513 Joel Brobecker <brobecker@adacore.com>
12514
12515 Fix re-run of PIE executable, PR shlibs/11776.
12516 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12517 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12518 and re-"run" of the inferior.
12519
125202010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12521 Joel Brobecker <brobecker@adacore.com>
12522
12523 Cope with missing /usr/sbin/prelink.
12524 * lib/prelink-support.exp (prelink_no):
12525 <result == 1 && $output is "no such file or directory">: New.
12526 (prelink_yes): Likewise. Return on failed prelink_no.
12527
125282010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12529 Joel Brobecker <brobecker@adacore.com>
12530
12531 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12532 build_executable by build_executable_own_libs. Replace "prelink -R"
12533 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12534 change.
12535 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12536 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12537 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12538 Replace build_executable by build_executable_own_libs's function
12539 build_executable_own_libs.
12540 (prelinkNO): Create new stub to call prelink_no.
12541 (prelinkYES): Create new stub to call prelink_yes.
12542 (test_attach): Rename calls of copy to file_copy.
12543 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12544 (copy): Move to ...
12545 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12546 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12547 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12548 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12549 special flags by gdb_compile_shlib. Replace second gdb_compile by
12550 build_executable_own_libs. Replace "prelink -R" execution by a call of
12551 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12552 a second call of prelink_yes. Replace restart commands by
12553 clean_restart.
12554 (prelink): Rename to ...
12555 (seen displacement message): ... this test. Extend its expectation
12556 strictness.
12557
125582010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12559
12560 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12561 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12562 displacement message exactly once.
12563
125642010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12565 Joel Brobecker <brobecker@adacore.com>
12566
12567 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12568 its restore after the <$relink_args != ""> loop. new comment.
12569
125702010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12571 Joel Brobecker <brobecker@adacore.com>
12572
12573 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12574 code for it. New variable relink_args.
12575 (prelinkYES): Call prelinkNO.
12576 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12577 in such case. Move the core code to ...
12578 (test_attach_gdb): ... a new function. Send GDB command "file".
12579 Extend expected "Attaching to " string.
12580
125812010-07-02 Tom Tromey <tromey@redhat.com>
12582
12583 * gdb.base/bitops.exp: Remove extraneous "pass".
12584
125852010-07-02 Ken Werner <ken.werner@de.ibm.com>
12586
12587 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12588
125892010-07-01 Pedro Alves <pedro@codesourcery.com>
12590
12591 * gdb.base/help.exp: Adjust expected output.
12592
125932010-07-01 Pedro Alves <pedro@codesourcery.com>
12594
12595 * gdb.base/help.exp: Adjust expected output.
12596
125972010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12598
12599 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12600 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12601 c++/11702.
12602
126032010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12604 Doug Evans <dje@google.com>
12605
12606 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12607 add .dynamic entry'.
12608
126092010-06-29 Doug Evans <dje@google.com>
12610
12611 Test PR c++/11702.
12612 * gdb.cp/m-static.exp: Add testcase.
12613 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12614
126152010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12616 Tom Tromey <tromey@redhat.com>
12617 Thiago Jung Bauermann <bauerman@br.ibm.com>
12618
12619 * gdb.python/py-inferior.c: New File.
12620 * gdb.python/py-infthread.c: New File.
12621 * gdb.python/py-inferior.exp: New File.
12622 * gdb.python/py-infthread.exp: New File.
12623
126242010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12627 (ptype ::C::OtherFileClass typedefs): New.
12628 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12629 (C::OtherFileClass::cOtherFileClassVar2): New.
12630 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12631 cOtherFileClassVar2.
12632 (C::cOtherFileType2, C::cOtherFileVar2): New.
12633 (C::cOtherFileVar_use): use also cOtherFileVar2.
12634 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12635
126362010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12637
12638 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12639 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12640 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12641 (print ::C::cOtherFileVar)
12642 (whatis C::OtherFileClass::cOtherFileClassType)
12643 (whatis ::C::OtherFileClass::cOtherFileClassType)
12644 (print C::OtherFileClass::cOtherFileClassVar)
12645 (print ::cOtherFileClassVar)
12646 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12647 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12648 trailing content.
12649 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12650 (C::OtherFileClass::cOtherFileClassVar)
12651 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12652 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12653
126542010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12655
12656 Test PR c++/11703 and PR gdb/1448.
12657 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12658 gdb/1448.
12659
126602010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12663 (main) <rtti_data>: New.
12664 * gdb.cp/virtbase.exp (print rtti_data): New.
12665
126662010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12667 Joel Brobecker <brobecker@adacore.com>
12668
12669 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12670
126712010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12672
12673 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12674
126752010-06-28 Doug Evans <dje@google.com>
12676
12677 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12678
126792010-06-27 Doug Evans <dje@google.com>
12680
12681 * gdb.cp/m-static.exp: Update expected test output.
12682
126832010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12684
12685 * gdb.gdb/selftest.exp: Adjust expected message for
12686 capturing start-up runtime.
12687
126882010-06-25 Tom Tromey <tromey@redhat.com>
12689
12690 PR python/10808:
12691 * gdb.python/python.exp: Add new tests.
12692
126932010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12694
12695 * gdb.cp/operator.cc: Created an import loop.
12696 * gdb.cp/operator.exp: Added testcase for import loop.
12697
126982010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12699
12700 Test PR python/11407.
12701 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12702 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12703 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12704 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12705 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12706 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12707 binfile. Call gdb_compile with clean_restart twice.
12708 (func_nofb print, func_nofb backtrace, func_loopfb print)
12709 (func_loopfb backtrace): New.
12710
127112010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12714 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12715 by a hand made one.
12716 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12717 i?86 requirement. Remove variables srcfile and binfile. New variable
12718 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12719
127202010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12721
12722 * gdb.cell/dwarfaddr.exp: New file.
12723 * gdb.cell/dwarfaddr.S: New file.
12724
127252010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12726
12727 Test PR 9436.
12728 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12729
127302010-06-24 Hui Zhu <teawater@gmail.com>
12731
12732 * gdb.base/eval.exp: New file.
12733
127342010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12735
12736 * gdb.cell/fork.exp: New file.
12737 * gdb.cell/fork.c: Likewise.
12738 * gdb.cell/fork-spu.c: Likewise.
12739
127402010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12741
12742 * lib/gdb.exp (banned_variables_traced): New global variable.
12743 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12744 (gdb_init): Use `trace add variable' instead of obsolete
12745 `trace variable'.
12746
127472010-06-21 Doug Evans <dje@google.com>
12748
12749 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12750
127512010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12752
12753 * gdb.arch/spu-ls.exp: New file.
12754 * gdb.arch/spu-ls.c: Likewise.
12755
127562010-06-18 Stan Shebs <stan@codesourcery.com>
12757
12758 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12759
127602010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12761
12762 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12763 * gdb.base/watch-cond.exp: Likewise.
12764 * gdb.python/py-breakpoint.exp: Likewise.
12765
127662010-06-18 Pedro Alves <pedro@codesourcery.com>
12767
12768 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12769 clean_restart, make sure every test has a distinct message, and
12770 that messages don't include the executable' full path.
12771
127722010-06-17 Doug Evans <dje@google.com>
12773
12774 * gdb.arch/i386-size.exp: Updated expected output for
12775 DISASSEMBLY_OMIT_FNAME.
12776
127772010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12778 Sergio Durigan Junior <sergiodj@redhat.com>
12779
12780 * gdb.base/watch-notconst.c: New file.
12781 * gdb.base/watch-notconst.S: New file.
12782 * gdb.base/watch-notconst2.c: New file.
12783 * gdb.base/watch-notconst2.S: New file.
12784 * gdb.base/watch-notconst.exp: New file.
12785 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12786 (func4): Add operations on `global_ptr_ptr'.
12787 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12788 routine to test watchpoints created with a constant expression.
12789 (test_inaccessible_watchpoint): Include tests for watchpoints
12790 created with a constant expression.
12791
127922010-06-14 Kevin Buettner <kevinb@redhat.com>
12793
12794 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12795 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12796 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12797 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12798 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12799 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12800 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12801 of `_start'.
12802
128032010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12804
12805 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12806 not supported on the target.
12807 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12808 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12809 * gdb.mi/mi-nsintrall.exp: Likewise.
12810 * gdb.mi/mi-nsmoribund.exp: Likewise.
12811 * gdb.mi/mi-nsthrexec.exp: Likewise.
12812
128132010-06-11 Stan Shebs <stan@codesourcery.com>
12814
12815 * gdb.base/permissions.exp: New file.
12816
128172010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12818
12819 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12820 does not support ELF executable class.
12821
128222010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12823
12824 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12825
128262010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12827
12828 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12829 (runto): Catch "The target does not support running in non-stop mode.".
12830
128312010-06-11 Michael Snyder <msnyder@vmware.com>
12832
12833 * gdb.base/setshow.exp (set language asm): Don't use
12834 gdb_test_no_output, fails on some targets.
12835
128362010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12837
12838 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12839 * gdb.cp/pr9167.exp: Likewise.
12840
128412010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12842
12843 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12844
128452010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12846
12847 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12848
128492010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12850
12851 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12852
128532010-06-11 Tom Tromey <tromey@redhat.com>
12854
12855 PR gdb/9977, PR exp/11636::
12856 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12857 (pieces_test_f6): Update expected output.
12858
128592010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12860
12861 * gdb.base/moribund-step.exp: New.
12862
128632010-06-08 Michael Snyder <msnyder@vmware.com>
12864
12865 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12866 * gdb.ada/boolean_expr.exp:
12867 * gdb.ada/frame_args.exp: Ditto.
12868 * gdb.ada/lang_switch.exp: Ditto.
12869 * gdb.ada/ptype_arith_binop.exp: Ditto.
12870 * gdb.ada/ref_param.exp: Ditto.
12871 * gdb.ada/type_coercion.exp:Ditto.
12872
12873 * gdb.asm/asm-source.exp: Ditto.
12874
12875 * gdb.base/attach.exp: Ditto.
12876 * gdb.base/bitfields2.exp: Ditto.
12877 * gdb.base/call-signal-resume.exp: Ditto.
12878 * gdb.base/callfuncs.exp: Ditto.
12879 * gdb.base/commands.exp: Ditto.
12880 * gdb.base/dbx.exp: Ditto.
12881 * gdb.base/default.exp: Ditto.
12882 * gdb.base/dump.exp: Ditto.
12883 * gdb.base/exprs.exp: Ditto.
12884 * gdb.base/freebpcmd.exp: Ditto.
12885 * gdb.base/interrupt.exp: Ditto.
12886 * gdb.base/list.exp: Ditto.
12887 * gdb.base/long_long.exp: Ditto.
12888 * gdb.base/maint.exp: Ditto.
12889 * gdb.base/ptype.exp: Ditto.
12890 * gdb.base/return.exp: Ditto.
12891 * gdb.base/setshow.exp: Ditto.
12892 * gdb.base/sigbpt.exp: Ditto.
12893 * gdb.base/sigrepeat.exp: Ditto.
12894
12895 * gdb.cp/classes.exp: Ditto.
12896
12897 * gdb.dwarf2/dw2-restore.exp: Ditto.
12898
12899 * gdb.gdb/selftest.exp: Ditto.
12900
12901 * gdb.multi/base.exp: Ditto.
12902 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12903
12904 * gdb.python/py-block.exp: Ditto.
12905 * gdb.python/py-prettyprint.exp: Ditto.
12906 * gdb.python/py-template.exp: Ditto.
12907
12908 * gdb.server/ext-attach.exp: Ditto.
12909 * gdb.server/ext-run.exp: Ditto.
12910 * gdb.server/server-mon.exp: Ditto.
12911
12912 * gdb.threads/fork-thread-pending.exp: Ditto.
12913 * gdb.threads/hand-call-in-threads.exp: Ditto.
12914 * gdb.threads/interrupted-hand-call.exp: Ditto.
12915 * gdb.threads/linux-dp.exp: Ditto.
12916 * gdb.threads/manythreads.exp: Ditto.
12917 * gdb.threads/print-threads.exp: Ditto.
12918 * gdb.threads/pthreads.exp: Ditto.
12919 * gdb.threads/schedlock.exp: Ditto.
12920 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12921 * gdb.threads/threadapply.exp: Ditto.
12922
129232010-06-08 Michael Snyder <msnyder@vmware.com>
12924
12925 * gdb.ada/exec_changed.exp:
12926 Use ".*" instead of "" as wildcard regexp.
12927
12928 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12929 * gdb.base/call-ar-st.exp: Ditto.
12930 * gdb.base/checkpoint.exp: Ditto.
12931 * gdb.base/default.exp: Ditto.
12932 * gdb.base/dump.exp: Ditto.
12933 * gdb.base/ending-run.exp: Ditto.
12934 * gdb.base/fileio.exp: Ditto.
12935 * gdb.base/miscexprs.exp: Ditto.
12936 * gdb.base/pointers.exp: Ditto.
12937 * gdb.base/readline.exp: Ditto.
12938 * gdb.base/reread.exp: Ditto.
12939 * gdb.base/restore.exp: Ditto.
12940 * gdb.base/shlib-call.exp: Ditto.
12941 * gdb.base/valgrind-db-attach.exp: Ditto.
12942 * gdb.base/volatile.exp: Ditto.
12943 * gdb.base/watchpoints.exp: Ditto.
12944
12945 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12946
12947 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12948 * gdb.python/py-value.exp: Ditto.
12949
12950 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12951 * gdb.trace/circ.exp: Ditto.
12952 * gdb.trace/collection.exp: Ditto.
12953 * gdb.trace/packetlen.exp: Ditto.
12954 * gdb.trace/passc-dyn.exp: Ditto.
12955 * gdb.trace/report.exp: Ditto.
12956 * gdb.trace/tfile.exp: Ditto.
12957 * gdb.trace/tfind.exp: Ditto.
12958 * gdb.trace/while-dyn.exp: Ditto.
12959
129602010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12961
12962 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12963
129642010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 Test PR 10640.
12967 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12968
129692010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12970
12971 * gdb.cp/koenig.exp: Test for ADL operators.
12972 * gdb.cp/koenig.cc: Added ADL operators.
12973 * gdb.cp/operator.exp: New test.
12974 * gdb.cp/operator.cc: New test.
12975
129762010-06-04 Michael Snyder <msnyder@vmware.com>
12977
12978 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12979 * gdb.base/pending.exp: Ditto.
12980
12981 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12982
129832010-06-04 Doug Evans <dje@google.com>
12984
12985 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12986 disabled printers.
12987 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12988 (enable_lookup_function): New function.
12989
129902010-06-04 Tom Tromey <tromey@redhat.com>
12991
12992 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12993 of hash and id.
12994
129952010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12996
12997 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12998 newline.
12999 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
13000 (empty verbose non-noisy clear, empty verbose noisy clear)
13001 (empty non-verbose noisy clear): Likewise.
13002
130032010-06-03 Michael Snyder <msnyder@vmware.com>
13004
13005 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
13006 * gdb.base/display.exp: Ditto.
13007 * gdb.base/find.exp: Ditto.
13008 * gdb.base/ifelse.exp: Ditto.
13009 * gdb.base/multi-forks.exp: Ditto.
13010 * gdb.base/recurse.exp: Ditto.
13011 * gdb.base/setshow.exp: Ditto.
13012 * gdb.base/value-double-free.exp: Ditto.
13013 * gdb.base/watch-vfork.exp: Ditto.
13014 * gdb.base/watch_thread_num.exp: Ditto.
13015 * gdb.base/watchpoint-solib.exp: Ditto.
13016 * gdb.base/watchpoint.exp: Ditto.
13017 * gdb.base/watchpoints.exp: Ditto.
13018
13019 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
13020 * gdb.cp/overload.exp: Ditto.
13021 * gdb.cp/virtfunc.exp: Ditto.
13022
13023 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
13024
13025 * gdb.reverse/watch-precsave.exp:
13026 Replace gdb_test with gdb_test_no_output.
13027
13028 * gdb.threads/attach-into-signal.exp:
13029 Replace gdb_test with gdb_test_no_output.
13030 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13031 * gdb.threads/watchthreads.exp: Ditto.
13032 * gdb.threads/watchthreads2.exp: Ditto.
13033
13034 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
13035 * gdb.trace/tfind.exp: Ditto.
13036
130372010-06-03 Joel Brobecker <brobecker@adacore.com>
13038
13039 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
13040 successful test if message is the empty string.
13041
130422010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13043
13044 * gdb.fortran/module.exp (stopped language detection): New test.
13045
130462010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13047
13048 Support DW_TAG_module as separate namespaces.
13049 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
13050 gdb.fortran/library-module-lib.f90: New.
13051 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
13052 (print i): Remove.
13053 (continue to breakpoint: i-is-1, print var_i value 1)
13054 (continue to breakpoint: i-is-2, print var_i value 2)
13055 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13056 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13057 (complete `modmany, complete `modmany`, complete `modmany`var)
13058 (show language, setting breakpoint at module): New tests.
13059 * gdb.fortran/module.f90 (module mod): Remove.
13060 (module mod1, module mod2, module modmany, subroutine sub1)
13061 (subroutine sub2, program module): New.
13062
130632010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13064
13065 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13066 (print value of rUC, print value of rI, print value of UI): ... here.
13067 * gdb.cp/anon-union.exp (pass): Rename to ...
13068 (print z 2): ... here.
13069
130702010-06-02 Michael Snyder <msnyder@vmware.com>
13071
13072 * gdb.trace/actions.exp: Use gdb_test_no_output.
13073 * gdb.trace/circ.exp: Ditto.
13074 * gdb.trace/packetlen.exp: Ditto.
13075 * gdb.trace/save-trace.exp: Ditto.
13076 * gdb.trace/tracecmd.exp: Ditto.
13077 * gdb.trace/tsv.exp: Ditto.
13078
13079 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13080 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13081 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13082 * gdb.threads/manythreads.exp: Ditto.
13083 * gdb.threads/print-threads.exp: Ditto.
13084 * gdb.threads/pthreads.exp: Ditto.
13085 * gdb.threads/schedlock.exp: Ditto.
13086 * gdb.threads/staticthreads.exp: Ditto.
13087 * gdb.threads/thread-specific.exp: Ditto.
13088 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13089 * gdb.threads/threadapply.exp: Ditto.
13090 * gdb.threads/watchthreads.exp: Ditto.
13091 * gdb.threads/watchthreads2.exp: Ditto.
13092
13093 * gdb.python/py-block.exp: Use gdb_test_no_output.
13094 * gdb.python/py-prettyprint.exp: Ditto.
13095 * gdb.python/py-template.exp: Ditto.
13096 * gdb.python/py-value.exp: Ditto.
13097
13098 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13099 * gdb.reverse/watch-reverse.exp: Ditto.
13100
13101 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13102 * gdb.server/ext-run.exp: Ditto.
13103
13104 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13105 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13106 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13107 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13108 * gdb.dwarf2/dw2-producer.exp: Ditto.
13109 * gdb.dwarf2/mac-fileno.exp: Ditto.
13110
13111 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13112 * gdb.gdb/selftest.exp: Ditto.
13113
13114 * gdb.multi/base.exp: Use gdb_test_no_output.
13115
13116 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13117
131182010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13119
13120 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13121
131222010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13123
13124 * gdb.cp/class2.exp: Use gdb_test_no_output.
13125 * gdb.cp/classes.exp: Ditto.
13126 * gdb.cp/extern-c.exp: Ditto.
13127 * gdb.cp/inherit.exp: Ditto.
13128 * gdb.cp/maint.exp: Ditto.
13129 * gdb.cp/mb-inline.exp: Ditto.
13130 * gdb.cp/mb-templates.exp: Ditto.
13131 * gdb.cp/method2.exp: Ditto.
13132 * gdb.cp/misc.exp: Ditto.
13133 * gdb.cp/ovldbreak.exp: Ditto.
13134 * gdb.cp/punctuator.exp: Ditto.
13135 * gdb.cp/templates.exp: Ditto.
13136 * gdb.cp/virtbase.exp: Ditto.
13137
13138 * gdb.threads/attach-stopped.exp:
13139 Replace uses of send_gdb / gdb_expect.
13140 * gdb.threads/attachstop-mt.exp:
13141 Replace uses of send_gdb / gdb_expect.
13142 * gdb.threads/gcore-thread.exp:
13143 Replace uses of send_gdb / gdb_expect.
13144 * gdb.threads/hand-call-in-threads.exp:
13145 Replace uses of send_gdb / gdb_expect.
13146 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13147 * gdb.threads/print-threads.exp:
13148 Replace uses of send_gdb / gdb_expect.
13149 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13150 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13151 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13152
13153 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13154 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13155 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13156 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13157 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13158 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13159 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13160 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13161 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13162 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13163 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13164
131652010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13166
13167 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13168
131692010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13170
13171 * gdb.cp/koenig.exp: Added new test case.
13172 * gdb.cp/koenig.cc: Ditto.
13173
131742010-06-01 Michael Snyder <msnyder@vmware.com>
13175
13176 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13177 * gdb.base/arrayidx.exp: Ditto.
13178 * gdb.base/attach.exp: Ditto.
13179 * gdb.base/auxv.exp: Ditto.
13180 * gdb.base/bigcre.exp: Ditto.
13181 * gdb.base/break-always.exp: Ditto.
13182 * gdb.base/break-interp.exp: Ditto.
13183 * gdb.base/break.exp: Ditto.
13184 * gdb.base/breakpoint-shadow.exp: Ditto.
13185 * gdb.base/call-ar-st.exp: Ditto.
13186 * gdb.base/call-sc.exp: Ditto.
13187 * gdb.base/call-signal-resume.exp: Ditto.
13188 * gdb.base/callfuncs.exp: Ditto.
13189 * gdb.base/catch-syscall.exp: Ditto.
13190 * gdb.base/charset.exp: Ditto.
13191 * gdb.base/code-expr.exp: Ditto.
13192 * gdb.base/commands.exp: Ditto.
13193 * gdb.base/cond-expr.exp: Ditto.
13194 * gdb.base/condbreak.exp: Ditto.
13195 * gdb.base/cursal.exp: Ditto.
13196 * gdb.base/cvexpr.exp: Ditto.
13197 * gdb.base/default.exp: Ditto.
13198 * gdb.base/del.exp: Ditto.
13199 * gdb.base/detach.exp: Ditto.
13200 * gdb.base/display.exp: Ditto.
13201 * gdb.base/ena-dis-br.exp: Ditto.
13202 * gdb.base/eval-skip.exp: Ditto.
13203 * gdb.base/foll-fork.exp: Ditto.
13204 * gdb.base/foll-vfork.exp: Ditto.
13205 * gdb.base/frame-args.exp: Ditto.
13206 * gdb.base/funcargs.exp: Ditto.
13207 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13208 * gdb.base/gdbvars.exp: Ditto.
13209 * gdb.base/help.exp: Ditto.
13210 * gdb.base/ifelse.exp: Ditto.
13211 * gdb.base/included.exp: Ditto.
13212 * gdb.base/list.exp: Ditto.
13213 * gdb.base/macscp.exp: Ditto.
13214 * gdb.base/maint.exp: Ditto.
13215 * gdb.base/multi-fork.exp: Ditto.
13216 * gdb.base/overlays.exp: Ditto.
13217 * gdb.base/page.exp: Ditto.
13218 * gdb.base/pending.exp: Ditto.
13219 * gdb.base/pointers.exp: Ditto.
13220 * gdb.base/pr11022.exp: Ditto.
13221 * gdb.base/prelink.exp: Ditto.
13222 * gdb.base/printcmds.exp: Ditto.
13223 * gdb.base/psymtab.exp: Ditto.
13224 * gdb.base/randomize.exp: Ditto.
13225 * gdb.base/relational.exp: Ditto.
13226 * gdb.base/relocate.exp: Ditto.
13227 * gdb.base/remote.exp: Ditto.
13228 * gdb.base/sepdebug.exp: Ditto.
13229 * gdb.base/set-lang-auto.exp: Ditto.
13230 * gdb.base/setshow.exp: Ditto.
13231 * gdb.base/setvar.exp: Ditto.
13232 * gdb.base/signals.exp: Ditto.
13233 * gdb.base/signull.exp: Ditto.
13234 * gdb.base/sigstep.exp: Ditto.
13235 * gdb.base/sizeof.exp: Ditto.
13236 * gdb.base/solib-disc.exp: Ditto.
13237 * gdb.base/store.exp: Ditto.
13238 * gdb.base/structs.exp: Ditto.
13239 * gdb.base/structs2.exp: Ditto.
13240 * gdb.base/subst.exp: Ditto.
13241 * gdb.base/term.exp: Ditto.
13242 * gdb.base/trace-commands.exp: Ditto.
13243 * gdb.base/unwindonsignal.exp: Ditto.
13244 * gdb.base/valgrind-db-attach.exp: Ditto.
13245 * gdb.base/varargs.exp: Ditto.
13246 * gdb.base/watch-cond.exp: Ditto.
13247 * gdb.base/watch_thread_num.exp: Ditto.
13248 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13249 * gdb.base/watchpoint.exp: Ditto.
13250 * gdb.base/whatis-exp.exp: Ditto.
13251
132522010-06-01 Michael Snyder <msnyder@vmware.com>
13253
13254 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13255 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13256 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13257 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13258 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13259 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13260 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13261 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13262 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13263 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13264 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13265 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13266 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13267 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13268 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13269
132702010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13273 trailing newline.
13274 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13275 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13276 (p *args): ... here and remove excessive trailing newline.
13277
132782010-05-31 Joel Brobecker <brobecker@adacore.com>
13279
13280 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13281
132822010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13283
13284 Accept the new Linux kernel "t (tracing stop)" string.
13285 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13286 Update comment.
13287 (state_wait) <T (tracing stop)>: New.
13288 (main): Update the state_wait expect string.
13289
132902010-05-28 Pedro Alves <pedro@codesourcery.com>
13291
13292 * limits.c, limits.exp: Delete files.
13293 * Makefile.in (clean mostlyclean): Adjust.
13294 * tracecmd.exp: Adjust.
13295
132962010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.base/tui-layout.exp: New.
13299
133002010-05-28 Michael Snyder <msnyder@vmware.com>
13301
13302 * gdb.reverse/break-precsave.exp:
13303 Replace uses of send_gdb / gdb_expect.
13304 * gdb.reverse/break-reverse.exp:
13305 Replace uses of send_gdb / gdb_expect.
13306 * gdb.reverse/consecutive-precsave.exp:
13307 Replace uses of send_gdb / gdb_expect.
13308 * gdb.reverse/consecutive-reverse.exp:
13309 Replace uses of send_gdb / gdb_expect.
13310 * gdb.reverse/finish-precsave.exp:
13311 Replace uses of send_gdb / gdb_expect.
13312 * gdb.reverse/finish-reverse.exp:
13313 Replace uses of send_gdb / gdb_expect.
13314 * gdb.reverse/i386-precsave.exp:
13315 Replace uses of send_gdb / gdb_expect.
13316 * gdb.reverse/i386-reverse.exp:
13317 Replace uses of send_gdb / gdb_expect.
13318 * gdb.reverse/i386-sse-reverse.exp:
13319 Replace uses of send_gdb / gdb_expect.
13320 * gdb.reverse/i387-env-reverse.exp:
13321 Replace uses of send_gdb / gdb_expect.
13322 * gdb.reverse/i387-stack-reverse.exp:
13323 Replace uses of send_gdb / gdb_expect.
13324 * gdb.reverse/machinestate-precsave.exp:
13325 Replace uses of send_gdb / gdb_expect.
13326 * gdb.reverse/machinestate.exp:
13327 Replace uses of send_gdb / gdb_expect.
13328 * gdb.reverse/sigall-precsave.exp:
13329 Replace uses of send_gdb / gdb_expect.
13330 * gdb.reverse/sigall-reverse.exp:
13331 Replace uses of send_gdb / gdb_expect.
13332 * gdb.reverse/solib-precsave.exp:
13333 Replace uses of send_gdb / gdb_expect.
13334 * gdb.reverse/solib-reverse.exp:
13335 Replace uses of send_gdb / gdb_expect.
13336 * gdb.reverse/step-precsave.exp:
13337 Replace uses of send_gdb / gdb_expect.
13338 * gdb.reverse/step-reverse.exp:
13339 Replace uses of send_gdb / gdb_expect.
13340 * gdb.reverse/until-precsave.exp:
13341 Replace uses of send_gdb / gdb_expect.
13342 * gdb.reverse/until-reverse.exp:
13343 Replace uses of send_gdb / gdb_expect.
13344 * gdb.reverse/watch-precsave.exp:
13345 Replace uses of send_gdb / gdb_expect.
13346 * gdb.reverse/watch-reverse.exp:
13347 Replace uses of send_gdb / gdb_expect.
13348
133492010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13350
13351 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13352 excessive newline.
13353
133542010-05-27 Michael Snyder <msnyder@vmware.com>
13355
13356 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13357 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13358 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13359 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13360 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13361 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13362 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13363 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13364 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13365 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13366 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13367 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13368 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13369 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13370 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13371 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13372 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13373 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13374 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13375
133762010-05-26 Michael Snyder <msnyder@vmware.com>
13377
13378 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13379 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13380
13381 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13382 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13383 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13384
13385 * gdb.reverse/consecutive-reverse.exp:
13386 Replace uses of send_gdb / gdb_expect.
13387 * gdb.reverse/consecutive-precsave.exp:
13388 Replace uses of send_gdb / gdb_expect.
13389
13390 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13391 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13392 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13393 * gdb.mi/mi-ns-stale-regcache.exp:
13394 Replace uses of send_gdb / gdb_expect.
13395 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13396 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13397 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13398 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13399 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13400 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13401 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13402 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13403 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13404
134052010-05-26 Michael Snyder <msnyder@vmware.com>
13406
13407 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13408
13409 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13410
13411 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13412 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13413 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13414 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13415 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13416 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13417 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13418 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13419 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13420
134212010-05-25 Tom Tromey <tromey@redhat.com>
13422
13423 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13424
134252010-05-25 Tom Tromey <tromey@redhat.com>
13426
13427 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13428 argument order.
13429 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13430 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13431 order.
13432 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13433 order.
13434 * gdb.base/call-sc.exp (setup_kfails): Remove.
13435 (setup_compiler_kfails): Remove.
13436 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13437 argument order.
13438 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13439 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13440 (advancei): Fix setup_kfail argument order.
13441 * gdb.base/radix.exp: Fix setup_kfail argument order.
13442 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13443 order.
13444 * gdb.base/structs.exp (setup_kfails): Remove.
13445 (setup_compiler_kfails): Fix setup_kfail argument order.
13446 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13447 order.
13448 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13449 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13450 setup_kfail argument order.
13451 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13452
134532010-05-25 Tom Tromey <tromey@redhat.com>
13454
13455 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13456
134572010-05-25 Michael Snyder <msnyder@vmware.com>
13458
13459 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13460 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13461 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13462 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13463 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13464 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13465 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13466 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13467 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13468 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13469 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13470 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13471 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13472 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13473 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13474 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13475 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13476 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13477 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13478 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13479 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13480 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13481 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13482 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13483 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13484 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13485 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13486 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13487 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13488 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13489 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13490 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13491 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13492 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13493 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13494 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13495 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13496 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13497 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13498 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13499 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13500 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13501 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13502 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13503 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13504 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13505 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13506 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13507
135082010-05-25 Doug Evans <dje@google.com>
13509
13510 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13511 gdb.string_to_argv.
13512
135132010-05-21 Tom Tromey <tromey@redhat.com>
13514
13515 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13516 Call it.
13517 * gdb.dwarf2/pieces.S: Update.
13518 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13519
135202010-05-21 Tom Tromey <tromey@redhat.com>
13521
13522 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13523 Call it.
13524 * gdb.dwarf2/pieces.c (struct C): New.
13525 (f6): New function.
13526 * gdb.dwarf2/pieces.S: Replace.
13527
135282010-05-21 Tom Tromey <tromey@redhat.com>
13529
13530 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13531 Call it.
13532
135332010-05-21 Tom Tromey <tromey@redhat.com>
13534
13535 * gdb.dwarf2.pieces.exp: New file.
13536 * gdb.dwarf2.pieces.S: New file.
13537 * gdb.dwarf2.pieces.c: New file.
13538
135392010-05-20 Pedro Alves <pedro@codesourcery.com>
13540 Joel Brobecker <brobecker@adacore.com>
13541
13542 * lib/gdb.exp (gdb_test_no_output): New function.
13543 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13544 when testing commands that should produce no output.
13545
135462010-05-17 Joel Brobecker <brobecker@adacore.com>
13547
13548 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13549 parameter that we want to watch being a constant.
13550
135512010-05-17 Joel Brobecker <brobecker@adacore.com>
13552
13553 * gdb.ada/cond_lang: New testcase.
13554
135552010-05-17 Joel Brobecker <brobecker@adacore.com>
13556
13557 * lib/gdb.exp (banned_variables): New variable/constant.
13558 (gdb_init): Add write trace on variables listed in banned_variables.
13559 (gdb_finish): Remove write traces on variables listed in
13560 banned_variables.
13561
135622010-05-17 Joel Brobecker <brobecker@adacore.com>
13563
13564 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13565 * gdb.cp/koenig.exp: Likewise.
13566
135672010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13568
13569 PR python/11482
13570
13571 * gdb.python/py-value.exp (test_value_hash): New function.
13572
135732010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13574
13575 PR exp/11530.
13576 * gdb.base/gdb11530.c: New file.
13577 * gdb.base/gdb11530.exp: New file.
13578
135792010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13582 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13583
135842010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13585
13586 * gdb.cp/koenig.exp: New test.
13587 * gdb.cp/koenig.cc: New test program.
13588
135892010-05-05 Joel Brobecker <brobecker@adacore.com>
13590
13591 Remove the use of prms_id and bug_id throughout the testsuite.
13592
135932010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13594
13595 PR exp/11349.
13596 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13597 use a reference local variable.
13598
135992010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13600
13601 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13602 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13603 variable different_dir. Move debugfile into a full directory pathname
13604 under DIFFERENT_DIR.
13605 * lib/gdb.exp (separate_debug_filename): Remove.
13606 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13607 variable debug_dir and mkdir of it. Update function comments.
13608
136092010-04-29 Pedro Alves <pedro@codesourcery.com>
13610
13611 PR gdb/11557
13612
13613 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13614 files.
13615
136162010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13617
13618 * gdb.python/py-param.exp: New File.
13619
136202010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13621
13622 * gdb.base/default.exp: Fix "set language" test.
13623
136242010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13625
13626 PR breakpoints/11531.
13627 * gdb.base/gdb11531.c: New file.
13628 * gdb.base/gdb11531.exp: New file.
13629
136302010-04-26 Tom Tromey <tromey@redhat.com>
13631
13632 * gdb.base/completion.exp: Add tests for completion and deprecated
13633 commands.
13634
136352010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13636
13637 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13638 (print /x char_array): Escape curly brackets.
13639
136402010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13641
13642 Fix deadlock on looped list of loaded shared objects.
13643 * gdb.base/solib-corrupted.exp: New.
13644
136452010-04-23 Doug Evans <dje@google.com>
13646
13647 * gdb.python/py-section-script.c: New file.
13648 * gdb.python/py-section-script.exp: New file.
13649 * gdb.python/py-section-script.py: New file.
13650
136512010-04-20 Chris Moller <cmoller@redhat.com>
13652
13653 PR 10179
13654
13655 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13656 * gdb.base/pr10179-a.c:
13657 * gdb.base/pr10179-b.c:
13658 * gdb.base/pr10179.exp: New files.
13659
136602010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13661
13662 Fix crashes on dangling display expressions.
13663 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13664 is SEP.
13665 (lib_flags): Remove the "debug" keyword.
13666 (libsepdebug): New variable for iterating new loop.
13667 (save_pf_prefix): New variable wrapping the loop.
13668 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13669 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13670
136712010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13672
13673 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13674
136752010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13676
13677 PR stabs/11479.
13678 * gdb.stabs/gdb11479.exp: New file.
13679 * gdb.stabs/gdb11479.c: New file.
13680
136812010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13682
13683 * gdb.base/charset.c (Strin16, String32): New variables.
13684 * gdb.base/charset.exp (gdb_test): Test correct display
13685 of 16 or 32 bit strings.
13686
136872010-04-21 Chris Moller <cmoller@redhat.com>
13688
13689 PR 9167
13690 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13691 * gdb.cp/pr9167.cc: New file.
13692 * gdb.cp/pr9167.exp: New file.
13693
13694
136952010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13696
13697 PR pascal/11492.
13698 * gdb.pascal/gdb11492.pas: New file.
13699 * gdb.pascal/gdb11492.exp: New file.
13700
137012010-04-20 Joel Brobecker <brobecker@adacore.com>
13702
13703 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13704
137052010-04-20 Joel Brobecker <brobecker@adacore.com>
13706
13707 * gdb.ada/dyn_loc: New testcase.
13708
137092010-04-20 Chris Moller <cmoller@redhat.com>
13710
13711 PR 10867
13712
13713 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13714 * gdb.cp/pr10687.cc: New file.
13715 * gdb.cp/pr10687.exp: New file.
13716
13717
137182010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13719 Sergio Durigan Junior <sergiodj@redhat.com>
13720
13721 * gdb.fortran/logical.exp: New testcase.
13722 * gdb.fortran/logical.f90: New file.
13723
137242010-04-19 Doug Evans <dje@google.com>
13725
13726 * gdb.base/help.exp (help source): Update expected output.
13727
137282010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13729
13730 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13731 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13732 gdb_exit and return.
13733 (executable): New variable.
13734 (binfile): Use it.
13735
137362010-04-19 Pedro Alves <pedro@codesourcery.com>
13737
13738 PR breakpoints/8554.
13739
13740 * gdb.trace/save-trace.exp: Adjust.
13741
137422010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13743
13744 PR corefiles/11511
13745 * gdb.arch/system-gcore.exp: New.
13746 * gdb.arch/gcore.c: Likewise.
13747
137482010-04-15 Doug Evans <dje@google.com>
13749
13750 * gdb.python/py-progspace.c: New file.
13751 * gdb.python/py-progspace.exp: New file.
13752
13753 * gdb.base/source.exp: Add tests for "source -s".
13754
137552010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13756
13757 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13758 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13759 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13760 * gdb.python/py-mi.exp: New test for to_string returning None.
13761
137622010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13763
13764 * gdb.python/py-breakpoint.c: Make result global.
13765
137662010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13767
13768 Fix non-GNU make compatibility.
13769 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13770
137712010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13772
13773 * gdb.python/py-breakpoint.exp: New File.
13774 * gdb.python/py-breakpoint.C: Ditto.
13775
137762010-04-08 Stan Shebs <stan@codesourcery.com>
13777
13778 * gdb.trace/actions.exp: Clear default-collect.
13779 * gdb.trace/save-trace.exp: Clear default-collect.
13780
137812010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13782
13783 * gdb.python/py-value: Add null string variable.
13784 (test_lazy_string): Test zero length, NULL address lazy
13785 strings.
13786
137872010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13788
13789 * gdb.arch/i386-avx.c: New.
13790 * gdb.arch/i386-avx.exp: Likewise.
13791
13792 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13793
137942010-04-06 Doug Evans <dje@google.com>
13795
13796 * gdb.base/source-test.gdb: New file.
13797 * gdb.base/source.exp: Test source -v.
13798
137992010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13800
13801 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13802
138032010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13804
13805 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13806 within one line, unless it is followed by a double quote.
13807 * gdb.stabs/hppa.sed: Idem.
13808 * gdb.stabs/weird.def: Add char and String constants
13809 * gdb.stabs/weird.exp: Check for correct parsing of
13810 char and string constants.
13811 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13812 in .stabs to .stabx substitution.
13813
138142010-04-05 Stan Shebs <stan@codesourcery.com>
13815
13816 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13817 constant global.
13818 * gdb.trace/tfile.exp: Try to print them.
13819
138202010-04-04 Stan Shebs <stan@codesourcery.com>
13821
13822 * gdb.base/completion.exp: Update for new "info watchpoints".
13823 * gdb.base/default.exp: Ditto.
13824 * gdb.base/help.exp: Ditto.
13825 * gdb.base/watchpoint.exp: Ditto.
13826 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13827
138282010-04-04 Stan Shebs <stan@codesourcery.com>
13829
13830 * gdb.trace/tfile.exp: Sharpen tfind test.
13831
138322010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13833
13834 * gdb.base/break-entry.exp: New.
13835
138362010-04-02 Hui Zhu <teawater@gmail.com>
13837 Michael Snyder <msnyder@vmware.com>
13838
13839 * gdb.reverse/i386-sse-reverse.exp: New file.
13840 * gdb.reverse/i386-sse-reverse.c: New file.
13841
138422010-04-02 Pedro Alves <pedro@codesourcery.com>
13843
13844 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13845
138462010-04-01 Stan Shebs <stan@codesourcery.com>
13847
13848 * gdb.trace/actions.exp: Tweak expected output.
13849 * gdb.trace/while-stepping.exp: Tweak expected output.
13850
138512010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13852
13853 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13854
138552010-04-01 Pedro Alves <pedro@codesourcery.com>
13856
13857 * gdb.base/commands.exp: Adjust.
13858 * gdb.cp/extern-c.exp: Adjust.
13859
138602010-04-01 Pedro Alves <pedro@codesourcery.com>
13861
13862 * gdb.trace/collection.c (local_test_func): Define a local struct,
13863 and instanciate it.
13864
138652010-04-01 Pedro Alves <pedro@codesourcery.com>
13866
13867 * gdb.trace/collection.exp (gdb_collect_args_test)
13868 (gdb_collect_argarray_test): XFAIL the tests that assume the
13869 argarray argument's elements are collected.
13870
138712010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13872
13873 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13874 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13875
138762010-03-31 Stan Shebs <stan@codesourcery.com>
13877
13878 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13879 and tracepoint conditionals.
13880 (gdb_verify_tracepoints): Delete unused return.
13881
138822010-03-26 Keith Seitz <keiths@redhat.com>
13883
13884 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13885 appear in the output before main.
13886 Remove KFAIL for gdb/2215 aka bz 9320.
13887
138882010-03-30 Doug Evans <dje@google.com>
13889
13890 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13891 by dejagnu.
13892 * gdb.arch/amd64-dword.exp: Ditto.
13893
13894 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13895 match.
13896 (break printf): Ditto.
13897
138982010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13899
13900 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13901 gcc < 4.4.
13902 * gdb.cp/shadow.exp: Ditto.
13903
139042010-03-29 Pedro Alves <pedro@codesourcery.com>
13905
13906 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13907 "tstart" is silent.
13908
139092010-03-29 Pedro Alves <pedro@codesourcery.com>
13910
13911 * gdb.trace/collection.exp (executable): New.
13912 (binfile): Use it.
13913 (fpreg, spreg, pcreg): New.
13914 (test_register): Use gdb_test_multiple. Pass /x to print.
13915 (prepare_for_trace_test): New.
13916 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13917 (gdb_collect_args_test, gdb_collect_argstruct_test)
13918 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13919 prepare_for_trace_test.
13920 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13921 fpreg, spreg and pcreg.
13922 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13923 prepare_for_trace_test.
13924 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13925 try to detect tracing support here. Don't set breakpoints at
13926 `begin' or `end' here.
13927 <global scope>: Use clean_restart. Run to main before checking
13928 for tracing support. Check for for tracing support here.
13929
139302010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13931
13932 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13933 " as $displacement" to "seen displacement message".
13934
139352010-03-28 Pedro Alves <pedro@codesourcery.com>
13936
13937 * gdb.trace/while-dyn.exp (executable): New variable.
13938 (binfile): Use it.
13939 (test_while_stepping): New function. Move most tests here. Call
13940 it once for each of the while-stepping, stepping and ws aliases.
13941
139422010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13943
13944 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13945 that do not provide the tagless_struct type name at all.
13946 (test_print_anon_union): Do not check value of uninitialized
13947 union member. Do not use cp_test_ptype_class, so we can accept
13948 "long" as well as "long int".
13949
139502010-03-26 Pedro Alves <pedro@codesourcery.com>
13951
13952 * gdb.trace/tfile.c (tohex, bin2hex): New.
13953 (write_error_trace_file): Hexify error description.
13954
139552010-03-25 Stan Shebs <stan@codesourcery.com>
13956
13957 * gdb.trace/tfile.c: Generate an additional trace file, improve
13958 portability.
13959 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13960 files in a better way.
13961
139622010-03-25 Keith Seitz <keiths@redhat.com>
13963
13964 * gdb.java/jprint.exp: XFAIL printing of static class members
13965 because of GCC debuginfo problem.
13966
139672010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13968
13969 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13970
139712010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13972
13973 * gdb.base/completion.exp: Allow long instead of long int.
13974 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13975 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13976 variable p.
13977 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13978 * gdb.base/pointers.exp: Allow long instead of long int.
13979 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13980 * gdb.base/step-line.exp: Allow a directory before the source file name.
13981
139822010-03-24 Tom Tromey <tromey@redhat.com>
13983
13984 PR breakpoints/9352:
13985 * gdb.base/default.exp: Update.
13986 * gdb.base/commands.exp: Update.
13987 * gdb.cp/extern-c.exp: Test setting commands on multiple
13988 breakpoints at once.
13989
139902010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13991
13992 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13993 if gdb,nosignals.
13994 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13995 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13996 exited".
13997
139982010-03-24 Stan Shebs <stan@codesourcery.com>
13999
14000 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
14001
140022010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14003
14004 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
14005 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
14006 argument. Handle "short" and "long".
14007 (Top level): Pass overprototyped output for old_fptr and xptr.
14008
140092010-03-23 Pedro Alves <pedro@codesourcery.com>
14010
14011 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
14012 format strings and add casts to avoid compiler warnings.
14013
140142010-03-23 Vladimir Prus <vladimir@codesourcery.com>
14015
14016 * lib/trace-support.exp (gdb_trace_setactions):
14017 Don't expect whitespace after ">" prompt.
14018 * gdb.trace/actions.exp: Adjust for output changes.
14019 * gdb.trace/while-stepping.exp: Likewise.
14020
140212010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14022
14023 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
14024 and r157645).
14025
140262010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14027
14028 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
14029 New.
14030
140312010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
14032
14033 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
14034 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
14035
140362010-03-19 Stan Shebs <stan@codesourcery.com>
14037
14038 * gdb.trace/ax.exp: New file.
14039
140402010-03-19 Doug Evans <dje@google.com>
14041
14042 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14043 output from gcc.
14044
14045 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14046 named /usr/sbin/prelink<foo>.
14047
140482010-03-18 Stan Shebs <stan@codesourcery.com>
14049
14050 * gdb.trace/circ.exp: Test circular-trace-buffer.
14051 * gdb.trace/tfile.exp: Update tstatus test.
14052
140532010-03-18 Joel Brobecker <brobecker@adacore.com>
14054
14055 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14056 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14057
140582010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14059
14060 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14061
140622010-03-18 Pedro Alves <pedro@codesourcery.com>
14063
14064 * gdb.base/default.exp: Adjust the expected output of the finish
14065 and until commands when the inferior is not being run.
14066
140672010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14068
14069 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14070 * gdb.cp/nsusing.exp: Ditto.
14071
140722010-03-15 Tom Tromey <tromey@redhat.com>
14073
14074 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14075 * gdb.cp/userdef.cc (operator==): New function.
14076 (main): New locals mem1, mem2.
14077
140782010-03-15 Jie Zhang <jie@codesourcery.com>
14079
14080 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14081 Declare and use new loadtimeout variable.
14082
140832010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14084
14085 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14086 Use gdb_load later.
14087
140882010-03-14 Pedro Alves <pedro@codesourcery.com>
14089
14090 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14091 literal. Add missing endlines to prints to stderr.
14092
140932010-03-12 Tom Tromey <tromey@redhat.com>
14094
14095 PR c++/9708:
14096 * gdb.cp/m-static.exp: Add regression test.
14097 * gdb.cp/m-static.cc (method): New method.
14098 (main): Call it.
14099
141002010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14101
14102 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14103 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14104
141052010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14106
14107 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14108
141092010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14110
14111 * lib/gdb.exp (skip_stl_tests): New.
14112 (gdb_compile): Symbian needs -ldl.
14113 (shlib_target_file): New.
14114 (shlib_symbol_file): New.
14115 (gdb_load_shlibs): Use shlib_target_file.
14116 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14117 * gdb.cp/exception.exp: Use skip_stl_tests.
14118 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14119 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14120 * gdb.cp/mb-templates.exp: Ditto.
14121 * gdb.base/commands.exp: Relax regexes.
14122 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14123 shlib_target_file and shlib_symbol_file.
14124 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14125 sections.
14126 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14127 * gdb.base/solib-disc.exp: Use
14128 shlib_target_file and shlib_symbol_file.
14129 * gdb.base/unload.exp: Don't skip on symbian. Use
14130 shlib_target_file and shlib_symbol_file.
14131 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14132
141332010-03-12 Pedro Alves <pedro@codesourcery.com>
14134
14135 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14136 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14137 Issue a tfind end before looking for a tracepoint frame.
14138 * gdb.trace/tfind.exp: Adjust tstatus output.
14139 Adjust disassembly output.
14140 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14141
141422010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 * gdb.base/break-interp.exp: Create new displacement parameter value
14145 for the test_ld calls.
14146 (reach): New parameter displacement, verify its content. New push of
14147 pf_prefix "reach-$func:". Import global expect_out.
14148 (test_core): New parameter displacement, verify its content. New push
14149 of pf_prefix "core:". New command "set verbose on". Import global
14150 expect_out.
14151 (test_attach): New parameter displacement, verify its content. New
14152 push of pf_prefix "attach:". New command "set verbose on". Import
14153 global expect_out.
14154 (test_ld): New parameter displacement, pass it to the reach, test_core
14155 and test_attach calls and verify its content in the "ld.so exit" test.
14156 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14157 (prelink): Update expected text, use gdb_test.
14158
141592010-03-10 Doug Evans <dje@google.com>
14160
14161 * gdb.base/checkpoint.exp: Fix comment.
14162 Lengthen timeout while doing >600 checkpoints test.
14163 Rename duplicate "kill all one" test to keep test names unique.
14164
141652010-03-10 Pedro Alves <pedro@codesourcery.com>
14166
14167 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14168
141692010-03-08 Keith Seitz <keiths@redhat.com>
14170
14171 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14172 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14173 (dm_type_long): New function.
14174 (dm_type_unsigned_short): New function.
14175 (dm_type_unsigned_long): New function.
14176 (myint): New typedef.
14177 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14178 long, unsigned shor and long, operator char*, and typedef.
14179 (test_lookup_operator_functions): Add operator char* test.
14180 (test_paddr_operator_functions): Likewise.
14181 (test_paddr_overloaded_functions): Use probe values for
14182 short, long, and unsigned short and long.
14183 (test_paddr_hairy_functions): If the demangler probe detected
14184 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14185 demangler.
14186 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14187 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14188 and "print null_pmf".
14189 Add test "ptype a.*pmf".
14190 * gdb.cp/overload.exp: Allow optional "int" to appear with
14191 "short" and "long".
14192 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14193 long expect value for men_overload1arg.
14194 Allow "int" to appear with "short" and "long".
14195 When testing "info break", add argument for main (void).
14196 Also allow "int" to appear with "short" and "long".
14197 Ditto with "unsigned" and "long long".
14198 * gdb.java/jmain.exp: Do not enclose methods names in single
14199 quotes.
14200 * gdb.java/jmisc.exp: Likewise.
14201 * gdb.java/jprint.exp: Likewise.
14202 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14203
14204 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14205 * gdb.cp/exception.exp (backtrace after first throw)
14206 (backtrace after second throw): Allow a namespace before __cxa_throw.
14207 (backtrace after first catch, backtrace after second catch): Allow
14208 a namespace before __cxa_begin_catch.
14209
14210 * gdb.cp/cpexprs.exp: New file.
14211 * gdb.cp/cpexprs.cc: New file.
14212
14213 From Daniel Jacobowitz <dan@codesourcery.com>
14214 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14215 to use string_to_regexp.
14216 (ctor, dtor): New functions. Use them to match constructor
14217 and destructor function types.
14218 (Top level): Use runto_main.
14219
142202010-03-05 Tom Tromey <tromey@redhat.com>
14221
14222 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14223 gdb.target_charset.
14224 (pp_ns.to_string): Likewise.
14225
142262010-03-04 Keith Seitz <keiths@redhat.com>
14227
14228 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14229 can be quoted. Test that both the filename and function/line
14230 portions can be quoted at the same time.
14231
142322010-03-04 Pedro Alves <pedro@codesourcery.com>
14233
14234 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14235
142362010-03-03 Doug Evans <dje@google.com>
14237
14238 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14239 libc contains libpthread.
14240
14241 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14242 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14243 of gdb_compile. Add another pattern to match android backtrace.
14244
142452010-03-03 Tom Tromey <tromey@redhat.com>
14246
14247 PR gdb/11345:
14248 * gdb.base/printcmds.exp (test_printf): Add test.
14249
142502010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14251
14252 * gdb.arch/amd64-byte.exp: New.
14253 * gdb.arch/amd64-dword.exp: Likewise.
14254 * gdb.arch/amd64-pseudo.c: Likewise.
14255 * gdb.arch/amd64-word.exp: Likewise.
14256 * gdb.arch/i386-byte.exp: Likewise.
14257 * gdb.arch/i386-pseudo.c: Likewise.
14258 * gdb.arch/i386-word.exp: Likewise.
14259
142602010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14261
14262 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14263 types. Add structreg, bitfields, and flags registers.
14264 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14265 registers.
14266
142672010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14268
14269 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14270 (load_description): Set architecture if defined.
14271
142722010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14273
14274 * gdb.python/py-frame.exp: Add read_var block tests.
14275 * gdb.python/py-frame.c (block): New function.
14276
142772010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14278 Daniel Jacobowitz <dan@codesourcery.com>
14279
14280 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14281
142822010-02-25 David S. Miller <davem@davemloft.net>
14283
14284 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14285 fix logic for setting all_syscalls_numbers.
14286
142872010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14288
14289 * Makefile.in: Add py-block and py-symbol.
14290 * gdb.python/py-symbol.exp: New File.
14291 * gdb.python/py-symtab.exp: New File.
14292 * gdb.python/py-block.exp: New File.
14293 * gdb.python/py-symbol.c: New File.
14294 * gdb.python/py-block.c: New File.
14295
142962010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14297
14298 PR python/11314
14299 * lib/gdb.exp (skip_python_tests): New function.
14300 * gdb.python/py-cmd.exp: Use skip_python_tests.
14301 * gdb.python/py-frame.exp: Likewise.
14302 * gdb.python/py-function.exp: Likewise.
14303 * gdb.python/py-prettyprint.exp: Likewise.
14304 * gdb.python/py-template.exp: Likewise.
14305 * gdb.python/py-type.exp: Likewise.
14306 * gdb.python/py-value.exp: Likewise.
14307
143082010-02-22 Pedro Alves <pedro@codesourcery.com>
14309
14310 PR9605
14311
14312 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14313
143142010-02-19 Tom Tromey <tromey@redhat.com>
14315
14316 PR c++/8693, PR c++/9496:
14317 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14318 regression tests.
14319
143202010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14321
14322 Fix compatibility with m68k as.
14323 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14324 Use only /* comments */.
14325
143262010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14327
14328 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14329 * configure: Regenerate.
14330
143312010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14332
14333 * gdb.python/py-type.exp: Check for Python support.
14334
143352010-02-17 Pedro Alves <pedro@codesourcery.com>
14336
14337 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14338 `regsub' syntax available.
14339
143402010-02-17 Pedro Alves <pedro@codesourcery.com>
14341
14342 * gdb.base/shmain.c (main): Remove printf call.
14343 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14344 * gdb.base/unload.c (main): Make format of fprintf a string
14345 literal. Add missing endlines to prints to stderr.
14346 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14347
143482010-02-17 Tom Tromey <tromey@redhat.com>
14349
14350 * gdb.java/jprint.java (jprint.props): New field.
14351 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14352
143532010-02-17 Pedro Alves <pedro@codesourcery.com>
14354
14355 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14356 available.
14357
143582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14359
14360 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14361 creation to support remote host testing.
14362
143632010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14364
14365 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14366 Recognize "command not found".
14367
143682010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14369
14370 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14371 single-stepping.
14372
143732010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14374
14375 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14376 if arguments are not supported.
14377
143782010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14381 be const or non-const.
14382
143832010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14384
14385 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14386 mi_send_resuming_command to send -exec-continue.
14387
143882010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14389
14390 * gdb.base/list.exp (test_list_filename_and_function): Add test
14391 with single quotes.
14392 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14393 matching.
14394 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14395 Add KFAIL'd tests for PR gdb/11289.
14396
143972010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14398
14399 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14400
144012010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14402
14403 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14404 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14405 a temporary directory.
14406
144072010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14408
14409 * gdb.base/charset.exp: Use a single regular expression to match
14410 show host-charset and show target-charset output.
14411
144122010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14413
14414 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14415 "Illegal process-id" expect string more exact.
14416 (attach to digits-starting nonsense is prohibited): New.
14417
144182010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14419
14420 * gdb.base/prelink.exp (set verbose on): New.
14421
144222010-02-12 Tomas Holmberg <th@virtutech.com>
14423
14424 * mi-reverse.exp: New file. Test for reverse option to the
14425 following MI commands: exec-continue, exec-finish, exec-next,
14426 exec-step, exec-next-instruction, exec-step-instruction.
14427
144282010-02-09 Joel Brobecker <brobecker@adacore.com>
14429
14430 * gdb.ada/ptype_tagged_param: New testcase.
14431
144322010-02-08 Tom Tromey <tromey@redhat.com>
14433
14434 PR c++/8017:
14435 * gdb.cp/overload.exp: Add tests.
14436 * gdb.cp/overload.cc (struct K): New.
14437 (namespace N): New.
14438 (main): Call new functions.
14439 (K::staticoverload): Define.
14440
144412010-02-08 Chris Moller <moller@mollerware.com>
14442
14443 PR gdb/10728
14444 * gdb.cp/pr10728-x.h: New file.
14445 * gdb.cp/pr10728-x.cc: New file.
14446 * gdb.cp/pr10728-y.cc: New file.
14447 * gdb.cp/pr10728.exp: New file.
14448 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14449
144502010-02-08 Chris Moller <moller@mollerware.com>
14451
14452 PR gdb/9067
14453 * gdb.cp/pr9067.exp: New
14454 * gdb.cp/pr9067.cc: New
14455 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14456
144572010-02-08 Joel Brobecker <brobecker@adacore.com>
14458
14459 * lib/gdb.exp (gdb_test_timeout): New global variable.
14460 Set it to timeout if not already set.
14461 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14462
144632010-02-05 Doug Evans <dje@google.com>
14464
14465 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14466 user.
14467
144682010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14469
14470 PR c++/7935:
14471 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14472
144732010-02-04 Tom Tromey <tromey@redhat.com>
14474
14475 * gdb.cp/virtbase.exp: Make test case names unique.
14476
144772010-02-02 Tom Tromey <tromey@redhat.com>
14478
14479 * gdb.cp/virtbase.exp: Add regression tests.
14480 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14481 (main): Instantiate RHC.
14482
144832010-02-02 Tom Tromey <tromey@redhat.com>
14484
14485 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14486 type-printing change.
14487
144882010-02-02 Tom Tromey <tromey@redhat.com>
14489
14490 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14491 * gdb.cp/virtbase.cc: New file.
14492 * gdb.cp/virtbase.exp: New file.
14493 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14494
144952010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14496
14497 PR libc/11214:
14498 * gdb.threads/current-lwp-dead.c: Include features.h.
14499 (HAS_NOMMU): New.
14500 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14501
145022010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14503
14504 * gdb.base/symbol-without-target_section.exp,
14505 gdb.base/symbol-without-target_section.c: New.
14506
145072010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14508
14509 * gdb.base/bigcore.exp: Reset increased timeout.
14510 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14511
145122010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14513
14514 * gdb.base/gcore.exp (capture_command_output): Use
14515 gdb_test_multiple.
14516
145172010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14518
14519 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14520 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14521 (Top level): Call it.
14522
145232010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14524
14525 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14526
145272010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14528
14529 * gdb.base/call-strs.exp, gdb.base/default.exp,
14530 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14531 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14532 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14533 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14534 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14535 * gdb.base/ending-run.exp: Correct restore of timeout.
14536 * gdb.base/page.exp: Remove unnecessary timeout setting.
14537
145382010-01-29 Joel Brobecker <brobecker@adacore.com>
14539
14540 * gdb.ada/rec_return: New testcase.
14541
145422010-01-29 Joel Brobecker <brobecker@adacore.com>
14543
14544 * gdb.ada/call_pn: New testcase.
14545
145462010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14547
14548 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14549 (Top level): Use it to resume.
14550 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14551 the Thumb mode displaced stepping error as unsupported.
14552
145532010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14554
14555 * gdb.cp/nsusing.exp: Added more tests.
14556 * gdb.cp/nsrecurs.exp: Ditto.
14557 * gdb.cp/nsusing.cc: Added test functions.
14558 * gdb.cp/nsrecurs.cc: Ditto.
14559
145602010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14561
14562 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14563 absolute directory pathnames in gdb.sum file.
14564
145652010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14566
14567 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14568 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14569
145702010-01-26 Tom Tromey <tromey@redhat.com>
14571
14572 PR exp/7643:
14573 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14574 setup_kfail.
14575
145762010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14577
14578 * gdb.cp/nsrecurs.exp: New test.
14579 * gdb.cp/nsrecurs.cc: New test program.
14580 * gdb.cp/nsstress.exp: New test.
14581 * gdb.cp/nsstress.cc: New test program.
14582 * gdb.cp/nsdecl.exp: New test.
14583 * gdb.cp/nsdecl.cc: New test program.
14584
145852010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14586
14587 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14588 imported into file scope.
14589 Marked test as xfail.
14590 * gdb.cp/namespace-using.cc (marker5): New function.
14591 * gdb.cp/shadow.exp: New test.
14592 * gdb.cp/shadow.cc: New test program.
14593 * gdb.cp/nsimport.exp: New test.
14594 * gdb.cp/nsimport.cc: New test program.
14595
145962010-01-25 Tom Tromey <tromey@redhat.com>
14597
14598 PR gdb/11049:
14599 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14600 with "set print null-stop on".
14601
146022010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14603
14604 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14605 Adjust it for DISASSEMBLY_OMIT_FNAME.
14606
146072010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14608
14609 PR symtab/11199:
14610 * gdb.dwarf2/member-ptr-forwardref.exp,
14611 gdb.dwarf2/member-ptr-forwardref.S: New.
14612
146132010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14614
14615 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14616 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14617 thread1_tid_mutex. Remove gdbstop_mutex handling.
14618 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14619 thread2_tid_mutex. Remove gdbstop_mutex handling.
14620 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14621 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14622 pthread_cond_wait conditionalizations by while loops.
14623
146242010-01-20 Tom Tromey <tromey@redhat.com>
14625
14626 PR backtrace/10770:
14627 * gdb.dwarf2/pr10770.exp: New file.
14628 * gdb.dwarf2/pr10770.c: New file.
14629 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14630
146312010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14632
14633 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14634 that target was removed, and the test always runs native anyway.
14635
146362010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14637
14638 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14639 gdb.base/watchpoint-cond-gone-stripped.c: New.
14640
146412010-01-19 Tom Tromey <tromey@redhat.com>
14642
14643 PR c++/8000:
14644 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14645 existing tests.
14646 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14647 (main): Use AAA::SomeEnum.
14648
146492010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14650
14651 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14652 (test_ignore_count): Declare line_callme_body global.
14653 (run to breakpoint with ignore count): Use line_callme_body.
14654 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14655 (set line_main_hello, set line_main_return): Reindent.
14656 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14657 New.
14658 (continue to callee4): Use line_callee4_body.
14659 (check *stopped from CLI command): Use line_callee4_next.
14660 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14661 (set line_main_hello, set line_main_return): Reindent.
14662 (set line_callee4_head, set line_callee4_body): New.
14663 (continue to callee4): Use line_callee4_body.
14664
146652010-01-18 Tom Tromey <tromey@redhat.com>
14666
14667 PR c++/9680:
14668 * gdb.cp/casts.cc: Add new classes and variables.
14669 * gdb.cp/casts.exp: Test new operators.
14670
146712010-01-18 Tom Tromey <tromey@redhat.com>
14672 Thiago Jung Bauermann <bauerman@br.ibm.com>
14673
14674 * gdb.python/source2.py: New file.
14675 * gdb.python/source1: New file.
14676 * gdb.python/python.exp: Test "source" command.
14677
146782010-01-15 Stan Shebs <stan@codesourcery.com>
14679
14680 * gdb.trace/tfile.c: New file.
14681 * gdb.trace/tfile.exp: New file.
14682
146832010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14684
14685 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14686
146872010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14688
14689 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14690
146912010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14692
14693 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14694 (libfunc): New parameter action. Implement also selectable "sleep".
14695 * gdb.base/break-interp-main.c: Include assert.h.
14696 (libfunc): New parameter action.
14697 (main): New parameters argc and argv. Assert argc. Pass argv.
14698 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14699 (test_attach): New proc.
14700 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14701 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14702
147032010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14704
14705 * gdb.base/break-interp.exp (test_core): New proc.
14706 (test_ld): Call it.
14707
147082010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14709
14710 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14711 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14712 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14713 and gdb_compile_shlib. Use new -Wl compiler options.
14714 (dl bt, main bt): New tests.
14715
147162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 Support PIEs with no symfile_objfile.
14719 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14720 (test_ld): New parameter trynosym.
14721 (test_ld <$trynosym>): New block.
14722
147232010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14724
14725 * gdb.base/break-interp.exp: New file.
14726
147272010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14728
14729 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14730 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14731 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14732 test.
14733 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14734 * gdb.python/py-mi.exp: Add lazy string test.
14735
147362010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14737
14738 * lib/mi-support.exp (mi_check_thread_states): Handle
14739 core number in thread listing.
14740
147412010-01-12 Joel Brobecker <brobecker@adacore.com>
14742
14743 * gdb.base/maint.exp: Adjust the expected output for the
14744 "maint print type" test. Use gdb_test_multiple instead of
14745 gdb_sent/gdb_expect.
14746
147472010-01-11 Doug Evans <dje@google.com>
14748
14749 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14750 from gdbserver_download. All callers updated.
14751
14752 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14753
147542010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14755
14756 Implement binary numbers parsing.
14757 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14758 (test_integer_literals_rejected): New binary tests.
14759
147602010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14761
14762 * gdb.cell/configure: Regenerate.
14763
147642010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14765
14766 * gdb.base/corefile.exp: Move the core finding block out and call it as
14767 core_find, new variable $corefile, replace corefile by $corefile and
14768 [file tail $corefile] for usage vs. test names resp.
14769 * lib/gdb.exp (core_find): Move it as a new function here. New
14770 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14771 $destcore. Return "" on error.
14772
147732010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14774
14775 Workaround PR binutils/10802.
14776 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14777 (twice).
14778
147792010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14780
14781 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14782
147832010-01-08 Joel Brobecker <brobecker@adacore.com>
14784
14785 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14786 call, to avoid interruption.
14787
147882010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14789
14790 * gdb.stabs/weird.def (args93): New.
14791
147922010-01-07 Doug Evans <dje@google.com>
14793
14794 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14795
147962010-01-07 Tom Tromey <tromey@redhat.com>
14797
14798 * gdb.base/source.exp: Use correct line number.
14799
148002010-01-05 Stan Shebs <stan@codesourcery.com>
14801
14802 * gdb.trace/tracecmd.exp: Test ftrace.
14803
148042010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14805
14806 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14807
148082010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14809
14810 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14811 "uint_for_mi_testing".
14812
148132010-01-01 Joel Brobecker <brobecker@adacore.com>
14814
14815 Test indented comment in file being sourced.
14816 * gdb.base/commands.exp: Test indented comment in file being sourced.
14817
148182010-01-01 Joel Brobecker <brobecker@adacore.com>
14819
14820 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14821 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14822 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14823 notice.
14824
148252010-01-01 Joel Brobecker <brobecker@adacore.com>
14826
14827 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14828 notice.
14829
148302010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14831
14832 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14833 missing $after_stopped and comma (,) expectation.
14834
148352009-12-31 Stan Shebs <stan@codesourcery.com>
14836
14837 * gdb.trace/actions.exp: Test teval action.
14838
148392009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14840
14841 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14842 (top level): Call test_watchpoint_in_big_blob.
14843 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14844 watchpoints.
14845 (func3): Write to buf.
14846
148472009-12-29 Stan Shebs <stan@codesourcery.com>
14848
14849 * gdb.trace/actions.exp: Test default-collect.
14850
148512009-12-28 Stan Shebs <stan@codesourcery.com>
14852
14853 * gdb.trace/tsv.exp: New file.
14854 * gdb.base/completion.exp: Update ambiguous info output.
14855
148562009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14857
14858 * gdb.base/find.c (main): Reference search buffers.
14859 * gdb.base/included.c (main): Reference integer.
14860 * gdb.base/ptype.c (charfoo): Declare.
14861 (intfoo): Call charfoo.
14862 * gdb.base/scope0.c (useitp): New function.
14863 (usestatics): Use useitp.
14864 (useit): Add a type for val.
14865 * gdb.base/scope1.c (useit1): Take a pointer argument.
14866 (usestatics1): Update calls to useit1.
14867 * gdb.cp/call-c.cc: Declare foo.
14868 (main): Call foo.
14869 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14870 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14871 (main): Call C::ensureRefs and ensureOtherRefs.
14872 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14873 variables.
14874 (ensureOtherRefs): New function.
14875 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14876 * gdb.cp/templates.cc (main): Call t5i.value.
14877
148782009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14879
14880 Fix compatibility with G++-4.5.
14881 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14882 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14883 (uncaught return): Remove.
14884
148852009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14886 Phil Muldoon <pmuldoon@redhat.com>
14887
14888 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14889 (bp_location13, bp_location14, bp_location17, bp_location18)
14890 (marker3_proto, marker4_proto): New variables.
14891 (breakpoint info): Update output.
14892 (run until breakpoint at marker3, run until breakpoint at marker4): New
14893 tests.
14894
148952009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14896
14897 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14898 Replace the printf call of Y by provided "y-set-1" label. New block
14899 for the second shared library.
14900 * gdb.base/unload.exp: Compile also the second library, call
14901 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14902 (single pending breakpoint info): Rename to ...
14903 (pending breakpoint info before run): ... this extended test.
14904 (libfile2, libname2, libsrcfile2, libsrc2)
14905 (lib_sl2): New variables.
14906 (exec_opts): Set also SHLIB_NAME2.
14907 (pending breakpoint info on first run at shrfunc1)
14908 (pending breakpoint info on second run at shrfunc1)
14909 (pending breakpoint info on second run at shrfunc2)
14910 (print y from libfile, print y from libfile2): New tests.
14911 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14912 * gdb.base/unloadshr2.c: New.
14913
149142009-12-22 Hui Zhu <teawater@gmail.com>
14915
14916 * gdb.reverse/sigall-reverse.exp: Adjust.
14917
149182009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14919
14920 PR gdb/10884
14921
14922 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14923 (main): Call do_bitfield_tests.
14924 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14925
149262009-12-20 Joel Brobecker <brobecker@adacore.com>
14927
14928 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14929 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14930 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14931 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14932 gdb.modula2/unbounded1.c: Update copyright header.
14933
149342009-12-10 Chris Moller <moller@mollerware.com>
14935
14936 PR gdb/9399
14937 * gdb.cp/virtfunc2.exp: New tests
14938 * gdb.cp/virtfunc2.cc: New tests
14939 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14940
149412009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14942
14943 * gdb.reverse/i387-env-reverse.c: New file.
14944 * gdb.reverse/i387-env-reverse.exp: New file.
14945 * gdb.reverse/i387-stack-reverse.c: New file.
14946 * gdb.reverse/i387-stack-reverse.exp: New file.
14947
149482009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14949
14950 * gdb.python/py-type.exp (test_range): New test.
14951
149522009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14953
14954 PR python/10805
14955
14956 * gdb.python/py-type.exp: New file.
14957 * gdb.python/py-type.c: New file.
14958 * Makefile.in: Add py-type.
14959
149602009-12-03 Tom Tromey <tromey@redhat.com>
14961
14962 * gdb.python/py-value.exp (test_parse_and_eval): New
14963 function.
14964
149652009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14966
14967 PR gdb/11022
14968
14969 * gdb.base/pr11022.exp: New test.
14970 * gdb.base/pr11022.c: New test.
14971
149722009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14973
14974 Fix spurious false FAILs.
14975 * gdb.base/structs.c (chartest): New.
14976 (main): Fill-in chartest.
14977 * gdb.base/structs.exp (anychar_re, first): New.
14978 (start_structs_test): Import global anychar_re and first.
14979 New gdb_test call "set print elements 300; ${testfile}"
14980 (start_structs_test <$first>): New block.
14981 (any): Import global anychar_re. New variable ac. Use ${ac}.
14982
149832009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14984
14985 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14986
149872009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14988
14989 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14990 Force $srcfile file.
14991 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14992
149932009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14994
14995 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14996 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14997 * gdb.threads/watchthreads-reorder.exp: Likewise.
14998
149992009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
15000
15001 PR gdb/8704
15002
15003 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
15004 "if", and "thread". Correct matching in the previous test.
15005
150062009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
15007
15008 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
15009
150102009-11-23 Michael Snyder <msnyder@vmware.com>
15011
15012 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
15013 * gdb.reverse-watch-precsave.exp: Ditto.
15014
150152009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
15016
15017 * gdb.asm/asm-source.exp: Adjust.
15018 * gdb.base/help.exp: Adjust.
15019
150202009-11-22 Pedro Alves <pedro@codesourcery.com>
15021
15022 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
15023 (do_syscall_tests_without_xml): Set data-directory to
15024 /the/path/to/nowhere.
15025
150262009-11-21 Pedro Alves <pedro@codesourcery.com>
15027
15028 * gdb.threads/local-watch-wrong-thread.c,
15029 gdb.threads/local-watch-wrong-thread.exp: New files.
15030
150312009-11-21 Pedro Alves <pedro@codesourcery.com>
15032
15033 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
15034 assume new `regsub' syntax available.
15035
150362009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.base/watchpoint-hw-hit-once.exp,
15039 gdb.base/watchpoint-hw-hit-once.c: New.
15040
150412009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15042
15043 * gdb.threads/watchthreads-reorder.exp,
15044 gdb.threads/watchthreads-reorder.c: New.
15045
150462009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15047
15048 * gdb.xml/tdesc-regs.exp: Use for m68k.
15049
150502009-11-15 Pedro Alves <pedro@codesourcery.com>
15051
15052 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15053
150542009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15055
15056 * lib/gdb.exp (current_target_name): New procedure.
15057 (gdb_wrapper_target): New variable.
15058 (gdb_wrapper_init): Set gdb_wrapper_target.
15059 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15060 wrapper.
15061
150622009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15063
15064 * gdb.base/remote.exp: Delete the slowest load test.
15065 Do not load with fixed packet sizes.
15066
150672009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15068
15069 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15070
150712009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15072
15073 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15074 srcfile when setting a breakpoint.
15075
150762009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15077
15078 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15079 macros.
15080
150812009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15082
15083 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15084 to be in memory.
15085 * gdb.base/display.c (force_mem): New.
15086 (do_loops): Use it. Add breakpoint comments.
15087 (do_vars): Add a breakpoint comment.
15088 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15089 line numbers.
15090
150912009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15092
15093 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15094 instead of a bare "run".
15095
150962009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15097
15098 * gdb.python/py-prettyprint.exp: Adjust.
15099
151002009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15101
15102 * lib/cell.exp (skip_cell_tests): Clean up test files before
15103 returning.
15104
151052009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15106
15107 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15108 and the breakpoint menu. Do not call perror if a prompt is seen.
15109 Consume the following GDB prompt.
15110 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15111 * gdb.cp/namespace.exp: Use gdb_test.
15112 * gdb.cp/templates.exp: Use gdb_test.
15113 (test_template_breakpoints): Use gdb_test_multiple.
15114
151152009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15116
15117 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15118 (marker4): Reference values.
15119
151202009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15121
15122 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15123 is missing.
15124
151252009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15126
15127 * gdb.base/break.c (need_malloc): New.
15128 * gdb.base/constvars.c (main): Reference crass and crisp.
15129 * gdb.base/gdb1821.c (main): Reference bar.
15130 * gdb.cp/gdb1355.cc (main): Reference s1.
15131 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15132 (main): Call them.
15133 * gdb.cp/hang2.cc (dummy2): Define.
15134 * gdb.cp/hang3.cc (dummy3): Define.
15135 * gdb.cp/m-data.cc (main): Reference shadow.
15136
151372009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15138 Nathan Froyd <froydnj@codesourcery.com>
15139
15140 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15141 remote host.
15142
151432009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15144
15145 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15146 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15147 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15148 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15149 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15150 * gdb.dwarf2/dw2-producer.exp: Likewise.
15151 * gdb.dwarf2/mac-fileno.exp: Likewise.
15152 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15153 py-prettyprint.py to the remote host.
15154 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15155
151562009-11-11 Keith Seitz <keiths@redhat.com>
15157
15158 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15159 use it instead of "Foo".
15160 * gdb.cp/classes.exp (do_tests): Add a test to access
15161 a method through a typedef'd class name.
15162
151632009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15164
15165 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15166 exponents.
15167 * gdb.base/pointers.exp: Likewise.
15168 * gdb.cp/ref-types.exp: Likewise.
15169
151702009-11-11 Keith Seitz <keiths@redhat.com>
15171
15172 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15173 new[] and delete[].
15174 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15175 "void".
15176 (probe_demangler): Remove all single-quoting of
15177 method and variable names.
15178 (info_func_regexp): Remove the word "void" from any
15179 occurrence of "(void)".
15180 (print_addr_2): Remove all single-quoting of
15181 method names.
15182 (print_addr_2_kfail): Likewise.
15183 (print_addr): Single-quote C function names before
15184 passing to print_addr_2.
15185 (test_paddr_operator_functions): Remove single-quoting
15186 for method names.
15187 Add tests for operator new[] and operator delete[].
15188
151892009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15190
15191 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15192
151932009-11-09 Keith Seitz <keiths@redhat.com>
15194
15195 * gdb.cp/overload.exp: Add tests for resolving overloaded
15196 methods in expression parsing/evaluation.
15197
151982009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15199
15200 * lib/gdb.exp (default_gdb_version): Use --version instead of
15201 --command.
15202
152032009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15204
15205 * lib/gdb.exp (gdb_compile_test): New.
15206 (skip_ada_tests, skip_java_tests): New.
15207 (gdb_compile): Use gdb_compile_test for f77.
15208 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15209 * lib/java.exp (compile_java_from_source): Remove runtests check,
15210 use gdb_compile_test to record result.
15211 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15212 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15213 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15214 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15215 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15216 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15217 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15218 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15219 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15220 adjust gdb_compile invocations.
15221
152222009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15223
15224 * Makefile.in (abs_builddir): New.
15225 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15226 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15227 `$(abs_builddir)/site.exp'.
15228
152292009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15230
15231 * config/m68k-emc.exp, lib/emc-support.exp,
15232 gdb.trace/gdb_c_test.c: Delete.
15233 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15234 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15235 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15236 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15237 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15238 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15239 casing for m68k-*-elf.
15240
152412009-11-03 Pedro Alves <pedro@codesourcery.com>
15242
15243 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15244 * gdb.arch/i386-prologue.exp: Likewise.
15245 * gdb.arch/i386-unwind.exp: Likewise.
15246
152472009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15248
15249 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15250
152512009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15252
15253 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15254
152552009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15256
15257 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15258
152592009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15260
15261 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15262
152632009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15264
15265 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15266 * gdb.base/sepdebug2.c: New file.
15267
152682009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15269
15270 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15271 the modified warnings for catch syscall. Verify if GDB was compiled
15272 with support for lib expat, and choose which tests to run depending
15273 on this.
15274
152752009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15276
15277 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15278 that composite commands are parsed OK. And also test
15279 that breakpoint commands do work.
15280
152812009-10-23 Michael Snyder <msnyder@vmware.com>
15282
15283 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15284 to allow for new disassembly style.
15285
152862009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15287
15288 * gdb.asm/asm-source.exp: Adjust.
15289
152902009-10-22 Michael Snyder <msnyder@vmware.com>
15291
15292 * gdb.reverse/break-precsave.exp: New test.
15293 * gdb.reverse/consecutive-precsave.exp: Ditto.
15294 * gdb.reverse/finish-precsave.exp: Ditto.
15295 * gdb.reverse/i386-precsave.exp: Ditto.
15296 * gdb.reverse/machinestate-precsave.exp: Ditto.
15297 * gdb.reverse/sigall-precsave.exp: Ditto.
15298 * gdb.reverse/solilb-precsave.exp: Ditto.
15299 * gdb.reverse/step-precsave.exp: Ditto.
15300 * gdb.reverse/until-precsave.exp: Ditto.
15301 * gdb.reverse/watch-precsave.exp: Ditto.
15302
153032009-10-22 Michael Snyder <msnyder@vmware.com>
15304
15305 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15306 for gdb_expect. Adjust one test's expect strings for the new
15307 format of disassemble.
15308 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15309 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15310 gdb_test_multiple.
15311 * gdb.reverse/step-reverse.exp: Delete 'return'.
15312 * gdb.reverse/until-reverse.exp: Delete blank lines.
15313 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15314
153152009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15316
15317 * gdb.base/consecutive.exp: Adjust.
15318 * gdb.base/display.exp: Likewise.
15319 * gdb.base/pc-fp.exp: Likewise.
15320 * gdb.base/sigbpt.exp: Likewise.
15321
153222009-10-19 Michael Snyder <msnyder@vmware.com>
15323
15324 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15325 * gdb.reverse/finish-reverse.c: Ditto.
15326 * gdb.reverse/sigall-reverse.c: Ditto.
15327 * gdb.reverse/solib-reverse.c: Ditto.
15328 * gdb.reverse/step-reverse.c: Ditto.
15329 * gdb.reverse/watch-reverse.c: Ditto.
15330
153312009-10-19 Pedro Alves <pedro@codesourcery.com>
15332 Stan Shebs <stan@codesourcery.com>
15333
15334 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15335 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15336 "Executing new program".
15337 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15338 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15339 left listed after having been killed.
15340 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15341 * gdb.base/maint.exp: Adjust test.
15342
15343 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15344 * gdb.multi/Makefile.in: New.
15345 * gdb.multi/base.exp: New.
15346 * gdb.multi/goodbye.c: New.
15347 * gdb.multi/hangout.c: New.
15348 * gdb.multi/hello.c: New.
15349 * gdb.multi/bkpt-multi-exec.c: New.
15350 * gdb.multi/bkpt-multi-exec.exp: New.
15351 * gdb.multi/crashme.c: New.
15352
153532009-10-13 Tristan Gingold <gingold@adacore.com>
15354
15355 * gdb.base/sepdebug.exp: Check debug info are found.
15356
153572009-10-08 Pedro Alves <pedro@codesourcery.com>
15358
15359 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15360 bits.
15361
153622009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15363
15364 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15365
153662009-10-07 Joel Brobecker <brobecker@adacore.com>
15367
15368 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15369 of the comments.
15370
153712009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15372
15373 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15374 * gdb.base/annota3.exp: Idem.
15375 * gdb.base/maint.exp: Idem.
15376
153772009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15378
15379 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15380 to default.
15381
153822009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15383
15384 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15385 mingw and cygwin targets.
15386
153872009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15388 Pedro Alves <pedro@codesourcery.com>
15389
15390 * lib/gdb.exp (gdb_compile): Avoid adding
15391 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15392
153932009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15394
15395 * gdb.base/shr1.c: Use %p in format string.
15396 * gdb.base/unload.c: Avoid warning in fprintf.
15397 * gdb.base/watchpoint-solib.c: Idem.
15398
153992009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15400
15401 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15402 long type.
15403 (test_unlink): Correct printf string.
15404 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15405 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15406
154072009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15408
15409 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15410 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15411 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15412
154132009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15414
15415 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15416 * gdb.objc/nondebug.exp: Likewise.
15417
154182009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15419
15420 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15421 target_info setting.
15422
15423 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15424 that detect new threads during "info threads".
15425
154262009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15427
15428 * gdb.threads/manythreads.c (main): Increase thread stack size
15429 to 2*PTHREAD_STACK_MIN.
15430 * gdb.threads/multi-create.c (main): Likewise.
15431 (create_function): Likewise.
15432
154332009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15434
15435 * gdb.base/dump.exp: Pass difference of pointer types instead
15436 of integer types as offset to restore in intarr3.srec case.
15437
154382009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15439
15440 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15441
154422009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15443
15444 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15445
154462009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15447
15448 New test for two watchpoints, with disabling of
15449 the first inserted.
15450 * testsuite/gdb.base/watchpoints.c: New file.
15451 * testsuite/gdb.base/watchpoints.exp: New file.
15452
154532009-09-25 Tom Tromey <tromey@redhat.com>
15454
15455 * gdb.base/charset.exp: Test utf-16 strings with Python.
15456
154572009-09-25 Tom Tromey <tromey@redhat.com>
15458
15459 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15460 UCS-4.
15461 * gdb.base/charset.c (utf_32_string): Rename.
15462 (init_utf32): Rename.
15463 (main): Update.
15464
154652009-09-22 Tom Tromey <tromey@redhat.com>
15466
15467 * gdb.python/py-function.exp: Add regression tests.
15468
154692009-09-21 Keith Seitz <keiths@redhat.com>
15470
15471 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15472 with invalid operator.
15473
154742009-09-21 Keith Seitz <keiths@redhat.com>
15475
15476 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15477 and destructor using typedef name of class.
15478 * gdb.cp/classes.cc (class Base1): Add a destructor.
15479 (base1): New typedef.
15480 (use_methods): Instanitate an object of type base1.
15481 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15482 (do_tests): Call test_template_typedef.
15483 * gdb.cp/templates.cc (Baz::~Baz): New method.
15484 (intBazOne): New typedef.
15485 (main): Instantiate intBazOne.
15486
154872009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15488
15489 PR python/10633
15490
15491 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15492 Function.
15493 (run_lang_tests): Add print elements test.
15494
154952009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15496
15497 * gdb.python/py-value.exp (test_subscript_regression): New
15498 function. Test for invalid subscripts.
15499 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15500 (ptr_ref): New function.
15501
155022009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15503
15504 * gdb.base/default.exp: Fix "show convenience".
15505
155062009-09-15 Tom Tromey <tromey@redhat.com>
15507
15508 * lib/mi-support.exp (mi_create_varobj): Update.
15509 (mi_create_floating_varobj): Likewise.
15510 (mi_create_dynamic_varobj): New proc.
15511 (mi_varobj_update): Update.
15512 (mi_varobj_update_with_type_change): Likewise.
15513 (mi_varobj_update_kv_helper): New proc.
15514 (mi_varobj_update_dynamic_helper): Rewrite.
15515 (mi_varobj_update_dynamic): New proc.
15516 (mi_list_varobj_children): Update.
15517 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15518 * gdb.python/python-prettyprint.py (pp_outer): New class.
15519 (pp_nullstr): Likewise.
15520 (lookup_function): Register new printers.
15521 * gdb.python/python-prettyprint.c (struct substruct): New type.
15522 (struct outerstruct): Likewise.
15523 (substruct_test): New function.
15524 (struct nullstr): New type.
15525 (string_1, string_2): New globals.
15526 (main): Add new tests.
15527 * gdb.python/python-mi.exp: Added regression tests.
15528 * gdb.mi/mi2-var-display.exp: Update.
15529 * gdb.mi/mi2-var-cmd.exp: Update.
15530 * gdb.mi/mi2-var-child.exp: Update.
15531 * gdb.mi/mi2-var-block.exp: Update.
15532 * gdb.mi/mi-var-invalidate.exp: Update.
15533 * gdb.mi/mi-var-display.exp: Update.
15534 * gdb.mi/mi-var-cmd.exp: Update.
15535 * gdb.mi/mi-var-child.exp: Update.
15536 * gdb.mi/mi-var-block.exp: Update.
15537 * gdb.mi/mi-break.exp: Update.
15538 * gdb.mi/gdb701.exp: Update.
15539
155402009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15541
15542 * Makefile.in: Inclusion of catch-syscall object.
15543 * gdb.base/catch-syscall.c: New file.
15544 * gdb.base/catch-syscall.exp: New file.
15545
155462009-09-12 Michael Snyder <msnyder@vmware.com>
15547
15548 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15549 that can support reverse debuggnig.
15550
155512009-09-11 Tom Tromey <tromey@redhat.com>
15552
15553 * gdb.dwarf2/valop.S: New file.
15554 * gdb.dwarf2/valop.exp: New file.
15555
155562009-09-11 Mark Kettenis <kettenis@gnu.org>
15557
15558 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15559
155602009-09-10 Doug Evans <dje@google.com>
15561
15562 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15563 Add $gdb_prompt to second breakpoint regexp.
15564
155652009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15566
15567 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15568 names, add missing ones.
15569 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15570 * gdb.python/py-frame.c: Rename from python-frame.c.
15571 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15572 testfile name.
15573 * gdb.python/py-function.exp: Rename from python-function.exp.
15574 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15575 testfile name.
15576 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15577 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15578 Adjust testfile name.
15579 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15580 * gdb.python/py-template.cc: Rename from python-template.cc.
15581 * gdb.python/py-template.exp: Rename from python-template.exp.
15582 Adjust testfile name.
15583 * gdb.python/py-value.c: Rename from python-value.c.
15584 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15585 testfile name.
15586
155872009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15588
15589 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15590 $bpt2address.
15591 (Second breakpoint address is valid on ia64)
15592 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15593
155942009-09-03 Joseph Myers <joseph@codesourcery.com>
15595
15596 * gdb.base/ending-run.exp: Restrict regular expression matching
15597 line number to require closing brace following.
15598
155992009-09-03 Doug Evans <dje@google.com>
15600
15601 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15602
156032009-09-02 Tom Tromey <tromey@redhat.com>
15604
15605 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15606
156072009-09-02 Tom Tromey <tromey@redhat.com>
15608
15609 * gdb.dwarf2/callframecfa.exp: New file.
15610 * gdb.dwarf2/callframecfa.S: New file.
15611
156122009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15613
15614 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15615 gdb.base/solib-overlap-main.c: New.
15616
156172009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15618
15619 PR gdb/10565
15620
15621 * gdb.base/bitfields.c (struct container, container): New.
15622 (main): Initialize it and call break5.
15623 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15624
156252009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15626
15627 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15628 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15629
156302009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15631
15632 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15633
156342009-08-26 Michael Snyder <msnyder@vmware.com>
15635
15636 * gdb.base/i386-reverse.c: New file.
15637 * gdb.base/i386-reverse.exp: New file.
15638 * gdb.base/Makefile.in: Add new files to be removed.
15639
156402009-08-26 Joseph Myers <joseph@codesourcery.com>
15641
15642 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15643 environment-pwd for remote host.
15644 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15645
156462009-08-24 Keith Seitz <keiths@redhat.com>
15647
15648 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15649 Add two new C++ completer tests which limit the output to a
15650 given class.
15651
156522009-08-24 Michael Snyder <msnyder@vmware.com>
15653
15654 * gdb.base/del.exp: Fix typo in comment.
15655 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15656
156572009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15658
15659 * configure: Regenerate.
15660 * gdb.hp/configure: Likewise.
15661 * gdb.hp/gdb.aCC/configure: Likewise.
15662 * gdb.hp/gdb.base-hp/configure: Likewise.
15663 * gdb.hp/gdb.compat/configure: Likewise.
15664 * gdb.hp/gdb.defects/configure: Likewise.
15665 * gdb.hp/gdb.objdbg/configure: Likewise.
15666 * gdb.stabs/configure: Likewise.
15667
156682009-08-19 Doug Evans <dje@google.com>
15669
15670 * gdb.base/gdbvars.c: New file.
15671 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15672
156732009-08-14 Pedro Alves <pedro@codesourcery.com>
15674
15675 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15676 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15677
156782009-08-13 Pedro Alves <pedro@codesourcery.com>
15679
15680 * gdb.base/default.exp: Adjust "set language test": it's now an
15681 enum command. Larger help string moved to "help set language".
15682 * gdb.base/help.exp: Adjust "help set language" expected output,
15683 now lists all known languages.
15684
156852009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15686
15687 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15688 all frame arguments.
15689 * gdb.arch/altivec-regs.exp: Likewise.
15690
156912009-08-07 Tom Tromey <tromey@redhat.com>
15692
15693 * gdb.base/setshow.exp: Add tests for changes to set language, set
15694 check range, and set check type.
15695
156962009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15697
15698 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15699 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15700 Call it.
15701
157022009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15703
15704 * configure.ac: Run gdb.cell tests when appropriate.
15705 * configure: Regenerate.
15706 * lib/cell.exp: New file.
15707 * gdb.cell: New directory.
15708 * gdb.cell/configure.ac: New file.
15709 * gdb.cell/configure: New file.
15710 * gdb.cell/Makefile.in: New file.
15711 * gdb.cell/arch.exp: New file.
15712 * gdb.cell/break.c: New file.
15713 * gdb.cell/break.exp: New file.
15714 * gdb.cell/break-spu.c: New file.
15715 * gdb.cell/bt.c: New file.
15716 * gdb.cell/bt2-spu.c: New file.
15717 * gdb.cell/bt-spu.c: New file.
15718 * gdb.cell/bt.exp: New file.
15719 * gdb.cell/coremaker.c: New file.
15720 * gdb.cell/coremaker-spu.c: New file.
15721 * gdb.cell/core.exp: New file.
15722 * gdb.cell/gcore.exp: New file.
15723 * gdb.cell/data.c: New file.
15724 * gdb.cell/data.exp: New file.
15725 * gdb.cell/data-spu.c: New file.
15726 * gdb.cell/ea-cache.exp: New file.
15727 * gdb.cell/ea-cache.c: New file.
15728 * gdb.cell/ea-cache-spu.c: New file.
15729 * gdb.cell/ea-standalone.c: New file.
15730 * gdb.cell/ea-standalone.exp: New file.
15731 * gdb.cell/ea-test.c: New file.
15732 * gdb.cell/ea-test.exp: New file.
15733 * gdb.cell/f-regs.exp: New file.
15734 * gdb.cell/mem-access.c: New file.
15735 * gdb.cell/mem-access.exp: New file.
15736 * gdb.cell/mem-access-spu.c: New file.
15737 * gdb.cell/ptype.exp: New file.
15738 * gdb.cell/registers.exp: New file.
15739 * gdb.cell/size.c: New file.
15740 * gdb.cell/sizeof.exp: New file.
15741 * gdb.cell/size-spu.c: New file.
15742 * gdb.cell/solib.exp: New file.
15743 * gdb.cell/solib-symbol.exp: New file.
15744
157452009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15746
15747 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15748
157492009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15750
15751 * gdb.base/float.exp: Handle VFP registers.
15752
157532009-07-14 Michael Snyder <msnyder@vmware.com>
15754
15755 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15756 to bring gdb to the beginning of the calling line.
15757
15758 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15759 confusing the i386 epilogue unwinder.
15760
157612009-07-14 Stan Shebs <stan@codesourcery.com>
15762
15763 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15764
157652009-07-14 Michael Snyder <msnyder@vmware.com>
15766
15767 * gdb.reverse/step-reverse.exp (stepi into function call):
15768 Call instruction may not be first instruction in the line.
15769 (reverse stepi from a function call): Used wrong line number.
15770
157712009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15772
15773 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15774
157752009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15776
15777 Fix gdb.base/macscp.exp when using custom inputrc.
15778 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15779 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15780 env(TERM) set.
15781 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15782 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15783
157842009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15785
15786 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15787 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15788 Change the compilation target to match the testcase name.
15789 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15790 testcase name.
15791 * a2-run.exp: Use for setup prepare_for_testing. Change the
15792 compilation target to match the testcase name.
15793 * gdb.base/commands.exp: Likewise.
15794 * gdb.base/finish.exp: Likewise.
15795 * gdb.base/float.exp: Likewise.
15796 * gdb.base/info-target.exp: Likewise.
15797 * gdb.base/relational.exp: Likewise.
15798 * gdb.base/term.exp: Likewise.
15799 * gdb.base/until.exp: Likewise.
15800 * gdb.base/volatile.exp: Likewise.
15801 * gdb.base/whatis-exp.exp: Likewise.
15802
158032009-07-11 Hui Zhu <teawater@gmail.com>
15804
15805 * gdb.base/help.exp (disassemble): Update expected help text.
15806
158072009-07-09 Tom Tromey <tromey@redhat.com>
15808
15809 * lib/gdb.exp: Handle TRANSCRIPT.
15810 (remote_spawn, remote_close, send_gdb): New procs.
15811
158122009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15813
15814 * gdb.python/python-prettyprint.c: Add counted null string
15815 structure.
15816 * gdb.python/python-prettyprint.exp: Print null string. Test for
15817 embedded nulls.
15818 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15819 * gdb.python/python-value.exp (test_value_in_inferior): Add
15820 variable length string fetch tests.
15821 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15822
158232009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15824
15825 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15826
158272009-07-07 Tom Tromey <tromey@redhat.com>
15828
15829 * gdb.base/call-rt-st.exp: Update for change to escape output.
15830 * gdb.base/callfuncs.exp: Likewise.
15831 * gdb.base/charset.exp: Likewise.
15832 * gdb.base/constvars.exp: Likewise.
15833 * gdb.base/long_long.exp: Likewise.
15834 * gdb.base/pointers.exp: Likewise.
15835 * gdb.base/printcmds.exp: Likewise.
15836 * gdb.base/setvar.exp: Likewise.
15837 * gdb.base/store.exp: Likewise.
15838 * gdb.cp/ref-types.exp: Likewise.
15839 * gdb.mi/mi-var-child.exp: Likewise.
15840 * gdb.mi/mi-var-display.exp: Likewise.
15841 * gdb.mi/mi2-var-display.exp: Likewise.
15842 * gdb.base/charset.exp: Test octal escape sequence length.
15843 Update for change to escape output.
15844
158452009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15846
15847 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15848
158492009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15850
15851 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15852
158532009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15856 gdbserver increasing $portnum if "Can't bind address" has been seen.
15857
158582009-07-05 Pedro Alves <pedro@codesourcery.com>
15859
15860 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15861 mingw32ce.
15862
158632009-07-05 Pedro Alves <pedro@codesourcery.com>
15864
15865 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15866 VFP format.
15867
158682009-07-02 Pedro Alves <pedro@codesourcery.com>
15869
15870 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15871 linux. Adjust to use "inferior", "info inferiors", "detach
15872 inferior" and "kill inferior" instead of "restart", "info fork",
15873 "detach fork" and "delete fork".
15874 * gdb.base/ending-run.exp: Spell out "info".
15875 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15876 the "kill" command.
15877
158782009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15879
15880 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15881 change to prefix TLS offset in hex with 0x.
15882
158832009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15884
15885 * gdb.base/default.exp: Update test case for "x" changes.
15886
158872009-07-01 Tristan Gingold <gingold@adacore.com>
15888
15889 * gdb.base/bigcore.exp: Make darwin untested.
15890
158912009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15892
15893 * gdb.base/completion.exp (directory completion): Create the directory.
15894 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15895 escapeuniquesub.
15896 (directory completion 2): Expect now ${escapeuniquesub}.
15897 (Glob remaining of directory test): Remove one excessive newline.
15898 Expect the real output.
15899
159002009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15901
15902 Fix `make check//%' target after `make check' has been ran.
15903 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15904 a mkdir call.
15905 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15906 (%/.dir): Remove.
15907
159082009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15909
15910 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15911 the expected result record.
15912
159132009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15914
15915 Remove racy FAILs relying just on the timeouts.
15916 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15917 (annotation_level 2): Remove racy FAILs.
15918
159192009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15920
15921 gdb/10275
15922 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15923
159242009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15925
15926 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15927
159282009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15929
15930 * gdb.mi/mi-stack.exp: Testing symbolic options
15931 to -stack-list-locals and -stack-list-arguments.
15932
159332009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15934
15935 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15936
159372009-06-29 Tom Tromey <tromey@redhat.com>
15938
15939 * dg-extract-results.sh: New file.
15940 * Makefile.in (FORCE_PARALLEL): New variable.
15941 (CHECK_TARGET): New conditional variable.
15942 (check): Use CHECK_TARGET.
15943 (DO_RUNTEST): New variable.
15944 (check-single): New target.
15945 (TEST_DIRS): New variable.
15946 (TEST_TARGETS): Likewise.
15947 (check-parallel): New target.
15948 (check-gdb.%): New pattern.
15949 (BASE1_FILES): New variable.
15950 (BASE2_FILES): Likewise.
15951 (check-gdb.base%): New pattern.
15952 (%/.dir): New pattern.
15953 * configure: Rebuild.
15954 * aclocal.m4 (AM_CONDITIONAL): New defun.
15955 * configure.ac: Check whether user is using GNU make.
15956 (GMAKE): New conditional.
15957
159582009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15959
15960 * gdb.cp/namespace-nested-import.cc: New test.
15961 * gdb.cp/namespace-nested-import.exp: New test.
15962
159632009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15964
15965 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15966 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15967 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15968 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15969 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15970 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15971 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15972 gdb.opt/inline-markers.c: New files.
15973 * lib/gdb.exp (skip_inline_frame_tests): New function.
15974 (skip_inline_var_tests): New function.
15975
159762009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15977
15978 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15979 backtrace.
15980
159812009-06-27 Michael Snyder <msnyder@vmware.com>
15982
15983 * gdb.reverse: New directory.
15984 * gdb.reverse/break-reverse.c: New test.
15985 * gdb.reverse/break-reverse.exp: New test.
15986 * gdb.reverse/consecutive-reverse.c: New test.
15987 * gdb.reverse/consecutive-reverse.exp: New test.
15988 * gdb.reverse/finish-reverse.c: New test.
15989 * gdb.reverse/finish-reverse.exp: New test.
15990 * gdb.reverse/machinestate.c: New test.
15991 * gdb.reverse/ms1.c: New test.
15992 * gdb.reverse/machinestate.exp: New test.
15993 * gdb.reverse/Makefile.in: New file.
15994 * gdb.reverse/shr2.c: New test.
15995 * gdb.reverse/solib-reverse.c: New test.
15996 * gdb.reverse/solib-reverse.exp: New test.
15997 * gdb.reverse/step-reverse.c: New test.
15998 * gdb.reverse/step-reverse.exp: New test.
15999 * gdb.reverse/until-reverse.c: New test.
16000 * gdb.reverse/ur1.c: New test.
16001 * gdb.reverse/until-reverse.exp: New test.
16002 * gdb.reverse/watch-reverse.c: New test.
16003 * gdb.reverse/watch-reverse.exp: New test.
16004 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
16005 * configure: Regenerate.
16006
160072009-06-26 Doug Evans <dje@google.com>
16008
16009 * gdb.base/psymtab.exp: Turn off pending breakpoints.
16010
160112009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
16012
16013 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
16014 windows problem for 'file delete $binfile'.
16015
160162009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
16017
16018 * gdb.cp/namespace-using.exp: New test.
16019 * gdb.cp/namespace-using.cc: New test.
16020
160212009-05-20 Joel Brobecker <brobecker@adacore.com>
16022
16023 * gdb.ada/variant_record_packed_array: New testcase.
16024
160252009-06-23 Tom Tromey <tromey@redhat.com>
16026
16027 * gdb.base/charset.exp (test_combination): Regression test.
16028 * gdb.base/charset.c (my_wchar_t): New typedef.
16029 (myvar): New global.
16030 (main): Set myvar.
16031
160322009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
16033
16034 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
16035 target.
16036
160372009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16038
16039 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16040
160412009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16042
16043 * gdb.mi/gdb680.exp: Update test for error message.
16044
160452009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16046
16047 * gdb.base/annota1.exp: Allow multiple occurrences of the
16048 frames-invalid annotation.
16049 * gdb.cp/annota2.exp: Likewise.
16050
160512009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16052
16053 * gdb.cp/gdb2495.cc: New file.
16054 * gdb.cp/gdb2495.exp: New file.
16055
160562009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16057
16058 Report error on GDB crash during runto.
16059 * lib/gdb.exp (runto <eof>): New.
16060
160612009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16062
16063 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16064 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16065 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16066 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16067 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16068 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16069 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16070 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16071 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16072 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16073 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16074 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16075 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16076 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16077 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16078 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16079 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16080 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16081 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16082 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16083 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16084 gdb.trace/passcount.exp, gdb.trace/report.exp,
16085 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16086 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16087 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16088 executable.
16089
160902009-06-07 Pedro Alves <pedro@codesourcery.com>
16091
16092 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16093 defined before referencing it.
16094
160952009-06-03 Doug Evans <dje@google.com>
16096
16097 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16098 * gdb.arch/i386-see.c: Ditto.
16099
161002009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16101
16102 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16103 (check_macro): Return 1 if undefined.
16104 If first test fails, check if macro debug information is available,
16105 and report unsupported test if no macro information is found.
16106
161072009-05-29 Doug Evans <dje@google.com>
16108
16109 * gdb.threads/hand-call-in-threads.exp: New.
16110 * gdb.threads/hand-call-in-threads.c: New.
16111
161122009-05-29 Michael Snyder <msnyder@vmware.com>
16113
16114 * gdb.base/break-always.exp: Change "1" to "on".
16115 Add confirmation check.
16116
161172009-05-28 Pedro Alves <pedro@codesourcery.com>
16118
16119 * gdb.threads/threxit-hop-specific.c: New.
16120 * gdb.threads/threxit-hop-specific.exp: New.
16121 * gdb.threads/thread-execl.c: New.
16122 * gdb.threads/thread-execl.exp: New.
16123
161242009-05-27 Tom Tromey <tromey@redhat.com>
16125 Thiago Jung Bauermann <bauerman@br.ibm.com>
16126
16127 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16128 (mi_child_regexp): Likewise.
16129 (mi_list_varobj_children_range): Likewise.
16130 (mi_get_features): Likewise.
16131 (mi_list_varobj_children): Rewrite.
16132 * gdb.python/python-mi.exp: New file.
16133
161342009-05-27 Tom Tromey <tromey@redhat.com>
16135 Thiago Jung Bauermann <bauerman@br.ibm.com>
16136 Phil Muldoon <pmuldoon@redhat.com>
16137 Paul Pluzhnikov <ppluzhnikov@google.com>
16138
16139 * gdb.python/python-prettyprint.exp: New file.
16140 * gdb.python/python-prettyprint.c: New file.
16141 * gdb.python/python-prettyprint.py: New file.
16142 * gdb.base/display.exp: print/r is now valid.
16143
161442009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16145 Tom Tromey <tromey@redhat.com>
16146 Pedro Alves <pedro@codesourcery.com>
16147 Paul Pluzhnikov <ppluzhnikov@google.com>
16148
16149 * gdb.python/python-template.exp: New file.
16150 * gdb.python/python-template.cc: New file.
16151 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16152 tests.
16153 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16154 Call it.
16155 (test_value_after_death): New proc.
16156 * gdb.python/python-value.c (PTR): New typedef.
16157 (main): New variable 'x'.
16158
161592009-05-27 Tom Tromey <tromey@redhat.com>
16160
16161 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16162 tests.
16163 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16164 Call it.
16165
161662009-05-27 Pedro Alves <pedro@codesourcery.com>
16167
16168 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16169
161702009-05-24 Pedro Alves <pedro@codesourcery.com>
16171
16172 * gdb.threads/fork-thread-pending.c: New.
16173 * gdb.threads/fork-thread-pending.exp: New.
16174
161752009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16176
16177 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16178 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16179
161802009-05-18 Jon Beniston <jon@beniston.com>
16181
16182 * gdb.asm/asm-source.exp: Add lm32 target.
16183
161842009-05-17 Pedro Alves <pedro@codesourcery.com>
16185
16186 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16187 `gdb_get_line_number'. Call `callee' in both parent and child.
16188 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16189 `gdb_get_line_number' instead of hardcoding line numbers.
16190 (catch_fork_unpatch_child): New procedure to test detaching
16191 breakpoints from child fork.
16192 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16193 hardcoding line numbers.
16194 (do_fork_tests): Run `catch_fork_unpatch_child'.
16195
161962009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16197
16198 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16199 of structure type enters or leaves the scope, it
16200 is reported by -var-update.
16201
162022009-05-11 Doug Evans <dje@sebabeach.org>
16203
16204 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16205 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16206 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16207
162082009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16209
16210 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16211
162122009-04-30 Doug Evans <dje@google.com>
16213
16214 * gdb.threads/watchthreads2.exp: New testcase.
16215 * gdb.threads/watchthreads2.c: New testcase.
16216
162172009-04-29 Doug Evans <dje@google.com>
16218
16219 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16220 * gdb.cp/mb-ctor.cc: Ditto.
16221 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16222 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16223 * gdb.cp/mb-inline1.cc: Call it.
16224 * gdb.cp/mb-inline2.cc: Ditto.
16225 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16226 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16227
162282009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16229
16230 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16231 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16232 Replace all uses of `decimal' by `nonzero'.
16233 (info macro FROM_COMMANDLINE): New test.
16234
162352009-04-27 Tom Tromey <tromey@redhat.com>
16236
16237 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16238
162392009-04-27 Doug Evans <dje@google.com>
16240
16241 * gdb.threads/watchthreads.c (main): Initialize args before starting
16242 the threads. Plus formatting cleanup.
16243 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16244 biased scheduling of one thread.
16245
162462009-04-27 Jerome Guitton <guitton@adacore.com>
16247
16248 * gdb.cp/templates.cc (GetMax): New template.
16249 (main): Declare two instances of GetMax.
16250 * gdb.cp/templates.exp: Add new test.
16251
162522009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16253
16254 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16255
162562009-04-22 Joseph Myers <joseph@codesourcery.com>
16257
16258 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16259
162602009-04-15 Tom Tromey <tromey@redhat.com>
16261
16262 * gdb.base/charset.exp: Add regression test.
16263
162642009-04-14 Joel Brobecker <brobecker@adacore.com>
16265
16266 * gdb.base/exe-lock.exp: New testcase.
16267
162682009-04-13 Tom Tromey <tromey@redhat.com>
16269
16270 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16271 operator on Frame.
16272
162732009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16274
16275 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16276 * gdb.server/ext-attach.exp: Likewise.
16277
162782009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16279
16280 Eliminate some sleep usage.
16281
16282 * gdb.mi/basics.c (do_nothing): New.
16283 (main): Use do_nothing instead of printf, so that
16284 not to introduce race condition between output of
16285 inferiour and output of gdb. Do not use sleep as it
16286 is not generally available on embedded targets.
16287
162882009-04-02 Pedro Alves <pedro@codesourcery.com>
16289
16290 * gdb.server/ext-attach.exp: Expect an optional process id after
16291 "Detached from remote process".
16292
162932009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16294
16295 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16296 gdb.dwarf2/dw2-unresolved.exp: New.
16297
162982009-04-02 Pedro Alves <pedro@codesourcery.com>
16299
16300 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16301 mi_run_to_main.
16302
163032009-04-02 Pedro Alves <pedro@codesourcery.com>
16304
16305 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16306 mi_run_to_main. Skip thread exit test on remote targets.
16307 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16308 mi_run_to_main.
16309 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16310 mi_run_to_main.
16311 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16312 when expecting ^connected. Detect when the target doesn't support
16313 non-stop mode.
16314 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16315 supported. Return -1 on error, 0 on success.
16316 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16317 (mi_runto): Return mi_runto_helper's result explicitly.
16318
163192009-04-01 Pedro Alves <pedro@codesourcery.com>
16320
16321 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16322
163232009-04-01 Tom Tromey <tromey@redhat.com>
16324
16325 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16326 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16327 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16328 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16329
163302009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16331 Jan Kratochvil <jan.kratochvil@redhat.com>
16332
16333 PR gdb/931
16334 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16335 output.
16336 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16337 for gdb/931.
16338 * dw2-strp.S (DW_AT_language): Change to C++.
16339 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16340
163412009-03-31 Joel Brobecker <brobecker@adacore.com>
16342
16343 * gdb.ada/tasks: New testcase.
16344
163452009-03-30 Stan Shebs <stan@codesourcery.com>
16346
16347 * gdb.trace/actions.exp: Update to match new info trace format.
16348 * gdb.trace/deltrace.exp: Ditto.
16349 * gdb.trace/infotrace.exp: Ditto.
16350 * gdb.trace/passcount.exp: Ditto.
16351 * gdb.trace/save-trace.exp: Ditto.
16352 * gdb.trace/while-stepping.exp: Ditto.
16353 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16354
163552009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16356
16357 * gdb.python/python-frame.c: New file.
16358 * gdb.python/python-frame.exp: New file.
16359
163602009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16361
16362 * gdb.python/python-value.exp: Add tests for the address
16363 attribute.
16364
163652009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16366
16367 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16368
163692009-03-26 Doug Evans <dje@google.com>
16370
16371 * gdb.mi/mi-nonstop-exit.exp: New file.
16372 * gdb.mi/non-stop-exit.c: New file.
16373
163742009-03-26 Tom Tromey <tromey@redhat.com>
16375
16376 Update for change to prologue skipping:
16377 * gdb.mi/mi2-simplerun.exp: Update.
16378 * gdb.mi/mi2-break.exp: Update.
16379 * gdb.mi/mi-simplerun.exp: Update.
16380 * gdb.mi/mi-break.exp: Update.
16381 * gdb.base/ending-run.exp: Update.
16382
163832009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16384
16385 * gdb.python/python-value.exp (test_value_in_inferior): Test
16386 gdb.Value.is_optimized_out attribute.
16387
163882009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16389
16390 * gdb.dwarf2/dw2-noloc-main.c: New file.
16391 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16392 (.text): Remove.
16393 (.data): New.
16394 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16395 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16396 (DW_TAG_subprogram func_cu1, noloc): Remove.
16397 (main): New.
16398 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16399 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16400 (file_symbols): New procedure.
16401
164022009-03-25 Tom Tromey <tromey@redhat.com>
16403
16404 * gdb.base/charset.exp (valid_target_charset): New proc.
16405 Use it to skip tests on invalid charsets.
16406
164072009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16408
16409 * gdb.base/completion.exp: Add a test for directory completion.
16410
164112009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16412
16413 Fix a racy FAIL.
16414 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16415 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16416
164172009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16418
16419 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16420 * gdb.python/python-function.exp: Add test for function returning
16421 a GDB value.
16422
164232009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16424
16425 * gdb.python/python-function.exp: New file.
16426
164272009-03-20 Tom Tromey <tromey@redhat.com>
16428
16429 * gdb.base/store.exp: Update for change to escape output.
16430 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16431 to escape output.
16432 * gdb.base/pointers.exp: Update for change to escape output.
16433 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16434 to escape output.
16435 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16436 escape output.
16437 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16438 to escape output.
16439 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16440 escape output.
16441 * gdb.base/setvar.exp: Update for change to escape output.
16442 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16443 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16444 to escape output.
16445 (test_print_string_constants): Likewise.
16446 * gdb.base/charset.exp (valid_host_charset): Check size of
16447 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16448 cases. Handle "auto"-related output.
16449 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16450 (uvar, Uvar): New globals.
16451
164522009-03-19 Jerome Guitton <guitton@adacore.com>
16453
16454 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16455 deltas.
16456 * gdb.ada/fixed_points.exp: Ditto.
16457
164582009-03-18 Pedro Alves <pedro@codesourcery.com>
16459
16460 * return-nodebug.c: Don't include stdio.h.
16461 (init): Delete.
16462 (func): Delete definition and provide extern declaration.
16463 (t): New.
16464 (main): Don't call printf. Call func and store its result in t.
16465 * return-nodebug1.c: New.
16466 * return-nodebug.exp: Don't expect stdio output. Instead, print
16467 the global variable t. Drop printf formatters and cast types from
16468 foreach loop. Don't use prepare_for_testing. Compile
16469 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16470 define FORMAT or CAST.
16471
164722009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16473
16474 * gdb.base/solib-display.exp: Disable test for remote targers.
16475
164762009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16477
16478 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16479
164802009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16481
16482 Fix a racy FAIL.
16483 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16484 code from `follow parent, print pids'.
16485 (`follow child, print pids', `follow parent, print pids'): Call it.
16486 Replace `gdb_test "break..."' by gdb_breakpoint.
16487
164882009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16489
16490 * gdb.mi/mi-cli.exp: Adjust for output difference in
16491 sync and async modes.
16492
164932009-03-12 Joel Brobecker <brobecker@adacore.com>
16494
16495 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16496 that was checked in by mistake. Remove loading of ada.exp, since
16497 this is not necessary in this case.
16498
164992009-03-12 Joel Brobecker <brobecker@adacore.com>
16500
16501 * gdb.ada/ptype_arith_binop.exp: New testcase.
16502
165032009-03-12 Joel Brobecker <brobecker@adacore.com>
16504
16505 * gdb.ada/mod_from_name: New testcase.
16506
165072009-03-12 Joel Brobecker <brobecker@adacore.com>
16508
16509 * gdb.ada/tick_last_segv: New testcase.
16510
165112009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16512
16513 * gdb.mi/mi-cli.exp: Remove debug print.
16514
165152009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16516
16517 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16518 include the token in ^running and frame info in *stopped.
16519
165202009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16521
16522 * solib-display.exp: New file.
16523 * solib-display-main.c: New file.
16524 * solib-display-lib.c: New file.
16525
165262009-03-05 Pedro Alves <pedro@codesourcery.com>
16527
16528 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16529
165302009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16531
16532 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16533 (list_and_check_macro): Use more specific test name.
16534 (next to definition): Make the test names unique.
16535
165362009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16537
16538 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16539
165402009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16541
16542 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16543 notifications.
16544 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16545 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16546 * lib/mi-support.exp (library_loaded_re): New.
16547 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16548
165492009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16550
16551 * gdb.gdb/observer.exp: Use test_notification observer, not
16552 normal_stop, everywhere.
16553 (test_normal_stop_notifications): Rename to...
16554 (test_notifications): ...this.
16555 (test_observer_normal_stop): Rename to...
16556 (test_observer): ...this.
16557
165582009-02-16 Doug Evans <dje@google.com>
16559
16560 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16561 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16562 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16563 (test_prefixed_syscall,test_int3): New tests.
16564 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16565 (test_prefixed_syscall,test_int3): New tests.
16566
165672009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16568
16569 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16570 (mi_expect_interrupt): Likewise.
16571 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16572 response.
16573
165742009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16575
16576 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16577 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16578 Replace calls to get_valueofx by get_hexadecimal_valueof.
16579
165802009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16581
16582 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16583 (get_integer_valueof): New procedure.
16584 (get_sizeof): Use new get_integer_value_of.
16585 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16586 by get_integer_valueof.
16587
165882009-02-13 Tom Tromey <tromey@redhat.com>
16589
16590 * gdb.base/remote.exp (get_sizeof): Remove.
16591 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16592 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16593 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16594 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16595 (get_sizeof): Likewise.
16596
165972009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16598
16599 PR fortran/9806
16600 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16601
166022009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16603
16604 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16605
166062009-02-06 Pedro Alves <pedro@codesourcery.com>
16607
16608 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16609
166102009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16611
16612 * gdb.python/python-cmd.exp: New file.
16613
166142009-02-06 Tristan Gingold <gingold@adacore.com>
16615
16616 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16617
166182009-02-05 Tristan Gingold <gingold@adacore.com>
16619
16620 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16621 pointer is dereferenced and use this signal name in regexp.
16622 * gdb.base/signull.exp: Ditto.
16623 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16624 * gdb.base/signull.c (main): Ditto.
16625
166262009-02-04 Tom Tromey <tromey@redhat.com>
16627 Thiago Jung Bauermann <bauerman@br.ibm.com>
16628
16629 * gdb.python/python-value.exp: Use `gdb.history' instead of
16630 `gdb.value_from_history'.
16631 (test_value_numeric_ops): Add test for conversion of enum constant.
16632 * gdb.python/python-value.c (enum e): New type.
16633 (evalue): New global.
16634 (main): Use argv.
16635
166362009-02-04 Jerome Guitton <guitton@adacore.com>
16637
16638 * gdb.ada/uninitialized_vars: New test program.
16639 * gdb.ada/uninitialized_vars.exp: New testcase.
16640
166412009-02-02 Tom Tromey <tromey@redhat.com>
16642
16643 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16644 * gdb.cp/pr2489.cc: Rename...
16645 * gdb.cp/pr9594.cc: ... to this.
16646
166472009-02-02 Tom Tromey <tromey@redhat.com>
16648
16649 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16650 * gdb.cp/pr2489.cc: New file.
16651 * gdb.cp/cpcompletion.exp: New file.
16652
166532009-02-02 Tom Tromey <tromey@redhat.com>
16654
16655 PR exp/9059:
16656 * gdb.cp/call-c.exp: Add regression test.
16657 * gdb.cp/call-c.cc (FooHandle): New typedef.
16658 (main): New variable 'handle'.
16659
166602009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16661
16662 * lib/mi-support.exp (et_mi_thread_list)
16663 (check_mi_and_console_threads): Adjust for current thread in
16664 -thread-list-ids output.
16665
166662009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16667
16668 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16669 Call it.
16670
166712009-01-28 Doug Evans <dje@google.com>
16672
16673 * gdb.arch/amd64-disp-step.S: New file.
16674 * gdb.arch/amd64-disp-step.exp: New file.
16675 * gdb.arch/i386-disp-step.S: New file.
16676 * gdb.arch/i386-disp-step.exp: New file.
16677
166782009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16679
16680 * gdb.base/find.exp: Set newline variable
16681 using quotes instead of braces to fix cygwin failures.
16682
166832009-01-23 Pedro Alves <pedro@codesourcery.com>
16684
16685 * gdb.base/radix.exp: Add tests to ensure that that set
16686 input-radix 0 and set output-radix 0 are really rejected.
16687
166882009-01-23 Pedro Alves <pedro@codesourcery.com>
16689
16690 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16691 copyright years.
16692
166932009-01-23 Pedro Alves <pedro@codesourcery.com>
16694
16695 PR gdb/9664:
16696 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16697
166982009-01-22 Pedro Alves <pedro@codesourcery.com>
16699
16700 PR c++/9631:
16701 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16702
167032009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16704
16705 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16706 binfile definition to fix Windows OS failure.
16707
167082009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16709
16710 PR gdb/9346
16711 * gdb.base/interrupt.c (sigint_handler): New.
16712 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16713 on error.
16714 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16715 Test "signal SIGINT".
16716
167172009-01-19 Doug Evans <dje@google.com>
16718
16719 * gdb.base/break.exp: Update expected gdb output.
16720 * gdb.base/sepdebug.exp: Ditto.
16721 * gdb.mi/mi-syn-frame.exp: Ditto.
16722 * gdb.mi/mi2-syn-frame.exp: Ditto.
16723 * gdb.base/call-signal-resume.exp: New file.
16724 * gdb.base/call-signals.c: New file.
16725 * gdb.base/unwindonsignal.exp: New file.
16726 * gdb.base/unwindonsignal.c: New file.
16727 * gdb.threads/interrupted-hand-call.exp: New file.
16728 * gdb.threads/interrupted-hand-call.c: New file.
16729 * gdb.threads/thread-unwindonsignal.exp: New file.
16730
167312009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16732
16733 * gdb.base/define.exp: Test defining and hooking prefix commands.
16734 * gdb.python/python.exp: Update test for "show user" output.
16735
167362009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16737
16738 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16739 now the output exactly, using less wildcards. Expect also the output
16740 of gfortran-4.3. Update for the f-valprint.c modification from
16741 2008-04-22.
16742 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16743 Remove gdb_test test names where matching the command.
16744
167452009-01-01 Pedro Alves <pedro@codesourcery.com>
16746
16747 PR breakpoints/9681:
16748 * gdb.base/watchpoint.exp: Add regression test.
16749
167502008-12-31 Pedro Alves <pedro@codesourcery.com>
16751
16752 * gdb.threads/attach-into-signal.exp: Don't use
16753 gdb_suppress_entire_file.
16754 * gdb.threads/attach-stopped.exp: Ditto.
16755 * gdb.threads/attachstop-mt.exp: Ditto.
16756
167572008-12-31 Pedro Alves <pedro@codesourcery.com>
16758
16759 PR gdb/8812:
16760 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16761
167622008-12-29 Pedro Alves <pedro@codesourcery.com>
16763
16764 PR gdb/7536:
16765 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16766 and unsupported output radices are really rejected.
16767
167682008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16769
16770 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16771
167722008-12-22 Tom Tromey <tromey@redhat.com>
16773
16774 * gdb.cp/punctuator.exp: New file.
16775
167762008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16777
16778 * gdb.base/completion.exp (Completing non-existing component): New test.
16779
167802008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16781
16782 Fix for PR gdb/8648.
16783 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16784 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16785 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16786 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16787
167882008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16789
16790 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16791
167922008-12-16 Christophe Lyon <christophe.lyon@st.com>
16793
16794 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16795 compiler actually generate code at the expected line number.
16796
167972008-12-15 Jie Zhang <jie.zhang@analog.com>
16798
16799 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16800
168012008-12-12 Tom Tromey <tromey@redhat.com>
16802
16803 * gdb.base/commands.exp (redefine_hook_test): New proc.
16804 Call it.
16805
168062008-12-11 Tom Tromey <tromey@redhat.com>
16807
16808 * gdb.base/macscp.exp: New regression test.
16809
168102008-12-11 Tom Tromey <tromey@redhat.com>
16811
16812 * gdb.base/macscp.exp: Print "address.addr".
16813 * gdb.base/macscp1.c (struct outer): New struct.
16814 (address): New global.
16815
168162008-12-09 Tom Tromey <tromey@redhat.com>
16817
16818 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16819 Call it.
16820
168212008-12-04 Doug Evans <dje@google.com>
16822
16823 * gdb.server/ext-run.exp: Relax regexp for init program.
16824
168252008-12-03 Tristan Gingold <gingold@adacore.com>
16826
16827 * gdb.base/macscp.exp: Generate an object file during compilation
16828 to work around Darwin dsymutil limitations.
16829
168302008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16831
16832 Test resolving external references to TLS variables.
16833 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16834 FILE2_THREAD_LOCAL.
16835 (testfile2, srcfile2): New variables.
16836 * gdb.threads/tls.c (file2_thread_local)
16837 (function_referencing_file2_thread_local): New.
16838 * gdb.threads/tls2.c: New file.
16839
168402008-11-28 Joel Brobecker <brobecker@adacore.com>
16841
16842 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16843 rather than integer, as integer might not be big enough when
16844 on 64bit targets.
16845
168462008-11-27 Jerome Guitton <guitton@adacore.com>
16847
16848 * gdb.cp/formatted-ref.exp: Add equality test.
16849 * gdb.ada/formatted_ref.exp: Ditto.
16850
168512008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16852
16853 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16854 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16855
168562008-11-20 Andreas Schwab <schwab@suse.de>
16857
16858 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16859 matching syscall entry point.
16860 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16861 (tcatch_vfork_then_child_follow): Likewise. Finish through
16862 vfork even if we stopped at the syscall trampoline.
16863
168642008-11-20 Doug Evans <dje@google.com>
16865
16866 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16867
168682008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16869
16870 * gdb.arch/ppc-dfp.exp: New file.
16871 * gdb.arch/ppc-dfp.c: New file.
16872
168732008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16874
16875 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16876
168772008-11-17 Doug Evans <dje@google.com>
16878
16879 * gdb.mi/mi-syn-frame.exp: Update expected output.
16880 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16881
168822008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16883
16884 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16885 "thread N" results in =thread-selected.
16886 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16887 (mi_send_resuming_command_raw): Be prepared for
16888 =thread-selected.
16889
168902008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16891
16892 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16893 * lib/mi-support.exp: Likewise.
16894
168952008-11-16 Joel Brobecker <brobecker@adacore.com>
16896
16897 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16898 commands from the expected output for "help catch".
16899
169002008-11-15 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.ada/int_deref.exp: New testcase.
16903
169042008-11-14 Nick Roberts <nickrob@snap.net.nz>
16905
16906 * gdb.mi/gdb2549.exp: New file.
16907
169082008-11-11 Doug Evans <dje@google.com>
16909
16910 * gdb.base/callexit.exp: New file.
16911 * gdb.base/callexit.c: New file.
16912
169132008-11-10 Doug Evans <dje@google.com>
16914
16915 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16916 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16917 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16918 (default_gdb_start,default_gdb_exit): Ditto.
16919 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16920 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16921 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16922 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16923 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16924 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16925
169262008-11-03 Andreas Schwab <schwab@suse.de>
16927
16928 * gdb.base/hashline2.exp: Fix typo.
16929 * gdb.base/hashline3.exp: Likewise.
16930
169312008-10-30 Tom Tromey <tromey@redhat.com>
16932
16933 * gdb.base/pointers.exp: Add test.
16934 * gdb.base/pointers.c (k, S): New typedefs.
16935 (instance): New global.
16936
169372008-10-30 Andreas Schwab <schwab@suse.de>
16938
16939 * gdb.base/args.exp: Add tests for newlines.
16940
169412008-10-30 Joel Brobecker <brobecker@adacore.com>
16942
16943 gdb.base/foll-exec.exp: Update the expected output of a couple
16944 of "info breakpoints" tests.
16945
169462008-10-28 Tom Tromey <tromey@redhat.com>
16947
16948 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16949
169502008-10-24 Pedro Alves <pedro@codesourcery.com>
16951
16952 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16953 gdb_start_cmd.
16954 Use runto_main before any test that requires execution.
16955
169562008-10-23 Pedro Alves <pedro@codesourcery.com>
16957
16958 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16959 instead of SIGINT.
16960
169612008-10-22 Joel Brobecker <brobecker@adacore.com>
16962
16963 * gdb.base/completion.exp: Update expected output following
16964 the addition of the "info tasks" command.
16965
169662008-10-22 Tom Tromey <tromey@redhat.com>
16967
16968 * gdb.base/exprs.exp (test_expr): Add test for string
16969 concatenation.
16970
169712008-10-19 Pedro Alves <pedro@codesourcery.com>
16972
16973 * configure.ac: Output gdb.python/Makefile.
16974 * configure: Regenerate.
16975 * gdb.python/Makefile.in: New.
16976
169772008-10-16 Joel Brobecker <brobecker@adacore.com>
16978
16979 * gdb.base/foll-fork.exp: Adjust the expected output to match
16980 the new description for fork/vfork catchpoints in the "info
16981 breakpoints" output.
16982
169832008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16984
16985 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16986
169872008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16988
16989 * gdb.python/python-value.c: New file.
16990 * gdb.python/python-value.exp: New file.
16991
169922008-10-15 Pedro Alves <pedro@codesourcery.com>
16993
16994 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16995
169962008-10-15 Denis Pilat <denis.pilat@st.com>
16997
16998 * gdb.cp/mb-ctor.exp: Fix a typo.
16999
170002008-10-09 Tom Tromey <tromey@redhat.com>
17001
17002 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
17003 'fprintf' and 'stderr'.
17004
170052008-10-07 Joel Brobecker <brobecker@adacore.com>
17006
17007 * gdb.ada/ref_tick_size.exp: New testcase.
17008
170092008-10-06 Doug Evans <dje@google.com>
17010
17011 * gdb.dwarf2/dw2-cu-size.exp: New file.
17012 * gdb.dwarf2/dw2-cu-size.S: New file.
17013
17014 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
17015 .Ltype_int for clarity.
17016
170172008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
17018
17019 PR gdb/2384:
17020 * gdb.cp/gdb2384.exp: Extended to test more cases.
17021 * gdb.cp/gdb2384.cc: Likewise.
17022 * gdb.cp/gdb2384-base.h: Likewise.
17023 * gdb.cp/gdb2384-base.cc: Likewise.
17024
170252008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17026
17027 * gdb.base/maint.exp (maint print type): Remove printing
17028 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
17029
170302008-09-30 Tom Tromey <tromey@redhat.com>
17031
17032 * gdb.base/macscp.exp: Add completion tests.
17033 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
17034 (TWENTY_THREE): Likewise.
17035 (FORTY_EIGHT): Likewise.
17036
170372008-09-30 Tom Tromey <tromey@redhat.com>
17038
17039 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
17040 everywhere.
17041 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
17042
170432008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
17044
17045 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
17046 testcase is derived from. Fix racy dependency on an expected PID
17047 number. No longer support the testcase on Linux kernel 2.4.x.
17048
170492008-09-27 Tom Tromey <tromey@redhat.com>
17050
17051 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17052 and varargs.
17053
170542008-09-22 Pedro Alves <pedro@codesourcery.com>
17055
17056 * lib/mi-support.exp (mi_expect_interrupt): New.
17057 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17058 from gdb.mi/mi-nonstop.exp.
17059 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17060 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17061 lib/mi-support.exp.
17062 Use mi_check_thread_states throughout. Avoid ".*" and do not
17063 require an anchor after -exec-run.
17064
170652008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17066
17067 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17068 stop is pending. Avoid ".*" when two stops are pending.
17069 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17070 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17071 newlines in fullnames.
17072 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17073 (mi_expect_stop): Update comments. Only anchor in sync mode.
17074 Do not match newlines.
17075 (mi_send_resuming_command_raw): Always return status.
17076 (mi_get_stop_line): Do not match more than one line by accident.
17077 Only anchor in sync mode.
17078 (mi_run_inline_test): If -exec-next fails, give up.
17079
170802008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17081
17082 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17083 on SPU.
17084
170852008-09-10 Joel Brobecker <brobecker@adacore.com>
17086
17087 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17088
170892008-09-10 Joel Brobecker <brobecker@adacore.com>
17090
17091 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17092 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17093 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17094 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17095 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17096 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17097 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17098 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17099 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17100 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17101 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17102 Include the "= " sequence in the expected output of print tests.
17103
171042008-09-10 Joel Brobecker <brobecker@adacore.com>
17105
17106 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17107 description for boolean types.
17108
171092008-09-09 Pedro Alves <pedro@codesourcery.com>
17110
17111 * gdb.base/hook-stop-continue.c: New.
17112 * gdb.base/hook-stop-continue.exp: New.
17113
171142008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17115
17116 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17117
171182008-09-08 Jerome Guitton <guitton@adacore.com>
17119
17120 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17121 (stack_check_probe_2, stack_check_probe_loop_1)
17122 (stack_check_probe_loop_2): New functions.
17123 (main): Add call to these new functions.
17124 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17125 functions, check that the breakpoint is inserted at the appropriate
17126 location.
17127 (insert_breakpoint): Slightly refine this procedure so that it can
17128 be called several times in the test.
17129
171302008-09-08 Jerome Guitton <guitton@adacore.com>
17131
17132 * gdb.base/stack-checking.c: New file.
17133 * gdb.base/stack-checking.exp: New file.
17134
171352008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17136
17137 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17138 * gdb.arch/altivec-regs.exp: Likewise.
17139 * gdb.arch/vsx-regs.exp: Likewise.
17140
171412008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17142
17143 * gdb.arch/ppc-fp.exp: New file.
17144 * gdb.arch/ppc-fp.c: New file.
17145
171462008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17147
17148 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17149 lest gcc-4.3.1 optimizes the whole thing away.
17150
171512008-09-04 Michael Snyder <msnyder@vmware.com>
17152
17153 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17154 as "at" (for non-debug functions such as _start).
17155
171562008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17157
17158 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17159 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17160 software watchpoints.
17161 * gdb.base/watch_thread_num.exp: Likewise.
17162
171632008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17164
17165 * gdb.arch/i386-bp_permanent.exp: New test.
17166
171672008-08-24 Tom Tromey <tromey@redhat.com>
17168
17169 * gdb.base/maint.exp: Update "maint print type".
17170
171712008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17172
17173 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17174 support. Adjust the order of "*running" notifications.
17175 * gdb.mi/non-stop.c: Don't cast from int to void* and
17176 back.
17177
171782008-08-20 Mark Kettenis <kettenis@gnu.org>
17179
17180 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17181 expect to find it in the "info frame" output.
17182
171832008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17184
17185 * gdb.base/interp.exp: Always consume both prompts.
17186
171872008-08-20 Pedro Alves <pedro@codesourcery.com>
17188
17189 * gdb.base/pending.exp: Test pending breakpoints without symbols
17190 loaded.
17191
171922008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17193
17194 * lib/mi-support.exp (mi_expect_stop): Produce
17195 more details on failures.
17196 * gdb.mi/mi-nonstop.exp: New.
17197 * gdb.mi/non-stop.c: New.
17198
171992008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17200
17201 * gdb.mi/mi-async.exp: Use 'set target-async'.
17202 * lib/mi-support.exp: Use 'set/show target-async'.
17203
172042008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17205
17206 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17207
172082008-08-17 Tom Tromey <tromey@redhat.com>
17209
17210 * gdb.base/help.exp (help catch): Rewrite.
17211
172122008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17213
17214 * gdb.base/define.exp: Test indented command documentation.
17215 * gdb.python/python.exp: Test indented multi-line command.
17216
172172008-08-15 Luis Machado <luisgpm@br.ibm.com>
17218
17219 * testsuite/gdb.arch/vsx-regs.c: New source file.
17220 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17221 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17222
172232008-08-14 Tom Tromey <tromey@redhat.com>
17224
17225 * gdb.base/macscp.exp: Add regression test for "macro define" or
17226 "macro undef" with no arguments.
17227
172282008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17229
17230 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17231
172322008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17233
17234 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17235
172362008-08-06 Tom Tromey <tromey@redhat.com>
17237
17238 * gdb.python/python.exp: New file.
17239
172402008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17241
17242 Fix for PR gdb/1543.
17243 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17244 $LOCATION.
17245 (location): New variable.
17246 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17247 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17248 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17249 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17250 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17251 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17252 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17253 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17254 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17255 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17256 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17257 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17258 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17259 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17260 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17261 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17262 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17263 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17264 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17265 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17266 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17267 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17268 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17269 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17270 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17271 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17272 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17273 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17274 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17275 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17276 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17277 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17278 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17279 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17280 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17281 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17282 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17283 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17284 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17285 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17286 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17287 gdb.base/type-opaque.exp, gdb.base/until.exp,
17288 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17289 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17290 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17291 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17292 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17293 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17294 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17295 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17296 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17297 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17298 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17299 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17300 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17301 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17302 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17303 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17304 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17305 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17306 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17307 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17308 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17309 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17310 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17311 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17312 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17313 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17314 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17315 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17316 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17317 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17318 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17319 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17320 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17321 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17322 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17323 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17324 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17325 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17326 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17327 to bug-gdb@prep.ai.mit.edu .
17328
173292008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17330
17331 * lib/mi-support.exp (mi_load_shlibs): New.
17332 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17333
173342008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17335
17336 * lib/mi-support.exp (get_mi_thread_list)
17337 (check_mi_and_console_threads): New, moved from ...
17338 * gdb.mi/mi-pthread.exp: ...here.
17339 * gdb.mi/gdb669.exp (get_mi_thread_list)
17340 (check_mi_and_console_threads): Delete.
17341 * gdb.mi/mi2-pthread.exp: Likewise.
17342
173432008-07-28 Tom Tromey <tromey@redhat.com>
17344
17345 * Makefile.in (just-check): Remove. Move body to...
17346 (check): ... here.
17347
173482008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17349
17350 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17351 Add a test for duplicated SIGINTs.
17352
173532008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17354
17355 * gdb.threads/schedlock.exp (get_args): Update to work for any
17356 value of NUM.
17357 (Top level): Report the number of threads that did not resume.
17358
173592008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17360
17361 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17362
173632008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17364
17365 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17366 non-MI prompt.
17367
173682008-07-26 Tom Tromey <tromey@redhat.com>
17369
17370 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17371 (function_struct, function_struct_ptr): New globals.
17372 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17373 function pointer in a struct.
17374
173752008-07-26 Tom Tromey <tromey@redhat.com>
17376
17377 * gdb.base/macscp.exp: Add test for macro lexing bug.
17378
173792008-07-18 Tom Tromey <tromey@redhat.com>
17380
17381 * gdb.base/macscp.exp: Add macro tests.
17382
173832008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17384
17385 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17386
173872008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17388
17389 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17390
173912008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17392
17393 * gdb.cp/class2.exp: fix for failure on spu-elf
17394
173952008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17396
17397 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17398
173992008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17400
17401 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17402
174032008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17404
17405 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17406
174072008-07-11 Kevin Buettner <kevinb@redhat.com>
17408
17409 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17410 of regexp to account for changes made to GDB in the printing of
17411 byte vectors.
17412
174132008-07-11 Tom Tromey <tromey@redhat.com>
17414
17415 * gdb.base/completion.exp: Add 'help' completion test.
17416
174172008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17418
17419 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17420
174212008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17422
17423 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17424
174252008-07-09 Pedro Alves <pedro@codesourcery.com>
17426
17427 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17428
174292008-07-09 Pedro Alves <pedro@codesourcery.com>
17430
17431 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17432
174332008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17434
17435 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17436
174372008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17438
17439 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17440 previous commit. Add a comment.
17441
174422008-06-28 Pedro Alves <pedro@codesourcery.com>
17443
17444 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17445
174462008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17447
17448 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17449
174502008-06-27 Pedro Alves <pedro@codesourcery.com>
17451
17452 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17453 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17454 compiling an executable, link in an object that forces unbuffered
17455 output.
17456 * lib/set_unbuffered_mode.c: New file.
17457
174582008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17459
17460 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17461
174622008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17463
17464 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17465 mi_expect_stop.
17466 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17467 Demand that *running is output.
17468 (detect_async): Perform checking every time.
17469 (mi_send_resuming_command): Extract everything into...
17470 (mi_send_resuming_command_raw): ...this.
17471 (mi_expect_stop): Don't accept any output before *stopped.
17472
174732008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17474
17475 Robustify mi-simplerun.
17476 * gdb.mi/basics.c (main): Add a call to sleep.
17477 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17478 * gdb.mi/mi2-cli.exp: Likewise.
17479 * gdb.mi/mi-break.exp: Likewise.
17480
174812008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17482
17483 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17484
174852008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17486
17487 * gdb.mi/mi-console.exp: Adjust.
17488 * gdb.mi/mi-syn-frame.exp: Adjust.
17489 * gdb.mi/mi2-console.exp: Adjust.
17490 * gdb.mi/mi2-syn-frame.exp: Adjust.
17491 * lib/mi-support.exp (mi_run_cmd): Adjust.
17492 (mi_send_resuming_command): Adjust.
17493
174942008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17495
17496 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17497 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17498 testing of stopped.
17499 * gdb.mi/mi2-syn-frame.exp: Likewise.
17500 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17501 (async, detect_async): New.
17502 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17503 depending on if we're running in sync or async mode.
17504
175052008-06-09 Tom Tromey <tromey@redhat.com>
17506
17507 * gdb.base/completion.exp: New tests for field name completion
17508 with spaces, and field name completion with '->'.
17509
175102008-06-06 Tom Tromey <tromey@redhat.com>
17511
17512 * gdb.base/break1.c (struct some_struct): New struct.
17513 (values): New global.
17514 * gdb.base/completion.exp: Add field name completion test.
17515
175162008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17517
17518 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17519 to pointer.
17520 * gdb.cp/call-c.cc: Likewise.
17521
175222008-06-06 Nick Roberts <nickrob@snap.net.nz>
17523
17524 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17525 annotation.
17526
175272008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17528 Pedro Alves <pedro@codesourcery.com>
17529
17530 * gdb.threads/execl.c, gdb.threads/execl1.c,
17531 gdb.threads/execl.exp: New tests.
17532
175332008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17534 Daniel Jacobowitz <dan@codesourcery.com>
17535
17536 * gdb.cp/exception.exp: Activate test, make it work with pending
17537 catchpoints.
17538
175392008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17540
17541 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17542
175432008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17544
17545 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17546 now printed.
17547 * gdb.mi/mi2-var-cmd.exp: Likewise.
17548
175492008-05-27 Andreas Schwab <schwab@suse.de>
17550
17551 * gdb.base/frame-args.exp: Handle arguments that are optimized
17552 out.
17553
175542008-05-26 Luis Machado <luisgpm@br.ibm.com>
17555
17556 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17557 quiet for ppc32 and group options into a single variable.
17558
175592008-05-23 Joel Brobecker <brobecker@adacore.com>
17560
17561 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17562 of zero-size elements.
17563 * gdb.ada/null_array.exp: Test printing this new array.
17564
175652008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17566
17567 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17568
175692008-05-21 Joel Brobecker <brobecker@adacore.com>
17570
17571 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17572 of the "finish" command.
17573
175742008-05-21 Nick Roberts <nickrob@snap.net.nz>
17575
17576 * gdb.base/annota1.exp: Test for new annotation.
17577
175782008-05-16 Pedro Alves <pedro@codesourcery.com>
17579
17580 * gdb.base/fixsection.exp: New file.
17581 * gdb.base/fixsection0.c: New file.
17582 * gdb.base/fixsection1.c: New file.
17583
175842008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17585
17586 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17587 * gdb.base/annota3.exp: Likewise.
17588
175892008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17590
17591 * gdb.base/watch_thread_num.exp: Don't run tests that require
17592 watchpoints if the target doesn't support them.
17593
175942008-05-12 Doug Evans <dje@google.com>
17595
17596 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17597
175982008-05-09 Joel Brobecker <brobecker@adacore.com>
17599
17600 * gdb.ada/assign_1.exp: New testcase.
17601
176022008-05-09 Doug Evans <dje@google.com>
17603
17604 * gdb.base/find.exp: New file.
17605 * gdb.base/find.c: New file.
17606
176072008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17608
17609 * gdb.base/commands.exp (watchpoint_command_test): Handle
17610 gdb,no_hardware_watchpoints.
17611 * gdb.base/float.exp: Allow ARM targets without floating point.
17612 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17613
176142008-05-06 Jerome Guitton <guitton@adacore.com>
17615 Joel Brobecker <brobecker@adacore.com>
17616
17617 * gdb.ada/lang_switch: New test program.
17618 * gdb.ada/lang_switch.exp: New testcase.
17619
176202008-05-05 Doug Evans <dje@google.com>
17621
17622 * gdb.base/help.exp (disassemble): Update expected help text.
17623
176242008-05-04 Pedro Alves <pedro@codesourcery.com>
17625
17626 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17627
176282008-05-04 Pedro Alves <pedro@codesourcery.com>
17629
17630 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17631 different times.
17632
176332008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17634
17635 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17636 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17637 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17638 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17639
176402008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17641
17642 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17643 notification to appear.
17644
176452008-05-04 Daniel Jacobowitz <dan@debian.org>
17646
17647 * gdb.base/fullname.c: New file.
17648 * gdb.base/fullname.exp: New file.
17649 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17650
176512008-05-03 Pedro Alves <pedro@codesourcery.com>
17652
17653 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17654 expressions with macros.
17655
176562008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17657
17658 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17659
176602008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17661
17662 * gdb.base/completion.exp: Handle lack of other symbols beginning
17663 with "a".
17664
17665 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17666
176672008-05-02 Jim Blandy <jimb@codesourcery.com>
17668
17669 * gdb.asm/asmsrc1.s: Add scratch space.
17670
176712008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17672 Daniel Jacobowitz <dan@codesourcery.com>
17673
17674 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17675 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17676 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17677
176782007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17679
17680 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17681
176822008-05-01 Joel Brobecker <brobecker@adacore.com>
17683
17684 * gdb.base/info-target.exp: New testcase.
17685
176862008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17687
17688 * gdb.cp/hang.exp: Use .cc instead of .C.
17689 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17690 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17691
176922008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17693
17694 * gdb.base/gdb1250.exp: Remove perror.
17695 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17696
176972008-04-30 Pedro Alves <pedro@codesourcery.com>
17698
17699 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17700 .2byte.
17701
177022008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17703
17704 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17705 (maybe_kfail): New.
17706
177072008-04-25 Pedro Alves <pedro@codesourcery.com>
17708
17709 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17710
177112008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17712
17713 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17714 * gdb.mi/mi2-syn-frame.exp: Likewise.
17715 * lib/mi-support.exp: Likewise.
17716
177172008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17718
17719 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17720 to specify regexp for the location to stop at.
17721 * gdb.base/break-always.c: New.
17722 * gdb.base/break-always.exp: New.
17723
177242008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17725
17726 * lib/mi-support.exp (mi_runto_helper): Adjust
17727 for the original-location field.
17728 (mi_create_breakpoint, mi_list_breakpoints): New.
17729 * gdb.mi/mi-break.exp: Adjust.
17730 * gdb.mi/mi2-break.exp: Adjust.
17731 * gdb.mi/mi-pending.exp: Adjust.
17732 * gdb.mi/mi-simplerun.exp: Adjust.
17733 * gdb.mi/mi2-simplerun.exp: Adjust.
17734 * gdb.mi/mi-syn-frame.exp: Adjust.
17735 * gdb.mi/mi2-syn-frame.exp: Adjust.
17736 * gdb.mi/mi-until.exp: Adjust.
17737 * gdb.mi/mi2-until.exp: Adjust.
17738 * gdb.mi/mi-var-display.exp: Adjust.
17739 * gdb.mi/mi2-var-display.exp: Adjust.
17740 * gdb.mi/mi-watch.exp: Adjust.
17741 * gdb.mi/mi2-watch.exp: Adjust.
17742
177432008-04-23 Paolo Bonzini <bonzini@gnu.org>
17744
17745 * aclocal.m4: Add override.m4.
17746 * configure: Regenerate.
17747
177482008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17749
17750 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17751 '-var-update --all-values' reports new value even the type
17752 of a variable object has changed.
17753
177542008-04-18 Craig Silverstein <csilvers@google.com>
17755
17756 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17757 files.
17758
177592008-04-18 Joel Brobecker <brobecker@adacore.com>
17760
17761 * gdb.ada/atomic_enum: New test program.
17762 * gdb.ada/atomic_enum.exp: New testcase.
17763
177642008-04-17 Doug Evans <dje@google.com>
17765
17766 * gdb.opt/Makefile.in: Fix whitespace.
17767
177682008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17769
17770 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17771
177722008-04-17 Doug Evans <dje@google.com>
17773
17774 * gdb.base/hashline1.exp: New testcase.
17775 * gdb.base/hashline2.exp: New testcase.
17776 * gdb.base/hashline2.exp: New testcase.
17777
177782008-04-17 Pedro Alves <pedro@codesourcery.com>
17779
17780 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17781
177822008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17783
17784 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17785 temporary breakpoint to match "Temporary breakpoint".
17786 * gdb.base/break.exp (delete_breakpoints): Likewise.
17787 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17788 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17789 * gdb.base/display.exp: Likewise.
17790 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17791 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17792 * gdb.base/restore.exp (restore_tests): Likewise.
17793 * gdb.base/sepdebug.exp: Likewise.
17794 * gdb.base/watchpoint.exp: Likewise.
17795 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17796 * gdb.mi/mi-pending.exp: Likewise.
17797 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17798 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17799 * gdb.mi/mi-var-cmd.exp: Likewise.
17800 * gdb.mi/mi-var-display.exp: Likewise.
17801 * gdb.mi/mi2-cli.exp: Likewise.
17802 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17803 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17804 * gdb.mi/mi2-var-display.exp: Likewise.
17805 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17806 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17807 new "disp" field.
17808 (mi_expect_stop): Move after_reason argument to be really after
17809 reason. This is to support fix for PR2424.
17810
178112008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17812
17813 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17814
178152008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17816
17817 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17818 field. Add more floating varobj tests.
17819 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17820 field.
17821 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17822 (main): Call do_at_tests.
17823 * lib/mi-support.exp (mi_create_floating_varobj)
17824 (mi_varobj_update_with_type_change): New.
17825
178262008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17827
17828 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17829 option of -var-evaluate-expression.
17830 * gdb.mi/mi2-var-display.exp: Likewise.
17831
178322008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17833
17834 Introduce test setup helpers.
17835 * lib/gdb.exp (build_executable, clean_restart)
17836 (prepare_for_testing): New.
17837 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17838 * gdb.base/return.exp: Likewise.
17839 * gdb.base/ending-run.exp: Likewise.
17840
178412008-04-07 Nick Roberts <nickrob@snap.net.nz>
17842
17843 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17844 Interface (MI) responses.
17845
178462008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17847
17848 * gdb.cp/breakpoint.cc: New code to test conditions involving
17849 member variables.
17850 * gdb.cp/breakpoint.exp: Test condition involving member
17851 variables.
17852
178532008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17854
17855 * lib/mi-support.exp (mi_expect_stop): New.
17856 (mi_run_cmd): Change the
17857 token. Use mi_send_resuming_command, use
17858 mi_expect_stop.
17859 (mi_execute_to_helper): Rename to mi_execute_to.
17860 (mi_send_resuming_command): Add more error patterns.
17861 (mi_wait_for_stop): Renamed to...
17862 (mi_get_stop_line): ...this.
17863 (mi_run_inline_test): Adjust.
17864
17865 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17866 * gdb.mi/mi-console.exp: Likewise.
17867 * gdb.mi/mi-pending.exp: Likewise.
17868 * gdb.mi/mi-simplerun.exp: Likewise.
17869 * gdb.mi/mi-stack.exp: Likewise.
17870 * gdb.mi/mi-stepi.exp: Likewise.
17871 * gdb.mi/mi-syn-frame.exp: Add comment.
17872 * gdb.mi/mi-until.exp: Likewise.
17873 * gdb.mi/mi-var-display.exp: Likewise.
17874 * gdb.mi/mi-watch.exp: Likewise.
17875 * gdb.mi/mi2-cli.exp: Likewise.
17876 * gdb.mi/mi2-console.exp: Likewise.
17877 * gdb.mi/mi2-simplerun.exp: Likewise.
17878 * gdb.mi/mi2-stack.exp: Likewise.
17879 * gdb.mi/mi2-stepi.exp: Likewise.
17880 * gdb.mi/mi2-until.exp: Likewise.
17881 * gdb.mi/mi2-var-display.exp: Likewise.
17882 * gdb.mi/mi2-watch.exp: Likewise.
17883
178842008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17885
17886 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17887
17888 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17889
178902008-04-04 Pedro Alves <pedro@codesourcery.com>
17891
17892 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17893 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17894 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17895 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17896 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17897 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17898 expect an mi error duplicated in stderr.
17899
179002008-04-03 Joel Brobecker <brobecker@adacore.com>
17901
17902 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17903 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17904 Add a couple of tests that verify the behavior when the new setting
17905 is set to "cancel" and "all".
17906 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17907 "ask" before we start the testing.
17908
179092008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17910
17911 * gdb.cp/casts.cc: Add class reference variables.
17912 * gdb.cp/casts.exp: New test cases for up/down casting references.
17913
179142008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17915
17916 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17917 instead of beginning to make an extra test pass.
17918 * gdb.mi/mi2-var-display.exp: Likewise.
17919
179202008-03-31 Maciej W. Rozycki <macro@mips.com>
17921
17922 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17923
179242008-03-31 Markus Deuling <deuling@de.ibm.com>
17925 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17926
17927 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17928 value. Add xfail for older kernels.
17929
179302008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17931
17932 Bring mi-support in line with gdb.exp.
17933 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17934 (mi_gdb_start): New function.
17935
179362008-03-28 Maciej W. Rozycki <macro@mips.com>
17937
17938 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17939
179402008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17941
17942 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17943 * gdb.mi/mi2-var-display.exp: Likewise.
17944
179452008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17946
17947 * lib/mi-support.exp (mi_create_varobj_checked): New.
17948 (mi_list_varobj_children): Allow to check for a
17949 value.
17950 (mi_list_array_varobj_children): New.
17951
17952 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17953 and mi_list_varobj_children, as opposed to hardcoding
17954 expected strings.
17955 * gdb.mi/gdb701.exp: Likewise.
17956 * gdb.mi/gdb792.exp: Likewise.
17957 * gdb.mi/mi-var-block.exp: Likewise.
17958 * gdb.mi/mi-var-cmd.exp: Likewise.
17959 * gdb.mi/mi-var-invalidate.exp: Likewise.
17960 * gdb.mi/mi2-var-block.exp: Likewise.
17961 * gdb.mi/mi2-var-child.exp: Likewise.
17962 * gdb.mi/mi2-var-cmd.exp: Likewise.
17963 * gdb.mi/mi2-var-display.exp: Likewise.
17964
179652008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17966
17967 Fix random false FAILs on i386.
17968 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17969
179702008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17971
17972 PR gdb/544
17973 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17974
179752008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17976
17977 PR gdb/544
17978 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17979
179802008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17981
17982 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17983 fixed PR gdb/544.
17984
179852008-03-21 Pedro Alves <pedro@codesourcery.com>
17986
17987 * gdb.threads/fork-child-threads.exp: Test next over fork.
17988
179892008-03-21 Chris Demetriou <cgd@google.com>
17990
17991 * gdb.base/break.exp (rbreak junk): New test for rbreak
17992 "Junk at end of arguments" issue.
17993
179942008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17995
17996 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17997 *& to work on created array elements.
17998 (Top level): Test print $pc with a file. Test string operations
17999 without a target.
18000 * gdb.base/ptype.exp: Do not expect *& to work on created array
18001 elements.
18002
180032008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18004
18005 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
18006 gdb.threads/staticthreads.exp: Update exit query.
18007
180082008-03-07 Sandra Loosemore <sandra@codesourcery.com>
18009
18010 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
18011
180122008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
18013
18014 * gdb.base/watchpoint.c (global_ptr, func4): New.
18015 (main): Call func4.
18016 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
18017 (test_inaccessible_watchpoint): New.
18018
180192008-02-29 Maciej W. Rozycki <macro@mips.com>
18020
18021 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
18022 select the largest.
18023
180242008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18025
18026 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
18027 frames-invalid annotations.
18028
180292008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18030
18031 * gdb.base/assign.exp: avoid same output for different tests.
18032
180332008-02-27 Doug Evans <dje@google.com>
18034
18035 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
18036 for bug 1738.
18037 (breakpoint_to_handler_entry): Ditto.
18038
180392008-02-27 Joel Brobecker <brobecker@adacore.com>
18040
18041 * gdb.base/ending-run.exp: Use the first line of code inside
18042 function body to test breakpoints.
18043 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
18044 location where the breakpoint is inserted when using the line
18045 where a function is declared. Fix typo in the description of
18046 one of the tests.
18047 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
18048
180492008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18050
18051 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
18052 tests.
18053
180542008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18055
18056 * gdb.base/args.exp: avoid same output for tests
18057 with single quotes.
18058
180592008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18060
18061 * gdb.base/annota1.exp: Adjust for 'info break'
18062 format changes.
18063 * gdb.base/annota3.exp: Likewise.
18064 * gdb.base/break.exp: Likewise.
18065 * gdb.base/condbreak.exp: Likewise.
18066 * gdb.base/pending.exp: Likewise.
18067 * gdb.base/sepdebug.exp: Likewise.
18068 * gdb.base/unload.exp: Likewise.
18069 * gdb.cp/ovldbreak.exp: Likewise.
18070 * gdb.mi/mi-pending.exp: Likewise.
18071
180722008-02-07 Doug Evans <dje@google.com>
18073
18074 * gdb.cp/mb-inline.exp: New.
18075 * gdb.cp/mb-inline.h: New.
18076 * gdb.cp/mb-inline1.cc: New.
18077 * gdb.cp/mb-inline2.cc: New.
18078
180792008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18080
18081 * gdb.pascal/floats.pas: New test program.
18082 * gdb.pascal/floats.exp: New testcase.
18083
180842008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18085
18086 * gdb.base/callfuncs.c (t_float_many_args): New function.
18087 (t_double_many_args): New function.
18088 * gdb.base/callfuncs.exp: Add tests for exceeding float
18089 and double parameters passed through the stack.
18090
180912008-02-05 Joel Brobecker <brobecker@adacore.com>
18092
18093 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18094 gdb.ada/complete/foo.adb: New files.
18095 * gdb.ada/complete.exp: New testcase.
18096
180972008-02-03 Doug Evans <dje@google.com>
18098
18099 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18100
18101 * gdb.cp/gdb2384.exp: New file.
18102 * gdb.cp/gdb2384.cc: New file.
18103 * gdb.cp/gdb2384-base.h: New file.
18104 * gdb.cp/gdb2384-base.cc: New file.
18105
181062008-02-02 Doug Evans <dje@google.com>
18107
18108 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18109
181102007-02-01 Joel Brobecker <brobecker@adacore.com>
18111
18112 * gdb.ada/sym_print_name: New test program.
18113 * gdb.ada/sym_print_name.exp: New testcase.
18114
181152007-02-01 Joel Brobecker <brobecker@adacore.com>
18116
18117 * gdb.ada/nested/hello.adb: New file.
18118 * gdb.ada/nested.exp: New testcase.
18119 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18120
181212008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18122
18123 * gdb.mi/basic.c (return_1): New function.
18124 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18125 don't cause future evaluations of function to report
18126 creation of internal breakpoints.
18127
181282008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18129
18130 * gdb.mi/mi-break.exp (test_error): New.
18131 Call it.
18132
181332008-01-31 Luis Machado <luisgpm@br.ibm.com>
18134
18135 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18136 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18137
181382008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18139
18140 * gdb.pascal/integers.pas: New test program.
18141 * gdb.pascal/integers.exp: New testcase.
18142
181432008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18144
18145 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18146
181472008-01-30 Luis Machado <luisgpm@br.ibm.com>
18148
18149 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18150 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18151
181522008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18153
18154 * gdb.ada/formatted_ref: New test program.
18155 * gdb.ada/formatted_ref.exp: New testcase.
18156
18157 * gdb.cp/formatted-ref.cc: New file.
18158 * gdb.cp/formatted-ref.exp: New testcase.
18159
181602008-01-30 Joel Brobecker <brobecker@adacore.com>
18161
18162 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18163
181642008-01-30 Nick Roberts <nickrob@snap.net.nz>
18165
18166 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18167 (test_file_list_exec_source_file): Update to new macro-info field.
18168
181692008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18170
18171 * gdb.ada/exprs: New test program.
18172 * gdb.ada/exprs.exp: New testcase.
18173
181742008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18175
18176 * dfp-test.c (DELTA, DELTA_B): New definitions.
18177 (double_val1, double_val2, double_val3, double_val4, double_val5,
18178 double_val6, double_val7, double_val8, double_val9, double_val10,
18179 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18180 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18181 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18182 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18183 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18184 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18185 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18186 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18187 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18188 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18189 dec128_val16): New global variables.
18190 (decimal_dec128_align): New function.
18191 (decimal_mixed): Likewise.
18192 (decimal_many_args_dec32): Likewise.
18193 (decimal_many_args_dec64): Likewise.
18194 (decimal_many_args_dec128): Likewise.
18195 (decimal_many_args_mixed): Likewise.
18196 * dfp-test.exp: Add tests calling new inferior functions.
18197
181982008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18199
18200 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18201 gdb.server/ext-run.exp: New files.
18202 * lib/gdbserver-support.exp (gdbserver_download): New.
18203 (gdbserver_start): New. Update gdbserver expected
18204 output.
18205 (gdbserver_spawn): Use them.
18206 (gdbserver_start_extended): New.
18207
182082008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18209
18210 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18211 Run on GNU/Linux.
18212 (do_exec_tests): Check for systems which do not support catchpoints.
18213 Do not match START.
18214 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18215 Run on GNU/Linux. Enable verbose output.
18216 (check_fork_catchpoints): New.
18217 (explicit_fork_child_follow, catch_fork_child_follow)
18218 (tcatch_fork_parent_follow): Update expected messages.
18219 (do_fork_tests): Use check_fork_catchpoints.
18220 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18221 Run on GNU/Linux. Enable verbose output.
18222 (check_vfork_catchpoints): New.
18223 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18224 expected messages.
18225 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18226
182272008-01-29 Jim Blandy <jimb@red-bean.com>
18228
18229 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18230 host' errors.
18231 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18232
182332008-01-29 Jim Blandy <jimb@red-bean.com>
18234
18235 * gdb.threads/sigthread.c: Use barriers to ensure that
18236 child_thread and child_thread_two are always initialized before we
18237 start to use them.
18238
182392008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18240
18241 * gdb.base/watchpoint-solib.exp: New.
18242 * gdb.base/watchpoint-solib.c: New.
18243 * gdb.base/watchpoint-solib-shr.c: New.
18244
182452008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18246
18247 * gdb.base/gdb1056.exp: Add unsigned integer test.
18248
182492008-01-28 Doug Evans <dje@google.com>
18250
18251 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18252
182532008-01-27 Jim Blandy <jimb@codesourcery.com>
18254
18255 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18256
18257 * gdb.base/expand-psymtabs.exp: Doc fix.
18258
182592008-01-26 Mark Kettenis <kettenis@gnu.org>
18260
18261 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18262
182632008-01-24 Nick Roberts <nickrob@snap.net.nz>
18264
18265 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18266 -var-set-format.
18267
182682008-01-23 Chris Demetriou <cgd@google.com>
18269
18270 * gdb.threads/thread_events.c: New testcase source file.
18271 * gdb.threads/thread_events.exp: New testcase expect file.
18272
182732008-01-23 Nick Roberts <nickrob@snap.net.nz>
18274
18275 * lib/gdb.exp: Add the variable octal.
18276
18277 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18278 -var-set-format.
18279
182802008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18281 Vladimir Prus <vladimir@codesourcery.com>
18282
18283 * gdb.base/float.exp: Allow missing floating point for m68k and
18284 PowerPC.
18285
182862008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18287
18288 * gdb.mi/basics.c: Setup for testing breakpoints
18289 ignore count.
18290 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18291 * gdb.mi/mi-cli.exp: Adjust.
18292 * gdb.mi/mi2-cli.exp: Adjust.
18293
182942008-01-17 Pedro Alves <pedro@codesourcery.com>
18295
18296 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18297 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18298 with dummy_ptr's address.
18299 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18300 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18301 all targets.
18302 * gdb.mi/mi2-var-child.exp: Likewise.
18303
183042008-01-09 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.ada/null_array: New test program.
18307 * gdb.ada/null_array.exp: New testcase.
18308
183092008-01-09 Luis Machado <luisgpm@br.ibm.com>
18310
18311 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18312 with required float modifiers.
18313
183142008-01-08 Joel Brobecker <brobecker@adacore.com>
18315
18316 * gdb.ada/funcall_param: New test program.
18317 * gdb.ada/funcall_param.exp: New testcase.
18318
183192008-01-08 Joel Brobecker <brobecker@adacore.com>
18320
18321 * gdb.ada/arrayparam: New test program.
18322 * gdb.ada/arrayparam.exp: New testcase.
18323
183242008-01-08 Joel Brobecker <brobecker@adacore.com>
18325
18326 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18327 landed. Should also fix random failures in the test following it.
18328
183292008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18330
18331 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18332 for expressions with decimal float values.
18333 (test_dfp_conversions): New function to test casts to and from
18334 decimal float types.
18335 Call test_dfp_conversions.
18336 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18337 elements.
18338 (main): Initialize ds.float4 and ds.double8 elements.
18339 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18340 string to new error message.
18341 (d64_set_tests): Likewise.
18342 (d128_set_tests): Likewise.
18343 Add tests for expressions with decimal float variables. Add tests for
18344 conversions to and from decimal float types.
18345
183462008-01-05 Joel Brobecker <brobecker@adacore.com>
18347
18348 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18349 * gdb.ada/packed_tagged.exp: New testcase.
18350
183512008-01-04 Joel Brobecker <brobecker@adacore.com>
18352
18353 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18354 gdb.ada/homonym/homonym_main.adb: New files.
18355 * gdb.ada/homonym.exp: New testcase.
18356
183572008-01-04 Joel Brobecker <brobecker@adacore.com>
18358
18359 * gdb.ada/packed_array.exp: Add testing of references to
18360 a packed array.
18361
183622008-01-04 Joel Brobecker <brobecker@adacore.com>
18363
18364 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18365 New files.
18366 * gdb.ada/type_coercion.exp: New testcase.
18367
183682008-01-04 Joel Brobecker <brobecker@adacore.com>
18369
18370 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18371 gdb.ada/tagged/foo.adb: New file.
18372 * gdb.ada/tagged.exp: New testcase.
18373
183742008-01-04 Joel Brobecker <brobecker@adacore.com>
18375
18376 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18377 gdb.ada/ptype_field/foo.adb: New files.
18378 * gdb.ada/ptype_field.exp: New testcase.
18379
183802008-01-03 Joel Brobecker <brobecker@adacore.com>
18381
18382 * gdb.ada/print_pc.exp: New testcase.
18383
183842008-01-03 Joel Brobecker <brobecker@adacore.com>
18385
18386 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18387 gdb.ada/taft_type/p.adb: New files.
18388 * gdb.ada/taft_type.exp: New testcase.
18389
183902008-01-03 Joel Brobecker <brobecker@adacore.com>
18391
18392 * gdb.ada/array_bounds/bar.adb: New file.
18393 * gdb.ada/array_bounds.exp: New testcase.
18394
183952008-01-03 Joel Brobecker <brobecker@adacore.com>
18396
18397 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18398 gdb.ada/arrayptr/foo.adb: New files.
18399 * gdb.ada/arrayptr.exp: New testcase.
18400
184012008-01-03 Joel Brobecker <brobecker@adacore.com>
18402
18403 * gdb.base/set-lang-auto.exp: New testcase.
18404
184052008-01-03 Joel Brobecker <brobecker@adacore.com>
18406
18407 * gdb.ada/fun_addr/foo.adb: New file.
18408 * gdb.ada/fun_addr.exp: New testcase.
18409
184102008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18411
18412 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18413 New files
18414
184152008-01-02 Joel Brobecker <brobecker@adacore.com>
18416
18417 * array_subscript_addr/p.adb: New file.
18418 * array_subscript_addr.exp: New testcase.
18419
184202008-01-02 Joel Brobecker <brobecker@adacore.com>
18421
18422 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18423 New files.
18424 * gdb.ada/str_cmp_ref.exp: New testcase.
18425
184262008-01-01 Joel Brobecker <brobecker@adacore.com>
18427
18428 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18429 gdb.ada/fun_in_declare/foo.adb: New files.
18430 * gdb.ada/fun_in_declare.exp: New testcase.
18431
184322008-01-01 Joel Brobecker <brobecker@adacore.com>
18433
18434 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18435 gdb.ada/ref_param/pck.ads: New files.
18436 * gdb.ada/ref_param.exp: New testcase.
18437
184382008-01-01 Joel Brobecker <brobecker@adacore.com>
18439
18440 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18441 gdb.ada/interface/foo.adb: New files.
18442 * gdb.ada/interface.exp: New testcase.
18443
184442007-12-31 Jim Blandy <jimb@codesourcery.com>
18445
18446 * gdb.base/multi-forks.exp: Consume all output from child
18447 processes before proceeding to next test.
18448
184492007-12-29 Jim Blandy <jimb@codesourcery.com>
18450
18451 * configure: Regenerated.
18452
184532007-12-27 Joel Brobecker <brobecker@adacore.com>
18454
18455 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18456 gdb.ada/fixed_cmp/fixed.adb: New files.
18457 * gdb.ada/fixed_cmp.exp: New testcase.
18458
184592007-12-27 Joel Brobecker <brobecker@adacore.com>
18460
18461 * gdb.ada/boolean_expr.exp: New testcase.
18462
184632007-12-26 Jim Blandy <jimb@codesourcery.com>
18464
18465 * gdb.base/multi-forks.exp: Doc fix.
18466
184672007-12-26 Joel Brobecker <brobecker@adacore.com>
18468
18469 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18470 * gdb.ada/char_param.exp: Do not compile our test program with
18471 -gnata, this is unnecessary.
18472 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18473
184742007-12-24 Joel Brobecker <brobecker@adacore.com>
18475
18476 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18477 gdb.ada/print_chars/foo.adb: New files.
18478 * gdb.ada/print_chars.exp: New testcase.
18479
184802007-12-24 Joel Brobecker <brobecker@adacore.com>
18481
18482 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18483 gdb.ada/char_param/foo.adb: New files.
18484 * gdb.ada/char_param.exp: New testcase.
18485
184862007-12-22 Jim Blandy <jimb@codesourcery.com>
18487
18488 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18489 hard-coding source line numbers into the test.
18490 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18491 gdb_get_line_number to find.
18492
184932007-12-22 Joel Brobecker <brobecker@adacore.com>
18494
18495 * gdb.base/ptype.c (highest): New struct type.
18496 (the_highest): New variable of that type.
18497 (main): Add dummy assignment to a field of variable the_highest.
18498 * gdb.base/ptype.exp: Test type printing of our new variable.
18499
185002007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18501
18502 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18503 and record first explicitly generated thread number.
18504 Use that thread number for thread specific watchpoint test.
18505 Add iteration number to repetitive tests.
18506
185072007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18508 Jim Blandy <jimb@codesourcery.com>
18509
18510 * gdb.base/expand-psymtabs.c: New testcase
18511 source file.
18512 * gdb.base/expand-psymtabs.exp: New testcase
18513 expect file.
18514
185152007-12-17 Luis Machado <luisgpm@br.ibm.com>
18516
18517 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18518 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18519
185202007-12-17 Joel Brobecker <brobecker@adacore.com>
18521
18522 * gdb.ada/frame_args/foo.adb: New file.
18523 * gdb.ada/frame_args/pck.ads: New file.
18524 * gdb.ada/frame_args/pck.adb: New file.
18525 * gdb.ada/frame_args.exp: New testcase.
18526
185272007-12-17 Joel Brobecker <brobecker@adacore.com>
18528
18529 * gdb.base/frame-args.c: New file.
18530 * gdb.base/frame-args.exp: New testcase.
18531
185322007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18533 Joseph Myers <joseph@codesourcery.com>
18534
18535 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18536
185372007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18538
18539 * gdb.mi/mi-pending.exp: New.
18540 * gdb.mi/mi-pending.c: New.
18541 * gdb.mi/mi-pendshr.c: New.
18542
185432007-12-06 Jim Blandy <jimb@codesourcery.com>
18544
18545 * gdb.base/default.exp: Update expected output for 'info catch'.
18546
185472007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18548
18549 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18550 must be set to binary.
18551
185522007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18553
18554 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18555
185562007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18557
18558 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18559 gdb.mi/mi-file-transfer.exp: New.
18560
185612007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18562
18563 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18564
185652007-11-22 Maciej W. Rozycki <macro@mips.com>
18566
18567 * gdb.trace/backtrace.exp: Fix a typo.
18568 * gdb.trace/circ.exp: Likewise.
18569 * gdb.trace/collection.exp: Likewise.
18570 * gdb.trace/limits.exp: Likewise.
18571 * gdb.trace/report.exp: Likewise.
18572 * gdb.trace/tfind.exp: Likewise.
18573 * gdb.trace/while-dyn.exp: Likewise.
18574
185752007-11-21 Nick Roberts <nickrob@snap.net.nz>
18576
18577 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18578 objects of pointers that can't be dereferenced are now
18579 "noneditable".
18580
185812007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18582
18583 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18584 (target_cpu): Remove.
18585
185862007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18587
18588 * gdb.base/ending-run.exp: Expect the list of cleared
18589 breakpoint to come in natural order, not the reversed one.
18590
185912007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18592
18593 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18594 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18595
185962007-11-05 Luis Machado <luisgpm@br.ibm.com>
18597
18598 * gdb.base/printcmds.exp: New function
18599 test_printf_with_dfp.
18600
186012007-11-02 Doug Evans <dje@google.com>
18602
18603 * gdb.disasm/t01_mov.s: Remove carriage returns.
18604 * gdb.disasm/t02_mova.s: Ditto.
18605 * gdb.disasm/t03_add.s: Ditto.
18606 * gdb.disasm/t04_sub.s: Ditto.
18607 * gdb.disasm/t05_cmp.s: Ditto.
18608 * gdb.disasm/t06_ari2.s: Ditto.
18609 * gdb.disasm/t07_ari3.s: Ditto.
18610 * gdb.disasm/t08_or.s: Ditto.
18611 * gdb.disasm/t09_xor.s: Ditto.
18612 * gdb.disasm/t10_and.s: Ditto.
18613 * gdb.disasm/t11_logs.s: Ditto.
18614 * gdb.disasm/t12_bit.s: Ditto.
18615 * gdb.disasm/t13_otr.s: Ditto.
18616
186172007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18618
18619 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18620
186212007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18622
18623 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18624 provide DFP support.
18625
186262007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18627
18628 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18629 Test "set powerpc vector-abi". Skip auto-detection tests for old
18630 toolchains.
18631
186322007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18633
18634 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18635 with [string compare].
18636
186372007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18638
18639 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18640 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18641
186422007-10-25 Luis Machado <luisgpm@br.ibm.com>
18643
18644 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18645 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18646 * gdb.opt/Makefile.in: New makefile.
18647 * Makefile.in: Create new directory "gdb.opt".
18648 * configure.ac: Add "gdb.opt" directory.
18649 * configure: Regenerated.
18650
186512007-10-25 Doug Evans <dje@google.com>
18652
18653 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18654 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18655
186562007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18657 Thiago Jung Bauermann <bauerman@br.ibm.com>
18658
18659 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18660 Floating Point expressions.
18661 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18662 Floating Point variables.
18663 * gdb.base/dfp-test.c: new file containing program with Decimal
18664 Floating variables, used by gdb.base/dfp-test.exp.
18665
186662007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18667
18668 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18669
186702007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18671
18672 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18673 compiling test case with GCC.
18674 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18675
186762007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18677
18678 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18679 format changes.
18680
186812007-10-18 Michael Snyder <msnyder@specifix.com>
18682
18683 * gdb.base/dbx.exp: Add missing "-re " operator.
18684
186852007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18686
18687 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18688 * configure.ac: Removed trailing spaces after backslash.
18689 * gdb.modula2: New directory.
18690 * gdb.modula2/Makefile.in: New file.
18691 * gdb.modula2/unbounded-array.exp: New file.
18692 * gdb.modula2/unbounded1.c: New file.
18693
186942007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18695
18696 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18697
186982007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18699
18700 * gdb.base/sigstep.c (main): Add checks for
18701 return values for setitimer call.
18702 Call setitimer again with itimer = ITIMER_REAL
18703 if first call to setitimer fails.
18704
187052007-10-11 Kazu Hirata <kazu@codesourcery.com>
18706
18707 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18708 of $timeout.
18709
187102007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18711
18712 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18713
187142007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18715
18716 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18717 of gdb_expect call, to avoid interruption.
18718
187192007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18720
18721 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18722 (v_unsigned_long_long, v_long_long_array)
18723 (v_signed_long_long_array, v_unsigned_long_long_array)
18724 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18725 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18726 [!NO_LONG_LONG]: New.
18727 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18728 v_long_long_member.
18729
18730 (v_long_long_func, v_signed_long_long_func)
18731 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18732 (main) [!NO_LONG_LONG]: Initialize long long variants.
18733
18734 * gdb.base/whatis.exp: If board file requests no_long_long, build
18735 test with NO_LONG_LONG defined. Test long long, signed long long,
18736 and unsigned long long variants but only if board file doesn't
18737 disable it.
18738
187392007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18740 Daniel Jacobowitz <dan@codesourcery.com>
18741
18742 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18743 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18744 * configure: Regenerated.
18745 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18746 gdb.pascal/types.exp, lib/pascal.exp: New files.
18747
187482007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18749
18750 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18751 call.
18752 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18753 to return to the call.
18754 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18755 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18756 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18757 * gdb.mi/mi-until.exp (test_until): Likewise.
18758 * gdb.mi/mi2-until.exp (test_until): Likewise.
18759
187602007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18761
18762 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18763 two-char array.
18764 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18765
187662007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18767
18768 * gdb.threads/watchthreads.c (thread_function): Sleep between
18769 iterations.
18770 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18771 at once for S/390. Generate matching fails and passes.
18772
187732007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18774
18775 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18776 the 'struct_declarations' variable to zeros.
18777
187782007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18779
18780 * gdb.cp/mb-ctor.cc: New.
18781 * gdb.cp/mb-ctor.exp: New.
18782 * gdb.cp/mb-templates.cc: New.
18783 * gdb.cp/mb-templates.exp: New.
18784
187852007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18786
18787 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18788
187892007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18790
18791 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18792 targets.
18793 * configure: Regenerate.
18794
187952007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18796
18797 * gdb.base/annota1.exp: Adjust for 'info break'
18798 format changes.
18799 * gdb.base/annota3.exp: Likewise.
18800 * gdb.base/break.exp: Likewise.
18801 * gdb.base/condbreak.exp: Likewise.
18802 * gdb.base/pending.exp: Likewise.
18803 * gdb.base/sepdebug.exp: Likewise.
18804 * gdb.base/unload.exp: Likewise.
18805 * gdb.base/ovldbreak.exp: Likewise.
18806
188072007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18808
18809 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18810 messages.
18811 * gdb.base/chng-syms.exp: Likewise.
18812 * gdb.base/unload.exp: Likewise.
18813
188142007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18815
18816 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18817
188182007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18819
18820 * schedlock.c (NUM): Change to 1.
18821 (main): Use args[0] for the main thread.
18822 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18823 regardless of the number of threads.
18824
188252007-09-14 Maciej W. Rozycki <macro@mips.com>
18826
18827 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18828 type down.
18829 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18830 test.
18831 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18832 watchpoint type down.
18833 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18834 test.
18835
188362007-09-14 Maciej W. Rozycki <macro@mips.com>
18837
18838 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18839 Move all the tests here and run them twice, once using software
18840 watchpoints and once using hardware watchpoints.
18841 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18842
188432007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18844
18845 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18846 test.
18847
188482007-09-10 Mark Kettenis <kettenis@gnu.org>
18849
18850 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18851 build-id.
18852
18853 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18854 know about $ORIGIN. Calculate output dir from $dest instead of
18855 using ${objdir}/{$subdir}.
18856
188572007-09-09 Mark Kettenis <kettenis@gnu.org>
18858
18859 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18860 gcore, before continuing with the test.
18861
188622007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18863
18864 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18865 * gdb.mi/mi-watch.exp: Likewise.
18866
188672007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18868 Jim Blandy <jimb@codesourcery.com>
18869
18870 * gdb.arch/i386-sse.exp: Do not expect character constants.
18871 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18872 * gdb.base/display.exp: Allow print/s.
18873 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18874 and unsigned char array changes.
18875
188762007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18877
18878 * gdb.base/display.exp: Add tests for printf %p.
18879
188802007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18881
18882 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18883 the dll name to unicode.
18884
188852007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18886
18887 * gdb.base/default.exp (show version): Update the version text.
18888 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18889
188902007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18891
18892 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18893 New files.
18894
188952007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18896
18897 * lib/gdb.exp (build_id_debug_filename_get): New function.
18898 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18899 Remove the generate DEBUG file for the future testcase runs.
18900 New testcase for the NT_GNU_BUILD_ID retrieval.
18901 Move the final testing step to ...
18902 (test_different_dir): ... a new function.
18903 New parameter XFAIL to XFAIL all the tests performed.
18904 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18905 New parameter TYPE to PF_PREFIX all the tests performed.
18906
189072007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18908
18909 * gdb.mi/mi-var-cp.cc (path_expression): New
18910 function.
18911 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18912
189132007-08-27 Markus Deuling <deuling@de.ibm.com>
18914
18915 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18916 to fit into SPU Local Store memory.
18917
189182007-08-23 Joel Brobecker <brobecker@adacore.com>
18919
18920 * gdb.base/default.exp: Adjust the expected output of "info
18921 warranty" after the switch to GPLv3.
18922
189232007-08-23 Joel Brobecker <brobecker@adacore.com>
18924
18925 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18926 to 30000 (from 20000).
18927
189282007-08-23 Joel Brobecker <brobecker@adacore.com>
18929
18930 Switch the license of all .exp files to GPLv3.
18931 Switch the license of all .f and .f90 files to GPLv3.
18932 Switch the license of all .s and .S files to GPLv3.
18933
189342007-08-23 Joel Brobecker <brobecker@adacore.com>
18935
18936 * configure.ac: Switch license to GPLv3.
18937
189382007-08-23 Joel Brobecker <brobecker@adacore.com>
18939
18940 Switch the licensing to GPLv3 for all .ads and .adb files.
18941
189422007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18943
18944 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18945 and t_int_double.
18946 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18947
189482007-08-17 Joel Brobecker <brobecker@adacore.com>
18949
18950 * gdb.base/step-line.c: Switch license to GPL version 3, and
18951 update copyright year.
18952 * gdb.base/step-line.inp: Likewise.
18953
189542007-08-17 Joel Brobecker <brobecker@adacore.com>
18955
18956 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18957 changes inside gdb1555.c.
18958 * gdb.base/pending.exp: Likewise.
18959
189602007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18961
18962 * config/default.exp: New file.
18963
189642007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18965
18966 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18967 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18968
189692007-07-30 Maciej W. Rozycki <macro@mips.com>
18970
18971 * gdb.base/dump.exp: Force the correct endianness for binary
18972 formats not carrying this information.
18973
189742007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18975
18976 * gdb.threads/staticthreads.exp: Match .*sem_post.
18977
189782007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18979
18980 * gdb.base/readline.exp (operate_and_get_next): Match the final
18981 prompt.
18982
189832007-07-23 Kevin Buettner <kevinb@redhat.com>
18984
18985 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18986 to restarting SID.
18987
189882007-07-18 Kevin Buettner <kevinb@redhat.com>
18989
18990 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18991 prior to `gdb_start'.
18992
189932007-07-18 Kevin Buettner <kevinb@redhat.com>
18994
18995 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18996 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18997 Remove call to gdb_unload.
18998
189992007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
19000 Daniel Jacobowitz <dan@codesourcery.com>
19001
19002 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
19003 for __WIN32__.
19004 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
19005 * gdb.base/unload.exp: Use shared library test routines.
19006
190072007-07-03 Markus Deuling <deuling@de.ibm.com>
19008
19009 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
19010 * gdb.base/solib-symbol-lib.c: Likewise.
19011 * gdb.base/solib-symbol-main.c: Likewise.
19012
190132007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
19014
19015 * config/gdbserver.exp (gdb_reconnect): New.
19016 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
19017 gdb.base/solib-disc.exp: New files.
19018 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
19019 remote debugging".
19020 (gdb_compile): Add shlib_load flag.
19021 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
19022 port.
19023 (gdbserver_reconnect): New.
19024
190252007-07-01 Nick Roberts <nickrob@snap.net.nz>
19026 Daniel Jacobowitz <dan@codesourcery.com>
19027
19028 * gdb.base/annota3.exp: Test for if construct.
19029
190302007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19031
19032 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19033
190342007-06-21 Chris Dearman <chris@mips.com>
19035 Maciej W. Rozycki <macro@mips.com>
19036
19037 * gdb.base/display.exp: Allow a newline after display/i.
19038 * gdb.base/pc-fp.exp: Likewise.
19039 * gdb.base/sigbpt.exp: Likewise.
19040
190412007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19042
19043 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
19044 required features to be included.
19045
190462007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19047
19048 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19049 in info threads output.
19050
190512007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19052 Markus Deuling <deuling@de.ibm.com>
19053
19054 * gdb.arch/spu-info.exp: New testcase.
19055 * gdb.arch/spu-info.c: New file.
19056
190572007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19058
19059 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19060 tpcs_offset. Restore lr after the call.
19061 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19062
190632007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19064
19065 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19066 (gdbserver_run): Kill any running gdbserver.
19067 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19068
190692007-05-17 Maciej W. Rozycki <macro@mips.com>
19070
19071 * gdb.base/sigbpt.exp: Preset segv_addr.
19072
190732007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19074
19075 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19076 (gdb_compile_shlib): Likewise.
19077 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19078 (default_gdb_init): Clear cleanfiles.
19079 (gdb_finish): Delete recorded cleanfiles.
19080 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19081
19082 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19083 Do not use isnative.
19084 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19085 gdb.base/so-impl-ld.exp: Likewise.
19086 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19087 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19088 gdb_compile.
19089
190902007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19091
19092 * config/unknown.exp: Remove.
19093
190942007-05-15 Markus Deuling <deuling@de.ibm.com>
19095
19096 * gdb.base/info-proc.exp: Check is_remote.
19097
190982007-05-14 Markus Deuling <deuling@de.ibm.com>
19099
19100 * gdb.base/gcore.exp: Initialize variable core_supported.
19101
191022007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19103
19104 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19105
191062007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19107
19108 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19109 * gdb.threads/print-threads.exp (test_all_threads): Allow
19110 negative and hexadecimal thread IDs.
19111
191122007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19113
19114 * gdb.java/jprint.java (public): Avoid invalid call to static
19115 method.
19116
191172007-05-14 Denis Pilat <denis.pilat@st.com>
19118
19119 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19120 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19121 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19122 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19123 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19124
191252007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19126
19127 * gdb.base/overlays.exp: Add support for targets with only code
19128 overlay support, not data overlay. Support spu-*-* target in
19129 this mode.
19130 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19131 * gdb.base/spu.ld: New file.
19132
191332007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19134
19135 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19136
191372007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19138
19139 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19140
191412007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19142
19143 * gdb.java/jmain.exp: Handle demangled names with and without method
19144 signatures.
19145
191462007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19147
19148 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19149 (have_a_very_merry_interrupt): Remove calls to puts.
19150 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19151 inferior output.
19152 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19153 test names.
19154
191552007-04-29 Markus Deuling <deuling@de.ibm.com>
19156 Daniel Jacobowitz <dan@codesourcery.com>
19157
19158 * gdb.base/auxv.exp (core_works): Also check is_remote.
19159 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19160
191612007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19162
19163 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19164 message, not the undefined 'module' variable.
19165 * gdb.base/siginfo.exp: Likewise.
19166 * gdb.base/sigstep.exp: Likewise.
19167 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19168 serialport.
19169 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19170
191712007-04-25 Corinna Vinschen <vinschen@redhat.com>
19172
19173 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19174 target sim fails. Return 0 otherwise.
19175 (gdb_load): Return prematurely if gdb_target_sim fails.
19176
191772007-04-16 Denis Pilat <denis.pilat@st.com>
19178
19179 * gdb.base/setshow.exp: Reset height after having set it to 100.
19180
191812007-04-16 Denis Pilat <denis.pilat@st.com>
19182
19183 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19184
191852007-04-16 Denis Pilat <denis.pilat@st.com>
19186
19187 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19188
191892007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19190
19191 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19192 tests. Run the frozen varobjs test.
19193 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19194 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19195
191962007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19197
19198 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19199 gdb.base/type-opaque.exp: New files.
19200
192012007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19202
19203 * gdb.mi/mi-var-child.c
19204 (do_children_tests): User char[2] instead of
19205 char so that automatic printing of pointers to char
19206 don't give unpredicable result.
19207 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19208 local variables.
19209 * gdb.mi/mi-var-child.exp: Step to right line
19210 of do_children_tests.
19211 * gdb.mi/mi2-var-child.exp: Likewise.
19212 * gdb.mi/mi-var-cmd.exp: Step to right line of
19213 do_locals_tests.
19214 (do_children_tests): User char[2] instead of
19215 char so that automatic printing of pointers to char
19216 don't give unpredicable result.
19217 * gdb.mi/mi2-var-cmd.exp: Likewise.
19218 * lib/mi-support.exp (mi_continue_to_line):
19219 Pass test name to mi_wait_for_stop.
19220
192212007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19222
19223 * gdb.asm/asm-source.exp: Remove d10v case.
19224 * lib/gdb.exp (skip_cplus_tests): Likewise.
19225 * gdb.asm/d10v.inc: Deleted.
19226
192272007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19228
19229 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19230
192312007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19232
19233 * config/netware.exp: Delete file.
19234
192352007-03-29 Joel Brobecker <brobecker@adacore.com>
19236
19237 * gdb.dwarf2/dw2-noloc.S: New file.
19238 * gdb.dwarf2/dw2-noloc.exp: New file.
19239
192402007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19241
19242 * gdb.cp/method2.cc: New test.
19243 * gdb.cp/method2.exp: New test.
19244 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19245
192462007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19247
19248 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19249
192502007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19251
19252 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19253
192542007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19255
19256 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19257 (gdb_load): Delete, replace with...
19258 (gdb_reload): ...this.
19259 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19260 * gdb.server/server-mon.exp: Likewise.
19261 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19262 (gdb_start_cmd): New.
19263 (gdb_file_cmd): Save the last loaded file.
19264 (gdb_reload): New.
19265 (gdb_gnu_strip_debug): Use transform.
19266 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19267 support here. Use new $last_loaded_file. Check mtime.
19268 (gdb_target_cmd): Handle ObjC failure case.
19269 (infer_host_exec): Delete.
19270 (gdbserver_load): Rename to...
19271 (gdbserver_run): ...this. Simplify.
19272 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19273 (mi_gdb_load): Move most contents to a new function...
19274 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19275 (mi_run_cmd): Use mi_gdb_target_load.
19276 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19277 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19278 Use gdb_run_cmd.
19279 * gdb.base/charsign.exp: Remove incorrect comment.
19280 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19281 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19282 gdb.base/start.exp: Use gdb_start_cmd.
19283
192842007-03-23 Nigel Stephens <nigel@mips.com>
19285 Maciej W. Rozycki <macro@mips.com>
19286
19287 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19288 * gdb.base/signull.exp: Similarly.
19289
192902007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19291
19292 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19293 messages available to test cases (like chng-sym.exp).
19294
192952007-03-14 Andreas Schwab <schwab@suse.de>
19296
19297 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19298 format changes.
19299
193002007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19301
19302 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19303 (optimized_1): New.
19304 (main): Call optimized_1.
19305 (gdb2029): Correct typos. Call gdb2029_marker.
19306 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19307 for gdb2029.
19308
193092007-03-12 Mark Kettenis <kettenis@gnu.org>
19310
19311 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19312 as tabs. Remove redundant test pattern.
19313
193142007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19315
19316 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19317 for /a format output.
19318
193192007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19320
19321 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19322 collect output incrementally.
19323
193242007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19325
19326 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19327 for -var-create lpcharacter test.
19328 * gdb.mi/mi2-var-cmd.exp: Likewise.
19329
193302007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19331
19332 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19333 pass on targets where address zero is readable.
19334
193352007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19336
19337 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19338 just a single architecture.
19339
193402007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19341
19342 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19343 (fetch_all_registers): New function, uses gdb_test_multiple and
19344 exp_continue to fetch inferior output line-by-line.
19345 Replace all uses of do_get_all_registers by fetch_all_registers.
19346
193472007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19348
19349 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19350 in target_info.
19351
193522007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19353
19354 * gdb.threads/manythreads.exp: Use $message string for
19355 consistancy; add a default (timeout) case.
19356
193572007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19358
19359 * gdb.base/watchpoint.exp: Fix truncated comment.
19360
193612007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19362
19363 * Makefile.in: Remove spurious single-quotes from sed command.
19364
193652007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19366
19367 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19368 func.
19369 * gdb.mi/mi2-var-cmd.exp: Likewise.
19370
193712007-02-27 Joel Brobecker <brobecker@adacore.com>
19372
19373 * gdb.dwarf2/dw2-producer.S: New file.
19374 * gdb.dwarf2/dw2-producer.exp: New testcase.
19375
193762007-02-27 Nick Roberts <nickrob@snap.net.nz>
19377
19378 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19379 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19380 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19381 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19382 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19383 Revert tests to use mi_gdb_test and include value field in output
19384 of -var-create.
19385
193862007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19387
19388 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19389
193902007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19391
19392 * gdb.base/maint.exp: Remove full paths from test names.
19393 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19394 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19395
193962007-02-27 Joel Brobecker <brobecker@adacore.com>
19397
19398 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19399
194002007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19401
19402 * gdb.server/server-mon.exp: New test.
19403
194042007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19405
19406 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19407
194082007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19409
19410 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19411 register capitalization.
19412
194132007-02-13 Denis Pilat <denis.pilat@st.com>
19414
19415 * gdb.mi/mi-var-invalidate.exp: New file.
19416
194172007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19418
19419 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19420
194212007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19422
19423 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19424
194252007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19426
19427 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19428 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19429
194302007-02-08 Nick Roberts <nickrob@snap.net.nz>
19431
19432 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19433 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19434 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19435 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19436 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19437 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19438 Update tests to include value field in output of -var-create.
19439
194402007-02-08 Andreas Schwab <schwab@suse.de>
19441
19442 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19443
194442007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19445
19446 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19447 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19448
194492007-02-02 Denis Pilat <denis.pilat@st.com>
19450
19451 * gdb.threads/threadapply.exp: check that frame is not changed by
19452 the thread apply all command.
19453
194542007-01-31 Andreas Schwab <schwab@suse.de>
19455
19456 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19457
19458 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19459 in the dwarf sections.
19460 * gdb.dwarf2/mac-fileno.S: Likewise.
19461
19462 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19463 bspstore register on ia64.
19464
194652007-01-29 Andreas Schwab <schwab@suse.de>
19466
19467 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19468 "frame-begin" annotation.
19469
19470 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19471 number of "frames-invalid" annotations.
19472
194732007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19474
19475 * gdb.base/commands.exp: Call if_commands_test.
19476 (gdb_test_no_prompt, if_commands_test): New.
19477
194782007-01-28 Mark Kettenis <kettenis@gnu.org>
19479
19480 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19481
194822007-01-27 Andreas Schwab <schwab@suse.de>
19483
19484 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19485 .short/.int/.quad in the dwarf sections.
19486 * gdb.dwarf2/dw2-intercu.S: Likewise.
19487 * gdb.dwarf2/dw2-intermix.S: Likewise.
19488
194892007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19490
19491 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19492 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19493 array.
19494 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19495 * gdb.base/setvar.exp: Likewise.
19496
194972007-01-26 Andreas Schwab <schwab@suse.de>
19498
19499 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19500 test.
19501
19502 * gdb.base/multi-forks.exp ("restart $i"): Also match
19503 __kernel_syscall_via_break.
19504
195052007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19506
19507 * lib/mi-support.exp (mi_delete_varobj): New.
19508 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19509 testcase.
19510 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19511 (main): Call the above.
19512 (reference_update_test, base_in_reference_test)
19513 (reference_to_pointer): Delete the created varobjs.
19514
195152007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19516
19517 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19518 * configure: Regenerated.
19519 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19520 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19521 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19522 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19523 * lib/gdb.exp (gdb_skip_xml_test): New function.
19524
195252007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19526
19527 * gdb.base/sigrepeat.exp: Correct error message.
19528
195292007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19530 Daniel Jacobowitz <dan@codesourcery.com>
19531
19532 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19533 gdb.arch/i386-gnu-cfi-asm.S: New files.
19534
195352007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19536
19537 * lib/gdb.exp: Abort on missing `site.exp'.
19538
195392007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19540 Daniel Jacobowitz <dan@codesourcery.com>
19541
19542 * gdb.base/included.c, gdb.base/included.exp,
19543 gdb.base/included.h: New files.
19544
195452007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19546
19547 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19548 (maximize_rlimit): Reduce limits on 64-bit systems.
19549
195502007-01-19 Mark Kettenis <kettenis@gnu.org>
19551
19552 From Marcus Deuling <deuling@de.ibm.com>:
19553 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19554 every case.
19555
195562007-01-13 Nick Roberts <nickrob@snap.net.nz>
19557
19558 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19559 (test_path_specification): Use objdir instead of srcdir to always
19560 get an absolute filename.
19561
195622007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19563
19564 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19565
195662007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19567
19568 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19569 Make sure the variable we're using is in scope.
19570 (reference_to_pointer): Likewise.
19571
195722007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19573
19574 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19575 has no debug information.
19576
195772007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19578
19579 * gdb.base/annota1.exp: Remove extra send_gdb.
19580
195812007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19582
19583 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19584
195852007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19586
19587 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19588
195892007-01-08 Nick Roberts <nickrob@snap.net.nz>
19590 Daniel Jacobowitz <dan@codesourcery.com>
19591
19592 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19593 lcharacter or linteger change. Correct duplicated test name.
19594 * gdb.mi/mi2-var-cmd.exp: Likewise.
19595
195962007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19597
19598 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19599
196002007-01-05 Joel Brobecker <brobecker@adacore.com>
19601
19602 * gdb.base/nofield.c: New file.
19603 * gdb.base/nofield.exp: New testcase.
19604
196052007-01-05 Nick Roberts <nickrob@snap.net.nz>
19606
19607 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19608
19609 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19610 test.
19611
196122007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19613
19614 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19615
196162007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19617
19618 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19619 when continuing.
19620
196212007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19622
19623 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19624 Expect ".exe" extension.
19625
196262007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19627
19628 * gdb.base/charset.exp: Add explicit filename to break.
19629 * gdb.base/dbx.exp: Add explicit filename to breaks.
19630
196312007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19632
19633 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19634 * gdb.mi/mi2-file.exp: Likewise.
19635
196362007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19637
19638 Implement specification of MI tests as comments
19639 in C and C++ sources.
19640 * lib/mi-support.exp (mi_autotest_data): New variable.
19641 (mi_autotest_source): New variable.
19642 (count_newlines, mi_prepare_inline_tests)
19643 (mi_get_inline_test, mi_continue_to_line)
19644 (mi_run_inline_test, mi_tbreak)
19645 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19646 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19647 Run inline tests.
19648 * gdb.mi/mi-var-cp.cc: Define tests here.
19649
196502007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19651
19652 Simplify usage of mi_continue_to.
19653 * lib/mi-support.exp (mi_runto_helper): Renamed
19654 from mi_runto, added new parameter 'run_or_continue'.
19655 (mi_runto): Use mi_runto_helper.
19656 (mi_continue_to): Accept just function name as parameter.
19657 Use mi_runto_helper.
19658 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19659 * gdb.mi/mi2-var-cmd.exp: Likewise.
19660
196612006-01-04 Joel Brobecker <brobecker@adacore.com>
19662
19663 Make this testcase a bit more realistic. The current code
19664 is too simplistic, and allows the compiler to optimize out
19665 some of the entities we need for this testcase.
19666 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19667 (Do_Nothing): Add extra parameter.
19668 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19669 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19670 by using a variable of type Void_Star.
19671
196722006-01-04 Joel Brobecker <brobecker@adacore.com>
19673
19674 * gdb.ada/catch_ex/foo.adb: New file.
19675 * gdb.ada/catch_ex.exp: New testcase.
19676
196772007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19678
19679 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19680 pass --image-base to linker.
19681
196822007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19683 Daniel Jacobowitz <dan@codesourcery.com>
19684
19685 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19686 secondary prompts.
19687
196882007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19689
19690 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19691 output. Test the types of members and member pointers.
19692 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19693 gdb/2092.
19694 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19695 statement. Enable for GCC. Update expected output for some tests
19696 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19697 layout.
19698 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19699 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19700 (Diamond::vget_base): New.
19701 (main): Add new tests.
19702 * gdb.cp/printmethod.exp: Update expected output for member functions.
19703 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19704 print pEe->D::vg().
19705
197062007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19707
19708 * gdb.threads/tls.exp: Allow stops in sem_post.
19709
197102006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19711
19712 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19713 * gdb.base/annota3.exp: Likewise.
19714 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19715 again (instead of timing out).
19716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19717 GCC bug 26475.
19718 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19719 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19720 test from jmisc1.exp.
19721 * gdb.java/jmisc1.exp: Delete.
19722 * gdb.java/jprint.exp: Adjust to work with method signatures including
19723 return types.
19724 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19725 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19726 * lib/java.exp (compile_java_from_source): Pass the correct type
19727 to target_compile.
19728
197292006-12-31 Joel Brobecker <brobecker@adacore.com>
19730
19731 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19732 (stack_align_edx): New function.
19733 (stack_align_eax): New function.
19734 (main): Add calls to stack_align_edx and stack_align_eax.
19735 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19736 Add testing for the cases where the register used during a stack
19737 realignment is edx. Same for eax.
19738
197392006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19740
19741 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19742 and generic PE targets.
19743
197442006-12-29 Joel Brobecker <brobecker@adacore.com>
19745
19746 * gdb.ada/array_return.exp: Update copyright date list.
19747
197482006-12-27 Joel Brobecker <brobecker@adacore.com>
19749
19750 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19751 (Create_Small_Float_Vector): New function.
19752 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19753 function body.
19754 * gdb.ada/array_return/p.adb: Use new type and function from
19755 package Pck.
19756 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19757 able to print the value returned by a function returning an
19758 array of float.
19759
197602006-12-20 Joel Brobecker <brobecker@adacore.com>
19761
19762 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19763 The associated tests should be PASSing.
19764
197652006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19766
19767 Test for base in references.
19768 * gdb.mi/mi-var-cp.cc: Add test code.
19769 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19770 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19771 * gdb.mi/mi2-watch.exp: Likewise.
19772 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19773 (mi_list_varobj_children): New function.
19774
197752006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19776
19777 * lib/mi-support.exp
19778 (mi_runto): Accept "()" after function name.
19779 (mi_create_varobj): New function.
19780 (mi_varobj_update): New function.
19781 (mi_Check_varobj_value): New function.
19782 * gdb.mi/mi-var-cp.exp: New file.
19783 * gdb.mi/mi-var-cp.cc: New file.
19784
197852006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19786
19787 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19788 gdb.base/weaklib2.c: New files.
19789
197902006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19791
19792 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19793 info. Adjust test names.
19794
19795 * gdb.base/break.c (main): Move position of malloc.
19796 * gdb.base/break.exp: Revert mistaken checkin.
19797
197982006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19799
19800 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19801 assignement of arrays and function pointers.
19802 * gdb.mi/var-cmd.c: Add declaration necessary for above
19803 tests.
19804
198052006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19806
19807 * gdb.base/break.c (main): Call malloc.
19808
19809 * gdb.threads/linux-dp.exp: Read thread table before and after
19810 creating each philosopher and verify it.
19811
198122006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19813 Paul Brook <paul@codesourcery.com>
19814 Daniel Jacobowitz <dan@codesourcery.com>
19815
19816 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19817 main to remove duplication. Add start function of the form
19818 '_*start[1-9]*'. Add RVDS start function.
19819
198202006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19821
19822 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19823
198242006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19825
19826 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19827 * gdb.asm/spu.inc: New file.
19828 * gdb.base/term.exp: Disable if [target_info exists noargs].
19829 * gdb.gdb/complaints.exp: Disable if ![isnative].
19830 * gdb.gdb/selftest.exp: Likewise.
19831 * gdb.gdb/observer.exp: Likewise.
19832 * gdb.gdb/xfullpath.exp: Likewise.
19833 * gdb.base/attach.exp: Disable on SPU target.
19834 * gdb.cp/bs145503.exp: Likewise.
19835 * gdb.cp/exception.exp: Likewise.
19836 * gdb.cp/userdef.exp: Likewise.
19837
198382006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19839
19840 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19841
198422006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19843
19844 * gdb.base/completion.exp: Fix completion tests for
19845 'info' and 'info '.
19846 * gdb.base/help.exp (help_test_raw, test_class_help)
19847 (test_prefix_command_help): Move...
19848 * lib/gdb.exp: Here.
19849 * gdb.base/main.exp: Adjust.
19850 * gdb.cp/maint.exp: Adjust.
19851 * gdb.trace/tracecmd.exp: Use test_help_class.
19852
198532006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19854
19855 * gdb.stabs/weird.exp (print_weird_var): Use
19856 gdb_test_multiple instead of gdb_expect.
19857
198582006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19859
19860 * gdb.base/help.exp (help_test_raw): New.
19861 (test_class_help): New.
19862 (test_prefix_command_help): New.
19863 Adjust testcases.
19864
198652006-11-09 Christophe Lyon <christophe.lyon@st.com>
19866
19867 * gdb.base/constvars.c (main): Write to crass and crips, so that
19868 they are allocated by the compiler.
19869
198702006-10-27 Andreas Schwab <schwab@suse.de>
19871
19872 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19873 "detach-fork".
19874
198752006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19876
19877 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19878 of patterns.
19879
198802006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19881
19882 * gdb.base/sepdebug.exp: Remove debug format test.
19883 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19884 Handle no-symtab.
19885 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19886
198872006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19888
19889 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19890 int to pointer or pointer to int.
19891 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19892
198932006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19894
19895 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19896
198972006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19898
19899 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19900
199012006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19902
19903 PR c++/2116
19904 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19905
199062006-10-06 Joel Brobecker <brobecker@adacore.com>
19907
19908 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19909 the corresponding bug has been fixed in GDB (PR/2018).
19910
199112006-10-06 Joel Brobecker <brobecker@adacore.com>
19912
19913 * gdb.base/subst.exp: New testcase.
19914
199152006-10-06 Joel Brobecker <brobecker@adacore.com>
19916
19917 * gdb.ada/array_return/pck.ads: Add copyright notice.
19918 * gdb.ada/array_return/pck.adb: Likewise.
19919 * gdb.ada/array_return/p.adb: Likewise.
19920 * gdb.ada/exec_changed/first.adb: Likewise.
19921 * gdb.ada/exec_changed/second.adb: Likewise.
19922
199232006-10-06 Joel Brobecker <brobecker@adacore.com>
19924
19925 * gdb.ada/watch_arg/watch.adb: New file.
19926 * gdb.ada/watch_arg.exp: New testcase.
19927
199282006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19929
19930 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19931 via string_to_regexp.
19932 * gdb.mi/mi2-basics.exp: Likewise.
19933
199342006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19935
19936 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19937 Remove unused / obsolete files.
19938
199392006-09-19 Nick Roberts <nickrob@snap.net.nz>
19940
19941 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19942
199432006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19944
19945 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19946 HIGH_FRAME argument to -stack-list-arguments can be larger than
19947 the number of frames.
19948
199492006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19950
19951 * gdb.base/args.c (main): Add breakpoint marker.
19952 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19953 really test empty arguments.
19954 (args_load): Delete.
19955 (args_test): New.
19956
199572006-09-13 Nick Roberts <nickrob@snap.net.nz>
19958
19959 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19960 check for one file.
19961
199622006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19963
19964 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19965 HIGH_FRAME argument to -stack-list-locals can be larger than
19966 the number of frames.
19967
199682006-08-18 Fred Fish <fnf@specifix.com>
19969
19970 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19971 '$' in front of skip_vmx_tests_saved when setting that.
19972
199732006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19974
19975 * gdb.base/trace-commands.exp: New file.
19976
199772006-08-10 Joel Brobecker <brobecker@adacore.com>
19978 Daniel Jacobowitz <dan@codesourcery.com>
19979
19980 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19981 expected output of the backtrace commands.
19982
199832006-08-09 Joel Brobecker <brobecker@adacore.com>
19984
19985 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19986 untested followed by return combination.
19987 * gdb.arch/altivec-regs.exp: Likewise.
19988 * gdb.arch/e500-abi.exp: Likewise.
19989 * gdb.arch/e500-regs.exp: Likewise.
19990 * gdb.arch/gdb1291.exp: Likewise.
19991 * gdb.arch/gdb1431.exp: Likewise.
19992 * gdb.arch/gdb1558.exp: Likewise.
19993 * gdb.arch/i386-prologue.exp: Likewise.
19994 * gdb.arch/i386-unwind.exp: Likewise.
19995 * gdb.asm/asm-source.exp: Likewise.
19996 * gdb.base/a2-run.exp: Likewise.
19997 * gdb.base/advance.exp: Likewise.
19998 * gdb.base/all-bin.exp: Likewise.
19999 * gdb.base/annota1.exp: Likewise.
20000 * gdb.base/annota3.exp: Likewise.
20001 * gdb.base/args.exp: Likewise.
20002 * gdb.base/arithmet.exp: Likewise.
20003 * gdb.base/assign.exp: Likewise.
20004 * gdb.base/async.exp: Likewise.
20005 * gdb.base/attach.exp: Likewise.
20006 * gdb.base/bang.exp: Likewise.
20007 * gdb.base/bigcore.exp: Likewise.
20008 * gdb.base/bitfields.exp: Likewise.
20009 * gdb.base/bitfields2.exp: Likewise.
20010 * gdb.base/break.exp: Likewise.
20011 * gdb.base/call-sc.exp: Likewise.
20012 * gdb.base/call-strs.exp: Likewise.
20013 * gdb.base/callfuncs.exp: Likewise.
20014 * gdb.base/checkpoint.exp: Likewise.
20015 * gdb.base/chng-syms.exp: Likewise.
20016 * gdb.base/code-expr.exp: Likewise.
20017 * gdb.base/commands.exp: Likewise.
20018 * gdb.base/completion.exp: Likewise.
20019 * gdb.base/cond-expr.exp: Likewise.
20020 * gdb.base/condbreak.exp: Likewise.
20021 * gdb.base/consecutive.exp: Likewise.
20022 * gdb.base/constvars.exp: Likewise.
20023 * gdb.base/corefile.exp: Likewise.
20024 * gdb.base/cvexpr.exp: Likewise.
20025 * gdb.base/dbx.exp: Likewise.
20026 * gdb.base/define.exp: Likewise.
20027 * gdb.base/detach.exp: Likewise.
20028 * gdb.base/display.exp: Likewise.
20029 * gdb.base/dump.exp: Likewise.
20030 * gdb.base/ena-dis-br.exp: Likewise.
20031 * gdb.base/ending-run.exp: Likewise.
20032 * gdb.base/environ.exp: Likewise.
20033 * gdb.base/eval-skip.exp: Likewise.
20034 * gdb.base/exprs.exp: Likewise.
20035 * gdb.base/fileio.exp: Likewise.
20036 * gdb.base/finish.exp: Likewise.
20037 * gdb.base/float.exp: Likewise.
20038 * gdb.base/foll-exec.exp: Likewise.
20039 * gdb.base/foll-fork.exp: Likewise.
20040 * gdb.base/foll-vfork.exp: Likewise.
20041 * gdb.base/freebpcmd.exp: Likewise.
20042 * gdb.base/funcargs.exp: Likewise.
20043 * gdb.base/gcore.exp: Likewise.
20044 * gdb.base/gdb1090.exp: Likewise.
20045 * gdb.base/gdb1250.exp: Likewise.
20046 * gdb.base/huge.exp: Likewise.
20047 * gdb.base/info-proc.exp: Likewise.
20048 * gdb.base/interrupt.exp: Likewise.
20049 * gdb.base/jump.exp: Likewise.
20050 * gdb.base/langs.exp: Likewise.
20051 * gdb.base/lineinc.exp: Likewise.
20052 * gdb.base/list.exp: Likewise.
20053 * gdb.base/logical.exp: Likewise.
20054 * gdb.base/long_long.exp: Likewise.
20055 * gdb.base/macscp.exp: Likewise.
20056 * gdb.base/maint.exp: Likewise.
20057 * gdb.base/mips_pro.exp: Likewise.
20058 * gdb.base/miscexprs.exp: Likewise.
20059 * gdb.base/multi-forks.exp: Likewise.
20060 * gdb.base/opaque.exp: Likewise.
20061 * gdb.base/overlays.exp: Likewise.
20062 * gdb.base/pc-fp.exp: Likewise.
20063 * gdb.base/pointers.exp: Likewise.
20064 * gdb.base/printcmds.exp: Likewise.
20065 * gdb.base/psymtab.exp: Likewise.
20066 * gdb.base/ptype.exp: Likewise.
20067 * gdb.base/recurse.exp: Likewise.
20068 * gdb.base/relational.exp: Likewise.
20069 * gdb.base/relocate.exp: Likewise.
20070 * gdb.base/remote.exp: Likewise.
20071 * gdb.base/reread.exp: Likewise.
20072 * gdb.base/restore.exp: Likewise.
20073 * gdb.base/return.exp: Likewise.
20074 * gdb.base/return2.exp: Likewise.
20075 * gdb.base/scope.exp: Likewise.
20076 * gdb.base/sect-cmd.exp: Likewise.
20077 * gdb.base/sep.exp: Likewise.
20078 * gdb.base/sepdebug.exp: Likewise.
20079 * gdb.base/setshow.exp: Likewise.
20080 * gdb.base/setvar.exp: Likewise.
20081 * gdb.base/sigall.exp: Likewise.
20082 * gdb.base/sigbpt.exp: Likewise.
20083 * gdb.base/signals.exp: Likewise.
20084 * gdb.base/signull.exp: Likewise.
20085 * gdb.base/sizeof.exp: Likewise.
20086 * gdb.base/solib.exp: Likewise.
20087 * gdb.base/step-line.exp: Likewise.
20088 * gdb.base/step-test.exp: Likewise.
20089 * gdb.base/structs.exp: Likewise.
20090 * gdb.base/structs2.exp: Likewise.
20091 * gdb.base/term.exp: Likewise.
20092 * gdb.base/twice.exp: Likewise.
20093 * gdb.base/until.exp: Likewise.
20094 * gdb.base/varargs.exp: Likewise.
20095 * gdb.base/volatile.exp: Likewise.
20096 * gdb.base/watchpoint.exp: Likewise.
20097 * gdb.base/whatis-exp.exp: Likewise.
20098 * gdb.base/whatis.exp: Likewise.
20099 * gdb.cp/ambiguous.exp: Likewise.
20100 * gdb.cp/annota2.exp: Likewise.
20101 * gdb.cp/annota3.exp: Likewise.
20102 * gdb.cp/bool.exp: Likewise.
20103 * gdb.cp/breakpoint.exp: Likewise.
20104 * gdb.cp/casts.exp: Likewise.
20105 * gdb.cp/class2.exp: Likewise.
20106 * gdb.cp/classes.exp: Likewise.
20107 * gdb.cp/cplusfuncs.exp: Likewise.
20108 * gdb.cp/ctti.exp: Likewise.
20109 * gdb.cp/derivation.exp: Likewise.
20110 * gdb.cp/exception.exp: Likewise.
20111 * gdb.cp/gdb1355.exp: Likewise.
20112 * gdb.cp/hang.exp: Likewise.
20113 * gdb.cp/inherit.exp: Likewise.
20114 * gdb.cp/local.exp: Likewise.
20115 * gdb.cp/m-data.exp: Likewise.
20116 * gdb.cp/m-static.exp: Likewise.
20117 * gdb.cp/member-ptr.exp: Likewise.
20118 * gdb.cp/method.exp: Likewise.
20119 * gdb.cp/misc.exp: Likewise.
20120 * gdb.cp/namespace.exp: Likewise.
20121 * gdb.cp/overload.exp: Likewise.
20122 * gdb.cp/ovldbreak.exp: Likewise.
20123 * gdb.cp/pr-1023.exp: Likewise.
20124 * gdb.cp/pr-1210.exp: Likewise.
20125 * gdb.cp/pr-574.exp: Likewise.
20126 * gdb.cp/printmethod.exp: Likewise.
20127 * gdb.cp/psmang.exp: Likewise.
20128 * gdb.cp/ref-params.exp: Likewise.
20129 * gdb.cp/ref-types.exp: Likewise.
20130 * gdb.cp/rtti.exp: Likewise.
20131 * gdb.cp/templates.exp: Likewise.
20132 * gdb.cp/try_catch.exp: Likewise.
20133 * gdb.cp/userdef.exp: Likewise.
20134 * gdb.cp/virtfunc.exp: Likewise.
20135 * gdb.disasm/am33.exp: Likewise.
20136 * gdb.disasm/h8300s.exp: Likewise.
20137 * gdb.disasm/mn10300.exp: Likewise.
20138 * gdb.disasm/sh3.exp: Likewise.
20139 * gdb.disasm/t01_mov.exp: Likewise.
20140 * gdb.disasm/t02_mova.exp: Likewise.
20141 * gdb.disasm/t03_add.exp: Likewise.
20142 * gdb.disasm/t04_sub.exp: Likewise.
20143 * gdb.disasm/t05_cmp.exp: Likewise.
20144 * gdb.disasm/t06_ari2.exp: Likewise.
20145 * gdb.disasm/t07_ari3.exp: Likewise.
20146 * gdb.disasm/t08_or.exp: Likewise.
20147 * gdb.disasm/t09_xor.exp: Likewise.
20148 * gdb.disasm/t10_and.exp: Likewise.
20149 * gdb.disasm/t11_logs.exp: Likewise.
20150 * gdb.disasm/t12_bit.exp: Likewise.
20151 * gdb.disasm/t13_otr.exp: Likewise.
20152 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20153 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20154 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20155 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20156 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20157 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20158 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20159 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20160 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20161 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20162 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20163 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20164 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20165 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20166 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20167 * gdb.mi/gdb701.exp: Likewise.
20168 * gdb.mi/gdb792.exp: Likewise.
20169 * gdb.mi/mi-basics.exp: Likewise.
20170 * gdb.mi/mi-break.exp: Likewise.
20171 * gdb.mi/mi-cli.exp: Likewise.
20172 * gdb.mi/mi-console.exp: Likewise.
20173 * gdb.mi/mi-disassemble.exp: Likewise.
20174 * gdb.mi/mi-eval.exp: Likewise.
20175 * gdb.mi/mi-file.exp: Likewise.
20176 * gdb.mi/mi-read-memory.exp: Likewise.
20177 * gdb.mi/mi-regs.exp: Likewise.
20178 * gdb.mi/mi-return.exp: Likewise.
20179 * gdb.mi/mi-simplerun.exp: Likewise.
20180 * gdb.mi/mi-stack.exp: Likewise.
20181 * gdb.mi/mi-stepi.exp: Likewise.
20182 * gdb.mi/mi-syn-frame.exp: Likewise.
20183 * gdb.mi/mi-until.exp: Likewise.
20184 * gdb.mi/mi-var-block.exp: Likewise.
20185 * gdb.mi/mi-var-child.exp: Likewise.
20186 * gdb.mi/mi-var-cmd.exp: Likewise.
20187 * gdb.mi/mi-var-display.exp: Likewise.
20188 * gdb.mi/mi-watch.exp: Likewise.
20189 * gdb.mi/mi2-basics.exp: Likewise.
20190 * gdb.mi/mi2-break.exp: Likewise.
20191 * gdb.mi/mi2-cli.exp: Likewise.
20192 * gdb.mi/mi2-console.exp: Likewise.
20193 * gdb.mi/mi2-disassemble.exp: Likewise.
20194 * gdb.mi/mi2-eval.exp: Likewise.
20195 * gdb.mi/mi2-file.exp: Likewise.
20196 * gdb.mi/mi2-read-memory.exp: Likewise.
20197 * gdb.mi/mi2-regs.exp: Likewise.
20198 * gdb.mi/mi2-return.exp: Likewise.
20199 * gdb.mi/mi2-simplerun.exp: Likewise.
20200 * gdb.mi/mi2-stack.exp: Likewise.
20201 * gdb.mi/mi2-stepi.exp: Likewise.
20202 * gdb.mi/mi2-syn-frame.exp: Likewise.
20203 * gdb.mi/mi2-until.exp: Likewise.
20204 * gdb.mi/mi2-var-block.exp: Likewise.
20205 * gdb.mi/mi2-var-child.exp: Likewise.
20206 * gdb.mi/mi2-var-cmd.exp: Likewise.
20207 * gdb.mi/mi2-var-display.exp: Likewise.
20208 * gdb.mi/mi2-watch.exp: Likewise.
20209 * gdb.stabs/exclfwd.exp: Likewise.
20210 * gdb.stabs/weird.exp: Likewise.
20211 * gdb.threads/gcore-thread.exp: Likewise.
20212 * gdb.trace/actions.exp: Likewise.
20213 * gdb.trace/backtrace.exp: Likewise.
20214 * gdb.trace/circ.exp: Likewise.
20215 * gdb.trace/collection.exp: Likewise.
20216 * gdb.trace/deltrace.exp: Likewise.
20217 * gdb.trace/infotrace.exp: Likewise.
20218 * gdb.trace/limits.exp: Likewise.
20219 * gdb.trace/packetlen.exp: Likewise.
20220 * gdb.trace/passc-dyn.exp: Likewise.
20221 * gdb.trace/passcount.exp: Likewise.
20222 * gdb.trace/report.exp: Likewise.
20223 * gdb.trace/save-trace.exp: Likewise.
20224 * gdb.trace/tfind.exp: Likewise.
20225 * gdb.trace/tracecmd.exp: Likewise.
20226 * gdb.trace/while-dyn.exp: Likewise.
20227 * gdb.trace/while-stepping.exp: Likewise.
20228
202292006-08-08 Joel Brobecker <brobecker@adacore.com>
20230
20231 * gdb.base/step-bt.c: New file.
20232 * gdb.base/step-bt.exp: New testcase.
20233
202342006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20235
20236 * config/monitor.exp (gdb_load): Remove support for obsolete
20237 download-write-size.
20238 * gdb.base/remote.exp: Likewise. Update all callers of
20239 gdb_timed_load.
20240
202412006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20242
20243 * cursal.exp: Pass binfile to gdb_load.
20244
202452006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20246
20247 * gdb.base/cursal.exp: Add "" to gdb_load call.
20248
202492006-07-29 Mark Kettenis <kettenis@gnu.org>
20250
20251 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20252 NetBSD/ELF targets.
20253
202542006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20255
20256 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20257 operator*.
20258
202592006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20260
20261 * gdb.base/completion.exp: Update for change in "file" behavior.
20262 * gdb.stabs/weird.exp: Likewise.
20263 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20264 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20265
202662006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20267
20268 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20269 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20270
202712006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20272
20273 * gdb.base/default.exp: Update source command error message.
20274 * gdb.base/help.exp: Update 'help source' message.
20275
202762006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20277
20278 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20279 test.
20280
202812006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20282
20283 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20284
202852006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20286
20287 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20288
202892006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20290
20291 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20292
202932006-07-17 Mark Kettenis <kettenis@gnu.org>
20294
20295 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20296 *-*-openbsd* from targets for wich we expect ARM FPA floating
20297 point format.
20298
202992006-07-17 Nick Roberts <nickrob@snap.net.nz>
20300
20301 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20302
203032006-07-17 Mark Kettenis <kettenis@gnu.org>
20304
20305 * gdb.base/annota3.exp: Expect frame-begin annotation.
20306
203072006-07-14 Joel Brobecker <brobecker@adacore.com>
20308
20309 * gdb.base/help.exp: Adjust "help unset" test to accept
20310 any list of unset commands.
20311
203122006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20313 Daniel Jacobowitz <dan@codesourcery.com>
20314
20315 * gdb.cp/ref-params.exp: New test.
20316 * gdb.cp/ref-params.cc: New source file.
20317 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20318
203192006-07-08 Mark Kettenis <kettenis@gnu.org>
20320
20321 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20322 spaces/tabs in regular expressions since they might not be there.
20323
203242006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20325
20326 * gdb.base/ifelse.exp: New file.
20327
203282006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20329
20330 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20331 line.
20332 * gdb.base/huge.exp: Loop over compilation to find a size that
20333 is acceptable.
20334 * gdb.base/remote.exp: Correct expected strings.
20335 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20336
203372006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20338
20339 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20340
203412006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20342
20343 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20344 native.
20345
203462006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20347
20348 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20349 enable stabs testing.
20350
203512006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20352
20353 * gdb.base/auxv.exp: Intercept undefined command messages before
20354 gdb_test_multiple does.
20355
203562006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20357
20358 * Makefile.in (host_alias): Remove.
20359 (target_alias): Use @target_noncanonical@.
20360 (site.exp): Don't set host_alias.
20361 * aclocal.m4: Remove contents. Include acx.m4.
20362 * configure: Regenerated.
20363 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20364
203652006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20366
20367 * lib/gdb.exp (gdb_load_cmd): New.
20368
20369 * gdb.base/fileio.c: Add system(NULL) test.
20370 * gdb.base/fileio.exp: Check it.
20371
20372 * gdb.base/break.c: Add 10a breakpoint at }
20373 * gdb.base/break.exp: Add test for breakpoint at }
20374 * gdb.cp/anon-union.cc: Add code at end of function.
20375 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20376 * gdb.mi/var-cmd.c: Add code at end of function.
20377 * gdb.mi/mi-var-display.exp: Adjust end of next.
20378 * gdb.mi/mi2-var-display.exp: Likewise.
20379 * gdb.base/fileio.c: Add stop function and insert calls at
20380 stopping places.
20381 * gdb.base/fileio.exp: Breakpoint stop function and remove
20382 explicit line number references.
20383
203842006-05-19 Joel Brobecker <brobecker@adacore.com>
20385
20386 * gdb.base/del.exp (test_delete_alias): New function.
20387 Now check that both "del" and "d" work as aliases for "delete".
20388
203892006-05-18 Fred Fish <fnf@specifix.com>
20390
20391 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20392 required. Check for spurious output after program exits normally.
20393
203942006-05-17 Fred Fish <fnf@specifix.com>
20395
20396 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20397 gdb_load, so it works in the simulator.
20398
203992006-05-11 Fred Fish <fnf@specifix.com>
20400
20401 * gdb.base/bang.exp: Ignore unexpected output between the
20402 "program exited normally" and the gdb prompt, as many other
20403 tests do.
20404
204052006-05-07 Mark Kettenis <kettenis@gnu.org>
20406
20407 * gdb.base/help.exp: Make "delete checkpoint" part option for
20408 "help d" and "help delete" tests.
20409
204102006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20411
20412 * gdb.mi/mi-basics.exp: Add missing serial number to
20413 expected output in some mi_gdb_test statements.
20414 * gdb.mi/mi2-basics.exp: Likewise.
20415
204162006-05-05 Joel Brobecker <brobecker@adacore.com>
20417
20418 * gdb.base/del.c: New file.
20419 * gdb.base/del.exp: New testcase.
20420
204212006-05-05 David S. Miller <davem@sunset.davemloft.net>
20422
20423 * gdb.base/break.exp: Do not assume a breakpoint on
20424 main will actually be in $srcfile when optimizing.
20425 * gdb.base/savedregs.exp: Do not require that the dummy
20426 frame location match up to a symbol and source file location.
20427 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20428 will get printed without a mi_cmd_data_list_register_values prefix.
20429 (*-data-list-register-*): Correct regular expressions to expect the new
20430 pseudo d? floating point registers.
20431 * gdb.mi/mi2-regs.exp: Likewise.
20432
204332006-05-05 Christophe Lyon <christophe.lyon@st.com>
20434
20435 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20436 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20437 is allocated by the compiler.
20438 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20439 anons, e, anone to force their allocation by the compiler.
20440
204412006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20442
20443 * gdb.base/help.exp: Update expected text for help d and
20444 help delete.
20445
204462006-05-02 Mark Kettenis <kettenis@gnu.org>
20447
20448 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20449 NetBSD/ELF targets.
20450
204512006-04-30 Mark Kettenis <kettenis@gnu.org>
20452
20453 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20454 single-step breakpoint fails; make this a KFAIL on
20455 sparc*-*-openbsd*.
20456 * gdb.base/siginfo.exp: Likewise.
20457 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20458
204592006-04-26 Michael Snyder <msnyder@redhat.com>
20460
20461 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20462 which may have to consume output from other forks.
20463 Add tests to make sure that "delete fork" succeeded.
20464
204652006-04-20 Michael Snyder <msnyder@redhat.com>
20466
20467 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20468 Add support for the Renesas M32C and M16C.
20469
20470 * gdb.asm/asm-source.exp: Add m32c target.
20471 * gdb.asm/m32c.inc: Support for m32c target.
20472
204732006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20474
20475 * gdb.base/commands.exp (recursive_source_test): New test.
20476
204772006-04-04 David S. Miller <davem@sunset.davemloft.net>
20478
20479 * gdb.base/float.exp: Add pattern for sparc targets.
20480
204812006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20482
20483 * gdb.base/commands.exp (stray_arg0_test): New test.
20484
204852006-03-30 Paul Brook <paul@codesourcery.com>
20486
20487 * gdb.mi/mi-until.exp: kfail broken until command.
20488 * gdb.mi/mi2-until.exp: Ditto.
20489
204902006-03-27 Nick Roberts <nickrob@snap.net.nz>
20491
20492 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20493
204942006-03-08 Alexandre Oliva <aoliva@redhat.com>
20495
20496 * gdb.base/prelink.exp: Anchor tested-for regular expression
20497 on gdb prompt.
20498
204992006-03-07 Paul Brook <paul@codesourcery.com>
20500
20501 * gdb.base/assign.exp: Correct fail message.
20502
205032006-03-07 Paul Brook <paul@codesourcery.com>
20504
20505 * lib/compiler.c: Extract armcc version number.
20506 * lib/compiler.cc: Ditto.
20507
205082006-03-07 Paul Brook <paul@codesourcery.com>
20509
20510 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20511 additional_flags=-w.
20512 * gdb.arch/altivec-regs.exp: Ditto.
20513 * gdb.arch/e500-abi.exp: Ditto.
20514 * gdb.arch/e500-regs.exp: Ditto.
20515 * gdb.base/all-bin.exp: Ditto.
20516 * gdb.base/annota1.exp: Ditto.
20517 * gdb.base/annota3.exp: Ditto.
20518 * gdb.base/args.exp: Ditto.
20519 * gdb.base/arithmet.exp: Ditto.
20520 * gdb.base/assign.exp: Ditto.
20521 * gdb.base/async.exp: Ditto.
20522 * gdb.base/bang.exp: Ditto.
20523 * gdb.base/break.exp: Ditto.
20524 * gdb.base/call-rt-st.exp: Ditto.
20525 * gdb.base/completion.exp: Ditto.
20526 * gdb.base/cond-expr.exp: Ditto.
20527 * gdb.base/condbreak.exp: Ditto.
20528 * gdb.base/consecutive.exp: Ditto.
20529 * gdb.base/define.exp: Ditto.
20530 * gdb.base/display.exp: Ditto.
20531 * gdb.base/ena-dis-br.exp: Ditto.
20532 * gdb.base/environ.exp: Ditto.
20533 * gdb.base/eval-skip.exp: Ditto.
20534 * gdb.base/info-proc.exp: Ditto.
20535 * gdb.base/jump.exp: Ditto.
20536 * gdb.base/logical.exp: Ditto.
20537 * gdb.base/long_long.exp: Ditto.
20538 * gdb.base/maint.exp: Ditto.
20539 * gdb.base/miscexprs.exp: Ditto.
20540 * gdb.base/pc-fp.exp: Ditto.
20541 * gdb.base/pointers.exp: Ditto.
20542 * gdb.base/relational.exp: Ditto.
20543 * gdb.base/reread.exp: Ditto.
20544 * gdb.base/sect-cmd.exp: Ditto.
20545 * gdb.base/sep.exp: Ditto.
20546 * gdb.base/sepdebug.exp: Ditto.
20547 * gdb.base/until.exp: Ditto.
20548 * gdb.base/whatis-exp.exp: Ditto.
20549 * gdb.cp/annota2.exp: Ditto.
20550 * gdb.cp/annota3.exp: Ditto.
20551 * gdb.trace/actions.exp: Ditto.
20552 * gdb.trace/backtrace.exp: Ditto.
20553 * gdb.trace/circ.exp: Ditto.
20554 * gdb.trace/collection.exp: Ditto.
20555 * gdb.trace/deltrace.exp: Ditto.
20556 * gdb.trace/infotrace.exp: Ditto.
20557 * gdb.trace/limits.exp: Ditto.
20558 * gdb.trace/packetlen.exp: Ditto.
20559 * gdb.trace/passc-dyn.exp: Ditto.
20560 * gdb.trace/passcount.exp: Ditto.
20561 * gdb.trace/report.exp: Ditto.
20562 * gdb.trace/save-trace.exp: Ditto.
20563 * gdb.trace/tfind.exp: Ditto.
20564 * gdb.trace/tracecmd.exp: Ditto.
20565 * gdb.trace/while-dyn.exp: Ditto.
20566 * gdb.trace/while-stepping.exp: Ditto.
20567 * lib/gdb.exp: Ditto.
20568 (gdb_compile): Handle nowarning option.
20569
205702006-03-07 Alexandre Oliva <aoliva@redhat.com>
20571
20572 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20573 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20574 Rename executable to prelinkt. Don't re-prelink if we didn't
20575 get a core file. Test prelink -u exit status to tell whether
20576 prelinking failed. Use gdb_test_multiple.
20577
205782006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20579
20580 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20581 (do_tests): Call it.
20582
205832006-02-28 Alexandre Oliva <aoliva@redhat.com>
20584
20585 * gdb.base/prelink.exp: New test.
20586 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20587
205882006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20589
20590 * gdb.fortran/derived-type.f90: New file.
20591 * gdb.fortran/derived-type.exp: New testcase.
20592
205932006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20594
20595 * gdb.base/default.exp: Allow ';' as a directory separator.
20596
205972006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20598
20599 * gdb.base/help.exp (help add-symbol-file): Update.
20600
206012006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20602
20603 * gdb.base/help.exp (help load): Update expected results.
20604
206052006-02-19 Fred Fish <fnf@specifix.com>
20606
20607 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20608 specifix hex value as part of results.
20609 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20610
206112006-02-16 Fred Fish <fnf@specifix.com>
20612
20613 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20614 ushort_addr, and slong_addr, so the typedefs are not optimized
20615 away.
20616 * gdb.base/whatis.exp: Add tests using type name for struct type,
20617 union type, enum type, and typedef.
20618
206192006-02-13 Mark Kettenis <kettenis@gnu.org>
20620
20621 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20622
206232006-02-13 Jim Blandy <jimb@redhat.com>
20624
20625 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20626 case where it takes two "next" commands to skip past the init
20627 call.
20628
206292006-02-12 Fred Fish <fnf@specifix.com>
20630
20631 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20632 to handle cases where it takes two "next" commands to skip
20633 past the init call.
20634
206352006-02-07 Joel Brobecker <brobecker@adacore.com>
20636
20637 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20638 on hppa32 targets.
20639
206402006-02-06 Vladimir Prus <ghost@cs.msu.su>
20641
20642 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20643 field.
20644
206452006-01-29 Mark Kettenis <kettenis@gnu.org>
20646
20647 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20648
206492006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20650
20651 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20652 files.
20653
206542006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20655
20656 * gdb.cp/maint.exp: Set complaints to a positive value.
20657
206582006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20659
20660 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20661 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20662 function name.
20663
206642006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20665
20666 * gdb.base/checkpoint.c: Update copyright notice. Include
20667 <stdlib.h>.
20668
206692006-01-04 Jim Blandy <jimb@redhat.com>
20670
20671 * gdb.asm/asm-source.exp: Independently provide default values for
20672 asm-flags and debug-flags. Use 'string equal' to do the
20673 comparison, not the implicit expr's '==' operator. Remove
20674 now-unneeded assignments to asm-flags. In h8300 case, place
20675 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20676
206772006-01-04 Michael Snyder <msnyder@redhat.com>
20678
20679 * gdb.base/checkpoint.c: New file.
20680 * gdb.base/checkpoint.exp: New file.
20681 * gdb.base/multi-fork.c: New file.
20682 * gdb.base/multi-fork.exp: New file.
20683 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20684
206852006-01-04 Fred Fish <fnf@specifix.com>
20686
20687 * gdb.base/ptype.c (foo): Add typedef.
20688 (intfoo): Add function.
20689 * gdb.base/ptype1.c: New file.
20690 * gdb.base/ptype.exp: Handle compilation and linking with two
20691 source files. Test that proper type for "foo" is found based
20692 on source context rather than first match found in symtabs.
20693
206942005-12-28 Mark Kettenis <kettenis@gnu.org>
20695
20696 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20697 * gdb.asm/openbsd.inc: Indent commands.
20698
206992005-12-26 Mark Kettenis <kettenis@gnu.org>
20700
20701 * gdb.base/freebpcmd.exp: Increase timeout.
20702
20703 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20704
207052005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20706
20707 * gdb.base/default.exp: Update check for "show version".
20708
207092005-12-09 Randolph Chung <tausq@debian.org>
20710
20711 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20712 * gdb.asm/pa64.inc: New file.
20713
207142005-12-09 Randolph Chung <tausq@debian.org>
20715
20716 * gdb.asm/common.inc: Indent commands.
20717 * gdb.asm/asmsrc1.s: Likewise.
20718 * gdb.asm/asmsrc2.s: Likewise.
20719
207202005-12-09 Randolph Chung <tausq@debian.org>
20721
20722 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20723 (get_addr_of_sym): Remove duplicate print.
20724 (gen_core): xfail hppa*-*-hpux*, update expected output.
20725 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20726 * gdb.arch/pa64-nullify.s: New file.
20727
207282005-12-09 Randolph Chung <tausq@debian.org>
20729
20730 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20731
207322005-12-07 Christophe Lyon <christophe.lyon@st.com>
20733
20734 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20735 code generation for these functions.
20736 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20737 error message.
20738
207392005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20740
20741 * gdb.base/help.exp (help b, help br, help bre, help brea)
20742 (help break): Update the expected message.
20743
207442005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20745
20746 * gdb.asm/m68hc11.inc: Setup the data section.
20747 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20748 script for this test.
20749 (m6812-*-*): Likewise.
20750
207512005-11-09 Randolph Chung <tausq@debian.org>
20752
20753 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20754
207552005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20756
20757 * gdb.base/break.exp: Fix a comment typo.
20758
207592005-11-03 Jim Blandy <jimb@redhat.com>
20760
20761 Checked in by Elena Zannoni <ezannoni@redhat.com>
20762
20763 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20764
207652005-11-02 Corinna Vinschen <vinschen@redhat.com>
20766
20767 * gdb.arch/gdb1558.c: Include stdio.h.
20768
207692005-10-31 Mark Kettenis <kettenis@gnu.org>
20770
20771 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20772
207732005-10-31 Mark Kettenis <kettenis@gnu.org>
20774
20775 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20776
207772005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20778
20779 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20780 vscr" tests to better match output.
20781
207822005-10-12 Jim Blandy <jimb@redhat.com>
20783
20784 * gdb.base/structs.exp (any): New function.
20785 (test_struct_returns): Don't make any assumptions at all about
20786 what value the function returns when GDB can't set the return
20787 value.
20788
207892005-10-09 Joel Brobecker <brobecker@adacore.com>
20790
20791 * gdb.ada/arrayidx/p.adb: New file.
20792 * gdb.ada/arrayidx.exp: New testcase
20793
207942005-10-09 Joel Brobecker <brobecker@adacore.com>
20795
20796 * gdb.ada/array_return/pck.ads: New file.
20797 * gdb.ada/array_return/pck.adb: New file.
20798 * gdb.ada/array_return/p.adb: New file.
20799 * gdb.ada/array_return.exp: New testcase.
20800
208012005-10-03 Joel Brobecker <brobecker@adacore.com>
20802
20803 * gdb.base/arrayidx.c: New file.
20804 * gdb.base/arrayidx.exp: New testcase.
20805
208062005-09-29 Nick Roberts <nickrob@snap.net.nz>
20807
20808 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20809 frames-invalid and breakpoints-invalid are no longer generated
20810 with level 3 so don't expect them in the output.
20811
208122005-09-27 Bob Rossi <bob@brasko.net>
20813
20814 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20815 from test. Escape the | in mi_gdb_test call.
20816 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20817 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20818 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20819 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20820 expected regex's in mi_gdb_test calls.
20821 * lib/mi-support.exp: Remove arbitrary .* from tests.
20822 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20823 Fully anchor GDB/MI expected results in mi_gdb_test.
20824 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20825 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20826
208272005-09-26 Paul Brook <paul@codesourcery.com>
20828
20829 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20830
208312005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20832
20833 * bfp-test.c: New file.
20834 * bfp-test.exp: New testcase.
20835
208362005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20837
20838 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20839 of subarray and substring variable.
20840 * gdb.fortran/subarray.f: New source file for the test of subarray
20841 and substring variable evaluation.
20842 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20843 of string constant.
20844
208452005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20846
20847 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20848 copyright dates.
20849
208502005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20851
20852 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20853 powerpc altivec' test with an almost identical 'info vector' test.
20854
208552005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20856
20857 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20858 vscr" tests to match output.
20859
208602005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20861
20862 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20863 output.
20864
208652005-09-11 Bob Rossi <bob@brasko.net>
20866
20867 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20868 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20869 commands that return an MI output command and an asyncronous MI output
20870 command.
20871 * gdb.mi/mi-console.exp: Ditto.
20872
208732005-09-11 Bob Rossi <bob@brasko.net>
20874
20875 * gdb.mi/mi-var-child.c: Include <string.h>.
20876
208772005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20878
20879 * killed.exp: Correct gdb_expect syntax.
20880
208812005-08-09 Corinna Vinschen <vinschen@redhat.com>
20882
20883 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20884
208852005-08-02 Bob Rossi <bob@brasko.net>
20886
20887 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20888 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20889 Change tests to inferior-tty-set/show.
20890 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20891 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20892 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20893 inferior. Use mi_gdb_test to get GDB and Inferior output.
20894 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20895 descriptor.
20896 (mi_inferior_tty_name): Add inferior PTY file name.
20897 (mi_gdb_start): Add INFERIOR_PTY parameter.
20898 (mi_gdb_test): Add IPATTERN parameter.
20899
209002005-08-02 Bob Rossi <bob@brasko.net>
20901
20902 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20903 parameter to mi_gdb_test.
20904 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20905
209062005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20907
20908 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20909 struct_declarations.
20910 * gdb.mi/mi-var-child.exp: Step over the initialization of
20911 struct_declarations.
20912
209132005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20914
20915 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20916 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20917 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20918 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20919 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20920 file.
20921
209222005-07-27 Nick Roberts <nickrob@snap.net.nz>
20923
20924 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20925 (do_children_tests): Assign values to the extra elements.
20926
20927 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20928 them for tests for "-var-update --no-values" and
20929 "-var-update --all-values".
20930 Add test for "-var-list-children --simple-values".
20931
20932 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20933
20934 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20935 "-stack-list-locals --simple-values" Improve doc strings and
20936 comments.
20937
209382005-07-18 Mark Kettenis <kettenis@gnu.org>
20939
20940 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20941 *-*-openbsd*.
20942 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20943
20944 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20945 sigaltsatck'.
20946
209472005-07-14 Bob Rossi <bob@brasko.net>
20948
20949 * gdb.base/default.exp (tty): Changed output of command.
20950 * gdb.base/help.exp (help tty): Ditto.
20951
209522005-07-12 Mark Kettenis <kettenis@gnu.org>
20953
20954 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20955
209562005-07-10 Mark Kettenis <kettenis@gnu.org>
20957
20958 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20959 -stack-select-frame without arguments.
20960 (test_stack_frame_listing): Add test for newly implemented command
20961 -stack-info-frame.
20962
209632005-07-06 Bob Rossi <bob@brasko.net>
20964
20965 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20966 command.
20967 (Copyright): Update copyright.
20968
209692005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20970
20971 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20972 tests to evaluate exponentiation expression.
20973
209742005-06-29 Andreas Schwab <schwab@suse.de>
20975
20976 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20977 main to avoid warnings.
20978
20979 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20980
209812005-06-20 Nick Roberts <nickrob@snap.net.nz>
20982
20983 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20984 -stack-select-frame without arguments.
20985 (test_stack_frame_listing): Add test for newly implemented command
20986 -stack-info-frame.
20987
209882005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20989
20990 * gdb.fortran/array-element.f: New file.
20991 * gdb.fortran/array-element.exp: New testcase.
20992
209932005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20994
20995 * gdb.base/bigcore.exp: Correct checks for systems which can
20996 not dump a large core file.
20997
209982005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20999
21000 * gdb.base/relocate.c: Add a copyright notice.
21001 (dummy): Remove.
21002 * gdb.base/relocate.exp: Test printing the values of variables
21003 from a relocatable file.
21004
210052005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
21006
21007 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
21008 excess MI output after an error.
21009
210102005-05-29 Joel Brobecker <brobecker@adacore.com>
21011
21012 * gdb.arch/alpha-step.c: New file.
21013 * gdb.arch/alpha-step.exp: New testcase.
21014
210152005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
21016 Dennis Brueni <dennis@slickedit.com>
21017
21018 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
21019 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
21020 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
21021 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
21022 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
21023 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
21024 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21025
210262005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
21027 Wu Zhou <woodzltc@cn.ibm.com>
21028
21029 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21030 IBM's xlc compiler.
21031 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
21032 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
21033
210342005-05-13 Jim Blandy <jimb@redhat.com>
21035
21036 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
21037 calling gdb_suppress_entire_file.
21038 * gdb.base/charset.exp: Same.
21039 * gdb.base/call-rt-st.exp: Same.
21040
210412005-05-05 Bob Rossi <bob_rossi@cox.net>
21042
21043 * lib/gdb.exp (fullname_syntax): Added global regex.
21044 (fullname_syntax_POSIX): Ditto.
21045 (fullname_syntax_UNC): Ditto.
21046 (fullname_syntax_DOS_CASE): Ditto.
21047 (fullname_syntax_DOS): Ditto.
21048 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
21049 fullname_syntax variable to scope and use it.
21050 (test_file_list_exec_source_files): Ditto.
21051 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
21052
210532005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21054
21055 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21056
210572004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21058
21059 * lib/gdb.exp (skip_altivec_tests): New function, based on
21060 check_vmx_hw_available from the GCC testsuite.
21061 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21062 * lib/gdb.arch/altivec-regs.exp: Likewise.
21063
210642005-05-02 Jim Blandy <jimb@redhat.com>
21065
21066 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21067 calling gdb_suppress_entire_file.
21068
210692005-04-30 Randolph Chung <tausq@debian.org>
21070
21071 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21072 Slightly relax "sem_post" name checking.
21073
210742005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21075
21076 * gdb.base/unload.exp: Use new shared library infrastructure.
21077
210782005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21079
21080 * gdb.base/so-impl-ld.exp: Use new shared library
21081 infrastructure.
21082
210832005-04-29 Corinna Vinschen <vinschen@redhat.com>
21084
21085 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21086 * gdb.asm/h8300.inc: New file.
21087
210882005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21089
21090 * gdb.base/shlib-call.exp: Change to use new shared library
21091 infrastructure.
21092
210932005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21094
21095 * gdb.base/pending.exp: Change to use new shared library
21096 infrastructure.
21097
210982005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21099
21100 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21101 use test_compiler_info instead of gcc_compiled, and update copyright.
21102
211032005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21104
21105 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21106 shared objects being adjusted and update copyright years.
21107
211082005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21109
21110 * ChangeLog: Correct some 2003-01-13 dates.
21111 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21112 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21113 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21114 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21115 gdb.trace/tfind.exp: Update copyright years.
21116
211172005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21118 Daniel Jacobowitz <dan@codesourcery.com>
21119
21120 * lib/gdb.exp (gdb_compile): Handle shlib=.
21121 (gdb_compile_shlib): New function.
21122
211232005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21124
21125 * lib/gdb.exp (test_compiler_info): Give argument a default value.
21126
211272005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21128
21129 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21130 gdb.server.
21131 * configure.ac: Likewise.
21132 * configure: Regenerated.
21133 * gdb.gdbserver/Makefile.in: Moved to...
21134 * gdb.server/Makefile.in: ... here.
21135 * gdb.gdbserver/server.c: Moved to...
21136 * gdb.server/server.c: ... here.
21137 * gdb.gdbserver/server-run.exp: Moved to...
21138 * gdb.server/server-run.exp: ... here.
21139
211402005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21141
21142 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21143 * configure.ac: Create gdb.gdbserver/Makefile.
21144 * configure: Regenerated.
21145 * lib/gdbserver-support.exp: New file, derived from
21146 config/gdbserver.exp.
21147 * config/gdbserver.exp: Use gdbserver-support.exp.
21148 * gdb.gdbserver/Makefile.in: New file.
21149 * gdb.gdbserver/server.c: New file.
21150 * gdb.gdbserver/server-run.exp: New file.
21151
211522005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21153
21154 * lib/gdb.exp (test_compiler_info): Return compiler_info
21155 if no arguments are given.
21156
211572005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21158
21159 * gdb.arch/altivec-abi.exp: Check for compiler and set
21160 use altivec' flag accordingly.
21161 * gdb.arch/altivec-regs.exp: Likewise.
21162
211632005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21164
21165 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21166
211672005-03-27 Andreas Schwab <schwab@suse.de>
21168
21169 * gdb.base/bigcore.c (main): Add missing mode argument in open
21170 call.
21171
211722005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21173
21174 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21175 downloads.
21176 * config/gdbserver.exp (gdb_load): Likewise.
21177
211782005-03-14 Paul Brook <paul@codesourcery.com>
21179
21180 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21181 targets.
21182
211832005-03-09 Joel Brobecker <brobecker@adacore.com>
21184
21185 * gdb.dwarf2/dup-psym.S: New file.
21186 * gdb.dwarf2/dup-psym.exp: New testcase.
21187
211882005-03-09 Joel Brobecker <brobecker@adacore.com>
21189
21190 * gdb.ada/exec_changed/first.adb: New file.
21191 * gdb.ada/exec_changed/second.adb: New file.
21192 * gdb.ada/exec_changed.exp: New testcase.
21193
211942005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21195
21196 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21197 (A2): New class.
21198 (main): Test operator+.
21199 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21200 breakpoint test.
21201
21202 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21203 * gdb.base/signull.exp: Disable if gdb,nosignals.
21204 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21205 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21206 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21207 * gdb.mi/mi2-console.exp: Likewise.
21208 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21209 continue output at start.
21210 (gdb_collect_locals_test): Robustify regexp.
21211 * gdb.trace/passc-dyn.exp: Fix comment typo.
21212 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21213
212142005-03-08 Corinna Vinschen <vinschen@redhat.com>
21215
21216 * gdb.asm/asm-source.exp: Add iq2000 case.
21217 * gdb.asm/iq2000.inc: New file.
21218
212192005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21220
21221 * gdb.base/command.exp: Change hardcoded value to regular expression.
21222 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21223
212242005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21225
21226 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21227 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21228 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21229 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21230 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21231
212322005-03-05 Mark Kettenis <kettenis@gnu.org>
21233
21234 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21235 changes.
21236
212372004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21238
21239 * lib/compiler.c: Add test for IBM's xlc compiler.
21240 * lib/compiler.cc: Likewise.
21241
212422004-02-24 Joel Brobecker <brobecker@adacore.com>
21243
21244 * gdb.ada/fixed_points.exp: Create compilation object directory
21245 before running the test.
21246 * gdb.ada/null_record.exp: Likewise.
21247 * gdb.ada/packed_array.exp: Likewise.
21248 * gdb.ada/start.exp: Likewise.
21249
212502005-02-15 Joel Brobecker <brobecker@adacore.com>
21251
21252 * gdb.ada/packed_array/pa.adb: New file.
21253 * gdb.ada/packed_array.exp: New testcase.
21254
212552005-02-10 Mark Kettenis <kettenis@gnu.org>
21256
21257 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21258 files.
21259
21260 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21261 on *-*-openbsd*. Correctly match whitespace in regukar
21262 expressions.
21263
212642005-02-10 Daniel Jacobowitz <dan@debian.org>
21265
21266 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21267 PR exp/1821
21268 * gdb.base/gdb1821.c: New test file.
21269 * gdb.base/gdb1821.exp: New test file.
21270
212712005-02-09 Joel Brobecker <brobecker@adacore.com>
21272
21273 * gdb.base/start.c: New file.
21274 * gdb.base/start.exp: New testcase.
21275
212762005-02-09 Joel Brobecker <brobecker@adacore.com>
21277
21278 * gdb.ada/start/dummy.adb: New file.
21279 * gdb.ada/start.exp: New testcase.
21280
212812005-02-09 Corinna Vinschen <vinschen@redhat.com>
21282
21283 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21284 for printing symbols and statistics.
21285 Add test for using relative pathnames in "maint print msymbols" test.
21286 Mark "maint info sections DATA" XFAIL on Cygwin.
21287 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21288 tests.
21289
212902005-02-09 Andreas Schwab <schwab@suse.de>
21291
21292 Committed by Andrew Cagney <cagney@gnu.org>
21293 * gdb.base/remotetimeout.exp: New file.
21294
212952005-02-07 Mark Kettenis <kettenis@gnu.org>
21296
21297 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21298
212992005-02-03 Joel Brobecker <brobecker@adacore.com>
21300
21301 * gdb.ada/gnat_ada.gpr: New file.
21302 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21303 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21304 * configure.ac: No longer generate gnat_ada.gpr.
21305 * configure: Regenerate.
21306 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21307 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21308 * gdb.ada/null_record/bar.ads: Likewise.
21309 * gdb.ada/null_record/bar.adb: Likewise.
21310 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21311 * gdb.ada/null_record.exp (testdir): New variable.
21312 (testfile): executable is now in testdir subdirectory.
21313 (srcfile): Use full path to the main compilation unit.
21314 * gdb.ada/fixed_points.exp: Same changes as above.
21315
213162005-02-03 Nick Roberts <nickrob@snap.net.nz>
21317
21318 * gdb.base/interp.exp: New test.
21319
213202005-01-24 Andrew Cagney <cagney@gnu.org>
21321
21322 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21323
213242005-01-19 Andrew Cagney <cagney@gnu.org>
21325
21326 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21327 configure.ac not configure.in.
21328
21329 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21330 of powerpc*-*-*.
21331 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21332 * gdb.base/list.exp (test_list_function)
21333 (test_list_filename_and_function): Ditto.
21334 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21335
213362005-01-16 Andrew Cagney <cagney@gnu.org>
21337
21338 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21339
21340 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21341
213422005-01-14 Andrew Cagney <cagney@gnu.org>
21343
21344 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21345 * gdb.mi/mi2-var-cmd.exp: Ditto.
21346
213472005-01-10 Corinna Vinschen <vinschen@redhat.com>
21348
21349 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21350
213512005-01-07 Andrew Cagney <cagney@gnu.org>
21352
21353 * configure.ac: Rename configure.in, require autoconf 2.59.
21354 * configure: Re-generate.
21355 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21356 * gdb.stabs/configure: Re-generate.
21357 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21358 * gdb.hp/configure: Re-generate.
21359 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21360 autoconf 2.59.
21361 * gdb.hp/gdb.objdbg/configure: Re-generate.
21362 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21363 autoconf 2.59.
21364 * gdb.hp/gdb.defects/configure: Re-generate.
21365 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21366 autoconf 2.59.
21367 * gdb.hp/gdb.compat/configure: Re-generate.
21368 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21369 autoconf 2.59.
21370 * gdb.hp/gdb.base-hp/configure: Re-generate.
21371 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21372 autoconf 2.59.
21373 * gdb.hp/gdb.aCC/configure: Re-generate.
21374
213752004-12-15 Jim Blandy <jimb@redhat.com>
21376
21377 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21378 under NPTL when there is debugging info available for libpthread.
21379
213802004-12-13 Jerome Guitton <guitton@gnat.com>
21381
21382 * gdb.ada/fixed_points.c: New file.
21383 * gdb.ada/fixed_points.exp: New file.
21384
213852004-12-03 Randolph Chung <tausq@debian.org>
21386
21387 * gdb.arch/pa-nullify.exp: New file.
21388 * gdb.arch/pa-nullify.s: New file.
21389
213902004-11-30 Randolph Chung <tausq@debian.org>
21391
21392 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21393 instead of "tbug". Fix regexp to work properly with gdb_test.
21394
213952004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21396
21397 * gdb.base/bitfields2.exp: New test.
21398 * gdb.base/bitfields2.c: New file.
21399
214002004-11-28 Richard Earnshaw <rearnsha@arm.com>
21401
21402 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21403
214042004-11-16 Randolph Chung <tausq@debian.org>
21405
21406 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21407
214082004-11-14 Daniel Jacobowitz <dan@debian.org>
21409
21410 * gdb.threads/threadapply.exp: Correct "macro details" test.
21411
214122004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21413
21414 * gdb.threads/threadapply.exp: New test.
21415 * gdb.threads/threadapply.c: New file.
21416
214172004-11-07 Mark Kettenis <kettenis@gnu.org>
21418
21419 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21420 frames.
21421
214222004-11-05 Felix Lee <felix+log1@specifixinc.com>
21423
21424 * gdb.base/cursal.exp: New file.
21425 * gdb.base/cursal.c: New file.
21426
214272004-11-03 Andrew Cagney <cagney@gnu.org>
21428
21429 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21430
214312004-10-30 Mark Kettenis <kettenis@gnu.org>
21432
21433 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21434 NetBSD/ELF targets.
21435
214362004-10-29 Joel Brobecker <brobecker@gnat.com>
21437
21438 * gdb.threads/bp_in_thread.c: New file, copied from
21439 pthread_cond_wait.c.
21440 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21441 file, rather than reusing the .c file from another testcase.
21442
214432004-10-20 Joel Brobecker <brobecker@gnat.com>
21444
21445 * gdb.ada/null_record.exp: Check where we stopped after
21446 sending the start command, instead of where the associated
21447 temporary breakpoint was inserted.
21448
214492004-10-14 Andrew Cagney <cagney@gnu.org>
21450
21451 * gdb.mi/gdb701.c (main): Return 0.
21452
214532004-10-13 Daniel Jacobowitz <dan@debian.org>
21454
21455 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21456
214572004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21458
21459 * gdb.threads/schedlock.c: Add comment markers to use to find
21460 line numbers.
21461 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21462 comments.
21463 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21464 breakpoint lines.
21465
214662004-10-12 Daniel Jacobowitz <dan@debian.org>
21467
21468 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21469
214702004-10-12 Daniel Jacobowitz <dan@debian.org>
21471
21472 * configure.in: Add gdb.dwarf2.
21473 * configure: Regenerated.
21474 * Makefile.in: Add gdb.dwarf2.
21475 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21476 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21477 gdb.dwarf2/file1.txt: New files.
21478
214792004-10-11 Orjan Friberg <orjanf@axis.com>
21480
21481 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21482 of "run", since the latter doesn't work with remote targets. Adjust
21483 the breakpoint numbering accordingly.
21484 * gdb.threads/pthread_cond_wait.exp: Ditto.
21485
214862004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21487
21488 * gdb.base/overlays.exp: Update copyright years.
21489
214902004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21491
21492 * gdb.base/overlays.exp: Disable if target is Linux.
21493
214942004-10-06 Felix Lee <felix+log1@specifixinc.com>
21495
21496 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21497
214982004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21499
21500 * gdb.asm/asm-source.exp: Add m32r-linux target.
21501 * gdb.asm/m32r-linux.inc: New file.
21502
215032004-09-24 Andrew Cagney <cagney@redhat.com>
21504 David Anderson <anderson@redhat.com>
21505
21506 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21507 command fails, assume things will work.
21508 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21509 (_GNU_SOURCE): Define.
21510 (print_unsigned, print_hex): Change parameter to "long long".
21511 (print_byte_count): New function, use to print byte counts.
21512 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21513 O_LARGEFILE.
21514 (main): Compute an upper bound on a corefile in max_core_size.
21515 Limit memory chunk size to max_core_size. Limit total memory
21516 allocated to max_core_size.
21517
215182004-09-23 Andrew Cagney <cagney@gnu.org>
21519
21520 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21521 from a separate process with code that creates a corefile by
21522 making the inferior dump core.
21523
215242004-09-23 Mark Kettenis <kettenis@gnu.org>
21525
21526 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21527 block.
21528
215292004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21532 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21533 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21534 Likewise.
21535
215362004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21537
21538 * gdb.java/jprint.exp: New test case for java inferior call.
21539 * gdb.java/jprint.java: Ditto.
21540
215412004-09-15 Joel Brobecker <brobecker@gnat.com>
21542
21543 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21544
215452004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21546
21547 * gdb.threads/killed.c: Include <stdlib.h>.
21548 * gdb.threads/pthreads.c: Likewise.
21549
215502004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21551
21552 * gdb.threads/killed.c: Add copyright notice.
21553
215542004-09-10 Jason Molenda (jmolenda@apple.com)
21555
21556 * gdb.base/define.exp: Two new tests to verify zero space chars
21557 after 'if' and 'while' commands in a user-defined command is correctly
21558 parsed.
21559
215602004-09-08 Andrew Cagney <cagney@gnu.org>
21561
21562 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21563 delivery test with duplicate at end of file.
21564
215652004-09-06 Mark Kettenis <kettenis@jive.nl>
21566
21567 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21568
215692004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21570
21571 * config/hppro.exp: Removed.
21572
215732004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21574
21575 * config/sparclet.exp: Removed.
21576
215772004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21578
21579 * config/udi.exp: Removed.
21580
215812004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21582
21583 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21584 of "exp_continue".
21585 (advancei): Likewise.
21586
215872004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21588
21589 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21590
215912004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21592
21593 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21594 to check for nodebug in executable.
21595 * gdb.gdb/observer.exp (setup_test): Likewise.
21596 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21597 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21598
215992004-09-01 Andrew Cagney <cagney@gnu.org>
21600
21601 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21602 files.
21603
216042004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21605
21606 * gdb.base/unload.exp: Fix expected warning message to match
21607 latest format.
21608
216092004-09-01 Corinna Vinschen <vinschen@redhat.com>
21610
21611 * gdb.base/call-rt-st.exp: Fix typos.
21612
216132004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21614
21615 * gdb.threads/thread_check.exp: New testcase.
21616 * gdb.threads/thread_check.c: New testcase.
21617
216182004-08-31 Andrew Cagney <cagney@gnu.org>
21619
21620 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21621 (skip_to_handler_entry): New procedures. Test stepping into a
21622 handler when the breakpoint is at the handler's entry point.
21623
216242004-08-30 Andrew Cagney <cagney@gnu.org>
21625
21626 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21627 gdb/1757.
21628
216292004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21630
21631 With code from Manoj Iyer <manjo@austin.ibm.com>:
21632 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21633 return value. Add an arm for "no debugging symbols found".
21634 Change a stray "error" to "perror".
21635 (gdb_run_cmd): Adapt to new return value.
21636 * gdb.base/remote.exp: Adapt to new return value.
21637 * gdb.gdb/complaints.exp: Likewise.
21638 * gdb.gdb/observer.exp: Likewise.
21639 * gdb.gdb/selftest.exp: Likewise.
21640 * gdb.gdb/xfullpath.exp: Likewise.
21641
216422004-08-27 Joel Brobecker <brobecker@gnat.com>
21643
21644 * gdb.threads/bp_in_thread.exp: New testcase.
21645
216462004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21647
21648 Fix PR testsuite/1735.
21649 * gdb.threads/schedlock.c (thread_function): Add a cast
21650 to suppress a gcc warning.
21651 * gdb.threads/thread-specific.c (thread_function): Likewise.
21652
216532004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21654
21655 * gdb.base/unload.c: Include <stdlib.h>.
21656
216572004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21658
21659 From Paul Gilliam <pgilliam@us.ibm.com>:
21660 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21661 synchronized after the "return".
21662
216632004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21664
21665 * gdb.mi/basics.c: Include <stdio.h>.
21666 * gdb.mi/pthreads.c: Include <stdlib.h>.
21667 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21668
216692004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21670
21671 * gdb.threads/schedlock.c: Add copyright notice.
21672
216732004-08-25 Andrew Cagney <cagney@gnu.org>
21674
21675 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21676 (skip_over_handler, breakpoint_over_hander): New test procedures.
21677 (advance, advancei): Add a proper prefix, do not use
21678 rerun_to_main.
21679 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21680
216812004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21682
21683 * gdb.mi/basics.c: Add copyright notice.
21684 * gdb.mi/var-cmd.c: Add copyright notice.
21685
216862004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21687
21688 * lib/gdb.exp: Remove signed_keyword_not_used.
21689 * lib/compiler.c: Likewise.
21690 * lib/compiler.cc: Likewise.
21691
216922004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21693
21694 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21695 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21696
216972004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21698
21699 * gdb.base/whatis.c: Add copyright notice.
21700
217012004-08-20 Mark Kettenis <kettenis@gnu.org>
21702
21703 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21704 it to skip the breakpoints encoded in the inline assembly.
21705
217062004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21707
21708 * Makefile.in: Add gdb.fortran.
21709
217102004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21711
21712 * gdb.base/call-sc.exp (test_scalar_returns):
21713 Fix cut-and-paste glitch in "Make fun return now".
21714
217152004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21716
21717 * configure.in: Add gdb.fortran.
21718 * configure: Regenerate.
21719 * gdb.fortran/Makefile.in: New file.
21720 * lib/gdb.exp (skip_fortran_tests): New procedure.
21721
217222004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21723
21724 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21725 reference to bug-gnu@prep.ai.mit.edu.
21726 * gdb.mi/mi-var-child.exp: Likewise.
21727 * gdb.mi/mi-var-cmd.exp: Likewise.
21728 * gdb.mi/mi-var-display.exp: Likewise.
21729 * gdb.mi/mi2-var-block.exp: Likewise.
21730 * gdb.mi/mi2-var-child.exp: Likewise.
21731 * gdb.mi/mi2-var-cmd.exp: Likewise.
21732 * gdb.mi/mi2-var-display.exp: Likewise.
21733
217342004-08-15 Mark Kettenis <kettenis@gnu.org>
21735
21736 * gdb.base/unload.c (main): Make local variable msg const.
21737
217382004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21739
21740 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21741 to bug-gnu@prep.ai.mit.edu.
21742 * gdb.mi/mi-disassemble.exp: Likewise.
21743 * gdb.mi/mi-eval.exp: Likewise.
21744 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21745 default line number.
21746 * gdb.mi/mi-return.exp: Likewise.
21747 * gdb.mi/mi-simplerun.exp: Likewise.
21748 * gdb.mi/mi-stack.exp: Likewise.
21749 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21750 number with explicit range test.
21751 * gdb.mi/mi-watch.exp: Likewise.
21752 * gdb.mi/mi2-break.exp: Likewise.
21753 * gdb.mi/mi2-cli.exp: Likewise.
21754 * gdb.mi/mi2-disassemble.exp: Likewise.
21755 * gdb.mi/mi2-eval.exp: Likewise.
21756 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21757 default line number.
21758 * gdb.mi/mi2-return.exp: Likewise.
21759 * gdb.mi/mi2-simplerun.exp: Likewise.
21760 * gdb.mi/mi2-stack.exp: Likewise.
21761 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21762 number with explicit range test.
21763 * gdb.mi/mi2-watch.exp: Likewise.
21764
217652004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21766
21767 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21768 * gdb.cp/m-static.exp: Likewise.
21769 * gdb.cp/rtti.exp: Likewise.
21770
217712004-08-14 Mark Kettenis <kettenis@gnu.org>
21772
21773 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21774
217752004-08-14 Eli Zaretskii <eliz@gnu.org>
21776
21777 * ChangeLog: Prefix Local Variables with semi-colons and indent
21778 the reference to older ChangeLog files, to fix fontification in
21779 Emacs.
21780
217812004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21782
21783 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21784 * gdb.mi/mi2-break.exp: Likewise.
21785
217862004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21787
21788 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21789
217902004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21791
21792 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21793
217942004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21795
21796 * gdb.cp/classes.exp: Remove unused declarations. Just let
21797 test names default instead of providing special names. Remove
21798 extraneous demangler test.
21799
218002004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21801
21802 * gdb.base/unload.exp: New test for breakpoints in dynamically
21803 loaded libraries.
21804 * gdb.base/unload.c: Ditto.
21805 * gdb.base/unloadshr.c: Ditto.
21806
218072004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21808
21809 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21810 cp_test_ptype_class.
21811 (test_enums): Likewise.
21812
218132004-08-10 Andrew Cagney <cagney@gnu.org>
21814
21815 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21816 files.
21817
218182004-08-10 Andrew Cagney <cagney@gnu.org>
21819
21820 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21821 init_malloc call.
21822
218232004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21824
21825 * ChangeLog: Add copyright notice. The notice is copied
21826 from emacs 21.3 top level ChangeLog.
21827
218282004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21829
21830 * lib/cp-support.exp: New file.
21831 * lib/cp-support.exp (cp_test_type_class): New function.
21832 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21833 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21834 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21835 cp_test_ptype_class.
21836
218372004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21838
21839 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21840 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21841 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21842 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21843 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21844 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21845 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21846 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21847 gdb.mi/mi2-watch.exp: Update copyright years.
21848
218492004-08-09 Mark Kettenis <kettenis@gnu.org>
21850
21851 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21852
218532004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21854
21855 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21856 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21857 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21858 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21859 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21860 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21861 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21862 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21863 gdb.mi/mi-watch.exp: Update copyright years.
21864
218652004-08-08 Daniel Jacobowitz <dan@debian.org>
21866
21867 PR gdb/1738
21868 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21869 from a breakpoint with a pending signal.
21870
218712004-08-08 Daniel Jacobowitz <dan@debian.org>
21872
21873 PR gdb/1736
21874 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21875 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21876 the prompt.
21877 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21878
218792004-08-08 Daniel Jacobowitz <dan@debian.org>
21880
21881 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21882
218832004-08-08 Daniel Jacobowitz <dan@debian.org>
21884
21885 PR gdb/1736
21886 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21887 for i?86-*-linux*.
21888
218892004-08-08 Daniel Jacobowitz <dan@debian.org>
21890
21891 * gdb.arch/i386-prologue.exp: Compile without debug information.
21892
218932004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21894
21895 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21896 rather than asking gdb to search.
21897
218982004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21899
21900 * gdb.base/gcore.c: Include <string.h>.
21901
219022004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21903
21904 * gdb.base/gcore.c: Add copyright notice.
21905
219062004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21907
21908 * gdb.base/freebpcmd.c: Include <stdio.h>.
21909 * gdb.base/long_long.c: Include <string.h>.
21910 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21911 * gdb.base/siginfo.c: Include <string.h>.
21912 * gdb.base/sigstep.c: Include <string.h>.
21913
219142004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21915
21916 * gdb.base/complex.c: Include <stdlib.h>.
21917
219182004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21919
21920 * gdb.base/complex.c: Add copyright notice.
21921
219222004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21923
21924 * gdb.base/charset.c: Include <stdlib.h>.
21925
219262004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21927
21928 * gdb.base/auxv.c: Include <stdlib.h>.
21929
219302004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21931
21932 * gdb.base/auxv.c: Add copyright notice.
21933
219342004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21935
21936 * gdb.base/coremaker.c: Add copyright notice.
21937 * gdb.base/coremaker2.c: Add copyright notice.
21938
219392004-08-04 Andrew Cagney <cagney@gnu.org>
21940
21941 * gdb.base/store.exp: Update copyright.
21942 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21943 names, do not import gdb_prompt.
21944
219452004-08-01 Andrew Cagney <cagney@gnu.org>
21946
21947 Fix PR testsuite/1729.
21948 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21949 not use capture_value with value 4.
21950 (capture_value): Add optional test name parameter.
21951 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21952 the prefix, pass to capture_value.
21953
219542004-08-01 Mark Kettenis <kettenis@gnu.org>
21955
21956 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21957 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21958 (main): Call new function.
21959
219602004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21961
21962 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21963
219642004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21965
21966 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21967
219682004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21969
21970 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21971 Accept more values of vtbl pointer. Remove some messages
21972 about "obsolete gcc or gdb".
21973
219742004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21975
21976 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21977
219782004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21979
21980 * gdb.base/asm-source.exp: Properly convert target board
21981 debug flags from gcc format to binutils format.
21982
219832004-07-28 Mark Kettenis <kettenis@gnu.org>
21984
21985 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21986 gdb1718". PR backtrace/1718 partially fixed.
21987
219882004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21989
21990 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21991
219922004-07-26 Nick Clifton <nickc@redhat.com>
21993
21994 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21995 good default value for a specific architecture is available then
21996 set it to that value. Otherwise default to the -gstabs switch.
21997 Remove the -g... switches from the asm-flags variable. Allow the
21998 target board info to override the value if it wants to. Pass the
21999 switch on the assembler command line.
22000
220012004-07-23 Mark Kettenis <kettenis@gnu.org>
22002
22003 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
22004 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
22005 (main): Call new function.
22006
220072004-07-22 Michael Chastain <mec.gnu@mindspring.com>
22008
22009 Test for PR exp/1715.
22010 * gdb.base/radix.exp: Refactor common procedures. Make all
22011 test names unique. Change XFAIL to KFAIL.
22012
220132004-07-20 Michael Chastain <mec.gnu@mindspring.com>
22014
22015 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
22016 * gdb.ada/gnat_ada.gin: ... to here.
22017 * configure.in: Use gnat_ada.gin.
22018 * configure: Regenerate.
22019
220202004-07-20 Andrew Cagney <cagney@gnu.org>
22021
22022 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
22023 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
22024 XFAILs. Clean up test messages and comments. Check backtraces.
22025 Delete re-sync code.
22026
220272004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22028
22029 Fix PR cli/740.
22030 * gdb.base/annota1.exp: Honor gdb,nosignals.
22031 * gdb.base/annota3.exp: Likewise.
22032
220332004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22034
22035 * lib/java.exp: Update copyright notice.
22036
220372004-07-19 Andrew Cagney <cagney@gnu.org>
22038
22039 * gdb.base/selftest.exp: Copy file from here ...
22040 * gdb.gdb/selftest.exp: ... to here.
22041
220422004-07-16 Andrew Cagney <cagney@redhat.com>
22043
22044 * lib/insight-support.exp: Delete file.
22045 * lib/java.exp (java_init): Fix copyright.
22046
220472004-07-16 Andrew Cagney <cagney@gnu.org>
22048
22049 * gdb.base/restore.c: Append "prologue" to comments marking the a
22050 function's prologue.
22051 * gdb.base/restore.exp: Update copyright, re-indent.
22052 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22053 callerN" prefix where needed. Update patterns that match a
22054 function's prologue.
22055
220562004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22057
22058 * gdb.base/restore.c: Add copyright notice.
22059
220602004-07-16 Andrew Cagney <cagney@gnu.org>
22061
22062 * gdb.base/logical.exp: Update copyright.
22063 (evaluate): New procedure. Use to re-implement tests using
22064 several tables.
22065
220662004-07-14 Martin Hunt <hunt@redhat.com>
22067
22068 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22069 which fixes some problems where init.tcl was not found.
22070
220712004-07-13 Andrew Cagney <cagney@gnu.org>
22072
22073 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22074 (check_sizeof, check_valueof): Do not include the output in the
22075 test name. Use gdb_test.
22076 (get_valueof): Use gdb_test_multiple.
22077
22078 * gdb.base/step-test.exp: Update copyright. Use
22079 gdb_test_multiple. Ensure that test names do not include
22080 architecture dependent output.
22081
22082 * gdb.gdb/observer.exp: Update copyright.
22083 (setup_test): Use gdb_test_multiple.
22084 (attach_first_observer, attach_second_observer)
22085 (attach_third_observer, detach_first_observer)
22086 (detach_second_observer, detach_third_observer)
22087 (reset_counters, check_counters): Make $message a prefix.
22088 (test_normal_stop_notifications): Add "args" parameter - a list of
22089 init functions to be called. Make $message a prefix,
22090 (test_observer_normal_stop): Change the message prefixes so that
22091 they are unique, pass the attach / detach procedures to
22092 test_normal_stop_notifications.
22093
22094 * gdb.base/signull.exp (test_segv): Prefix all tests with
22095 "${name}". Clean up test messages.
22096
22097 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22098
22099 * gdb.base/ena-dis-br.exp: Update copyright.
22100 (break_at): New function. Replace send_gdb with gdb_test,
22101 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22102 ignore count, not stopped at bpt", with KFAIL.
22103
221042004-07-13 Corinna Vinschen <vinschen@redhat.com>
22105
22106 * gdb.base/attach.exp: Remove cleanupfile handling.
22107
221082004-07-12 Andrew Cagney <cagney@gnu.org>
22109
22110 * gdb.base/annota1.exp: Cleanup corefile test name.
22111 * gdb.base/annota3.exp: Ditto.
22112
221132004-07-12 Andrew Cagney <cagney@gnu.org>
22114
22115 * gdb.base/signals.exp: Clean up copyright, re-indent.
22116
22117 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22118 gdb_test and gdb_test_multiple.
22119
221202004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22121
22122 * gdb.java/jmain.exp: Fix expected line number for main to
22123 break at. Set XFAIL for break at main test since gcj does not
22124 provide line number info for first statement in main.
22125
221262004-07-08 Andrew Cagney <cagney@gnu.org>
22127
22128 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22129
22130 * gdb.base/sigbpt.exp: Make the common part of each test name a
22131 prefix instead of suffix.
22132
221332004-07-07 Bob Rossi <bob_rossi@cox.net>
22134
22135 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22136 test from test_tbreak_creation_and_listing to
22137 test_file_list_exec_source_file
22138 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22139 Changed name of test from test_tbreak_creation_and_listing to
22140 test_file_list_exec_source_file
22141
221422004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22143
22144 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22145 the jmisc() constructor instead of <init>.
22146 * gdb.java/jmisc1.exp: Ditto.
22147
221482004-07-07 Andrew Cagney <cagney@gnu.org>
22149
22150 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22151 corrupting the PC.
22152
221532004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22154
22155 * gdb.cp/templates.exp: Accept whitespace change in demangler
22156 output.
22157
221582004-07-06 Andrew Cagney <cagney@gnu.org>
22159
22160 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22161
221622004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22163
22164 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22165 * lib/compiler.cc: Likewise.
22166
221672004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22168
22169 * lib/compiler.cc: Work around string preprocessing problem
22170 with old hp c++ compiler.
22171 * lib/compiler.c: Likewise.
22172
221732004-06-29 Corinna Vinschen <vinschen@redhat.com>
22174
22175 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22176 directives to conditionalize symbol prefixing.
22177 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22178 additional_flags handling. Add underscore prefix for Cygwin.
22179 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22180 conditionalize symbol prefixing.
22181 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22182 additional_flags handling. Add underscore prefix for Cygwin.
22183
221842004-06-29 Corinna Vinschen <vinschen@redhat.com>
22185
22186 * gdb.base/bigcore.exp: Skip test on Cygwin.
22187
221882004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22189
22190 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22191 formats for "info register". Use gdb_test_multiple. Fix
22192 the "invalid register" test.
22193
221942004-06-28 Corinna Vinschen <vinschen@redhat.com>
22195
22196 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22197 PID for Cygwin. Add Cygwin specific strings to check for in some
22198 tests.
22199 (do_attach_tests): Add a test for user interaction when attaching
22200 to a process with no matching symbol table already loaded.
22201
222022004-06-26 Andrew Cagney <cagney@gnu.org>
22203
22204 Test PR java/1567 and PR java/1565.
22205 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22206 * gdb.java/jmisc2.exp: Delete file.
22207
222082004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22209
22210 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22211
222122004-06-25 Corinna Vinschen <vinschen@redhat.com>
22213
22214 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22215 attach process.
22216
222172004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22218
22219 * gdb.cp/pr-1553.exp: Remove.
22220
222212004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22222
22223 * gdb.cp/pr-1553.cc: Remove.
22224 * gdb.cp/pr-1553.exp: Disable this test.
22225
222262004-06-20 Jim Blandy <jimb@redhat.com>
22227
22228 Fix PR testsuite/1680.
22229 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22230 regular expressions.
22231
222322004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22233
22234 Fix PR testsuite/1679.
22235 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22236 Issue an UNSUPPORTED result instead.
22237
222382004-06-18 Jim Blandy <jimb@redhat.com>
22239
22240 * gdb.base/charset.exp: Only send a control-C if we see a new
22241 prompt and incomplete command.
22242
222432004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22244
22245 * gdb.cp/pr-574.cc: Add copyright notice.
22246
222472004-06-17 Jim Blandy <jimb@redhat.com>
22248
22249 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22250 cases where the regexp has no groups; this grabs random text from
22251 the previous test suite, whatever that was.
22252
222532004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22254
22255 * gdb.cp/printmethod.cc: Add copyright notice.
22256
222572004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22258
22259 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22260
222612004-06-16 Andrew Cagney <cagney@gnu.org>
22262
22263 * gdb.base/signull.c: Update copyright. Include <string.h>.
22264 (bowler): Replace data_pointer with data_read
22265 and data_write cases. Add code_descriptor case.
22266 (zero, desc): New array and pointer.
22267 (data, code): Change to simple pointers.
22268 * gdb.base/signull.exp: Fix probe pattern matching a function
22269 descriptor SIGSEGV. Replace data_pointer with data_read and
22270 data_write tests.
22271
222722004-06-16 Andrew Cagney <cagney@gnu.org>
22273
22274 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22275
222762004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22277
22278 * gdb.base/long_long.c: Add copyright notice.
22279
222802004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22281
22282 * gdb.base/long_long.exp: Remove reference to
22283 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22284 to gdb_breakpoint and gdb_continue_to_breakpoint.
22285
222862004-06-14 Jim Blandy <jimb@redhat.com>
22287
22288 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22289 endian case.
22290
222912004-06-14 Andrew Cagney <cagney@gnu.org>
22292
22293 * gdb.base/gcore.exp (capture_command_output): Delete the always
22294 passing tests containing inferior values.
22295 * gdb.base/ending-run.exp: Do not include the breakpoint address
22296 in the test message. Update copyright.
22297 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22298 size in the test name, use gdb_test_multiple. Update copyright.
22299
223002004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22301
22302 * gdb.cp/ref-types.cc: Add copyright notice.
22303
223042004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22305
22306 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22307 hp_aCC_compiler.
22308 * lib/compiler.cc: Likewise.
22309 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22310 'set' commands. Log diagnostics for other lines. Set
22311 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22312
223132004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22314
22315 * gdb.cp/try_catch.cc: Add copyright notice.
22316
223172004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22318
22319 * gdb.cp/userdef.cc: Add copyright notice.
22320
223212004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22322
22323 * gdb.cp/virtfunc.cc: Add copyright notice.
22324
223252004-06-11 Randolph Chung <tausq@debian.org>
22326
22327 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22328 problem.
22329
223302004-06-10 Andrew Cagney <cagney@gnu.org>
22331
22332 * lib/compiler.cc, lib/compiler.c: Append either
22333 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22334 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22335 instead of gcc-3-3.
22336
223372004-06-09 Andrew Cagney <cagney@gnu.org>
22338
22339 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22340 gdb/1455, bug is specific to "long long" and "double".
22341
22342 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22343 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22344 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22345 fixed.
22346
223472004-06-09 Andrew Cagney <cagney@gnu.org>
22348
22349 * gdb.base/structs.exp (test_struct_returns): Replace
22350 "return_value_unknown" and "finish_value_unknown" by
22351 "return_value_known" and "finish_value_known". Instead of
22352 "return_value_unknown" iff "finish_value_unknown", check
22353 "return_value_known" implies "finish_value_known".
22354
223552004-06-08 Martin Hunt <hunt@redhat.com>
22356
22357 * gdb.base/float.exp: Add pattern for mips targets.
22358
223592004-06-08 Randolph Chung <tausq@debian.org>
22360
22361 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22362 message for unknown architectures more clear.
22363
223642004-06-08 Joel Brobecker <brobecker@gnat.com>
22365
22366 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22367 start the execution of the program.
22368
223692004-06-07 Jim Blandy <jimb@redhat.com>
22370
22371 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22372 * gdb.arch/i386-cpuid.h: New helper file.
22373
223742004-06-07 Randolph Chung <tausq@debian.org>
22375
22376 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22377 has started.
22378
223792004-06-04 Roland McGrath <roland@redhat.com>
22380
22381 Fix PR gdb/1647.
22382 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22383 differently to be robust to output buffering differences.
22384
223852004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22386
22387 * gdb.threads/pthreads.exp: Update copyright years.
22388 (check_control_c): Change asynchronous 'after' to synchronous.
22389
223902004-06-04 Roland McGrath <roland@redhat.com>
22391
22392 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22393 next gdb prompt.
22394
223952004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22396
22397 Fix PR gdb/1636.
22398 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22399 calls to synchronous.
22400
224012004-05-26 Jim Blandy <jimb@redhat.com>
22402
22403 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22404
224052004-05-24 Randolph Chung <tausq@debian.org>
22406
22407 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22408 * gdb.asm/pa.inc: New file.
22409
224102004-05-22 Mark Kettenis <kettenis@gnu.org>
22411
22412 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22413
224142004-05-21 Joel Brobecker <brobecker@gnat.com>
22415 Daniel Jacobowitz <drow@mvista.com>
22416
22417 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22418 GDB prompt.
22419
224202004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22421
22422 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22423 setjmp/longjmp. Use sigaction instead of signal.
22424
224252004-05-19 J. Brobecker <brobecker@gnat.com>
22426 Michael Snyder <msnyder@redhat.com>
22427
22428 * gdb.threads/pthread_cond_wait.c: New file.
22429 * gdb.threads/pthread_cond_wait.exp: New testcase.
22430
224312004-05-13 Andrew Cagney <cagney@redhat.com>
22432
22433 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22434 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22435
224362004-05-11 Andrew Cagney <cagney@redhat.com>
22437
22438 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22439 fixed but revealed gdb/1639.
22440
224412004-05-10 Andrew Cagney <cagney@redhat.com>
22442
22443 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22444 func1" and "next to 2nd alarm", kernel bug avoided.
22445
224462004-05-10 Daniel Jacobowitz <dan@debian.org>
22447
22448 PR external/1568
22449 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22450 XFAIL if it is smaller than bytes_allocated.
22451 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22452 (main): Make chunks_allocated unsigned. Correct comment.
22453
224542004-05-07 Joel Brobecker <brobecker@gnat.com>
22455
22456 * gdb.arch/powerpc-aix-prologue.c: New file.
22457 * gdb.arch/powerpc-aix-prologue.exp: New file.
22458
224592004-05-07 Jim Blandy <jimb@redhat.com>
22460
22461 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22462 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22463
224642004-05-06 Joel Brobecker <brobecker@gnat.com>
22465
22466 * gdb.base/sep.exp: No longer setup_kfail when the program was
22467 built with dwarf2.
22468
224692004-05-05 Jim Ingham <jingham@apple.com>
22470
22471 * gdb.base/pending.exp: Make sure pending breakpoints
22472 preserve the ignore count.
22473
224742004-04-27 Jerome Guitton <guitton@gnat.com>
22475
22476 * i386-prologue.exp: Add testcase for jump instruction as first
22477 instruction of the real code.
22478 * i386-prologue.c (jump_at_beginning): New function.
22479
224802004-04-28 Mark Kettenis <kettenis@gnu.org>
22481
22482 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22483 x86_64-*-*.
22484
224852004-04-28 Mark Kettenis <kettenis@gnu.org>
22486
22487 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22488 i*86-*-*.
22489
224902004-04-25 Mark Kettenis <kettenis@gnu.org>
22491
22492 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22493 expression that checks the return type.
22494
224952004-04-23 Andrew Cagney <cagney@redhat.com>
22496
22497 * gdb.base/call-sc.exp: New test of scalar call/return values.
22498 * gdb.base/call-sc.c: Ditto.
22499
225002004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22501
22502 * gdb.threads/manythreads.c: Reduce thread stack size.
22503
225042004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22505
22506 * gdb.threads/manythreads.c: Add copyright notice.
22507
225082004-04-23 Andrew Cagney <cagney@redhat.com>
22509
22510 * gdb.base/siginfo.exp: Better handle step out of signal.
22511 * gdb.base/sigstep.exp: Ditto.
22512
225132004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22514 Daniel Jacobowitz <drow@mvista.com>
22515
22516 * gdb.threads/manythreads.c: New testcase.
22517 * gdb.threads/manythreads.exp: Ditto.
22518
225192004-04-22 Jim Blandy <jimb@redhat.com>
22520
22521 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22522 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22523
225242004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22525
22526 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22527
225282004-04-21 Andrew Cagney <cagney@redhat.com>
22529
22530 * gdb.base/sigstep.c: New file.
22531 * gdb.base/sigstep.exp: New file.
22532
225332004-04-16 Joel Brobecker <brobecker@gnat.com>
22534
22535 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22536 call to observer_notify_normal_stop.
22537
225382004-04-15 Andrew Cagney <cagney@redhat.com>
22539
22540 * gdb.base/siginfo.c: New file.
22541 * gdb.base/siginfo.exp: New file.
22542
225432004-04-12 J. Brobecker <brobecker@gnat.com>
22544
22545 * gdb.base/sep.exp: Fix typo in comment.
22546
225472004-04-12 J. Brobecker <brobecker@gnat.com>
22548
22549 * gdb.base/sep.c: New file.
22550 * gdb.base/sep-proc.c: New file.
22551 * gdb.base/sep.exp: New testcase.
22552
225532004-04-09 Mark Kettenis <kettenis@gnu.org>
22554
22555 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22556 support.
22557
225582004-04-05 Andrew Cagney <cagney@redhat.com>
22559
22560 * gdb.base/sigaltstack.c: New file.
22561 * gdb.base/sigaltstack.exp: New file.
22562
225632004-04-04 Joel Brobecker <brobecker@gnat.com>
22564
22565 * gdb.base/foll-fork.exp: Update the expected output for
22566 "help set follow-fork-mode", to match a change that was made
22567 to the help of this variable on 2004-01-13.
22568
225692004-04-01 Joel Brobecker <brobecker@gnat.com>
22570
22571 * lib/ada.exp: Add copyright notice.
22572 * bar.ads: Likewise.
22573 * bar.adb: Likewise.
22574 * null_record.adb: Likewise.
22575 * null_record.exp: Likewise.
22576 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22577
225782004-04-01 Joel Brobecker <brobecker@gnat.com>
22579
22580 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22581 * configure: Regenerate.
22582
225832004-04-01 Joel Brobecker <brobecker@gnat.com>
22584
22585 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22586 to build the application. Remove the message printed when in
22587 verbose mode, redundant with the UNSUPPORTED message above.
22588
225892004-03-31 Joel Brobecker <brobecker@gnat.com>
22590
22591 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22592 * gdb.ada (null_record.exp): New testcase.
22593
225942004-03-31 Joel Brobecker <brobecker@gnat.com>
22595
22596 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22597
225982004-03-31 Joel Brobecker <brobecker@gnat.com>
22599
22600 * gdb.ada: New subdirectory.
22601 * gdb.ada/Makefile.in: New file.
22602 * gdb.ada/gnat_ada.gpr.in: New file.
22603
226042004-03-31 Joel Brobecker <brobecker@gnat.com>
22605
22606 * lib/ada.exp: New file.
22607
226082004-03-24 Daniel Jacobowitz <drow@mvista.com>
22609
22610 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22611 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22612
226132004-03-22 Andrew Cagney <cagney@redhat.com>
22614
22615 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22616 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22617 Problem identified by Ulrich Weigand.
22618
226192004-03-17 David Carlton <carlton@kealia.com>
22620
22621 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22622 PR c++/826.
22623
226242004-03-16 Roland McGrath <roland@redhat.com>
22625
22626 * gdb.base/auxv.exp: New file.
22627 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22628
226292004-03-12 David Carlton <carlton@kealia.com>
22630
22631 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22632 * gdb.cp/pr-1553.cc: Ditto.
22633 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22634 pass branch.
22635
226362004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22637
22638 * gdb.cp/templates.exp: Accept more template types.
22639
226402004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22641
22642 From Corinna Vinschen with modifications.
22643 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22644 local variable obj_with_enum.
22645 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22646 results with obj_with_enum.
22647
226482004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22649
22650 * gdb.cp/classes.cc: New file, copied from misc.cc.
22651 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22652
226532004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22654
22655 * gdb.cp/misc.cc: Add copyright notice.
22656
226572004-03-05 David Carlton <carlton@kealia.com>
22658
22659 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22660 * gdb.cp/rtti.h: Update copyright.
22661 (namespace n2::n3): New.
22662 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22663 (n2::n3::func3): New.
22664 (main): Call n2::n3::func3.
22665 * gdb.cp/rtti2.cc: Update copyright.
22666 (n2::create3): New.
22667
226682004-03-04 Mark Kettenis <kettenis@gnu.org>
22669
22670 * gdb.asm/openbsd.inc: Fix typo.
22671
226722004-03-03 Fred Fish <fnf@redhat.com>
22673
22674 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22675 "val" instead of unused "size". Update copyright year.
22676
226772004-02-29 Daniel Jacobowitz <drow@mvista.com>
22678
22679 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22680 to use unsigned char.
22681 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22682 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22683
226842004-02-29 Daniel Jacobowitz <drow@mvista.com>
22685
22686 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22687 line of output.
22688
226892004-02-28 Daniel Jacobowitz <drow@mvista.com>
22690
22691 * gdb.base/relocate.c (dummy): Initialize.
22692
226932004-02-28 Daniel Jacobowitz <drow@mvista.com>
22694
22695 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22696 a breakpoint at exit.
22697
226982004-02-27 Fred Fish <fnf@redhat.com>
22699
22700 * gdb.base/chng-syms.exp: Add expect condition to match failing
22701 case that isn't a timeout.
22702
227032004-02-27 Andrew Cagney <cagney@redhat.com>
22704
22705 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22706 support.
22707
227082004-02-26 Fred Fish <fnf@redhat.com>
22709
22710 * gdb.arch/gdb1431.c: Remove.
22711 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22712 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22713 of "until" incorrectly.
22714
227152004-02-26 J. Brobecker <brobecker@gnat.com>
22716
22717 * gdb.cp/class2.cc (empty): New class.
22718 (refer): New function.
22719 (main): Declare an object of type empty and use it.
22720 * gdb.cp/class2.exp: Print the value of an object of type empty.
22721
227222004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22723
22724 * gdb.base/langs.exp: Update query string to match the
22725 new nquery format used for pending breakpoints.
22726
227272004-02-26 Andrew Cagney <cagney@redhat.com>
22728
22729 Fix PR i18n/1570.
22730 * gdb.base/charset.c: Update copyright notice.
22731 (main, init_string): Remove the escape character '\e' tests.
22732 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22733 * gdb.base/charset.exp (valid_host_charset): Ditto.
22734 * gdb.base/setvar.exp: Ditto.
22735
227362004-02-24 Andrew Cagney <cagney@redhat.com>
22737
22738 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22739 mmapped data in core file" PASS and FAIL messages consistent.
22740
22741 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22742 setting a breakpoint. Work around PR java/1565.
22743
227442004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22745
22746 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22747 new nquery format.
22748 * gdb.base/pending.exp: Ditto.
22749
227502004-02-22 Mark Kettenis <kettenis@gnu.org>
22751
22752 * configure.in: Run stabs tests on *BSD.
22753 * configure: Regenerated.
22754
227552004-02-21 Mark Kettenis <kettenis@gnu.org>
22756
22757 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22758
227592004-02-20 Fred Fish <fnf@redhat.com>
22760
22761 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22762 blank in test for "returns short", for consistency with other
22763 "returns xxx" tests. Update copyright year.
22764
227652004-02-19 Fred Fish <fnf@redhat.com>
22766
22767 New testcase for PR breakpoint/1558.
22768 * gdb.arch/gdb1558.exp: New file.
22769 * gdb.arch/gdb1558.c: New file.
22770
227712004-02-19 Elena Zannoni <ezannoni@redhat.com>
22772
22773 * gdb.base/nodebug.exp: Fix typo.
22774
227752004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22776
22777 Committed by Jim Blandy <jimb@redhat.com>.
22778
22779 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22780
22781 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22782
22783 * gdb.base/float.exp: Support s390*-*-* targets.
22784
227852004-02-17 Adam Fedor <fedor@gnu.org>
22786
22787 * gdb.base/gdb1555.exp: New file.
22788 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22789
227902004-02-17 Elena Zannoni <ezannoni@redhat.com>
22791
22792 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22793
227942004-02-16 Fred Fish <fnf@redhat.com>
22795
22796 * gdb.arch/gdb1291.c: Remove
22797 * gdb.arch/gdb1291.s: New test input file.
22798 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22799 fail. Test for correct result, known incorrect result, other
22800 failures and timeouts.
22801
228022004-02-16 Andrew Cagney <cagney@redhat.com>
22803
22804 * gdb.base/bigcore.exp: New file.
22805 * gdb.base/bigcore.c: New file.
22806
228072004-02-13 Andrew Cagney <cagney@redhat.com>
22808
22809 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22810 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22811 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22812 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22813 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22814 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22815 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22816 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22817 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22818 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22819
228202004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22821
22822 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22823 executed is an alloc instruction.
22824
228252004-02-11 David Carlton <carlton@kealia.com>
22826
22827 * gdb.cp/breakpoint.exp: New.
22828 * gdb.cp/breakpoint.cc: New.
22829
228302004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22831
22832 Partial fix for PR gdb/1543.
22833 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22834 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22835 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22836 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22837 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22838 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22839 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22840 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22841 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22842 to bug-gdb@prep.ai.mit.edu .
22843 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22844 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22845 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22846 Likewise.
22847
228482004-02-10 Andrew Cagney <cagney@redhat.com>
22849
22850 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22851 using gdb_internal_error_resync.
22852
228532004-02-09 Daniel Jacobowitz <drow@mvista.com>
22854
22855 * gdb.threads/thread-specific.exp: Stop early if no threads are
22856 found.
22857
228582004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22859
22860 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22861
228622004-02-08 Daniel Jacobowitz <drow@mvista.com>
22863
22864 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22865 breakpoints.
22866
228672004-02-07 Daniel Jacobowitz <drow@mvista.com>
22868
22869 * config/sim.exp (gdb_load): Handle $arg == "".
22870 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22871 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22872
228732004-02-07 Elena Zannoni <ezannoni@redhat.com>
22874
22875 * gdb.base/maint.exp: Update test to reflect
22876 obstack changes.
22877
228782004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22879
22880 * gdb.base/pendshr.c (pendfunc): New function that calls
22881 pendfunc1.
22882 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22883
228842004-02-04 Fred Fish <fnf@redhat.com>
22885
22886 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22887 function symbols and update copyright years.
22888 * gdb.arch/gdb1291.c: Ditto.
22889
228902004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22891
22892 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22893
228942004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22895
22896 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22897
228982004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22899
22900 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22901
229022004-02-02 Fred Fish <fnf@redhat.com>
22903
22904 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22905 remote targets. Update copyright years.
22906
229072004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22908
22909 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22910 support.
22911 * gdb.base/langs.exp: Fix test which attempts to create
22912 breakpoint on non-existent function to handle new pending
22913 support.
22914 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22915 a breakpoint.
22916 * gdb.base/pending.exp: New test.
22917 * gdb.base/pending.c: New file.
22918 * gdb.base/pendshr.c: Ditto.
22919
229202004-02-02 David Carlton <carlton@kealia.com>
22921
22922 * gdb.cp/overload.exp: Add overloadNamespace tests.
22923 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22924 (overloadNamespace, XXX): New.
22925 (main): Call XXX::marker2.
22926
229272004-02-01 Fred Fish <fnf@redhat.com>
22928
22929 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22930 * gdb.base/finish.exp: Ditto.
22931 * gdb.base/gcore.exp: Ditto.
22932 * gdb.base/huge.exp: Ditto.
22933 * gdb.base/info-proc.exp: Ditto.
22934 * gdb.base/return2.exp: Ditto.
22935 * gdb.threads/gcore-thread.exp: Ditto.
22936
229372004-02-01 Daniel Jacobowitz <drow@mvista.com>
22938
22939 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22940
229412004-02-01 Mark Kettenis <kettenis@gnu.org>
22942
22943 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22944 that opening the file succeeds on OpenBSD.
22945
229462004-02-01 Daniel Jacobowitz <drow@mvista.com>
22947
22948 * gdb.threads/thread-specific.c: New file.
22949 * gdb.threads/threads-specific.exp: New test script.
22950 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22951 to expect_out.
22952
229532004-02-01 Mark Kettenis <kettenis@gnu.org>
22954
22955 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22956 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22957 only on the "print_small_structs from print_long_arg_list" test.
22958
229592004-02-01 Daniel Jacobowitz <drow@mvista.com>
22960
22961 * gdb.base/completion.exp: Kill a stray backslash.
22962
22963 From Jim Ingham <jingham@apple.com>:
22964 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22965 agrees with the result from sending a tab.
22966
229672004-01-31 Daniel Jacobowitz <drow@mvista.com>
22968
22969 * gdb.base/chng-syms.exp: Remove stray newline.
22970
229712004-01-31 Mark Kettenis <kettenis@gnu.org>
22972
22973 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22974 *-*-openbsd*.
22975 * gdb.asm/openbsd.inc: New file.
22976
229772004-01-30 Mark Kettenis <kettenis@gnu.org>
22978
22979 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22980 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22981 *-*solaris2*. Remove commented out default settings for
22982 asm-flags. Replace gdb_compile with target_link.
22983
229842004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22985
22986 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22987 for all tests. Remove old hp-ux and cygnus xfail cases.
22988
229892004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22990
22991 * gdb.base/chng-syms.exp: New file.
22992 * gdb.base/chng-syms.c: New file.
22993
229942004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22995
22996 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22997 Provide arms for current output in all my configurations.
22998
229992004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23000
23001 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
23002 * lib/compiler.cc: Likewise.
23003 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
23004 get the right preprocessor. Eval the output directly. Remove
23005 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
23006 hp_f77_compiler and hp_f90_compiler completely.
23007 (gdb_preprocess): Delete.
23008 (get_compiler): Delete.
23009
230102004-01-24 Mark Kettenis <kettenis@gnu.org>
23011
23012 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
23013 <string.h>.
23014
230152004-01-24 Nick Roberts <nick@nick.uklinux.net>
23016
23017 * gdb.mi/mi-stack.exp: Update copyright.
23018
230192004-01-23 David Carlton <carlton@kealia.com>
23020
23021 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
23022 test for cp_lookup_transparent_type.
23023 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
23024 call them.
23025
230262004-01-23 Daniel Jacobowitz <drow@mvista.com>
23027
23028 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
23029 after -var-update.
23030
230312004-01-23 David Carlton <carlton@kealia.com>
23032
23033 * gdb.cp/namespace.cc (C::ensureRefs): New.
23034 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
23035
230362004-01-20 Nick Roberts <nick@nick.uklinux.net>
23037
23038 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
23039 case "-stack-list-locals 2".
23040 * gdb.mi/mi-var-child.exp: Test for case
23041 "-var-list-children --all-values NAME".
23042
230432004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23044
23045 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23046
230472004-01-18 Mark Kettenis <kettenis@gnu.org>
23048
23049 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23050 used with gdb_test_multiple.
23051
23052 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23053 read at address 0. This fixes PR testsuite/1504.
23054
230552004-01-18 Daniel Jacobowitz <drow@mvista.com>
23056
23057 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23058 Remove downloading, guessing the host executable, the calls to
23059 gdb_file_cmd and gdb_target_cmd, and "load" support.
23060 (infer_host_exec): New function broken out from gdb_load.
23061 (gdb_load): New wrapper for gdbserver_gdb_load.
23062 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23063 gdb_target_cmd. Use -target-select.
23064 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23065 Download binaries to the host. Clear last_mi_remote_file when
23066 we load a new binary.
23067 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23068 call gdbserver_gdb_load and mi_gdb_target_cmd.
23069
230702004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23071
23072 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23073 type patterns.
23074
230752004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23076
23077 * gdb.cp/templates.exp: Fix typo in test name of
23078 "print Foo<volatile char*>::foo".
23079
230802004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23081
23082 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23083
230842004-01-16 Ben Elliston <bje@wasabisystems.com>
23085
23086 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23087 (clean mostlyclean): Remove empty rm.
23088
230892004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23090
23091 * gdb.base/setvar.exp: Add copyright years.
23092
230932004-01-14 David Carlton <carlton@bactrian.org>
23094
23095 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23096 PR c++/1511 and update coment.
23097 * gdb.cp/templates.exp: Update patterns to match current output.
23098 If changes involve something other than whitespace, KFAIL
23099 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23100
231012004-01-14 David Carlton <carlton@kealia.com>
23102
23103 * gdb.cp/namespace.exp: Add tests involving classes defined within
23104 namespaces.
23105 * gdb.cp/namespace.cc (C::CClass): New.
23106 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23107
231082004-01-14 Elena Zannoni <ezannoni@redhat.com>
23109
23110 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23111 what debug info we have. Print a better message if something goes
23112 wrong while producing the separate debug info file.
23113
231142004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23115
23116 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23117
231182004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23119
23120 * gdb.base/callfuncs.c: Add copyright notice.
23121
231222004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23123
23124 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23125 inheritance. PR gdb/1498, PR gcc/13539.
23126
231272004-01-13 Elena Zannoni <ezannoni@redhat.com>
23128
23129 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23130 test specific name.
23131 * gdb.mi/gdb669.exp: Ditto.
23132 * gdb.mi/mi-pthreads.exp: Ditto.
23133 * gdb.mi/mi1-pthreads.exp: Ditto.
23134 * gdb.mi/mi2-pthreads.exp: Ditto.
23135
231362004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23137
23138 * gdb.cp/member-ptr.cc: Add copyright notice.
23139
231402004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23141
23142 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23143 some patterns for recent versions of gcc and hpacc. Delete
23144 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23145 Delete tests that access a NULL pointer-to-member-data. This
23146 script is still disabled for gcc.
23147
231482004-01-12 Elena Zannoni <ezannoni@redhat.com>
23149
23150 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23151 escaped correctly.
23152
231532004-01-12 Elena Zannoni <ezannoni@redhat.com>
23154
23155 * gdb.base/sepdebug.exp: New file.
23156 * gdb.base/sepdebug.c: New file.
23157 * lib/gdb.exp (separate_debug_filename): New procedure.
23158 (gdb_gnu_strip_debug): New procedure.
23159
231602004-01-12 Andrew Cagney <cagney@redhat.com>
23161
23162 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23163 * gdb.mi/ChangeLog-1999-2003: New file.
23164
231652004-01-12 Andrew Cagney <cagney@redhat.com>
23166
23167 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23168 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23169 or EEXIST", treat EBUSY as an XFAIL.
23170
231712004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23172
23173 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23174 hp_cc_compiler.
23175
231762004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23177
23178 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23179 decorations.
23180
231812004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23182
23183 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23184 and "(aCC)" decorations. Remove obsolete doco about old
23185 test results.
23186
231872004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23188
23189 * gdb.cp/exception.exp: Fix typo in doco.
23190
231912004-01-09 Mark Kettenis <kettenis@gnu.org>
23192
23193 * gdb.base/gdb1476.exp: Fix typo.
23194
231952004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23196
23197 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23198 file.
23199
232002004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23201
23202 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23203 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23204 Use gdb_compile. Remove restriction on gcc. Add some patterns
23205 for recent version of gdb. Delete second half, which was a copy
23206 of the first half with different build flags. This test is
23207 still disabled because it is still not ready for production.
23208
232092004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23210
23211 * gdb.cp/exception.cc: Add copyright notice.
23212 * gdb.cp/exception.exp: Add a notice that this file is broken
23213 because of line number changes caused by addition of copyright
23214 notice.
23215
232162004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23217
23218 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23219 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23220
232212004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23222
23223 * gdb.cp/classes.exp: Accept gnu abi 2.
23224 * gdb.cp/derivation.exp: Likewise.
23225 * gdb.cp/overload.exp: Likewise.
23226 * gdb.cp/virtfunc.exp: Likewise.
23227
232282004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23229
23230 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23231 semicolon after end of function.
23232
232332004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23234
23235 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23236 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23237 boilerplate code for compiling and running the program under
23238 test. Add some string method tests.
23239
232402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23241
23242 * gdb.cp/bs15503.cc: Add copyright notice.
23243 * gdb.cp/bs15503.exp: Adjust line number.
23244
232452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23246
23247 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23248 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23249
232502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23251
23252 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23253 hp_cc_compiler.
23254
232552004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23256
23257 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23258 * gdb.cp/ctti.exp: Use the marker instead of "next".
23259 With gcc, run further before bailing.
23260
232612004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23262
23263 * gdb.cp/cttiadd.cc: Add copyright notice.
23264 * gdb.cp/cttiadd1.cc: Likewise.
23265 * gdb.cp/cttiadd2.cc: Likewise.
23266 * gdb.cp/cttiadd3.cc: Likewise.
23267
232682004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23269
23270 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23271 Use gdb_test, gdb_test_multiple. Use floating-point values that
23272 have exact representations in IEEE-ish formats.
23273
232742004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23275
23276 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23277 compilers. Delete duplicate call to get_compiler_info.
23278 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23279 * gdb.base/volatile.exp: Likewise.
23280
232812004-01-07 Mark Kettenis <kettenis@gnu.org>
23282
23283 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23284 memory at address 0.
23285
232862004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23287
23288 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23289 to test for hp-ux assembler. Fix copyright years.
23290
232912004-01-07 Andrew Cagney <cagney@redhat.com>
23292
23293 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23294
232952004-01-07 Andrew Cagney <cagney@redhat.com>
23296
23297 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23298 when creating the read-only file. From analysis by Roland McGrath
23299 and Elena Zannoni.
23300
233012004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23302
23303 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23304
233052004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23306
23307 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23308 data pointers.
23309
233102004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23311
23312 * gdb.cp/m-static.exp: Compile one source file at a time.
23313 Delete unused call to get_compiler_info.
23314
233152004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23316
23317 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23318 * gdb.base/call-rt-st.exp: Likewise.
23319 * gdb.base/nodebug.exp: Likewise.
23320 * gdb.base/volatile.exp: Likewise.
23321 * gdb.cp/ref-types.exp: Likewise.
23322 * gdb.cp/templates.exp: Likewise.
23323
233242004-01-05 Mark Kettenis <kettenis@gnu.org>
23325
23326 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23327
233282004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23329
23330 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23331 hppa*-hp-hpux*.
23332
233332004-01-04 Mark Kettenis <kettenis@gnu.org>
23334
23335 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23336 x86_64-*-*.
23337
23338 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23339 sparc64-*-* and sparc*-solaris2*.
23340
233412004-01-04 Mark Kettenis <kettenis@gnu.org>
23342
23343 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23344 return ${tests}" test. The ${tests} already mentions the
23345 filename.
23346
233472004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23348
23349 * gdb.cp/local.exp: Accept gcc abi 2.
23350
233512004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23352
23353 * gdb.cp/templates.exp: Accept gcc abi 2.
23354
233552004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23356
23357 * lib/compiler.cc: Remove supports_template_debugging.
23358 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23359
233602004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23361
23362 * gdb.cp/namespace.exp: Accept gcc abi 2.
23363
233642004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23365
23366 * gdb.cp/method.exp: Accept gcc abi 2.
23367
233682004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23369
23370 * gdb.cp/classes.exp: Generate identical results as old version.
23371 * gdb.cp/derivation.exp: Likewise.
23372 * gdb.cp/overload.exp: Likewise.
23373 * gdb.cp/virtfunc.exp: Likewise.
23374
233752004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23376
23377 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23378 mysterious bug with sourceware version of expect.
23379
233802004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23381
23382 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23383 current versions of gcc, including gcc abi 2. Remove gratuitous
23384 restart of test program. Use gdb_test_multiple and gdb_test for
23385 all tests. Add patterns to xfail missing "const" in "const char *"
23386 and kfail PR gdb/1155.
23387
233882004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23389
23390 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23391 current versions of gcc, including gcc abi 2. Remove gratuitous
23392 restart of test program. Use gdb_test_multiple and gdb_test for
23393 all tests. Add patterns to kfail PR gdb/1498.
23394
233952003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23396
23397 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23398 current versions of gcc, including gcc abi 2. Use "breakpoint"
23399 and "continue" instead of restarting the target program. Use
23400 gdb_test_multiple and gdb_test for all tests.
23401
234022004-01-01 Mark Kettenis <kettenis@gnu.org>
23403
23404 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23405 for *-*-solaris2*.
23406
234072003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23408
23409 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23410 current versions of gcc, including gcc abi 2. Use "breakpoint"
23411 and "continue" instead of restarting the target program several
23412 times. Use gdb_test_multiple and gdb_test for all tests.
23413
234142003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23415
23416 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23417 source files.
23418
234192003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23420
23421 * gdb.base/environ.exp: Handle compiling test case from multiple
23422 source files.
23423
234242003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23425
23426 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23427
234282003-12-17 Jim Blandy <jimb@redhat.com>
23429
23430 * gdb.base/freebpcmd.c: Add copyright notice.
23431
23432 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23433
234342003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23435
23436 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23437
234382003-12-13 Jim Blandy <jimb@redhat.com>
23439
23440 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23441
234422003-12-12 Kevin Buettner <kevinb@redhat.com>
23443
23444 * gdb.asm/frv.inc: New file.
23445 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23446
234472003-12-09 Fred Fish <fnf@redhat.com>
23448
23449 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23450 functions to break1.c and leave prototypes behind. Add more
23451 "set breakpoint NN here" comments.
23452 * gdb.base/break1.c: New file.
23453
23454 * gdb.base/break.exp: Handle compiling test case from multiple
23455 source files and change source file references as needed.
23456 * gdb.base/completion.exp: Ditto.
23457 * gdb.base/condbreak.exp: Ditto.
23458 * gdb.base/define.exp: Ditto.
23459 * gdb.base/ena-dis-br.exp: Ditto.
23460 * gdb.base/info-proc.exp: Ditto.
23461 * gdb.base/maint.exp: Ditto.
23462 * gdb.base/until.exp: Ditto.
23463
23464 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23465 hardcoded line numbers.
23466 * gdb.base/define.exp: Ditto.
23467 * gdb.base/ena-dis-br.exp: Ditto.
23468 * gdb.base/maint.exp: Ditto.
23469 * gdb.base/until.exp: Ditto.
23470
23471 * gdb.base/completion.exp: Use "break1" for completion tests since
23472 "break" is no longer a unique prefix.
23473
234742003-12-06 Andrew Cagney <cagney@redhat.com>
23475
23476 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23477 "return_value_unimplemented". When an unimplemented struct return
23478 architecture, report incorrect values as a KFAIL
23479
234802003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23481
23482 * gdb.cp/rtti.exp: Accept new wording of warning from
23483 cp_lookup_rtti_type.
23484
234852003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23486
23487 Partial fix for PR testsuite/1456.
23488 * gdb.base/scope.exp (test_at_main): Replace references to
23489 gcc_compiled with calls to test_compiler_info.
23490 (test_at_foo): Likewise.
23491 (test_at_bar): Likewise.
23492
234932003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23494
23495 Partial fix for PR testsuite/1456.
23496 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23497 to test_compiler_info.
23498
234992003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23500
23501 * gdb.base/so-impl-ld.exp: Update copyright notice.
23502
235032003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23504
23505 Partial fix for PR testsuite/1456.
23506 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23507 to test_compiler_info.
23508
235092003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23510
23511 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23512 from current versions of gdb. Clean up regular expressions.
23513 Delete redundant timeout case.
23514
235152003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23516
23517 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23518 from current versions of gdb. Clean up regular expressions.
23519 Delete redundant timeout case.
23520
235212003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23522
23523 Partial fix for PR testsuite/1456.
23524 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23525 gcc_compiled with call to test_compiler_info.
23526
235272003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23528
23529 Partial fix for PR testsuite/1456.
23530 * gdb.base/list.exp (test_list_function): Delete unused declaration
23531 of gcc_compiled.
23532
235332003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23534
23535 Partial fix for PR testsuite/1456.
23536 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23537 call to test_compiler_info.
23538
235392003-11-29 Mark Kettenis <kettenis@gnu.org>
23540
23541 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23542 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23543 it to create the appropriate note.inc.
23544 * gdb.asm/asmsrc1.s: Include "note.inc".
23545 * gdb.asm/netbsd.inc: New file.
23546 * gdb.asm/empty.inc: New file.
23547
235482003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23549
23550 Partial fix for PR testsuite/1456.
23551 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23552 calls to test_compiler_info.
23553
235542003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23555
23556 Partial fix for PR testsuite/1456.
23557 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23558 calls to test_compiler_info.
23559
235602003-11-27 Mark Kettenis <kettenis@gnu.org>
23561
23562 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23563 pattern for the KFAILs.
23564
235652003-11-25 Adam Fedor <fedor@gnu.org>
23566
23567 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23568 * gdb.objc/objcdecode.m: New file.
23569
235702003-11-25 Adam Fedor <fedor@gnu.org>
23571
23572 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23573 * gdb.objc/nondebug.m: New file.
23574
235752003-11-26 Ben Elliston <bje@wasabisystems.com>
23576
23577 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23578 NetBSD as it does on FreeBSD. Modelled on a similar change by
23579 Mark Kettenis on 2003-05-30.
23580 (link-flags): Set to "--entry _start" regardless of target.
23581 Special linker flags are to be appended to $link-flags.
23582 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23583
235842003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23585
23586 * gdb.cp/method.exp: Accept output of new demangler.
23587
235882003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23589
23590 * gdb/class2.exp: New file.
23591 * gdb/class2.cc: New file.
23592
235932003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23594
23595 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23596 of new demangler.
23597
235982003-11-23 Mark Kettenis <kettenis@gnu.org>
23599
23600 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23601 of gdb_test "run".
23602
236032003-11-23 Mark Kettenis <kettenis@gnu.org>
23604
23605 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23606 "continue" into "run".
23607
236082003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23609
23610 Partial fix for PR testsuite/1456.
23611 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23612 call to test_compiler_info.
23613 * gdb.cp/ctti.exp: Likewise.
23614 * gdb.cp/derivation.exp: Likewise.
23615 * gdb.cp/member-ptr.exp: Likewise.
23616 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23617 reference to gcc_compiled.
23618
236192003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23620
23621 Fix PR testsuite/1463.
23622 * gdb.base/structs.exp (start_structs_test): Call
23623 get_debug_format before using the debug format.
23624
236252003-11-22 Andrew Cagney <cagney@redhat.com>
23626
23627 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23628 * gdb.base/structs.exp: Use gdb_test_multiple.
23629
236302003-11-20 Andrew Cagney <cagney@redhat.com>
23631
23632 * gdb.base/structs.exp: Handle and recover from internal errors.
23633 Replace "foo${n}" with "foo<n>" in test messages.
23634
23635 * gdb.base/structs.exp: Update copyright. Rewrite.
23636 * gdb.base/structs.c: Update copyright. Rewrite.
23637
23638 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23639 resync count exceeded.
23640
23641 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23642 from the internal error.
23643 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23644 Original from Jim Blandy.
23645 (gdb_test_multiple): Use gdb_internal_error_resync.
23646
236472003-11-19 Andrew Cagney <cagney@redhat.com>
23648
23649 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23650 KFAIL.
23651
236522003-11-17 Mark Kettenis <kettenis@gnu.org>
23653
23654 New testcase for PR backtrace/1435.
23655 * gdb.arch/i386-unwind.exp: New file.
23656 * gdb.arch/i386-unwind.c: New file.
23657
236582003-11-17 Andrew Cagney <cagney@redhat.com>
23659
23660 * lib/gdb.exp (compiler_info): New global.
23661 (test_compiler_info): New function.
23662 (get_compiler_info): Set compiler_info.
23663 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23664 "compiler_info" to gcc-<major>-<minor>.
23665
236662003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23667
23668 * gdb.trace/configure: Remove.
23669
236702003-11-13 Elena Zannoni <ezannoni@redhat.com>
23671
23672 * gdb.base/break.c: Add comments to aid finding line numbers for
23673 breakpoints.
23674 * gdb.base/break.exp: Remove all references to explicit line
23675 numbers.
23676
236772003-11-11 Nick Clifton <nickc@redhat.com>
23678
23679 * gdb.base/shreloc.exp: Do not run for targets which do not
23680 support shared objects.
23681
236822003-11-10 Corinna Vinschen <vinschen@redhat.com>
23683
23684 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23685 Don't run tests if nofileio flag is given.
23686
236872003-11-07 Elena Zannoni <ezannoni@redhat.com>
23688
23689 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23690 as well as 'Watchpoint'.
23691
236922003-11-06 Elena Zannoni <ezannoni@redhat.com>
23693
23694 Reported by Jim Ingham <jingham@apple.com>:
23695 * gdb.base/annota1.exp: Match at least one occurrence of the
23696 signal handler annotation.
23697
236982003-11-06 Elena Zannoni <ezannoni@redhat.com>
23699
23700 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23701 as well as 'Watchpoint'.
23702
237032003-11-05 Michael Chastain <mec@shout.net>
23704
23705 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23706
237072003-11-03 Kris Warkentin <kewarken@qnx.com>
23708
23709 * gdb.arch/gdb1291.c: New test file.
23710 * gdb.arch/gdb1291.exp: New test script.
23711 * gdb.arch/gdb1431.c: New test file.
23712 * gdb.arch/gdb1431.exp: New test script.
23713
237142003-10-22 Michael Chastain <mec@shout.net>
23715
23716 * gdb.mi/pthreads.c: Add copyright notice.
23717
237182003-10-22 Michael Chastain <mec@shout.net>
23719
23720 * gdb.threads/pthreads.c: Add copyright notice.
23721
237222003-10-20 Michael Chastain <mec@shout.net>
23723
23724 * gdb.base/gdb1056.exp: New test script.
23725
237262003-10-13 Daniel Jacobowitz <drow@mvista.com>
23727
23728 * gdb.threads/killed.exp: Use gdb_run_cmd.
23729
237302003-10-13 Daniel Jacobowitz <drow@mvista.com>
23731
23732 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23733 create a core file.
23734 * gdb.threads/gcore-thread.exp: Likewise.
23735
237362003-10-13 Corinna Vinschen <vinschen@redhat.com>
23737
23738 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23739 type, based on char type.
23740 (struct bit_flags_short_t): New bitfield type, based on short type.
23741 (init_bit_flags_char): New fuction.
23742 (init_bit_flags_short): Ditto.
23743 (print_bit_flags_char): Ditto.
23744 (print_bit_flags_short): Ditto.
23745 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23746
237472003-10-11 Michael Chastain <mec@shout.net>
23748
23749 * gdb.base/call-rt-st.exp: Update copyright year.
23750
237512003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23752
23753 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23754 * gdb.disasm/sh3.s: Ditto.
23755
237562003-10-07 Daniel Jacobowitz <drow@mvista.com>
23757
23758 * gdb.threads/switch-threads.exp: New test.
23759 * gdb.threads/switch-threads.c: New source file.
23760
237612003-10-07 Corinna Vinschen <vinschen@redhat.com>
23762
23763 * gdb.base/ending-run.exp: Add sh specific case.
23764
237652003-10-06 Andrew Cagney <cagney@redhat.com>
23766
23767 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23768 * gdb.disasm/mn10200.exp: Delete obsolete file.
23769
237702003-09-29 Daniel Jacobowitz <drow@mvista.com>
23771
23772 * ChangeLog: Correct an entry command.exp -> commands.exp.
23773 * gdb.base/commands.exp (bp_deleted_in_command_test)
23774 (temporary_breakpoint_commands): Check noargs.
23775
237762003-09-25 David Carlton <carlton@kealia.com>
23777
23778 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23779 of some print tests, where appropriate. Add tests for C::D::cd,
23780 E::ce, F::cXfX, G::XgX.
23781 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23782
237832003-09-25 Richard Earnshaw <rearnsha@arm.com>
23784
23785 * lib/java.exp (java_init): Import target_alias before using it.
23786
237872003-09-25 David Carlton <carlton@kealia.com>
23788
23789 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23790
237912003-09-23 Elena Zannoni <ezannoni@redhat.com>
23792
23793 * gdb.base/selftest.exp: Accomodate more instruction reordering
23794 weirdness.
23795
237962003-09-17 Michael Chastain <mec@shout.net>
23797
23798 * gdb.cp/gdb1355.exp: New file.
23799 * gdb.cp/gdb1355.c: New file.
23800
238012003-09-15 Corinna Vinschen <vinschen@redhat.com>
23802
23803 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23804 * gdb.asm/sh.inc: New file.
23805
238062003-09-11 David Carlton <carlton@kealia.com>
23807
23808 * gdb.cp/namespace.exp: Add tests for namespace types.
23809 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23810 (test_namespace): New.
23811
238122003-09-11 Elena Zannoni <ezannoni@redhat.com>
23813
23814 * gdb.base/relocate.exp: Handle new gdb output at startup.
23815 * gdb.stabs/weird.exp: Ditto.
23816
238172003-09-08 Michael Chastain <mec@shout.net>
23818
23819 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23820
238212003-09-07 Michael Chastain <mec@shout.net>
23822
23823 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23824 'parse error'.
23825
238262003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23827
23828 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23829
238302003-08-30 Michael Chastain <mec@shout.net>
23831
23832 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23833 * gdb.gdb/observer.exp: Ditto.
23834 * gdb.gdb/xfullpath.exp: Ditto.
23835
238362003-08-29 Mark Kettenis <kettenis@gnu.org>
23837
23838 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23839 *-*-*bsd*.
23840
238412003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23842
23843 * gdb.base/dump.exp: Skip for ia64.
23844
238452003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23846
23847 * gdb.asm/asm-source.exp: Add ia64 support.
23848 * gdb.asm/ia64.inc: New file.
23849
238502003-08-22 Michael Chastain <mec@shout.net>
23851
23852 * gdb.cp: New directory.
23853 * gdb.cp/*: Copy from gdb.c++/*.
23854 * gdb.c++/*: Remove.
23855 * Makefile.in: Change gdb.c++ to gdb.cp.
23856 * configure.in: Ditto.
23857 * configure: Regnerate.
23858
238592003-08-18 Mark Kettenis <kettenis@gnu.org>
23860
23861 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23862 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23863
238642003-08-17 Daniel Jacobowitz <drow@mvista.com>
23865
23866 * mi-var-display.exp (-var-list-children weird): Accept function
23867 pointers with argument types.
23868 * mi1-var-display.exp (-var-list-children weird): Likewise.
23869 * mi2-var-display.exp (-var-list-children weird): Likewise.
23870
238712003-08-17 Daniel Jacobowitz <drow@mvista.com>
23872
23873 * gdb.base/annota3.exp: Add missing newline.
23874
238752003-08-06 Michael Chastain <mec@shout.net>
23876
23877 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23878
238792003-08-12 Michael Snyder <msnyder@redhat.com>
23880
23881 * gdb.base/float.exp: Add test for SH.
23882
238832003-08-10 Mark Kettenis <kettenis@gnu.org>
23884
23885 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23886
238872003-08-07 Elena Zannoni <ezannoni@redhat.com>
23888
23889 * gdb.base/completion.exp: Remove reduntant completion test
23890 on filename.
23891
238922003-08-07 Elena Zannoni <ezannoni@redhat.com>
23893
23894 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23895 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23896 gdb.trace/save-trace.exp: Make sure that full pathnames are
23897 escaped correctly.
23898
238992003-08-07 Elena Zannoni <ezannoni@redhat.com>
23900
23901 * configure.in: Don't generate config.h from config.hin.
23902 * configure: Regenerate.
23903 * config.hin: Remove file.
23904 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23905 * gdb.threads/pthreads.c: Ditto.
23906
239072003-08-07 Daniel Jacobowitz <drow@mvista.com>
23908
23909 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23910 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23911 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23912 Replace ld24 with seth/add3.
23913
239142003-08-02 Andrew Cagney <cagney@redhat.com>
23915
23916 * gdb.base/annota3.exp: New file.
23917 * gdb.base/annota3.c: New file.
23918 * gdb.c++/annota3.exp: New file.
23919 * gdb.c++/annota3.cc: New file.
23920
239212003-07-29 Michael Chastain <mec@shout.net>
23922
23923 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23924 actually failed.
23925 (do_pass): Likewise.
23926 * gdb.threads/tls.exp: Always initialize no_of_threads.
23927
239282003-07-27 Daniel Jacobowitz <drow@mvista.com>
23929
23930 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23931 pattern.
23932 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23933 * gdb.threads/tls.exp: Recognize one case of the host library not
23934 supporting TLS.
23935
239362003-07-27 Andrew Cagney <cagney@redhat.com>
23937
23938 * gdb.base/fileio.exp: Use SH when running commands using
23939 remote_exec.
23940
239412003-07-24 Daniel Jacobowitz <drow@mvista.com>
23942
23943 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23944 * gdb.base/relocate.c (dummy): New padding array.
23945
239462003-07-22 Michael Snyder <msnyder@redhat.com>
23947
23948 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23949
23950 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23951 patterns to be more general, accepting old and new output.
23952 Some output chars (such as '+') also must be quoted.
23953 Some addresses are displayed numerically instead of
23954 symbolically.
23955
239562003-07-23 Michael Snyder <msnyder@redhat.com>
23957
23958 * gdb.base/return2.exp: Don't test long-long return.
23959
23960 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23961 * gdb.disasm/t01_mov.exp: Ditto.
23962 * gdb.disasm/t02_mova.s: Ditto.
23963 * gdb.disasm/t02_mova.exp: Ditto.
23964 * gdb.disasm/t03_add.s: Ditto.
23965 * gdb.disasm/t03_add.exp: Ditto.
23966 * gdb.disasm/t04_sub.s: Ditto.
23967 * gdb.disasm/t04_sub.exp: Ditto.
23968 * gdb.disasm/t05_cmp.s: Ditto.
23969 * gdb.disasm/t05_cmp.exp: Ditto.
23970 * gdb.disasm/t06_ari2.s: Ditto.
23971 * gdb.disasm/t06_ari2.exp: Ditto.
23972 * gdb.disasm/t07_ari3.s: Ditto.
23973 * gdb.disasm/t07_ari3.exp: Ditto.
23974 * gdb.disasm/t08_or.s: Ditto.
23975 * gdb.disasm/t08_or.exp: Ditto.
23976 * gdb.disasm/t09_xor.s: Ditto.
23977 * gdb.disasm/t09_xor.exp: Ditto.
23978 * gdb.disasm/t10_and.s: Ditto.
23979 * gdb.disasm/t10_and.exp: Ditto.
23980 * gdb.disasm/t11_logs.s: Ditto.
23981 * gdb.disasm/t11_logs.exp: Ditto.
23982 * gdb.disasm/t12_bit.s: Ditto.
23983 * gdb.disasm/t12_bit.exp: Ditto.
23984 * gdb.disasm/t13_otr.s: Ditto.
23985 * gdb.disasm/t13_otr.exp: Ditto.
23986
239872003-07-22 Elena Zannoni <ezannoni@redhat.com>
23988
23989 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23990
239912003-07-22 Elena Zannoni <ezannoni@redhat.com>
23992
23993 * gdb.threads/tls.c : New file.
23994 * gdb.threads/tls.exp : New file.
23995 * gdb.threads/tls-main.c : New file.
23996 * gdb.threads/tls-shared.c : New file.
23997 * gdb.threads/tls-shared.exp : New file.
23998
239992003-07-22 Andreas Schwab <schwab@suse.de>
24000
24001 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
24002
240032003-07-20 Andreas Schwab <schwab@suse.de>
24004
24005 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
24006 due to insn reordering.
24007
240082003-07-15 Andrew Cagney <cagney@redhat.com>
24009
24010 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
24011
240122003-07-15 Michael Chastain <mec@shout.net>
24013
24014 * gdb.base/gdb1250.exp: New file.
24015 * gdb.base/gdb1250.c: New file.
24016
240172003-07-09 Michal Ludvig <mludvig@suse.cz>
24018
24019 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
24020 expansion of size_t to 'unsigned long', not only to 'unsigned'.
24021
240222003-07-09 Elena Zannoni <ezannoni@redhat.com>
24023
24024 * gdb.threads/tls.c: New file.
24025 * gdb.threads/tls.exp: New file.
24026 * gdb.threads/tls-main.c: New file.
24027 * gdb.threads/tls-shared.c: New file.
24028 * gdb.threads/tls-shared.exp: New file.
24029
240302003-07-09 Elena Zannoni <ezannoni@redhat.com>
24031
24032 * gdb.base/annota1.exp: Make sure that we properly escape the
24033 full path of the source file. Xfail more permissive patterns,
24034 due to a compiler debug info problem.
24035
240362003-07-07 Andreas Schwab <schwab@suse.de>
24037
24038 * gdb.asm/m68k.inc: New file.
24039 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24040
24041 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
24042 arguments"): Also match negative number.
24043
24044 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
24045
240462003-07-03 Daniel Jacobowitz <drow@mvista.com>
24047
24048 * gdb.base/store.c (charest): New typedef.
24049 (add_char): Rename to add_charest, update.
24050 (wack_char): Rename to wack_charest, update types. Return l + r
24051 to keep r live across the call.
24052 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24053 (wack_double, wack_doublest): Return l + r to keep r live across
24054 the call.
24055 * gdb.base/store.exp: Accomodate store.c changes.
24056
240572003-06-30 David Carlton <carlton@kealia.com>
24058
24059 * gdb.c++/maint.exp (test_invalid_name): New.
24060 (test_first_component): Add tests for invalid names.
24061
240622003-06-29 Michael Chastain <mec@shout.net>
24063
24064 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24065 output of '<VTT for class>' for virtual base classes.
24066
240672003-06-29 Daniel Jacobowitz <drow@mvista.com>
24068
24069 * gdb.base/completion.exp: Tab-complete "complet" instead of
24070 "compl".
24071 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24072
240732003-06-29 Daniel Jacobowitz <drow@mvista.com>
24074
24075 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24076 * gdb.base/volatile.exp: Likewise.
24077
240782003-06-29 Daniel Jacobowitz <drow@mvista.com>
24079
24080 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24081 gdb/1265.
24082
240832003-06-28 Michael Chastain <mec@shout.net>
24084 Daniel Jacobowitz <drow@mvista.com>
24085
24086 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24087 initial line count of 'captured_main' from 26 to 32.
24088 (test_with_self): Allow xmalloc call to be interleaved with the
24089 preceding two lines.
24090
240912003-06-24 Joel Brobecker <brobecker@gnat.com>
24092
24093 * gdb.base/bang.exp: New testcase.
24094
240952003-06-23 Joel Brobecker <brobecker@gnat.com>
24096
24097 * gdb.base/langs.exp: Add some tests for the "minimal" language
24098 support.
24099
241002003-06-23 Elena Zannoni <ezannoni@redhat.com>
24101
24102 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24103 the testcase.
24104
241052003-06-22 Daniel Jacobowitz <drow@mvista.com>
24106
24107 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24108 offset.
24109
241102003-06-22 Daniel Jacobowitz <drow@mvista.com>
24111
24112 * gdb.c++/pr-1210.cc: New file.
24113 * gdb.c++/pr-1210.exp: New file.
24114
241152003-06-21 Daniel Jacobowitz <drow@mvista.com>
24116
24117 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24118 000-exec-continue.
24119
241202003-06-15 Mark Kettenis <kettenis@gnu.org>
24121
24122 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24123 on *-*-*bsd* instead of *-*-freebsd*.
24124
241252003-06-14 Andrew Cagney <cagney@redhat.com>
24126
24127 * gdb.base/store.exp: Test longest and doublest. Test all
24128 parameters. Weaken return statement match.
24129 * gdb.base/store.c: Add longest and doublest - aka long long and
24130 long double functions. Put all parameters into local register
24131 variables. Use negative values.
24132
241332003-06-14 Andrew Cagney <cagney@redhat.com>
24134
24135 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24136 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24137 exit status.
24138 * gdb.base/fileio.exp: Disable target when nointerrupts and
24139 noinferiorio, instead of limiting it to remote. Use remote_exec
24140 instead of system.
24141
241422003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24143
24144 * gdb.base/float.exp: Add ia64 support.
24145
241462003-06-12 Corinna Vinschen <vinschen@redhat.com>
24147
24148 * gdb.base/fileio.exp: Run only on remote targets.
24149
241502003-06-10 Corinna Vinschen <vinschen@redhat.com>
24151
24152 * gdb.base/fileio.c: New file, testing File-I/O.
24153 * gdb.base/fileio.exp: Ditto.
24154
241552003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24156
24157 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24158 shared objects after relocation at load time (gdb PR/1132).
24159 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24160 as above, part of the shared object relocation test.
24161
241622003-06-08 Mark Kettenis <kettenis@gnu.org>
24163
24164 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24165 fully filled history list.
24166 * gdb.base/gdb_history: New file.
24167
24168 * gdb.base/signals.exp: XFAIL "continue to func1" on
24169 i*86-*-freebsd*.
24170
24171 * gdb.base/attach.exp: When trying to attach to a nonexistent
24172 process, make it possible to specify the PID based on the target,
24173 and do so for *-*-freebsd*.
24174
241752003-06-02 Richard Henderson <rth@redhat.com>
24176
24177 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24178
241792003-06-02 Richard Henderson <rth@redhat.com>
24180
24181 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24182
241832003-06-02 Richard Henderson <rth@redhat.com>
24184
24185 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24186
241872003-06-01 Daniel Jacobowitz <drow@mvista.com>
24188
24189 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24190 of globalvar.
24191
241922003-06-01 Mark Kettenis <kettenis@gnu.org>
24193
24194 * gdb.asm/asm-source.exp: Check for memory read errors in
24195 disassembler test on *BSD too.
24196
241972003-06-01 Richard Henderson <rth@redhat.com>
24198
24199 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24200 for .frame.
24201 (gdbasm_call): Lose ldgp.
24202 (gdbasm_startup): Add frame information.
24203 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24204
242052003-05-31 Mark Kettenis <kettenis@gnu.org>
24206
24207 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24208 i?86-*-*.
24209
242102003-05-30 Mark Kettenis <kettenis@gnu.org>
24211
24212 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24213 FreeBSD.
24214
242152003-05-29 Richard Henderson <rth@redhat.com>
24216
24217 * gdb.asm/alpha.inc: New file.
24218 * gdb.asm/asm-source.exp: Use it.
24219
242202003-05-29 Jim Blandy <jimb@redhat.com>
24221
24222 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24223 'core.PID'.
24224
242252003-05-22 Jim Blandy <jimb@redhat.com>
24226
24227 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24228 backtrace.
24229
242302003-05-20 David Carlton <carlton@math.stanford.edu>
24231
24232 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24233 this time.
24234
242352003-05-19 David Carlton <carlton@bactrian.org>
24236
24237 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24238 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24239
242402003-05-19 David Carlton <carlton@bactrian.org>
24241
24242 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24243 namespace tests.
24244 Bump copyright date.
24245 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24246 (main): Call C::D::marker2.
24247 * gdb.c++/namespace1.cc: New file.
24248
242492003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24250
24251 Roland McGrath <roland@redhat.com>
24252 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24253 there is no manager thread.
24254
242552003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24256
24257 * gdb.threads/schedlock.exp: Remove assumption that all threads
24258 will run in a particular small time slice. Also ensure we break
24259 in one of the child threads rather than the main thread.
24260
242612003-05-07 Jim Blandy <jimb@redhat.com>
24262
24263 Add support for assembly source testing on the s390x.
24264 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24265 architecture.
24266 * gdb.asm/s390x.inc: New file.
24267
24268 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24269 succession of 'if' statements.
24270
242712003-05-05 Andrew Cagney <cagney@redhat.com>
24272
24273 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24274
242752003-05-05 Andrew Cagney <cagney@redhat.com>
24276
24277 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24278 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24279
242802003-05-02 Elena Zannoni <ezannoni@redhat.com>
24281
24282 * gdb.base/charset.exp: Update based on new behavior of set/show
24283 charset commands.
24284
242852003-05-01 Andrew Cagney <cagney@redhat.com>
24286
24287 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24288 variable do not give memory errors.
24289
242902003-04-30 Adam Fedor <fedor@gnu.org>
24291
24292 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24293 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24294 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24295 gdb.objc/basicclass.m: : New files
24296
24297 * lib/gdb.exp (gdb_compile_objc): New procedure.
24298
242992003-04-27 Daniel Jacobowitz <drow@mvista.com>
24300
24301 * gdb.base/signals.exp: Make backtrace tests more specific.
24302
243032003-04-23 David Carlton <carlton@bactrian.org>
24304
24305 * gdb.c++/maint.exp (test_first_component): Add tests for
24306 'operator' in more locations.
24307
243082003-04-16 Kevin Buettner <kevinb@redhat.com>
24309
24310 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24311
243122003-04-16 Elena Zannoni <ezannoni@redhat.com>
24313
24314 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24315 func marke' instead. Update test name.
24316
243172003-04-15 David Carlton <carlton@math.stanford.edu>
24318
24319 * gdb.c++/maint.exp: New file.
24320
243212003-04-14 Elena Zannoni <ezannoni@redhat.com>
24322
24323 * gdb.threads/schedlock.c: Change type of thread function argument
24324 to long, to avoid warnings on 64-bit platforms.
24325
243262003-04-14 Elena Zannoni <ezannoni@redhat.com>
24327
24328 * gdb.base/attach.exp: Add new message from ptrace in case of
24329 attaching to nonexistent process.
24330
243312003-04-11 Jim Blandy <jimb@redhat.com>
24332
24333 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24334 gdb.c++/userdef.cc: Place comments on the lines to which the
24335 marker function might return.
24336 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24337 gdb.c++/userdef.exp: Look for those comments to check that we've
24338 returned to the right place, instead of checking line numbers.
24339
243402003-04-11 Elena Zannoni <ezannoni@redhat.com>
24341
24342 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24343 match on sourcefile name, instead of directory name.
24344
243452003-04-10 Elena Zannoni <ezannoni@redhat.com>
24346
24347 * gdb.base/completion.exp: Use string_to_regexp to match the
24348 working directory name.
24349
243502003-04-09 Jim Blandy <jimb@redhat.com>
24351
24352 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24353 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24354 after an inferior function call, report the failure, but allow the
24355 test to continue.
24356
243572003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24358
24359 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24360 with -DPROTOTYPES.
24361
243622003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24363
24364 * gdb.base/break.exp: Revert last patch.
24365
243662003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24367
24368 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24369 with -DPROTOTYPES.
24370
243712003-04-02 Andrew Cagney <cagney@redhat.com>
24372
24373 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24374 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24375 matching directories by the name breakpoint.
24376 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24377 Make "continue to marker1" consistent.
24378 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24379 message consistent.
24380 * lib/gdb.exp: Put "the program is no longer running", and "the
24381 program exited" in parenthesis.
24382 * lib/mi-support.exp: Ditto.
24383
243842003-04-02 Bob Rossi <bob_rossi@cox.net>
24385
24386 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24387
243882003-03-29 Andrew Cagney <cagney@redhat.com>
24389
24390 * gdb.base/sizeof.c (main): Print the value of '\377'.
24391 * gdb.base/sizeof.exp: Check the sign of '\377'.
24392
243932003-03-27 Michael Chastain <mec@shout.net>
24394
24395 * gdb.base/gdb1090.exp: New file.
24396 * gdb.base/gdb1090.cc: New file.
24397
243982003-03-27 J. Brobecker <brobecker@gnat.com>
24399
24400 * gdb.gdb/observer.exp: New regression test.
24401
244022003-03-27 Michael Chastain <mec@shout.net>
24403
24404 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24405 * gdb.base/ptype.exp: Likewise.
24406
244072003-03-27 Corinna Vinschen <vinschen@redhat.com>
24408
24409 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24410
244112003-03-26 Michael Chastain <mec@shout.net>
24412
24413 * gdb.base/ptype.exp: Actually use some typedef'd types.
24414
244152003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24416
24417 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24418 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24419
244202003-03-20 Corinna Vinschen <vinschen@redhat.com>
24421
24422 * gdb.base/default.exp: Fix regular expression.
24423
244242003-03-20 Corinna Vinschen <vinschen@redhat.com>
24425
24426 * gdb.base/args.exp: Fix regular expression.
24427
244282003-03-20 Corinna Vinschen <vinschen@redhat.com>
24429
24430 * gdb.base/help.exp: Allow Win32 child process.
24431
244322003-03-20 Corinna Vinschen <vinschen@redhat.com>
24433
24434 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24435 when stepping out of main().
24436
244372003-03-20 Corinna Vinschen <vinschen@redhat.com>
24438
24439 * gdb.base/default.exp: Check for win32 specific message when calling
24440 "run" without executable.
24441
244422003-03-20 Corinna Vinschen <vinschen@redhat.com>
24443
24444 * gdb.base/args.exp: Expect .exe in output.
24445
244462003-03-20 Corinna Vinschen <vinschen@redhat.com>
24447
24448 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24449 Cygwin native.
24450
244512003-03-17 Andrew Cagney <cagney@redhat.com>
24452
24453 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24454 vector registes.
24455 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24456 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24457
244582003-03-17 David Carlton <carlton@math.stanford.edu>
24459
24460 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24461 test, for PR breakpoints/38.
24462 Call test_watchpoint_and_breakpoint.
24463 * gdb.base/watchpoint.c (func3): New function.
24464 (main): Call func3.
24465
244662003-03-04 David Carlton <carlton@math.stanford.edu>
24467
24468 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24469 Garply<Garply<char> >:: garply".
24470 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24471 with respect to PR c++/1111; note also PR c++/1113.
24472 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24473 respect to PR c++/1062.
24474 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24475
244762003-03-03 David Carlton <carlton@math.stanford.edu>
24477
24478 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24479 with respect to PR c++/57.
24480 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24481 c++/826.
24482 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24483 respect to PR c++/57.
24484
244852003-03-03 David Carlton <carlton@math.stanford.edu>
24486
24487 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24488 respect to PR c++/33 into FAILs.
24489
244902003-03-03 Michael Chastain <mec@shout.net>
24491
24492 * configure.in: Update copyright years.
24493
244942003-03-03 Michael Chastain <mec@shout.net>
24495
24496 * Makefile.in: Update copyright years.
24497
244982003-02-28 David Carlton <carlton@math.stanford.edu>
24499
24500 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24501 print class instead of struct and/or superfluous protection
24502 specifiers, as long as the resulting output is equivalent to the
24503 source code.
24504 Delete FIXME from end of messages on tests that don't need
24505 fixing.
24506
245072003-02-28 David Carlton <carlton@math.stanford.edu>
24508
24509 * gdb.c++/templates.exp (do_tests): Allow const in the two
24510 Foo<volatile char *>::foo tests.
24511
245122003-02-27 Michael Snyder <msnyder@redhat.com>
24513
24514 * gdb.base/restore.c (main): Return zero, so exit code
24515 will be consistant.
24516
245172003-02-26 David Carlton <carlton@math.stanford.edu>
24518
24519 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24520 char *>::foo" test with respect to PR c++/33. Create a new test
24521 which is identical to that one except that it doesn't put the
24522 space between the "char" and the "*"; KFAIL it, too.
24523
245242003-02-26 David Carlton <carlton@math.stanford.edu>
24525
24526 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24527 template types into either PASSes or KFAILs (corresponding to PR
24528 c++/57). Tweak indentation. Update copyright.
24529
245302003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24531
24532 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24533
245342003-02-13 Michael Chastain <mec@shout.net>
24535
24536 * gdb.base/exprs.exp: Remove i960 remnants.
24537 * gdb.base/funcargs.exp: Likewise.
24538 * gdb.base/list.exp: Likewise.
24539 * gdb.base/ptype.exp: Likewise.
24540
245412003-02-14 David Carlton <carlton@math.stanford.edu>
24542
24543 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24544 pEe->D::vg()" from XFAIL to KFAIL.
24545
245462003-02-13 Jason Molenda (jmolenda@apple.com)
24547
24548 * gdb.base/maint.exp: Update maint print statistics regexp to include
24549 new entries.
24550
245512003-02-13 Michael Chastain <mec@shout.net>
24552
24553 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24554
245552003-02-12 Michael Chastain <mec@shout.net>
24556
24557 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24558 * gdb.c++/inherit.exp: Likewise.
24559 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24560 * gdb.c++/templates.exp: Likewise.
24561 * gdb.c++/virtfunc.exp: Likewise.
24562
245632003-02-06 Jason Molenda (jason-cl@molenda.com)
24564
24565 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24566 why the code is written that way.
24567
245682003-02-05 Michael Chastain <mec@shout.net>
24569
24570 * gdb.base/dump.exp: Add missing copyright line.
24571
245722003-02-05 Jason Molenda (jason-cl@molenda.com)
24573
24574 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24575 at the beginning so the breakpoint doesn't get set on the loop.
24576
245772003-02-05 Michael Chastain <mec@shout.net>
24578
24579 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24580 output for configurations with gcc 2.95.3.
24581
245822003-02-05 Keith Seitz <keiths@redhat.com>
24583 Andrew Cagney <ac131313@redhat.com>
24584
24585 * gdb.mi/mi-cli.exp: New file.
24586
245872003-02-04 Michael Chastain <mec@shout.net>
24588
24589 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24590 Call perror and then continue.
24591
245922003-02-03 Michael Chastain <mec@shout.net>
24593
24594 * gdb.c++/pr-1023.cc: New file.
24595 * gdb.c++/pr-1023.exp: New file.
24596
245972003-02-05 Jim Blandy <jimb@redhat.com>
24598
24599 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24600 it's local to foobar. Check for it there, and check that it's not
24601 present in main.
24602 * gdb.c++/local.cc (marker2): New function.
24603 (foobar): Call marker1.
24604 (main): Call marker2 instead of marker1.
24605
246062003-02-04 Andrew Cagney <ac131313@redhat.com>
24607
24608 * gdb.disasm/mn10200.exp: Obsolete file.
24609 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24610 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24611 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24612
246132003-02-04 David Carlton <carlton@math.stanford.edu>
24614
24615 * gdb.c++/overload.exp: Test intToChar(1).
24616 * gdb.c++/overload.cc (intToChar): New.
24617 (main): Call intToChar.
24618
246192003-02-03 David Carlton <carlton@math.stanford.edu>
24620
24621 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24622 'might_kfail' arg.
24623 KFAIL some of the continue_to_bp_overloaded calls, according to
24624 PR c++/1025.
24625
246262003-02-01 Michael Chastain <mec@shout.net>
24627
24628 * gdb.base/advance.c (marker1): New marker function.
24629 * gdb.base/advance.exp: When the 'advance' command lands on the
24630 return breakpoint, it can legitimately stop on either the
24631 current line or the next line. Accommodate both outcomes.
24632 * gdb.base/until.exp: Likewise.
24633
246342003-02-02 Andrew Cagney <ac131313@redhat.com>
24635
24636 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24637 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24638 now a list, not a tuple.
24639 * gdb.mi/mi-var-display.exp: Ditto.
24640 * gdb.mi/gdb792.exp: Ditto.
24641
246422003-02-01 Andrew Cagney <ac131313@redhat.com>
24643
24644 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24645 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24646 stack backtraces.
24647 * gdb.mi/mi-syn-frame.c: Part of same.
24648
246492003-02-01 Mark Kettenis <kettenis@gnu.org>
24650
24651 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24652 gdb.mi/mi1-pthreads.exp: Return instead of calling
24653 gdb_suppress_entire_file.
24654
246552003-02-01 Mark Salter <msalter@redhat.com>
24656
24657 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24658
246592003-01-31 Mark Salter <msalter@redhat.com>
24660
24661 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24662 Support empty arg.
24663
246642003-01-30 Michael Chastain <mec@shout.net>
24665
24666 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24667 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24668 has been fixed in gdb/readline on 2003-01-09.
24669
246702003-01-29 Michael Snyder <msnyder@redhat.com>
24671
24672 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24673 * gdb.base/display.exp: Allow for leading underscore in symbol.
24674 * gdb.base/args.exp: Skip if target does not support args passing.
24675
246762003-01-22 Daniel Jacobowitz <drow@mvista.com>
24677
24678 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24679 gdb_test. Accept a list of expect arguments as the third
24680 parameter.
24681 (gdb_test): Use it.
24682
246832003-01-20 Elena Zannoni <ezannoni@redhat.com>
24684
24685 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24686 allow for different test tree configurations. Update some
24687 tescases accordingly.
24688 * gdb.arch/altivec-regs.exp: Ditto.
24689 * gdb.asm/asm-source.exp: Ditto.
24690 * gdb.base/advance.exp: Ditto.
24691 * gdb.base/display.exp: Ditto.
24692 * gdb.base/long_long.exp: Ditto.
24693 * gdb.base/mips_pro.exp: Ditto.
24694 * gdb.base/overlays.exp: Ditto.
24695 * gdb.base/relocate.exp: Ditto.
24696 * gdb.base/setshow.exp: Ditto.
24697 * gdb.base/step-line.exp: Ditto.
24698 * gdb.base/step-test.exp: Ditto.
24699 * gdb.base/until.exp: Ditto.
24700 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24701
247022003-01-17 David Carlton <carlton@math.stanford.edu>
24703
24704 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24705 corresponding to PR c++/945.
24706 Update copyright.
24707
247082003-01-17 David Carlton <carlton@math.stanford.edu>
24709
24710 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24711 corresponding to PR c++/68.
24712
247132003-01-17 David Carlton <carlton@math.stanford.edu>
24714
24715 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24716 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24717 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24718
247192003-01-15 Elena Zannoni <ezannoni@redhat.com>
24720
24721 * gdb.base/break.exp: Fix change of default location, because of
24722 removal of until tests.
24723 * gdb.base/help.exp: Update test for new 'until' help message.
24724 Add test for help on 'advance'.
24725 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24726
247272003-01-15 Mark Kettenis <kettenis@gnu.org>
24728
24729 * gdb.base/default.exp: Adapt "info float" test for recent changes
24730 to that command. Add test for "info vector".
24731 * gdb.base/float.exp: New file. Add test for "info float" that
24732 resembles the old test in gdb.base/default.exp.
24733
247342003-01-15 David Carlton <carlton@math.stanford.edu>
24735
24736 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24737
247382003-01-15 Elena Zannoni <ezannoni@redhat.com>
24739
24740 * gdb.base/break.exp: Move the tests of until command from here...
24741 * gdb.base/until.exp: ... to here. New file. Add other tests.
24742 * gdb.base/advance.c: New file.
24743 * gdb.base/advance.exp: New file.
24744
247452003-01-14 Elena Zannoni <ezannoni@redhat.com>
24746
24747 * gdb.base/args.c: New file.
24748 * gdb.base/args.exp: New file.
24749
247502003-01-14 Daniel Jacobowitz <drow@mvista.com>
24751
24752 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24753
247542003-01-14 Daniel Jacobowitz <drow@mvista.com>
24755
24756 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24757
247582003-01-14 Daniel Jacobowitz <drow@mvista.com>
24759
24760 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24761 dates.
24762
247632003-01-13 Daniel Jacobowitz <drow@mvista.com>
24764
24765 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24766
247672003-01-13 Daniel Jacobowitz <drow@mvista.com>
24768
24769 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24770 (ptype &*"foo").
24771 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24772
247732003-01-13 Daniel Jacobowitz <drow@mvista.com>
24774
24775 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24776 * gdb.mi/mi1-console.exp: Likewise.
24777
247782003-01-13 Daniel Jacobowitz <drow@mvista.com>
24779
24780 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24781 * gdb.mi/mi1-console.exp: Likewise.
24782
247832003-01-13 Daniel Jacobowitz <drow@mvista.com>
24784
24785 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24786
247872003-01-09 Daniel Jacobowitz <drow@mvista.com>
24788
24789 * gdb.base/detach.exp: New test.
24790
247912003-01-09 Daniel Jacobowitz <drow@mvista.com>
24792
24793 * Makefile.in (ALL_SUBDIRS): New variable.
24794 (subdirs, clean, distclean): Use it.
24795 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24796 regenerating Makefile, since it is generated from the top level.
24797 * gdb.asm/Makefile.in: Likewise.
24798 * gdb.base/Makefile.in: Likewise.
24799 * gdb.c++/Makefile.in: Likewise.
24800 * gdb.disasm/Makefile.in: Likewise.
24801 * gdb.java/Makefile.in: Likewise.
24802 * gdb.mi/Makefile.in: Likewise.
24803 * gdb.threads/Makefile.in: Likewise.
24804 * gdb.trace/Makefile.in: Likewise.
24805
248062003-01-09 David Carlton <carlton@math.stanford.edu>
24807
24808 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24809 Add copyright year 2003.
24810
248112003-01-06 Michael Chastain <mec@shout.net>
24812
24813 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24814 When selecting a thread, 'line' and 'file' are optional.
24815 * gdb.mi/mi1-pthreads.exp: Likewise.
24816
248172003-01-06 Andreas Schwab <schwab@suse.de>
24818
24819 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24820 failures.
24821
248222003-01-04 Daniel Jacobowitz <drow@mvista.com>
24823
24824 Fix PR gdb/844
24825 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24826 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24827
24828 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24829 instead of calling gdb_suppress_entire_file.
24830 * gdb.threads/print-threads.exp: Likewise.
24831 * gdb.threads/schedlock.exp: Likewise.
24832
24833 * gdb.threads/killed.exp: Return instead of calling
24834 gdb_suppress_entire_file.
24835 * gdb.threads/linux-dp.exp: Likewise.
24836 * gdb.threads/pthreads.exp: Likewise.
24837
248382003-01-04 Daniel Jacobowitz <drow@mvista.com>
24839
24840 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24841 stabs.
24842 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24843 * gdb.base/whatis.exp: Always allow (void) after function names.
24844
248452003-01-04 Daniel Jacobowitz <drow@mvista.com>
24846
24847 * gdb.c++/casts.exp: Correct regexp.
24848
248492003-01-04 Mark Kettenis <kettenis@gnu.org>
24850
24851 * configure.in: Call AC_CONFIG_HEADER. Don't call
24852 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24853 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24854 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24855 aforementioned directories in the AC_OUPUT call.
24856 * config.hin: New file.
24857 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24858 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24859 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24860 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24861 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24862 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24863 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24864 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24865 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24866 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24867 gdb.threads/configure.in, gdb.threads/configure,
24868 gdb.threads/config.in, gdb.trace/configure.in,
24869 gdb.trace/configure: Removed.
24870
248712003-01-03 Michael Chastain <mec@shout.net>
24872
24873 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24874 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24875
248762003-01-03 Daniel Jacobowitz <drow@mvista.com>
24877
24878 * gdb.base/store.exp: Fix regular expressions.
24879
248802002-12-28 Mark Kettenis <kettenis@gnu.org>
24881
24882 * configure.in: Rewrite.
24883 * configure: Regenerated.
24884
248852003-01-03 David Carlton <carlton@math.stanford.edu>
24886
24887 * gdb.base/psymtab.exp: New file.
24888 * gdb.base/psymtab1.c: Ditto.
24889 * gdb.base/psymtab2.c: Ditto.
24890
248912002-12-23 Adam Fedor <fedor@gnu.org>
24892
24893 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24894
248952002-12-23 David Carlton <carlton@math.stanford.edu>
24896
24897 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24898 and current_directory initialization.
24899
249002002-12-22 Jim Blandy <jimb@redhat.com>
24901
24902 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24903 rather than as part of the output file name.
24904
24905 * gdb.base/attach.exp: There's no need to copy the test program to
24906 /tmp; that was only ever necessary on HP/UX, and this test is
24907 entirely disabled there anyway.
24908
249092002-12-21 Jim Blandy <jimb@redhat.com>
24910
24911 * gdb.c++/psmang.exp: Doc fix.
24912
24913 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24914 test.
24915
249162002-12-20 David Carlton <carlton@math.stanford.edu>
24917
24918 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24919
249202002-12-18 Michael Chastain <mec@shout.net>
24921
24922 * gdb.c++/annota2.exp: Add copyright year 2002.
24923
249242002-12-17 David Carlton <carlton@math.stanford.edu>
24925
24926 * gdb.c++/try_catch.cc: Add marker comments.
24927 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24928 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24929 * gdb.c++/m-static.cc: Ditto.
24930 * gdb.c++/m-static1.cc: Ditto.
24931 * gdb.c++/try_catch.cc: Ditto.
24932
249332002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24934
24935 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24936 to see whether we are using the new -environment-directory
24937 command which resets via -r or the old version of the command
24938 which may prompt the user. Part of fix for gdb/741.
24939
249402002-12-13 Andrew Cagney <ac131313@redhat.com>
24941
24942 * gdb.fortran/types.exp: Update obsolete comment.
24943 * gdb.fortran/exprs.exp: Ditto.
24944 * lib/gdb.exp: Delete obsolete code.
24945 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24946 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24947 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24948 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24949 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24950 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24951 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24952 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24953 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24954 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24955 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24956 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24957 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24958 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24959 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24960 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24961 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24962 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24963 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24964 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24965 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24966 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24967 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24968 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24969 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24970 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24971 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24972 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24973 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24974 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24975 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24976 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24977 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24978 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24979 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24980 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24981 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24982
249832002-12-11 David Carlton <carlton@math.stanford.edu>
24984
24985 * gdb.c++/m-data.exp: Add test for members that shadow global
24986 variables: see PR gdb/804.
24987 * gdb.c++/m-data.cc: Ditto.
24988
249892002-12-10 Daniel Jacobowitz <drow@mvista.com>
24990
24991 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24992
249932002-12-06 David Carlton <carlton@math.stanford.edu>
24994
24995 * gdb.base/store.c: Don't declare functions static.
24996
249972002-12-04 Andrew Cagney <ac131313@redhat.com>
24998
24999 * gdb.base/store.exp, gdb.base/store.c: New files.
25000
250012002-12-03 Daniel Jacobowitz <drow@mvista.com>
25002
25003 * gdb.base/selftest.exp: Update for current gdb.
25004
250052002-12-03 Daniel Jacobowitz <drow@mvista.com>
25006
25007 * gdb.base/maint.exp: Only dump symbols from one source file
25008 or objfile.
25009
250102002-12-03 Daniel Jacobowitz <drow@mvista.com>
25011
25012 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
25013 function call.
25014
250152002-11-25 Jim Blandy <jimb@redhat.com>
25016
25017 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
25018 function appearing in error message.
25019
250202002-11-21 Daniel Jacobowitz <drow@mvista.com>
25021
25022 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25023
250242002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25025
25026 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
25027 for mi1 and current mi is in correct format. New mi startup message
25028 should be in mi console format. This is part of fix for PR gdb/604.
25029
250302002-09-18 Fernando Nasser <fnasser@redhat.com>
25031
25032 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
25033 which explicitly prints the zero offset as "+0".
25034
250352002-10-22 Daniel Jacobowitz <drow@mvista.com>
25036
25037 * gdb.threads/schedlock.c (args): Make unsigned.
25038
250392002-10-21 Daniel Jacobowitz <drow@mvista.com>
25040
25041 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
25042 numbers. Allow "foo2|selected stack frame".
25043 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
25044 * gdb.asm/asmsrc2.s: Likewise.
25045 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
25046 comments.
25047 * gdb.asm/mips.inc: New file.
25048
250492002-10-18 Adam Fedor <fedor@gnu.org>
25050
25051 * gdb.base/default.exp: Update expected output to include 'ObjC'.
25052 * gdb.base/help.exp: Likewise.
25053
250542002-10-17 Kevin Buettner <kevinb@redhat.com>
25055
25056 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25057 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25058
250592002-10-02 Jim Blandy <jimb@redhat.com>
25060
25061 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25062
250632002-10-01 Andrew Cagney <ac131313@redhat.com>
25064
25065 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25066 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25067 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25068 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25069 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25070 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25071 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25072
250732002-09-29 Andrew Cagney <ac131313@redhat.com>
25074
25075 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25076 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25077 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25078 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25079 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25080 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25081 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
25082
250832002-09-27 Kevin Buettner <kevinb@redhat.com>
25084
25085 * gdb.base/annota1.exp (info break): Make directory components of
25086 path optional since not all compilers emit this debug information.
25087
25088 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25089 step ends up stepping out of the function instead of stopping on
25090 the epilogue.
25091
250922002-09-26 Keith Seitz <keiths@redhat.com>
25093
25094 * lib/insight-support.exp (gdbtk_start): Figure out where
25095 the insight executable is based on where gdb is. Use this
25096 executable to start insight instead of gdb.
25097
250982002-09-25 Andrew Cagney <cagney@redhat.com>
25099
25100 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25101
251022002-09-24 Andrew Cagney <ac131313@redhat.com>
25103
25104 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25105 test_isolated_complaints.
25106 (test_empty_complaint): New function.
25107 (test_empty_complaints): New function. Check no output when no
25108 complaints.
25109
251102002-09-19 Jim Blandy <jimb@redhat.com>
25111
25112 * gdb.base/charset.exp, gdb.base/charset.c: New files.
25113
251142002-09-19 Andrew Cagney <ac131313@redhat.com>
25115
25116 * gdb.gdb/complaints.exp: New file.
25117
251182002-09-18 Andrew Cagney <ac131313@redhat.com>
25119
25120 * gdb.base/maint.exp: Check `help maint internal-warning'.
25121
251222002-09-18 David Carlton <carlton@math.stanford.edu>
25123
25124 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25125 numbers, and replace them by a single breakpoint after the
25126 constructors are all finished.
25127 Add test 4.
25128 * gdb.c++/m-static.cc: Add test 4.
25129 * gdb.c++/m-static.h: New file.
25130 * gdb.c++/m-static1.cc: New file.
25131
25132 * gdb.c++/printmethod.exp: New file.
25133 * gdb.c++/printmethod.cc: New file.
25134
25135 * gdb.c++/pr-574.exp: New file.
25136 * gdb.c++/pr-574.cc: New file.
25137
251382002-09-18 Corinna Vinschen <vinschen@redhat.com>
25139
25140 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25141 embedded targets which never actually exit.
25142
251432002-09-18 Fernando Nasser <fnasser@redhat.com>
25144
25145 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25146 "don't step after run" as unresolved or unsupported, instead of xfail.
25147
251482002-09-18 Corinna Vinschen <vinschen@redhat.com>
25149
25150 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25151 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25152 Add newline to expected string in "step out of main (status wrapper)"
25153 case.
25154
251552002-09-18 Corinna Vinschen <vinschen@redhat.com>
25156
25157 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25158 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25159
251602002-09-17 Tom Tromey <tromey@redhat.com>
25161
25162 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25163 \000, not \0, in double-quoted string.
25164
251652002-09-14 Corinna Vinschen <vinschen@redhat.com>
25166
25167 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25168 string after running the commands execution on breakpoint tests.
25169
251702002-09-13 Corinna Vinschen <vinschen@redhat.com>
25171
25172 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25173
251742002-09-12 Joel Brobecker <brobecker@gnat.com>
25175
25176 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25177
251782002-09-10 Keith Seitz <keiths@redhat.com>
25179
25180 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25181 runto proc.
25182 (mi_run_to_main): Use mi_runto.
25183 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25184
251852002-09-10 Keith Seitz <keiths@redhat.com>
25186
25187 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25188 regexp for stopping at main. Could have multiple event notifications.
25189 Don't assume that main was declared with no parameters.
25190 (mi_next): Use mi_step_to.
25191 (mi_step): Use mi_next_to.
25192
251932002-09-09 Corinna Vinschen <vinschen@redhat.com>
25194
25195 * gdb.base/default.exp: Fix expected string in `info float' test.
25196
251972002-09-09 Ben Elliston <bje@redhat.com>
25198
25199 * config/mips.exp: Update comments.
25200 * config/mips-idt.exp: Likewise.
25201 * config/nind.exp: Likewise.
25202 * config/slite.exp: Likewise.
25203 * config/sparclet.exp: Likewise.
25204 * config/udi.exp: Likewise.
25205 * config/vx.exp: Likewise.
25206 * config/vxworks29k.exp: Likewise.
25207
252082002-09-05 Jim Blandy <jimb@redhat.com>
25209
25210 * gdb.threads/killed.exp: Fix test failure message.
25211
252122002-09-04 Keith Seitz <keiths@redhat.com>
25213
25214 * lib/mi-support.exp: Update copyright.
25215 (mi_gdb_test): Increase the priority of the expected pattern
25216 so that it matches gdb_test.
25217
252182002-09-03 Keith Seitz <keiths@redhat.com>
25219
25220 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25221 Use integer comparison instead of string comparison for testing
25222 whether binary was built.
25223
252242002-09-03 Jim Blandy <jimb@redhat.com>
25225
25226 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25227
252282002-08-29 Jim Blandy <jimb@redhat.com>
25229
25230 * gdb.threads/pthreads.exp: Move the portable thread compilation
25231 code into a function in lib/gdb.exp, and call that from here.
25232 * lib/gdb.exp (gdb_compile_pthreads): New function.
25233
252342002-08-29 Keith Seitz <keiths@redhat.com>
25235
25236 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25237 expect_out so that callers can get at it.
25238
252392002-08-23 Daniel Jacobowitz <drow@mvista.com>
25240
25241 * gdb.threads/print-threads.c: New file.
25242 * gdb.threads/print-threads.exp: New file.
25243 * gdb.threads/schedlock.c: New file.
25244 * gdb.threads/schedlock.exp: New file.
25245
252462002-08-22 Elena Zannoni <ezannoni@redhat.com>
25247
25248 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25249 not altivec.c.
25250
252512002-08-17 Mark Kettenis <kettenis@gnu.org>
25252
25253 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25254 targets. The problem should be fixed now.
25255
252562002-08-15 Mark Kettenis <kettenis@gnu.org>
25257
25258 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25259 2002-07-24 change that removes final dots from error messages.
25260
252612002-08-13 Tom Tromey <tromey@redhat.com>
25262
25263 * gdb.base/readline.exp: New file.
25264
252652002-08-01 Andrew Cagney <ac131313@redhat.com>
25266
25267 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25268 supress message.
25269
252702002-08-01 Andrew Cagney <cagney@redhat.com>
25271
25272 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25273 CHILL_FOR_TARGET and CHILL_LIB.
25274 * configure.in (configdirs): Remove gdb.chill.
25275 * configure: Regenerate.
25276 * lib/gdb.exp: Obsolete references to chill.
25277 * gdb.fortran/types.exp: Ditto.
25278 * gdb.fortran/exprs.exp: Ditto.
25279
252802002-07-30 Kevin Buettner <kevinb@redhat.com>
25281
25282 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25283 set Irix-specific compile and link flags.
25284
252852002-07-29 Kevin Buettner <kevinb@redhat.com>
25286
25287 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25288 source files. The ``-o'' option doesn't work with the ``-E'' option
25289 when using the Irix compiler.
25290
252912002-07-19 Daniel Jacobowitz <drow@mvista.com>
25292
25293 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25294 Improve support for reusing an exec file. Copy exec file
25295 to target, and run gdbserver on the target instead of on the host.
25296
252972002-07-18 Jim Blandy <jimb@redhat.com>
25298
25299 * gdb.base/ending-run.exp: Don't expect to see the program end in
25300 some orderly fashion when we're running on a real stand-alone
25301 board.
25302
25303 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25304 targets that don't support interrupts.
25305
253062002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25307
25308 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25309 systems.
25310 Move comments in expect statements to inside the actions, so that they
25311 don't get matched against.
25312
253132002-07-10 Mark Kettenis <kettenis@gnu.org>
25314
25315 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25316 function when asleep" test.
25317
253182002-07-10 Andrew Cagney <ac131313@redhat.com>
25319
25320 * gdb.base/page.exp: Rewrite to handle problems with very long
25321 `info set' output. Update copyright.
25322
253232002-06-26 Andrew Cagney <ac131313@redhat.com>
25324
25325 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25326 gdb.threads-hp.
25327 * gdb.hp/configure: Regenerate.
25328 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25329 * gdb.hp/gdb.threads-hp/configure: Delete file.
25330 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25331
253322002-06-22 Andrew Cagney <ac131313@redhat.com>
25333
25334 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25335 setlocale, bindtextdomain and textdomain.
25336
253372002-06-11 Jim Blandy <jimb@redhat.com>
25338
25339 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25340 preprocessor macro information is present.
25341
25342 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25343 tests.
25344
253452002-06-06 Michael Snyder <msnyder@redhat.com>
25346
25347 * gdb.base/overlays.exp: Record addresses of overlay
25348 functions in TCL variables rather than in GDB variables,
25349 to avoid having GDB convert them to pointers (with loss
25350 of information).
25351
25352 * gdb.base/d10v.ld: Merge in several years worth of
25353 default linker script changes.
25354 * gdb.base/long_long.exp: Add check for sizeof (long double).
25355
253562002-06-06 Michal Ludvig <mludvig@suse.cz>
25357
25358 * gdb.asm/asm-source.exp: Add x86-64 target.
25359 * gdb.asm/x86_64.inc: New.
25360
253612002-05-30 Michael Chastain <mec@shout.net>
25362
25363 From Benjamin Kosnik <bkoz@redhat.com>:
25364 * gdb.c++/m-static.cc: New file.
25365 * gdb.c++/m-static.exp: New file.
25366
253672002-05-28 Michael Snyder <msnyder@redhat.com>
25368
25369 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25370 precision.
25371
253722002-05-27 Michael Chastain <mec@shout.net>
25373
25374 From Benjamin Kosnik <bkoz@redhat.com>:
25375 * gdb.c++/m-data.cc: New file.
25376 * gdb.c++/m-data.exp: New file.
25377
253782002-05-27 Michael Chastain <mec@shout.net>
25379
25380 From Benjamin Kosnik <bkoz@redhat.com>:
25381 * gdb.c++/try_catch.cc: New file.
25382 * gdb.c++/try_catch.exp: New file.
25383
253842002-05-27 Michael Chastain <mec@shout.net>
25385
25386 * gdb.c++/local.exp: Accept more nested types in output.
25387
253882002-05-26 Michael Chastain <mec@shout.net>
25389
25390 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25391
253922002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25393
25394 * lib/gdb.exp (gdb_wrapper_init): Just because
25395 gdb_wrapper_file exists, this does not mean that the file
25396 should not be rebuilt. That is what gdb_wrapper_initialized
25397 is for.
25398 (default_gdb_init): Reset gdb_wrapper_initialized.
25399
254002002-05-23 Michael Snyder <msnyder@redhat.com>
25401
25402 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25403 the precision of the floating point test results.
25404 * gdb.base/call-rt-st.exp: Ditto.
25405
25406 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25407 * gdb.base/call-rt-st.exp: Ditto.
25408
254092002-05-19 Michael Chastain <mec@shout.net>
25410
25411 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25412
254132002-05-19 Elena Zannoni <ezannoni@redhat.com>
25414
25415 * configure.in (configdirs): Add gdb.arch.
25416 * configure: Regenerate.
25417
254182002-05-17 Jim Blandy <jimb@redhat.com>
25419
25420 * gdb.base/completion.exp: Recognize the more detailed error
25421 messages produced by the macro expander's lexical analyzer.
25422
254232002-05-14 Elena Zannoni <ezannoni@redhat.com>
25424
25425 * gdb.arch/altivec-abi.c: New file.
25426 * gdb.arch/altivec-abi.exp: New file.
25427 * gdb.arch/altivec-regs.c: New file.
25428 * gdb.arch/altivec-regs.exp: New file.
25429
254302002-05-14 Daniel Jacobowitz <drow@mvista.com>
25431
25432 * gdb.base/maint.exp (maint print type): Update for new type
25433 structure.
25434
254352002-05-14 Elena Zannoni <ezannoni@redhat.com>
25436
25437 * gdb.arch: New directory.
25438 * gdb.arch/configure.in: New file.
25439 * gdb.arch/configure: New file.
25440 * gdb.arch/Makefile.in: New file.
25441
254422002-05-13 Corinna Vinschen <vinschen@redhat.com>
25443
25444 * gdb.asm/asm-source.exp: Add v850 as supported target.
25445 * gdb.asm/v850.inc: New file.
25446
254472002-05-13 Daniel Jacobowitz <drow@mvista.com>
25448
25449 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25450
254512002-05-12 Daniel Jacobowitz <drow@mvista.com>
25452
25453 * gdb.base/break.exp: Check 'break "marker2"'.
25454
254552002-05-10 Michael Snyder <msnyder@redhat.com>
25456
25457 * gdb.base/long_long.exp: Fix typo.
25458
254592002-05-10 Jim Blandy <jimb@redhat.com>
25460
25461 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25462 a bug.
25463
25464 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25465 Recognize more detailed error message produced by the macro
25466 expander's lexical analyzer.
25467 * lib/gdb.exp (test_print_reject): Same.
25468
254692002-05-09 Mark Kettenis <kettenis@gnu.org>
25470
25471 * gdb.c++/method.exp: Fix typo.
25472
254732002-05-08 Michael Snyder <msnyder@redhat.com>
25474
25475 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25476 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25477 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25478 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25479 Add iftarget clause for strongarm.
25480
254812002-05-06 Michael Snyder <msnyder@redhat.com>
25482
25483 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25484 (gdb_continue_to_end): Accept output from status wrapper.
25485 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25486 Clean up fail messages to match pass messages.
25487
25488 Enable the "needs_status_wrapper" testsuite feature.
25489 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25490 (gdb_compile): Conditionally call gdb_wrapper_init.
25491 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25492 * gdb.c++/method.exp: Recognize output from status wrapper.
25493
254942002-05-06 Ben Elliston <bje@redhat.com>
25495From Graydon Hoare <graydon@redhat.com>
25496
25497 * config/sid.exp: Include support for "rawsid" protocol.
25498
254992002-05-03 Jim Blandy <jimb@redhat.com>
25500
25501 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25502 * gdb.c++/hang3.C: New file.
25503
255042002-05-04 Andrew Cagney <ac131313@redhat.com>
25505
25506 * gdb.base/default.exp: Remove obsolete code.
25507 * gdb.c++/misc.exp: Ditto. Update copyright.
25508 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25509 * gdb.base/whatis.exp: Ditto. Update copyright.
25510 * gdb.base/scope.exp: Ditto. Update copyright.
25511 * gdb.base/ptype.exp: Ditto. Update copyright.
25512 * gdb.base/printcmds.exp: Ditto. Update copyright.
25513 * gdb.base/opaque.exp: Ditto. Update copyright.
25514 * gdb.base/list.exp: Ditto.
25515 * gdb.base/funcargs.exp: Ditto. Update copyright.
25516 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25517 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25518 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25519 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25520 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25521 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25522
255232002-05-02 Michael Snyder <msnyder@redhat.com>
25524
25525 * gdb.base/watchpoint.exp: Add xscale target.
25526 * gdb.base/long_long.exp: Add xscale target.
25527 * gdb.base/default.exp: Add xscale target.
25528
255292002-05-01 Jim Blandy <jimb@redhat.com>
25530
25531 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25532 gdb.c++/hang.exp: New test.
25533
255342002-05-01 Fred Fish <fnf@redhat.com>
25535
25536 * gdb.base/completion.exp: Handle completions of "./Make" for
25537 more than one completion possibility, as is the case when we
25538 build and test in the source tree.
25539
255402002-04-29 Anthony Green <green@redhat.com>
25541
25542 * gdb.java/jmisc1.exp: New file.
25543 * gdb.java/jmisc2.exp: New file.
25544
255452002-04-24 Daniel Jacobowitz <drow@mvista.com>
25546
25547 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25548
255492002-04-23 Elena Zannoni <ezannoni@redhat.com>
25550
25551 * gdb.base/help.exp: Change 'help status' to allow for target
25552 dependent output differences.
25553
255542002-04-22 Michael Chastain <mec@shout.net>
25555
25556 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25557
255582002-04-22 Michael Chastain <mec@shout.net>
25559
25560 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25561
255622002-04-17 David S. Miller <davem@redhat.com>
25563
25564 * gdb.asm/sparc64.inc: New file.
25565 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25566
255672002-04-19 Elena Zannoni <ezannoni@redhat.com>
25568
25569 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25570 instruction file directly into the build tree. Clean up at end of
25571 test.
25572
255732002-04-18 David S. Miller <davem@redhat.com>
25574
25575 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25576 handle 64-bit platforms correctly.
25577 * gdb.base/maint.exp: Likewise.
25578
255792002-04-18 Kevin Buettner <kevinb@redhat.com>
25580
25581 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25582 ``-fpic'' when compiling files comprising a shared library, but
25583 it does need additional linker flags in order to find shared
25584 libraries at run time.
25585
255862002-04-18 Kevin Buettner <kevinb@redhat.com>
25587
25588 * gdb.base/cvexpr.c (use): New function.
25589 (main): Invoke use() on all global variables to prevent
25590 some linkers from deleting these otherwise unused symbols.
25591
255922002-04-17 Michael Chastain <mec@shout.net>
25593From David S. Miller <davem@redhat.com>
25594
25595 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25596 handle 64-bit platforms correctly.
25597
255982002-04-12 Michael Snyder <msnyder@redhat.com>
25599From Jim Blandy <jimb@redhat.com>
25600 * gdb.base/foo.c (foox): Remove section attribute; the linker
25601 script can handle this instead.
25602 * gdb.base/bar.c (barx): Same.
25603 * gdb.base/baz.c (bazx): Same.
25604 * gdb.base/grbx.c (grbxx): Same.
25605
25606 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25607 manager doesn't automatically unmap overlays unnecessarily.
25608
256092002-04-10 Martin M. Hunt <hunt@redhat.com>
25610
25611 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25612 stepping out of main.
25613
256142002-04-09 Michael Chastain <mec@shout.net>
25615
25616 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25617 scope so that the nested scope tests will make sense.
25618 * gdb.c++/local.exp: Write patterns that actually work with gcc
25619 (the HP patterns "were never known to work with gcc").
25620 Keep the old aCC patterns too.
25621
256222002-04-09 Daniel Jacobowitz <drow@mvista.com>
25623
25624 * gdb.base/attach.exp: Correct target board test.
25625
256262002-04-08 Michael Chastain <mec@shout.net>
25627
25628 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25629 in a const method. Add some xfail and fail cases for configurations
25630 that do not emit the "const ...".
25631
256322002-04-07 Michael Chastain <mec@shout.net>
25633
25634 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25635 Accept "A * const" and "const A * const" as type of "this".
25636 Fix spelling of getFunky throughout. Make messages uniform.
25637
256382002-04-07 Elena Zannoni <ezannoni@redhat.com>
25639
25640 Work around for PR gdb/285:
25641 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25642
256432002-04-07 Elena Zannoni <ezannoni@redhat.com>
25644
25645 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25646 instructions file at run time instead of configure time.
25647 Sometimes we run the test in a directory that is not the one we
25648 configured in.
25649 * gdb.asm/configure.in: Delete creation of symlink.
25650 * gdb.asm/configure: Regenerate.
25651
256522002-04-05 J. Brobecker <brobecker@gnat.com>
25653
25654 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25655 xfullpath () function.
25656
256572002-04-04 Daniel Jacobowitz <drow@mvista.com>
25658
25659 * gdb.asm/Makefile.in: Correct dependencies.
25660
25661 * gdb.asm/powerpc.inc: New file.
25662 * gdb.asm/asm-source.exp: Add PowerPC.
25663 * gdb.asm/configure.in: Likewise.
25664 * gdb.asm/configure: Regenerated.
25665
256662002-04-04 Daniel Jacobowitz <drow@mvista.com>
25667
25668 * gdb.base/relocate.exp: New file.
25669 * gdb.base/relocate.c: New file.
25670
256712002-04-04 Fred Fish <fnf@redhat.com>
25672
25673 * gdb.base/step-test.exp: Update comment regarding stopping in
25674 memcpy/bcopy calls inserted as part of the compiler runtime.
25675
256762002-04-04 Michael Snyder <msnyder@redhat.com>
25677
25678 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25679
256802002-04-03 Daniel Jacobowitz <drow@mvista.com>
25681
25682 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25683 (gdb_expect): Remove $notransfer hack.
25684
256852002-04-02 Daniel Jacobowitz <drow@mvista.com>
25686
25687 * gdb.c++/classes.exp ("calling method for small class"): Match
25688 updated register output.
25689
256902002-03-30 Daniel Jacobowitz <drow@mvista.com>
25691
25692 Fix PR gdb/452
25693 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25694 when finished. Make gdb_file_cmd send "exec-file" when
25695 appropriate.
25696
256972002-03-30 Daniel Jacobowitz <drow@mvista.com>
25698
25699 * gdb.base/attach.exp: Remove extra setup_xfail.
25700
257012002-03-26 Michael Snyder <msnyder@redhat.com>
25702
25703 * gdb.base/default.exp: Add tests for dump, append, and restore.
25704 * gdb.base/help.exp: Add tests for dump, append, and restore.
25705 * gdb.base/dump.exp: New file, test dump, append and restore.
25706 * gdb.base/dump.c: New file.
25707
257082002-03-27 Michael Snyder <msnyder@redhat.com>
25709
25710 * gdb.base/help.exp: Modify expect strings to reflect
25711 clean-ups in help messages.
25712
257132002-03-26 Fred Fish <fnf@redhat.com>
25714
25715 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25716 have debugging info for those functions and the compiler uses them
25717 internally to copy structs around.
25718
257192002-03-26 Fred Fish <fnf@redhat.com>
25720
25721 * gdb.base/list.exp: Revert the change made yesterday and add note
25722 about why we don't list the default lines for remote targets.
25723
257242002-03-25 Michael Snyder <msnyder@redhat.com>
25725
25726 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25727
257282002-03-25 Fred Fish <fnf@redhat.com>
25729
25730 * gdb.base/list.exp: This test works on remote targets so remove
25731 the short circuit for remote targets. Update copyright.
25732
257332002-03-25 Fred Fish <fnf@redhat.com>
25734
25735 * gdb.base/attach.exp: Fix logic error that was suppressing this
25736 test for all non hppa*-*-hpux* targets, instead of the hp target.
25737 Move comments closer to the suppression point. Also now need to
25738 check that we are running natively.
25739
257402002-03-22 Michael Snyder <msnyder@redhat.com>
25741
25742 * gdb.base/default.exp: Add test for gcore. Update copyright.
25743 * gdb.base/help.exp: Add test for gcore. Update copyright.
25744
257452002-03-06 Fred Fish <fnf@redhat.com>
25746
25747 * gdb.base/funcargs.c: Remove extraneous ';' character.
25748 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25749
257502002-03-04 Michael Chastain <mec@shout.net>
25751
25752 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25753 accommodate gcc v3 function signature.
25754 * gdb.mi/mi0-var-cmd-exp: Ditto.
25755
257562002-02-24 Andrew Cagney <ac131313@redhat.com>
25757
25758 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25759 ``GNU/Linux'' or ``Linux kernel''
25760 * testsuite/gdb.threads/pthreads.c: Ditto.
25761
257622002-02-24 Michael Chastain <mec@shout.net>
25763
25764 * gdb.threads/pthreads.c (thread1): Add a return statement.
25765 (thread2): Likewise.
25766 (foo): Likewise.
25767
257682002-02-23 Michael Chastain <mec@shout.net>
25769
25770 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25771 to placate gcc.
25772
257732002-02-23 Michael Chastain <mec@shout.net>
25774
25775 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25776 test "ptype bint". The test passes on all my stabs configurations.
25777
257782002-02-21 Jim Blandy <jimb@redhat.com>
25779
25780 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25781 filename at a time, and watch for the ones we want to see.
25782
25783 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25784 types of pointers to prototyped functions.
25785
257862002-02-20 Andrew Cagney <ac131313@redhat.com>
25787
25788 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25789 signed, unsigned and straight char.
25790 (padding_char, padding_short, padding_int, padding_long,
25791 padding_long_long, padding_float, padding_double,
25792 padding_long_double): New global variables.
25793 (fill, fill_structs): New functions.
25794
25795 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25796 for correctly sized writes. Update copyright.
25797 (get_valueof): New procedure.
25798 (get_sizeof): Call get_valueof.
25799 (check_valueof): New procedure.
25800 (check_padding): New procedure.
25801
258022002-02-20 Michael Chastain <mec@shout.net>
25803
25804 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25805 to setup_xfail. Document some of the remaining calls.
25806
258072002-02-18 Michael Chastain <mec@shout.net>
25808
25809 * gdb.c++/userdef.exp: Update copyright year.
25810
258112002-02-18 Daniel Jacobowitz <drow@mvista.com>
25812
25813 * gdb.c++/userdef.exp: Test overloaded operators properly.
25814 Remove xfails.
25815
258162002-02-14 Michael Snyder <msnyder@redhat.com>
25817
25818 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25819
258202002-02-14 Daniel Jacobowitz <drow@mvista.com>
25821
25822 * gdb.base/a2-run.exp: Check for a remote target properly.
25823 * gdb.base/annota1.exp: Likewise.
25824 * gdb.base/list.exp: Likewise.
25825 * gdb.base/reread.exp: Likewise.
25826 * gdb.base/scope.exp: Likewise.
25827 * gdb.base/shlib-call.exp: Likewise.
25828 * gdb.base/term.exp: Likewise.
25829 * gdb.c++/annota2.exp: Likewise.
25830
258312002-02-13 Richard Earnshaw <rearnsha@arm.com>
25832
25833 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25834
258352002-02-10 Michael Chastain <mec@shout.net>
25836
25837 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25838 (call_after_alloca): Ditto.
25839
258402002-02-10 Daniel Jacobowitz <drow@mvista.com>
25841
25842 * gdb.base/ending-run.exp: Guard "cont" test with
25843 gdb_skip_stdio_test.
25844
258452002-02-06 Jim Blandy <jimb@redhat.com>
25846
25847 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25848 from here...
25849 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25850 To here. Disable this test on non-HP platforms. Add big comment.
25851
258522002-02-04 Michael Snyder <msnyder@redhat.com>
25853
25854 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25855 other than d10v and m32r.
25856
258572002-02-02 Richard Earnshaw <rearnsha@arm.com>
25858
25859 * gdb.base/default.exp: Rewrite test patterns to reduce time
25860 taken to match them.
25861
258622002-01-30 Daniel Jacobowitz <drow@mvista.com>
25863
25864 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25865 Allow a start function above main.
25866 * gdb.threads/linux-dp.exp: Fix copyright date.
25867
258682002-01-30 Daniel Jacobowitz <drow@mvista.com>
25869
25870 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25871 (check_philosopher_stack): Check for manager thread before checking
25872 for a just-starting thread.
25873
258742002-01-30 Daniel Jacobowitz <drow@mvista.com>
25875
25876 From Neil Booth <neil@daikokuya.demon.co.uk>:
25877 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25878 warnings.
25879
258802002-01-21 Fred Fish <fnf@redhat.com>
25881
25882 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25883 not caller.
25884
258852002-01-21 Jim Blandy <jimb@redhat.com>
25886
25887 * gdb.base/reread.exp: Check that GDB properly re-reads the
25888 executable file when it changes while no inferior is running.
25889
258902002-01-21 Fred Fish <fnf@redhat.com>
25891
25892 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25893 optionally accept the "shlib events" variation.
25894
258952002-01-21 Jim Blandy <jimb@redhat.com>
25896
25897 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25898 call `fflush' after every `printf', so that the output is produced
25899 at predictable points, regardless of whatever buffering does (or
25900 doesn't) take place.
25901 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25902 at different points.
25903
259042002-01-20 Daniel Jacobowitz <drow@mvista.com>
25905
25906 * gdb.c++/inherit.exp: Update copyright years.
25907 * gdb.c++/method.exp: Likewise.
25908
259092002-01-20 Daniel Jacobowitz <drow@mvista.com>
25910
25911 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25912 artificial methods/arguments.
25913 * gdb.c++/derivation.exp: Likewise.
25914 * gdb.c++/inherit.exp: Likewise.
25915 * gdb.c++/method.exp: Likewise.
25916 * gdb.c++/virtfunc.exp: Likewise.
25917
259182002-01-18 Andrew Cagney <ac131313@redhat.com>
25919
25920 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25921 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25922 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25923 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25924 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25925 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25926
259272002-01-17 Jim Blandy <jimb@redhat.com>
25928
25929 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25930 anchoring the pattern matching the entry point symbol's name.
25931
259322002-01-17 Andrew Cagney <ac131313@redhat.com>
25933
25934 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25935 continue/quit query. Update copyright.
25936
259372002-01-14 Michael Snyder <msnyder@redhat.com>
25938
25939 * gdb.base/gcore.exp: Remove extra debugging output.
25940
259412002-01-13 Daniel Jacobowitz <drow@mvista.com>
25942
25943 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25944 for slightly dubious v2 mangled string.
25945
259462002-01-13 Daniel Jacobowitz <drow@mvista.com>
25947
25948 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25949
259502002-01-10 Jason Merrill <jason@redhat.com>
25951
25952 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25953
25954 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25955 constructors.
25956 * gdb.c++/derivation.exp: Likewise.
25957 * gdb.c++/templates.exp: Likewise.
25958 * gdb.c++/virtfunc.exp: Likewise.
25959
259602002-01-10 Michael Snyder <msnyder@redhat.com>
25961
25962 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25963
259642002-01-08 Michael Snyder <msnyder@redhat.com>
25965
25966 * gdb.base/gcore.exp: New test for generate-core-file command.
25967 * gdb.base/gcore.c: Testcase for above.
25968 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25969
259702002-01-08 Jason Merrill <jason@redhat.com>
25971
25972 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25973
259742002-01-07 Fred Fish <fnf@redhat.com>
25975
25976 * gdb.c++/overload.exp: Remove unconditional xfails for:
25977 print foo_instance1.overloadargs(1)
25978 print foo_instance1.overloadargs(1, 2)
25979 print foo_instance1.overloadargs(1, 2, 3)
25980 print foo_instance1.overloadargs(1, 2, 3, 4)
25981 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25982 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25983 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25984 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25985 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25986 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25987 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25988 print foo_instance1.overload1arg()
25989 print foo_instance1.overload1arg((char)arg2)
25990 print foo_instance1.overload1arg((signed char)arg3)
25991 print foo_instance1.overload1arg((unsigned char)arg4)
25992 print foo_instance1.overload1arg((int)arg7)
25993 print foo_instance1.overload1arg((unsigned int)arg8)
25994 print foo_instance1.overload1arg((float)arg11)
25995 print foo_instance1.overload1arg((double)arg12)
25996
259972002-01-07 Michael Snyder <msnyder@redhat.com>
25998
25999 * gdb.base/huge.exp: New test. Print a very large target data object.
26000 (skip_huge_test): New test variable. Define if you want to skip this
26001 test. The test reads an 8 megabyte data object from the target, so it
26002 might be very time consuming on remote targets with a slow connection.
26003 * gdb.base/huge.c: New file. Test case for above.
26004
260052002-01-07 Fred Fish <fnf@redhat.com>
26006
26007 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
26008 g_instance.bfoo, and g_instance.cfoo.
26009
260102002-01-07 Jeffrey A Law <law@redhat.com>
26011
26012 * gdb.base/break.c (multi_line_if_conditional): New function.
26013 (multi_ilne_while_conditional): Likewise.
26014 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
26015 IF or WHILE condition puts the breakpoint at the start of
26016 the condition.
26017
26018 * gdb.base/selftest.exp (backtrace through signal handler): Remove
26019 hppa*-*-hpux* expected failure.
26020 * gdb.base/structs.exp (do_function_calls): Similarly.
26021
26022 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
26023 watchpoints.
26024
260252002-01-06 Andrew Cagney <ac131313@redhat.com>
26026
26027 Fix PR gdb/66.
26028 * gdb.base/structs.exp: Replace skip for a29k with skip for
26029 gdb,cannot_call_functions.
26030 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
26031 * gdb.base/callfuncs.exp: Ditto.
26032 * gdb.base/call-rt-st.exp: Ditto.
26033 * gdb.base/call-strs.exp: Ditto.
26034 * gdb.base/callfwmall.exp: Ditto.
26035 * gdb.base/scope.exp: Obsolete xfail a29k.
26036 * gdb.c++/misc.exp: Ditto.
26037 * gdb.c++/cplusfuncs.exp: Ditto.
26038 * gdb.base/ptype.exp: Ditto.
26039 * gdb.base/printcmds.exp: Ditto.
26040 * gdb.base/opaque.exp: Ditto.
26041 * gdb.base/list.exp: Ditto.
26042 * gdb.base/funcargs.exp: Ditto.
26043 * gdb.base/default.exp: Ditto.
26044
260452002-01-04 Michael Snyder <msnyder@redhat.com>
26046
26047 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
26048 * gdb.base/maint.exp: Add tests for maint info sections options.
26049
26050Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
26051
26052 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26053
260542001-12-20 Corinna Vinschen <vinschen@redhat.com>
26055
26056 * gdb.asm/arm.inc: New file.
26057 * gdb.asm/asm-source.exp: Add arm targets.
26058 * gdb.asm/configure.in: Ditto.
26059 * gdb.asm/configure: Recreated from configure.in.
26060
26061Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26062
26063 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26064 with HP's compiler.
26065 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26066 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26067 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26068 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26069
26070 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26071 either HP's compilers or GCC.
26072
26073 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26074 a SIGBUS or SIGSEGV.
26075
26076 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26077
26078 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26079 can be compiled with either HP's compiler or GCC.
26080
26081 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26082 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26083 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26084
26085 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26086 to match current gdb output. Update due to using auto-solib-limit
26087 for limiting instead of overloading auto-solib-add.
26088 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26089 test program.
26090
26091 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
26092 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26093 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26094 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26095 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26096 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26097 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26098 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26099 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26100 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26101 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26102 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26103 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
26104
26105 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26106 a SIGTRAP to the inferior.
26107
261082001-12-19 Corinna Vinschen <vinschen@redhat.com>
26109
26110 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26111 Substitute call to target_link by call to gdb_compile.
26112
26113Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26114
26115 * gdb.base/break.exp: Fix HP specific search string when testing
26116 backtracing in a called function.
26117
26118 * gdb.base/constvars.exp: Only set lang to C++ if we're
26119 compiling the test with HP's compilers.
26120 * gdb.base/volatile.exp: Similarly.
26121
261222001-12-19 Jim Blandy <jimb@redhat.com>
26123
26124 * gdb.base/printcmds.exp: Expect the null character to be printed
26125 as '\0', and the '\013' to be printed as '\v'.
26126 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26127 * gdb.base/setvar.exp: Same.
26128
261292001-12-17 Jim Blandy <jimb@redhat.com>
26130
26131 * gdb.base/completion.exp: Rather than completing very long
26132 filenames, which can make the readline library produce output we
26133 don't recognize, cd to the directory first, and then complete
26134 using nice, short relative paths.
26135
26136 * gdb.base/completion.exp: On some systems, there is, in fact, a
26137 variable named `b' in scope, since GDB treats all static
26138 variables as being in scope. So use `no_var_named_this'
26139 instead of `b'.
26140
26141 * gdb.base/corefile.exp: Recognize the message saying that GDB
26142 can't find the core file's registers as a failure.
26143
261442001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26145
26146 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26147 test expect string more specific.
26148
261492001-12-13 Corinna Vinschen <vinschen@redhat.com>
26150
26151 * gdb.asm/asm-source.exp: Add support for xstormy16.
26152 * gdb.asm/configure.in: Ditto.
26153 * gdb.asm/configure: Rebuild.
26154 * gdb.asm/xstormy16.inc: New file.
26155
261562001-12-10 Fred Fish <fnf@redhat.com>
26157
26158 * gdb.base/maint.exp: Update to match changes in type dumping code.
26159
261602001-12-10 Jim Blandy <jimb@redhat.com>
26161
26162 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26163 matching the entry point symbol's name at the beginning of the
26164 line.
26165
261662001-12-07 Daniel Jacobowitz <drow@mvista.com>
26167
26168 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26169 gdb.c++/inherit.exp, gdb.c++/method.exp,
26170 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26171 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26172 and class layout support.
26173
261742001-12-07 Daniel Jacobowitz <drow@mvista.com>
26175
26176 * gdb.c++/classes.exp: Add test for static member function.
26177 * gdb.c++/misc.cc: Add class with static member function.
26178
261792001-12-07 Jim Blandy <jimb@redhat.com>
26180
26181 If GDB says it can't find the struct the function returned, report
26182 those tests as `unsupported'.
26183 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26184 Rewrite subsequent tests to use it.
26185
26186 If GDB says it can't find the struct the function returned, report
26187 those tests as `unsupported'.
26188 * gdb.base/structs.exp (call_struct_func): New function.
26189 (do_function_calls): Use call_struct_func to call the functions
26190 returning structs.
26191
26192 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26193 whether functions are prototyped or not, so we can't possibly pass
26194 arguments to t_float_values2 properly.
26195
26196 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26197 value of `timeout' for targets other than the mips*tx39-*.
26198
261992001-12-06 Michael Snyder <msnyder@redhat.com>
26200
26201 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26202 and detect whether the start symbol has a leading underscore.
26203
262042001-12-04 Jim Blandy <jimb@redhat.com>
26205
26206 * gdb.base/completion.exp: Clarify indentation.
26207
262082001-12-03 Jim Blandy <jimb@redhat.com>
26209
26210 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26211 variables on the S/390, not `.word'.
26212
262132001-11-30 Jim Blandy <jimb@redhat.com>
26214
26215 Add assembly-source tests for s390-ibm-linux.
26216 * gdb.asm/s390.inc: New file.
26217 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26218 the S/390 architecture.
26219 * gdb.asm/configure: Regenerated.
26220
262212001-11-30 Michael Snyder <msnyder@redhat.com>
26222
26223 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26224 next, info source, info sources, info line, global and static
26225 variables, and static functions.
26226 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26227 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26228 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26229 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26230 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26231 (gdbasm_leave): Restore frame pointer.
26232 (gdbasm_startup): Copy stack set-up from crt0.S.
26233
262342001-11-26 Fernando Nasser <fnasser@redhat.com>
26235
26236 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26237 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26238 to a local (non-static) variable. Copy tstruct.a to a static buffer
26239 and return a pointer to that buffer.
26240 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26241
262422001-11-24 Mark Kettenis <kettenis@gnu.org>
26243
26244 * gdb.asm/configure.in: Fix recognition of ix86 target.
26245 * gdb.asm/configure: Regenerate.
26246
262472001-11-21 Michael Snyder <msnyder@redhat.com>
26248
26249 * gdb.asm/sparc.inc: New file.
26250 * gdb.asm/asm-source.exp: Recognize sparc target.
26251 * gdb.asm/configure.in: Recognize sparc target.
26252 * gdb.asm/configure: Regenerate.
26253
262542001-11-21 Michael Snyder <msnyder@redhat.com>
26255
26256 * gdb.asm/m32r.inc: New file.
26257 * gdb.asm/asm-source.exp: Recognize m32r target.
26258 * gdb.asm/configure.in: Recognize m32r target.
26259 * gdb.asm/configure: Regenerate.
26260
262612001-11-20 Michael Snyder <msnyder@redhat.com>
26262
26263 * gdb.asm/i386.inc: New file.
26264 * gdb.asm/asm-source.exp: Recognize ix86 target.
26265 * gdb.asm/configure.in: Recognize ix86 target.
26266 * gdb.asm/configure: Regenerate.
26267
26268 * gdb.c++/namespace.exp: Fix quotes in output messages.
26269
262702001-11-14 Michael Snyder <msnyder@redhat.com>
26271
26272 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26273 qualifier in a type cast expression, to designate an address
26274 in the instruction space (Harvard architecture).
26275
262762001-11-13 Michael Snyder <msnyder@redhat.com>
26277
26278 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26279 Tests for expressions using 'const' and 'volatile'.
26280
262812001-11-13 Corinna Vinschen <vinschen@redhat.com>
26282
26283 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26284
262852001-11-12 Daniel Jacobowitz <drow@mvista.com>
26286
26287 * lib/mi-support.exp (mi_run_to_helper): Move comments
26288 outside of gdb_expect.
26289
262902001-11-11 Daniel Jacobowitz <drow@mvista.com>
26291
26292 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26293 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26294 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26295 mi0_run_to): New functions.
26296 * gdb.mi/mi-simplerun.exp: Use them.
26297 * gdb.mi/mi0-simplerun.exp: Likewise.
26298 * gdb.mi/mi-var-cmd.exp: Likewise.
26299 * gdb.mi/mi0-var-cmd.exp: Likewise.
26300
263012001-11-10 Andrew Cagney <ac131313@redhat.com>
26302
26303 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26304 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26305
263062001-11-09 Andrew Cagney <ac131313@redhat.com>
26307
26308 * gdb.base/restore.exp: Include $expected value in restored test
26309 message.
26310
263112001-11-09 Andrew Cagney <ac131313@redhat.com>
26312
26313 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26314 implemented.
26315
263162001-11-08 Michael Snyder <msnyder@redhat.com>
26317
26318 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26319 Add pass/fail message for stop at breakpoint in call dummy function.
26320
263212001-11-07 Michael Snyder <msnyder@redhat.com>
26322
26323 * gdb.c++/templates.exp (test_template_breakpoints):
26324 If we get an overload menu, but it does not match what
26325 we expect, we still need to issue the "cancel" command.
26326 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26327 making the whitespace optional. Argument for "new" may be
26328 "unsigned" as well as "unsigned int/long".
26329 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26330 making the whitespace optional. Also replace "(void) with
26331 "((void|)), making the keyword "void" optional.
26332 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26333 making the whitespace optional. Also replace "(void) with
26334 "((void|)), making the keyword "void" optional.
26335 * gdb.base/callfuncs.c (t_float_values): This function must
26336 _not_ be prototyped, and the following function (t_float_values2)
26337 must be prototyped (if the compiler supports it), so that GDB
26338 can be tested against both cases. Usually one case involves
26339 promotion of float to double, while the other does not.
26340 * gdb.base/callfwmall.c: Ditto.
26341 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26342 includes a stack frame for "start".
26343
263442001-11-05 Jim Blandy <jimb@redhat.com>
26345
26346 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26347 pointers are 32 bits long, and that offsets of relocs are always
26348 stored in the data (REL-style), and not in the reloc entry itself
26349 (RELA-style).
26350 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26351 stabs.
26352
263532001-11-01 Michael Snyder <msnyder@redhat.com>
26354
26355 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26356 and regular expression operators by using quoting.
26357
263582001-10-31 Michael Snyder <msnyder@redhat.com>
26359
26360 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26361 depending on what the symbol table contains.
26362 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26363 the output of the ptype command. Similarly, accept both "const &"
26364 and "const&".
26365
263662001-10-31 Corinna Vinschen <vinschen@redhat.com>
26367
26368 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26369 symbol `STORAGE' to allow to choose the storage class of
26370 the local datastructures.
26371 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26372 compiler directive.
26373
263742001-10-30 Michael Snyder <msnyder@redhat.com>
26375
26376 * gdb.base/jump.exp: Allow it to run for all targets.
26377
263782001-10-29 Corinna Vinschen <vinschen@redhat.com>
26379
26380 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26381 with new double_array size.
26382 (main): Change storage class of all local variables to static.
26383 Reduce size of double_array to 9.
26384 * gdb.base/call-ar-st.exp: Increase timeout value.
26385 Change expected output for double array to match new size in
26386 call-ar-st.c.
26387
263882001-10-29 Corinna Vinschen <vinschen@redhat.com>
26389
26390 * gdb.base/ending-run.exp: Create identical output when passing
26391 `step to end of run' case. Add regular expression branch satisfying
26392 Stormy16 target.
26393
263942001-10-28 Mark Kettenis <kettenis@gnu.org>
26395
26396 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26397 that we catch the expected failure under Linux/x86.
26398
263992001-10-29 Orjan Friberg <orjanf@axis.com>
26400
26401 * gdb.base/setvar.exp: Escape curly braces.
26402 * gdb.stabs/weird.exp: Ditto.
26403
264042001-10-27 Daniel Jacobowitz <drow@mvista.com>
26405
26406 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26407 * gdm.mi/mi0-hack-cli.exp: Likewise.
26408
264092001-10-25 Andrew Cagney <ac131313@redhat.com>
26410
26411 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26412 messages.
26413
264142001-10-21 Andrew Cagney <ac131313@redhat.com>
26415
26416 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26417 checking MI enabled.
26418
264192001-10-09 Corinna Vinschen <vinschen@redhat.com>
26420
26421 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26422
264232001-10-04 Frank Ch. Eigler <fche@redhat.com>
26424
26425 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26426 if gdb child process crashes, just signal an error.
26427
264282001-10-02 Jim Blandy <jimb@redhat.com>
26429
26430 * lib/gdb.exp (test_xfail_format): Simplify.
26431
26432 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26433 front of the variable name `format'. Simplify `if'.
26434
264352001-10-01 Daniel Jacobowitz <drow@mvista.com>
26436
26437 * gdb.threads/pthreads.exp: Wait for output and delay
26438 before sending ^C.
26439
264402001-10-01 Daniel Jacobowitz <drow@mvista.com>
26441
26442 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26443 some incorrect output instead of timing out.
26444 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26445
264462001-09-28 Corinna Vinschen <vinschen@redhat.com>
26447
26448 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26449 check to allow additional `int'.
26450
264512001-09-27 Daniel Jacobowitz <drow@mvista.com>
26452
26453 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26454 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26455
264562001-09-27 Michael Snyder <msnyder@redhat.com>
26457
26458 * lib/gdb.exp (test_debug_format): New proc.
26459 (setup_xfail_format): Use new proc test_debug_format.
26460 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26461 proc; use new service proc test_debug_format.
26462 Replace all other "gcc_compiled" tests with this test.
26463 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26464 proc; use new service proc test_debug_format.
26465 Replace all other "gcc_compiled" tests with this test.
26466
264672001-09-27 Michael Snyder <msnyder@redhat.com>
26468
26469 * gdb.base/cvexpr.exp: New file.
26470 * gdb.base/cvexpr.c: New file
26471 Test for expressions using const and volatile keywords.
26472
264732001-09-26 Corinna Vinschen <vinschen@redhat.com>
26474
26475 * gdb.base/constvars.exp: Check for different orders of keywords
26476 and additional "int" strings in output.
26477
264782001-09-22 Andrew Cagney <ac131313@redhat.com>
26479
26480 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26481 responses from "help maint".
26482
264832001-09-19 Frank Ch. Eigler <fche@redhat.com>
26484
26485 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26486 to localhost:NNN instead of :NNN, in case Xvfb is listening
26487 only on TCP.
26488
264892001-09-19 Corinna Vinschen <vinschen@redhat.com>
26490
26491 * gdb.base/recurse.exp: When checking leaving the watchpoint
26492 scope, recognize when gdb is in function's epilogue and pass.
26493
264942001-09-18 Keith Seitz <keiths@redhat.com>
26495
26496 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26497 support for running tests against sid targets.
26498 (gdbtk_done): Ditto.
26499
265002001-09-18 Corinna Vinschen <vinschen@redhat.com>
26501
26502 * gdb.base/ending-run.c (main): Set stdout buffersize
26503 to the same reasonable value for any target.
26504 * gdb.base/ending-run.exp: Add a regular expression
26505 to make testsuite happy on Sanyo Stormy16 target.
26506
265072001-09-17 Corinna Vinschen <vinschen@redhat.com>
26508
26509 * gdb.base/display.c (do_loops): Add float variable `f'.
26510 Increment f in loop.
26511 * gdb.base/display.exp: Increment timeout by 60 seconds.
26512 Change float display test to use variable `f'.
26513
265142001-09-17 Jim Blandy <jimb@redhat.com>
26515
26516 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26517 overflowing the limited breakpoint tables on some ROM monitors
26518 (like the ROM68K).
26519
265202001-09-15 Frank Ch. Eigler <fche@redhat.com>
26521
26522 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26523 the "-ac" (disable access control) flag.
26524
265252001-08-30 Jeff Holcomb <jeffh@redhat.com>
26526
26527 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26528 ints.
26529
265302001-08-30 Keith Seitz <keiths@redhat.com>
26531
26532 * lib/gdb.exp: Move all insight-related functionality into
26533 separate file.
26534 * lib/insight-support.exp: New file.
26535
265362001-08-29 Frank Ch. Eigler <fche@redhat.com>
26537
26538 * config/sid.exp (sid_start): Never set sid verbosity; disable
26539 expect_background {} that consumed its stdout; tolerate </dev/null.
26540 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26541
265422001-08-18 Andrew Cagney <ac131313@redhat.com>
26543
26544 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26545 CLI jump command to start it.
26546 (mi_run_to_main): Fail immediatly when unexpected output.
26547
265482001-08-18 Andrew Cagney <ac131313@redhat.com>
26549
26550 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26551 beginning of function. Fix PR gdb/191.
26552
265532001-08-16 Frank Ch. Eigler <fche@redhat.com>
26554
26555 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26556 what to force sid endianness to.
26557
265582001-08-15 Keith Seitz <keiths@redhat.com>
26559
26560 * lib/gdb.exp (gdbtk_start): Don't set environment
26561 variables for TCL_LIBRARY and friends. Insight will
26562 now figure these out for itself.
26563
265642001-08-02 Michael Snyder <msnyder@redhat.com>
26565
26566 * gdb.base/completion.exp: Remove the symbol "a64l" from
26567 the expect string; this is target-specific, and not related
26568 to what is being tested.
26569
265702001-08-02 Dave Brolley <brolley@redhat.com>
26571
26572 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26573
265742001-07-25 Michael Snyder <msnyder@redhat.com>
26575
26576 * gdb.base/consecutive.exp: New file. Test stepping over
26577 breakpoints on consecutive instructions.
26578 * gdb.base/consecutive.c: New file.
26579
26580 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26581 curly braces in regular expressions.
26582
265832001-07-25 Michael Snyder <msnyder@redhat.com>
26584
26585 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26586 legitimate output from stepping out of main.
26587
265882001-07-22 Keith Seitz <keiths@redhat.com>
26589
26590 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26591 the empty string, do not run the tests.
26592
265932001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26594
26595 * gdb.base/long_long.exp: Detect size of pointer. Take into
26596 account 2-byte pointers when testing for p/a results.
26597
265982001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26599
26600 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26601 and defined to 1K for m68hc11.
26602 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26603 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26604 (sizeof_random_data): New variable to tell the size of the data table;
26605 don't test past this size; always run to main.
26606
266072001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26608
26609 * gdb.base/return2.exp: return of long long and double fails for
26610 68HC11; don't execute these tests on that platform.
26611 * gdb.base/return.exp: Return of a double fails for 68hc11.
26612
266132001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26614
26615 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26616 tests that print a float.
26617 * call-rt-st.exp: Likewise.
26618
266192001-07-12 Mark Kettenis <kettenis@gnu.org>
26620
26621 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26622 running this test on Linux.
26623
266242001-06-24 Michael Chastain <chastain@redhat.com>
26625
26626 * gdb.base/arithmet.exp: Remove some tests to make all test names
26627 unique.
26628
266292001-07-03 Michael Snyder <msnyder@redhat.com>
26630
26631 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26632 the output of the ptype command.
26633
266342001-07-02 Michael Snyder <msnyder@redhat.com>
26635
26636 * gdb.base/completion.exp: Don't assume that break.c is the only
26637 source file that may contain functions named "marker".
26638 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26639
266402001-06-28 Andrew Cagney <ac131313@redhat.com>
26641
26642 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26643 of files to delete.
26644
26645 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26646 * gdb.disasm/h8300s.exp: New file.
26647 gdb.disasm/h8300s.s: Likewise.
26648
266492001-06-27 Andrew Cagney <ac131313@redhat.com>
26650
26651 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26652 empty breakpoint tables.
26653
266542001-06-25 Andrew Cagney <ac131313@redhat.com>
26655
26656 * lib/mi-support.exp: Update args=... part of stop-reason
26657 patterns. Accept either a list or a tuple.
26658
266592001-06-23 Andrew Cagney <ac131313@redhat.com>
26660
26661 * lib/mi-support.exp: Remove local emacs variable defining
26662 change-log-default-name.
26663
266642001-06-22 Michael Chastain <chastain@redhat.com>
26665
26666 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26667 This is operationally compatible with the previous version.
26668
266692001-06-13 Jim Blandy <jimb@redhat.com>
26670
26671 * lib/gdb.exp (gdb_test): Doc fix.
26672
266732001-06-10 Michael Chastain <chastain@redhat.com>
26674
26675 * gdb.base/exprs.exp: Remove a duplicate test.
26676
266772001-06-06 Jim Blandy <jimb@redhat.com>
26678
26679 * gdb.base/return2.exp (main): Use values to test float and double
26680 returns that are not NaN's, to avoid being confused by IEEE
26681 comparison rules.
26682
266832001-06-04 Michael Snyder <msnyder@redhat.com>
26684
26685 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26686 non-zero if control_c fails. Terminate the test on failure,
26687 rather than wait for 12 more tests to time out.
26688
266892001-06-06 Jim Blandy <jimb@redhat.com>
26690
26691 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26692 Don't forget to match the GDB prompt.
26693
26694 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26695
266962001-06-04 Jim Blandy <jimb@redhat.com>
26697
26698 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26699 command.
26700
267012001-05-31 Kevin Buettner <kevinb@redhat.com>
26702
26703 * gdb.base/annota1.exp (info break): Match four or more spaces
26704 after "Address".
26705
267062001-05-31 Michael Chastain <chastain@redhat.com>
26707
26708 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26709 (dm_type_int_star): Likewise.
26710 (dm_type_long_star): Likewise.
26711 (dm_type_void_star): Likewise.
26712
267132001-05-29 Kevin Buettner <kevinb@redhat.com>
26714
26715 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26716 to a known value in order to get consistent results regardless
26717 of the setting of INPUTRC or the presence or contents of .inputrc.
26718
267192001-05-24 Michael Snyder <msnyder@redhat.com>
26720
26721 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26722 Don't require that the main thread and the manager thread are the
26723 first in the list.
26724
26725 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26726 debugging. If test fails, issue an "unsupported" not a "fail".
26727
267282001-05-24 Jim Blandy <jimb@redhat.com>
26729
26730 Don't assume that short is shorter than int.
26731 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26732 assume that shorts are smaller than ints. On a 16-bit machine,
26733 this isn't true.
26734 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26735 an int, is not equal to ~0 stored in an unsigned char. This tests
26736 the same thing that the previous test meant to, but works on
26737 16-bit machines, too.
26738 ("print unsigned char != (~0)"): Same test, complemented.
26739
267402001-05-24 Michael Snyder <msnyder@redhat.com>
26741
26742 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26743 test for (full_coverage == 0). This makes the test run faster,
26744 and prevents dejagnu getting out of step.
26745
267462001-05-23 Kevin Buettner <kevinb@redhat.com>
26747
26748 * gdb.base/finish.exp (finish_void): Revise pattern for
26749 stopping on the call statement to not permit stopping at
26750 the start of the instructions comprising the call sequence.
26751
267522001-05-19 Michael Chastain <chastain@redhat.com>
26753
26754 * gdb.base/callfuncs.exp: Make all test names unique.
26755 * gdb.base/commands.exp: Make all test names unique.
26756 * gdb.base/condbreak.exp: Make all test names unique.
26757 * gdb.base/dbx.exp: Make all test names unique.
26758 * gdb.base/default.exp: Make all test names unique.
26759 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26760 and TIMEOUT messages to their corresponding PASS message.
26761 * gdb.base/ending-run.exp: Make all test names unique.
26762 * gdb.base/long_long.exp: Remove duplicate test.
26763
267642001-05-21 Kevin Buettner <kevinb@redhat.com>
26765
26766 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26767 stop on the call statement as well as the statement after the
26768 call.
26769
267702001-05-21 Michael Snyder <msnyder@redhat.com>
26771
26772 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26773
267742001-05-10 Elena Zannoni <ezannoni@redhat.com>
26775
26776 * gdb.base/completion.exp: Revamp test. Make it execute on all
26777 platforms.
26778
267792001-05-10 Elena Zannoni <ezannoni@redhat.com>
26780
26781 * config/gdbserver.exp (gdb_load): Handle the case
26782 in which the arguments to gdbserver are given in the
26783 baseboard configuration file.
26784 Also handle the case in which the server needs to do a
26785 load.
26786
267872001-05-07 Keith Seitz <keiths@cygnus.com>
26788
26789 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26790 set up the display for testing.
26791 (gdbtk_start): Convert all paths to paths that tcl will like.
26792 Export target information to environment.
26793 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26794 necessary.
26795 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26796 (to_tcl_path): New proc to convert a given pathname into
26797 a path acceptible as an argument to a tcl command.
26798 (_gdbtk_export_target_info): New proc to export target info
26799 into the environment for gdbtk testing.
26800 (gdbtk_done): New proc to signal end-of-test.
26801
268022001-05-06 Jim Blandy <jimb@redhat.com>
26803
26804 * restore.c: Make the code of caller0 correspond to its comment.
26805
268062001-05-03 Michael Snyder <msnyder@redhat.com>
26807
26808 * config/sid.exp (gdb_target_sid): Check for error messages.
26809 On error or timeout, don't make expect exit (which will terminate
26810 all subsequent tests); instead just make gdb exit.
26811 (gdb_load): Check for error messages. On error or timeout,
26812 return a negative value.
26813
268142001-04-24 Jim Blandy <jimb@redhat.com>
26815
26816 * gdb.c++/templates.exp: If we see the prompt for the overload
26817 list, but we haven't recognized any of the longer patterns,
26818 arrange for this test to fail, not hang.
26819
26820 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26821 variations.
26822
268232001-04-22 Michael Chastain <chastain@redhat.com>
26824
26825 * gdb.c++/local.exp: Use the 'runto' library function.
26826 * gdb.c++/namespace.exp: Likewise.
26827 * gdb.c++/overload.exp: Likewise.
26828
268292001-03-26 Kevin Buettner <kevinb@redhat.com>
26830
26831 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26832 * gdb.base/step-line.exp: New file. Test step/next in presence of
26833 #line directives.
26834 * gdb.base/step-line.c: New file. Test program for the above.
26835 * gdb.base/step-line.inp: New file. We pretend that this file has
26836 been transformed by some other tool into step-line.c.
26837
268382001-03-21 Jim Blandy <jimb@redhat.com>
26839
26840 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26841 unmangled operator names.
26842
268432001-03-20 Jim Blandy <jimb@redhat.com>
26844
26845 * gdb.threads/linux-dp.exp: Recognize an additional message
26846 generated by GDB when it doesn't understand how to debug threads
26847 on the target system.
26848
268492001-03-19 Andrew Cagney <ac131313@redhat.com>
26850
26851 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26852
268532001-03-12 Michael Chastain <chastain@redhat.com>
26854
26855 * gdb.c++/derivation.exp: Use the 'runto' library function.
26856
268572001-03-12 Michael Chastain <chastain@redhat.com>
26858
26859 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26860
268612001-02-24 Michael Chastain <chastain@redhat.com>
26862
26863 * gdb.c++/ref-types.exp: Change handwritten code to library
26864 function 'runto'.
26865
268662001-03-16 Orjan Friberg <orjanf@axis.com>
26867
26868 * gdb.base/signals.exp: Set count to 0 explicitly.
26869
268702001-03-15 Mark Salter <msalter@redhat.com>
26871
26872 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26873 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26874 (gdb_load): Add support for additional target_info: gdb_download_size
26875 and gdb_load_timeout.
26876
26877Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26878
26879 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26880 file -- to prevent failing when the compile fails but we have no
26881 intention of running the tests anyway.
26882
26883 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26884 tests if set.
26885
26886 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26887 integers.
26888
26889 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26890 * gdb.c++/namespace.exp: Ditto.
26891
268922001-03-07 Orjan Friberg <orjanf@axis.com>
26893
26894 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26895 * gdb.base/pointers.exp: Relax pattern match of decimals.
26896
268972001-03-06 Kevin Buettner <kevinb@redhat.com>
26898
26899 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26900 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26901 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26902 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26903 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26904 config/sh.exp, config/sid.exp, config/slite.exp,
26905 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26906 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26907 config/vxworks.exp, config/vxworks29k.exp,
26908 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26909 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26910 gdb.base/arithmet.exp, gdb.base/assign.exp,
26911 gdb.base/async.exp, gdb.base/attach.exp,
26912 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26913 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26914 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26915 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26916 gdb.base/commands.exp, gdb.base/completion.exp,
26917 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26918 gdb.base/constvars.exp, gdb.base/corefile.exp,
26919 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26920 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26921 gdb.base/ending-run.exp, gdb.base/environ.exp,
26922 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26923 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26924 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26925 gdb.base/funcargs.exp, gdb.base/help.exp,
26926 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26927 gdb.base/logical.exp, gdb.base/long_long.exp,
26928 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26929 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26930 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26931 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26932 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26933 gdb.base/regs.exp, gdb.base/relational.exp,
26934 gdb.base/remote.exp, gdb.base/reread.exp,
26935 gdb.base/restore.exp, gdb.base/return2.exp,
26936 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26937 gdb.base/selftest.exp, gdb.base/setshow.exp,
26938 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26939 gdb.base/sigall.exp, gdb.base/signals.exp,
26940 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26941 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26942 gdb.base/step-test.exp, gdb.base/structs.c,
26943 gdb.base/structs.exp, gdb.base/structs2.exp,
26944 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26945 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26946 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26947 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26948 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26949 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26950 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26951 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26952 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26953 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26954 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26955 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26956 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26957 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26958 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26959 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26960 gdb.trace/circ.exp, gdb.trace/collection.exp,
26961 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26962 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26963 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26964 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26965 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26966 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26967 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26968 notices.
26969
269702001-02-27 Michael Snyder <msnyder@cygnus.com>
26971
26972 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26973 first arg is int not float.
26974
269752001-02-22 Michael Snyder <msnyder@cygnus.com>
26976
26977 * gdb.base/reread.exp: Unsupported for non-native targets;
26978 doesn't work for remote debugging.
26979
269802001-02-19 Fernando Nasser <fnasser@redhat.com>
26981
26982 From Drew Moseley <dmoseley@redhat.com>
26983 * gdb.base/ending-run.exp: Properly handle the BSP state when
26984 stepping past the end of main.
26985
269862001-02-19 John Moore <jmoore@redhat.com>
26987
26988 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26989 Converted HPUX fix for non-expected items following multiple
26990 step commands into general solution for all platforms.
26991
269922001-02-18 Michael Chastain <chastain@redhat.com>
26993
26994 * gdb.c++/classes.exp (do_tests): Change runto statements
26995 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26996 statements demangler agnostic.
26997 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26998 (gdb_virtfunc_restart): Likewise.
26999
270002001-02-14 Michael Chastain <chastain@redhat.com>
27001
27002 * gdb.c++/inherit.exp (do_tests): Change runto statements
27003 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27004 statements demangler agnostic.
27005
27006Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
27007
27008 * gdb.threads/pthreads.exp: Unify pass/fail messages for
27009 ``continue to bkpt at common_routine in thread 2'' and ``stopped
27010 before calling common_routine 15 times'' tests.
27011
270122001-02-11 Michael Chastain <chastain@redhat.com>
27013
27014 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
27015 Helps the test script figure out which demangler is in use.
27016 (dm_type_foo_ref): Ditto.
27017 (dm_type_int_star): Ditto.
27018 (dm_type_long_star): Ditto.
27019 (dm_type_unsigned_int): Ditto.
27020 (dm_type_void): Ditto.
27021 (dm_type_void_star): Ditto.
27022 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
27023 Probe the gdb demangler and set variables to accommodate
27024 formatting differences.
27025 (info_func_regexp): New function. Same as info_func, but
27026 matches against a regexp.
27027 (info_func): Match against a literal string.
27028 (print_addr_2): New function. Match against a literal string,
27029 which can be different from the input to gdb.
27030 (print_addr): Simply call print_addr_2 with the same argument twice.
27031 (test_lookup_operator_functions): Use demangler formatting variables.
27032 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
27033 the tests in the same order as the C++ class declaration.
27034 (test_paddr_operator_functions): Ditto.
27035 (test_paddr_overloaded_functions): Ditto.
27036 (test_paddr_hairy_functions): Use demangler formatting variables.
27037 Add reference to gdb/19 for related tests.
27038 (do_tests): Call probe_demangler.
27039
270402001-01-30 Kevin Buettner <kevinb@redhat.com>
27041
27042 * gdb.c++/templates.cc (printf): Remove unused function definition.
27043
270442001-01-26 Felix Lee <flee@redhat.com>
27045
27046 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27047
270482001-01-25 matthew green <mrg@redhat.com>
27049
27050 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
27051 up sid.
27052 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27053
270542001-01-25 matthew green <mrg@redhat.com>
27055
27056 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
27057 Deprecate $sid_spawn_id.
27058 (sid_exit): Remove code necessary only for `spawn.'
27059
270602001-01-25 matthew green <mrg@redhat.com>
27061
27062 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27063
270642001-01-28 Michael Chastain <chastain@redhat.com>
27065
27066 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27067 to call when tests fail. It takes gdb out of the overloaded
27068 function choice menu back to the main prompt, so that the test
27069 program stays synchronized.
27070 (set_bp_overloaded): New proc to collect all the common
27071 code for setting a breakpoint on an overloaded name. Calls
27072 take_gdb_out_of_choice_menu when needed.
27073 (menu_overload1arg): New variable to collect the repeated
27074 instances of the expected menu for an overloaded name. Change
27075 the regular expression to handle changes in g++ type encoding:
27076 "void" can be either "void" or "", and "unsigned int" can be
27077 either "unsigned int" or "unsigned".
27078 (continue_to_bp_overloaded): Change regular expressions to handle
27079 changes in g++ type encoding.
27080 (no proc): Call take_gdb_out_of_choice_menu when needed.
27081 Remove redundant calls to "info break". Accept either "canceled"
27082 or "cancelled". Change regular expressions in "info break"
27083 calls to handle changes in g++ type encoding. Give all tests
27084 unique strings.
27085
270862001-01-17 Ben Elliston <bje@redhat.com>
27087
27088 * config/sid.exp: New file.
27089
27090Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27091
27092 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27093
270942000-12-21 Michael Snyder <msnyder@cygnus.com>
27095
27096 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27097 Add a RE to accept a non-ascii char if one is ever presented.
27098
270992000-12-20 Fernando Nasser <fnasser@redhat.com>
27100
27101 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
27102
271032000-12-18 Michael Snyder <msnyder@cygnus.com>
27104
27105 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
27106 in regexp. One '\' does not suffice on Linux.
27107
271082000-12-09 Michael Chastain <chastain@redhat.com>
27109
27110 * gdb.base/break.exp (test_clear_command): Use a marker function
27111 rather than 'main' for the test function. Also move this
27112 test to an execution point where the marker function names are
27113 guaranteed to be bound to functions. (Executing tests after a
27114 'finish' from main runs into name conflicts with local names
27115 in __libc_start_main).
27116
271172000-12-07 Michael Snyder <msnyder@cygnus.com>
27118
27119 * gdb.base/finish.exp: New test for gdb's "finish" command.
27120 * gdb.base/return2.exp: New test for gdb's "return" command.
27121 * gdb.base/return2.c: New source file for above.
27122
271232000-12-05 Michael Snyder <msnyder@cygnus.com>
27124
27125 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27126 * gdb.base/miscexprs.exp: Ditto.
27127 * gdb.base/pointers.exp: Ditto.
27128 * gdb.c++/derivation.exp: Ditto.
27129 * gdb.c++/local.exp: Ditto.
27130 * gdb.c++/namespace.exp: Ditto.
27131 * gdb.c++/overload.exp: Ditto.
27132 * gdb.c++/ref-types.exp: Ditto.
27133
271342000-12-05 Michael Snyder <msnyder@cygnus.com>
27135
27136 * gdb.base/constvars.exp: Test result of "up" command.
27137 * gdb.base/miscexprs.exp: Ditto.
27138 * gdb.base/pointers.exp: Ditto.
27139 * gdb.base/scope.exp: Ditto.
27140 * gdb.c++/derivation.exp: Ditto.
27141 * gdb.c++/local.exp: Ditto.
27142 * gdb.c++/namespace.exp: Ditto.
27143 * gdb.c++/overload.exp: Ditto.
27144 * gdb.c++/ref-types.exp: Ditto.
27145
271462000-11-22 Michael Chastain <chastain@redhat.com>
27147
27148 * mips_pro.exp: Accept either "middle -> top -> main" or
27149 "middle -> main" in the backtrace, because gcc can optimize
27150 tail calls to jumps. Remove setup_xfail for the hppa case.
27151 Add a comment with the original warning messages from PR 3016,
27152 which was filed in 1993, to preserve them for posterity.
27153
271542000-11-17 Nick Duffek <nsd@redhat.com>
27155
27156 * lib/gdb.exp (gdb_test): Override timeout with board info.
27157
271582000-11-17 Nick Duffek <nsd@redhat.com>
27159
27160 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27161 the second kill and detach messages.
27162
271632000-11-17 Nick Duffek <nsd@redhat.com>
27164
27165 * configure.in: Add AC_EXEEXT.
27166 * configure: Regenerate.
27167 * Makefile.in (just-check): Export EXEEXT.
27168 * lib/gdb.exp ($EXEEXT): Import from environment.
27169 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27170 expect "maint dump-me" on Cygwin.
27171 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27172 $EXEEXT.
27173
271742000-11-17 Nick Duffek <nsd@redhat.com>
27175
27176 * gdb.base/break.exp: Test backtrace and finish from called
27177 function on all platforms, not just HP-UX.
27178
271792000-11-03 Michael Snyder <msnyder@cygnus.com>
27180
27181 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27182 code from gdb_target_monitor, so it can be used independantly
27183 for gdbserver. Also comment out an unnecessary PUTS.
27184
271852000-11-03 Michael Snyder <msnyder@cygnus.com>
27186
27187 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27188 * gdb.base/corefile.exp: Expect the message "Program is being
27189 debugged already" when we send the "corefile" command, since
27190 the preceeding gdb_load may have connected gdb to a remote target.
27191 * gdb.base/display.exp: Disable hardware watchpoints if new
27192 board info variable "no_hardware_watchpoints" is true.
27193 Replace single-letter commands with more readable ones.
27194 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27195 if new board info variable "no_hardware_watchpoints" is true.
27196 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27197 to see if stdio (printf) testing is possible.
27198 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27199 board info variable "no_hardware_watchpoints" is true. Use new
27200 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27201
272022000-11-13 Fernando Nasser <fnasser@redhat.com>
27203
27204 From Orjan Friberg <orjanf@axis.com>:
27205 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27206 in array print pattern match.
27207
272082000-11-09 Fernando Nasser <fnasser@redhat.com>
27209
27210 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27211 spelling "cancelled" to U.S. spelling "canceled" to match changes
27212 made to gdb.
27213 * gdb.c++/ovldbreak.exp: Ditto.
27214
272152000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27216
27217 * gdb.base/callfuncs.c (main): Moved to end of file, call
27218 t_double_values to initialize the FPU before inferior calls are made.
27219 * gdb.base/callfuncs.exp: Test for register preservation after calling
27220 inferior functions. Add tests for continuining, finishing and
27221 returning from a stop in a call dummy.
27222
272232000-10-24 Michael Snyder <msnyder@cygnus.com>
27224
27225 * gdb.base/commands.exp: Break up long lines, and re-indent.
27226
272272000-10-19 Michael Snyder <msnyder@cygnus.com>
27228
27229 * config/gdbserver.exp: Rewritten from the ground up, to make it
27230 compatible with the current dejagnu tree, and to make it work with
27231 the new "gdbserver" in libremote.
27232
272332000-10-16 Michael Snyder <msnyder@cygnus.com>
27234
27235 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27236 * gdb.base/varargs.exp: Skip entire test if no printf support.
27237 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27238 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27239
272402000-10-13 Michael Snyder <msnyder@cygnus.com>
27241
27242 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27243 no floating point support.
27244 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27245 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27246 * gdb.base/call-rt-st.exp: Ditto.
27247 * gdb.base/call-strs.exp: Ditto.
27248
272492000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27250
27251 * gdb.base/sizeof.c: include <stdio.h>.
27252
27253 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27254 'finish', otherwise uncaptured gdb_prompt would potentially
27255 throw remaining test points out of sync.
27256
272572000-07-26 Scott Bambrough <scottb@netwinder.org>
27258
27259 * gdb.base/recurse.exp: Run tests for all targets.
27260 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27261 gnu-oldld case on ARM.
27262 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27263 for ARM targets.
27264
27265Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27266
27267 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27268 * gdb.java/configure: Rebuild.
27269
27270Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27271
27272 * gdb.java/jv-exp.exp: New file.
27273
27274Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27275
27276 * configure: Rebuilt.
27277 * configure.in (configdirs): Add gdb.java.
27278 * gdb.java/jmisc.java: New file.
27279 * gdb.java/jmisc.exp: New file.
27280 * gdb.java/Makefile.in: New file.
27281 * gdb.java/configure: Rebuilt.
27282 * gdb.java/configure.in: New file.
27283 * lib/java.exp: New file.
27284
27285Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27286
27287 * gdb.base/exprs.exp: Test casts to a pointer including over and
27288 underflow.
27289
27290Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27291
27292 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27293 and the compilers sizes.
27294
272952000-07-09 Nick Duffek <nsd@redhat.com>
27296
27297 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27298 (use_methods): New function.
27299 (main): Call use_methods().
27300 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27301 (do_tests): Call test_method_param_class.
27302
273032000-07-09 Nick Duffek <nsd@redhat.com>
27304
27305 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27306 spelling.
27307 (test_enums): New procedure. Move enum tests from end of script
27308 to here. Set breakpoint on function name instead of line number.
27309 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27310 (enums2): New marker function.
27311 (enums1): New function.
27312 (main): Call enums1(). Move enum tests to enums1().
27313
27314Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27315
27316 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27317 compile/link program. Update line numbers.
27318 * gdb.asm/d10v.inc: Define ``startup''.
27319 * gdb.asm/asmsrc1.s: Add definition of _start.
27320
27321Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27322
27323 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27324
273252000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27326
27327 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27328 of 'help maint print' command.
27329
27330Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27331
27332 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27333 they use gdb_expect_list.
27334
27335Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27336
27337 * gdb.base/commands.exp: Use ``set remote
27338 memory-read-packet-size'' instead of ``set endian big'' to test
27339 long commands.
27340
273412000-06-03 Daniel Berlin <dan@cgsoftware.com>
27342
27343 * gdb.c++/templates.exp (do_tests): Make all of these work under
27344 g++, and stop skipping them.
27345
27346 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27347 work under g++.
27348
27349 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27350 initialization.
27351
273522000-06-02 Michael Snyder <msnyder@cygnus.com>
27353
27354 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27355 the regular expression: accept an (almost) arbitrary sequence of
27356 "frames-invalid" and "breakpoints-invalid" messages both before
27357 and after the "starting" message.
27358
273592000-06-02 Michael Snyder <msnyder@cygnus.com>
27360
27361 * gdb.c++/local.exp: This test has never been known to work with g++.
27362
273632000-05-18 Michael Snyder <msnyder@cygnus.com>
27364
27365 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27366 Relax the regular expression a little, make it pass on Solaris 8.
27367
273682000-05-12 Kevin Buettner <kevinb@redhat.com>
27369
27370 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27371 a call, do not require that gdb stop on the line after the call.
27372 Instead, it is permissible for gdb to stop on the line of the
27373 call itself.
27374
273752000-05-12 Michael Snyder <msnyder@.cygnus.com>
27376
27377 * gdb.base/break.exp (bp on small function, optimized file):
27378 Add a second pass pattern. The behavior differs here between stabs
27379 and dwarf for one-line functions. Stabs preserves two line symbols
27380 (one before the prologue and one after) with the same line number,
27381 but dwarf regards these as duplicates and discards one of them.
27382 Therefore the address after the prologue (where the breakpoint is)
27383 has no exactly matching line symbol, and GDB reports the breakpoint
27384 as if it were in the middle of a line rather than at the beginning.
27385
273862000-05-08 Michael Snyder <msnyder@cygnus.com>
27387
27388 * gdb.base/interrupt.exp: Make "pass" message say "send"
27389 rather than "send_gdb" (for consistancy).
27390
27391Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27392
27393 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27394 * gdb.c++/templates.cc: Properly check for GCC version number.
27395 * lib/compiler.cc: Likewise
27396
273972000-04-28 Michael Snyder <msnyder@cygnus.com>
27398
27399 * gdb.base/break.exp: When compiled with -O2 optimization,
27400 gdb may not stop at the first line of main, due to code motion.
27401
274022000-04-26 Michael Snyder <msnyder@cygnus.com>
27403
27404 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27405 This test depends on parsing the printf output from the target.
27406 Since the sparclet stub doesn't do stdio, this will never work.
27407 * gdb.base/call-rt-st.exp: ditto.
27408 * gdb.base/call-strs: ditto.
27409
274102000-04-24 Michael Snyder <msnyder@cygnus.com>
27411
27412 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27413
27414 * gdb.base/ending-run.exp: After connecting to a remote target,
27415 but before running, the target will appear to be in a random
27416 location. Specify both a file and a line for breakpoints.
27417 Also, the function that calls main may be called 'init'
27418 rather than 'start'.
27419
274202000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27421
27422 * gdb.base/help.exp: Update output for add-symbol-file command.
27423
274242000-04-10 Fernando Nasser <fnasser@cygnus.com>
27425
27426 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27427 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27428
274292000-04-07 J.T. Conklin <jtc@redback.com>
27430
27431 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27432
27433 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27434
27435Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27436
27437 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27438 values that can be represented exactly.
27439 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27440 above change, and to not check against the directory part of the source
27441 file name.
27442 (step into print_long_arg_list): Likewise.
27443 (print print_small_structs from print_long_arg_list): Likewise.
27444 (print print_long_arg_list): Likewise.
27445
274462000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27447
27448 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27449
27450Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27451
27452 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27453
274542000-03-25 Daniel Berlin <dan@cgsoftware.com>
27455
27456 * gdb.base/commands.exp (deprecated_command_test): Add test for
27457 deprecate with no arguments.
27458
274592000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27460
27461 * gdb.base/break.exp: Add new test for setting breakpoints on
27462 optimized code so we can test breakpoints work even when function
27463 prologues may be optimized away
27464
274652000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27466
27467 From David Whedon <dwhedon@gordian.com>
27468 * gdb.base/commands.exp : Added command deprecator tests.
27469
274702000-03-22 Daniel Berlin <dan@cgsoftware.com>
27471
27472 * gdb.base/help.exp: Added test for new apropos command.
27473
274742000-03-21 Kevin Buettner <kevinb@redhat.com>
27475
27476 * gdb.base/pointers.c (usevar): New function.
27477 (main): Make sure that global variables v_int_pointer2, rptr,
27478 and y are all referenced someplace in the program by calling
27479 usevar() on them. [Some linkers delete symbols which are
27480 never referenced. The space remains, but there's no way to
27481 get a (symbolic) handle on the variable from the debugger.]
27482
274832000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27484
27485 * gdb.base/printcmds.c: Add typedeffed arrays.
27486
27487 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27488 procedure to test arrays that are typedef'd.
27489
274902000-03-13 James Ingham <jingham@leda.cygnus.com>
27491
27492 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27493 the library directories.
27494
27495Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27496
27497 * configure.in (configdirs): Add sub directory gdb.mi.
27498 * configure: Re-generate.
27499
27500 * gdb.mi: New directory.
27501
275022000-02-25 Scott Bambrough <scottb@netwinder.org>
27503
27504 * gdb.base/long_long.exp: Correct test suite failure when printing
27505 a long long value as a double on ARM platforms.
27506
275072000-02-16 Jim Blandy <jimb@redhat.com>
27508
27509 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27510 default source file is set properly before running this test.
27511
275122000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27513
27514 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27515 gdbtk/library directory, not in gdbtcl2.
27516
275172000-02-04 Jim Blandy <jimb@redhat.com>
27518
27519 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27520 backslash from regexp pattern.
27521
27522 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27523 procedure. Use it to run all the "continue to bp overloaded"
27524 tests. Note that this changes the names of the tests slightly.
27525 If the breakpoint hit message includes a hex PC value, because
27526 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27527 from the real source code, still consider that a pass.
27528
27529 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27530 XFAIL here if the breakpoint message contains a hex address. Note
27531 similar change on 1999-11-02.
27532
27533 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27534
27535 * gdb.base/ptype.exp: Establish a default source file before
27536 calling get_debug_format.
27537
275382000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27539
27540 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27541
275422000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27543
27544 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27545 of successive stepi commands -- while in the prologue we should see
27546 the function entry bracket.
27547
275482000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27549
27550 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27551 reach __change_mode() when stepping through the end of main().
27552
275532000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27554
27555 * gdb.base/default.exp: Fix expected pattern.
27556 * gdb.base/help.exp: Same.
27557
275582000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27559
27560 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27561 Don't use xfail's because that affects only the following test.
27562
27563 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27564 solaris or linux.
27565
27566 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27567
275682000-01-07 Michael Snyder <msnyder@cygnus.com>
27569
27570 * gdb.base/display.exp: Some yacc parsers like to say
27571 "A syntax error" rather than "A parse error". Accept both.
27572
275732000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27574
27575 * gdb.base/default.exp: Remove OS dependent string from "target
27576 remote" test.
27577 * gdb.base/help.exp: Same for "help target remote" test.
27578
275792000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27580
27581 From Jim Kingdon <kingdon@redhat.com>:
27582
27583 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27584 prompt (cleanup rather than necessity, but still might keep output
27585 from spilling to next test).
27586
275872000-01-02 Fred Fish <fnf@cygnus.com>
27588
27589 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27590 AIX, which defines them in <sys/types.h>.
27591
275921999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27593
27594 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27595 float" test.
27596
275971999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27598
27599 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27600
27601 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27602 outermost frame disallowed".
27603
276041999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27605
27606 * gdb.base/setvar.exp: New tests for setting the value of a struct
27607 with a constant list.
27608
276091999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27610
27611 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27612 require the user to type a cast before setting the value of a struct.
27613
276141999-12-06 Jim Blandy <jimb@cygnus.com>
27615
27616 * gdb.base/default.exp: Expect the new 'info float' command on
27617 all i386 platforms.
27618
27619 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27620 LinuxThreads libraries that don't support debugging.
27621
27622Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27623
27624 * gdb.base/remote.c: Fill the buffer with truely random data.
27625 Change the buffer type to ``unsigned char'' to simplify size
27626 arithmetic.
27627
27628 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27629 stub only handles 400-1 byte packets. Verify that the download
27630 worked.
27631
276321999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27633
27634 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27635 tests, using UNRESOLVED for the untested cases. Also, does not wait
27636 for a timeout if the prompt was received before a recognizable pattern.
27637
276381999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27639
27640 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27641
276421999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27643
27644 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27645 watchpoints.
27646
276471999-11-24 Jason Merrill <jason@casey.cygnus.com>
27648
27649 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27650
27651 * gdb.c++/local.exp: Be more flexible in recognizing local class
27652 name mangling. Don't allow horribly truncated method names.
27653 * gdb.c++/derivation.exp: Expect protected inheritance.
27654 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27655 * gdb.c++/virtfunc.exp: Likewise.
27656 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27657 when printing a nested enum.
27658
276591999-11-22 Jim Blandy <jimb@cygnus.com>
27660
27661 * gdb.base/step-test.exp: Properly await GDB's response to setting
27662 a breakpoint on the call to large_struct_by_value.
27663
27664 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27665 just because we have debug info for the `start' function.
27666
276671999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27668
27669 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27670 "Unknown signal" messages, which indicate (on LinuxThreads) that
27671 GDB doesn't know how to debug threads on this system. This is
27672 better than hanging while philosopher 0 dumps chatter into gdb.log.
27673
276741999-11-18 Tom Tromey <tromey@cygnus.com>
27675
27676 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27677
276781999-11-18 Fred Fish <fnf@cygnus.com>
27679
27680 * gdb.base/coremaker2.c: Add sample program for generating
27681 cores that is more self contained than coremaker.c. Eventually
27682 I'll add more code to this and tie it into the testsuite.
27683
276841999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27685
27686 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27687
276881999-11-10 Jimmy Guo <guo@cup.hp.com>
27689
27690 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27691 from $srcdir/lib/.
27692 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27693 and gdb.c++/.
27694
27695 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27696
27697 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27698 'continue with watch' test point.
27699
277001999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27701
27702 Merged from p2linux-990323-branch:
27703
27704 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27705
27706Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27707
27708 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27709 {limit,fixed}''. Test ``set download-write-size''.
27710
27711Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27712
27713 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27714 gdb_expect_list.
27715
27716Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27717
27718 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27719
277201999-11-03 Mark Salter <msalter@cygnus.com>
27721
27722 * gdb.base/break.exp: Fix "stub continue" pattern.
27723
277241999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27725
27726 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27727
277281999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27729
27730 * gdb.base/display.exp ("finish"): Add timeout clause.
27731
27732 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27733 plain prompt clause, so this doesn't have to time out in order to
27734 fail.
27735
27736 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27737 breakpoint hit messages include an address.
27738
27739 * gdb.base/display.exp: Don't forget to escape parens in regular
27740 expressions. Unix regexp notatation sucks.
27741
277421999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27743
27744 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27745 order for 'signalled' message.
27746
277471999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27748
27749 From Jimmy Guo <guo@cup.hp.com>:
27750 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27751 * gdb.base/annota1.c: Add code for tests to work with.
27752
277531999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27754
27755 * gdb.base/remote.exp: New test for remote downloading settings.
27756 * gdb.base/remote.c: New file with large .data.
27757
277581999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27759
27760 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27761 for LinuxThreads support, merged from the Code Fusion branch.
27762
27763Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27764
27765 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27766 containing exp_continue into a while within an expect. Don't
27767 attempt a start more than three times. Check return value from
27768 gdb_load.
27769
27770Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27771
27772 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27773 a pass case.
27774
277751999-10-01 Kevin Buettner <kevinb@cygnus.com>
27776
27777 * gdb.base/break.c (main): Added a statement that we can step
27778 off of.
27779 * gdb.base/break.exp: Added tests for setting a breakpoint
27780 at an offset and stepping onto a breakpoint.
27781
277821999-10-01 Fred Fish <fnf@cygnus.com>
27783
27784 * gdb.base/help.exp (help add-symbol-file): Update to match current
27785 gdb output.
27786
277871999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27788
27789 * gdb.base/break.exp: Code locations are in hex, don't forget!
27790 (For HP-UX.)
27791
277921999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27793
27794 * condbreak.exp: Use break.c as test program.
27795 * condbreak.c: Remove, redundant with break.c.
27796
277971999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27798
27799 * config/monitor.exp (gdb_target_monitor): Disable X- and
27800 Z-packets if the target needs it.
27801
278021999-09-13 James Ingham <jingham@leda.cygnus.com>
27803
27804 * gdb.c++/overload.exp: Added tests for listing overloaded
27805 functions with function pointers in the arg, explicitly calling
27806 out the version you want.
27807
278081999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27809
27810 * long_long.exp: Add variations of test cases that work for
27811 targets with 16-bit ints and 32-bit doubles.
27812
278131999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27814
27815 * break.c (main): Compare a possibly-uninitialized argc with an
27816 unlikely value that fits in 16 bits.
27817
278181999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27819
27820 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27821 0xfeeb, don't want negative numbers if ints are 16 bits.
27822
27823 * lib/gdb.exp (skip_cplus_tests): New proc.
27824 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27825 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27826 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27827 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27828 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27829 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27830 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27831 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27832
27833 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27834
27835Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27836
27837 * gdb.base/corefile.exp (up): Allow a parameter to appear
27838 in the frame that we're going up to.
27839
27840 From Jim Blandy <jimb@cygnus.com>:
27841
27842 * gdb.base/default.exp (info float): Expect some output now.
27843
27844 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27845 returning floating-point values to fail on the x86.
27846 * gdb.base/callfwmall.exp (do_function_calls): Same.
27847
27848 * gdb.base/list.exp (test_listsize): Correct expectations for
27849 listing line 1 with listsize 2. Also, listing a single line
27850 works now, as does listing three lines. [Kevin's note: There
27851 were a number of other cases fixed too where the expectations
27852 differed...]
27853
278541999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27855
27856 * gdb.base/selftest.exp: Add case for when version prints as
27857 constant string instead of char pointer.
27858
278591999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27860
27861 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27862 stepping out of main.
27863
27864 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27865 G++ used.
27866
27867 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27868 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27869
27870 * gdb.c++/ovldbreak.exp: Update match string in test that
27871 includes a warning of multiple breakpoints.
27872
278731999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27874
27875 * gdb.base/display.exp: Improve precision of step-after-finish
27876 added yesterday.
27877
27878 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27879 test.
27880
27881 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27882 configs when using G++, not just hppa*.
27883
278841999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27885
27886 * gdb.base/async.c: New file.
27887 * gdb.base/async.exp: New file.
27888
27889Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27890
27891 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27892 PA64.
27893
27894Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27895
27896 * gdb.base/display.exp: "finish" can leave us mid-line on many
27897 targets, deal with it. Add a small constant to main, instead of
27898 1000 since main+1000 may not be a valid address in the target.
27899
27900 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27901 on hpux11.
27902
27903 * gdb.base/attach.exp: Handle another hpux11 error message variant
27904 when attaching to a process that does not exist.
27905
279061999-08-19 J.T. Conklin <jtc@redback.com>
27907
27908 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27909 characters in 'continue to 1241' test.
27910
279111999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27912
27913 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27914 stop in print_long_arg_list, define and use a whitespace
27915 variable in print_small_structs test, add an XFAIL for Solaris.
27916 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27917 interested enough to fix.
27918
279191999-08-13 Keith Seitz <keiths@cygnus.com>
27920
27921 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27922 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27923 proc knows about targets other than the natives.
27924 (test_assign): Use "gdb_run_cmd" to "run" the target.
27925 Check that we've actually hit the breakpoint at main.
27926 When we attempt to assign a value to a local variable, check
27927 that the variable is in the current scope, i.e., don't use
27928 a test with an empty result.
27929
27930Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27931
27932 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27933 command.
27934
279351999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27936
27937 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27938 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27939 gdb.compat, gdb.threads-hp.
27940 gdb.hp/configure, gdb.hp/configure.in: New files.
27941 gdb.hp/Makefile.in: Recurse into new subdirs.
27942 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27943 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27944 in object files.
27945 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27946
279471999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27948
27949 * gdb.base/display.exp: Help expect by putting a newline in the
27950 funky printf, remove a bogus p/a test.
27951
279521999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27953
27954 * gdb.base/display.exp: Make sure that when we say 'run', we are
27955 connected to the target. This is necessary when running not
27956 natively.
27957
279581999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27959
27960 * gdb.base/step-test.exp: Removed some extraneous messages.
27961
27962 * gdb.base/long_long.exp: Don't run memory examination tests
27963 on little-endian targets (they will need a different set of
27964 results to match).
27965
279661999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27967
27968 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27969 until somebody decides to fix GDB.
27970
27971 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27972 constant as "ULL".
27973 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27974 matches for a couple x/2 commands.
27975
279761999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27977
27978 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27979 by merging in ref-types2 tests.
27980 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27981
27982 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27983 * gdb.c++/Makefile.in: Add standard actions.
27984 (EXECUTABLES): Rename from PROGS, update list.
27985 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27986 from gdb.hp.
27987 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27988 foo and bar locals.
27989 * gdb.c++/anon-union.exp: Fix tests to match.
27990 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27991 expect matches to handle output variations.
27992 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27993 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27994 output, add HP alternatives for new and delete prints.
27995 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27996 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27997 * gdb.c++/demangle.exp: Use $style when reporting failure.
27998 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27999 * gdb.c++/inherit.exp: Run if HP compiler used, add some
28000 match alternatives.
28001 * gdb.c++/local.exp: Add match alternatives or xfails for HP
28002 compilers.
28003 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
28004 * gdb.c++/method.exp: Add match alternatives.
28005 * gdb.c++/misc.cc: Add bool types.
28006 * gdb.c++/misc.exp: Add tests for bool types.
28007 * gdb.c++/overload.exp: Add xfails.
28008 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
28009 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
28010 add some more template parameter tests (only for HP currently).
28011 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
28012 * gdb.c++/virtfunc.cc: Add return type and value for main.
28013 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
28014 match alternatives.
28015
280161999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28017
28018 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28019
280201999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
28021
28022 * gdb.base/signals.exp: Don't expect getting a backtrace from
28023 within a signal handler to fail on Linux.
28024
280251999-07-29 Stan Shebs <shebs@andros.cygnus.com>
28026
28027 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28028 * lib/gdb.exp: Remove some gratuitious semicolons.
28029 (delete_breakpoints): Increase timeout.
28030 (gdb_expect): Add -notransfer option.
28031 (gdb_test): Use -notransfer option.
28032 (get_compiler_info): Add f77 case.
28033 (get_compiler): New proc, split out from gdb_preprocess, add f77
28034 case.
28035 (gdb_preprocess): Call get_compiler.
28036
28037 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
28038 * gdb.base/attach.exp, gdb.base/display.exp,
28039 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
28040 gdb.base/long_long.exp, gdb.base/printcmds.exp,
28041 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
28042 third arg to gdb_test.
28043 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
28044 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
28045 HP-UX xfails, add others.
28046 * gdb.base/completion.exp: Reflect name change of self-test.
28047 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
28048 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
28049 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
28050 HP failure number.
28051 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
28052 useless HP-UX 10.30 references.
28053 * gdb.base/maint.exp: Loosen matches.
28054 * gdb.base/pointers.c (main): Declare more_code.
28055 * gdb.base/pointers.exp: Match on output of a `next'.
28056 * gdb.base/structs.c: Add prototypes.
28057 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28058 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28059
280601999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28061
28062 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
28063 command.
28064
280651999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28066
28067 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28068 Fix run to main failures. Watchpoint can be hardware watchpoint.
28069
28070 * gdb.base/annota1.exp: Clean up some more, in case printf has
28071 debug info. Deal with lack of signal hanlder info in stack.
28072
28073 From Jim Kingdon <kingdon@redhat.com>:
28074 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28075
280761999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28077
28078 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
28079 gdb.base/foll-vfork.exp: Don't run for crosses.
28080
28081Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28082
28083 * gdb.base/configure.in: Check for gdbvars.exp instead of
28084 a1-selftest.exp.
28085 * gdb.base/configure: Re-generate.
28086
280871999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28088
28089 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28090 in trying to run first and name is too long.
28091
28092 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28093 pointers2.c and pointers2.exp, respectively.
28094 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28095 doschk happier.
28096
280971999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28098
28099 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28100 callfuncs2.c and callfuncs2.exp.
28101
28102 * gdb.base/list.exp: Remove mistaken xfails.
28103 * gdb.base/list0.h: Add optional prototypes.
28104
28105Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28106
28107 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
28108 calling malloc.
28109 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28110 * ptype.exp: Move test for get_debug_format to before its first
28111 use.
28112
281131999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28114
28115 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28116 * gdb.base/annota2.cc, annota2.exp: Move from here.
28117 * gdb.c++/annota2.cc, annota2.exp: To here.
28118 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28119
28120Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28121
28122 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
28123 a consistent format.
28124
281251999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28126
28127 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28128 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28129 HP compilers, also set the globals $true and $false.
28130
28131 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
28132 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28133 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28134 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28135 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28136 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28137 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28138 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28139 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28140 whatis.c} Add C++ compatible function definitions and return
28141 types, add includes for library functions.
28142 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28143 * gdb.base/step-test.c (myglob): Rename from glob.
28144 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
28145 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28146 files, move here from gdb.hp.
28147 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
28148 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28149 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28150 Adjust line numbers in regexps.
28151
28152 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28153 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28154 instead of 0/1.
28155
28156 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28157 foll-vfork.exp: New files, move here from gdb.hp.
28158 * gdb.base/page.exp: New file, test of pagination command.
28159
28160 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28161 recursion test.
28162 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28163
28164 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28165 gdb.base/solib.exp: Fix compiler invocation process.
28166
28167 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28168 HP-UX 11, turn off overload resolution explicitly.
28169 * gdb.base/commands.exp: Set argument list explicitly, add
28170 watchpoint test.
28171 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28172 them work.
28173 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28174 expressions properly.
28175 * gdb.base/corefile.exp: Loosen the match slightly.
28176 * gdb.base/default.exp: Allow "Error accessing memory" message
28177 also.
28178 * gdb.base/display.exp: Skip over x/0 j if PA64.
28179 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28180 * gdb.base/interrupt.exp: Ditto.
28181 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28182 in use.
28183 * gdb.base/list.exp: Add xfails for HP-UX.
28184 * gdb.base/long_long.exp: Refine some of the numeric matches.
28185 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28186 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28187 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28188 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28189 * gdb.base/ptype.exp: Succeed on more varieties of output.
28190 * gdb.base/scope.exp: Add xfails for HP-UX.
28191 * gdb.base/sect-cmd.exp: Add more cases.
28192 * gdb.base/setvar.exp: Add xfails for HP-UX.
28193 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28194 * gdb.base/signals.exp: Match on void symbolically.
28195 * gdb.base/step-test.exp: Add case for PA64.
28196 * gdb.base/term.exp: Add exit and restart.
28197 * gdb.base/twice.exp: Clean up after self.
28198 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28199 * gdb.base/whatis.exp: Allow more ways to pass tests.
28200
28201 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28202 no longer useful.
28203
28204Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28205
28206 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28207 list of patterns.
28208 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28209 print_double_array(double_array)", "continuing to breakpoint
28210 1018", "print print_double_array(array_d)" and "continuing to
28211 1034" tests.
28212
282131999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28214
28215 * Makefile.in: Add empty html and install-html targets.
28216
282171999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28218
28219 * config/mt-*: Remove, these haven't been used since 1996.
28220
282211999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28222
28223 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28224 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28225 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28226
282271999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28228
28229 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28230 simpler match case for the ptype of the big class.
28231
282321999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28233
28234 * gdb.exp: Fix test for gdb_prompt existence.
28235
282361999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28237
28238 * gdb.exp (gdb_test): Add fail after calls to perror.
28239
282401999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28241
28242 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28243
282441999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28245
28246 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28247
28248Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28249
28250 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28251 malloc() is linked in.
28252
282531999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28254
28255 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28256 step at end.
28257
28258 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28259
282601999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28261
28262 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28263
28264Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28265
28266 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28267 * gdb.base/mips_pro.exp: Likewise.
28268
282691999-06-02 Keith Seitz <keiths@cygnus.com>
28270
28271 * gdb.c++/templates.cc: Change all "new" operators to throw
28272 an exception.
28273 * gdb.c++/cplusfuncs.cc: Likewise.
28274
28275 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28276
28277Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28278
28279 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28280 * gdb.base/ending-run.exp: When stepping out of main, accept a
28281 step into an arbitrary assembler file.
28282
282831999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28284
28285 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28286 "breakpoint-invalid" to be printed.
28287 * gdb.base/annota2.exp: Revise line number for main
28288 breakpoint. Allow any number of "frames-invalid" and
28289 "breakpoint-invalid" to be printed.
28290 * gdb.base/annota2.cc: Initialize a.x to 0.
28291
282921999-05-17 Keith Seitz <keiths@cygnus.com>
28293
28294 * gdb.base/call-ar-st.exp: Skip
28295 "print print_double_array (double_array)" when "skip_float_tests" set.
28296 Ditto for "print print_double_array(array_d)",
28297 "print print_small_structs", "print print_ten_doubles", and
28298 "step into print_long_arg_list".
28299 Don't assume we can step into "print_long_arg_list": we could step
28300 into memcpy.
28301 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28302 "skip_float_tests" is set: "print print_one_double(*d1)"
28303 and "print print_two_floats(*f3)".
28304 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28305 "skip_float_tests" is set.
28306 * gdb.base/varargs.exp: Skip
28307 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28308 "skip_float_tests" set.
28309
283101999-05-06 Keith Seitz <keiths@cygnus.com>
28311
28312 * gdb.base/annota2.cc: Include stdio.h.
28313
28314Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28315
28316 * gdb.base/crossload.exp: Remove, this has been disabled ever
28317 since BFD stopped including all targets, and cross-GDB gets
28318 plenty of testing anyway.
28319 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28320 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28321 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28322 * gdb.base/README: Remove, was doc for this.
28323 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28324 needed.
28325
283261999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28327
28328 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28329 output.
28330
28331 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28332 * gdb.base/annota2.exp: New file. More annotation tests.
28333 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28334 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28335
283361999-04-23 Angela Marie Thomas <angela@cygnus.com>
28337
28338 * config/cfdbug.exp: New file.
28339
283401999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28341
28342 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28343 Marcus Daniel's and Dale Hawkins's demangler crashes.
28344
28345 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28346 test_lucid_style_demangling, test_arm_style_demangling,
28347 test_hp_style_demangling): Try Tom Tromey's core-dumping
28348 identifier under each demangling style.
28349
283501999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28351
28352 * gdb.c++/demangle.exp: Include the current demangling style
28353 in all test names.
28354 (current_demangling_style): New global variable.
28355 (set_demangling_style, test_demangling_core, test_demangling,
28356 test_demangling_exact): New functions.
28357 (test_gnu_style_demangling, test_lucid_style_demangling,
28358 test_arm_style_demangling, test_hp_style_demangling): Use those,
28359 instead of calling gdb_test and gdb_test_exact directly.
28360 (catch_demangling_errors): New function, which reports errors
28361 signalled by the demangling test functions in an orderly way.
28362 (do_tests): Use catch_demangling_errors.
28363
283641999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28365
28366 * gdb.base/signals.exp (test_handle_all_print): Use () for
28367 grouping in expressions, not {}.
28368
28369 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28370 initialized yet.
28371
283721999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28373
28374 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28375 are listed.
28376
283771999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28378
28379 * gdb.stabs/weird.exp: Test for CC being defined before
28380 looking at its value.
28381
283821999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28383
28384 * gdb.base/call-ar-st.exp: Remove stray '#'.
28385 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28386 "short int" and "long int".
28387 * gdb.c++/overload.cc: Cast the string added in the previous
28388 change, to mollify finicky HP compiler.
28389 * gdb.hp/reg-test.exp (testfile): Fix file name.
28390 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28391
28392 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28393 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28394 alternate form of enum ptype.
28395
283961999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28397
28398 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28399 * gdb.hp/*.exp: Change all to run compiler probe only after
28400 passing skip_hp_tests, so as not to waste time on guaranteed
28401 failure.
28402
28403 * gdb.c++/overload.cc: Pass string instead of char addr, always
28404 init ccpfoo.
28405 * gdb.c++/templates.cc: Fix syntax error.
28406
28407Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28408
28409 * gdb.base/commands.exp: Add test for correct position of '>'
28410 when issuing the 'commands' command after a 'while' or 'if'
28411 command.
28412
284131999-03-18 James Ingham <jingham@cygnus.com>
28414
28415 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28416
28417 * gdb.c++/method.exp: It was testing an uninitialized int on the
28418 stack and assuming it was positive.
28419
28420 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28421
28422 * gdb.base/step-test.exp: Catch a case where finish is broken and
28423 keep it from killing the rest of the tests.
28424 Use gdb_continue_to_end.
28425
28426 * gdb.base/sigall.exp: use gdb_continue_to_end.
28427
28428 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28429
28430 * gdb.base/display.exp: use runto_main, not run.
28431
28432 * gdb.base/default.exp: Check for the current error message in the
28433 r abbreviation test.
28434 Add strongarm to the targets that know info float.
28435
28436 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28437 run which doesn't work with monitors.
28438
28439 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28440 1034 test.
28441
28442 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28443
28444 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28445 end of a program. Traps the case (in Cygmon) when the program
28446 never really exits. Same as Mark's continue_to_exit, but I had
28447 put it in a lot more places, so I used my name. Sorry Mark...
28448
28449 * config/monitor.exp (gdb_target_monitor): added another
28450 target_info parameter: remotebinarydownload. This will set the
28451 remotebinarydownload flag if this is causing some boards trouble.
28452
284531999-03-18 Mark Salter <msalter@cygnus.com>
28454
28455 * lib/gdb.exp (continue_to_exit): New function.
28456
28457 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28458 * gdb.base/ending-run.exp: Ditto.
28459 * gdb.base/step-test.exp: Ditto.
28460
284611999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28462
28463 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28464 (suggested by Art Haas <ahaas@neosoft.com>).
28465
284661999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28467
28468 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28469
28470Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28471
28472 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28473 descriptions of types (short unsigned int vs unsigned short, etc).
28474
284751999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28476
28477 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28478 a call to strlen; sometimes we do have sources.
28479
284801999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28481
28482 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28483 character, so GDB won't print garbage after its end.
28484
28485 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28486 breakpoint there instead. Sometimes GCC emits memcpy to handle
28487 the large structures being passed by value, so we step into that
28488 instead of sum_array_print, which obscures what we're really testing.
28489 * gdb.base/step-test.exp: However, we do want a test that notices
28490 the bizarre steps into memcpy, so do that here. Add check for
28491 stepping into function calls that pass large structures by value.
28492 ("Is that a noun clause, or are you just happy to see me?")
28493 Remove all references to specific line numbers.
28494 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28495 New type and function.
28496 (main): Call large_struct_by_value, passing it a large struct by value.
28497 * lib/gdb.exp (gdb_get_line_number): New function.
28498
28499 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28500 more portable.
28501
285021999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28503
28504 * lib/gdb.exp: Doc fixes.
28505
285061999-03-05 Nick Clifton <nickc@cygnus.com>
28507
28508 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28509
285101999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28511
28512 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28513 commands. They're not germane to this test, and they don't work
28514 that way on remote targets.
28515
285161999-03-01 James Ingham <jingham@cygnus.com>
28517
28518 * Changelog entries merged over from gdb development branch.
28519
28520 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28521
28522 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28523 for outputting results of test run.
28524
28525 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28526
28527 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28528
285291999-02-25 Felix Lee <flee@cygnus.com>
28530
28531 * lib/gdb.exp (debug_format): initialize
28532
285331999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28534
28535 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28536 * gdb.base/call-rt-st.c: Ditto.
28537
285381999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28539
28540 * gdb.threads/pthreads.exp (horiz): New variable.
28541 (test_startup): Fix regexps that capture thread numbers.
28542
285431999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28544
28545 * gdb.base/smoke.exp: Disambiguate two test case names (both
28546 called ``print'').
28547
28548Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28549
28550 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28551 compilation.
28552
285531999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28554
28555 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28556 actual output formatting.
28557 * gdb.base/smoke.exp: GDB removes leading 0's.
28558 * gdb.base/volatile.exp: Don't check type of remuneration;
28559 that variable is no longer defined in constvars.c.
28560 * gdb.base/step-test.c (main): Exit with explicit exit code.
28561 * gdb.base/step-test.exp: Remove two nexti checks--they are
28562 not portable.
28563
285641999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28565
28566 * gdb.base/help.exp ("help delete display"): Fix test to match
28567 gdb's output.
28568
28569 * gdb.base/long_long.c (known_types): Initialize values to zero.
28570 * gdb.base/long_long.exp: Step one more line
28571 so 'dec' is initialized in "get to known place". GDB removes
28572 leading zeros. Explicitly ask for hex formatting. Use
28573 unique test case names.
28574
28575Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28576
28577 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28578
28579 * gdb.c++/method.exp: Add missing close brace.
28580
285811999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28582
28583 * gdb.base/maint.exp: Use 'set height 0' to disable page
28584 prompting, not 'set height 400'.
28585
28586 Fix a bunch of timeouts.
28587 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28588 four separate tests, so expect doesn't take forever to match a ton
28589 of text against a regexp with lots of .* forms.
28590 ("maint print psymbols", "maint print symbols"): Make some of
28591 these greps more selective, so that expect doesn't try to wade
28592 through huge piles of output and time out.
28593
28594 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28595
28596 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28597 tests: one which doesn't expect shlib events to be reported, and
28598 another which does, but is XFAIL for all platforms other than
28599 HP/UX.
28600
28601 * gdb.base/break.exp: Teach the test suite that the `catch
28602 fork', `catch vfork', and `catch exec' commands produce error
28603 messages on platforms that don't provide these features.
28604
28605Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28606
28607 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28608 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28609 (shortening names from solib_threshold.exp etc), won't run on
28610 anything but HP-UX for the foreseeable future.
28611 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28612 reflect move.
28613
28614Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28615
28616 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28617 gdb.trace/Makefile.in (clean): Remove all test executables.
28618
28619Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28620
28621 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28622 successfully re-sets breakpoints in shared libraries.
28623 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28624
28625Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28626
28627 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28628 and compiled w/o GCC.
28629
28630 * gdb.hp/watch-cmd.exp: ditto.
28631
28632 * gdb.hp/watch-hp.exp: ditto.
28633
28634 * gdb.hp/xdb1.exp: ditto.
28635
28636 * gdb.hp/xdb2.exp: ditto.
28637
28638 * gdb.hp/dbx.exp: ditto.
28639
28640Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28641
28642 * constvars.c: Remove C++-isms.
28643 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28644 with GCC.
28645
28646Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28647
28648 The following changes are part of the HP merge.
28649
28650 * gdb.base/break.exp: new tests to verify that catchpoints for
28651 fork, vfork, and exec don't trigger inappropriately.
28652
28653 * gdb.base/opaque.exp: compile one file at a time, then link.
28654
28655 * gdb.base/signals.exp: be more restrictive about which hppa
28656 systems receive a setup_xfail. new tests.
28657
28658 * gdb.base/solib_threshold.build: new file.
28659 * gdb.base/solib_threshold.exp: new file.
28660 * gdb.base/solib_threshold.link_opts: new file.
28661 * gdb.base/solib_threshold.mk: new file.
28662 * gdb.base/gen_solib_threshold.c: new file.
28663
28664 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28665 tests. New tests for enums inside classes.
28666
28667 * gdb.c++/compiler.cc: indicate support of template debugging.
28668
28669 * gdb.c++/demangle.exp: run hp style demangling tests.
28670
28671 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28672 tests.
28673
28674 * gdb.c++/misc.cc: changes to support new tests.
28675
28676 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28677 to support new tests.
28678
28679 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28680 gcc, then skip these tests.
28681
28682Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28683
28684 The following files are part of the HP merge; some had longer
28685 names at HP, but have been renamed to be no more than 14
28686 characters in length.
28687
28688 * gdb.hp/ambiguous.cc: new file.
28689 * gdb.hp/ambiguous.exp: new file.
28690 * gdb.hp/attach.exp: new file.
28691 * gdb.hp/attach2.exp: new file.
28692 * gdb.hp/classes-hp.exp: new file.
28693 * gdb.hp/ctti.exp: new file.
28694 * gdb.hp/ctti-add.cc: new file.
28695 * gdb.hp/ctti-add1.cc: new file.
28696 * gdb.hp/ctti-add2.cc: new file.
28697 * gdb.hp/ctti-add3.cc: new file.
28698 * gdb.hp/dbx.exp: new file.
28699 * gdb.hp/exception.cc: new file.
28700 * gdb.hp/exception.exp: new file.
28701 * gdb.hp/foll-exec.c: new file.
28702 * gdb.hp/foll-exec.exp: new file.
28703 * gdb.hp/foll-fork.c: new file.
28704 * gdb.hp/foll-fork.exp: new file.
28705 * gdb.hp/foll-vfork.c: new file.
28706 * gdb.hp/foll-vfork.exp: new file.
28707 * gdb.hp/inherit-hp.exp: new file.
28708 * gdb.hp/more-steps.exp: new file.
28709 * gdb.hp/namespace.cc: new file.
28710 * gdb.hp/namespace.exp: new file.
28711 * gdb.hp/optimize.exp: new file.
28712 * gdb.hp/pxdb.c: new file.
28713 * gdb.hp/pxdb.exp: new file.
28714 * gdb.hp/quicksort.exp: new file.
28715 * gdb.hp/reg-test.exp: new file.
28716 * gdb.hp/reg-test.s: new file.
28717 * gdb.hp/sized-enum.c: new file.
28718 * gdb.hp/sized-enum.exp: new file.
28719 * gdb.hp/start-stop.exp: new file.
28720 * gdb.hp/templ-hp.cc: new file.
28721 * gdb.hp/templ-hp.exp: new file.
28722 * gdb.hp/thr-lib.c: new file.
28723 * gdb.hp/thr-lib.exp: new file.
28724 * gdb.hp/thr-lib.h: new file.
28725 * gdb.hp/thr-liblib.c: new file.
28726 * gdb.hp/virtfun-hp.c: new file.
28727 * gdb.hp/virtfun-hp.exp: new file.
28728 * gdb.hp/watch-cmd.exp: new file.
28729 * gdb.hp/watch-hp.exp: new file.
28730 * gdb.hp/xdb1.exp: new file.
28731 * gdb.hp/xdb2.exp: new file.
28732 * gdb.hp/xdb3.exp: new file.
28733
28734Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28735
28736 The following files are part of the HP merge; some had longer
28737 names at HP, but have been renamed to be no more than 14
28738 characters in length.
28739
28740 * gdb.base/ss.h: new file.
28741 * gdb.base/call-ar-st.c: new file.
28742 * gdb.base/call-ar-st.exp: new file.
28743 * gdb.base/call-rt-st.c: new file.
28744 * gdb.base/call-rt-st-exp: new file.
28745 * gdb.base/call-strs.exp: new file.
28746 * gdb.base/ena-dis-br.exp: new file.
28747 * gdb.base/environ.exp: new file.
28748 * gdb.base/long_long.exp: new file.
28749 * gdb.base/sect-cmd.exp: new file.
28750 * gdb.base/shlib-cl2.exp: new file.
28751 * gdb.base/smoke.exp: new file.
28752 * gdb.base/so-impl-ld.c: new file.
28753 * gdb.base/so-impl-ld.exp: new file.
28754 * gdb.base/so-indr-cl.c: new file.
28755 * gdb.base/so-indr-cl.exp: new file.
28756 * gdb.base/varargs.exp: new file.
28757 * gdb.base/volatile.exp: new file.
28758 * gdb.base/whatis-exp.exp: new file.
28759 * gdb.base/display.exp: new file.
28760 * gdb.c++/derivation.exp: new file.
28761 * gdb.c++/local.exp: new file.
28762 * gdb.c++/member-ptr.exp: new file.
28763 * gdb.c++/overload.exp: new file.
28764 * gdb.c++/ovldbreak.exp: new file.
28765 * gdb.c++/ref-types.exp: new file.
28766 * gdb.c++/ref-types2.exp: new file.
28767 * gdb.c++/userdef.exp: new file.
28768
28769Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28770
28771 * gdb.base/default.exp: Reflect wording change in remote.c.
28772
28773Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28774
28775 * gdb.base/help.exp: Update to reflect current text.
28776
28777Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28778
28779 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28780 they're stack variables and contain garbage.
28781 * gdb.c++/anon-union.exp: new file.
28782
28783 The following changes were made by David Taylor
28784 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28785 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28786 in changes by HP.
28787
28788 * gdb.base/bitops.exp: new file.
28789 * gdb.base/default.exp: change expected messages for catch and
28790 info catch tests to reflect HP merge changes.
28791 * gdb.base/enable-disable-break.exp
28792 * gdb.base/ending-run.c: new file.
28793 * gdb.base/long_long.c: new file.
28794 * gdb.base/maint.exp: new file.
28795 * gdb.base/pointers2.exp: new file.
28796 * gdb.base/shlib-call2.exp: new file.
28797 * gdb.base/solib.exp: new file.
28798 * gdb.base/step-test.c: new file.
28799 * gdb.c++/anon-union.cc: new file.
28800 * gdb.c++/local.cc: new file.
28801 * gdb.c++/member-pointer.cc: new file.
28802 * gdb.c++/method.cc: new file.
28803 * gdb.c++/ref-types.cc: new file.
28804 * gdb.c++/ref-types2.cc: new file.
28805 * gdb.c++/userdef.cc: new file.
28806
28807 * gdb.base/scope.exp: compile one file at a time, then link.
28808 * gdb.base/langs.exp: ditto.
28809 * gdb.base/list.exp: ditto.
28810
28811Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28812
28813 The following changes were made by David Taylor
28814 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28815 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28816 in changes by HP.
28817
28818 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28819 skip tests. When compiling pass c++ flag to gdb_compile.
28820 * gdb.c++/
28821
28822 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28823 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28824 (skip_hp_tests): new function.
28825 (gdb_preprocess): new function.
28826
28827 * configure.in (hpdir): decide whether to configure gdb.hp.
28828 * configure: regenerated.
28829
28830 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28831 to delete on clean.
28832 (EXECUTABLES): update to reflect new additions.
28833 * gdb.base/commands.exp: update message expected.
28834 * gdb.base/default.exp: add copyright notice.
28835 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28836 * gdb.base/help.exp: update messages to reflect current text.
28837 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28838 targets for recurse tests.
28839 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28840 skip this file.
28841
28842 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28843 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28844 compilation.
28845 * gdb.c++/misc.exp: ditto.
28846 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28847 run the tests. tell gdb_compile that it's a c++ compilation.
28848
28849 * gdb.threads/pthreads.exp: fix typo in message.
28850
28851 * gdb.base/all-bin.exp: new file.
28852 * gdb.base/arithmet.exp: new file.
28853 * gdb.base/assign.exp: new file.
28854 * gdb.base/completion.exp: new file.
28855 * gdb.base/cond-expr.exp: new file.
28856 * gdb.base/condbreak.exp: new file.
28857 * gdb.base/define.exp: new file.
28858 * gdb.base/dollar.exp: new file.
28859 * gdb.base/environment.exp: new file.
28860 * gdb.base/eval-skip.exp: new file.
28861 * gdb.base/jump.exp: new file.
28862 * gdb.base/logical.exp: new file.
28863 * gdb.base/pointers.exp: new file.
28864 * gdb.base/relational.exp: new file.
28865 * gdb.base/section_command.exp: new file.
28866 * gdb.base/whatis-expr.exp: new file.
28867
28868 * gdb.base/all-types.c: new file.
28869 * gdb.base/call-array-struct.c: new file.
28870 * gdb.base/call-return-struct.c: new file.
28871 * gdb.base/call-strings.c: new file.
28872 * gdb.base/callfuncs2.c: new file.
28873 * gdb.base/condbreak.c: new file.
28874 * gdb.base/constvars.c: new file.
28875 * gdb.base/display.c: new file.
28876 * gdb.base/int-type.c: new file.
28877 * gdb.base/jump.c: new file.
28878 * gdb.base/miscexprs.c: new file.
28879 * gdb.base/pointers.c: new file.
28880 * gdb.base/pointers2.c: new file.
28881 * gdb.base/shmain.c: new file.
28882 * gdb.base/shr1.c: new file.
28883 * gdb.base/shr2.c: new file.
28884 * gdb.base/solib.c: new file.
28885 * gdb.base/solib1.c: new file.
28886 * gdb.base/solib2.c: new file.
28887 * gdb.base/varargs.c: new file.
28888 * gdb.c++/derivation.cc: new file.
28889 * gdb.c++/overload.cc: new file.
28890 * gdb.c++/ovldbreak.cc: new file.
28891 * gdb.hp/attach.c: new file.
28892 * gdb.hp/attach2.c: new file.
28893 * gdb.hp/average.c: new file.
28894 * gdb.hp/compiler.c: new file.
28895 * gdb.hp/compiler.cc: new file.
28896 * gdb.hp/execd-program.c: new file.
28897 * gdb.hp/follow-exec.c: new file.
28898 * gdb.hp/follow-fork.c: new file.
28899 * gdb.hp/follow-vfork-and-exec.c: new file.
28900 * gdb.hp/misc-hp.cc: new file.
28901 * gdb.hp/more-steps.c: new file.
28902 * gdb.hp/optimize.c: new file.
28903 * gdb.hp/quicksort.c: new file.
28904 * gdb.hp/run-hp.c: new file.
28905 * gdb.hp/start-stop.c: new file.
28906 * gdb.hp/sum.c: new file.
28907 * gdb.hp/templates-hp.cc: new file.
28908 * gdb.hp/thread-local-in-lib.c: new file.
28909 * gdb.hp/thread-local-in-lib.h: new file.
28910 * gdb.hp/thread-local-in-lib.lib.c: new file.
28911 * gdb.hp/vforked-program.c: new file.
28912 * gdb.hp/virtfunc-hp.cc: new file.
28913 * gdb.hp/watchpoint-hp.c: new file.
28914 * gdb.hp/xdb.c: new file.
28915 * gdb.hp/xdb0.c: new file.
28916 * gdb.hp/xdb0.h: new file.
28917 * gdb.hp/xdb1.c: new file.
28918
28919Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28920
28921 The following change was made by Edith Epstein
28922 <eepstein@cygnus.com> as part of a project to merge in changes
28923 originally made by HP; HP did not create ChangeLog entries.
28924
28925 * gdb.c++/demangle.exp: changed the expected output for some
28926 ARM-style mangling -- removed second reference to datatype.
28927 For example, maint demangle __dt__11T1__pt__2_cFv
28928 T1<char>::~T1<char>(void)
28929 becomes,
28930 maint demangle __dt__11T1__pt__2_cFv
28931 T1<char>::~T1(void)
28932
28933 (test_hp_style_demangling): new hp specific demangling test cases.
28934
28935Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28936
28937 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28938 * gdb.trace/backtrace.exp: Likewise.
28939 * gdb.trace/circ.exp: Likewise.
28940 * gdb.trace/collection.exp: Likewise.
28941 * gdb.trace/deltrace.exp: Likewise.
28942 * gdb.trace/infotrace.exp: Likewise.
28943 * gdb.trace/limits.exp: Likewise.
28944 * gdb.trace/packetlen.exp: Likewise.
28945 * gdb.trace/passc-dyn.exp: Likewise.
28946 * gdb.trace/passcount.exp: Likewise.
28947 * gdb.trace/report.exp: Likewise.
28948 * gdb.trace/save-trace.exp: Likewise.
28949 * gdb.trace/tfind.exp: Likewise.
28950 * gdb.trace/tracecmd.exp: Likewise.
28951 * gdb.trace/while-dyn.exp: Likewise.
28952 * gdb.trace/while-stepping.exp: Likewise.
28953
289541998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28955
28956 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28957
28958Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28959
28960 From Brendan Kehoe:
28961 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28962 int return types.
28963
28964Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28965
28966 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28967 remote dos host testing right.
28968
28969Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28970
28971 * gdb.base/corefile.exp: remove some xfails.
28972
28973Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28974
28975 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28976 have different timestamps.
28977
28978Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28979
28980 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28981 gdb.base/default.exp: Replace "exec" with "executable".
28982
28983Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28984
28985 * gdb.base/default.exp: Change else if to elseif from previous
28986 delta.
28987
28988Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28989
28990 * gdb.base/default.exp: Add brace missing from previous delta.
28991
28992Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28993
28994 * gdb.base/default.exp: Support test for info float for all
28995 varieties of arm toolchain.
28996
28997Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28998
28999 * gdb.trace/*.exp: remove "remote_download" command.
29000
29001Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
29002
29003 * gdb.trace/*.exp: remove -gdwarf from compile.
29004
29005Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
29006
29007 * gdb.trace/configure.in(AC_INIT): typo
29008 * gdb.trace/configure: regenerated
29009
29010Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
29011
29012 * config/m68k-emc.exp: New file.
29013 * lib/<emc-support.exp trace-support.exp}: New files.
29014 * configure.in: add new test directory gdb.trace.
29015 * gdb.trace/{configure configure.in Makefile.in}: New files.
29016 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
29017 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
29018 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
29019 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
29020 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
29021 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
29022 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
29023
29024Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
29025
29026 * gdb.c++/classes.exp: Change all regular expressions to match
29027 arbitrary combinations of newline/carriage-return, so that they
29028 will work equally well on Unix and Windows.
29029 * gdb.c++/inherit.exp: ditto.
29030 * gdb.c++/virtfunc.exp: ditto.
29031
290321998-08-11 Dawn Perchik <dawn@cygnus.com>
29033
29034 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29035
29036Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
29037
29038 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
29039 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
29040 to use a0-a3/d0-d3 as needed.
29041
29042Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
29043
29044 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
29045 * gdb.disasm/am33.exp: Corresponding changes.
29046
290471998-07-11 Felix Lee <flee@cygnus.com>
29048
29049 * gdb.base/callfuncs.exp: add cmp10 test.
29050 * gdb.base/callfuncs.c (cmp10): new function.
29051
29052Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29053
29054 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
29055 into two parts to get around a synchronization problem in expect.
29056
29057Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29058
29059 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29060
29061 * configure.in: Add options for gdbtk testsuite.
29062
29063 * configure: Regenerate.
29064
29065 * gdb.gdbtk: New directory to hold gdbtk tests.
29066
29067Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29068
29069 * gdb.fortran/types.exp: Escape brackets in expect patterns
29070 for test_float_literal_types_accepted tests.
29071 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29072 before run test.
29073
29074Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29075
29076 * am33.exp: Just compile, do not link the testcase.
29077 * am33.s: Add ".am33" pseudoop to force am33 mode.
29078
290791998-06-25 Felix Lee <flee@cygnus.com>
29080
29081 * gdb.base/setshow.exp: make sure $pc is sane.
29082
29083 * gdb.stabs/weird.exp: split expect patterns properly.
29084
29085Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29086
29087 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29088 * gdb.disasm/am33.exp: Run it.
29089
29090Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
29091
29092 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29093 match processing (and eliminate spurious timeouts when running).
29094
29095Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
29096
29097 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29098 exception test, but conditionalize it on target [mach | gnu].
29099
29100Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
29101
29102 * gdb.base/overlays.exp: fixup compile line for linker script.
29103
29104Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29105
29106 * gdb.fortran/types.exp: don't guess at float size.
29107
29108Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29109
29110 * gdb.base/exprs.exp: delete test that depends on int size.
29111
29112Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29113
29114 * config/sim.exp: Removed checks for target triplets.
29115 (gdb_target_sim): Use gdb,target_sim_options.
29116
29117Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29118
29119 * gdb.base/reread.exp: New file.
29120 * gdb.base/reread1.c: New file.
29121 * gdb.base/reread2.c: New file.
29122
29123Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29124
29125 * config/sim.exp: Use 'target sim -sparclite' when running
29126 SPARClite programs.
29127
29128Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29129
29130 * gdb.base/structs2.exp: New file.
29131 * gdb.base/structs2.c: New file.
29132
29133Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29134
29135 * gdb.asm/common.inc: New file.
29136 * gdb.asm/d10v.inc: New file.
29137 * asm-source.exp: Pass -I's to gas to find .inc files.
29138 Update line numbers in expected output.
29139 * asmsrc1.s: Rewrite.
29140 * asmsrc2.s: Rewrite.
29141 * configure.in: Create arch.inc symlink.
29142 * configure: Regenerate.
29143 * Makefile.in (distclean): Delete arch.inc.
29144
29145Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29146
29147 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
29148 (t_enum_value2): ditto
29149 (t_enum_value3): ditto
29150 (main): ditto
29151Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29152
29153 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29154 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29155 change.
29156 Use gdb_test instead of send_gdb/gdb_expect sequences.
29157
29158Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29159
29160 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29161 not void.
29162
29163Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29164
29165 * gdb.base/branches.c: Code with lots of loops and
29166 subroutines. Used to test gdbs ability to single step through PC
29167 changes, especially to test mips-tdep.c:mips_next_pc
29168
29169Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29170
29171 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29172 more rigorous EGCS C++ error checking.
29173
29174Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29175
29176 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29177 tests.
29178 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29179 function when asleep.
29180 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29181 for i*86 Linux and SVR4 signal handling problems.
29182 Remove linux xfail for `next to handler in signals_tests_1', fixed
29183 by recent infrun.c change.
29184 Limit backtrace to 10 frames to avoid timeout problems with infinite
29185 stack backtraces.
29186 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29187 target.[ch] change.
29188
29189Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29190
29191 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29192 for a newline from gdb before continuing.
29193 (default_gdb_exit): Just look for y or n.
29194 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29195 it does, fail the rests of the tests in the file.
29196
29197Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29198
29199 * config/cygmon.exp: New file.
29200
29201Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29202
29203 * gdb.base/list.exp: Fix problem with "list default lines around
29204 main" test on remote targets.
29205
29206 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29207 run test on remote targets.
29208
29209Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29210
29211 * gdb.asm: New directory.
29212 * configure.in: Configure it.
29213 * configure: Regenerate.
29214 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29215 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29216
29217Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29218
29219 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29220
29221Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29222
29223 * gdb.base/overlays (several files): Merge the two overlay
29224 managers into one. Change variables (foox, barx, bazx, grbxx)
29225 back into ints but force them to load in their proper sections.
29226
29227Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29228
29229 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29230 on-chip insn memory and IMAP1 to upper 128k.
29231 (D10VCopy): Handle memory regions crossing 16k boundaries.
29232 (D10VCopy): Transfer data in 32 bit chunks.
29233
29234Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29235
29236 * gdb.base/overlays.c (main): Exit normally when result is
29237 correct.
29238
29239 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29240 map. Include space for printf in .text segment.
29241
29242 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29243 updated d10v memory VMA/LMA map.
29244 (D10VCopy): Call D10VTranslate.
29245
29246Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29247
29248 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29249
29250 * gdb.base/bar.c (barx, bar): Change variable to small array so
29251 that it won't be put into the .sdata - small data -
29252 section. Update reference.
29253 * gdb.base/baz.c (bazx, baz): Ditto.
29254 * gdb.base/foo.c (foox, foo): Ditto.
29255 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29256
29257 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29258 to be arrays.
29259
29260Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29261
29262 * gdb.base/overlays.exp: fix up and get working again.
29263 Add tests for backtraces from an overlay function.
29264
29265Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29266
29267 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29268 "calling function with watchpoint enabled".
29269
29270Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29271
29272 * gdb.base/break.exp (test_next_with_recursion): Remove
29273 gdb_suppress_tests for d10v-*-*.
29274 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29275 pending review of whether it is useful or not.
29276
29277Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29278
29279 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29280
29281Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29282
29283 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29284 * config/dve.exp: New file to support Densan boards.
29285
29286Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29287
29288 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29289 reads and BSD.
29290
29291Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29292
29293 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29294 response.
29295
29296 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29297
29298Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29299
29300 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29301 test.
29302
29303 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29304 target_sizeof_long and target_bigendian_p.
29305 (structs_by_value, structs_by_reference): Check values according
29306 to targets word size and endianess.
29307
29308Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29309
29310 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29311 output.
29312
29313Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29314
29315 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29316 Update test of set args help to match source change.
29317
29318Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29319
29320 * gdb.base/default.exp: Expect help system output to be in
29321 alphabetical order.
29322 * gdb.base/help.exp: Ditto.
29323
29324Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29325
29326 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29327 "i*86-pc-linux-gnu*".
29328 * gdb.base/interrupt.exp: Ditto.
29329 * gdb.base/corefile.exp: Ditto.
29330
29331 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29332 define vxworks when building the testcase.
29333
29334 * gdb.base/ptype.exp: Fix testnames to be unique.
29335 * gdb.base/radix.exp: Ditto.
29336 * gdb.base/term.exp: Ditto.
29337 * gdb.base/whatis.exp: Ditto.
29338 * gdb.c++/classes.exp: Ditto.
29339
29340Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29341
29342 * gdb.base/callfuncs.exp: Fix indentation.
29343
29344 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29345 suppress_flag has been set.
29346 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29347 target feature.
29348
29349Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29350
29351 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29352 the testcase.
29353
29354 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29355 set_debug_traps() and breakpoint().
29356 * gdb.c++/misc.cc (main): Ditto.
29357 * gdb.c++/templates.cc (main): Ditto.
29358 * gdb.c++/virtfunc.cc (main): Ditto.
29359
29360Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29361
29362 * lib/gdb.exp(gdb_step_for_stub): New function.
29363 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29364 exists, reload the executable and do a "continue" instead of
29365 doing a jump.
29366 (runto_main): Use gdb_step_for_stub.
29367
29368 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29369 tests to have unique names.
29370 * gdb.base/callfuncs.exp: Ditto.
29371 * gdb.base/commands.exp: Ditto.
29372 * gdb.base/default.exp: Ditto.
29373 * gdb.base/help.exp: Ditto.
29374 * gdb.base/list.exp: Ditto.
29375 * gdb.base/opaque.exp: Ditto.
29376 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29377 similar tests.
29378
29379 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29380 * gdb.c++/cplusfuncs.cc: Ditto.
29381 * gdb.c++/virtfunc.cc: Ditto.
29382
29383 * config/monitor.exp: Keep track of the last file we saw, rather
29384 than trying to get the info from gdb.
29385
29386 * gdb.fortran/types.exp: Move comment to previous line.
29387
29388Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29389
29390 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29391 target mode.
29392
29393Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29394
29395 From Bob Manson:
29396 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29397 string from GDB when it connects.
29398
29399 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29400
29401Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29402
29403 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29404 if we can't get a debug format from GDB (we may be testing an
29405 older GDB). Use a 10 second timeout when checking for the format.
29406
29407 * gdb.stabs/weird.exp: Fix quoting.
29408
29409 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29410
29411Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29412
29413 * config/arm-ice.exp: New file.
29414
29415Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29416
29417 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29418 until it has been modified to work with the new testsuite.
29419
29420 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29421 testcase won't compile, cause all of the testcases in the file to
29422 fail instead.
29423
29424 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29425 (gdb_clear_suppressed): New procedure.
29426 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29427 it contains a positive value.
29428
29429Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29430
29431 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29432
29433 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29434
29435Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29436
29437 * lib/gdb.exp (setup_xfail_format): New function.
29438 (get_debug_format): New function to get debug format.
29439 (debug_format): New global variable to hold last value set
29440 by get_debug_format.
29441 * gdb.base/list.exp: Call get_debug_format and expect some
29442 tests to fail for DWARF 1 and COFF formats.
29443 * gdb.c++/ptype.exp: Ditto.
29444 * gdb.c++/classes.exp: Ditto.
29445 * gdb.c++/cplusfuncs.exp: Ditto.
29446 * gdb.c++/inherit.exp: Ditto.
29447 * gdb.c++/templates.exp: Ditto.
29448 * gdb.c++/virtfunc.exp: Ditto.
29449
29450Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29451
29452 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29453 host doesn't have a currently-open connection.
29454
29455 * config/sparclet.exp: Cleanups and fixes to make it generic for
29456 any gdb stub target. Handle cases where gdb doesn't respond when
29457 interrupted in a sane fashion.
29458
29459 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29460 same thing in a totally different way.
29461
29462 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29463 setting "timeout".
29464 (gdb_start): We set the global gdb_prompt variable in
29465 default_gdb_init now.
29466
29467Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29468
29469 * gdb.base/printcmds.exp: Fix "check for floating addition"
29470 regexp to accept results within approx +/- .01 of exact value.
29471 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29472
29473Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29474
29475 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29476 properly.
29477 (gdb_expect): Add optional timeout parameter, and add timeout
29478 value to various calls.
29479 (gdb_suppress_tests): Only give one warning message per group.
29480
29481Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29482
29483 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29484 global variables. Handle getting a value for $timeout more
29485 gracefully.
29486
29487Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29488
29489 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29490 initialize.
29491 (default_gdb_init): New procedure; allow gdb_init to be overridden
29492 by a target configuration file.
29493 (gdb_expect): Pass the timeout to remote_expect.
29494
29495 * config/monitor.exp(gdb_load): Fix typo in regexp.
29496
29497Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29498
29499 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29500
29501Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29502
29503 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29504 here. Call gdb_target_exec before rebooting the target, to make
29505 sure the connection to the target is closed.
29506 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29507 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29508 Also detect "Timeout reading from remote" error.
29509
29510 * config/gdbserver.exp: Pass the executable being loaded to
29511 gdb_target_monitor. Don't call gdb_file_cmd here; let
29512 gdb_target_monitor do it.
29513
29514 * gdb.disasm/hppa.exp: Don't use exec_output.
29515
29516Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29517
29518 * gdb.base/list.exp: If we're debugging a non-native target,
29519 try to set the pc register to point to the start of the
29520 program before doing the first list command.
29521
29522 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29523 test_calls after restarting.
29524
29525 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29526 reloading.
29527
29528 * gdb.base/watchpoint.exp: Fix typo.
29529
29530 * gdb.base/setshow.exp: Check for use_gdb_stub.
29531
29532 * gdb.base/break.exp: Fix continue until exit test for the gdb
29533 stub case.
29534 * gdb.base/langs.exp: Ditto.
29535
29536 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29537 gdb_load_offset. If we weren't given a file to load, figure out
29538 what the current file is and use it.
29539
29540 * config/i386-bozo.exp: New file.
29541
29542Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29543
29544 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29545 feature.
29546
29547 * config/proelf.exp: New entry.
29548
29549Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29550
29551 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29552 of regexps.
29553
29554 * gdb.base/watchpoint.exp: Don't run the test_stepping
29555 tests if gdb can't call functions on the target.
29556
29557 * gdb.base/setshow.exp: Don't run the set prompt tests if
29558 the board has gdb_prompt set.
29559
29560Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29561
29562 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29563 * gdb.base/commands.exp: Likewise.
29564 * gdb.base/setshow.exp: Likewise.
29565
29566Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29567
29568 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29569 feature.
29570
29571 * config/i960.exp: New file.
29572
29573Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29574
29575 * gdb.base/funcargs.exp: Check for gdb,short_int target
29576 feature instead of looking for explicit target triplets.
29577
29578Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29579
29580 * gdb.base/printcmds.exp: add a couple more tests a la
29581 "p 123DEADBEEF", to check parse_number.
29582 * top.c: change "to enable to enable" to "to enable" in a couple
29583 of help strings.
29584
29585Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29586
29587 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29588 on the mn10300.
29589
29590Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29591
29592 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29593 where the test executable is run with explicit args.
29594 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29595
29596Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29597
29598 * gdb.base/run.c: Use FAKEARGV to build test executable that
29599 does not require a command line arg, since most simulators
29600 don't currently support passing such an arg into the simulated
29601 program.
29602 * gdb.base/commands.exp: Change tests to insert the proper
29603 value as the arg to the first recursive factorial call. Change
29604 compilation line to define FAKEARGV at compile time.
29605
29606Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29607
29608 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29609 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29610 function with watchpoint enabled" test.
29611
29612Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29613
29614 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29615 Don't call gdb_test when the command doesn't return to a gdb prompt.
29616
29617 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29618 "Tests restarted" messages.
29619
29620Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29621
29622 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29623
29624Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29625
29626 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29627 for INFO SYMBOL; add help tests for OVERLAY commands.
29628 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29629 add tests for OVERLAY commands
29630 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29631 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29632 * gdb.base/sigall.c: add usestubs code frag
29633 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29634
29635Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29636
29637 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29638 failures.
29639 (gdb_stop_suppressing_tests): Note that tests have restarted.
29640
29641Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29642
29643 * config/h8300.exp: New file.
29644
29645Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29646
29647 * gdb.base/setshow.exp: Check for the existence of a
29648 feature, not its value.
29649
29650Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29651
29652 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29653
29654 * gdb.base/scope.exp: It's now init0(), not init().
29655
29656 * gdb.base/scope0.c: For now, change init() to be init0().
29657
29658 * config/monitor.exp: Use gdb_serial in preference to serial
29659 or netport.
29660
29661 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29662 and it's not already set.
29663
29664Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29665
29666 * gdb.base/setshow.exp: Only test the run command if the target
29667 isn't using a stub and if it supports argument passing.
29668
29669Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29670
29671 * config/udi.exp(gdb_start): Make sure UDICONF is set
29672 properly before starting gdb.
29673
29674Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29675
29676 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29677 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29678 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29679
29680Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29681
29682 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29683 specialized code to reboot the board, use remote_reboot instead.
29684
29685 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29686
29687 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29688
29689 * config/monitor.exp: Make sure we disconnect from the target.
29690 Also, try a reboot/reload cycle instead of failing if the
29691 load fails.
29692
29693Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29694
29695 * gdb.base/default.exp: Don't set match_max.
29696 * gdb.base/help.exp: Ditto.
29697 * gdb.base/list.exp: Ditto.
29698 * gdb.base/signals.exp: Ditto.
29699
29700 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29701 set, use remote_ld to download the testcase instead of
29702 the GDB loader.
29703
29704Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29705
29706 * config/vr5000.exp: New file.
29707
29708 * config/monitor.exp(gdb_target_monitor): Add pattern for
29709 "Ending remote" to detect errors in connecting.
29710
29711 * gdb.base/setshow.exp: Add .* within auto language test.
29712
29713 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29714 target feature.
29715
29716 * config/monitor.exp(gdb_load): Check for a failure when loading,
29717 and reboot the board if necessary.
29718
29719 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29720 a set of tests. Remove print.* from the patterns being checked.
29721
29722Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29723
29724 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29725 refer to gdb_spawn_id.
29726
29727 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29728 longer used.
29729 * config/sparclet.exp: Ditto.
29730 * config/sparclet-old.exp: Ditto.
29731 * config/slite.exp: Ditto.
29732 * config/sim.exp: Ditto.
29733 * gdb.base/funcargs.exp: Ditto.
29734
29735 * lib/gdb.exp:Remove references to gdb_spawn_id.
29736 (gdb_expect): Move to remote.exp.
29737
29738Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29739
29740 * config/monitor.exp: Detect the "Couldn't establish connection"
29741 message from GDB.
29742
29743Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29744
29745 * gdb.base/bitfields.exp: Use runto instead of explicit
29746 gdb_run_cmd/gdb_expect sequences.
29747
29748 * gdb.base/break.exp(text_next_with_recursion): Add match for
29749 gdb_expect call.
29750
29751 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29752 We also need to handle the "A program is being debugged already"
29753 prompt from gdb. Use gdb_test to set the baud rate.
29754
29755 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29756 to 20000. Really. I mean it.
29757
29758Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29759
29760 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29761 fails. If suppress_flag is set, skip perror message about not
29762 being able to send to GDB.
29763 (send_gdb): If suppress_flag is set, don't try to send commands to
29764 GDB.
29765 (gdb_expect): If suppress_flag is set, always fail immediately.
29766 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29767 (gdb_init): Call gdb_stop_suppressing_tests.
29768 (default_gdb_exit): Ditto.
29769 (default_gdb_start): Ditto.
29770
29771 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29772 gdb_stop_suppressing_tests as appropriate.
29773 * gdb.base/break.exp: Ditto.
29774 * gdb.base/callfuncs.exp: Ditto.
29775 * gdb.base/commands.exp: Ditto.
29776 * gdb.base/exprs.exp: Ditto.
29777 * gdb.base/funcargs.exp: Ditto.
29778 * gdb.base/list.exp: Ditto.
29779 * gdb.base/recurse.exp: Ditto.
29780 * gdb.base/scope.exp: Ditto.
29781 * gdb.base/structs.exp: Ditto.
29782 * gdb.c++/inherit.exp: Ditto.
29783
29784Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29785
29786 * config/vr4300.exp: New file.
29787
29788 * gdb.*/*.exp: Call gdb_expect instead of expect.
29789
29790 * lib/gdb.exp(gdb_expect): New function.
29791
29792Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29793
29794 * lib/gdb.exp(gdb_init): New function.
29795
29796 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29797 for each individual variable set.
29798
29799 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29800 name.
29801
29802 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29803
29804 * gdb.base/scope.exp: Use gdb_test.
29805
29806 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29807 aborting; the testsuite driver will do that for us (see
29808 gdb_finish). Also, use gdb_test in a few more places.
29809
29810Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29811
29812 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29813
29814Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29815
29816 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29817 and "add_tests" are not at the same address.
29818
29819Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29820
29821 * gdb.base/ptype.exp: Use gdb_test.
29822
29823Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29824
29825 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29826 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29827 left in. No longer expect them to fail.
29828
29829 * gdb.stabs/*.mt; Deleted, no longer used.
29830 * gdb.stabs/configure.in: Remove references to target makefile
29831 frags.
29832 * gdb.stabs/configure: Rebuilt.
29833
29834 * gdb.disasm/*.mt: Deleted, no longer used.
29835 * gdb.disasm/configure.in: Remove references to target makefile
29836 frags. Use "sh3.s" as the unique filename for this directory.
29837 * gdb.disasm/configure: Rebuilt.
29838
29839 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29840 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29841 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29842
29843Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29844
29845 * config/udi.exp: Use mondfe,name instead of remote_host.
29846
29847Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29848
29849 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29850 a function with a watchpoint enabled on the mn10200.
29851
29852 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29853 before trying to create it!
29854
29855Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29856
29857 * config/vx.exp: Use hostname instead of netport.
29858
29859 * config/vxworks.exp: New file.
29860
29861 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29862
29863 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29864 gdb before assuming everything worked. Send a ^C if a timeout
29865 occurs.
29866
29867 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29868 $gdb_spawn_id directly.
29869 (gdb_run_cmd): Try _start as well as start. Use the target feature
29870 gdb,start_symbol as the symbol to start from when jumping.
29871
29872Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29873
29874 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29875 redundant) test.
29876
29877 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29878 it doesn't lose for 16bit integer systems.
29879
29880Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29881
29882 * gdb.fortran/types.exp: If the target doesn't support "double"
29883 data types, then expect "real" types to only be 4 bytes.
29884
29885 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29886 call tests if the target doesn't support inferior function calls.
29887
29888 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29889 in printf tests.
29890
29891Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29892
29893 * gdb.base/help.exp: Disable "help set", "help show", and
29894 "help support". Simplify regexp for "help stack".
29895
29896 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29897 to 60 seconds. Temporarily set match_max to 15000 around the
29898 "info copying" test.
29899
29900 * gdb.base/nodebug.exp: Don't try to do an inferior function
29901 call if the target doesn't support them.
29902 * gdb.base/printcmds.exp: Likewise.
29903 * gdb.base/setvar.exp: Likewise.
29904 * gdb.base/structs.exp: Likewise.
29905 * gdb.c++/templates.exp: Likewise.
29906 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29907
29908 * gdb.base/recurse.exp: Enable for the mn10200.
29909
29910 * configure.in: Do configure gdb.stabs directory for *-*-elf
29911 targets.
29912 * configure: Rebuilt.
29913
29914 * gdb.base/break.exp: Check for gdb,noresults before testing
29915 exit status and/or results from the target.
29916 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29917 * lib/gdb.exp: Remove old (now bogus) initialization of
29918 noinferior, noargs, noresults and nosignals.
29919
29920Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29921
29922 * config/sh.exp: New file.
29923
29924 * config/slite.exp: Try to connect multiple times to the board
29925 before rebooting. Only send a "monitor run" if need_monitor_run
29926 is set.
29927
29928 * gdb.base/break.exp: Don't do the "stub continue" test if
29929 the target has gdb_stub set.
29930
29931 * gdb.base/callfuncs.exp: Increase the timeout.
29932
29933 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29934 if the target has gdb,noinferiorio set.
29935
29936 * gdb.base/list.exp: Increase match_max to 10000 characters.
29937
29938 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29939
29940 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29941 target.
29942
29943 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29944
29945Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29946
29947 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29948 trying to delete the copy of gdb. Catch the file delete so we
29949 don't die if the delete fails; also, the file should be copied to
29950 the host, not to the build.
29951
29952Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29953
29954 * lib/gdb.exp(gdb_test): Surround the result pattern with
29955 parenthesis in case it contains multiple regexps separated
29956 with |.
29957
29958 * gdb.base/watchpoint.exp: Use gdb_test.
29959 * gdb.base/default.exp: Ditto.
29960
29961Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29962
29963 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29964
29965 * gdb.base/scope.exp: Use gdb_test.
29966 * gdb.c++/classes.exp: Ditto.
29967 * gdb.c++/inherit.exp: Ditto.
29968
29969Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29970
29971 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29972 remote_exec instead.
29973 * gdb.base/corefile.exp: Don't be ridiculous.
29974 * gdb.base/*.c: Add missing stub invocations.
29975
29976Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29977
29978 * config/slite.exp: Miscellaneous fixes.
29979
29980 * lib/gdb.exp: Fix runto.
29981
29982 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29983 the target.
29984
29985 * gdb.base/watchpoint.exp: Fix regexp.
29986
29987 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29988 close and wait commands, as the descriptor may now be
29989 invalid. Always call "remote_close host".
29990
29991Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29992
29993 Major rewrite for testsuite revision.
29994
29995 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29996 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29997 instead of relying on spawn_id to always contain a valid
29998 spawn id.
29999 (get_compiler_info): New procedure to build the ${binfile}.ci
30000 file, instead of replicating this in N different places.
30001 (gdb_compile): New procedure.
30002
30003 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
30004 appropriate arguments) instead of compile. Use gdb_test in a lot
30005 more places. Use send_gdb instead of send. Always run gdb_start
30006 at the start of a testcase, as this is no longer done magically.
30007
30008 config/*-gdb.exp: Rename without the -gdb suffix.
30009
30010 config/mips.exp: Use remote_close instead of exit_remote_shell.
30011 config/monitor.exp: Use target_info instead of looking at
30012 baud, timeout, etc.
30013 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
30014
30015Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30016
30017 * gdb.c++/templates.exp (test_ptype_of_templates),
30018 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
30019 Update expect patterns for destructors and assignment operators
30020 to match corresponding c-typeprint.c changes.
30021 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
30022 to destructor breakpoint test, GDB should be able to set the
30023 destructor breakpoint without specifying arguments.
30024
30025Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
30026
30027 * gdb.threads/pthreads.exp: Change result for failure to compile due
30028 to lack of pthreads runtime support from an error to simply an
30029 unsupported test, per dejagnu standards.
30030
30031Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30032
30033 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
30034 where GDB exits to reduce pattern match time.
30035 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
30036
30037 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
30038
30039Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
30040
30041 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
30042 * gdb.base/default.exp: ditto.
30043 * gdb.base/nodebug.exp: ditto.
30044 * gdb.base/printcmds.exp: ditto.
30045 * gdb.base/ptype.exp: ditto.
30046 * gdb.base/setvar.exp: ditto.
30047 * gdb.base/structs.exp: ditto.
30048 * gdb.base/setshow.c: Guard against uninitialized values of argc.
30049
30050Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30051
30052 * configure, */configure: Rebuild with autoconf 2.12.
30053
30054Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30055
30056 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30057 use new i*86-pc-linux*-gnu quads.
30058 * gdb.base/corefile.exp: Ditto.
30059 * gdb.base/signals.exp: Ditto.
30060 * gdb.base/sigall.exp: Ditto.
30061 * gdb.base/interrupt.exp: Ditto.
30062
30063 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30064 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30065 RedHat 4.0.
30066
30067 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
30068 linux. This allows the test case to at least compile on latest
30069 linux, but still not run due to missing the threads runtime library.
30070
30071Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30072
30073 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30074 directory to search gdb directory. Accept and step over conditional
30075 stack alignment code. Consume $prompt in failure cases.
30076 Reset timeout to $oldtimeout instead of some arbitrary value.
30077 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30078 timeout problems with infinite stack backtraces.
30079 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30080 Accept function parameters for linkfunc member.
30081
30082Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30083
30084 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30085 (CXXFLAGS): Remove, unreferenced.
30086 (B_OPTIONS): Add for -B options and add code to initialize with
30087 previous -B options and also add -B option to pick up cross compiled
30088 runtime.
30089 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30090 doing cross compiles.
30091 (target_alias): Declare global.
30092 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30093 to verify that gcc exists in build tree, and if so set CC to that
30094 gcc and to use B_OPTIONS and TARGET_INCLUDES.
30095
30096Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30097
30098 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30099 ptype test for anonymous union. Fixup testcase to match
30100 current gcc debug output.
30101
30102Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30103
30104 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30105 force argument to an unsigned long type.
30106
30107Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30108
30109 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
30110 tests and anonymous union print/ptype tests.
30111 * gdb.base/list.exp (test_forward-search): Increase timeout by
30112 5 minutes for the "search extremely long line" case.
30113 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30114 completely optional and that the pass/fail messages use the command as
30115 the message if that third arg is a null string.
30116 (gdb_test_exact): Arrange that a null string pattern means match a
30117 null string output rather than any output, which might include random
30118 errors.
30119 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30120 backtrace test.
30121 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30122 always failing and failure is now exposed by gdb.exp changes.
30123
30124Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30125
30126 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30127 weren't being noted.
30128
30129Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30130
30131 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30132 * gdb.stabs/weird.exp: Remove v_comb xfails.
30133
30134Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
30135
30136 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30137 list.exp scope.exp watchpoint.exp]
30138 Make all timeout error msgs explicitly say "(timeout)".
30139
30140Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
30141
30142 * config/monitor.exp: Increase download timeout to 1000 seconds.
30143
30144Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
30145
30146 * config/m32r.exp: Increase timeout to 120 seconds.
30147
30148Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30149
30150 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30151 and accept older ordering as obsolescent gcc or gdb.
30152 * gdb.c++/templates.exp: Ditto.
30153 * gdb.c++/virtfunc.exp: Ditto.
30154
30155Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30156
30157 * gdb.base/coremaker.c: Add code to mmap some data so we
30158 can check that it ends up in the core file.
30159 * gdb.base/corefile.exp: Add test to read mmapped data
30160 from core file.
30161
30162Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30163
30164 * config/m32r.exp: New file.
30165
30166Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30167
30168 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30169 that cflags can contains -gstabs, and work correctly for other tests.
30170
30171Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
30172
30173 * gdb.base/setshow.exp: New file, tests show and set.
30174 * gdb.base/setshow.c: New file, tests show and set.
30175 * gdb.base/help.exp: Add test for help set|show annotate.
30176 * gdb.base/default.exp: Add test for set|show annotate.
30177
30178Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30179
30180 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30181 errors unique.
30182 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30183 explicitly.
30184
30185Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30186
30187 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30188 and width commands. This is done elsewhere.
30189 * (gdb_start): Don't call gdb_start_sim here. That's already
30190 done in gdb_load. This fixes lots of failures in default.exp.
30191
30192Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30193
30194 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30195 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30196 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30197 in the same we we treat other failures (since it may be an expected
30198 condition), rather than as an error.
30199 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30200 old test format.
30201
30202Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30203
30204 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30205 (distclean maintainer-clean realclean): No need to remove files
30206 twice. Nuke the duplicates.
30207 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30208 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30209 Remove config.h along with other config files.
30210
30211Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30212
30213 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30214 "p func1 ()" and note that rests of tests are skipped.
30215 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30216 setup_xfails for "print func2::coremaker_local".
30217 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30218 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30219 affected by the previous run test.
30220 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30221 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30222 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30223 "pass int powerset tuple" and "pass modeless int powerset tuple".
30224 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30225 "real write 4" and "real write 8".
30226 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30227 setup_xfails for "print vs1 after tuple assign 2",
30228 "print \$i after tuple assign 2", and
30229 "print vs2 after tuple assign 2".
30230 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30231 meaningful error message and return -1 so the caller can
30232 suppress further tests and avoid a cascade of errors.
30233
30234Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30235
30236 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30237 format for printing version.
30238 * gdb.base/default.exp: Ditto.
30239 * gdb.base/interrupt.exp: Fix problem with cascade of
30240 errors if child process dies while calling a function.
30241
30242Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30243
30244 * Makefile.in (VPATH): Add
30245 * Makefile.in (Makefile, config.status): Fix rules so things get
30246 remade when necessary.
30247
30248Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30249
30250 * Makefile.in (just-check): Add path to sibling expect dir
30251 to environment variable specified by RPATH_ENVVAR.
30252
30253Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30254
30255 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30256 (just-check): Add shared library paths for libstdc++, tk,
30257 tcl, bfd, and opcodes to the environment variable specified
30258 in RPATH_ENVVAR.
30259 * configure.in: Add support to recognize --enable-shared flag
30260 and generate correct value for RPATH_ENVVAR.
30261 * configure: Regenerated with autoconf.
30262
30263Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30264
30265 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30266 include all osf versions.
30267 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30268 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30269 when target is linux. When failing to build pthreads test
30270 executable, give more meaningful message.
30271 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30272 arg for pthread_create.
30273
30274Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30275
30276 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30277 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30278 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30279 and -lpthreads (everybody else).
30280 (test_startup): Fail gracefully if threads are not supported.
30281 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30282 "p/c array_index("abcdef",2)" when not gcc compiled.
30283 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30284 "print func2::coremaker_local" when not gcc compiled.
30285 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30286 "ptype on opaque struct tagname (statically)",
30287 "ptype on opaque struct tagname (dynamically) 1", and
30288 "ptype on opaque struct tagname (dynamically) 2"
30289 for not compiled with gcc.
30290 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30291 backtrace when compiled with gcc.
30292 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30293 than always return success.
30294
30295Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30296
30297 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30298
30299Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30300
30301 * gdb.base/structs.exp: Undo last change.
30302
30303Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30304
30305 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30306 encapsulate all the steps/nexts done during self test, starting
30307 at main, and makes them less sensitive to optimization issues.
30308 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30309 signal handler" test.
30310 * gdb.threads/pthreads.exp: Only run this for native configs.
30311 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30312 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30313 tests.
30314 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30315 for "runto test_calls(void)" test.
30316
30317Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30318
30319 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30320 and don't expect address info in breakpoint confirmations.
30321
30322Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30323
30324 * gdb.base/list.exp (test_forward_search): Increase timeout
30325 temporarily by 60 seconds for searching extremely long line,
30326 and then reset to old value when done. Increase expect input
30327 buffer to 10000.
30328
30329Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30330
30331 * gdb.base/list.exp (test_forward_search): Fix to handle very
30332 long source line without overflowing expect's input buffer.
30333
30334Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30335
30336 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30337 "buffer_full".
30338
30339 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30340 "buffer_full".
30341
30342 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30343 "buffer_full".
30344
30345 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30346 "buffer_full".
30347
30348Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30349
30350 * configure.in (configdirs): Add gdb.threads.
30351 * configure: Regenerated with autoconf.
30352 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30353 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30354 * gdb.threads/configure: New, generated with autoconf.
30355
30356Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30357
30358 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30359
30360Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30361
30362 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30363 each signal's status in the output of "handle all print".
30364 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30365 the \r\n sequence that immediately precedes the gdb prompt.
30366 * gdb.base/a1-selftest.exp: Save original timeout and restore
30367 after test.
30368
30369Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30370
30371 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30372 symbol.
30373
30374Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30375
30376 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30377
30378Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30379
30380 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30381 timeout by 60 seconds.
30382
30383Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30384
30385 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30386 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30387 error return.
30388
30389Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30390
30391 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30392 gdb initialization, also report how long dejagnu waited. Restore
30393 old timeout before doing error return. Temporarily increase timeout
30394 by 3 minutes to allow for slow startups over heavy NFS use.
30395
30396Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30397
30398 * lib/gdb.exp: Report timeout value for verbosity level 2.
30399 * config/gdbserver.exp: Ditto.
30400 * config/hppro.exp: Ditto.
30401 * config/mips-gdb.exp: Ditto.
30402 * config/monitor.exp: Ditto.
30403 * config/netware.exp: Ditto.
30404 * config/sim-gdb.exp: Ditto.
30405 * config/slite-gdb.exp: Ditto.
30406 * config/udi-gdb.exp: Ditto.
30407 * config/unix-gdb.exp: Ditto.
30408 * config/vx-gdb.exp: Ditto.
30409 * gdb.base/a1-selftest.exp: Ditto.
30410 * gdb.base/a2-run.exp: Ditto.
30411 * gdb.base/break.exp: Ditto.
30412 * gdb.base/corefile.exp: Ditto.
30413 * gdb.base/list.exp: Ditto.
30414 * gdb.base/recurse.exp: Ditto.
30415 * gdb.base/scope.exp: Ditto.
30416 * gdb.base/signals.exp: Ditto.
30417
30418Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30419
30420 * gdb.threads/Makefile.in (docdir): Removed.
30421
30422Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30423
30424 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30425 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30426 @srcdir@.
30427 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30428 autoconf 2.5 or higher.
30429 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30430
30431Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30432
30433 * configure: Regenerated.
30434 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30435 avoid name clashes with SunOS headers.
30436
30437Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30438
30439 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30440
30441Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30442
30443 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30444 prototype information ends up in the compiler info file.
30445
30446Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30447
30448 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30449 attempting to regenerate it. Eliminate use of a temporary file
30450 and just generate the info file directly. Source it immediately,
30451 for consistency of use.
30452 * gdb.base/corefile.exp: Ditto
30453 * gdb.base/exprs.exp: Ditto.
30454 * gdb.base/funcargs.exp: Ditto.
30455 * gdb.base/langs.exp: Ditto.
30456 * gdb.base/list.exp: Ditto.
30457 * gdb.base/mips_pro.exp: Ditto.
30458 * gdb.base/nodebug.exp: Ditto.
30459 * gdb.base/opaque.exp: Ditto.
30460 * gdb.base/ptype.exp: Ditto.
30461 * gdb.base/scope.exp: Ditto.
30462 * gdb.base/setvar.exp: Ditto.
30463 * gdb.base/signals.exp: Ditto.
30464 * gdb.base/whatis.exp: Ditto.
30465 * gdb.c++/templates.exp: Ditto.
30466 * gdb.c++/virtfunc.exp: Ditto.
30467 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30468 whether or not to add -lstdc++ to the compile command line args.
30469
30470Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30471
30472 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30473 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30474 Increase timeout, a lot of single stepping might be needed if the
30475 target has no hardware watchpoints.
30476
30477Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30478
30479 * gdb.base/break.exp: Ignore compiler warnings when compiling
30480 break.c.
30481 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30482 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30483 from remote-sim.
30484 * gdb.base/exprs.exp: Add h8300 xfails.
30485 * gdb.base/funcargs.exp: Likewise.
30486 * gdb.base/nodebug.exp: Likewise.
30487 * gdb.base/printcmds.exp: Likewise.
30488 * gdb.base/ptype.exp: Likewise.
30489 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30490 h8300 xfails.
30491 * gdb.base/return.exp: Handle float/double precision problems
30492 on the h8300.
30493 * gdb.base/funcargs.c: Explicitly make last constant argument to
30494 call_after_alloca_subr an unsigned long type.
30495 * gdb.base/return.c: Include stdio.h.
30496
30497Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30498
30499 * config/abug.exp: New file for the older Motorola Bug monitor
30500 that runs on the mvme13x series VME boards.
30501 * config/monitor.exp: Use the new config array for target settings
30502 if they exist.
30503
30504Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30505
30506 * sim-gdb.exp: Make the SH simulator allocate less space when
30507 it is targeted.
30508
30509Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30510
30511 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30512 test.
30513
30514Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30515
30516 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30517 "rs6000-*-*" for "list function in include file" when gcc compiled.
30518 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30519 for "p ctable1[120]".
30520 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30521 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30522 Remove setup_xfail for "rs6000-*-*" for
30523 "print 'scope0.c'::filelocal before run".
30524 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30525 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30526 since some compilers don't allow both options to be given
30527 on the same command line. Create object file and move it.
30528
30529Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30530
30531 * gdb.base/corefile.exp: Always regenerate the core file, since
30532 we always regenerate the coremaker program. Detect special case
30533 where registers cannot be read from core file.
30534
30535Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30536
30537 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30538 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30539 * gdb.c++/templates.exp: Only match on basename of file since
30540 some formats like xcoff don't encode directory information.
30541 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30542 and rs6000 AIX xcoff targets.
30543 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30544 * configure: Regenerate.
30545 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30546 here, rather than in distclean.
30547
30548Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30549
30550 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30551 defined, and use it to compile the test case with -O2. The
30552 native compilation still uses no optimization.
30553 * gdb.base/mips_pro.c: Remove inline assembly code since
30554 it is compiled PIC by default, which results in assembler
30555 warnings that make the testsuite think the compilation
30556 was unsuccessful.
30557
30558Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30559
30560 * gdb.c++/misc.exp: Add note to message for
30561 "print s.a for foo struct" that this is a known gcc 2.7.2
30562 and earlier bug.
30563
30564Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30565
30566 * gdb.base/break.exp: Fix pattern for matching "Delete all
30567 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30568 setup_xfail for deleting all breakpoints test. Fix various
30569 timeout messages to include "(timeout)".
30570 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30571 for "p t_float_values2(3.14159,float_val2)".
30572 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30573 for "continue to call2g" when gcc compiled.
30574 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30575 "up to foo in langs.exp", "show language at foo in langs.exp",
30576 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30577 and "show language at fsub in langs.exp".
30578 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30579 "list line 1 in include file", "list message for lines past EOF",
30580 "list function in include file", "list list0.h:foo", and
30581 "list filename:function; nonexistant function".
30582 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30583 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30584 and "ptype t_char_array" to be for native cc only.
30585
30586Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30587
30588 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30589 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30590 "print func2::coremaker_local", and "backtrace in corefile.exp".
30591
30592Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30593
30594 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30595 "bt in signals.exp". This problem only appears when running
30596 the testsuite, and then only intermittently.
30597
30598Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30599
30600 * gdb.base/return.exp (return_tests): Differentiate between
30601 two tests of continuing.
30602
30603Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30604
30605 * */Makefile.in (maintainer-clean): Remove config.log.
30606 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30607 * gdb.c++/Makefile.in (PROGS): Add inherit.
30608 (clean): Remove *.ci.
30609
30610Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30611
30612 * gdb.c++/misc.cc: Add test code from Mike Stump.
30613 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30614
30615Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30616
30617 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30618 to "alpha-*-osf2*" and add comment.
30619 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30620 setup_xfail for "step over execarg initialization" and
30621 "step over corearg initialization".
30622 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30623 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30624 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30625 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30626 "print func2::coremaker_local", and "backtrace in corefile.exp".
30627 * gdb.base/signals.exp: Build and source signals.ci.
30628 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30629 to be for gcc only.
30630 * lib/gdb.exp: Move verbose statements outside conditionals.
30631
30632Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30633
30634 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30635 Feb 3 procfs.c change.
30636
30637Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30638
30639 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30640
30641Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30642
30643 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30644 from dejagnu's apparent default of 10 seconds, which gives random
30645 results when running the tests over NFS on moderately loaded systems.
30646 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30647
30648Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30649
30650 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30651 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30652 result reports.
30653
30654Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30655
30656 * configure.in (CY_AC_PATH_TCLH): Remove.
30657 * configure: Regenerate.
30658
30659Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30660
30661 * gdb.c++/Makefile.in (clean): Add missing '{'.
30662
30663Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30664
30665 * lib/gdb.exp: Provide a default value for noinferior.
30666
30667 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30668 Load libgloss.exp.
30669
30670Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30671
30672 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30673 the executable, not the .o to run the tests from.
30674
30675Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30676
30677 * gdb.base/break.exp: Don't test for program exit or exit status
30678 if $noresults if nonzero.
30679 * gdb.base/langs.exp: Likewise.
30680 * gdb.base/watchpoint.exp: Likewise.
30681
30682 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30683 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30684 trying to compile the testcase.
30685
30686Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30687
30688 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30689 * gdb.base/signals.exp (continue to handler): Likewise.
30690
30691Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30692
30693 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30694
30695 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30696
30697Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30698
30699 * gdb.base/corefile.exp: Recognize "not found" as failure
30700 when trying to determine if a core file was generated.
30701 If no core file was generate the first time, try again without
30702 the ulimit -c to work around braindamaged shells.
30703
30704Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30705
30706 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30707 [] tests with "test" and enclose string in quotes.
30708 * gdb.stabs/configure: Rebuild
30709
30710Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30711
30712 Changes in sync with expect:
30713 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30714 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30715 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30716 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30717 argument to AC_REQUIRE.
30718 * configure: Regenerated.
30719
30720Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30721
30722 * gdb.base/corefile.exp: When generating a core, discard any
30723 error messages about ulimit not found and the "core dumped"
30724 message from the shell that runs the coredumper.
30725
30726Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30727
30728 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30729
30730 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30731 which sed script to run. Expect failure for v_comb test
30732 on PA targets too.
30733
30734Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30735
30736 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30737 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30738
30739Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30740
30741 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30742 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30743 "sparc-sun-solaris*" xfails for "p v_comb".
30744 * lib/gdb.exp (default_gdb_start): Fix typo.
30745 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30746 messages to not include the full program name that caused
30747 the core dump since some systems (such as solaris) apparently
30748 truncate this path to about 80 characters.
30749 When generating a core file first try increasing the core file
30750 size limit to unlimited since some systems may default it to
30751 zero, and it is harmless to try it. Move the test for failing
30752 to generate a core file to where it will actually get executed.
30753 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30754 new gdb result from g++ debug info improvements and make old
30755 pattern obsolescent. Also account for size_t differences
30756 (may be int or long).
30757 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30758 initialization before function call is placed in the delay slot
30759 and thus appears to be skipped over by commands such as "next".
30760
30761Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30762
30763 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30764
30765Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30766
30767 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30768 input source file; fix code to compile test to deal with this
30769 convention.
30770 * gdb.c++/*.exp: Likewise.
30771
30772Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30773
30774 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30775 "bt in signals.exp".
30776
30777Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30778
30779 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30780 "step over execarg initialization" and
30781 "step over corearg initialization".
30782
30783Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30784
30785 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30786 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30787
30788Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30789
30790 From Rob Savoye (rob@poseidon.cygnus.com)
30791 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30792 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30793 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30794 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30795 configure.in}: Major reworking for autoconfig.
30796 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30797 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30798 New files.
30799 * config/unix-gdb.exp: Make GDB global.
30800 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30801 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30802 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30803 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30804 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30805 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30806 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30807 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30808 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30809 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30810 pr-8136.exp, result.exp, string.exp, tuples.exp},
30811 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30812 to returns as necessary, arrange for test to compile own testcase
30813 executable.
30814 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30815
30816Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30817
30818 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30819 clear_xfail at end of test which might not call either pass or fail.
30820 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30821 "backtrace through signal handler".
30822
30823Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30824
30825 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30826 continuing from a job control stop signal.
30827 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30828
30829Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30830
30831 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30832 * gdb.base/corefile.exp: Likewise.
30833 * gdb.base/funcargs.exp: Likewise.
30834
30835Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30836
30837 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30838 * config/monitor.exp: Add support for setting baud rate.
30839
30840Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30841
30842 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30843 i*86-*-linux* xfails for "backtrace through signal handler".
30844 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30845 "print func2::coremaker_local".
30846 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30847 alpha-dec-osf2* xfail for
30848 "delete all breakpoints when none".
30849
30850Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30851
30852 * gdb.base/break.exp: Change test that deletes all breakpoints
30853 when no user breakpoints are installed. A post 4.15 change
30854 causes gdb to no longer prompt in this case.
30855
30856Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30857
30858 * gdb.base/return.exp (return_tests): Change xfail for test
30859 "correct value returned double test" to stop xfailing at
30860 Solaris 2.5. Apparently the bug has been fixed.
30861
30862Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30863
30864 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30865 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30866
30867Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30868
30869 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30870 * gdb.disasm/hppa.s: Corresponding changes.
30871
30872Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30873
30874 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30875 makefile fragment.
30876 * config/mt-hpux: Deleted.
30877
30878Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30879
30880 * Many files: When warning about suppressed tests due to a
30881 nonexistant test binary, avoid incrementing the warning count.
30882
30883Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30884
30885 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30886
30887Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30888
30889 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30890 "sparc-*-solaris2*".
30891
30892Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30893
30894 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30895 Add global and local variables and initialize them.
30896 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30897 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30898 extracts the file name and terminating signal from the core file.
30899 * TODO: Remove note about tests for correct mapping of corefile.
30900 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30901 from optimizing it away.
30902 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30903 handles common blocks.
30904
30905Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30906
30907 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30908 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30909
30910Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30911
30912 * Makefile.in (maintainer-clean): New target, synonym for
30913 realclean.
30914 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30915 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30916 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30917 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30918 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30919 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30920
30921Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30922
30923 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30924 xfails when not gcc compiled for "print foo::funclocal".
30925 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30926 "print foo::funclocal at foo",
30927 "print 'scope1.c'::foo::funclocal at foo",
30928 "print foo::funclocal_bss at foo",
30929 "print 'scope1.c'::foo::funclocal_bss at foo",
30930 "print foo::funclocal_ro at foo",
30931 "print 'scope1.c'::foo::funclocal_ro at foo",
30932 "print bar::funclocal at foo" and
30933 "print 'scope1.c'::bar::funclocal at foo".
30934 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30935 gcc compiled for "print foo::funclocal at bar".
30936 Expand all messages to ensure that they identify that
30937 the test is at bar().
30938 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30939 gcc compiled for:
30940 "ptype on opaque struct pointer (statically)",
30941 "ptype on opaque struct tagname (statically)",
30942 "ptype on opaque struct pointer (dynamically) 1",
30943 "ptype on opaque struct tagname (dynamically) 1",
30944 "ptype on opaque struct pointer (dynamically) 2" and
30945 "ptype on opaque struct tagname (dynamically) 2
30946 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30947 gcc compiled for:
30948 "p datalocal"
30949 "whatis datalocal",
30950 "ptype datalocal",
30951 "p bsslocal",
30952 "whatis bsslocal", and
30953 "ptype bsslocal".
30954 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30955 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30956 when not gcc compiled.
30957 * gdb.base/funcargs.exp (float_and_integral_args): Add
30958 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30959 compiled.
30960 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30961 "backtrace from call6a" when not gcc compiled.
30962 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30963 "backtrace from call7a" when not gcc compiled.
30964 * gdb.base/callfuncs.exp (do_function_calls):
30965 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30966 "p t_char_array_values(char_array_val2,char_array_val1)",
30967 "p t_char_array_values(char_array_val1,char_array_val2)",
30968 "p t_char_array_values("carray 1","carray 2")",
30969 "p t_char_array_values("carray 1",char_array_val2)",
30970 "p t_char_array_values(char_array_val1,"carray 2")",
30971 "p sum_args(1,{2})",
30972 "p sum_args(2,{2,3})",
30973 "p sum_args(3,{2,3,4})",
30974 "p sum_args(4,{2,3,4,5})"
30975 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30976 "backtrace in corefile.exp" when not gcc compiled.
30977
30978Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30979
30980 * gdb.base/signals.exp: Rewrite `handle all print' test as
30981 a procedure. Accept blanks or TABs as whitespace, increase
30982 timeout and expect input buffer size for the large output
30983 from the command. Remove "i*86-*-bsdi2.0" xfail.
30984
30985Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30986
30987 * gdb.base/setvar.exp: Add new testcases for truncation when
30988 assigning invalid values to bitfields.
30989
30990Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30991
30992 * gdb.base/callfuncs.exp (do_function_calls): Remove
30993 mips-sgi-irix* xfail for
30994 "call inferior func with struct - returns char *"
30995 and fix test so that an optional (unsigned char *) cast is
30996 accepted in the result.
30997
30998Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30999
31000 * gdb.base/funcargs.exp (float_and_integral_args): Remove
31001 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31002 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
31003 * gdb.base/signals.exp: Remove duplicate "handle all print" test
31004 that accidentally got checked in.
31005
31006Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
31007
31008 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
31009 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
31010 compiled test.
31011 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
31012 Add mips-sgi-irix5* xfail for not gcc compiled.
31013 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
31014 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
31015 compiled for "p top", "whatis top", "p middle", and "whatis
31016 middle".
31017 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
31018 "whatis signed char" for not gcc compiled.
31019 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
31020 "set variable signed char=-1 (-1)" and
31021 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
31022 * gdb.base/funcargs.exp (float_and_integral_args):
31023 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
31024 Add mips-sgi-irix* xfail when not gcc compiled for
31025 "continue to call2b".
31026 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
31027 "continue to call2g".
31028 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
31029 compiled for "backtrace from call6a"
31030 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
31031 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
31032 when not gcc compiled for "backtrace from call7a".
31033 (localvars_after_alloca): Fix gdb_test cmds for
31034 "print * after runto ...".
31035 Remove rs6000-*-* xfails for
31036 "print i after runto localvars_after_alloca" and
31037 "print l after runto localvars_after_alloca"
31038 for all compilers.
31039 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
31040 when not compiled with gcc, for:
31041 "print signed char == (minus)",
31042 "print signed char != (minus)",
31043 "print signed char < (minus)",
31044 "print signed char > (minus)".
31045 * gdb.base/callfuncs.exp (do_function_calls):
31046 Add mips-sgi-irix* xfail, when compiled with native compiler, for
31047 "call inferior func with struct - returns char *".
31048 * gdb.base/return.exp (return_tests): Change xfail for
31049 "correct value returned double test" to include Solaris 2.4.
31050 * gdb.base/funcargs.exp (float_and_integral_args):
31051 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31052
31053Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31054
31055 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31056 enumeration bitfields if compiling with GNU C.
31057 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31058 to empty' prompt.
31059
31060Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31061
31062 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31063 test for PRO targets.
31064
31065 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31066 breakpoints in the inferior at any given time by making
31067 two groups of breakpoints for call2*, call6* and call7*
31068 tests.
31069
31070Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31071
31072 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31073 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31074 from optimizing it away.
31075 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31076 "call inferior func with struct".
31077
31078Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31079
31080 * configure.in: Only configure gdb.chill for particular targets.
31081
31082Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31083
31084 * gdb.base/Makefile.in: Add action to .c.o transformation
31085 rule that generates a .ci file for each .o file and remove
31086 explicit .c.o rules except for callfuncs.o.
31087 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31088 generates a .ci file for each .o file and remove explicit
31089 .cc.o rules.
31090 (clean): Remove *.tmp *.ci files.
31091 (EXECUTABLES): Remove templ-info.exp.
31092 * gdb.base/compiler.c: New file.
31093 * gdb.c++/compiler.cc: New file
31094 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31095 Change rs6000-*-* xfail for
31096 "print 'scope0.c'::filelocal_ro" and
31097 "print 'scope1.c'::filelocal" and
31098 "print 'scope1.c'::filelocal_bss" and
31099 "print 'scope1.c'::filelocal_ro" and
31100 "print 'scope1.c'::foo::funclocal" and
31101 "print 'scope1.c'::foo::funclocal_ro" and
31102 "print 'scope1.c'::bar::funclocal" and
31103 "print 'scope0.c'::filelocal_ro" and
31104 "print 'scope1.c'::filelocal at foo" and
31105 "print 'scope1.c'::filelocal_bss at foo" and
31106 "print 'scope1.c'::filelocal_ro at foo" and
31107 "print 'scope1.c'::foo::funclocal at foo" and
31108 "print 'scope1.c'::foo::funclocal_bss at foo" and
31109 "print 'scope1.c'::foo::funclocal_ro at foo" and
31110 "print 'scope1.c'::bar::funclocal at foo" and
31111 "print 'scope0.c'::filelocal_ro" and
31112 "print 'scope1.c'::filelocal" and
31113 "print 'scope1.c'::filelocal_bss" and
31114 "print 'scope1.c'::filelocal_ro" and
31115 "print 'scope1.c'::foo::funclocal" and
31116 "print 'scope1.c'::foo::funclocal_bss" and
31117 "print 'scope1.c'::foo::funclocal_ro" and
31118 "print 'scope1.c'::bar::funclocal" and
31119 "print 'scope1.c'::bar::funclocal_bss"
31120 to only be xfail'd when not compiled with gcc.
31121 Add rs6000-*-* xfail for
31122 "print 'scope0.c'::filelocal_bss before run"
31123 when compiled with gcc.
31124 (test_at_main): Add rs6000-*-* xfail for
31125 "print filelocal_ro in test_at_main"
31126 when compiled with gcc.
31127 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
31128 Add rs6000-*-aix* xfail for
31129 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31130 "ptype t_char_array", not compiled with gcc.
31131 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31132 xfail for "list foo (in include file)" when gcc compiled.
31133 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
31134 (integral_args): Add rs6000-*-* xfail for
31135 "run to call0a" if not compiled with gcc.
31136 (unsigned_integral_args): Add rs6000-*-* xfail for
31137 "run to call1a" if not compiled with gcc.
31138 (float_and_integral_args): Add rs6000-*-* xfail for
31139 "run to call2a" if not compiled with gcc and for
31140 "continue to call2b" for any compiler.
31141 Add rs6000-*-* xfail to
31142 "print f1 after run to call2a" for gcc compiled.
31143 (discard_and_shuffle): Add rs6000-*-* xfail for
31144 "run to call6a".
31145 (shuffle_round_robin): Add rs6000-*-* xfail for
31146 "backtrace from call7a" if not compiled with gcc.
31147 Add rs6000-*-* xfail for
31148 "backtrace from call7b" if compiled with gcc.
31149 (call_after_alloca): Add rs6000-*-* xfail for
31150 "print c in call_after_alloca" and
31151 "print s in call_after_alloca" and
31152 "backtrace from call_after_alloca_subr"
31153 if not compiled with gcc.
31154 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31155 "print c in localvars_in_indirect_call" and
31156 "print c in localvars_in_indirect_call" and
31157 "backtrace in indirectly called function" and
31158 "stepping into indirectly called function"
31159 if not compiled with gcc.
31160 (localvars_after_alloca): Add rs6000-*-* xfail for
31161 "print c after runto localvars_after_alloca" and
31162 "print s after runto localvars_after_alloca" and
31163 "print i after runto localvars_after_alloca" and
31164 "print l after runto localvars_after_alloca"
31165 for all compilers.
31166 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31167 than whatis-info.exp.
31168 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31169 than opaque-info.exp.
31170 Setup rs6000-*-* xfail for
31171 "ptype on opaque struct pointer (statically)" and
31172 "ptype on opaque struct pointer (dynamically)" when
31173 not compiled with gcc.
31174 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31175 rather than callf-info.exp.
31176 (do_function_calls): Add clear_xfail for rs6000-*-* for
31177 "p t_float_values2(3.14159,float_val2)". Seems to work
31178 fine there, both with xlc and gcc. Need to find out what
31179 it is doing right and fix other platforms.
31180 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31181 "call inferior func with struct - returns int",
31182 "call inferior func with struct - returns long",
31183 "call inferior func with struct - returns float",
31184 "call inferior func with struct - returns double",
31185 "call inferior func with struct - returns char *",
31186 but only if not gcc compiled (presumes xlc compiled).
31187 Change rs6000-*-* xfails for
31188 "call inferior func with struct - returns char" and
31189 " call inferior func with struct - returns short" to only
31190 xfail if not using gcc.
31191 (clean mostlyclean): Remove *.ci and *.tmp files.
31192 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31193 than templ-info.exp.
31194 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31195 Add rs6000-*-* xfail for "up to foo in langs.exp"
31196 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31197 when not gcc compiled.
31198
31199Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31200
31201 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31202 * gdb.base/corefile.exp: Likewise.
31203 * gdb.base/list.exp: Likewise.
31204 * gdb.base/scope.exp: Likewise.
31205 * gdb.base/siganls.exp: Likewise.
31206
31207 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31208 compiler output.
31209 * gdb.base/whatis.exp: Likewise.
31210
31211Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31212
31213 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31214 failure (opcode table has been fixed to match reality).
31215
31216Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31217
31218 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31219 "call inferior func with struct - returns char",
31220 "call inferior func with struct - returns short"
31221
31222 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31223 "print 'scope0.c'::filelocal at main",
31224 "print 'scope0.c'::filelocal_bss in test_at_main",
31225 "print 'scope0.c'::filelocal at foo",
31226 "print 'scope0.c'::filelocal_bss in test_at_foo",
31227 "print 'scope0.c'::filelocal at bar",
31228 "print 'scope0.c'::filelocal_bss in test_at_bar"
31229
31230 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31231 in source file 1". This bug seems to have been fixed with both
31232 gcc and native cc (was native assembler bug?).
31233
31234Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31235
31236 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31237 "backtrace through signal handler" to "i*86-*-sysv4*".
31238 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31239 continue" case. Add "known SVR4 bug" to fail message.
31240 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31241 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31242 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31243 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31244 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31245 "up to foo in langs.exp", "show language at foo in
31246 langs.exp", "up to cppsub_ in langs.exp", "show
31247 language at cppsub_ in langs.exp", "up to fsub in
31248 langs.exp", and "show language at fsub in langs.exp".
31249 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31250 "bactrace in corefile.exp".
31251 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31252 "call inferior function with struct - returns float" and
31253 "call inferior function with struct - returns double".
31254
31255Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31256
31257 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31258 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31259 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31260 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31261
31262Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31263
31264 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31265 (or overriden) "CHILL" macro rather then bare "gcc".
31266 Also look for ../../gcc/xgcc since that is what we will
31267 actually need, not "Makefile". Remove following assignment
31268 of CHILL to CHILL_FOR_TARGET because that results in
31269 recursive definition.
31270
31271Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31272
31273 * gdb.base/corefile.exp: Change xfail for backtrace in
31274 corefile.exp from linuxaout to all linux.
31275 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31276 cases where we miss the breakpoint at the signal handler
31277 for some reason. Setup xfail for linuxoldld/linuxaout and
31278 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31279 hitting SIGURG breakpoint.
31280 * gdb.base/signals.exp: Setup xfail for "next" acting like
31281 continue to add linuxoldld. Setup xfail for all linux for
31282 "next to handler in signals_tests_1", "backtrace in
31283 signals_tests_1", "continue to func1", "pass SIGUSR1",
31284 and continue to handler".
31285
31286Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31287
31288 * Update all FSF addresses except those in COPYING* files.
31289
31290Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31291
31292 * gdb.base/a2-run.exp: Change messages to be more explicit about
31293 the status of args, and quote binfile in results.
31294
31295Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31296
31297 * gdb.base/callfuncs.exp: Add tests for passing structs to
31298 inferior functions and return various types.
31299 * gdb.base/callfuncs.c: Add functions to receive a struct
31300 and return a member of the struct, in various types.
31301
31302Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31303
31304 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31305
31306Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31307
31308 * config/vxworks29k.exp: New file, sources vxworks.exp.
31309
31310Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31311
31312 * config/gdbremote.exp: New file. Testing framework using
31313 gdbserver.
31314
31315Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31316
31317 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31318 "call function when asleep" and "send end of file".
31319 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31320 for "backtrace in corefile.exp".
31321 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31322 for "backtrace through signal handler".
31323 * gdb.base/corefile.exp: Make sure we actually generate a core file
31324 before trying the core tests. Some systems allow the user to suppress
31325 generation of core files and default to that (linux for example).
31326 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31327 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31328
31329Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31330
31331 * gdb.threads: New directory with some crude multi-threaded
31332 gdb tests (step.exp and step2.exp).
31333 * config/mt-lynx (STEP_EXECUTABLE): Define.
31334 (THREADFLAGS): Define.
31335
31336Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31337
31338 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31339
31340 * gdb.base/signals.exp: Disable whole file for lynx until
31341 further notice.
31342
31343 * gdb.base/signals.exp: xfail test where "next" acts like
31344 "continue" for lynx.
31345
31346 * gdb.base/interrupt.exp: xfail test for calling function while
31347 inferior is asleep for lynx.
31348
31349 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31350 than one cr-lf after each command.
31351
31352Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31353
31354 * configure.in: Reinstate setting of stabsdirs variable, fix
31355 typo in setting up configdirs for native builds.
31356
31357 * gdb.base/return.exp: Fix typo in return double test.
31358 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31359 compiler from optimizing them away.
31360
31361Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31362
31363 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31364 sequences to be echo'd by gdb when using gdb_test.
31365 * gdb.chill/chexp.exp: Likewise.
31366 * gdb.fortran/exprs.exp: Likewise
31367
31368Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31369
31370 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31371 after the inferior gdb has started.
31372
31373 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31374 after each command.
31375 * gdb.base/funcargs.exp: Likewise.
31376 * gdb.base/gdbvars.exp: Likewise.
31377 * gdb.base/interrupt.exp: Likewise.
31378 * gdb.base/list.exp: Likewise.
31379 * gdb.base/watchpoint.exp: Likewise.
31380 * gdb.c++/demangle.exp: Likewise.
31381 * gdb.c++/inherit.exp: Likewise.
31382 * gdb.chill/chexp.exp: Likewise.
31383 * gdb.fortran/exprs.exp: Likewise.
31384
31385 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31386 test if we can't handle IO to/from the inferior.
31387
31388 * gdb.c++/misc.exp: Always check for a program already being
31389 started after sending a "run" command to gdb.
31390
31391 * gdb.base/twice.exp: Start with a fresh gdb.
31392
31393 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31394 only depend on gdb's expression code, not the chill runtime.
31395
31396 * gdb.base/return.c: Put return values into variables so we
31397 can have gdb print them rather than depending on the program
31398 to print them.
31399 * gdb.base/return.exp: Corresponding changes.
31400
31401 * lib/gdb.exp: Provide default value for noinferiorio.
31402 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31403 the inferior.
31404
31405 * gdb.base/break.exp: Always check for a program already being
31406 started after sending a "run" command to gdb.
31407 (text_next_with_recursion): Don't check the output from the
31408 program's printf statement. Instead just make sure the program
31409 exited.
31410
31411 * gdb.base/commands.exp: Protect tests which need arguments with
31412 $noargs conditionals.
31413
31414Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31415
31416 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31417 of structure member arrays to match gdb/valops.c:value_addr change.
31418
31419Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31420
31421 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31422 cases.
31423
31424Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31425
31426 * configure.in (configdirs): Remove gdb.chill from default list
31427 of subdirs and then add it back in only if doing a native build.
31428 The current chill compiler does not yet work in any cross build.
31429 * Revert all signal changes from Jul 6.
31430 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31431 for sh-hms targets, allowing these tests to link, with no other
31432 changes. Testing is suppressed by setting "nosignals" in site.exp.
31433
31434Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31435
31436 * configure.in (signaldirs): Define and add to configdirs for all
31437 targets except some specific ones that are known to not support signals.
31438 Also clean up formatting.
31439 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31440 (signals, sigall): Remove rules to build.
31441 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31442 Moved to new gdb.signals directory.
31443 * gdb.signals: New test directory.
31444 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31445 signals.c signals.exp}: New or moved files.
31446
31447Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31448
31449 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31450
31451Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31452
31453 * gdb.base/return.exp: Xfail `return double' test failure
31454 on at least Solaris 2.3 and handle future/past versions on
31455 a case by case basis as appropriate. Also update message
31456 to include i*86 failures.
31457
31458Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31459
31460 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31461
31462 * lib/gdb.exp: Fix comment which erroneously identified
31463 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31464 gdb_file_cmd not gdb_load).
31465 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31466
31467 * gdb.base/setvar.exp: Make test names consistent between pass and
31468 fail cases. Use gdb_test more.
31469
31470Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31471
31472 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31473
31474Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31475
31476 * gdb.base/help.exp: Fix expected help string for `show commands'.
31477
31478Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31479
31480 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31481
31482 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31483 of a text section.
31484
31485Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31486
31487 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31488 that loop eventually terminates. Fix Connection refused logic so
31489 that testsuite will expire nicely.
31490
31491Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31492
31493 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31494 config/rom68k.exp: New tcl glue for the appropriate monitors.
31495 These all just end up calling monitor.exp.
31496 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31497 refused' by retrying. Cleanup some timeout issues.
31498 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31499 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31500 callers don't have to set/restore global timeout variable.
31501
31502 * The following set of changes centralizes management of the global
31503 timeout variable. This way, it can be set in one target dependent
31504 place instead of dozens of places scattered throughout the test suite.
31505 If you need to lengthen a timeout, then you should either set timeout
31506 in one of the config/{target}.exp files, or multiply it by a factor.
31507 Setting it to an absolute value is always going to lose for some
31508 targets.
31509 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31510 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31511 * gdb.base/funcargs.exp: Don't set timeout.
31512 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31513 * gdb.base/printcmds.exp (test_print_string_constants
31514 test_print_array_constants): Don't set timeout.
31515 * gdb.base/ptype.exp: Don't set timeout.
31516 * gdb.base/recurse.exp: Don't set timeout.
31517 * gdb.base/return.exp: Don't set timeout.
31518 * gdb.base/watchpoint.exp: Don't set timeout.
31519 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31520 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31521
31522Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31523
31524 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31525
31526Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31527
31528 * lib/gdb.exp: Disable chill tests for irix5.
31529
31530Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31531
31532 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31533 each test pass or fail.
31534
31535Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31536
31537 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31538 xlc not gcc.
31539
31540Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31541
31542 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31543
31544Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31545
31546 * config/est.exp: Fix copyright and comments. Remove dead code.
31547 Use targetname, serialport and baud variables instead of fixed
31548 constants.
31549 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31550 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31551
31552Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31553
31554 * gdb.base/watchpoint.exp: Don't run
31555 test_watchpoint_triggered_in_syscall for sunos.
31556
31557Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31558
31559 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31560 they don't seem to exist. Do include stdio.h.
31561
31562Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31563
31564 * gdb.base/a1-selftest.exp: Add alpha xfail.
31565
31566Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31567
31568 * gdb.base/watchpoint.c (main): Prompt before calling read().
31569 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31570 Revise accordingly. Remove cruft about sending "123" several
31571 times, until it gets noticed. Clean up the "print buf[0]" stuff
31572 so that it passes or fails, and waits for prompts in the usual way.
31573
31574Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31575
31576 * gdb.base/recurse.exp: Fix comment.
31577
31578 * TODO: Remove item about printing variables in nodebug.exp. Add
31579 item about enabling tests which are only run on some targets.
31580
31581 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31582 fail, make test names unique, use new gdb_test convention
31583 regarding pattern, use gdb_test more, etc.).
31584
31585 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31586 fail, make test names unique, etc.).
31587
31588Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31589
31590 * gdb.base/nodebug.c: Change return type of top and middle to
31591 short.
31592 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31593 are fixed by the recent mdebugread.c changes. Allow `short ()'
31594 as type for top and middle.
31595
31596Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31597
31598 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31599 nearly as I can tell, the whole thing was an accident in Stu's
31600 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31601 to replace a send/expect pair with gdb_test, but ended up only
31602 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31603 of 30 Mar 1995 took care of it, but left this vestigial comment
31604 which I am now nuking.
31605
31606Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31607
31608 * gdb.base/break.exp: Look for different line number for
31609 breakpoint at main depending on usestubs.
31610
31611Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31612
31613 * gdb.base/list.exp: Adjust some alternate expect patterns to
31614 match recent list0.c change. Add alternate expect pattern for
31615 output from `list default lines around main' for optimizing
31616 compilers.
31617
31618Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31619
31620 * lib/gdb.exp: If nosignals is not set, set it to 0.
31621
31622Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31623
31624 * config/slite-gdb.exp: Responds to load symbol table prompt.
31625 * gdb.base/break.exp: Adjust line number, fix rerun.
31626 * gdb.base/langs0.c: Add #ifdef usestubs.
31627
31628Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31629
31630 * gdb.base/list.exp: Adjust line contents after adding new lines in
31631 list0.c. Also fix a syntax error.
31632
31633 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31634 * gdb.base/break.exp: ditto.
31635 * gdb.base/list.exp: ditto.
31636 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31637 * gdb.base/run.c: ditto.
31638 * gdb.base/list0.c: ditto.
31639 * gdb.base/funcargs.c: ditto.
31640
31641Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31642
31643 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31644 $targetname, $serialport and $baud instead of hardwired variables.
31645 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31646 target doesn't support signals.
31647
31648Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31649
31650 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31651
31652Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31653
31654 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31655 Don't rely on the value of an auto variable before it has been
31656 initialized. Use gdb_test more.
31657
31658Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31659
31660 * lib/gdb.exp (default_gdb_version): A version number must start
31661 with a digit, but other than that contains all characters up to
31662 the first whitespace character.
31663
31664Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31665
31666 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31667
31668Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31669
31670 * gdb.c++/*.exp: Warn if executable does not exist. The original
31671 reason for skipping the warning was that configure.in sometimes
31672 intentionally skipped building the executables but the tcl code
31673 had no way of knowing. That (a) was always bogus with respect to
31674 error handling, (b) is no longer true (right now there is no way
31675 to skip C++ tests).
31676
31677 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31678
31679Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31680
31681 * gdb.base/list.exp: Add expect patterns for output from
31682 SunPRO compiled executables.
31683 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31684 types.
31685
31686Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31687
31688 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31689 number (we are already testing that the correct source line text
31690 gets printed).
31691
31692 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31693 that is what is intended, but something needed to be done to get
31694 sunos4 native working again.
31695
31696 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31697
31698 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31699 apparently went with a (very) old xfail.
31700
31701Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31702
31703 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31704 runto_main is a proc in gdb.exp that will do 'step' for target use
31705 stubs.
31706 * gdb.base/exprs.exp: ditto.
31707 * gdb.base/interrupt.exp: ditto.
31708 * gdb.base/opaque.exp: ditto.
31709 * gdb.base/printcmds.exp: ditto.
31710 * gdb.base/ptype.exp: ditto.
31711 * gdb.base/scope.exp: ditto.
31712 * gdb.base/setvar.exp: ditto.
31713 * gdb.base/signals.exp: ditto.
31714 * gdb.base/twice.exp: ditto.
31715 * gdb.c++/classes.exp: ditto.
31716 * gdb.c++/inherit.exp: ditto.
31717 * gdb.c++/templates.exp: ditto.
31718 * gdb.base/break.exp: no run and hit main for stubs. Change line
31719 numbers for breakpoints and info breakpoint.
31720 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31721 breakpoint().
31722 * gdb.base/callfuncs.c: ditto.
31723 * gdb.base/exprs: ditto.
31724 * gdb.base/interrupt.c: ditto.
31725 * gdb.base/opaque0.c: ditto.
31726 * gdb.base/printcmds.c: ditto.
31727 * gdb.base/ptype.c: ditto.
31728 * gdb.base/scope0.c: ditto.
31729 * gdb.base/setvar.c: ditto.
31730 * gdb.base/signals.c: ditto.
31731 * gdb.base/twice.c: ditto.
31732 * gdb.c++/misc.cc: ditto.
31733 * gdb.c++/templates.cc: ditto.
31734
31735Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31736
31737 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31738
31739 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31740 somewhere between `read' and `main.c'. I'm pretty sure the
31741 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31742 and it isn't particularly useful.
31743
31744 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31745
31746Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31747
31748 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31749
31750Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31751
31752 * config/mt-slite: add LIBS and -nostdlib.
31753 * config/slite-gdb.exp: add this new file to support sparclite target.
31754
31755Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31756
31757 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31758
31759 * gdb.base/a2-run.exp: Change argument to istarget from
31760 "*-*-vxworks" to "*-*-vxworks*".
31761 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31762
31763Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31764
31765 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31766 will not runto main but do a 'step' to step out of breakpoint().
31767 * config/mt-slite: add -Dusestubs.
31768
31769Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31770
31771 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31772 instead of just @.
31773
31774 * gdb.base/signals.exp: Add test for "handle all print".
31775 * TODO: Remove "handle all print". Also remove item about
31776 checking copyright date (I don't like the idea of a spurious FAIL
31777 based on when we run the tests).
31778
31779 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31780 for SunOS4 (reason for failure not investigated). Remove
31781 redundant test for $binfile.
31782
31783 * gdb.base/nodebug.c (array_index): Call malloc.
31784
31785 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31786
31787Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31788
31789 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31790 conventions and slightly simplify the matching regexp.
31791
31792Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31793
31794 * gdb.base/break.exp: Update gdb_test invocation to use new
31795 convention.
31796
31797 * lib/gdb.exp: If noargs is not set, set it to 0.
31798
31799 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31800 tests unique.
31801
31802 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31803
31804Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31805
31806 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31807 one argument of type "<non-float parameter>".
31808
31809Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31810
31811 * config/rom68k.exp: New file to support Motorola IDP board.
31812 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31813 * gdb.base/break.c: Change things around so that this program
31814 doesn't depend upon args. This is necessary to make remote
31815 targets work (in general, they can't take args).
31816 * gdb.base/break.exp: Don't try to send args to program. Don't
31817 expect output. Also, replace lots of code with gdb_test.
31818
31819Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31820
31821 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31822 printing of '\'' (which is what the comment says we are testing,
31823 even though we were not), not '''.
31824 (test_integer_literals_rejected): Test that printing ''' is an error.
31825
31826 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31827 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31828 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31829 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31830 Use gdb_test not test_print_accept.
31831 * lib/gdb.exp: Remove test_print_accept.
31832
31833 * gdb.base/signals.exp (signal_tests_1): Make pass message
31834 consistent with fail message.
31835
31836 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31837 unsigned char; the bug (PR 1821) is fixed.
31838
31839 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31840
31841 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31842 successful tests--makes xfailing them work right.
31843
31844Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31845
31846 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31847 only \r\n, not .*. The test can pass .* as the last thing in
31848 $pattern if that is what it wants. In addition to providing this
31849 flexibility, this change should speed up pattern matching in cases
31850 where the pattern already ended with .* (there were a number of
31851 them). This change also helps catch bad patterns--in the old
31852 scheme the typo "char \*" instead of "char \\*" would pass. Now
31853 it is caught.
31854 * Many .exp files: Update callers.
31855
31856 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31857 clearer and does not spuriously match multiple ('s. Likewise for
31858 ) and *.
31859
31860 * gdb.base/nodebug.exp: Test ability to call a function and pass
31861 it a string (even with no debugging info).
31862
31863 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31864 "p '\'", which is the same as "p ''" once tcl gets done with
31865 quoting, to "p '\\'", which I suspect is what is intended (one
31866 backslash gets sent to GDB).
31867
31868 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31869
31870Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31871
31872 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31873 1817) was fixed literally years ago.
31874
31875Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31876
31877 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31878 test, it causes stepping out of call_after_alloca_subr with
31879 optimizing compilers.
31880 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31881 fails.
31882
31883 * gdb.c++/templates.exp: Source templ-info.exp only if
31884 the templates executable exists.
31885
31886 * gdb.c++/misc.cc (class Contains_static_instance,
31887 class Contains_nested_static_instance),
31888 gdb.c++/classes.exp (test_static_members): Test printing of
31889 a class that contains a static instance of the class.
31890
31891Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31892
31893 * gdb.base/langs2.c (cppsub_): Don't prototype.
31894 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31895 only, I believe).
31896
31897Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31898
31899 * lib/gdb.exp (skip_chill_tests): New procedure.
31900
31901 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31902
31903Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31904
31905 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31906 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31907
31908Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31909
31910 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31911
31912 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31913 disassemble 8, not 16, instructions for part 4.
31914
31915 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31916 support the latter anymore.
31917
31918 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31919 -DNO_PROTOTYPES.
31920 * gdb.base/callfuncs.c: Control use of prototypes based on
31921 NO_PROTOTYPES, not __STDC__.
31922 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31923 t_float_values2 tests if prototypes in use.
31924
31925 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31926 t_double_values): When checking differences against DELTA, check
31927 that difference is within the range (-DELTA,DELTA), not just
31928 (-infinity,DELTA).
31929
31930Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31931
31932 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31933 'file' command firts, then 'target', then 'load', this is due to gdb
31934 target set up.
31935 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31936
31937Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31938
31939 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31940 FP load/store variants.
31941 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31942
31943Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31944
31945 * gdb.base/term.exp: Do not give a warning if not native, it is
31946 not an abnormal condition.
31947
31948Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31949
31950 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31951 t_char_array".
31952
31953Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31954
31955 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31956 are getting the version number.
31957
31958 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31959 if not native, it is not an abnormal condition.
31960
31961Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31962
31963 * lib/gdb.exp: Just use "file exists", rather than undocumented
31964 dejagnu procedure "findfile".
31965
31966Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31967
31968 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31969 (LDFLAGS): Set to -Xlinker -Ur.
31970
31971 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31972 Removed, these values are set by lib/gdb.exp.
31973
31974 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31975
31976Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31977
31978 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31979 of replicating gdb startup code.
31980
31981 * config/mt-vxworks (LDFLAGS): Set to -r.
31982 (CFLAGS_FOR_TARGET): Removed.
31983
31984 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31985 (gdb) and gdb for vxworks uses (vxgdb).
31986
31987 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31988 executable is not in the tree and host != target, use sed and
31989 program_transform_name to determine the gdb name used by the
31990 target.
31991
31992 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31993 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31994
31995Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31996
31997 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31998 floats, chars, and shorts where there are ANSI-style function
31999 definitions.
32000
32001 * gdb.base/langs.exp, gdb.base/langs*: New test.
32002 * gdb.base/Makefile.in: Build it.
32003 * TODO: Remove item about checking that C names don't get C++
32004 demangling applied; this test tests it.
32005
32006Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32007
32008 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
32009 went with the const70 xfail. The xfail went away a year ago.
32010
32011 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
32012
32013 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
32014 for hp300.
32015
32016 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
32017
32018 * gdb.base/a1-selftest.exp: Don't run on hp300.
32019
32020Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32021
32022 * Makefile.in (site.exp): Set host_alias and target_alias as well
32023 as host_triplet and target_triplet.
32024
32025Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32026
32027 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
32028
32029 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
32030 places as other ecoff systems).
32031
32032 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
32033 ultrix.
32034
32035Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32036
32037 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
32038 remove them.
32039 * gdb.base/nodebug.exp: Accept "function" in addition to "text
32040 variable and "variable" in addition to "data variable".
32041 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
32042
32043 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
32044 2.
32045 * gdb.base/list1.c (long_line): Add additional statement at start
32046 of function.
32047 * gdb.base/list.exp (test_forward_search): Update line number to
32048 reflect new statement.
32049
32050Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32051
32052 * gdb.base/signals.exp: Reinitialize searched source directories
32053 after gdb_start call.
32054
32055Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32056
32057 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32058 * gdb.stabs/Makefile.in: Likewise.
32059
32060 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32061 change. Instead split the tests into smaller pieces.
32062 * gdb.disasm/hppa.s: Corresponding changes.
32063
32064Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32065
32066 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32067 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32068
32069 * gdb.base/funcargs.exp: Modify many tests so that every test
32070 either passes or fails. Make some test names unique.
32071
32072Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32073
32074 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32075 Call stty to set interrupt character.
32076
32077 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32078 for HP assembler versus GNU assembler based on actual behavior of
32079 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32080
32081 * TODO: Suggest a few more stepping tests.
32082
32083Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32084
32085 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32086 restart GDB for h8300 after a continue.
32087 (return): Add pattern to match a29k-udi behavior.
32088 * gdb.base/nodebug.exp: Remove obsolete comment.
32089 * gdb.base/regs.exp: New file, testing of register displays.
32090 * gdb.base/return.exp: Fix typo in reference to $objdir.
32091 * gdb.base/whatis.exp: Always start with a fresh GDB.
32092
32093Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32094
32095 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32096 higher, these tests generate a lot of output.
32097
32098Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32099
32100 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32101 code following the catch silently ignored some errors; without the
32102 catch they should be thrown like any other tcl error. Also, the
32103 catch used "" instead of {} which meant all the callers who wanted
32104 to include one of the characters "[]$ had to quote it an extra time.
32105 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32106 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32107 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32108 Remove extra quoting.
32109
32110Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32111
32112 * gdb.base/commands.exp: Make test names unique; every test either
32113 passes or fails. Update some comments.
32114
32115 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32116
32117Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32118
32119 The following fixes a FAIL caused by the fact that the alpha stabs
32120 configuration didn't use the ".if alpha" code in weird.def.
32121 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32122 bit pointer, so the 32 bit version works even on the alpha.
32123 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32124 Remove the stuff which allowed us to have separate versions for
32125 alpha and everything else.
32126
32127 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32128 regexp which "info func operator\[\](" is supposed to match. Fix
32129 string to send to GDB. Note that GDB still doesn't work right. Add a
32130 new test for "info func .perator\[\](" which GDB does handle correctly.
32131
32132 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32133
32134Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32135
32136 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32137 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32138 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32139 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32140 it makes the tests harder to understand and confuses test-o-matic.
32141 The preferred style is that each test provides a PASS or a FAIL,
32142 and has a unique message (e.g. "continue #54" not just "continue")
32143 which is the same for the pass and the fail.
32144 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32145 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32146 to lib/gdb.exp.
32147 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32148 prt_accept which was basically the same thing. Likewise for
32149 test_print_reject and prt_reject.
32150 * lib/gdb.exp (test_print_reject): Add some more error message
32151 patterns to match from the former printcmds.exp (prt_reject).
32152 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32153 One defect of the passcount stuff is that some of it failed to
32154 report XPASS where appropriate.
32155 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32156 stuff before and after arg in expected pattern.
32157 (test_paddr_operator_functions): Re-do test without print_addr_of;
32158 this is the only test which seems to want extra stuff there.
32159
32160Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32161
32162 * gdb.base/nodebug.exp: Update new tests to reflect improved
32163 wording of gdb output.
32164
32165 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32166 and "ptype" work on variables in files compiled without -g.
32167 Replaces commented out "maint print msymbol" tests.
32168
32169Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32170
32171 * gdb.base/setvar.c (dummy): Call malloc.
32172
32173 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32174 losing with the irix4 sed.
32175
32176 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32177 ALRM" on irix4.
32178
32179Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32180
32181 * TODO: Remove items about corefile.exp testing new exec-file and
32182 backtrace; both are now done. Add items about printing enums.
32183
32184Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32185
32186 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32187 "get signal $thissig" test fails.
32188
32189 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32190
32191Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32192
32193 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32194 compiler warning with dec alpha compiler.
32195
32196 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32197 extra \n from gdb_test call (this explains why the prompt test
32198 that I removed yesterday was there).
32199 (user_defined_command_test): Remove extra \n and prompt test.
32200
32201 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32202 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32203 doesn't exist.
32204 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32205 Also remove alpha workaround, which turns out to be because
32206 SIGABRT == SIGLOST.
32207
32208 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32209
32210 * gdb.base/help.exp: Don't test "help show".
32211
32212Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32213
32214 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32215 "set print address" is on.
32216 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32217 pass prompt to gdb_test; gdb_test already looks for the prompt.
32218
32219 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32220
32221 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32222 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32223 was to make sure that gdb can read a core file. But (a) the "read
32224 the corefile" part didn't make it to a1-selftest.exp, we just
32225 delete the corefile after creating it, and (b) we test reading
32226 corefiles in corefile.exp anyway. Also, this test left around a
32227 xgdb process on Solaris.
32228
32229 * gdb.base/corefile.exp: Also test backtrace.
32230
32231Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32232
32233 * gdb.base/commands.exp: Test a simple user defined command with
32234 arguments and if/while statements; verify the full user command is
32235 printed by "show user".
32236
32237 * gdb.base/commands.exp: Test if/while commands as part of a
32238 breakpoint command list; verify they appear in breakpoint
32239 information.
32240
32241Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32242
32243 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32244 than by dividing by zero.
32245
32246Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32247
32248 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32249 performing an inferior call with watchpoints enabled.
32250 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32251 call.
32252
32253Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32254
32255 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32256 of "file" command.
32257
32258 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32259 Add additional pattern for when "int operator int(void);" appears
32260 in a different order.
32261
32262Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32263
32264 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32265
32266 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32267 and "signal" with ".*".
32268
32269Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32270
32271 * TODO: Add note about "handle all nostop".
32272
32273 * gdb.base/{sigall.c, sigall.exp}: New test.
32274 * gdb.base/Makefile.in: Add it.
32275
32276Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32277
32278 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32279 when invoking GDB, suppresses any windowing interface.
32280
32281Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32282
32283 * config/sim-gdb: New file, simulator testing support.
32284
32285Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32286
32287 * gdb.base/interrupt.exp: Test calling func1 twice.
32288
32289Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32290
32291 * gdb.base/list.exp (test_forward_search): Set timeout higher
32292 when we'll be getting lots of output from gdb.
32293
32294 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32295 "init_malloc" to after the expect statement. Run it if that
32296 regexp is taken, but also for two others which happen if source
32297 cannot be found.
32298
32299Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32300
32301 * gdb.base/printcmds.exp: New test, for printing register before
32302 program is running.
32303
32304Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32305
32306 * gdb.base/list.exp: Correct some alternate expect patterns
32307 to reflect changes in list1.c.
32308
32309Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32310
32311 * TODO: Add item regarding large frames.
32312
32313 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32314
32315 * TODO: Remove item about enabling return.exp; it
32316 is enabled. Suggest a few more "return" tests.
32317
32318Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32319
32320 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32321 anonymous unions.
32322
32323Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32324
32325 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32326 and pr-5646.o, so "make" is the same as "make all", not "make
32327 pr-4975.o".
32328
32329Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32330
32331 * gdb.base/list.exp: Adjust expectations to reflect changes in
32332 list1.c.
32333 (test_forward_search): New test proc.
32334 * gdb.base/list1.c (long_line): New function, has long source line.
32335
32336Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32337
32338 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32339 additional line of code that was added.
32340
32341Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32342
32343 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32344 tests so as not to overflow expect's input buffers.
32345 * gdb.disasm/hppa.exp: Corresponding changes.
32346
32347Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32348
32349 Beginnings of template debugging tests.
32350 * gdb.c++/templ-info.cc: New file to test for template
32351 debugging capability of the compiler.
32352 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32353 templ-info.cc.
32354 * gdb.c++/templates.cc: Add explicit template instantiations
32355 to enable compiling with -fno-implicit-templates. Add destructor
32356 and 'value' method to T5 class for template tests.
32357 * gdb.c++/templates.exp: Add testcases for printing of template
32358 types, setting breakpoints on template methods and calling a
32359 template method.
32360
32361Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32362
32363 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32364 branch target since some assemblers (gas-2.5) may emit a
32365 relocation for the branch instead of resolving it in the
32366 assembler.
32367
32368Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32369
32370 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32371 through signal handler.
32372
32373Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32374
32375 * configure.in (*-*-netware): Use config/mt-netware.
32376
32377 * config/mt-netware: New file.
32378 * config/mt-i386-netware: Removed, separate configs for different
32379 netware architectures are no longer needed now that we have
32380 --with-headers.
32381
32382Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32383
32384 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32385 by the recent changes to use ANSI C arithmetic conversions.
32386
32387Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32388
32389 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32390 bug involving using inferior_pid to figure out whether to select a
32391 frame.
32392
32393Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32394
32395 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32396 match the current disassembler output.
32397
32398Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32399
32400 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32401 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32402 types, expect "int" as type of integer values (for now).
32403
32404Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32405
32406 * gdb.base/commands.exp: New tests for if/while commands.
32407
32408Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32409
32410 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32411 by .*, since hex values have different syntax in Chill mode.
32412
32413Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32414
32415 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32416 linefeed from expect pattern for repeated types with indices > 9.
32417
32418Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32419
32420 First part of Fortran test suite.
32421 * gdb.fortran: New directory.
32422 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32423
32424Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32425
32426 * gdb.base/default.exp: Update expect pattern for load command
32427 without arguments.
32428
32429Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32430
32431 * configure.in: Change i386 to i[345]86.
32432 * gdb.base/configure.in: Likewise.
32433 * gdb.c++/configure.in: Likewise.
32434 * gdb.chill/configure.in: Likewise.
32435
32436Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32437
32438 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32439 patterns, since that is not a valid context for comments.
32440
32441Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32442
32443 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32444 repeated types and repeated types with indices > 9.
32445
32446Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32447
32448 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32449 2417; old bug has been fixed.
32450
32451Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32452
32453 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32454 send the newline ourselves instead of assuming gdb_test will do
32455 so when passed an empty input string.
32456
32457 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32458 stabs testcode.
32459
32460Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32461
32462 * lib/gdb.exp (gdb_test): Don't send anything if the first
32463 argument is an empty string. This makes cases where we want to
32464 match output that is already in expect's buffers (for example,
32465 matching a breakpoint after gdb_run_cmd has been called) work
32466 reliably.
32467
32468Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32469
32470 * config/netware.exp: New file.
32471
32472Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32473
32474 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32475 the -B and -L prefixes so we can find the debugging stub.
32476
32477 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32478 there and we are using the gcc from the tree.
32479
32480 * gdb.base/types.c: Removed.
32481
32482 * gdb.base/configure.in: Look for makefile fragments in ../config.
32483 Recognize i386-*-netware.
32484 * gdb.c++/configure.in: Likewise.
32485
32486Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32487
32488 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32489 the correct TCL syntax.
32490
32491Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32492
32493 * gdb.base/opaque.exp: use runto instead of messing around with
32494 breakpoints. Simplify by using gdb_test.
32495
32496 * gdb.base/bitfields.exp: restart between tests on netware targets
32497 because breakpoints aren't relocated after target death. Run
32498 processes to completion.
32499
32500 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32501
32502Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32503
32504 * Makefile.in: Remove extra tabs that confuse some versions
32505 of "make". Use the newly built gdb to test with by default,
32506 rather than the first one in the tester's search path.
32507
32508Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32509
32510 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32511
32512 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32513 condition help.
32514
32515Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32516
32517 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32518
32519 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32520 running.
32521 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32522 * gdb.base/funcargs.exp: Likewise.
32523
32524 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32525 * gdb.base/funcargs.exp: Likewise.
32526
32527 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32528 message is "".
32529
32530Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32531
32532 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32533 return,signals,twice}.exp: Handle non-existant binaries
32534 consistantly.
32535
32536 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32537 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32538 might testing a cross development system.
32539
32540Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32541
32542 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32543 runtest script is relative to ${srcdir}, not ${rootdir}.
32544
32545Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32546
32547 * gdb.base/signals.exp: Allow for optionality of breakpoint
32548 address.
32549
32550Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32551
32552 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32553
32554Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32555
32556 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32557 for size_t definition.
32558 * gdb.c++/templates.cc: Likewise
32559
32560 * config/mt-i386-netware: New file.
32561
32562 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32563 defined.
32564
32565 * gdb.base/Makefile.in: Added support for systems that name core
32566 files by appending "core" to the program name.
32567 * gdb.base/a1-selftest.exp: Likewise.
32568
32569Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32570
32571 * gdb.base/return.exp: Add comment and message for `return double'
32572 test failure on Sparc Solaris.
32573
32574Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32575
32576 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32577
32578Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32579
32580 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32581 from optimizing them away.
32582 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32583 patterns to include default constructors and assignment operators,
32584 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32585 character in the output of the virtual base pointer.
32586
32587Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32588
32589 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32590 expression match in print_addr_of to avoid unintented matches.
32591 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32592 versions up to 2.5.8.
32593
32594Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32595
32596 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32597 included file to run under newer versions of expect.
32598 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32599 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32600 Remove xfail for the virtual table of BDDHookV.
32601
32602Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32603
32604 * lib/gdb.exp (string_to_regexp): Set a default result.
32605 (default_gdb_start): Fix misleading message.
32606
32607Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32608
32609 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32610 Remove all CC, etc definitions.
32611 * config/mt-hpux: New file.
32612 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32613 (CFLAGS, LDFLAGS): Define.
32614 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32615
32616 * Makefile.in (site.exp): Don't insert host_os, etc.
32617 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32618 (distclean): Check existence of subdir.
32619 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32620 * gdb.base/Makefile.in: General cleanup and simplification.
32621 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32622 to build executables. Use default rule to build .o files.
32623 (EXPECT, RUNTEST, CC): Fix relative pathname.
32624 (site.exp): Don't insert host_os, etc.
32625 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32626 and/or SIGUSR1 defined.
32627 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32628 * gdb.c++/Makefile.in: General cleanup and simplification.
32629 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32630 (CFLAGS): Remove.
32631 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32632
32633Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32634
32635 * gdb.base/recurse.exp: Misc changes to get tests running again
32636 after Kung's changes to the watchpoint code.
32637 * gdb.base/watchpoint.exp: Likewise.
32638
32639Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32640
32641 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32642
32643Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32644
32645 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32646 * lib/gdb.exp (default_gdb_start): Define.
32647 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32648 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32649 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32650 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32651 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32652 Don't call gdb_target_udi in between tests.
32653
32654Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32655
32656 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32657 (which was basically just a local version of the same thing). In
32658 addition to avoiding duplication, gdb_test_exact is faster.
32659 * lib/gdb.exp (gdb_test_exact): Fix typo.
32660
32661 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32662 don't give an error.
32663
32664 * gdb.base/term.exp: Call delete_breakpoints before starting.
32665
32666 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32667 (t10): Add comment.
32668
32669Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32670
32671 Reorganization of the GDB Test Suite.
32672
32673 * gdb.base: New directory, contains all the basic tests.
32674 * gdb.c++: New directory, tests specific to C++.
32675 * gdb.chill: New directory, tests specific to Chill.
32676 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32677 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32678 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32679 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32680 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32681 t30-31 to chill).
32682 * */gdbme.*: Rename to match appropriate expect scripts.
32683 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32684 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32685 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32686 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32687 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32688 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32689 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32690 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32691 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32692 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32693 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32694 gdb.c++/virtfunc.cc: New names of C++ files.
32695 * gdb.chill/chillvars.ch: New name of Chill file.
32696 * gdb.base/configure.in, gdb.c++/configure.in,
32697 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32698 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32699 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32700 * configure.in (configdirs): Update to reflect directory changes.
32701 (target_abbrev): No longer define for any configuration.
32702 * Makefile.in: Cosmetic improvements to header comments.
32703
32704Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32705
32706 Various changes to gdb.t31:
32707
32708 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32709 * gdbme.ch: Make all key-words and predefineds be upper-case.
32710 * chillvars.exp: Expect key-words and predefinds in upper-case.
32711
32712 * chillvars.exp: Use gdb_test_exact many places.
32713 Change expected output for arrays (which now includes index labels).
32714
32715 * pr-5020.exp, gdme.ch (module PR_5020):
32716 New test, for PR-5020.
32717
32718Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32719
32720 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32721 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32722
32723Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32724
32725 * Makefile.in: Fix bit-rot in definitions of CHILL,
32726 CHILL_FOR_TARGET and Chill_LIB.
32727 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32728 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32729 CHILL, and CHILL_LIB.
32730
32731Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32732
32733 * Revert the previous changes. Please see Rob's directory
32734 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32735
32736Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32737
32738 * Makefile.in, configure.in, config/mips-gdb.exp,
32739 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32740 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32741 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32742 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32743 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32744 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32745 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32746 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32747 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32748 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32749 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32750 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32751 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32752 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32753 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32754 changes from 94Q1.
32755
32756Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32757
32758 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32759 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32760 Rob's new testing fragments.
32761
32762Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32763
32764 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32765 lib/gdb.exp: Replace error proc calls with perror.
32766
32767Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32768
32769 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32770 version also, match on casted version strings, and match on
32771 gdb startup case where the line numbers might be messed up.
32772
32773Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32774
32775 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32776 (CFLAGS): Delete it from here.
32777
32778Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32779
32780 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32781
32782Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32783
32784 * Makefile.in (RUNTEST): Default to just "runtest".
32785
32786Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32787
32788 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32789 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32790 the code has been restructured.
32791
32792Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32793
32794 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32795 \n, not just one of each.
32796
32797 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32798 /bin/cc gives a warning if you do.
32799
32800Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32801
32802 * gdb.t24/demangle.exp: change expect pattern of
32803 __t10ListS_link1ZUiRCUiPT0
32804
32805Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32806
32807 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32808 on local variables in recursive functions.
32809
32810 * gdb.t07/Makefile.in: Build the new test.
32811
32812Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32813
32814 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32815 directly. Instead compare the return values from actual calls.
32816
32817Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32818
32819 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32820
32821Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32822
32823 * From Peter Schauer with minor modifications.
32824 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32825 stops in mid-line in the caller. Add xfail for returning a float
32826 value on X86 targets.
32827
32828Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32829
32830 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32831 to avoid expect lossage.
32832 (fmem_LRbug_tests): Likewise.
32833 * gdb.disasm/hppa.s: Corresponding changes.
32834
32835 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32836 conditions to work with latest dejagnu/expect.
32837
32838 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32839 expected to fail on the PA.
32840 (backtrace in call with trampolines): Explicitly require main
32841 to be frame #1 (no trampolines should show up in backtrace).
32842
32843 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32844 "continue -expect".
32845 * gdb.t06/break.exp: Likewise.
32846 * gdb.t07/watchpoint.exp: Likewise.
32847 * gdb.t13/bitfields.exp: Likewise.
32848 * gdb.t15/{funcargs,return}.exp: Likewise.
32849 * gdb.stabs/weird.exp: Likewise.
32850 * config/{mips,udi}-gdb.exp: Likewise.
32851
32852 * hppa.sed: Enclose comments within a sed command to avoid
32853 losing with the old OSF1 sed.
32854
32855Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32856
32857 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32858 sequent dynix.
32859 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32860 * gdb.t15/funcargs.exp: Conditionally step again to really
32861 finish from marker_call_with_trampolines. Handle the case where
32862 the first step from within call_with_trampolines already steps
32863 us back to main.
32864 * gdb.t15/gdbme.c: Add comment to closing brace of
32865 call_with_trampolines for funcargs.exp.
32866
32867Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32868
32869 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32870 Fix typo(s).
32871
32872Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32873
32874 * gdb.t07/gdbme.c: More code for watchpoint testing.
32875
32876 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32877 "Hardware watchpoint" throughout file.
32878 (test_watchpoint_triggered_in_syscall): New test.
32879 (test_complex_watchpoint): New test.
32880
32881Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32882
32883 * gdbme.c (call_with_trampolines): New function to try and step
32884 into. Tests trampoline problems on the PA.
32885
32886 * funcargs.exp (localvars_in_indirect_call): No longer expect
32887 stepping into indirect call to fail on PAs.
32888 (test_stepping_over_trampolines): New test.
32889
32890Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32891
32892 * TODO: Add suggestions for static member function tests, and
32893 completion tests.
32894
32895Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32896
32897 * TODO: Add suggestions for "p/a" tests.
32898
32899 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32900 (default_gdb_exit): Replace all the hair with sending "quit" to
32901 the process with a simple close.
32902
32903Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32904
32905 * TODO: Add suggestions for shared library tests.
32906
32907Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32908
32909 * TODO: Add suggestions for x/s tests.
32910
32911Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32912
32913 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32914 "enable once", and "enable breakpoints once" with ".*".
32915
32916Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32917
32918 * TODO: Add suggestions about structure passing tests.
32919
32920Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32921
32922 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32923 the primary1 test, use work around if __GNUC__ < 2.
32924 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32925 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32926 Test for bad output rather than waiting for timeout. Issue
32927 second continue only if first continue failed.
32928
32929Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32930
32931 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32932 operator[] test with gdb_test because the old code didn't seem to
32933 be getting the quoting right with the new dejagnu.
32934
32935Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32936
32937 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32938 one from the path.
32939 * Makefile.in: Use a fresh expect if there is one, use runtest
32940 from the src tree if there is one.
32941
32942Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32943
32944 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32945 next over recursive call. Revise the tests from that point on
32946 (which had been skipped) to match GDB's actual (correct) output.
32947
32948 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32949 with next over a breakpoint whose condition is false.
32950
32951 * gdb.t00/help.exp: Comment out "help set print" tests just like
32952 (and for same reason as) "help set" test.
32953
32954Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32955
32956 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32957 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32958
32959Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32960
32961 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32962 necessary gdb_target_udi.
32963
32964 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32965
32966 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32967 1838 and 2417; they are fixed.
32968
32969 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32970 gdb.t03/ptype.exp (ptype structure, ptype union):
32971 Remove xfails; the test is looser than when the xfails were added.
32972
32973 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32974 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32975
32976 * gdb.t01/run.exp: Only run shell test if isnative.
32977
32978 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32979 since "run" automatically loads if necessary. Call gdb_target_udi
32980 after the "file" since "file" kills any execution target.
32981
32982 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32983 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32984 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32985 argument for UDI.
32986
32987Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32988
32989 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32990
32991 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32992
32993Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32994
32995 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32996 properly quoting regexps. This makes the second argument to
32997 demangle a fixed string, which matches the callers, instead of a
32998 shell-style pattern which is what the previous implementation
32999 used. Update some of the callers.
33000
33001Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33002
33003 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
33004 (comib_nullified_tests): Fix typo.
33005 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
33006 strings. No longer expected to fail.
33007
33008 * gdb.disasm/hppa.s (addib_tests): Fix typo.
33009 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
33010 strings. No longer expected to fail.
33011
33012 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
33013 string. No longer expected to fail.
33014
33015Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33016
33017 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
33018 No longer expected to fail.
33019
33020 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
33021 string. No longer expected to fail.
33022
33023Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33024
33025 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
33026 only in the names (I probably got most of them). I was even
33027 generous with some which differed in underscores in names, and
33028 probably missed a few, and I *still* was able to remove almost a
33029 third of the file with almost no impact on testsuite coverage.
33030
33031Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33032
33033 * gdb.t00/default.exp: Match udi_attach error message as well as
33034 the one from child_attach.
33035
33036 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
33037
33038 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
33039
33040 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
33041 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
33042
33043 * Move test with enums and partial symbols back to
33044 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
33045 Reverts the change of 26 May 93. Per today's change to
33046 stabs.texinfo, the behavior that weird.exp was expecting was
33047 unreasonable; what is important is that the compiler+gdb get
33048 things right, which happens with a recent gcc. Also fix the test
33049 to deal with native compilers which put out the stab gdb can't
33050 deal with.
33051
33052Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33053
33054 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33055 in the names. The main thing these accomplish is to slow things down.
33056 Many more such duplicates surely remain.
33057
33058 * gdb.t00/help.exp: Comment out "help support" test just like
33059 (and for same reason as) "help set" test.
33060
33061Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33062
33063 * gdb.t06/break.exp: Remove setup_xfails for
33064 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33065 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33066 about known bug in gcc to include up through 2.5.8.
33067 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33068 well as "_vb$".
33069 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33070 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33071 with latest gcc and gdb.
33072 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33073 well as "_vb$".
33074
33075Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33076
33077 * configure.in (hppa*-*-*): Also configure and build stabs-only
33078 tests.
33079
33080Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33081
33082 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33083 * gdb.t10/configure.in (hppa*-*-*): Use it.
33084
33085Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33086
33087 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33088
33089Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33090
33091 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33092 versions prior to 1.13.5.
33093
33094Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33095
33096 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33097 the prompt is at the start of a line.
33098
33099Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33100
33101 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33102 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33103 in the copr tests now.
33104 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33105 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33106 expected to fail.
33107
33108Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33109
33110 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33111 gdb.t31/chillvars.exp, lib/gdb.exp:
33112 Tweak to run under either version of expect.
33113 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33114 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33115 * gdb.t11/list.exp: Remove extraneous whitespace.
33116
33117Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33118
33119 * gdb.t16/printcmds.exp (test_print_strings): Accept
33120 "(unsigned char *) " before the string.
33121
33122 * TODO: Add notes about printing of fancy types and GDB expressions.
33123
33124Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33125
33126 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33127 * gdb.t06/configure.in: Don't try to compile signals test program
33128 if doing mips-idt-ecoff.
33129
33130Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33131
33132 * Most .exp files: Tweak to run under either version of expect.
33133
33134Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33135
33136 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33137 xfails; I'm not sure why they are failing, but not because of PR 1806.
33138
33139Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33140
33141 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33142 defined in lib/gdb.exp.
33143
33144Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33145
33146 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33147 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33148 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33149 have to be typeless.
33150
33151Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33152
33153 * TODO: Add suggestion for copyright year test.
33154
33155Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33156
33157 * configure.in (*-*-lynxos*): Add stabs tests.
33158
33159Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33160
33161 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33162 so insert a tab before any assembler directive in column zero.
33163
33164 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33165 stores.
33166 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33167 stores.
33168 (fpu_short_memory_tests): Likewise.
33169
33170Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33171
33172 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33173 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33174 .stabs directives in comments.
33175
33176Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33177
33178 * TODO: New file, describing tests we could write.
33179 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33180
33181Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33182
33183 * gdb.t06/signals.exp: Add kludge to force re-sync.
33184
33185 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33186 to xgdb instead of gdb, get out of gdb.
33187
33188Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33189
33190 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33191 for info.
33192
33193Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33194
33195 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33196 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33197 * gdb.stabs/hppa.sed: New sed script for the PA.
33198
33199Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33200
33201 * gdb.stabs: Re-write weird.def and configuration to use sed
33202 instead of cpp. sed is portable and POSIX; cpp is neither.
33203
33204Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33205
33206 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33207
33208Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33209
33210 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33211
33212Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33213
33214 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33215 "_vb$".
33216 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33217 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33218
33219Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33220
33221 * lib/gdb.exp: Comment out code which depends on non-existent
33222 `transform' procedure.
33223
33224Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33225
33226 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33227 * lib/gdb.exp: Transform tool name.
33228 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33229 1.1's new error handling system.
33230
33231Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33232
33233 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33234
33235Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33236
33237 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33238 They made pattern matching so slow that timeouts happened on
33239 heavily loaded systems. Now any output from "show print" which
33240 gets us back to the GDB prompt is a PASS.
33241
33242Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33243
33244 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33245
33246Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33247
33248 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33249
33250 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33251 It is not from PR 3220.
33252
33253Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33254
33255 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33256 just started failing because they depended on the order the
33257 subcommands are presented, or exact docstring text. This kind of
33258 test is a pain and has minimal benefit.
33259
33260Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33261
33262 * gdb.t09/corefile.exp: At end of test, use "core" command with
33263 no arguments.
33264
33265Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33266
33267 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33268 17}/Makefile.in: Make it possible to run the testsuite with Sun
33269 make and CC = cross gcc by adding explicit build rules for .o
33270 files.
33271
33272Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33273
33274 * gdb.t15/funcargs.exp: Don't put comments on same line as
33275 setup_xfail (@#$*%& tcl braindamage!).
33276
33277Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33278
33279 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33280
33281Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33282
33283 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33284 * gdb.t20/inherit.exp: remove three dumplicate entries.
33285
33286Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33287
33288 * gdb.t06/break.exp: For "next over recursive call", fail on any
33289 incorrect output, not just on "factorial (value=2)".
33290
33291Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33292
33293 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33294 working now. Add an xfail if accesing a bss variable causes
33295 a memory error if the target is not yet run.
33296
33297Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33298
33299 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33300 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33301 name of __st* demangling (2 strings). Did Kung really get the
33302 more than 95 others right without testing them?
33303
33304Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33305
33306 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33307
33308Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33309
33310 * configure.in (configdirs): Add gdb.disasm
33311 * gdb.disasm: New directory for GDB disassembler tests.
33312 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33313
33314Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33315
33316 * gdb.t00/help.exp: Don't test "help set".
33317
33318 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33319 from within expect statements. None of these happen anymore and
33320 they cause regressions to be silently unnoticed.
33321
33322 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33323 messages) about known failures with gcc cygnus-2.4.5-930417.
33324
33325 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33326 comp-info.exp so it gets built if it doesn't exist.
33327
33328 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33329 it is no longer used.
33330 * gdb.t13/comp-info.c: Removed.
33331
33332Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33333
33334 * gdb.t06/signals.exp: Add xfail for sun3.
33335
33336Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33337
33338 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33339 relevant because ^C doesn't get sent but failure can be reproduced
33340 interactively).
33341
33342Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33343
33344 * gdb.stabs/alpha.mt: New configuration file for alpha.
33345 * gdb.stabs/configure.in: Use it.
33346 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33347 sharing with alpha.mt, redefine long to word via preprocessor.
33348 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33349 for alpha.
33350 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33351 native cc.
33352 * gdb.t00/teststrategy.exp: Change expect string so that we
33353 consume the `(xgdb)' from the command echo and from the gdb prompt.
33354 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33355 gdb currently compares all values as long, so this failure probably
33356 applies to any configuration where LONGEST is bigger than a target int.
33357 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33358 with gcc.
33359 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33360 to handle opaque pointers, gcc is.
33361 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33362 as first argument. Include <sys/types.h> and change all operator
33363 new definitions to use size_t.
33364 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33365 now that we use size_t.
33366
33367Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33368
33369 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33370 a long or float array cast all array members to the same type.
33371 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33372 with 64 bit longs.
33373 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33374 on alpha.
33375 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33376
33377Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33378
33379 * gdb.t24 (demangle.exp): Constructors of templates have names like
33380 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33381 section 14.6 of the ARM.
33382
33383 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33384 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33385 accomplish little and slow down the testsuite.
33386
33387 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33388 Accept spaces various places.
33389
33390Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33391
33392 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33393 with watchpoint enabled.
33394
33395 * Makefile.in: Remove definition of CC and remove the second
33396 definition of CXX (the "CXX = gcc" one remains). These definitions
33397 were causing backquotes to be expanded within backquotes, which
33398 doesn't work.
33399
33400Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33401
33402 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33403
33404Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33405
33406 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33407 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33408 by mips cc and contains no stabs entries.
33409
33410Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33411
33412 * config/vx-gdb.exp: Use fake device to load files rather than
33413 NFS.
33414 * lib/gdb.exp: New proc to do "file" command.
33415 * config/unix-gdb.exp: Use new "file" proc.
33416
33417Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33418
33419 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33420 Rework board rebooting slightly.
33421 (gdb_exit): Don't exit from the remote shell; there isn't one.
33422 * gdb.stabs/weird.exp: If a program is being debugged already,
33423 kill it.
33424 * gdb.t04/setvar.exp: Stop and restart gdb.
33425 * gdb.t05/expr.exp: Likewise.
33426 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33427 restart gdb and reload the program.
33428 * gdb.t08/opaque.exp: Likewise.
33429 * gdb.t12/scope.exp: Likewise.
33430 * gdb.t13/bitfields.exp: Likewise.
33431 * gdb.t15/funcargs.exp: Likewise.
33432 * gdb.t20/classes.exp: Likewise.
33433 * gdb.t03/ptype.exp: Increase timeout.
33434 * gdb.t16/printcmds.exp (test_print_string_constants,
33435 test_print_array_constants): Likewise.
33436 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33437 * gdb.t20/classes.exp (do_tests): Likewise.
33438 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33439
33440Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33441
33442 * gdb.stabs: Renamed *wierd* to *weird*.
33443
33444Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33445
33446 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33447 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33448
33449Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33450
33451 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33452 (do_tests): Remove xfail for whatis on one_var and two_var.
33453
33454Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33455
33456 * Makefile.in: Made cross building work better by adding
33457 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33458
33459Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33460
33461 * gdb.t15/{return.c,return.exp,Makefile.in}:
33462 New test, currently commented out.
33463
33464Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33465
33466 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33467 still running and removes the leftover named socket so GDb can do
33468 clean restarts.
33469
33470Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33471
33472 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33473 console, not GDB.
33474 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33475 cross testing works better with "make check"
33476 * config/unix-gdb: Use default procedures for exit and version.
33477 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33478 with the newest VxWorks.
33479
33480Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33481
33482 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33483 old form.
33484
33485 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33486 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33487
33488 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33489
33490 * config/unix-gdb.exp: Remove this version of gdb_exit
33491 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33492 Rob says he'll look at it when he gets back to testing boards.
33493
33494Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33495
33496 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33497 an expected fail for certain ptype commands.
33498
33499 * gdb.t20/classes.exp: Update expected results of "ptype class
33500 Base1" to account for the constructor that now appears in the type.
33501
33502Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33503
33504 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33505 disappeared from list.
33506 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33507 "alldone" proc with call to cleanup and exit.
33508 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33509 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33510 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33511 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33512 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33513 "alldone" proc with simple returns that suppress remaining
33514 tests. The alldone proc went away many months ago.
33515
33516Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33517
33518 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33519
33520 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33521
33522Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33523
33524 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33525 as vax gdb will display them.
33526
33527Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33528
33529 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33530 optimizers.
33531
33532 * scope.exp: Change "bad value for localval" messages so each one
33533 is unique.
33534
33535 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33536 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33537
33538 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33539
33540Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33541
33542 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33543 doesn't exist (due to optimization).
33544
33545Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33546
33547 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33548 contains \r because the filename is long.
33549
33550 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33551 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33552
33553Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33554
33555 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33556 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33557 Ultrix.
33558 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33559 int tests.
33560 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33561
33562Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33563
33564 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33565
33566 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33567 to match does not match the passing case but still matches the
33568 failing case.
33569
33570Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33571
33572 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33573
33574Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33575
33576 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33577 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33578 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33579 Remove various versions of gdb_exit.
33580 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33581 gdb_exit.
33582 * config/unix-gdb.exp: gdb_exit remains here, and should override
33583 the generic version, since it's doing a lot of wierd stuff that
33584 the other versions aren't. FIXME, fold it in, or abandon this
33585 version.
33586
33587Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33588
33589 * gdb.t24/demangle.exp: Add tests for PR 3220.
33590
33591Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33592
33593 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33594
33595Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33596
33597 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33598 "i386-*-*". Works for i486 as well.
33599
33600 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33601 bug, and expand domain of xfail to all SVR4 systems, since the
33602 actual problem is likely to be in generic SVR4 /proc support.
33603
33604Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33605
33606 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33607
33608Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33609
33610 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33611 xfails for other systems. Match a missing 'Continuing.' as an
33612 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33613
33614 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33615 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33616 Only issue warning for missing executables if -all option is used.
33617
33618 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33619 file if -all option is used. It's like an unpredictable XFAIL.
33620
33621Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33622
33623 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33624 for dynamically linked binaries.
33625
33626 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33627
33628Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33629
33630 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33631 to state that this is a known bug in old versions of g++.
33632
33633Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33634
33635 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33636 while waiting for `Continuing'.
33637
33638Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33639
33640 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33641 in text, data, and bss.
33642 * gdb.t10/nodebug.c: Add local and global test variables for
33643 initialized and uninitialized data.
33644
33645Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33646
33647 * config/unix-gdb.exp (gdb_exit): Add "wait".
33648
33649Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33650
33651 * gdb.t06/signals.exp: xfail the continue from the handler for all
33652 targets.
33653
33654 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33655 function with watchpoints enabled, the i386 call dummy starts with
33656 a call.
33657
33658 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33659 386 bsd names its corefiles.
33660
33661Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33662
33663 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33664 compilers don't grok it.
33665 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33666 with small octal ints rather than character constants, which
33667 are signed and might not fit if first promoted to int.
33668
33669Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33670
33671 * gdb.t09/Makefile.in (clean): Remove corefile.
33672
33673Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33674
33675 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33676
33677Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33678 and Jim Kingdon (kingdon@cygnus.com)
33679
33680 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33681 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33682 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33683
33684Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33685
33686 * gdb.t17/interrupt.exp: Add xfail for hppa.
33687
33688Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33689
33690 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33691 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33692 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33693 to determine signed-ness of bitfields and use the result to setup
33694 the xfail.
33695 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33696 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33697 call line is reached if necessary.
33698
33699Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33700
33701 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33702
33703Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33704
33705 * gdb.t06/break.exp: Also test `clear' command.
33706
33707Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33708
33709 * gdb.t00/teststrategy.exp: Remove extra quote.
33710
33711 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33712 watchpoint enabled to be for all non-68k machines.
33713
33714 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33715
33716Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33717
33718 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33719 targets use aout.mt instead of ecoff.mt as gas understands
33720 standard aout format.
33721
33722Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33723
33724 * lib/gdb.exp (runto): Don't insist that function we are running to
33725 was compiled with -g.
33726
33727 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33728
33729 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33730 to get back into the read system call.
33731 Accept leading newline in case where we woke it up.
33732
33733Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33734
33735 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33736 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33737 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33738 enable ecoff configuration.
33739
33740Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33741
33742 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33743
33744Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33745
33746 * gdb.t16/printcmds.exp: Add another printf test.
33747
33748Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33749
33750 * configure.in: If configured -with-stabs on any target, add
33751 stabsdirs to configdirs.
33752
33753Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33754
33755 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33756 fun" so pattern does not match the command itself.
33757
33758Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33759
33760 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33761
33762Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33763
33764 * gdb.t17/interrupt.exp: Test for more things.
33765
33766Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33767
33768 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33769 compiler arranges the code and line numbers.
33770
33771 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33772
33773Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33774
33775 * gdb.t00/help.exp: Increase expect input buffer size.
33776
33777Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33778
33779 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33780
33781 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33782
33783 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33784
33785 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33786 [0-9]*, not just [0-9].
33787
33788Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33789
33790 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33791
33792 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33793
33794Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33795
33796 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33797
33798Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33799
33800 * gdb.t06/signals.c: Add xfails for sun3.
33801
33802 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33803
33804 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33805 test_stepping tests.
33806
33807Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33808
33809 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33810
33811 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33812
33813 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33814 rather than actually putting it through cpp twice.
33815
33816 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33817
33818Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33819
33820 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33821 no longer needed.
33822
33823Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33824
33825 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33826
33827 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33828 C++ features prints as "struct", make it a pass, not an xfail.
33829
33830Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33831
33832 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33833 Don't require VA to print as "class" rather than "struct".
33834
33835Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33836
33837 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33838
33839Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33840
33841 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33842
33843Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33844
33845 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33846 order.
33847
33848Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33849
33850 * gdb.t16/printcmds.exp: Add printf tests.
33851
33852 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33853
33854 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33855
33856Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33857
33858 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33859 pass counts, to counteract any existing or future setup_xfails.
33860
33861Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33862
33863 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33864 {BEGIN,END}_COMMON for common block instead of STAB.
33865 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33866
33867 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33868 intp_var should be N_GSYM not N_LSYM.
33869 wierd-aout.S: Use a label for the value of the N_SO.
33870 wierd.def: Remove all backslashes.
33871 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33872
33873Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33874
33875 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33876 get the expected next to inheritance3.
33877
33878Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33879
33880 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33881 now that gcc-2.4 gets it right.
33882
33883Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33884
33885 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33886
33887 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33888 generating comp-info.exp which works for cross-compilation.
33889
33890Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33891
33892 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33893 "*-*-sysv4.*".
33894
33895Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33896
33897 * gdb.t01/run.exp: Start with a fresh gdb.
33898 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33899 SVR4.x.
33900
33901Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33902
33903 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33904 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33905 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33906 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33907 things to remove.
33908
33909Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33910
33911 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33912 test cases from bug reports.
33913
33914Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33915
33916 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33917 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33918 avoid spurious xfails.
33919 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33920 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33921 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33922
33923Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33924
33925 * gdb.t00/teststrategy.exp: Rework to provide more useful
33926 description of each test, fix problem with systems that define
33927 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33928 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33929 results for "next over recursive call" so timeouts aren't taken
33930 by error.
33931
33932Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33933
33934 * gdb.t12/scope.exp: Test printing of variables before run.
33935
33936 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33937 printed in wrong order due to sorting.
33938
33939Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33940
33941 * gdb.t00/teststrategy.exp: Fix expected results for printing
33942 user entered string constant. Is array of char, prints with no
33943 address.
33944
33945 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33946 commands.
33947 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33948 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33949 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33950 of struct of char arrays.
33951 * gdb.t00/radix.exp: New tests for radix commands.
33952
33953Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33954
33955 * gdb.t16/printcmd.exp: Print a variable before running program
33956 (with xfail for AIX).
33957
33958Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33959
33960 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33961
33962 * gdb.t16/printcmd.exp: Don't print variables before running program.
33963
33964 * gdb.t06/break.exp: Don't require envp argument to main.
33965
33966 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33967
33968 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33969 Add xfails for rs6000.
33970
33971 * gdb.t02/whatis.exp: Change other tests not to re-test something
33972 we already tested.
33973
33974 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33975 each type used has a variable of that type.
33976
33977Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33978
33979 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33980
33981Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33982
33983 * configure.in: change srctrigger to be a file, not a directory
33984
33985Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33986
33987 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33988
33989 * gdb.t11/list.exp: Fixed a couple of typos.
33990
33991Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33992
33993 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33994 is fixed and PR is closed.
33995 * gdb.t16 (gdbme.c): Add simple test string variable.
33996 * gdb.t16 (printcmds.exp): Add tests with simple test string
33997 variable, primarily for boundaries on "set print elements".
33998
33999Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
34000
34001 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
34002 Make leading 0's optional and don't expect a tab in the middle
34003 of the number.
34004
34005 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
34006
34007 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
34008 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
34009 don't end command passed to gdb_test with newline.
34010
34011 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
34012 signed keyword away, don't expect signed bitfields to be signed.
34013
34014 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
34015 printing with only as many 1's as are in the field as well as printing
34016 with 32 1's (see comment).
34017
34018Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
34019
34020 * gdb.t00/default.exp: Start with a fresh gdb.
34021 * configure.in (configdirs): Remove gdb.t31 until the chill
34022 compiler works again. It no longer is able to find chillrt0
34023 since it isn't in libchill.a anymore.
34024 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
34025 wierd.o, make more modular.
34026 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
34027 spurious newlines that caused problems.
34028
34029Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34030
34031 * Move test with enums and partial symbols from gdb.t03/ptype.exp
34032 to gdb.stabs/wierd.exp since GCC has worked around the bug.
34033 gdb.stabs/wierd.{exp,def}: Many new tests.
34034
34035 * gdb.t00/default.exp: update info line for new message.
34036
34037 * gdb.t02/{whatis.exp,gdbme.c}:
34038 Test that "char *" doesn't print as "caddr_t".
34039
34040Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34041
34042 * gdb.t00/help.exp: Use .* in place of some help messages which
34043 just changed.
34044 gdb.t00/default.exp: Update "info frame" test for new message.
34045 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
34046 Remove some xfails
34047
34048Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34049
34050 * gdb.t03/{gdbme.c,ptype.exp}:
34051 Add tests for typedef'd struct and union without tags.
34052 Also check "whatis" on a variable of a typedef'd enum without a tag.
34053
34054 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34055 PRMS 1823; the bug still exists but isn't reproduced by this test
34056 anymore), and remove rs6000 XFAIL (the bug is fixed).
34057
34058 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34059 duplicated from whatis.exp. For those that are left, accept
34060 "long", "long int", or "int" for long variables (whatis.exp already
34061 has an XFAIL for "int", so no need to fail it here).
34062
34063 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34064 Deal with GCC's names for types now that GDB uses the compiler's names.
34065
34066 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34067 setup_xfail's for sunos4. If we #defined the signed keyword away,
34068 don't expect GDB to know that char it is signed.
34069
34070 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34071
34072Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34073
34074 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34075 should work on any system, regardless of debugging format.
34076 * gdb.t21/demangle.exp: Move to gdb.t24.
34077 * gdb.t24/demangle.exp: Move from gdb.t21.
34078 * gdb.t24/{Makefile.in, configure.in}: New files.
34079
34080Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34081
34082 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34083 * gdb.stabs: New directory.
34084
34085Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34086
34087 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34088 not just "Quit anyway?".
34089
34090Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34091
34092 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34093 that all setup_xfails are immediately followed by clear_xfails.
34094
34095Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34096
34097 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34098 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34099 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34100 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34101 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34102 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34103 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34104 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34105 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34106 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34107 gdb.t31/chillvars.exp, lib/gdb.exp:
34108 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34109 bug-gdb@prep.ai.mit.edu.
34110
34111Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34112
34113 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34114 with 0.0, not integer 0.
34115
34116Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34117
34118 * gdb.t06/break.exp: Update for "Kill the program" message change.
34119
34120Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34121
34122 * Makefile.in (GDBFLAGS): Set to -nx.
34123 * Makefile.in (site.exp): Use GDBFLAGS.
34124
34125Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34126
34127 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34128 Makefiles.
34129 (check): depend on just-check.
34130 (just-check): added so that tests can be run without a noop
34131 build pass.
34132
34133Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34134
34135 Switch to using configure's configdirs.
34136 * Makefile.in (Makefile): add configure.in dependency.
34137 (SUBDIRS): removed redundant assignment.
34138 * configure.in: switch subdirs assignment to configdirs.
34139 * gdb.t*/configure.in: new files.
34140
34141Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34142
34143 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34144 works.
34145
34146Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34147
34148 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34149 in explicit rules. Apparently this is not supported by some makes.
34150
34151Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34152
34153 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34154
34155Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34156
34157 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34158 disappeared.
34159
34160Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34161
34162 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34163
34164Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34165
34166 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34167 watchpoint problem that is now fixed.
34168 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34169 uninitialized convenience variables.
34170 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34171 structures.
34172
34173Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34174
34175 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34176 which causes expect to get out of sync with gdb on long output
34177 from help set.
34178 * gdb.t09/corefile.exp: Make expected pattern for core file
34179 failing signal and frame output format less sun specific.
34180
34181Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34182
34183 * gdb.t31/chillvars.exp: Add and remove initial dummy
34184 breakpoint, so that symbol table is forced in.
34185 (Needed at least on Sunos4, though it seems not SVR4.)
34186 * gdb.t31/chillvars.exp: Update for changed output format.
34187
34188Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34189
34190 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34191
34192Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34193
34194 * Makefile.in: Added --srcdir when invoking runtest, removed the
34195 need for a local config file. (optional now)
34196
34197Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34198
34199 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34200 failure count used to force early termination. Add some more
34201 expected failures for gnu style demangling.
34202
34203Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34204
34205 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34206 pmi variable from gdb.t20/gdbme to get optimized away.
34207 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34208 Check for written corefile upon timeout _and_ eof.
34209
34210Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34211
34212 * config/unix-gdb.exp: Add missing return 0.
34213
34214Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34215
34216 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34217 test termination.
34218
34219Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34220
34221 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34222 disappeared.
34223
34224Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34225
34226 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34227 time as i860 support works.
34228
34229 * gdb.t15/funcargs.exp: Fix expected outputs to include
34230 "backtrace 100\r" rather than just "backtrace\r", to match last
34231 change.
34232
34233Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34234
34235 * config/udi-gdb.exp (gdb_exit): Remove close command.
34236 (gdb_target_udi): New procedure to set the UDI target.
34237 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34238 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34239 Added waits for prompts after several question responses. Added
34240 some more responses used by a29k-amd-udi-gdb.
34241 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34242 pass different arguments, restart UDI connection after program
34243 completion.
34244 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34245 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34246 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34247 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34248 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34249 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34250 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34251 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34252 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34253 after program completion.
34254 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34255 compiled with a SELECT_VECS setting.
34256 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34257 infinite recursion.
34258
34259 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34260 Added checks for COFF results, and made them expected failures for
34261 all targets. It would be better to make them expected failures
34262 for COFF targets only.
34263
34264Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34265
34266 * Makefile.in: add null dvi target, don't bother to recurse
34267 through test directories for info and install-info; rename
34268 $(datadir) to be dejagnu instead of deja-gnu
34269
34270Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34271
34272 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34273 compiler to coredump.
34274 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34275 code.
34276
34277Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34278
34279 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34280 coredump.
34281 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34282 code.
34283
34284Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34285
34286 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34287 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34288 which in a shell. Deletes xgdb when done.
34289 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34290 Tests the return from the "set height" or "set width" commands.
34291 Added a few return codes where needed.
34292
34293Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34294
34295 * Makefile.in (SUBDIRS): Add gdb.t17.
34296 * configure.in (subdirs): Add gdb.t17.
34297 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34298 files to test gdb's calling of functions in the inferior with
34299 the correct arguments and gdb's ability to retrieve any
34300 result returned.
34301
34302Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34303
34304 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34305 may be called after gdb goes away. Previous versions of expect
34306 needed these to avoid file descriptor leaks, but they cause
34307 errors with the current revision of expect.
34308 * gdb.t00/gdbvars.exp: Use -re on expected output after
34309 setting sevenbit-strings.
34310 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34311 to set sevenbit-strings consistent across tests.
34312 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34313 set sevenbit-strings consistent across tests.
34314
34315Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34316
34317 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34318 expected output to match current "expect" expectations.
34319
34320Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34321
34322 * gdb.t00/default.exp: Change expected output for default "source"
34323 command, to match new gdb behavior which requires a filename to
34324 source.
34325
34326Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34327
34328 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34329 expected fail for i486-*-* that misses the marker2 function.
34330 * gdb.t10/crossload.exp (bfddefault): Allow successful
34331 recognition of a format to pass even if no symbols are found.
34332 Explicitly catch failures where the format is not recognized
34333 or is ambiguous, and add the reason to the fail message.
34334 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34335 the cause is and invalid target and add reason to failure message.
34336 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34337 elf32-i386, elf32-sparc, and elf32-i860.
34338 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34339 Set up expected failure for 'filename'::variable scope resolution,
34340 which is now apparently broken on all targets.
34341 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34342 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34343 gdb.t23/templates.exp: Change failure for missing binfile into
34344 just a warning.
34345 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34346 references.
34347
34348Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34349
34350 * gdb.t00/default.exp: Add expected output for default "source"
34351 command, to match new gdb behavior.
34352 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34353
34354Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34355
34356 * config/*-gdb.exp: returns an error, rather than exiting on
34357 internal errors.
34358
34359Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34360
34361 * gdb.t03/gdbme.c: Add pointer to struct variable.
34362 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34363 referencing struct members.
34364
34365Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34366
34367 * configure.in (mips-idt-ecoff): New target.
34368 * config/mips-gdb.exp: New file for remote board using MIPS remote
34369 debugging protocol.
34370
34371 * Redid configuration scheme. Removed gdb.t*/configure.in.
34372 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34373 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34374 distclean targets. Built executables via .o files. Adjusted
34375 tests to account for source files in $(srcdir) rather than
34376 $(objdir).
34377 * lib/gdb.exp (runto): Don't expect () after the function name,
34378 because it may have arguments.
34379
34380Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34381
34382 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34383 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34384 expected failures for mips-idt-* and mips-sgi-*.
34385 * gdb.t00/default.exp (attach): Kill process if requested.
34386 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34387 that does not read core files.
34388 * gdb.t01/run.exp: Removed checks for exit status code.
34389 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34390 it is linked in.
34391 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34392 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34393 appropriate, rather than doing it by hand.
34394 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34395 execution.
34396 * gdb.t10/crossload.exp: Kill existing program if needed.
34397 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34398 appropriate, rather than doing it by hand. Always increase
34399 timeout for this test, not just for VxWorks.
34400
34401Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34402
34403 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34404 of Chill STRUCT types and STRUCT values.
34405 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34406 than "char".
34407 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34408 struct2): New struct definitions and initializations to test
34409 simple Chill STRUCT types.
34410
34411Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34412
34413 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34414 the null byte at the end of strings.
34415 * gdb.t00/default.exp: Make show version insensitive to copyright
34416 date.
34417 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34418 to avoid dependencies on target char signedness.
34419 * gdb.t16/printcmds.exp: Update expected results for explicitly
34420 unsigned char.
34421 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34422 now work.
34423 * gdb.t21/demangle.exp: Add many more patterns for template
34424 demangling, most of them being expected failures.
34425 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34426 string we are matching for, to match on the whole string.
34427 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34428 and fix a whole bunch that had incorrect expected output but were
34429 passing anyway because of the bug in "proc demangle".
34430 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34431 type.
34432 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34433
34434Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34435
34436 * gdb/testsuite: made modifications to testcases, etc., to allow
34437 them to work properly given the reorganization of deja-gnu and the
34438 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34439
34440Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34441
34442 * gdb/testsuite: Initial creation of gdb/testsuite.
34443 Migrated dejagnu testcases and support files for testing nm to
34444 gdb/testsuite from deja-gnu. These files were moved "as is"
34445 with no modifications. This migration is part of a major overhaul
34446 of dejagnu. The modifications to these testcases, etc., which
34447 will allow them to work with the new version of dejagnu will be
34448 made in a future update.
34449
34450 For additional changes see gdb.mi/ChangeLog-1999-2003.
34451\f
34452;; Local Variables:
34453;; mode: change-log
34454;; left-margin: 8
34455;; fill-column: 74
34456;; version-control: never
34457;; End:
34458
34459 Copyright 1993-2014 Free Software Foundation, Inc.
34460 Copying and distribution of this file, with or without modification,
34461 are permitted provided the copyright notice and this notice are preserved.