]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile, prepare_for_testing.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3114cea1
AB
12014-04-01 Anton Blanchard <anton@samba.org>
2
3 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4 prepare_for_testing.
5
62f7182c
AB
62014-04-01 Anton Blanchard <anton@samba.org>
7
8 * gdb.arch/ppc64-atomic-inst.c: Remove.
9 * gdb.arch/ppc64-atomic-inst.S: New file.
10 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11
770e7fc7
DE
122014-03-31 Doug Evans <dje@google.com>
13
14 * gdb.base/print-symbol-loading-lib.c: New file.
15 * gdb.base/print-symbol-loading-main.c: New file.
16 * gdb.base/print-symbol-loading.exp: New file.
17
46e2bafa
YQ
182014-03-31 Yao Qi <yao@codesourcery.com>
19
20 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
21
8776cfe9
JB
222014-03-28 Joel Brobecker <brobecker@adacore.com>
23
24 * gdb.ada/mi_dyn_arr: New testcase.
25
5d1ef361
DE
262014-03-27 Doug Evans <dje@google.com>
27
28 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
29
b5bee914
YQ
302014-03-27 Yao Qi <yao@codesourcery.com>
31
32 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
33 if target is nios2-*-*.
34
0d4d0e77
YQ
352014-03-26 Yao Qi <yao@codesourcery.com>
36
37 * lib/gdb.exp (readline_is_used): New proc.
38 * gdb.base/completion.exp: Move tests on command complete up.
39 Skip the rest of tests if readline is not used.
40 * gdb.ada/complete.exp: Skp the test if readline is not
41 used.
42 * gdb.base/filesym.exp: Likewise.
43 * gdb.base/macscp.exp: Likewise.
44 * gdb.base/readline-ask.exp: Likewise.
45 * gdb.base/readline.exp: Likewise.
46 * gdb.python/py-cmd.exp: Likewise.
47 * gdb.trace/tfile.exp: Likewise.
48
29361eee
YQ
492014-03-26 Yao Qi <yao@codesourcery.com>
50
51 * gdb.base/macscp.exp: Fix code format issues.
52
bc9a5525
UW
532014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
54
55 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
56 * gdb.asm/powerpc64le.inc: New file.
57
d3839ede
PA
582014-03-25 Pedro Alves <palves@redhat.com>
59 Doug Evans <dje@google.com>
60
61 * gdb.base/source-execution.c: New file.
62 * gdb.base/source-execution.exp: New file.
63 * gdb.base/source-execution.gdb: New file.
64
01672a57
DE
652014-03-24 Doug Evans <dje@google.com>
66
67 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
68 using fission.
69
88bbeca9
HZ
702014-03-24 Hui Zhu <hui@codesourcery.com>
71 Pedro Alves <palves@redhat.com>
72
73 PR breakpoints/16101
74 * gdb.base/dprintf.exp: Use unsupported rather than changing the
75 test pass/fail messages. Detect missing support for dprintf when
76 breakpoints are actually inserted.
77 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
78 breakpoints are actually inserted.
79 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
80 fails.
81
d2348791
JK
822014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
85
feef67ab
DE
862014-03-22 Doug Evans <xdje42@gmail.com>
87
88 * gdb.python/python.exp (python not supported): Verify multi-line
89 python command issues an error.
25d743f9 90 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 91 guile command issues an error.
feef67ab 92
ecebef6a
MR
932014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
94
95 * gdb.threads/thread-specific.exp: Handle the lack of usable
96 $this_breakpoint and $this_thread.
97
ccdd1909
HZ
982014-03-21 Hui Zhu <hui@codesourcery.com>
99
100 * gdb.base/attach.exp (do_command_attach_tests): New.
101
beb460e8
PA
1022014-03-20 Tom Tromey <tromey@redhat.com>
103 Pedro Alves <palves@redhat.com>
104
105 PR cli/15718
106 * gdb.base/condbreak-call-false.c: New file.
107 * gdb.base/condbreak-call-false.exp: New file.
108
40acf43a
PA
1092014-03-20 Pedro Alves <palves@redhat.com>
110
111 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
112 Delete.
113 (block_signals, unblock_signals): Delete.
114 (child_function_2, main): Remove references to deleted variable
115 and functions.
116
9f5e1e02
PA
1172014-03-20 Pedro Alves <palves@redhat.com>
118
119 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
120 Use pthread_kill to signal thread 2.
121 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
122 Adjust to make the test send itself a signal rather than using the
123 host's "kill" command.
124
99619bea
PA
1252014-03-20 Pedro Alves <palves@redhat.com>
126
127 * gdb.threads/multiple-step-overs.c: New file.
128 * gdb.threads/multiple-step-overs.exp: New file.
129 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
130 Adjust expected infrun debug output.
131
2adfaa28
PA
1322014-03-20 Pedro Alves <palves@redhat.com>
133
134 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
135 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
136
31e77af2
PA
1372014-03-20 Pedro Alves <palves@redhat.com>
138
139 PR breakpoints/7143
140 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
141 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
142 of gdb_test_multiple.
143 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
144 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
145
b9f437de
PA
1462014-03-20 Pedro Alves <palves@redhat.com>
147
148 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
149 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
150
05adc73e
PA
1512014-03-19 Pedro Alves <palves@redhat.com>
152
153 * gdb.base/async.exp: Remove early return.
154
6048b950
PA
1552014-03-19 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/async.exp (step& tests): Pass explicit test messages.
158
8bcfb00a
PA
1592014-03-19 Pedro Alves <palves@redhat.com>
160
161 * gdb.base/async.exp (test_background): Expect \r\n after
162 "completed." in the fail pattern.
163
884e37dc
PA
1642014-03-19 Pedro Alves <palves@redhat.com>
165
166 * gdb.base/async.exp (test_background): New procedure.
167 Use it for all background execution command tests.
168
148e57e2
PA
1692014-03-19 Pedro Alves <palves@redhat.com>
170
171 * gdb.base/async.exp: Use prepare_for_testing.
172
f48088c7
PA
1732014-03-19 Pedro Alves <palves@redhat.com>
174
175 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
176 the same line.
177
e2f6c966
PA
1782014-03-19 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/async.c (main): Add "jump here" and "until here" line
181 marker comments.
182 * gdb.base/async.exp (jump_here): New global.
183 (jump& test): Use it.
184 (until_here): New global.
185 (until& test): Use it.
186
c30568d4
PA
1872014-03-19 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/async.exp: Don't frob gdb_protocol.
190
0172b6a7
DE
1912014-03-18 Doug Evans <xdje42@gmail.com>
192
193 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
194 Fix spelling of exec-done-display.
195
06c868a8
JK
1962014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 PR gdb/15358
199 * gdb.base/gdb-sigterm.c: New file.
200 * gdb.base/gdb-sigterm.exp: New file.
201
0c7e1a46
PA
2022014-03-18 Pedro Alves <palves@redhat.com>
203
204 PR gdb/13860
205 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
206 * lib/mi-support.exp (mi_expect_stop): Add special handling for
207 solib-event.
208
f7c77d93
JB
2092014-03-17 Joel Brobecker <brobecker@adacore.com>
210
211 * gdb.ada/pckd_arr_ren: New testcase.
212
5a1e8c7a
DE
2132014-03-13 Doug Evans <xdje42@gmail.com>
214
215 PR guile/16612
216 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
217 collect after discarding symbols.
218
350e1a76
DE
2192014-03-13 Ludovic Courtès <ludo@gnu.org>
220 Doug Evans <xdje42@gmail.com>
221
222 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
223 to history survives a gc.
224
a69900ae
PA
2252014-03-13 Pedro Alves <palves@redhat.com>
226
227 * gdb.base/default.exp: Don't test "target procfs".
228
5db9f0bd
PA
2292014-03-13 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/default.exp: Update "target child" and "target procfs"
232 tests to not expect "Unix".
233
b3ccfe11
TT
2342014-03-12 Tom Tromey <tromey@redhat.com>
235
236 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
237 New procs. Add target-async tests.
238 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
239 Add target-async tests.
240
646f4417
AA
2412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
242
243 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
244 'func_start' and 'func_end' for the beginning and end of the
245 function code, respectively.
246 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
247 'func_end' instead of 'func' and 'main'.
248
288c211f
AA
2492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
250
251 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
252 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
253 generate the debug info assembler source.
254
e0c0f156
AA
2552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
256
257 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
258 * gdb.dwarf2/arr-subrange.exp: Likewise.
259 * gdb.dwarf2/dwz.exp: Likewise.
260 * gdb.dwarf2/method-ptr.exp: Likewise.
261 * gdb.dwarf2/missing-sig-type.exp: Likewise.
262 * gdb.dwarf2/subrange.exp: Likewise.
263 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
264 * gdb.dwarf2/implptrpiece.exp: Likewise.
265 * gdb.dwarf2/nostaticblock.exp: Likewise.
266
0e5c4555
AA
2672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
268
269 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
270 directory to absolute path name arguments.
271
5ec18f2b
JG
2722014-03-10 Joel Brobecker <brobecker@adacore.com>
273
274 * gdb.ada/tagged_access: New testcase.
275
847fc4f2
MM
2762014-03-07 Markus Metzger <markus.t.metzger@intel.com>
277
278 * gdb.btrace/data.exp: Update expected output.
279
cc3da688
YQ
2802014-03-06 Yao Qi <yao@codesourcery.com>
281
282 * gdb.trace/pr16508.exp: New file.
283
0f26cec1
PA
2842014-03-05 Pedro Alves <palves@redhat.com>
285
286 PR gdb/16575
287 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
288 procedure.
289 (top level): Adjust to use it. Add tests that exercise breakpoint
290 interaction with the code-cache.
291
7a5a839f
LC
2922014-02-26 Ludovic Courtès <ludo@gnu.org>
293
294 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
295 test for 'history-append!'.
296
31aa7e4e
JB
2972014-02-26 Joel Brobecker <brobecker@adacore.com>
298
299 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
300 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
301 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
302 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
303 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
304 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
305
1b588015
JB
3062014-02-26 Joel Brobecker <brobecker@adacore.com>
307
308 * testsuite/gdb.python/py-pp-re-notag.c: New file.
309 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
310 * testsuite/gdb.python/py-pp-re-notag.p: New file.
311
55426c9d
JB
3122014-02-26 Joel Brobecker <brobecker@adacore.com>
313
314 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
315
dc53a7ad
JB
3162014-02-26 Joel Brobecker <brobecker@adacore.com>
317
318 * gdb.dwarf2/arr-stride.c: New file.
319 * gdb.dwarf2/arr-stride.exp: New file.
320
12ab52e9
PA
3212014-02-26 Pedro Alves <palves@redhat.com>
322
323 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
324 that won't ever trigger. Make sure that GDB reports the correct
325 breakpoint that caused the stop.
326
849c862e
JK
3272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 PR gdb/16626
330 * gdb.base/auto-load-script: New file.
331 * gdb.base/auto-load.c: New file.
332 * gdb.base/auto-load.exp: New file.
333
71b7d793
JK
334 PR gdb/16626
335 * gdb.base/auto-load.exp: Fix out-of-srctree run.
336
e2f0d509
JK
3372014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 Fix dw2-icycle.exp -fsanitize=address GDB crash.
340 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
341
50cc37c8
DE
3422014-02-24 Doug Evans <dje@google.com>
343
344 * lib/gdb.exp (run_on_host): Log error output if program fails.
345
ea4758f2
PA
3462014-02-21 Pedro Alves <palves@redhat.com>
347
348 * gdb.threads/step-after-sr-lock.c: Rename to ...
349 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
350 * gdb.threads/step-after-sr-lock.exp: Rename to ...
351 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
352 ... this.
353
d7b30f67
SDJ
3542014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
355
356 PR tdep/16397
357 * gdb.arch/amd64-stap-special-operands.exp: New file.
358 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
359 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
360 * gdb.arch/amd64-stap-triplet.S: Likewise.
361 * gdb.arch/amd64-stap-triplet.c: Likewise.
362
83deb43f
JB
3632014-02-20 Joel Brobecker <brobecker@adacore.com>
364
365 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
366 in .section pseudo-op.
367
adde2bff
DE
3682014-02-20 lin zuojian <manjian2006@gmail.com>
369 Joel Brobecker <brobecker@adacore.com>
370 Doug Evans <xdje42@gmail.com>
371
372 PR symtab/16581
373 * gdb.dwarf2/dw2-icycle.S: New file.
374 * gdb.dwarf2/dw2-icycle.c: New file.
375 * gdb.dwarf2/dw2-icycle.exp: New file.
376
f7bd0f78
SC
3772014-02-19 Siva Chandra Reddy <sivachandra@google.com>
378
379 * gdb.python/py-value-cc.cc: Improve test case to enable testing
380 operations on gdb.Value objects.
381 * gdb.python/py-value-cc.exp: Add new test to test operations on
382 gdb.Value objects.
383
c17ef0d5
DE
3842014-02-18 Doug Evans <dje@google.com>
385
386 * Makefile.in (TESTS): New variable.
387 (expanded_tests, expanded_tests_or_none): New variables
388 (check-single): Pass $(expanded_tests_or_none) to runtest.
389 (check-parallel): Only run tests in $(TESTS) if non-empty.
390 (check/no-matching-tests-found): New rule.
391 * README: Document TESTS makefile variable.
392
5dd3176f
DE
3932014-02-18 Doug Evans <dje@google.com>
394
395 * Makefile.in (check-parallel): rm -rf outputs temp.
396
0b10be4f
JK
3972014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 Fix "ERROR: no fileid for" in the testsuite.
400 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
401
85f224e7
DE
4022014-02-12 Doug Evans <dje@google.com>
403
404 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
405 (MISCELLANEOUS): New variable.
406 (clean): rm -rf $(MISCELLANEOUS).
407 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
408 dwp live in the same directory as symlinks, with each symlink pointed
409 to a differently named file in a different directory.
410
149b30ff
DE
4112014-02-11 Doug Evans <dje@google.com>
412
413 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
414 of Tcl file commands.
415
1dfdac32
MK
4162014-02-10 Mark Kettenis <kettenis@gnu.org>
417
418 * gdb.threads/step-after-sr-lock.exp: Avoid executing
419 "kill -SIGUSR1 -1".
420
aa4fb036
JB
4212014-02-10 Joel Brobecker <brobecker@adacore.com>
422
423 * gdb.ada/tick_length_array_enum_idx: New testcase.
424
ed3ef339
DE
4252014-02-10 Doug Evans <xdje42@gmail.com>
426
427 * configure.ac (AC_OUTPUT): Add gdb.guile.
428 * configure: Regenerate.
429 * lib/gdb-guile.exp: New file.
430 * lib/gdb.exp (get_target_charset): New function.
431 * gdb.base/help.exp: Update expected output from "apropos apropos".
432 * gdb.guile/Makefile.in: New file.
433 * gdb.guile/guile.exp: New file.
434 * gdb.guile/scm-arch.c: New file.
435 * gdb.guile/scm-arch.exp: New file.
436 * gdb.guile/scm-block.c: New file.
437 * gdb.guile/scm-block.exp: New file.
438 * gdb.guile/scm-breakpoint.c: New file.
439 * gdb.guile/scm-breakpoint.exp: New file.
440 * gdb.guile/scm-disasm.c: New file.
441 * gdb.guile/scm-disasm.exp: New file.
442 * gdb.guile/scm-equal.c: New file.
443 * gdb.guile/scm-equal.exp: New file.
444 * gdb.guile/scm-error.exp: New file.
445 * gdb.guile/scm-error.scm: New file.
446 * gdb.guile/scm-frame-args.c: New file.
447 * gdb.guile/scm-frame-args.exp: New file.
448 * gdb.guile/scm-frame-args.scm: New file.
449 * gdb.guile/scm-frame-inline.c: New file.
450 * gdb.guile/scm-frame-inline.exp: New file.
451 * gdb.guile/scm-frame.c: New file.
452 * gdb.guile/scm-frame.exp: New file.
453 * gdb.guile/scm-generics.exp: New file.
454 * gdb.guile/scm-gsmob.exp: New file.
455 * gdb.guile/scm-iterator.c: New file.
456 * gdb.guile/scm-iterator.exp: New file.
457 * gdb.guile/scm-math.c: New file.
458 * gdb.guile/scm-math.exp: New file.
459 * gdb.guile/scm-objfile-script-gdb.in: New file.
460 * gdb.guile/scm-objfile-script.c: New file.
461 * gdb.guile/scm-objfile-script.exp: New file.
462 * gdb.guile/scm-objfile.c: New file.
463 * gdb.guile/scm-objfile.exp: New file.
464 * gdb.guile/scm-ports.exp: New file.
465 * gdb.guile/scm-pretty-print.c: New file.
466 * gdb.guile/scm-pretty-print.exp: New file.
467 * gdb.guile/scm-pretty-print.scm: New file.
468 * gdb.guile/scm-section-script.c: New file.
469 * gdb.guile/scm-section-script.exp: New file.
470 * gdb.guile/scm-section-script.scm: New file.
471 * gdb.guile/scm-symbol.c: New file.
472 * gdb.guile/scm-symbol.exp: New file.
473 * gdb.guile/scm-symtab-2.c: New file.
474 * gdb.guile/scm-symtab.c: New file.
475 * gdb.guile/scm-symtab.exp: New file.
476 * gdb.guile/scm-type.c: New file.
477 * gdb.guile/scm-type.exp: New file.
478 * gdb.guile/scm-value-cc.cc: New file.
479 * gdb.guile/scm-value-cc.exp: New file.
480 * gdb.guile/scm-value.c: New file.
481 * gdb.guile/scm-value.exp: New file.
482 * gdb.guile/source2.scm: New file.
483 * gdb.guile/types-module.cc: New file.
484 * gdb.guile/types-module.exp: New file.
485
7026a7c1
YQ
4862014-02-10 Yao Qi <yao@codesourcery.com>
487
488 PR testsuite/16543
489 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
490 * configure: Regenerated.
491 * Makefile.in: New file.
492
6c466447
AS
4932014-02-08 Andreas Schwab <schwab@linux-m68k.org>
494
495 * gdb.python/py-framefilter.exp: Fix typo.
496
6e854735
YQ
4972014-02-08 Yao Qi <yao@codesourcery.com>
498
499 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
500 that no =breakpoint-modified is emitted when breakpoints are
501 modified through MI commands.
502
d137e6dc
PA
5032014-02-07 Pedro Alves <pedro@codesourcery.com>
504 Pedro Alves <palves@redhat.com>
505
506 * gdb.threads/step-after-sr-lock.c: New file.
507 * gdb.threads/step-after-sr-lock.exp: New file.
508
b5ee5a50
PA
5092014-02-07 Pedro Alves <palves@redhat.com>
510
511 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
512
3c77faf3
JK
5132014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
516 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
517
6dddc817
DE
5182014-02-06 Doug Evans <xdje42@gmail.com>
519
520 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
521 output.
522
523 * gdb.gdb/python-interrupts.exp: New file.
524
de7b2893
YQ
5252014-02-05 Yao Qi <yao@codesourcery.com>
526
527 * gdb.trace/report.exp (use_collected_data): Test the output
528 of "info threads" and "info inferiors".
529
66d032ac
YQ
5302014-02-05 Yao Qi <yao@codesourcery.com>
531
532 Revert this patch:
533
534 2013-05-24 Yao Qi <yao@codesourcery.com>
535
536 * gdb.trace/tfile.exp: Test inferior and thread.
537
591a12a1
UW
5382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
539
540 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
541 on a function.
542 * gdb.base/step-bt.c: Call hello via function pointer to make
543 sure its first instruction is executed on powerpc64le-linux.
544
0ff3e01f
UW
5452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
546
547 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
548
084ee545
UW
5492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
550
551 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
552 of the test patterns for use on little-endian systems.
553
6ed14ff3
UW
5542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
555
556 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
557 (decimal_vector): Fix for little-endian.
558
401e27fd
JM
5592014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
560
561 * gdb.arch/sparc-sysstep.exp: New file.
562 * gdb.arch/sparc-sysstep.c: Likewise.
563
564 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
565
8b924729
EBM
5662014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
567
568 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
569
fb151210
JB
5702014-01-23 Tom Tromey <tromey@redhat.com>
571
572 * gdb.ada/array_char_idx: New testcase.
573
0740f8d8
TT
5742014-01-23 Tom Tromey <tromey@redhat.com>
575
576 PR python/16487:
577 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
578 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
579 classes.
580
21909fa1
TT
5812014-01-23 Tom Tromey <tromey@redhat.com>
582
583 PR python/16491:
584 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
585 string from an inferior frame.
586 * gdb.python/py-framefilter-mi.exp: Update.
587
87ce2a04
DE
5882014-01-22 Doug Evans <dje@google.com>
589
590 * gdb.server/server-mon.exp: Add tests for "set debug-format".
591
237b092b
AA
5922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
593
594 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
595
d674a709
AA
5962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
597
598 * gdb.trace/entry-values.exp: Remove excess space character from
599 regex patterns. Handle s390 call instruction.
600
20fa3390
AA
6012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
602
603 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
604 define "*_start" label. Make "name" static.
605 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
606 ${name} by references to ${name}_start.
607
78466714
AA
6082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
609
610 * gdb.base/info-macros.exp: Remove "debug" from the compile
611 options.
612
ec9f644a
IB
6132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
614
615 * gdb.dlang/demangle.exp: New file.
616
94b1b47e
IB
6172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
618
619 * gdb.dlang/primitive-types.exp: New file.
620
7f420862
IB
6212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
622
623 * configure.ac: Create gdb.dlang/Makefile.
624 * configure: Regenerate.
625 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
626 * gdb.dlang/Makefile.in: New file.
627 * lib/d-support.exp: New file.
628 * lib/gdb.exp (skip_d_tests): New proc.
629
52834460
MM
6302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
631
632 * gdb.btrace/delta.exp: Check reverse stepi.
633 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
634 * gdb.btrace/finish.exp: New.
635 * gdb.btrace/next.exp: New.
636 * gdb.btrace/nexti.exp: New.
637 * gdb.btrace/record_goto.c: Add comments.
638 * gdb.btrace/step.exp: New.
639 * gdb.btrace/stepi.exp: New.
640 * gdb.btrace/multi-thread-step.c: New.
641 * gdb.btrace/multi-thread-step.exp: New.
642 * gdb.btrace/rn-dl-bind.c: New.
643 * gdb.btrace/rn-dl-bind.exp: New.
644 * gdb.btrace/data.c: New.
645 * gdb.btrace/data.exp: New.
646 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
647
6e07b1d2
MM
6482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
649
650 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
651 * gdb.btrace/exception.exp: Update.
652 * gdb.btrace/instruction_history.exp: Update.
653 * gdb.btrace/record_goto.exp: Update.
654 * gdb.btrace/tailcall.exp: Update.
655 * gdb.btrace/unknown_functions.exp: Update.
656 * gdb.btrace/delta.exp: New.
657
0b722aec
MM
6582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
659
660 * gdb.btrace/record_goto.exp: Add backtrace test.
661 * gdb.btrace/tailcall.exp: Add backtrace test.
662
066ce621
MM
6632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
664
665 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
666 * gdb.btrace/record_goto.c: New.
667 * gdb.btrace/record_goto.exp: New.
668 * gdb.btrace/x86-record_goto.S: New.
669
0688d04e
MM
6702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
671
672 * gdb.btrace/function_call_history.exp: Update tests.
673 * gdb.btrace/instruction_history.exp: Update tests.
674
8710b709
MM
6752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
676
677 * gdb.btrace/function_call_history.exp: Fix expected field
678 order for "record function-call-history".
679 Add new tests for "record function-call-history /c".
680 * gdb.btrace/exception.cc: New.
681 * gdb.btrace/exception.exp: New.
682 * gdb.btrace/tailcall.exp: New.
683 * gdb.btrace/x86-tailcall.S: New.
684 * gdb.btrace/x86-tailcall.c: New.
685 * gdb.btrace/unknown_functions.c: New.
686 * gdb.btrace/unknown_functions.exp: New.
687 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
688
5de9129b
MM
6892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
690
691 * gdb.btrace/instruction_history.exp: Update.
692 * gdb.btrace/function_call_history.exp: Update.
693
23a7fe75
MM
6942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
695
696 * gdb.btrace/function_call_history.exp: Fix expected function
697 trace.
698 * gdb.btrace/instruction_history.exp: Initialize traced.
699 Remove traced_functions.
700
724c7dd8
MM
7012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
702
703 * gdb.btrace/function_call_history.exp: Update
704 * gdb.btrace/instruction_history.exp: Update.
705
6d78d93b
MM
7062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
707
708 * gdb.btrace/enable.exp: Update expected text.
709
93a360cc
OJ
7102014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
711
712 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
713 bytes.
714
3772b53f
MR
7152014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
716
717 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
718
596662fa
OJ
7192014-01-15 Omair Javaid <omair.javaid@linaro.org>
720
721 * lib/gdb.exp (supports_process_record): Return true for
722 arm*-linux*. (supports_reverse): Likewise.
723
b5b08fb4
SC
7242014-01-13 Siva Chandra Reddy <sivachandra@google.com>
725
726 PR python/15464
727 PR python/16113
728 * gdb.python/py-type.c: Enhance test case.
729 * gdb.python/py-value-cc.cc: Likewise
730 * gdb.python/py-type.exp: Add new tests.
731 * gdb.python/py-value-cc.exp: Likewise
732
52d7fb13
AA
7332014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
734 Pedro Alves <palves@redhat.com>
735
736 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
737 Make "name" extern.
738 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
739 references to ${name}_start by references to ${name}.
740
a2cd8cfe
JB
7412014-01-10 Joel Brobecker <brobecker@adacore.com>
742
743 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
744
4e23fced
JB
7452014-01-10 Joel Brobecker <brobecker@adacore.com>
746
747 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
748
c6a9e42c
PA
7492014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
750 Pedro Alves <palves@redhat.com>
751
752 * gdb.mi/mi-info-os.exp: Connect to the target with
753 mi_gdb_target_load.
754
b7ea362b
PA
7552014-01-08 Pedro Alves <palves@redhat.com>
756
757 * gdb.threads/reconnect-signal.c: New file.
758 * gdb.threads/reconnect-signal.exp: New file.
759
5e3f4fab
EBM
7602014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
761
762 * gdb.base/source-dir.exp: New file.
763
79301218
JB
7642014-01-07 Joel Brobecker <brobecker@adacore.com>
765
766 * gdb.ada/mi_interface: New testcase.
767
8e355c5d
JB
7682014-01-07 Joel Brobecker <brobecker@adacore.com>
769
770 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
771 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
772 gdb.ada/pp-rec-component/pck.ads: New files.
773
c0d48811
JB
7742014-01-07 Joel Brobecker <brobecker@adacore.com>
775
776 * gdb.python/py-pp-integral.c: New file.
777 * gdb.python/py-pp-integral.py: New file.
778 * gdb.python/py-pp-integral.exp: New file.
779
4924df79
GKB
7802013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
781
782 PR breakpoints/16297
783 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
784 (write_syscall): New variables.
785 (main): Create a pipe, write 1 byte in it, and read 1 byte from
786 it.
787 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
788 "write" and "read" syscalls.
789 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
790 numbers.
791
530e8392
KB
7922013-12-19 Keven Boell <keven.boell@intel.com>
793
794 * gdb.fortran/module.exp: Completion matches fortran module
795 names as well. ptype/whatis on modules return a proper type.
796 Add new check for having the correct scope.
797
7f9b20bb
KB
7982013-12-19 Keven Boell <keven.boell@intel.com>
799
800 * gdb.fortran/type.f90: New file.
801 * gdb.fortran/whatis_type.f90: New file.
802
2e0d821f
SDJ
8032013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
804
805 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
806 (close_syscall, chroot_syscall, exit_group_syscall): New
807 variables.
808 * gdb.base/catch-syscall.exp: Replace gdb_compile by
809 prepare_for_testing. Call fill_all_syscalls_numbers before
810 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
811 gdb_load by clean_restart.
812 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
813 (check_info_bp_many_syscalls): Remove global gdb_prompt.
814 (check_call_to_syscall): Likewise. Add global decimal. Improve
815 testing regex.
816 (check_return_from_syscall): Likewise.
817 (check_continue, insert_catch_syscall_with_arg): Remove global
818 gdb_prompt.
819 (insert_catch_syscall_with_many_args): Likewise. Add global
820 decimal. Fix $filter_str. Improve testing regex.
821 (check_for_program_end): Remove global gdb_prompt.
822 (test_catch_syscall_without_args): Likewise. Add global decimal.
823 Improve testing regex.
824 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
825 (test_catch_syscall_with_wrong_args)
826 (test_catch_syscall_restarting_inferior)
827 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
828 (do_syscall_tests): Likewise. Remove global srcdir.
829 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
830 Add global last_syscall_number. Test for the exact syscall number
831 to be caught.
832 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
833 Add global all_syscalls_numbers. Test each syscall number to be
834 caught, instead of only testing "close".
835 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
836 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
837 Remove stale comment.
838 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
839 the correct syscall numbers using information from the inferior.
840
5ce0145d
PA
8412013-12-17 Pedro Alves <palves@redhat.com>
842
843 * gdb.trace/circ.exp: Expect frame info to be printed when
844 switching between frames with unavailable stack, but different
845 functions.
846
bdf22206
AB
8472013-12-17 Andrew Burgess <aburgess@broadcom.com>
848
849 * gdb.trace/unavailable-dwarf-piece.c: New file.
850 * gdb.trace/unavailable-dwarf-piece.exp: New file.
851
07d100d4
YQ
8522013-12-15 Yao Qi <yao@codesourcery.com>
853
854 * gdb.perf/skip-prologue.c: New.
855 * gdb.perf/skip-prologue.exp: New.
856 * gdb.perf/skip-prologue.py: New.
857
8a48ac95
JB
8582013-12-13 Joel Brobecker <brobecker@adacore.com>
859
860 * gdb.ada/arraydim: New testcase.
861
a16b0e22
SC
8622013-12-12 Siva Chandra Reddy <sivachandra@google.com>
863
864 PR python/16113
865 * gdb.python/py-value-cc.cc: Improve test case.
866 * gdb.python/py-value-cc.exp: Add new tests to test usage of
867 gdb.Field objects as subscripts on gdb.Value objects.
868
0987cf35
DE
8692013-12-10 Doug Evans <dje@google.com>
870
7b3fd68b 871 PR 16286
0987cf35
DE
872 * gdb.python/py-value.c: #include stdlib.h, string.h.
873 (str): New struct.
874 (main): New local xstr.
875 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
876 fetch a value as a string with a length beyond the declared length
877 of the array.
878
409d8f48
AB
8792013-12-10 Andrew Burgess <aburgess@broadcom.com>
880
881 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
882 update comment.
883
036e93df
JB
8842013-12-10 Joel Brobecker <brobecker@adacore.com>
885
886 * gdb.ada/int_deref.exp: Add test verifying that we print
887 the decoded symbol name when printing the address of Ada
888 symbols.
889
72bfa06c
JB
8902013-12-10 Joel Brobecker <brobecker@adacore.com>
891
892 * gdb.mi/mi-start.exp: Add test verifying that -list-features
893 contains "exec-run-start-option".
894
11ec5965
YQ
8952013-12-08 Yao Qi <yao@codesourcery.com>
896
897 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
898 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
899 (is_64_target, is_amd64_regs_target): Likewise.
900 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
901
594d8fa8
MF
9022013-12-07 Mike Frysinger <vapier@gentoo.org>
903
904 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
905 * gdb.base/testenv.c: Likewise.
906
d9a196da
MF
9072013-12-07 Mike Frysinger <vapier@gentoo.org>
908
909 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
910 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
911 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
912
782d47df
PA
9132013-12-06 Pedro Alves <palves@redhat.com>
914
915 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
916 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
917 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
918
399d6e30
DE
9192013-12-06 Doug Evans <dje@google.com>
920
921 * gdb.base/break.exp: Fix setting of $baz.
922
16b5a7cb
AB
9232013-12-06 Andrew Burgess <aburgess@broadcom.com>
924
925 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
926 DW_OP_plus_uconst.
927
f84bc218
KB
9282013-12-06 Keven Boell <keven.boell@intel.com>
929
930 * lib/mi-support.exp (mi_list_varobj_children_range): Add
931 call to mi_list_array_varobj_children_with_index.
932 (mi_list_array_varobj_children_with_index): New function.
933 Add parameter to specify array start.
934
489e41dd 9352013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
936
937 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
938 SIGPWR in sparc64.
939
940 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
941 have the same signal number. Handle this situation.
942
7fb1b8b1
JB
9432013-12-03 Joel Brobecker <brobecker@adacore.com>
944
945 * gdb.ada/dot_all: New testcase.
946
2ea126fa
JB
9472013-12-03 Joel Brobecker <brobecker@adacore.com>
948
949 * gdb.mi/mi-undefined-cmd.exp: New testcase.
950
6b7cbff1
JB
9512013-12-03 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.mi/mi-i-cmd.exp: New file.
954
04affae3
JK
9552013-12-02 Doug Evans <dje@google.com>
956
957 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
958 at start.
959 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
960 has been specified with a relative path and we have chdir'd before
961 accessing the debug info.
962
eebc056c
AB
9632013-11-28 Andrew Burgess <aburgess@broadcom.com>
964
965 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
966 expected results.
967 (gdb_collect_locals_test): Likewise.
968 (gdb_collect_globals_test): Likewise.
969
8b5e6dc2
YQ
9702013-11-28 Yao Qi <yao@codesourcery.com>
971
972 * lib/gdb.exp (with_gdb_prompt): New proc.
973 * gdb.perf/disassemble.exp: New.
974 * gdb.perf/disassemble.py: New.
975
0db4ca18
LM
9762013-11-26 Luis Machado <lgustavo@codesourcery.com>
977
978 * gdb.base/callfuncs.c (main): Assign malloc's return value
979 and free it afterwards.
980 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
981 * gdb.base/printcmds.c (main): Likewise.
982 * gdb.base/randomize.c (main): Free "p" and change breakpoint
983 marker position.
984 * gdb.base/setvar.c (dummy): Assign malloc's return value
985 and free it afterwards.
986
d24a9f15
AB
9872013-11-26 Andrew Burgess <aburgess@broadcom.com>
988
989 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
990 gdb_test_multiple.
991
15859968
TT
9922013-11-26 Tom Tromey <tromey@redhat.com>
993
994 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
995 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
996 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
997
f7e3ecae
KS
9982013-11-25 Keith Seitz <keiths@redhat.com>
999
1000 PR c++/14819
1001 * gdb.cp/impl-this.cc: New file.
1002 * gdb.cp/impl-this.exp: New file.
1003
23e9d3b9
YQ
10042013-11-25 Yao Qi <yao@codesourcery.com>
1005
1006 * gdb.perf/backtrace.c: New.
1007 * gdb.perf/backtrace.exp: New.
1008 * gdb.perf/backtrace.py: New.
1009
22825df7
YQ
10102013-11-24 Yao Qi <yao@codesourcery.com>
1011
1012 * gdb.perf/single-step.c: New.
1013 * gdb.perf/single-step.exp: New.
1014 * gdb.perf/single-step.py: New.
1015
c1ea7c01
DE
10162013-11-23 Doug Evans <xdje42@gmail.com>
1017
1018 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
1019 with ignore count".
1020
35720eaa
DE
10212013-11-23 Doug Evans <xdje42@gmail.com>
1022
1023 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
1024 (test_subscript_regression): Ditto.
1025 (top level): Run test_subscript_regression for c++ with "c++" prefix.
1026
3cd14e45
DE
10272013-11-23 Doug Evans <xdje42@gmail.com>
1028
1029 * gdb.python/py-type.exp (test_enums): Fix typo.
1030
985c818c
DE
10312013-11-23 Doug Evans <xdje42@gmail.com>
1032
1033 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1034 unique.
1035
f873dd7a
DE
10362013-11-23 Doug Evans <xdje42@gmail.com>
1037
1038 * gdb.python/py-symbol.exp: Fix whitespace.
1039
38a502a4
DE
10402013-11-23 Doug Evans <xdje42@gmail.com>
1041
1042 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1043 to test some things in the case where python is not configured in.
1044
c0621699
PA
10452013-11-22 Pedro Alves <palves@redhat.com>
1046
1047 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1048 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1049 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1050 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1051 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1052 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1053
f57e61cd
TT
10542013-11-22 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1057
da2b2fdf
TT
10582013-11-22 Tom Tromey <tromey@redhat.com>
1059
1060 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1061 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1062 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1063
33f8fe58
PA
10642013-11-22 Pedro Alves <palves@redhat.com>
1065
1066 PR 16155
1067 * gdb.dwarf2/dw2-dup-frame.S: New file.
1068 * gdb.dwarf2/dw2-dup-frame.c: New file.
1069 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1070
0a1e6121
YQ
10712013-11-22 Yao Qi <yao@codesourcery.com>
1072
1073 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1074 comment and add one more argument "has_more".
1075 * gdb.python/py-mi.exp: Callers update.
1076
0061ea24
YQ
10772013-11-22 Yao Qi <yao@codesourcery.com>
1078
1079 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1080 of mi_create_dynamic_varobj.
1081
069d6a0f
PA
10822013-11-20 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1085 time, and run it through all three milestone regexes.
1086
10d8cbd2
SA
10872013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1088
1089 * gdb.base/eval-avoid-side-effects.exp: New file.
1090
57803a3c
WT
10912013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1092
60650f2e
WT
1093 * gdb.arch/i386-mpx.c: New file
1094 * gdb.arch/i386-mpx.exp: New file.
1095
09748966
WT
10962013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1097
1098 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1099 for bnd registers.
1100
60650f2e
WT
11012013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1102
57803a3c
WT
1103 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1104 start and end equal 0.
1105
3e9ecad3
YQ
11062013-11-19 Yao Qi <yao@codesourcery.com>
1107
1108 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1109 (mi_list_varobj_children_range): Likewise.
1110
31b4ab9e
YQ
11112013-11-19 Yao Qi <yao@codesourcery.com>
1112
1113 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1114
4392c534
YQ
11152013-11-19 Yao Qi <yao@codesourcery.com>
1116
1117 * lib/mi-support.exp: Fix format.
1118
df7752b0
JB
11192013-11-19 Joel Brobecker <brobecker@adacore.com>
1120
1121 * gdb.ada/py_range: New testcase.
1122
176f037c
JB
11232013-11-18 Joel Brobecker <brobecker@adacore.com>
1124
1125 * mi-language.exp: Add "-list-features" test verifying that
1126 its output contains "language-option".
1127
ee4a1c63
JB
11282013-11-16 Joel Brobecker <brobecker@adacore.com>
1129
1130 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1131 * info_exc/foo.adb: Adjust to new exception name.
1132 * info_exc.exp: Adjust after exception renaming in const.ads.
1133 Update "info exception global" test to test "info exceptions
1134 global_gdb" instead.
1135
1136 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1137 * mi_exc_info/foo.adb (Adjust to new exception name.
1138 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1139 Update "-info-ada-exceptions global" test to test
1140 "-info-ada-exceptions global_gdb" instead.
1141
6ec41e1e
LM
11422013-11-15 Luis Machado <lgustavo@codesourcery.com>
1143
1144 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1145 of inferior output for remote and native sessions.
1146 * gdb.mi/mi-console.exp: Remove obsolete comment.
1147 Check for semihosted inferior output pattern.
1148 (semihosted_string): New function.
1149
391d3400
JB
11502013-11-15 Joel Brobecker <brobecker@adacore.com>
1151
1152 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1153 listed in the output of "info exceptions".
1154 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1155 listed in the output of "-info-ada-exceptions".
1156
e092da29
JB
11572013-11-15 Joel Brobecker <brobecker@adacore.com>
1158
1159 * gdb.ada/info_exc.exp: Start inferior before starting
1160 the "info exceptions" tests.
1161 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1162 the "-info-ada-exceptions" tests.
1163
805e1f19
TT
11642013-11-15 Tom Tromey <tromey@redhat.com>
1165
1166 * gdb.cp/includefile: New file.
1167 * gdb.cp/filename.exp: New file.
1168 * gdb.cp/filename.cc: New file.
1169
9abb1bd6
DE
11702013-11-15 Doug Evans <xdje42@gmail.com>
1171
1172 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1173
8abea1a1
DE
11742013-11-15 Doug Evans <xdje42@gmail.com>
1175
1176 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1177
330a7fce
DE
11782013-11-15 Doug Evans <xdje42@gmail.com>
1179
1180 * gdb.python/py-breakpoint.exp: Split up into several functions,
1181 each with their own test prefix.
1182
0acf8b65
JB
11832013-11-15 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.ada/O2_float_param: New testcase.
1186
496038b3
TT
11872013-11-14 Tom Tromey <tromey@redhat.com>
1188
1189 * Makefile.in (check-parallel): Print summary from gdb.sum.
1190
c7e8af9b
OJ
11912013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1192
1193 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1194 and function label names.
1195 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1196 compile unit labels.
1197
403cb6b1
JB
11982013-11-14 Joel Brobecker <brobecker@adacore.com>
1199
1200 * gdb.mi/mi-language.exp: New file.
1201
74921315
KS
12022013-09-17 Keith Seitz <keiths@redhat.com>
1203
1204 PR c++/7935
1205 PR c++/10541
1206 * gdb.cp/nsalias.exp: New file.
1207 * gdb.cp/nsalias.cc: New file.
1208 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1209 tests only on known, working compiler versions.
1210
08c43050
TT
12112013-11-13 Tom Tromey <tromey@redhat.com>
1212
1213 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1214 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1215
0682e708
DE
12162013-11-12 Doug Evans <dje@google.com>
1217
1218 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1219 so that "rm -rf $builddir" Just Works.
1220
a7e332c2
JB
12212013-11-12 Joel Brobecker <brobecker@adacore.com>
1222
1223 * gdb.ada/mi_exc_info: New testcase.
1224
778865d3
JB
12252013-11-12 Joel Brobecker <brobecker@adacore.com>
1226
1227 * gdb.ada/info_exc: New testcase.
1228
304a8ac1
DE
12292013-11-11 Doug Evans <dje@google.com>
1230
1231 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1232 of testfile.
1233
bc79de95
PM
12342013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1235
1236 * gdb.python/py-linetable.S: New file.
1237 * gdb.python/py-linetable.c: New file.
1238 * gdb.python/py-linetable.exp: New file.
1239
2df4d1d5
JB
12402013-11-11 Joel Brobecker <brobecker@adacore.com>
1241
1242 * gdb.ada/mi_ex_cond: New testcase.
1243
204b5331
DE
12442013-11-07 Doug Evans <dje@google.com>
1245
1246 PR 11786
1247 * gdb.base/gcore-relro-pie.c: New file.
1248 * gdb.base/gcore-relro-pie.exp: New file.
1249
92e32e33
PM
12502013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1251
1252 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1253 * gdb.python/py-cmd.c: New File.
1254
f76c27b5
PM
12552013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1256
1257 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1258
79600f4f 12592013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
1260
1261 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1262
6dbb6798
YQ
12632013-11-06 Yao Qi <yao@codesourcery.com>
1264
1265 * lib/gdb.exp (gdb_produce_source): New procedure.
1266 * gdb.perf/solib.c: New.
1267 * gdb.perf/solib.exp: New.
1268 * gdb.perf/solib.py: New.
1269
71c0c615
YQ
12702013-11-06 Yao Qi <yao@codesourcery.com>
1271
1272 * README: Mention performance tests.
1273
f27a1236
YQ
12742013-11-06 Yao Qi <yao@codesourcery.com>
1275
1276 * lib/perftest.exp: New.
1277 * gdb.perf/lib/perftest/__init__.py: New.
1278 * gdb.perf/lib/perftest/measure.py: New.
1279 * gdb.perf/lib/perftest/perftest.py: New.
1280 * gdb.perf/lib/perftest/reporter.py: New.
1281 * gdb.perf/lib/perftest/testresult.py: New.
1282
7636ccf9
YQ
12832013-11-06 Yao Qi <yao@codesourcery.com>
1284
1285 * Makefile.in (check-perf): New target.
1286 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1287 * configure: Re-generated.
1288 * gdb.perf/Makefile.in: New.
1289
81208388
TT
12902013-11-04 Tom Tromey <tromey@redhat.com>
1291
1292 * Makefile.in (TEST_DIRS): Remove.
1293 (TEST_TARGETS, check-parallel): Rewrite.
1294 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1295 (subdir_do, subdirs): Remove.
1296 (do-check-parallel, check/%): New targets.
1297 (clean): Remove outputs, temp, and cache directories.
1298 (saw_dash_j): New variable.
1299 (CHECK_TARGET): Use it.
1300 (check): Depend on all, site.exp. Rewrite.
1301 (check-single): Remove dependencies.
1302 (slow_tests, all_tests, reordered_tests): New variables.
1303
c63ffa1f
TT
13042013-11-04 Tom Tromey <tromey@redhat.com>
1305
1306 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1307 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1308 before loading binfile.
1309 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1310 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1311 before loading binfile.
1312
3fef966c
TT
13132013-11-04 Tom Tromey <tromey@redhat.com>
1314
1315 * gdb.base/foll-exec.c (main): Use BASEDIR.
1316 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1317 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1318 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1319 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1320 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1321
24890efd
TT
13222013-11-04 Tom Tromey <tromey@redhat.com>
1323
1324 * gdb.base/argv0-symlink.exp: Compute executable's directory
1325 dynamically.
1326
c59ffcab
TT
13272013-11-04 Tom Tromey <tromey@redhat.com>
1328
1329 * gdb.asm/asm-source.exp: Use standard_output_file.
1330
479c8d68
TT
13312013-11-04 Tom Tromey <tromey@redhat.com>
1332
1333 * gdb.server/file-transfer.exp: Use standard_output_file.
1334
1e537771
TT
13352013-11-04 Tom Tromey <tromey@redhat.com>
1336
1337 * gdb.base/fullname.exp: Use standard_output_file,
1338 relative_filename.
1339 * gdb.base/hashline1.exp: Use standard_testfile,
1340 standard_output_file, relative_filename, clean_restart.
1341 * gdb.base/hashline2.exp: Use standard_testfile,
1342 standard_output_file.
1343 * gdb.base/hashline3.exp: Use standard_testfile,
1344 standard_output_file, relative_filename.
1345 * lib/gdb.exp (relative_filename): New proc.
1346
b44b82af
TT
13472013-11-04 Tom Tromey <tromey@redhat.com>
1348
1349 * gdb.base/fileio.c (test_open, test_write, test_read)
1350 (test_lseek, test_close, test_stat, test_fstat)
1351 (test_isatty, test_system, test_rename, test_unlink):
1352 Use OUTDIR define.
1353 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1354 Use standard_output_file.
1355
59b28c5d
TT
13562013-11-04 Tom Tromey <tromey@redhat.com>
1357
1358 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1359 defines.
1360 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1361 compilation. Use prepare_for_testing, standard_output_file.
1362
08b3fe69
TT
13632013-11-04 Tom Tromey <tromey@redhat.com>
1364
1365 * gdb.base/advance.exp: Use standard_testfile and
1366 prepare_for_testing.
1367 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1368 appropriate directory when local.
1369 * gdb.base/dump.exp: Use standard_output_file. Update all
1370 "dump" and "restore" filenames.
1371 * gdb.base/interact.exp: Use standard_output_file.
1372 * gdb.base/jit-so.exp: Don't download file when local.
1373 * gdb.base/jit.exp (compile_jit_test): Don't download file
1374 when local.
1375 * gdb.base/list.exp: Use gdb_remote_download.
1376 * gdb.base/maint.exp: Use standard_output_file.
1377 * gdb.base/prelink.exp: Use standard_output_file.
1378 * gdb.base/save-bp.exp: Use standard_output_file.
1379 * gdb.base/sepdebug.exp: Use standard_testfile,
1380 standard_output_file.
1381 (test_different_dir): Don't declare objdir.
1382 * gdb.base/solib-search.exp: Use standard_output_file.
1383 * gdb.base/step-line.exp: Use gdb_remote_download.
1384 * gdb.base/trace-commands.exp: Use standard_output_file.
1385
32cfb09d
TT
13862013-11-04 Tom Tromey <tromey@redhat.com>
1387
1388 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1389 to compilation. Use standard_output_file.
1390 (test_tfind_tfile): Update.
1391 * gdb.trace/tfile.c (write_basic_trace_file)
1392 (write_error_trace_file): Use TFILE_DIR.
1393 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1394 standard_output_file.
1395
84741506
TT
13962013-11-04 Tom Tromey <tromey@redhat.com>
1397
1398 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1399 Use "dwarf2 always-disassemble" for the "maint set" test.
1400 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1401 standard_output_file.
1402 * gdb.mi/mi-logging.exp: Use standard_output_file.
1403
cfb7b9a3
TT
14042013-11-04 Tom Tromey <tromey@redhat.com>
1405
1406 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1407 downloads conditional on remote host.
1408 (set_arch): Likewise.
1409 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1410 (load_description): Use standard_output_file.
1411
bdfe0594
TT
14122013-11-04 Tom Tromey <tromey@redhat.com>
1413
1414 * gdb.gdb/selftest.exp: Use standard_output_file.
1415 * lib/selftest-support.exp (do_self_tests): Use
1416 standard_output_file.
1417
8c639e73
TT
14182013-11-04 Tom Tromey <tromey@redhat.com>
1419
1420 * gdb.stabs/weird.exp: Use gdb_remote_download and
1421 standard_output_file.
1422
5030a410
TT
14232013-11-04 Tom Tromey <tromey@redhat.com>
1424
1425 * gdb.base/gcore-buffer-overflow.exp: Use
1426 standard_output_file, not standard_testfile.
1427 * gdb.base/twice.exp: Use standard_testfile, not
1428 standard_output_file. Use gdb_remote_download.
1429
95d7853e
TT
14302013-11-04 Tom Tromey <tromey@redhat.com>
1431
1432 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1433 restore from that.
1434
eab88b54
MR
14352013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1436
1437 * gdb.cp/derivation.exp: s/perrro/perror/
1438
a1b0fbee
MR
14392013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1440
1441 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1442 `debugdir'.
1443
638aa5a1
AB
14442013-10-31 Andrew Burgess <aburgess@broadcom.com>
1445
1446 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1447 tests and update expected error message.
1448 (test_watch_register_location): New tests.
1449 (do_tests): Call test_watch_register_location.
1450 * gdb.base/watchpoints.exp: Update expected error message.
1451
055e608a
UW
14522013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1453
1454 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1455 the patterns in gdb_test_multiple.
1456
9ac69859
NB
14572013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1458
1459 * gdb.base/sym-file-lib.c: New file.
1460 * gdb.base/sym-file-loader.c: New file.
1461 * gdb.base/sym-file-loader.h: New file.
1462 * gdb.base/sym-file-main.c: New file.
1463 * gdb.base/sym-file.exp: New file.
1464 * lib/gdb.exp (is_elf_target): New function.
1465
24ba476b
PA
14662013-10-29 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1469 variable setting change-log-default-name to ChangeLog-mi.
1470
f69d9aef
AB
14712013-10-29 Andrew Burgess <aburgess@broadcom.com>
1472
1473 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1474 Expect <unavailable> pattern.
1475
71193121
TV
14762013-10-28 Tom de Vries <tom@codesourcery.com>
1477
1478 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1479
38095c27
AK
14802013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1481
1482 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1483 remote stubs where exit() behaviour is unreliable.
1484
686d4def
PA
14852013-10-25 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.cp/m-static.exp: Adjust expected output of printing a
1488 nonexistent or optimized out static field. Also test printing the
1489 the "container" object.
1490
a35cfb40
MR
14912013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1492
1493 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1494 if in the persistent mode.
1495 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1496
bbe769cc
MR
14972013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1498
1499 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1500 support core file generation" reply.
1501
95e4302a
JM
15022013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1503
1504 PR gdb/15986
1505 * gdb.base/run.c (main): gdb_get_line_number tag added for
1506 commands.exp.
1507 (factorial): Likewise.
1508
1509 * gdb.base/commands.exp (watchpoint_command_test): Use
1510 gdb_get_line_number in order to determine the locations in run.c
1511 where local_var is detected to go out of scope.
1512
4c406179
JM
15132013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1514
1515 * gdb.base/gnu_vector.exp: Care about endianness when casting
1516 scalars to vectors.
1517
bb6216d8
TT
15182013-10-18 Tom Tromey <tromey@redhat.com>
1519
1520 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1521 of "binfile".
1522
e8369a73
AB
15232013-10-18 Andrew Burgess <aburgess@broadcom.com>
1524
1525 * gdb.base/watchpoints.exp: Add test for setting software
1526 watchpoints of different types before starting the inferior.
1527
776f04fa
PA
15282013-10-18 Pedro Alves <palves@redhat.com>
1529
1530 PR gdb/16062
1531 * gdb.threads/stepi-random-signal.c: New file.
1532 * gdb.threads/stepi-random-signal.exp: New file.
1533
e4b8388f
MR
15342013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1535
1536 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1537 Fix comment typo.
1538 * lib/gdb.exp (gdb_init): Likewise.
1539
50b34a18
TT
15402013-10-17 Tom Tromey <tromey@redhat.com>
1541
1542 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1543
3db258f5
TT
15442013-10-14 Tom Tromey <tromey@redhat.com>
1545
1546 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1547 name to gdb_test_no_output.
1548
4856b6bc
JK
15492013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1550
1551 Canonicalize directories for EXEC_FILENAME.
1552 * gdb.base/argv0-symlink.exp
1553 (kept file symbolic link name for info inferiors): New.
1554 (kept directory symbolic link name): Setup kfail.
1555 (kept directory symbolic link name for info inferiors): New.
1556
9772d074
UW
15572013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1558
1559 * gdb.arch/s390-multiarch.exp: New file.
1560 * gdb.arch/s390-multiarch.c: New file.
1561
2a3be966
JB
15622013-10-11 Joel Brobecker <brobecker@adacore.com>
1563
1564 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1565 use the appropriate GDB/MI command instead, and verify
1566 the test output.
1567
7c647d61
JB
15682013-10-11 Joel Brobecker <brobecker@adacore.com>
1569
1570 * gdb.base/source-nofile.gdb: New file.
1571 * gdb.base/source.exp: Add two tests verifying the behavior when
1572 the "source" command is given a non-existant filename.
1573
bb66bd51
YQ
15742013-10-11 Yao Qi <yao@codesourcery.com>
1575
1576 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1577 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1578 and 'dlclose'.
1579 [!__WIN32__]: Include "dlfcn.h".
1580 * gdb.mi/mi-catch-load.exp: Set up kfail.
1581
4f424bb1
AK
15822013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1583
1584 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1585 generated corefile" by argument "$test".
1586
578d3588
PA
15872013-10-09 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1590 output.
1591
eb4ca471
PA
15922013-10-09 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1595 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1596 (test_catch_syscall_with_wrong_args)
1597 (test_catch_syscall_restarting_inferior)
1598 (test_catch_syscall_fail_nodatadir)
1599 (test_catch_syscall_without_args_noxml)
1600 (test_catch_syscall_with_args_noxml)
1601 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1602
dc294be5
TT
16032013-10-08 Tom Tromey <tromey@redhat.com>
1604
1605 * gdb.dwarf2/dwzbuildid.exp: New file.
1606 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1607 parameters.
1608 (Dwarf::_defer_output): Change "section" parameter to
1609 "section_spec"; update.
1610 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1611 procs.
1612
c968bd18
JB
16132013-10-08 Joel Brobecker <brobecker@adacore.com>
1614
1615 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1616
f44eeb11
TT
16172013-10-07 Tom Tromey <tromey@redhat.com>
1618
1619 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1620 to 0.
1621
0c557179
SDJ
16222013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1623
1624 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1625 $_exitcode is void when opening a corefile.
1626 * gdb.base/exitsignal.exp: New file.
1627 * gdb.base/segv.c: Likewise.
1628 * gdb.base/normal.c: Likewise.
1629
5713b9b5
JB
16302013-10-04 Joel Brobecker <brobecker@adacore.com>
1631
1632 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1633
3f983d47
YZ
16342013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1635
1636 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1637 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1638
901461f8
PA
16392013-10-02 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1642 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1643 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1644 (not_saved_pattern): New.
1645 Replace use of the former with the latter.
1646
b477a5e6
PA
16472013-10-02 Pedro Alves <palves@redhat.com>
1648
1649 * README (Board Settings): Document "exit_is_reliable".
1650 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1651 running to exit reliably reports program exits.
1652 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1653 info.
1654 * boards/native-stdio-gdbserver.exp: Likewise.
1655
a49bed3a
DE
16562013-10-01 Doug Evans <dje@google.com>
1657
1658 * gdb.python/python.exp: Remove redundant print-stack tests.
1659 Make all print-stack test names unique. Fix spelling of print-stack.
1660
2ed2ad44
YQ
16612013-09-29 Yao Qi <yao@codesourcery.com>
1662
1663 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1664 is remote.
1665
7d760051
UW
16662013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1667
1668 PR shlibs/8882
1669 * gdb.base/corefile.exp: Add a check to assure warning-free
1670 core-file load.
1671
82bf32bc
JK
16722013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1673
1674 * gdb.dwarf2/dwp-symlink.c: New file.
1675 * gdb.dwarf2/dwp-symlink.exp: New file.
1676
4fa7d390
DE
16772013-09-20 Doug Evans <dje@google.com>
1678
6b4646ce
DE
1679 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1680 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1681 file.
1682 * gdb.dwarf2/fission-loclists.S: Ditto.
1683 * gdb.dwarf2/fission-reread.S: Ditto.
1684 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1685 build_executable_from_fission_assembler.
1686 * gdb.dwarf2/fission-loclists.exp: Ditto.
1687 * gdb.dwarf2/fission-reread.exp: Ditto.
1688
4fa7d390
DE
1689 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1690 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1691 (gdb_gnu_strip_debug): Ditto.
1692 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1693 * gdb.arch/altivec-abi.exp: Ditto.
1694 * gdb.base/attach-pie-misread.exp: Ditto.
1695 * gdb.base/comprdebug.exp: Ditto.
1696 * gdb.base/dup-sect.exp: Ditto.
1697 * gdb.base/gnu-debugdata.exp: Ditto.
1698 * gdb.base/step-symless.exp: Ditto.
1699 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1700 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1701 * gdb.dwarf2/gdb-index.exp: Ditto.
1702
e4c6a2c4
AB
17032013-09-18 Andrew Burgess <aburgess@broadcom.com>
1704
1705 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1706 register to "<optimized out>", and also print the registers.
1707
a205fbfc
PA
17082013-09-18 Pedro Alves <palves@redhat.com>
1709
1710 PR server/15967
1711 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1712 change text.
1713
ee47b2f8
YQ
17142013-09-18 Yao Qi <yao@codesourcery.com>
1715
1716 * gdb.server/wrapper.c: New.
1717 * gdb.server/wrapper.exp: New.
1718
49fa26b0
PA
17192013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1720 Jan Kratochvil <jan.kartochvil@redhat.com>
1721 Pedro Alves <palves@redhat.com>
1722
1723 PR gdb/11568
1724 * gdb.thread/thread-specific-bp.c: New file.
1725 * gdb.thread/thread-specific-bp.exp: New file.
1726
e83b28bc
SDJ
17272013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1728
1729 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1730 convenience function.
1731
08d72866
PA
17322013-09-17 Pedro Alves <palves@redhat.com>
1733
1734 PR gdb/15911
1735 * gdb.threads/info-threads-cur-sal-2.c: New file.
1736 * gdb.threads/info-threads-cur-sal.c: New file.
1737 * gdb.threads/info-threads-cur-sal.exp: New file.
1738
57b0d98e
YQ
17392013-09-17 Yao Qi <yao@codesourcery.com>
1740
1741 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1742 [__WIN32__]: Include "windows.h" and define macro dlopen
1743 and dlclose.
1744 [!__WIN32__]: Include "dlfcn.h".
1745 * gdb.base/catch-load.exp (one_catch_load_test): Match
1746 directory separator.
1747
0295a32e
DE
17482013-09-16 Doug Evans <dje@google.com>
1749
a587b477
DE
1750 * lib/gdb.exp (using_fission): New proc.
1751 * gdb.base/info-macros.exp: Skip test if using Fission.
1752
0295a32e
DE
1753 * gdb.base/break-interp.exp: Fix indentation.
1754
a280dbd1
SDJ
17552013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1756
1757 * gdb.base/gdbvars.c (foo_void): New function.
1758 (foo_int): Likewise.
1759 * gdb.base/gdbvars.exp (test_convenience_functions): New
1760 function. Call it.
1761
4ac33720
UW
17622013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1763
1764 * gdb.arch/s390-tdbregs.c: New file.
1765 * gdb.arch/s390-tdbregs.exp: New file.
1766
b866c52d
SS
17672013-09-12 Stan Shebs <stan@codesourcery.com>
1768
1769 * README: New file.
1770
dc59cba6
DE
17712013-09-12 Doug Evans <dje@google.com>
1772
1773 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1774 added code to print event.inferior.
1775
edf9f00c
JK
17762013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1777
1778 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1779 debug part of the binary.
1780
5423b017
JK
17812013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1784 (addlink): Add comment.
1785
9295cf6f
SA
17862013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1787
1788 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1789 canonical pathname.
1790
89e63ee4
DE
17912013-09-04 Doug Evans <dje@google.com>
1792
314bb8c3
DE
1793 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1794 event.
1795 (continue_handler, new_objfile_handler): Ditto.
1796 (test_events): Rename command to "test-events".
1797 (test_newobj_events): Rename command to "test-objfile-events".
1798 * gdb.python/py-events.exp: Update.
1799 * gdb.python/py-evsignal.exp: Update.
1800 * gdb.python/py-evthreads.exp: Update.
1801
89e63ee4
DE
1802 * gdb.base/enumval.c (ZERO): New enum value.
1803 (main): Use it
1804 * gdb.base/enumval.exp: Test ability to print ZERO.
1805
18062013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
1807 Pedro Alves <palves@redhat.com>
1808
1809 * gdb.base/relocate.exp: Check that invalid options are
1810 rejected.
1811
26c2b53c
AB
18122013-08-30 Andrew Burgess <aburgess@broadcom.com>
1813
1814 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1815 (my_static_symbol): Add comment.
1816 (main): Reference my_bss_symbol.
1817
96d9056e
PM
18182013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1819
1820 * gdb.python/py-arch.exp: Tests for invalid architecture.
1821
489d4f4d
SA
18222013-08-29 Sterling Augustine <saugustine@google.com>
1823
1824 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1825 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1826 said conditional.
1827
5b791bb5
PM
18282013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1829
1830 * gdb.python/py-arch.exp: Load gdb-python.exp.
1831
8f28f522
PM
18322013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1833
1834 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1835 itertools for imap attribute. Otherwise use map().
1836 (ElidingIterator): Define wrapper function __next__.
1837 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1838 use exec (open (read ())) instead.
1839 * gdb.python/py-framefilter.exp: Ditto.
1840 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1841 compliance.
1842 * gdb.python/py-frame.exp: Ditto.
1843 * gdb.python/py-type.exp: Ditto.
1844
1f0c4988
JK
18452013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 PR gdb/15415
1848 * gdb.base/argv0-symlink.c: New file.
1849 * gdb.base/argv0-symlink.exp: New file.
1850
7893c162
TT
18512013-08-28 Tom Tromey <tromey@redhat.com>
1852
1853 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1854 when saving index.
1855
6211c335
YQ
18562013-08-27 Yao Qi <yao@codesourcery.com>
1857
1858 * gdb.trace/entry-values.exp: Test unavailable entry value is
1859 not shown when option '--skip-unavailable' is specified.
1860 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1861 Add tests for new option '--skip-unavailable'.
1862
ce4ea2bb
YQ
18632013-08-27 Yao Qi <yao@codesourcery.com>
1864
1865 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1866 remote_download if it is empty.
1867
6e45f158
DE
18682013-08-26 Doug Evans <dje@google.com>
1869
779bd270
DE
1870 PR symtab/15885
1871 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1872 (clean): rm -f *.gdb-index *.with-index.
1873 * gdb.dwarf2/gdb-index.exp: New testcase.
1874
6e45f158
DE
1875 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1876 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1877 run_on_host. All callers updated.
1878
b1224238
YQ
18792013-08-24 Yao Qi <yao@codesourcery.com>
1880
1881 * gdb.trace/entry-values.c (end): New
1882 (main): Call end.
1883 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1884 tracepoint and collect data. Test entry value is unavailable.
1885
b39a8faf
YQ
18862013-08-24 Yao Qi <yao@codesourcery.com>
1887
1888 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1889 * gdb.trace/entry-values.c: New.
1890 * gdb.trace/entry-values.exp: New.
1891
9eaabc75
MW
18922013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1893
1894 PR gdb/15501
1895 * gdb.base/ena-dis-br.exp: Add test to verify
1896 enable/disable commands work correctly with
1897 multiple arguments that include multiple locations.
1898
9f948660
SDJ
18992013-08-22 Samuel Bronson <naesten@gmail.com>
1900
1901 ARM Linux support for `catch syscall'.
1902 * gdb.base/catch-syscall.exp: Test this on ARM now.
1903 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1904
e630b974
TT
19052013-08-22 Tom Tromey <tromey@redhat.com>
1906
1907 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1908 default addr_size.
1909 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1910
f3a76454
TT
19112013-08-22 Tom Tromey <tromey@redhat.com>
1912
1913 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1914 standard_temp_file.
1915
de5f37e1
TT
19162013-08-22 Tom Tromey <tromey@redhat.com>
1917
1918 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1919 clean_restart.
1920 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1921 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1922 clean_restart.
1923 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1924 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1925 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1926 * gdb.arch/amd64-word.exp: Use standard_testfile,
1927 clean_restart.
1928 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1929 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1930 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1931 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1932 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1933 * gdb.arch/i386-signal.exp: Use standard_testfile.
1934 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1935 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1936 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1937 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1938
8448e842
TT
19392013-08-22 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.python/py-error.exp: Use gdb_remote_download.
1942 * gdb.python/py-mi.exp: Use gdb_remote_download.
1943 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1944 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1945 (run_lang_tests): Likewise.
1946 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1947 filename.
1948 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1949 compiling. Use gdb_remote_download. Update some tests.
1950 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1951 standard_output_file.
1952 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1953 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1954 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1955 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1956 standard_output_file.
1957
16cfcbc2
TT
19582013-08-22 Tom Tromey <tromey@redhat.com>
1959
1960 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1961
44ee8174
TT
19622013-08-22 Tom Tromey <tromey@redhat.com>
1963
1964 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1965 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1966 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1967 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1968 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1969 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1970 * lib/gdb.exp (gdb_remote_download): New proc.
1971
7a218f88
TT
19722013-08-22 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1975 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1976 * gdb.dwarf2/fission-base.S: Remove directory from
1977 DW_AT_GNU_dwo_name.
1978 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1979 debug-file-directory.
1980 * gdb.dwarf2/fission-reread.S: Remove directory from
1981 DW_AT_GNU_dwo_name.
1982 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1983 debug-file-directory.
1984
70cc1c23
DE
19852013-08-16 Doug Evans <dje@google.com>
1986
1987 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1988 prelink complains about an unhandled DWARF version.
1989
61884d20
DE
19902013-08-14 Cary Coutant <ccoutant@google.com>
1991
1992 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1993
5e92f71a
TT
19942013-08-13 Tom Tromey <tromey@redhat.com>
1995 Yao Qi <yao@codesourcery.com>
1996
1997 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1998 * lib/gdb.exp: Handle GDB_PARALLEL.
1999 (default_gdb_version): Kill inotify_pid if it exists.
2000 (default_gdb_exit): Emit warning if the inotify log is not
2001 empty.
2002 (standard_output_file): Respect GDB_PARALLEL.
2003 (standard_temp_file): Likewise.
2004 (gdb_init): Start inotifywait if requested.
2005
5c30d39a
AB
20062013-08-13 Andrew Burgess <aburgess@broadcom.com>
2007
2008 * gdb.base/printcmds.exp (test_printf): Add test for printf of
2009 pointer with various flags.
2010
17e1c970
TT
20112013-08-13 Tom Tromey <tromey@redhat.com>
2012
2013 * lib/cache.exp: New file.
2014 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
2015 * lib/gdb.exp: Load cache.exp.
2016 (support_complex_tests, is_ilp32_target, is_lp64_target)
2017 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
2018 (gdb_skip_xml_test): Use gdb_caching_proc.
2019 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
2020
4e234898
TT
20212013-08-13 Tom Tromey <tromey@redhat.com>
2022
2023 * lib/gdb.exp (standard_temp_file): New proc.
2024 (support_complex_tests, is_ilp32_target, is_lp64_target)
2025 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
2026 standard_temp_file.
2027
53e981d9
TT
20282013-08-13 Tom Tromey <tromey@redhat.com>
2029
2030 * lib/gdb.exp (build_id_debug_filename_get): Use
2031 standard_output_file.
2032 * lib/prelink-support.exp (section_get)
2033 (build_executable_own_libs): Use standard_output_file.
2034
3f539315
TT
20352013-08-12 Tom Tromey <tromey@redhat.com>
2036
2037 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2038
b4013987
AA
20392013-08-12 Ali Anwar <alianwar@codesourcery.com>
2040
2041 * gdb.base/break.exp: Test break via convenience variable
2042 with file name.
2043
f61d5529
DE
20442013-08-09 Doug Evans <dje@google.com>
2045
2046 * lib/future.exp (gdb_find_ldd): New proc.
2047 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2048 Make "/usr/sbin/" in prelink path optional.
2049
1ed8d800
YQ
20502013-08-09 Yao Qi <yao@codesourcery.com>
2051
2052 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2053 "only" and "both" to 'print entry-values' before selecting
2054 trace frame.
2055
82a0a75f
YQ
20562013-08-08 Yao Qi <yao@codesourcery.com>
2057
2058 * gdb.trace/mi-trace-unavailable.exp: Don't set
2059 "print entry-values" to "no".
2060 (test_trace_unavailable): Set various values to
2061 "print entry-values" to test that the output of
2062 '-stack-list-locals' is not affected, and then set
2063 set "print entry-values" to "no".
2064
ac52f9a2
DE
20652013-08-07 Doug Evans <dje@google.com>
2066
2067 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2068 * gdb.python/py-value-cc.exp: Update.
2069 * gdb.python/py-value.exp: Use different names for .o files for
2070 C and C++. Only perform C++ tests if !skip_cplus_tests.
2071
bf6d8a91
TT
20722013-08-07 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2075
f9125b6c
TT
20762013-08-07 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.dwarf2/dwz.exp: New file.
2079
3a1115a0
TT
20802013-08-02 Tom Tromey <tromey@redhat.com>
2081
2082 * gdb.base/watchpoint.c (struct foo5): New.
2083 (nullptr): New global.
2084 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2085
b846d303
DE
20862013-08-01 Doug Evans <dje@google.com>
2087
7ee85ab1
DE
2088 PR symtab/15691
2089 * gdb.dwarf2/fission-mix.exp: New file.
2090 * gdb.dwarf2/fission-mix.h: New file.
2091 * gdb.dwarf2/fission-mix.c: New file.
2092 * gdb.dwarf2/fission-mix2.c: New file.
2093
b846d303
DE
2094 PR symtab/15695
2095 * gdb.base/func-ptr.exp: New file.
2096 * gdb.base/func-ptr.c: New file.
2097
67d21849
YQ
20982013-08-01 Yao Qi <yao@codesourcery.com>
2099
2100 * gdb.python/py-sync-interp.c: New.
2101 * gdb.python/py-sync-interp.exp: New.
2102
de74e63a
YQ
21032013-07-31 Yao Qi <yao@codesourcery.com>
2104
2105 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2106 'tdump' on stack frame 0 and 1 respectively.
2107
680558e8
YQ
21082013-07-31 Yao Qi <yao@codesourcery.com>
2109
2110 PR gdb/13443
2111 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2112 'traceframe'. Wrap test with with_test_prefix.
2113 (top level): Update.
2114
48bbe0bf
YQ
21152013-07-31 Yao Qi <yao@codesourcery.com>
2116
2117 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2118 'gdb_start'.
2119 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2120 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2121
11b4b7cc
AB
21222013-07-30 Andrew Burgess <aburgess@broadcom.com>
2123
2124 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2125 when printing an optimized out value. Expect an error when using
2126 an optimized out value in an expression.
2127
b0c54aa5
AB
21282013-07-30 Andrew Burgess <aburgess@broadcom.com>
2129
2130 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2131 * gdb.dwarf2/pieces-optimized-out.c: New file.
2132 * gdb.dwarf2/pieces-optimized-out.S: New file.
2133
97c85fc6
MB
21342013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2135
2136 PR gdb/15715
2137 * gdb.base/setshow.exp: Test that relative paths passed to
2138 'set history filename' are converted to absolute paths.
2139
5b32ae97
KS
21402013-07-26 Keith Seitz <keiths@redhat.com>
2141
2142 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2143 of f77.
2144 Allow for compiler variations of integer types.
2145 Use mi_create_varobj.
2146 Use mi_list_varobj_children for the immediate children of `array'.
2147 Add "has_more" attribute for grandchildren test.
2148
6f64ef53
PA
21492013-07-26 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2152 files.
2153
fdc8aae8
AB
21542013-07-25 Andrew Burgess <aburgess@broadcom.com>
2155
2156 * gdb.mi/mi-reg-undefined.exp: New file.
2157 * gdb.mi/mi-reg-undefined.c: Likewise.
2158 * gdb.mi/mi-reg-undefined.S: Likewise.
2159
6fbe845e
AB
21602013-07-25 Andrew Burgess <aburgess@broadcom.com>
2161
2162 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2163 z, o, and t output formats.
2164 * gdb.base/display.exp: Use 'k' as an undefined format now that
2165 'z' is defined.
2166
7b79b135
DE
21672013-07-24 Doug Evans <dje@google.com>
2168
2169 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2170 "--" to switch.
2171
a0607b84
YQ
21722013-07-24 Yao Qi <yao@codesourcery.com>
2173
2174 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2175 host.
2176 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2177 Likewise. If host is remote, copy ${binfile} to host.
2178
2eb14a9b
YQ
21792013-07-23 Yao Qi <yao@codesourcery.com>
2180
2181 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2182 message.
2183
5d0a3b53
WN
21842013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2185
2186 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2187 instructions and enable disp-step-syscall for arm targets.
2188
9a5911c0
WN
21892013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2190
2191 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2192 assembler errors on arm.
2193 * gdb.dwarf2/mac-fileno.S: Likewise.
2194 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2195 * gdb.dwarf2/pr13961.S: Likewise.
2196
fa876972
HZ
21972013-07-19 Hui Zhu <hui@codesourcery.com>
2198
2199 PR gdb/15692
2200 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2201
1527aea8
YQ
22022013-07-19 Yao Qi <yao@codesourcery.com>
2203
2204 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2205 (teset_from_exec): Likewise.
2206
73c1d57e
YQ
22072013-07-19 Yao Qi <yao@codesourcery.com>
2208
2209 * gdb.trace/read-memory.c: New.
2210 * gdb.trace/read-memory.exp: New.
2211
a075c3e5
YQ
22122013-07-19 Yao Qi <yao@codesourcery.com>
2213
2214 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2215 $dest to link options if host is remote. Move the
2216 generated file to $dest.a on host if host is remote.
2217
623cc285
WN
22182013-07-18 Will Newton <will.newton@linaro.org>
2219
2220 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2221 to ensure the test is linked against pthreads.
2222 * gdb.threads/tls-var-main.c: Likewise.
2223 * gdb.threads/tls-shared.c: Likewise.
2224
1f74d3b5
YQ
22252013-07-18 Yao Qi <yao@codesourcery.com>
2226
2227 * lib/future.exp (gdb_default_target_compile): Use tail name
2228 of $destfile as the output name of compile. Move the
2229 generated file to $destfile on build.
2230
f6dc277e
YQ
22312013-07-18 Yao Qi <yao@codesourcery.com>
2232
2233 * lib/gdb.exp (gdb_compile): Set
2234 gdb_saved_set_unbuffered_mode_obj to
2235 set_unbuffered_mode_saved.o if host is remote. Invoke
2236 remote_download to copy $unbuf_obj to host.
2237
e7045703
DE
22382013-07-17 Doug Evans <dje@google.com>
2239
2240 * gdb.python/py-frame-args.c: New file.
2241 * gdb.python/py-frame-args.py: New file.
2242 * gdb.python/py-frame-args.exp New file.
2243
5ea5559b
AB
22442013-07-16 Andrew Burgess <aburgess@broadcom.com>
2245
2246 * gdb.base/printcmds.exp (test_printf): Add tests for format
2247 strings with missing format specifier.
2248
4229ca0e
TT
22492013-07-16 Tom Tromey <tromey@redhat.com>
2250
2251 * gdb.ada/info_types.exp: Use standard_testfile.
2252
5ee657d5
TT
22532013-07-16 Tom Tromey <tromey@redhat.com>
2254
2255 * gdb.mi/mi-basics.exp: Use standard_output_file.
2256 (test_dir_specification, test_cwd_specification)
2257 (test_path_specification): Use testsubdir, not subdir and objdir.
2258
20e3d738
TT
22592013-07-16 Tom Tromey <tromey@redhat.com>
2260
2261 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2262
7d7c6477
JB
22632013-07-09 Joel Brobecker <brobecker@adacore.com>
2264
2265 * gdb.ada/small_reg_param.exp: Accept optional entry value
2266 for parameter "w".
2267
52cd8b7d
JB
22682013-07-09 Joel Brobecker <brobecker@adacore.com>
2269
2270 * gdb.ada/small_reg_param.exp: Remove trailing space.
2271
2a998fc0
DE
22722013-07-09 Doug Evans <dje@google.com>
2273
2274 * gdb.base/default.exp: Update expected output of "show print array"
2275 and "show print pretty".
2276
0329e9fb
UW
22772013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2278
2279 * gdb.threads/wp-replication.exp: Stop counting available hardware
2280 watchpoints after NR_THREADS iterations.
2281
1953058f
AB
22822013-07-08 Andrew Burgess <aburgess@broadcom.com>
2283
2284 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2285
7c0de741
YQ
22862013-07-07 Yao Qi <yao@codesourcery.com>
2287
2288 * boards/native-gdbserver.exp: Move invoke of
2289 process_multilib_options to gdbserver-base.exp.
2290 Move set_board_info 'compiler', 'gdb,noinferiorio',
2291 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2292 gdbserver-base.exp.
2293 Move proc ${board}_download, ${board}_upload and
2294 ${board}_file to gdbserver-base.exp.
2295 * boards/native-extended-gdbserver.exp: Likewise.
2296 * boards/native-stdio-gdbserver.exp: Likewise.
2297 * boards/gdbserver-base.exp: New file.
2298
497a4c48
LM
22992013-07-05 Luis Machado <lgustavo@codesourcery.com>
2300
2301 * gdb.base/dump.exp: Remove arch-specific tests and do a
2302 generic data address check to set is64bitonly correctly.
2303
bb3f62fc
LM
23042013-07-05 Luis Machado <lgustavo@codesourcery.com>
2305
2306 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2307 the register number instead of expecting only 0.
2308
005faa9d
WN
23092013-07-05 Will Newton <will.newton@linaro.org>
2310
2311 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2312 in asm syntax to allow building on ARM.
2313
4767856f
YQ
23142013-07-05 Yao Qi <yao@codesourcery.com>
2315
2316 * boards/local-remote-host.exp: Remove obsolete comments.
2317 * boards/native-extended-gdbserver.exp: Likewise.
2318 * boards/native-gdbserver.exp: Likewise.
2319 * boards/native-stdio-gdbserver.exp: Likewise.
2320
691a26f5
AB
23212013-07-04 Andrew Burgess <aburgess@broadcom.com>
2322
2323 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2324 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2325 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2326
4d142eaa
JK
23272013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2328
2329 * gdb.base/break-on-linker-gcd-function.exp: Replace
2330 prepare_for_testing by build_executable_from_specs and clean_restart.
2331
62cef515
TT
23322013-06-27 Tom Tromey <tromey@redhat.com>
2333
2334 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2335 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2336 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2337 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2338 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2339 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2340 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2341 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2342 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2343 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2344 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2345 Use standard_testfile, standard_output_file, prepare_for_testing,
2346 clean_restart.
2347
0ab77f5f
TT
23482013-06-27 Tom Tromey <tromey@redhat.com>
2349
2350 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2351 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2352 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2353 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2354 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2355 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2356 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2357 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2358 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2359 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2360 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2361 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2362 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2363 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2364 gdb.base/solib-weak.exp, gdb.base/source.exp,
2365 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2366 gdb.base/stap-probe.exp, gdb.base/start.exp,
2367 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2368 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2369 gdb.base/step-test.exp, gdb.base/structs.exp,
2370 gdb.base/structs2.exp, gdb.base/structs3.exp,
2371 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2372 standard_output_file, prepare_for_testing, clean_restart.
2373
822bd149
TT
23742013-06-27 Tom Tromey <tromey@redhat.com>
2375
2376 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2377 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2378 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2379 gdb.base/pending.exp, gdb.base/permissions.exp,
2380 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2381 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2382 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2383 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2384 gdb.base/ptype.exp, gdb.base/randomize.exp,
2385 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2386 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2387 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2388 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2389 standard_testfile, standard_output_file, prepare_for_testing,
2390 clean_restart.
2391
f8b41b00
TT
23922013-06-27 Tom Tromey <tromey@redhat.com>
2393
a8c97a87
TT
2394 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2395 gdb.base/huge.exp, gdb.base/included.exp,
2396 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2397 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2398 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2399 gdb.base/info-target.exp, gdb.base/infoline.exp,
2400 gdb.base/interp.exp, gdb.base/interrupt.exp,
2401 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2402 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2403 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2404 gdb.base/logical.exp, gdb.base/long_long.exp,
2405 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2406 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2407 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2408 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
2409 standard_testfile, standard_output_file, prepare_for_testing,
2410 clean_restart.
2411
289f9037
TT
24122013-06-27 Tom Tromey <tromey@redhat.com>
2413
a8c97a87
TT
2414 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2415 gdb.base/enumval.exp, gdb.base/environ.exp,
2416 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2417 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2418 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2419 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2420 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2421 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2422 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2423 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2424 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2425 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2426 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2427 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2428 gdb.base/gnu_vector.exp: Use standard_testfile,
2429 standard_output_file, prepare_for_testing, clean_restart.
289f9037 2430
f76495c8
TT
24312013-06-27 Tom Tromey <tromey@redhat.com>
2432
a8c97a87
TT
2433 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2434 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2435 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2436 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2437 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2438 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2439 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2440 gdb.base/commands.exp, gdb.base/completion.exp,
2441 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2442 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2443 gdb.base/constvars.exp, gdb.base/corefile.exp,
2444 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2445 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2446 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2447 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2448 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
2449 standard_output_file, prepare_for_testing, clean_restart.
2450
a64d2530
TT
24512013-06-27 Tom Tromey <tromey@redhat.com>
2452
a8c97a87
TT
2453 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2454 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2455 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2456 gdb.base/async-shell.exp, gdb.base/async.exp,
2457 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2458 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2459 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2460 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2461 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2462 gdb.base/break-on-linker-gcd-function.exp,
2463 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
2464 standard_output_file, prepare_for_testing, clean_restart.
2465
aaff8d73
YQ
24662013-06-26 Yao Qi <yao@codesourcery.com>
2467
2468 * gdb.trace/mi-trace-frame-collected.exp: New.
2469
a0743c90
YQ
24702013-06-25 Yao Qi <yao@codesourcery.com>
2471
2472 * boards/native-extended-gdbserver.exp: Set board_info
2473 'gdb,predefined_tsv'.
2474 * boards/native-gdbserver.exp: Likewise.
2475 * boards/native-stdio-gdbserver.exp: Likewise.
2476 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2477 uploaded TSVs if target supports tracing.
2478 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2479 tracing and target has predefined tsv.
2480
9d6e6e84
HZ
24812013-06-25 Yao Qi <yao@codesourcery.com>
2482 Hui Zhu <hui@codesourcery.com>
2483 Pedro Alves <palves@redhat.com>
2484
2485 PR breakpoints/15075
2486 PR breakpoints/15434
2487 * gdb.base/dprintf-next.c: New file.
2488 * gdb.base/dprintf-next.exp: New file.
2489 * gdb.base/dprintf-non-stop.c: New file.
2490 * gdb.base/dprintf-non-stop.exp: New file.
2491 * gdb.base/dprintf.exp: Don't check "continue" in the output
2492 of "info breakpoints".
2493 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2494 Don't check "continue" in script field.
2495
e7ab3185
TT
24962013-06-21 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2499 name in a test name.
2500
c898adb7
YQ
25012013-06-20 Yao Qi <yao@codesourcery.com>
2502
2503 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2504 and set an action.
2505 (test_trace_unavailable): Test command -data-list-register-values
2506 in the context of traceframe and with option --skip-unavailable.
2507 * gdb.trace/trace-unavailable.c (foo): New.
2508 (main): Call it.
2509 * gdb.mi/gdb2549.exp: Update matching pattern.
2510
4d157a3d
MF
25112013-06-19 Mike Frysinger <vapier@gentoo.org>
2512
2513 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2514 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2515 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2516 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2517 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2518
d69cace4
LM
25192013-06-19 Luis Machado <lgustavo@codesourcery.com>
2520
2521 * gdb.base/subst.exp: Delete default rules before further
2522 tests.
2523
9bdd0636
YQ
25242013-06-19 Yao Qi <yao@codesourcery.com>
2525
2526 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2527 unsupported if it is not registered.
2528
427cd150
TT
25292013-06-18 Tom Tromey <tromey@redhat.com>
2530
2531 * gdb.base/random-signal.c: New file.
2532 * gdb.base/random-signal.exp: New file.
2533
6de7c271
WN
25342013-06-18 Will Newton <will.newton@linaro.org>
2535
2536 * gdb.base/skip.c: Use comma to evaluate results of foo()
2537 and bar() before passing to baz().
2538 * gdb.base/skip.c: baz() now takes one argument instead of
2539 two.
2540
5bd1ef56
TT
25412013-06-18 Tom Tromey <tromey@redhat.com>
2542
2543 * gdb.dwarf2/implptrpiece.exp: New file.
2544 * gdb.dwarf2/implptrconst.exp (d): New variable.
2545 Print d.
2546 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2547
e379b391
TT
25482013-06-18 Tom Tromey <tromey@redhat.com>
2549
2550 * lib/selftest-support.exp (do_self_tests): Reject remote or
2551 non-native targets.
2552 * gdb.gdb/complaints.exp: Remove check.
2553 * gdb.gdb/observer.exp: Remove check.
2554 * gdb.gdb/xfullpath.exp: Remove check.
2555 * gdb.gdb/complaints.exp: Remove check.
2556
4ec70201
PA
25572013-06-07 Pedro Alves <palves@redhat.com>
2558
2559 * boards/native-extended-gdbserver.exp: Remove semicolon.
2560 * config/arm-ice.exp: Likewise.
2561 * config/bfin.exp: Likewise.
2562 * config/cygmon.exp: Likewise.
2563 * config/h8300.exp: Likewise.
2564 * config/monitor.exp: Likewise.
2565 * config/sid.exp: Likewise.
2566 * config/sim.exp: Likewise.
2567 * config/slite.exp: Likewise.
2568 * config/vx.exp: Likewise.
2569 * gdb.arch/i386-bp_permanent.exp: Likewise.
2570 * gdb.asm/asm-source.exp: Likewise.
2571 * gdb.base/args.exp: Likewise.
2572 * gdb.base/attach-pie-misread.exp: Likewise.
2573 * gdb.base/auxv.exp: Likewise.
2574 * gdb.base/bigcore.exp: Likewise.
2575 * gdb.base/bitfields2.exp: Likewise.
2576 * gdb.base/bitfields.exp: Likewise.
2577 * gdb.base/break.exp: Likewise.
2578 * gdb.base/break-interp.exp: Likewise.
2579 * gdb.base/callfuncs.exp: Likewise.
2580 * gdb.base/call-sc.exp: Likewise.
2581 * gdb.base/commands.exp: Likewise.
2582 * gdb.base/corefile.exp: Likewise.
2583 * gdb.base/dbx.exp: Likewise.
2584 * gdb.base/ending-run.exp: Likewise.
2585 * gdb.base/exprs.exp: Likewise.
2586 * gdb.base/funcargs.exp: Likewise.
2587 * gdb.base/hbreak2.exp: Likewise.
2588 * gdb.base/huge.exp: Likewise.
2589 * gdb.base/list.exp: Likewise.
2590 * gdb.base/memattr.exp: Likewise.
2591 * gdb.base/overlays.exp: Likewise.
2592 * gdb.base/printcmds.exp: Likewise.
2593 * gdb.base/recurse.exp: Likewise.
2594 * gdb.base/remotetimeout.exp: Likewise.
2595 * gdb.base/reread.exp: Likewise.
2596 * gdb.base/savedregs.exp: Likewise.
2597 * gdb.base/scope.exp: Likewise.
2598 * gdb.base/sepdebug.exp: Likewise.
2599 * gdb.base/setshow.exp: Likewise.
2600 * gdb.base/setvar.exp: Likewise.
2601 * gdb.base/sigaltstack.exp: Likewise.
2602 * gdb.base/siginfo-addr.exp: Likewise.
2603 * gdb.base/siginfo.exp: Likewise.
2604 * gdb.base/siginfo-obj.exp: Likewise.
2605 * gdb.base/sigrepeat.exp: Likewise.
2606 * gdb.base/sigstep.exp: Likewise.
2607 * gdb.base/structs.exp: Likewise.
2608 * gdb.base/testenv.exp: Likewise.
2609 * gdb.base/twice.exp: Likewise.
2610 * gdb.base/valgrind-db-attach.exp: Likewise.
2611 * gdb.base/valgrind-infcall.exp: Likewise.
2612 * gdb.base/varargs.exp: Likewise.
2613 * gdb.base/watchpoint.exp: Likewise.
2614 * gdb.cp/gdb1355.exp: Likewise.
2615 * gdb.cp/misc.exp: Likewise.
2616 * gdb.disasm/hppa.exp: Likewise.
2617 * gdb.disasm/t01_mov.exp: Likewise.
2618 * gdb.disasm/t02_mova.exp: Likewise.
2619 * gdb.disasm/t03_add.exp: Likewise.
2620 * gdb.disasm/t04_sub.exp: Likewise.
2621 * gdb.disasm/t05_cmp.exp: Likewise.
2622 * gdb.disasm/t06_ari2.exp: Likewise.
2623 * gdb.disasm/t07_ari3.exp: Likewise.
2624 * gdb.disasm/t08_or.exp: Likewise.
2625 * gdb.disasm/t09_xor.exp: Likewise.
2626 * gdb.disasm/t10_and.exp: Likewise.
2627 * gdb.disasm/t11_logs.exp: Likewise.
2628 * gdb.disasm/t12_bit.exp: Likewise.
2629 * gdb.disasm/t13_otr.exp: Likewise.
2630 * gdb.gdb/selftest.exp: Likewise.
2631 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2632 * gdb.mi/mi-reverse.exp: Likewise.
2633 * gdb.pascal/floats.exp: Likewise.
2634 * gdb.python/py-inferior.exp: Likewise.
2635 * gdb.threads/attach-into-signal.exp: Likewise.
2636 * gdb.threads/pthreads.exp: Likewise.
2637 * gdb.threads/thread_events.exp: Likewise.
2638 * gdb.threads/watchthreads.exp: Likewise.
2639 * gdb.trace/actions-changed.exp: Likewise.
2640 * gdb.trace/actions.exp: Likewise.
2641 * gdb.trace/ax.exp: Likewise.
2642 * gdb.trace/backtrace.exp: Likewise.
2643 * gdb.trace/change-loc.exp: Likewise.
2644 * gdb.trace/deltrace.exp: Likewise.
2645 * gdb.trace/disconnected-tracing.exp: Likewise.
2646 * gdb.trace/ftrace.exp: Likewise.
2647 * gdb.trace/infotrace.exp: Likewise.
2648 * gdb.trace/passc-dyn.exp: Likewise.
2649 * gdb.trace/passcount.exp: Likewise.
2650 * gdb.trace/pending.exp: Likewise.
2651 * gdb.trace/qtro.exp: Likewise.
2652 * gdb.trace/range-stepping.exp: Likewise.
2653 * gdb.trace/report.exp: Likewise.
2654 * gdb.trace/save-trace.exp: Likewise.
2655 * gdb.trace/status-stop.exp: Likewise.
2656 * gdb.trace/strace.exp: Likewise.
2657 * gdb.trace/tfile.exp: Likewise.
2658 * gdb.trace/tfind.exp: Likewise.
2659 * gdb.trace/trace-break.exp: Likewise.
2660 * gdb.trace/tracecmd.exp: Likewise.
2661 * gdb.trace/trace-mt.exp: Likewise.
2662 * gdb.trace/tspeed.exp: Likewise.
2663 * gdb.trace/tsv.exp: Likewise.
2664 * gdb.trace/while-stepping.exp: Likewise.
2665 * lib/gdb.exp: Likewise.
2666 * lib/gdbserver-support.exp: Likewise.
2667 * lib/java.exp: Likewise.
2668 * lib/mi-support.exp: Likewise.
2669 * lib/pascal.exp: Likewise.
2670 * lib/prompt.exp: Likewise.
2671 * lib/trace-support.exp: Likewise.
2672
47d48711
PA
26732013-06-07 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.ada/info_types.c: Fix formating in copyright header.
2676 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2677 * gdb.base/float.c: Likewise.
2678 * gdb.base/inferior-died.c: Likewise.
2679 * gdb.base/interp.c: Likewise.
2680 * gdb.base/jit-main.c: Likewise.
2681 * gdb.base/jit-solib.c: Likewise.
2682 * gdb.base/long_long.c: Likewise.
2683 * gdb.base/longjmp.c: Likewise.
2684 * gdb.base/nextoverexit.c: Likewise.
2685 * gdb.base/pr11022.c: Likewise.
2686 * gdb.base/prelink-lib.c: Likewise.
2687 * gdb.base/prelink.c: Likewise.
2688 * gdb.base/prologue.c: Likewise.
2689 * gdb.base/restore.c: Likewise.
2690 * gdb.base/sigchld.c: Likewise.
2691 * gdb.base/solib-search-lib1.c: Likewise.
2692 * gdb.base/solib-search-lib2.c: Likewise.
2693 * gdb.base/solib-search.c: Likewise.
2694 * gdb.base/solib-search.h: Likewise.
2695 * gdb.base/whatis.c: Likewise.
2696 * gdb.cp/abstract-origin.cc: Likewise.
2697 * gdb.cp/anon-struct.cc: Likewise.
2698 * gdb.cp/baseenum.cc: Likewise.
2699 * gdb.cp/bs15503.cc: Likewise.
2700 * gdb.cp/call-c-1.c: Likewise.
2701 * gdb.cp/call-c.cc: Likewise.
2702 * gdb.cp/class2.cc: Likewise.
2703 * gdb.cp/classes.cc: Likewise.
2704 * gdb.cp/cttiadd.cc: Likewise.
2705 * gdb.cp/cttiadd1.cc: Likewise.
2706 * gdb.cp/cttiadd2.cc: Likewise.
2707 * gdb.cp/cttiadd3.cc: Likewise.
2708 * gdb.cp/derivation.cc: Likewise.
2709 * gdb.cp/derivation2.cc: Likewise.
2710 * gdb.cp/dispcxx.cc: Likewise.
2711 * gdb.cp/exception.cc: Likewise.
2712 * gdb.cp/gdb2384-base.cc: Likewise.
2713 * gdb.cp/gdb2384-base.h: Likewise.
2714 * gdb.cp/gdb2384.cc: Likewise.
2715 * gdb.cp/gdb2495.cc: Likewise.
2716 * gdb.cp/mb-inline.h: Likewise.
2717 * gdb.cp/mb-inline1.cc: Likewise.
2718 * gdb.cp/mb-inline2.cc: Likewise.
2719 * gdb.cp/member-name.cc: Likewise.
2720 * gdb.cp/member-ptr.cc: Likewise.
2721 * gdb.cp/misc.cc: Likewise.
2722 * gdb.cp/namespace1.cc: Likewise.
2723 * gdb.cp/nextoverthrow.cc: Likewise.
2724 * gdb.cp/pr-574.cc: Likewise.
2725 * gdb.cp/pr9631.cc: Likewise.
2726 * gdb.cp/printmethod.cc: Likewise.
2727 * gdb.cp/psmang1.cc: Likewise.
2728 * gdb.cp/psmang2.cc: Likewise.
2729 * gdb.cp/psymtab-parameter.cc: Likewise.
2730 * gdb.cp/ptype-flags.cc: Likewise.
2731 * gdb.cp/ref-params.cc: Likewise.
2732 * gdb.cp/ref-types.cc: Likewise.
2733 * gdb.cp/smartp.cc: Likewise.
2734 * gdb.cp/try_catch.cc: Likewise.
2735 * gdb.cp/userdef.cc: Likewise.
2736 * gdb.cp/using-crash.cc: Likewise.
2737 * gdb.cp/virtfunc.cc: Likewise.
2738 * gdb.cp/virtfunc2.cc: Likewise.
2739 * gdb.dwarf2/callframecfa.S: Likewise.
2740 * gdb.dwarf2/dw2-ranges.c: Likewise.
2741 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2742 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2743 * gdb.dwarf2/dw2-restore.S: Likewise.
2744 * gdb.dwarf2/pieces.S: Likewise.
2745 * gdb.dwarf2/valop.S: Likewise.
2746 * gdb.java/jnpe.java: Likewise.
2747 * gdb.mi/mi-stepn.c: Likewise.
2748 * gdb.mi/mi-var-cp.cc: Likewise.
2749 * gdb.mi/mi-var-rtti.cc: Likewise.
2750 * gdb.mi/ns-stale-regcache.c: Likewise.
2751 * gdb.mi/pr11022.c: Likewise.
2752 * gdb.mi/solib-lib.c: Likewise.
2753 * gdb.mi/solib-main.c: Likewise.
2754 * gdb.python/py-arch.c: Likewise.
2755 * gdb.python/py-block.c: Likewise.
2756 * gdb.python/py-breakpoint.c: Likewise.
2757 * gdb.python/py-events.c: Likewise.
2758 * gdb.python/py-evthreads.c: Likewise.
2759 * gdb.python/py-explore.c: Likewise.
2760 * gdb.python/py-explore.cc: Likewise.
2761 * gdb.python/py-finish-breakpoint.c: Likewise.
2762 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2763 * gdb.python/py-symbol.c: Likewise.
2764 * gdb.threads/execl.c: Likewise.
2765 * gdb.threads/execl1.c: Likewise.
2766
88ab5684
WN
27672013-06-07 Will Newton <will.newton@linaro.org>
2768
2769 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2770
42daa7a0
WN
27712013-06-07 Will Newton <will.newton@linaro.org>
2772
2773 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2774 and "starting".
2775
f4059ef3
WN
27762013-06-07 Will Newton <will.newton@linaro.org>
2777
2778 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2779 destructor prototypes for ARM ABI.
2780 * gdb.cp/m-static.exp: Likewise.
2781
8cb5cc78
YQ
27822013-06-07 Yao Qi <yao@codesourcery.com>
2783
2784 * gdb.trace/mi-trace-unavailable.exp: New.
2785 * gdb.trace/trace-unavailable.c: New.
2786
c6cf1712
DE
27872013-06-06 Doug Evans <dje@google.com>
2788
2789 * gdb.cp/derivation.exp: Make tests have unique names.
2790
bf6be0f4
TT
27912013-06-06 Tom Tromey <tromey@redhat.com>
2792
2793 * gdb.base/dump.exp (capture_value): Don't put expression into
2794 test name if arguments passed in.
2795 Rename a couple more tests to make them unique.
2796
ebb022fa
TT
27972013-06-06 Tom Tromey <tromey@redhat.com>
2798
2799 * gdb.base/break-always.exp: Explicitly specify test name.
2800
69fc87c2
DE
28012013-06-05 Doug Evans <dje@google.com>
2802 Keith Seitz <keiths@redhat.com>
2803
2804 * gdb.cp/derivation2.cc: New file.
2805 * gdb.cp/derivation.cc (main): Call foo2.
2806 * gdb.cp/derivation.exp: Add tests for typedefs in another
2807 file, and when there's an active block.
2808
f993f39e
LM
28092013-06-05 Luis Machado <lgustavo@codesourcery.com>
2810
2811 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2812 from targets that use function descriptors in the virtual tables.
2813 Handle presence of dot symbols.
2814
afacd7f3
GB
28152013-06-04 Gary Benson <gbenson@redhat.com>
2816
2817 * gdb.base/break-probes.exp: New file.
2818 * gdb.base/break-probes.c: Likewise.
2819 * gdb.base/break-probes-solib.c: Likewise.
2820 * gdb.base/info-shared.exp: New file.
2821 * gdb.base/info-shared.c: Likewise.
2822 * gdb.base/info-shared-solib1.c: Likewise.
2823 * gdb.base/info-shared-solib2.c: Likewise.
2824
a29a3fb7
GB
28252013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2826 Gary Benson <gbenson@redhat.com>
2827
2828 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2829 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2830 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2831 to be set to "no" to indicate that no ld.so copy should be made.
2832 * gdb.base/break-interp.exp (solib_bp): New constant.
2833 (reach_1): Use the above instead of "_dl_debug_state".
2834 (test_attach): Likewise.
2835 (test_ld): Likewise.
2836 * gdb.threads/dlopen-libpthread.exp: New file.
2837 * gdb.threads/dlopen-libpthread.c: Likewise.
2838 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2839 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2840
62a813cc
YQ
28412013-05-30 Yao Qi <yao@codesourcery.com>
2842
2843 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2844 Add a test that no MI notification is emitted when executing
2845 -exec-arguments.
2846
8f56dad4
JK
28472013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 PR testsuite/12649
2850 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2851 $mi_gdb_prompt expectation by mi_expect_stop.
2852 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2853 (mi info dprintf second time): Replace them by mi_send_resuming_command
2854 and mi_expect_stop.
2855
c588eb20
GB
28562013-05-24 Gary Benson <gbenson@redhat.com>
2857
2858 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2859 backslash.
2860 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2861 backslashes.
2862 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2863 backslash.
2864
c0ea94eb
YQ
28652013-05-24 Yao Qi <yao@codesourcery.com>
2866
2867 * gdb.trace/tfile.exp: Test inferior and thread.
2868
db1ac436
YQ
28692013-05-24 Yao Qi <yao@codesourcery.com>
2870 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2873 test fails.
2874 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2875 Return 0 if the test passes, otherwise return 1.
2876
b6abb10c
DE
28772013-05-23 Doug Evans <dje@google.com>
2878
2879 * boards/fission-dwp.exp: New file.
2880
bc5065a7
PA
28812013-05-23 Yao Qi <yao@codesourcery.com>
2882 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.base/range-stepping.c: New file.
2885 * gdb.base/range-stepping.exp: New file.
2886 * gdb.trace/range-stepping.c: New file.
2887 * gdb.trace/range-stepping.exp: New file.
2888 * lib/range-stepping-support.exp: New file.
2889
5f2e6b00
TT
28902013-05-22 Tom Tromey <tromey@redhat.com>
2891
2892 * gdb.cp/class2.cc (main): New local 'aref'.
2893 * gdb.cp/class2.exp: Check printing of 'aref'.
2894
e6ba475a
DE
28952013-05-22 Doug Evans <dje@google.com>
2896
2897 * gdb.threads/wp-replication.c (main): Insert some code at the start
2898 to ensure the breakpoint on main is only hit once. Fix comment.
2899
52c935b6
KS
29002013-05-21 Keith Seitz <keiths@redhat.com>
2901 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2904 gdb_expect.
2905 Add test to flush the remaining input buffer so that this
2906 file passes testsuite/12649.
2907
bd9673a4
PW
29082013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2909
2910 * gdb.base/catch-signal-fork.exp: New file.
2911 * gdb.base/catch-signal-fork.c: New file.
2912
69a97597
SA
29132013-05-21 Sterling Augustine <saugustine@google.com>
2914
2915 * boards/remote-stdio-gdbserver.exp: New file.
2916
44e97363
JK
29172013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2918
2919 PR testsuite/12649
2920 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2921 racy matches.
2922
02392865
CG
29232013-05-21 Christian Groessler <chris@groessler.org>
2924
2925 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2926 since it's not supported in all shells.
2927
c5867ab6
HZ
29282013-05-21 Hui Zhu <hui@codesourcery.com>
2929
2930 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2931 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2932
6c9e2db4
DE
29332013-05-20 Doug Evans <dje@google.com>
2934
2935 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2936 (_handle_DW_TAG): Use it.
2937 (cu, tu): Replace parameters is_64, version, addr_size with options.
2938 All callers updated. Add Fission support.
2939 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2940 * gdb.dwarf2/method-ptr.exp: Ditto.
2941 * gdb.dwarf2/nostaticblock.exp: Ditto.
2942 * gdb.dwarf2/subrange.exp: Ditto.
2943 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2944
4a6e676c
TT
29452013-05-20 Tom Tromey <tromey@redhat.com>
2946
2947 * gdb.gdb/python-selftest.exp: New file.
2948
e19d3afb
DE
29492013-05-20 Doug Evans <dje@google.com>
2950
2951 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2952 -fdebug-types-section.
2953
4d804846
JB
29542013-05-20 Joel Brobecker <brobecker@adacore.com>
2955
2956 * gdb.ada/float_param: New testcase.
2957
8d324e83
DE
29582013-05-17 Doug Evans <dje@google.com>
2959
7d0c9981
DE
2960 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2961 Add tests for "maint check-symtabs", "maint expand-symtabs".
2962
8d324e83
DE
2963 * gdb.base/maint.exp: Remove testing of individual maint command
2964 help output.
2965
177aadc4
PA
29662013-05-16 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2969 comment. Use gdb_test_no_output.
2970
b8fea896
JB
29712013-05-16 Joel Brobecker <brobecker@adacore.com>
2972
2973 * gdb.ada/complete.exp: Add test verifying completion using
2974 the "tab" key.
2975
52c935b6
KS
29762013-05-15 Keith Seitz <keiths@redhat.com>
2977
2978 * gdb.base/filesym.exp: New completer test.
2979 * gdb.base/filesym.c: New file.
2980
ed0f00b8
PA
29812013-05-15 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.base/fixsection.c: Remove attribution.
2984 * gdb.base/watch-read.exp: Ditto.
2985
55fb6d27
TT
29862013-05-13 Tom Tromey <tromey@redhat.com>
2987
2988 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2989 size and change type sizes to 4 bytes.
2990
ac1ca910
TT
29912013-05-13 Tom Tromey <tromey@redhat.com>
2992
2993 * gdb.base/exprs.exp (test_expr): Add regression test.
2994 * gdb.base/exprs.c (null_t_struct): New global.
2995
8414efef
MB
29962013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2997
2998 * gdb.base/default.exp: Disable history saving.
2999 * gdb.base/setshow.exp: Likewise.
3000
9779ab84
PA
30012013-05-10 Pedro Alves <palves@redhat.com>
3002
3003 PR remote/15455
3004
3005 * gdb.trace/qtro.c: New file.
3006 * gdb.trace/qtro.exp: New file.
3007
1e611234
PM
30082013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3009
3010 * gdb.python/py-framefilter.py: New File.
3011 * gdb.python/py-framefilter-mi.exp: Ditto.
3012 * gdb.python/py-framefilter.c: Ditto.
3013 * gdb.python/py-framefilter-mi.exp: Ditto.
3014 * gdb.python/py-framefilter-mi.c: Ditto,
3015 * gdb.python/py-framefilter-gdb.py.in: Ditto.
3016
5e4c3ac4
TT
30172013-05-08 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.base/solib-search.exp: Set test name for "set
3020 solib-search-path" test.
3021
993654a9
HAQ
30222013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
3023
3024 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
3025 (set_a_tracepoint): Set tracepoint before prologue.
3026 (run_trace_experiment): Test setup_tracepoints and 'break end'
3027 in it.
3028 (trace_buffer_normal): Remove.
3029 (gdb_trace_circular_tests): Remove. Move tests to...
3030 (top level): ...here. Call 'runto_main' before checking for
3031 trace support. Use commands to check the support for circular
3032 trace buffer and changing of trace buffer size. Add test
3033 to calculate size of single frame. Use this size to
3034 calculate the size of trace buffer. Use 'tfind pc func9'
3035 instead of 'tfind 9'. Use 'with_test_prefix'.
3036
c95aea6b
TT
30372013-05-07 Tom Tromey <tromey@redhat.com>
3038
3039 * lib/selftest-support.exp: New file.
3040 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3041 do_self_tests.
3042 (setup_test, find_gdb): Remove.
3043 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3044 do_self_tests.
3045 (setup_test, find_gdb): Remove.
3046 (test_observer): Don't call setup_test. Remove argument.
3047 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3048 (find_gdb): Remove.
3049 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3050 do_self_tests.
3051 (setup_test, find_gdb): Remove.
3052 (test_with_self): Don't call setup_test. Remove argument.
3053
1f031429
PA
30542013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3055
3056 * gdb.arch/system-gcore.exp: Remove.
3057 * gdb.arch/gcore.c: Remove.
3058 * gdb.base/gcore.exp: Add "info reg system".
3059
58ce7251
SDJ
30602013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3061
3062 PR breakpoints/15413:
3063 * gdb.base/pending.exp: Add test for completion of the "condition"
3064 command for pending breakpoints.
3065 * gdb.linespec/linespec.ex: Add test for completion of the
3066 "condition" command when dealing with multiple locations.
3067
aacbb8a5
LM
30682013-05-07 Luis Machado <lgustavo@codesourcery.com>
3069
3070 * gdb.threads/wp-replication.c: New file.
3071 * gdb.threads/wp-replication.exp: New file.
3072
2dd6254d
SL
30732013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3074
3075 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3076
c2a96e8c
DE
30772013-05-06 Doug Evans <dje@google.com>
3078
b903e17e
DE
3079 * gdb.base/solib-search-lib1.c: New file.
3080 * gdb.base/solib-search-lib2.c: New file.
3081 * gdb.base/solib-search.c: New file.
3082 * gdb.base/solib-search.h: New file.
3083 * gdb.base/solib-search.exp: New file.
3084
fac51dd9
DE
3085 * lib/gdb.exp (gdb_core_cmd): New function.
3086 * gdb.arch/system-gcore.exp: Use it.
3087 * gdb.arch/vsx-regs.exp: Ditto.
3088 * gdb.base/gcore.exp: Ditto.
3089 * gdb.threads/gcore-thread.exp: Ditto.
3090
c2a96e8c
DE
3091 * gdb.reverse/shr.h: New file.
3092 * gdb.reverse/shr1.c: New file.
3093 * gdb.reverse/shr2.c: #include "shr.h".
3094 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3095 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3096 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3097 Update tests using sleep/printf to use shr2.sl instead.
3098 * gdb.reverse/solib-reverse.exp: Ditto.
3099
b6807d98
TT
31002013-05-06 Tom Tromey <tromey@redhat.com>
3101
3102 * gdb.dwarf2/implptrconst.c: New file.
3103 * gdb.dwarf2/implptrconst.exp: New file.
3104 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3105 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3106 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3107
96f7d3f1
PW
31082013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3109
3110 * gdb.base/catch-sig.c (main): Raise SIGINT.
3111 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3112
1ebff1fd
HAQ
31132013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3114
3115 * status-stop.exp (test_tstart_tstart): Check for error
3116 returned by the second 'tstart' command.
3117
f92b06da
WT
31182013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3119
3120 * gdb.xml/maint_print_struct.exp: New file.
3121 * gdb.xml/maint_print_struct.xml: New file.
3122
ff546935
TT
31232013-04-25 Tom Tromey <tromey@redhat.com>
3124
3125 * gdb.dwarf2/nostaticblock.exp: New file.
3126
bf9e4d0c
MB
31272013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3128
3129 PR gdb/10462
3130 * gdb.base/setshow.exp: Add test case.
3131
a11cfd87
HZ
31322013-04-23 Hui Zhu <hui@codesourcery.com>
3133
3134 PR gdb/15293
a11cfd87
HZ
3135 * gdb.base/dprintf.exp: Add ignore command.
3136
2d9442cc
HZ
31372013-04-23 Hui Zhu <hui@codesourcery.com>
3138
3139 PR gdb/15165
2d9442cc
HZ
3140 * gdb.base/save-bp.exp: Add test for dprintf.
3141
0f3305ed
TT
31422013-04-22 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3145 notice_open_fds.
3146
d504301e
SDJ
31472013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3148
3149 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3150 ldflags.
3151
9991b207
SDJ
31522013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3153
3154 * gdb.arch/arm-bl-branch-dest.c: New file.
3155 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3156
433730c9
PA
31572013-04-19 Vladimir Kargov <kargov@gmail.com>
3158 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.arch/i386-float.S: New file.
3161 * gdb.arch/i386-float.exp: New file.
3162
9a908334
LM
31632013-04-18 Luis Machado <lgustavo@codesourcery.com>
3164
3165 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3166 type void *.
3167
4f22ed5c
DE
31682013-04-17 Doug Evans <dje@google.com>
3169
3170 * lib/dwarf.exp (Dwarf): New proc "tu".
3171 * gdb.dwarf2/missing-sig-type.exp: New file.
3172
a0d3f2f5
SCR
31732013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3174
3175 Add option to link testcases with Pthreads library when
3176 using 'prepare_for_testing' in tests.
3177
3178 * lib/gdb.exp (build_executable_from_specs): Use
3179 gdb_compile_pthreads to compile if option "pthreads" is
3180 specified.
3181
cc16e6c9
TT
31822013-04-15 Tom Tromey <tromey@redhat.com>
3183
3184 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3185
72f1fe8a
TT
31862013-04-15 Tom Tromey <tromey@redhat.com>
3187
3188 * gdb.base/default.exp: Update for $_exception.
3189 * gdb.cp/exceptprint.cc: New file.
3190 * gdb.cp/exceptprint.exp: New file.
3191 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3192
6e72ca20
TT
31932013-04-15 Tom Tromey <tromey@redhat.com>
3194
3195 * gdb.cp/typeid.cc: New file.
3196 * gdb.cp/typeid.exp: New file.
3197
591f19e8
TT
31982013-04-15 Tom Tromey <tromey@redhat.com>
3199
3200 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3201
da9160e4
YQ
32022013-04-13 Yao Qi <yao@codesourcery.com>
3203
3204 * gdb.base/completion.exp: Test completion of command
3205 'target ctf' if target ctf is supported.
3206
f81d1120
PA
32072013-04-10 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/completion.exp: Test "set height", "set listsize" and
3210 "set trace-buffer-size" completion.
3211 * gdb.base/setshow.exp: Test "set height unlimited".
3212 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3213 unlimited".
3214
393fd4c3
YQ
32152013-04-10 Yao Qi <yao@codesourcery.com>
3216
3217 * gdb.trace/actions.exp: Save trace data to CTF.
3218 Change to ctf target if GDB supports, read CTF data in ctf
3219 target, and check the actions of tracepoints.
3220 * gdb.trace/while-stepping.exp: Likewise.
3221 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3222 format and read CTF trace file if GDB supports.
3223 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3224 target is supported, change to ctf target, read trace data and
3225 check output of command "tstatus".
3226 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3227 read CTF data by target ctf and call check_tsv.
3228
b7a273f8
YQ
32292013-04-10 Yao Qi <yao@codesourcery.com>
3230
3231 * gdb.trace/actions.exp (check_tracepoint): New.
3232 (top level): Start the tracing and check the actions of
3233 tracepoints. Save trace data to tfile format. Restart GDB
3234 and read trace file in tfile target. Check the actions of
3235 tracepoints again.
3236 * gdb.trace/while-stepping.exp: Likewise.
3237
f3786771
YQ
32382013-04-10 Yao Qi <yao@codesourcery.com>
3239
3240 * gdb.trace/report.exp: Use standard_output_file for saved
3241 trace file.
3242
5c2b4418
HZ
32432013-04-10 Hui Zhu <hui@codesourcery.com>
3244
3245 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3246 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3247 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3248
f7543f0a
JK
32492013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3250
3251 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3252 response.
3253
f6de8ec2
PA
32542013-04-08 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3257 the location.
3258
b8abfd58
SL
32592013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3260
3261 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3262 for breakpoint location.
3263
156bffd0
SL
32642013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3265
3266 * gdb.linespec/linespec.exp: Make dir/file:line tests
3267 conditional for non-remote hosts only.
3268
c9a6ce02
PA
32692013-04-04 Stan Shebs <stan@codesourcery.com>
3270 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3273 * gdb.trace/actions-changed.c: New file.
3274 * gdb.trace/actions-changed.exp: New file.
3275 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3276 (gdb_trace_setactions_command): ... this. Add "actions_command"
3277 parameter, and handle it.
3278 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3279
4bd05f24
YQ
32802013-04-04 Yao Qi <yao@codesourcery.com>
3281
3282 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3283 'step'.
3284
3758b5ce
YQ
32852013-04-03 Yao Qi <yao@codesourcery.com>
3286
3287 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3288 "tfile-basic.tf".
3289 (test_tfind_tfile): Likewise.
3290
1dcaed0d
YQ
32912013-04-03 Yao Qi <yao@codesourcery.com>
3292
3293 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3294 "tfile-basic.tf" instead of "basic.tf".
3295 (write_error_trace_file): Pass argument "tfile-error.tf"
3296 instead of "error.tf".
3297 * gdb.trace/tfile.exp: Update tfile names to
3298 "tfile-basic.tf" and "tfile-error.tf".
3299
0e7a53fc
SL
33002013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3301
3302 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3303 empty directory in file for breakpoint hit.
3304
9852c492
YQ
33052013-03-29 Yao Qi <yao@codesourcery.com>
3306
3307 * gdb.base/completion.exp: Test completion of commands
3308 "target core", "target tfile" and "target exec".
3309 * gdb.trace/tfile.exp: Test completion of command
3310 "target tfile".
3311
af312be7
JB
33122013-03-28 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.ada/win_fu_syms: New testcase.
3315
e4a48d9d
DE
33162013-03-28 Doug Evans <dje@google.com>
3317
3318 * gdb.base/maint.exp (maint print statistics): Update expected output.
3319
7f7cc265
PA
33202013-03-28 Pedro Alves <palves@redhat.com>
3321
3322 PR gdb/15294
3323
3324 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3325 mean unlimited instead of $arg < 0.
3326 (test_listsize): Remove "listsize of 0 suppresses output" test.
3327 Test that "set listsize 0" ends up with an unlimited listsize.
3328
fc0da894
PA
33292013-03-28 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.base/list.exp (last_line): New global.
3332 (last_line_re): New global.
3333 (test_listsize, test_list_function, test_list_forward)
3334 (test_repeat_list_command, test_list_range)
3335 (test_list_filename_and_function): Use them.
3336 * gdb.base/list0.c: Comment the last line of the file with "last
3337 line".
3338
abe7b711
PA
33392013-03-28 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3342 list the whole file.
3343
15b3979c
PA
33442013-03-28 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3347 "set listsize".
3348
96811e3b
KS
33492013-03-26 Keith Seitz <keiths@redhat.com>
3350
3351 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3352 from passing.
3353
4043f22b
PA
33542013-03-26 Pedro Alves <palves@redhat.com>
3355
3356 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3357 until after GDB has run.
3358
14a1aa17
YQ
33592013-03-26 Yao Qi <yao@codesourcery.com>
3360
3361 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3362 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3363
99c819ee
MM
33642013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3365
3366 * gdb.btrace/enable.exp: Add regression test.
3367
24955f63
TT
33682013-03-25 Tom Tromey <tromey@redhat.com>
3369
3370 * gdb.cp/m-static.exp: Add destructor-printing tests.
3371
fce632b6
TT
33722013-03-25 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.cp/m-static.exp: Add constructor ptype tests.
3375 * gdb.cp/m-static.cc (single_constructor): New class.
3376 (main): Make instance of single_constructor.
3377
598d3636
JK
33782013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3379 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.server/server-kill.c: New file.
3382 * gdb.server/server-kill.exp: New file.
3383
c12440c9
PA
33842013-03-21 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3387 Expect $gdb_prompt in gdb_test_multiple.
3388
bd712aed
DE
33892013-03-21 Doug Evans <dje@google.com>
3390
3391 * gdb.base/maint.exp: Update tests for per-command stats.
3392
b2f83c08
TT
33932013-03-21 Tom Tromey <tromey@redhat.com>
3394
3395 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3396 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3397
ef0026f0
PA
33982013-03-20 Pedro Alves <palves@redhat.com>
3399
3400 PR gdb/15289
3401
3402 * gdb.base/remote.exp: Test
3403 "set remote hardware-watchpoint-limit -1",
3404 "set remote hardware-breakpoint-limit -1",
3405 "set remote hardware-watchpoint-limit 2147483647" and
3406 "set remote hardware-breakpoint-limit 2147483647".
3407
3f1175a9
PA
34082013-03-20 Pedro Alves <palves@redhat.com>
3409 Yao Qi <yao@codesourcery.com>
3410
3411 * gdb.trace/tfile.c: Add comments.
3412 (nonconstglob): New global.
3413 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3414 global that is not covered by the trace frame. Test
3415 disassembling.
3416
a09ae1c1
JK
34172013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3418
3419 * gdb.base/valgrind-infcall.exp
3420 (continue #$continue_count) <remote connection closed>
3421 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3422 $valgrind_pid.
3423
9ce98649
TT
34242013-03-15 Tom Tromey <tromey@redhat.com>
3425
3426 * gdb.cp/overload.cc (intintfunc): New.
3427 * gdb.cp/overload.exp: Add regression test.
3428
0a251e08
YQ
34292013-03-15 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3432 using with_test_prefix.
3433 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3434 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3435 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3436 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3437 * gdb.base/break-interp.exp (test_core): Likewise.
3438 (test_attach_gdb): Likewise.
3439 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3440 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3441 Likewise.
3442 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3443 * gdb.base/jit.exp (one_jit_test): Likewise.
3444 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3445 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3446 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3447 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3448 Likewise.
3449 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3450 Likewise.
3451 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3452 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3453 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3454 (tracepoint_change_loc_2): Likewise.
3455 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3456 Likewise.
3457 (disconnected_tfind): Likewise.
3458 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3459 Likewise.
3460 (test_tfind_remote): Likewise.
3461 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3462 Likewise.
3463 (test_pending_resolved): Likewise.
3464 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3465 Likewise.
3466 (test_upload_tsv): Likewise.
3467 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3468 Likewise.
3469 (pending_tracepoint_works): Likewise.
3470 * gdb.trace/report.exp (use_collected_data): Likewise.
3471 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3472 Likewise.
3473 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3474 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3475 (strace_trace_on_same_addr): Likewise.
3476 (strace_trace_on_diff_addr): Likewise.
3477 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3478 (gdb_collect_locals_test): Likewise.
3479 (gdb_unavailable_registers_test): Likewise.
3480 (gdb_collect_globals_test): Likewise.
3481
2c415c0f
YQ
34822013-03-15 Yao Qi <yao@codesourcery.com>
3483
3484 * gdb.base/condbreak.exp: Add semicolon back which was removed
3485 by my previous commit.
3486
ae59b1da
YQ
34872013-03-14 Yao Qi <yao@codesourcery.com>
3488
3489 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3490 'return'.
3491 (gdb_target_monitor, gdb_load): Likewise.
3492 * config/sid.exp (gdb_load): Likewise.
3493 * config/slite.exp (gdb_load): Likewise.
3494 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3495 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3496 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3497 (single_step_until): Likewise.
3498 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3499 * gdb.arch/system-gcore.exp: Likewise.
3500 * gdb.base/bigcore.exp (extract_heap): Likewise.
3501 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3502 * gdb.base/call-ar-st.exp: Likewise.
3503 * gdb.base/call-rt-st.exp: Likewise.
3504 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3505 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3506 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3507 * gdb.base/corefile.exp: Likewise.
3508 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3509 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3510 * gdb.base/fixsection.exp: Likewise.
3511 * gdb.base/funcargs.exp: Likewise.
3512 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3513 * gdb.base/gcore-relro.exp: Likewise.
3514 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3515 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3516 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3517 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3518 * gdb.base/list.exp: Likewise.
3519 (set_listsize): Likewise.
3520 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3521 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3522 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3523 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3524 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3525 * gdb.base/setvar.exp: Likewise.
3526 (test_set): Likewise.
3527 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3528 * gdb.base/solib-overlap.exp: Likewise.
3529 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3530 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3531 * gdb.base/watchpoint.exp (initialize): Likewise.
3532 (test_simple_watchpoint): Likewise.
3533 (test_disabling_watchpoints): Likewise.
3534 (test_watchpoint_triggered_in_syscall): Likewise.
3535 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3536 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3537 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3538 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3539 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3540 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3541 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3542 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3543 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3544 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3545 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3546 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3547 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3548 * gdb.mi/gdb792.exp: Likewise.
3549 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3550 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3551 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3552 * gdb.threads/gcore-thread.exp: Likewise.
3553 (load_core): Likewise.
3554 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3555 (test_startup, check_control_c): Likewise.
3556 * gdb.threads/sigstep-threads.exp: Likewise.
3557 * gdb.threads/thread_check.exp: Likewise.
3558 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3559 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3560 (set_a_tracepoint, trace_buffer_normal): Likewise.
3561 (gdb_trace_circular_tests): Likewise.
3562 * gdb.trace/collection.exp: Likewise.
3563 * gdb.trace/disconnected-tracing.exp: Likewise.
3564 * gdb.trace/infotrace.exp: Likewise.
3565 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3566 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3567 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3568 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3569 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3570 * gdb.trace/stap-trace.exp: Likewise.
3571 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3572 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3573 * gdb.trace/trace-buffer-size.exp: Likewise.
3574 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3575 * gdb.trace/unavailable.exp: Likewise.
3576 * gdb.trace/while-dyn.exp: Likewise.
3577 * lib/fortran.exp (set_lang_fortran): Likewise.
3578 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3579 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3580 (default_gdb_start, get_compiler_info): Likewise.
3581 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3582 (get_debug_format, setup_xfail_format): Likewise.
3583 (rerun_to_main, gdb_skip_float_test): Likewise.
3584 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3585 * lib/java.exp (set_lang_java): Likewise.
3586 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3587 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3588 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3589 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3590 * lib/objc.exp (set_lang_objc): Likewise.
3591 * lib/pascal.exp (set_lang_pascal): Likewise.
3592 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3593 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3594 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3595
bb869963
SDJ
35962013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3597
3598 PR c++/15203
3599 PR c++/15210
3600 * gdb.cp/m-static.cc (keepalive_int): New function.
3601 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3602 * gdb.cp/m-static.exp: New test for `sintvar'.
3603
e2be70a0
YQ
36042013-03-14 Yao Qi <yao@codesourcery.com>
3605
3606 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3607 of 'tstatus' into tstatus_output.
3608 (top level): Save the trace data to tfile. Read trace file in
3609 tfile target. Check the trace status.
3610
8ddb1965
YQ
36112013-03-13 Yao Qi <yao@codesourcery.com>
3612
3613 * gdb.trace/tsv.exp (check_tsv): New.
3614 (top level): Save a tfile on current trace session. Call
3615 check_tsv on live target. Load the tfile with target tfile
3616 and call check_tsv again.
3617
045dd51f
YQ
36182013-03-13 Yao Qi <yao@codesourcery.com>
3619
3620 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3621 Replace some "gdb_test" with "gdb_test_no_output".
3622
82d049ab
PH
36232013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3624
3625 * gdb.ada/expr_delims.exp: New file.
3626 * gdb.ada/expr_delims/foo.adb: New file.
3627 * gdb.ada/expr_delims/pck.ads: New file.
3628 * gdb.ada/expr_delims/pck.adb: New file.
3629
cb8ea32b
KS
36302013-03-11 Keith Seitz <keiths@redhat.com>
3631
3632 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3633 both condition and thread. Then delete the watchpoint.
3634
2f1d9bdd
MM
36352013-03-11 Christian Himpel <christian.himpel@intel.com>
3636
3637 * Makefile.in: Add btrace testsuite.
3638 * configure: Regenerated.
3639 * configure.ac: Add btrace testsuite.
3640 * gdb.btrace/Makefile.in: New file.
3641 * gdb.btrace/enable.c: New file.
3642 * gdb.btrace/enable.exp: New file.
3643 * gdb.btrace/function_call_history.c: New file.
3644 * gdb.btrace/function_call_history.exp: New file.
3645 * gdb.btrace/instruction_history.c: New file.
3646 * gdb.btrace/instruction_history.exp: New file.
3647 * gdb.btrace/instruction_history.S: New file.
3648 * lib/gdb.exp: Add btrace skip proc.
3649
05c56a9d
JK
36502013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 Fix entry-values if the callee called a noreturn function.
3653 * gdb.arch/amd64-tailcall-noret.S: New file.
3654 * gdb.arch/amd64-tailcall-noret.c: New file.
3655 * gdb.arch/amd64-tailcall-noret.exp: New file.
3656
9112db09
JK
36572013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 Fix entry-values in C++ across CUs.
3660 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3661 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3662 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3663 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3664 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3665
be9a119c 36662013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3667 Hafiz Abid Qadeer <abidh@codesourcery.com>
3668
3669 gdb/testsuite/
3670 * gdb.trace/trace-buffer-size.exp: New file.
3671 * gdb.trace/trace-buffer-size.c: New file.
3672
049109b0
PA
36732013-03-06 Pedro Alves <palves@redhat.com>
3674
3675 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3676 doesn't support the tested optional feature, call "unsupported"
3677 with the same test message as the "pass" case, instead of calling
3678 "pass" with a different message. Use the same text for the "fail"
3679 cases too.
3680
4aa54120
YQ
36812013-03-06 Yao Qi <yao@codesourcery.com>
3682
3683 * gdb.trace/tstatus.exp: Remove the invocation of
3684 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3685 (test_tracepoints): Don't set fast tracepoint.
3686 (top level): Don't check agent library is loaded or not.
3687
b8b71e63
YQ
36882013-03-06 Yao Qi <yao@codesourcery.com>
3689
3690 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3691 parentheses by "\\".
3692
33f448b1
JK
36932013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3694
3695 * gdb.linespec/base/one/thefile.cc (twodup): New.
3696 (m): Call it.
3697 * gdb.linespec/base/two/thefile.cc (dupname): New.
3698 (n): Call it.
3699 * gdb.linespec/break-ask.exp: New file.
3700 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3701
1c942fb9
YQ
37022013-02-28 Yao Qi <yao@codesourcery.com>
3703
3704 * gdb.trace/report.exp: Move some code to ...
3705 (use_collected_data): New.
3706 (top level): Call use_collected_data once on the live target.
3707 Save at file of the current trace session, load it with target
3708 tfile, and call use_collected_data again.
3709
5b967901
JK
37102013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3713
6447023f
JK
37142013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3717 Add final kill of ${valgrind_pid}.
3718
9f44fbc0
SCR
37192013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3720
3721 * gdb.python/py-arch.c: New test case
3722 * gdb.python/py-arch.exp: New tests to test
3723 gdb.Architecture.disassemble
3724 * gdb.python/Makefile.in: Add py-arch to the list of
3725 EXECUTABLES.
3726
4c9ad8c2
TT
37272013-02-18 Tom Tromey <tromey@redhat.com>
3728
3729 * gdb.dwarf2/subrange.exp: New file.
3730
f5911ea1
HAQ
37312013-02-15 Pedro Alves <pedro@codesourcery.com>
3732 Hafiz Abid Qadeer <abidh@codesourcery.com>
3733
3734 * gdb.trace/tfile.exp: Add test for -trace-status command.
3735
420f4384
JK
37362013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3737
3738 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3739 nanosleep by sleep.
3740
4819b3f8
PA
37412013-02-14 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3744
1773c82c
HAQ
37452013-02-14 Pedro Alves <pedro@codesourcery.com>
3746 Hafiz Abid Qadeer <abidh@codesourcery.com>
3747
3748 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3749
e234dfaf
TT
37502013-02-12 Tom Tromey <tromey@redhat.com>
3751
3752 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3753 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3754
6c01dd94
PA
37552013-02-12 Pedro Alves <palves@redhat.com>
3756
3757 * gdb.base/catch-signal.c: Update copyright years.
3758 * gdb.base/catch-signal.exp: Update copyright years.
3759 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3760 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3761 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3762 * gdb.dwarf2/dw2-error.S: Update copyright years.
3763 * gdb.dwarf2/dw2-error.c: Update copyright years.
3764 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3765 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3766 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3767
595fc67f
PA
37682013-02-12 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3771 message.
3772 * gdb.base/sigaltstack.exp: Ditto.
3773 * gdb.base/siginfo.exp: Ditto.
3774 * gdb.base/sizeof.exp: Ditto.
3775
17282693
PA
37762013-02-12 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.mi/mi-basics.exp: Tweak intro comment.
3779 * gdb.mi/mi-break.exp: Tweak intro comment.
3780 * gdb.mi/mi-console.exp: Tweak intro comment.
3781 * gdb.mi/mi-file.exp: Tweak intro comment.
3782 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3783 * gdb.mi/mi-return.exp: Tweak intro comment.
3784 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3785 * gdb.mi/mi-until.exp: Tweak intro comment.
3786 * gdb.mi/mi-watch.exp: Tweak intro comment.
3787
8a4ac37e
PA
37882013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3789
3790 * gdb.server/no-thread-db.exp: New file.
3791 * gdb.server/no-thread-db.c: New file.
3792 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3793
c2792f5a
DE
37942013-02-11 Doug Evans <dje@google.com>
3795
3796 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3797 two decfloats.
3798
d9e98382
SDJ
37992013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3800
3801 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3802 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3803
a321661a
JK
38042013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3805
3806 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3807
134a2066
YQ
38082013-02-06 Yao Qi <yao@codesourcery.com>
3809
3810 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3811 to ...
3812 (test_create_delete_modify_tsv): ... here. New test on modifying
3813 the initial value of a tsv.
3814
5a2dc60a
JK
38152013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3818 (cd .../rdir): ... here.
3819
233d95b5
JK
38202013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 * gdb.linespec/base/one/header.h: New file.
3823 * gdb.linespec/base/two/header.h: New file.
3824 * gdb.linespec/macro-relative.c: New file.
3825 * gdb.linespec/macro-relative.exp: New file.
3826
fbd9ab74
JK
38272013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3828
3829 * gdb.base/fullpath-expand-func.c: New file.
3830 * gdb.base/fullpath-expand.c: New file.
3831 * gdb.base/fullpath-expand.exp: New file.
3832 * gdb.base/realname-expand-real.c: New file.
3833 * gdb.base/realname-expand.c: New file.
3834 * gdb.base/realname-expand.exp: New file.
3835
1b56eb55
JK
38362013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3839 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3840
af529f8f
JK
38412013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3842
3843 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3844 (compare_filenames_for_search does not match)
3845 (compare_filenames_for_search does match): New tests.
3846
f5b95b50
JK
38472013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3848
3849 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3850
d47921b9
JK
38512013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3852
3853 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3854
8a92335b
JK
38552013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3856
3857 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3858 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3859 ${binfile}.mini_debuginfo-debuglink and
3860 ${binfile}.mini_debuginfo-debuglink.xz.
3861
17f2157d
TT
38622013-02-01 Tom Tromey <tromey@redhat.com>
3863
3864 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3865 attributes.
3866
d65f0a9c
TT
38672013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3868 Tom Tromey <tromey@redhat.com>
3869
3870 * gdb.dwarf2/method-ptr.exp: Link with c++.
3871 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3872
f25c0135
TT
38732013-01-31 Tom Tromey <tromey@redhat.com>
3874
3875 * gdb.base/jit.exp (compile_jit_test): New proc.
3876 Add PIE tests.
3877
7078baeb
TT
38782013-01-31 Tom Tromey <tromey@redhat.com>
3879
3880 * gdb.dwarf2/method-ptr.cc: New file.
3881 * gdb.dwarf2/method-ptr.exp: New file.
3882
1d24041a
TT
38832013-01-31 Tom Tromey <tromey@redhat.com>
3884
3885 * lib/dwarf.exp (namespace Dwarf): New.
3886
8d9878a4
TT
38872013-01-29 Tom Tromey <tromey@redhat.com>
3888
3889 * gdb.dwarf2/fission-reread.exp: Add unload test.
3890
bed911e5
DE
38912013-01-28 Doug Evans <dje@google.com>
3892
3893 * gdb.dwarf2/fission-loclists.exp: New file.
3894 * gdb.dwarf2/fission-loclists.S: New file.
3895
e229648e
JK
38962013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 Code cleanup.
3899 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3900 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3901 and prepare_for_testing.
3902 * gdb.base/store.exp: Likewise.
3903
86700f00
TT
39042013-01-25 Tom Tromey <tromey@redhat.com>
3905
3906 * gdb.python/py-explore.exp: Expect the gdb prompt.
3907
8954db33
AB
39082013-01-25 Andrew Burgess <aburgess@broadcom.com>
3909
3910 * gdb.base/gnu_vector.c: New variable for use in tests.
3911 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3912 changes in scalar to vector casting and widening.
3913 * gdb.python/py-type.c: New variables for use in tests.
3914 * gdb.python/py-type.exp: Update vector related tests to reflect
3915 changes in scalar to vector casting and widening.
3916
2077afdd
TD
39172013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3918
3919 * gdb.base/prologue-include.c: New file.
3920 * gdb.base/prologue-include.exp: New file.
3921 * gdb.base/prologue-include.h: New file.
3922
d7499464
HAQ
39232013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3924
3925 PR gdb/13443
3926 * gdb.mi/mi-var-block.exp: Make test messages unique.
3927
e2a3e0f1
TT
39282013-01-23 Tom Tromey <tromey@redhat.com>
3929
3930 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3931
152fcc9c
TT
39322013-01-23 Tom Tromey <tromey@redhat.com>
3933
3934 * gdb.cp/converts.cc (main): Initialize 'a'.
3935
bea883fd
SCR
39362013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3937
3938 * testsuite/gdb.python/frame.exp: Add a test for
3939 gdb.Frame.architecture() method.
3940
0928e93d
PA
39412013-01-22 Pedro Alves <palves@redhat.com>
3942
3943 * gdb.base/annota1.exp (signal sent): No longer expect
3944 breakpoints-invalid.
3945 * gdb.cp/annota2.exp (continue until exit)
3946 (watch triggered on a.x): Ditto.
3947
9c97429f
PA
39482013-01-22 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3951 Adjust tests to breakpoints-invalid changes.
3952 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3953 variables.
3954 Adjust tests to breakpoints-invalid changes.
3955
187d10dd
PA
39562013-01-22 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/annota1.exp (annotate ignore count change): Add
3959 expected output for failure case.
3960
ea3aedcb
TT
39612013-01-22 Tom Tromey <tromey@redhat.com>
3962
3963 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3964 call.
3965
998580f1
MK
39662013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3967
3968 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 3969 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
3970 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3971 Also handle 'thread' field.
3972 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3973 * gdb.mi/mi-watch.exp: Ditto.
3974 * lib/mi-support.exp: Ditto.
3975
8f1d5693
MK
39762013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3977
3978 * gdb.python/py-explore.exp: Improve a test
3979
2d8c5d7c
DB
39802013-01-18  David Blaikie  <dblaikie@gmail.com>
3981
3982 * gdb.base/label.c (main): Correct the type of the second
3983 parameter.
3984
46f35228
TT
39852013-01-18 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.dwarf2/trace-crash.s: New file.
3988 * gdb.dwarf2/trace-crash.exp: New file.
3989
5965d69d
HAQ
39902013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3991
43aaf8b6
PA
3992 PR gdb/13443
3993 * gdb.base/checkpoint.exp: Update test messages to make them
3994 unique.
5965d69d 3995
5ae4861a
YQ
39962013-01-18 Yao Qi <yao@codesourcery.com>
3997
3998 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3999 output of 'info tracepoints'.
4000 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
4001 Likewise.
4002 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
4003 * gdb.trace/disconnected-tracing.c (struct foo): New.
4004
d84fca2c
JK
40052013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4006
4007 * gdb.dwarf2/dw2-dos-drive.S: New file.
4008 * gdb.dwarf2/dw2-dos-drive.exp: New file.
4009
aebb1cc9
DE
40102013-01-17 Doug Evans <dje@google.com>
4011
2782d512
DE
4012 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4013 CXX_FOR_TARGET.
4014
aebb1cc9
DE
4015 * boards/cc-with-tweaks.exp: New file.
4016
db2b2972
TT
40172013-01-17 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4020
96343774
PA
40212013-01-17 Pedro Alves <palves@redhat.com>
4022
4023 Merge dg-extract-results.sh from upstream (svn 195224).
4024
4025 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 4026 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
4027
4028 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 4029 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
4030
4031 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 4032 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
4033
4034 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4035 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4036 of grep -q.
4037
675921c0
SD
40382012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4039
4040 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4041 interface.
4042 * gdb.base/jithost.c: New file.
4043 * gdb.base/jithost.h: New file.
4044 * gdb.base/jitreader.c : New file.
4045 * gdb.base/jit-protocol.h: New file.
4046
ab04a2af
TT
40472013-01-16 Tom Tromey <tromey@redhat.com>
4048
4049 * gdb.base/catch-signal.c: New file.
4050 * gdb.base/catch-signal.exp: New file.
4051
8ac3646f
TT
40522013-01-16 Tom Tromey <tromey@redhat.com>
4053
4054 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4055
22fc223e
JK
40562013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4057
4058 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4059
44478ab3
TT
40602013-01-14 Tom Tromey <tromey@redhat.com>
4061
4062 * gdb.base/completion.exp: Add "set gnutarget" test.
4063
06d66ee9
TT
40642013-01-14 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.dwarf2/dw2-restrict.S: New file.
4067 * gdb.dwarf2/dw2-restrict.c: New file.
4068 * gdb.dwarf2/dw2-restrict.exp: New file.
4069
c9bf0622
TT
40702013-01-14 Tom Tromey <tromey@redhat.com>
4071
4072 * gdb.dwarf2/dw2-error.exp: New file.
4073 * gdb.dwarf2/dw2-error.c: New file.
4074 * gdb.dwarf2/dw2-error.S: New file.
4075
5b12a61c
JK
40762013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 * gdb.cp/parse-lang.cc: New file.
4079 * gdb.cp/parse-lang.exp: New file.
4080
f0a4b570
JK
40812013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4084 (set substitute-path): New test.
4085 (fullname present): Remove content.
4086 (substituted fullname): New test.
4087
f751cc97
JB
40882013-01-13 Joel Brobecker <brobecker@adacore.com>
4089
4090 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4091 check. Move $gdb_py_is_py24 value check right after.
4092
04164e8e
JK
40932013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4096 targets.
4097
5bf480a5
YQ
40982013-01-11 Yao Qi <yao@codesourcery.com>
4099
4100 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4101 for dprintf.
4102 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4103 Check the fields in "=breakpoint-created" for dprintf.
4104
f35a17b5
JK
41052012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4106
4107 * gdb.mi/mi-fullname-deleted.exp: New file.
4108
85817405
JK
41092012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4110
4111 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4112 expected output.
4113 (info skip with pending file): Remove.
4114 (ignoring function in solib, info skip for function multiply): Update
4115 the expected output.
4116 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4117 (info skip (delete 1), info skip after disabling all)
4118 (info skip after enabling all, info skip after disabling 4 2-3)
4119 (info skip after enabling 2-3, info skip 2-3)
4120 (info skip after deleting 2 3): Update the expected output.
4121 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4122 statement to its initialization and return.
4123 * gdb.linespec/skip-two.exp: New file.
4124
27210e12
DE
41252012-12-19 Doug Evans <dje@google.com>
4126
4127 * gdb.base/maint.exp: Handle testing with .gdb_index.
4128
bb627a12
JB
41292012-12-19 Joel Brobecker <brobecker@adacore.com>
4130
4131 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4132 Cavium to FSF.
4133
7785b880
JB
41342012-12-19 Joel Brobecker <brobecker@adacore.com>
4135
4136 * dg-extract-results.sh: Update contact info in copyright notice.
4137 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4138 GPL v3 or later. Update contact info.
4139 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4140 gdb.threads/watchpoint-fork-mt.c,
4141 gdb.threads/watchpoint-fork-parent.c,
4142 gdb.threads/watchpoint-fork-st.c,
4143 gdb.threads/watchpoint-fork.h: Likewise.
4144
f2a8bc8a
YQ
41452012-12-15 Yao Qi <yao@codesourcery.com>
4146
4147 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4148 'installed' field in '=breakpoint-modified'.
4149 (test_reconnect): Check 'installed' field in
4150 '=breakpoint-modified' and '=breakpoint-created'.
4151
4152 * gdb.trace/actions.exp: Update test for 'installed' field.
4153 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4154 (tracepoint_change_loc_2): Likewise.
4155 Check 'info tracepoint' display nothing else.
4156 * gdb.trace/deltrace.exp: Likewise.
4157 * gdb.trace/infotrace.exp: Likewise.
4158 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4159 Likewise.
4160 * gdb.trace/passcount.exp: Likewise.
4161 * gdb.trace/tracecmd.exp: Likewise.
4162 * gdb.trace/while-stepping.exp: Likewise.
4163
6592e36f
TT
41642012-12-14 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.cp/member-name.exp: New file.
4167 * gdb.cp/member-name.cc: New file.
4168
7d27a96d
TT
41692012-12-14 Tom Tromey <tromey@redhat.com>
4170
4171 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4172
f8c05d0d
DE
41732012-12-14 Doug Evans <dje@google.com>
4174
4175 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4176 DW_OP_GNU_implicit_pointer is section-relative.
4177
451b7c33
TT
41782012-12-14 Tom Tromey <tromey@redhat.com>
4179
43aaf8b6 4180 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 4181
10e339df
PA
41822012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4183
6fdff2c5 4184 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 4185
e780d813
DE
41862012-12-13 Doug Evans <dje@google.com>
4187
4188 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4189 * gdb.multi/multi-arch.exp: Ditto.
4190
ca3dbcc8 41912012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 4192
ca3dbcc8
MG
4193 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4194 catch load test library source file.
4195 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4196 load test source file.
4197 * gdb.mi/mi-catch-load.exp: New. Test file for
4198 basic MI -catch-load and -catch-unload tests.
4199
2960a434
PK
42002012-12-11 Paul Koning <paul_koning@dell.com>
4201
4202 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4203 exception.
4204 (_iterator_except): New function.
4205 (ArrayPrinter): Use _iterator function instead of local _iterator
4206 class for Python 3 compatibility.
4207 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 4208 _iterator.
2960a434
PK
4209 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4210 execfile for Python 3 compatibility.
4211 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4212 format in error_prompt test.
6fdff2c5 4213
9325cb04
PK
42142012-12-10 Paul Koning <paul_koning@dell.com>
4215
4216 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 4217 compatibility.
9325cb04
PK
4218 * gdb.python/py-block.exp: Ditto.
4219 * gdb.python/py-breakpoint.exp: Ditto.
4220 * gdb.python/py-cmd.exp: Ditto.
4221 * gdb.python/py-events.py: Ditto.
4222 * gdb.python/py-finish-breakpoint.py: Ditto.
4223 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4224 * gdb.python/py-finish-breakpoint2.py: Ditto.
4225 * gdb.python/py-frame-inline.exp: Ditto.
4226 * gdb.python/py-frame.exp: Ditto.
4227 * gdb.python/py-infthread.exp: Ditto.
4228 * gdb.python/py-objfile.exp: Ditto.
4229 * gdb.python/py-parameter.exp: Ditto.
4230 * gdb.python/py-progspace.exp: Ditto.
4231 * gdb.python/py-prompt.exp: Ditto.
4232 * gdb.python/py-symbol.exp: Ditto.
4233 * gdb.python/py-symtab.exp: Ditto.
4234 * gdb.python/py-template.exp: Ditto.
4235 * gdb.python/py-value-cc.exp: Ditto.
4236 * gdb.python/python.exp: Ditto.
4237 * gdb.python/source2.py: Ditto.
4238 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 4239 compatibility.
9325cb04
PK
4240 Use sorted() function rather than sort() method.
4241 Accept either int or long values for enum values.
4242 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4243 execfile for Python 3 compatibility.
4244 * gdb.python/py-evsignal.exp: Ditto.
4245 * gdb.python/py-evthreads.exp: Ditto.
4246 * gdb.python/py-mi.exp: Ditto.
4247 * gdb.python/py-pp-maint.exp: Ditto.
4248 * gdb.python/py-prettyprint.exp: Ditto.
4249 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 4250 Python 3 compatibility.
9325cb04
PK
4251 Skip tests for Python 2.4.
4252 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 4253 Python 3 compatibility.
9325cb04
PK
4254 Use byte string rather than character string in memory write test
4255 if Python 3.
4256 * gdb.python/py-pp-maint.py: Change class declarations to "new
4257 class" syntax.
4258 * gdb.python/py-prettyprint.py: Change iterator class to generator
4259 function for Python 3 compatibility.
4260 Make all classes "new style".
4261 Fix indentation issue and stray semicolon.
4262 * gdb.python/py-shared.expChange print syntax for Python 3
4263 compatibility.
4264 Define "long" if Python 3.
4265 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 4266 compatibility.
9325cb04
PK
4267 Accept either int or long values for enum values.
4268 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 4269 compatibility.
9325cb04
PK
4270 Skip "long" and "unicode" tests if Python 3.
4271 Accept either "type" or "class" in type checks.
4272 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4273 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4274
8b9737bf
TT
42752012-12-10 Tom Tromey <tromey@redhat.com>
4276
4277 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4278 (test): Add "two_cu" argument.
4279 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4280 for types; allow two CUs.
4281
1b80a9fa
JK
42822012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4285 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4286
f0b6d50a
YQ
42872012-12-08 Yao Qi <yao@codesourcery.com>
4288 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4291 '=breakpoint-created' when GDB merges the tracepoints of both
4292 sides.
4293
2f68a895
TT
42942012-12-07 Tom Tromey <tromey@redhat.com>
4295
4296 * gdb.base/break1.c (enum some_enum, union some_union): New.
4297 (some_enum_global, some_union_global, some_value): New globals.
4298 * gdb.base/completion.exp: Add tag completion tests.
4299
4fc5d43e
TT
43002012-12-07 Tom Tromey <tromey@redhat.com>
4301
4302 * gdb.base/completion.exp: Add tests for ptype and whatis
4303 completion.
4304
6559e013
JB
43052012-12-07 Joel Brobecker <brobecker@adacore.com>
4306
4307 * gdb.base/stale-infcall.exp: Fix copyright line.
4308
ae2b630d
JB
43092012-12-07 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4312
0ba2eb0f
TT
43132012-12-06 Pedro Alves <palves@redhat.com>
4314 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.base/exprs.exp: Add tests for cast to void.
4317
731145cb
TT
43182012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4319
4320 * gdb.python/py-mi.exp: Correct expected results for attribute
4321 "dynamic" returned by -var-update.
4322 Add test case for correct handling of "diplayhint" for children
4323 of dynamic varobjs.
4324 * gdb.python/py-prettyprint.c (set_itme): New function.
4325 (bug_14741) New function.
4326 (main) Add call to bug_14741().
4327 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4328
e58fcc15
UW
43292012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4330
4331 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4332 ${binfile}.funcsyms list.
4333
e9eb0d14
YQ
43342012-12-04 Yao Qi <yao@codesourcery.com>
4335
4336 PR gdb/13443
4337 * gdb.trace/actions.exp: Make test messages unique.
4338
4983028c
TT
43392012-11-29 Tom Tromey <tromey@redhat.com>
4340
4341 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4342
ea5e6b0e
UW
43432012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4344
4345 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4346 * gdb.opencl/datatypes.exp: Likewise.
4347 * gdb.opencl/operators.exp: Likewise.
4348 * gdb.opencl/vec_comps.exp: Likewise.
4349
cdde3dfb
JG
43502012-11-29 Jerome Guitton <guitton@adacore.com>
4351
4352 * gdb.ada/iwide: New testcase.
4353
b50d69b5
JG
43542012-11-29 Jerome Guitton <guitton@adacore.com>
4355
4356 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4357 ptype test.
4358
c2d3fccf
JG
43592012-11-29 Jerome Guitton <guitton@adacore.com>
4360
4361 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4362 form {VARIANT_TYPE}ADDRESS.
4363
5edf51fe
YQ
43642012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4365
4366 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4367 (func): New function.
4368 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4369 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4370 pointers to members with pointer-to-function type.
4371
608e2dbb
TT
43722012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4373 Tom Tromey <tromey@redhat.com>
4374
4375 * gdb.base/gnu-debugdata.exp: New file.
4376 * gdb.base/gnu-debugdata.c: New file.
4377 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4378 (gdb_unload): Return 0 on success.
4379
4648e588
JK
43802012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4381
4382 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4383
17d6efc4
JB
43842012-11-26 Joel Brobecker <brobecker@adacore.com>
4385
4386 * gdb.base/empty_exe.exp: New testcase.
4387
ace21957
MF
43882012-11-20 Mike Frysinger <vapier@gentoo.org>
4389
4390 * gdb.base/completion.exp: Add test for help aliases completion.
4391
5c401a0a
YQ
43922012-11-20 Yao Qi <yao@codesourcery.com>
4393
4394 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4395 Don't test 'maint set show-debug-regs'.
4396 Use command 'set remotecache' instead of
4397 'set circular-trace-buffer'.
4398
8dea366b
KS
43992012-11-16 Keith Seitz <keiths@redhat.com>
4400
4401 PR c++/13615
4402 * gdb.cp/baseenum.cc: New file.
4403 * gdb.cp/baseenum.exp: New file.
4404 * gdb.cp/derivation.cc (A): Add copyright.
4405 Add a typedef.
4406 (B): Use A::value_type instead of int. Change all references.
4407 (D): Use value_type instead of int. Change all references.
4408 (E): Likewise.
4409 (F); Likewise.
4410 (Z): New class.
4411 (ZZ): New class.
6fdff2c5 4412 (N, Base, Derived): New namespace and classes.
8dea366b
KS
4413 (main): Add instances of Z and ZZ.
4414 Make sure all symbols from N are kept.
4415 * gdb.cp/derivation.exp: Update typedef changes in tests.
4416 Add tests for class typedefs both before and after starting
4417 the inferior.
4418 Add tests for searching for a typedef while stopped in a
4419 method.
4420
5e34c6c3
LM
44212012-11-14 Luis Machado <lgustavo@codesourcery.com>
4422
4423 * gdb.mi/mi-var-create-rtti.c: New file.
4424 * gdb.mi/mi-var-create-rtti.exp: New file.
4425
5e487a5f
LM
44262012-11-14 Luis Machado <lgustavo@codesourcery.com>
4427
4428 * gdb.base/structs3.exp: Run to main before doing any tests.
4429
6d67b990
AB
44302012-11-14 Andrew Burgess <aburgess@broadcom.com>
4431
4432 * gdb.python/py-type.exp: Uniquify test names.
4433
e5d98164
YQ
44342012-11-14 Yao Qi <yao@codesourcery.com>
4435
4436 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4437 (thread_function) [DEBUG]: Call 'printf'.
4438 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4439 command line if 'DEBUG=1' is passed to test.
4440 Remove a pattern to match inferior's output.
4441
62747a60
TT
44422012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4443
4444 * gdb.mi/mi-fill-memory.exp: New test.
4445
18a9fc12
TT
44462012-11-12 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.base/completion.exp: Update for "info type-printers".
4449 * gdb.python/py-typeprint.cc: New file.
4450 * gdb.python/py-typeprint.exp: New file.
4451 * gdb.python/py-typeprint.py: New file.
4452
bd69fc68
TT
44532012-11-12 Tom Tromey <tromey@redhat.com>
4454
4455 * gdb.base/call-sc.exp: Use "ptype/r".
4456 * gdb.base/volatile.exp: Don't expect "int".
4457 * gdb.cp/ptype-flags.cc: New file.
4458 * gdb.cp/ptype-flags.exp: New file.
4459 * gdb.cp/templates.exp: Use ptype/r.
4460 (test_ptype_of_templates, test_template_typedef): Likewise.
4461 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4462 argument. Handle template names and template parameters.
4463 * gdb.mi/mi-var-cmd.exp: Accept "long".
4464 * gdb.mi/mi-var-child.exp: Accept "long".
4465 * gdb.mi/mi-var-display.exp: Accept "long".
4466 * gdb.mi/mi2-var-child.exp: Accept "long".
4467
b3720c3a
TT
44682012-11-12 Tom Tromey <tromey@redhat.com>
4469
4470 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4471 "ptype" from calls to cp_test_ptype_class.
4472 (test_enums): Likewise.
4473 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4474 cp_test_ptype_class.
4475 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4476 calls to cp_test_ptype_class.
4477 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4478 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4479 from calls to cp_test_ptype_class.
4480 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4481 command here. Change "in_command" argument to "in_exp".
4482
0d63ecda
KS
44832012-11-10 Keith Seitz <keiths@redhat.com>
4484
4485 PR gdb/14288
4486 * gdb.base/printcmds.c: Add invalid_XXX globals
4487 for repeated byte tests.
4488 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4489 * gdb.base/wchar.c (main): Add and construct a wchar_t
4490 array with repeated characters.
4491 * gdb.base/wchar.exp: Add repeated character tests.
4492
ed8a1c2d
AB
44932012-11-09 Andrew Burgess <aburgess@broadcom.com>
4494
4495 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4496 disassembly output.
4497
9107fc8d
PA
44982012-11-09 Pedro Alves <palves@redhat.com>
4499
4500 PR gdb/14306
4501
4502 * gdb.multi/multi-arch-exec.c: New file.
4503 * gdb.multi/multi-arch-exec.exp: New file.
4504
558a9d82
YQ
45052012-11-09 Yao Qi <yao@codesourcery.com>
4506
4507 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4508 (top level): Call it.
4509
e714f336
YQ
45102012-11-09 Yao Qi <yao@codesourcery.com>
4511
4512 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4513 typo.
4514
6ecd4729
PA
45152012-11-09 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.multi/multi-arch.exp: New.
4518
9015683b
TT
45192012-11-08 Tom Tromey <tromey@redhat.com>
4520
4521 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4522 core files, if possible.
4523 * gdb.base/siginfo-thread.c: New file
4524 * gdb.base/siginfo-thread.exp: New file
4525
ea9f10bb
TT
45262012-11-08 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.base/comprdebug.exp: New file.
4529
f6592439
PA
45302012-11-06 Pedro Alves <palves@redhat.com>
4531
4532 PR gdb/14810
4533
4534 * gdb.base/disabled-location.c: New file.
4535 * gdb.base/disabled-location.exp: New file.
4536
2d338fa9
TT
45372012-11-06 Tom Tromey <tromey@redhat.com>
4538
4539 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4540 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4541 gdb_gcore_cmd.
4542 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4543 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4544 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4545 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4546 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4547 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4548 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4549 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4550 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4551
68c9da30
PA
45522012-11-05 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4555 procedure.
4556 (do_vfork_and_follow_child_tests_exec)
4557 (do_vfork_and_follow_child_tests_exit): Call it.
4558
a7c8c931
PA
45592012-11-05 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4562 fails.
4563
6f6484cd
YQ
45642012-11-03 Yao Qi <yao@codesourcery.com>
4565
4566 Fix PR gdb/14617.
4567 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4568 Remove setup_kfail, and update test.
4569
b45627a0
TT
45702012-11-02 Tom Tromey <tromey@redhat.com>
4571
4572 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4573 test.
4574
f50f4e56
PA
45752012-11-02 Pedro Alves <palves@redhat.com>
4576
4577 PR gdb/14766
4578
4579 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4580 setup_kfail.
4581 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4582 get registers".
4583
71ce889d
PA
45842012-11-02 Pedro Alves <palves@redhat.com>
4585
4586 * gdb.base/foll-vfork-exit.c: New file.
4587 * gdb.base/foll-vfork.exp (top level): New file-describing
4588 comment.
4589 (vfork_child_follow_to_exit): New procedure.
4590 (tcatch_vfork_then_child_follow): Rename as ...
4591 (tcatch_vfork_then_child_follow_exec): ... this.
4592 (tcatch_vfork_then_child_follow_exit): New procedure.
4593 (do_vfork_and_follow_parent_tests): New procedure, factored out
4594 from do_vfork_and_exec_tests.
4595 (do_vfork_and_follow_child_tests_exec): Ditto.
4596 (do_vfork_and_exec_tests): Delete.
4597 (do_vfork_and_follow_child_tests_exit): New procedure.
4598 (top level): Run tests with both the program that has the vfork
4599 child execing, and the program has the vfork child exiting.
4600
1e35b1a9
PA
46012012-11-02 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4604 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4605 (vfork_parent_follow_to_bp): Call it.
4606 (kill_child): Delete.
4607 (vfork_and_exec_child_follow_to_main_bp)
4608 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4609 longer call kill_child.
4610 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4611 (do_vfork_and_exec_tests): Don't runto_main before calling each
4612 test procedure.
4613 (top level): Don't clean restart and set verbose before running
4614 each test procedure.
4615
46162012-11-02 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4619 (vfork_parent_follow_to_bp)
4620 (vfork_and_exec_child_follow_to_main_bp)
4621 (vfork_and_exec_child_follow_through_step)
4622 (tcatch_vfork_then_parent_follow)
4623 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4624 Use with_test_prefix.
4625
46262012-11-02 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/foll-vfork.c: Add copyright header.
4629 * gdb.base/vforked-prog.c: Add copyright header.
4630
46312012-11-02 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.base/foll-vfork.exp
4634 (vfork_and_exec_child_follow_through_step): Don't skip on
4635 non-HP/UX targets. Expect the next to only step one line on
4636 non-HP/UX targets, rather than stopping only after the exec.
4637
46382012-11-02 Pedro Alves <palves@redhat.com>
4639
4640 Don't hard code line numbers.
4641
4642 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4643 Expect text from the sources instead of a line number.
4644 (vfork_parent_follow_to_bp)
4645 (vfork_and_exec_child_follow_to_main_bp)
4646 (vfork_and_exec_child_follow_through_step)
4647 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4648 Use gdb_get_line_number.
4649
46502012-11-02 Pedro Alves <palves@redhat.com>
4651
4652 Modernize.
4653
4654 * gdb.base/foll-vfork.exp: Use standard_testfile and
4655 build_executable. Pass descriptive string to untested.
4656 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4657 (vfork_and_exec_child_follow_to_main_bp)
4658 (vfork_and_exec_child_follow_through_step)
4659 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4660 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4661 of send_gdb/gdb_expect.
4662
4663 (kill_child): New procedure.
4664 (vfork_and_exec_child_follow_to_main_bp)
4665 (vfork_and_exec_child_follow_through_step): Use it.
4666
f0559fff
YQ
46672012-11-02 Yao Qi <yao@codesourcery.com>
4668
4669 * gdb.base/setvar.exp: Test setting nested struct.
4670 * gdb.base/setvar.c (v_struct3): New.
4671
c207c6da
DE
46722012-11-01 Doug Evans <dje@google.com>
4673
4674 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4675 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4676 use them.
4677
2f27adfe
AB
46782012-10-31 Andrew Burgess <aburgess@broadcom.com>
4679
4680 PR cli/14772
4681 * gdb.base/gnu_vector.c (union_with_vector_1)
4682 (struct_with_vector_1): Add new struct and union for testing
4683 ptype.
4684 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4685 structs / unions containing vectors.
4686
bb662ca6
YQ
46872012-10-25 Yao Qi <yao@codesourcery.com>
4688
4689 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4690 'setup_kfail' instead of 'setup_kfail_for_target'.
4691 * gdb.base/varargs.exp: Likewise.
4692 * lib/gdb.exp (setup_kfail_for_target): Remove.
4693
635d23ff
MK
46942012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4695
4696 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4697
afdb064f
MK
46982012-10-25 Mark Kettenis <kettenis@gnu.org>
4699
4700 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4701
d99dcf51
JB
47022012-10-24 Joel Brobecker <brobecker@adacore.com>
4703
4704 * gdb.ada/set_wstr: New testcase.
4705
32560274
JB
47062012-10-24 Joel Brobecker <brobecker@adacore.com>
4707
4708 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4709
5ded5331
JB
47102012-10-24 Joel Brobecker <brobecker@adacore.com>
4711
4712 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4713
d8d84291
MK
47142012-10-24 Mark Kettenis <kettenis@gnu.org>
4715
4716 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4717
6e933c51
JK
47182012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4719
4720 * gdb.base/callfuncs.exp (do_function_calls): Fix
4721 setup_kfail_for_target for -m32 mode.
4722
274bd000
MK
47232012-10-23 Mark Kettenis <kettenis@gnu.org>
4724
4725 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4726 are now fixed.
4727
545f743d
YQ
47282012-10-23 Yao Qi <yao@codesourcery.com>
4729
4730 * gdb.base/info-os.exp: Resume the inferior until it exits.
4731
48b56b6a 47322012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4733
99c7d5a8 4734 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4735 * gdb.base/print-file-var.exp: Likewise.
4736 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4737
8de0566d
YQ
47382012-10-17 Yao Qi <yao@codesourcery.com>
4739
4740 * gdb.mi/mi-memory-changed.exp: New.
4741
44883546
YQ
47422012-10-16 Yao Qi <yao@codesourcery.com>
4743
4744 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4745 returns true.
4746 Call gdb_load_shlibs.
4747 * gdb.reverse/solib-reverse.exp: Likewise.
4748
345f514a
KS
47492012-10-15 Keith Seitz <keiths@redhat.com>
4750
4751 * lib/cp-support.exp (cp_test_ptype_class): Add support
4752 for class typedefs.
4753
4754 * gdb.cp/derivation.exp: Add tests for g_instance.
4755
9e3a7d65
JK
47562012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4757
4758 Fix entry values resolving in inlined frames.
4759 * gdb.arch/amd64-entry-value-inline.S: New file.
4760 * gdb.arch/amd64-entry-value-inline.c: New file.
4761 * gdb.arch/amd64-entry-value-inline.exp: New file.
4762
21a7b089
JK
47632012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4764 Doug Evans <dje@google.com>
4765
4766 Fix recent gdb_breakpoint regression.
4767 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4768 braces from the parameter.
4769 * gdb.java/jprint.exp: Likewise.
4770
2c47921e
DE
47712012-10-15 Doug Evans <dje@google.com>
4772
4773 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4774
89398707
JB
47752012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4776
4777 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4778
801e4185
TT
47792012-10-15 Tom Tromey <tromey@redhat.com>
4780
4781 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4782
74f910c8
TT
47832012-10-15 Tom Tromey <tromey@redhat.com>
4784
4785 * gdb.python/py-symbol.exp: Test symbol destructor.
4786
91567807
YQ
47872012-10-14 Yao Qi <yao@codesourcery.com>
4788
4789 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4790 * gdb.mi/mi-cli.exp: New.
4791
4792 * gdb.mi/mi2-basics.exp: Remove.
4793 * gdb.mi/mi2-break.exp: Remove.
4794 * gdb.mi/mi2-console.exp: Remove.
4795 * gdb.mi/mi2-disassemble.exp: Remove.
4796 * gdb.mi/mi2-eval.exp: Remove.
4797 * gdb.mi/mi2-file.exp: Remove.
4798 * gdb.mi/mi2-hack-cli.exp: Remove.
4799 * gdb.mi/mi2-pthreads.exp: Remove.
4800 * gdb.mi/mi2-read-memory.exp: Remove.
4801 * gdb.mi/mi2-regs.exp: Remove.
4802 * gdb.mi/mi2-return.exp: Remove.
4803 * gdb.mi/mi2-simplerun.exp: Remove.
4804 * gdb.mi/mi2-stack.exp: Remove.
4805 * gdb.mi/mi2-stepi.exp: Remove.
4806 * gdb.mi/mi2-syn-frame.exp: Remove.
4807 * gdb.mi/mi2-until.exp: Remove.
4808 * gdb.mi/mi2-watch.exp: Remove.
4809 * gdb.mi/mi2-var-block.exp: Remove.
4810 * gdb.mi/mi2-var-cmd.exp: Remove.
4811 * gdb.mi/mi2-var-display.exp: Remove.
4812
87332029
YQ
48132012-10-12 Yao Qi <yao@codesourcery.com>
4814
4815 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4816 trail '.*' on matching patterns.
4817
11fc9057
L
48182012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4819
4820 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4821 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4822 * gdb.arch/i386-disp-step.exp: Likewise.
4823 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4824 * gdb.arch/i386-prologue.exp: Likewise.
4825 * gdb.arch/i386-size-overlap.exp: Likewise.
4826 * gdb.arch/i386-size.exp: Likewise.
4827 * gdb.arch/i386-unwind.exp: Likewise.
4828
7d46bcdc
L
48292012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4830
4831 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4832 * gdb.arch/i386-word.exp: Likewise.
4833
31224d9d
L
48342012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4835
4836 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4837 is_ilp32_target to set nr_regs.
4838 * gdb.arch/i386-sse.exp: Likewise.
4839
5b7d0050
DE
48402012-10-11 Doug Evans <dje@google.com>
4841
7c09e5a0
DE
4842 PR breakpoints/14643.
4843 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4844 * gdb.linespec/thread.c: New file.
4845 * gdb.linespec/thread.exp: New file.
4846
5b7d0050
DE
4847 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4848 Recognize "message" -> print pass and fail. Add eof case.
4849 (runto): Recognize message, no-message. Print pass/fail if requested,
4850 with same treatment as gdb_breakpoint.
4851 (runto_main): Pass no-message to runto.
4852 (gdb_internal_error_resync): Add log message.
4853 (gdb_file_cmd): Tweak internal error fail text for consistency.
4854
2e24f4aa
JK
48552012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 Fix crash during stepping on ppc32.
4858 * gdb.base/step-symless.c: New file.
4859 * gdb.base/step-symless.exp: New file.
4860
aa14df25
DE
48612012-10-03 Doug Evans <dje@google.com>
4862
4863 PR symtab/14601
4864 * gdb.cp/using-crash.exp: New file.
4865 * gdb.cp/using-crash.cc: New file.
4866
975531db
DE
48672012-10-02 Doug Evans <dje@google.com>
4868
4869 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4870 more consistent.
4871 (runto,gdb_debug_format): Ditto.
4872 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4873 Clean up logging and error messages.
4874
b3dc46ff
AB
48752012-10-01 Andrew Burgess <aburgess@broadcom.com>
4876
4877 Test find command on unmapped memory.
4878 * gdb.base/find-unmapped.c: New file.
4879 * gdb.base/find-unmapped.exp: New file.
4880
45814d45
YQ
48812012-09-29 Yao Qi <yao@codesourcery.com>
4882
4883 * gdb.trace/mi-tracepoint-changed.exp: New.
4884 * gdb.mi/mi-breakpoint-changed.exp: New.
4885 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4886 * gdb.mi/pendshr2.c: New.
4887
4c2786ba
YQ
48882012-09-28 Yao Qi <yao@codesourcery.com>
4889
4890 * gdb.mi/pr11022.exp: New.
4891 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4892
7977e5d2
TT
48932012-09-27 Tom Tromey <tromey@redhat.com>
4894
4895 * gdb.cp/derivation.exp: Add regression test.
4896 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4897 V_derived): New.
4898 (vderived): New global.
4899
0971de02
TT
49002012-09-26 Tom Tromey <tromey@redhat.com>
4901
4902 * gdb.dwarf2/dw2-common-block.S: New file.
4903 * gdb.dwarf2/dw2-common-block.exp: New file.
4904
4357ac6c
TT
49052012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4906
4907 * gdb.fortran/common-block.exp: New file.
4908 * gdb.fortran/common-block.f90: New file.
4909
6f380991
AB
49102012-09-26 Andrew Burgess <aburgess@broadcom.com>
4911
4912 * gdb.base/duplicate-bp.c: New file.
4913 * gdb.base/duplicate-bp.exp: New file.
4914
8ae551cf
YQ
49152012-09-26 Yao Qi <yao@codesourcery.com>
4916
4917 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4918
4919 Revert:
4920 2012-09-21 Yao Qi <yao@codesourcery.com>
4921
4922 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4923
318102b9
SP
49242012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4925
4926 * gdb.base/longest-types.c: New test case.
4927 * gdb.base/longest-types.exp: New test case.
4928
a1e5fd69
YQ
49292012-09-25 Yao Qi <yao@codesourcery.com>
4930
4931 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4932
04e7407c
JK
49332012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4934
4935 Fix internal error on canonicalization of clang types.
4936 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4937 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4938 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4939
9bf4bce9
JK
49402012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4941
4942 Fix disassemble without parameters in tailcall frame.
4943 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4944
2603f7ee
AB
49452012-09-21 Andrew Burgess <aburgess@broadcom.com>
4946
4947 * gdb.dwarf2/dw2-op-out-param.S: New file.
4948 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4949
a3569abd
YQ
49502012-09-21 Yao Qi <yao@codesourcery.com>
4951
4952 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4953
a065d7af
YQ
49542012-09-21 Yao Qi <yao@codesourcery.com>
4955
4956 * gdb.mi/mi-cli.exp: Remove.
4957 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4958
15544bd9
YQ
49592012-09-21 Yao Qi <yao@codesourcery.com>
4960
4961 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4962 "=record-started" notification.
4963
82a90ccf
YQ
49642012-09-21 Yao Qi <yao@codesourcery.com>
4965
4966 * gdb.mi/mi-record-changed.exp: New.
4967 * gdb.mi/mi-reverse.exp: Adjust expected output.
4968
d7de8e3c
TT
49692012-09-20 Tom Tromey <tromey@redhat.com>
4970
4971 * gdb.python/python.exp: Test atexit.register.
4972
1aa99537
DE
49732012-09-20 Doug Evans <dje@google.com>
4974
05eade73
DE
4975 * boards/dwarf4-gdb-index.exp: New file.
4976
1aa99537
DE
4977 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4978 while running the tests.
4979
4ae24af0
JB
49802012-09-18 Joel Brobecker <brobecker@adacore.com>
4981
4982 * gdb.ada/bp_reset: New testcase.
4983
bb25a15c
YQ
49842012-09-18 Yao Qi <yao@codesourcery.com>
4985
4986 * gdb.trace/mi-tsv-changed.exp: New.
4987
201b4506
YQ
49882012-09-18 Yao Qi <yao@codesourcery.com>
4989
4990 * gdb.trace/mi-traceframe-changed.exp: New.
4991
6fc1c773
YQ
49922012-09-17 Yao Qi <yao@codesourcery.com>
4993
4994 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4995 when it is less than 0.
4996
1ab3b62c
JK
49972012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4998
4999 PR 14119
5000 * gdb.arch/amd64-tailcall-ret.S: New file.
5001 * gdb.arch/amd64-tailcall-ret.c: New file.
5002 * gdb.arch/amd64-tailcall-ret.exp: New file.
5003 * gdb.reverse/amd64-tailcall-reverse.S: New file.
5004 * gdb.reverse/amd64-tailcall-reverse.c: New file.
5005 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
5006
acf9414f
JK
50072012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5008
5009 PR 14548
5010 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
5011 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
5012 * gdb.reverse/singlejmp-reverse.S: New file.
5013 * gdb.reverse/singlejmp-reverse.c: New file.
5014 * gdb.reverse/singlejmp-reverse.exp: New file.
5015
666b578b
JK
50162012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5017
5018 Fix compatibility with old GCC (~4.1).
5019 * gdb.cp/converts.cc (my_enum_var): New variable.
5020
42056501
AB
50212012-09-14 Andrew Burgess <aburgess@broadcom.com>
5022
5023 * gdb.xml/tdesc-regs.exp: Update expected output for new
5024 vector_size syntax of vector types.
5025
b9516fa1
YPK
50262012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
5027
5028 Refactor Python "gdb" module into a proper Python package, by
5029 introducing a new "_gdb" module for code implemented in C, and
5030 using reload/__import__ instead of exec.
5031 * gdb.python/python.exp (Test stderr location): Update module
5032 location of GDB-specific sys.stderr.
5033 (Test stdout location): Ditto for sys.stdout.
5034
18dc9ad8
JK
50352012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5038
ea3a9873
KS
50392012-09-12 Keith Seitz <keiths@redhat.com>
5040
5041 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5042 conversion statement.
5043
5941debb
DE
50442012-09-12 Doug Evans <dje@google.com>
5045
5046 * gdb.base/help.exp: Remove testing of individual command help text,
5047 too much of a maintenance burden. Instead, test the functionality
5048 of "help" itself.
5049
cfc35e02
DE
50502012-09-11 Doug Evans <dje@google.com>
5051
3a0ed5d7
DE
5052 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5053 breakpoint.
5054
cfc35e02
DE
5055 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5056 * gdb.dwarf2/fission-reread.S: Ditto.
5057 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5058 * gdb.dwarf2/fission-reread.exp: Ditto.
5059
350b1b26
AB
50602012-09-11 Andrew Burgess <aburgess@broadcom.com>
5061
5062 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5063
2fa15f23
JB
50642012-09-10 Joel Brobecker <brobecker@adacore.com>
5065
5066 * gdb.ada/optim_drec: New testcase.
5067
09be558e
DE
50682012-09-10 Doug Evans <dje@google.com>
5069
5070 * boards/fission.exp: Explicitly mark "board" as not remote.
5071
5b4f6e25
KS
50722012-09-10 Keith Seitz <keiths@redhat.com>
5073
5074 PR gdb/13483
5075 * gdb.cp/converts.cc (A::A): Add ctor.
5076 (A::member_): Add member.
5077 (enum my_enum): New enumeration.
5078 (main): Add calls to foo1_7 with various
5079 permitted arguments.
5080 * gdb.cp/converts.exp: Add tests for boolean
5081 conversions permitted by the standard.
5082
b4ca5ed9
YPK
50832012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5084
5085 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5086 avoid spurious results due to ~/.gdbinit.
5087 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5088 $INTERNAL_GDBFLAGS in run command.
5089 * gdb.gdb/observer.exp (setup_test): Ditto.
5090 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5091 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5092
d54b30bb
DE
50932012-09-06 Doug Evans <dje@google.com>
5094
14910956
DE
5095 * boards/fission.exp: New file.
5096
d54b30bb
DE
5097 * gdb.python/py-value.exp: Use clean_restart.
5098
91b253e1
DE
50992012-09-05 Doug Evans <dje@google.com>
5100
5101 * gdb.base/info-macros.c: Fix whitespace.
5102
1292279a
PA
51032012-08-28 Pedro Alves <palves@redhat.com>
5104
5105 PR gdb/14428
5106
5107 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5108
1c8cdcb1
JK
51092012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * gdb.base/break-caller-line.c: New file.
5112 * gdb.base/break-caller-line.exp: New file.
5113
1e8e8b51
JK
51142012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5115
5116 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5117 * gdb.arch/i386-cfi-notcurrent.S: New file.
5118 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5119
1591a1e8
PA
51202012-08-27 Wei-cheng Wang <cole945@gmail.com>
5121 Yao Qi <yao@codesourcery.com>
5122 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5125 New procedures.
5126 (top level): Add overlap checking tests.
5127
4442ada7
TT
51282012-08-24 Tom Tromey <tromey@redhat.com>
5129
5130 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5131 gdb_test_multiple fails for other reasons.
5132
e7d50cc9
YQ
51332012-08-24 Yao Qi <yao@codesourcery.com>
5134
5135 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5136
dfbd5e7b
PA
51372012-08-23 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/help.exp: Adjust to "handle" help text change.
5140
8d735b87
YQ
51412012-08-23 Yao Qi <yao@codesourcery.com>
5142
5143 * gdb.trace/disconnected-tracing.c (start, end): New.
5144 (main): Call start and end.
5145 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5146 existing tests into this proc.
5147 (disconnected_tfind): New.
5148
61b1d759
YQ
51492012-08-23 Yao Qi <yao@codesourcery.com>
5150
5151 * boards/native-gdbserver.exp (${board}_upload): New.
5152 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5153 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5154 Execute tfile on remote target.
5155 Copy trace file from target to host.
5156
6ca1b147
JM
51572012-08-22 Joseph Myers <joseph@codesourcery.com>
5158
5159 * gdb.arch/thumb-bx-pc.S: New file.
5160 * gdb.arch/thumb-bx-pc.exp: New file.
5161
706e3705
TT
51622012-08-22 Tom Tromey <tromey@redhat.com>
5163
5164 * gdb.base/maint.exp: Update.
5165
b4893d48
TT
51662012-08-22 Tom Tromey <tromey@redhat.com>
5167
5168 * lib/gdb.exp (skip_unwinder_tests): New proc.
5169 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5170 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5171
45b7da81
TT
51722012-08-21 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.hp/gdb.aCC/exception.exp: Remove.
5175
f94363d7
AP
5176012-08-19 Andrew Pinski <apinski@cavium.com>
5177
5178 * gdb.arch/mips-octeon-bbit.c: New file.
5179 * gdb.arch/mips-octeon-bbit.exp: New Test.
5180
e5afdbd7
KS
5181012-08-19 Keith Seitz <keiths@redhat.com>
5182
5183 PR c++/14365
5184 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5185 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5186
c29e8b64
JK
51872012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5188
5189 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5190 verbose -log by more specific untested call.
5191
15a7e7bc
YQ
51922012-08-18 Yao Qi <yao@codesourcery.com>
5193
5194 * gdb.trace/tfind.exp: Move tests on various command help before
5195 checking target supports trace.
5196 Fix the expected output of 'help tfind end'.
5197
a451cb65
KS
51982012-08-17 Keith Seitz <keiths@redhat.com>
5199
5200 PR c++/13356
5201 * gdb.base/default.exp: Update all "check type" tests.
5202 * gdb.base/help.exp: Likewise.
5203 * gdb.base/setshow.exp: Likewise.
5204 * gdb.cp/converts.cc (foo1_type_check): New function.
5205 (foo2_type_check): New function.
5206 (foo3_type_check): New function.
5207 (main): Call new functions.
5208 * converts.exp: Add tests for integer-to-pointer conversions
5209 with/without strict type-checking.
5210
dbf6a605
MF
52112012-08-16 Mike Frysinger <vapier@gentoo.org>
5212
5213 * gdb.base/help.exp: Update expected output.
5214
0c92d8c1
JB
52152012-08-16 Joel Brobecker <brobecker@adacore.com>
5216
5217 * gdb.ada/rdv_wait: New testcase.
5218
e56f7f42
JK
52192012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5220
5221 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5222
f47f77df
DE
52232012-08-13 Doug Evans <dje@google.com>
5224
e202d6e8 5225 * gdb.base/help.exp: Update expected output.
f47f77df
DE
5226 * gdb.base/default.exp: Update expected output of "show convenience".
5227
a72c3253
DE
52282012-08-10 Doug Evans <dje@google.com>
5229
5230 * gdb.python/py-strfns.c: New file.
5231 * gdb.python/py-strfns.exp: New file.
5232 * gdb.python/py-type.exp (test_fields): Add vector tests.
5233
de0bea00
MF
52342012-08-10 Mike Frysinger <vapier@gentoo.org>
5235
5236 PR cli/10436:
5237 * gdb.base/completion.exp: Add tests for handle completion.
5238
5b9afe8a
YQ
52392012-08-09 Yao Qi <yao@codesourcery.com>
5240
5241 * gdb.mi/mi-cmd-param-changed.exp: New.
5242 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5243 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5244 * gdb.mi/mi2-prompt.exp: Likewise.
5245
4f485ebc
DE
52462012-08-08 Doug Evans <dje@google.com>
5247
5248 * gdb.base/debug-expr.c: New file.
5249 * gdb.base/debug-expr.exp: New file.
5250 * gdb.base/exprs.exp: Test {type} casts.
5251 * gdb.cp/debug-expr.exp: New file.
5252
5888842d
JK
52532012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5254
5255 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5256 global variable loop, not a 'break'. Add loop count limit to 100.
5257 Add new fail case for terminated vgdb.
5258
4f69f4c2
JK
52592012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5260 Jean-Marc Saffroy <saffroy@gmail.com>
5261
5262 PR 11804
5263 * gdb.base/gcore-relro.exp: New file.
5264 * gdb.base/gcore-relro-main.c: New file.
5265 * gdb.base/gcore-relro-lib.c: New file.
5266
e2de5390
JK
52672012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 Do not false FAIL with old GCCs.
5270 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5271 GCC < 4.5 in $no_hw mode.
5272
606603c5
JK
52732012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5276
777f26c2
JK
52772012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.base/list.exp (test_only_end): New function.
5280 Call it.
5281
2c12abee
TT
52822012-08-06 Tom Tromey <tromey@redhat.com>
5283
5284 * gdb.python/py-mi.exp: Add test for printer whose children
5285 are a list.
5286 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5287 (main): New variable children_as_list.
5288 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5289 New.
5290 (register_pretty_printers): Register new printer.
5291
0eae2cf4
EBM
52922012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5293
5294 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5295 symbols. Abort if vgdb remote connection is closed.
5296
09e0881d
DE
52972012-08-02 Doug Evans <dje@google.com>
5298
5299 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5300
b40f514f
SDJ
53012012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5302
5303 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5304 s390x, PowerPC 64 and m68k-linux.
5305
11315ae0
UW
53062012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5307
5308 * gdb.base/annota1.exp: Accept no frames-invalid notification
5309 when starting up the program.
5310 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5311 show a symbolic value as well.
5312 * gdb.server/server-exec-info.exp: Skip test when skipping
5313 gdbserver test and/or when skipping shared library tests.
5314 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5315 avoid name conflicts with other tests.
5316
0547eeed
UW
53172012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5318
5319 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5320 Fix wrong output on big-endian systems.
5321 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5322 4-byte pointer types on 64-bit s390x.
5323
bdddb4de
UW
53242012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5325
5326 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5327 marker comment at the beginning (after intialization).
5328 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5329 breakpoint on marker comment instead of function begin.
5330 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5331 PowerPC.
5332 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5333 or 64-bit PowerPC.
5334 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5335 gdb,no_hardware_watchpoints flag is set.
5336 (initialize): Remove now redundant can-use-hw-watchpoints change.
5337
5d206025
YQ
53382012-08-02 Yao Qi <yao@codesourcery.com>
5339 Pedro Alves <palves@redhat.com>
5340
5341 * boards/local-remote-host.exp: New.
5342
4f665099
UW
53432012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5344
5345 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5346 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5347 * gdb.base/print-file-var.exp: Likewise.
5348 * gdb.server/solib-list.exp: Skip on remote targets.
5349
b62e2b27
UW
53502012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5351
5352 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5353 watchpoints on ARM. When expecting software watchpoints, tolerate
5354 (remote) targets that report unsupported hardware watchpoint only
5355 at continue time.
5356 (test_wide_location_2): Likewise.
5357
a967a851
JK
53582012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5359
5360 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5361 valgrind versions.
5362
75d9f9ff 53632012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
5364
5365 * gdb.base/valgrind-infcall.c: New file.
5366 * gdb.base/valgrind-infcall.exp: New file.
5367
75d9f9ff
JK
5368 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5369
1c9f2ed2
KS
53702012-07-30 Keith Seitz <keiths@redhat.com>
5371
5372 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5373 linespecs.
5374
7f9b2034
DE
53752012-07-30 Doug Evans <dje@google.com>
5376
85220e01
DE
5377 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5378 * gdb.dwarf2/pr13961.S: Ditto.
5379
7f9b2034
DE
5380 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5381
4e969b4f
AB
53822012-07-30 Andrew Burgess <aburgess@broadcom.com>
5383
5384 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5385 change its format immediately after reloading the binary.
5386
e7de8362
JK
53872012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5388
5389 Fix testsuite regression after --use-deprecated-index-sections removal.
5390 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5391 string.
5392 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5393
7255706c
YQ
53942012-07-27 Yao Qi <yao@codesourcery.com>
5395
5396 KFAIL for PR remote/14161.
5397 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5398 Cleanup socket files.
5399 (strace_info_marker): Detach inferior.
5400
f2e8016f
TT
54012012-07-26 Tom Tromey <tromey@redhat.com>
5402
6fdff2c5 5403 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 5404
f66713d2
JK
54052012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5406
5407 * gdb.python/py-inferior.c (thread): New function.
5408 (check_threads): New function.
5409 (test_threads): New function.
5410 * gdb.python/py-inferior.exp: Added test.
5411 Replaced runto with continue to breakpoint.
5412
8223e12c
TT
54132012-07-26 Tom Tromey <tromey@redhat.com>
5414
5415 * lib/ada.exp (standard_ada_testfile): New proc.
5416 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5417 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5418 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5419 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5420 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5421 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5422 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5423 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5424 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5425 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5426 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5427 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5428 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5429 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5430 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5431 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5432 * gdb.ada/complete.exp: Use standard_ada_testfile.
5433 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5434 standard_output_file.
5435 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5436 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5437 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5438 standard_output_file.
5439 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5440 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5441 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5442 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5443 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5444 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5445 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5446 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5447 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5448 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5449 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5450 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5451 * gdb.ada/interface.exp: Use standard_ada_testfile.
5452 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5453 standard_output_file
5454 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5455 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5456 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5457 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5458 * gdb.ada/nested.exp: Use standard_ada_testfile.
5459 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5460 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5461 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5462 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5463 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5464 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5465 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5466 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5467 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5468 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5469 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5470 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5471 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5472 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5473 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5474 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5475 * gdb.ada/start.exp: Use standard_ada_testfile.
5476 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5477 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5478 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5479 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5480 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5481 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5482 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5483 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5484 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5485 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5486 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5487 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5488 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5489 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5490
bbec57e4
JK
54912012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5492
5493 Fix testsuite regression after --use-deprecated-index-sections removal.
5494 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5495
9cc8e32c
JK
54962012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5497
5498 Fix compatibility with Tcl before 7.5.
5499 * lib/future.exp (lreverse): New function if it does not exist.
5500
ea5ca7b5
MK
55012012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5502
5503 * gdb.mi/mi-pending.c: New method to set a second pending
5504 breakpoint.
5505 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5506 condition.
5507
64776a0b
PA
55082012-07-20 Pedro Alves <palves@redhat.com>
5509
5510 PR threads/11692
5511 PR gdb/12203
5512
5513 * gdb.threads/create-fail.c: New file.
5514 * gdb.threads/create-fail.exp: New file.
5515
13e4e967
PA
55162012-07-19 Pedro Alves <palves@redhat.com>
5517
5518 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5519 * config/vx.exp (gdb_start): Likewise.
5520 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5521 * gdb.base/setvar.exp (test_set): Likewise.
5522 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5523 * gdb.reverse/sigall-precsave.exp: Likewise.
5524 * gdb.reverse/sigall-reverse.exp: Likewise.
5525
b7aefa4d
PA
55262012-07-19 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5529 handler before recording.
5530
608b4967
TT
55312012-07-19 Tom Tromey <tromey@redhat.com>
5532
5533 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5534 * gdb.cp/casts.cc (decltype): New function.
5535 (main): Use it.
5536
b1e0c0fa
PA
55372012-07-19 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/sigall.exp (signals): New list.
5540 <top level>: Loop over signals in the $signals list instead of
5541 calling a test function once per signal.
5542 * gdb.reverse/sigall-precsave.exp (signals): New list.
5543 <top level>: Loop over signals in the $signals list instead of
5544 calling a test function once per signal.
5545 * gdb.reverse/sigall-reverse.exp (signals): New list.
5546 <top level>: Loop over signals in the $signals list instead of
5547 calling a test function once per signal.
5548
6ace3df1
YQ
55492012-07-19 Yao Qi <yao@codesourcery.com>
5550
5551 * gdb.base/setshow.exp: Test 'set args ~'.
5552
263a0f8c
JK
55532012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 * gdb.base/store.exp (check_set): Import gdb_prompt.
5556 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5557 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5558
8f043999
JK
55592012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5560
5561 PR 11914
5562 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5563 (main): Call eval_sub.
5564 * gdb.python/py-prettyprint.exp:
5565 (python execfile ('py-prettyprint.py')): Move it earlier.
5566 New breakpoint for eval-break.
5567 (continue to breakpoint: eval-break, info locals): New test.
5568 (python execfile ('py-prettyprint.py')): Move it from here.
5569 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5570 (register_pretty_printers): Register pp_eval_type.
5571
725c7b66
JK
55722012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 Fix a testcase regression by me.
5575 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5576 DW_FORM_data4.
5577
4359dff1
JK
55782012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5579 Doug Evans <dje@google.com>
5580
5581 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5582 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5583
61e44cfa
JK
55842012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5585
5586 Fix gdbserver run regression.
5587 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5588
93c0ef37
TT
55892012-07-12 Tom Tromey <tromey@redhat.com>
5590
5591 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5592 (clean_restart): Likewise.
5593 (core_find): Use standard_output_file.
5594
76027ef5
TT
55952012-07-12 Tom Tromey <tromey@redhat.com>
5596
5597 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5598 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5599 prepare_for_testing_full.
5600 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5601 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5602 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5603 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5604 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5605 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5606 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5607 prepare_for_testing_full.
5608 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5609 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5610 prepare_for_testing_full.
5611 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5612 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5613 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5614
85b4440a
TT
56152012-07-12 Tom Tromey <tromey@redhat.com>
5616
5617 * lib/gdb.exp (build_executable_from_specs): New proc, from
5618 build_executable.
5619 (build_executable): Use it.
5620 (prepare_for_testing_full): New proc.
5621
55baab26
TT
56222012-07-11 Tom Tromey <tromey@redhat.com>
5623
5624 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5625 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5626 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5627 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5628 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5629 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5630 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5631 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5632 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5633 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5634
298a9cf0
TT
56352012-07-10 Tom Tromey <tromey@redhat.com>
5636
5637 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5638 standard_output_file.
5639 * gdb.mi/gdb2549.exp: Use standard_testfile.
5640 * gdb.mi/gdb669.exp: Use standard_testfile.
5641 * gdb.mi/gdb701.exp: Use standard_testfile.
5642 * gdb.mi/gdb792.exp: Use standard_testfile.
5643 * gdb.mi/mi-async.exp: Use standard_testfile.
5644 * gdb.mi/mi-basics.exp: Use standard_testfile.
5645 * gdb.mi/mi-break.exp: Use standard_testfile.
5646 * gdb.mi/mi-cli.exp: Use standard_testfile.
5647 * gdb.mi/mi-console.exp: Use standard_testfile.
5648 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5649 * gdb.mi/mi-eval.exp: Use standard_testfile.
5650 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5651 * gdb.mi/mi-file.exp: Use standard_testfile.
5652 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5653 * gdb.mi/mi-logging.exp: Use standard_testfile.
5654 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5655 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5656 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5657 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5658 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5659 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5660 * gdb.mi/mi-pending.exp: Use standard_testfile,
5661 standard_output_file.
5662 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5663 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5664 * gdb.mi/mi-regs.exp: Use standard_testfile.
5665 * gdb.mi/mi-return.exp: Use standard_testfile.
5666 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5667 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5668 * gdb.mi/mi-solib.exp: Use standard_testfile,
5669 standard_output_file.
5670 * gdb.mi/mi-stack.exp: Use standard_testfile.
5671 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5672 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5673 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5674 * gdb.mi/mi-until.exp: Use standard_testfile.
5675 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5676 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5677 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5678 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5679 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5680 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5681 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5682 standard_output_file.
5683 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5684 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5685 * gdb.mi/mi-watch.exp: Use standard_testfile.
5686 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5687 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5688 * gdb.mi/mi2-break.exp: Use standard_testfile.
5689 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5690 * gdb.mi/mi2-console.exp: Use standard_testfile.
5691 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5692 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5693 * gdb.mi/mi2-file.exp: Use standard_testfile.
5694 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5695 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5696 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5697 * gdb.mi/mi2-return.exp: Use standard_testfile.
5698 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5699 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5700 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5701 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5702 * gdb.mi/mi2-until.exp: Use standard_testfile.
5703 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5704 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5705 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5706 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5707 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5708
f5f3a911
TT
57092012-07-10 Tom Tromey <tromey@redhat.com>
5710
5711 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5712 * gdb.cp/ambiguous.exp: Use standard_testfile,
5713 prepare_for_testing.
5714 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5715 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5716 * gdb.cp/anon-ns.exp: Use standard_testfile.
5717 * gdb.cp/anon-struct.exp: Use standard_testfile.
5718 * gdb.cp/anon-union.exp: Use standard_testfile,
5719 prepare_for_testing.
5720 * gdb.cp/arg-reference.exp: Use standard_testfile,
5721 prepare_for_testing.
5722 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5723 * gdb.cp/breakpoint.exp: Use standard_testfile,
5724 prepare_for_testing.
5725 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5726 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5727 standard_output_file.
5728 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5729 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5730 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5731 (test_static_members): Update.
5732 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5733 * gdb.cp/converts.exp: Use standard_testfile.
5734 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5735 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5736 prepare_for_testing.
5737 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5738 * gdb.cp/cplabel.exp: Use standard_testfile.
5739 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5740 prepare_for_testing.
5741 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5742 * gdb.cp/derivation.exp: Use standard_testfile,
5743 prepare_for_testing.
5744 * gdb.cp/destrprint.exp: Use standard_testfile.
5745 * gdb.cp/dispcxx.exp: Use standard_testfile.
5746 * gdb.cp/exception.exp: Use standard_testfile,
5747 prepare_for_testing.
5748 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5749 * gdb.cp/extern-c.exp: Use standard_testfile,
5750 prepare_for_testing.
5751 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5752 prepare_for_testing.
5753 * gdb.cp/fpointer.exp: Use standard_testfile.
5754 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5755 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5756 standard_output_file.
5757 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5758 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5759 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5760 standard_output_file.
5761 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5762 (do_tests): Update.
5763 * gdb.cp/koenig.exp: Use standard_testfile.
5764 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5765 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5766 * gdb.cp/m-static.exp: Use standard_testfile,
5767 prepare_for_testing.
5768 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5769 * gdb.cp/mb-inline.exp: Use standard_testfile,
5770 prepare_for_testing.
5771 * gdb.cp/mb-templates.exp: Use standard_testfile,
5772 prepare_for_testing.
5773 * gdb.cp/member-ptr.exp: Use standard_testfile,
5774 prepare_for_testing.
5775 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5776 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5777 * gdb.cp/method2.exp: Use standard_testfile.
5778 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5779 standard_output_file.
5780 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5781 (do_tests): Update.
5782 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5783 prepare_for_testing.
5784 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5785 prepare_for_testing.
5786 * gdb.cp/namespace.exp: Use standard_testfile,
5787 prepare_for_testing.
5788 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5789 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5790 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5791 * gdb.cp/nsimport.exp: Use standard_testfile,
5792 prepare_for_testing.
5793 * gdb.cp/nsnested.exp: Use standard_testfile.
5794 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5795 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5796 prepare_for_testing.
5797 * gdb.cp/nsstress.exp: Use standard_testfile,
5798 prepare_for_testing.
5799 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5800 * gdb.cp/operator.exp: Use standard_testfile.
5801 * gdb.cp/oranking.exp: Use standard_testfile.
5802 * gdb.cp/overload-const.exp: Use standard_testfile.
5803 * gdb.cp/overload.exp: Use standard_testfile,
5804 prepare_for_testing.
5805 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5806 * gdb.cp/ovsrch.exp: Use standard_testfile.
5807 * gdb.cp/paren-type.exp: Use standard_testfile.
5808 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5809 prepare_for_testing.
5810 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5811 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5812 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5813 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5814 * gdb.cp/pr10728.exp: Use standard_testfile,
5815 standard_output_file.
5816 * gdb.cp/pr12028.exp: Use standard_testfile.
5817 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5818 * gdb.cp/pr9167.exp: Use standard_testfile.
5819 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5820 * gdb.cp/printmethod.exp: Use standard_testfile,
5821 prepare_for_testing.
5822 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5823 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5824 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5825 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5826 standard_output_file.
5827 * gdb.cp/readnow-language.exp: Use standard_testfile.
5828 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5829 (gdb_start_again): Use clean_restart.
5830 * gdb.cp/ref-types.exp: Use standard_testfile,
5831 prepare_for_testing.
5832 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5833 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5834 * gdb.cp/smartp.exp: Use standard_testfile.
5835 * gdb.cp/static-method.exp: Use standard_testfile.
5836 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5837 * gdb.cp/temargs.exp: Use standard_testfile.
5838 * gdb.cp/templates.exp: Use standard_testfile,
5839 prepare_for_testing.
5840 (do_tests): Update.
5841 * gdb.cp/try_catch.exp: Use standard_testfile,
5842 prepare_for_testing.
5843 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5844 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5845 * gdb.cp/virtbase.exp: Use standard_testfile,
5846 prepare_for_testing.
5847 * gdb.cp/virtfunc.exp: Use standard_testfile,
5848 prepare_for_testing.
5849 (do_tests): Update.
5850 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5851 prepare_for_testing.
5852
686f09d0
TT
58532012-07-10 Tom Tromey <tromey@redhat.com>
5854
5855 * lib/gdb.exp (standard_testfile): Unset output variables from
5856 earlier invocations.
5857
9357e021
YQ
58582012-07-10 Yao Qi <yao@codesourcery.com>
5859
5860 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5861 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5862 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5863 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5864 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5865 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5866 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5867 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5868 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5869 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5870 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5871 * gdb.mi/mi-var-display.exp: Likewise.
5872 * gdb.mi/mi-var-invalidate.exp: Likewise.
5873 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5874 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5875 * gdb.mi/mi2-console.exp: Likewise.
5876 * gdb.mi/mi2-disassemble.exp: Likewise.
5877 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5878 * gdb.mi/mi2-read-memory.exp: Likewise.
5879 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5880 * gdb.mi/mi2-simplerun.exp: Likewise.
5881 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5882 * gdb.mi/mi2-syn-frame.exp: Likewise.
5883 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5884 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5885 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5886
e314d629
TT
58872012-07-09 Tom Tromey <tromey@redhat.com>
5888
5889 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5890 * gdb.base/callfuncs.exp: Add cast-based test.
5891 * gdb.base/callfuncs.c (voidfunc): New function.
5892
06928b3f
DE
58932012-07-08 Doug Evans <dje@google.com>
5894
5895 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5896
32f11bad
JK
58972012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 Fix XFAIL compatibility with old i386 systems.
5900 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5901 Check also 'Cannot insert breakpoint 0'.
5902
76b83c51
JK
59032012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5904
5905 PR 14321
5906 * gdb.base/find.exp
5907 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5908
a6fb9c08
TT
59092012-07-06 Tom Tromey <tromey@redhat.com>
5910
5911 * gdb.base/whatis.exp: Add test.
5912
71918a86
TT
59132012-07-06 Tom Tromey <tromey@redhat.com>
5914
5915 * gdb.base/whatis.exp: Add regression test.
5916
fcde5961
TT
59172012-07-06 Tom Tromey <tromey@redhat.com>
5918
5919 * gdb.base/whatis.exp: Add tests.
5920
f9cf0f4a
JK
59212012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 PR 12649
5924 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5925 gdb_test_multiple $gdb_prompt terminator.
5926
979ade8b
PA
59272012-07-04 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5930 supports_process_record.
5931
8a980b44
PA
59322012-07-04 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5935 endings.
5936 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5937
855ba978
SS
59382012-07-03 Stan Shebs <stan@codesourcery.com>
5939
5940 * gdb.base/info-os.c (main): Retry resource acquisition until an
5941 available one is found.
5942 * gdb.base/info-os.exp: Collect resource keys from the program
5943 and use them in matching.
5944
fcb44371
JK
59452012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5946
5947 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5948 Wrap the test into loop for corefile and core0file.
5949
08a67be6
JK
59502012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5951
5952 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5953 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5954 .note.GNU-stack.
5955
0f3c2347
JK
5956 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5957
ff4a4500
SDJ
59582012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5961 break): Include help message for the new `-probe' and `-probe-stap'
5962 options.
5963
d3ce09f5
SS
59642012-07-02 Stan Shebs <stan@codesourcery.com>
5965
5966 * gdb.base/dprintf.exp: Add agent style tests.
5967
a1624241
JK
59682012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 * gdb.base/stale-infcall.c (infcall): New label test-next.
5971 (main): New labels test-pass and test-fail.
5972 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5973 $test_fail_bpnum to test-fail.
5974 (test system longjmp tracking support): New test.
5975 Delete $test_fail_bpnum.
5976 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5977 breakpoint.
5978
42e7ad6c
DE
59792012-06-30 Doug Evans <dje@google.com>
5980
5981 * gdb.dwarf2/fission-reread.S: New file.
5982 * gdb.dwarf2/fission-reread.exp: New file.
5983
37ce89eb
SS
59842012-06-28 Stan Shebs <stan@codesourcery.com>
5985
5986 * gdb.mi/mi-logging.exp: New file.
5987
e5ef252a
PA
59882012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5989 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.threads/siginfo-threads.exp: New file.
5992 * gdb.threads/siginfo-threads.c: New file.
5993 * gdb.threads/sigstep-threads.exp: New file.
5994 * gdb.threads/sigstep-threads.c: New file.
5995
22f1fbae
TT
59962012-06-28 Tom Tromey <tromey@redhat.com>
5997
5998 * gdb.go/package.exp: Partially revert earlier patch; use
5999 gdb_compile again. Use standard_output_file.
6000
2e3cf129
DE
60012012-06-27 Doug Evans <dje@google.com>
6002
6003 * gdb.dwarf2/fission-base.c: New file.
6004 * gdb.dwarf2/fission-base.S: New file.
6005 * gdb.dwarf2/fission-base.exp: New file.
6006
785fd303
JK
60072012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6008
6009 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6010
1bb9788d
TT
60112012-06-27 Tom Tromey <tromey@redhat.com>
6012
6013 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
6014 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
6015
c83ee902
TT
60162012-06-27 Tom Tromey <tromey@redhat.com>
6017
6018 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
6019 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
6020 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
6021 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
6022 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
6023 prepare_for_testing.
6024 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
6025 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
6026 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
6027 standard_testfile.
6028 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
6029 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
6030 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
6031 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
6032 prepare_for_testing.
6033 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6034 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6035 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6036 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6037 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6038 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6039 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6040 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6041 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6042 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6043 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6044 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6045 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6046 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6047 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6048 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6049 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6050 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6051 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6052 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6053 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6054 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6055 standard_output_file.
6056 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6057 standard_output_file.
6058 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6059 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6060 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6061 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6062 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6063 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6064 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6065 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6066 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6067 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6068 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6069 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6070 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6071 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6072 * gdb.dwarf2/valop.exp: Use standard_testfile,
6073 prepare_for_testing.
6074
5204774b
TT
60752012-06-27 Tom Tromey <tromey@redhat.com>
6076
6077 * gdb.python/python.exp: Fix regexps in pagination tests.
6078
ee0bf529
SCR
60792012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6080
6081 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6082 'last' of gdb.Symtab_and_line.
6083 * gdb.python/py-symbol.c: Move break point comment to enable
6084 testing of gdb.Symtab_and_line.last.
6085
14fcc022
TT
60862012-06-26 Tom Tromey <tromey@redhat.com>
6087
6088 * gdb.threads/step.c: Remove.
6089 * gdb.threads/step.exp: Remove.
6090 * gdb.threads/step2.exp: Remove.
6091
0efbbabc
TT
60922012-06-26 Tom Tromey <tromey@redhat.com>
6093
6094 * gdb.threads/watchpoint-fork.exp (test): Use
6095 standard_output_file. Don't declare objdir.
6096 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6097 standard_output_file.
6098 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6099 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6100 clean_restart. Remove incdir.
6101 * gdb.threads/corethreads.exp: Use standard_testfile.
6102 * gdb.threads/execl.exp: Use standard_testfile,
6103 standard_output_file, clean_restart.
6104 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6105 clean_restart.
6106 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6107 clean_restart.
6108 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6109 incdir.
6110 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6111 clean_restart. Remove incdir.
6112 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6113 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6114 clean_restart. Remove incdir.
6115 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6116 Remove incdir.
6117 * gdb.threads/leader-exit.exp: Use standard_testfile.
6118 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6119 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6120 clean_restart.
6121 * gdb.threads/manythreads.exp: Use standard_testfile,
6122 clean_restart. Remove incdir.
6123 * gdb.threads/multi-create.exp: Use standard_testfile,
6124 clean_restart.
6125 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6126 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6127 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6128 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6129 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6130 * gdb.threads/pending-step.exp: Use standard_testfile,
6131 clean_restart. Remove incdir.
6132 * gdb.threads/print-threads.exp: Use standard_testfile,
6133 clean_restart. Remove incdir.
6134 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6135 clean_restart. Remove incdir.
6136 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6137 Remove incdir.
6138 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6139 incdir.
6140 * gdb.threads/sigthread.exp: Use standard_testfile,
6141 clean_restart.
6142 * gdb.threads/staticthreads.exp: Use standard_testfile,
6143 clean_restart. Remove incdir.
6144 * gdb.threads/switch-threads.exp: Use standard_testfile,
6145 clean_restart. Remove incdir.
6146 * gdb.threads/thread-execl.exp: Use standard_testfile,
6147 clean_restart. Remove incdir.
6148 * gdb.threads/thread-find.exp: Use standard_testfile,
6149 clean_restart.
6150 * gdb.threads/thread-specific.exp: Use standard_testfile,
6151 clean_restart. Remove incdir.
6152 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6153 clean_restart. Remove incdir.
6154 * gdb.threads/thread_check.exp: Use standard_testfile,
6155 clean_restart. Remove incdir.
6156 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6157 incdir.
6158 * gdb.threads/threadapply.exp: Use standard_testfile,
6159 clean_restart. Remove incdir.
6160 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6161 clean_restart. Remove incdir.
6162 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6163 clean_restart.
6164 * gdb.threads/tls-shared.exp: Use standard_testfile,
6165 clean_restart, standard_output_file.
6166 * gdb.threads/tls-var.exp: Use standard_testfile,
6167 standard_output_file.
6168 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6169 Remove incdir.
6170 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6171 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6172 incdir.
6173 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6174 clean_restart. Remove incdir.
6175
497a5eb0
TT
61762012-06-26 Tom Tromey <tromey@redhat.com>
6177
6178 * gdb.trace/actions.exp: Use standard_testfile.
6179 * gdb.trace/ax.exp: Use standard_testfile.
6180 * gdb.trace/backtrace.exp: Use standard_testfile.
6181 * gdb.trace/change-loc.exp: Use standard_testfile.
6182 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6183 * gdb.trace/collection.exp: Use standard_testfile,
6184 prepare_for_testing.
6185 * gdb.trace/deltrace.exp: Use standard_testfile.
6186 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6187 * gdb.trace/ftrace.exp: Use standard_testfile.
6188 * gdb.trace/infotrace.exp: Use standard_testfile.
6189 * gdb.trace/packetlen.exp: Use standard_testfile.
6190 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6191 * gdb.trace/passcount.exp: Use standard_testfile.
6192 * gdb.trace/pending.exp: Use standard_testfile.
6193 * gdb.trace/report.exp: Use standard_testfile.
6194 * gdb.trace/save-trace.exp: Use standard_testfile.
6195 * gdb.trace/stap-trace.exp: Use standard_testfile.
6196 * gdb.trace/status-stop.exp: Use standard_testfile.
6197 * gdb.trace/strace.exp: Use standard_testfile.
6198 * gdb.trace/tfile.exp: Use standard_testfile.
6199 * gdb.trace/tfind.exp: Use standard_testfile.
6200 * gdb.trace/trace-break.exp: Use standard_testfile.
6201 * gdb.trace/trace-mt.exp: Use standard_testfile.
6202 * gdb.trace/tracecmd.exp: Use standard_testfile.
6203 * gdb.trace/tspeed.exp: Use standard_testfile.
6204 * gdb.trace/tstatus.exp: Use standard_testfile.
6205 * gdb.trace/tsv.exp: Use standard_testfile.
6206 * gdb.trace/unavailable.exp: Use standard_testfile,
6207 prepare_for_testing.
6208 * gdb.trace/while-dyn.exp: Use standard_testfile.
6209 * gdb.trace/while-stepping.exp: Use standard_testfile.
6210
7686c074
TT
62112012-06-26 Tom Tromey <tromey@redhat.com>
6212
6213 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6214 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6215 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6216 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6217 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6218 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6219 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6220 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6221 prepare_for_testing.
6222 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6223 prepare_for_testing.
6224 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6225 prepare_for_testing.
6226 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6227 prepare_for_testing.
6228 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6229 prepare_for_testing
6230 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6231 * gdb.reverse/machinestate.exp: Use standard_testfile.
6232 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6233 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6234 build_executable.
6235 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6236 build_executable.
6237 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6238 standard_output_file.
6239 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6240 standard_output_file.
6241 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6242 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6243 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6244 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6245 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6246 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6247
481fc100
TT
62482012-06-26 Tom Tromey <tromey@redhat.com>
6249
6250 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6251 standard_output_file.
6252 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6253 prepare_for_testing. Remove directory-checking code.
6254
7bb18ae2
TT
62552012-06-25 Tom Tromey <tromey@redhat.com>
6256
6257 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6258 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6259 build_executable, not prepare_for_testing.
6260 * gdb.multi/base.exp: Use standard_output_file. Use
6261 build_executable, not prepare_for_testing.
6262
cf09b3e4
TT
62632012-06-25 Tom Tromey <tromey@redhat.com>
6264
6265 * gdb.fortran/subarray.exp: Use standard_testfile,
6266 prepare_for_testing.
6267 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6268 * gdb.fortran/module.exp: Use standard_testfile.
6269 * gdb.fortran/logical.exp: Use standard_testfile.
6270 * gdb.fortran/library-module.exp: Use standard_testfile,
6271 standard_output_file.
6272 * gdb.fortran/derived-type.exp: Use standard_testfile,
6273 prepare_for_testing.
6274 * gdb.fortran/complex.exp: Use standard_testfile,
6275 prepare_for_testing.
6276 * gdb.fortran/charset.exp: Use standard_testfile.
6277 * gdb.fortran/array-element.exp: Use standard_testfile,
6278 prepare_for_testing.
6279
18b5ff1b
KS
62802012-06-25 Keith Seitz <keiths@redhat.com>
6281
6282 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6283 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6284
17b77626
TT
62852012-06-25 Tom Tromey <tromey@redhat.com>
6286
6287 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6288 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6289 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6290 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6291
f91e3dc1
TT
62922012-06-25 Tom Tromey <tromey@redhat.com>
6293
6294 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6295 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6296 * gdb.linespec/linespec.exp: Use standard_testfile.
6297
a884434d
TT
62982012-06-25 Tom Tromey <tromey@redhat.com>
6299
6300 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6301 prepare_for_testing.
6302
efc9d70a
TT
63032012-06-25 Tom Tromey <tromey@redhat.com>
6304
6305 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6306 prepare_for_testing.
6307 * gdb.opt/inline-break.exp: Use standard_testfile,
6308 prepare_for_testing.
6309 * gdb.opt/inline-bt.exp: Use standard_testfile,
6310 prepare_for_testing.
6311 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6312 prepare_for_testing.
6313 * gdb.opt/inline-locals.exp: Use standard_testfile,
6314 prepare_for_testing.
6315
e2fc92c6
TT
63162012-06-25 Tom Tromey <tromey@redhat.com>
6317
6318 * gdb.asm/asm-source.exp: Use standard_output_file,
6319 standard_testfile. Construct .o files in proper subdir.
6320
b0963d73
TT
63212012-06-25 Tom Tromey <tromey@redhat.com>
6322
6323 * gdb.server/ext-attach.exp: Use standard_testfile,
6324 prepare_for_testing.
6325 * gdb.server/ext-run.exp: Use standard_testfile,
6326 build_executable.
6327 * gdb.server/file-transfer.exp: Use standard_testfile,
6328 prepare_for_testing.
6329 * gdb.server/server-exec-info.exp: Use standard_testfile.
6330 * gdb.server/server-mon.exp: Use standard_testfile,
6331 prepare_for_testing.
6332 * gdb.server/server-run.exp: Use standard_testfile,
6333 build_executable.
6334 * gdb.server/solib-list.exp: Use standard_testfile,
6335 standard_output_file.
6336
8a3e1f8d
TT
63372012-06-25 Tom Tromey <tromey@redhat.com>
6338
6339 * lib/gdb.exp (standard_output_file): Use "file join".
6340 * gdb.go/chan.exp: Use standard_testfile.
6341 * gdb.go/handcall.exp: Use standard_testfile.
6342 * gdb.go/hello.exp: Use standard_testfile.
6343 * gdb.integers/chan.exp: Use standard_testfile.
6344 * gdb.go/methods.exp: Use standard_testfile.
6345 * gdb.go/package.exp: Use standard_testfile.
6346 * gdb.go/strings.exp: Use standard_testfile.
6347 * gdb.go/types.exp: Use standard_testfile.
6348 * gdb.go/unsafe.exp: Use standard_testfile.
6349
944a9061
MGD
63502012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6351
6352 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6353
1c06bd58
JK
63542012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6355
6356 Fix regression by the previous commit.
6357 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6358
b4a58790
TT
63592012-06-22 Tom Tromey <tromey@redhat.com>
6360
6361 * gdb.python/lib-types.exp: Use standard_testfile,
6362 prepare_for_testing.
6363 * gdb.python/py-block.exp: Use standard_testfile.
6364 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6365 * gdb.python/py-events.exp: Use standard_testfile,
6366 standard_output_file.
6367 * gdb.python/py-evsignal.exp: Use standard_testfile.
6368 * gdb.python/py-evethreads.exp: Use standard_testfile.
6369 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6370 * gdb.python/py-explore.exp: Use standard_testfile.
6371 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6372 standard_output_file.
6373 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6374 prepare_for_testing.
6375 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6376 * gdb.python/py-frame.exp: Use standard_testfile.
6377 * gdb.python/py-inferior.exp: Use standard_testfile.
6378 * gdb.python/py-infthread.exp: Use standard_testfile.
6379 * gdb.python/py-mi.exp: Use standard_testfile.
6380 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6381 build_executable.
6382 * gdb.python/py-objfile.exp: Use standard_testfile.
6383 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6384 prepare_for_testing.
6385 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6386 * gdb.python/py-progspace.exp: Use standard_testfile,
6387 build_executable.
6388 * gdb.python/py-prompt.exp: Use standard_testfile,
6389 build_executable.
6390 * gdb.python/py-section-script.exp: Use standard_testfile,
6391 build_executable.
6392 * gdb.python/py-shared.exp: Use standard_testfile,
6393 standard_output_file, clean_restart.
6394 * gdb.python/py-symbol.exp: Use standard_output_file,
6395 prepare_for_testing.
6396 * gdb.python/py-symtab.exp: Use standard_output_file,
6397 prepare_for_testing
6398 * gdb.python/py-template.exp: Use standard_testfile.
6399 * gdb.python/py-type.exp: Use standard_testfile.
6400 * gdb.python/py-value-cc.exp: Use standard_testfile.
6401 * gdb.python/py-value.exp: Use standard_testfile.
6402 * gdb.python/python.exp: Use standard_testfile, build_executable.
6403
2c44deac
TT
64042012-06-22 Tom Tromey <tromey@redhat.com>
6405
6406 * gdb.objc/basicclass.exp: Use standard_testfile.
6407 (do_objc_tests): Don't declare objdir.
6408 * gdb.objc/nondebug.exp: Use standard_testfile.
6409 (do_objc_tests): Don't declare objdir.
6410 * gdb.objc/objcdecode.exp: Use standard_testfile.
6411 (do_objc_tests): Don't declare objdir.
6412
c24ccbce
TT
64132012-06-22 Tom Tromey <tromey@redhat.com>
6414
6415 * gdb.java/jmain.exp: Use standard_testfile.
6416 * gdb.java/jmisc.exp: Use standard_testfile.
6417 * gdb.java/jnpe.exp: Use standard_testfile.
6418 * gdb.java/jprint.exp: Use standard_testfile.
6419
0a6d0306
TT
64202012-06-22 Tom Tromey <tromey@redhat.com>
6421
6422 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6423 (standard_output_file, standard_testfile): New procs.
6424 (build_executable, clean_restart): Use standard_output_file.
6425
6ea815ef
YQ
64262012-06-22 Yao Qi <yao@codesourcery.com>
6427
6428 * boards/native-gdbserver.exp: New proc ${board}_exec.
6429 * boards/native-stdio-gdbserver.exp: Likewise.
6430
4c93b1db
TT
64312012-06-21 Tom Tromey <tromey@redhat.com>
6432
6433 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6434 (build_executable): Update.
6435 (get_compiler_info): Remove 'binfile' argument.
6436 * gdb.ada/arrayidx.exp: Update.
6437 * gdb.ada/null_array.exp: Update.
6438 * gdb.arch/altivec-abi.exp: Update.
6439 * gdb.arch/altivec-regs.exp: Update.
6440 * gdb.arch/amd64-byte.exp: Update.
6441 * gdb.arch/amd64-dword.exp: Update.
6442 * gdb.arch/amd64-word.exp: Update.
6443 * gdb.arch/i386-avx.exp: Update.
6444 * gdb.arch/i386-byte.exp: Update.
6445 * gdb.arch/i386-sse.exp: Update.
6446 * gdb.arch/i386-word.exp: Update.
6447 * gdb.arch/ppc-dfp.exp: Update.
6448 * gdb.arch/ppc-fp.exp: Update.
6449 * gdb.arch/vsx-regs.exp: Update.
6450 * gdb.base/all-bin.exp: Update.
6451 * gdb.base/annota1.exp: Update.
6452 * gdb.base/async.exp: Update.
6453 * gdb.base/attach.exp: Update.
6454 * gdb.base/break-interp.exp: Update.
6455 * gdb.base/call-ar-st.exp: Update.
6456 * gdb.base/call-rt-st.exp: Update.
6457 * gdb.base/call-sc.exp: Update.
6458 * gdb.base/callfuncs.exp: Update.
6459 * gdb.base/catch-load.exp: Update.
6460 * gdb.base/completion.exp: Update.
6461 * gdb.base/complex.exp: Update.
6462 * gdb.base/condbreak.exp: Update.
6463 * gdb.base/consecutive.exp: Update.
6464 * gdb.base/constvars.exp: Update.
6465 * gdb.base/corefile.exp: Update.
6466 * gdb.base/eval-skip.exp: Update.
6467 * gdb.base/expand-psymtabs.exp: Update.
6468 * gdb.base/exprs.exp: Update.
6469 * gdb.base/fileio.exp: Update.
6470 * gdb.base/fixsection.exp: Update.
6471 * gdb.base/funcargs.exp: Update.
6472 * gdb.base/gdb11530.exp: Update.
6473 * gdb.base/gdb1555.exp: Update.
6474 * gdb.base/gnu-ifunc.exp: Update.
6475 * gdb.base/gnu_vector.exp: Update.
6476 * gdb.base/info-macros.exp: Update.
6477 * gdb.base/jit-simple.exp: Update.
6478 * gdb.base/jit-so.exp: Update.
6479 * gdb.base/jit.exp: Update.
6480 * gdb.base/langs.exp: Update.
6481 * gdb.base/list.exp: Update.
6482 * gdb.base/logical.exp: Update.
6483 * gdb.base/long_long.exp: Update.
6484 * gdb.base/longjmp.exp: Update.
6485 * gdb.base/macscp.exp: Update.
6486 * gdb.base/mips_pro.exp: Update.
6487 * gdb.base/miscexprs.exp: Update.
6488 * gdb.base/morestack.exp: Update.
6489 * gdb.base/nodebug.exp: Update.
6490 * gdb.base/opaque.exp: Update.
6491 * gdb.base/pc-fp.exp: Update.
6492 * gdb.base/pending.exp: Update.
6493 * gdb.base/permissions.exp: Update.
6494 * gdb.base/pointers.exp: Update.
6495 * gdb.base/prelink.exp: Update.
6496 * gdb.base/printcmds.exp: Update.
6497 * gdb.base/psymtab.exp: Update.
6498 * gdb.base/ptype.exp: Update.
6499 * gdb.base/relational.exp: Update.
6500 * gdb.base/scope.exp: Update.
6501 * gdb.base/setvar.exp: Update.
6502 * gdb.base/shlib-call.exp: Update.
6503 * gdb.base/shreloc.exp: Update.
6504 * gdb.base/signals.exp: Update.
6505 * gdb.base/sizeof.exp: Update.
6506 * gdb.base/so-impl-ld.exp: Update.
6507 * gdb.base/so-indr-cl.exp: Update.
6508 * gdb.base/solib-disc.exp: Update.
6509 * gdb.base/solib-display.exp: Update.
6510 * gdb.base/solib-nodir.exp: Update.
6511 * gdb.base/solib-overlap.exp: Update.
6512 * gdb.base/solib-symbol.exp: Update.
6513 * gdb.base/solib-weak.exp: Update.
6514 * gdb.base/solib.exp: Update.
6515 * gdb.base/store.exp: Update.
6516 * gdb.base/structs.exp: Update.
6517 * gdb.base/structs2.exp: Update.
6518 * gdb.base/type-opaque.exp: Update.
6519 * gdb.base/unload.exp: Update.
6520 * gdb.base/varargs.exp: Update.
6521 * gdb.base/volatile.exp: Update.
6522 * gdb.base/watch_thread_num.exp: Update.
6523 * gdb.base/watchpoint-solib.exp: Update.
6524 * gdb.base/watchpoint.exp: Update.
6525 * gdb.base/watchpoints.exp: Update.
6526 * gdb.base/whatis.exp: Update.
6527 * gdb.cell/arch.exp: Update.
6528 * gdb.cell/break.exp: Update.
6529 * gdb.cell/bt.exp: Update.
6530 * gdb.cell/core.exp: Update.
6531 * gdb.cell/data.exp: Update.
6532 * gdb.cell/ea-cache.exp: Update.
6533 * gdb.cell/f-regs.exp: Update.
6534 * gdb.cell/fork.exp: Update.
6535 * gdb.cell/gcore.exp: Update.
6536 * gdb.cell/mem-access.exp: Update.
6537 * gdb.cell/ptype.exp: Update.
6538 * gdb.cell/registers.exp: Update.
6539 * gdb.cell/sizeof.exp: Update.
6540 * gdb.cell/solib-symbol.exp: Update.
6541 * gdb.cell/solib.exp: Update.
6542 * gdb.cp/ambiguous.exp: Update.
6543 * gdb.cp/breakpoint.exp: Update.
6544 * gdb.cp/bs15503.exp: Update.
6545 * gdb.cp/casts.exp: Update.
6546 * gdb.cp/class2.exp: Update.
6547 * gdb.cp/cpexprs.exp: Update.
6548 * gdb.cp/cplusfuncs.exp: Update.
6549 * gdb.cp/ctti.exp: Update.
6550 * gdb.cp/dispcxx.exp: Update.
6551 * gdb.cp/gdb1355.exp: Update.
6552 * gdb.cp/gdb2384.exp: Update.
6553 * gdb.cp/gdb2495.exp: Update.
6554 * gdb.cp/infcall-dlopen.exp: Update.
6555 * gdb.cp/local.exp: Update.
6556 * gdb.cp/m-data.exp: Update.
6557 * gdb.cp/m-static.exp: Update.
6558 * gdb.cp/mb-ctor.exp: Update.
6559 * gdb.cp/mb-inline.exp: Update.
6560 * gdb.cp/mb-templates.exp: Update.
6561 * gdb.cp/member-ptr.exp: Update.
6562 * gdb.cp/method.exp: Update.
6563 * gdb.cp/namespace.exp: Update.
6564 * gdb.cp/nextoverthrow.exp: Update.
6565 * gdb.cp/nsdecl.exp: Update.
6566 * gdb.cp/nsrecurs.exp: Update.
6567 * gdb.cp/nsstress.exp: Update.
6568 * gdb.cp/nsusing.exp: Update.
6569 * gdb.cp/pr-1023.exp: Update.
6570 * gdb.cp/pr-1210.exp: Update.
6571 * gdb.cp/pr-574.exp: Update.
6572 * gdb.cp/pr9631.exp: Update.
6573 * gdb.cp/printmethod.exp: Update.
6574 * gdb.cp/psmang.exp: Update.
6575 * gdb.cp/re-set-overloaded.exp: Update.
6576 * gdb.cp/rtti.exp: Update.
6577 * gdb.cp/shadow.exp: Update.
6578 * gdb.cp/templates.exp: Update.
6579 * gdb.cp/try_catch.exp: Update.
6580 * gdb.dwarf2/dw2-ranges.exp: Update.
6581 * gdb.dwarf2/pr10770.exp: Update.
6582 * gdb.fortran/library-module.exp: Update.
6583 * gdb.hp/gdb.aCC/optimize.exp: Update.
6584 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6585 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6586 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6587 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6588 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6589 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6590 * gdb.hp/gdb.compat/xdb1.exp: Update.
6591 * gdb.hp/gdb.compat/xdb2.exp: Update.
6592 * gdb.hp/gdb.compat/xdb3.exp: Update.
6593 * gdb.hp/gdb.defects/bs14602.exp: Update.
6594 * gdb.hp/gdb.defects/solib-d.exp: Update.
6595 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6596 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6597 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6598 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6599 * gdb.mi/gdb792.exp: Update.
6600 * gdb.mi/mi-pending.exp: Update.
6601 * gdb.mi/mi-solib.exp: Update.
6602 * gdb.mi/mi-var-cp.exp: Update.
6603 * gdb.opt/clobbered-registers-O2.exp: Update.
6604 * gdb.opt/inline-bt.exp: Update.
6605 * gdb.opt/inline-cmds.exp: Update.
6606 * gdb.opt/inline-locals.exp: Update.
6607 * gdb.python/py-events.exp: Update.
6608 * gdb.python/py-finish-breakpoint.exp: Update.
6609 * gdb.python/py-type.exp: Update.
6610 * gdb.reverse/solib-precsave.exp: Update.
6611 * gdb.reverse/solib-reverse.exp: Update.
6612 * gdb.server/solib-list.exp: Update.
6613 * gdb.stabs/weird.exp: Update.
6614 * gdb.threads/attach-into-signal.exp: Update.
6615 * gdb.threads/attach-stopped.exp: Update.
6616 * gdb.threads/tls-shared.exp: Update.
6617 * gdb.trace/change-loc.exp: Update.
6618 * gdb.trace/strace.exp: Update.
6619
95c391b6
TT
66202012-06-19 Tom Tromey <tromey@redhat.com>
6621
6622 * gdb.base/whatis.exp: Add tests.
6623
e910f0b6
TT
66242012-06-19 Tom Tromey <tromey@redhat.com>
6625
6626 * gdb.cp/m-static.cc (keepalive): New function.
6627 (gnu_obj_1::method): Use it.
6628
422d65e7
DE
66292012-06-18 Doug Evans <dje@google.com>
6630
6631 * gdb.base/info-fun.exp: New file.
6632 * gdb.base/info-fun.c: New file.
6633 * gdb.base/info-fun-solib.c: New file.
6634
e2e4d78b
JK
66352012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6636
6637 Remove stale dummy frames.
6638 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6639 (maintenance info breakpoints): New tests.
6640 * gdb.base/stale-infcall.c: New file.
6641 * gdb.base/stale-infcall.exp: New file.
6642
1788b2d3
JK
66432012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * gdb.arch/amd64-entry-value-param.S: New file.
6646 * gdb.arch/amd64-entry-value-param.c: New file.
6647 * gdb.arch/amd64-entry-value-param.exp: New file.
6648
663b969e
TT
66492012-06-15 Tom Tromey <tromey@redhat.com>
6650
6651 * gdb.cp/namespace.exp: Add "show lang" test.
6652
8e09ad05
IS
66532012-06-15 Iain Sandoe <iain@codesourcery.com>
6654
6655 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6656 case. (top level): Use gdb_file_cmd instead of gdb_load.
6657
f85e18ee
JK
66582012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6659
6660 PR tdep/14222
6661 * gdb.arch/i386-sse-stack-align.S: New file.
6662 * gdb.arch/i386-sse-stack-align.c: New file.
6663 * gdb.arch/i386-sse-stack-align.exp: New file.
6664
f3b5e280
KS
66652012-06-13 Keith Seitz <keiths@redhat.com>
6666
6667 PR breakpoints/13798 and mi/11541
6668 * gdb.linespec/ls-errs.exp: Add a few more tests for
6669 filenames with spaces and colons.
6670
50af5481
JK
66712012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6674 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6675 (test_function): Call CV_f.
6676 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6677 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6678 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6679 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6680 (p CV_f(CV::i)): New tests.
6681
d55637df
TT
66822012-06-13 Tom Tromey <tromey@redhat.com>
6683
6684 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6685
cc80f267
JK
66862012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 Fix regression by the "ambiguous linespec" series.
6689 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6690 tests.
6691
bb2af9cc
JK
66922012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6693
6694 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6695 missing.
6696
e81a37f7
TT
66972012-06-11 Tom Tromey <tromey@redhat.com>
6698
6699 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6700 location...
6701 (main): ...here.
6702
8efd7788
YQ
67032012-06-07 Yao Qi <yao@codesourcery.com>
6704
6705 * gdb.trace/strace.exp: Shorten some too-long lines.
6706
359f5fe6
PA
67072012-06-06 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.threads/clone-new-thread-event.c: New file.
6710 * gdb.threads/clone-new-thread-event.exp: New file.
6711
7b2fe205
YQ
67122012-06-06 Yao Qi <yao@codesourcery.com>
6713
6714 * gdb.base/dprintf.c (main): Add extra parameter when calling
6715 printf and fprintf.
6716 (bar): New function. It is a dead function, but to ensure
6717 'malloc' is linked explicitly.
6718
3eca55e8
YQ
67192012-06-06 Yao Qi <yao@codesourcery.com>
6720
6721 * gdb.base/info-proc.exp: Return if target doesn't support
6722 'info proc'.
6723
91cc9324
JK
67242012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6725
6726 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6727 (run program with breakpoint commands): XFAIl if it is not.
6728
c56e7c43
JB
67292012-06-05 Joel Brobecker <brobecker@adacore.com>
6730
6731 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6732 and add comment.
6733 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6734 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6735 "STOP" marker. Adjust testing strategy to make it work on
6736 all targets.
6737
6738 * gdb.base/print-file-var-main.c (main): Rewrite using local
6739 variables and adjust get_version_2's return value check.
6740 Add small comment.
6741 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6742 marker. Adjust testing strategy to make it work on all targets.
6743
ccab2054
JB
67442012-06-05 Joel Brobecker <brobecker@adacore.com>
6745
6746 * gdb.ada/bad-task-bp-keyword: New testcase.
6747
d0d86158
JK
67482012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6751 Simplify it to ...
6752 (symbol-file ${testfile1}): ... here.
6753 (test eliminated var my_global_symbol)
6754 (test eliminated var my_static_symbol)
6755 (test eliminated var my_global_func, get address of main): Wrap them to
6756 'single psymtabs' and 'single symtabs'
6757 (get address of my_global_symbol, get address of my_static_symbol)
6758 (get address of my_global_func, get address of main): Wrap them to
6759 'order1' and 'order2'.
6760
952cf74c
JK
6761 * gdb.base/code_elim.exp
6762 (add-symbol-file ${testfile1} 0x100000)
6763 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6764 'order2'.
6765 (order1: add-symbol-file ${testfile1} 0x100000)
6766 (order1: add-symbol-file ${testfile2} 0x200000)
6767 (order2: add-symbol-file ${testfile2} 0x200000)
6768 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6769 .bss as appropriate.
6770
0c5bf5a9
JK
67712012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6772
6773 * gdb.server/solib-list-lib.c: New file.
6774 * gdb.server/solib-list-main.c: New file.
6775 * gdb.server/solib-list.exp: New file.
6776
4196f325
MR
67772012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6778
6779 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6780 for 'set print symbol' change.
6781
bfb05775
JK
67822012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6783
6784 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6785 .debug_abbrev_seg3.
6786
685b1105
JK
67872012-05-24 John Steele Scott <toojays@toojays.net>
6788
6789 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6790 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6791 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6792
f3e0e960
SS
67932012-05-23 Stan Shebs <stan@codesourcery.com>
6794
6795 * gdb.mi/mi-info-os.exp: New file.
6796
11eb1b4d
KS
67972012-05-23 Keith Seitz <keiths@redhat.com>
6798
6799 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6800 return -1 to suppress the rest of the tests.
6801 (compile_stap_bin): Return boolean success value.
6802
b1af9e97
TT
68032012-05-21 Tom Tromey <tromey@redhat.com>
6804
6805 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6806 Remove kfails.
6807 (test_print_mi_member_types): Likewise.
6808
248537e3
TT
68092012-05-21 Tom Tromey <tromey@redhat.com>
6810
6811 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6812 print symbol' change.
6813
d791e155
TJB
68142012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6815
6816 * gdb.python/py-prompt.exp: Quit if the target is remote.
6817
e77afa2e
JK
68182012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6819
6820 Fix ERROR: internal buffer is full.
6821 * gdb.base/info-os.exp (expect_multiline): New function.
6822 (get process list, get process groups, get threads)
6823 (get file descriptors, get internet-domain sockets)
6824 (get shared-memory regions, get semaphores, get message queues): Use
6825 it for these tests.
6826
9cb709b6
TT
68272012-05-18 Tom Tromey <tromey@redhat.com>
6828
6829 * gdb.mi/mi-var-cmd.exp: Update.
6830 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6831 * gdb.cp/virtbase.exp: Update.
6832 * gdb.cp/classes.exp (test_static_members): Update.
6833 * gdb.cp/casts.exp: Update.
6834 * gdb.base/pointers.exp: Update.
6835 * gdb.base/funcargs.exp (pointer_args): Update.
6836 (structs_by_reference): Update.
6837 * gdb.base/find.exp: Update.
6838 * gdb.base/call-strs.exp: Send "set print symbol off".
6839 * gdb.base/call-ar-st.exp: Update.
6840 * gdb.ada/fun_addr.exp: Update.
6841 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6842 Call it.
6843 (test_print_repeats_10, test_print_strings)
6844 (test_print_char_arrays): Update.
6845
b012acdd
TT
68462012-05-18 Tom Tromey <tromey@redhat.com>
6847
6848 * gdb.base/charset.exp (string_display): Update.
6849
1d51a733
TT
68502012-05-18 Tom Tromey <tromey@redhat.com>
6851
6852 * gdb.mi/mi2-var-display.exp: Update.
6853 * gdb.mi/mi-var-display.exp: Update.
6854 * gdb.mi/mi-var-child.exp: Update.
6855 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6856 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6857
957df313
DE
68582012-05-17 Doug Evans <dje@google.com>
6859
682c7f7b
DE
6860 * info-macros.exp: Pass "debug" to prepare_for_testing.
6861
957df313
DE
6862 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6863 * gdb.ada/Makefile.in (clean): Ditto.
6864 * gdb.arch/Makefile.in (clean): Ditto.
6865 * gdb.asm/Makefile.in (clean): Ditto.
6866 * gdb.base/Makefile.in (clean): Ditto.
6867 * gdb.cell/Makefile.in (clean): Ditto.
6868 * gdb.cp/Makefile.in (clean): Ditto.
6869 * gdb.disasm/Makefile.in (clean): Ditto.
6870 * gdb.dwarf2/Makefile.in (clean): Ditto.
6871 * gdb.fortran/Makefile.in (clean): Ditto.
6872 * gdb.go/Makefile.in (clean): Ditto.
6873 * gdb.hp/Makefile.in (clean): Ditto.
6874 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6875 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6876 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6877 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6878 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6879 * gdb.java/Makefile.in (clean): Ditto.
6880 * gdb.linespec/Makefile.in (clean): Ditto.
6881 * gdb.mi/Makefile.in (clean): Ditto.
6882 * gdb.modula2/Makefile.in (clean): Ditto.
6883 * gdb.multi/Makefile.in (clean): Ditto.
6884 * gdb.objc/Makefile.in (clean): Ditto.
6885 * gdb.opencl/Makefile.in (clean): Ditto.
6886 * gdb.opt/Makefile.in (clean): Ditto.
6887 * gdb.pascal/Makefile.in (clean): Ditto.
6888 * gdb.python/Makefile.in (clean): Ditto.
6889 * gdb.reverse/Makefile.in (clean): Ditto.
6890 * gdb.server/Makefile.in (clean): Ditto.
6891 * gdb.stabs/Makefile.in (clean): Ditto.
6892 * gdb.threads/Makefile.in (clean): Ditto.
6893 * gdb.trace/Makefile.in (clean): Ditto.
6894 * gdb.xml/Makefile.in (clean): Ditto.
6895
abc9d0dc
TT
68962012-05-16 Tom Tromey <tromey@redhat.com>
6897
6898 * gdb.base/macscp1.c (macscp_expr): Add comment.
6899 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6900
6a3a010b
MR
69012012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6902
6903 * gdb.base/return-nodebug.exp: Also test float and double types.
6904
01429c8e
JK
69052012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6906
6907 PR testsuite/12649
6908 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6909
54115cd4
JK
6910 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6911
0c5f383f
SDJ
69122012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6913
6914 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6915 `rerun_to_main'.
6916 (stap_test_no_debuginfo): Likewise.
6917
e7e0cddf
SS
69182012-05-14 Stan Shebs <stan@codesourcery.com>
6919
6920 * gdb.base/dprintf.c: New file.
6921 * gdb.base/dprintf.exp: New file.
6922
c772f8e7
HZ
69232012-05-14 Hui Zhu <hui_zhu@mentor.com>
6924
6925 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6926 * gdb.trace/disconnected-tracing.c: New file.
6927 * gdb.trace/disconnected-tracing.exp: New file.
6928
7efc75aa
SCR
69292012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6930
6931 * gdb.python/python.c: Add a new breakpoint comment.
6932 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6933
85d4a676
SS
69342011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6935
6936 * gdb.base/info-os.exp: New file.
6937 * gdb.base/info-os.c: New file.
6938
64ea88dc
JB
69392012-05-10 Joel Brobecker <brobecker@adacore.com>
6940
4647ab1b
JB
6941 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6942 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6943 New files.
64ea88dc 6944
afba63f1
JB
69452012-05-10 Joel Brobecker <brobecker@adacore.com>
6946
6947 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6948 gdb.base/ctxobj.exp: New files.
6949
9d198b1e
TT
69502012-05-09 Tom Tromey <tromey@redhat.com>
6951
6952 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6953
9bfee719
MR
69542012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6955
6956 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6957
3a7341d8
MR
69582012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6959
6960 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6961 before using it.
6962
52b3699b
TG
69632012-05-04 Tristan Gingold <gingold@adacore.com>
6964
6965 * gdb.base/set-noassign.exp: New test.
6966
a20ee7a4
SCR
69672012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6968
6969 * gdb.python/py-symbol.exp: Add tests to test the new methods
6970 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6971 * gdb.python/py-symbol.c: Add new struct to help test
6972 gdb.Symtab.static_block().
6973
bf2f0858
DE
69742012-05-03 Doug Evans <dje@google.com>
6975
6976 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6977 commented out.
6978
2d4e0376
YQ
69792012-05-03 Yao Qi <yao@codesourcery.com>
6980
6981 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6982 doesn't support.
6983 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6984 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6985
6d0bb9f3
YQ
69862012-05-03 Yao Qi <yao@codesourcery.com>
6987
6988 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6989
fd820528
DE
69902012-04-30 Doug Evans <dje@google.com>
6991
6992 PR testsuite/13961
6993 * gdb.dwarf2/pr13961.S: New file.
6994 * gdb.dwarf2/pr13961.exp: New file.
6995
b9e219b9
YQ
69962012-04-29 Yao Qi <yao@codesourcery.com>
6997
6998 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6999
3019eac3
DE
70002012-04-28 Doug Evans <dje@google.com>
7001
7002 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
7003 .Ltype_int_in_cu2. Use name "int2" instead of "int".
7004 All uses updated.
7005 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
7006 "ptype func_cu1" to expand cu2 before cu1.
7007
62e5f89c
SDJ
70082012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7009 Tom Tromey <tromey@redhat.com>
7010
7011 * gdb.base/default.exp: Add `$_probe_arg*' convenience
7012 variables.
7013 * gdb.base/stap-probe.c: New file.
7014 * gdb.base/stap-probe.exp: New file.
7015 * gdb.trace/stap-trace.c: New file.
7016 * gdb.trace/stap-trace.exp: New file.
7017 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
7018 libgcc's unwinder.
7019
14132e89
MR
70202012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7021
7022 * gdb.arch/mips16-thunks-inmain.c: New file.
7023 * gdb.arch/mips16-thunks-main.c: New file.
7024 * gdb.arch/mips16-thunks-sin.c: New file.
7025 * gdb.arch/mips16-thunks-sinfrob.c: New file.
7026 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
7027 * gdb.arch/mips16-thunks-sinmain.c: New file.
7028 * gdb.arch/mips16-thunks-sinmips16.c: New file.
7029 * gdb.arch/mips16-thunks.exp: New file.
7030
a766d390
DE
70312012-04-25 Doug Evans <dje@google.com>
7032
7033 * configure.ac: Create gdb.go/Makefile.
7034 * configure: Regenerate.
7035 * gdb.base/default.exp: Add "go" to "set language" testing.
7036 * gdb.go/Makefile.in: New file.
7037 * gdb.go/basic-types.exp: New file.
7038 * gdb.go/chan.exp: New file.
7039 * gdb.go/chan.go: New file.
7040 * gdb.go/handcall.exp: New file.
7041 * gdb.go/handcall.go: New file.
7042 * gdb.go/hello.exp: New file.
7043 * gdb.go/hello.go: New file.
7044 * gdb.go/integers.exp: New file.
7045 * gdb.go/integers.go: New file.
7046 * gdb.go/methods.exp: New file.
7047 * gdb.go/methods.go: New file.
7048 * gdb.go/package.exp: New file.
7049 * gdb.go/package1.go: New file.
7050 * gdb.go/package2.go: New file.
7051 * gdb.go/print.exp: New file.
7052 * gdb.go/strings.exp: New file.
7053 * gdb.go/strings.go: New file.
7054 * gdb.go/types.exp: New file.
7055 * gdb.go/types.go: New file.
7056 * gdb.go/unsafe.exp: New file.
7057 * gdb.go/unsafe.go: New file.
7058 * lib/future.exp: Add Go support.
7059 (gdb_find_go, gdb_find_go_linker): New procs.
7060 (gdb_default_target_compile): Add Go support.
7061 * lib/gdb.exp (skip_go_tests): New proc.
7062 * lib/go.exp: New file.
7063
e65f9ffb
TT
70642012-04-25 Tom Tromey <tromey@redhat.com>
7065
7066 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7067
14e75d8e
JK
70682012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7069 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 PR symtab/7259:
7072 * gdb.base/enumval.c: New test case.
7073 * gdb.base/enumval.exp: New test case.
7074 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7075 field.bitpos.
7076
f3525b70
PA
70772012-04-17 Pedro Alves <palves@redhat.com>
7078
7079 * Makefile.in (site.exp): Make site.exp source
7080 $srcdir/lib/append_gdb_boards_dir.exp.
7081 * lib/append_gdb_boards_dir.exp: New file.
7082
bccbefd2
JK
70832012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 New option "set auto-load safe-path".
7086 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7087 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7088
bf88dd68
JK
70892012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 auto-load: Implementation.
7092 * gdb.base/help.exp (test set height): Increase the height.
7093 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7094 to ...
7095 (info auto-load python-scripts): ... here.
7096 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7097 to ...
7098 (info auto-load python-scripts *): ... here.
7099
c0d4d1c0
YQ
71002012-04-16 Yao Qi <yao@codesourcery.com>
7101
7102 * lib/trace-support.exp (get_in_proc_agent): New.
7103 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7104 of in process trace agent.
7105 * gdb.trace/ftrace.exp: Likewise.
7106 * gdb.trace/pending.exp: Likewise.
7107 * gdb.trace/trace-break.exp: Likewise.
7108 * gdb.trace/trace-mt.exp
7109 * gdb.trace/tspeed.exp: Likewise.
7110 * gdb.trace/tstatus.exp
7111 * gdb.trace/strace.exp: Likewise.
7112
cbf68a60
TS
71132012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7114
dd6d3b70
TS
7115 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7116 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7117
cbf68a60
TS
7118 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7119
8264ba82
AG
71202012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7121
7122 PR mi/13393
7123 * gdb.mi/mi-var-rtti.cc: New file.
7124 * gdb.mi/mi-var-rtti.exp: New file.
7125 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7126 function.
7127 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7128
de0919f8 71292012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
7130
7131 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7132 EXECUTABLES.
7133 * gdb.python/py-explore.c: C program used for testing the new
7134 'explore' command on C constructs.
7135 * gdb.python/py-explore.cc: C++ program used for testing the new
7136 'explore' command on C++ constructs.
7137 * gdb-python/py-explore.exp: Tests for the new 'explore'
7138 command on C constructs.
7139 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7140 command on C++ constructs.
7141
a82da7dd
MK
71422012-04-07 Mark Kettenis <kettenis@gnu.org>
7143
7144 * gdb.base/funcargs.exp (complex_args): Fix typo.
7145
e127cba8
JK
71462012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7149 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7150
40e084e1
KS
71512012-04-05 Keith Seitz <keiths@redhat.com>
7152
7153 * gdb.base/advance.exp: Update error message for
7154 "advance malformed" test.
7155 * gdb.base/break.exp: Likewise for "breakpoint with
7156 trailing garbage" test.
7157 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7158 with trailing garbage" test.
7159 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7160 trailng garbage" test.
7161 * gdb.base/until.exp: Likewise for "malformed until" test.
7162 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7163 for "breakpoint info (after setting on all)".
7164 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7165 tests.
7166 * gdb.cp/cplabel.cc: New file.
7167 * gdb.cp/cplabel.exp: New test.
7168 * gdb.linespec/ls-errs.c: New file.
7169 * gdb.linespec/ls-errs.exp: New test.
7170
a72c8f6a
JK
71712012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7172
7173 * gdb.trace/unavailable.exp
7174 (collect globals: print object on: print derived_partial)
7175 (collect globals: print object on: print derived_whole)
7176 (collect globals: print object off: print derived_partial)
7177 (collect globals: print object off: print derived_whole): Update
7178 expected output.
7179
f87a3023
KS
71802012-03-30 Keith Seitz <keiths@redhat.com>
7181
7182 * gdb.python: Add test for linespecs with commas.
7183
e2171b3c
KS
71842012-03-28 Keith Seitz <keiths@redhat.com>
7185
7186 * gdb.linespec/ls-dollar.cc: New file.
7187 * gdb.linespec/ls-dollar.exp: New test.
7188
71892012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
7190
7191 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7192 starting with the global namespace.
7193
2f4e0a80
DE
71942012-03-23 Doug Evans <dje@google.com>
7195
7196 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7197
7b282c5a
SCR
71982012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7199
7200 * gdb.python/py-value.cc: Add test case for testing the
7201 methodology exposing C++ values to Python.
7202 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7203 exposing C++ values to Python.
7204 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7205
2e98ca53
JK
72062012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7207 Siddhesh Poyarekar <siddhesh@redhat.com>
7208
7209 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7210 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7211 (generate native core dump): Make the test unsupported if core cannot
7212 be generated.
7213
8320cc4f
JK
72142012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7215
7216 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7217 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7218 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7219
3a69ffb2
JK
72202012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7221
7222 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7223
8fabffee
DE
72242012-03-17 Doug Evans <dje@google.com>
7225
7226 * dg-extract-results.sh: Handle KFAILs.
7227
ab260dad
JK
72282012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7229
7230 PR symtab/13777
7231 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7232
53ba8333
JB
72332012-03-16 Joel Brobecker <brobecker@adacore.com>
7234
7235 * gdb.ada/set_pckd_arr_elt: New testcase.
7236
481860b3
GB
72372012-03-16 Gary Benson <gbenson@redhat.com>
7238
7239 PR breakpoints/10738
7240 * gdb.opt/inline-break.exp: New file.
7241 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
7242 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7243 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
7244 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7245 * gdb.base/async-shell.exp: Likewise.
7246 * lib/mi-support.exp (library_loaded_re): Likewise.
7247
410528f0
TT
72482012-03-15 Tom Tromey <tromey@redhat.com>
7249
7250 * gdb.cp/virtfunc2.exp: Update expected output.
7251 * gdb.cp/pr9631.exp: Update expected output.
7252 * gdb.cp/member-ptr.exp: Update expected output.
7253 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7254 output.
7255 * gdb.cp/casts.exp: Update expected output.
7256
c4aeac85
TT
72572012-03-15 Tom Tromey <tromey@redhat.com>
7258
7259 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7260 (test_info_vtbl): Likewise.
7261 (do_tests): Call test_info_vtbl.
7262 * gdb.cp/virtfunc.cc (va): New global.
7263
856d06f9
TS
72642012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7265
7266 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7267 describing DWARF data structures.
7268 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7269 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7270 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7271 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7272 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7273 * gdb.dwarf2/dw2-param-error.S: Likewise.
7274 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7275 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7276 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7277 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7278 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7279 * gdb.dwarf2/pr11465.S: Likewise.
7280
e837f12a
JK
72812012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7282
7283 * gdb.mi/mi2-prompt.exp: New file.
7284
ccbb4f28
JB
72852012-03-13 Joel Brobecker <brobecker@adacore.com>
7286
7287 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7288
32039130
JB
72892012-03-13 Joel Brobecker <brobecker@adacore.com>
7290
7291 * gdb.ada/bp_range_type: New testcase.
7292
16899756
DE
72932012-03-13 Doug Evans <dje@google.com>
7294
7295 * gdb.base/default.exp: Delete tests for symbol-reloading.
7296 * gdb.base/help.exp: Ditto.
7297 * gdb.base/setshow.exp: Ditto.
7298 * gdb.base/gdb_history: Delete references to symbol-reloading.
7299
87b0bb13
JK
73002012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.base/attach-twice.c: New files.
7303 * gdb.base/attach-twice.exp: New files.
7304
0d7941a9
KS
73052012-03-08 Keith Seitz <keiths@redhat.com>
7306
7307 * lib/gdb.exp (gdb_get_line_number): Throw an
7308 error instead of returning -1.
7309 * gdb.base/break.exp: Remove unused variable
7310 bp_location5.
7311 * gdb.base/hbreak2.exp: Likewise.
7312 * gdb.base/sepdebug.exp: Likewise.
7313
f4647387
YQ
73142012-03-08 Yao Qi <yao@codesourcery.com>
7315 Pedro Alves <palves@redhat.com>
7316
7317 Fix PR server/13392.
7318 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7319 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7320 download tracepoints.
7321 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7322 (pending_tracepoint_resolved_during_trace): Likewise.
7323 (pending_tracepoint_installed_during_trace): Likewise.
7324 (pending_tracepoint_with_action_resolved): Likewise.
7325
83c532cb
KS
73262012-03-08 Keith Seitz <keiths@redhat.com>
7327
7328 * gdb.ada/array_bounds.exp: Get breakpoint for line
7329 with "START", not "STOP".
7330 * gdb.python/py-infthread.exp: Do not continue to
7331 line marked "Break here.", which is undefined.
7332
d6b6bbb7
LM
73332012-03-08 Luis Machado <lgustavo@codesourcery.com>
7334
7335 Revert:
7336
7337 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7338
7339 Implement testsuite workaround for PR breakpoints/13781.
7340 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7341 (set breakpoint condition-evaluation host): New conditional command.
7342
7fe25d9b
JK
73432012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7344
7345 Fix CU relative vs. absolute DIE offsets.
7346 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7347 one.
7348
51898c15
JK
73492012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7350
7351 Fix false FAIL on distros with relro linkage as default.
7352 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7353 -Wl,-z,norelro first.
7354
8131799e
JB
73552012-03-06 Joel Brobecker <brobecker@adacore.com>
7356
7357 * gdb.ada/bp_on_var: New testcase.
7358
ba241969
JB
73592012-03-06 Joel Brobecker <brobecker@adacore.com>
7360
7361 * gdb.ada/bp_enum_homonym: New testcase.
7362
abe49676
YQ
73632012-03-06 Yao Qi <yao@codesourcery.com>
7364
7365 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7366 x86_64-*-* and i?86-*-*.
7367 Set up KFAIL for gdb/13808.
7368
d8df103b
TT
73692012-03-05 Tom Tromey <tromey@redhat.com>
7370
7371 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7372 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7373
b7b189f3
TT
73742012-03-05 Tom Tromey <tromey@redhat.com>
7375
7376 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7377
69dc1c4d
YQ
73782012-03-04 Yao Qi <yao@codesourcery.com>
7379
7380 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7381 messages for KFAIL.
7382
3f20c47f
JK
73832012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7384
7385 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7386 (print one_two_three, indexes off, print few_reps, indexes off)
7387 (print many_reps, indexes off, print empty, indexes off)
7388 (print one_two_three, print few_reps, print many_reps, print empty):
7389 Call setup_xfail if $gcc_old.
7390
abf1152a
JK
73912012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7392
7393 Implement testsuite workaround for PR breakpoints/13781.
7394 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7395 (set breakpoint condition-evaluation host): New conditional command.
7396
a06715f8
JK
73972012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7398
7399 Code cleanup.
7400 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7401 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7402 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7403 number 1 by $bpnum. Four times.
7404
5808517f
YQ
74052012-03-03 Yao Qi <yao@codesourcery.com>
7406
7407 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7408
dfe2ac14
JK
74092012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 Setup KFAIL for PR server/13796.
7412 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7413
8bbc467a
JB
74142012-03-02 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.ada/operator_bp: New testcase.
7417
c0eac87f
JB
74182012-03-02 Joel Brobecker <brobecker@adacore.com>
7419
7420 * gdb.ada/info_locals_renaming: New testcase.
7421
4f42c881
TT
74222012-03-02 Tom Tromey <tromey@redhat.com>
7423
7424 * gdb.base/nextoverexit.c: New file.
7425 * gdb.base/nextoverexit.exp: New file.
7426
7380c0c9
EBM
74272012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7428
7429 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7430 parameter.
7431
1faeff08
MR
74322012-03-01 Maciej W. Rozycki <macro@mips.com>
7433
7434 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7435 core registers.
7436
320b6f49 74372012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
7438 Maciej W. Rozycki <macro@codesourcery.com>
7439 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
7440
7441 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7442
ad5f7d6e
PA
74432012-03-01 Pedro Alves <palves@redhat.com>
7444
7445 PR gdb/13767
7446
7447 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7448 (gdb_collect_globals_test): Call it.
7449
d3dc44a6
KS
74502012-03-01 Keith Seitz <keiths@redhat.com>
7451
7452 * gdb.cp/method2.exp: Output of overload menu is now
7453 alphabetized. Update tests for "break A::method".
7454 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7455 of hard-coding them.
7456 Overload menu is alphabetized: rewrite to accommodate.
7457 Unset variables LINE and TYPES which are used in other tests.
7458 Compute the output of "info break".
7459 Update the breakpoint table after all breakpoints are deleted.
7460 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7461 compute ACTUALS and the method body based on parameters.
7462 Update expected output accordingly.
7463 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7464 unique comments to allow the use of gdb_get_line_number.
7465
74662012-03-01 Keith Seitz <keiths@redhat.com>
7467
7468 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7469 some Tcl syntax.
7470 * gdb.cp/ovldbreak.exp: Likewise.
7471
7949c2a0
KS
74722012-03-01 Keith Seitz <keiths@redhat.com>
7473
7474 * gdb.base/help.exp (help show user): Update expected result
7475 for new doc string changes (add "non-python").
7476
7d74f244
DE
74772012-03-01 Scott J. Goldman <scottjg@vmware.com>
7478
7479 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7480 be put in the user-defined category and that the commands appear in
7481 "help user-defined".
7482
1b611343
JB
74832012-02-29 Joel Brobecker <brobecker@adacore.com>
7484
7485 * gdb.ada/tagged_not_init: New testcase.
7486
99b1c762
JB
74872012-02-29 Joel Brobecker <brobecker@adacore.com>
7488
7489 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7490 * gdb.ada/enum_idx_packed: New testcase.
7491
2d4a02ee
JB
74922012-02-29 Joel Brobecker <brobecker@adacore.com>
7493
7494 * gdb.ada/aliased_array: New testcase.
7495
2e6fda7d
JB
74962012-02-29 Joel Brobecker <brobecker@adacore.com>
7497
7498 * gdb.ada/whatis_array_val: New testcase.
7499
9a7f938f
JK
75002012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7501
7502 Fix disp-step-syscall.exp: fork: single step over fork.
7503 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7504 whitespaces.
7505 (single step over $syscall): Remove its check.
7506 (single step over $syscall final pc): New check.
7507
8703a944
JK
75082012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7509
7510 Support processors without SSSE3.
7511 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7512 pabsd into ...
7513 (ssse3_test): ... a new function.
7514 (main): Call ssse3_test.
7515 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7516 Update expected values everywhere.
7517 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7518 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7519 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7520 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7521 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7522 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7523 Move these tests lower.
7524 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7525 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7526 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7527 New tests.
7528
c03e6ccc
YQ
75292012-02-29 Yao Qi <yao@codesourcery.com>
7530 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.trace/trace-mt.c: New.
7533 * gdb.trace/trace-mt.exp: New.
7534
7964b62a
TS
75352012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7536
2c8910ba
TS
7537 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7538 numbers instead of hardcoding them.
7539 * gdb.base/annota1.c: Provide suitable markers.
7540 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7541 numbers instead of hardcoding them.
7542 * gdb.base/annota3.c: Provide suitable markers.
7543
7544 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7545 * gdb.base/annota3.c: Likewise.
7546 * gdb.base/sigall.c: Likewise.
7547 * gdb.base/signals.c: Likewise.
7548 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 7549
5a41c0b7
MR
75502012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7551
7552 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7553 failure return path.
7554
ebbbe5c5
LM
75552012-02-27 Luis Machado <lgustavo@codesourcery.com>
7556
7557 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7558
8d126d8a
LM
75592012-02-24 Luis Machado <lgustavo@codesourcery.com>
7560
7561 * gdb.base/cond-eval-mode.exp: New file.
7562
11337c2f
PA
75632012-02-24 Pedro Alves <palves@redhat.com>
7564
7565 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7566 (top level): Use with_test_prefix.
7567
13fc3e3c
PA
75682012-02-24 Pedro Alves <palves@redhat.com>
7569
7570 * gdb.threads/attach-into-signal.exp (corefunc): Use
7571 with_test_prefix.
7572
07c1b626
JK
75732012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7574
7575 Fix false FAILs on old CPUs without SSE.
7576 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7577 Return untested for Illegal instruction.
7578
596ba138
JK
75792012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 Fix false FAILs with glibc debug infos installed.
7582 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7583 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7584
aeaa2474
SA
75852012-02-22 Sterling Augustine <saugustine@google.com>
7586
7587 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7588 constant with cast.
7589
aed555c9
PA
75902012-02-21 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7593
78afebb4
PA
75942012-02-21 Pedro Alves <palves@redhat.com>
7595
7596 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7597
fdcfef12
PA
75982012-02-21 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7601 with_test_prefix.
7602
0f4d39d5
PA
76032012-02-21 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7606 with_test_prefix here.
7607 (top level): Do it here instead. Remove `:' from the
7608 with_test_prefix string.
7609 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7610 the suffix `:' from the with_test_prefix prefix string.
7611 * gdb.base/break-interp.exp: Ditto.
7612 * gdb.base/catch-load.exp: Ditto.
7613 * gdb.base/disp-step-syscall.exp: Ditto.
7614 * gdb.base/jit-so.exp: Ditto.
7615 * gdb.base/jit.exp: Ditto.
7616 * gdb.base/sepdebug.exp: Ditto.
7617 * gdb.base/solib-display.exp: Ditto.
7618 * gdb.base/solib-overlap.exp: Ditto.
7619 * gdb.base/watch-cond-infcall.exp: Ditto.
7620 * gdb.base/watchpoint.exp: Ditto.
7621 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7622 * gdb.mi/mi-watch.exp: Ditto.
7623 * gdb.mi/mi2-watch.exp: Ditto.
7624 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7625 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7626 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7627 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7628 * gdb.threads/watchpoint-fork.exp: Ditto.
7629 * gdb.threads/watchthreads-reorder.exp: Ditto.
7630 * gdb.trace/change-loc.exp: Ditto.
7631 * gdb.trace/pending.exp: Ditto.
7632 * gdb.trace/status-stop.exp: Ditto.
7633 * gdb.trace/strace.exp: Ditto.
7634 * gdb.trace/trace-break.exp: Ditto.
7635 * gdb.trace/unavailable.exp: Ditto.
7636 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7637 suffix with colon. Adjust leading comments.
7638
6a5870ce
PA
76392012-02-21 Pedro Alves <palves@redhat.com>
7640 Tom Tromey <tromey@redhat.com>
7641
7642 * lib/gdb.exp: Add description of test prefixes.
7643 (with_test_prefix): New procedure.
7644 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7645 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7646 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7647 instead of lappend to append to pf_prefix.
7648 * gdb.base/catch-load.exp: Use with_test_prefix.
7649 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7650 * gdb.base/jit-so.exp: Use with_test_prefix.
7651 * gdb.base/jit.exp: Use with_test_prefix.
7652 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7653 lappend to append to pf_prefix.
7654 * gdb.base/sepdebug.exp: Use with_test_prefix.
7655 * gdb.base/solib-display.exp: Use with_test_prefix.
7656 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7657 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7658 * gdb.base/watchpoint.exp: Use with_test_prefix.
7659 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7660 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7661 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7662 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7663 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7664 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7665 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7666 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7667 append instead of lappend to append to pf_prefix.
7668 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7669 * gdb.trace/change-loc.exp: Use with_test_prefix.
7670 * gdb.trace/pending.exp: Use with_test_prefix.
7671 * gdb.trace/status-stop.exp: Use with_test_prefix.
7672 * gdb.trace/strace.exp: Use with_test_prefix.
7673 * gdb.trace/trace-break.exp: Use with_test_prefix.
7674 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7675 instead of lappend to append to pf_prefix.
7676
35dc4a6b
JK
76772012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7678
7679 Fix racy FAILs.
7680 * gdb.base/inferior-died.c (main): Add return of 0.
7681 * gdb.base/inferior-died.exp (continue): Fix expectation of
7682 asynchronous events.
7683 (p 1): New test.
7684
c5a006e6
PA
76852012-02-20 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7688 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7689 gdb's internal debug output. For the non-threaded case, look for
7690 "Program received signal SIGLARM", for the threaded case, peek at
7691 the thread's siginfo.
7692
cc51a170
PA
76932012-02-20 Pedro Alves <palves@redhat.com>
7694
7695 General cleanup, make output test messages unique, and build
7696 different executable files for the non-threaded and threaded
7697 cases.
7698
7699 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7700 Delete.
7701 (executable_nothr, executable_thr): New globals.
7702 (top level): Adjust to delete both executables.
7703 (corefunc): New parameter $executable. Set $pf_prefix instead of
7704 hand writing a prefix in tests. Issue a clean_restart and enable
7705 lin-lwp debug output here.
7706 (top level): Adjust. Use build_executable. Don't start gdb here,
7707 and don't enable lin-lwp debug output here.
7708 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7709
c755f03d
JK
77102012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 Fix racy FAILs.
7713 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7714 "continue" command.
7715
6bec5e0a
JK
77162012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 Fix for gdbserver non-extended mode.
7719 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7720 and gdb_run_cmd.
7721
2e8265fd
TT
77222012-02-17 Tom Tromey <tromey@redhat.com>
7723
7724 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7725 * gdb.python/py-events.exp: Check 'dir' output.
7726 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7727
9e507076
YQ
77282012-02-17 Yao Qi <yao@codesourcery.com>
7729
7730 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7731
32d22ab1
TT
77322012-02-16 Tom Tromey <tromey@redhat.com>
7733
7734 * gdb.base/inferior-died.c: Don't include stdio.h.
7735
9addecb9
TT
77362012-02-16 Tom Tromey <tromey@redhat.com>
7737
7738 * gdb.base/inferior-died.c: New file.
7739 * gdb.base/inferior-died.exp: New file.
7740
4cb6da1c
AR
77412012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7742
7743 * gdb.base/break-inline.exp: New file.
7744 * gdb.base/break-inline.c: New file.
7745
3af2590d
TT
77462012-02-15 Tom Tromey <tromey@redhat.com>
7747
7748 * gdb.base/pc-fp.exp: Add "info register" tests.
7749
29988831
TT
77502012-02-15 Tom Tromey <tromey@redhat.com>
7751
7752 * gdb.base/regs.exp: Remove.
7753
10010058
PA
77542012-02-15 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7757 the target doesn't support tracepoints.
7758 * gdb.trace/circ.exp: Ditto.
7759 * gdb.trace/collection.exp: Ditto.
7760 * gdb.trace/packetlen.exp: Ditto.
7761 * gdb.trace/passc-dyn.exp: Ditto.
7762 * gdb.trace/report.exp: Ditto.
7763 * gdb.trace/tfind.exp: Ditto.
7764 * gdb.trace/tspeed.exp: Ditto.
7765 * gdb.trace/tsv.exp: Ditto.
7766 * gdb.trace/unavailable.exp: Ditto.
7767 * gdb.trace/while-dyn.exp: Ditto.
7768
a2e0062d
PA
77692012-02-15 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7772 gdb_test_multiple, and call unsupported instead of fail, if the
7773 remote side does not support the request.
7774
a1999d40
PA
77752012-02-15 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7778 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7779 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7780 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7781 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7782 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7783 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7784 doesn't start with "extended-" already.
7785
7cee1e54
PA
77862012-02-15 Pedro Alves <palves@redhat.com>
7787
7788 Support extended-remote. Avoid cascading timeouts.
7789
7790 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7791 the extended-remote target. If attaching with no file fails, load
7792 the file manually.
7793 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7794
816338b5
SS
77952012-02-14 Stan Shebs <stan@codesourcery.com>
7796
7797 * gdb.base/ena-dis-br.exp: Add enable count test.
7798
cc30c4bd
PA
77992012-02-13 Pedro Alves <palves@redhat.com>
7800
7801 * config/mips-idt.exp: Delete.
7802 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7803 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7804 * gdb.base/break.exp: Remove mips-idt references.
7805 * gdb.base/chng-syms.exp: Ditto.
7806 * gdb.base/default.exp: Ditto.
7807 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7808 (top level): Don't call it.
7809 * gdb.base/opaque.exp: Remove mips-idt restarts.
7810 * gdb.base/ptype.exp: Remove mips-idt xfails.
7811 * gdb.base/scope.exp: Remove mips-idt restarts.
7812 * gdb.base/sepdebug.exp: Remove mips-idt references.
7813 * gdb.base/watchpoint.exp (maybe_clean_restart)
7814 (maybe_reinitialize): Delete.
7815 (test_disabling_watchpoints, test_disabling_watchpoints)
7816 (test_watchpoint_triggered_in_syscall)
7817 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7818 Don't call them.
7819
57008375
JK
78202012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7821
7822 * gdb.server/server-exec-info.exp: New file.
7823
4a2d9c08
PA
78242012-02-10 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7827 always non-empty.
7828 (test_attach): Always pass $exec to test_attach_gdb.
7829
09fa21bd
TT
78302012-02-08 Tom Tromey <tromey@redhat.com>
7831
7832 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7833 before inferior is started.
7834
f0823d2c
TT
78352012-02-07 Tom Tromey <tromey@redhat.com>
7836
7837 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7838 Symbol.value.
7839 * gdb.python/py-symbol.c (qq): Set default value.
7840
78412012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
7842
7843 * gdb.python/py-symbol.c (qq): New global.
7844 * gdb.python/py-symbol.exp: Add test for frame-less
7845 lookup_symbol.
7846 * gdb.python/py-symtab.exp: Fix line number.
7847
f7e44f65
JB
78482012-02-03 Joel Brobecker <brobecker@adacore.com>
7849
7850 * gdb.ada/mi_task_arg: New testcase.
7851
4c9ed63c
PA
78522012-02-02 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7855 extended timeout.
7856
c0b9f2c6
PA
78572012-02-02 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7860 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7861
5f8cefd7
PA
78622012-02-02 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/term.exp: Rewrite.
7865 * gdb.base/term.c: New.
7866
2f3a2569
PA
78672012-02-02 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.base/default.exp (run "r" abbreviation, run): Add
7870 extended-remote expected output.
7871
f149aabd
TT
78722012-02-02 Tom Tromey <tromey@redhat.com>
7873
7874 * gdb.cp/dispcxx.exp: New file.
7875 * gdb.cp/dispcxx.cc: New file.
7876
03bef283
TT
78772012-02-01 Tom Tromey <tromey@redhat.com>
7878
7879 * gdb.base/jit-simple.exp: New file.
7880 * gdb.base/jit-simple.c: New file.
7881
a79b18b5
YQ
78822012-01-30 Yao Qi <yao@codesourcery.com>
7883
7884 * gdb.base/skip.exp: Make test result unique.
7885
f0d1a53e
JK
78862012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7887
7888 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7889 compatibility with valgrind-3.7.0.
7890
4b3c9f41
PA
78912012-01-27 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/watchpoint.exp (no_hw): New global.
7894 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7895 disable hw watchpoints.
7896 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7897 don't expect hw watchpoints.
7898 (no_hw_watchpoints): Always clean restart.
7899 (do_tests): New procedure, factored out from the top level.
7900 (top level): Run tests twice. Once with hw watchpoints enabled,
7901 another time with hw watchpoints disabled.
7902
a13491c8
PA
79032012-01-27 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7906 out from the top level.
7907 (top level): Call it instead.
7908
f2c8a051
PA
79092012-01-27 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7912 watchpoints sooner.
7913
654d7a9e
PA
79142012-01-27 Pedro Alves <palves@redhat.com>
7915
7916 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7917
274f47f3
PA
79182012-01-27 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7921 "You may have requested too many hardware
7922 breakpoints/watchpoints".
7923
e4d63ba2
PA
79242012-01-27 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/watchpoint.exp (maybe_clean_restart)
7927 (maybe_reinitialize): New.
7928 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7929 expect "hit N times".
7930 (test_disabling_watchpoints, test_complex_watchpoint)
7931 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7932 Call maybe_clean_restart.
7933 (top level): Use clean_restart. Remove "mips-idt-*"
7934 reinitialization.
7935
dbd95daf
PA
79362012-01-27 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7939
f3ad2025
PA
79402012-01-27 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7943 require `initialize' anymore. Remove unnecessary `initialize'
7944 calls.
7945
100aa3ae
PA
79462012-01-27 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/watchpoint.exp (wp_set): Delete.
7949 (initialize, test_simple_watchpoint, top level): Remove dead code.
7950
c79a8e11
PA
79512012-01-27 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7954 typo.
7955
048fe15a
PA
79562012-01-27 Pedro Alves <palves@redhat.com>
7957
7958 * config/extended-gdbserver.exp: New file.
7959 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7960 comment.
7961 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7962 * boards/native-extended-gdbserver.exp: New file.
7963
4033a6bf
PA
79642012-01-26 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7967 and gdb_test_multiple.
7968
3d7f4b81
PA
79692012-01-26 Pedro Alves <palves@redhat.com>
7970
7971 Make test messages unique, and more identifiable.
7972 * gdb.multi/watchpoint-multi.exp: Change test messages.
7973
484abf42
TT
79742012-01-25 Tom Tromey <tromey@redhat.com>
7975
7976 * gdb.base/solib-disc.exp: Fix regexps.
7977
edcc5120
TT
79782012-01-24 Tom Tromey <tromey@redhat.com>
7979
7980 * lib/mi-support.exp (mi_expect_stop): Add special case for
7981 solib-event.
7982 * gdb.base/catch-load-so.c: New file.
7983 * gdb.base/catch-load.exp: New file.
7984 * gdb.base/catch-load.c: New file.
7985 * gdb.base/break-interp.exp (reach_1): Update regexp.
7986
30b91c90
JK
79872012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7988
7989 Fix fuzzy results.
7990 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7991 lpsimple and func.
7992
53fe1783
GB
79932012-01-24 Gary Benson <gbenson@redhat.com>
7994
7995 Delete #if 0'd out code.
7996 * gdb.base/default.exp (info catch): Remove.
7997 * gdb.base/gdb_history (info catch): Likewise.
7998 * gdb.base/help.exp (info catch): Likewise.
7999
d0d8b0c6
JK
80002012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 Fix watchpoints to be specific for each inferior.
8003 * gdb.multi/watchpoint-multi.c: New file.
8004 * gdb.multi/watchpoint-multi.exp: New file.
8005
4403d8e9
JK
80062012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 Fix watchpoints across inferior fork.
8009 * gdb.threads/watchpoint-fork-child.c: New file.
8010 * gdb.threads/watchpoint-fork-mt.c: New file.
8011 * gdb.threads/watchpoint-fork-parent.c: New file.
8012 * gdb.threads/watchpoint-fork-st.c: New file.
8013 * gdb.threads/watchpoint-fork.exp: New file.
8014 * gdb.threads/watchpoint-fork.h: New file.
8015
050a2e1d
PA
80162012-01-23 Pedro Alves <palves@redhat.com>
8017
8018 * gdb.base/call-signal-resume.exp: Allow output after "return".
8019
6a52fb62
PA
80202012-01-20 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.python/py-finish-breakpoint.py: Fix typo.
8023
145b16a9
UW
80242012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8025
8026 * gdb.base/info-proc.exp: Also run on remote targets. Main
8027 "info proc" command is now always present; whether target supports
8028 actual info proc operation is detected when attempting to issue
8029 the command.
8030
26f6125e
JK
80312012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8032
8033 * .gdbinit: Remove.
8034
eb5227ce
PA
80352012-01-19 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8038 look at the funtions' returns.
8039 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8040 (jprint.print(int, int)): Change return type to int. Adjust.
8041
1db33378
PP
80422012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8043
8044 PR gdb/9538
8045 * gdb.base/sepdebug.exp: New test.
8046
b9736cf8
PA
80472012-01-18 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8050 Allow output before ^done.
8051
4aac40c8
TT
80522012-01-16 Tom Tromey <tromey@redhat.com>
8053
8054 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8055 Add tests for relative directory.
8056
cafec441
TT
80572012-01-16 Tom Tromey <tromey@redhat.com>
8058
8059 * gdb.base/printcmds.c (enum flag_enum): New.
8060 (three): New global.
8061 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8062 enum printing.
8063 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8064 FlagEnumerationPrinter.
8065 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8066 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8067 (fval): New global.
8068
abcc4978
PA
80692012-01-16 Pedro Alves <palves@redhat.com>
8070
8071 * lib/gdb.exp (banned_procedures): New variable.
8072 (banned_variables_traced): Rename to ...
8073 (banned_traced): ... this.
8074 (gdb_init): Also trace banned procedures.
8075 (gdb_finish): Also untrace banned procedures.
8076
97ccebe8
PA
80772012-01-16 Pedro Alves <palves@redhat.com>
8078
8079 Remove all calls to strace.
8080
2af7517b
JK
80812012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8082
8083 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8084 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8085
9241a8bc
PP
80862012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8087
8088 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8089 * gdb.base/pie-execl.exp: Likewise.
8090
3848a17f
KS
80912012-01-12 Keith Seitz <keiths@redhat.com>
8092
8093 PR mi/10586
8094 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8095 (do_anonymous_type_tests): New function.
8096 (main): Call do_anonymous_type_tests.
8097 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8098 (verify_everything): New procedure.
8099 * gdb.mi/mi-var-cp.cc (class A): New class.
8100 (anonymous_structs_and_unions): New function.
8101 (main): Call anonymous_structs_and_unions.
8102 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8103 (verify_everything): New procedure.
8104
440e2fca
KS
81052012-01-12 Keith Seitz <keiths@redhat.com>
8106
8107 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8108 (varobj_tree::get_path_expr): Assume that all varobjs are
8109 compound unless they are known simple types.
8110 Adjust path expressions based on parent type, path parent type,
8111 and tree language.
8112 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8113 the root varobj.
8114 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8115
675399c9
PA
81162012-01-11 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8119 core files on this machine" anymore.
8120
97ddaa9b
PH
81212012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8122
8123 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8124 (main): Repeat recurser call.
8125 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8126 equivalent to 'local_x'.
8127
ea733575 81282012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 8129 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
8130
8131 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8132
2ca0b532
PA
81332012-01-05 Pedro Alves <alves.ped@gmail.com>
8134
8135 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8136 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8137 * gdb.python/py-events.exp: Test that "step N" tripping on a
8138 breakpoint emits a breakpoint event.
8139
6e681866
JB
81402012-01-03 Joel Brobecker <brobecker@adacore.com>
8141
8142 * gdb.base/auxv.exp: Reformat the copyright notice.
8143
3c2d6aff
YQ
81442012-01-03 Yao Qi <yao@codesourcery.com>
8145
8146 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8147 (strace_trace_on_diff_addr): New.
8148 * gdb.trace/strace.c: (main): Add two local variables.
8149
0852fee3
UW
81502011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8151
8152 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8153 * gdb.cell/gcore.exp: Likewise.
8154 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8155 to verify the correct instance of main is selected.
8156
12c3e59c
JB
81572012-01-02 Joel Brobecker <brobecker@adacore.com>
8158
8159 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8160 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8161 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8162 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8163 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8164 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8165 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8166 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8167 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8168 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8169 gdb.threads/thread_check.c: Reformat copyright header.
8170
c0f378ec
EBM
81712011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8172
e4a7ca93 8173 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
8174 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8175 is not enabled.
8176
3bc96cfb
JK
81772011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8178
8179 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8180 parameter to self_exec, adjust the function.
8181 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8182 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8183 (set var do_exit = 0): Remove test.
8184 (newline at end of file): Add one.
8185
095bcf5e
JB
81862011-12-27 Joel Brobecker <brobecker@adacore.com>
8187
8188 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8189 New files.
8190
18d19bd1
JK
81912011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8192
8193 Fix racy FAILs.
8194 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8195 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8196 (main): Call pthread_barrier_init for it.
8197
e809353a
JK
81982011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 Fix double send_gdb leading to racy FAILs.
8201 * gdb.base/break.exp (set silent break bp_location1): Replace
8202 3x send_gdb and gdb_expect by gdb_test.
8203 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8204 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8205 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8206 instead of send_gdb. Twice.
8207 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8208 3x send_gdb and gdb_expect by gdb_test.
8209 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8210
da8cb7ec
JK
82112011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8212
8213 * gdb.linespec/linespec.exp: Compile using {c++}.
8214
ae1a303e
JK
82152011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8218 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8219 (verify GCC PR debug/51668): New test.
8220
cc72b2a2
KP
82212011-12-23 Kevin Pouget <kevin.pouget@st.com>
8222
8223 Introduce gdb.FinishBreakpoint in Python.
8224 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8225 py-finish-breakpoint2
8226 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8227 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8228 instead of line number.
8229 * gdb.python/py-finish-breakpoint.c: New file.
8230 * gdb.python/py-finish-breakpoint.exp: New file.
8231 * gdb.python/py-finish-breakpoint.py: New file.
8232 * gdb.python/py-finish-breakpoint2.cc: New file.
8233 * gdb.python/py-finish-breakpoint2.exp: New file.
8234 * gdb.python/py-finish-breakpoint2.py: New file.
8235
3b7962f9
JK
82362011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 Partial fix of compatibility with gcc-4.7.
8239 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8240 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8241 Add comment to add a PASS case in the future.
8242
6538471c
JK
8243 Fix compatibility with gcc-4.7.
8244 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8245
7052e42c
UW
82462011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8247
8248 PR tdep/12797
8249 * gdb.base/callfuncs.exp: Remove KFAIL.
8250
9ac7f98e
JB
82512011-12-21 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.ada/task_bp: New testcase.
8254
f6eeced0
JK
82552011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8256
8257 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8258 -DNO_SECTIONS.
8259 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8260
72225e17
JK
82612011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8262
8263 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8264 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8265 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8266 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8267 conditional for gcc <= 4.5.
8268
13ac8d2c
JK
82692011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8270
8271 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8272 by XFAIL.
8273 * gdb.cp/static-method.exp (info addr A::func())
8274 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8275 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8276 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8277 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8278 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8279 (test value of F in k3_m): Likewise.
8280 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8281 Likewise.
8282
049682ba
JK
82832011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8284
8285 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8286 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8287 Remove.
8288 * gdb.threads/attachstop-mt.c: Remove.
8289 * gdb.threads/attachstop-mt.exp: Remove.
8290
2c9d8796
MK
82912011-12-17 Mark Kettenis <kettenis@gnu.org>
8292
8293 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8294
e0f9f062
DE
82952011-12-16 Doug Evans <dje@google.com>
8296
f4aa2101 8297 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
8298 * boards/native-gdbserver.exp: New file.
8299
e0f9f062
DE
8300 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8301 gdbserver output.
8302 (gdbserver_default_get_remote_address): New function.
8303 (gdbserver_start): Call gdb,get_remote_address to compute argument
8304 to "target remote" command.
8305
80b6e756
PM
83062011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8307
1c3ad6ab 8308 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
8309 python print-stack. Add set/show python print-stack
8310 off|full|message tests.
8311
1576bd00
YQ
83122011-12-15 Yao Qi <yao@codesourcery.com>
8313
8314 * gdb.trace/strace.c: New
8315 * gdb.trace/strace.exp: New.
8316
d6a0f6e0
TT
83172011-12-14 Tom Tromey <tromey@redhat.com>
8318
8319 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8320
31015e1d
DE
83212011-12-14 Doug Evans <dje@google.com>
8322
8323 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8324
7b50312a
PA
83252011-12-14 Pedro Alves <pedro@codesourcery.com>
8326
8327 PR threads/10729
8328
8329 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 8330 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 8331
924437bc
PA
83322011-12-13 Pedro Alves <pedro@codesourcery.com>
8333 Doug Evans <dje@google.com>
8334
8335 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8336 (clean_restart): Remove references to the gdb_stub target board
8337 variable.
8338 (gdb_step_for_stub): Delete.
8339
8340 * gdb.base/annota1.exp: Remove all references to [target_info
8341 exists gdb_stub], gdb_step_for_stub and usestubs.
8342 * gdb.base/annota3.exp: Ditto.
8343 * gdb.base/async.exp: Ditto.
8344 * gdb.base/break.exp: Ditto.
8345 * gdb.base/code-expr.exp: Ditto.
8346 * gdb.base/commands.exp: Ditto.
8347 * gdb.base/completion.exp: Ditto.
8348 * gdb.base/condbreak.exp: Ditto.
8349 * gdb.base/consecutive.exp: Ditto.
8350 * gdb.base/cvexpr.exp: Ditto.
8351 * gdb.base/define.exp: Ditto.
8352 * gdb.base/display.exp: Ditto.
8353 * gdb.base/ena-dis-br.exp: Ditto.
8354 * gdb.base/environ.exp: Ditto.
8355 * gdb.base/gnu-ifunc.exp: Ditto.
8356 * gdb.base/maint.exp: Ditto.
8357 * gdb.base/pending.exp: Ditto.
8358 * gdb.base/sect-cmd.exp: Ditto.
8359 * gdb.base/sepdebug.exp: Ditto.
8360 * gdb.base/unload.exp: Ditto.
8361 * gdb.base/watchpoint-solib.exp: Ditto.
8362 * gdb.cp/annota2.exp: Ditto.
8363 * gdb.cp/annota3.exp: Ditto.
8364 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8365 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8366 * gdb.mi/mi-pending.exp: Ditto.
8367 * gdb.trace/circ.exp: Ditto.
8368 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8369 * gdb.base/list.exp: Ditto.
8370
8371 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8372 breakpoint function and all references to the usestubs macro.
8373 * gdb.base/exprs.c: Ditto.
8374 * gdb.base/freebpcmd.c: Ditto.
8375 * gdb.base/bitfields.c: Ditto.
8376 * gdb.base/bitfields2.c: Ditto.
8377 * gdb.base/break.c: Ditto.
8378 * gdb.base/call-sc.c: Ditto.
8379 * gdb.base/call-signals.c: Ditto.
8380 * gdb.base/callfuncs.c: Ditto.
8381 * gdb.base/charset.c: Ditto.
8382 * gdb.base/consecutive.c: Ditto.
8383 * gdb.base/constvars.c: Ditto.
8384 * gdb.base/funcargs.c: Ditto.
8385 * gdb.base/int-type.c: Ditto.
8386 * gdb.base/interrupt.c: Ditto.
8387 * gdb.base/langs0.c: Ditto.
8388 * gdb.base/list0.c: Ditto.
8389 * gdb.base/mips_pro.c: Ditto.
8390 * gdb.base/miscexprs.c: Ditto.
8391 * gdb.base/nodebug.c: Ditto.
8392 * gdb.base/opaque0.c: Ditto.
8393 * gdb.base/pointers.c: Ditto.
8394 * gdb.base/printcmds.c: Ditto.
8395 * gdb.base/ptype.c: Ditto.
8396 * gdb.base/recurse.c: Ditto.
8397 * gdb.base/reread1.c: Ditto.
8398 * gdb.base/reread2.c: Ditto.
8399 * gdb.base/restore.c: Ditto.
8400 * gdb.base/return.c: Ditto.
8401 * gdb.base/run.c: Ditto.
8402 * gdb.base/scope0.c: Ditto.
8403 * gdb.base/sepdebug.c: Ditto.
8404 * gdb.base/setshow.c: Ditto.
8405 * gdb.base/setvar.c: Ditto.
8406 * gdb.base/sigall.c: Ditto.
8407 * gdb.base/signals.c: Ditto.
8408 * gdb.base/structs.c: Ditto.
8409 * gdb.base/structs2.c: Ditto.
8410 * gdb.base/testenv.c: Ditto.
8411 * gdb.base/twice.c: Ditto.
8412 * gdb.base/unwindonsignal.c: Ditto.
8413 * gdb.base/watchpoint.c: Ditto.
8414 * gdb.base/watchpoints.c: Ditto.
8415 * gdb.base/whatis.c: Ditto.
8416 * gdb.cp/classes.cc: Ditto.
8417 * gdb.cp/cplusfuncs.cc: Ditto.
8418 * gdb.cp/derivation.cc: Ditto.
8419 * gdb.cp/formatted-ref.cc: Ditto.
8420 * gdb.cp/misc.cc: Ditto.
8421 * gdb.cp/overload.cc: Ditto.
8422 * gdb.cp/ovldbreak.cc: Ditto.
8423 * gdb.cp/ref-params.cc: Ditto.
8424 * gdb.cp/ref-types.cc: Ditto.
8425 * gdb.cp/templates.cc: Ditto.
8426 * gdb.cp/virtfunc.cc: Ditto.
8427 * gdb.hp/gdb.aCC/run.c: Ditto.
8428 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8429 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8430 * gdb.reverse/consecutive-reverse.c: Ditto.
8431 * gdb.reverse/sigall-reverse.c: Ditto.
8432 * gdb.reverse/until-reverse.c: Ditto.
8433 * gdb.reverse/watch-reverse.c: Ditto.
8434 * gdb.trace/actions.c: Ditto.
8435 * gdb.trace/circ.c: Ditto.
8436 * gdb.trace/collection.c: Ditto.
8437
fabde485
PA
84382011-12-13 Pedro Alves <pedro@codesourcery.com>
8439
8440 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8441 (func6, func7): New.
8442 (main): Call func6 and func7.
8443 * gdb.base/watchpoint.exp (test_wide_location_1)
8444 (test_wide_location_2): New.
8445 (top level): Re-enable hardware watchpoints if necessary. Call
8446 test_wide_location_1 and test_wide_location_2.
8447
ff7d1690
YQ
84482011-12-11 Yao Qi <yao@codesourcery.com>
8449
8450 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8451
a6af7abe
JB
84522011-12-11 Joel Brobecker <brobecker@adacore.com>
8453
8454 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8455 expected output for unsupported case.
8456
61638e15
JK
84572011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 PR testsuite/12649
8460 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8461 Protect gdb_test_multiple by final $gdb_prompt match.
8462
0a00efc3
JK
84632011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8464
8465 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8466 New variable, new test.
8467 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8468 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8469 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8470 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8471 them if HAVE_GCC_45682_FIXED is not set.
8472
4511b1ba
YQ
84732011-12-10 Yao Qi <yao@codesourcery.com>
8474
8475 * gdb.trace/status-stop.exp: New.
8476 * gdb.trace/status-stop.c: New.
8477
27949e73
JK
84782011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8481 timeout.
8482
d8ea7931
TT
84832011-12-08 Tom Tromey <tromey@redhat.com>
8484
8485 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8486 condition.
8487
1cc310d2
SS
84882011-12-07 Stan Shebs <stan@codesourcery.com>
8489
8490 * gdb.trace/tfind.exp: Update for output changes.
8491
d482a875
PA
84922011-12-07 Pedro Alves <pedro@codesourcery.com>
8493
8494 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8495 throws "Cannot insert catchpoints in this configuration".
8496 * gdb.ada/mi_catch_ex.exp: Likewise.
8497
f0ba3972
PA
84982011-12-06 Pedro Alves <pedro@codesourcery.com>
8499
8500 * gdb.base/break-always.exp: Test changing memory at addresses
8501 with breakpoints inserted.
8502
f8eba3c6
TT
85032011-12-06 Joel Brobecker <brobecker@acacore.com>
8504
6fdff2c5
PA
8505 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8506 involving a fully qualified function name.
f8eba3c6
TT
8507
85082011-12-06 Tom Tromey <tromey@redhat.com>
8509
8510 * gdb.ada/homonym.exp: Add three breakpoint tests.
8511
85122011-12-06 Tom Tromey <tromey@redhat.com>
8513
8514 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8515 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8516 * gdb.objc/objcdecode.exp: Update for output changes.
8517 * gdb.linespec/linespec.exp: New file.
8518 * gdb.linespec/lspec.cc: New file.
8519 * gdb.linespec/lspec.h: New file.
8520 * gdb.linespec/body.h: New file.
8521 * gdb.linespec/base/two/thefile.cc: New file.
8522 * gdb.linespec/base/one/thefile.cc: New file.
8523 * gdb.linespec/Makefile.in: New file.
8524 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8525 output changes.
8526 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8527 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8528 makes one breakpoint.
8529 * gdb.cp/method2.exp (test_break): Update for output changes.
8530 * gdb.cp/mb-templates.exp: Update for output changes.
8531 * gdb.cp/mb-inline.exp: Update for output changes.
8532 * gdb.cp/mb-ctor.exp: Update for output changes.
8533 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8534 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8535 has multiple matches.
8536 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8537 error message change.
8538 * gdb.base/list.exp (test_list_filename_and_number): Update for
8539 error message change.
8540 * gdb.base/break.exp: Disable pending breakpoints. Update for
8541 output changes.
8542 * configure.ac: Add gdb.linespec.
8543 * configure: Rebuild.
8544 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8545
c642a434
UW
85462011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8547
8548 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8549 last_break register on s390*-*-* targets.
8550
b18003d1
JB
85512011-12-06 Joel Brobecker <brobecker@adacore.com>
8552
8553 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8554 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8555 of parameter X in procedure Foo.
8556
fe96589c
SS
85572011-12-05 Stan Shebs <stan@codesourcery.com>
8558
8559 * gdb.trace/tfind.exp: Update help string matches.
8560
1820ab47
JK
85612011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * gdb.server/ext-run.exp (get process list): Accept also systemd
8564 as PID 1.
8565
e11ac3a3
JK
85662011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8567 Pedro Alves <pedro@codesourcery.com>
8568
8569 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8570 starting GDB.
8571 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8572 $use_gdb_stub.
8573 * gdb.base/display.exp: Likewise.
8574 * gdb.base/ending-run.exp: Likewise.
8575 * gdb.base/list.exp (test_listsize): Likewise.
8576 * gdb.base/setshow.exp: Likewise.
8577 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8578 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8579 check by global $use_gdb_stub.
8580 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8581 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8582 (default_gdb_init): Unset global $use_gdb_stub.
8583 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8584 by global $use_gdb_stub.
8585 * lib/gdbserver-support.exp: Extend comments for set_board_info
8586 gdb_protocol and gdb,socketport.
8587 (gdbserver_start_extended): Set global gdbserver_protocol and
8588 gdbserver_gdbport. Clear global use_gdb_stub.
8589 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8590 from target use_gdb_stub.
8591 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8592
1d41d75c
DE
85932011-12-03 Doug Evans <dje@google.com>
8594
8595 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8596 (gdb_step_for_stub): Add comments.
8597
d6d7a51a
MR
85982011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8599
8600 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8601 to the caller.
8602 (gdb_test_multiple): Likewise.
8603
05acf274
JK
86042011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 Fix gdb.mi/mi-solib.exp without system debug info installed.
8607 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8608 expect attribute, return 0 for it. Update comments.
8609
2268b414
JK
86102011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8611
8612 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8613 (corrupted list): Adjust the expectation.
8614
585861ea
JK
86152011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 PR threads/13448
8618 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8619 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8620 * gdb.threads/tls-var-main.c: New file.
8621 * gdb.threads/tls-var.c: New file.
8622 * gdb.threads/tls-var.exp: New file.
8623
968643aa
JK
86242011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8625
8626 PR testsuite/12649
8627 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8628 Protect gdb_test_multiple by final $gdb_prompt match.
8629 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8630 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8631 (test_tracepoints): Likewise.
8632
9750bca9
JK
86332011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8634
8635 PR breakpoints/13346
8636 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8637 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8638 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8639
ac1349b7
JB
86402011-12-01 Joel Brobecker <brobecker@adacore.com>
8641
8642 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8643 * gdb.ada/homonym/homonym.adb: For use of all types defined
8644 locally inside both Get_Value subprograms.
8645
26d44faf
JK
86462011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8647
8648 Fix racy FAILs.
8649 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8650 of send_gdb.
8651
514f6425
UW
86522011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8653
8654 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8655 environment variable after test completed.
8656
4255c8d2
UW
86572011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8658
8659 * gdb.base/solib-nodir.exp: Skip if remote target.
8660 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8661 application. Call gdb_load_shlibs.
8662 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8663
a35ad96a
JB
86642011-11-29 Joel Brobecker <brobecker@adacore.com>
8665
8666 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8667
1a1d5513
JB
86682011-11-28 Joel Brobecker <brobecker@adacore.com>
8669
8670 * gdb.ada/fullname_bp: New testcase.
8671
50b4ddf8
JK
86722011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8673
8674 PR testsuite/12649
8675 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8676 Wrap send_gdb into a new gdb_test.
8677
fb0aec57
JK
8678 Code cleanup.
8679 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8680 Convert send_gdb and gdb_expect to gdb_test_multiple.
8681
2376d946
JK
86822011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8683
8684 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8685
1eec78bd
KS
86862011-11-23 Keith Seitz <keiths@redhat.com>
8687
8688 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8689 (mi_varobj_tree_test_children_callback): New proc.
8690 (mi_walk_varobj_tree): New proc.
8691
36dfb11c
TT
86922011-11-22 Tom Tromey <tromey@redhat.com>
8693
8694 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8695 Add "use_mi_command" argument.
8696 (mi_run_cmd, mi_run_with_cli): New procs.
8697 * gdb.mi/solib-lib.c: New file.
8698 * gdb.mi/solib-main.c: New file.
8699 * gdb.mi/mi-solib.exp: New file.
8700
0e965dd0
DE
87012011-11-21 Doug Evans <dje@google.com>
8702
8703 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8704 _Unwind_DebugHook is missing.
8705
f196051f
SS
87062011-11-20 Stan Shebs <stan@codesourcery.com>
8707
8708 * gdb.trace/tstatus.exp: New.
8709 * gdb.trace/actions.c: Include string.h.
8710
bfccc43c
YQ
87112011-11-18 Yao Qi <yao@codesourcery.com>
8712
8713 * gdb.trace/pending.exp: New.
8714 * gdb.trace/pending.c: New.
8715 * gdb.trace/pendshr1.c: New.
8716 * gdb.trace/pendshr2.c: New.
8717 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8718 tracepoint location becomes pending.
8719 (tracepoint_change_loc_2): New.
8720
73cd8ab1
DM
87212011-11-16 David S. Miller <davem@davemloft.net>
8722
8723 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8724 target is sparc*-*-linux*
8725
77426730
PK
87262011-11-15 Paul Koning <paul_koning@dell.com>
8727
8728 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8729 types.
8730
ed59ded5
DE
87312011-11-14 Doug Evans <dje@google.com>
8732
8733 * gdb.base/shell.exp: New file.
8734
405f8e94
SS
87352011-11-14 Stan Shebs <stan@codesourcery.com>
8736
8737 * gdb.trace/ftrace.c: New.
8738 * gdb.trace/ftrace.exp: New.
8739
1e4d1764
YQ
87402011-11-14 Yao Qi <yao@codesourcery.com>
8741
8742 * gdb.trace/change-loc-1.c: New.
8743 * gdb.trace/change-loc-2.c: New.
8744 * gdb.trace/change-loc.c: New.
8745 * gdb.trace/change-loc.exp: New.
8746 * gdb.trace/change-loc.h: New.
8747 * gdb.trace/trace-break.c (marker): Define new symbol.
8748 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8749 New.
1e4d1764
YQ
8750 (break_trace_same_addr_6): New.
8751
71eba9c2 87522011-11-12 Matt Rice <ratmice@gmail.com>
8753
8754 * gdb.base/info-macros.exp: Make tests for info definitions
8755 test info macro. Add tests for info macro argument processing.
8756 Rename a few tests.
8757
1d93e29a
KS
87582011-11-11 Keith Seitz <keiths@redhat.com>
8759
8760 PR gdb/12843
8761 * gdb.base/linespecs.exp: New file.
8762
a4b5b48a
DE
87632011-11-11 Doug Evans <dje@google.com>
8764
8765 * gdb.threads/print-threads.exp: Extend timeout for slower
8766 tests.
8767
f6b47be4
DE
87682011-11-10 Doug Evans <dje@google.com>
8769
792a0230
DE
8770 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8771 "record to end of main" test.
8772
f6b47be4
DE
8773 * gdb.python/py-type.c (TS): New typedef.
8774 (ts): New global.
8775 * gdb.python/py-type.exp: Test field list of typedef.
8776
22355c90
JB
87772011-11-10 Joel Brobecker <brobecker@adacore.com>
8778
8779 * gdb.ada/small_reg_param: New testcase.
8780
a7860e76
TT
87812011-11-09 Tom Tromey <tromey@redhat.com>
8782
8783 * gdb.cp/destrprint.exp: New file.
8784 * gdb.cp/destrprint.cc: New file.
8785
72a2e3dc
MI
87862011-11-08 Meador Inge <meadori@codesourcery.com>
8787
8788 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8789 (switch_stack_to_other): New test function.
8790 * gdb.arch/thumb-prologue.exp: New test cases.
8791
c7195df2 87922011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
8793
8794 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8795
d3895d7d
YQ
87962011-11-08 Yao Qi <yao@codesourcery.com>
8797
8798 * gdb.exp (supports_process_record): New.
8799 (supports_reverse): New.
8800 * gdb.reverse/break-precsave.exp: Call support_process_record
8801 to run test conditionally.
8802 * gdb.reverse/consecutive-precsave.exp: Likewise.
8803 * gdb.reverse/i386-precsave.exp: Likewise.
8804 * gdb.reverse/machinestate-precsave.exp: Likewise.
8805 * gdb.reverse/solib-precsave.exp: Likewise.
8806 * gdb.reverse/step-precsave.exp: Likewise.
8807 * gdb.reverse/until-precsave.exp: Likewise.
8808 * gdb.reverse/watch-precsave.exp: Likewise.
8809 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8810 test conditionally.
8811 * gdb.reverse/consecutive-reverse.exp: Likewise.
8812 * gdb.reverse/finish-precsave.exp: Likewise.
8813 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8814 * gdb.reverse/finish-reverse.exp: Likewise.
8815 * gdb.reverse/i386-reverse.exp: Likewise.
8816 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8817 * gdb.reverse/machinestate.exp: Likewise.
8818 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8819 * gdb.reverse/sigall-precsave.exp: Likewise.
8820 * gdb.reverse/sigall-reverse.exp: Likewise.
8821 * gdb.reverse/solib-reverse.exp: Likewise.
8822 * gdb.reverse/step-reverse.exp: Likewise.
8823 * gdb.reverse/until-reverse.exp: Likewise.
8824 * gdb.reverse/watch-reverse.exp: Likewise.
8825
a59306a3
YQ
88262011-11-05 Yao Qi <yao@codesourcery.com>
8827
8828 * gdb.trace/trace-break.exp: Add test on setting two
8829 fast tracepoints at the same address.
8830
87769f59
JK
88312011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8834
3065dfb6
SS
88352011-11-02 Stan Shebs <stan@codesourcery.com>
8836
8837 * gdb.trace/collection.c: Add code using strings.
8838 * gdb.trace/collection.exp: Add tests of string collection.
8839
89e208db
JK
88402011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8841
8842 * gdb.base/skip-solib.exp (executable_main): New variable.
8843 (binfile_main): Base it on that.
8844 Use $executable_main in clean_restart calls. Drop gdb_exit and
8845 gdb_start calls.
8846
405e54e9
JK
88472011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8848
8849 Fix racy FAILs.
8850 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8851 breakpoint_re globals import by async. Set string_regex to .* for
8852 async. Remove the optional thread_selected_re and breakpoint_re
8853 globals expectations.
8854
58e8570a
JM
88552011-11-01 Joseph Myers <joseph@codesourcery.com>
8856
8857 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8858 well as Cygwin.
8859
7b35ec7f 88602011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
8861
8862 Add tests for skip command.
89e208db
JK
8863 * gdb.base/skip-solib-lib.c: New
8864 * gdb.base/skip-solib-main.c: New
8865 * gdb.base/skip-solib.exp: New
8866 * gdb.base/skip.c: New
8867 * gdb.base/skip.exp: New
8868 * gdb.base/skip1.c: New
8869 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 8870
b9fd1791
PA
88712011-10-31 Yao Qi <yao@codesourcery.com>
8872 Pedro Alves <pedro@codesourcery.com>
8873
6fdff2c5
PA
8874 * gdb.trace/trace-break.c: New.
8875 * gdb.trace/trace-break.exp: New.
b9fd1791 8876
4323fecc
JK
88772011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8878
8879 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8880 break-here-2.
8881
0e5bf2a8
PA
88822011-10-28 Pedro Alves <pedro@codesourcery.com>
8883
8884 * gdb.threads/no-unwaited-for-left.c: New.
8885 * gdb.threads/no-unwaited-for-left.exp: New.
8886 * gdb.threads/non-ldr-exc-1.c: New.
8887 * gdb.threads/non-ldr-exc-1.exp: New.
8888 * gdb.threads/non-ldr-exc-2.c: New.
8889 * gdb.threads/non-ldr-exc-2.exp: New.
8890 * gdb.threads/non-ldr-exc-3.c: New.
8891 * gdb.threads/non-ldr-exc-3.exp: New.
8892 * gdb.threads/non-ldr-exc-4.c: New.
8893 * gdb.threads/non-ldr-exc-4.exp: New.
8894
3a3dad98
JK
88952011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8898 * gdb.base/attach-pie-misread.exp: Likewise.
8899 * gdb.base/break-interp.exp: Likewise.
8900 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8901 testcases for use_gdb_stub.
8902 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8903 (continue): New testcase.
8904 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8905 * gdb.threads/attach-into-signal.exp: Likewise.
8906 * gdb.threads/attach-stopped.exp: Likewise.
8907 * gdb.threads/attachstop-mt.exp: Likewise.
8908
d6a5d40c
PK
89092011-10-28 Paul Koning <paul_koning@dell.com>
8910
8911 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8912
ca539be8
JK
89132011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8914
8915 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8916 (mi_gdb_test): Import globals thread_selected_re
8917 and breakpoint_re. Expect them optionally at the regex start.
8918
d234ef5c
DE
89192011-10-27 Doug Evans <dje@google.com>
8920
8921 * gdb.python/python.exp: Test source -s.
8922
ab964825
PK
89232011-10-26 Paul Koning <paul_koning@dell.com>
8924
8925 * gdb.python/lib-types.cc (struct A): New structure.
8926 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 8927
54d8a644
PK
89282011-10-25 Paul Koning <paul_koning@dell.com>
8929
8930 PR python/13327
d234ef5c 8931
54d8a644
PK
8932 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8933 fetch_lazy method.
8934
b0221781
YQ
89352011-10-24 Yao Qi <yao@codesourcery.com>
8936
8937 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8938 target is tic6x-*-*.
8939
6cda5a20
JB
89402011-10-21 Joel Brobecker <brobecker@adacore.com>
8941
8942 * gdb.ada/mi_task_info/task_switch.adb: New file.
8943 * gdb.ada/mi_task_info.exp: New file.
8944
5ed9db04
JK
89452011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8948 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8949
9df2fbc4
PM
89502011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8951
8952 PR python/12656
8953
8954 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8955 global_block tests.
8956
736086ba
TT
89572011-10-18 Tom Tromey <tromey@redhat.com>
8958
8959 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8960
4af31552
TT
89612011-10-18 Tom Tromey <tromey@redhat.com>
8962
8963 * gdb.base/source.exp: Don't include full file name in test name.
8964 * gdb.python/python.exp: Don't include full file name in test
8965 name.
8966
43136979
AR
89672011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8968
8969 * gdb.base/attach-pie-noexec.c: New files.
8970 * gdb.base/attach-pie-noexec.exp: New files.
8971
543a9323
JM
89722011-10-17 Joseph Myers <joseph@codesourcery.com>
8973
8974 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8975 prompt for each extra line in command.
8976
21ae7a4d
JK
89772011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8980 Revert the part of:
8981 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8982 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8983 Change the expected string.
8984
20ec36d9
JK
89852011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8986
8987 Fix results with system glibc debug info installed.
8988 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8989 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8990 Accept also __libc_ symbol prefix and no prefix.
8991
6501c2fc
KS
89922011-10-14 Keith Seitz <keiths@redhat.com>
8993
8994 PR c++/13225
8995 * gdb.cp/converts.cc (foo3_1): New function.
8996 (foo3_2): New functions.
8997 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8998 and null pointer conversions of integer constant zero.
8999 Add test to check if all arguments are checked for incompatible
9000 conversion BADNESS.
9001
55b1fd0c
TT
90022011-10-14 Tom Tromey <tromey@redhat.com>
9003
9004 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
9005 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
9006 linespec.
9007
22c05d8a
JK
90082011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9009
9010 Fix internal error regression.
9011 * gdb.dwarf2/implptr-optimized-out.S: New file.
9012 * gdb.dwarf2/implptr-optimized-out.exp: New file.
9013
1d6edc3c
JK
90142011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 Fix empty DWARF expressions DATA vs. SIZE conditionals.
9017 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
9018 (loclist): New.
9019 (4): New abbrev.
9020 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
9021 Use prepare_for_testing, remove clean_restart.
9022 (p arraynoloc, p arraycallnoloc): New tests.
9023
9ec72168
JK
90242011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 * gdb.cp/namespace-enum.exp (executable): New variable.
9027 (binfile): Use ${objdir}/${subdir}/ prefix.
9028 Use ${executable} for clean_restart.
9029
9c6c53f7
SA
90302011-10-11 Sterling Augustine <saugustine@google.com>
9031
9032 * gdb.cp/Makefile.in: Add namespace-enum test.
9033 * gdb.cp/namespace-enum.exp: New file.
9034 * gdb.cp/namespace-enum.c: New file.
9035 * gdb.cp/namespace-enum-main.c: New file.
9036
fac7ceb3
UW
90372011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9038
9039 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9040 sysroot.
9041
941b2081
JK
90422011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9043
9044 Reimplement @entry in input expressions.
9045 * gdb.base/exprs.c (v_int_array_init): New variable.
9046 * gdb.base/exprs.exp (print v_int_array_init)
9047 (print *v_int_array_init@1, print *v_int_array_init@2)
9048 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9049 (print v_int_array_init[1]@1): New tests.
9050
0344e878
JM
90512011-10-10 Joseph Myers <joseph@codesourcery.com>
9052
9053 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9054 expected message.
9055
5a56e9c5
DE
90562011-10-09 Doug Evans <dje@google.com>
9057
9058 * gdb.base/alias.exp: Add tests for alias command.
9059
2bda9cc5
JK
90602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 * gdb.arch/amd64-entry-value.s: New file.
9063 * gdb.mi/mi2-amd64-entry-value.s: New file.
9064
a471c594
JK
90652011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 Display @entry parameter values even for references.
9068 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9069 functions.
9070 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9071 reference and datap_input.
9072 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9073 breakpoints.
9074 (continue to breakpoint: entry_reference: reference)
9075 (entry_reference: bt at entry)
9076 (continue to breakpoint: entry_reference: breakhere_reference)
9077 (entry_reference: bt, entry_reference: ptype regparam)
9078 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9079 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9080 (entry_reference: p regcopy, entry_reference: p nodataparam)
9081 (entry_reference: p nodataparam@entry): New tests.
9082
36b11add
JK
90832011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 Support @entry in input expressions.
9086 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9087 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9088 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9089 (tailcall: p j@entry): New tests.
9090 * gdb.cp/koenig.cc (A::entry): New function.
9091 (main): Call it.
9092 * gdb.cp/koenig.exp (p entry (c)): New test.
9093
e18b2753
JK
90942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 Display @entry parameter values (without references).
9097 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9098 (different, validity, invalid): New functions.
9099 (main): Call them.
9100 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9101 stacktest, breakhere_stacktest, different, breakhere_different,
9102 breakhere_validity and breakhere_invalid.
9103 (entry: bt): Update for @entry.
9104 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9105 (entry_validity: *, entry_invalid: *): Many new tests.
9106 * gdb.base/break.exp
9107 (run until breakpoint set at small function, optimized file): Accept
9108 also the @entry suffix.
9109 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9110 * gdb.mi/mi2-amd64-entry-value.c: New files.
9111 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9112
2d6c5dc2
JK
91132011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9114
9115 Protect entry values against self tail calls.
9116 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9117 (main): Call self.
9118 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9119 (set debug entry-values 1, self: bt debug entry-values): New tests.
9120
111c6489
JK
91212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9122
9123 Recognize virtual tail call frames.
9124 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9125 (amb_b, amb_a): New.
9126 (main): Call a and b.
9127 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9128 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9129 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9130 New tests.
9131
8e3b41a9
JK
91322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9133
9134 Implement basic support for DW_TAG_GNU_call_site.
9135 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9136 * gdb.arch/amd64-entry-value.cc: New file.
9137 * gdb.arch/amd64-entry-value.exp: New file.
9138
181cebd4
JK
91392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9140
9141 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9142 * gdb.dwarf2/implptr-64bit.S: New file.
9143 * gdb.dwarf2/implptr-64bit.exp: New file.
9144
741f5e3c
JK
91452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9146
9147 Fix initial language detection with -readnow.
9148 * gdb.cp/readnow-language.cc: New file.
9149 * gdb.cp/readnow-language.exp: New file.
9150
a73d2258
JK
91512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9152
9153 Fix printed anonymous struct name.
9154 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9155
af369495
JM
91562011-10-09 Joseph Myers <joseph@codesourcery.com>
9157
9158 * gdb.base/solib-symbol.exp: Do not include directories in
9159 filenames in expected messages.
9160
1fa57852
DE
91612011-10-07 Doug Evans <dje@google.com>
9162
9163 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9164
bd054e06
KP
91652011-10-07 Kevin Pouget <kevin.pouget@st.com>
9166
9167 Allow Python notification of new object-file loadings.
9168 * gdb.python/py-events.exp: Test newobjfile event.
9169 * gdb.python/py-events.py: Register newobjfile callback.
9170 * gdb.python/py-events.c: Add call to shared library
9171 * gdb.python/py-events-shlib.c: New file.
9172
8031b6f8
JM
91732011-10-06 Joseph Myers <joseph@codesourcery.com>
9174
9175 * gdb.base/fixsection.exp: Do not include directories in filename
9176 in expected message.
9177
7fea6923
PM
91782011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9179
9180 Add tests for passing of environment variables to inferior.
9181 * gdb.base/testenv.c: New test source.
9182 * gdb.base/testenv.exp: New expect test.
9183
687f2a88
PK
91842011-10-04 Paul Koning <paul_koning@dell.com>
9185
9186 * gdb.python/py-value.c (main): Break before return.
9187
cb6be26b
KP
91882011-10-04 Kevin Pouget <kevin.pouget@st.com>
9189
9190 PR python/12691: Add the inferior to Python exited event
9191 * gdb.python/py-events.exp: Test the inferior attribute of exited
9192 event with a fork.
9193 * gdb.python/py-events.py: Print inferior number on exit.
9194 * gdb.python/py-events.c: Fork the inferior.
9195
fb213700
EBM
91962011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9197
9198 * gdb.base/jit.exp: Add testcase name to log message
9199
aa2071bd
PK
92002011-10-03 Paul Koning <paul_koning@dell.com>
9201 Jan Kratochvil <jan.kratochvil@redhat.com>
9202
9203 * gdb.python/py-value.exp
9204 (python inval = gdb.parse_and_eval('*(int*)0'))
9205 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9206 (set argc=2, python print argc_lazy): New tests.
9207
dd11a36c
JB
92082011-10-02 Joel Brobecker <brobecker@adacore.com>
9209
9210 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9211
46f886f1
JK
92122011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9213 Pedro Alves <pedro@codesourcery.com>
9214
9215 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9216 can_read_0, test for it.
9217 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9218 (parse_and_eval with memory error): ... here, make it untested if
9219 can_read_0.
9220
c5cb204f
MP
92212011-09-30 Marek Polacek <mpolacek@redhat.com>
9222
9223 * gdb.python/python.exp (verify pagination beforehand)
9224 (verify pagination afterwards): Fix race by splitting the line.
9225
68fb0ec0
JM
92262011-09-29 Joseph Myers <joseph@codesourcery.com>
9227
9228 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9229 for 64-bit multilibs from i?86-* targets.
9230
6aee0d90
MP
92312011-09-29 Marek Polacek <mpolacek@redhat.com>
9232
9233 * lib/gdb.exp: Fix a typo in one of the comments.
9234
e9101ff5
MP
92352011-09-29 Marek Polacek <mpolacek@redhat.com>
9236
9237 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9238 matching pattern.
9239
7a81bdbf
PK
92402011-09-28 Paul Koning <paul_koning@dell.com>
9241
9242 * gdb.python/py-type.c (enum E): New.
9243 * gdb.python/py-type.exp (test_fields): Add tests for Python
9244 mapping access to fields.
9245 (test_enums): New test for field access on enums.
9246
6710bf39
SS
92472011-09-27 Stan Shebs <stan@codesourcery.com>
9248
9249 * gdb.trace/collection.exp: Test collection of $_ret.
9250
b2a6bdeb
AT
92512011-09-22 Andreas Tobler <andreast@fgznet.ch>
9252
9253 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9254 list of compilation switches for <*-*-freebsd*>.
9255
3c9057f3
SS
92562011-09-19 Stan Shebs <stan@codesourcery.com>
9257
9258 * gdb.trace/tspeed.exp: New file.
9259 * gdb.trace/tspeed.c: New file.
9260
34518530
YQ
92612011-09-18 Yao Qi <yao@codesourcery.com>
9262
9263 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9264 instructions.
9265 (test_adr_32bit, test_pop_pc): Likewise.
9266 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9267 Thumb instructions.
9268 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9269 in gdb_test_multiple.
9270 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9271
ab254057
YQ
92722011-09-17 Yao Qi <yao@codesourcery.com>
9273
9274 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9275 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9276 support single step to signal handler.
9277
9c317b71
YQ
92782011-09-17 Yao Qi <yao@codesourcery.com>
9279
9280 * gdb.base/disp-step-fork.c: New.
9281 * gdb.base/disp-step-syscall.exp: New.
9282 * gdb.base/disp-step-vfork.c: New.
9283
a8123151
JB
92842011-09-16 Joel Brobecker <brobecker@adacore.com>
9285
9286 * gdb.ada/tasks.exp: Make the expected output for
9287 the `info tasks' tests more resilient to spacing
9288 changes.
9289
63a9aad8
JK
92902011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9291
9292 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9293 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9294
2aa48337
KP
92952011-09-15 Kevin Pouget <kevin.pouget@st.com>
9296
9297 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9298 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9299
6839b47f
KP
93002011-04-30 Kevin Pouget <kevin.pouget@st.com>
9301
9302 Handle multiple breakpoint hits in Python interface:
9303 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9304 presence.
9305 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9306 breakpoint hits.
9307
0935723e
JK
93082011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9309 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.python/py-events.exp: Remove pretty printing comment.
9312 * gdb.python/py-evsignal.exp: New file.
9313 * gdb.python/py-evthreads.c: Include signal.h.
9314 (thread3): Remove variable count3. Remove variable bad and use raise
9315 instead.
9316 (thread2): Remove variable count2. Move thread3 pthread_create here,
9317 merge pthread_join to a single line.
9318 (main): Remove variable count1. Merge pthread_join with pthread_create
9319 to a single line.
9320 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9321 KFAIL python/12966 for gdbserver. Test return value of
9322 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9323 gdb_expect by gdb_test and gdb_test_multiple.
9324 (thread 2, thread 3): New tests.
9325
4801a9a3
PA
93262011-09-12 Matt Rice <ratmice@gmail.com>
9327 Pedro Alves <pedro@codesourcery.com>
9328
9329 PR gdb/13175
9330
9331 * gdb.base/interp.exp: New tests.
9332 * gdb.base/interp.c: New file.
9333
24ece742
DE
93342011-09-12 Doug Evans <dje@google.com>
9335
9336 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9337 * gdb.dwarf2/typeddwarf.exp: Ditto.
9338
7f062217
JK
93392011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9340
9341 Fix compatibility with x32 arch.
9342 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9343 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9344 is_x86_like_target.
9345 * testsuite/gdb.trace/collection.exp: Likewise.
9346 * testsuite/gdb.trace/report.exp: Likewise.
9347 * testsuite/gdb.trace/unavailable.exp: Likewise.
9348 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9349 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9350 (is_x86_like_target): Check also is_amd64_regs_target.
9351
08711b9a
JK
93522011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 PR breakpoints/12435
9355 * gdb.arch/amd64-prologue-xmm.c: New file.
9356 * gdb.arch/amd64-prologue-xmm.exp: New file.
9357 * gdb.arch/amd64-prologue-xmm.s: New file.
9358
b99b5f66
JK
93592011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.dwarf2/dw2-param-error-main.c: New file.
9362 * gdb.dwarf2/dw2-param-error.S: New file.
9363 * gdb.dwarf2/dw2-param-error.exp: New file.
9364
a391a2f6
PA
93652011-09-08 Pedro Alves <pedro@codesourcery.com>
9366
9367 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9368 inferior's pid and look for a core dump named core.$pid. Use
9369 `remote_file' commands on the host instead of hand coding shell
9370 commands on the build.
9371 * gdb.base/valgrind-db-attach.exp: Kill the program before
9372 finishing the test.
9373
7d8e6458 93742011-09-02 Matt Rice <ratmice@gmail.com>
9375
9376 * lib/prompt.exp: New file for testing the first prompt.
9377 * gdb.python/py-prompt.exp: Ditto.
9378 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9379
68e77c9e
PA
93802011-09-02 Pedro Alves <pedro@codesourcery.com>
9381
9382 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9383 0, before testing gcore.
9384
9655e943
JK
93852011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
df6dc84d
JK
9387 * dw2-ifort-parameter-debug.S: Update copyright year.
9388 * dw2-ifort-parameter.c: Update copyright year.
9389 * dw2-ifort-parameter.exp: Update copyright year.
9390
9655e943
JK
9391 * dw2-ifort-parameter-debug.S: New file.
9392 * dw2-ifort-parameter.c: New file.
9393 * dw2-ifort-parameter.exp: New file.
9394
353d1d73
JK
93952011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 * gdb.base/commands.exp (error_clears_commands_left): New function.
9398 (): Call it.
9399
5c07461a
JK
94002011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9401
9402 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9403 (C): Initialize `a'.
9404 * gdb.mi/mi-inheritance-syntax-error.exp
9405 (-data-evaluate-expression $path): Expect `a' as 5.
9406
0d932b2f
MK
94072011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9408
9409 PR mi/11912
9410 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9411 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9412 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9413 keyword in output of -var-info-path-expression.
9414
bdb54049
JK
94152011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9418 * gdb.trace/collection.exp: Likewise.
9419 * gdb.trace/report.exp: Likewise.
9420 * gdb.trace/unavailable.exp: Likewise.
9421 * gdb.trace/while-dyn.exp: Likewise.
9422
59cde39c
KS
94232011-08-18 Keith Seitz <keiths@redhat.com>
9424
9425 PR c++/12266
9426 * gdb.cp/meth-typedefs.cc: New file.
9427 * gdb.cp/meth-typedefs.exp: New file.
9428
fa3a4f15
PM
94292011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9430
6fdff2c5 9431 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 9432
c1049fca
JK
94332011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 * gdb.arch/i386-dr3-watch.exp
9436 (watchpoint on gap1 does not fit debug registers)
9437 (delete all watchpoints): Fix racy expect strings.
9438
d93f7b5c
YQ
94392011-08-14 Yao Qi <yao@codesourcery.com>
9440
9441 * gdb.base/maint.exp: set data_section to ".neardata".
9442 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9443 * gdb.base/savedregs.exp: Handle SIGILL.
9444 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9445 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9446
457e09f0
DE
94472011-08-12 Doug Evans <dje@google.com>
9448
9449 * gdb.python/py-symbol.exp: Add test for symbol.type.
9450
5d0bb2fb
UW
94512011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9452
9453 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9454 * gdb.mi/mi-pthreads.exp: Likewise.
9455 * gdb.mi/mi2-pthreads.exp: Likewise.
9456 * gdb.mi/gdb669.exp.exp: Likewise.
9457
fcdfa280
PA
94582011-08-09 Pedro Alves <pedro@codesourcery.com>
9459
9460 * lib/mi-support.exp (detect_async): Rename to...
9461 (mi_detect_async): ... this.
9462 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9463 * gdb.mi/mi-nonstop.exp: Adjust.
9464 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9465 * gdb.mi/mi-nsintrall.exp: Adjust.
9466 * gdb.mi/mi-nsmoribund.exp: Adjust.
9467 * gdb.mi/mi-nsthrexec.exp: Adjust.
9468
9d8fa392
PA
94692011-08-09 Pedro Alves <pedro@codesourcery.com>
9470
9471 * gdb.base/display.c (do_loops): New `p_i' local.
9472 * gdb.base/display.exp: Test displaying a variable that is
9473 temporarily at a bad address.
9474
b6cede78
JK
94752011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9478 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9479
67bedb8c
JK
94802011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
9483 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9484 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 9485
af6e93b2
PA
94862011-08-05 Pedro Alves <pedro@codesourcery.com>
9487
9488 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9489 procedure.
9490 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9491
1cf0e11f
YQ
94922011-08-05 Yao Qi <yao@codesourcery.com>
9493
9494 * gdb.base/callfuncs.exp: Set language after main.
9495 * gdb.cp/cplusfuncs.exp: Likewise.
9496 * gdb.cp/inherit.exp: Likewise.
9497
a1e28cb2
UW
94982011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9499
9500 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9501 * gdb.base/watch-vfork.exp: Skip on remote targets.
9502
d4f5bbb9
UW
95032011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9504
9505 * gdb.threads/thread-find.exp: Support remote targets.
9506
724f4f80
UW
95072011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9508
9509 * gdb.base/jit.exp: Download solib_binfile to target.
9510 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9511 and call dlopen without full path name.
9512 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9513 dlopen without full path name.
9514
934709f0
PW
95152011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9516
9517 * gdb.base/break-always.exp: Complete the test
9518 with duplicated breakpoints and enabling/disabling them.
9519
c26106c4
TT
95202011-08-02 Tom Tromey <tromey@redhat.com>
9521
9522 PR gdb/11289:
9523 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9524
9300444e 95252011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
9526
9527 PR gdb/13045
9528 * gdb.base/float.exp: Add new test case for PR gdb/13045
9529 * gdb.base/float.c: New file.
9530
00bd41d6
PM
95312011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9532
9533 * gdb.python/py-mi.exp: Test printers returning string hint, and
9534 also not returning a value.
9535 * gdb.python/py-prettyprint.c: Add testcase for above.
9536 * gdb.python/py-prettyprint.py: Add test printer for above.
9537
d24f74ce
JK
95382011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9539
9540 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9541 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9542 (.Ldie30) Add as field "data4".
9543 (.Ldie32) Rename field "b" to "shl".
9544 (abbrev4) Change for the "data4" field.
9545 (abbrev5, abbrev6) Remove.
9546 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9547 (p &s.shl): ... here. Add comment.
9548 (p &s.data4): New.
9549
bb7da2bf
JK
95502011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9551
9552 Fix crash on lval_computed values.
9553 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9554
11081198
JK
95552011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 * gdb.base/help.exp (help whatis): Update the expected string.
9558
3c6e0cb3
JK
95592011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9560
9561 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9562 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9563 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9564 Change the expected string.
9565
efa80663
PA
95662011-07-26 Pedro Alves <pedro@codesourcery.com>
9567
9568 * gdb.base/watchpoint.exp
9569 (test_disable_enable_software_watchpoint): New procedure.
9570 (top level): Run it.
9571
db8e4570
UW
95722011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9573
9574 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9575 executable file "${binfile}", C++ version "${binfile}-cxx".
9576 * gdb.python/py-prettyprint.exp: Likewise.
9577 * gdb.python/py-symbol.exp: Likewise.
9578 * gdb.python/py-type.exp: Likewise.
9579 * gdb.python/py-value.exp: Likewise.
9580 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9581 file name instead of just suffix.
9582
543305c9
JK
95832011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 Fix implicit pointer offsets.
9586 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9587 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9588 (continue to breakpoint: continue to baz breakpoint for implptr)
9589 (sanity check element 0, sanity check element 1)
9590 (enter the inlined function, check element 0 for the offset)
9591 (check element 1 for the offset)
9592 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9593 (set foo breakpoint for implptr): Update the breakpoint number.
9594
b3215adc
UW
95952011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9596
9597 * gdb.python/py-mi.exp: Use different file names for different
9598 versions of the executable under test.
9599 * gdb.python/py-prettyprint.exp: Likewise.
9600 * gdb.python/py-symbol.exp: Likewise.
9601 * gdb.python/py-template.exp: Likewise.
9602 * gdb.python/py-type.exp: Likewise.
9603 * gdb.python/py-value.exp: Likewise.
9604
182b9acc
UW
96052011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9606
9607 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9608 flag after restarting GDB if necessary.
9609
e6052b5d
UW
96102011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9611
9612 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9613
1ced966e
PA
96142011-07-22 Pedro Alves <pedro@codesourcery.com>
9615
9616 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9617 backend doesn't leave used debug registers behind.
9618
3543a589
TT
96192011-07-22 Tom Tromey <tromey@redhat.com>
9620
9621 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9622 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9623 argument.
9624 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9625
14d15303 96262011-07-21 Matt Rice <ratmice@gmail.com>
9627
9628 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9629 in mostlyclean rule. Add files ending in .core.
9630
9b158ba0 96312011-07-21 Matt Rice <ratmice@gmail.com>
9632
9633 PR macros/12999
9634 * gdb.base/info-macros.c: New test sources.
9635 * gdb.base/info-macros.exp: New tests.
9636
d17b6f81
PM
96372011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9638
9639 * gdb.python/python.exp: Add prompt substitution tests.
9640
918dd910
JK
96412011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 Fix crash if referenced CU is aged out.
9644 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9645 New.
9646 * gdb.dwarf2/implptr.exp: Likewise.
9647
0e37a63c
JK
96482011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9649
9650 * gdb.dwarf2/implptr.S: Rebuilt.
9651 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9652 (bar): Use them for j, k, l.
9653 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9654 COMPILE.
9655 (print j in implptr:bar): Update for the intp typedef.
9656 (print p[0].x in implptr:foo): Use more exact regex.
9657
f65cf84c
TT
96582011-07-18 Tom Tromey <tromey@redhat.com>
9659
9660 * gdb.cp/static-method.exp: Add missing single quote.
9661
d5b4a7be
YQ
96622011-07-18 Yao Qi <yao@codesourcery.com>
9663
9664 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9665 supported.
9666 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9667 * gdb.mi/mi-nonstop.exp: Likewise.
9668 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9669 * gdb.mi/mi-nsintrall.exp: Likewise.
9670 * gdb.mi/mi-nsmoribund.exp: Likewise.
9671 * gdb.mi/mi-nsthrexec.exp: Likewise.
9672 * gdb.python/py-evthreads.exp: Likewise.
9673
e9ea2662
JK
96742011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9675
9676 Code cleanup.
9677 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9678 it. Substitute it instead of test_compiler_info everywhere.
9679
ce451573
UW
96802011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9681
9682 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9683 remote targets as well.
9684
756d88a7
UW
96852011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9686
9687 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9688 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9689
31f83dc5
UW
96902011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9691
9692 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9693 a remote machine, not the host.
9694 (gdb_compile_shlib): Set soname if target is remote.
9695
059241a0
PP
96962011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9697
9698 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9699
28a0b48c 97002011-07-13 Matt Rice <ratmice@gmail.com>
9701
9702 * gdb.python/py-objfile-script-gdb.py: Renamed to
9703 py-objfile-script-gdb.py.in.
9704 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9705 py-objfile-script-gdb.py.
9706 * gdb.python/py-objfile-script.exp: Update reference to
9707 py-objfile-script-gdb.py.
9708
9a771b67
JK
97092011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9710
9711 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9712 reference undefined label.
9713
04ad99e6
JK
97142011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9717 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9718 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9719 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9720
713389e0
PM
97212011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9722
6fdff2c5 9723 PR python/12438
713389e0 9724 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 9725 deprecated tests. Add set/show python print-backtrace tests.
713389e0 9726
97d146f8
JK
97272011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9730 debug info.
9731
facde0e5 97322011-07-06 Matt Rice <ratmice@gmail.com>
9733
9734 * gdb.python/python.exp: Update filename paths.
9735 * gdb.python/py-symtab.exp: Ditto.
9736
438640d1
MP
97372011-07-06 Marek Polacek <mpolacek@redhat.com>
9738
9739 * gdb.python/py-evthreads.exp: Add missing `$'.
9740
33a365df
MF
97412011-07-06 Jie Zhang <jie.zhang@analog.com>
9742
9743 * config/bfin.exp: New file.
9744 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9745 * gdb.asm/bfin.inc: New file.
9746
8f7ae686
MP
97472011-07-06 Marek Polacek <mpolacek@redhat.com>
9748
df46027d 9749 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9750 the whole output.
9751
eb2a6f42
TT
97522011-07-05 Tom Tromey <tromey@redhat.com>
9753
9754 * gdb.java/jprint.java (jprint.hi): New field.
9755 * gdb.java/jprint.exp: Print string.
9756
177b42fe
TJB
97572011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9758
9759 * gdb.base/call-sc.c: Fix typos.
9760 * gdb.base/ifelse.exp: Likewise.
9761 * gdb.base/structs.c: Likewise.
9762
3b2a0cf2
JB
97632011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9764
9765 * gdb.base/jit-so.exp: New test.
9766 * gdb.base/jit-dlmain.c: New file.
9767 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9768
46fc714c
JK
97692011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9770
9771 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
9772 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9773 * gdb.cp/pr9167.exp (p b): Likewise.
9774 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9775 (test value of P in inner_m, test type of Z in inner_m): Call
9776 setup_xfail for gcc <= 4.5.
46fc714c 9777
418c7cf7
JK
97782011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9779
9780 * gdb.cp/paren-type.cc: New files.
9781 * gdb.cp/paren-type.exp: New files.
9782
3d50dd94
JK
97832011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9784
9785 Stop on first linespec terminator instead of eating what we can.
9786 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9787 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9788 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9789 (break C::f()): ... this one.
9790 (break C::operator()()): New test.
9791 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9792 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9793 test.
9794
dcf9f4ab
JK
97952011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 Fall back linespec to minimal symbols.
9798 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9799 error message.
9800 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9801 * gdb.cp/minsym-fallback-main.cc: New file.
9802 * gdb.cp/minsym-fallback.cc: New file.
9803 * gdb.cp/minsym-fallback.exp: New file.
9804 * gdb.cp/minsym-fallback.h: New file.
9805
3f542ed1
JK
98062011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9807
9808 * gdb.cp/no-dmgl-verbose.cc: New file.
9809 * gdb.cp/no-dmgl-verbose.exp: New file.
9810
98112011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
9812
9813 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9814 __GI_.
9815 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9816 (f): New function.
9817 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9818 (complete p 'func<short>(): ... here.
9819 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9820 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9821 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9822 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9823 Make them KFAIL gcc/49546.
9824
00eb2c4a
JB
98252011-07-01 Joel Brobecker <brobecker@adacore.com>
9826
9827 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9828
85a20c42
JK
98292011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9830
9831 Test GCC PR debug/49546.
9832 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9833 (test type of F in k3_m, test value of F in k3_m): New.
9834 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9835 (main): New variable k3. Call k3.k3_m.
9836
d2d43431
JB
98372011-07-01 Jean-Charles Delay <delay@adacore.com>
9838
9839 * gdb.ada/packed_array.exp: Fix expected outout.
9840
54ae186f
JB
98412011-07-01 Jean-Charles Delay <delay@adacore.com>
9842
9843 * gdb.ada/packed_array.exp: fixed expected output.
9844
8f17729f
JB
98452011-07-01 Joel Brobecker <brobecker@adacore.com>
9846
9847 * gdb.ada/same_enum: New testcase.
9848
f5aa6869
JB
98492011-07-01 Joel Brobecker <brobecker@adacore.com>
9850
9851 * gdb.ada/ptr_typedef: New testcase.
9852
828292f2
JB
98532011-07-01 Joel Brobecker <brobecker@adacore.com>
9854
9855 * gdb.ada/arrayptr.exp: Add ptype test.
9856
18920c42
JB
98572011-07-01 Joel Brobecker <brobecker@adacore.com>
9858
9859 * gdb.ada/char_enum: New testcase.
9860
3536d9e3 98612011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
9862
9863 * gdb.base/dump.exp (capture_pointer_with_type): New.
9864 Get value from address instead of name.
9865 Start GDB once, and do `dump' and `restore'
9866 tests together.
9867
db863c42
MF
98682011-06-30 Jie Zhang <jie.zhang@analog.com>
9869 Mike Frysinger <vapier@gentoo.org>
9870
9871 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9872 helper functions for getting/setting remotetimeout variable.
9873 * lib/gdb.exp (gdb_load): If the target is remote, set
9874 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9875 with $loadtimeout. Set $load_ok to 0 before doing the load.
9876 Instead of returning, immediately, set $load_ok to 0. Call
9877 set_remotetimeout with $oldremotetimeout, and then return if
9878 $load_ok is 1.
9879
e9e642a8
AB
98802011-06-30 Andrew Burgess <aburgess@broadcom.com>
9881
9882 * gdb.python/py-template.exp: Don't run this test if the target
9883 does not support c++ tests.
9884
32019081
JK
98852011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 Fix non-only rename list for Fortran modules import.
9888 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9889 tests.
9890 * gdb.fortran/module.f90 (module moduse): New.
9891 (program module): use moduse, test var_x, var_y and var_z.
9892
0ecee54c
TT
98932011-06-29 Tom Tromey <tromey@redhat.com>
9894
9895 PR testsuite/12040:
9896 * gdb.fortran/array-element.exp: Use f90, not f77.
9897 * gdb.fortran/complex.exp: Use f90, not f77.
9898 * gdb.fortran/derived-type.exp: Use f90, not f77.
9899 * gdb.fortran/library-module.exp: Use f90, not f77.
9900 * gdb.fortran/logical.exp: Use f90, not f77.
9901 * gdb.fortran/module.exp: Use f90, not f77.
9902 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9903 * gdb.fortran/subarray.exp: Use f90, not f77.
9904
3b2b8fea
TT
99052011-06-29 Tom Tromey <tromey@redhat.com>
9906
9907 * gdb.fortran/charset.exp: New file.
9908 * gdb.fortran/charset.f90: New file.
9909
42159ca5
TT
99102011-06-29 Tom Tromey <tromey@redhat.com>
9911
9912 PR testsuite/12040:
9913 * lib/future.exp: New file, mostly extracted from ada.exp.
9914 Rewrote compatibility code to use rename.
9915 (gdb_find_gfortran): New proc.
9916 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9917 gfortran patch.
9918 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9919 Move to future.exp.
9920 * lib/gdb.exp: Always load future.exp.
9921
af69a5ce
YQ
99222011-06-28 Yao Qi <yao@codesourcery.com>
9923
9924 * gdb.cp/exception.cc: Don't include iostream.
9925 (bar): Remove print statement.
9926 (catcher): New.
9927 (main): Remove print statements. Call function catcher.
9928 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9929 Set breakpoint on catcher, and check the value of parameter.
9930
ab5c6a72
YQ
99312011-06-23 Yao Qi <yao@codesourcery.com>
9932
6fdff2c5
PA
9933 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9934 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 9935
9497469f
MP
99362011-06-23 Marek Polacek <mpolacek@redhat.com>
9937
9938 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9939 mi_gdb_test.
9940
b9132588
MP
99412011-06-23 Marek Polacek <mpolacek@redhat.com>
9942
5d197ed0 9943 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 9944
e55595ca
MP
99452011-06-23 Marek Polacek <mpolacek@redhat.com>
9946
5d197ed0
MP
9947 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9948
99492011-06-23 Marek Polacek <mpolacek@redhat.com>
9950
9951 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9952 `test_exec_and_symbol_mi_operatons' return value.
9953 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9954 gdb_test_multiple.
9955 (test_exec_and_symbol_mi_operatons): Likewise.
9956 (test_path_specification): Likewise.
e55595ca 9957
be777e08
YQ
99582011-06-23 Yao Qi <yao@codesourcery.com>
9959
9960 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9961 supported.
9962 * lib/gdb.exp (support_displaced_stepping): New.
9963
615556d6
YQ
99642011-06-23 Yao Qi <yao@codesourcery.com>
9965
9966 * gdb.threads/execl.exp: Skip on remote target.
9967
833b0ca7
MP
99682011-06-21 Marek Polacek <mpolacek@redhat.com>
9969
5d197ed0 9970 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
9971 mi_gdb_test.
9972
1ee4023a
MP
99732011-06-20 Marek Polacek <mpolacek@redhat.com>
9974
5d197ed0 9975 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 9976
d0b1d624
MP
99772011-06-20 Marek Polacek <mpolacek@redhat.com>
9978
5d197ed0 9979 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
9980 mi_gdb_test.
9981
79aa92c1
MP
99822011-06-20 Marek Polacek <mpolacek@redhat.com>
9983
5d197ed0 9984 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 9985
5ce5db06
YQ
99862011-06-14 Yao Qi <yao@codesourcery.com>
9987
9988 gdb/testsuite/
9989 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9990
533a737e
JK
99912011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9992
9993 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9994
d0e53741
TT
99952011-06-10 Tom Tromey <tromey@redhat.com>
9996
9997 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9998 Add tests for pointer-to-member-function.
9999 * gdb.cp/temargs.cc (S::somefunc): New function.
10000 (K2): New class.
10001 (main): Instantiate K2; call method.
10002
b5916bbd
JB
100032011-06-08 Joel Brobecker <brobecker@adacore.com>
10004
10005 * gdb.python/py-inferior.c (f2): Make str an array rather
10006 than a pointer.
10007 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
10008
5be4dfca
JK
100092011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 * gdb.base/async-shell.c: New file.
10012 * gdb.base/async-shell.exp: New file.
10013
9f47e254
PA
100142011-06-06 Pedro Alves <pedro@codesourcery.com>
10015
10016 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10017
64b9b334
JB
100182011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
10019
10020 From Stephen Kitt <steve@sk2.org>
10021 * gdb.base/help.exp: Adjust following some spelling corrections
10022 in GDB.
10023
dbc0f131
YQ
100242011-06-01 Yao Qi <yao@codesourcery.com>
10025
10026 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10027
fd336a18
KS
100282010-05-31 Keith Seitz <keiths@redhat.com>
10029
10030 PR c++/12750
10031 * gdb.cp/static-method.cc: New file.
10032 * gdb.cp/static-method.exp: New file.
10033
fa8b9902
KS
100342010-05-31 Keith Seitz <keiths@redhat.com>
10035
10036 PR symtab/12704
10037 * gdb.cp/anon-ns.cc: New file.
10038 * gdb.cp/anon-ns.exp: New file.
10039
0a5b1e09
PA
100402011-05-31 Pedro Alves <pedro@codesourcery.com>
10041
10042 * gdb.arch/i386-dr3-watch.c: New file.
10043 * gdb.arch/i386-dr3-watch.exp: New file.
10044
0578b8d1
YQ
100452011-05-30 Yao Qi <yao@codesourcery.com>
10046
10047 * gdb.base/callfuncs.c (t_structs_fc): New.
10048 (t_structs_dc, t_structs_ldc): New.
10049 (t_double_many_args):
10050 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10051 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10052 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10053 * gdb.base/callfuncs.exp: Call new functions.
10054
6680506e
YQ
100552011-05-30 Yao Qi <yao@codesourcery.com>
10056
ff4d2c60
YQ
10057 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10058 Call rerun_and_prepare for each test to isolate effects.
10059
100602011-05-30 Yao Qi <yao@codesourcery.com>
10061
10062 * gdb.base/varargs.c (find_max_float_real): New.
10063 (find_max_double_real, find_max_long_double_real): New.
10064 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
10065 * lib/gdb.exp (setup_kfail_for_target): New.
10066
e43ec454
YQ
100672011-05-30 Yao Qi <yao@codesourcery.com>
10068
10069 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10070 (callcd, callce, callcf, callc1a, callc1b): New.
10071 (callc2a, callc2b): New.
10072 * gdb.base/funcargs.exp (complex_args): New.
10073 (complex_integral_args, complex_float_integral_args): New.
10074 * lib/gdb.exp (support_complex_tests): New. Determine
10075 whether to run test cases on _Complex types.
10076
432b4d03
JK
100772011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10078
10079 * gdb.threads/leader-exit.c: New file.
10080 * gdb.threads/leader-exit.exp: New file.
10081
6caf069d
MP
100822011-05-27 Marek Polacek <mpolacek@redhat.com>
10083
9497469f 10084 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 10085
97fce28b
MP
100862011-05-27 Marek Polacek <mpolacek@redhat.com>
10087
10088 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10089 remove the `supported' variable.
10090 * gdb.mi/mi-nonstop.exp: Likewise.
10091 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10092 * gdb.mi/mi-nsintrall.exp: Likewise.
10093 * gdb.mi/mi-nsmoribund.exp: Likewise.
10094 * gdb.mi/mi-nsthrexec.exp: Likewise.
10095
9da8c2a0
PA
100962011-05-26 Pedro Alves <pedro@codesourcery.com>
10097
10098 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10099
2c03e5be
PA
101002011-05-26 Pedro Alves <pedro@codesourcery.com>
10101
10102 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10103
2e21250d
KS
101042011-05-24 Keith Seitz <keiths@redhat.com>
10105
10106 PR breakpoint/12803
10107 * gdb.cp/cmpd-minsyms.cc (a): New method.
10108 (b): New method.
10109 (c): New method.
10110 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10111
cdac0397
PA
101122011-05-24 Pedro Alves <pedro@codesourcery.com>
10113
10114 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10115 watchpoint's command list didn't execute when the watchpoint went
10116 out of scope.
10117
ee5683ab
PM
101182011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10119
10120 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10121 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10122 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10123 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10124 * gdb.arch/i386-permbkpt.exp: Likewise.
10125 * gdb.arch/i386-prologue.exp: Likewise.
10126 * gdb.arch/i386-size-overlap.exp: Likewise.
10127 * gdb.arch/i386-size.exp: Likewise.
10128 * gdb.arch/i386-unwind.exp: Likewise.
10129 * gdb.reverse/i386-precsave.exp: Likewise.
10130 * gdb.reverse/i386-reverse.exp: Likewise.
10131 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10132 * gdb.reverse/i387-env-reverse.exp: Likewise.
10133 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10134
c91c8c16
PA
101352011-05-24 Pedro Alves <pedro@codesourcery.com>
10136
10137 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10138 file doesn't error, using MI.
10139
c50491a7
TT
101402011-05-23 Tom Tromey <tromey@redhat.com>
10141
10142 * gdb.base/charset.exp (string_display): Add tests to assign to
10143 arrays.
10144 * gdb.base/charset.c (short_array, int_array, long_array): New.
10145
4a07b7da
PA
101462011-05-20 Pedro Alves <pedro@codesourcery.com>
10147
10148 Cope with async mode.
10149
4a07b7da
PA
10150 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10151 into gdb_test + mi_expect_stop.
10152
b275f2d2
PA
101532011-05-20 Pedro Alves <pedro@codesourcery.com>
10154
10155 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10156 (callme): Remove printf call.
10157
eec52c44
PM
101582011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10159
10160 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10161 quote pattern to avoid problems with Cygwin/mingw expect versions.
10162 * gdb.base/default.exp (show convenience): Use double
10163 quote pattern for regular expressions.
10164
b3c8eb43
JK
101652011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10166
10167 Fix -readnow for -gdwarf-4 unused type units.
10168 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10169 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10170
ed731959
JK
101712011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10172
10173 * gdb.base/kill-after-signal.c: New file.
10174 * gdb.base/kill-after-signal.exp: New file.
10175
3b48433d
PA
101762011-05-16 Pedro Alves <pedro@codesourcery.com>
10177
10178 * gdb.ada/start.exp: Call untested with the correct test filename.
10179 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10180 test filename. Make the test's binary unique.
10181 * gdb.arch/i386-signal.exp: Call untested with the correct test
10182 filename.
10183 * gdb.arch/i386-size-overlap.exp: Ditto.
10184 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10185 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10186 * gdb.cp/call-c.exp: Ditto.
10187 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10188 filename. Make the test's binary unique.
10189 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10190 * gdb.python/py-mi.exp: Ditto.
10191 * gdb.python/Makefile.in (EXECUTABLES): Update.
10192 * gdb.reverse/i386-precsave.exp: Ditto.
10193 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10194 test filename.
10195 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10196 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10197 unique.
10198 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10199 test filename.
10200 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10201 * gdb.trace/tfile.exp: Ditto.
10202
ba4a8bdd
YQ
102032011-05-14 Yao Qi <yao@codesourcery.com>
10204
10205 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10206 type.
10207
dbaefcf7
DE
102082011-05-13 Doug Evans <dje@google.com>
10209
10210 * gdb.python/py-objfile-script.exp: New file.
10211 * gdb.python/py-objfile-script.c: New file.
10212 * gdb.python/py-objfile-script-gdb.py: New file.
10213 * testsuite/gdb.python/py-section-script.exp: Test
10214 "info auto-load-scripts".
10215
9930639c
TT
102162011-05-13 Tom Tromey <tromey@redhat.com>
10217
10218 * gdb.dwarf2/clztest.exp: New file.
10219 * gdb.dwarf2/clztest.c: New file.
10220 * gdb.dwarf2/clztest.S: New file.
10221
05272e11
DE
102222011-05-13 Doug Evans <dje@google.com>
10223
cc63ef9b
DE
10224 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10225 String16 tests.
05272e11 10226
6edba76f
TT
102272011-05-13 Tom Tromey <tromey@redhat.com>
10228
10229 * lib/gdb.exp (is_x86_like_target): New proc.
10230 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10231 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10232 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10233 -nostdlib to compiler.
10234 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10235 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10236 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10237 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10238 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10239
028d0ed5
TJB
102402011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10241
10242 * gdb.python/py-function.exp: Test setting a value from a function
10243 which executes a command.
10244
8a9b8146
TT
102452011-05-12 Tom Tromey <tromey@redhat.com>
10246
10247 * gdb.dwarf2/typeddwarf.S: New file.
10248 * gdb.dwarf2/typeddwarf.c: New file.
10249 * gdb.dwarf2/typeddwarf.exp: New file.
10250
10483e8e
MP
102512011-05-12 Marek Polacek <mpolacek@redhat.com>
10252
10253 * gdb.mi/mi-basics.exp: Fix races. Honour the
10254 `test_exec_and_symbol_mi_operatons' return value.
10255 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10256 gdb_test_multiple.
10257 (test_exec_and_symbol_mi_operatons): Likewise.
10258 (test_path_specification): Likewise.
10259
faf067f1
JK
102602011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10261
10262 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10263 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10264 Replace `file copy' and `file rename' by `file mtime'. Twice.
10265
7ff911a3
JK
102662011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10267
10268 * gdb.base/readline-ask.c: New file.
10269 * gdb.base/readline-ask.exp: New file.
10270 * gdb.base/readline-ask.inputrc: New file.
10271
a536c6d7
UW
102722011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10273
10274 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10275 to avoid race condition.
10276 * gdb.cell/coremaker.c: Use small stack size.
10277 * gdb.cell/ea-standalone.exp: Use file name without path as
10278 argument to c_to.
10279 * gdb.cell/fork.exp: Allow other output when continuing to end.
10280
d472a426
JK
102812011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10282
10283 * gdb.threads/corethreads.c: New file.
10284 * gdb.threads/corethreads.exp: New file.
10285
102862011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
10287
10288 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10289 Try to compile the test using -Wl,-z,norelro first.
10290 (load_core): New variable libthread_db_seen, initialize it.
10291 (zeroed-threads cannot be listed): Protect it by XFAIL on
10292 !$libthread_db_seen.
10293
8be455d7
JK
102942011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10295
10296 PR 12573
10297 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10298 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10299 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10300
1976171a
JK
103012011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10302
10303 * gdb.cp/psymtab-parameter.cc: New file.
10304 * gdb.cp/psymtab-parameter.exp: New file.
10305
7db6f30f
JK
103062011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10307
10308 Fix a race.
10309 * gdb.cp/static-print-quit.exp (print c): Split to ...
10310 (print c - <return>, print c - q <return>, print c - to quit):
10311 ... these. Make the testfile untested on gdb-7.1.
10312
85161e9e 103132011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
10314
10315 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10316 gdb_rename_execfile, gdb_touch_execfile): New.
10317 * gdb.base/reread.exp: Use new procs to handle multiple
10318 exec files.
10319
0c51be18
YQ
103202011-05-05 Yao Qi <yao@codesourcery.com>
10321
10322 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10323 (test_adr_32bit, test_pop_pc): New.
10324 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10325 (test_adr_32bit, test_pop_pc): New.
10326
4d393d60
JM
103272011-05-04 Joseph Myers <joseph@codesourcery.com>
10328
10329 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10330 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10331 targets.
10332 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10333 handle targets.
10334
8ffd0459
JK
103352011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10336
10337 * gdb.base/completion.exp (complete help info wat): Rename to ...
10338 (complete 'help info wat'): ... here.
10339 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10340 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10341
8e28d804
PA
103422011-05-04 Pedro Alves <pedro@codesourcery.com>
10343
10344 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10345 gdb_test and explicit $gdb_prompt/timeout matches.
10346
3eb2ef34
YQ
103472011-05-04 Yao Qi <yao@codesourcery.com>
10348
10349 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10350 and __thumb2__.
10351
aaaf81a3
MP
103522011-05-03 Marek Polacek <mpolacek@redhat.com>
10353
10354 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10355 in place of `gdb_test "delete breakpoints"'. This eliminates two
10356 testcases.
10357
c4cbc0df
PA
103582011-05-02 Pedro Alves <pedro@codesourcery.com>
10359
10360 PR testsuite/12649
10361 Fix races.
10362
10363 * gdb.base/completion.exp: Remove all sleep calls. Remove
10364 unnecessary regexs. Don't explicitly expect anything after the
10365 prompt. Eat the prompt if necessary.
10366
b4cbb4a3
EBM
103672011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10368
10369 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10370 accept to show the caller line again as well as the line after.
10371
d65aec65
PM
103722011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10373
10374 PR mi/12531
10375
10376 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10377 compile target.
10378 * gdb.python/py-prettyprint.exp: Add C++ object for
10379 CPLUS_FAKE_CHILD test.
10380
30852783
UW
103812011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10382
10383 * gdb.base/signest.exp: New file.
10384 * gdb.base/signest.c: Likewise.
10385
c7b1f0d9
JK
103862011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10387
10388 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10389 thread and breakpoint notifications.
10390
559a7a62
JK
103912011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10392
10393 * gdb.base/fortran-sym-case.c: New file.
10394 * gdb.base/fortran-sym-case.exp: New file.
10395 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10396 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10397 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10398
8344e389
JK
103992011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10402 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10403 false #1', `if true else false #2' and `if true else false #3'.
10404
2484c66b
UW
104052011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10406
10407 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10408 while delivering signal.
10409
8d3788bd
VP
104102011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10411
10412 MI breakpoint notifications.
10413
10414 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
10415 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10416 * testsuite/gdb.mi/mi-watch.exp: Adust.
10417 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10418 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10419 notifications.
8d3788bd 10420
3e03848b
JK
104212011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10424 * gdb.base/gdbindex-stabs.c: New file.
10425 * gdb.base/gdbindex-stabs.exp: New file.
10426
918c9108
YQ
104272011-04-25 Yao Qi <yao@codesourcery.com>
10428
10429 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10430 with /*...*/.
10431 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10432
90556b8c
JK
104332011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10434
10435 * gdb.python/py-value.exp (test_objfiles): Name the first test
10436 `py-value in file.filename'.
10437
03f2bd59
JK
104382011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10439
10440 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10441 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10442 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10443 !gdbserver_reconnect_p..
10444 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10445
7b08b9eb
JK
104462011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 * gdb.cp/cpcompletion.exp (complete class methods)
10449 (complete class methods beginning with F): Move them above runto. New
10450 comment about the runto delimiter.
10451
b78974c3
PA
104522011-04-20 Pedro Alves <pedro@codesourcery.com>
10453
10454 * gdb.base/maint.exp: Test that "maint print registers" works
10455 without a running program.
10456
20429c40 104572011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 10458
20429c40
MP
10459 * gdb.base/setshow.exp: Fix racy tests.
10460 ($old_gdb_prompt): New variable.
10461
7a9dd1b2
TT
104622011-04-19 Tom Tromey <tromey@redhat.com>
10463
10464 * gdb.mi/mi-nsmoribund.exp:
10465 * gdb.hp/gdb.objdbg/objdbg01.exp:
10466 * gdb.base/structs.exp (test_struct_returns):
10467 * gdb.base/call-sc.exp (test_scalar_returns):
10468 * gdb.base/bigcore.exp: Remove duplicate words.
10469
02835898
JK
104702011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10471
10472 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10473 * gdb.base/break-interp.exp (test_attach): New comment.
10474
254f582e
JK
104752011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10476
10477 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10478 (clear __stack_user.next, clear stack_used.next)
10479 (save a zeroed-threads corefile): New test.
10480 Call core_load for $core0file.
10481 (zeroed-threads cannot be listed): New test.
10482
4fe85f5c
JK
104832011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10484
10485 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10486 filename.
10487 ($srcfile): Preserve the original value.
10488 ($testfile): Match it the .exp filename.
10489 ($corefile): New variable. Substitute it around.
10490 Use clean_restart.
10491 ($prev_timeout): Remove.
10492 (load_core): Move core loading into this proc.
10493 Fix restore of $timeout if load_core fails.
10494
63524580
JK
104952011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 * gdb.base/eu-strip-infcall.c: New file.
10498 * gdb.base/eu-strip-infcall.exp: New file.
10499
90359a16
JK
105002011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10501
10502 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10503 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10504
626e7282
JK
105052011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10506
10507 Fix Python access to inlined frames.
10508 * gdb.python/py-frame-inline.c: New file.
10509 * gdb.python/py-frame-inline.exp: New file.
10510
3363d018
EBM
105112011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10512
10513 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10514 content of 's24' correctly (avoiding "optimized out").
10515 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10516
28781456
JK
105172011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10518
10519 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10520
4a4106ca
TJB
105212011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10522
10523 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10524 expect a colon in watch -location output.
10525
d26ccb4f
JK
105262011-04-13 Marek Polacek <mpolacek@redhat.com>
10527
df46027d 10528 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
10529 New testcase `expect response to define backtrace'. Also remove
10530 redundant `default' block.
10531
e1ab1f9c
JK
105322011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 * gdb.python/py-prettyprint.c (struct hint_error): New.
10535 (main): New variable hint_error.
10536 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10537 "print hint_error".
10538 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10539 (register_pretty_printers): Register it.
10540
0c2e6019
TT
105412011-04-04 Tom Tromey <tromey@redhat.com>
10542
10543 * gdb.cp/maint.exp (test_help): Update.
10544 (test_namespace): Likewise.
10545
af57139d
JB
105462011-04-01 Joel Brobecker <brobecker@adacore.com>
10547
10548 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10549 * gdb.ada/arrayptr.exp: Add new tests.
10550
956a9fb9
JB
105512011-04-01 Joel Brobecker <brobecker@adacore.com>
10552
10553 * gdb.ada/mi_catch_ex: New testcase.
10554
d0c4d642
PA
105552011-04-01 Pedro Alves <pedro@codesourcery.com>
10556
10557 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10558 base::overload(void) method without specifying "const".
10559
18819fa6
UW
105602011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10561
10562 * gdb.arch/thumb-singlestep.S: New file.
10563 * gdb.arch/thumb-singlestep.exp: Likewise.
10564
a4c8e806
TT
105652011-03-31 Tom Tromey <tromey@redhat.com>
10566
10567 * gdb.python/py-prettyprint.py (exception_flag): New global.
10568 (NoStringContainerPrinter._iterator.next): Check it.
10569 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10570 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10571
53832f31
TT
105722011-03-29 Tom Tromey <tromey@redhat.com>
10573
10574 * gdb.cp/anon-struct.cc: New file.
10575 * gdb.cp/anon-struct.exp: New file.
10576
e4620230
JK
105772011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 Test STT_GNU_IFUNC support.
10580 * gdb.base/gnu-ifunc-lib.c: New file.
10581 * gdb.base/gnu-ifunc.c: New file.
10582 * gdb.base/gnu-ifunc.exp: New file.
10583
d0fb5eae
JK
105842011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10585
10586 Support a ring of related breakpoints.
10587 * gdb.base/watchpoint-delete.c: New file.
10588 * gdb.base/watchpoint-delete.exp: New file.
10589
20106cfb
JK
105902011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10591
10592 * gdb.ada/arrayparam.exp (print first after function call): Use
10593 explicit package name. Add a comment
10594 (print lasta after function call): Rename ...
10595 (print last after function call): ... it and use explicit package
10596 name.
10597 (print length after function call): Use explicit package name.
10598 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10599 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10600 (multiple matches for symbol i): Rename ...
10601 (multiple matches for symbol integervar): ... it.
10602 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10603 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10604
e7ab5e63
AB
106052011-03-25 Andrew Burgess <aburgess@broadcom.com>
10606
10607 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10608 environment variable to make grep output more predictable. Move
10609 all the environment setup into gdb_init so it's done once per test
10610 case rather than each time we start gdb.
10611
9ef07c8c
TT
106122011-03-24 Tom Tromey <tromey@redhat.com>
10613
10614 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10615 test.
10616
dd90784c
JK
106172011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10618
10619 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10620 * gdb.dwarf2/dw2-entry-value.S: New file.
10621 * gdb.dwarf2/dw2-entry-value.exp: New file.
10622
05775840
PM
106232011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10624
6fdff2c5 10625 PR python/12183
05775840
PM
10626
10627 * gdb.python/py-function.exp: Add GdbError tests.
10628
8661b11b
PA
106292011-03-18 Pedro Alves <pedro@codesourcery.com>
10630
10631 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10632 (reglocal_test_func, statlocal_test_func): New functions.
10633 (globals_test_func): Call new functions.
10634 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10635 (gdb_collect_locals_test): New procedure.
10636 (gdb_trace_collection_test): Call new procedures.
10637
0fdb4f18
PA
106382011-03-18 Pedro Alves <pedro@codesourcery.com>
10639
10640 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10641 (test_register, test_register_unavailable): New procedures.
10642 (gdb_unavailable_registers_test): New procedure.
10643 (gdb_trace_collection_test): Call it.
10644
99c3dc11
PM
106452011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10646
6fdff2c5 10647 PR python/12149
99c3dc11
PM
10648
10649 * gdb.python/python.exp: Add gdb.write tests.
10650
29703da4
PM
106512010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10652
10653 * gdb.python/Makefile.in: Add py-objfile.
10654 * gdb.python/py-objfile.exp: New file.
10655 * gdb.python/py-objfile.c: New file.
10656 * gdb.python/py-block.exp: Add is_valid tests.
10657 * gdb.python/py-inferior.exp: Ditto.
10658 * gdb.python/py-infthread.exp: Ditto.
10659 * gdb.python/py-symbol.exp: Ditto.
10660 * gdb.python/py-symtab.exp: Ditto.
10661
598997c8
KS
106622011-03-16 Keith Seitz <keiths@redhat.com>
10663
10664 PR c++/12273
10665 * gdb.cp/cmpd-minsyms.exp: New test.
10666 * gdb.cp/cmpd-minsyms.cc: New file.
10667
10668 PR c++/11734
10669 * gdb.cp/ovsrch.exp: New test.
10670 * gdb.cp/ovsrch.h: New file.
10671 * gdb.cp/ovsrch1.cc: New file.
10672 * gdb.cp/ovsrch2.cc: New file.
10673 * gdb.cp/ovsrch3.cc: New file.
10674 * gdb.cp/ovsrch4.cc: New file.
10675
c91513d8
PP
106762011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10677
10678 PR gdb/12528
10679 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10680 * gdb.base/break-on-linker-gcd-function.exp: New test.
10681 * gdb.base/break-on-linker-gcd-function.cc: New file.
10682
7470fc63
AT
106832011-03-15 Andreas Tobler <andreast@fgznet.ch>
10684
10685 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10686
959e7469
PM
106872011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10688
10689 * lib/gdb.exp (gdb_unload): Add another termination case.
10690
9373cf26
JK
106912011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10692
10693 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10694 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10695 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10696 Provide a stub byte there.
10697 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10698 DW_AT_entry_pc.
10699 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10700
24e9cda0
UW
107012011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10702
10703 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10704 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10705 "generic ABI, auto".
10706 (altivec_abi_tests): Accept vectors returned by reference.
10707
7371cf6d
PM
107082010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10709
10710 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10711
ce77046a
UW
107122011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10713
10714 * gdb.python/py-section-script.exp: Skip test if no Python support.
10715
176400c3
UW
107162011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10717
10718 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10719
ecec24e6
PM
107202011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10721
10722 * gdb.python/py-parameter.exp: Update tests to the new Python
10723 parameter API. Add "no documentation" test. Add deprecated API
10724 backward compatibility test.
10725
5dbdd470
TT
107262011-03-09 Tom Tromey <tromey@redhat.com>
10727
10728 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10729 gdb_continue_to_end.
10730
b66e66ee
MK
107312011-03-09 Mark Kettenis <kettenis@gnu.org>
10732
10733 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10734 tabs.
10735
eceb0c5f
TT
107362011-03-09 Tom Tromey <tromey@redhat.com>
10737
10738 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10739 parentheses.
10740 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10741 $command.
10742 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10743 argument to gdb_continue_to_end.
10744 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10745 argument to gdb_continue_to_end.
10746 * gdb.cp/annota3.exp: Fix regex.
10747 * gdb.cp/annota2.exp: Fix regex.
10748 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10749 gdb_continue_to_end.
10750 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10751 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10752 gdb_continue_to_end.
10753
63154eca
PA
107542011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 * gdb.server/ext-run.exp
10757 (load new file without any gdbserver inferior): New test.
10758
967d1f9b
TT
107592011-03-07 Tom Tromey <tromey@redhat.com>
10760
10761 * Makefile.in (TAGS): Rewrite.
10762
d68dcbb9
JK
107632011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10766 initial commands echo. New match for `Found trace'. Anchor all the
10767 other matches. Anchor and match for `No trace frame found' the final
10768 match.
10769
6bf58e63
TT
107702011-03-07 Tom Tromey <tromey@redhat.com>
10771
10772 * Makefile.in (TAGS): New target.
10773
fda326dd
TT
107742011-03-07 Tom Tromey <tromey@redhat.com>
10775
10776 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10777 change.
10778 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10779 change.
10780 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10781 exit message change.
10782 (skip_altivec_tests): Update for exit message change.
10783 (skip_vsx_tests): Likewise.
10784 (gdb_continue_to_end): Likewise. Add 'command' argument.
10785 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10786 * gdb.threads/tls.exp: Update for exit message change.
10787 * gdb.threads/thread-unwindonsignal.exp: Use
10788 gdb_continue_to_end.
10789 * gdb.threads/step.exp (step_it): Update for exit message change.
10790 (continue_all): Likewise.
10791 * gdb.threads/print-threads.exp (test_all_threads): Update for
10792 exit message change.
10793 * gdb.threads/interrupted-hand-call.exp: Use
10794 gdb_continue_to_end.
10795 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10796 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10797 gdb_continue_to_end.
10798 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10799 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10800 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10801 * gdb.cp/method.exp: Update for exit message change.
10802 * gdb.cp/mb-templates.exp: Update for exit message change.
10803 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10804 * gdb.cp/annota3.exp: Update for exit message change.
10805 * gdb.cp/annota2.exp: Update for exit message change.
10806 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10807 * gdb.base/term.exp: Update for exit message change.
10808 * gdb.base/step-test.exp (test_i): Update for exit message change.
10809 * gdb.base/sigstep.exp (advance): Update for exit message change.
10810 (advancei): Likewise.
10811 * gdb.base/siginfo.exp: Update for exit message change.
10812 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10813 * gdb.base/reread.exp: Use gdb_continue_to_end.
10814 * gdb.base/langs.exp: Use gdb_continue_to_end.
10815 * gdb.base/interrupt.exp: Update for exit message change.
10816 * gdb.base/gdb1555.exp: Update for exit message change.
10817 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10818 * gdb.base/ending-run.exp: Update for exit message change.
10819 * gdb.base/chng-syms.exp: Update for exit message change.
10820 * gdb.base/checkpoint.exp: Update for exit message change.
10821 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10822 gdb_continue_to_end.
10823 (test_catch_syscall_with_wrong_args): Likewise.
10824 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10825 * gdb.base/break-interp.exp (test_ld): Update for exit message
10826 change.
10827 * gdb.base/bang.exp: Update for exit message change.
10828 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10829 (do_call_attach_tests): Likewise.
10830 * gdb.base/a2-run.exp: Update for exit message change.
10831 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10832 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10833 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10834
dd19bd70
JK
108352011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10836
10837 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10838
30e62689
TT
108392011-03-03 Tom Tromey <tromey@redhat.com>
10840
10841 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10842 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10843 * gdb.hp/gdb.aCC/configure.ac: Remove.
10844 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10845 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10846 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10847 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10848 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10849 * gdb.hp/gdb.compat/configure.ac: Remove.
10850 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10851 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10852 * gdb.hp/gdb.defects/configure.ac: Remove.
10853 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10854 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10855 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10856 * gdb.hp/configure.ac: Remove.
10857 * gdb.hp/configure: Remove.
10858 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10859 substitution.
10860 (Makefile): Remove rule.
10861 * gdb.cell/configure.ac: Remove.
10862 * gdb.cell/configure: Remove.
10863 * gdb.stabs/Makefile.in (Makefile): Remove.
10864 (distclean): Don't remove config.status or config.log.
10865 * gdb.stabs/configure (Makefile): Remove.
10866 * gdb.stabs/configure.ac: Remove.
10867 * configure: Rebuild.
10868 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10869 Remove stabs- and cell-specific logic. Test for existence of
10870 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10871 subdirectories, gdb.cell, and and gdb.stabs.
10872 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10873
c171f854
JB
108742011-03-03 Joel Brobecker <brobecker@adacore.com>
10875
10876 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10877 end of buffer.
10878
9a5193cb
JB
108792011-03-02 Joel Brobecker <brobecker@adacore.com>
10880
10881 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10882 gdb_test when running a test where we expected no output back.
10883
9bb4c1bb
MS
108842011-02-28 Michael Snyder <msnyder@vmware.com>
10885
10886 * gdb.cp/overload.cc: Change initializer value to integer.
10887
3bd0f5ef
MS
108882011-02-27 Michael Snyder <msnyder@vmware.com>
10889
10890 * gdb.multi/base.exp: Add test for remove-inferiors.
10891
2279eaad
JB
108922011-02-26 Joel Brobecker <brobecker@adacore.com>
10893
10894 * gdb.python/py-frame.exp: Simplify the initialization phase
10895 using prepare_for_testing.
10896
c82c0b55
MS
108972011-02-25 Michael Snyder <msnyder@vmware.com>
10898
10899 * gdb.multi/base.exp: Add tests for info inferiors with args.
10900
1d94651b
JK
109012011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10902
10903 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10904 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10905 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10906 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10907 asmfile3. Comment the STABS (#3) file compilation. Compile
10908 everything through assembler. Provide KFAIL for symtab/12497.
10909 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10910 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10911 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10912 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10913
3bd0f5ef
MS
109142011-02-24 Michael Snyder <msnyder@vmware.com>
10915
10916 * gdb.base/break.exp: Add tests for delete breakpoints using
10917 convenience variables and value history references.
10918
12c1418e
MS
109192011-02-24 Michael Snyder <msnyder@vmware.com>
10920
10921 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10922 left behind in previous check-in.
10923
e5a67952
MS
109242011-02-23 Michael Snyder <msnyder@vmware.com>
10925
10926 * gdb.base/break.exp: Add tests for "info break" with arguments.
10927 * gdb.trace/infotrace.exp: Update patterns for error and help.
10928 * gdb.base/completion.exp: Update pattern.
10929 * gdb.base/ena-dis-br.exp: Update pattern.
10930 * gdb.base/help.exp: Update patterns.
10931
109322011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
10933
10934 * gdb.base/memattr.exp: New test.
10935 * gdb.base/memattr.c: Test load for memattr.exp.
10936
6e6fbe60
DE
109372011-02-22 Doug Evans <dje@google.com>
10938
10939 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10940
1d41d745
MS
109412011-02-22 Michael Snyder <msnyder@vmware.com>
10942
10943 * Makefile.in: Make more clean.
10944 * gdb.ada/Makefile.in: Ditto.
10945 * gdb.arch/Makefile.in: Ditto.
10946 * gdb.asm/Makefile.in: Ditto.
10947 * gdb.base/Makefile.in: Ditto.
10948 * gdb.cp/Makefile.in: Ditto.
10949 * gdb.dwarf2/Makefile.in: Ditto.
10950 * gdb.java/Makefile.in: Ditto.
10951 * gdb.mi/Makefile.in: Ditto.
10952 * gdb.modula2/Makefile.in: Ditto.
10953 * gdb.python/Makefile.in: Ditto.
10954 * gdb.server/Makefile.in: Ditto.
10955 * gdb.stabs/Makefile.in: Ditto.
10956 * gdb.threads/Makefile.in: Ditto.
10957 * gdb.trace/Makefile.in: Ditto.
10958
79ba84ca
MS
109592011-02-22 Michael Snyder <msnyder@vmware.com>
10960
df46027d 10961 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
10962 info threads.
10963
b9b35694
JB
109642011-02-22 Joel Brobecker <brobecker@adacore.com>
10965
10966 * gdb.python/py-breakpoint.exp: Fix the expected output of
10967 one of the "maint info breakpoints" tests to accept the output
10968 generated on platforms that do not have hardware watchpoints.
10969
8bfb830f
JB
109702011-02-22 Joel Brobecker <brobecker@adacore.com>
10971
10972 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10973 clean_restart. Be a little stricter in the expected output
10974 for one of the tests. Fix a typo in one of the comments.
10975
c45f3c54
JB
109762011-02-22 Joel Brobecker <brobecker@adacore.com>
10977
10978 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10979 Delete variable binfile, no longer use. Add or modify test
10980 comments to make them unique.
10981
b97c863c
MS
109822011-02-21 Michael Snyder <msnyder@vmware.com>
10983
10984 * Makefile.in: Update for make clean.
10985 * gdb.ada/Makefile.in: Ditto.
10986 * gdb.arch/Makefile.in: Ditto.
10987 * gdb.asm/Makefile.in: Ditto.
10988 * gdb.base/Makefile.in: Ditto.
10989 * gdb.cp/Makefile.in: Ditto.
10990 * gdb.dwarf2/Makefile.in: Ditto.
10991 * gdb.java/Makefile.in: Ditto.
10992 * gdb.mi/Makefile.in: Ditto.
10993 * gdb.modula2/Makefile.in: Ditto.
10994 * gdb.python/Makefile.in: Ditto.
10995 * gdb.server/Makefile.in: Ditto.
10996 * gdb.stabs/Makefile.in: Ditto.
10997 * gdb.threads/Makefile.in: Ditto.
10998 * gdb.trace/Makefile.in: Ditto.
10999
aea5b279
MS
110002011-02-21 Michael Snyder <msnyder@vmware.com>
11001
11002 * gdb.threads/thread-find.exp: Update patterns for changes in
11003 output of "info threads" command.
11004
e3039479
UW
110052011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11006 Ulrich Weigand <uweigand@de.ibm.com>
11007
11008 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
11009 (skip_hw_watchpoint_tests): Likewise.
11010 (skip_hw_watchpoint_multi_tests): Likewise.
11011
b800ec70
UW
110122011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
11013
11014 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
11015 (skip_hw_watchpoint_tests): Likewise.
11016 (skip_hw_watchpoint_multi_tests): Likewise.
11017 (skip_hw_watchpoint_access_tests): Likewise.
11018
11019 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
11020 * gdb.base/pr11022.exp: Likewise.
11021 * gdb.base/watch-read.exp: Likewise.
11022 * gdb.base/watch_thread_num.exp: Likewise.
11023 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11024 * gdb.base/watchpoint-hw.exp: Likewise.
11025 * gdb.base/watchpoint.exp: Likewise.
11026 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
11027 * gdb.threads/watchthreads-reorder.exp: Likewise.
11028 * gdb.threads/watchthreads.exp: Likewise.
11029 * gdb.threads/watchthreads2.exp: Likewise.
11030
91033e37
JB
110312011-02-21 Joel Brobecker <brobecker@adacore.com>
11032
11033 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11034 the debugger is unable to find the array bounds.
11035
eeaafae2
JK
110362011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11037
11038 * gdb.cp/typedef-operator.exp: New file.
11039 * gdb.cp/typedef-operator.cc: New file.
11040
e338d953
MS
110412011-02-17 Michael Snyder <msnyder@vmware.com>
11042
11043 * gdb.threads/thread-find.exp: Fix regular expressions.
11044
e67ad678
JB
110452011-02-17 Joel Brobecker <brobecker@adacore.com>
11046
11047 * gdb.ada/packed_array: Expand testcase to test printing of
11048 unconstrained packed array.
11049
93084bca
JB
110502011-02-17 Joel Brobecker <brobecker@adacore.com>
11051
11052 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11053
a0c78a73
PA
110542011-02-16 Pedro Alves <pedro@codesourcery.com>
11055
f65d5553 11056 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
11057 (main): Initialize it before collecting, and and clear it
11058 afterwards.
f65d5553
PA
11059 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11060 collecting with '{type} addr', where the addr expression is not an
11061 rvalue.
a0c78a73 11062
3dfcbbd2
KW
110632011-02-16 Ken Werner <ken.werner@de.ibm.com>
11064
11065 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11066 a bool variable. Expect correct OpenCL names for vector types. Use the
11067 uc3 variable name instead of referring to the uchar3 built-in type.
11068 Escape the asterisk at the half pointer test.
11069
08807d5a
PA
110702011-02-16 Pedro Alves <pedro@codesourcery.com>
11071
f65d5553 11072 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
11073 (main): Initialize it before collecting, and and clear it
11074 afterwards.
f65d5553
PA
11075 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11076 collecting overlapping memory ranges.
08807d5a 11077
60f98dde
MS
110782011-02-15 Michael Snyder <msnyder@vmware.com>
11079
11080 * gdb.base/default.exp: Add tests for thread commands.
11081 * gdb.base/help.exp: Add tests for thread commands.
11082 * gdb.threads/thread-find.exp: New test for thread find command.
11083
648cd113
KW
110842011-02-15 Ken Werner <ken.werner@de.ibm.com>
11085
11086 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11087
494e194e
YQ
110882011-02-15 Yao Qi <yao@codesourcery.com>
11089
11090 PR tdep/12352
11091 * gdb.arch/arm-disp-step.S : New test for str instruction.
11092 * gdb.arch/arm-disp-step.exp : Likewise.
11093
d9492458
TJB
110942011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11095
11096 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11097 "vector_register2_vr" test strings. Test the extended floating
11098 point registers (F32~F63).
11099 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11100 IBM XL C compiler. Make the test program use a register provided
11101 by the compiler for the lxvd2x instruction.
11102
8af8e3bc
PA
111032011-02-14 Pedro Alves <pedro@codesourcery.com>
11104
11105 * gdb.trace/unavailable.cc (class Base, class Middle, class
11106 Derived): New types.
11107 (derived_unavail, derived_partial, derived_whole): New globals.
11108 (virtual_partial): New global.
11109 (virtualp): Point at virtual_partial.
11110 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11111 related to unavailable vptr.
11112
1b28d0b3
PA
111132011-02-14 Pedro Alves <pedro@codesourcery.com>
11114
11115 * gdb.trace/unavailable.cc (a, b, c): New globals.
11116 (main): Set and clear them.
11117 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11118 `a' and `c', and check that `b' isn't collected, although `a' and
11119 `c' are.
11120
ec0a52e1
PA
111212011-02-14 Pedro Alves <pedro@codesourcery.com>
11122
11123 * gdb.trace/unavailable.cc (struct Virtual): New.
11124 (virtualp): New global pointer.
11125 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11126 printing a pointer to an object whose type has a vtable, with
11127 print object on.
11128
24e6bcee
PA
111292011-02-14 Pedro Alves <pedro@codesourcery.com>
11130
11131 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11132 value repeat handles unavailableness.
11133
39d37385
PA
111342011-02-14 Pedro Alves <pedro@codesourcery.com>
11135
11136 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11137 tests for building arrays from unavailable values, subscripting
11138 non-memory rvalue unvailable arrays, and accessing fields or
11139 baseclasses of non-lazy unavailable values,
11140 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11141 struct types.
11142 (g_smallstruct, g_smallstruct_b): New globals.
11143
06d72e16
PA
111442011-02-14 Pedro Alves <pedro@codesourcery.com>
11145
11146 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11147
bc9a5551
JK
111482011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11149
11150 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11151 * gdb.cp/overload-const.exp: New file.
11152 * gdb.cp/overload-const.cc: New file.
11153
54fcddd0
UW
111542011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11155
11156 * gdb.opencl/callfuncs.cl: New file.
11157 * gdb.opencl/callfuncs.exp: New test.
11158 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11159
d6dafb7c
UW
111602011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11161
11162 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11163 when computing result.
11164 * gdb.arch/altivec-abi.exp: Update expected results.
11165
a449c2d8
TJB
111662011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11167
11168 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11169 * gdb.base/jit.exp: Likewise.
11170 * gdb.base/pie-execl.exp: Likewise.
11171 * gdb.base/solib-nodir.exp: Likewise.
11172 * gdb.base/solib-overlap.exp: Likewise.
11173
764880b7
PA
111742011-02-07 Pedro Alves <pedro@codesourcery.com>
11175
11176 * gdb.trace/collection.c (global_pieces): New.
11177 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11178 New procedure.
11179 (gdb_trace_collection_test): Call it.
11180
505500db
SW
111812011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11182
11183 * gdb.python/py-evthreads.c: New file.
11184 * gdb.python/py-evthreads.exp: New file.
11185 * gdb.python/py-events.py: New file.
11186 * gdb.python/py-events.exp: New file.
11187 * gdb.python/py-events.c: New file.
11188
385203ed
DD
111892011-02-04 David Daney <ddaney@caviumnetworks.com>
11190
11191 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11192
9011945e
AB
111932011-02-03 Andrew Burgess <aburgess@broadcom.com>
11194
11195 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11196 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11197 boundary between two compilation units.
11198
580688f3
PA
111992011-02-02 Pedro Alves <pedro@codesourcery.com>
11200
11201 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11202 (Virtual): New structs.
11203 (virtual_o, virtual_middle_b): New globals.
11204 * gdb.cp/virtbase.exp: New tests.
11205
d3f0f853
PP
112062011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11207
11208 * gdb.base/jit.exp: New file.
11209 * gdb.base/jit-main.c: New file.
11210 * gdb.base/jit-solib.c: New file.
11211
b2030fb5
UW
112122011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11213
11214 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11215 proceed to initial kernel entry point.
11216 * gdb.opencl/datatypes.exp: Likewise.
11217 * gdb.opencl/operators.exp: Likewise.
11218 * gdb.opencl/vec_comps.exp: Likewise.
11219
2db19d1e
SW
112202011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11221
11222 * gdb.cp/nsnested.cc: New.
11223 * gdb.cp/nsnested.exp: New.
11224 * gdb.cp/nsnoimports.exp: New.
11225 * gdb.cp/nsnoimports.cc: New.
11226
6b0c4c1f
JB
112272011-01-31 Joel Brobecker <brobecker@adacore.com>
11228
11229 * gdb.base/interact.exp: Add extra tests that verify that
11230 the value of the interactive-mode setting does not change
11231 after the script is sourced.
11232
80b23b6a
JK
112332011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * gdb.cp/noparam.exp: New file.
11236 * gdb.cp/noparam.cc: New file.
11237
ffd5ec24
PA
112382011-01-28 Pedro Alves <pedro@codesourcery.com>
11239
11240 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11241 there's no stack or registers.
11242
a81766d8
TT
112432011-01-26 Tom Tromey <tromey@redhat.com>
11244
11245 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11246 space before string output. Add test for "set print pretty off"
11247 case.
11248
585fdaa1
PA
112492011-01-25 Pedro Alves <pedro@codesourcery.com>
11250
11251 * gdb.base/frame-args.exp: Adjust.
11252 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11253 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11254 * gdb.dwarf2/pieces.exp: Adjust.
11255 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11256 * gdb.opt/inline-locals.exp: Adjust.
11257 * gdb.threads/fork-child-threads.exp: Adjust.
11258
d468832a
KW
112592011-01-25 Ken Werner <ken.werner@de.ibm.com>
11260
11261 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11262 OpenCL kernel function. Add a comment as marker. Add address space
11263 qualifiers for the remaining program scope variables.
11264 * gdb.opencl/datatypes.cl: Likewise.
11265 * gdb.opencl/operators.cl: Likewise.
11266 * gdb.opencl/vec_comps.cl: Likewise.
11267 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11268 Add breakpoint at the marker comment.
11269 * gdb.opencl/datatypes.exp: Likewise.
11270 * gdb.opencl/operators.exp: Likewise.
11271 * gdb.opencl/vec_comps.exp: Likewise.
11272
490f124f
PA
112732011-01-24 Pedro Alves <pedro@codesourcery.com>
11274
11275 * gdb.base/printcmds.c (some_struct): New struct and instance.
11276 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11277 procedure.
11278 <global scope>: Call it.
11279
6da78614
KW
112802011-01-21 Ken Werner <ken.werner@de.ibm.com>
11281
11282 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11283 argument to the gdb_compile_opencl_hostapp call.
11284
ec64c9aa
YQ
112852011-01-19 Yao Qi <yao@codesourcery.com>
11286
11287 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11288 positve list.
11289
810cfdbb
YQ
112902011-01-19 Yao Qi <yao@codesourcery.com>
11291
11292 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11293 canonical form.
11294 Remove "xscale-*-*"
11295 * gdb.xml/tdesc-regs.exp: Likewise.
11296 * gdb.python/py-section-script.exp: Replace ARM target triplet
11297 with canonical form.
11298 Match arm*-*-symbianelf*.
11299 * gdb.base/dup-sect.exp: Likewise.
11300 * lib/dwarf.exp: New.
11301 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11302 dwarf2_support.
11303 * gdb.dwarf2/dup-psym.exp: Likewise.
11304 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11305 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11306 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11307 * gdb.dwarf2/dw2-basic.exp: Likewise.
11308 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11309 * gdb.dwarf2/dw2-const.exp: Likewise.
11310 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11311 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11312 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11313 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11314 * gdb.dwarf2/dw2-filename.exp: Likewise.
11315 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11316 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11317 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11318 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11319 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11320 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11321 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11322 * gdb.dwarf2/dw2-producer.exp: Likewise.
11323 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11324 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11325 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11326 * gdb.dwarf2/dw2-strp.exp: Likewise.
11327 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11328 * gdb.dwarf2/implptr.exp: Likewise.
11329 * gdb.dwarf2/mac-fileno.exp: Likewise.
11330 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11331 * gdb.dwarf2/pieces.exp: Likewise.
11332 * gdb.dwarf2/pr11465.exp: Likewise.
11333 * gdb.dwarf2/valop.exp: Likewise.
11334 * gdb.dwarf2/watch-notconst.exp: Likewise.
11335 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11336
4694da01
TT
113372011-01-19 Tom Tromey <tromey@redhat.com>
11338
11339 * gdb.python/py-infthread.exp: Add thread tests.
11340
b075872c
JB
113412011-01-14 Joel Brobecker <brobecker@adacore.com>
11342
11343 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11344
2c3e6e24
JB
113452011-01-14 Joel Brobecker <brobecker@adacore.com>
11346
11347 * gdb.ada/widewide: New testcase.
11348
de8fa76c
JB
113492011-01-13 Joel Brobecker <brobecker@adacore.com>
11350
11351 * gdb.base/interact.exp: New testcase.
11352
1b05df00
TT
113532011-01-12 Tom Tromey <tromey@redhat.com>
11354
11355 * gdb.mi/gdb2549.exp: Update for error message changes.
11356 * gdb.mi/mi-cli.exp: Likewise.
11357 * gdb.mi/mi-disassemble.exp: Likewise.
11358 * gdb.mi/mi-pthreads.exp: Likewise.
11359 * gdb.mi/mi-regs.exp: Likewise.
11360 * gdb.mi/mi-stack.exp: Likewise.
11361 * gdb.mi/mi-var-block.exp: Likewise.
11362 * gdb.mi/mi-var-cmd.exp: Likewise.
11363 * gdb.mi/mi2-cli.exp: Likewise.
11364 * gdb.mi/mi2-disassemble.exp: Likewise.
11365 * gdb.mi/mi2-pthreads.exp: Likewise.
11366 * gdb.mi/mi2-regs.exp: Likewise.
11367 * gdb.mi/mi2-stack.exp: Likewise.
11368 * gdb.mi/mi2-var-block.exp: Likewise.
11369 * gdb.mi/mi2-var-cmd.exp: Likewise.
11370
c2ff108b
JK
113712011-01-12 Andrew Burgess <aburgess@broadcom.com>
11372 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 PR fortran/11104 and DWARF unbound arrays detection.
11375 * gdb.fortran/multi-dim.exp: New file.
11376 * gdb.fortran/multi-dim.f90: New file.
11377
b716877b
AB
113782011-01-12 Andrew Burgess <aburgess@broadcom.com>
11379
11380 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11381 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11382 add new tests for opcode dumping.
11383
6c162d5e
TT
113842011-01-11 Tom Tromey <tromey@redhat.com>
11385
11386 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11387
77b06cd7
TJB
113882010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11389
11390 Convert hardware watchpoints to use breakpoint_ops.
11391 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11392 type is not supported.
11393 * gdb.base/foll-fork.exp: Likewise.
11394 * gdb.base/foll-vfork.exp: Likewise.
11395
f39a75d0
PM
113962011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11397
11398 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11399 Use load_lib gdb-python.exp.
11400 * gdb.python/python.exp: Ditto.
11401 * gdb.python/py-function.exp: Ditto.
11402
fc529d80
AS
114032011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11404
11405 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11406
fb03cb59
JK
114072011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 * configure: Regenerate.
11410
d8e22779
TT
114112011-01-06 Tom Tromey <tromey@redhat.com>
11412
11413 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11414
09050809
JB
114152011-01-06 Joel Brobecker <brobecker@adacore.com>
11416
fc529d80
AS
11417 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11418 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11419 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11420 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11421 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11422 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11423 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11424 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11425 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11426 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11427 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11428 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11429 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11430 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11431 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11432 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11433 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11434 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11435 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11436 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11437 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11438 gdb.ada/uninitialized_vars.exp,
11439 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11440 Simplify by using clean_restart.
09050809 11441
8ed5dd9e
JB
114422011-01-06 Joel Brobecker <brobecker@adacore.com>
11443
11444 Add marker to be used as anchor for inserting breakpoints.
11445 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11446 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11447 Likewise.
11448
11449 Remove uses of gdb_start_cmd.
11450 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11451 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11452
11453 Do not run testcase if testing with GDBserver.
11454 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11455 if testing with GDBserver.
11456
368a124f
JB
114572011-01-06 Joel Brobecker <brobecker@adacore.com>
11458
11459 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11460 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11461 copyright header.
11462
44944448
JB
114632011-01-05 Joel Brobecker <brobecker@adacore.com>
11464
11465 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11466 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11467 testsuite/gdb.fortran/complex.f,
11468 testsuite/gdb.fortran/derived-type.f90,
11469 testsuite/gdb.fortran/library-module-lib.f90,
11470 testsuite/gdb.fortran/library-module-main.f90,
11471 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11472 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11473 Copyright year update.
11474
31886ea6
JB
114752011-01-05 Joel Brobecker <brobecker@adacore.com>
11476
11477 * gdb.base/langs1.f: Add copyright header.
11478
ebedcab5
JK
114792011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * gdb.base/morestack.exp: New file.
11482 * gdb.base/morestack.c: New file.
11483
de1eb2f9
JK
114842011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11485
11486 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11487
9e87a409
JB
114882010-12-29 Joel Brobecker <brobecker@adacore.com>
11489
11490 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11491 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11492
720d1a40
JB
114932010-12-29 Joel Brobecker <brobecker@adacore.com>
11494
11495 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11496
a283af87
AS
114972010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11498
5d3d9cba
AS
11499 * gdb.threads/tls.exp: Fix typo.
11500
a283af87
AS
11501 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11502 * gdb.threads/execl.exp: Update.
11503
2a20745c
YQ
115042010-12-23 Yao Qi <yao@codesourcery.com>
11505
11506 * gdb.arch/arm-disp-step.exp: New.
11507 * gdb.arch/arm-disp-step.S: New.
11508
a7658b96
TT
115092010-12-21 Tom Tromey <tromey@redhat.com>
11510
11511 * gdb.threads/execl.exp: Update.
11512 * gdb.threads/linux-dp.exp: Update.
11513 * gdb.threads/manythreads.exp: Update.
11514 * gdb.threads/tls.exp: Update.
11515
5b79abe7
TT
115162010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11517
11518 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11519 (NextOverThrowDerivates) <resumebpt>: New.
11520 (resumebpt_test): New.
11521 (main): Call resumebpt_test.
11522 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11523
0914bcdb
SS
115242010-12-12 Stan Shebs <stan@codesourcery.com>
11525
11526 * gdb.trace/tsv.exp: Test print command on trace state variables.
11527
305aeedc
TT
115282010-12-09 Tom Tromey <tromey@redhat.com>
11529
11530 * gdb.base/interp.exp: Add regression test.
11531
186c406b
TT
115322010-12-09 Tom Tromey <tromey@redhat.com>
11533
11534 * gdb.java/jnpe.java: New file.
11535 * gdb.java/jnpe.exp: New file.
11536 * gdb.cp/nextoverthrow.exp: New file.
11537 * gdb.cp/nextoverthrow.cc: New file.
11538
aae1c79a
DE
115392010-12-07 Doug Evans <dje@google.com>
11540
11541 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11542 of data-directory.
11543 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11544 updated.
11545 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11546
60f98dde 115472010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
11548
11549 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11550 * gdb.base/call-sc.exp: Ditto.
11551 * gdb.base/finish.exp: Ditto.
11552 * gdb.base/return.exp: Ditto.
11553 * gdb.base/return2.exp: Ditto.
11554
5fa290c1
DE
115552010-11-30 Doug Evans <dje@google.com>
11556
11557 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11558 (gdb_expect_list): Fix spelling errors in comments.
11559 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11560 send_gdb/gdb_expect_list where applicable.
11561 * gdb.base/call-ar-st.exp: Ditto.
11562 * gdb.base/funcargs.exp: Ditto.
11563 * gdb.base/gcore.exp: Ditto.
11564 * gdb.base/page.exp: Ditto.
11565 * gdb.base/sigaltstack.exp: Ditto.
11566 * gdb.base/siginfo.exp: Ditto.
11567 * gdb.base/sigstep.exp: Ditto.
11568 * gdb.base/trace-commands.exp: Ditto.
11569
4e04c971
DE
115702010-11-29 Doug Evans <dje@google.com>
11571
11572 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11573 printer-name;subprinter-name.
11574
8cf6f0b1
TT
115752010-11-29 Tom Tromey <tromey@redhat.com>
11576
11577 * gdb.dwarf2/implptr.exp: New file.
11578 * gdb.dwarf2/implptr.c: New file.
11579 * gdb.dwarf2/implptr.S: New file.
11580
94b6973e
PM
115812010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11582
fc529d80 11583 PR python/12199
94b6973e
PM
11584
11585 * gdb.python/py-breakpoint.exp: Test the delete method.
11586
8358c15c
JK
115872010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11588
11589 Fix step_resume_breakpoint unsaved during an infcall.
11590 * gdb.base/step-resume-infcall.exp: New file.
11591 * gdb.base/step-resume-infcall.c: New file.
11592
f6df29bc
TJB
115932010-11-24 Edjunior Machado <emachado@br.ibm.com>
11594
11595 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11596
f2b5a5cf
TJB
115972010-11-24 Edjunior Machado <emachado@br.ibm.com>
11598
11599 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11600 on ppc64's symbols; "finish" and "return" commands must accept to
11601 show the caller line again as well as the line after.
11602 * gdb.asm/powerpc64.inc: New file.
11603
6b0ecdc2
DE
116042010-11-23 Doug Evans <dje@google.com>
11605
11606 * lib/gdb.exp (gdb_test_sequence): New function.
11607 (gdb_expect_list): Add verbose -log call for each pattern.
11608 * gdb.base/signals.exp (test_handle_all_print): Call it.
11609 Reduce timeout increment from 6 minutes to 1 minute.
11610 * gdb.server/ext-run.exp: Call it.
11611
ea976c60
PM
116122010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11613
f2b5a5cf 11614 PR python/12212
ea976c60
PM
11615
11616 * gdb.python/python.exp: Check that selected_thread raises an
11617 error when no inferior is loaded.
11618
c0efa795
JK
116192010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11622 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11623
ec3aa567
JK
116242010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11627 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11628
d8249011
DE
116292010-11-18 Doug Evans <dje@google.com>
11630
11631 * gdb.server/ext-run.exp: Fix intermittent failures.
11632
d4eba7d1
NF
116332010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11634
11635 * gdb.stabs/gdb11479.exp: Use runto_main.
11636
b04c2f88
NF
116372010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11638
11639 * gdb.base/break-entry.exp: Skip if using a stub.
11640
ae9d7ce4
NF
116412010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11642
11643 * gdb.python/py-inferior.exp: Pack values in target endianness.
11644
621c8364
TT
116452010-11-12 Tom Tromey <tromey@redhat.com>
11646
11647 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11648 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11649 MemoryError.
11650 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11651 type.
11652 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11653 MemoryError.
11654 (test_subscript_regression): Update exception type.
11655
84f4c1fe
PM
116562010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11657
11658 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11659 breakpoint tests.
11660
a1442452
PA
116612010-11-09 Pedro Alves <pedro@codesourcery.com>
11662
11663 * gdb.base/watchpoint.exp: Test "watch -location" with an
11664 innacessible location.
11665
efd11a33
JK
116662010-11-09 Edjunior Machado <emachado@br.ibm.com>
11667 Luis Machado <luisgpm@br.ibm.com>
11668
11669 * gdb.base/maint.exp: Expect "." prefix.
11670 * gdb.base/nodebug.exp: Expect "." Likewise.
11671 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11672 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11673 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11674 POWER server processors.
11675
aa00efb5
JK
116762010-11-08 Edjunior Machado <emachado@br.ibm.com>
11677 Luis Machado <luisgpm@br.ibm.com>
11678
11679 * gdb.base/break-entry.exp: convert entry point for
11680 ppc64 and expect leading `.' on ppc64's symbols
11681
99e7ae30
DE
116822010-11-05 Doug Evans <dje@google.com>
11683
11684 * gdb.base/help.exp: Update expected output.
b521dba8
DE
11685 * gdb.python/py-param.exp: Delete, contents moved to ...
11686 * gdb.python/py-parameter.exp: ... here. New file.
11687 Add test for gdb.parameter ("directories").
99e7ae30 11688
f4b8a18d
KW
116892010-11-05 Ken Werner <ken.werner@de.ibm.com>
11690
11691 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11692 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11693 * configure: Regenerate.
11694 * gdb.opencl/Makefile.in: New File.
11695 * gdb.opencl/datatypes.exp: Likewise.
11696 * gdb.opencl/datatypes.cl: Likewise.
11697 * gdb.opencl/operators.exp: Likewise.
11698 * gdb.opencl/operators.cl: Likewise.
11699 * gdb.opencl/vec_comps.exp: Likewise.
11700 * gdb.opencl/vec_comps.cl: Likewise.
11701 * gdb.opencl/convs_casts.exp: Likewise.
11702 * gdb.opencl/convs_casts.cl: Likewise.
11703 * lib/opencl.exp: Likewise.
11704 * lib/opencl_hostapp.c: Likewise.
11705 * lib/opencl_kernel.cl: Likewise.
11706 * lib/cl_util.c: Likewise.
11707 * lib/cl_util.c: Likewise.
11708 * gdb.base/default.exp (set language): Add "opencl" to the list of
11709 languages.
11710
a9d5ef47
SW
117112010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11712
11713 * gdb.cp/overload.exp: Added test for inheritance overload.
11714 * gdb.cp/overload.cc: Ditto.
11715 * gdb.cp/oranking.exp: Removed releveant kfails.
11716
03eb1c79
JK
117172010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11718 Joel Brobecker <brobecker@adacore.com>
11719
11720 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11721 check test_compiler_info.
11722
dbc98a8b
KW
117232010-11-03 Ken Werner <ken.werner@de.ibm.com>
11724
11725 * gdb.base/gnu_vector.exp: Adjust expect messages.
11726
120bd360
KW
117272010-11-03 Ken Werner <ken.werner@de.ibm.com>
11728
11729 * gdb.base/gnu_vector.exp: Add unary operator tests.
11730
c37f7098
KW
117312010-11-03 Ken Werner <ken.werner@de.ibm.com>
11732
11733 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11734
7b51bc51
DE
117352010-11-02 Doug Evans <dje@google.com>
11736
11737 * gdb.python/py-pp-maint.c: New file.
11738 * gdb.python/py-pp-maint.exp: New file.
11739 * gdb.python/py-pp-maint.py: New file.
11740
50c97f38
TT
117412010-11-02 Tom Tromey <tromey@redhat.com>
11742
11743 * gdb.base/default.exp: Remove "scheme" from language list.
11744
a289b8f6
JK
117452010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11746
11747 Revert:
11748 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11749 * gdb.threads/sigstep-threads.exp: New file.
11750 * gdb.threads/sigstep-threads.c: New file.
11751
cd017491
MS
117522010-10-20 Michael Snyder <msnyder@vmware.com>
11753
11754 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11755
8e6a5956
UW
117562010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11757
11758 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11759 Skip test completely if gdb,no_hardware_watchpoints.
11760
2c04da0d
UW
117612010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11762
11763 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11764 strict, but do not check for any particular function name within libc.
11765
79afc5ef
SW
117662010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11767
11768 * gdb.cp/smartp.exp: New test.
11769 * gdb.cp/smartp.cc : New test.
11770
026ffab7
SW
117712010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11772
11773 * gdb.cp/converts.exp: Test pointer to bool conversion.
11774 Test pointer to long conversion.
11775 * gdb.cp/oranking.exp: Removed relevant kfail.
11776
3a772aa4
TT
117772010-10-18 Tom Tromey <tromey@redhat.com>
11778
11779 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11780 argument to lazy_string.
11781 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11782 (pp_ls.to_string): Use it.
11783 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11784 Add "estring2" local.
11785
5fc3827b
JK
117862010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11787
11788 Fix s390x compatibility.
11789 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11790 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11791
8aeb23f3
JK
117922010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11793
11794 * gdb.threads/sigstep-threads.exp: New file.
11795 * gdb.threads/sigstep-threads.c: New file.
11796
c1e56572
JK
117972010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11798
11799 * gdb.base/pie-execl.exp: New file.
11800 * gdb.base/pie-execl.c: New file.
11801
92163a10
JK
118022010-10-13 Doug Evans <dje@google.com>
11803 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 PR exp/12117
11806 * gdb.cp/ptype-cv-cp.cc: New file.
11807 * gdb.cp/ptype-cv-cp.exp: New file.
11808
7062b0a0
SW
118092010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11810
11811 * gdb.cp/converts.cc: New test program.
11812 * gdb.cp/converts.exp: New test.
11813 * gdb.cp/overload.exp: Added test for void* vs int*.
11814 * gdb.cp/overload.exp: Ditto.
11815 * gdb.cp/oranking.exp: Removed related kfail.
11816
0e3509db
DE
118172010-10-13 Doug Evans <dje@google.com>
11818
11819 * lib/gdb-python.exp (gdb_check_python_config): New function.
11820 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11821 * gdb.python/lib-types.cc: New file.
11822 * gdb.python/lib-types.exp: New file.
11823
8dc78533
JK
118242010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11825
11826 * gdb.python/py-error.exp: New file.
11827 * gdb.python/py-error.py: New file.
11828
93c17e06
JK
118292010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11830
11831 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11832 gdb_test_multiple.
11833
d8b34041
JK
118342010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11835
11836 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11837 * gdb.base/prelink.exp: Likewise.
11838 * gdb.base/solib-nodir.exp: Likewise.
11839 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11840 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11841 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11842
e0cc584e
UW
118432010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11844
11845 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11846 for the "info files" test to avoid timeouts on slow machines.
11847
cfc353b1
JK
118482010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11849
11850 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11851 (main): Make openlib dummy call.
11852
d3d7896d
JK
118532010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11854
11855 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11856 * break-interp.exp (reach): Move the core body ...
11857 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11858 (test_ld): Provide always real argument, even to the linker. Replace
11859 dl_main by _dl_debug_state.
11860
5e533c94
JK
118612010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11862
11863 Fix results of prelinked PIEs on ppc*.
11864 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11865 Accept also DISPLACEMENT "PRESENT".
11866 (main): Replace "ZERO" displacements by "PRESENT".
11867
33540610
SW
118682010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11869
11870 * gdb.cp/oranking.exp: New test.
11871 * gdb.cp/oranking.cc: New test program.
11872
3bdf2bbd
KW
118732010-10-08 Ken Werner <ken.werner@de.ibm.com>
11874
11875 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11876 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11877
2f608a3a
KW
118782010-10-06 Ken Werner <ken.werner@de.ibm.com>
11879
11880 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11881 lush, lynx) New constant.
11882 * gdb.base/constvars.exp: Test const array types.
11883 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11884
aa2e2d8d
DE
118852010-10-06 Doug Evans <dje@google.com>
11886
11887 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11888 of syscall staging area.
11889
2844d6b5
KW
118902010-10-06 Ken Werner <ken.werner@de.ibm.com>
11891
11892 * gdb.base/gnu_vector.c: Add variable c4.
11893 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11894 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11895
7d8ac8bb
MR
118962010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11897
11898 * gdb.arch/altivec-abi.exp: Fix a typo.
11899
84a02e58
MR
119002010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11901
11902 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11903 to match a thread ID.
11904
b18e6318
JK
119052010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 Fix s390x testcase compatibility.
11908 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11909
a2c09bd0
DE
119102010-10-01 Doug Evans <dje@google.com>
11911
11912 * lib/gdb-python.exp: New file.
11913 * gdb.python/py-block.exp: Use it.
11914 * gdb.python/py-breakpoint.exp: Ditto.
11915 * gdb.python/py-frame.exp: Ditto.
11916 * gdb.python/py-inferior.exp: Ditto.
11917 * gdb.python/py-param.exp: Ditto.
11918 * gdb.python/py-prettyprint.exp: Ditto.
11919 * gdb.python/py-shared.exp: Ditto.
11920 * gdb.python/py-symbol.exp: Ditto.
11921 * gdb.python/py-symtab.exp: Ditto.
11922 * gdb.python/py-type.exp: Ditto.
11923 * gdb.python/py-value.exp: Ditto.
11924 * gdb.python/python.exp: Ditto.
11925
38f12cfc
TT
119262010-09-30 Tom Tromey <tromey@redhat.com>
11927
11928 * gdb.base/anon.exp: New file.
11929 * gdb.base/anon.c: New file.
11930
9ae8282d
TT
119312010-09-30 Tom Tromey <tromey@redhat.com>
11932
11933 * gdb.base/completion.exp: Test completion through anonymous
11934 union.
11935 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11936
e9e07ba6
JK
119372010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11938
11939 Fix printing parameters of inlined functions.
11940 * gdb.dwarf2/dw2-inline-param.exp: New file.
11941 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11942 * gdb.dwarf2/dw2-inline-param.S: New file.
11943
cd2effb2
JK
119442010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11945
11946 PR corefiles/12071.
11947 * gdb.base/corefile.exp (quit with a process, no question: load core)
11948 (quit with a core file): New tests.
11949
bceffbf3
JK
119502010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11951
11952 Fix GDB crash on inferior calls with self-referencing classes.
11953 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11954 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11955 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11956
1736ad11
JK
119572010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11958
11959 Fix lost siginfo_t for inferior calls.
11960 * gdb.base/siginfo-infcall.exp: New file.
11961 * gdb.base/siginfo-infcall.c: New file.
11962
a176ad92
JB
119632010-09-22 Joel Brobecker <brobecker@adacore.com>
11964
11965 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11966
c2b0a229
JK
119672010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11970 New test.
11971 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11972
e8ae22d1
JB
119732010-09-22 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11976 type of our const type.
11977
ec322823
SW
119782010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11979
11980 * gdb.cp/pr12028.cc: New.
11981 * gdb.cp/pr12028.exp: New.
11982
72929c62
JB
119832010-09-22 Joel Brobecker <brobecker@adacore.com>
11984
11985 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11986
875b4ff5 119872010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 11988 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
11989
11990 PR mi/11407
11991 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11992 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11993 * gdb.mi/dw2-ref-missing-frame.S New File.
11994 * gdb.mi/dw2-ref-missing-frame.exp New File.
11995
7155d578
TT
119962010-09-14 Tom Tromey <tromey@redhat.com>
11997
11998 PR symtab/8399:
11999 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12000
515ed532
TT
120012010-09-14 Tom Tromey <tromey@redhat.com>
12002
12003 PR exp/11803:
12004 * gdb.threads/tls.exp: Use C++.
12005 (check_thread_local): Use K::another_thread_local.
12006 * gdb.threads/tls.c (class K): New.
12007 (another_thread_local): Now a member of K.
12008 (spin): Update. No longer K&R C.
12009
450ca57c
SW
120102010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
12011
12012 * gdb.cp/koenig.cc: created class for testing member lookup.
12013 * gdb.cp/koenig.exp: Added test for member lookup.
12014
dbd492a3
JK
120152010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 Fix false FAILs on sourcetree topdir directory containing "kill".
12018 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
12019 source line matching regexp.
12020
8d4d924b
JK
120212010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12022
12023 * gdb.python/python.exp (set height 0, collect help from uiout)
12024 (verify help to uiout): New tests.
12025
8e64f2a0
JK
120262010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12027
12028 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
12029 is_lp64_target to check 64bit target.
12030
4569eed2
JK
120312010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12032
12033 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12034 (test_ld) <powerpc64-*>: New.
12035
5e1617b1
DJ
120362010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12037
12038 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12039
c767944b
DJ
120402010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12041
12042 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12043 (FunctionArg::method): New function.
12044 (empty, arg): New variables.
12045 (main): Call arg.method.
12046 * gdb.cp/templates.exp (test_template_args): New function.
12047 (do_tests): Call it.
12048
27d3a3fc
UW
120492010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12050
12051 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12052 of "next" to proceed over pthread_exit call.
12053
55b7ce7f
UW
120542010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12055
12056 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12057 "maint print statistics" output to prevent expect timeouts.
12058
809df446
JK
120592010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12060
12061 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12062 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12063 (test_float_rejected): ... here.
12064 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12065 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12066 (test_float_rejected): ... here.
12067 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12068 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12069 (test_float_rejected): ... here.
12070 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12071 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12072 (test_float_rejected): ... here.
12073
8464be76
DJ
120742010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12075
12076 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12077 before disabling hardware watchpoints.
12078 (test_inaccessible_watchpoint): Check that hardware watchpoints
12079 are used. Test for watchpoints on a constant address.
12080
14dba4b4
JK
120812010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12082
12083 * gdb.base/ui-redirect.exp: New file.
12084
3f3540e1 120852010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 12086 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
12087
12088 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12089
0f254bb7
DE
120902010-08-31 Doug Evans <dje@google.com>
12091
12092 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12093
03f17ccf
TT
120942010-08-30 Tom Tromey <tromey@redhat.com>
12095
12096 PR python/11792:
12097 * gdb.python/py-value.exp (test_subscript_regression): Add
12098 dynamic_type test.
12099
640617ad
DJ
121002010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12101
12102 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12103 instead of running to main. Do not test the main function.
12104 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12105 Add new main.
12106
2ed91d1b
PA
121072010-08-26 Pedro Alves <pedro@codesourcery.com>
12108
12109 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12110 one test.
12111
673bfd45
DE
121122010-08-24 Doug Evans <dje@google.com>
12113
12114 PR symtab/11942
12115 * gdb.dwarf2/dw4-sig-types.cc: New file.
12116 * gdb.dwarf2/dw4-sig-types.h: New file.
12117 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12118 * gdb.dwarf2/dw4-sig-types.exp: New file.
12119
f9ffd4bb
TT
121202010-08-23 Tom Tromey <tromey@redhat.com>
12121
12122 PR python/11145:
12123 * gdb.python/py-value.c (Base, Derived): New types.
12124 (base): New global.
12125 * gdb.python/py-value.exp (test_subscript_regression): Add
12126 dynamic_cast test.
12127
d839c8a4
TT
121282010-08-23 Tom Tromey <tromey@redhat.com>
12129
12130 PR python/10676:
12131 * gdb.python/py-type.exp (test_fields): Add tests for type
12132 equality.
12133
702c2711
TT
121342010-08-23 Tom Tromey <tromey@redhat.com>
12135
12136 PR python/11915:
12137 * gdb.python/py-type.exp (test_fields): Add tests for array.
12138
832bafd3
KS
121392010-08-23 Keith Seitz <keiths@redhat.com>
12140
12141 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12142 have any children. Create a new abbrev for it.
12143 Add missing terminal sequence to .debug_abbrev.
12144
c37bf528
KS
121452010-08-20 Keith Seitz <keiths@redhat.com>
12146
12147 PR symtab/11465:
12148 * gdb.dwarf2/pr11465.exp: New test.
12149 * gdb.dwarf2/pr11465.S: New file.
12150 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12151 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12152
4572cbac
TJB
121532010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12154
12155 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12156 registers. Update data sets with the new v2_double element in the
12157 VSX register union. Add vector_register3_vr data set for the AltiVec
12158 registers. Use gdb_test_no_output instead of send_gdb.
12159
e7fbb131
PA
121602010-08-19 Pedro Alves <pedro@codesourcery.com>
12161
12162 * gdb.python/py-shared.exp: New file, factored out from
12163 python.exp.
12164 * gdb.python/py-shared.c: New file.
12165 * gdb.python/py-shared-sl.c: New file.
12166 * gdb.python/python-1.c: New file.
12167 * gdb.python/python-sl.c: Delete.
12168 * gdb.python/python.c: Mention python-1.c.
12169 * gdb.python/python.exp: Move shared library tests to
12170 py-shared.exp.
12171 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12172 (MISCELLANEOUS): New.
12173 (clean mostlyclean): Also remove $MISCELLANEOUS.
12174
d30f5e1f
DE
121752010-08-19 Doug Evans <dje@google.com>
12176
12177 PR exp/11926
12178 * gdb.base/printcmds.exp (test_float_accepted): New function.
12179 Move existing float tests there. Add tests for floats with suffixes.
12180 (test_float_rejected): New function.
12181 * gdb.java/jv-print.exp (test_float_accepted): New function.
12182 (test_float_rejected): New function.
12183 * gdb.objc/print.exp: New file.
12184 * gdb.pascal/print.exp: New file.
12185 * lib/objc.exp: New file.
12186
7b3fd859
PM
121872010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12188
12189 * gdb.base/default.exp (info set): Avoid full buffer error and force
12190 reading up to final gdb prompt.
12191 (show): Likewise.
12192
c92817ce
TT
121932010-08-18 Tom Tromey <tromey@redhat.com>
12194
12195 PR symtab/11919:
12196 * gdb.base/completion.exp: Add test.
12197
f1208f9e
DE
121982010-08-18 Doug Evans <dje@google.com>
12199
12200 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12201 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12202 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12203 Simplify, early exit if runto_main fails.
12204 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12205 (set_lang_fortran): Moved to lib/fortran.exp.
12206 * gdb.fortran/types.exp: load_lib fortran.exp.
12207 (set_lang_fortran): Moved to lib/fortran.exp.
12208 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12209 * gdb.java/jprint.exp (set_lang_java): Ditto.
12210 * gdb.java/jv-exp.exp: load_lib java.exp.
12211 If set_lang_java fails, issue a warning instead of failure to be
12212 consistent with other set_lang_foo uses.
12213 (set_lang_java): Moved to lib/java.exp.
12214 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12215 If set_lang_java fails, issue a warning instead of failure to be
12216 consistent with other set_lang_foo uses.
12217 * gdb.pascal/types.exp: load_lib pascal.exp.
12218 (set_lang_pascal): Moved to lib/pascal.exp.
12219 * lib/fortran.exp: New file.
12220 * lib/java.exp (set_lang_java): New function.
12221 * lib/pascal.exp (set_lang_pascal): New function.
12222
2f06b485
YQ
122232010-08-18 Yao Qi <yao@codesourcery.com
12224
12225 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12226 func_nofb_start and func_loopfb_start, so that address of functions
12227 is equal to these labels on Thumb.
12228
96e25403
YQ
122292010-08-18 Yao Qi <yao@codesourcery.com>
12230
12231 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12232 to reflect latest c source file.
12233
36e6adc4
JK
122342010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12235
12236 * gdb.cp/infcall-dlopen.exp: New file.
12237 * gdb.cp/infcall-dlopen.cc: New file.
12238 * gdb.cp/infcall-dlopen-lib.cc: New file.
12239
f431efe5
PA
122402010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12241 Pedro Alves <pedro@codesourcery.com>
12242
12243 PR breakpoints/11371
12244
12245 * gdb.base/watch-cond-infcall.exp: New file.
12246 * gdb.base/watch-cond-infcall.c: New file.
12247
06a64a0b
TT
122482010-08-16 Tom Tromey <tromey@redhat.com>
12249
12250 * gdb.base/help.exp: Update.
12251 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12252 watchpoint.
12253 (test_watch_location): New proc.
12254 (test_watchpoint_in_big_blob): Delete watchpoint.
12255 * gdb.base/watchpoint.c (func5): New function.
12256 (main): Call it.
12257
70ebf4ed
DE
122582010-08-16 Doug Evans <dje@google.com>
12259
12260 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12261
ca5c20b6
PM
122622010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12263
12264 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12265 tests.
12266
7346b668
KW
122672010-08-11 Ken Werner <ken.werner@de.ibm.com>
12268
12269 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12270 * gdb.base/gnu_vector.c: New File.
12271 * gdb.base/gnu_vector.exp: Likewise.
12272
cb2e07a6
PM
122732010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12274
12275 * gdb.python/python.c: New File.
12276 * gdb.python/python-sl.c: New File.
12277 * gdb.python/python.exp: Test solib_address and decode_line
12278 * functions.
12279
5da1313b
JK
122802010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12281
12282 * gdb.python/python.exp (show height, set height 10)
12283 (verify pagination beforehand, verify pagination beforehand: q)
12284 (gdb.execute does not page, verify pagination afterwards)
12285 (verify pagination afterwards: q): New.
12286
49c3ccf7
DE
122872010-08-02 Doug Evans <dje@google.com>
12288
12289 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12290 because of an older gcc, change test2
12291 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12292 to unsupported.
12293
42c0c4f1
KH
122942010-07-30 Kazu Hirata <kazu@codesourcery.com>
12295
12296 * gdb.base/break-always.exp: Do not expect full paths to file
12297 names.
12298 * gdb.base/commands.exp: Likewise.
12299
d3765805
DE
123002010-07-30 Doug Evans <dje@google.com>
12301
c98ee71b
DE
12302 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12303 xfail them when run with older gccs.
12304
fd961404
DE
12305 * lib/gdb.exp (build_executable): Forward "c++" option to
12306 get_compiler_info.
12307
999adef4
DE
12308 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12309 "python print ttype.template_argument(1)" and
12310 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12311 if using gcc 4.4 or earlier.
12312
d3765805
DE
12313 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12314 attach-to-debugger handling.
12315
1276c759
JK
123162010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12317
12318 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12319 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12320 (main): Use copyreloc.
12321 * gdb.base/prelink.exp (split debug of executable)
12322 (.dynbss vs. .bss address shift): New tests.
12323
88caa9b9
PA
123242010-07-29 Pedro Alves <pedro@codesourcery.com>
12325
12326 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12327 in gdb_test_multiple.
12328
c6f2ac43
PA
123292010-07-29 Pedro Alves <pedro@codesourcery.com>
12330
12331 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12332 environment.
12333
326fd672
TT
123342010-07-28 Tom Tromey <tromey@redhat.com>
12335
12336 PR python/11060:
12337 * gdb.python/py-type.c (Temargs): New template.
12338 (temvar): New variable.
12339 * gdb.python/py-type.exp (test_template): New proc.
12340
3ce3b1ba
PA
123412010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12342
12343 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12344 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12345
34eaf542
TT
123462010-07-28 Tom Tromey <tromey@redhat.com>
12347
12348 PR c++/9946:
12349 * gdb.cp/temargs.exp: New file.
12350 * gdb.cp/temargs.cc: New file.
12351
d41b819e
JK
123522010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12353
12354 * gdb.base/help.exp (help disassemble): Update the content.
12355
26ab7092
JK
123562010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12357
12358 * gdb.threads/ia64-sigill.exp: New file.
12359 * gdb.threads/ia64-sigill.c: New file.
12360
5283e9e1
TT
123612010-07-27 Tom Tromey <tromey@redhat.com>
12362
12363 * gdb.opt/inline-cmds.c (ATTR): New define.
12364 (func1): Use it.
12365 (func2): Likewise.
12366 (func3): Likewise.
12367 (outer_inline1): Likewise.
12368 (outer_inline2): Likewise.
12369 * gdb.opt/inline-bt.c (ATTR): New define.
12370 (func1): Use it.
12371 (func2): Likewise.
12372 * gdb.opt/inline-locals.c (ATTR): New define.
12373 (func1): Use it.
12374 (func2): Likewise.
12375
e992ef73
TT
123762010-07-27 Tom Tromey <tromey@redhat.com>
12377
12378 * gdb.stabs/gdb11479.c (hack): New function.
12379 (test): Use it.
12380 (test2): Use it.
12381 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12382 (int32_search_buf, int64_search_buf): No longer static.
12383 (x): Remove.
12384 * gdb.base/relocate.c (hack): New function.
12385
5374244e
PM
123862010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12387
12388 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12389 * gdb.python/py-value.c (func1): New function.
12390 (func2): Likewise.
12391
a99aee83
CV
123922010-07-26 Corinna Vinschen <vinschen@redhat.com>
12393
12394 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12395 as not to clash with .data section.
12396
a04ba985
JG
123972010-07-26 Jerome Guitton <guitton@adacore.com>
12398
12399 * gdb.base/code_elim.exp: New file.
12400 * gdb.base/code_elim1.c: New file.
12401 * gdb.base/code_elim2.c: New file.
12402
23bd0f7c
PA
124032010-07-21 Pedro Alves <pedro@codesourcery.com>
12404
12405 PR symtab/11827
12406
12407 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12408 (some_volatile_enum): New variable.
12409 * gdb.base/printcmds.exp (test_print_enums): New.
12410 <top level>: Call it.
12411
883df6dd
SW
124122010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12413
12414 * gdb.cp/fpointer.cc: New test.
12415 * gdb.cp/fpointer.exp: New test.
12416
569b05a5
JK
124172010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 * gdb.base/solib-nodir.exp: New file.
12420 * lib/gdb.exp (runto): New case for a GDB internal error.
12421
51d7d803
JK
124222010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12423 Ulrich Weigand <uweigand@de.ibm.com>
12424 Tom Tromey <tromey@redhat.com>
12425
12426 * gdb.base/charset-malloc.c: New file.
12427 * gdb.base/charset.c (malloc_stub): New prototype.
12428 (main): Call it instead of malloc itself.
12429 * gdb.base/charset.exp: Use only prepare_for_testing.
12430 (binfile): Remove the variable.
12431
c0edd9ed
JK
124322010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12433
12434 Make core files the process_stratum.
12435 * gdb.base/corefile.exp (run: load core again)
12436 (run: sanity check we see the core file, run: with core)
12437 (run: core file is cleared, attach: load core again)
12438 (attach: sanity check we see the core file, attach: with core)
12439 (attach: core file is cleared): New tests.
12440 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12441
3cbaedff
KW
124422010-07-14 Ken Werner <ken.werner@de.ibm.com>
12443
12444 * gdb.arch/altivec-abi.exp: New tests.
12445
91158a56
TT
124462010-07-13 Tom Tromey <tromey@redhat.com>
12447
12448 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12449 (main): Use it.
12450 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12451
0f5238ed
TT
124522010-07-13 Tom Tromey <tromey@redhat.com>
12453
12454 * gdb.base/label.exp: New file.
12455 * gdb.base/label.c: New file.
12456
add265ae
L
124572010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12458 H.J. Lu <hongjiu.lu@intel.com>
12459
12460 * lib/gdb.exp (is_ilp32_target): New.
12461 (is_lp64_target): Likewise.
12462
12463 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12464 target.
12465 * gdb.arch/amd64-disp-step.exp: Likewise.
12466 * gdb.arch/amd64-dword.exp: Likewise.
12467 * gdb.arch/amd64-i386-address.exp: Likewise.
12468 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 12469
add265ae
L
12470 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12471 target.
12472 * gdb.arch/i386-bp_permanent.exp: Likewise.
12473 * gdb.arch/i386-byte.exp: Likewise.
12474 * gdb.arch/i386-disp-step.exp: Likewise.
12475 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12476 * gdb.arch/i386-prologue.exp: Likewise.
12477 * gdb.arch/i386-size-overlap.exp: Likewise.
12478 * gdb.arch/i386-size.exp: Likewise.
12479 * gdb.arch/i386-sse.exp: Likewise.
12480 * gdb.arch/i386-unwind.exp: Likewise.
12481 * gdb.arch/i386-word.exp: Likewise.
12482
12483 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12484 test only when building 64-bit executables. Do not hard-code
12485 -m64 option.
12486
2dfb8c17
DE
124872010-07-07 Doug Evans <dje@google.com>
12488
12489 * lib/gdb.exp (gdb_test_list_exact): New function.
12490 * gdb.base/default.exp (show convenience): Call it, add tests for
12491 $_sdata = void, $_thread = 0.
12492
4e5799b6
JK
124932010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12494 Joel Brobecker <brobecker@adacore.com>
12495
12496 Fix re-run of PIE executable, PR shlibs/11776.
12497 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12498 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12499 and re-"run" of the inferior.
12500
1a219cc7
JK
125012010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12502 Joel Brobecker <brobecker@adacore.com>
12503
12504 Cope with missing /usr/sbin/prelink.
12505 * lib/prelink-support.exp (prelink_no):
12506 <result == 1 && $output is "no such file or directory">: New.
12507 (prelink_yes): Likewise. Return on failed prelink_no.
12508
5e3b36f8
JK
125092010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12510 Joel Brobecker <brobecker@adacore.com>
12511
12512 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12513 build_executable by build_executable_own_libs. Replace "prelink -R"
12514 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12515 change.
12516 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12517 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12518 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12519 Replace build_executable by build_executable_own_libs's function
12520 build_executable_own_libs.
12521 (prelinkNO): Create new stub to call prelink_no.
12522 (prelinkYES): Create new stub to call prelink_yes.
12523 (test_attach): Rename calls of copy to file_copy.
12524 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12525 (copy): Move to ...
12526 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12527 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12528 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12529 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12530 special flags by gdb_compile_shlib. Replace second gdb_compile by
12531 build_executable_own_libs. Replace "prelink -R" execution by a call of
12532 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12533 a second call of prelink_yes. Replace restart commands by
12534 clean_restart.
12535 (prelink): Rename to ...
12536 (seen displacement message): ... this test. Extend its expectation
12537 strictness.
12538
86e4bafc
JK
125392010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12540
12541 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12542 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12543 displacement message exactly once.
12544
3cd07d20
JK
125452010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12546 Joel Brobecker <brobecker@adacore.com>
12547
12548 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12549 its restore after the <$relink_args != ""> loop. new comment.
12550
0a1e94c7
JK
125512010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12552 Joel Brobecker <brobecker@adacore.com>
12553
12554 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12555 code for it. New variable relink_args.
12556 (prelinkYES): Call prelinkNO.
12557 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12558 in such case. Move the core code to ...
12559 (test_attach_gdb): ... a new function. Send GDB command "file".
12560 Extend expected "Attaching to " string.
12561
2f70bcfb
TT
125622010-07-02 Tom Tromey <tromey@redhat.com>
12563
12564 * gdb.base/bitops.exp: Remove extraneous "pass".
12565
a17ac5b0
TT
125662010-07-02 Ken Werner <ken.werner@de.ibm.com>
12567
12568 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12569
dc10affe
PA
125702010-07-01 Pedro Alves <pedro@codesourcery.com>
12571
d41c0fc8
PA
12572 * gdb.base/help.exp: Adjust expected output.
12573
125742010-07-01 Pedro Alves <pedro@codesourcery.com>
12575
12576 * gdb.base/help.exp: Adjust expected output.
dc10affe 12577
0a600c36
JK
125782010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12579
12580 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12581 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12582 c++/11702.
12583
37cc8bfe
JK
125842010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12585 Doug Evans <dje@google.com>
12586
12587 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12588 add .dynamic entry'.
12589
254e6b9e
DE
125902010-06-29 Doug Evans <dje@google.com>
12591
12592 Test PR c++/11702.
12593 * gdb.cp/m-static.exp: Add testcase.
12594 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12595
595939de 125962010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
12597 Tom Tromey <tromey@redhat.com>
12598 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
12599
12600 * gdb.python/py-inferior.c: New File.
12601 * gdb.python/py-infthread.c: New File.
12602 * gdb.python/py-inferior.exp: New File.
12603 * gdb.python/py-infthread.exp: New File.
12604
98751a41
JK
126052010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12606
12607 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12608 (ptype ::C::OtherFileClass typedefs): New.
12609 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12610 (C::OtherFileClass::cOtherFileClassVar2): New.
12611 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12612 cOtherFileClassVar2.
12613 (C::cOtherFileType2, C::cOtherFileVar2): New.
12614 (C::cOtherFileVar_use): use also cOtherFileVar2.
12615 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12616
41f62f39
JK
126172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12620 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12621 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12622 (print ::C::cOtherFileVar)
12623 (whatis C::OtherFileClass::cOtherFileClassType)
12624 (whatis ::C::OtherFileClass::cOtherFileClassType)
12625 (print C::OtherFileClass::cOtherFileClassVar)
12626 (print ::cOtherFileClassVar)
12627 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12628 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12629 trailing content.
12630 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12631 (C::OtherFileClass::cOtherFileClassVar)
12632 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12633 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12634
af53d231
JK
126352010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12636
12637 Test PR c++/11703 and PR gdb/1448.
12638 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12639 gdb/1448.
12640
9655fd1a
JK
126412010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12642
12643 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12644 (main) <rtti_data>: New.
12645 * gdb.cp/virtbase.exp (print rtti_data): New.
12646
824cc8dd
JK
126472010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12648 Joel Brobecker <brobecker@adacore.com>
12649
12650 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12651
6036c742
JK
126522010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12653
12654 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12655
de6a0421
DE
126562010-06-28 Doug Evans <dje@google.com>
12657
12658 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12659
b2dae948
DE
126602010-06-27 Doug Evans <dje@google.com>
12661
12662 * gdb.cp/m-static.exp: Update expected test output.
12663
0f3bb72e
PH
126642010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12665
889bf7c5
PA
12666 * gdb.gdb/selftest.exp: Adjust expected message for
12667 capturing start-up runtime.
0f3bb72e 12668
bc9f0842
TT
126692010-06-25 Tom Tromey <tromey@redhat.com>
12670
12671 PR python/10808:
12672 * gdb.python/python.exp: Add new tests.
12673
099ef718
SW
126742010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12675
12676 * gdb.cp/operator.cc: Created an import loop.
12677 * gdb.cp/operator.exp: Added testcase for import loop.
12678
5868a632
JK
126792010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12680
12681 Test PR python/11407.
12682 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12683 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12684 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12685 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12686 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12687 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12688 binfile. Call gdb_compile with clean_restart twice.
12689 (func_nofb print, func_nofb backtrace, func_loopfb print)
12690 (func_loopfb backtrace): New.
12691
af76db58
JK
126922010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12693
12694 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12695 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12696 by a hand made one.
12697 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12698 i?86 requirement. Remove variables srcfile and binfile. New variable
12699 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12700
f2c7657e
UW
127012010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12702
12703 * gdb.cell/dwarfaddr.exp: New file.
12704 * gdb.cell/dwarfaddr.S: New file.
12705
628fe4e4
JK
127062010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12707
12708 Test PR 9436.
12709 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12710
f1421989
HZ
127112010-06-24 Hui Zhu <teawater@gmail.com>
12712
12713 * gdb.base/eval.exp: New file.
12714
d03285ec
UW
127152010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12716
12717 * gdb.cell/fork.exp: New file.
12718 * gdb.cell/fork.c: Likewise.
12719 * gdb.cell/fork-spu.c: Likewise.
12720
41b2c92d
PM
127212010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12722
12723 * lib/gdb.exp (banned_variables_traced): New global variable.
12724 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12725 (gdb_init): Use `trace add variable' instead of obsolete
12726 `trace variable'.
12727
d5bc977f
DE
127282010-06-21 Doug Evans <dje@google.com>
12729
12730 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12731
d2ed6730
UW
127322010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12733
12734 * gdb.arch/spu-ls.exp: New file.
12735 * gdb.arch/spu-ls.c: Likewise.
12736
6aed2dbc
SS
127372010-06-18 Stan Shebs <stan@codesourcery.com>
12738
12739 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12740
e0756905
UW
127412010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12742
12743 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12744 * gdb.base/watch-cond.exp: Likewise.
12745 * gdb.python/py-breakpoint.exp: Likewise.
12746
d8053d4d
PA
127472010-06-18 Pedro Alves <pedro@codesourcery.com>
12748
12749 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12750 clean_restart, make sure every test has a distinct message, and
12751 that messages don't include the executable' full path.
12752
81ce510c
DE
127532010-06-17 Doug Evans <dje@google.com>
12754
12755 * gdb.arch/i386-size.exp: Updated expected output for
12756 DISASSEMBLY_OMIT_FNAME.
12757
65d79d4b
SDJ
127582010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12759 Sergio Durigan Junior <sergiodj@redhat.com>
12760
12761 * gdb.base/watch-notconst.c: New file.
12762 * gdb.base/watch-notconst.S: New file.
12763 * gdb.base/watch-notconst2.c: New file.
12764 * gdb.base/watch-notconst2.S: New file.
12765 * gdb.base/watch-notconst.exp: New file.
12766 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12767 (func4): Add operations on `global_ptr_ptr'.
12768 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12769 routine to test watchpoints created with a constant expression.
12770 (test_inaccessible_watchpoint): Include tests for watchpoints
12771 created with a constant expression.
12772
df0f4836
KB
127732010-06-14 Kevin Buettner <kevinb@redhat.com>
12774
12775 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12776 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12777 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12778 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12779 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12780 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12781 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12782 of `_start'.
12783
b769def5
UW
127842010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12785
12786 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12787 not supported on the target.
12788 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12789 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12790 * gdb.mi/mi-nsintrall.exp: Likewise.
12791 * gdb.mi/mi-nsmoribund.exp: Likewise.
12792 * gdb.mi/mi-nsthrexec.exp: Likewise.
12793
d914c394
SS
127942010-06-11 Stan Shebs <stan@codesourcery.com>
12795
12796 * gdb.base/permissions.exp: New file.
12797
127982010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
12799
12800 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12801 does not support ELF executable class.
12802
f3ce5b9c
UW
128032010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12804
12805 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12806
8e46892c
JK
128072010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12808
12809 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12810 (runto): Catch "The target does not support running in non-stop mode.".
12811
6cc55c64
MS
128122010-06-11 Michael Snyder <msnyder@vmware.com>
12813
12814 * gdb.base/setshow.exp (set language asm): Don't use
12815 gdb_test_no_output, fails on some targets.
12816
caddefa4
UW
128172010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12818
12819 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12820 * gdb.cp/pr9167.exp: Likewise.
12821
468b1aa7
UW
128222010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12823
12824 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12825
5c3552dc
UW
128262010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12827
12828 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12829
02e6fe6a
UW
128302010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12831
12832 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12833
0e03807e
TT
128342010-06-11 Tom Tromey <tromey@redhat.com>
12835
12836 PR gdb/9977, PR exp/11636::
12837 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12838 (pieces_test_f6): Update expected output.
12839
2bdf28a0
JK
128402010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 * gdb.base/moribund-step.exp: New.
12843
f6978de9
MS
128442010-06-08 Michael Snyder <msnyder@vmware.com>
12845
12846 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 12847 * gdb.ada/boolean_expr.exp:
f6978de9
MS
12848 * gdb.ada/frame_args.exp: Ditto.
12849 * gdb.ada/lang_switch.exp: Ditto.
12850 * gdb.ada/ptype_arith_binop.exp: Ditto.
12851 * gdb.ada/ref_param.exp: Ditto.
12852 * gdb.ada/type_coercion.exp:Ditto.
12853
12854 * gdb.asm/asm-source.exp: Ditto.
12855
12856 * gdb.base/attach.exp: Ditto.
12857 * gdb.base/bitfields2.exp: Ditto.
12858 * gdb.base/call-signal-resume.exp: Ditto.
12859 * gdb.base/callfuncs.exp: Ditto.
12860 * gdb.base/commands.exp: Ditto.
12861 * gdb.base/dbx.exp: Ditto.
12862 * gdb.base/default.exp: Ditto.
12863 * gdb.base/dump.exp: Ditto.
12864 * gdb.base/exprs.exp: Ditto.
12865 * gdb.base/freebpcmd.exp: Ditto.
12866 * gdb.base/interrupt.exp: Ditto.
12867 * gdb.base/list.exp: Ditto.
12868 * gdb.base/long_long.exp: Ditto.
12869 * gdb.base/maint.exp: Ditto.
12870 * gdb.base/ptype.exp: Ditto.
12871 * gdb.base/return.exp: Ditto.
12872 * gdb.base/setshow.exp: Ditto.
12873 * gdb.base/sigbpt.exp: Ditto.
12874 * gdb.base/sigrepeat.exp: Ditto.
12875
12876 * gdb.cp/classes.exp: Ditto.
12877
12878 * gdb.dwarf2/dw2-restore.exp: Ditto.
12879
12880 * gdb.gdb/selftest.exp: Ditto.
12881
12882 * gdb.multi/base.exp: Ditto.
12883 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12884
12885 * gdb.python/py-block.exp: Ditto.
12886 * gdb.python/py-prettyprint.exp: Ditto.
12887 * gdb.python/py-template.exp: Ditto.
12888
12889 * gdb.server/ext-attach.exp: Ditto.
12890 * gdb.server/ext-run.exp: Ditto.
12891 * gdb.server/server-mon.exp: Ditto.
12892
12893 * gdb.threads/fork-thread-pending.exp: Ditto.
12894 * gdb.threads/hand-call-in-threads.exp: Ditto.
12895 * gdb.threads/interrupted-hand-call.exp: Ditto.
12896 * gdb.threads/linux-dp.exp: Ditto.
12897 * gdb.threads/manythreads.exp: Ditto.
12898 * gdb.threads/print-threads.exp: Ditto.
12899 * gdb.threads/pthreads.exp: Ditto.
12900 * gdb.threads/schedlock.exp: Ditto.
12901 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12902 * gdb.threads/threadapply.exp: Ditto.
12903
de7ff789
MS
129042010-06-08 Michael Snyder <msnyder@vmware.com>
12905
889bf7c5 12906 * gdb.ada/exec_changed.exp:
de7ff789
MS
12907 Use ".*" instead of "" as wildcard regexp.
12908
12909 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12910 * gdb.base/call-ar-st.exp: Ditto.
12911 * gdb.base/checkpoint.exp: Ditto.
12912 * gdb.base/default.exp: Ditto.
12913 * gdb.base/dump.exp: Ditto.
12914 * gdb.base/ending-run.exp: Ditto.
12915 * gdb.base/fileio.exp: Ditto.
12916 * gdb.base/miscexprs.exp: Ditto.
12917 * gdb.base/pointers.exp: Ditto.
12918 * gdb.base/readline.exp: Ditto.
12919 * gdb.base/reread.exp: Ditto.
12920 * gdb.base/restore.exp: Ditto.
12921 * gdb.base/shlib-call.exp: Ditto.
12922 * gdb.base/valgrind-db-attach.exp: Ditto.
12923 * gdb.base/volatile.exp: Ditto.
12924 * gdb.base/watchpoints.exp: Ditto.
12925
12926 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12927
12928 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12929 * gdb.python/py-value.exp: Ditto.
12930
12931 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12932 * gdb.trace/circ.exp: Ditto.
12933 * gdb.trace/collection.exp: Ditto.
12934 * gdb.trace/packetlen.exp: Ditto.
12935 * gdb.trace/passc-dyn.exp: Ditto.
12936 * gdb.trace/report.exp: Ditto.
12937 * gdb.trace/tfile.exp: Ditto.
12938 * gdb.trace/tfind.exp: Ditto.
12939 * gdb.trace/while-dyn.exp: Ditto.
12940
3bebe2f2
JK
129412010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12942
12943 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12944
5c631832
JK
129452010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12946
12947 Test PR 10640.
12948 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12949
4c3376c8
SW
129502010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12951
12952 * gdb.cp/koenig.exp: Test for ADL operators.
12953 * gdb.cp/koenig.cc: Added ADL operators.
12954 * gdb.cp/operator.exp: New test.
12955 * gdb.cp/operator.cc: New test.
12956
dc226d5a
MS
129572010-06-04 Michael Snyder <msnyder@vmware.com>
12958
dfb88a23
MS
12959 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12960 * gdb.base/pending.exp: Ditto.
f7ae76b3 12961
dc226d5a
MS
12962 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12963
967cf477
DE
129642010-06-04 Doug Evans <dje@google.com>
12965
12966 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12967 disabled printers.
12968 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12969 (enable_lookup_function): New function.
12970
eb801841
TT
129712010-06-04 Tom Tromey <tromey@redhat.com>
12972
12973 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12974 of hash and id.
12975
38979823
JK
129762010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12977
12978 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12979 newline.
12980 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12981 (empty verbose non-noisy clear, empty verbose noisy clear)
12982 (empty non-verbose noisy clear): Likewise.
12983
35ec993f
MS
129842010-06-03 Michael Snyder <msnyder@vmware.com>
12985
12986 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12987 * gdb.base/display.exp: Ditto.
12988 * gdb.base/find.exp: Ditto.
12989 * gdb.base/ifelse.exp: Ditto.
12990 * gdb.base/multi-forks.exp: Ditto.
12991 * gdb.base/recurse.exp: Ditto.
12992 * gdb.base/setshow.exp: Ditto.
12993 * gdb.base/value-double-free.exp: Ditto.
12994 * gdb.base/watch-vfork.exp: Ditto.
12995 * gdb.base/watch_thread_num.exp: Ditto.
12996 * gdb.base/watchpoint-solib.exp: Ditto.
12997 * gdb.base/watchpoint.exp: Ditto.
12998 * gdb.base/watchpoints.exp: Ditto.
12999
13000 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
13001 * gdb.cp/overload.exp: Ditto.
13002 * gdb.cp/virtfunc.exp: Ditto.
13003
13004 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
13005
889bf7c5 13006 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
13007 Replace gdb_test with gdb_test_no_output.
13008
889bf7c5 13009 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
13010 Replace gdb_test with gdb_test_no_output.
13011 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13012 * gdb.threads/watchthreads.exp: Ditto.
13013 * gdb.threads/watchthreads2.exp: Ditto.
13014
13015 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
13016 * gdb.trace/tfind.exp: Ditto.
13017
c22decce
JB
130182010-06-03 Joel Brobecker <brobecker@adacore.com>
13019
13020 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
13021 successful test if message is the empty string.
13022
fd5700c7
JK
130232010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13024
13025 * gdb.fortran/module.exp (stopped language detection): New test.
13026
f55ee35c
JK
130272010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13028
13029 Support DW_TAG_module as separate namespaces.
13030 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
13031 gdb.fortran/library-module-lib.f90: New.
13032 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
13033 (print i): Remove.
13034 (continue to breakpoint: i-is-1, print var_i value 1)
13035 (continue to breakpoint: i-is-2, print var_i value 2)
13036 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13037 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13038 (complete `modmany, complete `modmany`, complete `modmany`var)
13039 (show language, setting breakpoint at module): New tests.
13040 * gdb.fortran/module.f90 (module mod): Remove.
13041 (module mod1, module mod2, module modmany, subroutine sub1)
13042 (subroutine sub2, program module): New.
13043
b8e8282f
JK
130442010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13045
13046 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13047 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
13048 * gdb.cp/anon-union.exp (pass): Rename to ...
13049 (print z 2): ... here.
b8e8282f 13050
019ebafc
MS
130512010-06-02 Michael Snyder <msnyder@vmware.com>
13052
e68d8fd4
MS
13053 * gdb.trace/actions.exp: Use gdb_test_no_output.
13054 * gdb.trace/circ.exp: Ditto.
13055 * gdb.trace/packetlen.exp: Ditto.
13056 * gdb.trace/save-trace.exp: Ditto.
13057 * gdb.trace/tracecmd.exp: Ditto.
13058 * gdb.trace/tsv.exp: Ditto.
13059
12b5d08a
MS
13060 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13061 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13062 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13063 * gdb.threads/manythreads.exp: Ditto.
13064 * gdb.threads/print-threads.exp: Ditto.
13065 * gdb.threads/pthreads.exp: Ditto.
13066 * gdb.threads/schedlock.exp: Ditto.
13067 * gdb.threads/staticthreads.exp: Ditto.
13068 * gdb.threads/thread-specific.exp: Ditto.
13069 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13070 * gdb.threads/threadapply.exp: Ditto.
13071 * gdb.threads/watchthreads.exp: Ditto.
13072 * gdb.threads/watchthreads2.exp: Ditto.
13073
89493308
MS
13074 * gdb.python/py-block.exp: Use gdb_test_no_output.
13075 * gdb.python/py-prettyprint.exp: Ditto.
13076 * gdb.python/py-template.exp: Ditto.
13077 * gdb.python/py-value.exp: Ditto.
13078
13079 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13080 * gdb.reverse/watch-reverse.exp: Ditto.
13081
13082 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13083 * gdb.server/ext-run.exp: Ditto.
13084
019ebafc
MS
13085 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13086 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13087 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13088 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13089 * gdb.dwarf2/dw2-producer.exp: Ditto.
13090 * gdb.dwarf2/mac-fileno.exp: Ditto.
13091
13092 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13093 * gdb.gdb/selftest.exp: Ditto.
13094
13095 * gdb.multi/base.exp: Use gdb_test_no_output.
13096
13097 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13098
3e0ca3a5
JK
130992010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13100
13101 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13102
9db70545
MS
131032010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13104
a8d52276
MS
13105 * gdb.cp/class2.exp: Use gdb_test_no_output.
13106 * gdb.cp/classes.exp: Ditto.
13107 * gdb.cp/extern-c.exp: Ditto.
13108 * gdb.cp/inherit.exp: Ditto.
13109 * gdb.cp/maint.exp: Ditto.
13110 * gdb.cp/mb-inline.exp: Ditto.
13111 * gdb.cp/mb-templates.exp: Ditto.
13112 * gdb.cp/method2.exp: Ditto.
13113 * gdb.cp/misc.exp: Ditto.
13114 * gdb.cp/ovldbreak.exp: Ditto.
13115 * gdb.cp/punctuator.exp: Ditto.
13116 * gdb.cp/templates.exp: Ditto.
13117 * gdb.cp/virtbase.exp: Ditto.
13118
889bf7c5 13119 * gdb.threads/attach-stopped.exp:
9db70545 13120 Replace uses of send_gdb / gdb_expect.
889bf7c5 13121 * gdb.threads/attachstop-mt.exp:
9db70545 13122 Replace uses of send_gdb / gdb_expect.
889bf7c5 13123 * gdb.threads/gcore-thread.exp:
9db70545 13124 Replace uses of send_gdb / gdb_expect.
889bf7c5 13125 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
13126 Replace uses of send_gdb / gdb_expect.
13127 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 13128 * gdb.threads/print-threads.exp:
9db70545
MS
13129 Replace uses of send_gdb / gdb_expect.
13130 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13131 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13132 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13133
13134 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13135 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13136 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13137 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13138 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13139 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13140 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13141 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13142 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13143 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13144 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13145
359cc68c
JK
131462010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13147
13148 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13149
7d3fe98e
SW
131502010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13151
13152 * gdb.cp/koenig.exp: Added new test case.
13153 * gdb.cp/koenig.cc: Ditto.
13154
27d3a1a2
MS
131552010-06-01 Michael Snyder <msnyder@vmware.com>
13156
13157 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13158 * gdb.base/arrayidx.exp: Ditto.
13159 * gdb.base/attach.exp: Ditto.
13160 * gdb.base/auxv.exp: Ditto.
13161 * gdb.base/bigcre.exp: Ditto.
13162 * gdb.base/break-always.exp: Ditto.
13163 * gdb.base/break-interp.exp: Ditto.
13164 * gdb.base/break.exp: Ditto.
13165 * gdb.base/breakpoint-shadow.exp: Ditto.
13166 * gdb.base/call-ar-st.exp: Ditto.
13167 * gdb.base/call-sc.exp: Ditto.
13168 * gdb.base/call-signal-resume.exp: Ditto.
13169 * gdb.base/callfuncs.exp: Ditto.
13170 * gdb.base/catch-syscall.exp: Ditto.
13171 * gdb.base/charset.exp: Ditto.
13172 * gdb.base/code-expr.exp: Ditto.
13173 * gdb.base/commands.exp: Ditto.
13174 * gdb.base/cond-expr.exp: Ditto.
13175 * gdb.base/condbreak.exp: Ditto.
13176 * gdb.base/cursal.exp: Ditto.
13177 * gdb.base/cvexpr.exp: Ditto.
13178 * gdb.base/default.exp: Ditto.
13179 * gdb.base/del.exp: Ditto.
13180 * gdb.base/detach.exp: Ditto.
13181 * gdb.base/display.exp: Ditto.
13182 * gdb.base/ena-dis-br.exp: Ditto.
13183 * gdb.base/eval-skip.exp: Ditto.
13184 * gdb.base/foll-fork.exp: Ditto.
13185 * gdb.base/foll-vfork.exp: Ditto.
13186 * gdb.base/frame-args.exp: Ditto.
13187 * gdb.base/funcargs.exp: Ditto.
13188 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13189 * gdb.base/gdbvars.exp: Ditto.
13190 * gdb.base/help.exp: Ditto.
13191 * gdb.base/ifelse.exp: Ditto.
13192 * gdb.base/included.exp: Ditto.
13193 * gdb.base/list.exp: Ditto.
13194 * gdb.base/macscp.exp: Ditto.
13195 * gdb.base/maint.exp: Ditto.
13196 * gdb.base/multi-fork.exp: Ditto.
13197 * gdb.base/overlays.exp: Ditto.
13198 * gdb.base/page.exp: Ditto.
13199 * gdb.base/pending.exp: Ditto.
13200 * gdb.base/pointers.exp: Ditto.
13201 * gdb.base/pr11022.exp: Ditto.
13202 * gdb.base/prelink.exp: Ditto.
13203 * gdb.base/printcmds.exp: Ditto.
13204 * gdb.base/psymtab.exp: Ditto.
13205 * gdb.base/randomize.exp: Ditto.
13206 * gdb.base/relational.exp: Ditto.
13207 * gdb.base/relocate.exp: Ditto.
13208 * gdb.base/remote.exp: Ditto.
13209 * gdb.base/sepdebug.exp: Ditto.
13210 * gdb.base/set-lang-auto.exp: Ditto.
13211 * gdb.base/setshow.exp: Ditto.
13212 * gdb.base/setvar.exp: Ditto.
13213 * gdb.base/signals.exp: Ditto.
13214 * gdb.base/signull.exp: Ditto.
13215 * gdb.base/sigstep.exp: Ditto.
13216 * gdb.base/sizeof.exp: Ditto.
13217 * gdb.base/solib-disc.exp: Ditto.
13218 * gdb.base/store.exp: Ditto.
13219 * gdb.base/structs.exp: Ditto.
13220 * gdb.base/structs2.exp: Ditto.
13221 * gdb.base/subst.exp: Ditto.
13222 * gdb.base/term.exp: Ditto.
13223 * gdb.base/trace-commands.exp: Ditto.
13224 * gdb.base/unwindonsignal.exp: Ditto.
13225 * gdb.base/valgrind-db-attach.exp: Ditto.
13226 * gdb.base/varargs.exp: Ditto.
13227 * gdb.base/watch-cond.exp: Ditto.
13228 * gdb.base/watch_thread_num.exp: Ditto.
13229 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13230 * gdb.base/watchpoint.exp: Ditto.
13231 * gdb.base/whatis-exp.exp: Ditto.
13232
f8d3bf8f
MS
132332010-06-01 Michael Snyder <msnyder@vmware.com>
13234
13235 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13236 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13237 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13238 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13239 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13240 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13241 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13242 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13243 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13244 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13245 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13246 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13247 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13248 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13249 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13250
3f9e0d32
JK
132512010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13252
13253 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13254 trailing newline.
13255 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13256 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13257 (p *args): ... here and remove excessive trailing newline.
13258
f629457d
JB
132592010-05-31 Joel Brobecker <brobecker@adacore.com>
13260
13261 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13262
09eef106
JK
132632010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13264
13265 Accept the new Linux kernel "t (tracing stop)" string.
13266 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13267 Update comment.
13268 (state_wait) <T (tracing stop)>: New.
13269 (main): Update the state_wait expect string.
13270
94f31136
PA
132712010-05-28 Pedro Alves <pedro@codesourcery.com>
13272
13273 * limits.c, limits.exp: Delete files.
13274 * Makefile.in (clean mostlyclean): Adjust.
13275 * tracecmd.exp: Adjust.
13276
096554ab
JK
132772010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13278
13279 * gdb.base/tui-layout.exp: New.
13280
27d3a1a2 132812010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 13282
889bf7c5 13283 * gdb.reverse/break-precsave.exp:
bcd2dc50 13284 Replace uses of send_gdb / gdb_expect.
889bf7c5 13285 * gdb.reverse/break-reverse.exp:
bcd2dc50 13286 Replace uses of send_gdb / gdb_expect.
889bf7c5 13287 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 13288 Replace uses of send_gdb / gdb_expect.
889bf7c5 13289 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 13290 Replace uses of send_gdb / gdb_expect.
889bf7c5 13291 * gdb.reverse/finish-precsave.exp:
bcd2dc50 13292 Replace uses of send_gdb / gdb_expect.
889bf7c5 13293 * gdb.reverse/finish-reverse.exp:
bcd2dc50 13294 Replace uses of send_gdb / gdb_expect.
889bf7c5 13295 * gdb.reverse/i386-precsave.exp:
bcd2dc50 13296 Replace uses of send_gdb / gdb_expect.
889bf7c5 13297 * gdb.reverse/i386-reverse.exp:
bcd2dc50 13298 Replace uses of send_gdb / gdb_expect.
889bf7c5 13299 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 13300 Replace uses of send_gdb / gdb_expect.
889bf7c5 13301 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 13302 Replace uses of send_gdb / gdb_expect.
889bf7c5 13303 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 13304 Replace uses of send_gdb / gdb_expect.
889bf7c5 13305 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 13306 Replace uses of send_gdb / gdb_expect.
889bf7c5 13307 * gdb.reverse/machinestate.exp:
bcd2dc50 13308 Replace uses of send_gdb / gdb_expect.
889bf7c5 13309 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 13310 Replace uses of send_gdb / gdb_expect.
889bf7c5 13311 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 13312 Replace uses of send_gdb / gdb_expect.
889bf7c5 13313 * gdb.reverse/solib-precsave.exp:
bcd2dc50 13314 Replace uses of send_gdb / gdb_expect.
889bf7c5 13315 * gdb.reverse/solib-reverse.exp:
bcd2dc50 13316 Replace uses of send_gdb / gdb_expect.
889bf7c5 13317 * gdb.reverse/step-precsave.exp:
bcd2dc50 13318 Replace uses of send_gdb / gdb_expect.
889bf7c5 13319 * gdb.reverse/step-reverse.exp:
bcd2dc50 13320 Replace uses of send_gdb / gdb_expect.
889bf7c5 13321 * gdb.reverse/until-precsave.exp:
bcd2dc50 13322 Replace uses of send_gdb / gdb_expect.
889bf7c5 13323 * gdb.reverse/until-reverse.exp:
bcd2dc50 13324 Replace uses of send_gdb / gdb_expect.
889bf7c5 13325 * gdb.reverse/watch-precsave.exp:
bcd2dc50 13326 Replace uses of send_gdb / gdb_expect.
889bf7c5 13327 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
13328 Replace uses of send_gdb / gdb_expect.
13329
3def43e0
JK
133302010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13331
13332 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13333 excessive newline.
13334
27d3a1a2 133352010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
13336
13337 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
13338 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13339 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13340 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13341 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13342 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13343 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13344 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13345 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13346 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13347 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13348 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13349 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13350 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13351 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13352 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13353 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13354 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13355 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 13356
27d3a1a2 133572010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 13358
22454424
MS
13359 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13360 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13361
13362 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13363 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13364 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13365
889bf7c5 13366 * gdb.reverse/consecutive-reverse.exp:
22454424 13367 Replace uses of send_gdb / gdb_expect.
889bf7c5 13368 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
13369 Replace uses of send_gdb / gdb_expect.
13370
13371 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13372 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13373 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 13374 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
13375 Replace uses of send_gdb / gdb_expect.
13376 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13377 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13378 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13379 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13380 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13381 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13382 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13383 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13384 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
13385
133862010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 13387
22454424 13388 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13389
22454424 13390 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13391
22454424
MS
13392 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13393 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13394 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13395 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13396 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13397 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13398 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13399 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13400 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13401
6e5f2c59
TT
134022010-05-25 Tom Tromey <tromey@redhat.com>
13403
13404 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13405
bbc8b958
TT
134062010-05-25 Tom Tromey <tromey@redhat.com>
13407
13408 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13409 argument order.
13410 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13411 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13412 order.
13413 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13414 order.
13415 * gdb.base/call-sc.exp (setup_kfails): Remove.
13416 (setup_compiler_kfails): Remove.
13417 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13418 argument order.
13419 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13420 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13421 (advancei): Fix setup_kfail argument order.
13422 * gdb.base/radix.exp: Fix setup_kfail argument order.
13423 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13424 order.
13425 * gdb.base/structs.exp (setup_kfails): Remove.
13426 (setup_compiler_kfails): Fix setup_kfail argument order.
13427 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13428 order.
13429 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13430 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13431 setup_kfail argument order.
13432 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13433
83d1babf
TT
134342010-05-25 Tom Tromey <tromey@redhat.com>
13435
13436 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13437
6acb16a2
MS
134382010-05-25 Michael Snyder <msnyder@vmware.com>
13439
13440 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13441 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13442 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13443 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13444 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13445 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13446 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13447 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13448 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
13449 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13450 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13451 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13452 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13453 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13454 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13455 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13456 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13457 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13458 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13459 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13460 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13461 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13462 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
13463 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13464 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13465 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13466 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13467 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13468 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13469 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13470 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13471 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13472 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13473 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13474 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13475 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13476 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13477 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13478 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13479 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13480 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13481 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13482 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13483 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13484 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13485 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13486 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 13487 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13488
134892010-05-25 Doug Evans <dje@google.com>
13490
13491 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13492 gdb.string_to_argv.
ad3986f0 13493
d3b1e874
TT
134942010-05-21 Tom Tromey <tromey@redhat.com>
13495
13496 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13497 Call it.
13498 * gdb.dwarf2/pieces.S: Update.
13499 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13500
cb826367
TT
135012010-05-21 Tom Tromey <tromey@redhat.com>
13502
13503 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13504 Call it.
13505 * gdb.dwarf2/pieces.c (struct C): New.
13506 (f6): New function.
13507 * gdb.dwarf2/pieces.S: Replace.
13508
74de6778
TT
135092010-05-21 Tom Tromey <tromey@redhat.com>
13510
13511 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13512 Call it.
13513
afd74c5f
TT
135142010-05-21 Tom Tromey <tromey@redhat.com>
13515
13516 * gdb.dwarf2.pieces.exp: New file.
13517 * gdb.dwarf2.pieces.S: New file.
13518 * gdb.dwarf2.pieces.c: New file.
13519
a7b75dfd 135202010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13521 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
13522
13523 * lib/gdb.exp (gdb_test_no_output): New function.
13524 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13525 when testing commands that should produce no output.
13526
c81c812a
JB
135272010-05-17 Joel Brobecker <brobecker@adacore.com>
13528
13529 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13530 parameter that we want to watch being a constant.
13531
0cce5bd9
JB
135322010-05-17 Joel Brobecker <brobecker@adacore.com>
13533
13534 * gdb.ada/cond_lang: New testcase.
13535
47050449
JB
135362010-05-17 Joel Brobecker <brobecker@adacore.com>
13537
13538 * lib/gdb.exp (banned_variables): New variable/constant.
13539 (gdb_init): Add write trace on variables listed in banned_variables.
13540 (gdb_finish): Remove write traces on variables listed in
13541 banned_variables.
13542
77c01586
JB
135432010-05-17 Joel Brobecker <brobecker@adacore.com>
13544
13545 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13546 * gdb.cp/koenig.exp: Likewise.
13547
88d4aea7
PM
135482010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13549
889bf7c5 13550 PR python/11482
88d4aea7
PM
13551
13552 * gdb.python/py-value.exp (test_value_hash): New function.
13553
f5a010c0
PM
135542010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13555
13556 PR exp/11530.
13557 * gdb.base/gdb11530.c: New file.
13558 * gdb.base/gdb11530.exp: New file.
13559
8ef4892f
JK
135602010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13561
13562 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13563 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13564
7322dca9
SW
135652010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13566
13567 * gdb.cp/koenig.exp: New test.
13568 * gdb.cp/koenig.cc: New test program.
13569
02e7ea18
JB
135702010-05-05 Joel Brobecker <brobecker@adacore.com>
13571
13572 Remove the use of prms_id and bug_id throughout the testsuite.
13573
e1c34c5d
PM
135742010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13575
13576 PR exp/11349.
13577 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13578 use a reference local variable.
13579
8e1d0c49
JK
135802010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13581
13582 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13583 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13584 variable different_dir. Move debugfile into a full directory pathname
13585 under DIFFERENT_DIR.
13586 * lib/gdb.exp (separate_debug_filename): Remove.
13587 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13588 variable debug_dir and mkdir of it. Update function comments.
13589
e66408ed
PA
135902010-04-29 Pedro Alves <pedro@codesourcery.com>
13591
13592 PR gdb/11557
13593
13594 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13595 files.
13596
d7b32ed3
PM
135972010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13598
889bf7c5 13599 * gdb.python/py-param.exp: New File.
d7b32ed3 13600
6aecb9c2
JB
136012010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13602
13603 * gdb.base/default.exp: Fix "set language" test.
13604
bdf92a1c
PM
136052010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13606
13607 PR breakpoints/11531.
13608 * gdb.base/gdb11531.c: New file.
13609 * gdb.base/gdb11531.exp: New file.
13610
3f172e24
TT
136112010-04-26 Tom Tromey <tromey@redhat.com>
13612
13613 * gdb.base/completion.exp: Add tests for completion and deprecated
13614 commands.
13615
64af4c92
JK
136162010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13617
13618 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13619 (print /x char_array): Escape curly brackets.
13620
492928e4
JK
136212010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13622
13623 Fix deadlock on looped list of loaded shared objects.
13624 * gdb.base/solib-corrupted.exp: New.
13625
66d09542
DE
136262010-04-23 Doug Evans <dje@google.com>
13627
13628 * gdb.python/py-section-script.c: New file.
13629 * gdb.python/py-section-script.exp: New file.
13630 * gdb.python/py-section-script.py: New file.
13631
8bd10a10
CM
136322010-04-20 Chris Moller <cmoller@redhat.com>
13633
13634 PR 10179
13635
13636 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13637 * gdb.base/pr10179-a.c:
13638 * gdb.base/pr10179-b.c:
13639 * gdb.base/pr10179.exp: New files.
13640
c0201579
JK
136412010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13642
13643 Fix crashes on dangling display expressions.
13644 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13645 is SEP.
13646 (lib_flags): Remove the "debug" keyword.
13647 (libsepdebug): New variable for iterating new loop.
13648 (save_pf_prefix): New variable wrapping the loop.
13649 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13650 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13651
793b0ff8
PM
136522010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13653
13654 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13655
097f51f7
PM
136562010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13657
13658 PR stabs/11479.
13659 * gdb.stabs/gdb11479.exp: New file.
13660 * gdb.stabs/gdb11479.c: New file.
13661
9a22f0d0
PM
136622010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13663
13664 * gdb.base/charset.c (Strin16, String32): New variables.
13665 * gdb.base/charset.exp (gdb_test): Test correct display
13666 of 16 or 32 bit strings.
13667
136682010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
13669
13670 PR 9167
13671 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13672 * gdb.cp/pr9167.cc: New file.
13673 * gdb.cp/pr9167.exp: New file.
13674
13675
6e354e5e
PM
136762010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13677
13678 PR pascal/11492.
13679 * gdb.pascal/gdb11492.pas: New file.
13680 * gdb.pascal/gdb11492.exp: New file.
13681
be942545
JB
136822010-04-20 Joel Brobecker <brobecker@adacore.com>
13683
1667e6e3 13684 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 13685
0c3acc09
JB
136862010-04-20 Joel Brobecker <brobecker@adacore.com>
13687
13688 * gdb.ada/dyn_loc: New testcase.
13689
ec31cde5
CM
136902010-04-20 Chris Moller <cmoller@redhat.com>
13691
13692 PR 10867
889bf7c5 13693
ec31cde5
CM
13694 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13695 * gdb.cp/pr10687.cc: New file.
13696 * gdb.cp/pr10687.exp: New file.
13697
13698
ce4b0682
SDJ
136992010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13700 Sergio Durigan Junior <sergiodj@redhat.com>
13701
13702 * gdb.fortran/logical.exp: New testcase.
13703 * gdb.fortran/logical.f90: New file.
13704
3436961f
DE
137052010-04-19 Doug Evans <dje@google.com>
13706
13707 * gdb.base/help.exp (help source): Update expected output.
13708
4d836c09
JK
137092010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13710
13711 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13712 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13713 gdb_exit and return.
13714 (executable): New variable.
13715 (binfile): Use it.
13716
6149aea9
PA
137172010-04-19 Pedro Alves <pedro@codesourcery.com>
13718
13719 PR breakpoints/8554.
13720
13721 * gdb.trace/save-trace.exp: Adjust.
13722
ed41462c
L
137232010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13724
13725 PR corefiles/11511
13726 * gdb.arch/system-gcore.exp: New.
13727 * gdb.arch/gcore.c: Likewise.
13728
3f7b2faa
DE
137292010-04-15 Doug Evans <dje@google.com>
13730
fa33c3cd
DE
13731 * gdb.python/py-progspace.c: New file.
13732 * gdb.python/py-progspace.exp: New file.
13733
3f7b2faa
DE
13734 * gdb.base/source.exp: Add tests for "source -s".
13735
79f283fe
PM
137362010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13737
13738 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13739 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13740 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13741 * gdb.python/py-mi.exp: New test for to_string returning None.
13742
fc8eb08a
PM
137432010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13744
13745 * gdb.python/py-breakpoint.c: Make result global.
13746
26e197f6
JK
137472010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13748
13749 Fix non-GNU make compatibility.
13750 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13751
adc36818
PM
137522010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13753
13754 * gdb.python/py-breakpoint.exp: New File.
13755 * gdb.python/py-breakpoint.C: Ditto.
13756
64e17368
SS
137572010-04-08 Stan Shebs <stan@codesourcery.com>
13758
13759 * gdb.trace/actions.exp: Clear default-collect.
13760 * gdb.trace/save-trace.exp: Clear default-collect.
13761
fff5cc64
PM
137622010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13763
13764 * gdb.python/py-value: Add null string variable.
13765 (test_lazy_string): Test zero length, NULL address lazy
13766 strings.
13767
a055a187
L
137682010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13769
13770 * gdb.arch/i386-avx.c: New.
13771 * gdb.arch/i386-avx.exp: Likewise.
13772
13773 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13774
96e39866
DE
137752010-04-06 Doug Evans <dje@google.com>
13776
13777 * gdb.base/source-test.gdb: New file.
13778 * gdb.base/source.exp: Test source -v.
13779
5984a431
UW
137802010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13781
13782 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13783
ec8a089a
PM
137842010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13785
13786 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13787 within one line, unless it is followed by a double quote.
13788 * gdb.stabs/hppa.sed: Idem.
13789 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
13790 * gdb.stabs/weird.exp: Check for correct parsing of
13791 char and string constants.
ec8a089a
PM
13792 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13793 in .stabs to .stabx substitution.
13794
fce3c1f0
SS
137952010-04-05 Stan Shebs <stan@codesourcery.com>
13796
13797 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13798 constant global.
13799 * gdb.trace/tfile.exp: Try to print them.
13800
d77f58be
SS
138012010-04-04 Stan Shebs <stan@codesourcery.com>
13802
13803 * gdb.base/completion.exp: Update for new "info watchpoints".
13804 * gdb.base/default.exp: Ditto.
13805 * gdb.base/help.exp: Ditto.
13806 * gdb.base/watchpoint.exp: Ditto.
13807 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 13808
af54718e
SS
138092010-04-04 Stan Shebs <stan@codesourcery.com>
13810
13811 * gdb.trace/tfile.exp: Sharpen tfind test.
13812
74d1f91e
JK
138132010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13814
13815 * gdb.base/break-entry.exp: New.
13816
eb8e76db 138172010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 13818 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
13819
13820 * gdb.reverse/i386-sse-reverse.exp: New file.
13821 * gdb.reverse/i386-sse-reverse.c: New file.
13822
bf65cad8
PA
138232010-04-02 Pedro Alves <pedro@codesourcery.com>
13824
13825 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13826
fff87407
SS
138272010-04-01 Stan Shebs <stan@codesourcery.com>
13828
13829 * gdb.trace/actions.exp: Tweak expected output.
13830 * gdb.trace/while-stepping.exp: Tweak expected output.
13831
fe01d668
L
138322010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13833
13834 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13835
86b17b60
PA
138362010-04-01 Pedro Alves <pedro@codesourcery.com>
13837
13838 * gdb.base/commands.exp: Adjust.
13839 * gdb.cp/extern-c.exp: Adjust.
13840
2c58c0a9
PA
138412010-04-01 Pedro Alves <pedro@codesourcery.com>
13842
13843 * gdb.trace/collection.c (local_test_func): Define a local struct,
13844 and instanciate it.
13845
0db9b91c
PA
138462010-04-01 Pedro Alves <pedro@codesourcery.com>
13847
13848 * gdb.trace/collection.exp (gdb_collect_args_test)
13849 (gdb_collect_argarray_test): XFAIL the tests that assume the
13850 argarray argument's elements are collected.
13851
8072405b
JK
138522010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13853
13854 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13855 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13856
8bf6485c
SS
138572010-03-31 Stan Shebs <stan@codesourcery.com>
13858
13859 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13860 and tracepoint conditionals.
13861 (gdb_verify_tracepoints): Delete unused return.
13862
fd7f724a
KS
138632010-03-26 Keith Seitz <keiths@redhat.com>
13864
13865 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13866 appear in the output before main.
13867 Remove KFAIL for gdb/2215 aka bz 9320.
13868
8d9e7719
DE
138692010-03-30 Doug Evans <dje@google.com>
13870
0906dd0b
DE
13871 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13872 by dejagnu.
13873 * gdb.arch/amd64-dword.exp: Ditto.
13874
8d9e7719
DE
13875 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13876 match.
13877 (break printf): Ditto.
13878
1da644f0
SW
138792010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13880
13881 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13882 gcc < 4.4.
13883 * gdb.cp/shadow.exp: Ditto.
13884
a8121990
PA
138852010-03-29 Pedro Alves <pedro@codesourcery.com>
13886
13887 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13888 "tstart" is silent.
13889
6e79d367
PA
138902010-03-29 Pedro Alves <pedro@codesourcery.com>
13891
13892 * gdb.trace/collection.exp (executable): New.
13893 (binfile): Use it.
13894 (fpreg, spreg, pcreg): New.
13895 (test_register): Use gdb_test_multiple. Pass /x to print.
13896 (prepare_for_trace_test): New.
13897 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13898 (gdb_collect_args_test, gdb_collect_argstruct_test)
13899 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13900 prepare_for_trace_test.
13901 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13902 fpreg, spreg and pcreg.
13903 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13904 prepare_for_trace_test.
13905 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13906 try to detect tracing support here. Don't set breakpoints at
13907 `begin' or `end' here.
13908 <global scope>: Use clean_restart. Run to main before checking
13909 for tracing support. Check for for tracing support here.
13910
09248348
JK
139112010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13912
13913 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13914 " as $displacement" to "seen displacement message".
13915
d350db38
PA
139162010-03-28 Pedro Alves <pedro@codesourcery.com>
13917
13918 * gdb.trace/while-dyn.exp (executable): New variable.
13919 (binfile): Use it.
13920 (test_while_stepping): New function. Move most tests here. Call
13921 it once for each of the while-stepping, stepping and ws aliases.
13922
907af001
UW
139232010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13924
13925 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13926 that do not provide the tagless_struct type name at all.
13927 (test_print_anon_union): Do not check value of uninitialized
13928 union member. Do not use cp_test_ptype_class, so we can accept
13929 "long" as well as "long int".
13930
610197fd
PA
139312010-03-26 Pedro Alves <pedro@codesourcery.com>
13932
13933 * gdb.trace/tfile.c (tohex, bin2hex): New.
13934 (write_error_trace_file): Hexify error description.
13935
6c28cbf2
SS
139362010-03-25 Stan Shebs <stan@codesourcery.com>
13937
13938 * gdb.trace/tfile.c: Generate an additional trace file, improve
13939 portability.
13940 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13941 files in a better way.
13942
e62b8c7e
KS
139432010-03-25 Keith Seitz <keiths@redhat.com>
13944
13945 * gdb.java/jprint.exp: XFAIL printing of static class members
13946 because of GCC debuginfo problem.
13947
82ccf5a5
JK
139482010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13949
13950 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13951
293e2f9e
DJ
139522010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13953
13954 * gdb.base/completion.exp: Allow long instead of long int.
13955 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13956 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13957 variable p.
13958 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13959 * gdb.base/pointers.exp: Allow long instead of long int.
13960 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13961 * gdb.base/step-line.exp: Allow a directory before the source file name.
13962
95a42b64
TT
139632010-03-24 Tom Tromey <tromey@redhat.com>
13964
13965 PR breakpoints/9352:
13966 * gdb.base/default.exp: Update.
13967 * gdb.base/commands.exp: Update.
13968 * gdb.cp/extern-c.exp: Test setting commands on multiple
13969 breakpoints at once.
13970
2390201f
DJ
139712010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13972
13973 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13974 if gdb,nosignals.
13975 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13976 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13977 exited".
13978
8c9a6790
SS
139792010-03-24 Stan Shebs <stan@codesourcery.com>
13980
13981 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13982
a6c727b2
DJ
139832010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13984
13985 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13986 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13987 argument. Handle "short" and "long".
13988 (Top level): Pass overprototyped output for old_fptr and xptr.
13989
4dfd5423
PA
139902010-03-23 Pedro Alves <pedro@codesourcery.com>
13991
13992 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13993 format strings and add casts to avoid compiler warnings.
13994
139952010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
13996
13997 * lib/trace-support.exp (gdb_trace_setactions):
13998 Don't expect whitespace after ">" prompt.
13999 * gdb.trace/actions.exp: Adjust for output changes.
14000 * gdb.trace/while-stepping.exp: Likewise.
14001
c847d045
JK
140022010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14003
14004 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
14005 and r157645).
14006
5f717f1d
JK
140072010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14008
14009 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
14010 New.
14011
7d6d51d5
DJ
140122010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
14013
14014 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
14015 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
14016
3b11a015
SS
140172010-03-19 Stan Shebs <stan@codesourcery.com>
14018
14019 * gdb.trace/ax.exp: New file.
14020
d7d158ed
DE
140212010-03-19 Doug Evans <dje@google.com>
14022
6bb85cd1
DE
14023 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14024 output from gcc.
14025
d7d158ed
DE
14026 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14027 named /usr/sbin/prelink<foo>.
14028
4daf5ac0
SS
140292010-03-18 Stan Shebs <stan@codesourcery.com>
14030
14031 * gdb.trace/circ.exp: Test circular-trace-buffer.
14032 * gdb.trace/tfile.exp: Update tstatus test.
14033
e8d05480
JB
140342010-03-18 Joel Brobecker <brobecker@adacore.com>
14035
14036 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14037 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14038
441b986a
UW
140392010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14040
14041 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14042
4247603b
PA
140432010-03-18 Pedro Alves <pedro@codesourcery.com>
14044
14045 * gdb.base/default.exp: Adjust the expected output of the finish
14046 and until commands when the inferior is not being run.
14047
13387711
SW
140482010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14049
14050 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14051 * gdb.cp/nsusing.exp: Ditto.
14052
6e31430b
TT
140532010-03-15 Tom Tromey <tromey@redhat.com>
14054
14055 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14056 * gdb.cp/userdef.cc (operator==): New function.
14057 (main): New locals mem1, mem2.
14058
e2d69cb5
JZ
140592010-03-15 Jie Zhang <jie@codesourcery.com>
14060
14061 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14062 Declare and use new loadtimeout variable.
14063
f572f0a9
DJ
140642010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14065
14066 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14067 Use gdb_load later.
14068
51f4c0b0
PA
140692010-03-14 Pedro Alves <pedro@codesourcery.com>
14070
14071 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14072 literal. Add missing endlines to prints to stderr.
14073
1c809c68
TT
140742010-03-12 Tom Tromey <tromey@redhat.com>
14075
14076 PR c++/9708:
14077 * gdb.cp/m-static.exp: Add regression test.
14078 * gdb.cp/m-static.cc (method): New method.
14079 (main): Call it.
14080
00ae8fef
SW
140812010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14082
14083 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14084 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14085
759f0f0b
PA
140862010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14087
21e24d21
PA
14088 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14089
140902010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14091
759f0f0b
PA
14092 * lib/gdb.exp (skip_stl_tests): New.
14093 (gdb_compile): Symbian needs -ldl.
14094 (shlib_target_file): New.
14095 (shlib_symbol_file): New.
14096 (gdb_load_shlibs): Use shlib_target_file.
14097 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14098 * gdb.cp/exception.exp: Use skip_stl_tests.
14099 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14100 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14101 * gdb.cp/mb-templates.exp: Ditto.
14102 * gdb.base/commands.exp: Relax regexes.
14103 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14104 shlib_target_file and shlib_symbol_file.
14105 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14106 sections.
14107 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14108 * gdb.base/solib-disc.exp: Use
14109 shlib_target_file and shlib_symbol_file.
14110 * gdb.base/unload.exp: Don't skip on symbian. Use
14111 shlib_target_file and shlib_symbol_file.
14112 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14113
6a8f2671 141142010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 14115
6a8f2671
PA
14116 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14117 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14118 Issue a tfind end before looking for a tracepoint frame.
14119 * gdb.trace/tfind.exp: Adjust tstatus output.
14120 Adjust disassembly output.
14121 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14122
ccf26247
JK
141232010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14124
14125 * gdb.base/break-interp.exp: Create new displacement parameter value
14126 for the test_ld calls.
14127 (reach): New parameter displacement, verify its content. New push of
14128 pf_prefix "reach-$func:". Import global expect_out.
14129 (test_core): New parameter displacement, verify its content. New push
14130 of pf_prefix "core:". New command "set verbose on". Import global
14131 expect_out.
14132 (test_attach): New parameter displacement, verify its content. New
14133 push of pf_prefix "attach:". New command "set verbose on". Import
14134 global expect_out.
14135 (test_ld): New parameter displacement, pass it to the reach, test_core
14136 and test_attach calls and verify its content in the "ld.so exit" test.
14137 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14138 (prelink): Update expected text, use gdb_test.
14139
e469c7fb
DE
141402010-03-10 Doug Evans <dje@google.com>
14141
14142 * gdb.base/checkpoint.exp: Fix comment.
14143 Lengthen timeout while doing >600 checkpoints test.
14144 Rename duplicate "kill all one" test to keep test names unique.
14145
60e1c644
PA
141462010-03-10 Pedro Alves <pedro@codesourcery.com>
14147
14148 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14149
cec808ec
KS
141502010-03-08 Keith Seitz <keiths@redhat.com>
14151
889bf7c5
PA
14152 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14153 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14154 (dm_type_long): New function.
14155 (dm_type_unsigned_short): New function.
14156 (dm_type_unsigned_long): New function.
14157 (myint): New typedef.
14158 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14159 long, unsigned shor and long, operator char*, and typedef.
14160 (test_lookup_operator_functions): Add operator char* test.
14161 (test_paddr_operator_functions): Likewise.
14162 (test_paddr_overloaded_functions): Use probe values for
14163 short, long, and unsigned short and long.
14164 (test_paddr_hairy_functions): If the demangler probe detected
14165 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14166 demangler.
14167 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14168 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14169 and "print null_pmf".
14170 Add test "ptype a.*pmf".
14171 * gdb.cp/overload.exp: Allow optional "int" to appear with
14172 "short" and "long".
14173 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14174 long expect value for men_overload1arg.
14175 Allow "int" to appear with "short" and "long".
14176 When testing "info break", add argument for main (void).
14177 Also allow "int" to appear with "short" and "long".
14178 Ditto with "unsigned" and "long long".
cec808ec
KS
14179 * gdb.java/jmain.exp: Do not enclose methods names in single
14180 quotes.
14181 * gdb.java/jmisc.exp: Likewise.
14182 * gdb.java/jprint.exp: Likewise.
14183 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14184
14185 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14186 * gdb.cp/exception.exp (backtrace after first throw)
14187 (backtrace after second throw): Allow a namespace before __cxa_throw.
14188 (backtrace after first catch, backtrace after second catch): Allow
14189 a namespace before __cxa_begin_catch.
14190
14191 * gdb.cp/cpexprs.exp: New file.
14192 * gdb.cp/cpexprs.cc: New file.
14193
14194 From Daniel Jacobowitz <dan@codesourcery.com>
14195 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14196 to use string_to_regexp.
14197 (ctor, dtor): New functions. Use them to match constructor
14198 and destructor function types.
14199 (Top level): Use runto_main.
14200
f870a310
TT
142012010-03-05 Tom Tromey <tromey@redhat.com>
14202
14203 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14204 gdb.target_charset.
14205 (pp_ns.to_string): Likewise.
14206
0c199f28
KS
142072010-03-04 Keith Seitz <keiths@redhat.com>
14208
14209 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14210 can be quoted. Test that both the filename and function/line
14211 portions can be quoted at the same time.
14212
c7437ca6
PA
142132010-03-04 Pedro Alves <pedro@codesourcery.com>
14214
14215 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14216
b111b805
DE
142172010-03-03 Doug Evans <dje@google.com>
14218
24486cb7
DE
14219 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14220 libc contains libpthread.
14221
b111b805
DE
14222 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14223 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14224 of gdb_compile. Add another pattern to match android backtrace.
14225
a0e0ef55
TT
142262010-03-03 Tom Tromey <tromey@redhat.com>
14227
14228 PR gdb/11345:
14229 * gdb.base/printcmds.exp (test_printf): Add test.
14230
1ba53b71
L
142312010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14232
14233 * gdb.arch/amd64-byte.exp: New.
14234 * gdb.arch/amd64-dword.exp: Likewise.
14235 * gdb.arch/amd64-pseudo.c: Likewise.
14236 * gdb.arch/amd64-word.exp: Likewise.
14237 * gdb.arch/i386-byte.exp: Likewise.
14238 * gdb.arch/i386-pseudo.c: Likewise.
14239 * gdb.arch/i386-word.exp: Likewise.
14240
f5dff777
DJ
142412010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14242
14243 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14244 types. Add structreg, bitfields, and flags registers.
14245 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14246 registers.
14247
90884b2b
L
142482010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14249
14250 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14251 (load_description): Set architecture if defined.
14252
dc00d89f
PM
142532010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14254
14255 * gdb.python/py-frame.exp: Add read_var block tests.
14256 * gdb.python/py-frame.c (block): New function.
14257
0e095b7e
JK
142582010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14259 Daniel Jacobowitz <dan@codesourcery.com>
14260
14261 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14262
624f1a65
DM
142632010-02-25 David S. Miller <davem@davemloft.net>
14264
14265 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14266 fix logic for setting all_syscalls_numbers.
14267
f3e9a817
PM
142682010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14269
14270 * Makefile.in: Add py-block and py-symbol.
14271 * gdb.python/py-symbol.exp: New File.
14272 * gdb.python/py-symtab.exp: New File.
14273 * gdb.python/py-block.exp: New File.
14274 * gdb.python/py-symbol.c: New File.
14275 * gdb.python/py-block.c: New File.
14276
f6bbabf0
PM
142772010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14278
14279 PR python/11314
14280 * lib/gdb.exp (skip_python_tests): New function.
14281 * gdb.python/py-cmd.exp: Use skip_python_tests.
14282 * gdb.python/py-frame.exp: Likewise.
14283 * gdb.python/py-function.exp: Likewise.
14284 * gdb.python/py-prettyprint.exp: Likewise.
14285 * gdb.python/py-template.exp: Likewise.
14286 * gdb.python/py-type.exp: Likewise.
14287 * gdb.python/py-value.exp: Likewise.
14288
85d721b8
PA
142892010-02-22 Pedro Alves <pedro@codesourcery.com>
14290
14291 PR9605
14292
14293 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14294
48e32051
TT
142952010-02-19 Tom Tromey <tromey@redhat.com>
14296
14297 PR c++/8693, PR c++/9496:
14298 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14299 regression tests.
14300
ac9c0048
JK
143012010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14302
14303 Fix compatibility with m68k as.
14304 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14305 Use only /* comments */.
14306
57bb97a4
UW
143072010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14308
14309 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14310 * configure: Regenerate.
14311
7d1bf85c
DJ
143122010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14313
14314 * gdb.python/py-type.exp: Check for Python support.
14315
061b5285
PA
143162010-02-17 Pedro Alves <pedro@codesourcery.com>
14317
14318 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14319 `regsub' syntax available.
14320
f8a8bc2c
PA
143212010-02-17 Pedro Alves <pedro@codesourcery.com>
14322
14323 * gdb.base/shmain.c (main): Remove printf call.
14324 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14325 * gdb.base/unload.c (main): Make format of fprintf a string
14326 literal. Add missing endlines to prints to stderr.
14327 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14328
6f451e5e
TT
143292010-02-17 Tom Tromey <tromey@redhat.com>
14330
14331 * gdb.java/jprint.java (jprint.props): New field.
14332 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14333
12d79008
PA
143342010-02-17 Pedro Alves <pedro@codesourcery.com>
14335
ef801a0e 14336 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
14337 available.
14338
d252f7e5
DJ
143392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14340
14341 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14342 creation to support remote host testing.
14343
67bdab6c
DJ
143442010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14345
14346 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14347 Recognize "command not found".
14348
bb391223
DJ
143492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14350
14351 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14352 single-stepping.
14353
70362913
DJ
143542010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14355
14356 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14357 if arguments are not supported.
14358
493f3c00
DJ
143592010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14360
14361 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14362 be const or non-const.
14363
8034c749
DJ
143642010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14365
14366 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14367 mi_send_resuming_command to send -exec-continue.
14368
791dfb64
DJ
143692010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14370
14371 * gdb.base/list.exp (test_list_filename_and_function): Add test
14372 with single quotes.
14373 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14374 matching.
14375 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14376 Add KFAIL'd tests for PR gdb/11289.
14377
7c5fe868
DJ
143782010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14381
fdc498b8
DJ
143822010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14383
14384 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14385 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14386 a temporary directory.
14387
b519e2a6
DJ
143882010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14389
14390 * gdb.base/charset.exp: Use a single regular expression to match
14391 show host-charset and show target-charset output.
14392
74164c56
JK
143932010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14394
14395 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14396 "Illegal process-id" expect string more exact.
14397 (attach to digits-starting nonsense is prohibited): New.
14398
701ed6dc
JK
143992010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14400
14401 * gdb.base/prelink.exp (set verbose on): New.
14402
889bf7c5 144032010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
14404
14405 * mi-reverse.exp: New file. Test for reverse option to the
14406 following MI commands: exec-continue, exec-finish, exec-next,
14407 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 14408
dadf0e9c
JB
144092010-02-09 Joel Brobecker <brobecker@adacore.com>
14410
14411 * gdb.ada/ptype_tagged_param: New testcase.
14412
714f19d5
TT
144132010-02-08 Tom Tromey <tromey@redhat.com>
14414
14415 PR c++/8017:
14416 * gdb.cp/overload.exp: Add tests.
14417 * gdb.cp/overload.cc (struct K): New.
14418 (namespace N): New.
14419 (main): Call new functions.
14420 (K::staticoverload): Define.
14421
889bf7c5 144222010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
14423
14424 PR gdb/10728
14425 * gdb.cp/pr10728-x.h: New file.
14426 * gdb.cp/pr10728-x.cc: New file.
14427 * gdb.cp/pr10728-y.cc: New file.
14428 * gdb.cp/pr10728.exp: New file.
14429 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14430
889bf7c5 144312010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
14432
14433 PR gdb/9067
14434 * gdb.cp/pr9067.exp: New
14435 * gdb.cp/pr9067.cc: New
14436 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14437
7b356089
JB
144382010-02-08 Joel Brobecker <brobecker@adacore.com>
14439
14440 * lib/gdb.exp (gdb_test_timeout): New global variable.
14441 Set it to timeout if not already set.
14442 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14443
1be00882
DE
144442010-02-05 Doug Evans <dje@google.com>
14445
14446 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14447 user.
14448
82856980
SW
144492010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14450
14451 PR c++/7935:
14452 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14453
1a334831
TT
144542010-02-04 Tom Tromey <tromey@redhat.com>
14455
14456 * gdb.cp/virtbase.exp: Make test case names unique.
14457
9c3c02fd
TT
144582010-02-02 Tom Tromey <tromey@redhat.com>
14459
14460 * gdb.cp/virtbase.exp: Add regression tests.
14461 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14462 (main): Instantiate RHC.
14463
0cc2414c
TT
144642010-02-02 Tom Tromey <tromey@redhat.com>
14465
14466 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14467 type-printing change.
14468
edf3d5f3
TT
144692010-02-02 Tom Tromey <tromey@redhat.com>
14470
14471 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14472 * gdb.cp/virtbase.cc: New file.
14473 * gdb.cp/virtbase.exp: New file.
14474 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14475
e4b7f41c
JK
144762010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14477
14478 PR libc/11214:
14479 * gdb.threads/current-lwp-dead.c: Include features.h.
14480 (HAS_NOMMU): New.
14481 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14482
b381ea14
JK
144832010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.base/symbol-without-target_section.exp,
14486 gdb.base/symbol-without-target_section.c: New.
14487
c593ac0e
DJ
144882010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14489
14490 * gdb.base/bigcore.exp: Reset increased timeout.
14491 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14492
db25f29d
DJ
144932010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14494
14495 * gdb.base/gcore.exp (capture_command_output): Use
14496 gdb_test_multiple.
14497
f9d67f43
DJ
144982010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14499
14500 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14501 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14502 (Top level): Call it.
14503
177321bd
DJ
145042010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14505
14506 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14507
97f2ed50
DJ
145082010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14509
14510 * gdb.base/call-strs.exp, gdb.base/default.exp,
14511 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14512 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14513 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14514 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14515 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14516 * gdb.base/ending-run.exp: Correct restore of timeout.
14517 * gdb.base/page.exp: Remove unnecessary timeout setting.
14518
e4e2711a
JB
145192010-01-29 Joel Brobecker <brobecker@adacore.com>
14520
14521 * gdb.ada/rec_return: New testcase.
14522
ba581dc1
JB
145232010-01-29 Joel Brobecker <brobecker@adacore.com>
14524
14525 * gdb.ada/call_pn: New testcase.
14526
4ea95be9
DJ
145272010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14528
14529 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14530 (Top level): Use it to resume.
14531 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14532 the Thumb mode displaced stepping error as unsupported.
14533
df83a9bf
SW
145342010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14535
889bf7c5
PA
14536 * gdb.cp/nsusing.exp: Added more tests.
14537 * gdb.cp/nsrecurs.exp: Ditto.
14538 * gdb.cp/nsusing.cc: Added test functions.
14539 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 14540
40b27cdc
JK
145412010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14542
14543 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14544 absolute directory pathnames in gdb.sum file.
14545
de958931
SW
145462010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14547
14548 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14549 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14550
708ead4e
TT
145512010-01-26 Tom Tromey <tromey@redhat.com>
14552
14553 PR exp/7643:
14554 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14555 setup_kfail.
14556
b14e635e
SW
145572010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14558
14559 * gdb.cp/nsrecurs.exp: New test.
14560 * gdb.cp/nsrecurs.cc: New test program.
14561 * gdb.cp/nsstress.exp: New test.
14562 * gdb.cp/nsstress.cc: New test program.
14563 * gdb.cp/nsdecl.exp: New test.
14564 * gdb.cp/nsdecl.cc: New test program.
14565
8540c487
SW
145662010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14567
14568 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14569 imported into file scope.
14570 Marked test as xfail.
14571 * gdb.cp/namespace-using.cc (marker5): New function.
14572 * gdb.cp/shadow.exp: New test.
14573 * gdb.cp/shadow.cc: New test program.
14574 * gdb.cp/nsimport.exp: New test.
14575 * gdb.cp/nsimport.cc: New test program.
14576
421d5d99
TT
145772010-01-25 Tom Tromey <tromey@redhat.com>
14578
14579 PR gdb/11049:
14580 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14581 with "set print null-stop on".
14582
691f8dc1
JK
145832010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14584
14585 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14586 Adjust it for DISASSEMBLY_OMIT_FNAME.
14587
0b92b5bb
TT
145882010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14589
14590 PR symtab/11199:
14591 * gdb.dwarf2/member-ptr-forwardref.exp,
14592 gdb.dwarf2/member-ptr-forwardref.S: New.
14593
23787403
JK
145942010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14595
14596 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14597 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14598 thread1_tid_mutex. Remove gdbstop_mutex handling.
14599 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14600 thread2_tid_mutex. Remove gdbstop_mutex handling.
14601 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14602 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14603 pthread_cond_wait conditionalizations by while loops.
14604
b966cb8a
TT
146052010-01-20 Tom Tromey <tromey@redhat.com>
14606
14607 PR backtrace/10770:
14608 * gdb.dwarf2/pr10770.exp: New file.
14609 * gdb.dwarf2/pr10770.c: New file.
14610 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14611
fcae584b
VP
146122010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14613
14614 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14615 that target was removed, and the test always runs native anyway.
14616
a0f49112
JK
146172010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14618
14619 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14620 gdb.base/watchpoint-cond-gone-stripped.c: New.
14621
ceeb3d5a
TT
146222010-01-19 Tom Tromey <tromey@redhat.com>
14623
14624 PR c++/8000:
14625 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14626 existing tests.
14627 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14628 (main): Use AAA::SomeEnum.
14629
dd322c54
JK
146302010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14633 (test_ignore_count): Declare line_callme_body global.
14634 (run to breakpoint with ignore count): Use line_callme_body.
14635 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14636 (set line_main_hello, set line_main_return): Reindent.
14637 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14638 New.
14639 (continue to callee4): Use line_callee4_body.
14640 (check *stopped from CLI command): Use line_callee4_next.
14641 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14642 (set line_main_hello, set line_main_return): Reindent.
14643 (set line_callee4_head, set line_callee4_body): New.
14644 (continue to callee4): Use line_callee4_body.
14645
4e8f195d
TT
146462010-01-18 Tom Tromey <tromey@redhat.com>
14647
14648 PR c++/9680:
14649 * gdb.cp/casts.cc: Add new classes and variables.
14650 * gdb.cp/casts.exp: Test new operators.
14651
9e14a9ba
JB
146522010-01-18 Tom Tromey <tromey@redhat.com>
14653 Thiago Jung Bauermann <bauerman@br.ibm.com>
14654
14655 * gdb.python/source2.py: New file.
14656 * gdb.python/source1: New file.
14657 * gdb.python/python.exp: Test "source" command.
14658
00bf0b85
SS
146592010-01-15 Stan Shebs <stan@codesourcery.com>
14660
14661 * gdb.trace/tfile.c: New file.
14662 * gdb.trace/tfile.exp: New file.
889bf7c5 14663
55235ad7
JK
146642010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14665
14666 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14667
9f2982ff
JK
146682010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14669
14670 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14671
bbfba9ed
JK
146722010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14673
14674 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14675 (libfunc): New parameter action. Implement also selectable "sleep".
14676 * gdb.base/break-interp-main.c: Include assert.h.
14677 (libfunc): New parameter action.
14678 (main): New parameters argc and argv. Assert argc. Pass argv.
14679 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14680 (test_attach): New proc.
14681 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14682 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14683
61f0d762
JK
146842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14685
14686 * gdb.base/break-interp.exp (test_core): New proc.
14687 (test_ld): Call it.
14688
06a6f270
JK
146892010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14690
14691 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14692 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14693 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14694 and gdb_compile_shlib. Use new -Wl compiler options.
14695 (dl bt, main bt): New tests.
14696
51bee8e9
JK
146972010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14698
14699 Support PIEs with no symfile_objfile.
14700 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14701 (test_ld): New parameter trynosym.
14702 (test_ld <$trynosym>): New block.
14703
b8040f19
JK
147042010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14705
14706 * gdb.base/break-interp.exp: New file.
14707
be759fcf
PM
147082010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14709
14710 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14711 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14712 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14713 test.
14714 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14715 * gdb.python/py-mi.exp: Add lazy string test.
14716
dc146f7c
VP
147172010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14718
14719 * lib/mi-support.exp (mi_check_thread_states): Handle
14720 core number in thread listing.
14721
b4ba55a1
JB
147222010-01-12 Joel Brobecker <brobecker@adacore.com>
14723
14724 * gdb.base/maint.exp: Adjust the expected output for the
14725 "maint print type" test. Use gdb_test_multiple instead of
14726 gdb_sent/gdb_expect.
14727
08e24bd4
DE
147282010-01-11 Doug Evans <dje@google.com>
14729
6496a609
DE
14730 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14731 from gdbserver_download. All callers updated.
14732
08e24bd4
DE
14733 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14734
b5cfddf5
JK
147352010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14736
14737 Implement binary numbers parsing.
14738 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14739 (test_integer_literals_rejected): New binary tests.
14740
3725885a
RW
147412010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14742
14743 * gdb.cell/configure: Regenerate.
14744
37aeb5df
JK
147452010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14746
14747 * gdb.base/corefile.exp: Move the core finding block out and call it as
14748 core_find, new variable $corefile, replace corefile by $corefile and
14749 [file tail $corefile] for usage vs. test names resp.
14750 * lib/gdb.exp (core_find): Move it as a new function here. New
14751 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14752 $destcore. Return "" on error.
14753
d521f563
JK
147542010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14755
14756 Workaround PR binutils/10802.
14757 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14758 (twice).
14759
28f24826
DJ
147602010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14761
14762 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14763
2de75e71
JB
147642010-01-08 Joel Brobecker <brobecker@adacore.com>
14765
14766 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14767 call, to avoid interruption.
14768
fe00719b 147692010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
14770
14771 * gdb.stabs/weird.def (args93): New.
14772
d0ef5df8
DE
147732010-01-07 Doug Evans <dje@google.com>
14774
14775 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14776
3a08d52f
TT
147772010-01-07 Tom Tromey <tromey@redhat.com>
14778
14779 * gdb.base/source.exp: Use correct line number.
14780
7a697b8d
SS
147812010-01-05 Stan Shebs <stan@codesourcery.com>
14782
14783 * gdb.trace/tracecmd.exp: Test ftrace.
14784
7803799a
UW
147852010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14786
14787 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14788
c54eabfa
JK
147892010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14790
14791 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14792 "uint_for_mi_testing".
14793
02e7ef19
JB
147942010-01-01 Joel Brobecker <brobecker@adacore.com>
14795
14796 Test indented comment in file being sourced.
14797 * gdb.base/commands.exp: Test indented comment in file being sourced.
14798
abd775ce
JB
147992010-01-01 Joel Brobecker <brobecker@adacore.com>
14800
14801 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14802 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14803 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14804 notice.
14805
79b55b82
JB
148062010-01-01 Joel Brobecker <brobecker@adacore.com>
14807
14808 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14809 notice.
14810
8997583e
JK
148112010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14812
14813 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14814 missing $after_stopped and comma (,) expectation.
14815
6da95a67
SS
148162009-12-31 Stan Shebs <stan@codesourcery.com>
14817
14818 * gdb.trace/actions.exp: Test teval action.
889bf7c5 14819
218d2fc6
TJB
148202009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14821
14822 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14823 (top level): Call test_watchpoint_in_big_blob.
14824 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14825 watchpoints.
14826 (func3): Write to buf.
14827
236f1d4d
SS
148282009-12-29 Stan Shebs <stan@codesourcery.com>
14829
14830 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 14831
f61e138d
SS
148322009-12-28 Stan Shebs <stan@codesourcery.com>
14833
14834 * gdb.trace/tsv.exp: New file.
14835 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 14836
0219b378
DJ
148372009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14838
14839 * gdb.base/find.c (main): Reference search buffers.
14840 * gdb.base/included.c (main): Reference integer.
14841 * gdb.base/ptype.c (charfoo): Declare.
14842 (intfoo): Call charfoo.
14843 * gdb.base/scope0.c (useitp): New function.
14844 (usestatics): Use useitp.
14845 (useit): Add a type for val.
14846 * gdb.base/scope1.c (useit1): Take a pointer argument.
14847 (usestatics1): Update calls to useit1.
14848 * gdb.cp/call-c.cc: Declare foo.
14849 (main): Call foo.
14850 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14851 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14852 (main): Call C::ensureRefs and ensureOtherRefs.
14853 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14854 variables.
14855 (ensureOtherRefs): New function.
14856 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14857 * gdb.cp/templates.cc (main): Call t5i.value.
14858
3f78692f
JK
148592009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14860
14861 Fix compatibility with G++-4.5.
14862 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14863 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14864 (uncaught return): Remove.
14865
429374b8
JK
148662009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14867 Phil Muldoon <pmuldoon@redhat.com>
14868
14869 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14870 (bp_location13, bp_location14, bp_location17, bp_location18)
14871 (marker3_proto, marker4_proto): New variables.
14872 (breakpoint info): Update output.
14873 (run until breakpoint at marker3, run until breakpoint at marker4): New
14874 tests.
14875
859825b8
JK
148762009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14877
14878 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14879 Replace the printf call of Y by provided "y-set-1" label. New block
14880 for the second shared library.
14881 * gdb.base/unload.exp: Compile also the second library, call
14882 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14883 (single pending breakpoint info): Rename to ...
14884 (pending breakpoint info before run): ... this extended test.
14885 (libfile2, libname2, libsrcfile2, libsrc2)
14886 (lib_sl2): New variables.
14887 (exec_opts): Set also SHLIB_NAME2.
14888 (pending breakpoint info on first run at shrfunc1)
14889 (pending breakpoint info on second run at shrfunc1)
14890 (pending breakpoint info on second run at shrfunc2)
14891 (print y from libfile, print y from libfile2): New tests.
14892 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14893 * gdb.base/unloadshr2.c: New.
14894
e6a386cd
HZ
148952009-12-22 Hui Zhu <teawater@gmail.com>
14896
14897 * gdb.reverse/sigall-reverse.exp: Adjust.
14898
9e19b45e
VP
148992009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14900
14901 PR gdb/10884
14902
14903 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14904 (main): Call do_bitfield_tests.
aacf5b1e 14905 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 14906
d53a7b30
JB
149072009-12-20 Joel Brobecker <brobecker@adacore.com>
14908
14909 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14910 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14911 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14912 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14913 gdb.modula2/unbounded1.c: Update copyright header.
14914
191ca0a1
CM
149152009-12-10 Chris Moller <moller@mollerware.com>
14916
14917 PR gdb/9399
14918 * gdb.cp/virtfunc2.exp: New tests
14919 * gdb.cp/virtfunc2.cc: New tests
14920 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14921
0fa6cf1b
MS
149222009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14923
14924 * gdb.reverse/i387-env-reverse.c: New file.
14925 * gdb.reverse/i387-env-reverse.exp: New file.
14926 * gdb.reverse/i387-stack-reverse.c: New file.
14927 * gdb.reverse/i387-stack-reverse.exp: New file.
14928
361ae042
PM
149292009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14930
14931 * gdb.python/py-type.exp (test_range): New test.
14932
bfd31e71
PM
149332009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14934
14935 PR python/10805
14936
14937 * gdb.python/py-type.exp: New file.
14938 * gdb.python/py-type.c: New file.
14939 * Makefile.in: Add py-type.
14940
57a1d736
TT
149412009-12-03 Tom Tromey <tromey@redhat.com>
14942
14943 * gdb.python/py-value.exp (test_parse_and_eval): New
14944 function.
14945
1f3b5d1b
PP
149462009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14947
14948 PR gdb/11022
14949
14950 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
14951 * gdb.base/pr11022.c: New test.
14952
8b7dbdc9
JK
149532009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14954
14955 Fix spurious false FAILs.
14956 * gdb.base/structs.c (chartest): New.
14957 (main): Fill-in chartest.
14958 * gdb.base/structs.exp (anychar_re, first): New.
14959 (start_structs_test): Import global anychar_re and first.
14960 New gdb_test call "set print elements 300; ${testfile}"
14961 (start_structs_test <$first>): New block.
14962 (any): Import global anychar_re. New variable ac. Use ${ac}.
14963
6a53b2ec
JK
149642009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14965
14966 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14967
d7167b4c
JK
149682009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14969
14970 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14971 Force $srcfile file.
14972 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14973
b1798462
UW
149742009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14975
14976 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14977 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14978 * gdb.threads/watchthreads-reorder.exp: Likewise.
14979
b6199126
DJ
149802009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14981
14982 PR gdb/8704
14983
14984 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14985 "if", and "thread". Correct matching in the previous test.
14986
b22a0510
DJ
149872009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14988
14989 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14990
930636d2
MS
149912009-11-23 Michael Snyder <msnyder@vmware.com>
14992
14993 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14994 * gdb.reverse-watch-precsave.exp: Ditto.
14995
21a0512e
PP
149962009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14997
14998 * gdb.asm/asm-source.exp: Adjust.
14999 * gdb.base/help.exp: Adjust.
889bf7c5 15000
fc30d5e0
PA
150012009-11-22 Pedro Alves <pedro@codesourcery.com>
15002
15003 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
15004 (do_syscall_tests_without_xml): Set data-directory to
15005 /the/path/to/nowhere.
15006
f6bc2008
PA
150072009-11-21 Pedro Alves <pedro@codesourcery.com>
15008
15009 * gdb.threads/local-watch-wrong-thread.c,
15010 gdb.threads/local-watch-wrong-thread.exp: New files.
15011
8c2fb5de
PA
150122009-11-21 Pedro Alves <pedro@codesourcery.com>
15013
15014 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
15015 assume new `regsub' syntax available.
15016
ebec9a0f
PA
150172009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15018
a79d3c27
JK
15019 * gdb.base/watchpoint-hw-hit-once.exp,
15020 gdb.base/watchpoint-hw-hit-once.c: New.
15021
150222009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15023
15024 * gdb.threads/watchthreads-reorder.exp,
15025 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 15026
276a961b
MK
150272009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15028
15029 * gdb.xml/tdesc-regs.exp: Use for m68k.
15030
4867c1fb
PA
150312009-11-15 Pedro Alves <pedro@codesourcery.com>
15032
15033 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15034
f6838f81
DJ
150352009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15036
15037 * lib/gdb.exp (current_target_name): New procedure.
15038 (gdb_wrapper_target): New variable.
15039 (gdb_wrapper_init): Set gdb_wrapper_target.
15040 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15041 wrapper.
15042
4ac4dd3f
DJ
150432009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15044
15045 * gdb.base/remote.exp: Delete the slowest load test.
15046 Do not load with fixed packet sizes.
15047
a7881759
DJ
150482009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15049
15050 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15051
97a5b505
DJ
150522009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15053
15054 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15055 srcfile when setting a breakpoint.
15056
d3e1fc54
DJ
150572009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15058
15059 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15060 macros.
15061
7cbcbded
DJ
150622009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15063
15064 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15065 to be in memory.
15066 * gdb.base/display.c (force_mem): New.
15067 (do_loops): Use it. Add breakpoint comments.
15068 (do_vars): Add a breakpoint comment.
15069 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15070 line numbers.
15071
bdea3a92
NF
150722009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15073
15074 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15075 instead of a bare "run".
15076
269f82e5
PP
150772009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15078
15079 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 15080
a69b7d9d
DJ
150812009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15082
15083 * lib/cell.exp (skip_cell_tests): Clean up test files before
15084 returning.
15085
b598bfda
DJ
150862009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15087
15088 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15089 and the breakpoint menu. Do not call perror if a prompt is seen.
15090 Consume the following GDB prompt.
15091 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15092 * gdb.cp/namespace.exp: Use gdb_test.
15093 * gdb.cp/templates.exp: Use gdb_test.
15094 (test_template_breakpoints): Use gdb_test_multiple.
15095
87728fa0
DJ
150962009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15097
15098 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15099 (marker4): Reference values.
15100
b67c692f
DJ
151012009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15102
15103 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15104 is missing.
15105
f0df251a
DJ
151062009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15107
15108 * gdb.base/break.c (need_malloc): New.
15109 * gdb.base/constvars.c (main): Reference crass and crisp.
15110 * gdb.base/gdb1821.c (main): Reference bar.
15111 * gdb.cp/gdb1355.cc (main): Reference s1.
15112 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15113 (main): Call them.
15114 * gdb.cp/hang2.cc (dummy2): Define.
15115 * gdb.cp/hang3.cc (dummy3): Define.
15116 * gdb.cp/m-data.cc (main): Reference shadow.
15117
bdf7534a
NF
151182009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15119 Nathan Froyd <froydnj@codesourcery.com>
15120
15121 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15122 remote host.
15123
f24fce77
NF
151242009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15125
15126 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15127 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15128 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15129 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15130 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15131 * gdb.dwarf2/dw2-producer.exp: Likewise.
15132 * gdb.dwarf2/mac-fileno.exp: Likewise.
15133 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15134 py-prettyprint.py to the remote host.
15135 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15136
40f0318e
KS
151372009-11-11 Keith Seitz <keiths@redhat.com>
15138
15139 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15140 use it instead of "Foo".
15141 * gdb.cp/classes.exp (do_tests): Add a test to access
15142 a method through a typedef'd class name.
15143
f3d9f7fb
NF
151442009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15145
15146 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15147 exponents.
15148 * gdb.base/pointers.exp: Likewise.
15149 * gdb.cp/ref-types.exp: Likewise.
15150
a4216f37
KS
151512009-11-11 Keith Seitz <keiths@redhat.com>
15152
15153 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15154 new[] and delete[].
15155 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15156 "void".
15157 (probe_demangler): Remove all single-quoting of
15158 method and variable names.
15159 (info_func_regexp): Remove the word "void" from any
15160 occurrence of "(void)".
15161 (print_addr_2): Remove all single-quoting of
15162 method names.
15163 (print_addr_2_kfail): Likewise.
15164 (print_addr): Single-quote C function names before
15165 passing to print_addr_2.
15166 (test_paddr_operator_functions): Remove single-quoting
15167 for method names.
15168 Add tests for operator new[] and operator delete[].
15169
9b14d7aa
JK
151702009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15171
15172 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15173
85feb311
KS
151742009-11-09 Keith Seitz <keiths@redhat.com>
15175
15176 * gdb.cp/overload.exp: Add tests for resolving overloaded
15177 methods in expression parsing/evaluation.
15178
fa335448
DJ
151792009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15180
15181 * lib/gdb.exp (default_gdb_version): Use --version instead of
15182 --command.
15183
ec3c07fc
NS
151842009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15185
15186 * lib/gdb.exp (gdb_compile_test): New.
15187 (skip_ada_tests, skip_java_tests): New.
15188 (gdb_compile): Use gdb_compile_test for f77.
15189 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15190 * lib/java.exp (compile_java_from_source): Remove runtests check,
15191 use gdb_compile_test to record result.
15192 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15193 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15194 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15195 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15196 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15197 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15198 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15199 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15200 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15201 adjust gdb_compile invocations.
15202
b8b4e42b
JK
152032009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15204
15205 * Makefile.in (abs_builddir): New.
15206 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15207 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15208 `$(abs_builddir)/site.exp'.
15209
f8b7eaf3
DJ
152102009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15211
15212 * config/m68k-emc.exp, lib/emc-support.exp,
15213 gdb.trace/gdb_c_test.c: Delete.
15214 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15215 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15216 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15217 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15218 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15219 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15220 casing for m68k-*-elf.
15221
c4187697
NS
152222009-11-03 Pedro Alves <pedro@codesourcery.com>
15223
15224 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15225 * gdb.arch/i386-prologue.exp: Likewise.
15226 * gdb.arch/i386-unwind.exp: Likewise.
15227
db16b772
DJ
152282009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15229
15230 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15231
bcf71277
DJ
152322009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15233
15234 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15235
0105cee2
DJ
152362009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15237
15238 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15239
24ddea62
JK
152402009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15241
15242 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15243
287ccc17
JK
152442009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15245
15246 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15247 * gdb.base/sepdebug2.c: New file.
15248
08bca259 152492009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
15250
15251 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15252 the modified warnings for catch syscall. Verify if GDB was compiled
15253 with support for lib expat, and choose which tests to run depending
15254 on this.
15255
5d4e2b76
VP
152562009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15257
15258 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15259 that composite commands are parsed OK. And also test
15260 that breakpoint commands do work.
15261
240e538a
MS
152622009-10-23 Michael Snyder <msnyder@vmware.com>
15263
15264 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15265 to allow for new disassembly style.
15266
9c419145
PP
152672009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15268
15269 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 15270
02506ff1
MS
152712009-10-22 Michael Snyder <msnyder@vmware.com>
15272
15273 * gdb.reverse/break-precsave.exp: New test.
15274 * gdb.reverse/consecutive-precsave.exp: Ditto.
15275 * gdb.reverse/finish-precsave.exp: Ditto.
15276 * gdb.reverse/i386-precsave.exp: Ditto.
15277 * gdb.reverse/machinestate-precsave.exp: Ditto.
15278 * gdb.reverse/sigall-precsave.exp: Ditto.
15279 * gdb.reverse/solilb-precsave.exp: Ditto.
15280 * gdb.reverse/step-precsave.exp: Ditto.
15281 * gdb.reverse/until-precsave.exp: Ditto.
15282 * gdb.reverse/watch-precsave.exp: Ditto.
15283
4cf866a3
MS
152842009-10-22 Michael Snyder <msnyder@vmware.com>
15285
15286 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15287 for gdb_expect. Adjust one test's expect strings for the new
15288 format of disassemble.
15289 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15290 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15291 gdb_test_multiple.
15292 * gdb.reverse/step-reverse.exp: Delete 'return'.
15293 * gdb.reverse/until-reverse.exp: Delete blank lines.
15294 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15295
2b28d209
PP
152962009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15297
15298 * gdb.base/consecutive.exp: Adjust.
15299 * gdb.base/display.exp: Likewise.
15300 * gdb.base/pc-fp.exp: Likewise.
15301 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 15302
33b9c32b
MS
153032009-10-19 Michael Snyder <msnyder@vmware.com>
15304
15305 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15306 * gdb.reverse/finish-reverse.c: Ditto.
15307 * gdb.reverse/sigall-reverse.c: Ditto.
15308 * gdb.reverse/solib-reverse.c: Ditto.
15309 * gdb.reverse/step-reverse.c: Ditto.
15310 * gdb.reverse/watch-reverse.c: Ditto.
15311
6c95b8df
PA
153122009-10-19 Pedro Alves <pedro@codesourcery.com>
15313 Stan Shebs <stan@codesourcery.com>
15314
15315 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15316 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15317 "Executing new program".
15318 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15319 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15320 left listed after having been killed.
15321 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15322 * gdb.base/maint.exp: Adjust test.
15323
15324 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15325 * gdb.multi/Makefile.in: New.
15326 * gdb.multi/base.exp: New.
15327 * gdb.multi/goodbye.c: New.
15328 * gdb.multi/hangout.c: New.
15329 * gdb.multi/hello.c: New.
15330 * gdb.multi/bkpt-multi-exec.c: New.
15331 * gdb.multi/bkpt-multi-exec.exp: New.
15332 * gdb.multi/crashme.c: New.
15333
279017b7
TG
153342009-10-13 Tristan Gingold <gingold@adacore.com>
15335
15336 * gdb.base/sepdebug.exp: Check debug info are found.
15337
0413d738
PA
153382009-10-08 Pedro Alves <pedro@codesourcery.com>
15339
15340 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15341 bits.
15342
c628eecc
JK
153432009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15344
15345 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15346
38af1bfe
JB
153472009-10-07 Joel Brobecker <brobecker@adacore.com>
15348
15349 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15350 of the comments.
15351
2b0adecd
PM
153522009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15353
15354 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15355 * gdb.base/annota3.exp: Idem.
15356 * gdb.base/maint.exp: Idem.
15357
8d417781
PM
153582009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15359
889bf7c5 15360 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
15361 to default.
15362
bb61102d
PM
153632009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15364
889bf7c5 15365 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
15366 mingw and cygwin targets.
15367
ace5c364
PM
153682009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15369 Pedro Alves <pedro@codesourcery.com>
15370
889bf7c5 15371 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
15372 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15373
c2d494a0
PM
153742009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15375
e1b52ce2
PM
15376 * gdb.base/shr1.c: Use %p in format string.
15377 * gdb.base/unload.c: Avoid warning in fprintf.
15378 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 15379
209f53f5
PM
153802009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15381
15382 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15383 long type.
15384 (test_unlink): Correct printf string.
15385 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15386 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15387
8172766a
JK
153882009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15391 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15392 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15393
0f73703c
UW
153942009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15395
15396 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15397 * gdb.objc/nondebug.exp: Likewise.
15398
b32306ca
UW
153992009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15400
15401 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15402 target_info setting.
15403
15404 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15405 that detect new threads during "info threads".
15406
0057022f
UW
154072009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15408
15409 * gdb.threads/manythreads.c (main): Increase thread stack size
15410 to 2*PTHREAD_STACK_MIN.
15411 * gdb.threads/multi-create.c (main): Likewise.
15412 (create_function): Likewise.
15413
f29c0325
UW
154142009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15415
15416 * gdb.base/dump.exp: Pass difference of pointer types instead
15417 of integer types as offset to restore in intarr3.srec case.
15418
fcb34849
UW
154192009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15420
15421 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15422
d5142e3b
UW
154232009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15424
15425 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15426
087b74b2 154272009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 15428
087b74b2
PM
15429 New test for two watchpoints, with disabling of
15430 the first inserted.
15431 * testsuite/gdb.base/watchpoints.c: New file.
15432 * testsuite/gdb.base/watchpoints.exp: New file.
15433
96c07c5b
TT
154342009-09-25 Tom Tromey <tromey@redhat.com>
15435
15436 * gdb.base/charset.exp: Test utf-16 strings with Python.
15437
b8899f2b
TT
154382009-09-25 Tom Tromey <tromey@redhat.com>
15439
15440 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15441 UCS-4.
15442 * gdb.base/charset.c (utf_32_string): Rename.
15443 (init_utf32): Rename.
15444 (main): Update.
15445
329719ec
TT
154462009-09-22 Tom Tromey <tromey@redhat.com>
15447
15448 * gdb.python/py-function.exp: Add regression tests.
15449
11ef0d76
KS
154502009-09-21 Keith Seitz <keiths@redhat.com>
15451
15452 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15453 with invalid operator.
15454
3fe8f3b3
KS
154552009-09-21 Keith Seitz <keiths@redhat.com>
15456
15457 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15458 and destructor using typedef name of class.
15459 * gdb.cp/classes.cc (class Base1): Add a destructor.
15460 (base1): New typedef.
15461 (use_methods): Instanitate an object of type base1.
15462 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15463 (do_tests): Call test_template_typedef.
15464 * gdb.cp/templates.cc (Baz::~Baz): New method.
15465 (intBazOne): New typedef.
15466 (main): Instantiate intBazOne.
15467
7a9fe101
PM
154682009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15469
15470 PR python/10633
15471
15472 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15473 Function.
15474 (run_lang_tests): Add print elements test.
15475
2e4d963f
PM
154762009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15477
15478 * gdb.python/py-value.exp (test_subscript_regression): New
15479 function. Test for invalid subscripts.
15480 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15481 (ptr_ref): New function.
15482
ec7e75e7
PP
154832009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15484
15485 * gdb.base/default.exp: Fix "show convenience".
15486
0cc7d26f
TT
154872009-09-15 Tom Tromey <tromey@redhat.com>
15488
15489 * lib/mi-support.exp (mi_create_varobj): Update.
15490 (mi_create_floating_varobj): Likewise.
15491 (mi_create_dynamic_varobj): New proc.
15492 (mi_varobj_update): Update.
15493 (mi_varobj_update_with_type_change): Likewise.
15494 (mi_varobj_update_kv_helper): New proc.
15495 (mi_varobj_update_dynamic_helper): Rewrite.
15496 (mi_varobj_update_dynamic): New proc.
15497 (mi_list_varobj_children): Update.
15498 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15499 * gdb.python/python-prettyprint.py (pp_outer): New class.
15500 (pp_nullstr): Likewise.
15501 (lookup_function): Register new printers.
15502 * gdb.python/python-prettyprint.c (struct substruct): New type.
15503 (struct outerstruct): Likewise.
15504 (substruct_test): New function.
15505 (struct nullstr): New type.
15506 (string_1, string_2): New globals.
15507 (main): Add new tests.
15508 * gdb.python/python-mi.exp: Added regression tests.
15509 * gdb.mi/mi2-var-display.exp: Update.
15510 * gdb.mi/mi2-var-cmd.exp: Update.
15511 * gdb.mi/mi2-var-child.exp: Update.
15512 * gdb.mi/mi2-var-block.exp: Update.
15513 * gdb.mi/mi-var-invalidate.exp: Update.
15514 * gdb.mi/mi-var-display.exp: Update.
15515 * gdb.mi/mi-var-cmd.exp: Update.
15516 * gdb.mi/mi-var-child.exp: Update.
15517 * gdb.mi/mi-var-block.exp: Update.
15518 * gdb.mi/mi-break.exp: Update.
15519 * gdb.mi/gdb701.exp: Update.
15520
a96d9b2e
SDJ
155212009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15522
15523 * Makefile.in: Inclusion of catch-syscall object.
15524 * gdb.base/catch-syscall.c: New file.
15525 * gdb.base/catch-syscall.exp: New file.
15526
b43b923a
MS
155272009-09-12 Michael Snyder <msnyder@vmware.com>
15528
15529 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15530 that can support reverse debuggnig.
15531
cec03d70
TT
155322009-09-11 Tom Tromey <tromey@redhat.com>
15533
15534 * gdb.dwarf2/valop.S: New file.
15535 * gdb.dwarf2/valop.exp: New file.
15536
e23bb3fc
MK
155372009-09-11 Mark Kettenis <kettenis@gnu.org>
15538
15539 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15540
37c3696d
DE
155412009-09-10 Doug Evans <dje@google.com>
15542
15543 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15544 Add $gdb_prompt to second breakpoint regexp.
15545
5172aecb
JB
155462009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15547
15548 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15549 names, add missing ones.
15550 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15551 * gdb.python/py-frame.c: Rename from python-frame.c.
15552 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15553 testfile name.
15554 * gdb.python/py-function.exp: Rename from python-function.exp.
15555 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15556 testfile name.
15557 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15558 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15559 Adjust testfile name.
15560 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15561 * gdb.python/py-template.cc: Rename from python-template.cc.
15562 * gdb.python/py-template.exp: Rename from python-template.exp.
15563 Adjust testfile name.
15564 * gdb.python/py-value.c: Rename from python-value.c.
15565 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15566 testfile name.
15567
b554e4bd
JK
155682009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15569
15570 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15571 $bpt2address.
15572 (Second breakpoint address is valid on ia64)
15573 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15574
9a68ae16
JM
155752009-09-03 Joseph Myers <joseph@codesourcery.com>
15576
15577 * gdb.base/ending-run.exp: Restrict regular expression matching
15578 line number to require closing brace following.
15579
146b9145
DE
155802009-09-03 Doug Evans <dje@google.com>
15581
15582 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15583
787d21e1
TT
155842009-09-02 Tom Tromey <tromey@redhat.com>
15585
15586 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15587
e7802207
TT
155882009-09-02 Tom Tromey <tromey@redhat.com>
15589
15590 * gdb.dwarf2/callframecfa.exp: New file.
15591 * gdb.dwarf2/callframecfa.S: New file.
15592
817aadd2
JK
155932009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15594
15595 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15596 gdb.base/solib-overlap-main.c: New.
15597
4a76eae5
DJ
155982009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15599
15600 PR gdb/10565
15601
15602 * gdb.base/bitfields.c (struct container, container): New.
15603 (main): Initialize it and call break5.
15604 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15605
d4b96c9a
JK
156062009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15607
15608 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15609 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15610
4e22772d
JK
156112009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15612
15613 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15614
2efab443
MS
156152009-08-26 Michael Snyder <msnyder@vmware.com>
15616
15617 * gdb.base/i386-reverse.c: New file.
15618 * gdb.base/i386-reverse.exp: New file.
15619 * gdb.base/Makefile.in: Add new files to be removed.
15620
07ab73a0
JM
156212009-08-26 Joseph Myers <joseph@codesourcery.com>
15622
15623 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15624 environment-pwd for remote host.
15625 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15626
676accff
KS
156272009-08-24 Keith Seitz <keiths@redhat.com>
15628
15629 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15630 Add two new C++ completer tests which limit the output to a
889bf7c5 15631 given class.
676accff 15632
f9f7ad22
MS
156332009-08-24 Michael Snyder <msnyder@vmware.com>
15634
15635 * gdb.base/del.exp: Fix typo in comment.
15636 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15637
81ecdfbb
RW
156382009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15639
15640 * configure: Regenerate.
15641 * gdb.hp/configure: Likewise.
15642 * gdb.hp/gdb.aCC/configure: Likewise.
15643 * gdb.hp/gdb.base-hp/configure: Likewise.
15644 * gdb.hp/gdb.compat/configure: Likewise.
15645 * gdb.hp/gdb.defects/configure: Likewise.
15646 * gdb.hp/gdb.objdbg/configure: Likewise.
15647 * gdb.stabs/configure: Likewise.
15648
cab0c772
UW
156492009-08-19 Doug Evans <dje@google.com>
15650
15651 * gdb.base/gdbvars.c: New file.
15652 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15653
b8fa0bfa
PA
156542009-08-14 Pedro Alves <pedro@codesourcery.com>
15655
15656 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15657 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15658
b84aa90a
PA
156592009-08-13 Pedro Alves <pedro@codesourcery.com>
15660
15661 * gdb.base/default.exp: Adjust "set language test": it's now an
15662 enum command. Larger help string moved to "help set language".
15663 * gdb.base/help.exp: Adjust "help set language" expected output,
15664 now lists all known languages.
15665
0d8f9b2c
NF
156662009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15667
15668 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15669 all frame arguments.
15670 * gdb.arch/altivec-regs.exp: Likewise.
15671
bda180e0
TT
156722009-08-07 Tom Tromey <tromey@redhat.com>
15673
15674 * gdb.base/setshow.exp: Add tests for changes to set language, set
15675 check range, and set check type.
15676
48cb2d85
VP
156772009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15678
15679 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15680 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 15681 Call it.
48cb2d85 15682
1ea34204
UW
156832009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15684
15685 * configure.ac: Run gdb.cell tests when appropriate.
15686 * configure: Regenerate.
15687 * lib/cell.exp: New file.
15688 * gdb.cell: New directory.
15689 * gdb.cell/configure.ac: New file.
15690 * gdb.cell/configure: New file.
15691 * gdb.cell/Makefile.in: New file.
15692 * gdb.cell/arch.exp: New file.
15693 * gdb.cell/break.c: New file.
15694 * gdb.cell/break.exp: New file.
15695 * gdb.cell/break-spu.c: New file.
15696 * gdb.cell/bt.c: New file.
15697 * gdb.cell/bt2-spu.c: New file.
15698 * gdb.cell/bt-spu.c: New file.
15699 * gdb.cell/bt.exp: New file.
15700 * gdb.cell/coremaker.c: New file.
15701 * gdb.cell/coremaker-spu.c: New file.
15702 * gdb.cell/core.exp: New file.
15703 * gdb.cell/gcore.exp: New file.
15704 * gdb.cell/data.c: New file.
15705 * gdb.cell/data.exp: New file.
15706 * gdb.cell/data-spu.c: New file.
15707 * gdb.cell/ea-cache.exp: New file.
15708 * gdb.cell/ea-cache.c: New file.
15709 * gdb.cell/ea-cache-spu.c: New file.
15710 * gdb.cell/ea-standalone.c: New file.
15711 * gdb.cell/ea-standalone.exp: New file.
15712 * gdb.cell/ea-test.c: New file.
15713 * gdb.cell/ea-test.exp: New file.
15714 * gdb.cell/f-regs.exp: New file.
15715 * gdb.cell/mem-access.c: New file.
15716 * gdb.cell/mem-access.exp: New file.
15717 * gdb.cell/mem-access-spu.c: New file.
15718 * gdb.cell/ptype.exp: New file.
15719 * gdb.cell/registers.exp: New file.
15720 * gdb.cell/size.c: New file.
15721 * gdb.cell/sizeof.exp: New file.
15722 * gdb.cell/size-spu.c: New file.
15723 * gdb.cell/solib.exp: New file.
15724 * gdb.cell/solib-symbol.exp: New file.
15725
85e747d2
UW
157262009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15727
15728 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15729
58d6951d
DJ
157302009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15731
15732 * gdb.base/float.exp: Handle VFP registers.
15733
6e0a4f15
MS
157342009-07-14 Michael Snyder <msnyder@vmware.com>
15735
dcd5da87
MS
15736 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15737 to bring gdb to the beginning of the calling line.
15738
6e0a4f15
MS
15739 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15740 confusing the i386 epilogue unwinder.
15741
782b2b07
SS
157422009-07-14 Stan Shebs <stan@codesourcery.com>
15743
15744 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15745
f662c3bc
MS
157462009-07-14 Michael Snyder <msnyder@vmware.com>
15747
15748 * gdb.reverse/step-reverse.exp (stepi into function call):
15749 Call instruction may not be first instruction in the line.
15750 (reverse stepi from a function call): Used wrong line number.
15751
8f313923
JK
157522009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15753
15754 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15755
4662c76e
JK
157562009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15757
15758 Fix gdb.base/macscp.exp when using custom inputrc.
15759 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15760 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15761 env(TERM) set.
15762 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15763 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15764
aa81e255
JK
157652009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15766
15767 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15768 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15769 Change the compilation target to match the testcase name.
15770 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15771 testcase name.
15772 * a2-run.exp: Use for setup prepare_for_testing. Change the
15773 compilation target to match the testcase name.
15774 * gdb.base/commands.exp: Likewise.
15775 * gdb.base/finish.exp: Likewise.
15776 * gdb.base/float.exp: Likewise.
15777 * gdb.base/info-target.exp: Likewise.
15778 * gdb.base/relational.exp: Likewise.
15779 * gdb.base/term.exp: Likewise.
15780 * gdb.base/until.exp: Likewise.
15781 * gdb.base/volatile.exp: Likewise.
15782 * gdb.base/whatis-exp.exp: Likewise.
15783
4c93b1d7
HZ
157842009-07-11 Hui Zhu <teawater@gmail.com>
15785
15786 * gdb.base/help.exp (disassemble): Update expected help text.
15787
812f7342
TT
157882009-07-09 Tom Tromey <tromey@redhat.com>
15789
15790 * lib/gdb.exp: Handle TRANSCRIPT.
15791 (remote_spawn, remote_close, send_gdb): New procs.
15792
fbb8f299
PM
157932009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15794
15795 * gdb.python/python-prettyprint.c: Add counted null string
15796 structure.
15797 * gdb.python/python-prettyprint.exp: Print null string. Test for
15798 embedded nulls.
15799 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15800 * gdb.python/python-value.exp (test_value_in_inferior): Add
15801 variable length string fetch tests.
15802 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15803
c0ac0ec7
JK
158042009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15805
15806 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15807
30b66ecc
TT
158082009-07-07 Tom Tromey <tromey@redhat.com>
15809
15810 * gdb.base/call-rt-st.exp: Update for change to escape output.
15811 * gdb.base/callfuncs.exp: Likewise.
15812 * gdb.base/charset.exp: Likewise.
15813 * gdb.base/constvars.exp: Likewise.
15814 * gdb.base/long_long.exp: Likewise.
15815 * gdb.base/pointers.exp: Likewise.
15816 * gdb.base/printcmds.exp: Likewise.
15817 * gdb.base/setvar.exp: Likewise.
15818 * gdb.base/store.exp: Likewise.
15819 * gdb.cp/ref-types.exp: Likewise.
15820 * gdb.mi/mi-var-child.exp: Likewise.
15821 * gdb.mi/mi-var-display.exp: Likewise.
15822 * gdb.mi/mi2-var-display.exp: Likewise.
15823 * gdb.base/charset.exp: Test octal escape sequence length.
15824 Update for change to escape output.
15825
187c4a2b
JK
158262009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15827
15828 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15829
d80a43f9
DJ
158302009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15831
15832 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15833
047427a8
JK
158342009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15835
15836 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15837 gdbserver increasing $portnum if "Can't bind address" has been seen.
15838
8b5a0f4f
PA
158392009-07-05 Pedro Alves <pedro@codesourcery.com>
15840
15841 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15842 mingw32ce.
15843
7d93ba58
PA
158442009-07-05 Pedro Alves <pedro@codesourcery.com>
15845
15846 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15847 VFP format.
15848
2277426b
PA
158492009-07-02 Pedro Alves <pedro@codesourcery.com>
15850
15851 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15852 linux. Adjust to use "inferior", "info inferiors", "detach
15853 inferior" and "kill inferior" instead of "restart", "info fork",
15854 "detach fork" and "delete fork".
15855 * gdb.base/ending-run.exp: Spell out "info".
15856 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15857 the "kill" command.
15858
5af949e3
UW
158592009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15860
15861 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15862 change to prefix TLS offset in hex with 0x.
15863
5d3729b5
UW
158642009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15865
15866 * gdb.base/default.exp: Update test case for "x" changes.
15867
af589bd0
TG
158682009-07-01 Tristan Gingold <gingold@adacore.com>
15869
15870 * gdb.base/bigcore.exp: Make darwin untested.
15871
40974f91
JK
158722009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15873
15874 * gdb.base/completion.exp (directory completion): Create the directory.
15875 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15876 escapeuniquesub.
15877 (directory completion 2): Expect now ${escapeuniquesub}.
15878 (Glob remaining of directory test): Remove one excessive newline.
15879 Expect the real output.
15880
59dd3af6
JK
158812009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15882
15883 Fix `make check//%' target after `make check' has been ran.
15884 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15885 a mkdir call.
15886 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15887 (%/.dir): Remove.
15888
f4e164aa
JK
158892009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15890
15891 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15892 the expected result record.
15893
69af2122
JK
158942009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15895
15896 Remove racy FAILs relying just on the timeouts.
15897 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15898 (annotation_level 2): Remove racy FAILs.
15899
2fd481e1
PP
159002009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15901
15902 gdb/10275
889bf7c5
PA
15903 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15904
c38f313d
DJ
159052009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15906
15907 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15908
8b777f02
VP
159092009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15910
15911 * gdb.mi/mi-stack.exp: Testing symbolic options
15912 to -stack-list-locals and -stack-list-arguments.
15913
00c7eacf
JK
159142009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15915
15916 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15917
6bc80edc
TT
159182009-06-29 Tom Tromey <tromey@redhat.com>
15919
15920 * dg-extract-results.sh: New file.
15921 * Makefile.in (FORCE_PARALLEL): New variable.
15922 (CHECK_TARGET): New conditional variable.
15923 (check): Use CHECK_TARGET.
15924 (DO_RUNTEST): New variable.
15925 (check-single): New target.
15926 (TEST_DIRS): New variable.
15927 (TEST_TARGETS): Likewise.
15928 (check-parallel): New target.
15929 (check-gdb.%): New pattern.
15930 (BASE1_FILES): New variable.
15931 (BASE2_FILES): Likewise.
15932 (check-gdb.base%): New pattern.
15933 (%/.dir): New pattern.
15934 * configure: Rebuild.
15935 * aclocal.m4 (AM_CONDITIONAL): New defun.
15936 * configure.ac: Check whether user is using GNU make.
15937 (GMAKE): New conditional.
15938
794684b6
SW
159392009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15940
15941 * gdb.cp/namespace-nested-import.cc: New test.
15942 * gdb.cp/namespace-nested-import.exp: New test.
15943
edb3359d
DJ
159442009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15945
15946 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15947 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15948 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15949 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15950 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15951 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15952 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15953 gdb.opt/inline-markers.c: New files.
15954 * lib/gdb.exp (skip_inline_frame_tests): New function.
15955 (skip_inline_var_tests): New function.
15956
cf657a0c
AS
159572009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15958
15959 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15960 backtrace.
15961
28d41a99
MS
159622009-06-27 Michael Snyder <msnyder@vmware.com>
15963
15964 * gdb.reverse: New directory.
15965 * gdb.reverse/break-reverse.c: New test.
15966 * gdb.reverse/break-reverse.exp: New test.
15967 * gdb.reverse/consecutive-reverse.c: New test.
15968 * gdb.reverse/consecutive-reverse.exp: New test.
15969 * gdb.reverse/finish-reverse.c: New test.
15970 * gdb.reverse/finish-reverse.exp: New test.
15971 * gdb.reverse/machinestate.c: New test.
15972 * gdb.reverse/ms1.c: New test.
15973 * gdb.reverse/machinestate.exp: New test.
15974 * gdb.reverse/Makefile.in: New file.
15975 * gdb.reverse/shr2.c: New test.
15976 * gdb.reverse/solib-reverse.c: New test.
15977 * gdb.reverse/solib-reverse.exp: New test.
15978 * gdb.reverse/step-reverse.c: New test.
15979 * gdb.reverse/step-reverse.exp: New test.
15980 * gdb.reverse/until-reverse.c: New test.
15981 * gdb.reverse/ur1.c: New test.
15982 * gdb.reverse/until-reverse.exp: New test.
15983 * gdb.reverse/watch-reverse.c: New test.
15984 * gdb.reverse/watch-reverse.exp: New test.
15985 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15986 * configure: Regenerate.
15987
fe3c8b0d
DE
159882009-06-26 Doug Evans <dje@google.com>
15989
15990 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15991
3a72a602
PM
159922009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15993
15994 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15995 windows problem for 'file delete $binfile'.
15996
27aa8d6a
SW
159972009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15998
15999 * gdb.cp/namespace-using.exp: New test.
16000 * gdb.cp/namespace-using.cc: New test.
16001
8ac055f8
JB
160022009-05-20 Joel Brobecker <brobecker@adacore.com>
16003
16004 * gdb.ada/variant_record_packed_array: New testcase.
16005
85e306ed
TT
160062009-06-23 Tom Tromey <tromey@redhat.com>
16007
16008 * gdb.base/charset.exp (test_combination): Regression test.
16009 * gdb.base/charset.c (my_wchar_t): New typedef.
16010 (myvar): New global.
16011 (main): Set myvar.
16012
56643c5e
PM
160132009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
16014
16015 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
16016 target.
16017
1fac167a
UW
160182009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16019
16020 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16021
7ccb0be9
UW
160222009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16023
16024 * gdb.mi/gdb680.exp: Update test for error message.
16025
568d6575
UW
160262009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16027
16028 * gdb.base/annota1.exp: Allow multiple occurrences of the
16029 frames-invalid annotation.
16030 * gdb.cp/annota2.exp: Likewise.
16031
7cd1089b
PM
160322009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16033
16034 * gdb.cp/gdb2495.cc: New file.
16035 * gdb.cp/gdb2495.exp: New file.
16036
72c63395
JK
160372009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16038
16039 Report error on GDB crash during runto.
16040 * lib/gdb.exp (runto <eof>): New.
16041
3788363d
DJ
160422009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16043
16044 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16045 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16046 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16047 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16048 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16049 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16050 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16051 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16052 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16053 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16054 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16055 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16056 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16057 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16058 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16059 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16060 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16061 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16062 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16063 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16064 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16065 gdb.trace/passcount.exp, gdb.trace/report.exp,
16066 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16067 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16068 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16069 executable.
16070
17592de3
PA
160712009-06-07 Pedro Alves <pedro@codesourcery.com>
16072
16073 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16074 defined before referencing it.
16075
701e355d
DE
160762009-06-03 Doug Evans <dje@google.com>
16077
16078 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16079 * gdb.arch/i386-see.c: Ditto.
16080
f2292c65
PM
160812009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16082
16083 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16084 (check_macro): Return 1 if undefined.
16085 If first test fails, check if macro debug information is available,
16086 and report unsupported test if no macro information is found.
16087
5a437975
DE
160882009-05-29 Doug Evans <dje@google.com>
16089
16090 * gdb.threads/hand-call-in-threads.exp: New.
16091 * gdb.threads/hand-call-in-threads.c: New.
16092
c141c696
MS
160932009-05-29 Michael Snyder <msnyder@vmware.com>
16094
16095 * gdb.base/break-always.exp: Change "1" to "on".
16096 Add confirmation check.
16097
b3444185
PA
160982009-05-28 Pedro Alves <pedro@codesourcery.com>
16099
16100 * gdb.threads/threxit-hop-specific.c: New.
16101 * gdb.threads/threxit-hop-specific.exp: New.
16102 * gdb.threads/thread-execl.c: New.
16103 * gdb.threads/thread-execl.exp: New.
16104
b6313243
TT
161052009-05-27 Tom Tromey <tromey@redhat.com>
16106 Thiago Jung Bauermann <bauerman@br.ibm.com>
16107
16108 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16109 (mi_child_regexp): Likewise.
16110 (mi_list_varobj_children_range): Likewise.
16111 (mi_get_features): Likewise.
16112 (mi_list_varobj_children): Rewrite.
16113 * gdb.python/python-mi.exp: New file.
16114
a6bac58e
TT
161152009-05-27 Tom Tromey <tromey@redhat.com>
16116 Thiago Jung Bauermann <bauerman@br.ibm.com>
16117 Phil Muldoon <pmuldoon@redhat.com>
16118 Paul Pluzhnikov <ppluzhnikov@google.com>
16119
16120 * gdb.python/python-prettyprint.exp: New file.
16121 * gdb.python/python-prettyprint.c: New file.
16122 * gdb.python/python-prettyprint.py: New file.
16123 * gdb.base/display.exp: print/r is now valid.
16124
2c74e833
TT
161252009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16126 Tom Tromey <tromey@redhat.com>
16127 Pedro Alves <pedro@codesourcery.com>
16128 Paul Pluzhnikov <ppluzhnikov@google.com>
16129
16130 * gdb.python/python-template.exp: New file.
16131 * gdb.python/python-template.cc: New file.
16132 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16133 tests.
16134 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16135 Call it.
16136 (test_value_after_death): New proc.
16137 * gdb.python/python-value.c (PTR): New typedef.
16138 (main): New variable 'x'.
16139
89c73ade
TT
161402009-05-27 Tom Tromey <tromey@redhat.com>
16141
16142 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16143 tests.
16144 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16145 Call it.
16146
a75724bc
PA
161472009-05-27 Pedro Alves <pedro@codesourcery.com>
16148
16149 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16150
e58b0e63
PA
161512009-05-24 Pedro Alves <pedro@codesourcery.com>
16152
16153 * gdb.threads/fork-thread-pending.c: New.
16154 * gdb.threads/fork-thread-pending.exp: New.
16155
4ac36638
JK
161562009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16157
16158 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16159 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16160
889bf7c5 161612009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 16162
889bf7c5 16163 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 16164
b242c3c2
PA
161652009-05-17 Pedro Alves <pedro@codesourcery.com>
16166
16167 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16168 `gdb_get_line_number'. Call `callee' in both parent and child.
16169 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16170 `gdb_get_line_number' instead of hardcoding line numbers.
16171 (catch_fork_unpatch_child): New procedure to test detaching
16172 breakpoints from child fork.
16173 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16174 hardcoding line numbers.
16175 (do_fork_tests): Run `catch_fork_unpatch_child'.
16176
ee342b23
VP
161772009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16178
16179 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16180 of structure type enters or leaves the scope, it
16181 is reported by -var-update.
16182
e2009e98
DE
161832009-05-11 Doug Evans <dje@sebabeach.org>
16184
16185 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 16186 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
16187 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16188
00903456
JK
161892009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16190
16191 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16192
dc621c35
DE
161932009-04-30 Doug Evans <dje@google.com>
16194
16195 * gdb.threads/watchthreads2.exp: New testcase.
16196 * gdb.threads/watchthreads2.c: New testcase.
16197
9ab4e744
DE
161982009-04-29 Doug Evans <dje@google.com>
16199
16200 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16201 * gdb.cp/mb-ctor.cc: Ditto.
16202 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16203 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16204 * gdb.cp/mb-inline1.cc: Call it.
16205 * gdb.cp/mb-inline2.cc: Ditto.
16206 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16207 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16208
484086b7
JK
162092009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16210
16211 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16212 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16213 Replace all uses of `decimal' by `nonzero'.
16214 (info macro FROM_COMMANDLINE): New test.
16215
379a77b5
TT
162162009-04-27 Tom Tromey <tromey@redhat.com>
16217
16218 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16219
b92b73c2
DE
162202009-04-27 Doug Evans <dje@google.com>
16221
16222 * gdb.threads/watchthreads.c (main): Initialize args before starting
16223 the threads. Plus formatting cleanup.
16224 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16225 biased scheduling of one thread.
16226
945a118d
JG
162272009-04-27 Jerome Guitton <guitton@adacore.com>
16228
16229 * gdb.cp/templates.cc (GetMax): New template.
16230 (main): Declare two instances of GetMax.
16231 * gdb.cp/templates.exp: Add new test.
16232
d389af10
JK
162332009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16234
16235 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16236
e7f86de9
JM
162372009-04-22 Joseph Myers <joseph@codesourcery.com>
16238
16239 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16240
334cc82d
TT
162412009-04-15 Tom Tromey <tromey@redhat.com>
16242
16243 * gdb.base/charset.exp: Add regression test.
16244
d12672cc
JB
162452009-04-14 Joel Brobecker <brobecker@adacore.com>
16246
16247 * gdb.base/exe-lock.exp: New testcase.
16248
18e8c3bc
TT
162492009-04-13 Tom Tromey <tromey@redhat.com>
16250
16251 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16252 operator on Frame.
16253
5ecd5cbe
UW
162542009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16255
16256 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16257 * gdb.server/ext-attach.exp: Likewise.
16258
7309f756
VP
162592009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16260
16261 Eliminate some sleep usage.
16262
889bf7c5
PA
16263 * gdb.mi/basics.c (do_nothing): New.
16264 (main): Use do_nothing instead of printf, so that
16265 not to introduce race condition between output of
16266 inferiour and output of gdb. Do not use sleep as it
16267 is not generally available on embedded targets.
7309f756 16268
f4b95f6f
PA
162692009-04-02 Pedro Alves <pedro@codesourcery.com>
16270
16271 * gdb.server/ext-attach.exp: Expect an optional process id after
16272 "Detached from remote process".
16273
de40b933
JK
162742009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16275
16276 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16277 gdb.dwarf2/dw2-unresolved.exp: New.
16278
2ae101a4
PA
162792009-04-02 Pedro Alves <pedro@codesourcery.com>
16280
16281 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16282 mi_run_to_main.
16283
56a8e183
PA
162842009-04-02 Pedro Alves <pedro@codesourcery.com>
16285
16286 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16287 mi_run_to_main. Skip thread exit test on remote targets.
16288 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16289 mi_run_to_main.
16290 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16291 mi_run_to_main.
16292 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16293 when expecting ^connected. Detect when the target doesn't support
16294 non-stop mode.
16295 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16296 supported. Return -1 on error, 0 on success.
16297 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16298 (mi_runto): Return mi_runto_helper's result explicitly.
16299
c35fafde
PA
163002009-04-01 Pedro Alves <pedro@codesourcery.com>
16301
16302 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16303
f8a8dce6
JB
163042009-04-01 Tom Tromey <tromey@redhat.com>
16305
16306 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16307 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16308 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16309 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16310
71c25dea
TT
163112009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16312 Jan Kratochvil <jan.kratochvil@redhat.com>
16313
16314 PR gdb/931
16315 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16316 output.
16317 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16318 for gdb/931.
16319 * dw2-strp.S (DW_AT_language): Change to C++.
16320 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16321
02d9a9ce
JB
163222009-03-31 Joel Brobecker <brobecker@adacore.com>
16323
16324 * gdb.ada/tasks: New testcase.
16325
1042e4c0
SS
163262009-03-30 Stan Shebs <stan@codesourcery.com>
16327
16328 * gdb.trace/actions.exp: Update to match new info trace format.
16329 * gdb.trace/deltrace.exp: Ditto.
16330 * gdb.trace/infotrace.exp: Ditto.
16331 * gdb.trace/passcount.exp: Ditto.
16332 * gdb.trace/save-trace.exp: Ditto.
16333 * gdb.trace/while-stepping.exp: Ditto.
16334 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16335
f8f6f20b
TJB
163362009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16337
16338 * gdb.python/python-frame.c: New file.
16339 * gdb.python/python-frame.exp: New file.
16340
c0c6f777
TJB
163412009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16342
16343 * gdb.python/python-value.exp: Add tests for the address
16344 attribute.
16345
3cb51905
AS
163462009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16347
16348 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16349
88fc996f
DE
163502009-03-26 Doug Evans <dje@google.com>
16351
16352 * gdb.mi/mi-nonstop-exit.exp: New file.
16353 * gdb.mi/non-stop-exit.c: New file.
16354
56ef84b1
TT
163552009-03-26 Tom Tromey <tromey@redhat.com>
16356
16357 Update for change to prologue skipping:
16358 * gdb.mi/mi2-simplerun.exp: Update.
16359 * gdb.mi/mi2-break.exp: Update.
16360 * gdb.mi/mi-simplerun.exp: Update.
16361 * gdb.mi/mi-break.exp: Update.
16362 * gdb.base/ending-run.exp: Update.
16363
def2b000
TJB
163642009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16365
16366 * gdb.python/python-value.exp (test_value_in_inferior): Test
16367 gdb.Value.is_optimized_out attribute.
16368
442ddf59
JK
163692009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16370
16371 * gdb.dwarf2/dw2-noloc-main.c: New file.
16372 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16373 (.text): Remove.
16374 (.data): New.
16375 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16376 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16377 (DW_TAG_subprogram func_cu1, noloc): Remove.
16378 (main): New.
16379 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16380 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16381 (file_symbols): New procedure.
16382
a8df5de4
TT
163832009-03-25 Tom Tromey <tromey@redhat.com>
16384
16385 * gdb.base/charset.exp (valid_target_charset): New proc.
16386 Use it to skip tests on invalid charsets.
16387
cc1d7add
PM
163882009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16389
16390 * gdb.base/completion.exp: Add a test for directory completion.
16391
bcd5727b
JK
163922009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16393
16394 Fix a racy FAIL.
16395 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16396 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16397
cc924cad
TJB
163982009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16399
16400 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16401 * gdb.python/python-function.exp: Add test for function returning
16402 a GDB value.
16403
bc3b79fd
TJB
164042009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16405
16406 * gdb.python/python-function.exp: New file.
16407
6c7a06a3
TT
164082009-03-20 Tom Tromey <tromey@redhat.com>
16409
16410 * gdb.base/store.exp: Update for change to escape output.
16411 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16412 to escape output.
16413 * gdb.base/pointers.exp: Update for change to escape output.
16414 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16415 to escape output.
16416 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16417 escape output.
16418 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16419 to escape output.
16420 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16421 escape output.
16422 * gdb.base/setvar.exp: Update for change to escape output.
16423 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16424 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16425 to escape output.
16426 (test_print_string_constants): Likewise.
16427 * gdb.base/charset.exp (valid_host_charset): Check size of
16428 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16429 cases. Handle "auto"-related output.
16430 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16431 (uvar, Uvar): New globals.
16432
c31af87b
JG
164332009-03-19 Jerome Guitton <guitton@adacore.com>
16434
16435 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16436 deltas.
16437 * gdb.ada/fixed_points.exp: Ditto.
16438
51272cf2
PA
164392009-03-18 Pedro Alves <pedro@codesourcery.com>
16440
16441 * return-nodebug.c: Don't include stdio.h.
16442 (init): Delete.
16443 (func): Delete definition and provide extern declaration.
16444 (t): New.
16445 (main): Don't call printf. Call func and store its result in t.
16446 * return-nodebug1.c: New.
16447 * return-nodebug.exp: Don't expect stdio output. Instead, print
16448 the global variable t. Drop printf formatters and cast types from
16449 foreach loop. Don't use prepare_for_testing. Compile
16450 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16451 define FORMAT or CAST.
16452
d24948ac
PP
164532009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16454
16455 * gdb.base/solib-display.exp: Disable test for remote targers.
16456
61ff14c6
JK
164572009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16458
16459 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16460
cb4dce93
JK
164612009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16462
16463 Fix a racy FAIL.
16464 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16465 code from `follow parent, print pids'.
16466 (`follow child, print pids', `follow parent, print pids'): Call it.
16467 Replace `gdb_test "break..."' by gdb_breakpoint.
16468
f7c60c5e
VP
164692009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16470
16471 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 16472 sync and async modes.
f7c60c5e 16473
383ace49
JB
164742009-03-12 Joel Brobecker <brobecker@adacore.com>
16475
16476 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16477 that was checked in by mistake. Remove loading of ada.exp, since
16478 this is not necessary in this case.
16479
4ce102af
JB
164802009-03-12 Joel Brobecker <brobecker@adacore.com>
16481
16482 * gdb.ada/ptype_arith_binop.exp: New testcase.
16483
529a2aef
JB
164842009-03-12 Joel Brobecker <brobecker@adacore.com>
16485
16486 * gdb.ada/mod_from_name: New testcase.
16487
8a38181c
JB
164882009-03-12 Joel Brobecker <brobecker@adacore.com>
16489
16490 * gdb.ada/tick_last_segv: New testcase.
16491
11436dee
VP
164922009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16493
61ff14c6 16494 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 16495
1f31650a
VP
164962009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16497
61ff14c6
JK
16498 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16499 include the token in ^running and frame info in *stopped.
1f31650a 16500
a3247a22
PP
165012009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16502
16503 * solib-display.exp: New file.
16504 * solib-display-main.c: New file.
16505 * solib-display-lib.c: New file.
61ff14c6 16506
aae64587
PA
165072009-03-05 Pedro Alves <pedro@codesourcery.com>
16508
16509 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16510
44aabfbc
JK
165112009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16512
16513 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16514 (list_and_check_macro): Use more specific test name.
16515 (next to definition): Make the test names unique.
16516
c087fcd3
PM
165172009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16518
16519 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 16520
c86cf029
VP
165212009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16522
16523 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16524 notifications.
16525 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16526 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16527 * lib/mi-support.exp (library_loaded_re): New.
16528 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16529
3ea85240
VP
165302009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16531
16532 * gdb.gdb/observer.exp: Use test_notification observer, not
16533 normal_stop, everywhere.
16534 (test_normal_stop_notifications): Rename to...
16535 (test_notifications): ...this.
16536 (test_observer_normal_stop): Rename to...
16537 (test_observer): ...this.
16538
1903f0e6
DE
165392009-02-16 Doug Evans <dje@google.com>
16540
16541 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16542 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16543 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16544 (test_prefixed_syscall,test_int3): New tests.
16545 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16546 (test_prefixed_syscall,test_int3): New tests.
16547
1d33d6ba
VP
165482009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16549
3cb51905
AS
16550 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16551 (mi_expect_interrupt): Likewise.
16552 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16553 response.
1d33d6ba 16554
faafb047
PM
165552009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16556
16557 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16558 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16559 Replace calls to get_valueofx by get_hexadecimal_valueof.
16560
417e16e2
PM
165612009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16562
16563 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16564 (get_integer_valueof): New procedure.
16565 (get_sizeof): Use new get_integer_value_of.
16566 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16567 by get_integer_valueof.
16568
7065b901
TT
165692009-02-13 Tom Tromey <tromey@redhat.com>
16570
16571 * gdb.base/remote.exp (get_sizeof): Remove.
16572 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16573 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16574 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16575 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16576 (get_sizeof): Likewise.
16577
5d7cb8df
JK
165782009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16579
16580 PR fortran/9806
16581 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16582
b2febfff
PP
165832009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16584
16585 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16586
4aa995e1
PA
165872009-02-06 Pedro Alves <pedro@codesourcery.com>
16588
16589 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16590
d8906c6f
TJB
165912009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16592
16593 * gdb.python/python-cmd.exp: New file.
16594
ff4ab08d
TG
165952009-02-06 Tristan Gingold <gingold@adacore.com>
16596
16597 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16598
aacd552b
TG
165992009-02-05 Tristan Gingold <gingold@adacore.com>
16600
16601 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16602 pointer is dereferenced and use this signal name in regexp.
16603 * gdb.base/signull.exp: Ditto.
16604 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16605 * gdb.base/signull.c (main): Ditto.
16606
08c637de
TJB
166072009-02-04 Tom Tromey <tromey@redhat.com>
16608 Thiago Jung Bauermann <bauerman@br.ibm.com>
16609
16610 * gdb.python/python-value.exp: Use `gdb.history' instead of
16611 `gdb.value_from_history'.
16612 (test_value_numeric_ops): Add test for conversion of enum constant.
16613 * gdb.python/python-value.c (enum e): New type.
16614 (evalue): New global.
16615 (main): Use argv.
16616
20261af8
JG
166172009-02-04 Jerome Guitton <guitton@adacore.com>
16618
16619 * gdb.ada/uninitialized_vars: New test program.
16620 * gdb.ada/uninitialized_vars.exp: New testcase.
16621
52e44b43
TT
166222009-02-02 Tom Tromey <tromey@redhat.com>
16623
16624 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16625 * gdb.cp/pr2489.cc: Rename...
16626 * gdb.cp/pr9594.cc: ... to this.
16627
1c71341a
TT
166282009-02-02 Tom Tromey <tromey@redhat.com>
16629
16630 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16631 * gdb.cp/pr2489.cc: New file.
16632 * gdb.cp/cpcompletion.exp: New file.
16633
a4295225
TT
166342009-02-02 Tom Tromey <tromey@redhat.com>
16635
16636 PR exp/9059:
16637 * gdb.cp/call-c.exp: Add regression test.
16638 * gdb.cp/call-c.cc (FooHandle): New typedef.
16639 (main): New variable 'handle'.
16640
592375cd
VP
166412009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16642
16643 * lib/mi-support.exp (et_mi_thread_list)
16644 (check_mi_and_console_threads): Adjust for current thread in
16645 -thread-list-ids output.
16646
41447f92
VP
166472009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16648
889bf7c5
PA
16649 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16650 Call it.
41447f92 16651
35669430
DE
166522009-01-28 Doug Evans <dje@google.com>
16653
16654 * gdb.arch/amd64-disp-step.S: New file.
16655 * gdb.arch/amd64-disp-step.exp: New file.
16656 * gdb.arch/i386-disp-step.S: New file.
16657 * gdb.arch/i386-disp-step.exp: New file.
16658
09f00d9a
PM
166592009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16660
16661 * gdb.base/find.exp: Set newline variable
16662 using quotes instead of braces to fix cygwin failures.
16663
1e8fb976
PA
166642009-01-23 Pedro Alves <pedro@codesourcery.com>
16665
16666 * gdb.base/radix.exp: Add tests to ensure that that set
16667 input-radix 0 and set output-radix 0 are really rejected.
16668
da061712
PA
166692009-01-23 Pedro Alves <pedro@codesourcery.com>
16670
16671 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16672 copyright years.
16673
dd7e2d2b
PA
166742009-01-23 Pedro Alves <pedro@codesourcery.com>
16675
16676 PR gdb/9664:
16677 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16678
392452f6
PA
166792009-01-22 Pedro Alves <pedro@codesourcery.com>
16680
16681 PR c++/9631:
16682 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16683
8653e71c
PM
166842009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16685
16686 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16687 binfile definition to fix Windows OS failure.
16688
a12cc160
DJ
166892009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16690
16691 PR gdb/9346
16692 * gdb.base/interrupt.c (sigint_handler): New.
16693 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16694 on error.
16695 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16696 Test "signal SIGINT".
16697
b89667eb
DE
166982009-01-19 Doug Evans <dje@google.com>
16699
16700 * gdb.base/break.exp: Update expected gdb output.
16701 * gdb.base/sepdebug.exp: Ditto.
16702 * gdb.mi/mi-syn-frame.exp: Ditto.
16703 * gdb.mi/mi2-syn-frame.exp: Ditto.
16704 * gdb.base/call-signal-resume.exp: New file.
16705 * gdb.base/call-signals.c: New file.
16706 * gdb.base/unwindonsignal.exp: New file.
16707 * gdb.base/unwindonsignal.c: New file.
16708 * gdb.threads/interrupted-hand-call.exp: New file.
16709 * gdb.threads/interrupted-hand-call.c: New file.
16710 * gdb.threads/thread-unwindonsignal.exp: New file.
16711
adb483fe
DJ
167122009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16713
16714 * gdb.base/define.exp: Test defining and hooking prefix commands.
16715 * gdb.python/python.exp: Update test for "show user" output.
16716
60023297
JK
167172009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16718
16719 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16720 now the output exactly, using less wildcards. Expect also the output
16721 of gfortran-4.3. Update for the f-valprint.c modification from
16722 2008-04-22.
16723 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16724 Remove gdb_test test names where matching the command.
16725
ccc57cf9
PA
167262009-01-01 Pedro Alves <pedro@codesourcery.com>
16727
16728 PR breakpoints/9681:
16729 * gdb.base/watchpoint.exp: Add regression test.
16730
c7a6ca08
PA
167312008-12-31 Pedro Alves <pedro@codesourcery.com>
16732
16733 * gdb.threads/attach-into-signal.exp: Don't use
16734 gdb_suppress_entire_file.
16735 * gdb.threads/attach-stopped.exp: Ditto.
16736 * gdb.threads/attachstop-mt.exp: Ditto.
16737
3a031f65
PA
167382008-12-31 Pedro Alves <pedro@codesourcery.com>
16739
16740 PR gdb/8812:
16741 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16742
09e6485f
PA
167432008-12-29 Pedro Alves <pedro@codesourcery.com>
16744
16745 PR gdb/7536:
16746 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16747 and unsupported output radices are really rejected.
16748
0cd53049
JK
167492008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16750
16751 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16752
ba163c7e
TT
167532008-12-22 Tom Tromey <tromey@redhat.com>
16754
16755 * gdb.cp/punctuator.exp: New file.
16756
6f4de6c9
JK
167572008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16758
16759 * gdb.base/completion.exp (Completing non-existing component): New test.
16760
0f34d0b4
JK
167612008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16762
16763 Fix for PR gdb/8648.
16764 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16765 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16766 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16767 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16768
db2ad4c3
JK
167692008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16770
16771 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16772
bb5ef15e
DP
167732008-12-16 Christophe Lyon <christophe.lyon@st.com>
16774
16775 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16776 compiler actually generate code at the expected line number.
16777
90142adc
JZ
167782008-12-15 Jie Zhang <jie.zhang@analog.com>
16779
16780 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16781
fad6eecd
TT
167822008-12-12 Tom Tromey <tromey@redhat.com>
16783
16784 * gdb.base/commands.exp (redefine_hook_test): New proc.
16785 Call it.
16786
17c8aaf5
TT
167872008-12-11 Tom Tromey <tromey@redhat.com>
16788
16789 * gdb.base/macscp.exp: New regression test.
16790
7c8adf68
TT
167912008-12-11 Tom Tromey <tromey@redhat.com>
16792
16793 * gdb.base/macscp.exp: Print "address.addr".
16794 * gdb.base/macscp1.c (struct outer): New struct.
16795 (address): New global.
16796
b05dcbb7
TT
167972008-12-09 Tom Tromey <tromey@redhat.com>
16798
16799 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16800 Call it.
16801
2d476de1
DE
168022008-12-04 Doug Evans <dje@google.com>
16803
16804 * gdb.server/ext-run.exp: Relax regexp for init program.
16805
87bdc959
TG
168062008-12-03 Tristan Gingold <gingold@adacore.com>
16807
16808 * gdb.base/macscp.exp: Generate an object file during compilation
16809 to work around Darwin dsymutil limitations.
16810
e0740f77
JK
168112008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16812
16813 Test resolving external references to TLS variables.
16814 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16815 FILE2_THREAD_LOCAL.
16816 (testfile2, srcfile2): New variables.
16817 * gdb.threads/tls.c (file2_thread_local)
16818 (function_referencing_file2_thread_local): New.
16819 * gdb.threads/tls2.c: New file.
16820
67f0aac5
JB
168212008-11-28 Joel Brobecker <brobecker@adacore.com>
16822
16823 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
16824 rather than integer, as integer might not be big enough when
16825 on 64bit targets.
67f0aac5 16826
c332165e
JG
168272008-11-27 Jerome Guitton <guitton@adacore.com>
16828
16829 * gdb.cp/formatted-ref.exp: Add equality test.
16830 * gdb.ada/formatted_ref.exp: Ditto.
16831
fc9b693c
JK
168322008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16833
16834 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16835 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16836
a9c64011
AS
168372008-11-20 Andreas Schwab <schwab@suse.de>
16838
16839 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16840 matching syscall entry point.
16841 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16842 (tcatch_vfork_then_child_follow): Likewise. Finish through
16843 vfork even if we stopped at the syscall trampoline.
16844
e2fd701e
DE
168452008-11-20 Doug Evans <dje@google.com>
16846
16847 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16848
69abc51c
TJB
168492008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16850
16851 * gdb.arch/ppc-dfp.exp: New file.
16852 * gdb.arch/ppc-dfp.c: New file.
16853
c14c28ba
PP
168542008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16855
16856 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 16857
2e74121d
DE
168582008-11-17 Doug Evans <dje@google.com>
16859
16860 * gdb.mi/mi-syn-frame.exp: Update expected output.
16861 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16862
66bb093b
VP
168632008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16864
16865 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
16866 "thread N" results in =thread-selected.
16867 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16868 (mi_send_resuming_command_raw): Be prepared for
16869 =thread-selected.
16870
3d043ef6
VP
168712008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16872
a9c64011
AS
16873 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16874 * lib/mi-support.exp: Likewise.
3d043ef6 16875
808104c8
JB
168762008-11-16 Joel Brobecker <brobecker@adacore.com>
16877
16878 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16879 commands from the expected output for "help catch".
16880
00b22944
JB
168812008-11-15 Joel Brobecker <brobecker@adacore.com>
16882
16883 * gdb.ada/int_deref.exp: New testcase.
16884
59669435
TT
168852008-11-14 Nick Roberts <nickrob@snap.net.nz>
16886
16887 * gdb.mi/gdb2549.exp: New file.
16888
de04a248
DE
168892008-11-11 Doug Evans <dje@google.com>
16890
16891 * gdb.base/callexit.exp: New file.
16892 * gdb.base/callexit.c: New file.
16893
6b8ce727
DE
168942008-11-10 Doug Evans <dje@google.com>
16895
16896 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16897 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16898 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16899 (default_gdb_start,default_gdb_exit): Ditto.
16900 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16901 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16902 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16903 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16904 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16905 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16906
1b14b8aa
AS
169072008-11-03 Andreas Schwab <schwab@suse.de>
16908
16909 * gdb.base/hashline2.exp: Fix typo.
16910 * gdb.base/hashline3.exp: Likewise.
16911
f3134b88
TT
169122008-10-30 Tom Tromey <tromey@redhat.com>
16913
16914 * gdb.base/pointers.exp: Add test.
16915 * gdb.base/pointers.c (k, S): New typedefs.
16916 (instance): New global.
16917
c2226152
AS
169182008-10-30 Andreas Schwab <schwab@suse.de>
16919
16920 * gdb.base/args.exp: Add tests for newlines.
16921
462f405c
JB
169222008-10-30 Joel Brobecker <brobecker@adacore.com>
16923
16924 gdb.base/foll-exec.exp: Update the expected output of a couple
16925 of "info breakpoints" tests.
16926
79a45b7d
TT
169272008-10-28 Tom Tromey <tromey@redhat.com>
16928
16929 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16930
adc13a14
PA
169312008-10-24 Pedro Alves <pedro@codesourcery.com>
16932
16933 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16934 gdb_start_cmd.
16935 Use runto_main before any test that requires execution.
16936
252fbfc8
PA
169372008-10-23 Pedro Alves <pedro@codesourcery.com>
16938
16939 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16940 instead of SIGINT.
16941
28148e3d
JB
169422008-10-22 Joel Brobecker <brobecker@adacore.com>
16943
16944 * gdb.base/completion.exp: Update expected output following
16945 the addition of the "info tasks" command.
16946
c209f847
TT
169472008-10-22 Tom Tromey <tromey@redhat.com>
16948
16949 * gdb.base/exprs.exp (test_expr): Add test for string
16950 concatenation.
16951
f177e350
PA
169522008-10-19 Pedro Alves <pedro@codesourcery.com>
16953
16954 * configure.ac: Output gdb.python/Makefile.
16955 * configure: Regenerate.
16956 * gdb.python/Makefile.in: New.
16957
cce89356
JB
169582008-10-16 Joel Brobecker <brobecker@adacore.com>
16959
16960 * gdb.base/foll-fork.exp: Adjust the expected output to match
16961 the new description for fork/vfork catchpoints in the "info
16962 breakpoints" output.
16963
176d289d
TJB
169642008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16965
16966 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16967
a08702d6
TJB
169682008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16969
16970 * gdb.python/python-value.c: New file.
16971 * gdb.python/python-value.exp: New file.
16972
1c5cfe86
PA
169732008-10-15 Pedro Alves <pedro@codesourcery.com>
16974
16975 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16976
5a98ad69
DP
169772008-10-15 Denis Pilat <denis.pilat@st.com>
16978
41702f1b 16979 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 16980
dcb1a1e2
TT
169812008-10-09 Tom Tromey <tromey@redhat.com>
16982
16983 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16984 'fprintf' and 'stderr'.
16985
9124fe48
JB
169862008-10-07 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.ada/ref_tick_size.exp: New testcase.
16989
45452591
DE
169902008-10-06 Doug Evans <dje@google.com>
16991
16992 * gdb.dwarf2/dw2-cu-size.exp: New file.
16993 * gdb.dwarf2/dw2-cu-size.S: New file.
16994
16995 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16996 .Ltype_int for clarity.
16997
4fc5b208
PP
169982008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16999
17000 PR gdb/2384:
17001 * gdb.cp/gdb2384.exp: Extended to test more cases.
17002 * gdb.cp/gdb2384.cc: Likewise.
17003 * gdb.cp/gdb2384-base.h: Likewise.
17004 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 17005
d78df370
JK
170062008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17007
17008 * gdb.base/maint.exp (maint print type): Remove printing
17009 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
17010
9a044a89
TT
170112008-09-30 Tom Tromey <tromey@redhat.com>
17012
17013 * gdb.base/macscp.exp: Add completion tests.
17014 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
17015 (TWENTY_THREE): Likewise.
17016 (FORTY_EIGHT): Likewise.
17017
506800a9
TT
170182008-09-30 Tom Tromey <tromey@redhat.com>
17019
17020 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
17021 everywhere.
17022 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
17023
1a6f01b5
JK
170242008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
17025
17026 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
17027 testcase is derived from. Fix racy dependency on an expected PID
17028 number. No longer support the testcase on Linux kernel 2.4.x.
17029
2fae03e8
TT
170302008-09-27 Tom Tromey <tromey@redhat.com>
17031
17032 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17033 and varargs.
17034
1ad15515
PA
170352008-09-22 Pedro Alves <pedro@codesourcery.com>
17036
17037 * lib/mi-support.exp (mi_expect_interrupt): New.
17038 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17039 from gdb.mi/mi-nonstop.exp.
17040 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17041 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17042 lib/mi-support.exp.
17043 Use mi_check_thread_states throughout. Avoid ".*" and do not
17044 require an anchor after -exec-run.
17045
d0b76dc6
DJ
170462008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17047
17048 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17049 stop is pending. Avoid ".*" when two stops are pending.
17050 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17051 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17052 newlines in fullnames.
17053 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17054 (mi_expect_stop): Update comments. Only anchor in sync mode.
17055 Do not match newlines.
17056 (mi_send_resuming_command_raw): Always return status.
17057 (mi_get_stop_line): Do not match more than one line by accident.
17058 Only anchor in sync mode.
17059 (mi_run_inline_test): If -exec-next fails, give up.
17060
9990c830
UW
170612008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17062
17063 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17064 on SPU.
17065
ebcf6f00
JB
170662008-09-10 Joel Brobecker <brobecker@adacore.com>
17067
17068 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17069
b6db24e5
JB
170702008-09-10 Joel Brobecker <brobecker@adacore.com>
17071
17072 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17073 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17074 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17075 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17076 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17077 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17078 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17079 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17080 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17081 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17082 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17083 Include the "= " sequence in the expected output of print tests.
17084
2bf448e0
JB
170852008-09-10 Joel Brobecker <brobecker@adacore.com>
17086
17087 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17088 description for boolean types.
17089
d51fd4c8
PA
170902008-09-09 Pedro Alves <pedro@codesourcery.com>
17091
17092 * gdb.base/hook-stop-continue.c: New.
17093 * gdb.base/hook-stop-continue.exp: New.
17094
694182d2
DJ
170952008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17096
17097 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17098
3b8a7fc0
JG
170992008-09-08 Jerome Guitton <guitton@adacore.com>
17100
17101 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17102 (stack_check_probe_2, stack_check_probe_loop_1)
17103 (stack_check_probe_loop_2): New functions.
17104 (main): Add call to these new functions.
17105 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17106 functions, check that the breakpoint is inserted at the appropriate
17107 location.
17108 (insert_breakpoint): Slightly refine this procedure so that it can
17109 be called several times in the test.
17110
96cc0ae8
JG
171112008-09-08 Jerome Guitton <guitton@adacore.com>
17112
17113 * gdb.base/stack-checking.c: New file.
17114 * gdb.base/stack-checking.exp: New file.
17115
1f08b409
TJB
171162008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17117
17118 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17119 * gdb.arch/altivec-regs.exp: Likewise.
17120 * gdb.arch/vsx-regs.exp: Likewise.
17121
3099e1c4
TJB
171222008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17123
17124 * gdb.arch/ppc-fp.exp: New file.
17125 * gdb.arch/ppc-fp.c: New file.
17126
cc69bfc1
PP
171272008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17128
17129 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17130 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 17131
b02a33db
MS
171322008-09-04 Michael Snyder <msnyder@vmware.com>
17133
17134 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17135 as "at" (for non-debug functions such as _start).
17136
2992cbe0
UW
171372008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17138
17139 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17140 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17141 software watchpoints.
17142 * gdb.base/watch_thread_num.exp: Likewise.
17143
514f746b
AR
171442008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17145
17146 * gdb.arch/i386-bp_permanent.exp: New test.
17147
876cecd0
TT
171482008-08-24 Tom Tromey <tromey@redhat.com>
17149
17150 * gdb.base/maint.exp: Update "maint print type".
17151
80f73d71
VP
171522008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17153
17154 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17155 support. Adjust the order of "*running" notifications.
17156 * gdb.mi/non-stop.c: Don't cast from int to void* and
17157 back.
17158
d9c78d7d
MK
171592008-08-20 Mark Kettenis <kettenis@gnu.org>
17160
17161 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17162 expect to find it in the "info frame" output.
17163
97a2d1d3
DJ
171642008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17165
17166 * gdb.base/interp.exp: Always consume both prompts.
17167
b96e2927
PA
171682008-08-20 Pedro Alves <pedro@codesourcery.com>
17169
17170 * gdb.base/pending.exp: Test pending breakpoints without symbols
17171 loaded.
17172
8cf6e61a
VP
171732008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17174
17175 * lib/mi-support.exp (mi_expect_stop): Produce
17176 more details on failures.
17177 * gdb.mi/mi-nonstop.exp: New.
17178 * gdb.mi/non-stop.c: New.
17179
c6ebd6cf
VP
171802008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17181
a9c64011
AS
17182 * gdb.mi/mi-async.exp: Use 'set target-async'.
17183 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 17184
46a9b8ed
DJ
171852008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17186
17187 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17188
44feb3ce
TT
171892008-08-17 Tom Tromey <tromey@redhat.com>
17190
17191 * gdb.base/help.exp (help catch): Rewrite.
17192
311a4e6b
TJB
171932008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17194
17195 * gdb.base/define.exp: Test indented command documentation.
17196 * gdb.python/python.exp: Test indented multi-line command.
17197
604c2f83
LM
171982008-08-15 Luis Machado <luisgpm@br.ibm.com>
17199
17200 * testsuite/gdb.arch/vsx-regs.c: New source file.
17201 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17202 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17203
886a217c
TT
172042008-08-14 Tom Tromey <tromey@redhat.com>
17205
17206 * gdb.base/macscp.exp: Add regression test for "macro define" or
17207 "macro undef" with no arguments.
17208
c814a4f3
PP
172092008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17210
17211 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 17212
12ab8a60
UW
172132008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17214
17215 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17216
d57a3c85
TJB
172172008-08-06 Tom Tromey <tromey@redhat.com>
17218
17219 * gdb.python/python.exp: New file.
17220
c7b778ff
JK
172212008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17222
17223 Fix for PR gdb/1543.
17224 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17225 $LOCATION.
17226 (location): New variable.
17227 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17228 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17229 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17230 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17231 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17232 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17233 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17234 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17235 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17236 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17237 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17238 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17239 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17240 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17241 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17242 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17243 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17244 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17245 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17246 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17247 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17248 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17249 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17250 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17251 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17252 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17253 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17254 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17255 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17256 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17257 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17258 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17259 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17260 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17261 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17262 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17263 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17264 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17265 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17266 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17267 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17268 gdb.base/type-opaque.exp, gdb.base/until.exp,
17269 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17270 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17271 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17272 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17273 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17274 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17275 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17276 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17277 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17278 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17279 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17280 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17281 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17282 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17283 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17284 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17285 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17286 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17287 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17288 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17289 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17290 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17291 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17292 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17293 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17294 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17295 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17296 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17297 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17298 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17299 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17300 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17301 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17302 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17303 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17304 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17305 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17306 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17307 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17308 to bug-gdb@prep.ai.mit.edu .
17309
5e06a3d1
VP
173102008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17311
17312 * lib/mi-support.exp (mi_load_shlibs): New.
17313 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17314
9d81d21b
VP
173152008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17316
17317 * lib/mi-support.exp (get_mi_thread_list)
17318 (check_mi_and_console_threads): New, moved from ...
17319 * gdb.mi/mi-pthread.exp: ...here.
17320 * gdb.mi/gdb669.exp (get_mi_thread_list)
17321 (check_mi_and_console_threads): Delete.
17322 * gdb.mi/mi2-pthread.exp: Likewise.
17323
bae98fe0
TT
173242008-07-28 Tom Tromey <tromey@redhat.com>
17325
17326 * Makefile.in (just-check): Remove. Move body to...
17327 (check): ... here.
17328
57380f4e
DJ
173292008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17330
17331 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17332 Add a test for duplicated SIGINTs.
17333
e09490f1
DJ
173342008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17335
17336 * gdb.threads/schedlock.exp (get_args): Update to work for any
17337 value of NUM.
17338 (Top level): Report the number of threads that did not resume.
17339
6387b45f
DJ
173402008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17341
17342 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17343
62f64ff2
DJ
173442008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17345
17346 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17347 non-MI prompt.
17348
fa8de41e
TT
173492008-07-26 Tom Tromey <tromey@redhat.com>
17350
17351 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17352 (function_struct, function_struct_ptr): New globals.
17353 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17354 function pointer in a struct.
17355
ccb3ac8a
TT
173562008-07-26 Tom Tromey <tromey@redhat.com>
17357
17358 * gdb.base/macscp.exp: Add test for macro lexing bug.
17359
d7d9f01e
TT
173602008-07-18 Tom Tromey <tromey@redhat.com>
17361
17362 * gdb.base/macscp.exp: Add macro tests.
17363
9bf07184
PP
173642008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17365
17366 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17367
becf6477
PP
173682008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17369
17370 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17371
0709f7d3
PP
173722008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17373
17374 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 17375
7093c834
PP
173762008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17377
17378 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 17379
b432ffe3
JK
173802008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17381
17382 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17383
b1a268e5
VP
173842008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17385
17386 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17387
e2995f8e
KB
173882008-07-11 Kevin Buettner <kevinb@redhat.com>
17389
17390 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17391 of regexp to account for changes made to GDB in the printing of
17392 byte vectors.
17393
14032a66
TT
173942008-07-11 Tom Tromey <tromey@redhat.com>
17395
17396 * gdb.base/completion.exp: Add 'help' completion test.
17397
981505ef
JK
173982008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17399
17400 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17401
10568435
JK
174022008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17403
17404 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17405
4487aabf
PA
174062008-07-09 Pedro Alves <pedro@codesourcery.com>
17407
17408 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17409
a4a9b1c4
PA
174102008-07-09 Pedro Alves <pedro@codesourcery.com>
17411
17412 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17413
3c3185ac
JK
174142008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17415
17416 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17417
7ebd49dc
VP
174182008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17419
17420 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17421 previous commit. Add a comment.
17422
84e46146
PA
174232008-06-28 Pedro Alves <pedro@codesourcery.com>
17424
17425 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17426
0f8d4a2f
VP
174272008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17428
17429 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17430
f747e0ce
PA
174312008-06-27 Pedro Alves <pedro@codesourcery.com>
17432
17433 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17434 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17435 compiling an executable, link in an object that forces unbuffered
17436 output.
17437 * lib/set_unbuffered_mode.c: New file.
17438
734a5c36
JK
174392008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17440
17441 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17442
a2840c35
VP
174432008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17444
a9c64011
AS
17445 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17446 mi_expect_stop.
17447 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17448 Demand that *running is output.
17449 (detect_async): Perform checking every time.
17450 (mi_send_resuming_command): Extract everything into...
17451 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
17452 (mi_expect_stop): Don't accept any output before *stopped.
17453
6ae37fef
VP
174542008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17455
17456 Robustify mi-simplerun.
a9c64011
AS
17457 * gdb.mi/basics.c (main): Add a call to sleep.
17458 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17459 * gdb.mi/mi2-cli.exp: Likewise.
17460 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 17461
b4aa76f0 174622008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
17463
17464 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17465
e1ac3328
VP
174662008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17467
a9c64011
AS
17468 * gdb.mi/mi-console.exp: Adjust.
17469 * gdb.mi/mi-syn-frame.exp: Adjust.
17470 * gdb.mi/mi2-console.exp: Adjust.
17471 * gdb.mi/mi2-syn-frame.exp: Adjust.
17472 * lib/mi-support.exp (mi_run_cmd): Adjust.
17473 (mi_send_resuming_command): Adjust.
e1ac3328 17474
f7f9a841
VP
174752008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17476
17477 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
17478 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17479 testing of stopped.
17480 * gdb.mi/mi2-syn-frame.exp: Likewise.
17481 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17482 (async, detect_async): New.
17483 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17484 depending on if we're running in sync or async mode.
f7f9a841 17485
37cd5d19
TT
174862008-06-09 Tom Tromey <tromey@redhat.com>
17487
17488 * gdb.base/completion.exp: New tests for field name completion
17489 with spaces, and field name completion with '->'.
17490
65d12d83
TT
174912008-06-06 Tom Tromey <tromey@redhat.com>
17492
17493 * gdb.base/break1.c (struct some_struct): New struct.
17494 (values): New global.
17495 * gdb.base/completion.exp: Add field name completion test.
17496
ebfe2e3f
PP
174972008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17498
17499 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17500 to pointer.
17501 * gdb.cp/call-c.cc: Likewise.
17502
bcf6fc3a
NR
175032008-06-06 Nick Roberts <nickrob@snap.net.nz>
17504
17505 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17506 annotation.
17507
49fd4a42 175082008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 17509 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
17510
17511 * gdb.threads/execl.c, gdb.threads/execl1.c,
17512 gdb.threads/execl.exp: New tests.
a9c64011 17513
8a34ac3f
AR
175142008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17515 Daniel Jacobowitz <dan@codesourcery.com>
17516
17517 * gdb.cp/exception.exp: Activate test, make it work with pending
17518 catchpoints.
17519
86ae69ef
JK
175202008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17521
17522 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17523
f7f9ae2c
VP
175242008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17525
a9c64011
AS
17526 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17527 now printed.
17528 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 17529
2a2d4dc3
AS
175302008-05-27 Andreas Schwab <schwab@suse.de>
17531
17532 * gdb.base/frame-args.exp: Handle arguments that are optimized
17533 out.
17534
5099e4d9
LM
175352008-05-26 Luis Machado <luisgpm@br.ibm.com>
17536
17537 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17538 quiet for ppc32 and group options into a single variable.
17539
d9c36a91
JB
175402008-05-23 Joel Brobecker <brobecker@adacore.com>
17541
17542 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17543 of zero-size elements.
17544 * gdb.ada/null_array.exp: Test printing this new array.
17545
103a8671
JK
175462008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17547
17548 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17549
07a4cc1a 175502008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
17551
17552 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17553 of the "finish" command.
17554
55f996a7
NR
175552008-05-21 Nick Roberts <nickrob@snap.net.nz>
17556
17557 * gdb.base/annota1.exp: Test for new annotation.
17558
907fc202
UW
175592008-05-16 Pedro Alves <pedro@codesourcery.com>
17560
17561 * gdb.base/fixsection.exp: New file.
17562 * gdb.base/fixsection0.c: New file.
17563 * gdb.base/fixsection1.c: New file.
17564
e8f97270
UW
175652008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17566
17567 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17568 * gdb.base/annota3.exp: Likewise.
17569
ac0bb574
NF
175702008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17571
17572 * gdb.base/watch_thread_num.exp: Don't run tests that require
17573 watchpoints if the target doesn't support them.
17574
6fadd07a
DE
175752008-05-12 Doug Evans <dje@google.com>
17576
17577 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17578
6e9a4a30
JB
175792008-05-09 Joel Brobecker <brobecker@adacore.com>
17580
17581 * gdb.ada/assign_1.exp: New testcase.
17582
08388c79
DE
175832008-05-09 Doug Evans <dje@google.com>
17584
a3c83fae
DE
17585 * gdb.base/find.exp: New file.
17586 * gdb.base/find.c: New file.
08388c79 17587
bd5ddfe8
DJ
175882008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17589
17590 * gdb.base/commands.exp (watchpoint_command_test): Handle
17591 gdb,no_hardware_watchpoints.
17592 * gdb.base/float.exp: Allow ARM targets without floating point.
17593 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17594
b5dd68e2 175952008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 17596 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
17597
17598 * gdb.ada/lang_switch: New test program.
17599 * gdb.ada/lang_switch.exp: New testcase.
17600
382d13d1
DE
176012008-05-05 Doug Evans <dje@google.com>
17602
17603 * gdb.base/help.exp (disassemble): Update expected help text.
17604
9dd789d0
PA
176052008-05-04 Pedro Alves <pedro@codesourcery.com>
17606
17607 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17608
611c83ae
PA
176092008-05-04 Pedro Alves <pedro@codesourcery.com>
17610
17611 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17612 different times.
17613
ff013f42
JK
176142008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17615
17616 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17617 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17618 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17619 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17620
96dff6a2
VP
176212008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17622
17623 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17624 notification to appear.
17625
55cd6f92
DJ
176262008-05-04 Daniel Jacobowitz <dan@debian.org>
17627
17628 * gdb.base/fullname.c: New file.
17629 * gdb.base/fullname.exp: New file.
17630 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17631
d705c43c
PA
176322008-05-03 Pedro Alves <pedro@codesourcery.com>
17633
17634 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17635 expressions with macros.
17636
333222e1
JK
176372008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17638
17639 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17640
5ac01682
DJ
176412008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17642
17643 * gdb.base/completion.exp: Handle lack of other symbols beginning
17644 with "a".
17645
17646 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17647
237fc4c9
PA
176482008-05-02 Jim Blandy <jimb@codesourcery.com>
17649
17650 * gdb.asm/asmsrc1.s: Add scratch space.
17651
ed5e9466
DJ
176522008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17653 Daniel Jacobowitz <dan@codesourcery.com>
17654
17655 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17656 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17657 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17658
b39cc962
DJ
176592007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17660
17661 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17662
36d520f5
JB
176632008-05-01 Joel Brobecker <brobecker@adacore.com>
17664
17665 * gdb.base/info-target.exp: New testcase.
17666
8d4e3071
DJ
176672008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17668
17669 * gdb.cp/hang.exp: Use .cc instead of .C.
17670 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17671 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17672
6f3f3097
DJ
176732008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17674
17675 * gdb.base/gdb1250.exp: Remove perror.
17676 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17677
5550a914
PA
176782008-04-30 Pedro Alves <pedro@codesourcery.com>
17679
17680 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17681 .2byte.
17682
d848e687
DJ
176832008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17684
17685 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17686 (maybe_kfail): New.
17687
93b5768b
PA
176882008-04-25 Pedro Alves <pedro@codesourcery.com>
17689
17690 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17691
721c02de
VP
176922008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17693
a9c64011
AS
17694 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17695 * gdb.mi/mi2-syn-frame.exp: Likewise.
17696 * lib/mi-support.exp: Likewise.
721c02de 17697
74960c60
VP
176982008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17699
17700 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17701 to specify regexp for the location to stop at.
17702 * gdb.base/break-always.c: New.
17703 * gdb.base/break-always.exp: New.
17704
d24317b4
VP
177052008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17706
17707 * lib/mi-support.exp (mi_runto_helper): Adjust
17708 for the original-location field.
17709 (mi_create_breakpoint, mi_list_breakpoints): New.
17710 * gdb.mi/mi-break.exp: Adjust.
17711 * gdb.mi/mi2-break.exp: Adjust.
17712 * gdb.mi/mi-pending.exp: Adjust.
17713 * gdb.mi/mi-simplerun.exp: Adjust.
17714 * gdb.mi/mi2-simplerun.exp: Adjust.
17715 * gdb.mi/mi-syn-frame.exp: Adjust.
17716 * gdb.mi/mi2-syn-frame.exp: Adjust.
17717 * gdb.mi/mi-until.exp: Adjust.
17718 * gdb.mi/mi2-until.exp: Adjust.
17719 * gdb.mi/mi-var-display.exp: Adjust.
17720 * gdb.mi/mi2-var-display.exp: Adjust.
17721 * gdb.mi/mi-watch.exp: Adjust.
17722 * gdb.mi/mi2-watch.exp: Adjust.
17723
fdc59709 177242008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 17725
a9c64011
AS
17726 * aclocal.m4: Add override.m4.
17727 * configure: Regenerate.
fdc59709 17728
8e91f023
VP
177292008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17730
17731 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17732 '-var-update --all-values' reports new value even the type
17733 of a variable object has changed.
17734
233a11ab
CS
177352008-04-18 Craig Silverstein <csilvers@google.com>
17736
17737 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17738 files.
d24317b4 17739
9c1137ad
JB
177402008-04-18 Joel Brobecker <brobecker@adacore.com>
17741
17742 * gdb.ada/atomic_enum: New test program.
17743 * gdb.ada/atomic_enum.exp: New testcase.
17744
66d0bbc7
DE
177452008-04-17 Doug Evans <dje@google.com>
17746
17747 * gdb.opt/Makefile.in: Fix whitespace.
17748
100906b0
UW
177492008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17750
17751 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17752
4584e32e
DE
177532008-04-17 Doug Evans <dje@google.com>
17754
17755 * gdb.base/hashline1.exp: New testcase.
17756 * gdb.base/hashline2.exp: New testcase.
17757 * gdb.base/hashline2.exp: New testcase.
17758
0a320680
PA
177592008-04-17 Pedro Alves <pedro@codesourcery.com>
17760
17761 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17762
18ac113b
AR
177632008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17764
17765 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17766 temporary breakpoint to match "Temporary breakpoint".
17767 * gdb.base/break.exp (delete_breakpoints): Likewise.
17768 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17769 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17770 * gdb.base/display.exp: Likewise.
17771 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17772 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17773 * gdb.base/restore.exp (restore_tests): Likewise.
17774 * gdb.base/sepdebug.exp: Likewise.
17775 * gdb.base/watchpoint.exp: Likewise.
17776 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17777 * gdb.mi/mi-pending.exp: Likewise.
17778 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17779 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17780 * gdb.mi/mi-var-cmd.exp: Likewise.
17781 * gdb.mi/mi-var-display.exp: Likewise.
17782 * gdb.mi/mi2-cli.exp: Likewise.
17783 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17784 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17785 * gdb.mi/mi2-var-display.exp: Likewise.
17786 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17787 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17788 new "disp" field.
a9c64011 17789 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
17790 reason. This is to support fix for PR2424.
17791
add38693
JK
177922008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17793
17794 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17795
fcacd99f
VP
177962008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17797
17798 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 17799 field. Add more floating varobj tests.
fcacd99f 17800 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
17801 field.
17802 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17803 (main): Call do_at_tests.
17804 * lib/mi-support.exp (mi_create_floating_varobj)
17805 (mi_varobj_update_with_type_change): New.
fcacd99f 17806
de051565
MK
178072008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17808
17809 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17810 option of -var-evaluate-expression.
17811 * gdb.mi/mi2-var-display.exp: Likewise.
17812
dbc52822
VP
178132008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17814
17815 Introduce test setup helpers.
a9c64011
AS
17816 * lib/gdb.exp (build_executable, clean_restart)
17817 (prepare_for_testing): New.
17818 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17819 * gdb.base/return.exp: Likewise.
17820 * gdb.base/ending-run.exp: Likewise.
dbc52822 17821
473591da
NR
178222008-04-07 Nick Roberts <nickrob@snap.net.nz>
17823
17824 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17825 Interface (MI) responses.
17826
2b2d9e11
VP
178272008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17828
a9c64011
AS
17829 * gdb.cp/breakpoint.cc: New code to test conditions involving
17830 member variables.
17831 * gdb.cp/breakpoint.exp: Test condition involving member
17832 variables.
2b2d9e11 17833
bb378428
VP
178342008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17835
17836 * lib/mi-support.exp (mi_expect_stop): New.
17837 (mi_run_cmd): Change the
17838 token. Use mi_send_resuming_command, use
17839 mi_expect_stop.
17840 (mi_execute_to_helper): Rename to mi_execute_to.
17841 (mi_send_resuming_command): Add more error patterns.
17842 (mi_wait_for_stop): Renamed to...
17843 (mi_get_stop_line): ...this.
17844 (mi_run_inline_test): Adjust.
17845
17846 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17847 * gdb.mi/mi-console.exp: Likewise.
17848 * gdb.mi/mi-pending.exp: Likewise.
17849 * gdb.mi/mi-simplerun.exp: Likewise.
17850 * gdb.mi/mi-stack.exp: Likewise.
17851 * gdb.mi/mi-stepi.exp: Likewise.
17852 * gdb.mi/mi-syn-frame.exp: Add comment.
17853 * gdb.mi/mi-until.exp: Likewise.
17854 * gdb.mi/mi-var-display.exp: Likewise.
17855 * gdb.mi/mi-watch.exp: Likewise.
17856 * gdb.mi/mi2-cli.exp: Likewise.
17857 * gdb.mi/mi2-console.exp: Likewise.
17858 * gdb.mi/mi2-simplerun.exp: Likewise.
17859 * gdb.mi/mi2-stack.exp: Likewise.
17860 * gdb.mi/mi2-stepi.exp: Likewise.
17861 * gdb.mi/mi2-until.exp: Likewise.
17862 * gdb.mi/mi2-var-display.exp: Likewise.
17863 * gdb.mi/mi2-watch.exp: Likewise.
17864
62172bb9
UW
178652008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17866
17867 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17868
17869 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17870
a13e061a
PA
178712008-04-04 Pedro Alves <pedro@codesourcery.com>
17872
17873 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17874 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17875 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17876 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17877 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17878 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17879 expect an mi error duplicated in stderr.
17880
eae06beb
JB
178812008-04-03 Joel Brobecker <brobecker@adacore.com>
17882
17883 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17884 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17885 Add a couple of tests that verify the behavior when the new setting
17886 is set to "cancel" and "all".
17887 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17888 "ask" before we start the testing.
17889
79c6ced6
AR
178902008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17891
17892 * gdb.cp/casts.cc: Add class reference variables.
17893 * gdb.cp/casts.exp: New test cases for up/down casting references.
17894
6c2d1a6b
MK
178952008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17896
17897 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17898 instead of beginning to make an extra test pass.
17899 * gdb.mi/mi2-var-display.exp: Likewise.
17900
55b411d9
MR
179012008-03-31 Maciej W. Rozycki <macro@mips.com>
17902
17903 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17904
c6140da2
MD
179052008-03-31 Markus Deuling <deuling@de.ibm.com>
17906 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17907
17908 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17909 value. Add xfail for older kernels.
17910
79732189
AR
179112008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17912
17913 Bring mi-support in line with gdb.exp.
17914 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17915 (mi_gdb_start): New function.
17916
33c3676e
MR
179172008-03-28 Maciej W. Rozycki <macro@mips.com>
17918
17919 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17920
92e28119
VP
179212008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17922
17923 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17924 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 17925
9e8e3afe
VP
179262008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17927
17928 * lib/mi-support.exp (mi_create_varobj_checked): New.
17929 (mi_list_varobj_children): Allow to check for a
17930 value.
17931 (mi_list_array_varobj_children): New.
17932
17933 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17934 and mi_list_varobj_children, as opposed to hardcoding
17935 expected strings.
17936 * gdb.mi/gdb701.exp: Likewise.
17937 * gdb.mi/gdb792.exp: Likewise.
17938 * gdb.mi/mi-var-block.exp: Likewise.
17939 * gdb.mi/mi-var-cmd.exp: Likewise.
17940 * gdb.mi/mi-var-invalidate.exp: Likewise.
17941 * gdb.mi/mi2-var-block.exp: Likewise.
17942 * gdb.mi/mi2-var-child.exp: Likewise.
17943 * gdb.mi/mi2-var-cmd.exp: Likewise.
17944 * gdb.mi/mi2-var-display.exp: Likewise.
17945
9df50351
JK
179462008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17947
17948 Fix random false FAILs on i386.
17949 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17950
31e5d73a
DJ
179512008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17952
17953 PR gdb/544
17954 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17955
12f4afab
DJ
179562008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17957
17958 PR gdb/544
17959 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17960
b562a0cb
DJ
179612008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17962
17963 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17964 fixed PR gdb/544.
17965
17faa917
DJ
179662008-03-21 Pedro Alves <pedro@codesourcery.com>
17967
17968 * gdb.threads/fork-child-threads.exp: Test next over fork.
17969
6214f497
DJ
179702008-03-21 Chris Demetriou <cgd@google.com>
17971
17972 * gdb.base/break.exp (rbreak junk): New test for rbreak
17973 "Junk at end of arguments" issue.
17974
63092375
DJ
179752008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17976
17977 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17978 *& to work on created array elements.
17979 (Top level): Test print $pc with a file. Test string operations
17980 without a target.
17981 * gdb.base/ptype.exp: Do not expect *& to work on created array
17982 elements.
17983
b21991b0
DJ
179842008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17985
17986 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17987 gdb.threads/staticthreads.exp: Update exit query.
17988
c4b347c7
SL
179892008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17990
17991 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17992
fa4727a6
DJ
179932008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17994
17995 * gdb.base/watchpoint.c (global_ptr, func4): New.
17996 (main): Call func4.
17997 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17998 (test_inaccessible_watchpoint): New.
17999
2f34202f
MR
180002008-02-29 Maciej W. Rozycki <macro@mips.com>
18001
18002 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
18003 select the largest.
18004
0d6ba1b1
DJ
180052008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18006
18007 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
18008 frames-invalid annotations.
18009
e691325a
PM
180102008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18011
a9c64011 18012 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 18013
f85b5ecc
DE
180142008-02-27 Doug Evans <dje@google.com>
18015
18016 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
18017 for bug 1738.
18018 (breakpoint_to_handler_entry): Ditto.
18019
b40e7bf3
JB
180202008-02-27 Joel Brobecker <brobecker@adacore.com>
18021
18022 * gdb.base/ending-run.exp: Use the first line of code inside
18023 function body to test breakpoints.
18024 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
18025 location where the breakpoint is inserted when using the line
18026 where a function is declared. Fix typo in the description of
18027 one of the tests.
18028 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
18029
2faca73a
PM
180302008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18031
18032 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 18033 tests.
2faca73a 18034
6f439c36
PM
180352008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18036
18037 * gdb.base/args.exp: avoid same output for tests
18038 with single quotes.
18039
54e52265
VP
180402008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18041
a9c64011
AS
18042 * gdb.base/annota1.exp: Adjust for 'info break'
18043 format changes.
18044 * gdb.base/annota3.exp: Likewise.
18045 * gdb.base/break.exp: Likewise.
18046 * gdb.base/condbreak.exp: Likewise.
18047 * gdb.base/pending.exp: Likewise.
18048 * gdb.base/sepdebug.exp: Likewise.
18049 * gdb.base/unload.exp: Likewise.
18050 * gdb.cp/ovldbreak.exp: Likewise.
18051 * gdb.mi/mi-pending.exp: Likewise.
54e52265 18052
897b09ca
DE
180532008-02-07 Doug Evans <dje@google.com>
18054
18055 * gdb.cp/mb-inline.exp: New.
18056 * gdb.cp/mb-inline.h: New.
18057 * gdb.cp/mb-inline1.cc: New.
18058 * gdb.cp/mb-inline2.cc: New.
18059
b1c32d35
PM
180602008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18061
18062 * gdb.pascal/floats.pas: New test program.
18063 * gdb.pascal/floats.exp: New testcase.
18064
1a4ca44a
TJB
180652008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18066
18067 * gdb.base/callfuncs.c (t_float_many_args): New function.
18068 (t_double_many_args): New function.
18069 * gdb.base/callfuncs.exp: Add tests for exceeding float
18070 and double parameters passed through the stack.
18071
439048e8
JB
180722008-02-05 Joel Brobecker <brobecker@adacore.com>
18073
18074 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18075 gdb.ada/complete/foo.adb: New files.
18076 * gdb.ada/complete.exp: New testcase.
18077
81fe8080
DE
180782008-02-03 Doug Evans <dje@google.com>
18079
301f0ecf
DE
18080 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18081
81fe8080
DE
18082 * gdb.cp/gdb2384.exp: New file.
18083 * gdb.cp/gdb2384.cc: New file.
18084 * gdb.cp/gdb2384-base.h: New file.
18085 * gdb.cp/gdb2384-base.cc: New file.
18086
4b071aec
DE
180872008-02-02 Doug Evans <dje@google.com>
18088
18089 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18090
61137ba6
JB
180912007-02-01 Joel Brobecker <brobecker@adacore.com>
18092
18093 * gdb.ada/sym_print_name: New test program.
18094 * gdb.ada/sym_print_name.exp: New testcase.
18095
180962007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
18097
18098 * gdb.ada/nested/hello.adb: New file.
18099 * gdb.ada/nested.exp: New testcase.
18100 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18101
98deb0da
VP
181022008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18103
18104 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
18105 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18106 don't cause future evaluations of function to report
18107 creation of internal breakpoints.
98deb0da 18108
723a2275
VP
181092008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18110
18111 * gdb.mi/mi-break.exp (test_error): New.
18112 Call it.
18113
fb546a2f
LM
181142008-01-31 Luis Machado <luisgpm@br.ibm.com>
18115
18116 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18117 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18118
2d8fd90a
PM
181192008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18120
18121 * gdb.pascal/integers.pas: New test program.
18122 * gdb.pascal/integers.exp: New testcase.
18123
a7fa0ded
PM
181242008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18125
18126 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18127
5e1a1926
TJB
181282008-01-30 Luis Machado <luisgpm@br.ibm.com>
18129
18130 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18131 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18132
8d04f9f0
JB
181332008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18134
18135 * gdb.ada/formatted_ref: New test program.
18136 * gdb.ada/formatted_ref.exp: New testcase.
18137
18138 * gdb.cp/formatted-ref.cc: New file.
18139 * gdb.cp/formatted-ref.exp: New testcase.
18140
ce75a98f
JB
181412008-01-30 Joel Brobecker <brobecker@adacore.com>
18142
18143 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18144
e835f6bf
NR
181452008-01-30 Nick Roberts <nickrob@snap.net.nz>
18146
18147 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18148 (test_file_list_exec_source_file): Update to new macro-info field.
18149
d118ef87
PH
181502008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18151
18152 * gdb.ada/exprs: New test program.
18153 * gdb.ada/exprs.exp: New testcase.
18154
7d35ab09
TJB
181552008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18156
18157 * dfp-test.c (DELTA, DELTA_B): New definitions.
18158 (double_val1, double_val2, double_val3, double_val4, double_val5,
18159 double_val6, double_val7, double_val8, double_val9, double_val10,
18160 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18161 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18162 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18163 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18164 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18165 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18166 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18167 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18168 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18169 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18170 dec128_val16): New global variables.
18171 (decimal_dec128_align): New function.
18172 (decimal_mixed): Likewise.
18173 (decimal_many_args_dec32): Likewise.
18174 (decimal_many_args_dec64): Likewise.
18175 (decimal_many_args_dec128): Likewise.
18176 (decimal_many_args_mixed): Likewise.
18177 * dfp-test.exp: Add tests calling new inferior functions.
18178
2d717e4f
DJ
181792008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18180
18181 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18182 gdb.server/ext-run.exp: New files.
18183 * lib/gdbserver-support.exp (gdbserver_download): New.
18184 (gdbserver_start): New. Update gdbserver expected
18185 output.
18186 (gdbserver_spawn): Use them.
18187 (gdbserver_start_extended): New.
18188
e85a822c
DJ
181892008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18190
18191 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18192 Run on GNU/Linux.
18193 (do_exec_tests): Check for systems which do not support catchpoints.
18194 Do not match START.
18195 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18196 Run on GNU/Linux. Enable verbose output.
18197 (check_fork_catchpoints): New.
18198 (explicit_fork_child_follow, catch_fork_child_follow)
18199 (tcatch_fork_parent_follow): Update expected messages.
18200 (do_fork_tests): Use check_fork_catchpoints.
18201 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18202 Run on GNU/Linux. Enable verbose output.
18203 (check_vfork_catchpoints): New.
18204 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18205 expected messages.
18206 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18207
401ea829
JB
182082008-01-29 Jim Blandy <jimb@red-bean.com>
18209
18210 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18211 host' errors.
18212 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18213
aceaf3ad
JB
182142008-01-29 Jim Blandy <jimb@red-bean.com>
18215
18216 * gdb.threads/sigthread.c: Use barriers to ensure that
18217 child_thread and child_thread_two are always initialized before we
18218 start to use them.
18219
a5606eee
VP
182202008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18221
18222 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
18223 * gdb.base/watchpoint-solib.c: New.
18224 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 18225
c55a82bb
PM
182262008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18227
18228 * gdb.base/gdb1056.exp: Add unsigned integer test.
18229
0993fe05
DE
182302008-01-28 Doug Evans <dje@google.com>
18231
18232 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18233
4fe42e7f
JB
182342008-01-27 Jim Blandy <jimb@codesourcery.com>
18235
c7a69933
JB
18236 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18237
4fe42e7f
JB
18238 * gdb.base/expand-psymtabs.exp: Doc fix.
18239
5def8285
MK
182402008-01-26 Mark Kettenis <kettenis@gnu.org>
18241
18242 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18243
5313c911
NR
182442008-01-24 Nick Roberts <nickrob@snap.net.nz>
18245
a9c64011 18246 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
18247 -var-set-format.
18248
93815fbf
VP
182492008-01-23 Chris Demetriou <cgd@google.com>
18250
18251 * gdb.threads/thread_events.c: New testcase source file.
18252 * gdb.threads/thread_events.exp: New testcase expect file.
18253
467a88ee
NR
182542008-01-23 Nick Roberts <nickrob@snap.net.nz>
18255
18256 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
18257
18258 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
18259 -var-set-format.
18260
d8f82aba
DJ
182612008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18262 Vladimir Prus <vladimir@codesourcery.com>
18263
18264 * gdb.base/float.exp: Allow missing floating point for m68k and
18265 PowerPC.
18266
60c46647
VP
182672008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18268
18269 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
18270 ignore count.
18271 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18272 * gdb.mi/mi-cli.exp: Adjust.
18273 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 18274
c7dd36a1
PA
182752008-01-17 Pedro Alves <pedro@codesourcery.com>
18276
18277 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18278 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18279 with dummy_ptr's address.
18280 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18281 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18282 all targets.
18283 * gdb.mi/mi2-var-child.exp: Likewise.
18284
39d5313e
JB
182852008-01-09 Joel Brobecker <brobecker@adacore.com>
18286
18287 * gdb.ada/null_array: New test program.
18288 * gdb.ada/null_array.exp: New testcase.
18289
0aea4bf3
LM
182902008-01-09 Luis Machado <luisgpm@br.ibm.com>
18291
18292 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18293 with required float modifiers.
18294
0b354900
JB
182952008-01-08 Joel Brobecker <brobecker@adacore.com>
18296
18297 * gdb.ada/funcall_param: New test program.
18298 * gdb.ada/funcall_param.exp: New testcase.
18299
cdb7f5d4
JB
183002008-01-08 Joel Brobecker <brobecker@adacore.com>
18301
18302 * gdb.ada/arrayparam: New test program.
18303 * gdb.ada/arrayparam.exp: New testcase.
18304
88e2547f
JB
183052008-01-08 Joel Brobecker <brobecker@adacore.com>
18306
18307 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18308 landed. Should also fix random failures in the test following it.
18309
f6867ce0
TJB
183102008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18311
18312 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18313 for expressions with decimal float values.
18314 (test_dfp_conversions): New function to test casts to and from
18315 decimal float types.
18316 Call test_dfp_conversions.
18317 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18318 elements.
18319 (main): Initialize ds.float4 and ds.double8 elements.
18320 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18321 string to new error message.
18322 (d64_set_tests): Likewise.
18323 (d128_set_tests): Likewise.
18324 Add tests for expressions with decimal float variables. Add tests for
18325 conversions to and from decimal float types.
18326
f9c11282
JB
183272008-01-05 Joel Brobecker <brobecker@adacore.com>
18328
18329 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18330 * gdb.ada/packed_tagged.exp: New testcase.
18331
0ecbca72
JB
183322008-01-04 Joel Brobecker <brobecker@adacore.com>
18333
18334 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18335 gdb.ada/homonym/homonym_main.adb: New files.
18336 * gdb.ada/homonym.exp: New testcase.
18337
c18d3d89
JB
183382008-01-04 Joel Brobecker <brobecker@adacore.com>
18339
18340 * gdb.ada/packed_array.exp: Add testing of references to
18341 a packed array.
18342
ecc7085b
JB
183432008-01-04 Joel Brobecker <brobecker@adacore.com>
18344
18345 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18346 New files.
18347 * gdb.ada/type_coercion.exp: New testcase.
18348
c474c922
JB
183492008-01-04 Joel Brobecker <brobecker@adacore.com>
18350
18351 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18352 gdb.ada/tagged/foo.adb: New file.
18353 * gdb.ada/tagged.exp: New testcase.
18354
9005b927
JB
183552008-01-04 Joel Brobecker <brobecker@adacore.com>
18356
18357 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18358 gdb.ada/ptype_field/foo.adb: New files.
18359 * gdb.ada/ptype_field.exp: New testcase.
18360
1a6aaad8
JB
183612008-01-03 Joel Brobecker <brobecker@adacore.com>
18362
18363 * gdb.ada/print_pc.exp: New testcase.
18364
0ef22f53
JB
183652008-01-03 Joel Brobecker <brobecker@adacore.com>
18366
18367 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18368 gdb.ada/taft_type/p.adb: New files.
18369 * gdb.ada/taft_type.exp: New testcase.
18370
1689ecf8
JB
183712008-01-03 Joel Brobecker <brobecker@adacore.com>
18372
18373 * gdb.ada/array_bounds/bar.adb: New file.
18374 * gdb.ada/array_bounds.exp: New testcase.
18375
a4d0b9c3
JB
183762008-01-03 Joel Brobecker <brobecker@adacore.com>
18377
18378 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18379 gdb.ada/arrayptr/foo.adb: New files.
18380 * gdb.ada/arrayptr.exp: New testcase.
18381
a31ace00
JB
183822008-01-03 Joel Brobecker <brobecker@adacore.com>
18383
18384 * gdb.base/set-lang-auto.exp: New testcase.
18385
a97fced3
JB
183862008-01-03 Joel Brobecker <brobecker@adacore.com>
18387
18388 * gdb.ada/fun_addr/foo.adb: New file.
18389 * gdb.ada/fun_addr.exp: New testcase.
18390
ef29ce1a
JK
183912008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18392
18393 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18394 New files
18395
0fafefe3
JB
183962008-01-02 Joel Brobecker <brobecker@adacore.com>
18397
18398 * array_subscript_addr/p.adb: New file.
a9c64011 18399 * array_subscript_addr.exp: New testcase.
0fafefe3 18400
c4359f8d
JB
184012008-01-02 Joel Brobecker <brobecker@adacore.com>
18402
a9c64011 18403 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
18404 New files.
18405 * gdb.ada/str_cmp_ref.exp: New testcase.
18406
1aa1b15b
JB
184072008-01-01 Joel Brobecker <brobecker@adacore.com>
18408
18409 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18410 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 18411 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 18412
81c9b2cf
JB
184132008-01-01 Joel Brobecker <brobecker@adacore.com>
18414
18415 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18416 gdb.ada/ref_param/pck.ads: New files.
18417 * gdb.ada/ref_param.exp: New testcase.
18418
319e4674
JB
184192008-01-01 Joel Brobecker <brobecker@adacore.com>
18420
18421 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18422 gdb.ada/interface/foo.adb: New files.
18423 * gdb.ada/interface.exp: New testcase.
18424
ef682c56
JB
184252007-12-31 Jim Blandy <jimb@codesourcery.com>
18426
18427 * gdb.base/multi-forks.exp: Consume all output from child
18428 processes before proceeding to next test.
18429
f6f3eb6c
JB
184302007-12-29 Jim Blandy <jimb@codesourcery.com>
18431
18432 * configure: Regenerated.
18433
f652e42f
JB
184342007-12-27 Joel Brobecker <brobecker@adacore.com>
18435
18436 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18437 gdb.ada/fixed_cmp/fixed.adb: New files.
18438 * gdb.ada/fixed_cmp.exp: New testcase.
18439
6943e596
JB
184402007-12-27 Joel Brobecker <brobecker@adacore.com>
18441
18442 * gdb.ada/boolean_expr.exp: New testcase.
18443
aad9a193
JB
184442007-12-26 Jim Blandy <jimb@codesourcery.com>
18445
18446 * gdb.base/multi-forks.exp: Doc fix.
18447
fb5f3683
JB
184482007-12-26 Joel Brobecker <brobecker@adacore.com>
18449
18450 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18451 * gdb.ada/char_param.exp: Do not compile our test program with
18452 -gnata, this is unnecessary.
18453 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18454
384e4a9c
JB
184552007-12-24 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18458 gdb.ada/print_chars/foo.adb: New files.
18459 * gdb.ada/print_chars.exp: New testcase.
18460
01e044f7
JB
184612007-12-24 Joel Brobecker <brobecker@adacore.com>
18462
18463 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18464 gdb.ada/char_param/foo.adb: New files.
18465 * gdb.ada/char_param.exp: New testcase.
18466
0ce17860
JB
184672007-12-22 Jim Blandy <jimb@codesourcery.com>
18468
18469 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18470 hard-coding source line numbers into the test.
18471 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18472 gdb_get_line_number to find.
18473
919809b9
JB
184742007-12-22 Joel Brobecker <brobecker@adacore.com>
18475
18476 * gdb.base/ptype.c (highest): New struct type.
18477 (the_highest): New variable of that type.
18478 (main): Add dummy assignment to a field of variable the_highest.
18479 * gdb.base/ptype.exp: Test type printing of our new variable.
18480
abc8a88d
PM
184812007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18482
18483 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 18484 and record first explicitly generated thread number.
abc8a88d
PM
18485 Use that thread number for thread specific watchpoint test.
18486 Add iteration number to repetitive tests.
18487
5158f3e3
CES
184882007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18489 Jim Blandy <jimb@codesourcery.com>
18490
18491 * gdb.base/expand-psymtabs.c: New testcase
18492 source file.
18493 * gdb.base/expand-psymtabs.exp: New testcase
18494 expect file.
18495
37e4754d
LM
184962007-12-17 Luis Machado <luisgpm@br.ibm.com>
18497
18498 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18499 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18500
551e5d04
JB
185012007-12-17 Joel Brobecker <brobecker@adacore.com>
18502
18503 * gdb.ada/frame_args/foo.adb: New file.
18504 * gdb.ada/frame_args/pck.ads: New file.
18505 * gdb.ada/frame_args/pck.adb: New file.
18506 * gdb.ada/frame_args.exp: New testcase.
18507
a05ee097
JB
185082007-12-17 Joel Brobecker <brobecker@adacore.com>
18509
18510 * gdb.base/frame-args.c: New file.
18511 * gdb.base/frame-args.exp: New testcase.
18512
c162e8c9 185132007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 18514 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
18515
18516 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18517
afe8ab22 185182007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18519
afe8ab22
VP
18520 * gdb.mi/mi-pending.exp: New.
18521 * gdb.mi/mi-pending.c: New.
18522 * gdb.mi/mi-pendshr.c: New.
18523
dfdfb3ca
JB
185242007-12-06 Jim Blandy <jimb@codesourcery.com>
18525
18526 * gdb.base/default.exp: Update expected output for 'info catch'.
18527
b7fca990
JK
185282007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18529
18530 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18531 must be set to binary.
18532
6a1afc1e
PA
185332007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18534
18535 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18536
a6b151f1
DJ
185372007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18538
18539 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18540 gdb.mi/mi-file-transfer.exp: New.
18541
43039443
JK
185422007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18543
18544 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18545
0ef2251b
MR
185462007-11-22 Maciej W. Rozycki <macro@mips.com>
18547
18548 * gdb.trace/backtrace.exp: Fix a typo.
18549 * gdb.trace/circ.exp: Likewise.
18550 * gdb.trace/collection.exp: Likewise.
18551 * gdb.trace/limits.exp: Likewise.
18552 * gdb.trace/report.exp: Likewise.
18553 * gdb.trace/tfind.exp: Likewise.
18554 * gdb.trace/while-dyn.exp: Likewise.
18555
5443631e
NR
185562007-11-21 Nick Roberts <nickrob@snap.net.nz>
18557
18558 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18559 objects of pointers that can't be dereferenced are now
18560 "noneditable".
18561
a4ce5b0d
UW
185622007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18563
18564 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18565 (target_cpu): Remove.
18566
d6e956e5
VP
185672007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18568
18569 * gdb.base/ending-run.exp: Expect the list of cleared
18570 breakpoint to come in natural order, not the reversed one.
a9c64011 18571
214270ab
VP
185722007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18573
18574 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18575 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 18576
1a619819
LM
185772007-11-05 Luis Machado <luisgpm@br.ibm.com>
18578
18579 * gdb.base/printcmds.exp: New function
18580 test_printf_with_dfp.
18581
5b01a6fa
DE
185822007-11-02 Doug Evans <dje@google.com>
18583
18584 * gdb.disasm/t01_mov.s: Remove carriage returns.
18585 * gdb.disasm/t02_mova.s: Ditto.
18586 * gdb.disasm/t03_add.s: Ditto.
18587 * gdb.disasm/t04_sub.s: Ditto.
18588 * gdb.disasm/t05_cmp.s: Ditto.
18589 * gdb.disasm/t06_ari2.s: Ditto.
18590 * gdb.disasm/t07_ari3.s: Ditto.
18591 * gdb.disasm/t08_or.s: Ditto.
18592 * gdb.disasm/t09_xor.s: Ditto.
18593 * gdb.disasm/t10_and.s: Ditto.
18594 * gdb.disasm/t11_logs.s: Ditto.
18595 * gdb.disasm/t12_bit.s: Ditto.
18596 * gdb.disasm/t13_otr.s: Ditto.
18597
ec33ab7f
JK
185982007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18599
18600 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18601
ae0d01ff
UW
186022007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18603
18604 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18605 provide DFP support.
18606
55eddb0f
DJ
186072007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18608
18609 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18610 Test "set powerpc vector-abi". Skip auto-detection tests for old
18611 toolchains.
18612
7020f05c
PA
186132007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18614
18615 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18616 with [string compare].
18617
84bc3db9
PA
186182007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18619
18620 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18621 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18622
5876dc88
LM
186232007-10-25 Luis Machado <luisgpm@br.ibm.com>
18624
18625 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18626 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18627 * gdb.opt/Makefile.in: New makefile.
18628 * Makefile.in: Create new directory "gdb.opt".
18629 * configure.ac: Add "gdb.opt" directory.
18630 * configure: Regenerated.
a9c64011 18631
c3ea9a14
DE
186322007-10-25 Doug Evans <dje@google.com>
18633
18634 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18635 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18636
a9c64011 186372007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
18638 Thiago Jung Bauermann <bauerman@br.ibm.com>
18639
18640 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18641 Floating Point expressions.
18642 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18643 Floating Point variables.
18644 * gdb.base/dfp-test.c: new file containing program with Decimal
18645 Floating variables, used by gdb.base/dfp-test.exp.
18646
62a24a2b
DJ
186472007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18648
18649 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18650
e7b1eae6
UW
186512007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18652
18653 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18654 compiling test case with GCC.
18655 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18656
c641edcc
UW
186572007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18658
18659 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18660 format changes.
18661
5e5ebfe6
MS
186622007-10-18 Michael Snyder <msnyder@specifix.com>
18663
18664 * gdb.base/dbx.exp: Add missing "-re " operator.
18665
e831e7b6
GM
186662007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18667
18668 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18669 * configure.ac: Removed trailing spaces after backslash.
18670 * gdb.modula2: New directory.
18671 * gdb.modula2/Makefile.in: New file.
18672 * gdb.modula2/unbounded-array.exp: New file.
18673 * gdb.modula2/unbounded1.c: New file.
18674
7cc46491
DJ
186752007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18676
18677 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18678
186792007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
18680
18681 * gdb.base/sigstep.c (main): Add checks for
18682 return values for setitimer call.
18683 Call setitimer again with itimer = ITIMER_REAL
18684 if first call to setitimer fails.
18685
e91528f0
KH
186862007-10-11 Kazu Hirata <kazu@codesourcery.com>
18687
18688 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18689 of $timeout.
18690
2ec9a4f8
DJ
186912007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18692
18693 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18694
186952007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
18696
18697 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18698 of gdb_expect call, to avoid interruption.
18699
64b2fa04
PA
187002007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18701
18702 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18703 (v_unsigned_long_long, v_long_long_array)
18704 (v_signed_long_long_array, v_unsigned_long_long_array)
18705 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18706 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18707 [!NO_LONG_LONG]: New.
18708 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18709 v_long_long_member.
18710
18711 (v_long_long_func, v_signed_long_long_func)
18712 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18713 (main) [!NO_LONG_LONG]: Initialize long long variants.
18714
18715 * gdb.base/whatis.exp: If board file requests no_long_long, build
18716 test with NO_LONG_LONG defined. Test long long, signed long long,
18717 and unsigned long long variants but only if board file doesn't
18718 disable it.
18719
a912286e 187202007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 18721 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
18722
18723 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18724 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18725 * configure: Regenerated.
18726 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18727 gdb.pascal/types.exp, lib/pascal.exp: New files.
18728
471ba8c9
DJ
187292007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18730
18731 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18732 call.
18733 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18734 to return to the call.
18735 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18736 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18737 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18738 * gdb.mi/mi-until.exp (test_until): Likewise.
18739 * gdb.mi/mi2-until.exp (test_until): Likewise.
18740
fef8a650
DJ
187412007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18742
18743 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18744 two-char array.
18745 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18746
d983da9c
DJ
187472007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18748
18749 * gdb.threads/watchthreads.c (thread_function): Sleep between
18750 iterations.
18751 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18752 at once for S/390. Generate matching fails and passes.
18753
17f62551
VP
187542007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18755
18756 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18757 the 'struct_declarations' variable to zeros.
a9c64011 18758
ed0616c6
VP
187592007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18760
18761 * gdb.cp/mb-ctor.cc: New.
18762 * gdb.cp/mb-ctor.exp: New.
18763 * gdb.cp/mb-templates.cc: New.
18764 * gdb.cp/mb-templates.exp: New.
18765
41f1b697
DJ
187662007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18767
18768 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18769
3f213f78
PA
187702007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18771
18772 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18773 targets.
18774 * configure: Regenerate.
18775
0d381245 187762007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18777
0d381245
VP
18778 * gdb.base/annota1.exp: Adjust for 'info break'
18779 format changes.
18780 * gdb.base/annota3.exp: Likewise.
18781 * gdb.base/break.exp: Likewise.
18782 * gdb.base/condbreak.exp: Likewise.
18783 * gdb.base/pending.exp: Likewise.
18784 * gdb.base/sepdebug.exp: Likewise.
18785 * gdb.base/unload.exp: Likewise.
18786 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 18787
fe3f5fa8
VP
187882007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18789
18790 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18791 messages.
18792 * gdb.base/chng-syms.exp: Likewise.
18793 * gdb.base/unload.exp: Likewise.
a9c64011 18794
a75cf6c0
DJ
187952007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18796
18797 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18798
18ecae38
DJ
187992007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18800
18801 * schedlock.c (NUM): Change to 1.
18802 (main): Use args[0] for the main thread.
18803 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18804 regardless of the number of threads.
18805
5509918f
MR
188062007-09-14 Maciej W. Rozycki <macro@mips.com>
18807
4a543daf
MR
18808 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18809 type down.
18810 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18811 test.
18812 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18813 watchpoint type down.
18814 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18815 test.
18816
188172007-09-14 Maciej W. Rozycki <macro@mips.com>
18818
5509918f
MR
18819 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18820 Move all the tests here and run them twice, once using software
18821 watchpoints and once using hardware watchpoints.
18822 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18823
40b53987
DJ
188242007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18825
18826 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18827 test.
18828
695e2681
MK
188292007-09-10 Mark Kettenis <kettenis@gnu.org>
18830
8b3fc8d8
MK
18831 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18832 build-id.
18833
695e2681
MK
18834 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18835 know about $ORIGIN. Calculate output dir from $dest instead of
18836 using ${objdir}/{$subdir}.
18837
58d69f29
MK
188382007-09-09 Mark Kettenis <kettenis@gnu.org>
18839
18840 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18841 gcore, before continuing with the test.
18842
3e347599
DJ
188432007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18844
18845 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18846 * gdb.mi/mi-watch.exp: Likewise.
18847
ea37ba09
DJ
188482007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18849 Jim Blandy <jimb@codesourcery.com>
18850
18851 * gdb.arch/i386-sse.exp: Do not expect character constants.
18852 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18853 * gdb.base/display.exp: Allow print/s.
18854 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18855 and unsigned char array changes.
18856
2025a643
DJ
188572007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18858
18859 * gdb.base/display.exp: Add tests for printf %p.
18860
26669a27
PA
188612007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18862
18863 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18864 the dll name to unicode.
18865
c8f021f8
JK
188662007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18867
18868 * gdb.base/default.exp (show version): Update the version text.
18869 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18870
4cf31eea
JK
188712007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18872
18873 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18874 New files.
18875
4935890f
JK
188762007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18877
18878 * lib/gdb.exp (build_id_debug_filename_get): New function.
18879 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18880 Remove the generate DEBUG file for the future testcase runs.
18881 New testcase for the NT_GNU_BUILD_ID retrieval.
18882 Move the final testing step to ...
18883 (test_different_dir): ... a new function.
18884 New parameter XFAIL to XFAIL all the tests performed.
18885 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18886 New parameter TYPE to PF_PREFIX all the tests performed.
18887
02142340
VP
188882007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18889
18890 * gdb.mi/mi-var-cp.cc (path_expression): New
18891 function.
18892 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18893
36acd84e
UW
188942007-08-27 Markus Deuling <deuling@de.ibm.com>
18895
18896 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18897 to fit into SPU Local Store memory.
18898
a896d121
JB
188992007-08-23 Joel Brobecker <brobecker@adacore.com>
18900
18901 * gdb.base/default.exp: Adjust the expected output of "info
18902 warranty" after the switch to GPLv3.
18903
7b433602
JB
189042007-08-23 Joel Brobecker <brobecker@adacore.com>
18905
18906 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18907 to 30000 (from 20000).
18908
e22f8b7c
JB
189092007-08-23 Joel Brobecker <brobecker@adacore.com>
18910
18911 Switch the license of all .exp files to GPLv3.
18912 Switch the license of all .f and .f90 files to GPLv3.
18913 Switch the license of all .s and .S files to GPLv3.
18914
5a0e3bd0
JB
189152007-08-23 Joel Brobecker <brobecker@adacore.com>
18916
18917 * configure.ac: Switch license to GPLv3.
18918
cc00619d
JB
189192007-08-23 Joel Brobecker <brobecker@adacore.com>
18920
18921 Switch the licensing to GPLv3 for all .ads and .adb files.
18922
8d26208a
DJ
189232007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18924
18925 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18926 and t_int_double.
18927 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18928
4fcb9948
JB
189292007-08-17 Joel Brobecker <brobecker@adacore.com>
18930
18931 * gdb.base/step-line.c: Switch license to GPL version 3, and
18932 update copyright year.
18933 * gdb.base/step-line.inp: Likewise.
18934
b9c34f67
JB
189352007-08-17 Joel Brobecker <brobecker@adacore.com>
18936
18937 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18938 changes inside gdb1555.c.
18939 * gdb.base/pending.exp: Likewise.
18940
2cc17678
DJ
189412007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18942
18943 * config/default.exp: New file.
18944
e48883f7
DJ
189452007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18946
18947 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18948 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18949
1ab80e5b
MR
189502007-07-30 Maciej W. Rozycki <macro@mips.com>
18951
18952 * gdb.base/dump.exp: Force the correct endianness for binary
18953 formats not carrying this information.
18954
aba471f5
DJ
189552007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18956
18957 * gdb.threads/staticthreads.exp: Match .*sem_post.
18958
d4e07204
DJ
189592007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18960
18961 * gdb.base/readline.exp (operate_and_get_next): Match the final
18962 prompt.
18963
2b97317d
KB
189642007-07-23 Kevin Buettner <kevinb@redhat.com>
18965
18966 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18967 to restarting SID.
18968
44efa07a
KB
189692007-07-18 Kevin Buettner <kevinb@redhat.com>
18970
18971 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18972 prior to `gdb_start'.
18973
7b5ebade
KB
189742007-07-18 Kevin Buettner <kevinb@redhat.com>
18975
18976 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18977 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18978 Remove call to gdb_unload.
18979
255e7678
DJ
189802007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18981 Daniel Jacobowitz <dan@codesourcery.com>
18982
18983 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18984 for __WIN32__.
18985 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18986 * gdb.base/unload.exp: Use shared library test routines.
18987
3a40aaa0
UW
189882007-07-03 Markus Deuling <deuling@de.ibm.com>
18989
18990 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18991 * gdb.base/solib-symbol-lib.c: Likewise.
18992 * gdb.base/solib-symbol-main.c: Likewise.
18993
b0f4b84b
DJ
189942007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18995
18996 * config/gdbserver.exp (gdb_reconnect): New.
18997 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18998 gdb.base/solib-disc.exp: New files.
18999 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
19000 remote debugging".
19001 (gdb_compile): Add shlib_load flag.
19002 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
19003 port.
19004 (gdbserver_reconnect): New.
19005
1b05479a
DJ
190062007-07-01 Nick Roberts <nickrob@snap.net.nz>
19007 Daniel Jacobowitz <dan@codesourcery.com>
19008
19009 * gdb.base/annota3.exp: Test for if construct.
19010
86f78eb2
DJ
190112007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19012
19013 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19014
6a2eb474 190152007-06-21 Chris Dearman <chris@mips.com>
a9c64011 19016 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
19017
19018 * gdb.base/display.exp: Allow a newline after display/i.
19019 * gdb.base/pc-fp.exp: Likewise.
19020 * gdb.base/sigbpt.exp: Likewise.
19021
f8b73d13
DJ
190222007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19023
19024 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
19025 required features to be included.
19026
4339e69e
DJ
190272007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19028
19029 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19030 in info threads output.
19031
23d964e7
UW
190322007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19033 Markus Deuling <deuling@de.ibm.com>
19034
19035 * gdb.arch/spu-info.exp: New testcase.
19036 * gdb.arch/spu-info.c: New file.
19037
fd20f75b
DJ
190382007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19039
19040 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19041 tpcs_offset. Restore lr after the call.
19042 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19043
2226f861
DJ
190442007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19045
19046 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19047 (gdbserver_run): Kill any running gdbserver.
19048 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19049
d12371a9
MR
190502007-05-17 Maciej W. Rozycki <macro@mips.com>
19051
19052 * gdb.base/sigbpt.exp: Preset segv_addr.
19053
93f02886
DJ
190542007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19055
19056 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19057 (gdb_compile_shlib): Likewise.
19058 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19059 (default_gdb_init): Clear cleanfiles.
19060 (gdb_finish): Delete recorded cleanfiles.
19061 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19062
19063 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19064 Do not use isnative.
19065 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19066 gdb.base/so-impl-ld.exp: Likewise.
19067 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19068 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19069 gdb_compile.
19070
b04e06d7
VP
190712007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19072
19073 * config/unknown.exp: Remove.
19074
069ed931
UW
190752007-05-15 Markus Deuling <deuling@de.ibm.com>
19076
19077 * gdb.base/info-proc.exp: Check is_remote.
19078
09db0d03
UW
190792007-05-14 Markus Deuling <deuling@de.ibm.com>
19080
19081 * gdb.base/gcore.exp: Initialize variable core_supported.
19082
af2cbe8c
DJ
190832007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19084
19085 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19086
027c0295
DJ
190872007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19088
19089 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19090 * gdb.threads/print-threads.exp (test_all_threads): Allow
19091 negative and hexadecimal thread IDs.
19092
dc5000e7
DJ
190932007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19094
19095 * gdb.java/jprint.java (public): Avoid invalid call to static
19096 method.
19097
2e74ed18
DP
190982007-05-14 Denis Pilat <denis.pilat@st.com>
19099
19100 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19101 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19102 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19103 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19104 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19105
83547f02
UW
191062007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19107
19108 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 19109 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
19110 this mode.
19111 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19112 * gdb.base/spu.ld: New file.
19113
b18be20d
DJ
191142007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19115
19116 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19117
be444858
DJ
191182007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19119
19120 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19121
b1d53152
DJ
191222007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19123
19124 * gdb.java/jmain.exp: Handle demangled names with and without method
19125 signatures.
19126
d084b331
DJ
191272007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19128
19129 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19130 (have_a_very_merry_interrupt): Remove calls to puts.
19131 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19132 inferior output.
19133 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19134 test names.
19135
db9d7fc5
DJ
191362007-04-29 Markus Deuling <deuling@de.ibm.com>
19137 Daniel Jacobowitz <dan@codesourcery.com>
19138
19139 * gdb.base/auxv.exp (core_works): Also check is_remote.
19140 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19141
ef783a7d 191422007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 19143
ef783a7d
VP
19144 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19145 message, not the undefined 'module' variable.
19146 * gdb.base/siginfo.exp: Likewise.
19147 * gdb.base/sigstep.exp: Likewise.
19148 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19149 serialport.
19150 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19151
b7b73cae
CV
191522007-04-25 Corinna Vinschen <vinschen@redhat.com>
19153
19154 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19155 target sim fails. Return 0 otherwise.
19156 (gdb_load): Return prematurely if gdb_target_sim fails.
19157
7d90fdfa
DP
191582007-04-16 Denis Pilat <denis.pilat@st.com>
19159
19160 * gdb.base/setshow.exp: Reset height after having set it to 100.
19161
5d3e9c85
DP
191622007-04-16 Denis Pilat <denis.pilat@st.com>
19163
19164 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19165
18e75969
DP
191662007-04-16 Denis Pilat <denis.pilat@st.com>
19167
19168 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19169
25d5ea92
VP
191702007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19171
19172 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19173 tests. Run the frozen varobjs test.
19174 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 19175 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 19176
0b49cb80
JK
191772007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19178
19179 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19180 gdb.base/type-opaque.exp: New files.
19181
a73bafbc 191822007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
19183
19184 * gdb.mi/mi-var-child.c
a73bafbc
VP
19185 (do_children_tests): User char[2] instead of
19186 char so that automatic printing of pointers to char
19187 don't give unpredicable result.
19188 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19189 local variables.
19190 * gdb.mi/mi-var-child.exp: Step to right line
19191 of do_children_tests.
19192 * gdb.mi/mi2-var-child.exp: Likewise.
19193 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 19194 do_locals_tests.
a73bafbc
VP
19195 (do_children_tests): User char[2] instead of
19196 char so that automatic printing of pointers to char
a9c64011 19197 don't give unpredicable result.
a73bafbc 19198 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19199 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
19200 Pass test name to mi_wait_for_stop.
19201
7ce59000
DJ
192022007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19203
19204 * gdb.asm/asm-source.exp: Remove d10v case.
19205 * lib/gdb.exp (skip_cplus_tests): Likewise.
19206 * gdb.asm/d10v.inc: Deleted.
19207
20389057
DJ
192082007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19209
19210 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19211
8807d78b
DJ
192122007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19213
19214 * config/netware.exp: Delete file.
19215
aa3edb8e
JB
192162007-03-29 Joel Brobecker <brobecker@adacore.com>
19217
19218 * gdb.dwarf2/dw2-noloc.S: New file.
19219 * gdb.dwarf2/dw2-noloc.exp: New file.
19220
297561ac
PA
192212007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19222
19223 * gdb.cp/method2.cc: New test.
19224 * gdb.cp/method2.exp: New test.
19225 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19226
1f81bd39
DJ
192272007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19228
19229 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19230
9453113a
DJ
192312007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19232
19233 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19234
b741e217
DJ
192352007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19236
19237 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19238 (gdb_load): Delete, replace with...
19239 (gdb_reload): ...this.
19240 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19241 * gdb.server/server-mon.exp: Likewise.
19242 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19243 (gdb_start_cmd): New.
19244 (gdb_file_cmd): Save the last loaded file.
19245 (gdb_reload): New.
19246 (gdb_gnu_strip_debug): Use transform.
19247 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19248 support here. Use new $last_loaded_file. Check mtime.
19249 (gdb_target_cmd): Handle ObjC failure case.
19250 (infer_host_exec): Delete.
19251 (gdbserver_load): Rename to...
19252 (gdbserver_run): ...this. Simplify.
19253 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19254 (mi_gdb_load): Move most contents to a new function...
19255 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19256 (mi_run_cmd): Use mi_gdb_target_load.
19257 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19258 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19259 Use gdb_run_cmd.
19260 * gdb.base/charsign.exp: Remove incorrect comment.
19261 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19262 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19263 gdb.base/start.exp: Use gdb_start_cmd.
19264
446ab585 192652007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 19266 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
19267
19268 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19269 * gdb.base/signull.exp: Similarly.
19270
bbb88ebf
UW
192712007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19272
19273 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19274 messages available to test cases (like chng-sym.exp).
19275
cb8c4a99
AS
192762007-03-14 Andreas Schwab <schwab@suse.de>
19277
19278 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19279 format changes.
19280
4e463ff5
DJ
192812007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19282
19283 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19284 (optimized_1): New.
19285 (main): Call optimized_1.
19286 (gdb2029): Correct typos. Call gdb2029_marker.
19287 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19288 for gdb2029.
19289
b6db2c47
MK
192902007-03-12 Mark Kettenis <kettenis@gnu.org>
19291
19292 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19293 as tabs. Remove redundant test pattern.
19294
70ed3737
UW
192952007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19296
19297 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19298 for /a format output.
19299
47b67b60
DJ
193002007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19301
19302 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19303 collect output incrementally.
19304
b8953b0e
UW
193052007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19306
19307 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19308 for -var-create lpcharacter test.
19309 * gdb.mi/mi2-var-cmd.exp: Likewise.
19310
7acd5c40
UW
193112007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19312
19313 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19314 pass on targets where address zero is readable.
19315
9c6759c1
UW
193162007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19317
19318 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19319 just a single architecture.
19320
a2f1aeb4
UW
193212007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19322
19323 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19324 (fetch_all_registers): New function, uses gdb_test_multiple and
19325 exp_continue to fetch inferior output line-by-line.
19326 Replace all uses of do_get_all_registers by fetch_all_registers.
19327
46579ac2
UW
193282007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19329
19330 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19331 in target_info.
19332
fc133f24
MS
193332007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19334
a9c64011 19335 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
19336 consistancy; add a default (timeout) case.
19337
7646a51d
MS
193382007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19339
19340 * gdb.base/watchpoint.exp: Fix truncated comment.
19341
dcfff61f
MS
193422007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19343
19344 * Makefile.in: Remove spurious single-quotes from sed command.
19345
664e3ee9
DJ
193462007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19347
19348 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19349 func.
19350 * gdb.mi/mi2-var-cmd.exp: Likewise.
19351
d7cc6f2f
JB
193522007-02-27 Joel Brobecker <brobecker@adacore.com>
19353
a9c64011
AS
19354 * gdb.dwarf2/dw2-producer.S: New file.
19355 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
19356
193572007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
19358
19359 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19360 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19361 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19362 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19363 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19364 Revert tests to use mi_gdb_test and include value field in output
19365 of -var-create.
19366
93d42b30
DJ
193672007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19368
19369 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19370
c499ed39
DJ
193712007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19372
19373 * gdb.base/maint.exp: Remove full paths from test names.
19374 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19375 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19376
9836f81b
JB
193772007-02-27 Joel Brobecker <brobecker@adacore.com>
19378
19379 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19380
c74d0ad8
DJ
193812007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19382
19383 * gdb.server/server-mon.exp: New test.
19384
2711e456
DJ
193852007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19386
19387 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19388
ff6f572f
DJ
193892007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19390
19391 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19392 register capitalization.
19393
fada3feb
DP
193942007-02-13 Denis Pilat <denis.pilat@st.com>
19395
19396 * gdb.mi/mi-var-invalidate.exp: New file.
19397
fb1e4ffc
DJ
193982007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19399
19400 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19401
3da939d7
DJ
194022007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19403
19404 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19405
123dc839
DJ
194062007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19407
19408 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19409 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19410
877e3645 194112007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
19412
19413 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19414 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19415 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19416 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19417 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 19418 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 19419 Update tests to include value field in output of -var-create.
a9c64011 19420
3c0a2960
AS
194212007-02-08 Andreas Schwab <schwab@suse.de>
19422
19423 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19424
108546a0
DJ
194252007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19426
19427 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19428 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19429
d701dcab
DP
194302007-02-02 Denis Pilat <denis.pilat@st.com>
19431
19432 * gdb.threads/threadapply.exp: check that frame is not changed by
19433 the thread apply all command.
19434
783e3e2f
AS
194352007-01-31 Andreas Schwab <schwab@suse.de>
19436
6d9c3a87
AS
19437 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19438
3c50d7b9
AS
19439 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19440 in the dwarf sections.
19441 * gdb.dwarf2/mac-fileno.S: Likewise.
19442
783e3e2f
AS
19443 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19444 bspstore register on ia64.
19445
78ff580e
AS
194462007-01-29 Andreas Schwab <schwab@suse.de>
19447
cc8e9b12
AS
19448 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19449 "frame-begin" annotation.
19450
78ff580e
AS
19451 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19452 number of "frames-invalid" annotations.
19453
704a4f78
DJ
194542007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19455
19456 * gdb.base/commands.exp: Call if_commands_test.
19457 (gdb_test_no_prompt, if_commands_test): New.
19458
e741bf94
MK
194592007-01-28 Mark Kettenis <kettenis@gnu.org>
19460
19461 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19462
474d0ad3
AS
194632007-01-27 Andreas Schwab <schwab@suse.de>
19464
19465 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19466 .short/.int/.quad in the dwarf sections.
19467 * gdb.dwarf2/dw2-intercu.S: Likewise.
19468 * gdb.dwarf2/dw2-intermix.S: Likewise.
19469
e784b426
JK
194702007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19471
19472 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
19473 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19474 array.
e784b426
JK
19475 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19476 * gdb.base/setvar.exp: Likewise.
19477
37f08e04
AS
194782007-01-26 Andreas Schwab <schwab@suse.de>
19479
9a01813a
AS
19480 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19481 test.
19482
37f08e04
AS
19483 * gdb.base/multi-forks.exp ("restart $i"): Also match
19484 __kernel_syscall_via_break.
19485
6e2a9270
VP
194862007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19487
19488 * lib/mi-support.exp (mi_delete_varobj): New.
19489 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19490 testcase.
19491 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19492 (main): Call the above.
19493 (reference_update_test, base_in_reference_test)
19494 (reference_to_pointer): Delete the created varobjs.
a9c64011 19495
e515b470
DJ
194962007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19497
19498 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19499 * configure: Regenerated.
19500 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19501 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19502 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19503 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19504 * lib/gdb.exp (gdb_skip_xml_test): New function.
19505
08d8bcd7
DJ
195062007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19507
19508 * gdb.base/sigrepeat.exp: Correct error message.
19509
195102007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
19511 Daniel Jacobowitz <dan@codesourcery.com>
19512
19513 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19514 gdb.arch/i386-gnu-cfi-asm.S: New files.
19515
97c3f1f3
JK
195162007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19517
19518 * lib/gdb.exp: Abort on missing `site.exp'.
19519
cb1df416
DJ
195202007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19521 Daniel Jacobowitz <dan@codesourcery.com>
19522
19523 * gdb.base/included.c, gdb.base/included.exp,
19524 gdb.base/included.h: New files.
19525
35990120
DJ
195262007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19527
19528 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19529 (maximize_rlimit): Reduce limits on 64-bit systems.
19530
6e81a116 195312007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
19532
19533 From Marcus Deuling <deuling@de.ibm.com>:
19534 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19535 every case.
19536
6c3c41f3
NR
195372007-01-13 Nick Roberts <nickrob@snap.net.nz>
19538
19539 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19540 (test_path_specification): Use objdir instead of srcdir to always
19541 get an absolute filename.
19542
2f12c312
DJ
195432007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19544
19545 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19546
81121995
VP
195472007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19548
19549 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19550 Make sure the variable we're using is in scope.
19551 (reference_to_pointer): Likewise.
19552
4741b737
DJ
195532007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19554
19555 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19556 has no debug information.
19557
054410c3
DJ
195582007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19559
19560 * gdb.base/annota1.exp: Remove extra send_gdb.
19561
818f79f6
DJ
195622007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19563
19564 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19565
f7a6bb70
DJ
195662007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19567
19568 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19569
57e66780
DJ
195702007-01-08 Nick Roberts <nickrob@snap.net.nz>
19571 Daniel Jacobowitz <dan@codesourcery.com>
19572
19573 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19574 lcharacter or linteger change. Correct duplicated test name.
19575 * gdb.mi/mi2-var-cmd.exp: Likewise.
19576
3d799a95
DJ
195772007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19578
19579 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19580
195812007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 19582
a9c64011
AS
19583 * gdb.base/nofield.c: New file.
19584 * gdb.base/nofield.exp: New testcase.
51679ba9 19585
eafb94e8
NR
195862007-01-05 Nick Roberts <nickrob@snap.net.nz>
19587
19588 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19589
19590 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19591 test.
19592
5e572bb4
DJ
195932007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19594
19595 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19596
74a44383
DJ
195972007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19598
19599 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19600 when continuing.
19601
1b572db9
DJ
196022007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19603
19604 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19605 Expect ".exe" extension.
19606
381bc39b
DJ
196072007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19608
19609 * gdb.base/charset.exp: Add explicit filename to break.
19610 * gdb.base/dbx.exp: Add explicit filename to breaks.
19611
2b70e4c6
DJ
196122007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19613
19614 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19615 * gdb.mi/mi2-file.exp: Likewise.
19616
303b6f5d
DJ
196172007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19618
19619 Implement specification of MI tests as comments
19620 in C and C++ sources.
19621 * lib/mi-support.exp (mi_autotest_data): New variable.
19622 (mi_autotest_source): New variable.
19623 (count_newlines, mi_prepare_inline_tests)
19624 (mi_get_inline_test, mi_continue_to_line)
19625 (mi_run_inline_test, mi_tbreak)
19626 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19627 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19628 Run inline tests.
19629 * gdb.mi/mi-var-cp.cc: Define tests here.
19630
23da0d94
VP
196312007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19632
19633 Simplify usage of mi_continue_to.
19634 * lib/mi-support.exp (mi_runto_helper): Renamed
19635 from mi_runto, added new parameter 'run_or_continue'.
19636 (mi_runto): Use mi_runto_helper.
19637 (mi_continue_to): Accept just function name as parameter.
19638 Use mi_runto_helper.
19639 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19640 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19641
f9e18282
JB
196422006-01-04 Joel Brobecker <brobecker@adacore.com>
19643
19644 Make this testcase a bit more realistic. The current code
19645 is too simplistic, and allows the compiler to optimize out
19646 some of the entities we need for this testcase.
19647 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19648 (Do_Nothing): Add extra parameter.
19649 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19650 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19651 by using a variable of type Void_Star.
19652
fd678c65
JB
196532006-01-04 Joel Brobecker <brobecker@adacore.com>
19654
19655 * gdb.ada/catch_ex/foo.adb: New file.
19656 * gdb.ada/catch_ex.exp: New testcase.
19657
05cfdb42
DJ
196582007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19659
19660 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19661 pass --image-base to linker.
19662
2e03ee74
DJ
196632007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19664 Daniel Jacobowitz <dan@codesourcery.com>
19665
19666 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19667 secondary prompts.
19668
0d5de010
DJ
196692007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19670
19671 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19672 output. Test the types of members and member pointers.
19673 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19674 gdb/2092.
19675 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19676 statement. Enable for GCC. Update expected output for some tests
19677 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19678 layout.
19679 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19680 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19681 (Diamond::vget_base): New.
19682 (main): Add new tests.
19683 * gdb.cp/printmethod.exp: Update expected output for member functions.
19684 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19685 print pEe->D::vg().
19686
61a771aa
DJ
196872007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19688
19689 * gdb.threads/tls.exp: Allow stops in sem_post.
19690
2fa63963
DJ
196912006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19692
19693 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19694 * gdb.base/annota3.exp: Likewise.
19695 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19696 again (instead of timing out).
19697 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19698 GCC bug 26475.
19699 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19700 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19701 test from jmisc1.exp.
19702 * gdb.java/jmisc1.exp: Delete.
19703 * gdb.java/jprint.exp: Adjust to work with method signatures including
19704 return types.
19705 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19706 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19707 * lib/java.exp (compile_java_from_source): Pass the correct type
19708 to target_compile.
19709
5eefc2b7
JB
197102006-12-31 Joel Brobecker <brobecker@adacore.com>
19711
19712 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19713 (stack_align_edx): New function.
19714 (stack_align_eax): New function.
19715 (main): Add calls to stack_align_edx and stack_align_eax.
19716 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19717 Add testing for the cases where the register used during a stack
19718 realignment is edx. Same for eax.
19719
227c54da
DJ
197202006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19721
19722 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19723 and generic PE targets.
19724
cab8ac94
JB
197252006-12-29 Joel Brobecker <brobecker@adacore.com>
19726
19727 * gdb.ada/array_return.exp: Update copyright date list.
19728
ba54f318
JB
197292006-12-27 Joel Brobecker <brobecker@adacore.com>
19730
19731 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19732 (Create_Small_Float_Vector): New function.
19733 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19734 function body.
19735 * gdb.ada/array_return/p.adb: Use new type and function from
19736 package Pck.
19737 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19738 able to print the value returned by a function returning an
19739 array of float.
19740
6b7a35dd
JB
197412006-12-20 Joel Brobecker <brobecker@adacore.com>
19742
19743 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19744 The associated tests should be PASSing.
19745
038224f6
VP
197462006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19747
19748 Test for base in references.
19749 * gdb.mi/mi-var-cp.cc: Add test code.
19750 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19751 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19752 * gdb.mi/mi2-watch.exp: Likewise.
19753 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19754 (mi_list_varobj_children): New function.
19755
b26ed50d
VP
197562006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19757
19758 * lib/mi-support.exp
19759 (mi_runto): Accept "()" after function name.
19760 (mi_create_varobj): New function.
19761 (mi_varobj_update): New function.
19762 (mi_Check_varobj_value): New function.
19763 * gdb.mi/mi-var-cp.exp: New file.
19764 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19765
08232497
DJ
197662006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19767
19768 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19769 gdb.base/weaklib2.c: New files.
19770
d394c993 197712006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 19772
ac6c2fba
NS
19773 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19774 info. Adjust test names.
19775
8ec659a0 19776 * gdb.base/break.c (main): Move position of malloc.
d394c993 19777 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 19778
acd65feb
VP
197792006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19780
19781 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19782 assignement of arrays and function pointers.
19783 * gdb.mi/var-cmd.c: Add declaration necessary for above
19784 tests.
19785
f556d5e5
NS
197862006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19787
19788 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
19789
19790 * gdb.threads/linux-dp.exp: Read thread table before and after
19791 creating each philosopher and verify it.
19792
697bc68d
NS
197932006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19794 Paul Brook <paul@codesourcery.com>
19795 Daniel Jacobowitz <dan@codesourcery.com>
19796
19797 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 19798 main to remove duplication. Add start function of the form
697bc68d
NS
19799 '_*start[1-9]*'. Add RVDS start function.
19800
29d73ae4
DJ
198012006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19802
19803 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19804
c1d88655
UW
198052006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19806
19807 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19808 * gdb.asm/spu.inc: New file.
19809 * gdb.base/term.exp: Disable if [target_info exists noargs].
19810 * gdb.gdb/complaints.exp: Disable if ![isnative].
19811 * gdb.gdb/selftest.exp: Likewise.
19812 * gdb.gdb/observer.exp: Likewise.
19813 * gdb.gdb/xfullpath.exp: Likewise.
19814 * gdb.base/attach.exp: Disable on SPU target.
19815 * gdb.cp/bs145503.exp: Likewise.
19816 * gdb.cp/exception.exp: Likewise.
19817 * gdb.cp/userdef.exp: Likewise.
19818
32a13b1a
DJ
198192006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19820
19821 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19822
d8295fe9
VP
198232006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19824
19825 * gdb.base/completion.exp: Fix completion tests for
19826 'info' and 'info '.
19827 * gdb.base/help.exp (help_test_raw, test_class_help)
19828 (test_prefix_command_help): Move...
19829 * lib/gdb.exp: Here.
19830 * gdb.base/main.exp: Adjust.
19831 * gdb.cp/maint.exp: Adjust.
19832 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 19833
8c394015
VP
198342006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19835
19836 * gdb.stabs/weird.exp (print_weird_var): Use
19837 gdb_test_multiple instead of gdb_expect.
19838
027fc1bc
VP
198392006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19840
19841 * gdb.base/help.exp (help_test_raw): New.
19842 (test_class_help): New.
19843 (test_prefix_command_help): New.
19844 Adjust testcases.
19845
67609209
FR
198462006-11-09 Christophe Lyon <christophe.lyon@st.com>
19847
19848 * gdb.base/constvars.c (main): Write to crass and crips, so that
19849 they are allocated by the compiler.
19850
f73adfeb
AS
198512006-10-27 Andreas Schwab <schwab@suse.de>
19852
19853 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19854 "detach-fork".
19855
2f83a18e
DJ
198562006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19857
19858 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19859 of patterns.
19860
94277a38
DJ
198612006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19862
19863 * gdb.base/sepdebug.exp: Remove debug format test.
19864 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19865 Handle no-symtab.
19866 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19867
5bd2f6e2
DJ
198682006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19869
19870 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19871 int to pointer or pointer to int.
19872 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19873
8c008720
DJ
198742006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19875
19876 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19877
9e35dae4
DJ
198782006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19879
19880 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19881
d9639e13
DJ
198822006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19883
19884 PR c++/2116
19885 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19886
390a1bd0
JB
198872006-10-06 Joel Brobecker <brobecker@adacore.com>
19888
19889 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19890 the corresponding bug has been fixed in GDB (PR/2018).
19891
dd920c33
JB
198922006-10-06 Joel Brobecker <brobecker@adacore.com>
19893
19894 * gdb.base/subst.exp: New testcase.
19895
53bbefe9
JB
198962006-10-06 Joel Brobecker <brobecker@adacore.com>
19897
19898 * gdb.ada/array_return/pck.ads: Add copyright notice.
19899 * gdb.ada/array_return/pck.adb: Likewise.
19900 * gdb.ada/array_return/p.adb: Likewise.
19901 * gdb.ada/exec_changed/first.adb: Likewise.
19902 * gdb.ada/exec_changed/second.adb: Likewise.
19903
09851417
JB
199042006-10-06 Joel Brobecker <brobecker@adacore.com>
19905
19906 * gdb.ada/watch_arg/watch.adb: New file.
19907 * gdb.ada/watch_arg.exp: New testcase.
19908
041bf30d
VP
199092006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19910
19911 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 19912 via string_to_regexp.
041bf30d 19913 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 19914
f286fbdd 199152006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
19916
19917 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19918 Remove unused / obsolete files.
19919
7c07f349
NR
199202006-09-19 Nick Roberts <nickrob@snap.net.nz>
19921
19922 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19923
cd5ff84a
VP
199242006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19925
19926 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19927 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 19928 the number of frames.
cd5ff84a 19929
ae018d1a
DJ
199302006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19931
19932 * gdb.base/args.c (main): Add breakpoint marker.
19933 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19934 really test empty arguments.
19935 (args_load): Delete.
19936 (args_test): New.
19937
b399c549
NR
199382006-09-13 Nick Roberts <nickrob@snap.net.nz>
19939
19940 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 19941 check for one file.
b399c549 19942
2ab1eb7a
VP
199432006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19944
19945 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19946 HIGH_FRAME argument to -stack-list-locals can be larger than
19947 the number of frames.
a9c64011 19948
476308bf
FF
199492006-08-18 Fred Fish <fnf@specifix.com>
19950
19951 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19952 '$' in front of skip_vmx_tests_saved when setting that.
19953
8625200f
AS
199542006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19955
19956 * gdb.base/trace-commands.exp: New file.
19957
089ec8f1
DJ
199582006-08-10 Joel Brobecker <brobecker@adacore.com>
19959 Daniel Jacobowitz <dan@codesourcery.com>
19960
19961 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19962 expected output of the backtrace commands.
19963
b60f0898
JB
199642006-08-09 Joel Brobecker <brobecker@adacore.com>
19965
19966 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19967 untested followed by return combination.
19968 * gdb.arch/altivec-regs.exp: Likewise.
19969 * gdb.arch/e500-abi.exp: Likewise.
19970 * gdb.arch/e500-regs.exp: Likewise.
19971 * gdb.arch/gdb1291.exp: Likewise.
19972 * gdb.arch/gdb1431.exp: Likewise.
19973 * gdb.arch/gdb1558.exp: Likewise.
19974 * gdb.arch/i386-prologue.exp: Likewise.
19975 * gdb.arch/i386-unwind.exp: Likewise.
19976 * gdb.asm/asm-source.exp: Likewise.
19977 * gdb.base/a2-run.exp: Likewise.
19978 * gdb.base/advance.exp: Likewise.
19979 * gdb.base/all-bin.exp: Likewise.
19980 * gdb.base/annota1.exp: Likewise.
19981 * gdb.base/annota3.exp: Likewise.
19982 * gdb.base/args.exp: Likewise.
19983 * gdb.base/arithmet.exp: Likewise.
19984 * gdb.base/assign.exp: Likewise.
19985 * gdb.base/async.exp: Likewise.
19986 * gdb.base/attach.exp: Likewise.
19987 * gdb.base/bang.exp: Likewise.
19988 * gdb.base/bigcore.exp: Likewise.
19989 * gdb.base/bitfields.exp: Likewise.
19990 * gdb.base/bitfields2.exp: Likewise.
19991 * gdb.base/break.exp: Likewise.
19992 * gdb.base/call-sc.exp: Likewise.
19993 * gdb.base/call-strs.exp: Likewise.
19994 * gdb.base/callfuncs.exp: Likewise.
19995 * gdb.base/checkpoint.exp: Likewise.
19996 * gdb.base/chng-syms.exp: Likewise.
19997 * gdb.base/code-expr.exp: Likewise.
19998 * gdb.base/commands.exp: Likewise.
19999 * gdb.base/completion.exp: Likewise.
20000 * gdb.base/cond-expr.exp: Likewise.
20001 * gdb.base/condbreak.exp: Likewise.
20002 * gdb.base/consecutive.exp: Likewise.
20003 * gdb.base/constvars.exp: Likewise.
20004 * gdb.base/corefile.exp: Likewise.
20005 * gdb.base/cvexpr.exp: Likewise.
20006 * gdb.base/dbx.exp: Likewise.
20007 * gdb.base/define.exp: Likewise.
20008 * gdb.base/detach.exp: Likewise.
20009 * gdb.base/display.exp: Likewise.
20010 * gdb.base/dump.exp: Likewise.
20011 * gdb.base/ena-dis-br.exp: Likewise.
20012 * gdb.base/ending-run.exp: Likewise.
20013 * gdb.base/environ.exp: Likewise.
20014 * gdb.base/eval-skip.exp: Likewise.
20015 * gdb.base/exprs.exp: Likewise.
20016 * gdb.base/fileio.exp: Likewise.
20017 * gdb.base/finish.exp: Likewise.
20018 * gdb.base/float.exp: Likewise.
20019 * gdb.base/foll-exec.exp: Likewise.
20020 * gdb.base/foll-fork.exp: Likewise.
20021 * gdb.base/foll-vfork.exp: Likewise.
20022 * gdb.base/freebpcmd.exp: Likewise.
20023 * gdb.base/funcargs.exp: Likewise.
20024 * gdb.base/gcore.exp: Likewise.
20025 * gdb.base/gdb1090.exp: Likewise.
20026 * gdb.base/gdb1250.exp: Likewise.
20027 * gdb.base/huge.exp: Likewise.
20028 * gdb.base/info-proc.exp: Likewise.
20029 * gdb.base/interrupt.exp: Likewise.
20030 * gdb.base/jump.exp: Likewise.
20031 * gdb.base/langs.exp: Likewise.
20032 * gdb.base/lineinc.exp: Likewise.
20033 * gdb.base/list.exp: Likewise.
20034 * gdb.base/logical.exp: Likewise.
20035 * gdb.base/long_long.exp: Likewise.
20036 * gdb.base/macscp.exp: Likewise.
20037 * gdb.base/maint.exp: Likewise.
20038 * gdb.base/mips_pro.exp: Likewise.
20039 * gdb.base/miscexprs.exp: Likewise.
20040 * gdb.base/multi-forks.exp: Likewise.
20041 * gdb.base/opaque.exp: Likewise.
20042 * gdb.base/overlays.exp: Likewise.
20043 * gdb.base/pc-fp.exp: Likewise.
20044 * gdb.base/pointers.exp: Likewise.
20045 * gdb.base/printcmds.exp: Likewise.
20046 * gdb.base/psymtab.exp: Likewise.
20047 * gdb.base/ptype.exp: Likewise.
20048 * gdb.base/recurse.exp: Likewise.
20049 * gdb.base/relational.exp: Likewise.
20050 * gdb.base/relocate.exp: Likewise.
20051 * gdb.base/remote.exp: Likewise.
20052 * gdb.base/reread.exp: Likewise.
20053 * gdb.base/restore.exp: Likewise.
20054 * gdb.base/return.exp: Likewise.
20055 * gdb.base/return2.exp: Likewise.
20056 * gdb.base/scope.exp: Likewise.
20057 * gdb.base/sect-cmd.exp: Likewise.
20058 * gdb.base/sep.exp: Likewise.
20059 * gdb.base/sepdebug.exp: Likewise.
20060 * gdb.base/setshow.exp: Likewise.
20061 * gdb.base/setvar.exp: Likewise.
20062 * gdb.base/sigall.exp: Likewise.
20063 * gdb.base/sigbpt.exp: Likewise.
20064 * gdb.base/signals.exp: Likewise.
20065 * gdb.base/signull.exp: Likewise.
20066 * gdb.base/sizeof.exp: Likewise.
20067 * gdb.base/solib.exp: Likewise.
20068 * gdb.base/step-line.exp: Likewise.
20069 * gdb.base/step-test.exp: Likewise.
20070 * gdb.base/structs.exp: Likewise.
20071 * gdb.base/structs2.exp: Likewise.
20072 * gdb.base/term.exp: Likewise.
20073 * gdb.base/twice.exp: Likewise.
20074 * gdb.base/until.exp: Likewise.
20075 * gdb.base/varargs.exp: Likewise.
20076 * gdb.base/volatile.exp: Likewise.
20077 * gdb.base/watchpoint.exp: Likewise.
20078 * gdb.base/whatis-exp.exp: Likewise.
20079 * gdb.base/whatis.exp: Likewise.
20080 * gdb.cp/ambiguous.exp: Likewise.
20081 * gdb.cp/annota2.exp: Likewise.
20082 * gdb.cp/annota3.exp: Likewise.
20083 * gdb.cp/bool.exp: Likewise.
20084 * gdb.cp/breakpoint.exp: Likewise.
20085 * gdb.cp/casts.exp: Likewise.
20086 * gdb.cp/class2.exp: Likewise.
20087 * gdb.cp/classes.exp: Likewise.
20088 * gdb.cp/cplusfuncs.exp: Likewise.
20089 * gdb.cp/ctti.exp: Likewise.
20090 * gdb.cp/derivation.exp: Likewise.
20091 * gdb.cp/exception.exp: Likewise.
20092 * gdb.cp/gdb1355.exp: Likewise.
20093 * gdb.cp/hang.exp: Likewise.
20094 * gdb.cp/inherit.exp: Likewise.
20095 * gdb.cp/local.exp: Likewise.
20096 * gdb.cp/m-data.exp: Likewise.
20097 * gdb.cp/m-static.exp: Likewise.
20098 * gdb.cp/member-ptr.exp: Likewise.
20099 * gdb.cp/method.exp: Likewise.
20100 * gdb.cp/misc.exp: Likewise.
20101 * gdb.cp/namespace.exp: Likewise.
20102 * gdb.cp/overload.exp: Likewise.
20103 * gdb.cp/ovldbreak.exp: Likewise.
20104 * gdb.cp/pr-1023.exp: Likewise.
20105 * gdb.cp/pr-1210.exp: Likewise.
20106 * gdb.cp/pr-574.exp: Likewise.
20107 * gdb.cp/printmethod.exp: Likewise.
20108 * gdb.cp/psmang.exp: Likewise.
20109 * gdb.cp/ref-params.exp: Likewise.
20110 * gdb.cp/ref-types.exp: Likewise.
20111 * gdb.cp/rtti.exp: Likewise.
20112 * gdb.cp/templates.exp: Likewise.
20113 * gdb.cp/try_catch.exp: Likewise.
20114 * gdb.cp/userdef.exp: Likewise.
20115 * gdb.cp/virtfunc.exp: Likewise.
20116 * gdb.disasm/am33.exp: Likewise.
20117 * gdb.disasm/h8300s.exp: Likewise.
20118 * gdb.disasm/mn10300.exp: Likewise.
20119 * gdb.disasm/sh3.exp: Likewise.
20120 * gdb.disasm/t01_mov.exp: Likewise.
20121 * gdb.disasm/t02_mova.exp: Likewise.
20122 * gdb.disasm/t03_add.exp: Likewise.
20123 * gdb.disasm/t04_sub.exp: Likewise.
20124 * gdb.disasm/t05_cmp.exp: Likewise.
20125 * gdb.disasm/t06_ari2.exp: Likewise.
20126 * gdb.disasm/t07_ari3.exp: Likewise.
20127 * gdb.disasm/t08_or.exp: Likewise.
20128 * gdb.disasm/t09_xor.exp: Likewise.
20129 * gdb.disasm/t10_and.exp: Likewise.
20130 * gdb.disasm/t11_logs.exp: Likewise.
20131 * gdb.disasm/t12_bit.exp: Likewise.
20132 * gdb.disasm/t13_otr.exp: Likewise.
20133 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20134 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20135 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20136 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20137 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20138 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20139 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20140 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20141 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20142 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20143 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20144 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20145 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20146 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20147 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20148 * gdb.mi/gdb701.exp: Likewise.
20149 * gdb.mi/gdb792.exp: Likewise.
20150 * gdb.mi/mi-basics.exp: Likewise.
20151 * gdb.mi/mi-break.exp: Likewise.
20152 * gdb.mi/mi-cli.exp: Likewise.
20153 * gdb.mi/mi-console.exp: Likewise.
20154 * gdb.mi/mi-disassemble.exp: Likewise.
20155 * gdb.mi/mi-eval.exp: Likewise.
20156 * gdb.mi/mi-file.exp: Likewise.
20157 * gdb.mi/mi-read-memory.exp: Likewise.
20158 * gdb.mi/mi-regs.exp: Likewise.
20159 * gdb.mi/mi-return.exp: Likewise.
20160 * gdb.mi/mi-simplerun.exp: Likewise.
20161 * gdb.mi/mi-stack.exp: Likewise.
20162 * gdb.mi/mi-stepi.exp: Likewise.
20163 * gdb.mi/mi-syn-frame.exp: Likewise.
20164 * gdb.mi/mi-until.exp: Likewise.
20165 * gdb.mi/mi-var-block.exp: Likewise.
20166 * gdb.mi/mi-var-child.exp: Likewise.
20167 * gdb.mi/mi-var-cmd.exp: Likewise.
20168 * gdb.mi/mi-var-display.exp: Likewise.
20169 * gdb.mi/mi-watch.exp: Likewise.
20170 * gdb.mi/mi2-basics.exp: Likewise.
20171 * gdb.mi/mi2-break.exp: Likewise.
20172 * gdb.mi/mi2-cli.exp: Likewise.
20173 * gdb.mi/mi2-console.exp: Likewise.
20174 * gdb.mi/mi2-disassemble.exp: Likewise.
20175 * gdb.mi/mi2-eval.exp: Likewise.
20176 * gdb.mi/mi2-file.exp: Likewise.
20177 * gdb.mi/mi2-read-memory.exp: Likewise.
20178 * gdb.mi/mi2-regs.exp: Likewise.
20179 * gdb.mi/mi2-return.exp: Likewise.
20180 * gdb.mi/mi2-simplerun.exp: Likewise.
20181 * gdb.mi/mi2-stack.exp: Likewise.
20182 * gdb.mi/mi2-stepi.exp: Likewise.
20183 * gdb.mi/mi2-syn-frame.exp: Likewise.
20184 * gdb.mi/mi2-until.exp: Likewise.
20185 * gdb.mi/mi2-var-block.exp: Likewise.
20186 * gdb.mi/mi2-var-child.exp: Likewise.
20187 * gdb.mi/mi2-var-cmd.exp: Likewise.
20188 * gdb.mi/mi2-var-display.exp: Likewise.
20189 * gdb.mi/mi2-watch.exp: Likewise.
20190 * gdb.stabs/exclfwd.exp: Likewise.
20191 * gdb.stabs/weird.exp: Likewise.
20192 * gdb.threads/gcore-thread.exp: Likewise.
20193 * gdb.trace/actions.exp: Likewise.
20194 * gdb.trace/backtrace.exp: Likewise.
20195 * gdb.trace/circ.exp: Likewise.
20196 * gdb.trace/collection.exp: Likewise.
20197 * gdb.trace/deltrace.exp: Likewise.
20198 * gdb.trace/infotrace.exp: Likewise.
20199 * gdb.trace/limits.exp: Likewise.
20200 * gdb.trace/packetlen.exp: Likewise.
20201 * gdb.trace/passc-dyn.exp: Likewise.
20202 * gdb.trace/passcount.exp: Likewise.
20203 * gdb.trace/report.exp: Likewise.
20204 * gdb.trace/save-trace.exp: Likewise.
20205 * gdb.trace/tfind.exp: Likewise.
20206 * gdb.trace/tracecmd.exp: Likewise.
20207 * gdb.trace/while-dyn.exp: Likewise.
20208 * gdb.trace/while-stepping.exp: Likewise.
20209
f4b618d1
JB
202102006-08-08 Joel Brobecker <brobecker@adacore.com>
20211
20212 * gdb.base/step-bt.c: New file.
20213 * gdb.base/step-bt.exp: New testcase.
20214
3d00d119
DJ
202152006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20216
20217 * config/monitor.exp (gdb_load): Remove support for obsolete
20218 download-write-size.
20219 * gdb.base/remote.exp: Likewise. Update all callers of
20220 gdb_timed_load.
20221
017b5bd4
DJ
202222006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20223
20224 * cursal.exp: Pass binfile to gdb_load.
20225
837c599d
DJ
202262006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20227
20228 * gdb.base/cursal.exp: Add "" to gdb_load call.
20229
8dd4540b
MK
202302006-07-29 Mark Kettenis <kettenis@gnu.org>
20231
20232 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20233 NetBSD/ELF targets.
20234
ab5c9f60
DJ
202352006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20236
20237 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20238 operator*.
20239
4c42eaff
DJ
202402006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20241
20242 * gdb.base/completion.exp: Update for change in "file" behavior.
20243 * gdb.stabs/weird.exp: Likewise.
20244 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20245 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20246
0155cc76
NS
202472006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20248
20249 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20250 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20251
16026cd7
AS
202522006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20253
20254 * gdb.base/default.exp: Update source command error message.
20255 * gdb.base/help.exp: Update 'help source' message.
20256
16963cb6
DJ
202572006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20258
20259 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20260 test.
20261
6d7fd486
AS
202622006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20263
20264 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20265
29e8a844
DJ
202662006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20267
20268 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20269
6afcfa39
DJ
202702006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20271
20272 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20273
267a692b
MK
202742006-07-17 Mark Kettenis <kettenis@gnu.org>
20275
20276 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20277 *-*-openbsd* from targets for wich we expect ARM FPA floating
20278 point format.
20279
85d2fec4
NR
202802006-07-17 Nick Roberts <nickrob@snap.net.nz>
20281
20282 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20283
202842006-07-17 Mark Kettenis <kettenis@gnu.org>
20285
20286 * gdb.base/annota3.exp: Expect frame-begin annotation.
20287
85b4c6e8
JB
202882006-07-14 Joel Brobecker <brobecker@adacore.com>
20289
20290 * gdb.base/help.exp: Adjust "help unset" test to accept
20291 any list of unset commands.
20292
fb933624
DJ
202932006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20294 Daniel Jacobowitz <dan@codesourcery.com>
20295
20296 * gdb.cp/ref-params.exp: New test.
20297 * gdb.cp/ref-params.cc: New source file.
20298 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20299
1dff4b64
MK
203002006-07-08 Mark Kettenis <kettenis@gnu.org>
20301
20302 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20303 spaces/tabs in regular expressions since they might not be there.
20304
40d2e0e3
AS
203052006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20306
20307 * gdb.base/ifelse.exp: New file.
20308
f6c957d2
NS
203092006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20310
20311 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20312 line.
20313 * gdb.base/huge.exp: Loop over compilation to find a size that
20314 is acceptable.
20315 * gdb.base/remote.exp: Correct expected strings.
20316 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20317
b9c5a23d
DJ
203182006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20319
20320 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20321
9af2e58d
DJ
203222006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20323
20324 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20325 native.
20326
30930ca5
DJ
203272006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20328
20329 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20330 enable stabs testing.
20331
aa32fa1d
DJ
203322006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20333
bd4a4c80 20334 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
20335 gdb_test_multiple does.
20336
321fef15
DJ
203372006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20338
20339 * Makefile.in (host_alias): Remove.
20340 (target_alias): Use @target_noncanonical@.
20341 (site.exp): Don't set host_alias.
20342 * aclocal.m4: Remove contents. Include acx.m4.
20343 * configure: Regenerated.
20344 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20345
e1c2defa
NS
203462006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20347
e63b55d1
NS
20348 * lib/gdb.exp (gdb_load_cmd): New.
20349
5600ea19
NS
20350 * gdb.base/fileio.c: Add system(NULL) test.
20351 * gdb.base/fileio.exp: Check it.
20352
e1c2defa
NS
20353 * gdb.base/break.c: Add 10a breakpoint at }
20354 * gdb.base/break.exp: Add test for breakpoint at }
20355 * gdb.cp/anon-union.cc: Add code at end of function.
20356 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20357 * gdb.mi/var-cmd.c: Add code at end of function.
20358 * gdb.mi/mi-var-display.exp: Adjust end of next.
20359 * gdb.mi/mi2-var-display.exp: Likewise.
20360 * gdb.base/fileio.c: Add stop function and insert calls at
20361 stopping places.
20362 * gdb.base/fileio.exp: Breakpoint stop function and remove
20363 explicit line number references.
20364
6c0112ec
JB
203652006-05-19 Joel Brobecker <brobecker@adacore.com>
20366
a9c64011
AS
20367 * gdb.base/del.exp (test_delete_alias): New function.
20368 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 20369
154189a4
FF
203702006-05-18 Fred Fish <fnf@specifix.com>
20371
20372 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20373 required. Check for spurious output after program exits normally.
20374
582e64c2
FF
203752006-05-17 Fred Fish <fnf@specifix.com>
20376
20377 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20378 gdb_load, so it works in the simulator.
20379
8ef6493a
FF
203802006-05-11 Fred Fish <fnf@specifix.com>
20381
20382 * gdb.base/bang.exp: Ignore unexpected output between the
20383 "program exited normally" and the gdb prompt, as many other
20384 tests do.
20385
692b141c
MK
203862006-05-07 Mark Kettenis <kettenis@gnu.org>
20387
20388 * gdb.base/help.exp: Make "delete checkpoint" part option for
20389 "help d" and "help delete" tests.
20390
540b8a30
UW
203912006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20392
a9c64011 20393 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
20394 expected output in some mi_gdb_test statements.
20395 * gdb.mi/mi2-basics.exp: Likewise.
20396
9b6462d9
JB
203972006-05-05 Joel Brobecker <brobecker@adacore.com>
20398
20399 * gdb.base/del.c: New file.
20400 * gdb.base/del.exp: New testcase.
20401
954de43b
DM
204022006-05-05 David S. Miller <davem@sunset.davemloft.net>
20403
20404 * gdb.base/break.exp: Do not assume a breakpoint on
20405 main will actually be in $srcfile when optimizing.
1303f75e
DM
20406 * gdb.base/savedregs.exp: Do not require that the dummy
20407 frame location match up to a symbol and source file location.
c3242428
DM
20408 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20409 will get printed without a mi_cmd_data_list_register_values prefix.
20410 (*-data-list-register-*): Correct regular expressions to expect the new
20411 pseudo d? floating point registers.
20412 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 20413
c7e64c9a
DJ
204142006-05-05 Christophe Lyon <christophe.lyon@st.com>
20415
20416 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20417 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20418 is allocated by the compiler.
20419 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20420 anons, e, anone to force their allocation by the compiler.
20421
204222006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
20423
20424 * gdb.base/help.exp: Update expected text for help d and
20425 help delete.
20426
27ce9a6d
MK
204272006-05-02 Mark Kettenis <kettenis@gnu.org>
20428
20429 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20430 NetBSD/ELF targets.
20431
8608915f
MK
204322006-04-30 Mark Kettenis <kettenis@gnu.org>
20433
20434 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20435 single-step breakpoint fails; make this a KFAIL on
20436 sparc*-*-openbsd*.
20437 * gdb.base/siginfo.exp: Likewise.
20438 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20439
b8db102d
MS
204402006-04-26 Michael Snyder <msnyder@redhat.com>
20441
20442 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20443 which may have to consume output from other forks.
20444 Add tests to make sure that "delete fork" succeeded.
20445
c702009a
MS
204462006-04-20 Michael Snyder <msnyder@redhat.com>
20447
20448 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20449 Add support for the Renesas M32C and M16C.
20450
20451 * gdb.asm/asm-source.exp: Add m32c target.
20452 * gdb.asm/m32c.inc: Support for m32c target.
20453
e28493f2
AS
204542006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20455
20456 * gdb.base/commands.exp (recursive_source_test): New test.
20457
880da185
DM
204582006-04-04 David S. Miller <davem@sunset.davemloft.net>
20459
20460 * gdb.base/float.exp: Add pattern for sparc targets.
20461
61d9b92f
DJ
204622006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20463
20464 * gdb.base/commands.exp (stray_arg0_test): New test.
20465
bd717df8
PB
204662006-03-30 Paul Brook <paul@codesourcery.com>
20467
20468 * gdb.mi/mi-until.exp: kfail broken until command.
20469 * gdb.mi/mi2-until.exp: Ditto.
20470
ec793d3c
NR
204712006-03-27 Nick Roberts <nickrob@snap.net.nz>
20472
20473 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20474
831004b7
AO
204752006-03-08 Alexandre Oliva <aoliva@redhat.com>
20476
20477 * gdb.base/prelink.exp: Anchor tested-for regular expression
20478 on gdb prompt.
20479
effe49a0
PB
204802006-03-07 Paul Brook <paul@codesourcery.com>
20481
20482 * gdb.base/assign.exp: Correct fail message.
20483
e5461016
PB
204842006-03-07 Paul Brook <paul@codesourcery.com>
20485
20486 * lib/compiler.c: Extract armcc version number.
20487 * lib/compiler.cc: Ditto.
20488
fc91c6c2
PB
204892006-03-07 Paul Brook <paul@codesourcery.com>
20490
20491 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20492 additional_flags=-w.
20493 * gdb.arch/altivec-regs.exp: Ditto.
20494 * gdb.arch/e500-abi.exp: Ditto.
20495 * gdb.arch/e500-regs.exp: Ditto.
20496 * gdb.base/all-bin.exp: Ditto.
20497 * gdb.base/annota1.exp: Ditto.
20498 * gdb.base/annota3.exp: Ditto.
20499 * gdb.base/args.exp: Ditto.
20500 * gdb.base/arithmet.exp: Ditto.
20501 * gdb.base/assign.exp: Ditto.
20502 * gdb.base/async.exp: Ditto.
20503 * gdb.base/bang.exp: Ditto.
20504 * gdb.base/break.exp: Ditto.
20505 * gdb.base/call-rt-st.exp: Ditto.
20506 * gdb.base/completion.exp: Ditto.
20507 * gdb.base/cond-expr.exp: Ditto.
20508 * gdb.base/condbreak.exp: Ditto.
20509 * gdb.base/consecutive.exp: Ditto.
20510 * gdb.base/define.exp: Ditto.
20511 * gdb.base/display.exp: Ditto.
20512 * gdb.base/ena-dis-br.exp: Ditto.
20513 * gdb.base/environ.exp: Ditto.
20514 * gdb.base/eval-skip.exp: Ditto.
20515 * gdb.base/info-proc.exp: Ditto.
20516 * gdb.base/jump.exp: Ditto.
20517 * gdb.base/logical.exp: Ditto.
20518 * gdb.base/long_long.exp: Ditto.
20519 * gdb.base/maint.exp: Ditto.
20520 * gdb.base/miscexprs.exp: Ditto.
20521 * gdb.base/pc-fp.exp: Ditto.
20522 * gdb.base/pointers.exp: Ditto.
20523 * gdb.base/relational.exp: Ditto.
20524 * gdb.base/reread.exp: Ditto.
20525 * gdb.base/sect-cmd.exp: Ditto.
20526 * gdb.base/sep.exp: Ditto.
20527 * gdb.base/sepdebug.exp: Ditto.
20528 * gdb.base/until.exp: Ditto.
20529 * gdb.base/whatis-exp.exp: Ditto.
20530 * gdb.cp/annota2.exp: Ditto.
20531 * gdb.cp/annota3.exp: Ditto.
20532 * gdb.trace/actions.exp: Ditto.
20533 * gdb.trace/backtrace.exp: Ditto.
20534 * gdb.trace/circ.exp: Ditto.
20535 * gdb.trace/collection.exp: Ditto.
20536 * gdb.trace/deltrace.exp: Ditto.
20537 * gdb.trace/infotrace.exp: Ditto.
20538 * gdb.trace/limits.exp: Ditto.
20539 * gdb.trace/packetlen.exp: Ditto.
20540 * gdb.trace/passc-dyn.exp: Ditto.
20541 * gdb.trace/passcount.exp: Ditto.
20542 * gdb.trace/report.exp: Ditto.
20543 * gdb.trace/save-trace.exp: Ditto.
20544 * gdb.trace/tfind.exp: Ditto.
20545 * gdb.trace/tracecmd.exp: Ditto.
20546 * gdb.trace/while-dyn.exp: Ditto.
20547 * gdb.trace/while-stepping.exp: Ditto.
20548 * lib/gdb.exp: Ditto.
20549 (gdb_compile): Handle nowarning option.
20550
5f4a23d9
AO
205512006-03-07 Alexandre Oliva <aoliva@redhat.com>
20552
20553 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20554 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20555 Rename executable to prelinkt. Don't re-prelink if we didn't
20556 get a core file. Test prelink -u exit status to tell whether
20557 prelinking failed. Use gdb_test_multiple.
20558
9733fc94
DJ
205592006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20560
20561 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20562 (do_tests): Call it.
20563
cc10cae3
AO
205642006-02-28 Alexandre Oliva <aoliva@redhat.com>
20565
20566 * gdb.base/prelink.exp: New test.
20567 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20568
15c46491
WZ
205692006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20570
20571 * gdb.fortran/derived-type.f90: New file.
20572 * gdb.fortran/derived-type.exp: New testcase.
20573
5c9f7ded
DJ
205742006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20575
20576 * gdb.base/default.exp: Allow ';' as a directory separator.
20577
5b96932b
AS
205782006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20579
20580 * gdb.base/help.exp (help add-symbol-file): Update.
20581
1986bccd
AS
205822006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20583
20584 * gdb.base/help.exp (help load): Update expected results.
20585
a8b7528f
FF
205862006-02-19 Fred Fish <fnf@specifix.com>
20587
20588 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20589 specifix hex value as part of results.
20590 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 20591
f8261448
FF
205922006-02-16 Fred Fish <fnf@specifix.com>
20593
20594 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20595 ushort_addr, and slong_addr, so the typedefs are not optimized
20596 away.
20597 * gdb.base/whatis.exp: Add tests using type name for struct type,
20598 union type, enum type, and typedef.
a9c64011 20599
31d8bdd2
MK
206002006-02-13 Mark Kettenis <kettenis@gnu.org>
20601
20602 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20603
34e41e63
JB
206042006-02-13 Jim Blandy <jimb@redhat.com>
20605
20606 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20607 case where it takes two "next" commands to skip past the init
20608 call.
20609
ac6e4f31
FF
206102006-02-12 Fred Fish <fnf@specifix.com>
20611
20612 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20613 to handle cases where it takes two "next" commands to skip
20614 past the init call.
20615
2db2d571
JB
206162006-02-07 Joel Brobecker <brobecker@adacore.com>
20617
20618 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20619 on hppa32 targets.
20620
38fcd64c
DJ
206212006-02-06 Vladimir Prus <ghost@cs.msu.su>
20622
20623 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20624 field.
20625
1315ad46
MK
206262006-01-29 Mark Kettenis <kettenis@gnu.org>
20627
20628 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20629
5625b943
DJ
206302006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20631
20632 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20633 files.
20634
80df1bbe
DJ
206352006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20636
20637 * gdb.cp/maint.exp: Set complaints to a positive value.
20638
9078e690
DJ
206392006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20640
20641 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20642 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20643 function name.
20644
9c903399
DJ
206452006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20646
20647 * gdb.base/checkpoint.c: Update copyright notice. Include
20648 <stdlib.h>.
20649
761ae4d6
JB
206502006-01-04 Jim Blandy <jimb@redhat.com>
20651
20652 * gdb.asm/asm-source.exp: Independently provide default values for
20653 asm-flags and debug-flags. Use 'string equal' to do the
20654 comparison, not the implicit expr's '==' operator. Remove
20655 now-unneeded assignments to asm-flags. In h8300 case, place
20656 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20657
099ac3dd
MS
206582006-01-04 Michael Snyder <msnyder@redhat.com>
20659
20660 * gdb.base/checkpoint.c: New file.
20661 * gdb.base/checkpoint.exp: New file.
20662 * gdb.base/multi-fork.c: New file.
20663 * gdb.base/multi-fork.exp: New file.
20664 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20665
f4d85314
FF
206662006-01-04 Fred Fish <fnf@specifix.com>
20667
20668 * gdb.base/ptype.c (foo): Add typedef.
20669 (intfoo): Add function.
20670 * gdb.base/ptype1.c: New file.
20671 * gdb.base/ptype.exp: Handle compilation and linking with two
20672 source files. Test that proper type for "foo" is found based
20673 on source context rather than first match found in symtabs.
20674
a1b06f35
MK
206752005-12-28 Mark Kettenis <kettenis@gnu.org>
20676
20677 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20678 * gdb.asm/openbsd.inc: Indent commands.
20679
d082a1e2
MK
206802005-12-26 Mark Kettenis <kettenis@gnu.org>
20681
c65016bd
MK
20682 * gdb.base/freebpcmd.exp: Increase timeout.
20683
d082a1e2
MK
20684 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20685
d3c32a0e
DJ
206862005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20687
20688 * gdb.base/default.exp: Update check for "show version".
20689
9fdb1f50
RC
206902005-12-09 Randolph Chung <tausq@debian.org>
20691
20692 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20693 * gdb.asm/pa64.inc: New file.
20694
5f2c56f7
RC
206952005-12-09 Randolph Chung <tausq@debian.org>
20696
20697 * gdb.asm/common.inc: Indent commands.
20698 * gdb.asm/asmsrc1.s: Likewise.
20699 * gdb.asm/asmsrc2.s: Likewise.
20700
8117349c
RC
207012005-12-09 Randolph Chung <tausq@debian.org>
20702
20703 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20704 (get_addr_of_sym): Remove duplicate print.
20705 (gen_core): xfail hppa*-*-hpux*, update expected output.
20706 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20707 * gdb.arch/pa64-nullify.s: New file.
20708
8f07f25a
RC
207092005-12-09 Randolph Chung <tausq@debian.org>
20710
20711 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20712
55b39184
DJ
207132005-12-07 Christophe Lyon <christophe.lyon@st.com>
20714
20715 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20716 code generation for these functions.
20717 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20718 error message.
20719
31e2b00f
AS
207202005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20721
20722 * gdb.base/help.exp (help b, help br, help bre, help brea)
20723 (help break): Update the expected message.
20724
c3d0b56e
SC
207252005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20726
20727 * gdb.asm/m68hc11.inc: Setup the data section.
20728 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20729 script for this test.
20730 (m6812-*-*): Likewise.
20731
36ae0ea9
RC
207322005-11-09 Randolph Chung <tausq@debian.org>
20733
20734 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20735
9d6f42e9
WZ
207362005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20737
20738 * gdb.base/break.exp: Fix a comment typo.
20739
e2126a14
EZ
207402005-11-03 Jim Blandy <jimb@redhat.com>
20741
a9c64011
AS
20742 Checked in by Elena Zannoni <ezannoni@redhat.com>
20743
889bf7c5 20744 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20745
e0ac7199
CV
207462005-11-02 Corinna Vinschen <vinschen@redhat.com>
20747
20748 * gdb.arch/gdb1558.c: Include stdio.h.
20749
31d3fb18
MK
207502005-10-31 Mark Kettenis <kettenis@gnu.org>
20751
20752 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20753
e52b687c
MK
207542005-10-31 Mark Kettenis <kettenis@gnu.org>
20755
20756 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20757
f4711d79
PG
207582005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20759
a9c64011
AS
20760 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20761 vscr" tests to better match output.
f4711d79 20762
987a9106
JB
207632005-10-12 Jim Blandy <jimb@redhat.com>
20764
20765 * gdb.base/structs.exp (any): New function.
20766 (test_struct_returns): Don't make any assumptions at all about
20767 what value the function returns when GDB can't set the return
20768 value.
20769
2336bb58
JB
207702005-10-09 Joel Brobecker <brobecker@adacore.com>
20771
20772 * gdb.ada/arrayidx/p.adb: New file.
20773 * gdb.ada/arrayidx.exp: New testcase
20774
207752005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
20776
20777 * gdb.ada/array_return/pck.ads: New file.
20778 * gdb.ada/array_return/pck.adb: New file.
20779 * gdb.ada/array_return/p.adb: New file.
20780 * gdb.ada/array_return.exp: New testcase.
20781
705335ea
JB
207822005-10-03 Joel Brobecker <brobecker@adacore.com>
20783
a9c64011
AS
20784 * gdb.base/arrayidx.c: New file.
20785 * gdb.base/arrayidx.exp: New testcase.
705335ea 20786
11ee9940
NR
207872005-09-29 Nick Roberts <nickrob@snap.net.nz>
20788
20789 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20790 frames-invalid and breakpoints-invalid are no longer generated
20791 with level 3 so don't expect them in the output.
20792
39fb8e9e
BR
207932005-09-27 Bob Rossi <bob@brasko.net>
20794
a9c64011 20795 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
20796 from test. Escape the | in mi_gdb_test call.
20797 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20798 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20799 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20800 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20801 expected regex's in mi_gdb_test calls.
20802 * lib/mi-support.exp: Remove arbitrary .* from tests.
20803 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20804 Fully anchor GDB/MI expected results in mi_gdb_test.
20805 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20806 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20807
2af48f68
PB
208082005-09-26 Paul Brook <paul@codesourcery.com>
20809
20810 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20811
f34502bc
WZ
208122005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20813
20814 * bfp-test.c: New file.
20815 * bfp-test.exp: New testcase.
20816
ca929517
WZ
208172005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20818
20819 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20820 of subarray and substring variable.
20821 * gdb.fortran/subarray.f: New source file for the test of subarray
20822 and substring variable evaluation.
20823 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20824 of string constant.
20825
c761af65
DJ
208262005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20827
20828 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20829 copyright dates.
20830
561d7a1d
PG
208312005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20832
20833 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20834 powerpc altivec' test with an almost identical 'info vector' test.
20835
b2b64cc9
PG
208362005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20837
a9c64011
AS
20838 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20839 vscr" tests to match output.
b2b64cc9 20840
6ac4d15a
PG
208412005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20842
a9c64011
AS
20843 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20844 output.
6ac4d15a 20845
40e55bef
BR
208462005-09-11 Bob Rossi <bob@brasko.net>
20847
889bf7c5
PA
20848 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20849 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20850 commands that return an MI output command and an asyncronous MI output
20851 command.
40e55bef
BR
20852 * gdb.mi/mi-console.exp: Ditto.
20853
3c7385ec
BR
208542005-09-11 Bob Rossi <bob@brasko.net>
20855
20856 * gdb.mi/mi-var-child.c: Include <string.h>.
20857
a6cd0eb3
DJ
208582005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20859
20860 * killed.exp: Correct gdb_expect syntax.
20861
2f168eed
CV
208622005-08-09 Corinna Vinschen <vinschen@redhat.com>
20863
20864 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20865
ecd3fd0f
BR
208662005-08-02 Bob Rossi <bob@brasko.net>
20867
20868 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20869 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20870 Change tests to inferior-tty-set/show.
20871 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20872 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20873 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20874 inferior. Use mi_gdb_test to get GDB and Inferior output.
20875 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20876 descriptor.
20877 (mi_inferior_tty_name): Add inferior PTY file name.
20878 (mi_gdb_start): Add INFERIOR_PTY parameter.
20879 (mi_gdb_test): Add IPATTERN parameter.
20880
f1ea48cb 208812005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 20882
f1ea48cb
BR
20883 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20884 parameter to mi_gdb_test.
20885 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20886
6e650a67
DJ
208872005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20888
20889 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20890 struct_declarations.
20891 * gdb.mi/mi-var-child.exp: Step over the initialization of
20892 struct_declarations.
20893
8be260b6
DJ
208942005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20895
20896 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20897 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20898 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20899 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20900 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20901 file.
20902
4e660f07
NR
209032005-07-27 Nick Roberts <nickrob@snap.net.nz>
20904
20905 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20906 (do_children_tests): Assign values to the extra elements.
20907
20908 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20909 them for tests for "-var-update --no-values" and
a9c64011 20910 "-var-update --all-values".
4e660f07
NR
20911 Add test for "-var-list-children --simple-values".
20912
20913 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20914
20915 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20916 "-stack-list-locals --simple-values" Improve doc strings and
20917 comments.
20918
6bdae935
MK
209192005-07-18 Mark Kettenis <kettenis@gnu.org>
20920
598b7a6f
MK
20921 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20922 *-*-openbsd*.
20923 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20924
6bdae935
MK
20925 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20926 sigaltsatck'.
20927
1323e929 209282005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 20929
1323e929
BR
20930 * gdb.base/default.exp (tty): Changed output of command.
20931 * gdb.base/help.exp (help tty): Ditto.
20932
b1a9c082
MK
209332005-07-12 Mark Kettenis <kettenis@gnu.org>
20934
20935 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20936
10a844a2
MK
209372005-07-10 Mark Kettenis <kettenis@gnu.org>
20938
20939 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20940 -stack-select-frame without arguments.
20941 (test_stack_frame_listing): Add test for newly implemented command
20942 -stack-info-frame.
20943
3cb3b8df
BR
209442005-07-06 Bob Rossi <bob@brasko.net>
20945
20946 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20947 command.
20948 (Copyright): Update copyright.
20949
a0c5fbcf
WZ
209502005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20951
20952 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20953 tests to evaluate exponentiation expression.
20954
984971d0
AS
209552005-06-29 Andreas Schwab <schwab@suse.de>
20956
20957 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20958 main to avoid warnings.
20959
20960 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20961
fe03833f
NR
209622005-06-20 Nick Roberts <nickrob@snap.net.nz>
20963
20964 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20965 -stack-select-frame without arguments.
20966 (test_stack_frame_listing): Add test for newly implemented command
20967 -stack-info-frame.
a9c64011 20968
7a55f279
WZ
209692005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20970
0ffa0ea5
DJ
20971 * gdb.fortran/array-element.f: New file.
20972 * gdb.fortran/array-element.exp: New testcase.
7a55f279 20973
26585198
DJ
209742005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20975
20976 * gdb.base/bigcore.exp: Correct checks for systems which can
20977 not dump a large core file.
20978
c1bd25fd
DJ
209792005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20980
20981 * gdb.base/relocate.c: Add a copyright notice.
20982 (dummy): Remove.
20983 * gdb.base/relocate.exp: Test printing the values of variables
20984 from a relocatable file.
20985
589e074d
DJ
209862005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20987
20988 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20989 excess MI output after an error.
20990
0915f927
JB
209912005-05-29 Joel Brobecker <brobecker@adacore.com>
20992
20993 * gdb.arch/alpha-step.c: New file.
20994 * gdb.arch/alpha-step.exp: New testcase.
20995
76ff342d
DJ
209962005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20997 Dennis Brueni <dennis@slickedit.com>
20998
20999 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
21000 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
21001 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
21002 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
21003 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
21004 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
21005 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21006
96b0c7ac
DJ
210072005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
21008 Wu Zhou <woodzltc@cn.ibm.com>
21009
21010 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21011 IBM's xlc compiler.
21012 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
21013 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
21014
f21565d2
JB
210152005-05-13 Jim Blandy <jimb@redhat.com>
21016
21017 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
21018 calling gdb_suppress_entire_file.
21019 * gdb.base/charset.exp: Same.
21020 * gdb.base/call-rt-st.exp: Same.
21021
6006a3a1
BR
210222005-05-05 Bob Rossi <bob_rossi@cox.net>
21023
21024 * lib/gdb.exp (fullname_syntax): Added global regex.
21025 (fullname_syntax_POSIX): Ditto.
21026 (fullname_syntax_UNC): Ditto.
21027 (fullname_syntax_DOS_CASE): Ditto.
21028 (fullname_syntax_DOS): Ditto.
21029 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
21030 fullname_syntax variable to scope and use it.
21031 (test_file_list_exec_source_files): Ditto.
21032 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
21033
c3b69c04
DJ
210342005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21035
21036 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21037
3c95e6af
PG
210382004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21039
a9c64011
AS
21040 * lib/gdb.exp (skip_altivec_tests): New function, based on
21041 check_vmx_hw_available from the GCC testsuite.
21042 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21043 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 21044
78df6c56
JB
210452005-05-02 Jim Blandy <jimb@redhat.com>
21046
21047 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21048 calling gdb_suppress_entire_file.
21049
1690f9cf
DJ
210502005-04-30 Randolph Chung <tausq@debian.org>
21051
21052 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21053 Slightly relax "sem_post" name checking.
21054
5ea106f7
PG
210552005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21056
21057 * gdb.base/unload.exp: Use new shared library infrastructure.
21058
bf7234cf
PG
210592005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21060
21061 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 21062 infrastructure.
bf7234cf 21063
547b869a
CV
210642005-04-29 Corinna Vinschen <vinschen@redhat.com>
21065
21066 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21067 * gdb.asm/h8300.inc: New file.
21068
f07e55f0
PG
210692005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21070
21071 * gdb.base/shlib-call.exp: Change to use new shared library
21072 infrastructure.
21073
3cbba3d1
PG
210742005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21075
a9c64011
AS
21076 * gdb.base/pending.exp: Change to use new shared library
21077 infrastructure.
3cbba3d1 21078
ed6df200
PG
210792005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21080
a9c64011
AS
21081 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21082 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 21083
8c8f4ebe
PG
210842005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21085
a9c64011
AS
21086 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21087 shared objects being adjusted and update copyright years.
8c8f4ebe 21088
607fbc54
DJ
210892005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21090
21091 * ChangeLog: Correct some 2003-01-13 dates.
21092 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21093 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21094 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21095 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21096 gdb.trace/tfind.exp: Update copyright years.
21097
57bf0e56
DJ
210982005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21099 Daniel Jacobowitz <dan@codesourcery.com>
21100
21101 * lib/gdb.exp (gdb_compile): Handle shlib=.
21102 (gdb_compile_shlib): New function.
21103
9b593790
PG
211042005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21105
a9c64011 21106 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 21107
9494c6a5
DJ
211082005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21109
21110 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21111 gdb.server.
21112 * configure.ac: Likewise.
21113 * configure: Regenerated.
21114 * gdb.gdbserver/Makefile.in: Moved to...
21115 * gdb.server/Makefile.in: ... here.
21116 * gdb.gdbserver/server.c: Moved to...
21117 * gdb.server/server.c: ... here.
21118 * gdb.gdbserver/server-run.exp: Moved to...
21119 * gdb.server/server-run.exp: ... here.
21120
6f8eac0e
DJ
211212005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21122
21123 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21124 * configure.ac: Create gdb.gdbserver/Makefile.
21125 * configure: Regenerated.
21126 * lib/gdbserver-support.exp: New file, derived from
21127 config/gdbserver.exp.
21128 * config/gdbserver.exp: Use gdbserver-support.exp.
21129 * gdb.gdbserver/Makefile.in: New file.
21130 * gdb.gdbserver/server.c: New file.
21131 * gdb.gdbserver/server-run.exp: New file.
21132
6e87504d
PG
211332005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21134
a9c64011
AS
21135 * lib/gdb.exp (test_compiler_info): Return compiler_info
21136 if no arguments are given.
6e87504d 21137
d1779be4
PG
211382005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21139
21140 * gdb.arch/altivec-abi.exp: Check for compiler and set
21141 use altivec' flag accordingly.
21142 * gdb.arch/altivec-regs.exp: Likewise.
21143
88750304
DJ
211442005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21145
21146 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21147
f3fb768d
AS
211482005-03-27 Andreas Schwab <schwab@suse.de>
21149
21150 * gdb.base/bigcore.c (main): Add missing mode argument in open
21151 call.
21152
7e813ac5
DJ
211532005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21154
21155 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21156 downloads.
21157 * config/gdbserver.exp (gdb_load): Likewise.
21158
8e3049aa
PB
211592005-03-14 Paul Brook <paul@codesourcery.com>
21160
21161 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21162 targets.
21163
a9df7c44
JB
211642005-03-09 Joel Brobecker <brobecker@adacore.com>
21165
21166 * gdb.dwarf2/dup-psym.S: New file.
21167 * gdb.dwarf2/dup-psym.exp: New testcase.
21168
9f0d94e8
JB
211692005-03-09 Joel Brobecker <brobecker@adacore.com>
21170
21171 * gdb.ada/exec_changed/first.adb: New file.
21172 * gdb.ada/exec_changed/second.adb: New file.
21173 * gdb.ada/exec_changed.exp: New testcase.
21174
5f579bc5
NS
211752005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21176
36e9969c
NS
21177 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21178 (A2): New class.
21179 (main): Test operator+.
21180 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21181 breakpoint test.
21182
5f579bc5
NS
21183 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21184 * gdb.base/signull.exp: Disable if gdb,nosignals.
21185 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21186 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21187 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21188 * gdb.mi/mi2-console.exp: Likewise.
21189 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21190 continue output at start.
21191 (gdb_collect_locals_test): Robustify regexp.
21192 * gdb.trace/passc-dyn.exp: Fix comment typo.
21193 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21194
be46087e
CV
211952005-03-08 Corinna Vinschen <vinschen@redhat.com>
21196
21197 * gdb.asm/asm-source.exp: Add iq2000 case.
21198 * gdb.asm/iq2000.inc: New file.
21199
384e1a61 212002005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 21201
384e1a61
MI
21202 * gdb.base/command.exp: Change hardcoded value to regular expression.
21203 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21204
584b6e9e
DJ
212052005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21206
21207 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21208 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21209 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21210 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21211 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21212
ab5b5d61
MK
212132005-03-05 Mark Kettenis <kettenis@gnu.org>
21214
21215 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21216 changes.
21217
ae051c1b
PG
212182004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21219
a9c64011
AS
21220 * lib/compiler.c: Add test for IBM's xlc compiler.
21221 * lib/compiler.cc: Likewise.
ae051c1b 21222
3f0f6ed2
JB
212232004-02-24 Joel Brobecker <brobecker@adacore.com>
21224
21225 * gdb.ada/fixed_points.exp: Create compilation object directory
21226 before running the test.
21227 * gdb.ada/null_record.exp: Likewise.
21228 * gdb.ada/packed_array.exp: Likewise.
21229 * gdb.ada/start.exp: Likewise.
21230
724f452b
JB
212312005-02-15 Joel Brobecker <brobecker@adacore.com>
21232
21233 * gdb.ada/packed_array/pa.adb: New file.
21234 * gdb.ada/packed_array.exp: New testcase.
21235
57f5cdfb 212362005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 21237
1f393151
MK
21238 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21239 files.
21240
ebdda337
MK
21241 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21242 on *-*-openbsd*. Correctly match whitespace in regukar
21243 expressions.
21244
cf309262
DJ
212452005-02-10 Daniel Jacobowitz <dan@debian.org>
21246
21247 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21248 PR exp/1821
21249 * gdb.base/gdb1821.c: New test file.
21250 * gdb.base/gdb1821.exp: New test file.
21251
3be49e7a
JB
212522005-02-09 Joel Brobecker <brobecker@adacore.com>
21253
21254 * gdb.base/start.c: New file.
21255 * gdb.base/start.exp: New testcase.
21256
e292e67d
JB
212572005-02-09 Joel Brobecker <brobecker@adacore.com>
21258
21259 * gdb.ada/start/dummy.adb: New file.
21260 * gdb.ada/start.exp: New testcase.
21261
dbdfa66c
CV
212622005-02-09 Corinna Vinschen <vinschen@redhat.com>
21263
21264 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21265 for printing symbols and statistics.
21266 Add test for using relative pathnames in "maint print msymbols" test.
21267 Mark "maint info sections DATA" XFAIL on Cygwin.
21268 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21269 tests.
21270
d7941671
AC
212712005-02-09 Andreas Schwab <schwab@suse.de>
21272
21273 Committed by Andrew Cagney <cagney@gnu.org>
21274 * gdb.base/remotetimeout.exp: New file.
21275
74e5ef44
MK
212762005-02-07 Mark Kettenis <kettenis@gnu.org>
21277
21278 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21279
464dd14d
JB
212802005-02-03 Joel Brobecker <brobecker@adacore.com>
21281
21282 * gdb.ada/gnat_ada.gpr: New file.
21283 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21284 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21285 * configure.ac: No longer generate gnat_ada.gpr.
21286 * configure: Regenerate.
21287 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21288 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21289 * gdb.ada/null_record/bar.ads: Likewise.
21290 * gdb.ada/null_record/bar.adb: Likewise.
21291 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21292 * gdb.ada/null_record.exp (testdir): New variable.
21293 (testfile): executable is now in testdir subdirectory.
21294 (srcfile): Use full path to the main compilation unit.
21295 * gdb.ada/fixed_points.exp: Same changes as above.
21296
30d756ae
NR
212972005-02-03 Nick Roberts <nickrob@snap.net.nz>
21298
21299 * gdb.base/interp.exp: New test.
21300
9d799f85
AC
213012005-01-24 Andrew Cagney <cagney@gnu.org>
21302
21303 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21304
15656118
AC
213052005-01-19 Andrew Cagney <cagney@gnu.org>
21306
a892c31b
AC
21307 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21308 configure.ac not configure.in.
21309
15656118
AC
21310 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21311 of powerpc*-*-*.
21312 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 21313 * gdb.base/list.exp (test_list_function)
15656118
AC
21314 (test_list_filename_and_function): Ditto.
21315 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21316
a7b01baf
AC
213172005-01-16 Andrew Cagney <cagney@gnu.org>
21318
17d92a02
AC
21319 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21320
a7b01baf
AC
21321 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21322
bc8332bb
AC
213232005-01-14 Andrew Cagney <cagney@gnu.org>
21324
21325 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21326 * gdb.mi/mi2-var-cmd.exp: Ditto.
21327
4d074752
CV
213282005-01-10 Corinna Vinschen <vinschen@redhat.com>
21329
21330 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21331
bec39cab
AC
213322005-01-07 Andrew Cagney <cagney@gnu.org>
21333
21334 * configure.ac: Rename configure.in, require autoconf 2.59.
21335 * configure: Re-generate.
21336 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21337 * gdb.stabs/configure: Re-generate.
21338 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21339 * gdb.hp/configure: Re-generate.
21340 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21341 autoconf 2.59.
21342 * gdb.hp/gdb.objdbg/configure: Re-generate.
21343 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21344 autoconf 2.59.
21345 * gdb.hp/gdb.defects/configure: Re-generate.
21346 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21347 autoconf 2.59.
21348 * gdb.hp/gdb.compat/configure: Re-generate.
21349 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21350 autoconf 2.59.
21351 * gdb.hp/gdb.base-hp/configure: Re-generate.
21352 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21353 autoconf 2.59.
21354 * gdb.hp/gdb.aCC/configure: Re-generate.
21355
f10b16d4
JB
213562004-12-15 Jim Blandy <jimb@redhat.com>
21357
21358 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21359 under NPTL when there is debugging info available for libpthread.
21360
fb6e1814
JG
213612004-12-13 Jerome Guitton <guitton@gnat.com>
21362
21363 * gdb.ada/fixed_points.c: New file.
21364 * gdb.ada/fixed_points.exp: New file.
21365
fe46cd3a
RC
213662004-12-03 Randolph Chung <tausq@debian.org>
21367
21368 * gdb.arch/pa-nullify.exp: New file.
21369 * gdb.arch/pa-nullify.s: New file.
21370
8de0841b
RC
213712004-11-30 Randolph Chung <tausq@debian.org>
21372
21373 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21374 instead of "tbug". Fix regexp to work properly with gdb_test.
21375
c8170782
PH
213762004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21377
21378 * gdb.base/bitfields2.exp: New test.
21379 * gdb.base/bitfields2.c: New file.
21380
954269c2
RE
213812004-11-28 Richard Earnshaw <rearnsha@arm.com>
21382
21383 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21384
0107feed
RC
213852004-11-16 Randolph Chung <tausq@debian.org>
21386
21387 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21388
f073ae8c
DJ
213892004-11-14 Daniel Jacobowitz <dan@debian.org>
21390
21391 * gdb.threads/threadapply.exp: Correct "macro details" test.
21392
19ad59e7
JJ
213932004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21394
21395 * gdb.threads/threadapply.exp: New test.
21396 * gdb.threads/threadapply.c: New file.
21397
9cf0961b
MK
213982004-11-07 Mark Kettenis <kettenis@gnu.org>
21399
21400 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21401 frames.
21402
c789492a
FL
214032004-11-05 Felix Lee <felix+log1@specifixinc.com>
21404
21405 * gdb.base/cursal.exp: New file.
21406 * gdb.base/cursal.c: New file.
21407
a1e167bb
AC
214082004-11-03 Andrew Cagney <cagney@gnu.org>
21409
21410 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21411
b7cbf173
MK
214122004-10-30 Mark Kettenis <kettenis@gnu.org>
21413
21414 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21415 NetBSD/ELF targets.
21416
88f9d34f
JB
214172004-10-29 Joel Brobecker <brobecker@gnat.com>
21418
21419 * gdb.threads/bp_in_thread.c: New file, copied from
21420 pthread_cond_wait.c.
21421 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21422 file, rather than reusing the .c file from another testcase.
21423
ca7d6a0c
JB
214242004-10-20 Joel Brobecker <brobecker@gnat.com>
21425
21426 * gdb.ada/null_record.exp: Check where we stopped after
21427 sending the start command, instead of where the associated
21428 temporary breakpoint was inserted.
21429
0d863d03
AC
214302004-10-14 Andrew Cagney <cagney@gnu.org>
21431
21432 * gdb.mi/gdb701.c (main): Return 0.
21433
d11e72cb
DJ
214342004-10-13 Daniel Jacobowitz <dan@debian.org>
21435
d40539a4 21436 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 21437
e1923096
JJ
214382004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21439
21440 * gdb.threads/schedlock.c: Add comment markers to use to find
21441 line numbers.
21442 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21443 comments.
21444 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21445 breakpoint lines.
21446
ec8ba2c9
DJ
214472004-10-12 Daniel Jacobowitz <dan@debian.org>
21448
21449 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21450
0eb3658b
DJ
214512004-10-12 Daniel Jacobowitz <dan@debian.org>
21452
21453 * configure.in: Add gdb.dwarf2.
21454 * configure: Regenerated.
21455 * Makefile.in: Add gdb.dwarf2.
21456 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21457 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21458 gdb.dwarf2/file1.txt: New files.
21459
a271cc33
OF
214602004-10-11 Orjan Friberg <orjanf@axis.com>
21461
a9c64011 21462 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
21463 of "run", since the latter doesn't work with remote targets. Adjust
21464 the breakpoint numbering accordingly.
21465 * gdb.threads/pthread_cond_wait.exp: Ditto.
21466
895ce074
MC
214672004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21468
21469 * gdb.base/overlays.exp: Update copyright years.
21470
6be3092d
KI
214712004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21472
21473 * gdb.base/overlays.exp: Disable if target is Linux.
21474
e05389b8
FL
214752004-10-06 Felix Lee <felix+log1@specifixinc.com>
21476
21477 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21478
73cb587d
KI
214792004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21480
21481 * gdb.asm/asm-source.exp: Add m32r-linux target.
21482 * gdb.asm/m32r-linux.inc: New file.
21483
3c0edcdc
AC
214842004-09-24 Andrew Cagney <cagney@redhat.com>
21485 David Anderson <anderson@redhat.com>
21486
21487 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21488 command fails, assume things will work.
21489 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21490 (_GNU_SOURCE): Define.
21491 (print_unsigned, print_hex): Change parameter to "long long".
21492 (print_byte_count): New function, use to print byte counts.
21493 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21494 O_LARGEFILE.
21495 (main): Compute an upper bound on a corefile in max_core_size.
21496 Limit memory chunk size to max_core_size. Limit total memory
21497 allocated to max_core_size.
21498
4bb3667f
AC
214992004-09-23 Andrew Cagney <cagney@gnu.org>
21500
21501 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21502 from a separate process with code that creates a corefile by
21503 making the inferior dump core.
21504
60fe1a51
MK
215052004-09-23 Mark Kettenis <kettenis@gnu.org>
21506
21507 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21508 block.
21509
8e937346
MC
215102004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21511
21512 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21513 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21514 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21515 Likewise.
21516
7213f6d6
JJ
215172004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21518
21519 * gdb.java/jprint.exp: New test case for java inferior call.
21520 * gdb.java/jprint.java: Ditto.
21521
eac69dca
JB
215222004-09-15 Joel Brobecker <brobecker@gnat.com>
21523
21524 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21525
22227696
MC
215262004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21527
21528 * gdb.threads/killed.c: Include <stdlib.h>.
21529 * gdb.threads/pthreads.c: Likewise.
21530
7dd403a4
MC
215312004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21532
21533 * gdb.threads/killed.c: Add copyright notice.
21534
33f2d567
JM
215352004-09-10 Jason Molenda (jmolenda@apple.com)
21536
a9c64011
AS
21537 * gdb.base/define.exp: Two new tests to verify zero space chars
21538 after 'if' and 'while' commands in a user-defined command is correctly
21539 parsed.
33f2d567 21540
e05b62ac
AC
215412004-09-08 Andrew Cagney <cagney@gnu.org>
21542
21543 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21544 delivery test with duplicate at end of file.
21545
9cbe82da
MK
215462004-09-06 Mark Kettenis <kettenis@jive.nl>
21547
21548 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21549
564803d9
MC
215502004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21551
21552 * config/hppro.exp: Removed.
21553
7c6807ce
MC
215542004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21555
21556 * config/sparclet.exp: Removed.
21557
bf7e26dd
MC
215582004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21559
21560 * config/udi.exp: Removed.
21561
714e341b
MC
215622004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21563
21564 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21565 of "exp_continue".
21566 (advancei): Likewise.
21567
1236e623
JJ
215682004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21569
21570 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21571
3bdcad15
MI
215722004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21573
228af206 21574 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
21575 to check for nodebug in executable.
21576 * gdb.gdb/observer.exp (setup_test): Likewise.
21577 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21578 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21579
c72b934c
AC
215802004-09-01 Andrew Cagney <cagney@gnu.org>
21581
21582 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21583 files.
21584
edd9b715
JJ
215852004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21586
21587 * gdb.base/unload.exp: Fix expected warning message to match
21588 latest format.
21589
fb4ce06b
CV
215902004-09-01 Corinna Vinschen <vinschen@redhat.com>
21591
21592 * gdb.base/call-rt-st.exp: Fix typos.
21593
ce78e7c3
MI
215942004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21595
21596 * gdb.threads/thread_check.exp: New testcase.
21597 * gdb.threads/thread_check.c: New testcase.
21598
2dedb159
AC
215992004-08-31 Andrew Cagney <cagney@gnu.org>
21600
21601 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21602 (skip_to_handler_entry): New procedures. Test stepping into a
21603 handler when the breakpoint is at the handler's entry point.
21604
68f53502
AC
216052004-08-30 Andrew Cagney <cagney@gnu.org>
21606
21607 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21608 gdb/1757.
21609
3e3ffd2b
MC
216102004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21611
21612 With code from Manoj Iyer <manjo@austin.ibm.com>:
21613 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21614 return value. Add an arm for "no debugging symbols found".
21615 Change a stray "error" to "perror".
21616 (gdb_run_cmd): Adapt to new return value.
21617 * gdb.base/remote.exp: Adapt to new return value.
21618 * gdb.gdb/complaints.exp: Likewise.
21619 * gdb.gdb/observer.exp: Likewise.
21620 * gdb.gdb/selftest.exp: Likewise.
21621 * gdb.gdb/xfullpath.exp: Likewise.
21622
4b6f5fd2
JB
216232004-08-27 Joel Brobecker <brobecker@gnat.com>
21624
21625 * gdb.threads/bp_in_thread.exp: New testcase.
21626
e5b25496
MC
216272004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21628
21629 Fix PR testsuite/1735.
21630 * gdb.threads/schedlock.c (thread_function): Add a cast
21631 to suppress a gcc warning.
21632 * gdb.threads/thread-specific.c (thread_function): Likewise.
21633
934353d6
MC
216342004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21635
21636 * gdb.base/unload.c: Include <stdlib.h>.
21637
f98a0aef 216382004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 21639
f98a0aef 21640 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
21641 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21642 synchronized after the "return".
21643
5a2e8882
MC
216442004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21645
21646 * gdb.mi/basics.c: Include <stdio.h>.
21647 * gdb.mi/pthreads.c: Include <stdlib.h>.
21648 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21649
a9640423
MC
216502004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21651
21652 * gdb.threads/schedlock.c: Add copyright notice.
21653
b04e311d
AC
216542004-08-25 Andrew Cagney <cagney@gnu.org>
21655
21656 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21657 (skip_over_handler, breakpoint_over_hander): New test procedures.
21658 (advance, advancei): Add a proper prefix, do not use
21659 rerun_to_main.
21660 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21661
7c27f15b
MC
216622004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21663
21664 * gdb.mi/basics.c: Add copyright notice.
21665 * gdb.mi/var-cmd.c: Add copyright notice.
21666
fffc87ae
MC
216672004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21668
21669 * lib/gdb.exp: Remove signed_keyword_not_used.
21670 * lib/compiler.c: Likewise.
21671 * lib/compiler.cc: Likewise.
21672
d782e0bf
MC
216732004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21674
21675 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21676 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21677
96033e83
MC
216782004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21679
21680 * gdb.base/whatis.c: Add copyright notice.
21681
cf38c229
MK
216822004-08-20 Mark Kettenis <kettenis@gnu.org>
21683
21684 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21685 it to skip the breakpoints encoded in the inline assembly.
21686
f4b49756
MC
216872004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21688
21689 * Makefile.in: Add gdb.fortran.
21690
2f193b69
MC
216912004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21692
21693 * gdb.base/call-sc.exp (test_scalar_returns):
21694 Fix cut-and-paste glitch in "Make fun return now".
21695
89a237cb
MC
216962004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21697
21698 * configure.in: Add gdb.fortran.
21699 * configure: Regenerate.
21700 * gdb.fortran/Makefile.in: New file.
21701 * lib/gdb.exp (skip_fortran_tests): New procedure.
21702
469aff8e
MC
217032004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21704
21705 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21706 reference to bug-gnu@prep.ai.mit.edu.
21707 * gdb.mi/mi-var-child.exp: Likewise.
21708 * gdb.mi/mi-var-cmd.exp: Likewise.
21709 * gdb.mi/mi-var-display.exp: Likewise.
21710 * gdb.mi/mi2-var-block.exp: Likewise.
21711 * gdb.mi/mi2-var-child.exp: Likewise.
21712 * gdb.mi/mi2-var-cmd.exp: Likewise.
21713 * gdb.mi/mi2-var-display.exp: Likewise.
21714
00b51b9f
MK
217152004-08-15 Mark Kettenis <kettenis@gnu.org>
21716
21717 * gdb.base/unload.c (main): Make local variable msg const.
21718
45f07fef
MC
217192004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21720
21721 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21722 to bug-gnu@prep.ai.mit.edu.
21723 * gdb.mi/mi-disassemble.exp: Likewise.
21724 * gdb.mi/mi-eval.exp: Likewise.
21725 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21726 default line number.
21727 * gdb.mi/mi-return.exp: Likewise.
21728 * gdb.mi/mi-simplerun.exp: Likewise.
21729 * gdb.mi/mi-stack.exp: Likewise.
21730 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21731 number with explicit range test.
21732 * gdb.mi/mi-watch.exp: Likewise.
21733 * gdb.mi/mi2-break.exp: Likewise.
21734 * gdb.mi/mi2-cli.exp: Likewise.
21735 * gdb.mi/mi2-disassemble.exp: Likewise.
21736 * gdb.mi/mi2-eval.exp: Likewise.
21737 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21738 default line number.
21739 * gdb.mi/mi2-return.exp: Likewise.
21740 * gdb.mi/mi2-simplerun.exp: Likewise.
21741 * gdb.mi/mi2-stack.exp: Likewise.
21742 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21743 number with explicit range test.
21744 * gdb.mi/mi2-watch.exp: Likewise.
21745
dd8c8ee7
MC
217462004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21747
21748 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21749 * gdb.cp/m-static.exp: Likewise.
21750 * gdb.cp/rtti.exp: Likewise.
21751
4e838464
MK
217522004-08-14 Mark Kettenis <kettenis@gnu.org>
21753
21754 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21755
8d8cb839
EZ
217562004-08-14 Eli Zaretskii <eliz@gnu.org>
21757
21758 * ChangeLog: Prefix Local Variables with semi-colons and indent
21759 the reference to older ChangeLog files, to fix fontification in
21760 Emacs.
21761
deea8bb0
MC
217622004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21763
21764 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21765 * gdb.mi/mi2-break.exp: Likewise.
21766
c3297504
MC
217672004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21768
21769 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21770
25808999
MC
217712004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21772
21773 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21774
226a8d71
MC
217752004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21776
21777 * gdb.cp/classes.exp: Remove unused declarations. Just let
21778 test names default instead of providing special names. Remove
21779 extraneous demangler test.
21780
37fdf854
JJ
217812004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21782
21783 * gdb.base/unload.exp: New test for breakpoints in dynamically
21784 loaded libraries.
21785 * gdb.base/unload.c: Ditto.
21786 * gdb.base/unloadshr.c: Ditto.
21787
2d3a7986
MC
217882004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21789
21790 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21791 cp_test_ptype_class.
21792 (test_enums): Likewise.
21793
c72b934c
AC
217942004-08-10 Andrew Cagney <cagney@gnu.org>
21795
21796 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21797 files.
21798
cc503c8a
AC
217992004-08-10 Andrew Cagney <cagney@gnu.org>
21800
21801 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21802 init_malloc call.
21803
902f2ccb
MC
218042004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21805
21806 * ChangeLog: Add copyright notice. The notice is copied
21807 from emacs 21.3 top level ChangeLog.
21808
78c90502
MC
218092004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21810
21811 * lib/cp-support.exp: New file.
21812 * lib/cp-support.exp (cp_test_type_class): New function.
21813 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21814 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21815 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21816 cp_test_ptype_class.
21817
88e5ea78
MC
218182004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21819
21820 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21821 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21822 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21823 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21824 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21825 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21826 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21827 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21828 gdb.mi/mi2-watch.exp: Update copyright years.
21829
6a89fc9c
MK
218302004-08-09 Mark Kettenis <kettenis@gnu.org>
21831
21832 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21833
1482e0de
MC
218342004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21835
21836 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21837 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21838 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21839 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21840 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21841 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21842 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21843 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21844 gdb.mi/mi-watch.exp: Update copyright years.
21845
1a5ce3f3
DJ
218462004-08-08 Daniel Jacobowitz <dan@debian.org>
21847
21848 PR gdb/1738
21849 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21850 from a breakpoint with a pending signal.
21851
04f6ecf2
DJ
218522004-08-08 Daniel Jacobowitz <dan@debian.org>
21853
21854 PR gdb/1736
21855 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21856 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21857 the prompt.
21858 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21859
54d90d35
DJ
218602004-08-08 Daniel Jacobowitz <dan@debian.org>
21861
21862 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21863
d2f6abb0
DJ
218642004-08-08 Daniel Jacobowitz <dan@debian.org>
21865
21866 PR gdb/1736
21867 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21868 for i?86-*-linux*.
21869
5598c03d
DJ
218702004-08-08 Daniel Jacobowitz <dan@debian.org>
21871
21872 * gdb.arch/i386-prologue.exp: Compile without debug information.
21873
c6fee705
MC
218742004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21875
21876 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21877 rather than asking gdb to search.
21878
dd90efdb
MC
218792004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21880
21881 * gdb.base/gcore.c: Include <string.h>.
21882
1e84bec1
MC
218832004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21884
21885 * gdb.base/gcore.c: Add copyright notice.
21886
e425eb2b
MC
218872004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21888
21889 * gdb.base/freebpcmd.c: Include <stdio.h>.
21890 * gdb.base/long_long.c: Include <string.h>.
21891 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21892 * gdb.base/siginfo.c: Include <string.h>.
21893 * gdb.base/sigstep.c: Include <string.h>.
21894
cb9aaed5
MC
218952004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21896
21897 * gdb.base/complex.c: Include <stdlib.h>.
21898
55944f3d
MC
218992004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21900
21901 * gdb.base/complex.c: Add copyright notice.
21902
7b2953d9
MC
219032004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21904
21905 * gdb.base/charset.c: Include <stdlib.h>.
21906
c9133d23
MC
219072004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21908
21909 * gdb.base/auxv.c: Include <stdlib.h>.
21910
0a8490ad
MC
219112004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21912
21913 * gdb.base/auxv.c: Add copyright notice.
21914
3426d5ec
MC
219152004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21916
21917 * gdb.base/coremaker.c: Add copyright notice.
21918 * gdb.base/coremaker2.c: Add copyright notice.
21919
8da195dd
AC
219202004-08-04 Andrew Cagney <cagney@gnu.org>
21921
21922 * gdb.base/store.exp: Update copyright.
21923 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21924 names, do not import gdb_prompt.
21925
8d394f98
AC
219262004-08-01 Andrew Cagney <cagney@gnu.org>
21927
21928 Fix PR testsuite/1729.
21929 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21930 not use capture_value with value 4.
21931 (capture_value): Add optional test name parameter.
21932 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21933 the prefix, pass to capture_value.
21934
b6702b23
MK
219352004-08-01 Mark Kettenis <kettenis@gnu.org>
21936
21937 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21938 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21939 (main): Call new function.
21940
c203e0ca
MC
219412004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21942
21943 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21944
a7995a30
MC
219452004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21946
21947 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21948
9366563b
MC
219492004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21950
b6eeaf26 21951 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
21952 Accept more values of vtbl pointer. Remove some messages
21953 about "obsolete gcc or gdb".
21954
2fc1f950
MC
219552004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21956
21957 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21958
c724d49b
MC
219592004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21960
21961 * gdb.base/asm-source.exp: Properly convert target board
21962 debug flags from gcc format to binutils format.
21963
736b0fce
MK
219642004-07-28 Mark Kettenis <kettenis@gnu.org>
21965
21966 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21967 gdb1718". PR backtrace/1718 partially fixed.
21968
5633ea5c
JJ
219692004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21970
21971 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21972
575eebb1
NC
219732004-07-26 Nick Clifton <nickc@redhat.com>
21974
21975 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21976 good default value for a specific architecture is available then
21977 set it to that value. Otherwise default to the -gstabs switch.
21978 Remove the -g... switches from the asm-flags variable. Allow the
21979 target board info to override the value if it wants to. Pass the
21980 switch on the assembler command line.
21981
62104619
MK
219822004-07-23 Mark Kettenis <kettenis@gnu.org>
21983
21984 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21985 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21986 (main): Call new function.
21987
4a1135b8
MC
219882004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21989
21990 Test for PR exp/1715.
21991 * gdb.base/radix.exp: Refactor common procedures. Make all
21992 test names unique. Change XFAIL to KFAIL.
21993
8a12c1f0
MC
219942004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21995
21996 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21997 * gdb.ada/gnat_ada.gin: ... to here.
21998 * configure.in: Use gnat_ada.gin.
21999 * configure: Regenerate.
22000
23b451cf
AC
220012004-07-20 Andrew Cagney <cagney@gnu.org>
22002
22003 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
22004 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
22005 XFAILs. Clean up test messages and comments. Check backtraces.
22006 Delete re-sync code.
22007
ab618a02
MC
220082004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22009
22010 Fix PR cli/740.
22011 * gdb.base/annota1.exp: Honor gdb,nosignals.
22012 * gdb.base/annota3.exp: Likewise.
22013
46dad340
MC
220142004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22015
22016 * lib/java.exp: Update copyright notice.
22017
756d8c70
AC
220182004-07-19 Andrew Cagney <cagney@gnu.org>
22019
22020 * gdb.base/selftest.exp: Copy file from here ...
22021 * gdb.gdb/selftest.exp: ... to here.
22022
586027e6
AC
220232004-07-16 Andrew Cagney <cagney@redhat.com>
22024
22025 * lib/insight-support.exp: Delete file.
22026 * lib/java.exp (java_init): Fix copyright.
22027
029d2200
AC
220282004-07-16 Andrew Cagney <cagney@gnu.org>
22029
22030 * gdb.base/restore.c: Append "prologue" to comments marking the a
22031 function's prologue.
22032 * gdb.base/restore.exp: Update copyright, re-indent.
22033 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22034 callerN" prefix where needed. Update patterns that match a
22035 function's prologue.
22036
653b62c5
MC
220372004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22038
22039 * gdb.base/restore.c: Add copyright notice.
22040
f7d690e5
AC
220412004-07-16 Andrew Cagney <cagney@gnu.org>
22042
22043 * gdb.base/logical.exp: Update copyright.
22044 (evaluate): New procedure. Use to re-implement tests using
22045 several tables.
22046
d629a7cb
MH
220472004-07-14 Martin Hunt <hunt@redhat.com>
22048
22049 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22050 which fixes some problems where init.tcl was not found.
22051
9c7bb332
AC
220522004-07-13 Andrew Cagney <cagney@gnu.org>
22053
6bf46641
AC
22054 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22055 (check_sizeof, check_valueof): Do not include the output in the
22056 test name. Use gdb_test.
22057 (get_valueof): Use gdb_test_multiple.
22058
c4ffd4c0
AC
22059 * gdb.base/step-test.exp: Update copyright. Use
22060 gdb_test_multiple. Ensure that test names do not include
22061 architecture dependent output.
22062
ab89363a
AC
22063 * gdb.gdb/observer.exp: Update copyright.
22064 (setup_test): Use gdb_test_multiple.
22065 (attach_first_observer, attach_second_observer)
22066 (attach_third_observer, detach_first_observer)
22067 (detach_second_observer, detach_third_observer)
22068 (reset_counters, check_counters): Make $message a prefix.
22069 (test_normal_stop_notifications): Add "args" parameter - a list of
22070 init functions to be called. Make $message a prefix,
22071 (test_observer_normal_stop): Change the message prefixes so that
22072 they are unique, pass the attach / detach procedures to
22073 test_normal_stop_notifications.
22074
ec58997a
AC
22075 * gdb.base/signull.exp (test_segv): Prefix all tests with
22076 "${name}". Clean up test messages.
22077
b475183b
AC
22078 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22079
9c7bb332
AC
22080 * gdb.base/ena-dis-br.exp: Update copyright.
22081 (break_at): New function. Replace send_gdb with gdb_test,
22082 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22083 ignore count, not stopped at bpt", with KFAIL.
22084
2dd95497
CV
220852004-07-13 Corinna Vinschen <vinschen@redhat.com>
22086
22087 * gdb.base/attach.exp: Remove cleanupfile handling.
22088
419e626b
AC
220892004-07-12 Andrew Cagney <cagney@gnu.org>
22090
22091 * gdb.base/annota1.exp: Cleanup corefile test name.
22092 * gdb.base/annota3.exp: Ditto.
22093
8b1b3228
AC
220942004-07-12 Andrew Cagney <cagney@gnu.org>
22095
78650829
AC
22096 * gdb.base/signals.exp: Clean up copyright, re-indent.
22097
8b1b3228
AC
22098 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22099 gdb_test and gdb_test_multiple.
22100
935c2760
JJ
221012004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22102
22103 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 22104 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
22105 provide line number info for first statement in main.
22106
1544280f
AC
221072004-07-08 Andrew Cagney <cagney@gnu.org>
22108
1279f4ff
AC
22109 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22110
1544280f
AC
22111 * gdb.base/sigbpt.exp: Make the common part of each test name a
22112 prefix instead of suffix.
22113
bcc82369
BR
221142004-07-07 Bob Rossi <bob_rossi@cox.net>
22115
22116 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22117 test from test_tbreak_creation_and_listing to
22118 test_file_list_exec_source_file
22119 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22120 Changed name of test from test_tbreak_creation_and_listing to
22121 test_file_list_exec_source_file
22122
23f4b0aa
JJ
221232004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22124
22125 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22126 the jmisc() constructor instead of <init>.
22127 * gdb.java/jmisc1.exp: Ditto.
22128
56401cd5
AC
221292004-07-07 Andrew Cagney <cagney@gnu.org>
22130
22131 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22132 corrupting the PC.
22133
44ae2f6a
MC
221342004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22135
22136 * gdb.cp/templates.exp: Accept whitespace change in demangler
22137 output.
22138
45a83408
AC
221392004-07-06 Andrew Cagney <cagney@gnu.org>
22140
22141 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22142
d205ad70
MC
221432004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22144
22145 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22146 * lib/compiler.cc: Likewise.
22147
06ea1a61
MC
221482004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22149
22150 * lib/compiler.cc: Work around string preprocessing problem
22151 with old hp c++ compiler.
22152 * lib/compiler.c: Likewise.
22153
daab1251
CV
221542004-06-29 Corinna Vinschen <vinschen@redhat.com>
22155
22156 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22157 directives to conditionalize symbol prefixing.
22158 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22159 additional_flags handling. Add underscore prefix for Cygwin.
22160 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22161 conditionalize symbol prefixing.
22162 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22163 additional_flags handling. Add underscore prefix for Cygwin.
22164
cc984116
CV
221652004-06-29 Corinna Vinschen <vinschen@redhat.com>
22166
22167 * gdb.base/bigcore.exp: Skip test on Cygwin.
22168
c279b077
MC
221692004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22170
22171 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22172 formats for "info register". Use gdb_test_multiple. Fix
22173 the "invalid register" test.
22174
0e915747
CV
221752004-06-28 Corinna Vinschen <vinschen@redhat.com>
22176
22177 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22178 PID for Cygwin. Add Cygwin specific strings to check for in some
22179 tests.
22180 (do_attach_tests): Add a test for user interaction when attaching
22181 to a process with no matching symbol table already loaded.
22182
11422c86
AC
221832004-06-26 Andrew Cagney <cagney@gnu.org>
22184
22185 Test PR java/1567 and PR java/1565.
22186 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22187 * gdb.java/jmisc2.exp: Delete file.
22188
cefbce26
MC
221892004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22190
22191 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22192
e19f872c
CV
221932004-06-25 Corinna Vinschen <vinschen@redhat.com>
22194
22195 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22196 attach process.
22197
d931ba3b
MC
221982004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22199
22200 * gdb.cp/pr-1553.exp: Remove.
22201
aef68c48
MC
222022004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22203
22204 * gdb.cp/pr-1553.cc: Remove.
22205 * gdb.cp/pr-1553.exp: Disable this test.
22206
8d5df71a
JB
222072004-06-20 Jim Blandy <jimb@redhat.com>
22208
a9c64011 22209 Fix PR testsuite/1680.
8d5df71a
JB
22210 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22211 regular expressions.
22212
4ac6f39d
MC
222132004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22214
22215 Fix PR testsuite/1679.
22216 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22217 Issue an UNSUPPORTED result instead.
22218
1b413552
JB
222192004-06-18 Jim Blandy <jimb@redhat.com>
22220
22221 * gdb.base/charset.exp: Only send a control-C if we see a new
22222 prompt and incomplete command.
22223
6daa6ebd
MC
222242004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22225
22226 * gdb.cp/pr-574.cc: Add copyright notice.
22227
51fa4ae0
JB
222282004-06-17 Jim Blandy <jimb@redhat.com>
22229
22230 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22231 cases where the regexp has no groups; this grabs random text from
22232 the previous test suite, whatever that was.
22233
8fea26c5
MC
222342004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22235
22236 * gdb.cp/printmethod.cc: Add copyright notice.
22237
1e3aeb41
MC
222382004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22239
22240 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22241
9d9030bc
AC
222422004-06-16 Andrew Cagney <cagney@gnu.org>
22243
22244 * gdb.base/signull.c: Update copyright. Include <string.h>.
22245 (bowler): Replace data_pointer with data_read
22246 and data_write cases. Add code_descriptor case.
22247 (zero, desc): New array and pointer.
22248 (data, code): Change to simple pointers.
22249 * gdb.base/signull.exp: Fix probe pattern matching a function
22250 descriptor SIGSEGV. Replace data_pointer with data_read and
22251 data_write tests.
22252
acd4ad44
AC
222532004-06-16 Andrew Cagney <cagney@gnu.org>
22254
22255 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22256
08fd625c
MC
222572004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22258
22259 * gdb.base/long_long.c: Add copyright notice.
22260
1903502c
MC
222612004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22262
22263 * gdb.base/long_long.exp: Remove reference to
22264 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22265 to gdb_breakpoint and gdb_continue_to_breakpoint.
22266
83313cb1
JB
222672004-06-14 Jim Blandy <jimb@redhat.com>
22268
22269 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22270 endian case.
22271
1bf404ef
AC
222722004-06-14 Andrew Cagney <cagney@gnu.org>
22273
22274 * gdb.base/gcore.exp (capture_command_output): Delete the always
22275 passing tests containing inferior values.
22276 * gdb.base/ending-run.exp: Do not include the breakpoint address
22277 in the test message. Update copyright.
22278 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22279 size in the test name, use gdb_test_multiple. Update copyright.
22280
ef220b33
MC
222812004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22282
22283 * gdb.cp/ref-types.cc: Add copyright notice.
22284
4f70a4c9
MC
222852004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22286
22287 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22288 hp_aCC_compiler.
22289 * lib/compiler.cc: Likewise.
22290 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22291 'set' commands. Log diagnostics for other lines. Set
22292 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22293
335928ac
MC
222942004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22295
22296 * gdb.cp/try_catch.cc: Add copyright notice.
22297
2efb12e8
MC
222982004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22299
22300 * gdb.cp/userdef.cc: Add copyright notice.
22301
0bbed51a
MC
223022004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22303
22304 * gdb.cp/virtfunc.cc: Add copyright notice.
22305
e12a46c9
RC
223062004-06-11 Randolph Chung <tausq@debian.org>
22307
22308 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22309 problem.
22310
338e05af
AC
223112004-06-10 Andrew Cagney <cagney@gnu.org>
22312
22313 * lib/compiler.cc, lib/compiler.c: Append either
22314 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22315 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22316 instead of gcc-3-3.
22317
dc3f10cb
AC
223182004-06-09 Andrew Cagney <cagney@gnu.org>
22319
b4d946af
AC
22320 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22321 gdb/1455, bug is specific to "long long" and "double".
a9c64011 22322
dc3f10cb
AC
22323 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22324 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22325 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22326 fixed.
22327
b5c0bfa2
AC
223282004-06-09 Andrew Cagney <cagney@gnu.org>
22329
22330 * gdb.base/structs.exp (test_struct_returns): Replace
22331 "return_value_unknown" and "finish_value_unknown" by
22332 "return_value_known" and "finish_value_known". Instead of
22333 "return_value_unknown" iff "finish_value_unknown", check
22334 "return_value_known" implies "finish_value_known".
22335
caeb605f
MH
223362004-06-08 Martin Hunt <hunt@redhat.com>
22337
22338 * gdb.base/float.exp: Add pattern for mips targets.
22339
c892bb64
RC
223402004-06-08 Randolph Chung <tausq@debian.org>
22341
22342 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22343 message for unknown architectures more clear.
22344
48306d3e
JB
223452004-06-08 Joel Brobecker <brobecker@gnat.com>
22346
22347 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22348 start the execution of the program.
22349
83ecb59f
JB
223502004-06-07 Jim Blandy <jimb@redhat.com>
22351
22352 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22353 * gdb.arch/i386-cpuid.h: New helper file.
22354
55264cb4
RC
223552004-06-07 Randolph Chung <tausq@debian.org>
22356
22357 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22358 has started.
22359
23cadb28
RM
223602004-06-04 Roland McGrath <roland@redhat.com>
22361
22362 Fix PR gdb/1647.
22363 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22364 differently to be robust to output buffering differences.
22365
51d01eda
MC
223662004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22367
22368 * gdb.threads/pthreads.exp: Update copyright years.
22369 (check_control_c): Change asynchronous 'after' to synchronous.
22370
f4fc3b93
RM
223712004-06-04 Roland McGrath <roland@redhat.com>
22372
22373 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22374 next gdb prompt.
22375
4013522b
MC
223762004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22377
22378 Fix PR gdb/1636.
22379 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22380 calls to synchronous.
22381
7a8f1e6b
JB
223822004-05-26 Jim Blandy <jimb@redhat.com>
22383
22384 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22385
81bb3443
RC
223862004-05-24 Randolph Chung <tausq@debian.org>
22387
22388 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22389 * gdb.asm/pa.inc: New file.
22390
8f5a3103
MK
223912004-05-22 Mark Kettenis <kettenis@gnu.org>
22392
22393 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22394
734b8fe8 223952004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 22396 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
22397
22398 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22399 GDB prompt.
22400
725603e1
UW
224012004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22402
f4fc3b93 22403 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
22404 setjmp/longjmp. Use sigaction instead of signal.
22405
8b923272 224062004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 22407 Michael Snyder <msnyder@redhat.com>
8b923272
JB
22408
22409 * gdb.threads/pthread_cond_wait.c: New file.
22410 * gdb.threads/pthread_cond_wait.exp: New testcase.
22411
8bfabb04
AC
224122004-05-13 Andrew Cagney <cagney@redhat.com>
22413
22414 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22415 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22416
42edda50
AC
224172004-05-11 Andrew Cagney <cagney@redhat.com>
22418
22419 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22420 fixed but revealed gdb/1639.
22421
d303a6c7
AC
224222004-05-10 Andrew Cagney <cagney@redhat.com>
22423
22424 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22425 func1" and "next to 2nd alarm", kernel bug avoided.
22426
bf08c2a1
DJ
224272004-05-10 Daniel Jacobowitz <dan@debian.org>
22428
22429 PR external/1568
22430 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22431 XFAIL if it is smaller than bytes_allocated.
22432 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22433 (main): Make chunks_allocated unsigned. Correct comment.
22434
c0586a34
JB
224352004-05-07 Joel Brobecker <brobecker@gnat.com>
22436
22437 * gdb.arch/powerpc-aix-prologue.c: New file.
22438 * gdb.arch/powerpc-aix-prologue.exp: New file.
22439
f2785d12
JB
224402004-05-07 Jim Blandy <jimb@redhat.com>
22441
22442 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22443 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22444
bd7f6e30
JB
224452004-05-06 Joel Brobecker <brobecker@gnat.com>
22446
22447 * gdb.base/sep.exp: No longer setup_kfail when the program was
22448 built with dwarf2.
22449
0a5e7efe
JI
224502004-05-05 Jim Ingham <jingham@apple.com>
22451
22452 * gdb.base/pending.exp: Make sure pending breakpoints
22453 preserve the ignore count.
f4fc3b93 22454
a8958849
MK
224552004-04-27 Jerome Guitton <guitton@gnat.com>
22456
22457 * i386-prologue.exp: Add testcase for jump instruction as first
22458 instruction of the real code.
22459 * i386-prologue.c (jump_at_beginning): New function.
22460
7e103f5b
MK
224612004-04-28 Mark Kettenis <kettenis@gnu.org>
22462
22463 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22464 x86_64-*-*.
22465
5d38b224
MK
224662004-04-28 Mark Kettenis <kettenis@gnu.org>
22467
22468 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22469 i*86-*-*.
22470
0ef32fd9
MK
224712004-04-25 Mark Kettenis <kettenis@gnu.org>
22472
22473 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22474 expression that checks the return type.
22475
71d7dd7c
AC
224762004-04-23 Andrew Cagney <cagney@redhat.com>
22477
22478 * gdb.base/call-sc.exp: New test of scalar call/return values.
22479 * gdb.base/call-sc.c: Ditto.
22480
1e9f977e
JJ
224812004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22482
22483 * gdb.threads/manythreads.c: Reduce thread stack size.
22484
899d9e3a
JJ
224852004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22486
22487 * gdb.threads/manythreads.c: Add copyright notice.
22488
61bcae62
AC
224892004-04-23 Andrew Cagney <cagney@redhat.com>
22490
22491 * gdb.base/siginfo.exp: Better handle step out of signal.
22492 * gdb.base/sigstep.exp: Ditto.
22493
7339a42e 224942004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 22495 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
22496
22497 * gdb.threads/manythreads.c: New testcase.
22498 * gdb.threads/manythreads.exp: Ditto.
22499
5c98409b
JB
225002004-04-22 Jim Blandy <jimb@redhat.com>
22501
22502 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22503 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22504
3b611f1a
MC
225052004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22506
22507 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22508
f0fd9238
AC
225092004-04-21 Andrew Cagney <cagney@redhat.com>
22510
22511 * gdb.base/sigstep.c: New file.
22512 * gdb.base/sigstep.exp: New file.
22513
90990674
JB
225142004-04-16 Joel Brobecker <brobecker@gnat.com>
22515
22516 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22517 call to observer_notify_normal_stop.
22518
78cef34b
AC
225192004-04-15 Andrew Cagney <cagney@redhat.com>
22520
22521 * gdb.base/siginfo.c: New file.
22522 * gdb.base/siginfo.exp: New file.
22523
d2343407
JB
225242004-04-12 J. Brobecker <brobecker@gnat.com>
22525
22526 * gdb.base/sep.exp: Fix typo in comment.
22527
a2dba3c8
JB
225282004-04-12 J. Brobecker <brobecker@gnat.com>
22529
22530 * gdb.base/sep.c: New file.
22531 * gdb.base/sep-proc.c: New file.
22532 * gdb.base/sep.exp: New testcase.
22533
15f7b60e
MK
225342004-04-09 Mark Kettenis <kettenis@gnu.org>
22535
22536 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22537 support.
22538
44f4de1a
AC
225392004-04-05 Andrew Cagney <cagney@redhat.com>
22540
22541 * gdb.base/sigaltstack.c: New file.
22542 * gdb.base/sigaltstack.exp: New file.
22543
ef04f396
JB
225442004-04-04 Joel Brobecker <brobecker@gnat.com>
22545
22546 * gdb.base/foll-fork.exp: Update the expected output for
22547 "help set follow-fork-mode", to match a change that was made
22548 to the help of this variable on 2004-01-13.
22549
d40d2c92
JB
225502004-04-01 Joel Brobecker <brobecker@gnat.com>
22551
22552 * lib/ada.exp: Add copyright notice.
22553 * bar.ads: Likewise.
22554 * bar.adb: Likewise.
22555 * null_record.adb: Likewise.
22556 * null_record.exp: Likewise.
22557 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22558
f86ef5a3
JB
225592004-04-01 Joel Brobecker <brobecker@gnat.com>
22560
22561 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22562 * configure: Regenerate.
22563
414e70e3
JB
225642004-04-01 Joel Brobecker <brobecker@gnat.com>
22565
22566 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22567 to build the application. Remove the message printed when in
22568 verbose mode, redundant with the UNSUPPORTED message above.
22569
f0aaee49
JB
225702004-03-31 Joel Brobecker <brobecker@gnat.com>
22571
22572 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22573 * gdb.ada (null_record.exp): New testcase.
22574
ac81cb54
JB
225752004-03-31 Joel Brobecker <brobecker@gnat.com>
22576
22577 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22578
854af2f7
JB
225792004-03-31 Joel Brobecker <brobecker@gnat.com>
22580
22581 * gdb.ada: New subdirectory.
22582 * gdb.ada/Makefile.in: New file.
22583 * gdb.ada/gnat_ada.gpr.in: New file.
22584
034cb681
JB
225852004-03-31 Joel Brobecker <brobecker@gnat.com>
22586
22587 * lib/ada.exp: New file.
22588
78a1a894
DJ
225892004-03-24 Daniel Jacobowitz <drow@mvista.com>
22590
22591 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22592 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22593
4b2b3b3e
AC
225942004-03-22 Andrew Cagney <cagney@redhat.com>
22595
22596 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22597 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22598 Problem identified by Ulrich Weigand.
22599
23c73aa3
DC
226002004-03-17 David Carlton <carlton@kealia.com>
22601
22602 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22603 PR c++/826.
22604
d63a86f8
RM
226052004-03-16 Roland McGrath <roland@redhat.com>
22606
22607 * gdb.base/auxv.exp: New file.
22608 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22609
0e02aa50
DC
226102004-03-12 David Carlton <carlton@kealia.com>
22611
22612 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22613 * gdb.cp/pr-1553.cc: Ditto.
22614 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22615 pass branch.
22616
c20b71be
MC
226172004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22618
22619 * gdb.cp/templates.exp: Accept more template types.
22620
c7414a01
MC
226212004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22622
22623 From Corinna Vinschen with modifications.
22624 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22625 local variable obj_with_enum.
22626 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22627 results with obj_with_enum.
22628
ed69573c
MC
226292004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22630
22631 * gdb.cp/classes.cc: New file, copied from misc.cc.
22632 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22633
28301461
MC
226342004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22635
22636 * gdb.cp/misc.cc: Add copyright notice.
22637
1198ecbe
DC
226382004-03-05 David Carlton <carlton@kealia.com>
22639
22640 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22641 * gdb.cp/rtti.h: Update copyright.
22642 (namespace n2::n3): New.
22643 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22644 (n2::n3::func3): New.
22645 (main): Call n2::n3::func3.
22646 * gdb.cp/rtti2.cc: Update copyright.
22647 (n2::create3): New.
22648
9e08c470
MK
226492004-03-04 Mark Kettenis <kettenis@gnu.org>
22650
22651 * gdb.asm/openbsd.inc: Fix typo.
22652
4bebc3aa
FF
226532004-03-03 Fred Fish <fnf@redhat.com>
22654
22655 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22656 "val" instead of unused "size". Update copyright year.
22657
6ea9fb37
DJ
226582004-02-29 Daniel Jacobowitz <drow@mvista.com>
22659
22660 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22661 to use unsigned char.
22662 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22663 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22664
23b23974
DJ
226652004-02-29 Daniel Jacobowitz <drow@mvista.com>
22666
22667 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22668 line of output.
22669
7574fd53
DJ
226702004-02-28 Daniel Jacobowitz <drow@mvista.com>
22671
22672 * gdb.base/relocate.c (dummy): Initialize.
22673
a195357f
DJ
226742004-02-28 Daniel Jacobowitz <drow@mvista.com>
22675
22676 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22677 a breakpoint at exit.
22678
72fd54a9
FF
226792004-02-27 Fred Fish <fnf@redhat.com>
22680
22681 * gdb.base/chng-syms.exp: Add expect condition to match failing
22682 case that isn't a timeout.
22683
b9d23137
AC
226842004-02-27 Andrew Cagney <cagney@redhat.com>
22685
22686 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22687 support.
22688
15d208f6 226892004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 22690
15d208f6
FF
22691 * gdb.arch/gdb1431.c: Remove.
22692 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22693 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22694 of "until" incorrectly.
22695
98f9cd2d
JB
226962004-02-26 J. Brobecker <brobecker@gnat.com>
22697
22698 * gdb.cp/class2.cc (empty): New class.
22699 (refer): New function.
22700 (main): Declare an object of type empty and use it.
22701 * gdb.cp/class2.exp: Print the value of an object of type empty.
22702
9b50c11b
JJ
227032004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22704
22705 * gdb.base/langs.exp: Update query string to match the
22706 new nquery format used for pending breakpoints.
22707
0dcd613f
AC
227082004-02-26 Andrew Cagney <cagney@redhat.com>
22709
22710 Fix PR i18n/1570.
22711 * gdb.base/charset.c: Update copyright notice.
22712 (main, init_string): Remove the escape character '\e' tests.
22713 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22714 * gdb.base/charset.exp (valid_host_charset): Ditto.
22715 * gdb.base/setvar.exp: Ditto.
22716
b8a56647
AC
227172004-02-24 Andrew Cagney <cagney@redhat.com>
22718
90d59e34
AC
22719 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22720 mmapped data in core file" PASS and FAIL messages consistent.
22721
b8a56647
AC
22722 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22723 setting a breakpoint. Work around PR java/1565.
22724
9f27c604
JJ
227252004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22726
22727 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22728 new nquery format.
22729 * gdb.base/pending.exp: Ditto.
22730
3224a706
MK
227312004-02-22 Mark Kettenis <kettenis@gnu.org>
22732
22733 * configure.in: Run stabs tests on *BSD.
22734 * configure: Regenerated.
22735
41e0a9ca
MK
227362004-02-21 Mark Kettenis <kettenis@gnu.org>
22737
22738 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22739
1e1b3428
FF
227402004-02-20 Fred Fish <fnf@redhat.com>
22741
22742 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22743 blank in test for "returns short", for consistency with other
22744 "returns xxx" tests. Update copyright year.
22745
f9a7572a
FF
227462004-02-19 Fred Fish <fnf@redhat.com>
22747
22748 New testcase for PR breakpoint/1558.
22749 * gdb.arch/gdb1558.exp: New file.
22750 * gdb.arch/gdb1558.c: New file.
22751
b2ce2854
EZ
227522004-02-19 Elena Zannoni <ezannoni@redhat.com>
22753
22754 * gdb.base/nodebug.exp: Fix typo.
22755
e7c9ff01
JB
227562004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22757
22758 Committed by Jim Blandy <jimb@redhat.com>.
22759
62f4b920
JB
22760 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22761
2db536a1
JB
22762 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22763
e7c9ff01
JB
22764 * gdb.base/float.exp: Support s390*-*-* targets.
22765
f3205b34
AF
227662004-02-17 Adam Fedor <fedor@gnu.org>
22767
22768 * gdb.base/gdb1555.exp: New file.
22769 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22770
9d62932d
EZ
227712004-02-17 Elena Zannoni <ezannoni@redhat.com>
22772
22773 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22774
344c9711
FF
227752004-02-16 Fred Fish <fnf@redhat.com>
22776
22777 * gdb.arch/gdb1291.c: Remove
22778 * gdb.arch/gdb1291.s: New test input file.
22779 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22780 fail. Test for correct result, known incorrect result, other
22781 failures and timeouts.
22782
2d822687
AC
227832004-02-16 Andrew Cagney <cagney@redhat.com>
22784
22785 * gdb.base/bigcore.exp: New file.
22786 * gdb.base/bigcore.c: New file.
22787
dac15b66
AC
227882004-02-13 Andrew Cagney <cagney@redhat.com>
22789
22790 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22791 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22792 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22793 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22794 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22795 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22796 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22797 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22798 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22799 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22800
6bdfc2c4
JJ
228012004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22802
22803 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22804 executed is an alloc instruction.
22805
87b3ede8
DC
228062004-02-11 David Carlton <carlton@kealia.com>
22807
22808 * gdb.cp/breakpoint.exp: New.
22809 * gdb.cp/breakpoint.cc: New.
22810
6e19e2bf
MC
228112004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22812
22813 Partial fix for PR gdb/1543.
22814 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22815 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22816 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22817 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22818 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22819 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22820 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22821 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22822 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22823 to bug-gdb@prep.ai.mit.edu .
22824 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22825 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22826 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22827 Likewise.
22828
5c5455dc
AC
228292004-02-10 Andrew Cagney <cagney@redhat.com>
22830
22831 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22832 using gdb_internal_error_resync.
22833
9cf689d7
DJ
228342004-02-09 Daniel Jacobowitz <drow@mvista.com>
22835
22836 * gdb.threads/thread-specific.exp: Stop early if no threads are
22837 found.
22838
d2dc51db
MC
228392004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22840
22841 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22842
14b1a056
DJ
228432004-02-08 Daniel Jacobowitz <drow@mvista.com>
22844
22845 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22846 breakpoints.
22847
83f66e8f
DJ
228482004-02-07 Daniel Jacobowitz <drow@mvista.com>
22849
22850 * config/sim.exp (gdb_load): Handle $arg == "".
22851 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22852 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22853
30fc0091
EZ
228542004-02-07 Elena Zannoni <ezannoni@redhat.com>
22855
a9c64011
AS
22856 * gdb.base/maint.exp: Update test to reflect
22857 obstack changes.
30fc0091 22858
4d806929
JJ
228592004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22860
22861 * gdb.base/pendshr.c (pendfunc): New function that calls
22862 pendfunc1.
22863 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22864
7bfdd688
FF
228652004-02-04 Fred Fish <fnf@redhat.com>
22866
22867 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22868 function symbols and update copyright years.
22869 * gdb.arch/gdb1291.c: Ditto.
22870
aaa08ee4
MC
228712004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22872
22873 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22874
dbad7755
MC
228752004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22876
22877 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22878
ec4646ef
MC
228792004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22880
22881 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22882
1b802196
FF
228832004-02-02 Fred Fish <fnf@redhat.com>
22884
22885 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22886 remote targets. Update copyright years.
22887
18fe2033
JJ
228882004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22889
22890 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22891 support.
22892 * gdb.base/langs.exp: Fix test which attempts to create
22893 breakpoint on non-existent function to handle new pending
22894 support.
22895 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22896 a breakpoint.
22897 * gdb.base/pending.exp: New test.
22898 * gdb.base/pending.c: New file.
22899 * gdb.base/pendshr.c: Ditto.
22900
8d577d32
DC
229012004-02-02 David Carlton <carlton@kealia.com>
22902
22903 * gdb.cp/overload.exp: Add overloadNamespace tests.
22904 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22905 (overloadNamespace, XXX): New.
22906 (main): Call XXX::marker2.
22907
3ad13771
FF
229082004-02-01 Fred Fish <fnf@redhat.com>
22909
22910 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22911 * gdb.base/finish.exp: Ditto.
22912 * gdb.base/gcore.exp: Ditto.
22913 * gdb.base/huge.exp: Ditto.
22914 * gdb.base/info-proc.exp: Ditto.
22915 * gdb.base/return2.exp: Ditto.
22916 * gdb.threads/gcore-thread.exp: Ditto.
22917
44c75849
DJ
229182004-02-01 Daniel Jacobowitz <drow@mvista.com>
22919
22920 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22921
005bc093
MK
229222004-02-01 Mark Kettenis <kettenis@gnu.org>
22923
22924 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22925 that opening the file succeeds on OpenBSD.
22926
c47cebdb
DJ
229272004-02-01 Daniel Jacobowitz <drow@mvista.com>
22928
22929 * gdb.threads/thread-specific.c: New file.
22930 * gdb.threads/threads-specific.exp: New test script.
22931 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22932 to expect_out.
22933
5a01311c
MK
229342004-02-01 Mark Kettenis <kettenis@gnu.org>
22935
22936 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22937 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22938 only on the "print_small_structs from print_long_arg_list" test.
22939
ce22a4f1
DJ
229402004-02-01 Daniel Jacobowitz <drow@mvista.com>
22941
22942 * gdb.base/completion.exp: Kill a stray backslash.
22943
22944 From Jim Ingham <jingham@apple.com>:
22945 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22946 agrees with the result from sending a tab.
22947
abbab9d3
DJ
229482004-01-31 Daniel Jacobowitz <drow@mvista.com>
22949
22950 * gdb.base/chng-syms.exp: Remove stray newline.
22951
53904d1e
MK
229522004-01-31 Mark Kettenis <kettenis@gnu.org>
22953
22954 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22955 *-*-openbsd*.
22956 * gdb.asm/openbsd.inc: New file.
22957
3a4b3aac
MK
229582004-01-30 Mark Kettenis <kettenis@gnu.org>
22959
22960 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22961 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22962 *-*solaris2*. Remove commented out default settings for
22963 asm-flags. Replace gdb_compile with target_link.
22964
ebac27b4
MC
229652004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22966
22967 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22968 for all tests. Remove old hp-ux and cygnus xfail cases.
22969
d8679d84
PH
229702004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22971
22972 * gdb.base/chng-syms.exp: New file.
22973 * gdb.base/chng-syms.c: New file.
22974
0a55bc22
MC
229752004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22976
22977 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22978 Provide arms for current output in all my configurations.
22979
94b8e876
MC
229802004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22981
22982 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22983 * lib/compiler.cc: Likewise.
22984 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22985 get the right preprocessor. Eval the output directly. Remove
22986 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22987 hp_f77_compiler and hp_f90_compiler completely.
22988 (gdb_preprocess): Delete.
22989 (get_compiler): Delete.
22990
7cf03d44
MK
229912004-01-24 Mark Kettenis <kettenis@gnu.org>
22992
22993 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22994 <string.h>.
22995
68b6dce9
NR
229962004-01-24 Nick Roberts <nick@nick.uklinux.net>
22997
22998 * gdb.mi/mi-stack.exp: Update copyright.
22999
b368761e
DC
230002004-01-23 David Carlton <carlton@kealia.com>
23001
23002 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
23003 test for cp_lookup_transparent_type.
23004 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
23005 call them.
23006
f2061b53
DJ
230072004-01-23 Daniel Jacobowitz <drow@mvista.com>
23008
23009 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
23010 after -var-update.
23011
37fc574a
DC
230122004-01-23 David Carlton <carlton@kealia.com>
23013
23014 * gdb.cp/namespace.cc (C::ensureRefs): New.
23015 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
23016
8e94b928
NR
230172004-01-20 Nick Roberts <nick@nick.uklinux.net>
23018
23019 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
23020 case "-stack-list-locals 2".
23021 * gdb.mi/mi-var-child.exp: Test for case
23022 "-var-list-children --all-values NAME".
23023
997b0952
MC
230242004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23025
23026 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23027
52470da3
MK
230282004-01-18 Mark Kettenis <kettenis@gnu.org>
23029
7049b4b8
MK
23030 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23031 used with gdb_test_multiple.
23032
52470da3
MK
23033 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23034 read at address 0. This fixes PR testsuite/1504.
23035
da6012e5
DJ
230362004-01-18 Daniel Jacobowitz <drow@mvista.com>
23037
23038 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23039 Remove downloading, guessing the host executable, the calls to
23040 gdb_file_cmd and gdb_target_cmd, and "load" support.
23041 (infer_host_exec): New function broken out from gdb_load.
23042 (gdb_load): New wrapper for gdbserver_gdb_load.
23043 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23044 gdb_target_cmd. Use -target-select.
23045 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23046 Download binaries to the host. Clear last_mi_remote_file when
23047 we load a new binary.
23048 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23049 call gdbserver_gdb_load and mi_gdb_target_cmd.
23050
32c70722
MC
230512004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23052
23053 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23054 type patterns.
23055
b0cecf36
MC
230562004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23057
23058 * gdb.cp/templates.exp: Fix typo in test name of
23059 "print Foo<volatile char*>::foo".
23060
4120d7e6
MC
230612004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23062
23063 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23064
f679e530
BE
230652004-01-16 Ben Elliston <bje@wasabisystems.com>
23066
23067 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23068 (clean mostlyclean): Remove empty rm.
23069
091c48f6
MC
230702004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23071
23072 * gdb.base/setvar.exp: Add copyright years.
23073
3e5fc8d2
DC
230742004-01-14 David Carlton <carlton@bactrian.org>
23075
23076 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23077 PR c++/1511 and update coment.
23078 * gdb.cp/templates.exp: Update patterns to match current output.
23079 If changes involve something other than whitespace, KFAIL
23080 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23081
63d06c5c
DC
230822004-01-14 David Carlton <carlton@kealia.com>
23083
23084 * gdb.cp/namespace.exp: Add tests involving classes defined within
23085 namespaces.
23086 * gdb.cp/namespace.cc (C::CClass): New.
23087 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23088
a51dab88
EZ
230892004-01-14 Elena Zannoni <ezannoni@redhat.com>
23090
23091 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23092 what debug info we have. Print a better message if something goes
23093 wrong while producing the separate debug info file.
23094
a476ccc9
MC
230952004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23096
23097 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23098
f453692c
MC
230992004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23100
23101 * gdb.base/callfuncs.c: Add copyright notice.
23102
f40063a5
MC
231032004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23104
23105 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23106 inheritance. PR gdb/1498, PR gcc/13539.
23107
19ac3974
EZ
231082004-01-13 Elena Zannoni <ezannoni@redhat.com>
23109
a9c64011
AS
23110 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23111 test specific name.
23112 * gdb.mi/gdb669.exp: Ditto.
23113 * gdb.mi/mi-pthreads.exp: Ditto.
23114 * gdb.mi/mi1-pthreads.exp: Ditto.
23115 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 23116
56c97c6e
MC
231172004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23118
23119 * gdb.cp/member-ptr.cc: Add copyright notice.
23120
a0644324
MC
231212004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23122
23123 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23124 some patterns for recent versions of gcc and hpacc. Delete
23125 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23126 Delete tests that access a NULL pointer-to-member-data. This
23127 script is still disabled for gcc.
23128
32fabe09
EZ
231292004-01-12 Elena Zannoni <ezannoni@redhat.com>
23130
23131 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 23132 escaped correctly.
32fabe09 23133
1f8a6abb
EZ
231342004-01-12 Elena Zannoni <ezannoni@redhat.com>
23135
23136 * gdb.base/sepdebug.exp: New file.
23137 * gdb.base/sepdebug.c: New file.
23138 * lib/gdb.exp (separate_debug_filename): New procedure.
23139 (gdb_gnu_strip_debug): New procedure.
23140
48efe704
AC
231412004-01-12 Andrew Cagney <cagney@redhat.com>
23142
23143 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23144 * gdb.mi/ChangeLog-1999-2003: New file.
23145
a9415475
AC
231462004-01-12 Andrew Cagney <cagney@redhat.com>
23147
23148 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23149 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23150 or EEXIST", treat EBUSY as an XFAIL.
23151
83b8cf9d
MC
231522004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23153
23154 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23155 hp_cc_compiler.
23156
9939d2a8
MC
231572004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23158
23159 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23160 decorations.
23161
1ff8cadf
MC
231622004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23163
23164 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23165 and "(aCC)" decorations. Remove obsolete doco about old
23166 test results.
23167
6fa9022e
MC
231682004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23169
23170 * gdb.cp/exception.exp: Fix typo in doco.
23171
209721fe
MK
231722004-01-09 Mark Kettenis <kettenis@gnu.org>
23173
23174 * gdb.base/gdb1476.exp: Fix typo.
23175
ef11303e
MC
231762004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23177
23178 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23179 file.
23180
041ab88c
MC
231812004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23182
23183 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23184 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23185 Use gdb_compile. Remove restriction on gcc. Add some patterns
23186 for recent version of gdb. Delete second half, which was a copy
23187 of the first half with different build flags. This test is
23188 still disabled because it is still not ready for production.
23189
e36d075a
MC
231902004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23191
23192 * gdb.cp/exception.cc: Add copyright notice.
23193 * gdb.cp/exception.exp: Add a notice that this file is broken
23194 because of line number changes caused by addition of copyright
23195 notice.
23196
42b190ad
MC
231972004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23198
23199 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23200 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23201
8f25f06b
MC
232022004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23203
23204 * gdb.cp/classes.exp: Accept gnu abi 2.
23205 * gdb.cp/derivation.exp: Likewise.
23206 * gdb.cp/overload.exp: Likewise.
23207 * gdb.cp/virtfunc.exp: Likewise.
23208
06ded8b8
MC
232092004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23210
23211 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23212 semicolon after end of function.
23213
77c26ae3
MC
232142004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23215
23216 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23217 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23218 boilerplate code for compiling and running the program under
23219 test. Add some string method tests.
23220
20757486
MC
232212004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23222
23223 * gdb.cp/bs15503.cc: Add copyright notice.
23224 * gdb.cp/bs15503.exp: Adjust line number.
23225
0fd3b503
MC
232262004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23227
23228 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23229 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23230
10d1bea8
MC
232312004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23232
23233 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23234 hp_cc_compiler.
23235
2789202a
MC
232362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23237
23238 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23239 * gdb.cp/ctti.exp: Use the marker instead of "next".
23240 With gcc, run further before bailing.
23241
b862f14c
MC
232422004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23243
23244 * gdb.cp/cttiadd.cc: Add copyright notice.
23245 * gdb.cp/cttiadd1.cc: Likewise.
23246 * gdb.cp/cttiadd2.cc: Likewise.
23247 * gdb.cp/cttiadd3.cc: Likewise.
23248
96da2469
MC
232492004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23250
23251 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23252 Use gdb_test, gdb_test_multiple. Use floating-point values that
23253 have exact representations in IEEE-ish formats.
23254
053248ff
MC
232552004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23256
23257 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23258 compilers. Delete duplicate call to get_compiler_info.
23259 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23260 * gdb.base/volatile.exp: Likewise.
23261
84acecdd
MK
232622004-01-07 Mark Kettenis <kettenis@gnu.org>
23263
23264 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23265 memory at address 0.
23266
fe11a27f
MC
232672004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23268
23269 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23270 to test for hp-ux assembler. Fix copyright years.
23271
60ad077b
AC
232722004-01-07 Andrew Cagney <cagney@redhat.com>
23273
23274 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23275
1c9b8f33
AC
232762004-01-07 Andrew Cagney <cagney@redhat.com>
23277
23278 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23279 when creating the read-only file. From analysis by Roland McGrath
23280 and Elena Zannoni.
23281
753ccc7a
MC
232822004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23283
23284 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23285
eca3e36b
MC
232862004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23287
23288 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23289 data pointers.
23290
f8d4bac4
MC
232912004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23292
23293 * gdb.cp/m-static.exp: Compile one source file at a time.
23294 Delete unused call to get_compiler_info.
23295
9b4e0f94
MC
232962004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23297
23298 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23299 * gdb.base/call-rt-st.exp: Likewise.
23300 * gdb.base/nodebug.exp: Likewise.
23301 * gdb.base/volatile.exp: Likewise.
23302 * gdb.cp/ref-types.exp: Likewise.
23303 * gdb.cp/templates.exp: Likewise.
23304
023c1024
MK
233052004-01-05 Mark Kettenis <kettenis@gnu.org>
23306
23307 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23308
19703c4a
MC
233092004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23310
23311 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23312 hppa*-hp-hpux*.
23313
18b67037
MK
233142004-01-04 Mark Kettenis <kettenis@gnu.org>
23315
ba6219c8
MK
23316 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23317 x86_64-*-*.
23318
18b67037
MK
23319 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23320 sparc64-*-* and sparc*-solaris2*.
23321
1bfbbb9d
MK
233222004-01-04 Mark Kettenis <kettenis@gnu.org>
23323
23324 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23325 return ${tests}" test. The ${tests} already mentions the
23326 filename.
23327
06846494
MC
233282004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23329
23330 * gdb.cp/local.exp: Accept gcc abi 2.
23331
3b0cb202
MC
233322004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23333
23334 * gdb.cp/templates.exp: Accept gcc abi 2.
23335
0643ec3f
MC
233362004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23337
23338 * lib/compiler.cc: Remove supports_template_debugging.
23339 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23340
d231d0b1
MC
233412004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23342
23343 * gdb.cp/namespace.exp: Accept gcc abi 2.
23344
44ffb27c
MC
233452004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23346
23347 * gdb.cp/method.exp: Accept gcc abi 2.
23348
184ad485
MC
233492004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23350
23351 * gdb.cp/classes.exp: Generate identical results as old version.
23352 * gdb.cp/derivation.exp: Likewise.
23353 * gdb.cp/overload.exp: Likewise.
23354 * gdb.cp/virtfunc.exp: Likewise.
23355
116f09e7
MC
233562004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23357
23358 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23359 mysterious bug with sourceware version of expect.
23360
b1379776
MC
233612004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23362
23363 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23364 current versions of gcc, including gcc abi 2. Remove gratuitous
23365 restart of test program. Use gdb_test_multiple and gdb_test for
23366 all tests. Add patterns to xfail missing "const" in "const char *"
23367 and kfail PR gdb/1155.
23368
6b7a4c0e
MC
233692004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23370
23371 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23372 current versions of gcc, including gcc abi 2. Remove gratuitous
23373 restart of test program. Use gdb_test_multiple and gdb_test for
23374 all tests. Add patterns to kfail PR gdb/1498.
23375
51615d72
MC
233762003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23377
23378 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23379 current versions of gcc, including gcc abi 2. Use "breakpoint"
23380 and "continue" instead of restarting the target program. Use
23381 gdb_test_multiple and gdb_test for all tests.
23382
7b79a9d7
MK
233832004-01-01 Mark Kettenis <kettenis@gnu.org>
23384
23385 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23386 for *-*-solaris2*.
23387
1cd3489f
MC
233882003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23389
23390 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23391 current versions of gcc, including gcc abi 2. Use "breakpoint"
23392 and "continue" instead of restarting the target program several
23393 times. Use gdb_test_multiple and gdb_test for all tests.
23394
850742db
MC
233952003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23396
23397 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23398 source files.
23399
eb4bbda8
MC
234002003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23401
23402 * gdb.base/environ.exp: Handle compiling test case from multiple
23403 source files.
23404
e42c7771
MC
234052003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23406
23407 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23408
80e4b428
JB
234092003-12-17 Jim Blandy <jimb@redhat.com>
23410
5f06973a
JB
23411 * gdb.base/freebpcmd.c: Add copyright notice.
23412
80e4b428
JB
23413 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23414
0ab84fb7
MC
234152003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23416
23417 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23418
1b3bb3d0
JB
234192003-12-13 Jim Blandy <jimb@redhat.com>
23420
23421 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23422
3a4c9371
KB
234232003-12-12 Kevin Buettner <kevinb@redhat.com>
23424
23425 * gdb.asm/frv.inc: New file.
23426 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23427
a1dea79a
FF
234282003-12-09 Fred Fish <fnf@redhat.com>
23429
23430 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23431 functions to break1.c and leave prototypes behind. Add more
23432 "set breakpoint NN here" comments.
23433 * gdb.base/break1.c: New file.
23434
23435 * gdb.base/break.exp: Handle compiling test case from multiple
23436 source files and change source file references as needed.
23437 * gdb.base/completion.exp: Ditto.
23438 * gdb.base/condbreak.exp: Ditto.
23439 * gdb.base/define.exp: Ditto.
23440 * gdb.base/ena-dis-br.exp: Ditto.
23441 * gdb.base/info-proc.exp: Ditto.
23442 * gdb.base/maint.exp: Ditto.
23443 * gdb.base/until.exp: Ditto.
23444
23445 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23446 hardcoded line numbers.
23447 * gdb.base/define.exp: Ditto.
23448 * gdb.base/ena-dis-br.exp: Ditto.
23449 * gdb.base/maint.exp: Ditto.
23450 * gdb.base/until.exp: Ditto.
23451
23452 * gdb.base/completion.exp: Use "break1" for completion tests since
23453 "break" is no longer a unique prefix.
23454
5266b69c
AC
234552003-12-06 Andrew Cagney <cagney@redhat.com>
23456
23457 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23458 "return_value_unimplemented". When an unimplemented struct return
23459 architecture, report incorrect values as a KFAIL
23460
374451f0
MC
234612003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23462
23463 * gdb.cp/rtti.exp: Accept new wording of warning from
23464 cp_lookup_rtti_type.
23465
ba9b20a7
MC
234662003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23467
23468 Partial fix for PR testsuite/1456.
23469 * gdb.base/scope.exp (test_at_main): Replace references to
23470 gcc_compiled with calls to test_compiler_info.
23471 (test_at_foo): Likewise.
23472 (test_at_bar): Likewise.
23473
b74b6d0b
MC
234742003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23475
23476 Partial fix for PR testsuite/1456.
23477 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23478 to test_compiler_info.
23479
ccfa3402
MC
234802003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23481
23482 * gdb.base/so-impl-ld.exp: Update copyright notice.
23483
f6246aba
MC
234842003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23485
23486 Partial fix for PR testsuite/1456.
23487 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23488 to test_compiler_info.
23489
13ae734a
MC
234902003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23491
23492 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23493 from current versions of gdb. Clean up regular expressions.
23494 Delete redundant timeout case.
23495
d8e1cdee
MC
234962003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23497
23498 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23499 from current versions of gdb. Clean up regular expressions.
23500 Delete redundant timeout case.
23501
96457b64
MC
235022003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23503
23504 Partial fix for PR testsuite/1456.
23505 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23506 gcc_compiled with call to test_compiler_info.
23507
f35309fc
MC
235082003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23509
23510 Partial fix for PR testsuite/1456.
23511 * gdb.base/list.exp (test_list_function): Delete unused declaration
23512 of gcc_compiled.
23513
d7afdf9b
MC
235142003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23515
23516 Partial fix for PR testsuite/1456.
23517 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23518 call to test_compiler_info.
23519
71507b56
MK
235202003-11-29 Mark Kettenis <kettenis@gnu.org>
23521
23522 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23523 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23524 it to create the appropriate note.inc.
23525 * gdb.asm/asmsrc1.s: Include "note.inc".
23526 * gdb.asm/netbsd.inc: New file.
23527 * gdb.asm/empty.inc: New file.
23528
f81f93f7
MC
235292003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23530
23531 Partial fix for PR testsuite/1456.
23532 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23533 calls to test_compiler_info.
23534
9a77938e
MC
235352003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23536
23537 Partial fix for PR testsuite/1456.
23538 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23539 calls to test_compiler_info.
23540
e8367dc7
MK
235412003-11-27 Mark Kettenis <kettenis@gnu.org>
23542
23543 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23544 pattern for the KFAILs.
23545
526c61ee
AF
235462003-11-25 Adam Fedor <fedor@gnu.org>
23547
23548 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23549 * gdb.objc/objcdecode.m: New file.
23550
28f2d600
AF
235512003-11-25 Adam Fedor <fedor@gnu.org>
23552
23553 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23554 * gdb.objc/nondebug.m: New file.
23555
a3895cee
BE
235562003-11-26 Ben Elliston <bje@wasabisystems.com>
23557
23558 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23559 NetBSD as it does on FreeBSD. Modelled on a similar change by
23560 Mark Kettenis on 2003-05-30.
23561 (link-flags): Set to "--entry _start" regardless of target.
23562 Special linker flags are to be appended to $link-flags.
23563 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23564
c9f2c8a3
MC
235652003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23566
23567 * gdb.cp/method.exp: Accept output of new demangler.
23568
15a0587a 235692003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
23570
23571 * gdb/class2.exp: New file.
23572 * gdb/class2.cc: New file.
23573
3c00b570
MC
235742003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23575
23576 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23577 of new demangler.
23578
7027acc7
MK
235792003-11-23 Mark Kettenis <kettenis@gnu.org>
23580
23581 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23582 of gdb_test "run".
23583
b0e1598a
MK
235842003-11-23 Mark Kettenis <kettenis@gnu.org>
23585
23586 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23587 "continue" into "run".
23588
4d9eda44
MC
235892003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23590
23591 Partial fix for PR testsuite/1456.
23592 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23593 call to test_compiler_info.
23594 * gdb.cp/ctti.exp: Likewise.
23595 * gdb.cp/derivation.exp: Likewise.
23596 * gdb.cp/member-ptr.exp: Likewise.
23597 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23598 reference to gcc_compiled.
23599
236002003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
23601
23602 Fix PR testsuite/1463.
23603 * gdb.base/structs.exp (start_structs_test): Call
23604 get_debug_format before using the debug format.
23605
d422fe19
AC
236062003-11-22 Andrew Cagney <cagney@redhat.com>
23607
23608 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23609 * gdb.base/structs.exp: Use gdb_test_multiple.
23610
039cf96d
AC
236112003-11-20 Andrew Cagney <cagney@redhat.com>
23612
6882279b
AC
23613 * gdb.base/structs.exp: Handle and recover from internal errors.
23614 Replace "foo${n}" with "foo<n>" in test messages.
23615
e53890ae
AC
23616 * gdb.base/structs.exp: Update copyright. Rewrite.
23617 * gdb.base/structs.c: Update copyright. Rewrite.
23618
2b211c59
AC
23619 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23620 resync count exceeded.
d63a86f8 23621
039cf96d
AC
23622 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23623 from the internal error.
23624 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23625 Original from Jim Blandy.
23626 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 23627
eac98b22
AC
236282003-11-19 Andrew Cagney <cagney@redhat.com>
23629
23630 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23631 KFAIL.
23632
67455b2a
MK
236332003-11-17 Mark Kettenis <kettenis@gnu.org>
23634
23635 New testcase for PR backtrace/1435.
23636 * gdb.arch/i386-unwind.exp: New file.
23637 * gdb.arch/i386-unwind.c: New file.
23638
853d6e5b
AC
236392003-11-17 Andrew Cagney <cagney@redhat.com>
23640
23641 * lib/gdb.exp (compiler_info): New global.
23642 (test_compiler_info): New function.
23643 (get_compiler_info): Set compiler_info.
23644 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23645 "compiler_info" to gcc-<major>-<minor>.
23646
38cf6e11
MC
236472003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23648
23649 * gdb.trace/configure: Remove.
23650
a50d3602
EZ
236512003-11-13 Elena Zannoni <ezannoni@redhat.com>
23652
23653 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 23654 breakpoints.
a50d3602
EZ
23655 * gdb.base/break.exp: Remove all references to explicit line
23656 numbers.
23657
d9407aaa
NC
236582003-11-11 Nick Clifton <nickc@redhat.com>
23659
23660 * gdb.base/shreloc.exp: Do not run for targets which do not
23661 support shared objects.
23662
db488fc1
CV
236632003-11-10 Corinna Vinschen <vinschen@redhat.com>
23664
23665 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23666 Don't run tests if nofileio flag is given.
23667
6a90a18e
EZ
236682003-11-07 Elena Zannoni <ezannoni@redhat.com>
23669
23670 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 23671 as well as 'Watchpoint'.
6a90a18e 23672
0b915e9c
EZ
236732003-11-06 Elena Zannoni <ezannoni@redhat.com>
23674
23675 Reported by Jim Ingham <jingham@apple.com>:
23676 * gdb.base/annota1.exp: Match at least one occurrence of the
23677 signal handler annotation.
23678
d7e4b55f
EZ
236792003-11-06 Elena Zannoni <ezannoni@redhat.com>
23680
a9c64011
AS
23681 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23682 as well as 'Watchpoint'.
d7e4b55f 23683
2fe4e8d0
MC
236842003-11-05 Michael Chastain <mec@shout.net>
23685
23686 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23687
6ef88553
KW
236882003-11-03 Kris Warkentin <kewarken@qnx.com>
23689
23690 * gdb.arch/gdb1291.c: New test file.
23691 * gdb.arch/gdb1291.exp: New test script.
23692 * gdb.arch/gdb1431.c: New test file.
23693 * gdb.arch/gdb1431.exp: New test script.
23694
ae7dc4d8
MC
236952003-10-22 Michael Chastain <mec@shout.net>
23696
23697 * gdb.mi/pthreads.c: Add copyright notice.
23698
c39d7427
MC
236992003-10-22 Michael Chastain <mec@shout.net>
23700
23701 * gdb.threads/pthreads.c: Add copyright notice.
23702
8b7d96c1
MC
237032003-10-20 Michael Chastain <mec@shout.net>
23704
23705 * gdb.base/gdb1056.exp: New test script.
23706
d1d69fdd
DJ
237072003-10-13 Daniel Jacobowitz <drow@mvista.com>
23708
23709 * gdb.threads/killed.exp: Use gdb_run_cmd.
23710
7d605576
DJ
237112003-10-13 Daniel Jacobowitz <drow@mvista.com>
23712
23713 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23714 create a core file.
23715 * gdb.threads/gcore-thread.exp: Likewise.
23716
618ec112
CV
237172003-10-13 Corinna Vinschen <vinschen@redhat.com>
23718
23719 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23720 type, based on char type.
23721 (struct bit_flags_short_t): New bitfield type, based on short type.
23722 (init_bit_flags_char): New fuction.
23723 (init_bit_flags_short): Ditto.
23724 (print_bit_flags_char): Ditto.
23725 (print_bit_flags_short): Ditto.
23726 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23727
9367a73c
MC
237282003-10-11 Michael Chastain <mec@shout.net>
23729
23730 * gdb.base/call-rt-st.exp: Update copyright year.
23731
1decf120
KI
237322003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23733
23734 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23735 * gdb.disasm/sh3.s: Ditto.
23736
5445b2ae
DJ
237372003-10-07 Daniel Jacobowitz <drow@mvista.com>
23738
23739 * gdb.threads/switch-threads.exp: New test.
23740 * gdb.threads/switch-threads.c: New source file.
23741
aec24853
CV
237422003-10-07 Corinna Vinschen <vinschen@redhat.com>
23743
23744 * gdb.base/ending-run.exp: Add sh specific case.
23745
adc7428d
AC
237462003-10-06 Andrew Cagney <cagney@redhat.com>
23747
23748 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23749 * gdb.disasm/mn10200.exp: Delete obsolete file.
23750
c9d37158
DJ
237512003-09-29 Daniel Jacobowitz <drow@mvista.com>
23752
23753 * ChangeLog: Correct an entry command.exp -> commands.exp.
23754 * gdb.base/commands.exp (bp_deleted_in_command_test)
23755 (temporary_breakpoint_commands): Check noargs.
23756
79c2c32d
DC
237572003-09-25 David Carlton <carlton@kealia.com>
23758
23759 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23760 of some print tests, where appropriate. Add tests for C::D::cd,
23761 E::ce, F::cXfX, G::XgX.
23762 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23763
594e6d67
RE
237642003-09-25 Richard Earnshaw <rearnsha@arm.com>
23765
23766 * lib/java.exp (java_init): Import target_alias before using it.
23767
10f0d451
DC
237682003-09-25 David Carlton <carlton@kealia.com>
23769
23770 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23771
274bcba0
EZ
237722003-09-23 Elena Zannoni <ezannoni@redhat.com>
23773
d63a86f8 23774 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 23775 weirdness.
274bcba0 23776
cdbf20f7
MC
237772003-09-17 Michael Chastain <mec@shout.net>
23778
23779 * gdb.cp/gdb1355.exp: New file.
23780 * gdb.cp/gdb1355.c: New file.
23781
71e06f80
CV
237822003-09-15 Corinna Vinschen <vinschen@redhat.com>
23783
23784 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23785 * gdb.asm/sh.inc: New file.
23786
5c4e30ca
DC
237872003-09-11 David Carlton <carlton@kealia.com>
23788
bd45b7af
DC
23789 * gdb.cp/namespace.exp: Add tests for namespace types.
23790 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
23791 (test_namespace): New.
23792
1c199746
EZ
237932003-09-11 Elena Zannoni <ezannoni@redhat.com>
23794
a9c64011 23795 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 23796 * gdb.stabs/weird.exp: Ditto.
1c199746 23797
04ed252f
MC
237982003-09-08 Michael Chastain <mec@shout.net>
23799
23800 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23801
d8a2d9e7
MC
238022003-09-07 Michael Chastain <mec@shout.net>
23803
23804 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23805 'parse error'.
23806
161afb24
MK
238072003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23808
23809 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23810
49f2741a
MC
238112003-08-30 Michael Chastain <mec@shout.net>
23812
23813 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23814 * gdb.gdb/observer.exp: Ditto.
23815 * gdb.gdb/xfullpath.exp: Ditto.
23816
8afa723e
MK
238172003-08-29 Mark Kettenis <kettenis@gnu.org>
23818
23819 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23820 *-*-*bsd*.
23821
f31dfe3b
JJ
238222003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23823
23824 * gdb.base/dump.exp: Skip for ia64.
23825
4630e498
JJ
238262003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23827
23828 * gdb.asm/asm-source.exp: Add ia64 support.
23829 * gdb.asm/ia64.inc: New file.
23830
1105b7ef
MC
238312003-08-22 Michael Chastain <mec@shout.net>
23832
23833 * gdb.cp: New directory.
23834 * gdb.cp/*: Copy from gdb.c++/*.
23835 * gdb.c++/*: Remove.
23836 * Makefile.in: Change gdb.c++ to gdb.cp.
23837 * configure.in: Ditto.
23838 * configure: Regnerate.
23839
c945b932
MK
238402003-08-18 Mark Kettenis <kettenis@gnu.org>
23841
23842 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23843 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23844
2b66634b
DJ
238452003-08-17 Daniel Jacobowitz <drow@mvista.com>
23846
23847 * mi-var-display.exp (-var-list-children weird): Accept function
23848 pointers with argument types.
23849 * mi1-var-display.exp (-var-list-children weird): Likewise.
23850 * mi2-var-display.exp (-var-list-children weird): Likewise.
23851
a356f73b
DJ
238522003-08-17 Daniel Jacobowitz <drow@mvista.com>
23853
23854 * gdb.base/annota3.exp: Add missing newline.
23855
483417b8
MC
238562003-08-06 Michael Chastain <mec@shout.net>
23857
23858 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23859
c99c59c3
MS
238602003-08-12 Michael Snyder <msnyder@redhat.com>
23861
23862 * gdb.base/float.exp: Add test for SH.
23863
55ed7501
MK
238642003-08-10 Mark Kettenis <kettenis@gnu.org>
23865
23866 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23867
1a371f2e
EZ
238682003-08-07 Elena Zannoni <ezannoni@redhat.com>
23869
23870 * gdb.base/completion.exp: Remove reduntant completion test
23871 on filename.
23872
e0f353ce
EZ
238732003-08-07 Elena Zannoni <ezannoni@redhat.com>
23874
a9c64011
AS
23875 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23876 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23877 gdb.trace/save-trace.exp: Make sure that full pathnames are
23878 escaped correctly.
e0f353ce 23879
5710a1af 238802003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 23881
a9c64011
AS
23882 * configure.in: Don't generate config.h from config.hin.
23883 * configure: Regenerate.
23884 * config.hin: Remove file.
23885 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23886 * gdb.threads/pthreads.c: Ditto.
5710a1af 23887
dcd81ce9
DJ
238882003-08-07 Daniel Jacobowitz <drow@mvista.com>
23889
23890 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23891 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23892 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23893 Replace ld24 with seth/add3.
23894
6009d884
AC
238952003-08-02 Andrew Cagney <cagney@redhat.com>
23896
23897 * gdb.base/annota3.exp: New file.
23898 * gdb.base/annota3.c: New file.
23899 * gdb.c++/annota3.exp: New file.
23900 * gdb.c++/annota3.cc: New file.
23901
51514e06
MC
239022003-07-29 Michael Chastain <mec@shout.net>
23903
23904 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23905 actually failed.
23906 (do_pass): Likewise.
23907 * gdb.threads/tls.exp: Always initialize no_of_threads.
23908
4ee6625b
DJ
239092003-07-27 Daniel Jacobowitz <drow@mvista.com>
23910
23911 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23912 pattern.
23913 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23914 * gdb.threads/tls.exp: Recognize one case of the host library not
23915 supporting TLS.
23916
225f2bf6
AC
239172003-07-27 Andrew Cagney <cagney@redhat.com>
23918
23919 * gdb.base/fileio.exp: Use SH when running commands using
23920 remote_exec.
23921
bcb27c9f
DJ
239222003-07-24 Daniel Jacobowitz <drow@mvista.com>
23923
23924 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23925 * gdb.base/relocate.c (dummy): New padding array.
23926
3d67be83
MS
239272003-07-22 Michael Snyder <msnyder@redhat.com>
23928
d63a86f8 23929 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
23930
23931 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23932 patterns to be more general, accepting old and new output.
23933 Some output chars (such as '+') also must be quoted.
d63a86f8 23934 Some addresses are displayed numerically instead of
3d67be83
MS
23935 symbolically.
23936
57ba3b85
MS
239372003-07-23 Michael Snyder <msnyder@redhat.com>
23938
686d097c
MS
23939 * gdb.base/return2.exp: Don't test long-long return.
23940
57ba3b85
MS
23941 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23942 * gdb.disasm/t01_mov.exp: Ditto.
23943 * gdb.disasm/t02_mova.s: Ditto.
23944 * gdb.disasm/t02_mova.exp: Ditto.
23945 * gdb.disasm/t03_add.s: Ditto.
23946 * gdb.disasm/t03_add.exp: Ditto.
23947 * gdb.disasm/t04_sub.s: Ditto.
23948 * gdb.disasm/t04_sub.exp: Ditto.
23949 * gdb.disasm/t05_cmp.s: Ditto.
23950 * gdb.disasm/t05_cmp.exp: Ditto.
23951 * gdb.disasm/t06_ari2.s: Ditto.
23952 * gdb.disasm/t06_ari2.exp: Ditto.
23953 * gdb.disasm/t07_ari3.s: Ditto.
23954 * gdb.disasm/t07_ari3.exp: Ditto.
23955 * gdb.disasm/t08_or.s: Ditto.
23956 * gdb.disasm/t08_or.exp: Ditto.
23957 * gdb.disasm/t09_xor.s: Ditto.
23958 * gdb.disasm/t09_xor.exp: Ditto.
23959 * gdb.disasm/t10_and.s: Ditto.
23960 * gdb.disasm/t10_and.exp: Ditto.
23961 * gdb.disasm/t11_logs.s: Ditto.
23962 * gdb.disasm/t11_logs.exp: Ditto.
23963 * gdb.disasm/t12_bit.s: Ditto.
23964 * gdb.disasm/t12_bit.exp: Ditto.
23965 * gdb.disasm/t13_otr.s: Ditto.
23966 * gdb.disasm/t13_otr.exp: Ditto.
23967
e00759ef
EZ
239682003-07-22 Elena Zannoni <ezannoni@redhat.com>
23969
23970 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23971
8bc2021f
EZ
239722003-07-22 Elena Zannoni <ezannoni@redhat.com>
23973
a9c64011
AS
23974 * gdb.threads/tls.c : New file.
23975 * gdb.threads/tls.exp : New file.
23976 * gdb.threads/tls-main.c : New file.
23977 * gdb.threads/tls-shared.c : New file.
23978 * gdb.threads/tls-shared.exp : New file.
8bc2021f 23979
89320c4c
AS
239802003-07-22 Andreas Schwab <schwab@suse.de>
23981
23982 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23983
180dea7c
AS
239842003-07-20 Andreas Schwab <schwab@suse.de>
23985
23986 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23987 due to insn reordering.
23988
0714963c
AC
239892003-07-15 Andrew Cagney <cagney@redhat.com>
23990
23991 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23992
98a23b3f
MC
239932003-07-15 Michael Chastain <mec@shout.net>
23994
23995 * gdb.base/gdb1250.exp: New file.
23996 * gdb.base/gdb1250.c: New file.
23997
27e417a2
ML
239982003-07-09 Michal Ludvig <mludvig@suse.cz>
23999
24000 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
24001 expansion of size_t to 'unsigned long', not only to 'unsigned'.
24002
8bc2021f
EZ
240032003-07-09 Elena Zannoni <ezannoni@redhat.com>
24004
a9c64011
AS
24005 * gdb.threads/tls.c: New file.
24006 * gdb.threads/tls.exp: New file.
24007 * gdb.threads/tls-main.c: New file.
24008 * gdb.threads/tls-shared.c: New file.
24009 * gdb.threads/tls-shared.exp: New file.
8bc2021f 24010
d99968dc
EZ
240112003-07-09 Elena Zannoni <ezannoni@redhat.com>
24012
24013 * gdb.base/annota1.exp: Make sure that we properly escape the
24014 full path of the source file. Xfail more permissive patterns,
d63a86f8 24015 due to a compiler debug info problem.
d99968dc 24016
83876b3b
AS
240172003-07-07 Andreas Schwab <schwab@suse.de>
24018
2705e972
AS
24019 * gdb.asm/m68k.inc: New file.
24020 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24021
83876b3b
AS
24022 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
24023 arguments"): Also match negative number.
24024
24025 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
24026
3a871b37
DJ
240272003-07-03 Daniel Jacobowitz <drow@mvista.com>
24028
24029 * gdb.base/store.c (charest): New typedef.
24030 (add_char): Rename to add_charest, update.
24031 (wack_char): Rename to wack_charest, update types. Return l + r
24032 to keep r live across the call.
24033 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24034 (wack_double, wack_doublest): Return l + r to keep r live across
24035 the call.
24036 * gdb.base/store.exp: Accomodate store.c changes.
24037
b2a7f303
DC
240382003-06-30 David Carlton <carlton@kealia.com>
24039
24040 * gdb.c++/maint.exp (test_invalid_name): New.
24041 (test_first_component): Add tests for invalid names.
24042
3c6cb4a1
MC
240432003-06-29 Michael Chastain <mec@shout.net>
24044
24045 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24046 output of '<VTT for class>' for virtual base classes.
24047
f1c2644b
DJ
240482003-06-29 Daniel Jacobowitz <drow@mvista.com>
24049
24050 * gdb.base/completion.exp: Tab-complete "complet" instead of
24051 "compl".
24052 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24053
18080350
DJ
240542003-06-29 Daniel Jacobowitz <drow@mvista.com>
24055
24056 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24057 * gdb.base/volatile.exp: Likewise.
24058
f56973f8
DJ
240592003-06-29 Daniel Jacobowitz <drow@mvista.com>
24060
24061 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24062 gdb/1265.
24063
240642003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
24065 Daniel Jacobowitz <drow@mvista.com>
24066
24067 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24068 initial line count of 'captured_main' from 26 to 32.
24069 (test_with_self): Allow xmalloc call to be interleaved with the
24070 preceding two lines.
24071
e766d4d6
JB
240722003-06-24 Joel Brobecker <brobecker@gnat.com>
24073
24074 * gdb.base/bang.exp: New testcase.
24075
f125c9a4
JB
240762003-06-23 Joel Brobecker <brobecker@gnat.com>
24077
24078 * gdb.base/langs.exp: Add some tests for the "minimal" language
24079 support.
24080
6e25beaf
EZ
240812003-06-23 Elena Zannoni <ezannoni@redhat.com>
24082
24083 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24084 the testcase.
24085
2f816dda
DJ
240862003-06-22 Daniel Jacobowitz <drow@mvista.com>
24087
24088 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24089 offset.
24090
db5a5748
DJ
240912003-06-22 Daniel Jacobowitz <drow@mvista.com>
24092
24093 * gdb.c++/pr-1210.cc: New file.
24094 * gdb.c++/pr-1210.exp: New file.
24095
1df0c130
DJ
240962003-06-21 Daniel Jacobowitz <drow@mvista.com>
24097
24098 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24099 000-exec-continue.
24100
a92feac0
MK
241012003-06-15 Mark Kettenis <kettenis@gnu.org>
24102
24103 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24104 on *-*-*bsd* instead of *-*-freebsd*.
24105
81a58f5b
AC
241062003-06-14 Andrew Cagney <cagney@redhat.com>
24107
24108 * gdb.base/store.exp: Test longest and doublest. Test all
24109 parameters. Weaken return statement match.
24110 * gdb.base/store.c: Add longest and doublest - aka long long and
24111 long double functions. Put all parameters into local register
24112 variables. Use negative values.
24113
b257a0d3
AC
241142003-06-14 Andrew Cagney <cagney@redhat.com>
24115
24116 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24117 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24118 exit status.
24119 * gdb.base/fileio.exp: Disable target when nointerrupts and
24120 noinferiorio, instead of limiting it to remote. Use remote_exec
24121 instead of system.
d63a86f8 24122
21c38304
JJ
241232003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24124
24125 * gdb.base/float.exp: Add ia64 support.
24126
1bcdb424
CV
241272003-06-12 Corinna Vinschen <vinschen@redhat.com>
24128
24129 * gdb.base/fileio.exp: Run only on remote targets.
24130
6aeb981f
CV
241312003-06-10 Corinna Vinschen <vinschen@redhat.com>
24132
24133 * gdb.base/fileio.c: New file, testing File-I/O.
24134 * gdb.base/fileio.exp: Ditto.
24135
53df362e
RG
241362003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24137
24138 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24139 shared objects after relocation at load time (gdb PR/1132).
24140 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 24141 as above, part of the shared object relocation test.
53df362e 24142
ffee1b46
MK
241432003-06-08 Mark Kettenis <kettenis@gnu.org>
24144
b5ca3722
MK
24145 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24146 fully filled history list.
24147 * gdb.base/gdb_history: New file.
24148
03ed860d
MK
24149 * gdb.base/signals.exp: XFAIL "continue to func1" on
24150 i*86-*-freebsd*.
24151
ffee1b46
MK
24152 * gdb.base/attach.exp: When trying to attach to a nonexistent
24153 process, make it possible to specify the PID based on the target,
24154 and do so for *-*-freebsd*.
24155
d80dbb52
RH
241562003-06-02 Richard Henderson <rth@redhat.com>
24157
24158 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24159
6dd77b81
RH
241602003-06-02 Richard Henderson <rth@redhat.com>
24161
24162 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24163
f6347e16
RH
241642003-06-02 Richard Henderson <rth@redhat.com>
24165
24166 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24167
2c161407
DJ
241682003-06-01 Daniel Jacobowitz <drow@mvista.com>
24169
24170 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24171 of globalvar.
24172
572eb746
MK
241732003-06-01 Mark Kettenis <kettenis@gnu.org>
24174
24175 * gdb.asm/asm-source.exp: Check for memory read errors in
24176 disassembler test on *BSD too.
24177
9e9617a5
RH
241782003-06-01 Richard Henderson <rth@redhat.com>
24179
24180 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24181 for .frame.
24182 (gdbasm_call): Lose ldgp.
24183 (gdbasm_startup): Add frame information.
24184 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24185
7b34ad4e
MK
241862003-05-31 Mark Kettenis <kettenis@gnu.org>
24187
24188 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24189 i?86-*-*.
24190
10059fdf
MK
241912003-05-30 Mark Kettenis <kettenis@gnu.org>
24192
24193 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24194 FreeBSD.
24195
acf4b816
RH
241962003-05-29 Richard Henderson <rth@redhat.com>
24197
24198 * gdb.asm/alpha.inc: New file.
24199 * gdb.asm/asm-source.exp: Use it.
24200
e9ecd949
JB
242012003-05-29 Jim Blandy <jimb@redhat.com>
24202
24203 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24204 'core.PID'.
24205
e3e5a4f3
JB
242062003-05-22 Jim Blandy <jimb@redhat.com>
24207
24208 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24209 backtrace.
d63a86f8 24210
72fe3d25
DC
242112003-05-20 David Carlton <carlton@math.stanford.edu>
24212
24213 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24214 this time.
24215
58da2eb2
DC
242162003-05-19 David Carlton <carlton@bactrian.org>
24217
24218 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24219 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24220
1fcb5155
DC
242212003-05-19 David Carlton <carlton@bactrian.org>
24222
24223 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24224 namespace tests.
24225 Bump copyright date.
24226 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24227 (main): Call C::D::marker2.
24228 * gdb.c++/namespace1.cc: New file.
24229
85e85163
JJ
242302003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24231
24232 Roland McGrath <roland@redhat.com>
d63a86f8 24233 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
24234 there is no manager thread.
24235
a25fbfec
JJ
242362003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24237
d63a86f8
RM
24238 * gdb.threads/schedlock.exp: Remove assumption that all threads
24239 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
24240 in one of the child threads rather than the main thread.
24241
be375bae
JB
242422003-05-07 Jim Blandy <jimb@redhat.com>
24243
09bf6082
JB
24244 Add support for assembly source testing on the s390x.
24245 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24246 architecture.
24247 * gdb.asm/s390x.inc: New file.
24248
be375bae
JB
24249 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24250 succession of 'if' statements.
24251
00905d52
AC
242522003-05-05 Andrew Cagney <cagney@redhat.com>
24253
24254 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24255
b1e29e33
AC
242562003-05-05 Andrew Cagney <cagney@redhat.com>
24257
24258 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24259 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24260
e33d66ec
EZ
242612003-05-02 Elena Zannoni <ezannoni@redhat.com>
24262
24263 * gdb.base/charset.exp: Update based on new behavior of set/show
24264 charset commands.
24265
2b6fd0d8
AC
242662003-05-01 Andrew Cagney <cagney@redhat.com>
24267
24268 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24269 variable do not give memory errors.
24270
130cacce
AF
242712003-04-30 Adam Fedor <fedor@gnu.org>
24272
24273 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24274 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24275 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24276 gdb.objc/basicclass.m: : New files
24277
24278 * lib/gdb.exp (gdb_compile_objc): New procedure.
24279
bea71854
DJ
242802003-04-27 Daniel Jacobowitz <drow@mvista.com>
24281
24282 * gdb.base/signals.exp: Make backtrace tests more specific.
24283
0f20eeea
DC
242842003-04-23 David Carlton <carlton@bactrian.org>
24285
24286 * gdb.c++/maint.exp (test_first_component): Add tests for
24287 'operator' in more locations.
24288
c8c4d8dc
KB
242892003-04-16 Kevin Buettner <kevinb@redhat.com>
24290
24291 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24292
3fe60e3c
EZ
242932003-04-16 Elena Zannoni <ezannoni@redhat.com>
24294
24295 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 24296 func marke' instead. Update test name.
3fe60e3c 24297
9219021c
DC
242982003-04-15 David Carlton <carlton@math.stanford.edu>
24299
24300 * gdb.c++/maint.exp: New file.
24301
5dd55bdd
EZ
243022003-04-14 Elena Zannoni <ezannoni@redhat.com>
24303
24304 * gdb.threads/schedlock.c: Change type of thread function argument
24305 to long, to avoid warnings on 64-bit platforms.
24306
00890572
EZ
243072003-04-14 Elena Zannoni <ezannoni@redhat.com>
24308
a9c64011
AS
24309 * gdb.base/attach.exp: Add new message from ptrace in case of
24310 attaching to nonexistent process.
d63a86f8 24311
93201743
JB
243122003-04-11 Jim Blandy <jimb@redhat.com>
24313
24314 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24315 gdb.c++/userdef.cc: Place comments on the lines to which the
24316 marker function might return.
24317 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24318 gdb.c++/userdef.exp: Look for those comments to check that we've
24319 returned to the right place, instead of checking line numbers.
24320
2a11c64d
EZ
243212003-04-11 Elena Zannoni <ezannoni@redhat.com>
24322
a9c64011
AS
24323 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24324 match on sourcefile name, instead of directory name.
2a11c64d 24325
68ab8fc5
EZ
243262003-04-10 Elena Zannoni <ezannoni@redhat.com>
24327
d63a86f8 24328 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
24329 working directory name.
24330
5624293a
JB
243312003-04-09 Jim Blandy <jimb@redhat.com>
24332
24333 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24334 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24335 after an inferior function call, report the failure, but allow the
24336 test to continue.
24337
f1f02ee4
SC
243382003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24339
24340 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24341 with -DPROTOTYPES.
24342
6eb79af0
SC
243432003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24344
24345 * gdb.base/break.exp: Revert last patch.
24346
8dfb4cf0
SC
243472003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24348
24349 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24350 with -DPROTOTYPES.
24351
ed4c619a
AC
243522003-04-02 Andrew Cagney <cagney@redhat.com>
24353
24354 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24355 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24356 matching directories by the name breakpoint.
24357 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24358 Make "continue to marker1" consistent.
24359 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24360 message consistent.
24361 * lib/gdb.exp: Put "the program is no longer running", and "the
24362 program exited" in parenthesis.
24363 * lib/mi-support.exp: Ditto.
d63a86f8 24364
4e35d5f0 243652003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 24366
4e35d5f0
BR
24367 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24368
71900fe8
AC
243692003-03-29 Andrew Cagney <cagney@redhat.com>
24370
24371 * gdb.base/sizeof.c (main): Print the value of '\377'.
24372 * gdb.base/sizeof.exp: Check the sign of '\377'.
24373
c0655a16
MC
243742003-03-27 Michael Chastain <mec@shout.net>
24375
24376 * gdb.base/gdb1090.exp: New file.
24377 * gdb.base/gdb1090.cc: New file.
24378
5b2a3989
JB
243792003-03-27 J. Brobecker <brobecker@gnat.com>
24380
24381 * gdb.gdb/observer.exp: New regression test.
24382
79876890
MC
243832003-03-27 Michael Chastain <mec@shout.net>
24384
24385 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24386 * gdb.base/ptype.exp: Likewise.
24387
6eac95e3
CV
243882003-03-27 Corinna Vinschen <vinschen@redhat.com>
24389
24390 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24391
e8c71839
MC
243922003-03-26 Michael Chastain <mec@shout.net>
24393
24394 * gdb.base/ptype.exp: Actually use some typedef'd types.
24395
71b10041
SC
243962003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24397
24398 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24399 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24400
2512cf80
CV
244012003-03-20 Corinna Vinschen <vinschen@redhat.com>
24402
24403 * gdb.base/default.exp: Fix regular expression.
24404
0d195a4f
CV
244052003-03-20 Corinna Vinschen <vinschen@redhat.com>
24406
24407 * gdb.base/args.exp: Fix regular expression.
24408
8a2dbca8
CV
244092003-03-20 Corinna Vinschen <vinschen@redhat.com>
24410
24411 * gdb.base/help.exp: Allow Win32 child process.
24412
bf028682
CV
244132003-03-20 Corinna Vinschen <vinschen@redhat.com>
24414
24415 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24416 when stepping out of main().
24417
182dbe85
CV
244182003-03-20 Corinna Vinschen <vinschen@redhat.com>
24419
24420 * gdb.base/default.exp: Check for win32 specific message when calling
24421 "run" without executable.
24422
d67a6ba5
CV
244232003-03-20 Corinna Vinschen <vinschen@redhat.com>
24424
24425 * gdb.base/args.exp: Expect .exe in output.
24426
a955b5bb
CV
244272003-03-20 Corinna Vinschen <vinschen@redhat.com>
24428
24429 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24430 Cygwin native.
24431
bf6bad4b
AC
244322003-03-17 Andrew Cagney <cagney@redhat.com>
24433
24434 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24435 vector registes.
24436 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24437 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24438
293e9a31
DC
244392003-03-17 David Carlton <carlton@math.stanford.edu>
24440
24441 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24442 test, for PR breakpoints/38.
24443 Call test_watchpoint_and_breakpoint.
24444 * gdb.base/watchpoint.c (func3): New function.
24445 (main): Call func3.
24446
5330f2db
DC
244472003-03-04 David Carlton <carlton@math.stanford.edu>
24448
24449 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24450 Garply<Garply<char> >:: garply".
24451 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24452 with respect to PR c++/1111; note also PR c++/1113.
24453 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24454 respect to PR c++/1062.
24455 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24456
6ece72da
DC
244572003-03-03 David Carlton <carlton@math.stanford.edu>
24458
24459 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24460 with respect to PR c++/57.
24461 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24462 c++/826.
24463 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24464 respect to PR c++/57.
24465
85ca1584
DC
244662003-03-03 David Carlton <carlton@math.stanford.edu>
24467
24468 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24469 respect to PR c++/33 into FAILs.
24470
98e9c5b8
MC
244712003-03-03 Michael Chastain <mec@shout.net>
24472
7bedbf27
MC
24473 * configure.in: Update copyright years.
24474
244752003-03-03 Michael Chastain <mec@shout.net>
24476
24477 * Makefile.in: Update copyright years.
98e9c5b8 24478
f683e100
DC
244792003-02-28 David Carlton <carlton@math.stanford.edu>
24480
24481 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24482 print class instead of struct and/or superfluous protection
24483 specifiers, as long as the resulting output is equivalent to the
24484 source code.
24485 Delete FIXME from end of messages on tests that don't need
24486 fixing.
24487
a9e0cf2c
DC
244882003-02-28 David Carlton <carlton@math.stanford.edu>
24489
24490 * gdb.c++/templates.exp (do_tests): Allow const in the two
24491 Foo<volatile char *>::foo tests.
24492
e8d359df
MS
244932003-02-27 Michael Snyder <msnyder@redhat.com>
24494
d63a86f8 24495 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
24496 will be consistant.
24497
0b71dc91
DC
244982003-02-26 David Carlton <carlton@math.stanford.edu>
24499
24500 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24501 char *>::foo" test with respect to PR c++/33. Create a new test
24502 which is identical to that one except that it doesn't put the
24503 space between the "char" and the "*"; KFAIL it, too.
24504
dd14ab43
DC
245052003-02-26 David Carlton <carlton@math.stanford.edu>
24506
24507 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24508 template types into either PASSes or KFAILs (corresponding to PR
24509 c++/57). Tweak indentation. Update copyright.
24510
1146c7f1
SC
245112003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24512
24513 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24514
74641dfb
MC
245152003-02-13 Michael Chastain <mec@shout.net>
24516
24517 * gdb.base/exprs.exp: Remove i960 remnants.
24518 * gdb.base/funcargs.exp: Likewise.
24519 * gdb.base/list.exp: Likewise.
24520 * gdb.base/ptype.exp: Likewise.
24521
559cd2d0
DC
245222003-02-14 David Carlton <carlton@math.stanford.edu>
24523
24524 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24525 pEe->D::vg()" from XFAIL to KFAIL.
24526
c4f90d87
JM
245272003-02-13 Jason Molenda (jmolenda@apple.com)
24528
24529 * gdb.base/maint.exp: Update maint print statistics regexp to include
24530 new entries.
24531
cbc4d97c
MC
245322003-02-13 Michael Chastain <mec@shout.net>
24533
24534 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24535
40f235b7
MC
245362003-02-12 Michael Chastain <mec@shout.net>
24537
24538 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24539 * gdb.c++/inherit.exp: Likewise.
24540 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24541 * gdb.c++/templates.exp: Likewise.
24542 * gdb.c++/virtfunc.exp: Likewise.
24543
c56716b0
JM
245442003-02-06 Jason Molenda (jason-cl@molenda.com)
24545
24546 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24547 why the code is written that way.
24548
070afcf8
MC
245492003-02-05 Michael Chastain <mec@shout.net>
24550
24551 * gdb.base/dump.exp: Add missing copyright line.
24552
5d0331e5
JM
245532003-02-05 Jason Molenda (jason-cl@molenda.com)
24554
f7ae6d3e 24555 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
24556 at the beginning so the breakpoint doesn't get set on the loop.
24557
92851186
MC
245582003-02-05 Michael Chastain <mec@shout.net>
24559
24560 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24561 output for configurations with gcc 2.95.3.
24562
cbf1e085
AC
245632003-02-05 Keith Seitz <keiths@redhat.com>
24564 Andrew Cagney <ac131313@redhat.com>
24565
24566 * gdb.mi/mi-cli.exp: New file.
d63a86f8 24567
29518e1e
MC
245682003-02-04 Michael Chastain <mec@shout.net>
24569
24570 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24571 Call perror and then continue.
24572
5af1d5f3
MC
245732003-02-03 Michael Chastain <mec@shout.net>
24574
24575 * gdb.c++/pr-1023.cc: New file.
24576 * gdb.c++/pr-1023.exp: New file.
24577
6b549786
JB
245782003-02-05 Jim Blandy <jimb@redhat.com>
24579
24580 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24581 it's local to foobar. Check for it there, and check that it's not
24582 present in main.
24583 * gdb.c++/local.cc (marker2): New function.
24584 (foobar): Call marker1.
24585 (main): Call marker2 instead of marker1.
24586
67f16606
AC
245872003-02-04 Andrew Cagney <ac131313@redhat.com>
24588
24589 * gdb.disasm/mn10200.exp: Obsolete file.
24590 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24591 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24592 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24593
1c5cb38e
DC
245942003-02-04 David Carlton <carlton@math.stanford.edu>
24595
24596 * gdb.c++/overload.exp: Test intToChar(1).
24597 * gdb.c++/overload.cc (intToChar): New.
24598 (main): Call intToChar.
24599
d1fe6965
DC
246002003-02-03 David Carlton <carlton@math.stanford.edu>
24601
24602 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24603 'might_kfail' arg.
24604 KFAIL some of the continue_to_bp_overloaded calls, according to
24605 PR c++/1025.
24606
9ba61c5d
MC
246072003-02-01 Michael Chastain <mec@shout.net>
24608
24609 * gdb.base/advance.c (marker1): New marker function.
24610 * gdb.base/advance.exp: When the 'advance' command lands on the
24611 return breakpoint, it can legitimately stop on either the
24612 current line or the next line. Accommodate both outcomes.
24613 * gdb.base/until.exp: Likewise.
24614
e7494ffb
AC
246152003-02-02 Andrew Cagney <ac131313@redhat.com>
24616
24617 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24618 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24619 now a list, not a tuple.
24620 * gdb.mi/mi-var-display.exp: Ditto.
24621 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 24622
075559bc
AC
246232003-02-01 Andrew Cagney <ac131313@redhat.com>
24624
24625 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24626 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24627 stack backtraces.
24628 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 24629
2bd4c7b1
MK
246302003-02-01 Mark Kettenis <kettenis@gnu.org>
24631
24632 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24633 gdb.mi/mi1-pthreads.exp: Return instead of calling
24634 gdb_suppress_entire_file.
24635
eabd8992
MS
246362003-02-01 Mark Salter <msalter@redhat.com>
24637
24638 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24639
71469e2f
MS
246402003-01-31 Mark Salter <msalter@redhat.com>
24641
24642 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24643 Support empty arg.
24644
38a94d44
MC
246452003-01-30 Michael Chastain <mec@shout.net>
24646
24647 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24648 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24649 has been fixed in gdb/readline on 2003-01-09.
24650
19ea9e73
MS
246512003-01-29 Michael Snyder <msnyder@redhat.com>
24652
e8d359df
MS
24653 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24654 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
24655 * gdb.base/args.exp: Skip if target does not support args passing.
24656
2307bd6a
DJ
246572003-01-22 Daniel Jacobowitz <drow@mvista.com>
24658
19ea9e73 24659 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
24660 gdb_test. Accept a list of expect arguments as the third
24661 parameter.
24662 (gdb_test): Use it.
24663
f2dd3617
EZ
246642003-01-20 Elena Zannoni <ezannoni@redhat.com>
24665
24666 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24667 allow for different test tree configurations. Update some
24668 tescases accordingly.
24669 * gdb.arch/altivec-regs.exp: Ditto.
24670 * gdb.asm/asm-source.exp: Ditto.
24671 * gdb.base/advance.exp: Ditto.
24672 * gdb.base/display.exp: Ditto.
d63a86f8 24673 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
24674 * gdb.base/mips_pro.exp: Ditto.
24675 * gdb.base/overlays.exp: Ditto.
24676 * gdb.base/relocate.exp: Ditto.
24677 * gdb.base/setshow.exp: Ditto.
24678 * gdb.base/step-line.exp: Ditto.
24679 * gdb.base/step-test.exp: Ditto.
24680 * gdb.base/until.exp: Ditto.
24681 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24682
c71cdefd
DC
246832003-01-17 David Carlton <carlton@math.stanford.edu>
24684
24685 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24686 corresponding to PR c++/945.
24687 Update copyright.
24688
fdba05d7
DC
246892003-01-17 David Carlton <carlton@math.stanford.edu>
24690
24691 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24692 corresponding to PR c++/68.
24693
246942003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
24695
24696 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24697 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24698 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24699
c362c33a
EZ
247002003-01-15 Elena Zannoni <ezannoni@redhat.com>
24701
0fbc361c
EZ
24702 * gdb.base/break.exp: Fix change of default location, because of
24703 removal of until tests.
24704 * gdb.base/help.exp: Update test for new 'until' help message.
24705 Add test for help on 'advance'.
a9c64011 24706 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 24707
dabf8a35
MK
247082003-01-15 Mark Kettenis <kettenis@gnu.org>
24709
24710 * gdb.base/default.exp: Adapt "info float" test for recent changes
24711 to that command. Add test for "info vector".
24712 * gdb.base/float.exp: New file. Add test for "info float" that
24713 resembles the old test in gdb.base/default.exp.
24714
a1769aca
DC
247152003-01-15 David Carlton <carlton@math.stanford.edu>
24716
24717 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24718
82025e13
EZ
247192003-01-15 Elena Zannoni <ezannoni@redhat.com>
24720
24721 * gdb.base/break.exp: Move the tests of until command from here...
24722 * gdb.base/until.exp: ... to here. New file. Add other tests.
24723 * gdb.base/advance.c: New file.
24724 * gdb.base/advance.exp: New file.
24725
8f9ab801
EZ
247262003-01-14 Elena Zannoni <ezannoni@redhat.com>
24727
a9c64011
AS
24728 * gdb.base/args.c: New file.
24729 * gdb.base/args.exp: New file.
8f9ab801 24730
9ae66589
DJ
247312003-01-14 Daniel Jacobowitz <drow@mvista.com>
24732
24733 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24734
8d77e5c3
DJ
247352003-01-14 Daniel Jacobowitz <drow@mvista.com>
24736
24737 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24738
12d2f0a1
DJ
247392003-01-14 Daniel Jacobowitz <drow@mvista.com>
24740
24741 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24742 dates.
24743
6ca37014
DJ
247442003-01-13 Daniel Jacobowitz <drow@mvista.com>
24745
24746 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24747
b0023472
DJ
247482003-01-13 Daniel Jacobowitz <drow@mvista.com>
24749
24750 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24751 (ptype &*"foo").
24752 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24753
607fbc54 247542003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24755
24756 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24757 * gdb.mi/mi1-console.exp: Likewise.
24758
607fbc54 247592003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24760
24761 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24762 * gdb.mi/mi1-console.exp: Likewise.
24763
a1fb14a2
DJ
247642003-01-13 Daniel Jacobowitz <drow@mvista.com>
24765
24766 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24767
c4cf40b7
DJ
247682003-01-09 Daniel Jacobowitz <drow@mvista.com>
24769
24770 * gdb.base/detach.exp: New test.
24771
696d5a5b
DJ
247722003-01-09 Daniel Jacobowitz <drow@mvista.com>
24773
24774 * Makefile.in (ALL_SUBDIRS): New variable.
24775 (subdirs, clean, distclean): Use it.
24776 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24777 regenerating Makefile, since it is generated from the top level.
24778 * gdb.asm/Makefile.in: Likewise.
24779 * gdb.base/Makefile.in: Likewise.
24780 * gdb.c++/Makefile.in: Likewise.
24781 * gdb.disasm/Makefile.in: Likewise.
24782 * gdb.java/Makefile.in: Likewise.
24783 * gdb.mi/Makefile.in: Likewise.
24784 * gdb.threads/Makefile.in: Likewise.
24785 * gdb.trace/Makefile.in: Likewise.
24786
754533e4
DC
247872003-01-09 David Carlton <carlton@math.stanford.edu>
24788
24789 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24790 Add copyright year 2003.
24791
d8b3e9ee
MC
247922003-01-06 Michael Chastain <mec@shout.net>
24793
24794 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24795 When selecting a thread, 'line' and 'file' are optional.
24796 * gdb.mi/mi1-pthreads.exp: Likewise.
24797
8e9e0fe6
AS
247982003-01-06 Andreas Schwab <schwab@suse.de>
24799
24800 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24801 failures.
24802
b5ab8ff3
DJ
248032003-01-04 Daniel Jacobowitz <drow@mvista.com>
24804
24805 Fix PR gdb/844
24806 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24807 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24808
24809 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24810 instead of calling gdb_suppress_entire_file.
24811 * gdb.threads/print-threads.exp: Likewise.
24812 * gdb.threads/schedlock.exp: Likewise.
24813
24814 * gdb.threads/killed.exp: Return instead of calling
24815 gdb_suppress_entire_file.
24816 * gdb.threads/linux-dp.exp: Likewise.
24817 * gdb.threads/pthreads.exp: Likewise.
24818
1e698235
DJ
248192003-01-04 Daniel Jacobowitz <drow@mvista.com>
24820
24821 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24822 stabs.
24823 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24824 * gdb.base/whatis.exp: Always allow (void) after function names.
24825
147ff08c
DJ
248262003-01-04 Daniel Jacobowitz <drow@mvista.com>
24827
24828 * gdb.c++/casts.exp: Correct regexp.
24829
dc62bfc2
MK
248302003-01-04 Mark Kettenis <kettenis@gnu.org>
24831
24832 * configure.in: Call AC_CONFIG_HEADER. Don't call
24833 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24834 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24835 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24836 aforementioned directories in the AC_OUPUT call.
24837 * config.hin: New file.
24838 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24839 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24840 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24841 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24842 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24843 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24844 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24845 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24846 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24847 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24848 gdb.threads/configure.in, gdb.threads/configure,
24849 gdb.threads/config.in, gdb.trace/configure.in,
24850 gdb.trace/configure: Removed.
24851
77afa639
MC
248522003-01-03 Michael Chastain <mec@shout.net>
24853
24854 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24855 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24856
7634bb6e
DJ
248572003-01-03 Daniel Jacobowitz <drow@mvista.com>
24858
24859 * gdb.base/store.exp: Fix regular expressions.
24860
b39c905e
MK
248612002-12-28 Mark Kettenis <kettenis@gnu.org>
24862
24863 * configure.in: Rewrite.
24864 * configure: Regenerated.
24865
0a8551dd
DC
248662003-01-03 David Carlton <carlton@math.stanford.edu>
24867
24868 * gdb.base/psymtab.exp: New file.
24869 * gdb.base/psymtab1.c: Ditto.
24870 * gdb.base/psymtab2.c: Ditto.
24871
c60b7188
AF
248722002-12-23 Adam Fedor <fedor@gnu.org>
24873
24874 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24875
ee73db83
DC
248762002-12-23 David Carlton <carlton@math.stanford.edu>
24877
24878 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24879 and current_directory initialization.
24880
d6c1774e
JB
248812002-12-22 Jim Blandy <jimb@redhat.com>
24882
f0a847b8
JB
24883 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24884 rather than as part of the output file name.
24885
d6c1774e
JB
24886 * gdb.base/attach.exp: There's no need to copy the test program to
24887 /tmp; that was only ever necessary on HP/UX, and this test is
24888 entirely disabled there anyway.
24889
f0708dbb
JB
248902002-12-21 Jim Blandy <jimb@redhat.com>
24891
4c2acfea
JB
24892 * gdb.c++/psmang.exp: Doc fix.
24893
f0708dbb
JB
24894 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24895 test.
24896
9579e000
DC
248972002-12-20 David Carlton <carlton@math.stanford.edu>
24898
24899 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24900
d1810171
MC
249012002-12-18 Michael Chastain <mec@shout.net>
24902
24903 * gdb.c++/annota2.exp: Add copyright year 2002.
24904
76565097
DC
249052002-12-17 David Carlton <carlton@math.stanford.edu>
24906
24907 * gdb.c++/try_catch.cc: Add marker comments.
24908 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24909 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24910 * gdb.c++/m-static.cc: Ditto.
24911 * gdb.c++/m-static1.cc: Ditto.
24912 * gdb.c++/try_catch.cc: Ditto.
24913
da81390b
JJ
249142002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24915
24916 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24917 to see whether we are using the new -environment-directory
24918 command which resets via -r or the old version of the command
24919 which may prompt the user. Part of fix for gdb/741.
24920
b304d130
AC
249212002-12-13 Andrew Cagney <ac131313@redhat.com>
24922
24923 * gdb.fortran/types.exp: Update obsolete comment.
24924 * gdb.fortran/exprs.exp: Ditto.
24925 * lib/gdb.exp: Delete obsolete code.
24926 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24927 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24928 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24929 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24930 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24931 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24932 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24933 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24934 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24935 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24936 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24937 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24938 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24939 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24940 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24941 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24942 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24943 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24944 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24945 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24946 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24947 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24948 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24949 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24950 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24951 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24952 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24953 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24954 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24955 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24956 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24957 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24958 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24959 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24960 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24961 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24962 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24963
a23b6e6a
DC
249642002-12-11 David Carlton <carlton@math.stanford.edu>
24965
24966 * gdb.c++/m-data.exp: Add test for members that shadow global
24967 variables: see PR gdb/804.
24968 * gdb.c++/m-data.cc: Ditto.
24969
6604731b
DJ
249702002-12-10 Daniel Jacobowitz <drow@mvista.com>
24971
24972 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24973
de46ecd7
DC
249742002-12-06 David Carlton <carlton@math.stanford.edu>
24975
24976 * gdb.base/store.c: Don't declare functions static.
24977
27e829d0
AC
249782002-12-04 Andrew Cagney <ac131313@redhat.com>
24979
24980 * gdb.base/store.exp, gdb.base/store.c: New files.
24981
92806416
DJ
249822002-12-03 Daniel Jacobowitz <drow@mvista.com>
24983
24984 * gdb.base/selftest.exp: Update for current gdb.
24985
3bcbaac5
DJ
249862002-12-03 Daniel Jacobowitz <drow@mvista.com>
24987
24988 * gdb.base/maint.exp: Only dump symbols from one source file
24989 or objfile.
24990
f4f00b1f
DJ
249912002-12-03 Daniel Jacobowitz <drow@mvista.com>
24992
24993 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24994 function call.
24995
f1c8a949
JB
249962002-11-25 Jim Blandy <jimb@redhat.com>
24997
24998 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24999 function appearing in error message.
25000
9e297a97
DJ
250012002-11-21 Daniel Jacobowitz <drow@mvista.com>
25002
25003 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25004
1f312e79
JJ
250052002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25006
d63a86f8
RM
25007 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
25008 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
25009 should be in mi console format. This is part of fix for PR gdb/604.
25010
83c31e7d
FN
250112002-09-18 Fernando Nasser <fnasser@redhat.com>
25012
25013 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
25014 which explicitly prints the zero offset as "+0".
25015
322b3f65
DJ
250162002-10-22 Daniel Jacobowitz <drow@mvista.com>
25017
25018 * gdb.threads/schedlock.c (args): Make unsigned.
25019
250202002-10-21 Daniel Jacobowitz <drow@mvista.com>
25021
25022 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
25023 numbers. Allow "foo2|selected stack frame".
25024 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
25025 * gdb.asm/asmsrc2.s: Likewise.
25026 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
25027 comments.
25028 * gdb.asm/mips.inc: New file.
25029
5e2fe5b8
AF
250302002-10-18 Adam Fedor <fedor@gnu.org>
25031
25032 * gdb.base/default.exp: Update expected output to include 'ObjC'.
25033 * gdb.base/help.exp: Likewise.
25034
abe1a5d0
KB
250352002-10-17 Kevin Buettner <kevinb@redhat.com>
25036
25037 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25038 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25039
10abb1d4
JB
250402002-10-02 Jim Blandy <jimb@redhat.com>
25041
25042 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25043
1f609b42
AC
250442002-10-01 Andrew Cagney <ac131313@redhat.com>
25045
25046 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25047 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25048 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25049 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25050 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25051 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25052 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25053
0aee02e4
AC
250542002-09-29 Andrew Cagney <ac131313@redhat.com>
25055
25056 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25057 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25058 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25059 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25060 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25061 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25062 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 25063
6fde09ad
KB
250642002-09-27 Kevin Buettner <kevinb@redhat.com>
25065
25066 * gdb.base/annota1.exp (info break): Make directory components of
25067 path optional since not all compilers emit this debug information.
25068
889bf7c5
PA
25069 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25070 step ends up stepping out of the function instead of stopping on
25071 the epilogue.
6fde09ad 25072
9e8aab75
KS
250732002-09-26 Keith Seitz <keiths@redhat.com>
25074
25075 * lib/insight-support.exp (gdbtk_start): Figure out where
25076 the insight executable is based on where gdb is. Use this
25077 executable to start insight instead of gdb.
25078
e36180d7
AC
250792002-09-25 Andrew Cagney <cagney@redhat.com>
25080
25081 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25082
9dd34b2b
AC
250832002-09-24 Andrew Cagney <ac131313@redhat.com>
25084
25085 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25086 test_isolated_complaints.
25087 (test_empty_complaint): New function.
25088 (test_empty_complaints): New function. Check no output when no
25089 complaints.
d63a86f8 25090
dea97812
KB
250912002-09-19 Jim Blandy <jimb@redhat.com>
25092
a9c64011 25093 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 25094
54951bd7
AC
250952002-09-19 Andrew Cagney <ac131313@redhat.com>
25096
25097 * gdb.gdb/complaints.exp: New file.
25098
dec43320
AC
250992002-09-18 Andrew Cagney <ac131313@redhat.com>
25100
25101 * gdb.base/maint.exp: Check `help maint internal-warning'.
25102
e70d6e3f
DC
251032002-09-18 David Carlton <carlton@math.stanford.edu>
25104
25105 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25106 numbers, and replace them by a single breakpoint after the
25107 constructors are all finished.
25108 Add test 4.
25109 * gdb.c++/m-static.cc: Add test 4.
25110 * gdb.c++/m-static.h: New file.
25111 * gdb.c++/m-static1.cc: New file.
25112
25113 * gdb.c++/printmethod.exp: New file.
25114 * gdb.c++/printmethod.cc: New file.
25115
25116 * gdb.c++/pr-574.exp: New file.
25117 * gdb.c++/pr-574.cc: New file.
25118
afb5c968
CV
251192002-09-18 Corinna Vinschen <vinschen@redhat.com>
25120
25121 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25122 embedded targets which never actually exit.
25123
31e45dee
FN
251242002-09-18 Fernando Nasser <fnasser@redhat.com>
25125
25126 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25127 "don't step after run" as unresolved or unsupported, instead of xfail.
25128
a283c5a1
CV
251292002-09-18 Corinna Vinschen <vinschen@redhat.com>
25130
25131 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25132 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25133 Add newline to expected string in "step out of main (status wrapper)"
25134 case.
25135
11350d2a
CV
251362002-09-18 Corinna Vinschen <vinschen@redhat.com>
25137
25138 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25139 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25140
0deec7d6
TT
251412002-09-17 Tom Tromey <tromey@redhat.com>
25142
25143 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25144 \000, not \0, in double-quoted string.
25145
b2b4a1b5
CV
251462002-09-14 Corinna Vinschen <vinschen@redhat.com>
25147
c9d37158 25148 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
25149 string after running the commands execution on breakpoint tests.
25150
1c56143a
CV
251512002-09-13 Corinna Vinschen <vinschen@redhat.com>
25152
25153 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25154
37f8da45
JB
251552002-09-12 Joel Brobecker <brobecker@gnat.com>
25156
25157 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25158
08b468e0
KS
251592002-09-10 Keith Seitz <keiths@redhat.com>
25160
25161 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25162 runto proc.
25163 (mi_run_to_main): Use mi_runto.
25164 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25165
dc360f58
KS
251662002-09-10 Keith Seitz <keiths@redhat.com>
25167
25168 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25169 regexp for stopping at main. Could have multiple event notifications.
25170 Don't assume that main was declared with no parameters.
25171 (mi_next): Use mi_step_to.
25172 (mi_step): Use mi_next_to.
25173
ce3abcfb
CV
251742002-09-09 Corinna Vinschen <vinschen@redhat.com>
25175
25176 * gdb.base/default.exp: Fix expected string in `info float' test.
25177
d1f5b980
BE
251782002-09-09 Ben Elliston <bje@redhat.com>
25179
25180 * config/mips.exp: Update comments.
25181 * config/mips-idt.exp: Likewise.
25182 * config/nind.exp: Likewise.
25183 * config/slite.exp: Likewise.
25184 * config/sparclet.exp: Likewise.
25185 * config/udi.exp: Likewise.
25186 * config/vx.exp: Likewise.
25187 * config/vxworks29k.exp: Likewise.
25188
2f71430b
JB
251892002-09-05 Jim Blandy <jimb@redhat.com>
25190
25191 * gdb.threads/killed.exp: Fix test failure message.
25192
7ddebc7e
KS
251932002-09-04 Keith Seitz <keiths@redhat.com>
25194
25195 * lib/mi-support.exp: Update copyright.
25196 (mi_gdb_test): Increase the priority of the expected pattern
25197 so that it matches gdb_test.
25198
0ae67eb3
KS
251992002-09-03 Keith Seitz <keiths@redhat.com>
25200
25201 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25202 Use integer comparison instead of string comparison for testing
25203 whether binary was built.
25204
38fc42c8
JB
252052002-09-03 Jim Blandy <jimb@redhat.com>
25206
25207 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25208
b6ff0e81
JB
252092002-08-29 Jim Blandy <jimb@redhat.com>
25210
25211 * gdb.threads/pthreads.exp: Move the portable thread compilation
25212 code into a function in lib/gdb.exp, and call that from here.
25213 * lib/gdb.exp (gdb_compile_pthreads): New function.
25214
07c98896
KS
252152002-08-29 Keith Seitz <keiths@redhat.com>
25216
25217 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25218 expect_out so that callers can get at it.
25219
0312286c
DJ
252202002-08-23 Daniel Jacobowitz <drow@mvista.com>
25221
25222 * gdb.threads/print-threads.c: New file.
25223 * gdb.threads/print-threads.exp: New file.
25224 * gdb.threads/schedlock.c: New file.
25225 * gdb.threads/schedlock.exp: New file.
25226
dd039bc4
EZ
252272002-08-22 Elena Zannoni <ezannoni@redhat.com>
25228
a9c64011
AS
25229 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25230 not altivec.c.
dd039bc4 25231
1f36144c
MK
252322002-08-17 Mark Kettenis <kettenis@gnu.org>
25233
25234 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25235 targets. The problem should be fixed now.
25236
16057ec7 252372002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
25238
25239 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25240 2002-07-24 change that removes final dots from error messages.
25241
3c1499ad
TT
252422002-08-13 Tom Tromey <tromey@redhat.com>
25243
25244 * gdb.base/readline.exp: New file.
25245
a20ce2c3
AC
252462002-08-01 Andrew Cagney <ac131313@redhat.com>
25247
25248 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25249 supress message.
25250
db034ac5
AC
252512002-08-01 Andrew Cagney <cagney@redhat.com>
25252
25253 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25254 CHILL_FOR_TARGET and CHILL_LIB.
25255 * configure.in (configdirs): Remove gdb.chill.
25256 * configure: Regenerate.
25257 * lib/gdb.exp: Obsolete references to chill.
25258 * gdb.fortran/types.exp: Ditto.
25259 * gdb.fortran/exprs.exp: Ditto.
25260
3e000b18
KB
252612002-07-30 Kevin Buettner <kevinb@redhat.com>
25262
25263 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25264 set Irix-specific compile and link flags.
25265
28f4966b
KB
252662002-07-29 Kevin Buettner <kevinb@redhat.com>
25267
25268 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25269 source files. The ``-o'' option doesn't work with the ``-E'' option
25270 when using the Irix compiler.
25271
46c0d5a6
DJ
252722002-07-19 Daniel Jacobowitz <drow@mvista.com>
25273
25274 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25275 Improve support for reusing an exec file. Copy exec file
25276 to target, and run gdbserver on the target instead of on the host.
25277
eecf4bed
JB
252782002-07-18 Jim Blandy <jimb@redhat.com>
25279
0f815cdf
JB
25280 * gdb.base/ending-run.exp: Don't expect to see the program end in
25281 some orderly fashion when we're running on a real stand-alone
25282 board.
25283
eecf4bed
JB
25284 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25285 targets that don't support interrupts.
25286
52d309e4
JB
252872002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25288
25289 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25290 systems.
25291 Move comments in expect statements to inside the actions, so that they
25292 don't get matched against.
25293
ff683d9e
MK
252942002-07-10 Mark Kettenis <kettenis@gnu.org>
25295
25296 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25297 function when asleep" test.
25298
b5356753
AC
252992002-07-10 Andrew Cagney <ac131313@redhat.com>
25300
25301 * gdb.base/page.exp: Rewrite to handle problems with very long
25302 `info set' output. Update copyright.
25303
6aa4d13a
AC
253042002-06-26 Andrew Cagney <ac131313@redhat.com>
25305
25306 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25307 gdb.threads-hp.
25308 * gdb.hp/configure: Regenerate.
25309 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25310 * gdb.hp/gdb.threads-hp/configure: Delete file.
25311 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25312
8cf8c2b8
AC
253132002-06-22 Andrew Cagney <ac131313@redhat.com>
25314
25315 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25316 setlocale, bindtextdomain and textdomain.
25317
6827a8f8
JB
253182002-06-11 Jim Blandy <jimb@redhat.com>
25319
919d772c
JB
25320 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25321 preprocessor macro information is present.
25322
6827a8f8
JB
25323 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25324 tests.
25325
c15b0d21
MS
253262002-06-06 Michael Snyder <msnyder@redhat.com>
25327
c5984d70
MS
25328 * gdb.base/overlays.exp: Record addresses of overlay
25329 functions in TCL variables rather than in GDB variables,
25330 to avoid having GDB convert them to pointers (with loss
25331 of information).
25332
d63a86f8 25333 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 25334 default linker script changes.
c15b0d21
MS
25335 * gdb.base/long_long.exp: Add check for sizeof (long double).
25336
be26fe0d
ML
253372002-06-06 Michal Ludvig <mludvig@suse.cz>
25338
25339 * gdb.asm/asm-source.exp: Add x86-64 target.
25340 * gdb.asm/x86_64.inc: New.
d63a86f8 25341
258093ca 253422002-05-30 Michael Chastain <mec@shout.net>
258093ca 25343
4b3153f1 25344 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
25345 * gdb.c++/m-static.cc: New file.
25346 * gdb.c++/m-static.exp: New file.
25347
241264c6
MS
253482002-05-28 Michael Snyder <msnyder@redhat.com>
25349
25350 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25351 precision.
25352
9bba8c8f 253532002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 25354
4b3153f1 25355 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
25356 * gdb.c++/m-data.cc: New file.
25357 * gdb.c++/m-data.exp: New file.
25358
253592002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 25360
4b3153f1 25361 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 25362 * gdb.c++/try_catch.cc: New file.
d63a86f8 25363 * gdb.c++/try_catch.exp: New file.
9bba8c8f 25364
def1b996
MC
253652002-05-27 Michael Chastain <mec@shout.net>
25366
25367 * gdb.c++/local.exp: Accept more nested types in output.
25368
522ba268
MC
253692002-05-26 Michael Chastain <mec@shout.net>
25370
25371 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25372
277254ba
MS
253732002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25374
25375 * lib/gdb.exp (gdb_wrapper_init): Just because
25376 gdb_wrapper_file exists, this does not mean that the file
25377 should not be rebuilt. That is what gdb_wrapper_initialized
25378 is for.
25379 (default_gdb_init): Reset gdb_wrapper_initialized.
25380
b61a8733
MS
253812002-05-23 Michael Snyder <msnyder@redhat.com>
25382
d63a86f8 25383 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
25384 the precision of the floating point test results.
25385 * gdb.base/call-rt-st.exp: Ditto.
25386
b61a8733
MS
25387 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25388 * gdb.base/call-rt-st.exp: Ditto.
25389
56f6e910
MC
253902002-05-19 Michael Chastain <mec@shout.net>
25391
25392 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25393
ad0b0016
EZ
253942002-05-19 Elena Zannoni <ezannoni@redhat.com>
25395
a9c64011
AS
25396 * configure.in (configdirs): Add gdb.arch.
25397 * configure: Regenerate.
ad0b0016 25398
f617d2b6
JB
253992002-05-17 Jim Blandy <jimb@redhat.com>
25400
25401 * gdb.base/completion.exp: Recognize the more detailed error
25402 messages produced by the macro expander's lexical analyzer.
25403
eac2a696
EZ
254042002-05-14 Elena Zannoni <ezannoni@redhat.com>
25405
a9c64011
AS
25406 * gdb.arch/altivec-abi.c: New file.
25407 * gdb.arch/altivec-abi.exp: New file.
25408 * gdb.arch/altivec-regs.c: New file.
25409 * gdb.arch/altivec-regs.exp: New file.
eac2a696 25410
2fdde8f8
DJ
254112002-05-14 Daniel Jacobowitz <drow@mvista.com>
25412
25413 * gdb.base/maint.exp (maint print type): Update for new type
25414 structure.
d63a86f8 25415
e31f1a7c
EZ
254162002-05-14 Elena Zannoni <ezannoni@redhat.com>
25417
25418 * gdb.arch: New directory.
25419 * gdb.arch/configure.in: New file.
25420 * gdb.arch/configure: New file.
25421 * gdb.arch/Makefile.in: New file.
25422
db589741
CV
254232002-05-13 Corinna Vinschen <vinschen@redhat.com>
25424
25425 * gdb.asm/asm-source.exp: Add v850 as supported target.
25426 * gdb.asm/v850.inc: New file.
25427
8ce2a7dc
DJ
254282002-05-13 Daniel Jacobowitz <drow@mvista.com>
25429
25430 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25431
df763c7f
DJ
254322002-05-12 Daniel Jacobowitz <drow@mvista.com>
25433
25434 * gdb.base/break.exp: Check 'break "marker2"'.
25435
377daeed
MS
254362002-05-10 Michael Snyder <msnyder@redhat.com>
25437
25438 * gdb.base/long_long.exp: Fix typo.
25439
c4b7bc2b
JB
254402002-05-10 Jim Blandy <jimb@redhat.com>
25441
ecac9a4e
JB
25442 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25443 a bug.
25444
c4b7bc2b
JB
25445 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25446 Recognize more detailed error message produced by the macro
25447 expander's lexical analyzer.
25448 * lib/gdb.exp (test_print_reject): Same.
25449
e71019a1
MK
254502002-05-09 Mark Kettenis <kettenis@gnu.org>
25451
25452 * gdb.c++/method.exp: Fix typo.
25453
fedfc8e6
MS
254542002-05-08 Michael Snyder <msnyder@redhat.com>
25455
166a1957
MS
25456 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25457 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 25458 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
25459 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25460 Add iftarget clause for strongarm.
d63a86f8 25461
f1c47eb2
MS
254622002-05-06 Michael Snyder <msnyder@redhat.com>
25463
cb9a9d3e
MS
25464 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25465 (gdb_continue_to_end): Accept output from status wrapper.
25466 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25467 Clean up fail messages to match pass messages.
25468
f1c47eb2
MS
25469 Enable the "needs_status_wrapper" testsuite feature.
25470 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25471 (gdb_compile): Conditionally call gdb_wrapper_init.
25472 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25473 * gdb.c++/method.exp: Recognize output from status wrapper.
25474
6079c749
BE
254752002-05-06 Ben Elliston <bje@redhat.com>
25476From Graydon Hoare <graydon@redhat.com>
25477
25478 * config/sid.exp: Include support for "rawsid" protocol.
25479
188baff3
JB
254802002-05-03 Jim Blandy <jimb@redhat.com>
25481
25482 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25483 * gdb.c++/hang3.C: New file.
25484
b9c07f0f
AC
254852002-05-04 Andrew Cagney <ac131313@redhat.com>
25486
25487 * gdb.base/default.exp: Remove obsolete code.
25488 * gdb.c++/misc.exp: Ditto. Update copyright.
25489 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25490 * gdb.base/whatis.exp: Ditto. Update copyright.
25491 * gdb.base/scope.exp: Ditto. Update copyright.
25492 * gdb.base/ptype.exp: Ditto. Update copyright.
25493 * gdb.base/printcmds.exp: Ditto. Update copyright.
25494 * gdb.base/opaque.exp: Ditto. Update copyright.
25495 * gdb.base/list.exp: Ditto.
25496 * gdb.base/funcargs.exp: Ditto. Update copyright.
25497 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25498 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25499 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25500 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25501 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25502 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25503
5c7a0397
MS
255042002-05-02 Michael Snyder <msnyder@redhat.com>
25505
d6dcc264 25506 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
25507 * gdb.base/long_long.exp: Add xscale target.
25508 * gdb.base/default.exp: Add xscale target.
25509
eb7f1c48
JB
255102002-05-01 Jim Blandy <jimb@redhat.com>
25511
25512 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25513 gdb.c++/hang.exp: New test.
25514
a6befae8
FF
255152002-05-01 Fred Fish <fnf@redhat.com>
25516
25517 * gdb.base/completion.exp: Handle completions of "./Make" for
25518 more than one completion possibility, as is the case when we
25519 build and test in the source tree.
25520
0a310277
AG
255212002-04-29 Anthony Green <green@redhat.com>
25522
25523 * gdb.java/jmisc1.exp: New file.
25524 * gdb.java/jmisc2.exp: New file.
25525
6ff9af88
DJ
255262002-04-24 Daniel Jacobowitz <drow@mvista.com>
25527
25528 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25529
96b3d632
EZ
255302002-04-23 Elena Zannoni <ezannoni@redhat.com>
25531
25532 * gdb.base/help.exp: Change 'help status' to allow for target
25533 dependent output differences.
25534
5019bb54
MC
255352002-04-22 Michael Chastain <mec@shout.net>
25536
25537 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25538
a805a116
MC
255392002-04-22 Michael Chastain <mec@shout.net>
25540
25541 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25542
a1706bfd
DM
255432002-04-17 David S. Miller <davem@redhat.com>
25544
25545 * gdb.asm/sparc64.inc: New file.
25546 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25547
a73a20a2
EZ
255482002-04-19 Elena Zannoni <ezannoni@redhat.com>
25549
25550 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25551 instruction file directly into the build tree. Clean up at end of
25552 test.
25553
ba678339
DM
255542002-04-18 David S. Miller <davem@redhat.com>
25555
25556 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25557 handle 64-bit platforms correctly.
25558 * gdb.base/maint.exp: Likewise.
25559
b03399da
KB
255602002-04-18 Kevin Buettner <kevinb@redhat.com>
25561
25562 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25563 ``-fpic'' when compiling files comprising a shared library, but
25564 it does need additional linker flags in order to find shared
25565 libraries at run time.
25566
e2004992
KB
255672002-04-18 Kevin Buettner <kevinb@redhat.com>
25568
25569 * gdb.base/cvexpr.c (use): New function.
25570 (main): Invoke use() on all global variables to prevent
25571 some linkers from deleting these otherwise unused symbols.
25572
d8937120
MC
255732002-04-17 Michael Chastain <mec@shout.net>
25574From David S. Miller <davem@redhat.com>
25575
25576 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25577 handle 64-bit platforms correctly.
25578
ffd61a58
MS
255792002-04-12 Michael Snyder <msnyder@redhat.com>
25580From Jim Blandy <jimb@redhat.com>
a9c64011 25581 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
25582 script can handle this instead.
25583 * gdb.base/bar.c (barx): Same.
25584 * gdb.base/baz.c (bazx): Same.
25585 * gdb.base/grbx.c (grbxx): Same.
25586
25587 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25588 manager doesn't automatically unmap overlays unnecessarily.
25589
6b8426a6
MH
255902002-04-10 Martin M. Hunt <hunt@redhat.com>
25591
25592 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25593 stepping out of main.
25594
34af4875
MC
255952002-04-09 Michael Chastain <mec@shout.net>
25596
25597 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25598 scope so that the nested scope tests will make sense.
25599 * gdb.c++/local.exp: Write patterns that actually work with gcc
25600 (the HP patterns "were never known to work with gcc").
25601 Keep the old aCC patterns too.
25602
2d1676a0
DJ
256032002-04-09 Daniel Jacobowitz <drow@mvista.com>
25604
25605 * gdb.base/attach.exp: Correct target board test.
25606
3a63e3f9
MC
256072002-04-08 Michael Chastain <mec@shout.net>
25608
25609 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25610 in a const method. Add some xfail and fail cases for configurations
25611 that do not emit the "const ...".
25612
f18dabd2
MC
256132002-04-07 Michael Chastain <mec@shout.net>
25614
25615 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25616 Accept "A * const" and "const A * const" as type of "this".
25617 Fix spelling of getFunky throughout. Make messages uniform.
25618
0fcddd82
EZ
256192002-04-07 Elena Zannoni <ezannoni@redhat.com>
25620
a9c64011 25621 Work around for PR gdb/285:
0fcddd82
EZ
25622 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25623
16a8534a
EZ
256242002-04-07 Elena Zannoni <ezannoni@redhat.com>
25625
25626 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25627 instructions file at run time instead of configure time.
25628 Sometimes we run the test in a directory that is not the one we
25629 configured in.
25630 * gdb.asm/configure.in: Delete creation of symlink.
25631 * gdb.asm/configure: Regenerate.
25632
24181d81
JB
256332002-04-05 J. Brobecker <brobecker@gnat.com>
25634
25635 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25636 xfullpath () function.
25637
7cdb7107
DJ
256382002-04-04 Daniel Jacobowitz <drow@mvista.com>
25639
25640 * gdb.asm/Makefile.in: Correct dependencies.
25641
25642 * gdb.asm/powerpc.inc: New file.
25643 * gdb.asm/asm-source.exp: Add PowerPC.
25644 * gdb.asm/configure.in: Likewise.
25645 * gdb.asm/configure: Regenerated.
25646
a7d17088
DJ
256472002-04-04 Daniel Jacobowitz <drow@mvista.com>
25648
25649 * gdb.base/relocate.exp: New file.
25650 * gdb.base/relocate.c: New file.
25651
cd721503
FF
256522002-04-04 Fred Fish <fnf@redhat.com>
25653
25654 * gdb.base/step-test.exp: Update comment regarding stopping in
25655 memcpy/bcopy calls inserted as part of the compiler runtime.
25656
b22ad7a7
MS
256572002-04-04 Michael Snyder <msnyder@redhat.com>
25658
25659 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25660
5f279fa6
DJ
256612002-04-03 Daniel Jacobowitz <drow@mvista.com>
25662
25663 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25664 (gdb_expect): Remove $notransfer hack.
25665
dd0fd3ce
DJ
256662002-04-02 Daniel Jacobowitz <drow@mvista.com>
25667
25668 * gdb.c++/classes.exp ("calling method for small class"): Match
25669 updated register output.
25670
1e50cda1
DJ
256712002-03-30 Daniel Jacobowitz <drow@mvista.com>
25672
25673 Fix PR gdb/452
25674 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25675 when finished. Make gdb_file_cmd send "exec-file" when
25676 appropriate.
25677
24015922
DJ
256782002-03-30 Daniel Jacobowitz <drow@mvista.com>
25679
25680 * gdb.base/attach.exp: Remove extra setup_xfail.
25681
dd7dfd64
MS
256822002-03-26 Michael Snyder <msnyder@redhat.com>
25683
25684 * gdb.base/default.exp: Add tests for dump, append, and restore.
25685 * gdb.base/help.exp: Add tests for dump, append, and restore.
25686 * gdb.base/dump.exp: New file, test dump, append and restore.
25687 * gdb.base/dump.c: New file.
25688
48b2f8d7
MS
256892002-03-27 Michael Snyder <msnyder@redhat.com>
25690
d63a86f8 25691 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
25692 clean-ups in help messages.
25693
05b4d525
FF
256942002-03-26 Fred Fish <fnf@redhat.com>
25695
25696 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25697 have debugging info for those functions and the compiler uses them
25698 internally to copy structs around.
25699
d7679631
FF
257002002-03-26 Fred Fish <fnf@redhat.com>
25701
25702 * gdb.base/list.exp: Revert the change made yesterday and add note
25703 about why we don't list the default lines for remote targets.
25704
523ac3f9
MS
257052002-03-25 Michael Snyder <msnyder@redhat.com>
25706
25707 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25708
754b2b8d
FF
257092002-03-25 Fred Fish <fnf@redhat.com>
25710
25711 * gdb.base/list.exp: This test works on remote targets so remove
25712 the short circuit for remote targets. Update copyright.
25713
33c3e192
FF
257142002-03-25 Fred Fish <fnf@redhat.com>
25715
25716 * gdb.base/attach.exp: Fix logic error that was suppressing this
25717 test for all non hppa*-*-hpux* targets, instead of the hp target.
25718 Move comments closer to the suppression point. Also now need to
25719 check that we are running natively.
25720
d43e73ee
MS
257212002-03-22 Michael Snyder <msnyder@redhat.com>
25722
882c8f02
MS
25723 * gdb.base/default.exp: Add test for gcore. Update copyright.
25724 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 25725
04c12f60
FF
257262002-03-06 Fred Fish <fnf@redhat.com>
25727
25728 * gdb.base/funcargs.c: Remove extraneous ';' character.
25729 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25730
b43df995
MC
257312002-03-04 Michael Chastain <mec@shout.net>
25732
25733 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25734 accommodate gcc v3 function signature.
25735 * gdb.mi/mi0-var-cmd-exp: Ditto.
25736
92362027
AC
257372002-02-24 Andrew Cagney <ac131313@redhat.com>
25738
25739 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25740 ``GNU/Linux'' or ``Linux kernel''
25741 * testsuite/gdb.threads/pthreads.c: Ditto.
25742
258ad32d
MC
257432002-02-24 Michael Chastain <mec@shout.net>
25744
25745 * gdb.threads/pthreads.c (thread1): Add a return statement.
25746 (thread2): Likewise.
25747 (foo): Likewise.
25748
04c3b3d4
MC
257492002-02-23 Michael Chastain <mec@shout.net>
25750
25751 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25752 to placate gcc.
25753
5a2a0a20
MC
257542002-02-23 Michael Chastain <mec@shout.net>
25755
25756 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25757 test "ptype bint". The test passes on all my stabs configurations.
25758
a640f7fc
JB
257592002-02-21 Jim Blandy <jimb@redhat.com>
25760
27924826
JB
25761 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25762 filename at a time, and watch for the ones we want to see.
25763
a640f7fc
JB
25764 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25765 types of pointers to prototyped functions.
25766
edcc8c75
AC
257672002-02-20 Andrew Cagney <ac131313@redhat.com>
25768
25769 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25770 signed, unsigned and straight char.
25771 (padding_char, padding_short, padding_int, padding_long,
25772 padding_long_long, padding_float, padding_double,
25773 padding_long_double): New global variables.
25774 (fill, fill_structs): New functions.
25775
25776 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25777 for correctly sized writes. Update copyright.
25778 (get_valueof): New procedure.
25779 (get_sizeof): Call get_valueof.
25780 (check_valueof): New procedure.
25781 (check_padding): New procedure.
25782
ac57ea44
MC
257832002-02-20 Michael Chastain <mec@shout.net>
25784
25785 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25786 to setup_xfail. Document some of the remaining calls.
25787
7a10c941
MC
257882002-02-18 Michael Chastain <mec@shout.net>
25789
25790 * gdb.c++/userdef.exp: Update copyright year.
25791
fb8acdcc
DJ
257922002-02-18 Daniel Jacobowitz <drow@mvista.com>
25793
25794 * gdb.c++/userdef.exp: Test overloaded operators properly.
25795 Remove xfails.
25796
fda6ae12
MS
257972002-02-14 Michael Snyder <msnyder@redhat.com>
25798
25799 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25800
676a0442
DJ
258012002-02-14 Daniel Jacobowitz <drow@mvista.com>
25802
25803 * gdb.base/a2-run.exp: Check for a remote target properly.
25804 * gdb.base/annota1.exp: Likewise.
25805 * gdb.base/list.exp: Likewise.
25806 * gdb.base/reread.exp: Likewise.
25807 * gdb.base/scope.exp: Likewise.
25808 * gdb.base/shlib-call.exp: Likewise.
25809 * gdb.base/term.exp: Likewise.
25810 * gdb.c++/annota2.exp: Likewise.
25811
78b4f468
RE
258122002-02-13 Richard Earnshaw <rearnsha@arm.com>
25813
25814 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25815
9a81ba51
MC
258162002-02-10 Michael Chastain <mec@shout.net>
25817
25818 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25819 (call_after_alloca): Ditto.
25820
004af6c7
DJ
258212002-02-10 Daniel Jacobowitz <drow@mvista.com>
25822
25823 * gdb.base/ending-run.exp: Guard "cont" test with
25824 gdb_skip_stdio_test.
25825
37225f62
JB
258262002-02-06 Jim Blandy <jimb@redhat.com>
25827
25828 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25829 from here...
25830 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25831 To here. Disable this test on non-HP platforms. Add big comment.
25832
fe6fdd96
MS
258332002-02-04 Michael Snyder <msnyder@redhat.com>
25834
25835 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25836 other than d10v and m32r.
25837
036fad3f
RE
258382002-02-02 Richard Earnshaw <rearnsha@arm.com>
25839
25840 * gdb.base/default.exp: Rewrite test patterns to reduce time
25841 taken to match them.
25842
7148ab62
DJ
258432002-01-30 Daniel Jacobowitz <drow@mvista.com>
25844
25845 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25846 Allow a start function above main.
25847 * gdb.threads/linux-dp.exp: Fix copyright date.
25848
396cc255
DJ
258492002-01-30 Daniel Jacobowitz <drow@mvista.com>
25850
a9c64011
AS
25851 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25852 (check_philosopher_stack): Check for manager thread before checking
25853 for a just-starting thread.
396cc255 25854
f038d31b
DJ
258552002-01-30 Daniel Jacobowitz <drow@mvista.com>
25856
25857 From Neil Booth <neil@daikokuya.demon.co.uk>:
25858 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25859 warnings.
25860
b3ff9d9a
FF
258612002-01-21 Fred Fish <fnf@redhat.com>
25862
25863 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25864 not caller.
25865
39ad761d
JB
258662002-01-21 Jim Blandy <jimb@redhat.com>
25867
25868 * gdb.base/reread.exp: Check that GDB properly re-reads the
25869 executable file when it changes while no inferior is running.
25870
aaf320fa
FF
258712002-01-21 Fred Fish <fnf@redhat.com>
25872
a9c64011
AS
25873 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25874 optionally accept the "shlib events" variation.
aaf320fa 25875
808a31f5
JB
258762002-01-21 Jim Blandy <jimb@redhat.com>
25877
25878 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25879 call `fflush' after every `printf', so that the output is produced
25880 at predictable points, regardless of whatever buffering does (or
25881 doesn't) take place.
25882 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25883 at different points.
25884
4420d5e2
DJ
258852002-01-20 Daniel Jacobowitz <drow@mvista.com>
25886
25887 * gdb.c++/inherit.exp: Update copyright years.
25888 * gdb.c++/method.exp: Likewise.
25889
3e36a0f4
DJ
258902002-01-20 Daniel Jacobowitz <drow@mvista.com>
25891
25892 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25893 artificial methods/arguments.
25894 * gdb.c++/derivation.exp: Likewise.
25895 * gdb.c++/inherit.exp: Likewise.
25896 * gdb.c++/method.exp: Likewise.
25897 * gdb.c++/virtfunc.exp: Likewise.
25898
b4ceaee6
AC
258992002-01-18 Andrew Cagney <ac131313@redhat.com>
25900
25901 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25902 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25903 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25904 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25905 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25906 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25907
ecace851
JB
259082002-01-17 Jim Blandy <jimb@redhat.com>
25909
25910 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25911 anchoring the pattern matching the entry point symbol's name.
25912
375fc983
AC
259132002-01-17 Andrew Cagney <ac131313@redhat.com>
25914
25915 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25916 continue/quit query. Update copyright.
25917
fe6fdd96
MS
259182002-01-14 Michael Snyder <msnyder@redhat.com>
25919
25920 * gdb.base/gcore.exp: Remove extra debugging output.
25921
e017c81f
DJ
259222002-01-13 Daniel Jacobowitz <drow@mvista.com>
25923
25924 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25925 for slightly dubious v2 mangled string.
25926
37ab3bf8
DJ
259272002-01-13 Daniel Jacobowitz <drow@mvista.com>
25928
25929 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25930
1bc05c3a 259312002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 25932
1bc05c3a 25933 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 25934
1bc05c3a
JM
25935 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25936 constructors.
25937 * gdb.c++/derivation.exp: Likewise.
25938 * gdb.c++/templates.exp: Likewise.
25939 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 25940
1bc05c3a
JM
259412002-01-10 Michael Snyder <msnyder@redhat.com>
25942
25943 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 25944
a911c360
MS
259452002-01-08 Michael Snyder <msnyder@redhat.com>
25946
25947 * gdb.base/gcore.exp: New test for generate-core-file command.
25948 * gdb.base/gcore.c: Testcase for above.
25949 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25950
ea2119ec
JM
259512002-01-08 Jason Merrill <jason@redhat.com>
25952
25953 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25954
68203136
FF
259552002-01-07 Fred Fish <fnf@redhat.com>
25956
25957 * gdb.c++/overload.exp: Remove unconditional xfails for:
25958 print foo_instance1.overloadargs(1)
25959 print foo_instance1.overloadargs(1, 2)
25960 print foo_instance1.overloadargs(1, 2, 3)
25961 print foo_instance1.overloadargs(1, 2, 3, 4)
25962 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25963 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25964 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25965 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25966 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25967 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25968 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25969 print foo_instance1.overload1arg()
25970 print foo_instance1.overload1arg((char)arg2)
25971 print foo_instance1.overload1arg((signed char)arg3)
25972 print foo_instance1.overload1arg((unsigned char)arg4)
25973 print foo_instance1.overload1arg((int)arg7)
25974 print foo_instance1.overload1arg((unsigned int)arg8)
25975 print foo_instance1.overload1arg((float)arg11)
25976 print foo_instance1.overload1arg((double)arg12)
d63a86f8 25977
21b9b5b1
MS
259782002-01-07 Michael Snyder <msnyder@redhat.com>
25979
25980 * gdb.base/huge.exp: New test. Print a very large target data object.
25981 (skip_huge_test): New test variable. Define if you want to skip this
25982 test. The test reads an 8 megabyte data object from the target, so it
25983 might be very time consuming on remote targets with a slow connection.
25984 * gdb.base/huge.c: New file. Test case for above.
25985
725f922e
FF
259862002-01-07 Fred Fish <fnf@redhat.com>
25987
25988 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25989 g_instance.bfoo, and g_instance.cfoo.
25990
889bf7c5 259912002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 25992
889bf7c5
PA
25993 * gdb.base/break.c (multi_line_if_conditional): New function.
25994 (multi_ilne_while_conditional): Likewise.
25995 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25996 IF or WHILE condition puts the breakpoint at the start of
25997 the condition.
f286b2c3 25998
634d57ec
JL
25999 * gdb.base/selftest.exp (backtrace through signal handler): Remove
26000 hppa*-*-hpux* expected failure.
26001 * gdb.base/structs.exp (do_function_calls): Similarly.
26002
26003 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
26004 watchpoints.
26005
9fbfe2dc
AC
260062002-01-06 Andrew Cagney <ac131313@redhat.com>
26007
26008 Fix PR gdb/66.
26009 * gdb.base/structs.exp: Replace skip for a29k with skip for
26010 gdb,cannot_call_functions.
26011 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
26012 * gdb.base/callfuncs.exp: Ditto.
26013 * gdb.base/call-rt-st.exp: Ditto.
26014 * gdb.base/call-strs.exp: Ditto.
26015 * gdb.base/callfwmall.exp: Ditto.
26016 * gdb.base/scope.exp: Obsolete xfail a29k.
26017 * gdb.c++/misc.exp: Ditto.
26018 * gdb.c++/cplusfuncs.exp: Ditto.
26019 * gdb.base/ptype.exp: Ditto.
26020 * gdb.base/printcmds.exp: Ditto.
26021 * gdb.base/opaque.exp: Ditto.
26022 * gdb.base/list.exp: Ditto.
26023 * gdb.base/funcargs.exp: Ditto.
26024 * gdb.base/default.exp: Ditto.
26025
8ddad156
MS
260262002-01-04 Michael Snyder <msnyder@redhat.com>
26027
ca4976a6 26028 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
26029 * gdb.base/maint.exp: Add tests for maint info sections options.
26030
1b074332
JL
26031Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
26032
26033 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26034
7d159115
CV
260352001-12-20 Corinna Vinschen <vinschen@redhat.com>
26036
26037 * gdb.asm/arm.inc: New file.
26038 * gdb.asm/asm-source.exp: Add arm targets.
26039 * gdb.asm/configure.in: Ditto.
26040 * gdb.asm/configure: Recreated from configure.in.
26041
8fb87725
JL
26042Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26043
afabe08c
JL
26044 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26045 with HP's compiler.
26046 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26047 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26048 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26049 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26050
26051 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26052 either HP's compilers or GCC.
26053
db521deb
JL
26054 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26055 a SIGBUS or SIGSEGV.
26056
26057 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26058
26059 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26060 can be compiled with either HP's compiler or GCC.
26061
cfa88ab7
JL
26062 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26063 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26064 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26065
ca344dff
JL
26066 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26067 to match current gdb output. Update due to using auto-solib-limit
26068 for limiting instead of overloading auto-solib-add.
26069 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26070 test program.
26071
3f3c6e55 26072 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
26073 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26074 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26075 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26076 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26077 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26078 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26079 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26080 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26081 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26082 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26083 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26084 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 26085
8fb87725
JL
26086 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26087 a SIGTRAP to the inferior.
26088
cf599fa7
CV
260892001-12-19 Corinna Vinschen <vinschen@redhat.com>
26090
26091 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26092 Substitute call to target_link by call to gdb_compile.
26093
2cd045cd
JL
26094Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26095
a9c64011
AS
26096 * gdb.base/break.exp: Fix HP specific search string when testing
26097 backtracing in a called function.
2cd045cd 26098
a9c64011
AS
26099 * gdb.base/constvars.exp: Only set lang to C++ if we're
26100 compiling the test with HP's compilers.
26101 * gdb.base/volatile.exp: Similarly.
2cd045cd 26102
99ebe9ac
JB
261032001-12-19 Jim Blandy <jimb@redhat.com>
26104
26105 * gdb.base/printcmds.exp: Expect the null character to be printed
26106 as '\0', and the '\013' to be printed as '\v'.
26107 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26108 * gdb.base/setvar.exp: Same.
26109
b9891b29
JB
261102001-12-17 Jim Blandy <jimb@redhat.com>
26111
0eba65ab
JB
26112 * gdb.base/completion.exp: Rather than completing very long
26113 filenames, which can make the readline library produce output we
26114 don't recognize, cd to the directory first, and then complete
26115 using nice, short relative paths.
26116
6970b5b1
JB
26117 * gdb.base/completion.exp: On some systems, there is, in fact, a
26118 variable named `b' in scope, since GDB treats all static
a9c64011
AS
26119 variables as being in scope. So use `no_var_named_this'
26120 instead of `b'.
6970b5b1 26121
b9891b29 26122 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 26123 can't find the core file's registers as a failure.
b9891b29 26124
e6ccd35f
JSC
261252001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26126
a9c64011
AS
26127 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26128 test expect string more specific.
e6ccd35f 26129
105ba819
CV
261302001-12-13 Corinna Vinschen <vinschen@redhat.com>
26131
26132 * gdb.asm/asm-source.exp: Add support for xstormy16.
26133 * gdb.asm/configure.in: Ditto.
26134 * gdb.asm/configure: Rebuild.
26135 * gdb.asm/xstormy16.inc: New file.
26136
e9e79dd9
FF
261372001-12-10 Fred Fish <fnf@redhat.com>
26138
26139 * gdb.base/maint.exp: Update to match changes in type dumping code.
26140
347dc97d
JB
261412001-12-10 Jim Blandy <jimb@redhat.com>
26142
26143 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
26144 matching the entry point symbol's name at the beginning of the
26145 line.
347dc97d 26146
5178b9d6
DJ
261472001-12-07 Daniel Jacobowitz <drow@mvista.com>
26148
26149 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26150 gdb.c++/inherit.exp, gdb.c++/method.exp,
26151 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26152 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26153 and class layout support.
26154
af890c52
DJ
261552001-12-07 Daniel Jacobowitz <drow@mvista.com>
26156
26157 * gdb.c++/classes.exp: Add test for static member function.
26158 * gdb.c++/misc.cc: Add class with static member function.
26159
7a345fb3
JB
261602001-12-07 Jim Blandy <jimb@redhat.com>
26161
f2e54a80 26162 If GDB says it can't find the struct the function returned, report
8032bf31
JB
26163 those tests as `unsupported'.
26164 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26165 Rewrite subsequent tests to use it.
26166
26167 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
26168 those tests as `unsupported'.
26169 * gdb.base/structs.exp (call_struct_func): New function.
26170 (do_function_calls): Use call_struct_func to call the functions
26171 returning structs.
26172
0bc69509
JB
26173 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26174 whether functions are prototyped or not, so we can't possibly pass
26175 arguments to t_float_values2 properly.
26176
7a345fb3
JB
26177 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26178 value of `timeout' for targets other than the mips*tx39-*.
26179
edb6ede1
MS
261802001-12-06 Michael Snyder <msnyder@redhat.com>
26181
d63a86f8 26182 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
26183 and detect whether the start symbol has a leading underscore.
26184
2d842f13
JB
261852001-12-04 Jim Blandy <jimb@redhat.com>
26186
26187 * gdb.base/completion.exp: Clarify indentation.
26188
68550daf
JB
261892001-12-03 Jim Blandy <jimb@redhat.com>
26190
26191 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26192 variables on the S/390, not `.word'.
26193
cd5195a8
JB
261942001-11-30 Jim Blandy <jimb@redhat.com>
26195
26196 Add assembly-source tests for s390-ibm-linux.
26197 * gdb.asm/s390.inc: New file.
26198 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26199 the S/390 architecture.
a9c64011 26200 * gdb.asm/configure: Regenerated.
cd5195a8 26201
ca9efc90
MS
262022001-11-30 Michael Snyder <msnyder@redhat.com>
26203
26204 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26205 next, info source, info sources, info line, global and static
26206 variables, and static functions.
26207 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26208 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26209 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26210 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26211 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26212 (gdbasm_leave): Restore frame pointer.
26213 (gdbasm_startup): Copy stack set-up from crt0.S.
26214
d0e66976
FN
262152001-11-26 Fernando Nasser <fnasser@redhat.com>
26216
26217 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26218 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26219 to a local (non-static) variable. Copy tstruct.a to a static buffer
26220 and return a pointer to that buffer.
26221 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26222
e2334072
MK
262232001-11-24 Mark Kettenis <kettenis@gnu.org>
26224
26225 * gdb.asm/configure.in: Fix recognition of ix86 target.
26226 * gdb.asm/configure: Regenerate.
26227
756caa3d
MS
262282001-11-21 Michael Snyder <msnyder@redhat.com>
26229
26230 * gdb.asm/sparc.inc: New file.
26231 * gdb.asm/asm-source.exp: Recognize sparc target.
26232 * gdb.asm/configure.in: Recognize sparc target.
26233 * gdb.asm/configure: Regenerate.
d63a86f8 26234
9a4d72d5
MS
262352001-11-21 Michael Snyder <msnyder@redhat.com>
26236
26237 * gdb.asm/m32r.inc: New file.
26238 * gdb.asm/asm-source.exp: Recognize m32r target.
26239 * gdb.asm/configure.in: Recognize m32r target.
26240 * gdb.asm/configure: Regenerate.
26241
a773d1cd
MS
262422001-11-20 Michael Snyder <msnyder@redhat.com>
26243
017ac23d
MS
26244 * gdb.asm/i386.inc: New file.
26245 * gdb.asm/asm-source.exp: Recognize ix86 target.
26246 * gdb.asm/configure.in: Recognize ix86 target.
26247 * gdb.asm/configure: Regenerate.
26248
a773d1cd
MS
26249 * gdb.c++/namespace.exp: Fix quotes in output messages.
26250
bb632afb
MS
262512001-11-14 Michael Snyder <msnyder@redhat.com>
26252
25d559ca 26253 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
26254 qualifier in a type cast expression, to designate an address
26255 in the instruction space (Harvard architecture).
26256
4749e309
MS
262572001-11-13 Michael Snyder <msnyder@redhat.com>
26258
26259 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26260 Tests for expressions using 'const' and 'volatile'.
26261
25050984
CV
262622001-11-13 Corinna Vinschen <vinschen@redhat.com>
26263
26264 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26265
1902c51f
DJ
262662001-11-12 Daniel Jacobowitz <drow@mvista.com>
26267
26268 * lib/mi-support.exp (mi_run_to_helper): Move comments
26269 outside of gdb_expect.
26270
dcf95b47
DJ
262712001-11-11 Daniel Jacobowitz <drow@mvista.com>
26272
26273 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26274 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26275 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26276 mi0_run_to): New functions.
26277 * gdb.mi/mi-simplerun.exp: Use them.
26278 * gdb.mi/mi0-simplerun.exp: Likewise.
26279 * gdb.mi/mi-var-cmd.exp: Likewise.
26280 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 26281
45b074e1
AC
262822001-11-10 Andrew Cagney <ac131313@redhat.com>
26283
26284 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26285 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26286
bf50d346
AC
262872001-11-09 Andrew Cagney <ac131313@redhat.com>
26288
26289 * gdb.base/restore.exp: Include $expected value in restored test
26290 message.
26291
9383332c
AC
262922001-11-09 Andrew Cagney <ac131313@redhat.com>
26293
26294 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26295 implemented.
26296
db62520a
MS
262972001-11-08 Michael Snyder <msnyder@redhat.com>
26298
26299 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26300 Add pass/fail message for stop at breakpoint in call dummy function.
26301
b5703437
MS
263022001-11-07 Michael Snyder <msnyder@redhat.com>
26303
d63a86f8
RM
26304 * gdb.c++/templates.exp (test_template_breakpoints):
26305 If we get an overload menu, but it does not match what
760f6330 26306 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
26307 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26308 making the whitespace optional. Argument for "new" may be
26309 "unsigned" as well as "unsigned int/long".
d63a86f8 26310 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
26311 making the whitespace optional. Also replace "(void) with
26312 "((void|)), making the keyword "void" optional.
d63a86f8 26313 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
26314 making the whitespace optional. Also replace "(void) with
26315 "((void|)), making the keyword "void" optional.
3bf40917
MS
26316 * gdb.base/callfuncs.c (t_float_values): This function must
26317 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 26318 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
26319 can be tested against both cases. Usually one case involves
26320 promotion of float to double, while the other does not.
26321 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
26322 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26323 includes a stack frame for "start".
26324
c8ab4e6d
JB
263252001-11-05 Jim Blandy <jimb@redhat.com>
26326
26327 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26328 pointers are 32 bits long, and that offsets of relocs are always
26329 stored in the data (REL-style), and not in the reloc entry itself
26330 (RELA-style).
26331 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26332 stabs.
26333
3f08ced9
MS
263342001-11-01 Michael Snyder <msnyder@redhat.com>
26335
26336 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26337 and regular expression operators by using quoting.
26338
cbfa24cd
MS
263392001-10-31 Michael Snyder <msnyder@redhat.com>
26340
26341 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26342 depending on what the symbol table contains.
26343 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26344 the output of the ptype command. Similarly, accept both "const &"
26345 and "const&".
26346
aaa68313
CV
263472001-10-31 Corinna Vinschen <vinschen@redhat.com>
26348
26349 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26350 symbol `STORAGE' to allow to choose the storage class of
26351 the local datastructures.
26352 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26353 compiler directive.
26354
91740388
MS
263552001-10-30 Michael Snyder <msnyder@redhat.com>
26356
26357 * gdb.base/jump.exp: Allow it to run for all targets.
26358
1b7c05e7
CV
263592001-10-29 Corinna Vinschen <vinschen@redhat.com>
26360
26361 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26362 with new double_array size.
26363 (main): Change storage class of all local variables to static.
26364 Reduce size of double_array to 9.
26365 * gdb.base/call-ar-st.exp: Increase timeout value.
26366 Change expected output for double array to match new size in
26367 call-ar-st.c.
26368
36a22261
CV
263692001-10-29 Corinna Vinschen <vinschen@redhat.com>
26370
26371 * gdb.base/ending-run.exp: Create identical output when passing
26372 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 26373 Stormy16 target.
36a22261 26374
92b8ae91
MK
263752001-10-28 Mark Kettenis <kettenis@gnu.org>
26376
26377 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26378 that we catch the expected failure under Linux/x86.
26379
cb135b83
OF
263802001-10-29 Orjan Friberg <orjanf@axis.com>
26381
26382 * gdb.base/setvar.exp: Escape curly braces.
26383 * gdb.stabs/weird.exp: Ditto.
26384
6884aa54
DJ
263852001-10-27 Daniel Jacobowitz <drow@mvista.com>
26386
26387 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26388 * gdm.mi/mi0-hack-cli.exp: Likewise.
26389
0398c9aa
AC
263902001-10-25 Andrew Cagney <ac131313@redhat.com>
26391
26392 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26393 messages.
26394
d20bf2e8
AC
263952001-10-21 Andrew Cagney <ac131313@redhat.com>
26396
26397 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26398 checking MI enabled.
26399
03dd63aa
CV
264002001-10-09 Corinna Vinschen <vinschen@redhat.com>
26401
26402 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26403
1d9d99f3
FCE
264042001-10-04 Frank Ch. Eigler <fche@redhat.com>
26405
26406 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26407 if gdb child process crashes, just signal an error.
26408
838ae6c4
JB
264092001-10-02 Jim Blandy <jimb@redhat.com>
26410
26411 * lib/gdb.exp (test_xfail_format): Simplify.
26412
26413 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26414 front of the variable name `format'. Simplify `if'.
26415
8f0cbc1c
DJ
264162001-10-01 Daniel Jacobowitz <drow@mvista.com>
26417
26418 * gdb.threads/pthreads.exp: Wait for output and delay
26419 before sending ^C.
26420
1f08dafd
DJ
264212001-10-01 Daniel Jacobowitz <drow@mvista.com>
26422
26423 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26424 some incorrect output instead of timing out.
26425 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26426
674f90ff
CV
264272001-09-28 Corinna Vinschen <vinschen@redhat.com>
26428
26429 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26430 check to allow additional `int'.
26431
9b284272
DJ
264322001-09-27 Daniel Jacobowitz <drow@mvista.com>
26433
26434 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26435 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26436
b55a4771
MS
264372001-09-27 Michael Snyder <msnyder@redhat.com>
26438
26439 * lib/gdb.exp (test_debug_format): New proc.
26440 (setup_xfail_format): Use new proc test_debug_format.
26441 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26442 proc; use new service proc test_debug_format.
26443 Replace all other "gcc_compiled" tests with this test.
26444 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26445 proc; use new service proc test_debug_format.
26446 Replace all other "gcc_compiled" tests with this test.
26447
264482001-09-27 Michael Snyder <msnyder@redhat.com>
26449
26450 * gdb.base/cvexpr.exp: New file.
26451 * gdb.base/cvexpr.c: New file
26452 Test for expressions using const and volatile keywords.
26453
4e6667ac
CV
264542001-09-26 Corinna Vinschen <vinschen@redhat.com>
26455
26456 * gdb.base/constvars.exp: Check for different orders of keywords
26457 and additional "int" strings in output.
26458
4f337972
AC
264592001-09-22 Andrew Cagney <ac131313@redhat.com>
26460
26461 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26462 responses from "help maint".
26463
2015650d
FCE
264642001-09-19 Frank Ch. Eigler <fche@redhat.com>
26465
26466 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26467 to localhost:NNN instead of :NNN, in case Xvfb is listening
26468 only on TCP.
26469
f3bcedc1
CV
264702001-09-19 Corinna Vinschen <vinschen@redhat.com>
26471
26472 * gdb.base/recurse.exp: When checking leaving the watchpoint
26473 scope, recognize when gdb is in function's epilogue and pass.
26474
6b819c92
KS
264752001-09-18 Keith Seitz <keiths@redhat.com>
26476
26477 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26478 support for running tests against sid targets.
26479 (gdbtk_done): Ditto.
26480
a10c9419
CV
264812001-09-18 Corinna Vinschen <vinschen@redhat.com>
26482
26483 * gdb.base/ending-run.c (main): Set stdout buffersize
26484 to the same reasonable value for any target.
26485 * gdb.base/ending-run.exp: Add a regular expression
26486 to make testsuite happy on Sanyo Stormy16 target.
26487
739d0d99
CV
264882001-09-17 Corinna Vinschen <vinschen@redhat.com>
26489
26490 * gdb.base/display.c (do_loops): Add float variable `f'.
26491 Increment f in loop.
26492 * gdb.base/display.exp: Increment timeout by 60 seconds.
26493 Change float display test to use variable `f'.
26494
1b8947f0
JB
264952001-09-17 Jim Blandy <jimb@redhat.com>
26496
26497 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26498 overflowing the limited breakpoint tables on some ROM monitors
26499 (like the ROM68K).
26500
9890ac81
FCE
265012001-09-15 Frank Ch. Eigler <fche@redhat.com>
26502
26503 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26504 the "-ac" (disable access control) flag.
26505
6db765ea
JH
265062001-08-30 Jeff Holcomb <jeffh@redhat.com>
26507
26508 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26509 ints.
26510
4c32cc04
KS
265112001-08-30 Keith Seitz <keiths@redhat.com>
26512
26513 * lib/gdb.exp: Move all insight-related functionality into
26514 separate file.
26515 * lib/insight-support.exp: New file.
26516
8d6e6f81
FCE
265172001-08-29 Frank Ch. Eigler <fche@redhat.com>
26518
26519 * config/sid.exp (sid_start): Never set sid verbosity; disable
26520 expect_background {} that consumed its stdout; tolerate </dev/null.
26521 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26522
6a90e1d0
AC
265232001-08-18 Andrew Cagney <ac131313@redhat.com>
26524
26525 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26526 CLI jump command to start it.
26527 (mi_run_to_main): Fail immediatly when unexpected output.
26528
1759b3c3
AC
265292001-08-18 Andrew Cagney <ac131313@redhat.com>
26530
26531 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26532 beginning of function. Fix PR gdb/191.
26533
61d11d80
FCE
265342001-08-16 Frank Ch. Eigler <fche@redhat.com>
26535
26536 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26537 what to force sid endianness to.
26538
942a4df2
KS
265392001-08-15 Keith Seitz <keiths@redhat.com>
26540
26541 * lib/gdb.exp (gdbtk_start): Don't set environment
26542 variables for TCL_LIBRARY and friends. Insight will
26543 now figure these out for itself.
26544
0521c418
MS
265452001-08-02 Michael Snyder <msnyder@redhat.com>
26546
26547 * gdb.base/completion.exp: Remove the symbol "a64l" from
26548 the expect string; this is target-specific, and not related
26549 to what is being tested.
26550
74a9a58a
DB
265512001-08-02 Dave Brolley <brolley@redhat.com>
26552
26553 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26554
c70819fa
MS
265552001-07-25 Michael Snyder <msnyder@redhat.com>
26556
c2b8fa57
MS
26557 * gdb.base/consecutive.exp: New file. Test stepping over
26558 breakpoints on consecutive instructions.
26559 * gdb.base/consecutive.c: New file.
26560
c70819fa
MS
26561 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26562 curly braces in regular expressions.
26563
2b1a1355
MS
265642001-07-25 Michael Snyder <msnyder@redhat.com>
26565
26566 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26567 legitimate output from stepping out of main.
26568
413eca6f
KS
265692001-07-22 Keith Seitz <keiths@redhat.com>
26570
26571 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26572 the empty string, do not run the tests.
26573
7e5a9322
SC
265742001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26575
26576 * gdb.base/long_long.exp: Detect size of pointer. Take into
26577 account 2-byte pointers when testing for p/a results.
26578
de58f10f
SC
265792001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26580
d63a86f8 26581 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
26582 and defined to 1K for m68hc11.
26583 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26584 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26585 (sizeof_random_data): New variable to tell the size of the data table;
26586 don't test past this size; always run to main.
26587
d6f5fea1
SC
265882001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26589
26590 * gdb.base/return2.exp: return of long long and double fails for
26591 68HC11; don't execute these tests on that platform.
26592 * gdb.base/return.exp: Return of a double fails for 68hc11.
26593
c477543d
SC
265942001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26595
26596 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26597 tests that print a float.
26598 * call-rt-st.exp: Likewise.
26599
63cf1c79
MK
266002001-07-12 Mark Kettenis <kettenis@gnu.org>
26601
26602 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26603 running this test on Linux.
26604
112f9ab5
MC
266052001-06-24 Michael Chastain <chastain@redhat.com>
26606
26607 * gdb.base/arithmet.exp: Remove some tests to make all test names
26608 unique.
26609
4970cb0f
MS
266102001-07-03 Michael Snyder <msnyder@redhat.com>
26611
26612 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26613 the output of the ptype command.
26614
d85da69f
MS
266152001-07-02 Michael Snyder <msnyder@redhat.com>
26616
4c8a82de
MS
26617 * gdb.base/completion.exp: Don't assume that break.c is the only
26618 source file that may contain functions named "marker".
d85da69f
MS
26619 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26620
8afc772b
AC
266212001-06-28 Andrew Cagney <ac131313@redhat.com>
26622
26623 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26624 of files to delete.
26625
26626 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26627 * gdb.disasm/h8300s.exp: New file.
26628 gdb.disasm/h8300s.s: Likewise.
26629
cff22675
AC
266302001-06-27 Andrew Cagney <ac131313@redhat.com>
26631
26632 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26633 empty breakpoint tables.
26634
68c81b54
AC
266352001-06-25 Andrew Cagney <ac131313@redhat.com>
26636
26637 * lib/mi-support.exp: Update args=... part of stop-reason
26638 patterns. Accept either a list or a tuple.
26639
2dd62704
AC
266402001-06-23 Andrew Cagney <ac131313@redhat.com>
26641
26642 * lib/mi-support.exp: Remove local emacs variable defining
26643 change-log-default-name.
26644
b4127474
MC
266452001-06-22 Michael Chastain <chastain@redhat.com>
26646
26647 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26648 This is operationally compatible with the previous version.
26649
8dbfb380
JB
266502001-06-13 Jim Blandy <jimb@redhat.com>
26651
26652 * lib/gdb.exp (gdb_test): Doc fix.
26653
f2d8c86d
MC
266542001-06-10 Michael Chastain <chastain@redhat.com>
26655
26656 * gdb.base/exprs.exp: Remove a duplicate test.
26657
81564d34
JB
266582001-06-06 Jim Blandy <jimb@redhat.com>
26659
26660 * gdb.base/return2.exp (main): Use values to test float and double
26661 returns that are not NaN's, to avoid being confused by IEEE
26662 comparison rules.
26663
da55addb
MS
266642001-06-04 Michael Snyder <msnyder@redhat.com>
26665
26666 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 26667 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
26668 rather than wait for 12 more tests to time out.
26669
42c65987
JB
266702001-06-06 Jim Blandy <jimb@redhat.com>
26671
b18bced9 26672 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 26673 Don't forget to match the GDB prompt.
b18bced9 26674
42c65987
JB
26675 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26676
5b41e5f0
JB
266772001-06-04 Jim Blandy <jimb@redhat.com>
26678
26679 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26680 command.
26681
015e046f
KB
266822001-05-31 Kevin Buettner <kevinb@redhat.com>
26683
26684 * gdb.base/annota1.exp (info break): Match four or more spaces
26685 after "Address".
26686
fb1ffbbe
MC
266872001-05-31 Michael Chastain <chastain@redhat.com>
26688
26689 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26690 (dm_type_int_star): Likewise.
26691 (dm_type_long_star): Likewise.
26692 (dm_type_void_star): Likewise.
26693
5ea2a32c
KB
266942001-05-29 Kevin Buettner <kevinb@redhat.com>
26695
26696 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26697 to a known value in order to get consistent results regardless
26698 of the setting of INPUTRC or the presence or contents of .inputrc.
26699
ae23c492
MS
267002001-05-24 Michael Snyder <msnyder@redhat.com>
26701
ac55707e
MS
26702 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26703 Don't require that the main thread and the manager thread are the
26704 first in the list.
26705
ae23c492
MS
26706 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26707 debugging. If test fails, issue an "unsupported" not a "fail".
26708
400071f1
JB
267092001-05-24 Jim Blandy <jimb@redhat.com>
26710
26711 Don't assume that short is shorter than int.
26712 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26713 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 26714 this isn't true.
400071f1
JB
26715 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26716 an int, is not equal to ~0 stored in an unsigned char. This tests
26717 the same thing that the previous test meant to, but works on
26718 16-bit machines, too.
26719 ("print unsigned char != (~0)"): Same test, complemented.
26720
0816a3e5
MS
267212001-05-24 Michael Snyder <msnyder@redhat.com>
26722
26723 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 26724 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
26725 and prevents dejagnu getting out of step.
26726
f6dc23a9
KB
267272001-05-23 Kevin Buettner <kevinb@redhat.com>
26728
26729 * gdb.base/finish.exp (finish_void): Revise pattern for
26730 stopping on the call statement to not permit stopping at
26731 the start of the instructions comprising the call sequence.
26732
7dbd117d
MC
267332001-05-19 Michael Chastain <chastain@redhat.com>
26734
26735 * gdb.base/callfuncs.exp: Make all test names unique.
26736 * gdb.base/commands.exp: Make all test names unique.
26737 * gdb.base/condbreak.exp: Make all test names unique.
26738 * gdb.base/dbx.exp: Make all test names unique.
26739 * gdb.base/default.exp: Make all test names unique.
26740 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26741 and TIMEOUT messages to their corresponding PASS message.
26742 * gdb.base/ending-run.exp: Make all test names unique.
26743 * gdb.base/long_long.exp: Remove duplicate test.
26744
6b0b0a9e
KB
267452001-05-21 Kevin Buettner <kevinb@redhat.com>
26746
26747 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26748 stop on the call statement as well as the statement after the
26749 call.
26750
2caa35cb
MS
267512001-05-21 Michael Snyder <msnyder@redhat.com>
26752
26753 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26754
40713331
EZ
267552001-05-10 Elena Zannoni <ezannoni@redhat.com>
26756
a9c64011
AS
26757 * gdb.base/completion.exp: Revamp test. Make it execute on all
26758 platforms.
40713331 26759
c2c1be8d
EZ
267602001-05-10 Elena Zannoni <ezannoni@redhat.com>
26761
a9c64011
AS
26762 * config/gdbserver.exp (gdb_load): Handle the case
26763 in which the arguments to gdbserver are given in the
26764 baseboard configuration file.
26765 Also handle the case in which the server needs to do a
26766 load.
2c9cd303 26767
9671de48
KS
267682001-05-07 Keith Seitz <keiths@cygnus.com>
26769
a9c64011
AS
26770 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26771 set up the display for testing.
26772 (gdbtk_start): Convert all paths to paths that tcl will like.
26773 Export target information to environment.
26774 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26775 necessary.
26776 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26777 (to_tcl_path): New proc to convert a given pathname into
26778 a path acceptible as an argument to a tcl command.
26779 (_gdbtk_export_target_info): New proc to export target info
26780 into the environment for gdbtk testing.
26781 (gdbtk_done): New proc to signal end-of-test.
9671de48 26782
5a360f47
JB
267832001-05-06 Jim Blandy <jimb@redhat.com>
26784
26785 * restore.c: Make the code of caller0 correspond to its comment.
26786
66c756c6
MS
267872001-05-03 Michael Snyder <msnyder@redhat.com>
26788
26789 * config/sid.exp (gdb_target_sid): Check for error messages.
26790 On error or timeout, don't make expect exit (which will terminate
26791 all subsequent tests); instead just make gdb exit.
d63a86f8 26792 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
26793 return a negative value.
26794
a966fde5
JB
267952001-04-24 Jim Blandy <jimb@redhat.com>
26796
851c18e0
JB
26797 * gdb.c++/templates.exp: If we see the prompt for the overload
26798 list, but we haven't recognized any of the longer patterns,
26799 arrange for this test to fail, not hang.
26800
a966fde5
JB
26801 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26802 variations.
26803
db144853
MC
268042001-04-22 Michael Chastain <chastain@redhat.com>
26805
26806 * gdb.c++/local.exp: Use the 'runto' library function.
26807 * gdb.c++/namespace.exp: Likewise.
26808 * gdb.c++/overload.exp: Likewise.
26809
3207ec21
KB
268102001-03-26 Kevin Buettner <kevinb@redhat.com>
26811
26812 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26813 * gdb.base/step-line.exp: New file. Test step/next in presence of
26814 #line directives.
26815 * gdb.base/step-line.c: New file. Test program for the above.
26816 * gdb.base/step-line.inp: New file. We pretend that this file has
26817 been transformed by some other tool into step-line.c.
26818
13b57657
JB
268192001-03-21 Jim Blandy <jimb@redhat.com>
26820
26821 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26822 unmangled operator names.
26823
754cbe1c
JB
268242001-03-20 Jim Blandy <jimb@redhat.com>
26825
26826 * gdb.threads/linux-dp.exp: Recognize an additional message
26827 generated by GDB when it doesn't understand how to debug threads
26828 on the target system.
26829
177495c9
AC
268302001-03-19 Andrew Cagney <ac131313@redhat.com>
26831
26832 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26833
f266096b
MC
268342001-03-12 Michael Chastain <chastain@redhat.com>
26835
26836 * gdb.c++/derivation.exp: Use the 'runto' library function.
26837
cac3c2ff
MC
268382001-03-12 Michael Chastain <chastain@redhat.com>
26839
26840 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26841
b6c11a24
MC
268422001-02-24 Michael Chastain <chastain@redhat.com>
26843
26844 * gdb.c++/ref-types.exp: Change handwritten code to library
26845 function 'runto'.
26846
6bae5bce
OF
268472001-03-16 Orjan Friberg <orjanf@axis.com>
26848
26849 * gdb.base/signals.exp: Set count to 0 explicitly.
26850
0015fd9a
MS
268512001-03-15 Mark Salter <msalter@redhat.com>
26852
26853 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26854 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
26855 (gdb_load): Add support for additional target_info: gdb_download_size
26856 and gdb_load_timeout.
0015fd9a 26857
fc33412a
DT
26858Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26859
26860 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
26861 file -- to prevent failing when the compile fails but we have no
26862 intention of running the tests anyway.
fc33412a
DT
26863
26864 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26865 tests if set.
26866
26867 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 26868 integers.
fc33412a
DT
26869
26870 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26871 * gdb.c++/namespace.exp: Ditto.
26872
115f06de
OF
268732001-03-07 Orjan Friberg <orjanf@axis.com>
26874
26875 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26876 * gdb.base/pointers.exp: Relax pattern match of decimals.
26877
b6ba6518
KB
268782001-03-06 Kevin Buettner <kevinb@redhat.com>
26879
26880 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26881 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26882 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26883 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26884 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26885 config/sh.exp, config/sid.exp, config/slite.exp,
26886 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26887 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26888 config/vxworks.exp, config/vxworks29k.exp,
26889 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26890 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26891 gdb.base/arithmet.exp, gdb.base/assign.exp,
26892 gdb.base/async.exp, gdb.base/attach.exp,
26893 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26894 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26895 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26896 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26897 gdb.base/commands.exp, gdb.base/completion.exp,
26898 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26899 gdb.base/constvars.exp, gdb.base/corefile.exp,
26900 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26901 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26902 gdb.base/ending-run.exp, gdb.base/environ.exp,
26903 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26904 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26905 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26906 gdb.base/funcargs.exp, gdb.base/help.exp,
26907 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26908 gdb.base/logical.exp, gdb.base/long_long.exp,
26909 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26910 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26911 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26912 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26913 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26914 gdb.base/regs.exp, gdb.base/relational.exp,
26915 gdb.base/remote.exp, gdb.base/reread.exp,
26916 gdb.base/restore.exp, gdb.base/return2.exp,
26917 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26918 gdb.base/selftest.exp, gdb.base/setshow.exp,
26919 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26920 gdb.base/sigall.exp, gdb.base/signals.exp,
26921 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26922 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26923 gdb.base/step-test.exp, gdb.base/structs.c,
26924 gdb.base/structs.exp, gdb.base/structs2.exp,
26925 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26926 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26927 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26928 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26929 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26930 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26931 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26932 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26933 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26934 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26935 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26936 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26937 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26938 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26939 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26940 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26941 gdb.trace/circ.exp, gdb.trace/collection.exp,
26942 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26943 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26944 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26945 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26946 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26947 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26948 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26949 notices.
26950
dc96c6c7 269512001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
26952
26953 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26954 first arg is int not float.
26955
dc96c6c7 269562001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
26957
26958 * gdb.base/reread.exp: Unsupported for non-native targets;
26959 doesn't work for remote debugging.
26960
9b0c4aeb
FN
269612001-02-19 Fernando Nasser <fnasser@redhat.com>
26962
26963 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
26964 * gdb.base/ending-run.exp: Properly handle the BSP state when
26965 stepping past the end of main.
9b0c4aeb 26966
02aa71d5
MC
269672001-02-19 John Moore <jmoore@redhat.com>
26968
26969 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26970 Converted HPUX fix for non-expected items following multiple
26971 step commands into general solution for all platforms.
26972
1fa449a4
MC
269732001-02-18 Michael Chastain <chastain@redhat.com>
26974
26975 * gdb.c++/classes.exp (do_tests): Change runto statements
26976 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26977 statements demangler agnostic.
26978 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26979 (gdb_virtfunc_restart): Likewise.
26980
b2f9ec70
MC
269812001-02-14 Michael Chastain <chastain@redhat.com>
26982
26983 * gdb.c++/inherit.exp (do_tests): Change runto statements
26984 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26985 statements demangler agnostic.
26986
cf74b8ca
AC
26987Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26988
26989 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
26990 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26991 before calling common_routine 15 times'' tests.
cf74b8ca 26992
99f78f56
MC
269932001-02-11 Michael Chastain <chastain@redhat.com>
26994
26995 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26996 Helps the test script figure out which demangler is in use.
26997 (dm_type_foo_ref): Ditto.
26998 (dm_type_int_star): Ditto.
26999 (dm_type_long_star): Ditto.
27000 (dm_type_unsigned_int): Ditto.
27001 (dm_type_void): Ditto.
27002 (dm_type_void_star): Ditto.
99707966 27003 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
27004 Probe the gdb demangler and set variables to accommodate
27005 formatting differences.
27006 (info_func_regexp): New function. Same as info_func, but
27007 matches against a regexp.
27008 (info_func): Match against a literal string.
27009 (print_addr_2): New function. Match against a literal string,
27010 which can be different from the input to gdb.
27011 (print_addr): Simply call print_addr_2 with the same argument twice.
27012 (test_lookup_operator_functions): Use demangler formatting variables.
27013 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
27014 the tests in the same order as the C++ class declaration.
27015 (test_paddr_operator_functions): Ditto.
27016 (test_paddr_overloaded_functions): Ditto.
27017 (test_paddr_hairy_functions): Use demangler formatting variables.
27018 Add reference to gdb/19 for related tests.
27019 (do_tests): Call probe_demangler.
27020
1de8f023
KB
270212001-01-30 Kevin Buettner <kevinb@redhat.com>
27022
27023 * gdb.c++/templates.cc (printf): Remove unused function definition.
27024
ca3f91ed
MS
270252001-01-26 Felix Lee <flee@redhat.com>
27026
27027 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27028
270292001-01-25 matthew green <mrg@redhat.com>
27030
27031 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
27032 up sid.
27033 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27034
270352001-01-25 matthew green <mrg@redhat.com>
27036
27037 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 27038 Deprecate $sid_spawn_id.
ca3f91ed
MS
27039 (sid_exit): Remove code necessary only for `spawn.'
27040
270412001-01-25 matthew green <mrg@redhat.com>
27042
27043 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27044
fb18ec4a
MC
270452001-01-28 Michael Chastain <chastain@redhat.com>
27046
27047 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27048 to call when tests fail. It takes gdb out of the overloaded
27049 function choice menu back to the main prompt, so that the test
27050 program stays synchronized.
27051 (set_bp_overloaded): New proc to collect all the common
27052 code for setting a breakpoint on an overloaded name. Calls
27053 take_gdb_out_of_choice_menu when needed.
27054 (menu_overload1arg): New variable to collect the repeated
27055 instances of the expected menu for an overloaded name. Change
27056 the regular expression to handle changes in g++ type encoding:
27057 "void" can be either "void" or "", and "unsigned int" can be
27058 either "unsigned int" or "unsigned".
27059 (continue_to_bp_overloaded): Change regular expressions to handle
27060 changes in g++ type encoding.
27061 (no proc): Call take_gdb_out_of_choice_menu when needed.
27062 Remove redundant calls to "info break". Accept either "canceled"
27063 or "cancelled". Change regular expressions in "info break"
27064 calls to handle changes in g++ type encoding. Give all tests
27065 unique strings.
27066
9c646a6e
BE
270672001-01-17 Ben Elliston <bje@redhat.com>
27068
27069 * config/sid.exp: New file.
27070
9549d9c1
AC
27071Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27072
27073 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27074
dc96c6c7 270752000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
27076
27077 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27078 Add a RE to accept a non-ascii char if one is ever presented.
27079
b4df4f68
FN
270802000-12-20 Fernando Nasser <fnasser@redhat.com>
27081
297dd0fd 27082 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 27083
dc96c6c7 270842000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 27085
d63a86f8 27086 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
27087 in regexp. One '\' does not suffice on Linux.
27088
4a7bddb6
MC
270892000-12-09 Michael Chastain <chastain@redhat.com>
27090
27091 * gdb.base/break.exp (test_clear_command): Use a marker function
27092 rather than 'main' for the test function. Also move this
27093 test to an execution point where the marker function names are
27094 guaranteed to be bound to functions. (Executing tests after a
27095 'finish' from main runs into name conflicts with local names
27096 in __libc_start_main).
27097
dc96c6c7 270982000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
27099
27100 * gdb.base/finish.exp: New test for gdb's "finish" command.
27101 * gdb.base/return2.exp: New test for gdb's "return" command.
27102 * gdb.base/return2.c: New source file for above.
27103
dc96c6c7 271042000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
27105
27106 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27107 * gdb.base/miscexprs.exp: Ditto.
27108 * gdb.base/pointers.exp: Ditto.
27109 * gdb.c++/derivation.exp: Ditto.
27110 * gdb.c++/local.exp: Ditto.
27111 * gdb.c++/namespace.exp: Ditto.
27112 * gdb.c++/overload.exp: Ditto.
27113 * gdb.c++/ref-types.exp: Ditto.
27114
dc96c6c7 271152000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
27116
27117 * gdb.base/constvars.exp: Test result of "up" command.
27118 * gdb.base/miscexprs.exp: Ditto.
27119 * gdb.base/pointers.exp: Ditto.
27120 * gdb.base/scope.exp: Ditto.
27121 * gdb.c++/derivation.exp: Ditto.
27122 * gdb.c++/local.exp: Ditto.
27123 * gdb.c++/namespace.exp: Ditto.
27124 * gdb.c++/overload.exp: Ditto.
27125 * gdb.c++/ref-types.exp: Ditto.
27126
44097287
FN
271272000-11-22 Michael Chastain <chastain@redhat.com>
27128
27129 * mips_pro.exp: Accept either "middle -> top -> main" or
27130 "middle -> main" in the backtrace, because gcc can optimize
27131 tail calls to jumps. Remove setup_xfail for the hppa case.
27132 Add a comment with the original warning messages from PR 3016,
27133 which was filed in 1993, to preserve them for posterity.
27134
9d2e1bab
ND
271352000-11-17 Nick Duffek <nsd@redhat.com>
27136
27137 * lib/gdb.exp (gdb_test): Override timeout with board info.
27138
1aca8eb7
ND
271392000-11-17 Nick Duffek <nsd@redhat.com>
27140
27141 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27142 the second kill and detach messages.
27143
93076499
ND
271442000-11-17 Nick Duffek <nsd@redhat.com>
27145
27146 * configure.in: Add AC_EXEEXT.
27147 * configure: Regenerate.
27148 * Makefile.in (just-check): Export EXEEXT.
27149 * lib/gdb.exp ($EXEEXT): Import from environment.
27150 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27151 expect "maint dump-me" on Cygwin.
27152 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27153 $EXEEXT.
27154
30e87cd3
ND
271552000-11-17 Nick Duffek <nsd@redhat.com>
27156
27157 * gdb.base/break.exp: Test backtrace and finish from called
27158 function on all platforms, not just HP-UX.
27159
dc96c6c7 271602000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
27161
27162 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27163 code from gdb_target_monitor, so it can be used independantly
27164 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 27165
dc96c6c7 271662000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
27167
27168 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27169 * gdb.base/corefile.exp: Expect the message "Program is being
27170 debugged already" when we send the "corefile" command, since
27171 the preceeding gdb_load may have connected gdb to a remote target.
27172 * gdb.base/display.exp: Disable hardware watchpoints if new
27173 board info variable "no_hardware_watchpoints" is true.
27174 Replace single-letter commands with more readable ones.
27175 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27176 if new board info variable "no_hardware_watchpoints" is true.
27177 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27178 to see if stdio (printf) testing is possible.
27179 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27180 board info variable "no_hardware_watchpoints" is true. Use new
27181 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27182
39124dea
FN
271832000-11-13 Fernando Nasser <fnasser@redhat.com>
27184
27185 From Orjan Friberg <orjanf@axis.com>:
27186 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27187 in array print pattern match.
27188
a9e2e984
FN
271892000-11-09 Fernando Nasser <fnasser@redhat.com>
27190
27191 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27192 spelling "cancelled" to U.S. spelling "canceled" to match changes
27193 made to gdb.
27194 * gdb.c++/ovldbreak.exp: Ditto.
27195
c7db355b
PS
271962000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27197
27198 * gdb.base/callfuncs.c (main): Moved to end of file, call
27199 t_double_values to initialize the FPU before inferior calls are made.
27200 * gdb.base/callfuncs.exp: Test for register preservation after calling
27201 inferior functions. Add tests for continuining, finishing and
27202 returning from a stop in a call dummy.
27203
dc96c6c7 272042000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
27205
27206 * gdb.base/commands.exp: Break up long lines, and re-indent.
27207
dc96c6c7 272082000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
27209
27210 * config/gdbserver.exp: Rewritten from the ground up, to make it
27211 compatible with the current dejagnu tree, and to make it work with
27212 the new "gdbserver" in libremote.
27213
dc96c6c7 272142000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
27215
27216 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27217 * gdb.base/varargs.exp: Skip entire test if no printf support.
27218 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27219 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27220
dc96c6c7 272212000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
27222
27223 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27224 no floating point support.
27225 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27226 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27227 * gdb.base/call-rt-st.exp: Ditto.
27228 * gdb.base/call-strs.exp: Ditto.
27229
bac5fc66
JG
272302000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27231
27232 * gdb.base/sizeof.c: include <stdio.h>.
27233
27234 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
27235 'finish', otherwise uncaptured gdb_prompt would potentially
27236 throw remaining test points out of sync.
bac5fc66 27237
b22a6027
SB
272382000-07-26 Scott Bambrough <scottb@netwinder.org>
27239
27240 * gdb.base/recurse.exp: Run tests for all targets.
27241 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27242 gnu-oldld case on ARM.
27243 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27244 for ARM targets.
d63a86f8 27245
d8231941
AG
27246Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27247
27248 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27249 * gdb.java/configure: Rebuild.
27250
8caabe69
AG
27251Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27252
27253 * gdb.java/jv-exp.exp: New file.
27254
9d273ca3
AG
27255Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27256
27257 * configure: Rebuilt.
27258 * configure.in (configdirs): Add gdb.java.
27259 * gdb.java/jmisc.java: New file.
27260 * gdb.java/jmisc.exp: New file.
27261 * gdb.java/Makefile.in: New file.
27262 * gdb.java/configure: Rebuilt.
27263 * gdb.java/configure.in: New file.
27264 * lib/java.exp: New file.
27265
4f823a66
AC
27266Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27267
27268 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 27269 underflow.
4f823a66 27270
2391e11d
AC
27271Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27272
27273 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 27274 and the compilers sizes.
2391e11d 27275
54602222
ND
272762000-07-09 Nick Duffek <nsd@redhat.com>
27277
27278 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27279 (use_methods): New function.
27280 (main): Call use_methods().
27281 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27282 (do_tests): Call test_method_param_class.
27283
2bec0572
ND
272842000-07-09 Nick Duffek <nsd@redhat.com>
27285
27286 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27287 spelling.
27288 (test_enums): New procedure. Move enum tests from end of script
27289 to here. Set breakpoint on function name instead of line number.
27290 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27291 (enums2): New marker function.
27292 (enums1): New function.
27293 (main): Call enums1(). Move enum tests to enums1().
27294
78492fde
AC
27295Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27296
27297 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 27298 compile/link program. Update line numbers.
78492fde
AC
27299 * gdb.asm/d10v.inc: Define ``startup''.
27300 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 27301
49a2cef8
AC
27302Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27303
27304 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27305
3e6c8688
EZ
273062000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27307
27308 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 27309 of 'help maint print' command.
3e6c8688 27310
9ff5cbe9
AC
27311Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27312
27313 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 27314 they use gdb_expect_list.
9ff5cbe9 27315
17c579bd
AC
27316Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27317
27318 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
27319 memory-read-packet-size'' instead of ``set endian big'' to test
27320 long commands.
17c579bd 27321
e6d71bf3
DB
273222000-06-03 Daniel Berlin <dan@cgsoftware.com>
27323
27324 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 27325 g++, and stop skipping them.
e6d71bf3
DB
27326
27327 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27328 work under g++.
27329
d63a86f8 27330 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
27331 initialization.
27332
dc96c6c7 273332000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
27334
27335 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27336 the regular expression: accept an (almost) arbitrary sequence of
27337 "frames-invalid" and "breakpoints-invalid" messages both before
27338 and after the "starting" message.
27339
dc96c6c7 273402000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
27341
27342 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 27343
dc96c6c7 273442000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
27345
27346 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27347 Relax the regular expression a little, make it pass on Solaris 8.
27348
8216cda9
KB
273492000-05-12 Kevin Buettner <kevinb@redhat.com>
27350
27351 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 27352 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
27353 Instead, it is permissible for gdb to stop on the line of the
27354 call itself.
27355
1a570b2f
MS
273562000-05-12 Michael Snyder <msnyder@.cygnus.com>
27357
27358 * gdb.base/break.exp (bp on small function, optimized file):
27359 Add a second pass pattern. The behavior differs here between stabs
27360 and dwarf for one-line functions. Stabs preserves two line symbols
27361 (one before the prologue and one after) with the same line number,
27362 but dwarf regards these as duplicates and discards one of them.
27363 Therefore the address after the prologue (where the breakpoint is)
27364 has no exactly matching line symbol, and GDB reports the breakpoint
27365 as if it were in the middle of a line rather than at the beginning.
27366
dc96c6c7 273672000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 27368
d63a86f8 27369 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
27370 rather than "send_gdb" (for consistancy).
27371
7d418785
AC
27372Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27373
27374 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27375 * gdb.c++/templates.cc: Properly check for GCC version number.
27376 * lib/compiler.cc: Likewise
27377
dc96c6c7 273782000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 27379
d63a86f8 27380 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
27381 gdb may not stop at the first line of main, due to code motion.
27382
dc96c6c7 273832000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
27384
27385 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27386 This test depends on parsing the printf output from the target.
27387 Since the sparclet stub doesn't do stdio, this will never work.
27388 * gdb.base/call-rt-st.exp: ditto.
27389 * gdb.base/call-strs: ditto.
27390
dc96c6c7 273912000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
27392
27393 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27394
27395 * gdb.base/ending-run.exp: After connecting to a remote target,
27396 but before running, the target will appear to be in a random
27397 location. Specify both a file and a line for breakpoints.
27398 Also, the function that calls main may be called 'init'
27399 rather than 'start'.
27400
a5a51225
EZ
274012000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27402
27403 * gdb.base/help.exp: Update output for add-symbol-file command.
27404
7930cc7c
FN
274052000-04-10 Fernando Nasser <fnasser@cygnus.com>
27406
27407 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27408 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27409
23e37ab1
C
274102000-04-07 J.T. Conklin <jtc@redback.com>
27411
e93c542c
C
27412 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27413
23e37ab1
C
27414 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27415
591b8fa3
PDM
27416Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27417
27418 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 27419 values that can be represented exactly.
591b8fa3
PDM
27420 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27421 above change, and to not check against the directory part of the source
27422 file name.
27423 (step into print_long_arg_list): Likewise.
27424 (print print_small_structs from print_long_arg_list): Likewise.
27425 (print print_long_arg_list): Likewise.
27426
7a495180
EZ
274272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27428
30b53638 27429 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 27430
beb998c6
AC
27431Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27432
27433 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27434
1c689132
DB
274352000-03-25 Daniel Berlin <dan@cgsoftware.com>
27436
27437 * gdb.base/commands.exp (deprecated_command_test): Add test for
27438 deprecate with no arguments.
27439
c1790a9d
JL
274402000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27441
27442 * gdb.base/break.exp: Add new test for setting breakpoints on
27443 optimized code so we can test breakpoints work even when function
27444 prologues may be optimized away
27445
003ba290
FN
274462000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27447
27448 From David Whedon <dwhedon@gordian.com>
a9c64011 27449 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 27450
6837a0a2
DB
274512000-03-22 Daniel Berlin <dan@cgsoftware.com>
27452
27453 * gdb.base/help.exp: Added test for new apropos command.
27454
b9593231
KB
274552000-03-21 Kevin Buettner <kevinb@redhat.com>
27456
27457 * gdb.base/pointers.c (usevar): New function.
27458 (main): Make sure that global variables v_int_pointer2, rptr,
27459 and y are all referenced someplace in the program by calling
27460 usevar() on them. [Some linkers delete symbols which are
27461 never referenced. The space remains, but there's no way to
27462 get a (symbolic) handle on the variable from the debugger.]
27463
751a959b
EZ
274642000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27465
27466 * gdb.base/printcmds.c: Add typedeffed arrays.
27467
27468 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 27469 procedure to test arrays that are typedef'd.
751a959b 27470
73a93a32
JI
274712000-03-13 James Ingham <jingham@leda.cygnus.com>
27472
27473 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 27474 the library directories.
73a93a32 27475
fb40c209
AC
27476Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27477
27478 * configure.in (configdirs): Add sub directory gdb.mi.
27479 * configure: Re-generate.
27480
27481 * gdb.mi: New directory.
d63a86f8 27482
ee4dd2c9
AC
274832000-02-25 Scott Bambrough <scottb@netwinder.org>
27484
27485 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 27486 a long long value as a double on ARM platforms.
ee4dd2c9 27487
70f0cc22
JB
274882000-02-16 Jim Blandy <jimb@redhat.com>
27489
27490 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27491 default source file is set properly before running this test.
27492
853819b8
EZ
274932000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27494
27495 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 27496 gdbtk/library directory, not in gdbtcl2.
853819b8 27497
dfcd3bfb
JM
274982000-02-04 Jim Blandy <jimb@redhat.com>
27499
27500 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27501 backslash from regexp pattern.
27502
27503 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27504 procedure. Use it to run all the "continue to bp overloaded"
27505 tests. Note that this changes the names of the tests slightly.
27506 If the breakpoint hit message includes a hex PC value, because
27507 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27508 from the real source code, still consider that a pass.
27509
27510 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27511 XFAIL here if the breakpoint message contains a hex address. Note
27512 similar change on 1999-11-02.
27513
27514 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27515
27516 * gdb.base/ptype.exp: Establish a default source file before
27517 calling get_debug_format.
27518
275192000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27520
27521 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27522
8b93c638
JM
275232000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27524
27525 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27526 of successive stepi commands -- while in the prologue we should see
27527 the function entry bracket.
27528
275292000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27530
27531 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27532 reach __change_mode() when stepping through the end of main().
27533
c5394b80
JM
275342000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27535
27536 * gdb.base/default.exp: Fix expected pattern.
27537 * gdb.base/help.exp: Same.
27538
0d06e24b
JM
275392000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27540
27541 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 27542 Don't use xfail's because that affects only the following test.
d63a86f8 27543
0d06e24b 27544 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 27545 solaris or linux.
0d06e24b
JM
27546
27547 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27548
dc96c6c7 275492000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 27550
d63a86f8 27551 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
27552 "A syntax error" rather than "A parse error". Accept both.
27553
275542000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27555
27556 * gdb.base/default.exp: Remove OS dependent string from "target
27557 remote" test.
27558 * gdb.base/help.exp: Same for "help target remote" test.
27559
c3f6f71d
JM
275602000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27561
27562 From Jim Kingdon <kingdon@redhat.com>:
27563
27564 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
27565 prompt (cleanup rather than necessity, but still might keep output
27566 from spilling to next test).
c3f6f71d
JM
27567
275682000-01-02 Fred Fish <fnf@cygnus.com>
27569
27570 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27571 AIX, which defines them in <sys/types.h>.
27572
ed9a39eb 275731999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 27574
ed9a39eb 27575 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 27576 float" test.
ed9a39eb
JM
27577
275781999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 27579
ed9a39eb 27580 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
27581
27582 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27583 outermost frame disallowed".
27584
275851999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27586
27587 * gdb.base/setvar.exp: New tests for setting the value of a struct
27588 with a constant list.
27589
275901999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27591
27592 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27593 require the user to type a cast before setting the value of a struct.
27594
de57eccd
JM
275951999-12-06 Jim Blandy <jimb@cygnus.com>
27596
27597 * gdb.base/default.exp: Expect the new 'info float' command on
27598 all i386 platforms.
27599
27600 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27601 LinuxThreads libraries that don't support debugging.
27602
c2d11a7d
JM
27603Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27604
27605 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
27606 Change the buffer type to ``unsigned char'' to simplify size
27607 arithmetic.
c2d11a7d
JM
27608
27609 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
27610 stub only handles 400-1 byte packets. Verify that the download
27611 worked.
c2d11a7d
JM
27612
276131999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27614
27615 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27616 tests, using UNRESOLVED for the untested cases. Also, does not wait
27617 for a timeout if the prompt was received before a recognizable pattern.
27618
276191999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27620
27621 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27622
276231999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27624
27625 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 27626 watchpoints.
c2d11a7d
JM
27627
276281999-11-24 Jason Merrill <jason@casey.cygnus.com>
27629
27630 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27631
27632 * gdb.c++/local.exp: Be more flexible in recognizing local class
27633 name mangling. Don't allow horribly truncated method names.
27634 * gdb.c++/derivation.exp: Expect protected inheritance.
27635 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27636 * gdb.c++/virtfunc.exp: Likewise.
27637 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27638 when printing a nested enum.
27639
276401999-11-22 Jim Blandy <jimb@cygnus.com>
27641
27642 * gdb.base/step-test.exp: Properly await GDB's response to setting
27643 a breakpoint on the call to large_struct_by_value.
27644
27645 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27646 just because we have debug info for the `start' function.
27647
276481999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27649
27650 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27651 "Unknown signal" messages, which indicate (on LinuxThreads) that
27652 GDB doesn't know how to debug threads on this system. This is
27653 better than hanging while philosopher 0 dumps chatter into gdb.log.
27654
276551999-11-18 Tom Tromey <tromey@cygnus.com>
27656
27657 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27658
276591999-11-18 Fred Fish <fnf@cygnus.com>
27660
27661 * gdb.base/coremaker2.c: Add sample program for generating
27662 cores that is more self contained than coremaker.c. Eventually
27663 I'll add more code to this and tie it into the testsuite.
27664
4ce44c66
JM
276651999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27666
27667 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27668
276691999-11-10 Jimmy Guo <guo@cup.hp.com>
27670
27671 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 27672 from $srcdir/lib/.
4ce44c66 27673 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 27674 and gdb.c++/.
4ce44c66
JM
27675
27676 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27677
d63a86f8 27678 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
27679 'continue with watch' test point.
27680
276811999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27682
27683 Merged from p2linux-990323-branch:
d63a86f8 27684
4ce44c66
JM
27685 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27686
11cf8741
JM
27687Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27688
27689 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 27690 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
27691
27692Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27693
27694 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 27695 gdb_expect_list.
11cf8741
JM
27696
27697Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27698
27699 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27700
277011999-11-03 Mark Salter <msalter@cygnus.com>
27702
27703 * gdb.base/break.exp: Fix "stub continue" pattern.
27704
277051999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27706
27707 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27708
277091999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27710
27711 * gdb.base/display.exp ("finish"): Add timeout clause.
27712
27713 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27714 plain prompt clause, so this doesn't have to time out in order to
27715 fail.
27716
27717 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 27718 breakpoint hit messages include an address.
11cf8741
JM
27719
27720 * gdb.base/display.exp: Don't forget to escape parens in regular
27721 expressions. Unix regexp notatation sucks.
27722
277231999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27724
27725 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 27726 order for 'signalled' message.
11cf8741 27727
5c44784c
JM
277281999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27729
27730 From Jimmy Guo <guo@cup.hp.com>:
27731 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27732 * gdb.base/annota1.c: Add code for tests to work with.
27733
277341999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27735
27736 * gdb.base/remote.exp: New test for remote downloading settings.
27737 * gdb.base/remote.c: New file with large .data.
27738
917317f4
JM
277391999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27740
27741 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27742 for LinuxThreads support, merged from the Code Fusion branch.
27743
27744Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27745
27746 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27747 containing exp_continue into a while within an expect. Don't
27748 attempt a start more than three times. Check return value from
27749 gdb_load.
d63a86f8 27750
2df3850c
JM
27751Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27752
27753 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27754 a pass case.
2df3850c 27755
2acceee2
JM
277561999-10-01 Kevin Buettner <kevinb@cygnus.com>
27757
27758 * gdb.base/break.c (main): Added a statement that we can step
27759 off of.
27760 * gdb.base/break.exp: Added tests for setting a breakpoint
27761 at an offset and stepping onto a breakpoint.
27762
277631999-10-01 Fred Fish <fnf@cygnus.com>
27764
d63a86f8 27765 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27766 gdb output.
27767
c2c6d25f
JM
277681999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27769
27770 * gdb.base/break.exp: Code locations are in hex, don't forget!
27771 (For HP-UX.)
27772
277731999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27774
27775 * condbreak.exp: Use break.c as test program.
27776 * condbreak.c: Remove, redundant with break.c.
27777
277781999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27779
27780 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 27781 Z-packets if the target needs it.
c2c6d25f
JM
27782
277831999-09-13 James Ingham <jingham@leda.cygnus.com>
27784
27785 * gdb.c++/overload.exp: Added tests for listing overloaded
27786 functions with function pointers in the arg, explicitly calling
27787 out the version you want.
27788
cff3e48b
JM
277891999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27790
27791 * long_long.exp: Add variations of test cases that work for
27792 targets with 16-bit ints and 32-bit doubles.
27793
d4f3574e
SS
277941999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27795
27796 * break.c (main): Compare a possibly-uninitialized argc with an
27797 unlikely value that fits in 16 bits.
27798
277991999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27800
27801 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27802 0xfeeb, don't want negative numbers if ints are 16 bits.
27803
27804 * lib/gdb.exp (skip_cplus_tests): New proc.
27805 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
27806 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27807 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27808 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27809 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27810 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27811 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27812 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
27813
27814 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27815
27816Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27817
27818 * gdb.base/corefile.exp (up): Allow a parameter to appear
27819 in the frame that we're going up to.
27820
27821 From Jim Blandy <jimb@cygnus.com>:
27822
27823 * gdb.base/default.exp (info float): Expect some output now.
27824
27825 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27826 returning floating-point values to fail on the x86.
27827 * gdb.base/callfwmall.exp (do_function_calls): Same.
27828
27829 * gdb.base/list.exp (test_listsize): Correct expectations for
27830 listing line 1 with listsize 2. Also, listing a single line
27831 works now, as does listing three lines. [Kevin's note: There
27832 were a number of other cases fixed too where the expectations
27833 differed...]
27834
278351999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27836
27837 * gdb.base/selftest.exp: Add case for when version prints as
27838 constant string instead of char pointer.
27839
104c1213
JM
278401999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27841
27842 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 27843 stepping out of main.
104c1213
JM
27844
27845 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27846 G++ used.
27847
27848 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 27849 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
27850
27851 * gdb.c++/ovldbreak.exp: Update match string in test that
27852 includes a warning of multiple breakpoints.
27853
278541999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27855
27856 * gdb.base/display.exp: Improve precision of step-after-finish
27857 added yesterday.
27858
27859 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 27860 test.
104c1213
JM
27861
27862 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27863 configs when using G++, not just hppa*.
27864
278651999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27866
27867 * gdb.base/async.c: New file.
27868 * gdb.base/async.exp: New file.
27869
27870Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27871
27872 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27873 PA64.
27874
53a5351d
JM
27875Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27876
104c1213
JM
27877 * gdb.base/display.exp: "finish" can leave us mid-line on many
27878 targets, deal with it. Add a small constant to main, instead of
27879 1000 since main+1000 may not be a valid address in the target.
27880
53a5351d
JM
27881 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27882 on hpux11.
27883
27884 * gdb.base/attach.exp: Handle another hpux11 error message variant
27885 when attaching to a process that does not exist.
27886
278871999-08-19 J.T. Conklin <jtc@redback.com>
27888
27889 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 27890 characters in 'continue to 1241' test.
53a5351d
JM
27891
278921999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27893
27894 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27895 stop in print_long_arg_list, define and use a whitespace
27896 variable in print_small_structs test, add an XFAIL for Solaris.
27897 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27898 interested enough to fix.
27899
7be570e7
JM
279001999-08-13 Keith Seitz <keiths@cygnus.com>
27901
27902 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27903 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27904 proc knows about targets other than the natives.
27905 (test_assign): Use "gdb_run_cmd" to "run" the target.
27906 Check that we've actually hit the breakpoint at main.
27907 When we attempt to assign a value to a local variable, check
27908 that the variable is in the current scope, i.e., don't use
27909 a test with an empty result.
27910
27911Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27912
27913 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 27914 command.
7be570e7
JM
27915
279161999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27917
27918 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27919 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27920 gdb.compat, gdb.threads-hp.
27921 gdb.hp/configure, gdb.hp/configure.in: New files.
27922 gdb.hp/Makefile.in: Recurse into new subdirs.
27923 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27924 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27925 in object files.
27926 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27927
96baa820
JM
279281999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27929
27930 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 27931 funky printf, remove a bogus p/a test.
96baa820
JM
27932
279331999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27934
27935 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
27936 connected to the target. This is necessary when running not
27937 natively.
96baa820
JM
27938
279391999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27940
27941 * gdb.base/step-test.exp: Removed some extraneous messages.
27942
27943 * gdb.base/long_long.exp: Don't run memory examination tests
27944 on little-endian targets (they will need a different set of
27945 results to match).
27946
279471999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27948
27949 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27950 until somebody decides to fix GDB.
27951
27952 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 27953 constant as "ULL".
96baa820
JM
27954 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27955 matches for a couple x/2 commands.
27956
a0b3c4fd
JM
279571999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27958
27959 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27960 by merging in ref-types2 tests.
27961 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27962
27963 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27964 * gdb.c++/Makefile.in: Add standard actions.
27965 (EXECUTABLES): Rename from PROGS, update list.
27966 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27967 from gdb.hp.
27968 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27969 foo and bar locals.
27970 * gdb.c++/anon-union.exp: Fix tests to match.
27971 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27972 expect matches to handle output variations.
27973 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27974 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 27975 output, add HP alternatives for new and delete prints.
a0b3c4fd 27976 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 27977 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
27978 * gdb.c++/demangle.exp: Use $style when reporting failure.
27979 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27980 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27981 match alternatives.
27982 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 27983 compilers.
a0b3c4fd
JM
27984 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27985 * gdb.c++/method.exp: Add match alternatives.
27986 * gdb.c++/misc.cc: Add bool types.
27987 * gdb.c++/misc.exp: Add tests for bool types.
27988 * gdb.c++/overload.exp: Add xfails.
27989 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27990 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27991 add some more template parameter tests (only for HP currently).
27992 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27993 * gdb.c++/virtfunc.cc: Add return type and value for main.
27994 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27995 match alternatives.
d63a86f8 27996
a0b3c4fd
JM
279971999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27998
27999 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28000
280011999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
28002
28003 * gdb.base/signals.exp: Don't expect getting a backtrace from
28004 within a signal handler to fail on Linux.
28005
280061999-07-29 Stan Shebs <shebs@andros.cygnus.com>
28007
28008 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28009 * lib/gdb.exp: Remove some gratuitious semicolons.
28010 (delete_breakpoints): Increase timeout.
28011 (gdb_expect): Add -notransfer option.
28012 (gdb_test): Use -notransfer option.
28013 (get_compiler_info): Add f77 case.
28014 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 28015 case.
a0b3c4fd
JM
28016 (gdb_preprocess): Call get_compiler.
28017
28018 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
28019 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
28020 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
28021 gdb.base/long_long.exp, gdb.base/printcmds.exp,
28022 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
28023 third arg to gdb_test.
a0b3c4fd
JM
28024 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
28025 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 28026 HP-UX xfails, add others.
a0b3c4fd
JM
28027 * gdb.base/completion.exp: Reflect name change of self-test.
28028 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
28029 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
28030 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
28031 HP failure number.
a0b3c4fd
JM
28032 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
28033 useless HP-UX 10.30 references.
28034 * gdb.base/maint.exp: Loosen matches.
28035 * gdb.base/pointers.c (main): Declare more_code.
28036 * gdb.base/pointers.exp: Match on output of a `next'.
28037 * gdb.base/structs.c: Add prototypes.
28038 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28039 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28040
280411999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28042
28043 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 28044 command.
a0b3c4fd
JM
28045
280461999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28047
28048 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28049 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
28050
28051 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
28052 debug info. Deal with lack of signal hanlder info in stack.
28053
a9c64011 28054 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
28055 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28056
5a2468f5
JM
280571999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28058
28059 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 28060 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 28061
adf40b2e
JM
28062Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28063
28064 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 28065 a1-selftest.exp.
adf40b2e
JM
28066 * gdb.base/configure: Re-generate.
28067
280681999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28069
28070 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28071 in trying to run first and name is too long.
28072
28073 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28074 pointers2.c and pointers2.exp, respectively.
28075 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28076 doschk happier.
28077
43e526b9
JM
280781999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28079
28080 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28081 callfuncs2.c and callfuncs2.exp.
28082
28083 * gdb.base/list.exp: Remove mistaken xfails.
28084 * gdb.base/list0.h: Add optional prototypes.
28085
9846de1b
JM
28086Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28087
a9c64011 28088 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 28089 calling malloc.
a9c64011
AS
28090 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28091 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 28092 use.
9846de1b
JM
28093
280941999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28095
28096 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28097 * gdb.base/annota2.cc, annota2.exp: Move from here.
28098 * gdb.c++/annota2.cc, annota2.exp: To here.
28099 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28100
43ff13b4
JM
28101Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28102
28103 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 28104 a consistent format.
43ff13b4 28105
085dd6e6
JM
281061999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28107
28108 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28109 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28110 HP compilers, also set the globals $true and $false.
28111
28112 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
28113 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28114 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28115 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28116 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28117 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28118 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28119 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28120 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28121 whatis.c} Add C++ compatible function definitions and return
28122 types, add includes for library functions.
085dd6e6
JM
28123 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28124 * gdb.base/step-test.c (myglob): Rename from glob.
28125 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
28126 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28127 files, move here from gdb.hp.
085dd6e6 28128 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
28129 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28130 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28131 Adjust line numbers in regexps.
085dd6e6
JM
28132
28133 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28134 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28135 instead of 0/1.
28136
28137 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28138 foll-vfork.exp: New files, move here from gdb.hp.
28139 * gdb.base/page.exp: New file, test of pagination command.
28140
28141 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28142 recursion test.
28143 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28144
28145 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 28146 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
28147
28148 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 28149 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 28150 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 28151 watchpoint test.
085dd6e6
JM
28152 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28153 them work.
28154 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28155 expressions properly.
28156 * gdb.base/corefile.exp: Loosen the match slightly.
28157 * gdb.base/default.exp: Allow "Error accessing memory" message
28158 also.
28159 * gdb.base/display.exp: Skip over x/0 j if PA64.
28160 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28161 * gdb.base/interrupt.exp: Ditto.
28162 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28163 in use.
28164 * gdb.base/list.exp: Add xfails for HP-UX.
28165 * gdb.base/long_long.exp: Refine some of the numeric matches.
28166 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28167 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28168 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28169 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28170 * gdb.base/ptype.exp: Succeed on more varieties of output.
28171 * gdb.base/scope.exp: Add xfails for HP-UX.
28172 * gdb.base/sect-cmd.exp: Add more cases.
28173 * gdb.base/setvar.exp: Add xfails for HP-UX.
28174 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28175 * gdb.base/signals.exp: Match on void symbolically.
28176 * gdb.base/step-test.exp: Add case for PA64.
28177 * gdb.base/term.exp: Add exit and restart.
28178 * gdb.base/twice.exp: Clean up after self.
28179 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28180 * gdb.base/whatis.exp: Allow more ways to pass tests.
28181
28182 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 28183 no longer useful.
085dd6e6
JM
28184
28185Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28186
28187 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 28188 list of patterns.
085dd6e6 28189 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
28190 print_double_array(double_array)", "continuing to breakpoint
28191 1018", "print print_double_array(array_d)" and "continuing to
28192 1034" tests.
d63a86f8 28193
085dd6e6
JM
281941999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28195
a9c64011 28196 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
28197
281981999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28199
28200 * config/mt-*: Remove, these haven't been used since 1996.
28201
282021999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28203
28204 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 28205 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
28206 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28207
9e0b60a8
JM
282081999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28209
28210 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28211 simpler match case for the ptype of the big class.
28212
282131999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28214
28215 * gdb.exp: Fix test for gdb_prompt existence.
28216
282171999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28218
28219 * gdb.exp (gdb_test): Add fail after calls to perror.
28220
282211999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28222
28223 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28224
282251999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28226
28227 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28228
0f71a2f6
JM
28229Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28230
28231 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 28232 malloc() is linked in.
0f71a2f6
JM
28233
282341999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28235
28236 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28237 step at end.
28238
28239 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28240
282411999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28242
28243 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28244
cce74817
JM
28245Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28246
28247 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28248 * gdb.base/mips_pro.exp: Likewise.
28249
282501999-06-02 Keith Seitz <keiths@cygnus.com>
28251
28252 * gdb.c++/templates.cc: Change all "new" operators to throw
28253 an exception.
28254 * gdb.c++/cplusfuncs.cc: Likewise.
28255
28256 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28257
28258Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28259
28260 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
28261 * gdb.base/ending-run.exp: When stepping out of main, accept a
28262 step into an arbitrary assembler file.
cce74817 28263
392a587b
JM
282641999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28265
d63a86f8 28266 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 28267 "breakpoint-invalid" to be printed.
6fdff2c5
PA
28268 * gdb.base/annota2.exp: Revise line number for main
28269 breakpoint. Allow any number of "frames-invalid" and
28270 "breakpoint-invalid" to be printed.
392a587b
JM
28271 * gdb.base/annota2.cc: Initialize a.x to 0.
28272
9e086581
JM
282731999-05-17 Keith Seitz <keiths@cygnus.com>
28274
6fdff2c5
PA
28275 * gdb.base/call-ar-st.exp: Skip
28276 "print print_double_array (double_array)" when "skip_float_tests" set.
28277 Ditto for "print print_double_array(array_d)",
28278 "print print_small_structs", "print print_ten_doubles", and
28279 "step into print_long_arg_list".
28280 Don't assume we can step into "print_long_arg_list": we could step
28281 into memcpy.
28282 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28283 "skip_float_tests" is set: "print print_one_double(*d1)"
28284 and "print print_two_floats(*f3)".
9e086581
JM
28285 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28286 "skip_float_tests" is set.
6fdff2c5
PA
28287 * gdb.base/varargs.exp: Skip
28288 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28289 "skip_float_tests" set.
d63a86f8 28290
cd0fc7c3
SS
282911999-05-06 Keith Seitz <keiths@cygnus.com>
28292
28293 * gdb.base/annota2.cc: Include stdio.h.
28294
28295Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28296
28297 * gdb.base/crossload.exp: Remove, this has been disabled ever
28298 since BFD stopped including all targets, and cross-GDB gets
28299 plenty of testing anyway.
28300 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
28301 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28302 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
28303 * gdb.base/README: Remove, was doc for this.
28304 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 28305 needed.
cd0fc7c3 28306
b83266a0
SS
283071999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28308
28309 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28310 output.
28311
28312 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28313 * gdb.base/annota2.exp: New file. More annotation tests.
28314 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28315 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28316
283171999-04-23 Angela Marie Thomas <angela@cygnus.com>
28318
28319 * config/cfdbug.exp: New file.
28320
7a292a7a
SS
283211999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28322
28323 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28324 Marcus Daniel's and Dale Hawkins's demangler crashes.
28325
28326 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
28327 test_lucid_style_demangling, test_arm_style_demangling,
28328 test_hp_style_demangling): Try Tom Tromey's core-dumping
28329 identifier under each demangling style.
7a292a7a
SS
28330
283311999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28332
28333 * gdb.c++/demangle.exp: Include the current demangling style
28334 in all test names.
28335 (current_demangling_style): New global variable.
28336 (set_demangling_style, test_demangling_core, test_demangling,
28337 test_demangling_exact): New functions.
28338 (test_gnu_style_demangling, test_lucid_style_demangling,
28339 test_arm_style_demangling, test_hp_style_demangling): Use those,
28340 instead of calling gdb_test and gdb_test_exact directly.
28341 (catch_demangling_errors): New function, which reports errors
28342 signalled by the demangling test functions in an orderly way.
28343 (do_tests): Use catch_demangling_errors.
28344
283451999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28346
28347 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 28348 grouping in expressions, not {}.
7a292a7a
SS
28349
28350 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 28351 initialized yet.
7a292a7a
SS
28352
283531999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28354
28355 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28356 are listed.
28357
283581999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28359
28360 * gdb.stabs/weird.exp: Test for CC being defined before
28361 looking at its value.
28362
283631999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28364
28365 * gdb.base/call-ar-st.exp: Remove stray '#'.
28366 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28367 "short int" and "long int".
28368 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 28369 change, to mollify finicky HP compiler.
7a292a7a
SS
28370 * gdb.hp/reg-test.exp (testfile): Fix file name.
28371 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 28372
7a292a7a
SS
28373 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28374 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28375 alternate form of enum ptype.
28376
c906108c
SS
283771999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28378
7a292a7a
SS
28379 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28380 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
28381 passing skip_hp_tests, so as not to waste time on guaranteed
28382 failure.
7a292a7a 28383
c906108c
SS
28384 * gdb.c++/overload.cc: Pass string instead of char addr, always
28385 init ccpfoo.
28386 * gdb.c++/templates.cc: Fix syntax error.
28387
7a292a7a
SS
28388Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28389
28390 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 28391 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
28392 command.
28393
283941999-03-18 James Ingham <jingham@cygnus.com>
28395
28396 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28397
28398 * gdb.c++/method.exp: It was testing an uninitialized int on the
28399 stack and assuming it was positive.
28400
28401 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28402
28403 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 28404 keep it from killing the rest of the tests.
7a292a7a
SS
28405 Use gdb_continue_to_end.
28406
28407 * gdb.base/sigall.exp: use gdb_continue_to_end.
28408
28409 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28410
28411 * gdb.base/display.exp: use runto_main, not run.
28412
d63a86f8
RM
28413 * gdb.base/default.exp: Check for the current error message in the
28414 r abbreviation test.
7a292a7a
SS
28415 Add strongarm to the targets that know info float.
28416
d63a86f8 28417 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
28418 run which doesn't work with monitors.
28419
6fdff2c5
PA
28420 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28421 1034 test.
7a292a7a
SS
28422
28423 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28424
6fdff2c5
PA
28425 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28426 end of a program. Traps the case (in Cygmon) when the program
28427 never really exits. Same as Mark's continue_to_exit, but I had
28428 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
28429
28430 * config/monitor.exp (gdb_target_monitor): added another
28431 target_info parameter: remotebinarydownload. This will set the
28432 remotebinarydownload flag if this is causing some boards trouble.
28433
284341999-03-18 Mark Salter <msalter@cygnus.com>
28435
28436 * lib/gdb.exp (continue_to_exit): New function.
28437
28438 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28439 * gdb.base/ending-run.exp: Ditto.
28440 * gdb.base/step-test.exp: Ditto.
28441
284421999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28443
28444 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28445 (suggested by Art Haas <ahaas@neosoft.com>).
28446
284471999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28448
889bf7c5 28449 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
28450
28451Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28452
28453 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 28454 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
28455
284561999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28457
28458 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28459 a call to strlen; sometimes we do have sources.
28460
284611999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
28462
28463 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 28464 character, so GDB won't print garbage after its end.
d63a86f8 28465
c906108c
SS
28466 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28467 breakpoint there instead. Sometimes GCC emits memcpy to handle
28468 the large structures being passed by value, so we step into that
28469 instead of sum_array_print, which obscures what we're really testing.
28470 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
28471 the bizarre steps into memcpy, so do that here. Add check for
28472 stepping into function calls that pass large structures by value.
28473 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
28474 Remove all references to specific line numbers.
28475 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28476 New type and function.
28477 (main): Call large_struct_by_value, passing it a large struct by value.
28478 * lib/gdb.exp (gdb_get_line_number): New function.
28479
28480 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28481 more portable.
28482
7a292a7a
SS
284831999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28484
c906108c
SS
28485 * lib/gdb.exp: Doc fixes.
28486
7a292a7a
SS
284871999-03-05 Nick Clifton <nickc@cygnus.com>
28488
d63a86f8 28489 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
28490
284911999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28492
c906108c 28493 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
28494 commands. They're not germane to this test, and they don't work
28495 that way on remote targets.
c906108c 28496
3fc11d3e
JM
284971999-03-01 James Ingham <jingham@cygnus.com>
28498
28499 * Changelog entries merged over from gdb development branch.
28500
3fc11d3e
JM
28501 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28502
28503 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28504 for outputting results of test run.
28505
2d4a1622 28506 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
28507
28508 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 28509
7a292a7a
SS
285101999-02-25 Felix Lee <flee@cygnus.com>
28511
28512 * lib/gdb.exp (debug_format): initialize
28513
c906108c
SS
285141999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28515
28516 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28517 * gdb.base/call-rt-st.c: Ditto.
28518
c906108c
SS
285191999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28520
28521 * gdb.threads/pthreads.exp (horiz): New variable.
28522 (test_startup): Fix regexps that capture thread numbers.
28523
285241999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28525
28526 * gdb.base/smoke.exp: Disambiguate two test case names (both
28527 called ``print'').
28528
28529Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28530
28531 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 28532 compilation.
c906108c
SS
28533
285341999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28535
28536 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28537 actual output formatting.
28538 * gdb.base/smoke.exp: GDB removes leading 0's.
28539 * gdb.base/volatile.exp: Don't check type of remuneration;
28540 that variable is no longer defined in constvars.c.
28541 * gdb.base/step-test.c (main): Exit with explicit exit code.
28542 * gdb.base/step-test.exp: Remove two nexti checks--they are
28543 not portable.
28544
285451999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28546
28547 * gdb.base/help.exp ("help delete display"): Fix test to match
28548 gdb's output.
28549
28550 * gdb.base/long_long.c (known_types): Initialize values to zero.
28551 * gdb.base/long_long.exp: Step one more line
28552 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
28553 leading zeros. Explicitly ask for hex formatting. Use
28554 unique test case names.
c906108c
SS
28555
28556Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28557
d63a86f8 28558 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
28559
28560 * gdb.c++/method.exp: Add missing close brace.
28561
285621999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28563
28564 * gdb.base/maint.exp: Use 'set height 0' to disable page
28565 prompting, not 'set height 400'.
28566
28567 Fix a bunch of timeouts.
28568 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28569 four separate tests, so expect doesn't take forever to match a ton
28570 of text against a regexp with lots of .* forms.
28571 ("maint print psymbols", "maint print symbols"): Make some of
28572 these greps more selective, so that expect doesn't try to wade
28573 through huge piles of output and time out.
28574
28575 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28576
28577 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
28578 tests: one which doesn't expect shlib events to be reported, and
28579 another which does, but is XFAIL for all platforms other than
28580 HP/UX.
c906108c
SS
28581
28582 * gdb.base/break.exp: Teach the test suite that the `catch
28583 fork', `catch vfork', and `catch exec' commands produce error
28584 messages on platforms that don't provide these features.
28585
28586Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28587
28588 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
28589 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28590 (shortening names from solib_threshold.exp etc), won't run on
28591 anything but HP-UX for the foreseeable future.
c906108c 28592 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 28593 reflect move.
c906108c
SS
28594
28595Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28596
28597 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 28598 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
28599
28600Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28601
28602 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28603 successfully re-sets breakpoints in shared libraries.
28604 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28605
28606Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28607
d63a86f8
RM
28608 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28609 and compiled w/o GCC.
c906108c
SS
28610
28611 * gdb.hp/watch-cmd.exp: ditto.
28612
28613 * gdb.hp/watch-hp.exp: ditto.
28614
28615 * gdb.hp/xdb1.exp: ditto.
28616
28617 * gdb.hp/xdb2.exp: ditto.
28618
28619 * gdb.hp/dbx.exp: ditto.
28620
28621Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28622
28623 * constvars.c: Remove C++-isms.
28624 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 28625 with GCC.
c906108c
SS
28626
28627Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28628
28629 The following changes are part of the HP merge.
28630
28631 * gdb.base/break.exp: new tests to verify that catchpoints for
28632 fork, vfork, and exec don't trigger inappropriately.
28633
28634 * gdb.base/opaque.exp: compile one file at a time, then link.
28635
28636 * gdb.base/signals.exp: be more restrictive about which hppa
28637 systems receive a setup_xfail. new tests.
28638
28639 * gdb.base/solib_threshold.build: new file.
28640 * gdb.base/solib_threshold.exp: new file.
28641 * gdb.base/solib_threshold.link_opts: new file.
28642 * gdb.base/solib_threshold.mk: new file.
28643 * gdb.base/gen_solib_threshold.c: new file.
28644
28645 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28646 tests. New tests for enums inside classes.
28647
28648 * gdb.c++/compiler.cc: indicate support of template debugging.
28649
28650 * gdb.c++/demangle.exp: run hp style demangling tests.
28651
28652 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28653 tests.
28654
28655 * gdb.c++/misc.cc: changes to support new tests.
28656
28657 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28658 to support new tests.
28659
28660 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28661 gcc, then skip these tests.
28662
28663Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28664
28665 The following files are part of the HP merge; some had longer
28666 names at HP, but have been renamed to be no more than 14
28667 characters in length.
28668
28669 * gdb.hp/ambiguous.cc: new file.
28670 * gdb.hp/ambiguous.exp: new file.
28671 * gdb.hp/attach.exp: new file.
28672 * gdb.hp/attach2.exp: new file.
28673 * gdb.hp/classes-hp.exp: new file.
28674 * gdb.hp/ctti.exp: new file.
28675 * gdb.hp/ctti-add.cc: new file.
28676 * gdb.hp/ctti-add1.cc: new file.
28677 * gdb.hp/ctti-add2.cc: new file.
28678 * gdb.hp/ctti-add3.cc: new file.
28679 * gdb.hp/dbx.exp: new file.
28680 * gdb.hp/exception.cc: new file.
28681 * gdb.hp/exception.exp: new file.
28682 * gdb.hp/foll-exec.c: new file.
28683 * gdb.hp/foll-exec.exp: new file.
28684 * gdb.hp/foll-fork.c: new file.
28685 * gdb.hp/foll-fork.exp: new file.
28686 * gdb.hp/foll-vfork.c: new file.
28687 * gdb.hp/foll-vfork.exp: new file.
28688 * gdb.hp/inherit-hp.exp: new file.
28689 * gdb.hp/more-steps.exp: new file.
28690 * gdb.hp/namespace.cc: new file.
28691 * gdb.hp/namespace.exp: new file.
28692 * gdb.hp/optimize.exp: new file.
28693 * gdb.hp/pxdb.c: new file.
28694 * gdb.hp/pxdb.exp: new file.
28695 * gdb.hp/quicksort.exp: new file.
28696 * gdb.hp/reg-test.exp: new file.
28697 * gdb.hp/reg-test.s: new file.
28698 * gdb.hp/sized-enum.c: new file.
28699 * gdb.hp/sized-enum.exp: new file.
28700 * gdb.hp/start-stop.exp: new file.
28701 * gdb.hp/templ-hp.cc: new file.
28702 * gdb.hp/templ-hp.exp: new file.
28703 * gdb.hp/thr-lib.c: new file.
28704 * gdb.hp/thr-lib.exp: new file.
28705 * gdb.hp/thr-lib.h: new file.
28706 * gdb.hp/thr-liblib.c: new file.
28707 * gdb.hp/virtfun-hp.c: new file.
28708 * gdb.hp/virtfun-hp.exp: new file.
28709 * gdb.hp/watch-cmd.exp: new file.
28710 * gdb.hp/watch-hp.exp: new file.
28711 * gdb.hp/xdb1.exp: new file.
28712 * gdb.hp/xdb2.exp: new file.
28713 * gdb.hp/xdb3.exp: new file.
28714
28715Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28716
28717 The following files are part of the HP merge; some had longer
28718 names at HP, but have been renamed to be no more than 14
28719 characters in length.
28720
28721 * gdb.base/ss.h: new file.
28722 * gdb.base/call-ar-st.c: new file.
28723 * gdb.base/call-ar-st.exp: new file.
28724 * gdb.base/call-rt-st.c: new file.
28725 * gdb.base/call-rt-st-exp: new file.
28726 * gdb.base/call-strs.exp: new file.
28727 * gdb.base/ena-dis-br.exp: new file.
28728 * gdb.base/environ.exp: new file.
28729 * gdb.base/long_long.exp: new file.
28730 * gdb.base/sect-cmd.exp: new file.
28731 * gdb.base/shlib-cl2.exp: new file.
28732 * gdb.base/smoke.exp: new file.
28733 * gdb.base/so-impl-ld.c: new file.
28734 * gdb.base/so-impl-ld.exp: new file.
28735 * gdb.base/so-indr-cl.c: new file.
28736 * gdb.base/so-indr-cl.exp: new file.
28737 * gdb.base/varargs.exp: new file.
28738 * gdb.base/volatile.exp: new file.
28739 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28740 * gdb.base/display.exp: new file.
c906108c
SS
28741 * gdb.c++/derivation.exp: new file.
28742 * gdb.c++/local.exp: new file.
28743 * gdb.c++/member-ptr.exp: new file.
28744 * gdb.c++/overload.exp: new file.
28745 * gdb.c++/ovldbreak.exp: new file.
28746 * gdb.c++/ref-types.exp: new file.
28747 * gdb.c++/ref-types2.exp: new file.
28748 * gdb.c++/userdef.exp: new file.
d63a86f8 28749
c906108c
SS
28750Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28751
28752 * gdb.base/default.exp: Reflect wording change in remote.c.
28753
dc96c6c7 28754Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28755
28756 * gdb.base/help.exp: Update to reflect current text.
28757
28758Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28759
28760 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28761 they're stack variables and contain garbage.
28762 * gdb.c++/anon-union.exp: new file.
28763
28764 The following changes were made by David Taylor
889bf7c5
PA
28765 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28766 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28767 in changes by HP.
c906108c
SS
28768
28769 * gdb.base/bitops.exp: new file.
28770 * gdb.base/default.exp: change expected messages for catch and
28771 info catch tests to reflect HP merge changes.
28772 * gdb.base/enable-disable-break.exp
28773 * gdb.base/ending-run.c: new file.
28774 * gdb.base/long_long.c: new file.
28775 * gdb.base/maint.exp: new file.
28776 * gdb.base/pointers2.exp: new file.
28777 * gdb.base/shlib-call2.exp: new file.
28778 * gdb.base/solib.exp: new file.
28779 * gdb.base/step-test.c: new file.
28780 * gdb.c++/anon-union.cc: new file.
28781 * gdb.c++/local.cc: new file.
28782 * gdb.c++/member-pointer.cc: new file.
28783 * gdb.c++/method.cc: new file.
28784 * gdb.c++/ref-types.cc: new file.
28785 * gdb.c++/ref-types2.cc: new file.
28786 * gdb.c++/userdef.cc: new file.
d63a86f8 28787
c906108c
SS
28788 * gdb.base/scope.exp: compile one file at a time, then link.
28789 * gdb.base/langs.exp: ditto.
28790 * gdb.base/list.exp: ditto.
d63a86f8 28791
c906108c
SS
28792Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28793
28794 The following changes were made by David Taylor
889bf7c5
PA
28795 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28796 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28797 in changes by HP.
d63a86f8 28798
c906108c
SS
28799 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28800 skip tests. When compiling pass c++ flag to gdb_compile.
28801 * gdb.c++/
d63a86f8 28802
c906108c
SS
28803 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28804 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28805 (skip_hp_tests): new function.
28806 (gdb_preprocess): new function.
28807
28808 * configure.in (hpdir): decide whether to configure gdb.hp.
28809 * configure: regenerated.
28810
28811 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28812 to delete on clean.
28813 (EXECUTABLES): update to reflect new additions.
28814 * gdb.base/commands.exp: update message expected.
28815 * gdb.base/default.exp: add copyright notice.
28816 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28817 * gdb.base/help.exp: update messages to reflect current text.
28818 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28819 targets for recurse tests.
28820 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28821 skip this file.
28822
28823 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28824 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28825 compilation.
28826 * gdb.c++/misc.exp: ditto.
28827 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28828 run the tests. tell gdb_compile that it's a c++ compilation.
28829
28830 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 28831
c906108c
SS
28832 * gdb.base/all-bin.exp: new file.
28833 * gdb.base/arithmet.exp: new file.
28834 * gdb.base/assign.exp: new file.
28835 * gdb.base/completion.exp: new file.
28836 * gdb.base/cond-expr.exp: new file.
28837 * gdb.base/condbreak.exp: new file.
28838 * gdb.base/define.exp: new file.
28839 * gdb.base/dollar.exp: new file.
28840 * gdb.base/environment.exp: new file.
28841 * gdb.base/eval-skip.exp: new file.
28842 * gdb.base/jump.exp: new file.
28843 * gdb.base/logical.exp: new file.
28844 * gdb.base/pointers.exp: new file.
28845 * gdb.base/relational.exp: new file.
28846 * gdb.base/section_command.exp: new file.
28847 * gdb.base/whatis-expr.exp: new file.
28848
28849 * gdb.base/all-types.c: new file.
28850 * gdb.base/call-array-struct.c: new file.
28851 * gdb.base/call-return-struct.c: new file.
28852 * gdb.base/call-strings.c: new file.
28853 * gdb.base/callfuncs2.c: new file.
28854 * gdb.base/condbreak.c: new file.
28855 * gdb.base/constvars.c: new file.
28856 * gdb.base/display.c: new file.
28857 * gdb.base/int-type.c: new file.
28858 * gdb.base/jump.c: new file.
28859 * gdb.base/miscexprs.c: new file.
28860 * gdb.base/pointers.c: new file.
28861 * gdb.base/pointers2.c: new file.
28862 * gdb.base/shmain.c: new file.
28863 * gdb.base/shr1.c: new file.
28864 * gdb.base/shr2.c: new file.
28865 * gdb.base/solib.c: new file.
28866 * gdb.base/solib1.c: new file.
28867 * gdb.base/solib2.c: new file.
28868 * gdb.base/varargs.c: new file.
28869 * gdb.c++/derivation.cc: new file.
28870 * gdb.c++/overload.cc: new file.
28871 * gdb.c++/ovldbreak.cc: new file.
28872 * gdb.hp/attach.c: new file.
28873 * gdb.hp/attach2.c: new file.
28874 * gdb.hp/average.c: new file.
28875 * gdb.hp/compiler.c: new file.
28876 * gdb.hp/compiler.cc: new file.
28877 * gdb.hp/execd-program.c: new file.
28878 * gdb.hp/follow-exec.c: new file.
28879 * gdb.hp/follow-fork.c: new file.
28880 * gdb.hp/follow-vfork-and-exec.c: new file.
28881 * gdb.hp/misc-hp.cc: new file.
28882 * gdb.hp/more-steps.c: new file.
28883 * gdb.hp/optimize.c: new file.
28884 * gdb.hp/quicksort.c: new file.
28885 * gdb.hp/run-hp.c: new file.
28886 * gdb.hp/start-stop.c: new file.
28887 * gdb.hp/sum.c: new file.
28888 * gdb.hp/templates-hp.cc: new file.
28889 * gdb.hp/thread-local-in-lib.c: new file.
28890 * gdb.hp/thread-local-in-lib.h: new file.
28891 * gdb.hp/thread-local-in-lib.lib.c: new file.
28892 * gdb.hp/vforked-program.c: new file.
28893 * gdb.hp/virtfunc-hp.cc: new file.
28894 * gdb.hp/watchpoint-hp.c: new file.
28895 * gdb.hp/xdb.c: new file.
28896 * gdb.hp/xdb0.c: new file.
28897 * gdb.hp/xdb0.h: new file.
28898 * gdb.hp/xdb1.c: new file.
28899
28900Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28901
28902 The following change was made by Edith Epstein
889bf7c5
PA
28903 <eepstein@cygnus.com> as part of a project to merge in changes
28904 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
28905
28906 * gdb.c++/demangle.exp: changed the expected output for some
28907 ARM-style mangling -- removed second reference to datatype.
889bf7c5 28908 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 28909 T1<char>::~T1<char>(void)
c906108c 28910 becomes,
a9c64011
AS
28911 maint demangle __dt__11T1__pt__2_cFv
28912 T1<char>::~T1(void)
c906108c 28913
889bf7c5 28914 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 28915
c906108c
SS
28916Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28917
28918 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28919 * gdb.trace/backtrace.exp: Likewise.
28920 * gdb.trace/circ.exp: Likewise.
28921 * gdb.trace/collection.exp: Likewise.
28922 * gdb.trace/deltrace.exp: Likewise.
28923 * gdb.trace/infotrace.exp: Likewise.
28924 * gdb.trace/limits.exp: Likewise.
28925 * gdb.trace/packetlen.exp: Likewise.
28926 * gdb.trace/passc-dyn.exp: Likewise.
28927 * gdb.trace/passcount.exp: Likewise.
28928 * gdb.trace/report.exp: Likewise.
28929 * gdb.trace/save-trace.exp: Likewise.
28930 * gdb.trace/tfind.exp: Likewise.
28931 * gdb.trace/tracecmd.exp: Likewise.
28932 * gdb.trace/while-dyn.exp: Likewise.
28933 * gdb.trace/while-stepping.exp: Likewise.
28934
289351998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28936
28937 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28938
28939Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28940
28941 From Brendan Kehoe:
28942 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28943 int return types.
28944
28945Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28946
28947 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 28948 remote dos host testing right.
c906108c
SS
28949
28950Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28951
28952 * gdb.base/corefile.exp: remove some xfails.
28953
28954Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28955
28956 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 28957 have different timestamps.
c906108c
SS
28958
28959Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28960
28961 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 28962 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
28963
28964Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28965
28966 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 28967 delta.
c906108c
SS
28968
28969Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28970
28971 * gdb.base/default.exp: Add brace missing from previous delta.
28972
28973Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28974
28975 * gdb.base/default.exp: Support test for info float for all
28976 varieties of arm toolchain.
28977
dc96c6c7 28978Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28979
28980 * gdb.trace/*.exp: remove "remote_download" command.
28981
dc96c6c7 28982Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28983
28984 * gdb.trace/*.exp: remove -gdwarf from compile.
28985
28986Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28987
28988 * gdb.trace/configure.in(AC_INIT): typo
28989 * gdb.trace/configure: regenerated
28990
dc96c6c7 28991Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28992
28993 * config/m68k-emc.exp: New file.
28994 * lib/<emc-support.exp trace-support.exp}: New files.
28995 * configure.in: add new test directory gdb.trace.
28996 * gdb.trace/{configure configure.in Makefile.in}: New files.
28997 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28998 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28999 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
29000 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
29001 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
29002 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
29003 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 29004
dc96c6c7 29005Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29006
29007 * gdb.c++/classes.exp: Change all regular expressions to match
29008 arbitrary combinations of newline/carriage-return, so that they
29009 will work equally well on Unix and Windows.
29010 * gdb.c++/inherit.exp: ditto.
29011 * gdb.c++/virtfunc.exp: ditto.
29012
290131998-08-11 Dawn Perchik <dawn@cygnus.com>
29014
29015 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29016
c2d11a7d
JM
29017Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
29018
29019 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
29020 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
29021 to use a0-a3/d0-d3 as needed.
29022
29023Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
29024
29025 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
29026 * gdb.disasm/am33.exp: Corresponding changes.
29027
c906108c
SS
290281998-07-11 Felix Lee <flee@cygnus.com>
29029
29030 * gdb.base/callfuncs.exp: add cmp10 test.
29031 * gdb.base/callfuncs.c (cmp10): new function.
29032
29033Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29034
d63a86f8 29035 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
29036 into two parts to get around a synchronization problem in expect.
29037
3fc11d3e
JM
29038Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29039
29040 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29041
29042 * configure.in: Add options for gdbtk testsuite.
29043
29044 * configure: Regenerate.
29045
29046 * gdb.gdbtk: New directory to hold gdbtk tests.
29047
c906108c
SS
29048Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29049
29050 * gdb.fortran/types.exp: Escape brackets in expect patterns
29051 for test_float_literal_types_accepted tests.
29052 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29053 before run test.
29054
c2d11a7d
JM
29055Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29056
29057 * am33.exp: Just compile, do not link the testcase.
29058 * am33.s: Add ".am33" pseudoop to force am33 mode.
29059
c906108c
SS
290601998-06-25 Felix Lee <flee@cygnus.com>
29061
29062 * gdb.base/setshow.exp: make sure $pc is sane.
29063
29064 * gdb.stabs/weird.exp: split expect patterns properly.
29065
c2d11a7d
JM
29066Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29067
29068 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29069 * gdb.disasm/am33.exp: Run it.
29070
dc96c6c7 29071Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29072
29073 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29074 match processing (and eliminate spurious timeouts when running).
29075
dc96c6c7 29076Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29077
29078 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29079 exception test, but conditionalize it on target [mach | gnu].
29080
dc96c6c7 29081Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29082
29083 * gdb.base/overlays.exp: fixup compile line for linker script.
29084
29085Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29086
29087 * gdb.fortran/types.exp: don't guess at float size.
29088
29089Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29090
29091 * gdb.base/exprs.exp: delete test that depends on int size.
29092
29093Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29094
29095 * config/sim.exp: Removed checks for target triplets.
29096 (gdb_target_sim): Use gdb,target_sim_options.
29097
29098Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29099
29100 * gdb.base/reread.exp: New file.
29101 * gdb.base/reread1.c: New file.
29102 * gdb.base/reread2.c: New file.
29103
29104Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29105
29106 * config/sim.exp: Use 'target sim -sparclite' when running
29107 SPARClite programs.
29108
29109Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29110
29111 * gdb.base/structs2.exp: New file.
29112 * gdb.base/structs2.c: New file.
29113
29114Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29115
29116 * gdb.asm/common.inc: New file.
29117 * gdb.asm/d10v.inc: New file.
29118 * asm-source.exp: Pass -I's to gas to find .inc files.
29119 Update line numbers in expected output.
29120 * asmsrc1.s: Rewrite.
29121 * asmsrc2.s: Rewrite.
29122 * configure.in: Create arch.inc symlink.
29123 * configure: Regenerate.
29124 * Makefile.in (distclean): Delete arch.inc.
29125
29126Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29127
29128 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
29129 (t_enum_value2): ditto
29130 (t_enum_value3): ditto
29131 (main): ditto
c906108c
SS
29132Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29133
29134 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29135 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29136 change.
29137 Use gdb_test instead of send_gdb/gdb_expect sequences.
29138
29139Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29140
29141 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29142 not void.
29143
29144Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29145
29146 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
29147 subroutines. Used to test gdbs ability to single step through PC
29148 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
29149
29150Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29151
29152 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29153 more rigorous EGCS C++ error checking.
29154
29155Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29156
a9c64011
AS
29157 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29158 tests.
29159 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29160 function when asleep.
29161 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29162 for i*86 Linux and SVR4 signal handling problems.
29163 Remove linux xfail for `next to handler in signals_tests_1', fixed
29164 by recent infrun.c change.
29165 Limit backtrace to 10 frames to avoid timeout problems with infinite
29166 stack backtraces.
29167 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29168 target.[ch] change.
c906108c
SS
29169
29170Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29171
29172 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29173 for a newline from gdb before continuing.
29174 (default_gdb_exit): Just look for y or n.
29175 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29176 it does, fail the rests of the tests in the file.
29177
29178Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29179
29180 * config/cygmon.exp: New file.
29181
29182Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29183
29184 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 29185 main" test on remote targets.
c906108c
SS
29186
29187 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29188 run test on remote targets.
29189
29190Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29191
29192 * gdb.asm: New directory.
29193 * configure.in: Configure it.
29194 * configure: Regenerate.
29195 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29196 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29197
29198Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29199
29200 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29201
dc96c6c7 29202Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 29203
a9c64011
AS
29204 * gdb.base/overlays (several files): Merge the two overlay
29205 managers into one. Change variables (foox, barx, bazx, grbxx)
29206 back into ints but force them to load in their proper sections.
c906108c
SS
29207
29208Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29209
29210 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 29211 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
29212 (D10VCopy): Handle memory regions crossing 16k boundaries.
29213 (D10VCopy): Transfer data in 32 bit chunks.
29214
29215Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29216
29217 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 29218 correct.
c906108c
SS
29219
29220 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 29221 map. Include space for printf in .text segment.
c906108c
SS
29222
29223 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 29224 updated d10v memory VMA/LMA map.
c906108c 29225 (D10VCopy): Call D10VTranslate.
d63a86f8 29226
c906108c
SS
29227Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29228
29229 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29230
29231 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
29232 that it won't be put into the .sdata - small data -
29233 section. Update reference.
c906108c
SS
29234 * gdb.base/baz.c (bazx, baz): Ditto.
29235 * gdb.base/foo.c (foox, foo): Ditto.
29236 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29237
29238 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 29239 to be arrays.
d63a86f8 29240
dc96c6c7 29241Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 29242
a9c64011
AS
29243 * gdb.base/overlays.exp: fix up and get working again.
29244 Add tests for backtraces from an overlay function.
d63a86f8 29245
c906108c
SS
29246Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29247
29248 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29249 "calling function with watchpoint enabled".
29250
29251Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29252
29253 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 29254 gdb_suppress_tests for d10v-*-*.
c906108c
SS
29255 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29256 pending review of whether it is useful or not.
29257
29258Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29259
29260 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29261
29262Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29263
29264 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29265 * config/dve.exp: New file to support Densan boards.
29266
29267Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29268
29269 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 29270 reads and BSD.
c906108c
SS
29271
29272Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29273
29274 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29275 response.
29276
29277 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29278
29279Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29280
29281 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 29282 test.
c906108c
SS
29283
29284 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 29285 target_sizeof_long and target_bigendian_p.
c906108c 29286 (structs_by_value, structs_by_reference): Check values according
889bf7c5 29287 to targets word size and endianess.
d63a86f8 29288
c906108c
SS
29289Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29290
29291 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 29292 output.
c906108c
SS
29293
29294Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29295
29296 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 29297 Update test of set args help to match source change.
c906108c
SS
29298
29299Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29300
29301 * gdb.base/default.exp: Expect help system output to be in
29302 alphabetical order.
29303 * gdb.base/help.exp: Ditto.
29304
29305Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29306
29307 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29308 "i*86-pc-linux-gnu*".
29309 * gdb.base/interrupt.exp: Ditto.
29310 * gdb.base/corefile.exp: Ditto.
29311
29312 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 29313 define vxworks when building the testcase.
c906108c
SS
29314
29315 * gdb.base/ptype.exp: Fix testnames to be unique.
29316 * gdb.base/radix.exp: Ditto.
29317 * gdb.base/term.exp: Ditto.
29318 * gdb.base/whatis.exp: Ditto.
29319 * gdb.c++/classes.exp: Ditto.
29320
29321Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29322
29323 * gdb.base/callfuncs.exp: Fix indentation.
29324
29325 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29326 suppress_flag has been set.
29327 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29328 target feature.
29329
29330Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29331
29332 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29333 the testcase.
29334
29335 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 29336 set_debug_traps() and breakpoint().
c906108c
SS
29337 * gdb.c++/misc.cc (main): Ditto.
29338 * gdb.c++/templates.cc (main): Ditto.
29339 * gdb.c++/virtfunc.cc (main): Ditto.
29340
29341Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29342
29343 * lib/gdb.exp(gdb_step_for_stub): New function.
29344 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29345 exists, reload the executable and do a "continue" instead of
29346 doing a jump.
29347 (runto_main): Use gdb_step_for_stub.
d63a86f8 29348
c906108c 29349 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 29350 tests to have unique names.
c906108c
SS
29351 * gdb.base/callfuncs.exp: Ditto.
29352 * gdb.base/commands.exp: Ditto.
29353 * gdb.base/default.exp: Ditto.
29354 * gdb.base/help.exp: Ditto.
29355 * gdb.base/list.exp: Ditto.
29356 * gdb.base/opaque.exp: Ditto.
29357 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29358 similar tests.
d63a86f8 29359
c906108c
SS
29360 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29361 * gdb.c++/cplusfuncs.cc: Ditto.
29362 * gdb.c++/virtfunc.cc: Ditto.
29363
29364 * config/monitor.exp: Keep track of the last file we saw, rather
29365 than trying to get the info from gdb.
29366
29367 * gdb.fortran/types.exp: Move comment to previous line.
29368
29369Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29370
29371 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 29372 target mode.
c906108c
SS
29373
29374Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29375
29376 From Bob Manson:
29377 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 29378 string from GDB when it connects.
c906108c
SS
29379
29380 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29381
29382Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29383
29384 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
29385 if we can't get a debug format from GDB (we may be testing an
29386 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
29387
29388 * gdb.stabs/weird.exp: Fix quoting.
29389
29390 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29391
29392Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29393
29394 * config/arm-ice.exp: New file.
29395
29396Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29397
29398 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 29399 until it has been modified to work with the new testsuite.
c906108c 29400
99707966 29401 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
29402 testcase won't compile, cause all of the testcases in the file to
29403 fail instead.
c906108c
SS
29404
29405 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29406 (gdb_clear_suppressed): New procedure.
29407 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29408 it contains a positive value.
29409
29410Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29411
29412 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29413
29414 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29415
29416Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29417
29418 * lib/gdb.exp (setup_xfail_format): New function.
29419 (get_debug_format): New function to get debug format.
29420 (debug_format): New global variable to hold last value set
29421 by get_debug_format.
29422 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 29423 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
29424 * gdb.c++/ptype.exp: Ditto.
29425 * gdb.c++/classes.exp: Ditto.
29426 * gdb.c++/cplusfuncs.exp: Ditto.
29427 * gdb.c++/inherit.exp: Ditto.
29428 * gdb.c++/templates.exp: Ditto.
29429 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 29430
c906108c
SS
29431Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29432
29433 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29434 host doesn't have a currently-open connection.
29435
29436 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
29437 any gdb stub target. Handle cases where gdb doesn't respond when
29438 interrupted in a sane fashion.
c906108c
SS
29439
29440 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 29441 same thing in a totally different way.
c906108c
SS
29442
29443 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 29444 setting "timeout".
c906108c 29445 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 29446 default_gdb_init now.
c906108c
SS
29447
29448Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29449
29450 * gdb.base/printcmds.exp: Fix "check for floating addition"
29451 regexp to accept results within approx +/- .01 of exact value.
29452 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29453
29454Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29455
29456 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 29457 properly.
c906108c
SS
29458 (gdb_expect): Add optional timeout parameter, and add timeout
29459 value to various calls.
29460 (gdb_suppress_tests): Only give one warning message per group.
29461
29462Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29463
29464 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
29465 global variables. Handle getting a value for $timeout more
29466 gracefully.
c906108c
SS
29467
29468Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29469
29470 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 29471 initialize.
c906108c 29472 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 29473 by a target configuration file.
c906108c
SS
29474 (gdb_expect): Pass the timeout to remote_expect.
29475
29476 * config/monitor.exp(gdb_load): Fix typo in regexp.
29477
29478Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29479
29480 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29481
29482Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29483
29484 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
29485 here. Call gdb_target_exec before rebooting the target, to make
29486 sure the connection to the target is closed.
c906108c
SS
29487 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29488 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29489 Also detect "Timeout reading from remote" error.
29490
29491 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
29492 gdb_target_monitor. Don't call gdb_file_cmd here; let
29493 gdb_target_monitor do it.
c906108c
SS
29494
29495 * gdb.disasm/hppa.exp: Don't use exec_output.
29496
29497Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29498
29499 * gdb.base/list.exp: If we're debugging a non-native target,
29500 try to set the pc register to point to the start of the
29501 program before doing the first list command.
29502
29503 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 29504 test_calls after restarting.
c906108c
SS
29505
29506 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 29507 reloading.
c906108c
SS
29508
29509 * gdb.base/watchpoint.exp: Fix typo.
29510
29511 * gdb.base/setshow.exp: Check for use_gdb_stub.
29512
29513 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 29514 stub case.
c906108c
SS
29515 * gdb.base/langs.exp: Ditto.
29516
29517 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
29518 gdb_load_offset. If we weren't given a file to load, figure out
29519 what the current file is and use it.
c906108c
SS
29520
29521 * config/i386-bozo.exp: New file.
29522
29523Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29524
29525 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29526 feature.
29527
29528 * config/proelf.exp: New entry.
29529
29530Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29531
29532 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29533 of regexps.
29534
29535 * gdb.base/watchpoint.exp: Don't run the test_stepping
29536 tests if gdb can't call functions on the target.
29537
29538 * gdb.base/setshow.exp: Don't run the set prompt tests if
29539 the board has gdb_prompt set.
29540
29541Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29542
29543 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29544 * gdb.base/commands.exp: Likewise.
29545 * gdb.base/setshow.exp: Likewise.
29546
29547Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29548
29549 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29550 feature.
29551
29552 * config/i960.exp: New file.
29553
29554Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29555
29556 * gdb.base/funcargs.exp: Check for gdb,short_int target
29557 feature instead of looking for explicit target triplets.
29558
dc96c6c7 29559Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 29560
d63a86f8 29561 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
29562 "p 123DEADBEEF", to check parse_number.
29563 * top.c: change "to enable to enable" to "to enable" in a couple
29564 of help strings.
29565
29566Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29567
29568 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29569 on the mn10300.
d63a86f8 29570
c906108c
SS
29571Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29572
29573 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29574 where the test executable is run with explicit args.
29575 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29576
29577Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29578
29579 * gdb.base/run.c: Use FAKEARGV to build test executable that
29580 does not require a command line arg, since most simulators
29581 don't currently support passing such an arg into the simulated
29582 program.
29583 * gdb.base/commands.exp: Change tests to insert the proper
29584 value as the arg to the first recursive factorial call. Change
29585 compilation line to define FAKEARGV at compile time.
29586
29587Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29588
29589 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29590 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29591 function with watchpoint enabled" test.
29592
29593Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29594
29595 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 29596 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
29597
29598 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 29599 "Tests restarted" messages.
c906108c
SS
29600
29601Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29602
29603 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29604
dc96c6c7 29605Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29606
29607 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29608 for INFO SYMBOL; add help tests for OVERLAY commands.
29609 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29610 add tests for OVERLAY commands
29611 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29612 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29613 * gdb.base/sigall.c: add usestubs code frag
29614 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 29615
c906108c
SS
29616Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29617
29618 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29619 failures.
29620 (gdb_stop_suppressing_tests): Note that tests have restarted.
29621
29622Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29623
29624 * config/h8300.exp: New file.
29625
29626Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29627
29628 * gdb.base/setshow.exp: Check for the existence of a
29629 feature, not its value.
29630
29631Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29632
29633 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29634
29635 * gdb.base/scope.exp: It's now init0(), not init().
29636
29637 * gdb.base/scope0.c: For now, change init() to be init0().
29638
29639 * config/monitor.exp: Use gdb_serial in preference to serial
29640 or netport.
29641
29642 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 29643 and it's not already set.
c906108c
SS
29644
29645Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29646
29647 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 29648 isn't using a stub and if it supports argument passing.
c906108c
SS
29649
29650Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29651
29652 * config/udi.exp(gdb_start): Make sure UDICONF is set
29653 properly before starting gdb.
29654
29655Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29656
29657 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29658 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29659 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29660
29661Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29662
29663 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 29664 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
29665
29666 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29667
29668 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29669
29670 * config/monitor.exp: Make sure we disconnect from the target.
29671 Also, try a reboot/reload cycle instead of failing if the
29672 load fails.
29673
29674Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29675
29676 * gdb.base/default.exp: Don't set match_max.
29677 * gdb.base/help.exp: Ditto.
29678 * gdb.base/list.exp: Ditto.
29679 * gdb.base/signals.exp: Ditto.
29680
29681 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29682 set, use remote_ld to download the testcase instead of
29683 the GDB loader.
29684
29685Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29686
29687 * config/vr5000.exp: New file.
29688
29689 * config/monitor.exp(gdb_target_monitor): Add pattern for
29690 "Ending remote" to detect errors in connecting.
29691
29692 * gdb.base/setshow.exp: Add .* within auto language test.
29693
29694 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29695 target feature.
29696
29697 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 29698 and reboot the board if necessary.
c906108c
SS
29699
29700 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29701 a set of tests. Remove print.* from the patterns being checked.
29702
29703Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29704
29705 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29706 refer to gdb_spawn_id.
29707
29708 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29709 longer used.
29710 * config/sparclet.exp: Ditto.
29711 * config/sparclet-old.exp: Ditto.
29712 * config/slite.exp: Ditto.
29713 * config/sim.exp: Ditto.
29714 * gdb.base/funcargs.exp: Ditto.
29715
29716 * lib/gdb.exp:Remove references to gdb_spawn_id.
29717 (gdb_expect): Move to remote.exp.
29718
29719Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29720
29721 * config/monitor.exp: Detect the "Couldn't establish connection"
29722 message from GDB.
29723
29724Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29725
29726 * gdb.base/bitfields.exp: Use runto instead of explicit
29727 gdb_run_cmd/gdb_expect sequences.
29728
29729 * gdb.base/break.exp(text_next_with_recursion): Add match for
29730 gdb_expect call.
29731
29732 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29733 We also need to handle the "A program is being debugged already"
29734 prompt from gdb. Use gdb_test to set the baud rate.
29735
29736 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29737 to 20000. Really. I mean it.
29738
29739Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29740
29741 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29742 fails. If suppress_flag is set, skip perror message about not
29743 being able to send to GDB.
c906108c 29744 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29745 GDB.
c906108c
SS
29746 (gdb_expect): If suppress_flag is set, always fail immediately.
29747 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29748 (gdb_init): Call gdb_stop_suppressing_tests.
29749 (default_gdb_exit): Ditto.
29750 (default_gdb_start): Ditto.
29751
29752 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29753 gdb_stop_suppressing_tests as appropriate.
c906108c 29754 * gdb.base/break.exp: Ditto.
889bf7c5 29755 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29756 * gdb.base/commands.exp: Ditto.
29757 * gdb.base/exprs.exp: Ditto.
889bf7c5 29758 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29759 * gdb.base/list.exp: Ditto.
29760 * gdb.base/recurse.exp: Ditto.
889bf7c5 29761 * gdb.base/scope.exp: Ditto.
c906108c
SS
29762 * gdb.base/structs.exp: Ditto.
29763 * gdb.c++/inherit.exp: Ditto.
29764
29765Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29766
29767 * config/vr4300.exp: New file.
29768
99707966 29769 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 29770
99707966 29771 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
29772
29773Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29774
29775 * lib/gdb.exp(gdb_init): New function.
29776
29777 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 29778 for each individual variable set.
c906108c
SS
29779
29780 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29781 name.
29782
29783 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29784
29785 * gdb.base/scope.exp: Use gdb_test.
29786
29787 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29788 aborting; the testsuite driver will do that for us (see
29789 gdb_finish). Also, use gdb_test in a few more places.
29790
29791Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29792
29793 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29794
29795Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29796
29797 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29798 and "add_tests" are not at the same address.
29799
29800Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29801
29802 * gdb.base/ptype.exp: Use gdb_test.
29803
29804Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29805
29806 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29807 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29808 left in. No longer expect them to fail.
29809
29810 * gdb.stabs/*.mt; Deleted, no longer used.
29811 * gdb.stabs/configure.in: Remove references to target makefile
29812 frags.
29813 * gdb.stabs/configure: Rebuilt.
29814
29815 * gdb.disasm/*.mt: Deleted, no longer used.
29816 * gdb.disasm/configure.in: Remove references to target makefile
29817 frags. Use "sh3.s" as the unique filename for this directory.
29818 * gdb.disasm/configure: Rebuilt.
29819
29820 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29821 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29822 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29823
29824Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29825
29826 * config/udi.exp: Use mondfe,name instead of remote_host.
29827
29828Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29829
29830 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29831 a function with a watchpoint enabled on the mn10200.
29832
29833 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29834 before trying to create it!
29835
29836Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29837
29838 * config/vx.exp: Use hostname instead of netport.
29839
29840 * config/vxworks.exp: New file.
29841
29842 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29843
29844 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 29845 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
29846 occurs.
29847
29848 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29849 $gdb_spawn_id directly.
29850 (gdb_run_cmd): Try _start as well as start. Use the target feature
29851 gdb,start_symbol as the symbol to start from when jumping.
29852
29853Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29854
29855 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29856 redundant) test.
29857
29858 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29859 it doesn't lose for 16bit integer systems.
29860
29861Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29862
29863 * gdb.fortran/types.exp: If the target doesn't support "double"
29864 data types, then expect "real" types to only be 4 bytes.
29865
29866 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29867 call tests if the target doesn't support inferior function calls.
29868
29869 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29870 in printf tests.
29871
29872Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29873
29874 * gdb.base/help.exp: Disable "help set", "help show", and
29875 "help support". Simplify regexp for "help stack".
29876
29877 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29878 to 60 seconds. Temporarily set match_max to 15000 around the
29879 "info copying" test.
29880
29881 * gdb.base/nodebug.exp: Don't try to do an inferior function
29882 call if the target doesn't support them.
29883 * gdb.base/printcmds.exp: Likewise.
29884 * gdb.base/setvar.exp: Likewise.
29885 * gdb.base/structs.exp: Likewise.
29886 * gdb.c++/templates.exp: Likewise.
29887 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29888
29889 * gdb.base/recurse.exp: Enable for the mn10200.
29890
29891 * configure.in: Do configure gdb.stabs directory for *-*-elf
29892 targets.
29893 * configure: Rebuilt.
29894
29895 * gdb.base/break.exp: Check for gdb,noresults before testing
29896 exit status and/or results from the target.
29897 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29898 * lib/gdb.exp: Remove old (now bogus) initialization of
29899 noinferior, noargs, noresults and nosignals.
29900
29901Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29902
29903 * config/sh.exp: New file.
29904
29905 * config/slite.exp: Try to connect multiple times to the board
29906 before rebooting. Only send a "monitor run" if need_monitor_run
29907 is set.
29908
29909 * gdb.base/break.exp: Don't do the "stub continue" test if
29910 the target has gdb_stub set.
29911
29912 * gdb.base/callfuncs.exp: Increase the timeout.
29913
29914 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29915 if the target has gdb,noinferiorio set.
29916
29917 * gdb.base/list.exp: Increase match_max to 10000 characters.
29918
29919 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29920
29921 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29922 target.
29923
29924 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29925
29926Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29927
29928 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
29929 trying to delete the copy of gdb. Catch the file delete so we
29930 don't die if the delete fails; also, the file should be copied to
29931 the host, not to the build.
c906108c
SS
29932
29933Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29934
29935 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 29936 parenthesis in case it contains multiple regexps separated
c906108c
SS
29937 with |.
29938
29939 * gdb.base/watchpoint.exp: Use gdb_test.
29940 * gdb.base/default.exp: Ditto.
29941
29942Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29943
99707966 29944 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 29945
c906108c
SS
29946 * gdb.base/scope.exp: Use gdb_test.
29947 * gdb.c++/classes.exp: Ditto.
29948 * gdb.c++/inherit.exp: Ditto.
29949
29950Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29951
29952 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29953 remote_exec instead.
29954 * gdb.base/corefile.exp: Don't be ridiculous.
29955 * gdb.base/*.c: Add missing stub invocations.
29956
29957Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29958
29959 * config/slite.exp: Miscellaneous fixes.
29960
29961 * lib/gdb.exp: Fix runto.
29962
29963 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29964 the target.
29965
29966 * gdb.base/watchpoint.exp: Fix regexp.
29967
29968 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29969 close and wait commands, as the descriptor may now be
29970 invalid. Always call "remote_close host".
29971
29972Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29973
29974 Major rewrite for testsuite revision.
d63a86f8 29975
c906108c
SS
29976 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29977 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29978 instead of relying on spawn_id to always contain a valid
29979 spawn id.
29980 (get_compiler_info): New procedure to build the ${binfile}.ci
29981 file, instead of replicating this in N different places.
29982 (gdb_compile): New procedure.
d63a86f8 29983
c906108c 29984 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
29985 appropriate arguments) instead of compile. Use gdb_test in a lot
29986 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
29987 at the start of a testcase, as this is no longer done magically.
29988
29989 config/*-gdb.exp: Rename without the -gdb suffix.
29990
29991 config/mips.exp: Use remote_close instead of exit_remote_shell.
29992 config/monitor.exp: Use target_info instead of looking at
29993 baud, timeout, etc.
29994 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29995
29996Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29997
29998 * gdb.c++/templates.exp (test_ptype_of_templates),
29999 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
30000 Update expect patterns for destructors and assignment operators
30001 to match corresponding c-typeprint.c changes.
30002 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
30003 to destructor breakpoint test, GDB should be able to set the
30004 destructor breakpoint without specifying arguments.
30005
30006Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
30007
30008 * gdb.threads/pthreads.exp: Change result for failure to compile due
30009 to lack of pthreads runtime support from an error to simply an
30010 unsupported test, per dejagnu standards.
30011
30012Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30013
30014 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
30015 where GDB exits to reduce pattern match time.
30016 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
30017
30018 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
30019
dc96c6c7 30020Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30021
30022 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
30023 * gdb.base/default.exp: ditto.
30024 * gdb.base/nodebug.exp: ditto.
30025 * gdb.base/printcmds.exp: ditto.
30026 * gdb.base/ptype.exp: ditto.
30027 * gdb.base/setvar.exp: ditto.
30028 * gdb.base/structs.exp: ditto.
30029 * gdb.base/setshow.c: Guard against uninitialized values of argc.
30030
30031Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30032
30033 * configure, */configure: Rebuild with autoconf 2.12.
30034
30035Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30036
30037 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30038 use new i*86-pc-linux*-gnu quads.
30039 * gdb.base/corefile.exp: Ditto.
30040 * gdb.base/signals.exp: Ditto.
30041 * gdb.base/sigall.exp: Ditto.
30042 * gdb.base/interrupt.exp: Ditto.
30043
30044 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30045 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30046 RedHat 4.0.
d63a86f8 30047
c906108c 30048 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
30049 linux. This allows the test case to at least compile on latest
30050 linux, but still not run due to missing the threads runtime library.
c906108c
SS
30051
30052Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30053
30054 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30055 directory to search gdb directory. Accept and step over conditional
30056 stack alignment code. Consume $prompt in failure cases.
30057 Reset timeout to $oldtimeout instead of some arbitrary value.
30058 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30059 timeout problems with infinite stack backtraces.
30060 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30061 Accept function parameters for linkfunc member.
30062
30063Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30064
30065 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30066 (CXXFLAGS): Remove, unreferenced.
30067 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
30068 previous -B options and also add -B option to pick up cross compiled
30069 runtime.
c906108c
SS
30070 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30071 doing cross compiles.
30072 (target_alias): Declare global.
30073 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30074 to verify that gcc exists in build tree, and if so set CC to that
30075 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 30076
c906108c
SS
30077Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30078
30079 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30080 ptype test for anonymous union. Fixup testcase to match
30081 current gcc debug output.
30082
30083Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30084
30085 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30086 force argument to an unsigned long type.
30087
30088Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30089
30090 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 30091 tests and anonymous union print/ptype tests.
c906108c
SS
30092 * gdb.base/list.exp (test_forward-search): Increase timeout by
30093 5 minutes for the "search extremely long line" case.
30094 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30095 completely optional and that the pass/fail messages use the command as
30096 the message if that third arg is a null string.
30097 (gdb_test_exact): Arrange that a null string pattern means match a
30098 null string output rather than any output, which might include random
889bf7c5 30099 errors.
c906108c
SS
30100 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30101 backtrace test.
30102 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30103 always failing and failure is now exposed by gdb.exp changes.
30104
30105Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30106
30107 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30108 weren't being noted.
30109
30110Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30111
30112 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30113 * gdb.stabs/weird.exp: Remove v_comb xfails.
30114
dc96c6c7 30115Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30116
30117 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 30118 list.exp scope.exp watchpoint.exp]
c906108c 30119 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 30120
dc96c6c7 30121Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30122
30123 * config/monitor.exp: Increase download timeout to 1000 seconds.
30124
dc96c6c7 30125Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30126
30127 * config/m32r.exp: Increase timeout to 120 seconds.
30128
30129Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30130
30131 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30132 and accept older ordering as obsolescent gcc or gdb.
30133 * gdb.c++/templates.exp: Ditto.
30134 * gdb.c++/virtfunc.exp: Ditto.
30135
30136Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30137
30138 * gdb.base/coremaker.c: Add code to mmap some data so we
30139 can check that it ends up in the core file.
30140 * gdb.base/corefile.exp: Add test to read mmapped data
30141 from core file.
30142
dc96c6c7 30143Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30144
30145 * config/m32r.exp: New file.
30146
30147Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30148
30149 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30150 that cflags can contains -gstabs, and work correctly for other tests.
30151
dc96c6c7 30152Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30153
30154 * gdb.base/setshow.exp: New file, tests show and set.
30155 * gdb.base/setshow.c: New file, tests show and set.
30156 * gdb.base/help.exp: Add test for help set|show annotate.
30157 * gdb.base/default.exp: Add test for set|show annotate.
30158
30159Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30160
30161 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30162 errors unique.
30163 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30164 explicitly.
30165
30166Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30167
30168 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30169 and width commands. This is done elsewhere.
30170 * (gdb_start): Don't call gdb_start_sim here. That's already
30171 done in gdb_load. This fixes lots of failures in default.exp.
30172
30173Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30174
30175 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30176 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30177 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30178 in the same we we treat other failures (since it may be an expected
889bf7c5 30179 condition), rather than as an error.
c906108c
SS
30180 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30181 old test format.
30182
30183Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30184
30185 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30186 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 30187 twice. Nuke the duplicates.
c906108c 30188 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 30189 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
30190 Remove config.h along with other config files.
30191
30192Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30193
30194 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30195 "p func1 ()" and note that rests of tests are skipped.
30196 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 30197 setup_xfails for "print func2::coremaker_local".
c906108c
SS
30198 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30199 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30200 affected by the previous run test.
30201 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30202 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30203 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30204 "pass int powerset tuple" and "pass modeless int powerset tuple".
30205 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30206 "real write 4" and "real write 8".
30207 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 30208 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
30209 "print \$i after tuple assign 2", and
30210 "print vs2 after tuple assign 2".
30211 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30212 meaningful error message and return -1 so the caller can
30213 suppress further tests and avoid a cascade of errors.
d63a86f8 30214
c906108c
SS
30215Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30216
30217 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30218 format for printing version.
30219 * gdb.base/default.exp: Ditto.
30220 * gdb.base/interrupt.exp: Fix problem with cascade of
30221 errors if child process dies while calling a function.
d63a86f8 30222
c906108c
SS
30223Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30224
30225 * Makefile.in (VPATH): Add
30226 * Makefile.in (Makefile, config.status): Fix rules so things get
30227 remade when necessary.
30228
30229Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30230
30231 * Makefile.in (just-check): Add path to sibling expect dir
30232 to environment variable specified by RPATH_ENVVAR.
30233
30234Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30235
30236 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30237 (just-check): Add shared library paths for libstdc++, tk,
30238 tcl, bfd, and opcodes to the environment variable specified
30239 in RPATH_ENVVAR.
30240 * configure.in: Add support to recognize --enable-shared flag
30241 and generate correct value for RPATH_ENVVAR.
30242 * configure: Regenerated with autoconf.
30243
30244Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30245
30246 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 30247 include all osf versions.
c906108c
SS
30248 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30249 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30250 when target is linux. When failing to build pthreads test
30251 executable, give more meaningful message.
30252 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30253 arg for pthread_create.
d63a86f8 30254
c906108c
SS
30255Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30256
30257 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 30258 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 30259 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 30260 and -lpthreads (everybody else).
c906108c
SS
30261 (test_startup): Fail gracefully if threads are not supported.
30262 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30263 "p/c array_index("abcdef",2)" when not gcc compiled.
30264 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30265 "print func2::coremaker_local" when not gcc compiled.
30266 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30267 "ptype on opaque struct tagname (statically)",
30268 "ptype on opaque struct tagname (dynamically) 1", and
30269 "ptype on opaque struct tagname (dynamically) 2"
30270 for not compiled with gcc.
30271 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30272 backtrace when compiled with gcc.
d63a86f8 30273 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
30274 than always return success.
30275
30276Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30277
30278 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30279
30280Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30281
30282 * gdb.base/structs.exp: Undo last change.
30283
30284Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30285
30286 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30287 encapsulate all the steps/nexts done during self test, starting
30288 at main, and makes them less sensitive to optimization issues.
30289 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30290 signal handler" test.
30291 * gdb.threads/pthreads.exp: Only run this for native configs.
30292 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30293 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30294 tests.
30295 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30296 for "runto test_calls(void)" test.
d63a86f8 30297
c906108c
SS
30298Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30299
30300 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30301 and don't expect address info in breakpoint confirmations.
30302
30303Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30304
30305 * gdb.base/list.exp (test_forward_search): Increase timeout
30306 temporarily by 60 seconds for searching extremely long line,
889bf7c5 30307 and then reset to old value when done. Increase expect input
c906108c
SS
30308 buffer to 10000.
30309
30310Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30311
30312 * gdb.base/list.exp (test_forward_search): Fix to handle very
30313 long source line without overflowing expect's input buffer.
30314
30315Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30316
30317 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30318 "buffer_full".
30319
30320 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30321 "buffer_full".
30322
30323 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30324 "buffer_full".
30325
30326 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30327 "buffer_full".
30328
30329Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30330
30331 * configure.in (configdirs): Add gdb.threads.
30332 * configure: Regenerated with autoconf.
30333 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30334 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30335 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 30336
c906108c
SS
30337Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30338
30339 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30340
30341Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30342
30343 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30344 each signal's status in the output of "handle all print".
30345 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30346 the \r\n sequence that immediately precedes the gdb prompt.
30347 * gdb.base/a1-selftest.exp: Save original timeout and restore
30348 after test.
30349
30350Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30351
30352 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30353 symbol.
30354
30355Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30356
30357 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30358
30359Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30360
30361 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30362 timeout by 60 seconds.
30363
30364Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30365
30366 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30367 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30368 error return.
30369
30370Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30371
30372 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30373 gdb initialization, also report how long dejagnu waited. Restore
30374 old timeout before doing error return. Temporarily increase timeout
889bf7c5 30375 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
30376
30377Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30378
30379 * lib/gdb.exp: Report timeout value for verbosity level 2.
30380 * config/gdbserver.exp: Ditto.
30381 * config/hppro.exp: Ditto.
30382 * config/mips-gdb.exp: Ditto.
30383 * config/monitor.exp: Ditto.
30384 * config/netware.exp: Ditto.
30385 * config/sim-gdb.exp: Ditto.
30386 * config/slite-gdb.exp: Ditto.
30387 * config/udi-gdb.exp: Ditto.
30388 * config/unix-gdb.exp: Ditto.
30389 * config/vx-gdb.exp: Ditto.
30390 * gdb.base/a1-selftest.exp: Ditto.
30391 * gdb.base/a2-run.exp: Ditto.
30392 * gdb.base/break.exp: Ditto.
30393 * gdb.base/corefile.exp: Ditto.
30394 * gdb.base/list.exp: Ditto.
30395 * gdb.base/recurse.exp: Ditto.
30396 * gdb.base/scope.exp: Ditto.
30397 * gdb.base/signals.exp: Ditto.
30398
30399Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30400
30401 * gdb.threads/Makefile.in (docdir): Removed.
30402
30403Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30404
30405 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 30406 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 30407 @srcdir@.
d63a86f8 30408 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
30409 autoconf 2.5 or higher.
30410 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30411
30412Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30413
30414 * configure: Regenerated.
30415 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30416 avoid name clashes with SunOS headers.
30417
30418Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30419
30420 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30421
30422Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30423
30424 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30425 prototype information ends up in the compiler info file.
30426
30427Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30428
30429 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30430 attempting to regenerate it. Eliminate use of a temporary file
30431 and just generate the info file directly. Source it immediately,
30432 for consistency of use.
30433 * gdb.base/corefile.exp: Ditto
30434 * gdb.base/exprs.exp: Ditto.
30435 * gdb.base/funcargs.exp: Ditto.
30436 * gdb.base/langs.exp: Ditto.
30437 * gdb.base/list.exp: Ditto.
30438 * gdb.base/mips_pro.exp: Ditto.
30439 * gdb.base/nodebug.exp: Ditto.
30440 * gdb.base/opaque.exp: Ditto.
30441 * gdb.base/ptype.exp: Ditto.
30442 * gdb.base/scope.exp: Ditto.
30443 * gdb.base/setvar.exp: Ditto.
30444 * gdb.base/signals.exp: Ditto.
30445 * gdb.base/whatis.exp: Ditto.
30446 * gdb.c++/templates.exp: Ditto.
30447 * gdb.c++/virtfunc.exp: Ditto.
30448 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 30449 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
30450
30451Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30452
30453 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30454 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30455 Increase timeout, a lot of single stepping might be needed if the
30456 target has no hardware watchpoints.
30457
30458Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30459
30460 * gdb.base/break.exp: Ignore compiler warnings when compiling
30461 break.c.
30462 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30463 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30464 from remote-sim.
30465 * gdb.base/exprs.exp: Add h8300 xfails.
30466 * gdb.base/funcargs.exp: Likewise.
30467 * gdb.base/nodebug.exp: Likewise.
30468 * gdb.base/printcmds.exp: Likewise.
30469 * gdb.base/ptype.exp: Likewise.
30470 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30471 h8300 xfails.
d63a86f8 30472 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
30473 on the h8300.
30474 * gdb.base/funcargs.c: Explicitly make last constant argument to
30475 call_after_alloca_subr an unsigned long type.
30476 * gdb.base/return.c: Include stdio.h.
30477
30478Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30479
30480 * config/abug.exp: New file for the older Motorola Bug monitor
30481 that runs on the mvme13x series VME boards.
30482 * config/monitor.exp: Use the new config array for target settings
30483 if they exist.
30484
30485Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30486
30487 * sim-gdb.exp: Make the SH simulator allocate less space when
30488 it is targeted.
30489
30490Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30491
30492 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30493 test.
30494
30495Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30496
30497 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30498 "rs6000-*-*" for "list function in include file" when gcc compiled.
30499 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30500 for "p ctable1[120]".
30501 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30502 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30503 Remove setup_xfail for "rs6000-*-*" for
30504 "print 'scope0.c'::filelocal before run".
30505 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30506 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30507 since some compilers don't allow both options to be given
30508 on the same command line. Create object file and move it.
d63a86f8 30509
c906108c
SS
30510Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30511
30512 * gdb.base/corefile.exp: Always regenerate the core file, since
30513 we always regenerate the coremaker program. Detect special case
30514 where registers cannot be read from core file.
d63a86f8 30515
c906108c
SS
30516Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30517
30518 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30519 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30520 * gdb.c++/templates.exp: Only match on basename of file since
30521 some formats like xcoff don't encode directory information.
30522 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30523 and rs6000 AIX xcoff targets.
30524 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30525 * configure: Regenerate.
30526 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30527 here, rather than in distclean.
d63a86f8 30528
c906108c
SS
30529Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30530
30531 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30532 defined, and use it to compile the test case with -O2. The
30533 native compilation still uses no optimization.
30534 * gdb.base/mips_pro.c: Remove inline assembly code since
30535 it is compiled PIC by default, which results in assembler
30536 warnings that make the testsuite think the compilation
30537 was unsuccessful.
30538
30539Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30540
30541 * gdb.c++/misc.exp: Add note to message for
30542 "print s.a for foo struct" that this is a known gcc 2.7.2
30543 and earlier bug.
30544
30545Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30546
30547 * gdb.base/break.exp: Fix pattern for matching "Delete all
30548 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30549 setup_xfail for deleting all breakpoints test. Fix various
30550 timeout messages to include "(timeout)".
30551 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30552 for "p t_float_values2(3.14159,float_val2)".
30553 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30554 for "continue to call2g" when gcc compiled.
30555 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30556 "up to foo in langs.exp", "show language at foo in langs.exp",
30557 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30558 and "show language at fsub in langs.exp".
30559 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30560 "list line 1 in include file", "list message for lines past EOF",
30561 "list function in include file", "list list0.h:foo", and
30562 "list filename:function; nonexistant function".
30563 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30564 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30565 and "ptype t_char_array" to be for native cc only.
d63a86f8 30566
c906108c
SS
30567Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30568
d63a86f8 30569 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 30570 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 30571 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
30572
30573Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30574
30575 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30576 "bt in signals.exp". This problem only appears when running
30577 the testsuite, and then only intermittently.
30578
30579Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30580
30581 * gdb.base/return.exp (return_tests): Differentiate between
30582 two tests of continuing.
30583
30584Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30585
30586 * */Makefile.in (maintainer-clean): Remove config.log.
30587 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30588 * gdb.c++/Makefile.in (PROGS): Add inherit.
30589 (clean): Remove *.ci.
30590
30591Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30592
30593 * gdb.c++/misc.cc: Add test code from Mike Stump.
30594 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30595
30596Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30597
30598 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30599 to "alpha-*-osf2*" and add comment.
30600 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
30601 setup_xfail for "step over execarg initialization" and
30602 "step over corearg initialization".
c906108c
SS
30603 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30604 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30605 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 30606 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
30607 "print func2::coremaker_local", and "backtrace in corefile.exp".
30608 * gdb.base/signals.exp: Build and source signals.ci.
30609 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30610 to be for gcc only.
30611 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 30612
c906108c
SS
30613Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30614
30615 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30616 Feb 3 procfs.c change.
30617
30618Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30619
30620 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30621
30622Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30623
30624 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30625 from dejagnu's apparent default of 10 seconds, which gives random
30626 results when running the tests over NFS on moderately loaded systems.
30627 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30628
30629Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30630
30631 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30632 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 30633 result reports.
c906108c
SS
30634
30635Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30636
30637 * configure.in (CY_AC_PATH_TCLH): Remove.
30638 * configure: Regenerate.
30639
30640Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30641
30642 * gdb.c++/Makefile.in (clean): Add missing '{'.
30643
30644Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30645
30646 * lib/gdb.exp: Provide a default value for noinferior.
30647
30648 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30649 Load libgloss.exp.
30650
30651Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30652
30653 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30654 the executable, not the .o to run the tests from.
30655
30656Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30657
30658 * gdb.base/break.exp: Don't test for program exit or exit status
30659 if $noresults if nonzero.
30660 * gdb.base/langs.exp: Likewise.
30661 * gdb.base/watchpoint.exp: Likewise.
30662
30663 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30664 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30665 trying to compile the testcase.
30666
30667Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30668
30669 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30670 * gdb.base/signals.exp (continue to handler): Likewise.
30671
30672Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30673
30674 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30675
30676 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30677
30678Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30679
30680 * gdb.base/corefile.exp: Recognize "not found" as failure
30681 when trying to determine if a core file was generated.
30682 If no core file was generate the first time, try again without
30683 the ulimit -c to work around braindamaged shells.
30684
30685Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30686
30687 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30688 [] tests with "test" and enclose string in quotes.
30689 * gdb.stabs/configure: Rebuild
d63a86f8 30690
c906108c
SS
30691Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30692
30693 Changes in sync with expect:
30694 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30695 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30696 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30697 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30698 argument to AC_REQUIRE.
30699 * configure: Regenerated.
30700
30701Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30702
30703 * gdb.base/corefile.exp: When generating a core, discard any
30704 error messages about ulimit not found and the "core dumped"
30705 message from the shell that runs the coredumper.
30706
30707Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30708
30709 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30710
30711 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30712 which sed script to run. Expect failure for v_comb test
30713 on PA targets too.
d63a86f8 30714
c906108c
SS
30715Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30716
30717 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 30718 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
30719
30720Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30721
30722 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30723 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 30724 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
30725 * lib/gdb.exp (default_gdb_start): Fix typo.
30726 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30727 messages to not include the full program name that caused
30728 the core dump since some systems (such as solaris) apparently
30729 truncate this path to about 80 characters.
30730 When generating a core file first try increasing the core file
30731 size limit to unlimited since some systems may default it to
30732 zero, and it is harmless to try it. Move the test for failing
30733 to generate a core file to where it will actually get executed.
30734 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30735 new gdb result from g++ debug info improvements and make old
30736 pattern obsolescent. Also account for size_t differences
30737 (may be int or long).
30738 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30739 initialization before function call is placed in the delay slot
30740 and thus appears to be skipped over by commands such as "next".
30741
30742Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30743
30744 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30745
30746Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30747
30748 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30749 input source file; fix code to compile test to deal with this
30750 convention.
30751 * gdb.c++/*.exp: Likewise.
30752
30753Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30754
30755 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30756 "bt in signals.exp".
30757
30758Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30759
30760 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30761 "step over execarg initialization" and
889bf7c5 30762 "step over corearg initialization".
c906108c
SS
30763
30764Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30765
30766 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30767 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30768
30769Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30770
30771 From Rob Savoye (rob@poseidon.cygnus.com)
30772 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30773 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
30774 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30775 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30776 configure.in}: Major reworking for autoconfig.
c906108c
SS
30777 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30778 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 30779 New files.
c906108c
SS
30780 * config/unix-gdb.exp: Make GDB global.
30781 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
30782 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30783 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30784 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30785 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30786 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 30787 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
30788 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30789 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30790 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30791 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 30792 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
30793 to returns as necessary, arrange for test to compile own testcase
30794 executable.
c906108c 30795 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 30796
c906108c
SS
30797Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30798
30799 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 30800 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
30801 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30802 "backtrace through signal handler".
30803
30804Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30805
30806 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30807 continuing from a job control stop signal.
30808 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30809
30810Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30811
30812 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30813 * gdb.base/corefile.exp: Likewise.
30814 * gdb.base/funcargs.exp: Likewise.
30815
30816Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30817
30818 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30819 * config/monitor.exp: Add support for setting baud rate.
30820
30821Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30822
30823 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30824 i*86-*-linux* xfails for "backtrace through signal handler".
30825 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30826 "print func2::coremaker_local".
30827 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 30828 alpha-dec-osf2* xfail for
c906108c
SS
30829 "delete all breakpoints when none".
30830
30831Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30832
30833 * gdb.base/break.exp: Change test that deletes all breakpoints
30834 when no user breakpoints are installed. A post 4.15 change
30835 causes gdb to no longer prompt in this case.
30836
30837Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30838
30839 * gdb.base/return.exp (return_tests): Change xfail for test
30840 "correct value returned double test" to stop xfailing at
30841 Solaris 2.5. Apparently the bug has been fixed.
30842
30843Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30844
30845 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30846 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30847
30848Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30849
30850 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30851 * gdb.disasm/hppa.s: Corresponding changes.
30852
30853Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30854
30855 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30856 makefile fragment.
30857 * config/mt-hpux: Deleted.
30858
30859Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30860
d63a86f8 30861 * Many files: When warning about suppressed tests due to a
c906108c
SS
30862 nonexistant test binary, avoid incrementing the warning count.
30863
30864Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30865
30866 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 30867
c906108c
SS
30868Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30869
30870 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30871 "sparc-*-solaris2*".
30872
30873Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30874
30875 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30876 Add global and local variables and initialize them.
30877 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30878 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30879 extracts the file name and terminating signal from the core file.
30880 * TODO: Remove note about tests for correct mapping of corefile.
30881 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30882 from optimizing it away.
30883 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30884 handles common blocks.
30885
30886Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30887
30888 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30889 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30890
30891Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30892
30893 * Makefile.in (maintainer-clean): New target, synonym for
30894 realclean.
30895 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30896 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30897 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30898 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30899 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30900 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30901
30902Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30903
30904 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30905 xfails when not gcc compiled for "print foo::funclocal".
30906 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30907 "print foo::funclocal at foo",
30908 "print 'scope1.c'::foo::funclocal at foo",
30909 "print foo::funclocal_bss at foo",
30910 "print 'scope1.c'::foo::funclocal_bss at foo",
30911 "print foo::funclocal_ro at foo",
30912 "print 'scope1.c'::foo::funclocal_ro at foo",
30913 "print bar::funclocal at foo" and
30914 "print 'scope1.c'::bar::funclocal at foo".
30915 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30916 gcc compiled for "print foo::funclocal at bar".
30917 Expand all messages to ensure that they identify that
30918 the test is at bar().
30919 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30920 gcc compiled for:
30921 "ptype on opaque struct pointer (statically)",
30922 "ptype on opaque struct tagname (statically)",
30923 "ptype on opaque struct pointer (dynamically) 1",
30924 "ptype on opaque struct tagname (dynamically) 1",
30925 "ptype on opaque struct pointer (dynamically) 2" and
30926 "ptype on opaque struct tagname (dynamically) 2
30927 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30928 gcc compiled for:
30929 "p datalocal"
30930 "whatis datalocal",
30931 "ptype datalocal",
30932 "p bsslocal",
30933 "whatis bsslocal", and
30934 "ptype bsslocal".
30935 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30936 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30937 when not gcc compiled.
30938 * gdb.base/funcargs.exp (float_and_integral_args): Add
30939 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30940 compiled.
30941 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30942 "backtrace from call6a" when not gcc compiled.
30943 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30944 "backtrace from call7a" when not gcc compiled.
30945 * gdb.base/callfuncs.exp (do_function_calls):
30946 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30947 "p t_char_array_values(char_array_val2,char_array_val1)",
30948 "p t_char_array_values(char_array_val1,char_array_val2)",
30949 "p t_char_array_values("carray 1","carray 2")",
30950 "p t_char_array_values("carray 1",char_array_val2)",
30951 "p t_char_array_values(char_array_val1,"carray 2")",
30952 "p sum_args(1,{2})",
30953 "p sum_args(2,{2,3})",
30954 "p sum_args(3,{2,3,4})",
30955 "p sum_args(4,{2,3,4,5})"
30956 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30957 "backtrace in corefile.exp" when not gcc compiled.
30958
30959Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30960
30961 * gdb.base/signals.exp: Rewrite `handle all print' test as
30962 a procedure. Accept blanks or TABs as whitespace, increase
30963 timeout and expect input buffer size for the large output
30964 from the command. Remove "i*86-*-bsdi2.0" xfail.
30965
30966Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30967
30968 * gdb.base/setvar.exp: Add new testcases for truncation when
30969 assigning invalid values to bitfields.
30970
30971Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30972
d63a86f8 30973 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
30974 mips-sgi-irix* xfail for
30975 "call inferior func with struct - returns char *"
30976 and fix test so that an optional (unsigned char *) cast is
889bf7c5 30977 accepted in the result.
c906108c
SS
30978
30979Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30980
30981 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30982 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30983 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30984 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30985 that accidentally got checked in.
30986
30987Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30988
d63a86f8 30989 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
30990 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30991 compiled test.
30992 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30993 Add mips-sgi-irix5* xfail for not gcc compiled.
30994 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
30995 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30996 compiled for "p top", "whatis top", "p middle", and "whatis
30997 middle".
c906108c
SS
30998 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30999 "whatis signed char" for not gcc compiled.
31000 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
31001 "set variable signed char=-1 (-1)" and
31002 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
31003 * gdb.base/funcargs.exp (float_and_integral_args):
31004 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
31005 Add mips-sgi-irix* xfail when not gcc compiled for
31006 "continue to call2b".
31007 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
31008 "continue to call2g".
6fdff2c5
PA
31009 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
31010 compiled for "backtrace from call6a"
31011 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
31012 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
31013 when not gcc compiled for "backtrace from call7a".
c906108c
SS
31014 (localvars_after_alloca): Fix gdb_test cmds for
31015 "print * after runto ...".
31016 Remove rs6000-*-* xfails for
31017 "print i after runto localvars_after_alloca" and
31018 "print l after runto localvars_after_alloca"
31019 for all compilers.
31020 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 31021 when not compiled with gcc, for:
c906108c
SS
31022 "print signed char == (minus)",
31023 "print signed char != (minus)",
31024 "print signed char < (minus)",
31025 "print signed char > (minus)".
31026 * gdb.base/callfuncs.exp (do_function_calls):
31027 Add mips-sgi-irix* xfail, when compiled with native compiler, for
31028 "call inferior func with struct - returns char *".
d63a86f8 31029 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
31030 "correct value returned double test" to include Solaris 2.4.
31031 * gdb.base/funcargs.exp (float_and_integral_args):
31032 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 31033
c906108c
SS
31034Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31035
31036 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31037 enumeration bitfields if compiling with GNU C.
31038 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31039 to empty' prompt.
31040
31041Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31042
31043 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31044 test for PRO targets.
31045
31046 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31047 breakpoints in the inferior at any given time by making
31048 two groups of breakpoints for call2*, call6* and call7*
31049 tests.
31050
31051Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31052
31053 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31054 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31055 from optimizing it away.
31056 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31057 "call inferior func with struct".
31058
31059Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31060
31061 * configure.in: Only configure gdb.chill for particular targets.
31062
31063Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31064
31065 * gdb.base/Makefile.in: Add action to .c.o transformation
31066 rule that generates a .ci file for each .o file and remove
31067 explicit .c.o rules except for callfuncs.o.
31068 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31069 generates a .ci file for each .o file and remove explicit
31070 .cc.o rules.
31071 (clean): Remove *.tmp *.ci files.
31072 (EXECUTABLES): Remove templ-info.exp.
31073 * gdb.base/compiler.c: New file.
31074 * gdb.c++/compiler.cc: New file
31075 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31076 Change rs6000-*-* xfail for
31077 "print 'scope0.c'::filelocal_ro" and
31078 "print 'scope1.c'::filelocal" and
31079 "print 'scope1.c'::filelocal_bss" and
31080 "print 'scope1.c'::filelocal_ro" and
31081 "print 'scope1.c'::foo::funclocal" and
31082 "print 'scope1.c'::foo::funclocal_ro" and
31083 "print 'scope1.c'::bar::funclocal" and
31084 "print 'scope0.c'::filelocal_ro" and
31085 "print 'scope1.c'::filelocal at foo" and
31086 "print 'scope1.c'::filelocal_bss at foo" and
31087 "print 'scope1.c'::filelocal_ro at foo" and
31088 "print 'scope1.c'::foo::funclocal at foo" and
31089 "print 'scope1.c'::foo::funclocal_bss at foo" and
31090 "print 'scope1.c'::foo::funclocal_ro at foo" and
31091 "print 'scope1.c'::bar::funclocal at foo" and
31092 "print 'scope0.c'::filelocal_ro" and
31093 "print 'scope1.c'::filelocal" and
31094 "print 'scope1.c'::filelocal_bss" and
31095 "print 'scope1.c'::filelocal_ro" and
31096 "print 'scope1.c'::foo::funclocal" and
31097 "print 'scope1.c'::foo::funclocal_bss" and
31098 "print 'scope1.c'::foo::funclocal_ro" and
31099 "print 'scope1.c'::bar::funclocal" and
31100 "print 'scope1.c'::bar::funclocal_bss"
31101 to only be xfail'd when not compiled with gcc.
d63a86f8 31102 Add rs6000-*-* xfail for
c906108c
SS
31103 "print 'scope0.c'::filelocal_bss before run"
31104 when compiled with gcc.
31105 (test_at_main): Add rs6000-*-* xfail for
31106 "print filelocal_ro in test_at_main"
31107 when compiled with gcc.
31108 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 31109 Add rs6000-*-aix* xfail for
c906108c
SS
31110 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31111 "ptype t_char_array", not compiled with gcc.
31112 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31113 xfail for "list foo (in include file)" when gcc compiled.
31114 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 31115 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
31116 "run to call0a" if not compiled with gcc.
31117 (unsigned_integral_args): Add rs6000-*-* xfail for
31118 "run to call1a" if not compiled with gcc.
31119 (float_and_integral_args): Add rs6000-*-* xfail for
31120 "run to call2a" if not compiled with gcc and for
31121 "continue to call2b" for any compiler.
31122 Add rs6000-*-* xfail to
31123 "print f1 after run to call2a" for gcc compiled.
31124 (discard_and_shuffle): Add rs6000-*-* xfail for
31125 "run to call6a".
31126 (shuffle_round_robin): Add rs6000-*-* xfail for
31127 "backtrace from call7a" if not compiled with gcc.
31128 Add rs6000-*-* xfail for
31129 "backtrace from call7b" if compiled with gcc.
31130 (call_after_alloca): Add rs6000-*-* xfail for
31131 "print c in call_after_alloca" and
31132 "print s in call_after_alloca" and
31133 "backtrace from call_after_alloca_subr"
31134 if not compiled with gcc.
31135 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31136 "print c in localvars_in_indirect_call" and
31137 "print c in localvars_in_indirect_call" and
31138 "backtrace in indirectly called function" and
31139 "stepping into indirectly called function"
31140 if not compiled with gcc.
31141 (localvars_after_alloca): Add rs6000-*-* xfail for
31142 "print c after runto localvars_after_alloca" and
31143 "print s after runto localvars_after_alloca" and
31144 "print i after runto localvars_after_alloca" and
31145 "print l after runto localvars_after_alloca"
31146 for all compilers.
31147 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31148 than whatis-info.exp.
31149 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31150 than opaque-info.exp.
31151 Setup rs6000-*-* xfail for
d63a86f8 31152 "ptype on opaque struct pointer (statically)" and
c906108c
SS
31153 "ptype on opaque struct pointer (dynamically)" when
31154 not compiled with gcc.
31155 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31156 rather than callf-info.exp.
31157 (do_function_calls): Add clear_xfail for rs6000-*-* for
31158 "p t_float_values2(3.14159,float_val2)". Seems to work
31159 fine there, both with xlc and gcc. Need to find out what
31160 it is doing right and fix other platforms.
31161 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31162 "call inferior func with struct - returns int",
31163 "call inferior func with struct - returns long",
31164 "call inferior func with struct - returns float",
31165 "call inferior func with struct - returns double",
31166 "call inferior func with struct - returns char *",
31167 but only if not gcc compiled (presumes xlc compiled).
31168 Change rs6000-*-* xfails for
31169 "call inferior func with struct - returns char" and
31170 " call inferior func with struct - returns short" to only
31171 xfail if not using gcc.
31172 (clean mostlyclean): Remove *.ci and *.tmp files.
31173 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31174 than templ-info.exp.
31175 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31176 Add rs6000-*-* xfail for "up to foo in langs.exp"
31177 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 31178 when not gcc compiled.
d63a86f8 31179
c906108c
SS
31180Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31181
31182 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31183 * gdb.base/corefile.exp: Likewise.
31184 * gdb.base/list.exp: Likewise.
31185 * gdb.base/scope.exp: Likewise.
31186 * gdb.base/siganls.exp: Likewise.
31187
31188 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31189 compiler output.
31190 * gdb.base/whatis.exp: Likewise.
31191
31192Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31193
31194 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31195 failure (opcode table has been fixed to match reality).
31196
31197Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31198
31199 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31200 "call inferior func with struct - returns char",
31201 "call inferior func with struct - returns short"
31202
31203 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31204 "print 'scope0.c'::filelocal at main",
31205 "print 'scope0.c'::filelocal_bss in test_at_main",
31206 "print 'scope0.c'::filelocal at foo",
31207 "print 'scope0.c'::filelocal_bss in test_at_foo",
31208 "print 'scope0.c'::filelocal at bar",
31209 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 31210
c906108c
SS
31211 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31212 in source file 1". This bug seems to have been fixed with both
31213 gcc and native cc (was native assembler bug?).
31214
31215Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31216
31217 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31218 "backtrace through signal handler" to "i*86-*-sysv4*".
31219 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31220 continue" case. Add "known SVR4 bug" to fail message.
31221 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31222 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31223 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31224 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31225 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31226 "up to foo in langs.exp", "show language at foo in
31227 langs.exp", "up to cppsub_ in langs.exp", "show
31228 language at cppsub_ in langs.exp", "up to fsub in
31229 langs.exp", and "show language at fsub in langs.exp".
31230 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31231 "bactrace in corefile.exp".
31232 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31233 "call inferior function with struct - returns float" and
31234 "call inferior function with struct - returns double".
d63a86f8 31235
c906108c
SS
31236Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31237
31238 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31239 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31240 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31241 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31242
31243Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31244
31245 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31246 (or overriden) "CHILL" macro rather then bare "gcc".
31247 Also look for ../../gcc/xgcc since that is what we will
31248 actually need, not "Makefile". Remove following assignment
31249 of CHILL to CHILL_FOR_TARGET because that results in
31250 recursive definition.
31251
31252Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31253
31254 * gdb.base/corefile.exp: Change xfail for backtrace in
31255 corefile.exp from linuxaout to all linux.
31256 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31257 cases where we miss the breakpoint at the signal handler
31258 for some reason. Setup xfail for linuxoldld/linuxaout and
31259 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31260 hitting SIGURG breakpoint.
31261 * gdb.base/signals.exp: Setup xfail for "next" acting like
31262 continue to add linuxoldld. Setup xfail for all linux for
31263 "next to handler in signals_tests_1", "backtrace in
31264 signals_tests_1", "continue to func1", "pass SIGUSR1",
31265 and continue to handler".
31266
31267Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31268
31269 * Update all FSF addresses except those in COPYING* files.
31270
31271Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31272
31273 * gdb.base/a2-run.exp: Change messages to be more explicit about
31274 the status of args, and quote binfile in results.
31275
31276Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31277
31278 * gdb.base/callfuncs.exp: Add tests for passing structs to
31279 inferior functions and return various types.
31280 * gdb.base/callfuncs.c: Add functions to receive a struct
31281 and return a member of the struct, in various types.
31282
31283Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31284
31285 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31286
31287Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31288
31289 * config/vxworks29k.exp: New file, sources vxworks.exp.
31290
31291Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31292
31293 * config/gdbremote.exp: New file. Testing framework using
31294 gdbserver.
31295
31296Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31297
31298 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31299 "call function when asleep" and "send end of file".
31300 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31301 for "backtrace in corefile.exp".
31302 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31303 for "backtrace through signal handler".
31304 * gdb.base/corefile.exp: Make sure we actually generate a core file
31305 before trying the core tests. Some systems allow the user to suppress
31306 generation of core files and default to that (linux for example).
31307 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31308 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31309
31310Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31311
31312 * gdb.threads: New directory with some crude multi-threaded
31313 gdb tests (step.exp and step2.exp).
31314 * config/mt-lynx (STEP_EXECUTABLE): Define.
31315 (THREADFLAGS): Define.
31316
31317Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31318
31319 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31320
31321 * gdb.base/signals.exp: Disable whole file for lynx until
31322 further notice.
31323
31324 * gdb.base/signals.exp: xfail test where "next" acts like
31325 "continue" for lynx.
31326
31327 * gdb.base/interrupt.exp: xfail test for calling function while
31328 inferior is asleep for lynx.
31329
31330 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31331 than one cr-lf after each command.
31332
31333Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31334
31335 * configure.in: Reinstate setting of stabsdirs variable, fix
31336 typo in setting up configdirs for native builds.
31337
31338 * gdb.base/return.exp: Fix typo in return double test.
31339 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31340 compiler from optimizing them away.
31341
31342Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31343
31344 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31345 sequences to be echo'd by gdb when using gdb_test.
31346 * gdb.chill/chexp.exp: Likewise.
31347 * gdb.fortran/exprs.exp: Likewise
31348
31349Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31350
31351 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31352 after the inferior gdb has started.
31353
31354 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31355 after each command.
31356 * gdb.base/funcargs.exp: Likewise.
31357 * gdb.base/gdbvars.exp: Likewise.
31358 * gdb.base/interrupt.exp: Likewise.
31359 * gdb.base/list.exp: Likewise.
31360 * gdb.base/watchpoint.exp: Likewise.
31361 * gdb.c++/demangle.exp: Likewise.
31362 * gdb.c++/inherit.exp: Likewise.
31363 * gdb.chill/chexp.exp: Likewise.
31364 * gdb.fortran/exprs.exp: Likewise.
31365
31366 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31367 test if we can't handle IO to/from the inferior.
31368
31369 * gdb.c++/misc.exp: Always check for a program already being
31370 started after sending a "run" command to gdb.
31371
31372 * gdb.base/twice.exp: Start with a fresh gdb.
31373
31374 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31375 only depend on gdb's expression code, not the chill runtime.
31376
31377 * gdb.base/return.c: Put return values into variables so we
31378 can have gdb print them rather than depending on the program
31379 to print them.
31380 * gdb.base/return.exp: Corresponding changes.
31381
31382 * lib/gdb.exp: Provide default value for noinferiorio.
31383 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31384 the inferior.
31385
31386 * gdb.base/break.exp: Always check for a program already being
31387 started after sending a "run" command to gdb.
31388 (text_next_with_recursion): Don't check the output from the
31389 program's printf statement. Instead just make sure the program
31390 exited.
31391
31392 * gdb.base/commands.exp: Protect tests which need arguments with
31393 $noargs conditionals.
31394
31395Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31396
31397 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31398 of structure member arrays to match gdb/valops.c:value_addr change.
31399
31400Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31401
31402 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31403 cases.
31404
31405Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31406
31407 * configure.in (configdirs): Remove gdb.chill from default list
31408 of subdirs and then add it back in only if doing a native build.
31409 The current chill compiler does not yet work in any cross build.
31410 * Revert all signal changes from Jul 6.
31411 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31412 for sh-hms targets, allowing these tests to link, with no other
31413 changes. Testing is suppressed by setting "nosignals" in site.exp.
31414
31415Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31416
31417 * configure.in (signaldirs): Define and add to configdirs for all
31418 targets except some specific ones that are known to not support signals.
31419 Also clean up formatting.
31420 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31421 (signals, sigall): Remove rules to build.
31422 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31423 Moved to new gdb.signals directory.
31424 * gdb.signals: New test directory.
31425 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31426 signals.c signals.exp}: New or moved files.
31427
31428Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31429
31430 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31431
31432Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31433
31434 * gdb.base/return.exp: Xfail `return double' test failure
31435 on at least Solaris 2.3 and handle future/past versions on
31436 a case by case basis as appropriate. Also update message
31437 to include i*86 failures.
31438
31439Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31440
31441 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31442
31443 * lib/gdb.exp: Fix comment which erroneously identified
31444 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31445 gdb_file_cmd not gdb_load).
31446 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31447
31448 * gdb.base/setvar.exp: Make test names consistent between pass and
31449 fail cases. Use gdb_test more.
31450
31451Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31452
31453 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31454
31455Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31456
31457 * gdb.base/help.exp: Fix expected help string for `show commands'.
31458
31459Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31460
31461 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31462
31463 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31464 of a text section.
31465
31466Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31467
31468 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31469 that loop eventually terminates. Fix Connection refused logic so
31470 that testsuite will expire nicely.
31471
31472Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31473
31474 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31475 config/rom68k.exp: New tcl glue for the appropriate monitors.
31476 These all just end up calling monitor.exp.
31477 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31478 refused' by retrying. Cleanup some timeout issues.
31479 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31480 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31481 callers don't have to set/restore global timeout variable.
31482
31483 * The following set of changes centralizes management of the global
31484 timeout variable. This way, it can be set in one target dependent
31485 place instead of dozens of places scattered throughout the test suite.
31486 If you need to lengthen a timeout, then you should either set timeout
31487 in one of the config/{target}.exp files, or multiply it by a factor.
31488 Setting it to an absolute value is always going to lose for some
31489 targets.
31490 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31491 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31492 * gdb.base/funcargs.exp: Don't set timeout.
31493 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31494 * gdb.base/printcmds.exp (test_print_string_constants
31495 test_print_array_constants): Don't set timeout.
31496 * gdb.base/ptype.exp: Don't set timeout.
31497 * gdb.base/recurse.exp: Don't set timeout.
31498 * gdb.base/return.exp: Don't set timeout.
31499 * gdb.base/watchpoint.exp: Don't set timeout.
31500 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31501 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31502
31503Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31504
31505 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31506
31507Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31508
31509 * lib/gdb.exp: Disable chill tests for irix5.
31510
31511Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31512
31513 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31514 each test pass or fail.
31515
31516Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31517
31518 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31519 xlc not gcc.
31520
31521Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31522
31523 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31524
31525Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31526
31527 * config/est.exp: Fix copyright and comments. Remove dead code.
31528 Use targetname, serialport and baud variables instead of fixed
31529 constants.
31530 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31531 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31532
31533Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31534
31535 * gdb.base/watchpoint.exp: Don't run
31536 test_watchpoint_triggered_in_syscall for sunos.
31537
31538Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31539
31540 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31541 they don't seem to exist. Do include stdio.h.
31542
31543Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31544
31545 * gdb.base/a1-selftest.exp: Add alpha xfail.
31546
31547Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31548
31549 * gdb.base/watchpoint.c (main): Prompt before calling read().
31550 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31551 Revise accordingly. Remove cruft about sending "123" several
31552 times, until it gets noticed. Clean up the "print buf[0]" stuff
31553 so that it passes or fails, and waits for prompts in the usual way.
31554
31555Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31556
31557 * gdb.base/recurse.exp: Fix comment.
31558
31559 * TODO: Remove item about printing variables in nodebug.exp. Add
31560 item about enabling tests which are only run on some targets.
31561
31562 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31563 fail, make test names unique, use new gdb_test convention
31564 regarding pattern, use gdb_test more, etc.).
31565
31566 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31567 fail, make test names unique, etc.).
31568
31569Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31570
31571 * gdb.base/nodebug.c: Change return type of top and middle to
31572 short.
31573 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31574 are fixed by the recent mdebugread.c changes. Allow `short ()'
31575 as type for top and middle.
31576
31577Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31578
31579 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31580 nearly as I can tell, the whole thing was an accident in Stu's
31581 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31582 to replace a send/expect pair with gdb_test, but ended up only
31583 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31584 of 30 Mar 1995 took care of it, but left this vestigial comment
31585 which I am now nuking.
31586
31587Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31588
31589 * gdb.base/break.exp: Look for different line number for
31590 breakpoint at main depending on usestubs.
31591
31592Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31593
31594 * gdb.base/list.exp: Adjust some alternate expect patterns to
31595 match recent list0.c change. Add alternate expect pattern for
31596 output from `list default lines around main' for optimizing
31597 compilers.
31598
31599Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31600
31601 * lib/gdb.exp: If nosignals is not set, set it to 0.
31602
31603Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31604
31605 * config/slite-gdb.exp: Responds to load symbol table prompt.
31606 * gdb.base/break.exp: Adjust line number, fix rerun.
31607 * gdb.base/langs0.c: Add #ifdef usestubs.
31608
31609Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31610
31611 * gdb.base/list.exp: Adjust line contents after adding new lines in
31612 list0.c. Also fix a syntax error.
31613
31614 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31615 * gdb.base/break.exp: ditto.
31616 * gdb.base/list.exp: ditto.
31617 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31618 * gdb.base/run.c: ditto.
31619 * gdb.base/list0.c: ditto.
31620 * gdb.base/funcargs.c: ditto.
31621
31622Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31623
31624 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31625 $targetname, $serialport and $baud instead of hardwired variables.
31626 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31627 target doesn't support signals.
31628
31629Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31630
31631 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31632
31633Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31634
31635 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31636 Don't rely on the value of an auto variable before it has been
31637 initialized. Use gdb_test more.
31638
31639Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31640
31641 * lib/gdb.exp (default_gdb_version): A version number must start
31642 with a digit, but other than that contains all characters up to
31643 the first whitespace character.
31644
31645Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31646
31647 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31648
31649Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31650
31651 * gdb.c++/*.exp: Warn if executable does not exist. The original
31652 reason for skipping the warning was that configure.in sometimes
31653 intentionally skipped building the executables but the tcl code
31654 had no way of knowing. That (a) was always bogus with respect to
31655 error handling, (b) is no longer true (right now there is no way
31656 to skip C++ tests).
31657
31658 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31659
31660Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31661
31662 * gdb.base/list.exp: Add expect patterns for output from
31663 SunPRO compiled executables.
31664 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31665 types.
31666
31667Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31668
31669 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31670 number (we are already testing that the correct source line text
31671 gets printed).
31672
31673 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31674 that is what is intended, but something needed to be done to get
31675 sunos4 native working again.
31676
31677 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31678
31679 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31680 apparently went with a (very) old xfail.
31681
31682Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31683
31684 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31685 runto_main is a proc in gdb.exp that will do 'step' for target use
31686 stubs.
31687 * gdb.base/exprs.exp: ditto.
31688 * gdb.base/interrupt.exp: ditto.
31689 * gdb.base/opaque.exp: ditto.
31690 * gdb.base/printcmds.exp: ditto.
31691 * gdb.base/ptype.exp: ditto.
31692 * gdb.base/scope.exp: ditto.
31693 * gdb.base/setvar.exp: ditto.
31694 * gdb.base/signals.exp: ditto.
31695 * gdb.base/twice.exp: ditto.
31696 * gdb.c++/classes.exp: ditto.
31697 * gdb.c++/inherit.exp: ditto.
31698 * gdb.c++/templates.exp: ditto.
31699 * gdb.base/break.exp: no run and hit main for stubs. Change line
31700 numbers for breakpoints and info breakpoint.
31701 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31702 breakpoint().
31703 * gdb.base/callfuncs.c: ditto.
31704 * gdb.base/exprs: ditto.
31705 * gdb.base/interrupt.c: ditto.
31706 * gdb.base/opaque0.c: ditto.
31707 * gdb.base/printcmds.c: ditto.
31708 * gdb.base/ptype.c: ditto.
31709 * gdb.base/scope0.c: ditto.
31710 * gdb.base/setvar.c: ditto.
31711 * gdb.base/signals.c: ditto.
31712 * gdb.base/twice.c: ditto.
31713 * gdb.c++/misc.cc: ditto.
31714 * gdb.c++/templates.cc: ditto.
31715
31716Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31717
31718 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31719
31720 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31721 somewhere between `read' and `main.c'. I'm pretty sure the
31722 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31723 and it isn't particularly useful.
31724
31725 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31726
31727Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31728
31729 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31730
31731Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31732
31733 * config/mt-slite: add LIBS and -nostdlib.
31734 * config/slite-gdb.exp: add this new file to support sparclite target.
31735
31736Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31737
31738 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31739
31740 * gdb.base/a2-run.exp: Change argument to istarget from
31741 "*-*-vxworks" to "*-*-vxworks*".
31742 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31743
31744Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31745
31746 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31747 will not runto main but do a 'step' to step out of breakpoint().
31748 * config/mt-slite: add -Dusestubs.
31749
31750Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31751
31752 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31753 instead of just @.
31754
31755 * gdb.base/signals.exp: Add test for "handle all print".
31756 * TODO: Remove "handle all print". Also remove item about
31757 checking copyright date (I don't like the idea of a spurious FAIL
31758 based on when we run the tests).
31759
31760 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31761 for SunOS4 (reason for failure not investigated). Remove
31762 redundant test for $binfile.
31763
31764 * gdb.base/nodebug.c (array_index): Call malloc.
31765
31766 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31767
31768Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31769
31770 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31771 conventions and slightly simplify the matching regexp.
31772
31773Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31774
31775 * gdb.base/break.exp: Update gdb_test invocation to use new
31776 convention.
31777
31778 * lib/gdb.exp: If noargs is not set, set it to 0.
31779
31780 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31781 tests unique.
31782
31783 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31784
31785Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31786
31787 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31788 one argument of type "<non-float parameter>".
31789
31790Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31791
31792 * config/rom68k.exp: New file to support Motorola IDP board.
31793 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31794 * gdb.base/break.c: Change things around so that this program
31795 doesn't depend upon args. This is necessary to make remote
31796 targets work (in general, they can't take args).
31797 * gdb.base/break.exp: Don't try to send args to program. Don't
31798 expect output. Also, replace lots of code with gdb_test.
31799
31800Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31801
31802 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31803 printing of '\'' (which is what the comment says we are testing,
31804 even though we were not), not '''.
31805 (test_integer_literals_rejected): Test that printing ''' is an error.
31806
31807 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31808 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31809 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31810 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31811 Use gdb_test not test_print_accept.
31812 * lib/gdb.exp: Remove test_print_accept.
31813
31814 * gdb.base/signals.exp (signal_tests_1): Make pass message
31815 consistent with fail message.
31816
31817 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31818 unsigned char; the bug (PR 1821) is fixed.
31819
31820 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31821
31822 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31823 successful tests--makes xfailing them work right.
31824
31825Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31826
31827 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31828 only \r\n, not .*. The test can pass .* as the last thing in
31829 $pattern if that is what it wants. In addition to providing this
31830 flexibility, this change should speed up pattern matching in cases
31831 where the pattern already ended with .* (there were a number of
31832 them). This change also helps catch bad patterns--in the old
31833 scheme the typo "char \*" instead of "char \\*" would pass. Now
31834 it is caught.
31835 * Many .exp files: Update callers.
31836
31837 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31838 clearer and does not spuriously match multiple ('s. Likewise for
31839 ) and *.
31840
31841 * gdb.base/nodebug.exp: Test ability to call a function and pass
31842 it a string (even with no debugging info).
31843
31844 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31845 "p '\'", which is the same as "p ''" once tcl gets done with
31846 quoting, to "p '\\'", which I suspect is what is intended (one
31847 backslash gets sent to GDB).
31848
31849 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31850
31851Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31852
31853 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31854 1817) was fixed literally years ago.
31855
31856Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31857
31858 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31859 test, it causes stepping out of call_after_alloca_subr with
31860 optimizing compilers.
31861 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31862 fails.
31863
31864 * gdb.c++/templates.exp: Source templ-info.exp only if
31865 the templates executable exists.
31866
31867 * gdb.c++/misc.cc (class Contains_static_instance,
31868 class Contains_nested_static_instance),
31869 gdb.c++/classes.exp (test_static_members): Test printing of
31870 a class that contains a static instance of the class.
31871
31872Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31873
31874 * gdb.base/langs2.c (cppsub_): Don't prototype.
31875 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31876 only, I believe).
31877
31878Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31879
31880 * lib/gdb.exp (skip_chill_tests): New procedure.
31881
31882 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31883
31884Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31885
31886 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31887 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31888
31889Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31890
31891 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31892
31893 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31894 disassemble 8, not 16, instructions for part 4.
31895
31896 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31897 support the latter anymore.
31898
31899 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31900 -DNO_PROTOTYPES.
31901 * gdb.base/callfuncs.c: Control use of prototypes based on
31902 NO_PROTOTYPES, not __STDC__.
31903 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31904 t_float_values2 tests if prototypes in use.
31905
31906 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31907 t_double_values): When checking differences against DELTA, check
31908 that difference is within the range (-DELTA,DELTA), not just
31909 (-infinity,DELTA).
31910
31911Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31912
31913 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31914 'file' command firts, then 'target', then 'load', this is due to gdb
31915 target set up.
31916 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31917
31918Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31919
31920 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31921 FP load/store variants.
31922 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31923
31924Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31925
31926 * gdb.base/term.exp: Do not give a warning if not native, it is
31927 not an abnormal condition.
31928
31929Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31930
31931 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31932 t_char_array".
31933
31934Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31935
31936 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31937 are getting the version number.
31938
31939 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31940 if not native, it is not an abnormal condition.
31941
31942Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31943
31944 * lib/gdb.exp: Just use "file exists", rather than undocumented
31945 dejagnu procedure "findfile".
31946
31947Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31948
31949 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31950 (LDFLAGS): Set to -Xlinker -Ur.
31951
31952 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31953 Removed, these values are set by lib/gdb.exp.
31954
31955 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31956
31957Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31958
31959 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31960 of replicating gdb startup code.
31961
31962 * config/mt-vxworks (LDFLAGS): Set to -r.
31963 (CFLAGS_FOR_TARGET): Removed.
31964
31965 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31966 (gdb) and gdb for vxworks uses (vxgdb).
31967
31968 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31969 executable is not in the tree and host != target, use sed and
31970 program_transform_name to determine the gdb name used by the
31971 target.
31972
31973 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31974 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31975
31976Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31977
31978 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31979 floats, chars, and shorts where there are ANSI-style function
31980 definitions.
31981
31982 * gdb.base/langs.exp, gdb.base/langs*: New test.
31983 * gdb.base/Makefile.in: Build it.
31984 * TODO: Remove item about checking that C names don't get C++
31985 demangling applied; this test tests it.
31986
31987Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31988
31989 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31990 went with the const70 xfail. The xfail went away a year ago.
31991
31992 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31993
31994 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31995 for hp300.
31996
31997 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31998
31999 * gdb.base/a1-selftest.exp: Don't run on hp300.
32000
32001Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32002
32003 * Makefile.in (site.exp): Set host_alias and target_alias as well
32004 as host_triplet and target_triplet.
32005
32006Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32007
32008 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
32009
32010 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
32011 places as other ecoff systems).
32012
32013 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
32014 ultrix.
32015
32016Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32017
32018 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
32019 remove them.
32020 * gdb.base/nodebug.exp: Accept "function" in addition to "text
32021 variable and "variable" in addition to "data variable".
32022 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
32023
32024 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
32025 2.
32026 * gdb.base/list1.c (long_line): Add additional statement at start
32027 of function.
32028 * gdb.base/list.exp (test_forward_search): Update line number to
32029 reflect new statement.
32030
32031Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32032
32033 * gdb.base/signals.exp: Reinitialize searched source directories
32034 after gdb_start call.
32035
32036Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32037
32038 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32039 * gdb.stabs/Makefile.in: Likewise.
32040
32041 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32042 change. Instead split the tests into smaller pieces.
32043 * gdb.disasm/hppa.s: Corresponding changes.
32044
32045Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32046
32047 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32048 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32049
32050 * gdb.base/funcargs.exp: Modify many tests so that every test
32051 either passes or fails. Make some test names unique.
32052
32053Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32054
32055 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32056 Call stty to set interrupt character.
32057
32058 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32059 for HP assembler versus GNU assembler based on actual behavior of
32060 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32061
32062 * TODO: Suggest a few more stepping tests.
32063
32064Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32065
32066 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32067 restart GDB for h8300 after a continue.
32068 (return): Add pattern to match a29k-udi behavior.
32069 * gdb.base/nodebug.exp: Remove obsolete comment.
32070 * gdb.base/regs.exp: New file, testing of register displays.
32071 * gdb.base/return.exp: Fix typo in reference to $objdir.
32072 * gdb.base/whatis.exp: Always start with a fresh GDB.
32073
32074Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32075
32076 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32077 higher, these tests generate a lot of output.
32078
32079Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32080
32081 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32082 code following the catch silently ignored some errors; without the
32083 catch they should be thrown like any other tcl error. Also, the
32084 catch used "" instead of {} which meant all the callers who wanted
32085 to include one of the characters "[]$ had to quote it an extra time.
32086 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32087 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32088 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32089 Remove extra quoting.
32090
32091Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32092
32093 * gdb.base/commands.exp: Make test names unique; every test either
32094 passes or fails. Update some comments.
32095
32096 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32097
32098Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32099
32100 The following fixes a FAIL caused by the fact that the alpha stabs
32101 configuration didn't use the ".if alpha" code in weird.def.
32102 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32103 bit pointer, so the 32 bit version works even on the alpha.
32104 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32105 Remove the stuff which allowed us to have separate versions for
32106 alpha and everything else.
32107
32108 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32109 regexp which "info func operator\[\](" is supposed to match. Fix
32110 string to send to GDB. Note that GDB still doesn't work right. Add a
32111 new test for "info func .perator\[\](" which GDB does handle correctly.
32112
32113 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32114
32115Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32116
32117 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32118 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32119 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32120 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32121 it makes the tests harder to understand and confuses test-o-matic.
32122 The preferred style is that each test provides a PASS or a FAIL,
32123 and has a unique message (e.g. "continue #54" not just "continue")
32124 which is the same for the pass and the fail.
32125 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32126 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32127 to lib/gdb.exp.
32128 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32129 prt_accept which was basically the same thing. Likewise for
32130 test_print_reject and prt_reject.
32131 * lib/gdb.exp (test_print_reject): Add some more error message
32132 patterns to match from the former printcmds.exp (prt_reject).
32133 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32134 One defect of the passcount stuff is that some of it failed to
32135 report XPASS where appropriate.
32136 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32137 stuff before and after arg in expected pattern.
32138 (test_paddr_operator_functions): Re-do test without print_addr_of;
32139 this is the only test which seems to want extra stuff there.
32140
32141Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32142
32143 * gdb.base/nodebug.exp: Update new tests to reflect improved
32144 wording of gdb output.
32145
32146 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32147 and "ptype" work on variables in files compiled without -g.
32148 Replaces commented out "maint print msymbol" tests.
32149
32150Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32151
32152 * gdb.base/setvar.c (dummy): Call malloc.
32153
32154 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32155 losing with the irix4 sed.
32156
32157 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32158 ALRM" on irix4.
32159
32160Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32161
32162 * TODO: Remove items about corefile.exp testing new exec-file and
32163 backtrace; both are now done. Add items about printing enums.
32164
32165Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32166
32167 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32168 "get signal $thissig" test fails.
32169
32170 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32171
32172Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32173
32174 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32175 compiler warning with dec alpha compiler.
32176
32177 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32178 extra \n from gdb_test call (this explains why the prompt test
32179 that I removed yesterday was there).
32180 (user_defined_command_test): Remove extra \n and prompt test.
32181
32182 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32183 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32184 doesn't exist.
32185 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32186 Also remove alpha workaround, which turns out to be because
32187 SIGABRT == SIGLOST.
32188
32189 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32190
32191 * gdb.base/help.exp: Don't test "help show".
32192
32193Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32194
32195 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32196 "set print address" is on.
32197 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32198 pass prompt to gdb_test; gdb_test already looks for the prompt.
32199
32200 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32201
32202 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32203 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32204 was to make sure that gdb can read a core file. But (a) the "read
32205 the corefile" part didn't make it to a1-selftest.exp, we just
32206 delete the corefile after creating it, and (b) we test reading
32207 corefiles in corefile.exp anyway. Also, this test left around a
32208 xgdb process on Solaris.
32209
32210 * gdb.base/corefile.exp: Also test backtrace.
32211
32212Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32213
32214 * gdb.base/commands.exp: Test a simple user defined command with
32215 arguments and if/while statements; verify the full user command is
32216 printed by "show user".
32217
32218 * gdb.base/commands.exp: Test if/while commands as part of a
32219 breakpoint command list; verify they appear in breakpoint
32220 information.
32221
32222Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32223
32224 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32225 than by dividing by zero.
32226
32227Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32228
32229 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32230 performing an inferior call with watchpoints enabled.
32231 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32232 call.
32233
32234Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32235
32236 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32237 of "file" command.
32238
32239 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32240 Add additional pattern for when "int operator int(void);" appears
32241 in a different order.
32242
32243Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32244
32245 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32246
32247 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32248 and "signal" with ".*".
32249
32250Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32251
32252 * TODO: Add note about "handle all nostop".
32253
32254 * gdb.base/{sigall.c, sigall.exp}: New test.
32255 * gdb.base/Makefile.in: Add it.
32256
32257Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32258
32259 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32260 when invoking GDB, suppresses any windowing interface.
32261
32262Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32263
32264 * config/sim-gdb: New file, simulator testing support.
32265
32266Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32267
32268 * gdb.base/interrupt.exp: Test calling func1 twice.
32269
32270Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32271
32272 * gdb.base/list.exp (test_forward_search): Set timeout higher
32273 when we'll be getting lots of output from gdb.
32274
32275 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32276 "init_malloc" to after the expect statement. Run it if that
32277 regexp is taken, but also for two others which happen if source
32278 cannot be found.
32279
32280Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32281
32282 * gdb.base/printcmds.exp: New test, for printing register before
32283 program is running.
32284
32285Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32286
32287 * gdb.base/list.exp: Correct some alternate expect patterns
32288 to reflect changes in list1.c.
32289
32290Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32291
32292 * TODO: Add item regarding large frames.
32293
32294 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32295
32296 * TODO: Remove item about enabling return.exp; it
32297 is enabled. Suggest a few more "return" tests.
32298
32299Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32300
32301 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32302 anonymous unions.
32303
32304Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32305
32306 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32307 and pr-5646.o, so "make" is the same as "make all", not "make
32308 pr-4975.o".
32309
32310Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32311
32312 * gdb.base/list.exp: Adjust expectations to reflect changes in
32313 list1.c.
32314 (test_forward_search): New test proc.
32315 * gdb.base/list1.c (long_line): New function, has long source line.
32316
32317Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32318
32319 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32320 additional line of code that was added.
32321
32322Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32323
32324 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32325 tests so as not to overflow expect's input buffers.
32326 * gdb.disasm/hppa.exp: Corresponding changes.
32327
32328Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32329
32330 Beginnings of template debugging tests.
32331 * gdb.c++/templ-info.cc: New file to test for template
32332 debugging capability of the compiler.
32333 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32334 templ-info.cc.
32335 * gdb.c++/templates.cc: Add explicit template instantiations
32336 to enable compiling with -fno-implicit-templates. Add destructor
32337 and 'value' method to T5 class for template tests.
32338 * gdb.c++/templates.exp: Add testcases for printing of template
32339 types, setting breakpoints on template methods and calling a
d63a86f8 32340 template method.
c906108c
SS
32341
32342Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32343
32344 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32345 branch target since some assemblers (gas-2.5) may emit a
32346 relocation for the branch instead of resolving it in the
32347 assembler.
32348
32349Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32350
32351 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32352 through signal handler.
32353
32354Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32355
32356 * configure.in (*-*-netware): Use config/mt-netware.
32357
32358 * config/mt-netware: New file.
32359 * config/mt-i386-netware: Removed, separate configs for different
32360 netware architectures are no longer needed now that we have
32361 --with-headers.
32362
32363Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32364
32365 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32366 by the recent changes to use ANSI C arithmetic conversions.
32367
32368Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32369
32370 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32371 bug involving using inferior_pid to figure out whether to select a
32372 frame.
32373
32374Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32375
32376 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32377 match the current disassembler output.
32378
32379Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32380
32381 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32382 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32383 types, expect "int" as type of integer values (for now).
32384
32385Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32386
32387 * gdb.base/commands.exp: New tests for if/while commands.
32388
32389Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32390
32391 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32392 by .*, since hex values have different syntax in Chill mode.
32393
32394Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32395
32396 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32397 linefeed from expect pattern for repeated types with indices > 9.
32398
32399Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32400
32401 First part of Fortran test suite.
32402 * gdb.fortran: New directory.
32403 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32404
32405Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32406
32407 * gdb.base/default.exp: Update expect pattern for load command
32408 without arguments.
32409
32410Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32411
32412 * configure.in: Change i386 to i[345]86.
32413 * gdb.base/configure.in: Likewise.
32414 * gdb.c++/configure.in: Likewise.
32415 * gdb.chill/configure.in: Likewise.
32416
32417Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32418
32419 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32420 patterns, since that is not a valid context for comments.
32421
32422Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32423
32424 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32425 repeated types and repeated types with indices > 9.
32426
32427Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32428
32429 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32430 2417; old bug has been fixed.
32431
32432Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32433
32434 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32435 send the newline ourselves instead of assuming gdb_test will do
32436 so when passed an empty input string.
32437
32438 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32439 stabs testcode.
32440
32441Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32442
32443 * lib/gdb.exp (gdb_test): Don't send anything if the first
32444 argument is an empty string. This makes cases where we want to
32445 match output that is already in expect's buffers (for example,
32446 matching a breakpoint after gdb_run_cmd has been called) work
32447 reliably.
32448
32449Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32450
32451 * config/netware.exp: New file.
32452
32453Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32454
32455 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32456 the -B and -L prefixes so we can find the debugging stub.
32457
32458 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32459 there and we are using the gcc from the tree.
32460
32461 * gdb.base/types.c: Removed.
32462
32463 * gdb.base/configure.in: Look for makefile fragments in ../config.
32464 Recognize i386-*-netware.
32465 * gdb.c++/configure.in: Likewise.
32466
32467Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32468
32469 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32470 the correct TCL syntax.
32471
32472Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32473
32474 * gdb.base/opaque.exp: use runto instead of messing around with
32475 breakpoints. Simplify by using gdb_test.
32476
32477 * gdb.base/bitfields.exp: restart between tests on netware targets
32478 because breakpoints aren't relocated after target death. Run
32479 processes to completion.
32480
32481 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32482
32483Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32484
32485 * Makefile.in: Remove extra tabs that confuse some versions
32486 of "make". Use the newly built gdb to test with by default,
32487 rather than the first one in the tester's search path.
32488
32489Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32490
32491 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32492
32493 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32494 condition help.
32495
32496Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32497
32498 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32499
32500 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32501 running.
32502 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32503 * gdb.base/funcargs.exp: Likewise.
32504
32505 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32506 * gdb.base/funcargs.exp: Likewise.
32507
32508 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32509 message is "".
32510
32511Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32512
32513 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32514 return,signals,twice}.exp: Handle non-existant binaries
32515 consistantly.
32516
32517 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32518 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32519 might testing a cross development system.
32520
32521Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32522
32523 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32524 runtest script is relative to ${srcdir}, not ${rootdir}.
32525
32526Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32527
32528 * gdb.base/signals.exp: Allow for optionality of breakpoint
32529 address.
32530
32531Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32532
32533 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32534
32535Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32536
32537 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32538 for size_t definition.
32539 * gdb.c++/templates.cc: Likewise
32540
32541 * config/mt-i386-netware: New file.
32542
32543 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32544 defined.
32545
32546 * gdb.base/Makefile.in: Added support for systems that name core
32547 files by appending "core" to the program name.
32548 * gdb.base/a1-selftest.exp: Likewise.
32549
32550Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32551
32552 * gdb.base/return.exp: Add comment and message for `return double'
32553 test failure on Sparc Solaris.
32554
32555Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32556
32557 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32558
32559Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32560
32561 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32562 from optimizing them away.
32563 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32564 patterns to include default constructors and assignment operators,
32565 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32566 character in the output of the virtual base pointer.
32567
32568Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32569
32570 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32571 expression match in print_addr_of to avoid unintented matches.
32572 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32573 versions up to 2.5.8.
32574
32575Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32576
32577 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32578 included file to run under newer versions of expect.
32579 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32580 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32581 Remove xfail for the virtual table of BDDHookV.
32582
32583Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32584
32585 * lib/gdb.exp (string_to_regexp): Set a default result.
32586 (default_gdb_start): Fix misleading message.
32587
32588Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32589
32590 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32591 Remove all CC, etc definitions.
32592 * config/mt-hpux: New file.
32593 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32594 (CFLAGS, LDFLAGS): Define.
32595 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32596
32597 * Makefile.in (site.exp): Don't insert host_os, etc.
32598 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32599 (distclean): Check existence of subdir.
32600 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32601 * gdb.base/Makefile.in: General cleanup and simplification.
32602 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32603 to build executables. Use default rule to build .o files.
32604 (EXPECT, RUNTEST, CC): Fix relative pathname.
32605 (site.exp): Don't insert host_os, etc.
32606 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32607 and/or SIGUSR1 defined.
32608 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32609 * gdb.c++/Makefile.in: General cleanup and simplification.
32610 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32611 (CFLAGS): Remove.
32612 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32613
32614Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32615
32616 * gdb.base/recurse.exp: Misc changes to get tests running again
32617 after Kung's changes to the watchpoint code.
32618 * gdb.base/watchpoint.exp: Likewise.
32619
32620Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32621
32622 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32623
32624Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32625
32626 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32627 * lib/gdb.exp (default_gdb_start): Define.
32628 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32629 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32630 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32631 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32632 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32633 Don't call gdb_target_udi in between tests.
32634
32635Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32636
32637 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32638 (which was basically just a local version of the same thing). In
32639 addition to avoiding duplication, gdb_test_exact is faster.
32640 * lib/gdb.exp (gdb_test_exact): Fix typo.
32641
32642 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32643 don't give an error.
32644
32645 * gdb.base/term.exp: Call delete_breakpoints before starting.
32646
32647 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32648 (t10): Add comment.
32649
32650Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32651
32652 Reorganization of the GDB Test Suite.
32653
32654 * gdb.base: New directory, contains all the basic tests.
32655 * gdb.c++: New directory, tests specific to C++.
32656 * gdb.chill: New directory, tests specific to Chill.
32657 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32658 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32659 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32660 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32661 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32662 t30-31 to chill).
32663 * */gdbme.*: Rename to match appropriate expect scripts.
32664 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32665 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32666 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32667 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32668 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32669 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32670 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32671 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32672 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32673 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32674 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32675 gdb.c++/virtfunc.cc: New names of C++ files.
32676 * gdb.chill/chillvars.ch: New name of Chill file.
32677 * gdb.base/configure.in, gdb.c++/configure.in,
32678 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32679 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32680 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32681 * configure.in (configdirs): Update to reflect directory changes.
32682 (target_abbrev): No longer define for any configuration.
32683 * Makefile.in: Cosmetic improvements to header comments.
32684
32685Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32686
32687 Various changes to gdb.t31:
32688
32689 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32690 * gdbme.ch: Make all key-words and predefineds be upper-case.
32691 * chillvars.exp: Expect key-words and predefinds in upper-case.
32692
32693 * chillvars.exp: Use gdb_test_exact many places.
32694 Change expected output for arrays (which now includes index labels).
32695
32696 * pr-5020.exp, gdme.ch (module PR_5020):
32697 New test, for PR-5020.
32698
32699Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32700
32701 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32702 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32703
32704Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32705
32706 * Makefile.in: Fix bit-rot in definitions of CHILL,
32707 CHILL_FOR_TARGET and Chill_LIB.
32708 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32709 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32710 CHILL, and CHILL_LIB.
32711
32712Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32713
32714 * Revert the previous changes. Please see Rob's directory
32715 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32716
32717Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32718
32719 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
32720 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32721 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32722 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
32723 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32724 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32725 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32726 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32727 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32728 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32729 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32730 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32731 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32732 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32733 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32734 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32735 changes from 94Q1.
32736
32737Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32738
32739 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32740 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32741 Rob's new testing fragments.
32742
32743Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32744
32745 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32746 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32747
32748Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32749
32750 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32751 version also, match on casted version strings, and match on
32752 gdb startup case where the line numbers might be messed up.
32753
32754Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32755
32756 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32757 (CFLAGS): Delete it from here.
c906108c
SS
32758
32759Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32760
32761 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32762
32763Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32764
32765 * Makefile.in (RUNTEST): Default to just "runtest".
32766
32767Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32768
32769 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32770 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32771 the code has been restructured.
32772
32773Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32774
32775 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32776 \n, not just one of each.
32777
32778 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32779 /bin/cc gives a warning if you do.
32780
32781Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32782
d63a86f8 32783 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
32784 __t10ListS_link1ZUiRCUiPT0
32785
32786Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32787
32788 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32789 on local variables in recursive functions.
32790
32791 * gdb.t07/Makefile.in: Build the new test.
32792
32793Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32794
32795 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32796 directly. Instead compare the return values from actual calls.
32797
32798Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32799
32800 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32801
32802Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32803
32804 * From Peter Schauer with minor modifications.
a9c64011
AS
32805 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32806 stops in mid-line in the caller. Add xfail for returning a float
32807 value on X86 targets.
c906108c
SS
32808
32809Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32810
32811 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32812 to avoid expect lossage.
32813 (fmem_LRbug_tests): Likewise.
32814 * gdb.disasm/hppa.s: Corresponding changes.
32815
32816 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32817 conditions to work with latest dejagnu/expect.
32818
32819 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32820 expected to fail on the PA.
32821 (backtrace in call with trampolines): Explicitly require main
32822 to be frame #1 (no trampolines should show up in backtrace).
32823
32824 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32825 "continue -expect".
32826 * gdb.t06/break.exp: Likewise.
32827 * gdb.t07/watchpoint.exp: Likewise.
32828 * gdb.t13/bitfields.exp: Likewise.
32829 * gdb.t15/{funcargs,return}.exp: Likewise.
32830 * gdb.stabs/weird.exp: Likewise.
32831 * config/{mips,udi}-gdb.exp: Likewise.
32832
32833 * hppa.sed: Enclose comments within a sed command to avoid
32834 losing with the old OSF1 sed.
32835
32836Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32837
32838 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32839 sequent dynix.
32840 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32841 * gdb.t15/funcargs.exp: Conditionally step again to really
32842 finish from marker_call_with_trampolines. Handle the case where
32843 the first step from within call_with_trampolines already steps
32844 us back to main.
32845 * gdb.t15/gdbme.c: Add comment to closing brace of
32846 call_with_trampolines for funcargs.exp.
32847
32848Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32849
d63a86f8 32850 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
32851 Fix typo(s).
32852
32853Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32854
32855 * gdb.t07/gdbme.c: More code for watchpoint testing.
32856
32857 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32858 "Hardware watchpoint" throughout file.
32859 (test_watchpoint_triggered_in_syscall): New test.
32860 (test_complex_watchpoint): New test.
32861
32862Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32863
32864 * gdbme.c (call_with_trampolines): New function to try and step
32865 into. Tests trampoline problems on the PA.
32866
32867 * funcargs.exp (localvars_in_indirect_call): No longer expect
32868 stepping into indirect call to fail on PAs.
32869 (test_stepping_over_trampolines): New test.
32870
32871Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32872
32873 * TODO: Add suggestions for static member function tests, and
32874 completion tests.
32875
32876Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32877
32878 * TODO: Add suggestions for "p/a" tests.
32879
32880 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32881 (default_gdb_exit): Replace all the hair with sending "quit" to
32882 the process with a simple close.
32883
32884Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32885
32886 * TODO: Add suggestions for shared library tests.
32887
32888Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32889
32890 * TODO: Add suggestions for x/s tests.
32891
32892Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32893
32894 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32895 "enable once", and "enable breakpoints once" with ".*".
32896
32897Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32898
32899 * TODO: Add suggestions about structure passing tests.
32900
32901Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32902
32903 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32904 the primary1 test, use work around if __GNUC__ < 2.
32905 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32906 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32907 Test for bad output rather than waiting for timeout. Issue
32908 second continue only if first continue failed.
32909
32910Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32911
32912 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32913 operator[] test with gdb_test because the old code didn't seem to
32914 be getting the quoting right with the new dejagnu.
32915
32916Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32917
32918 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32919 one from the path.
32920 * Makefile.in: Use a fresh expect if there is one, use runtest
32921 from the src tree if there is one.
d63a86f8 32922
c906108c
SS
32923Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32924
32925 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32926 next over recursive call. Revise the tests from that point on
32927 (which had been skipped) to match GDB's actual (correct) output.
32928
32929 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32930 with next over a breakpoint whose condition is false.
32931
32932 * gdb.t00/help.exp: Comment out "help set print" tests just like
32933 (and for same reason as) "help set" test.
32934
32935Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32936
32937 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32938 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32939
32940Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32941
32942 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32943 necessary gdb_target_udi.
32944
32945 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32946
32947 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32948 1838 and 2417; they are fixed.
32949
32950 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32951 gdb.t03/ptype.exp (ptype structure, ptype union):
32952 Remove xfails; the test is looser than when the xfails were added.
32953
32954 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32955 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32956
32957 * gdb.t01/run.exp: Only run shell test if isnative.
32958
32959 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32960 since "run" automatically loads if necessary. Call gdb_target_udi
32961 after the "file" since "file" kills any execution target.
32962
32963 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32964 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32965 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32966 argument for UDI.
32967
32968Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32969
32970 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32971
32972 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32973
32974Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32975
32976 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32977 properly quoting regexps. This makes the second argument to
32978 demangle a fixed string, which matches the callers, instead of a
32979 shell-style pattern which is what the previous implementation
32980 used. Update some of the callers.
32981
32982Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32983
32984 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32985 (comib_nullified_tests): Fix typo.
32986 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32987 strings. No longer expected to fail.
32988
32989 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32990 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32991 strings. No longer expected to fail.
32992
32993 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32994 string. No longer expected to fail.
32995
32996Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32997
32998 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32999 No longer expected to fail.
33000
33001 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
33002 string. No longer expected to fail.
33003
33004Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33005
33006 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
33007 only in the names (I probably got most of them). I was even
33008 generous with some which differed in underscores in names, and
33009 probably missed a few, and I *still* was able to remove almost a
33010 third of the file with almost no impact on testsuite coverage.
33011
33012Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33013
33014 * gdb.t00/default.exp: Match udi_attach error message as well as
33015 the one from child_attach.
33016
33017 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
33018
33019 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
33020
33021 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
33022 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
33023
33024 * Move test with enums and partial symbols back to
33025 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
33026 Reverts the change of 26 May 93. Per today's change to
33027 stabs.texinfo, the behavior that weird.exp was expecting was
33028 unreasonable; what is important is that the compiler+gdb get
33029 things right, which happens with a recent gcc. Also fix the test
33030 to deal with native compilers which put out the stab gdb can't
33031 deal with.
33032
33033Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33034
33035 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33036 in the names. The main thing these accomplish is to slow things down.
33037 Many more such duplicates surely remain.
33038
33039 * gdb.t00/help.exp: Comment out "help support" test just like
33040 (and for same reason as) "help set" test.
33041
33042Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33043
33044 * gdb.t06/break.exp: Remove setup_xfails for
33045 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33046 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33047 about known bug in gcc to include up through 2.5.8.
33048 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33049 well as "_vb$".
33050 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33051 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33052 with latest gcc and gdb.
33053 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33054 well as "_vb$".
33055
33056Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33057
33058 * configure.in (hppa*-*-*): Also configure and build stabs-only
33059 tests.
33060
33061Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33062
33063 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33064 * gdb.t10/configure.in (hppa*-*-*): Use it.
33065
33066Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33067
33068 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33069
33070Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33071
33072 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33073 versions prior to 1.13.5.
33074
33075Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33076
33077 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33078 the prompt is at the start of a line.
33079
33080Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33081
33082 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33083 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33084 in the copr tests now.
33085 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33086 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33087 expected to fail.
33088
33089Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33090
33091 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33092 gdb.t31/chillvars.exp, lib/gdb.exp:
33093 Tweak to run under either version of expect.
33094 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33095 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33096 * gdb.t11/list.exp: Remove extraneous whitespace.
33097
33098Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33099
33100 * gdb.t16/printcmds.exp (test_print_strings): Accept
33101 "(unsigned char *) " before the string.
33102
33103 * TODO: Add notes about printing of fancy types and GDB expressions.
33104
33105Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33106
33107 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33108 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 33109 if doing mips-idt-ecoff.
c906108c
SS
33110
33111Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33112
33113 * Most .exp files: Tweak to run under either version of expect.
33114
33115Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33116
33117 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33118 xfails; I'm not sure why they are failing, but not because of PR 1806.
33119
33120Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33121
33122 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33123 defined in lib/gdb.exp.
33124
33125Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33126
33127 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33128 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33129 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33130 have to be typeless.
33131
33132Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33133
33134 * TODO: Add suggestion for copyright year test.
33135
33136Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33137
33138 * configure.in (*-*-lynxos*): Add stabs tests.
33139
33140Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33141
33142 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33143 so insert a tab before any assembler directive in column zero.
33144
33145 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33146 stores.
33147 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33148 stores.
33149 (fpu_short_memory_tests): Likewise.
33150
33151Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33152
33153 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33154 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33155 .stabs directives in comments.
33156
33157Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33158
33159 * TODO: New file, describing tests we could write.
33160 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33161
33162Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33163
33164 * gdb.t06/signals.exp: Add kludge to force re-sync.
33165
33166 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33167 to xgdb instead of gdb, get out of gdb.
33168
33169Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33170
33171 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33172 for info.
33173
33174Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33175
33176 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33177 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33178 * gdb.stabs/hppa.sed: New sed script for the PA.
33179
33180Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33181
33182 * gdb.stabs: Re-write weird.def and configuration to use sed
33183 instead of cpp. sed is portable and POSIX; cpp is neither.
33184
33185Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33186
33187 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33188
33189Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33190
33191 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33192
33193Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33194
33195 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33196 "_vb$".
33197 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33198 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33199
33200Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33201
33202 * lib/gdb.exp: Comment out code which depends on non-existent
33203 `transform' procedure.
33204
33205Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33206
33207 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33208 * lib/gdb.exp: Transform tool name.
33209 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33210 1.1's new error handling system.
33211
33212Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33213
33214 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33215
33216Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33217
33218 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33219 They made pattern matching so slow that timeouts happened on
33220 heavily loaded systems. Now any output from "show print" which
33221 gets us back to the GDB prompt is a PASS.
33222
33223Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33224
33225 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33226
33227Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33228
33229 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33230
33231 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33232 It is not from PR 3220.
33233
33234Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33235
33236 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33237 just started failing because they depended on the order the
33238 subcommands are presented, or exact docstring text. This kind of
33239 test is a pain and has minimal benefit.
33240
33241Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33242
33243 * gdb.t09/corefile.exp: At end of test, use "core" command with
33244 no arguments.
33245
33246Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33247
33248 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33249 17}/Makefile.in: Make it possible to run the testsuite with Sun
33250 make and CC = cross gcc by adding explicit build rules for .o
33251 files.
33252
33253Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33254
33255 * gdb.t15/funcargs.exp: Don't put comments on same line as
33256 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 33257
c906108c
SS
33258Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33259
33260 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33261
33262Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33263
33264 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33265 * gdb.t20/inherit.exp: remove three dumplicate entries.
33266
33267Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33268
33269 * gdb.t06/break.exp: For "next over recursive call", fail on any
33270 incorrect output, not just on "factorial (value=2)".
33271
33272Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33273
33274 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33275 working now. Add an xfail if accesing a bss variable causes
33276 a memory error if the target is not yet run.
33277
33278Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33279
33280 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33281 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33282 name of __st* demangling (2 strings). Did Kung really get the
33283 more than 95 others right without testing them?
33284
33285Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33286
33287 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33288
33289Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33290
33291 * configure.in (configdirs): Add gdb.disasm
33292 * gdb.disasm: New directory for GDB disassembler tests.
33293 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33294
33295Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33296
33297 * gdb.t00/help.exp: Don't test "help set".
33298
33299 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33300 from within expect statements. None of these happen anymore and
33301 they cause regressions to be silently unnoticed.
33302
33303 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33304 messages) about known failures with gcc cygnus-2.4.5-930417.
33305
33306 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33307 comp-info.exp so it gets built if it doesn't exist.
33308
33309 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33310 it is no longer used.
33311 * gdb.t13/comp-info.c: Removed.
33312
33313Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33314
33315 * gdb.t06/signals.exp: Add xfail for sun3.
33316
33317Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33318
33319 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33320 relevant because ^C doesn't get sent but failure can be reproduced
33321 interactively).
33322
33323Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33324
33325 * gdb.stabs/alpha.mt: New configuration file for alpha.
33326 * gdb.stabs/configure.in: Use it.
33327 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33328 sharing with alpha.mt, redefine long to word via preprocessor.
33329 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33330 for alpha.
33331 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33332 native cc.
33333 * gdb.t00/teststrategy.exp: Change expect string so that we
33334 consume the `(xgdb)' from the command echo and from the gdb prompt.
33335 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33336 gdb currently compares all values as long, so this failure probably
33337 applies to any configuration where LONGEST is bigger than a target int.
33338 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33339 with gcc.
33340 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33341 to handle opaque pointers, gcc is.
33342 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33343 as first argument. Include <sys/types.h> and change all operator
33344 new definitions to use size_t.
33345 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33346 now that we use size_t.
33347
33348Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33349
a9c64011 33350 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 33351 a long or float array cast all array members to the same type.
a9c64011 33352 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 33353 with 64 bit longs.
a9c64011 33354 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 33355 on alpha.
a9c64011 33356 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
33357
33358Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33359
33360 * gdb.t24 (demangle.exp): Constructors of templates have names like
33361 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33362 section 14.6 of the ARM.
33363
33364 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33365 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33366 accomplish little and slow down the testsuite.
33367
33368 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33369 Accept spaces various places.
33370
33371Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33372
33373 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33374 with watchpoint enabled.
33375
33376 * Makefile.in: Remove definition of CC and remove the second
33377 definition of CXX (the "CXX = gcc" one remains). These definitions
33378 were causing backquotes to be expanded within backquotes, which
33379 doesn't work.
33380
33381Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33382
33383 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33384
33385Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33386
a9c64011
AS
33387 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33388 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
33389 by mips cc and contains no stabs entries.
33390
33391Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33392
33393 * config/vx-gdb.exp: Use fake device to load files rather than
33394 NFS.
33395 * lib/gdb.exp: New proc to do "file" command.
33396 * config/unix-gdb.exp: Use new "file" proc.
33397
33398Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33399
33400 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33401 Rework board rebooting slightly.
33402 (gdb_exit): Don't exit from the remote shell; there isn't one.
33403 * gdb.stabs/weird.exp: If a program is being debugged already,
33404 kill it.
33405 * gdb.t04/setvar.exp: Stop and restart gdb.
33406 * gdb.t05/expr.exp: Likewise.
33407 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33408 restart gdb and reload the program.
33409 * gdb.t08/opaque.exp: Likewise.
33410 * gdb.t12/scope.exp: Likewise.
33411 * gdb.t13/bitfields.exp: Likewise.
33412 * gdb.t15/funcargs.exp: Likewise.
33413 * gdb.t20/classes.exp: Likewise.
33414 * gdb.t03/ptype.exp: Increase timeout.
33415 * gdb.t16/printcmds.exp (test_print_string_constants,
33416 test_print_array_constants): Likewise.
33417 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33418 * gdb.t20/classes.exp (do_tests): Likewise.
33419 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33420
33421Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33422
33423 * gdb.stabs: Renamed *wierd* to *weird*.
33424
33425Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33426
33427 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33428 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33429
33430Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33431
33432 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33433 (do_tests): Remove xfail for whatis on one_var and two_var.
33434
33435Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33436
33437 * Makefile.in: Made cross building work better by adding
33438 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33439
33440Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33441
33442 * gdb.t15/{return.c,return.exp,Makefile.in}:
33443 New test, currently commented out.
33444
33445Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33446
33447 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33448 still running and removes the leftover named socket so GDb can do
33449 clean restarts.
33450
33451Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33452
33453 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33454 console, not GDB.
33455 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33456 cross testing works better with "make check"
33457 * config/unix-gdb: Use default procedures for exit and version.
33458 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33459 with the newest VxWorks.
33460
33461Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33462
33463 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33464 old form.
33465
33466 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33467 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33468
33469 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33470
33471 * config/unix-gdb.exp: Remove this version of gdb_exit
33472 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33473 Rob says he'll look at it when he gets back to testing boards.
33474
33475Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33476
33477 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33478 an expected fail for certain ptype commands.
33479
33480 * gdb.t20/classes.exp: Update expected results of "ptype class
33481 Base1" to account for the constructor that now appears in the type.
33482
33483Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33484
33485 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33486 disappeared from list.
33487 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33488 "alldone" proc with call to cleanup and exit.
33489 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33490 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33491 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33492 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33493 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33494 "alldone" proc with simple returns that suppress remaining
33495 tests. The alldone proc went away many months ago.
33496
33497Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33498
33499 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33500
33501 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33502
33503Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33504
33505 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33506 as vax gdb will display them.
33507
33508Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33509
33510 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33511 optimizers.
33512
33513 * scope.exp: Change "bad value for localval" messages so each one
33514 is unique.
33515
33516 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33517 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33518
33519 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33520
33521Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33522
33523 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33524 doesn't exist (due to optimization).
33525
33526Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33527
33528 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33529 contains \r because the filename is long.
33530
33531 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33532 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33533
33534Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33535
33536 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33537 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33538 Ultrix.
33539 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33540 int tests.
33541 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33542
33543Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33544
33545 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33546
33547 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 33548 to match does not match the passing case but still matches the
c906108c
SS
33549 failing case.
33550
33551Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33552
33553 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33554
33555Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33556
33557 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33558 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33559 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33560 Remove various versions of gdb_exit.
33561 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33562 gdb_exit.
33563 * config/unix-gdb.exp: gdb_exit remains here, and should override
33564 the generic version, since it's doing a lot of wierd stuff that
33565 the other versions aren't. FIXME, fold it in, or abandon this
33566 version.
33567
33568Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33569
33570 * gdb.t24/demangle.exp: Add tests for PR 3220.
33571
33572Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33573
33574 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33575
33576Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33577
33578 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33579 "i386-*-*". Works for i486 as well.
33580
33581 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33582 bug, and expand domain of xfail to all SVR4 systems, since the
33583 actual problem is likely to be in generic SVR4 /proc support.
33584
33585Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33586
33587 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33588
33589Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33590
33591 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33592 xfails for other systems. Match a missing 'Continuing.' as an
33593 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33594
33595 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33596 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33597 Only issue warning for missing executables if -all option is used.
33598
33599 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33600 file if -all option is used. It's like an unpredictable XFAIL.
33601
33602Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33603
33604 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33605 for dynamically linked binaries.
33606
33607 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33608
33609Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33610
33611 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33612 to state that this is a known bug in old versions of g++.
33613
33614Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33615
33616 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33617 while waiting for `Continuing'.
33618
33619Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33620
33621 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33622 in text, data, and bss.
33623 * gdb.t10/nodebug.c: Add local and global test variables for
33624 initialized and uninitialized data.
33625
33626Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33627
33628 * config/unix-gdb.exp (gdb_exit): Add "wait".
33629
33630Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33631
33632 * gdb.t06/signals.exp: xfail the continue from the handler for all
33633 targets.
33634
33635 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33636 function with watchpoints enabled, the i386 call dummy starts with
33637 a call.
33638
33639 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33640 386 bsd names its corefiles.
33641
33642Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33643
33644 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33645 compilers don't grok it.
33646 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33647 with small octal ints rather than character constants, which
33648 are signed and might not fit if first promoted to int.
33649
33650Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33651
33652 * gdb.t09/Makefile.in (clean): Remove corefile.
33653
33654Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33655
33656 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33657
33658Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33659 and Jim Kingdon (kingdon@cygnus.com)
33660
33661 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33662 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33663 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33664
33665Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33666
33667 * gdb.t17/interrupt.exp: Add xfail for hppa.
33668
33669Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33670
33671 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33672 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33673 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33674 to determine signed-ness of bitfields and use the result to setup
33675 the xfail.
33676 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33677 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33678 call line is reached if necessary.
33679
33680Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33681
33682 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33683
33684Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33685
33686 * gdb.t06/break.exp: Also test `clear' command.
33687
33688Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33689
33690 * gdb.t00/teststrategy.exp: Remove extra quote.
33691
33692 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33693 watchpoint enabled to be for all non-68k machines.
33694
33695 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33696
33697Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33698
33699 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33700 targets use aout.mt instead of ecoff.mt as gas understands
33701 standard aout format.
33702
33703Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33704
33705 * lib/gdb.exp (runto): Don't insist that function we are running to
33706 was compiled with -g.
33707
33708 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33709
33710 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33711 to get back into the read system call.
33712 Accept leading newline in case where we woke it up.
33713
33714Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33715
33716 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33717 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33718 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33719 enable ecoff configuration.
33720
33721Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33722
33723 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33724
33725Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33726
33727 * gdb.t16/printcmds.exp: Add another printf test.
33728
33729Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33730
33731 * configure.in: If configured -with-stabs on any target, add
33732 stabsdirs to configdirs.
33733
33734Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33735
33736 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33737 fun" so pattern does not match the command itself.
33738
33739Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33740
33741 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33742
33743Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33744
33745 * gdb.t17/interrupt.exp: Test for more things.
33746
33747Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33748
33749 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33750 compiler arranges the code and line numbers.
33751
33752 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33753
33754Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33755
33756 * gdb.t00/help.exp: Increase expect input buffer size.
33757
33758Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33759
33760 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33761
33762 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33763
33764 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33765
33766 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33767 [0-9]*, not just [0-9].
33768
33769Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33770
33771 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33772
33773 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33774
33775Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33776
33777 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33778
33779Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33780
33781 * gdb.t06/signals.c: Add xfails for sun3.
33782
33783 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33784
33785 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33786 test_stepping tests.
33787
33788Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33789
33790 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33791
33792 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33793
33794 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33795 rather than actually putting it through cpp twice.
33796
33797 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33798
33799Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33800
33801 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33802 no longer needed.
33803
33804Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33805
33806 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33807
33808 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33809 C++ features prints as "struct", make it a pass, not an xfail.
33810
33811Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33812
33813 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33814 Don't require VA to print as "class" rather than "struct".
33815
33816Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33817
33818 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33819
33820Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33821
33822 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33823
33824Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33825
33826 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33827 order.
33828
33829Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33830
33831 * gdb.t16/printcmds.exp: Add printf tests.
33832
33833 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33834
33835 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33836
33837Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33838
33839 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33840 pass counts, to counteract any existing or future setup_xfails.
33841
33842Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33843
33844 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33845 {BEGIN,END}_COMMON for common block instead of STAB.
33846 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33847
33848 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33849 intp_var should be N_GSYM not N_LSYM.
33850 wierd-aout.S: Use a label for the value of the N_SO.
33851 wierd.def: Remove all backslashes.
33852 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33853
33854Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33855
33856 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33857 get the expected next to inheritance3.
33858
33859Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33860
33861 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33862 now that gcc-2.4 gets it right.
33863
33864Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33865
33866 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33867
33868 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33869 generating comp-info.exp which works for cross-compilation.
33870
33871Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33872
33873 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33874 "*-*-sysv4.*".
33875
33876Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33877
33878 * gdb.t01/run.exp: Start with a fresh gdb.
33879 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33880 SVR4.x.
33881
33882Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33883
33884 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33885 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33886 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33887 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33888 things to remove.
33889
33890Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33891
33892 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33893 test cases from bug reports.
33894
33895Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33896
33897 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33898 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33899 avoid spurious xfails.
33900 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33901 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33902 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33903
33904Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33905
33906 * gdb.t00/teststrategy.exp: Rework to provide more useful
33907 description of each test, fix problem with systems that define
33908 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33909 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33910 results for "next over recursive call" so timeouts aren't taken
33911 by error.
33912
33913Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33914
33915 * gdb.t12/scope.exp: Test printing of variables before run.
33916
33917 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33918 printed in wrong order due to sorting.
33919
33920Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33921
33922 * gdb.t00/teststrategy.exp: Fix expected results for printing
33923 user entered string constant. Is array of char, prints with no
33924 address.
33925
33926 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33927 commands.
33928 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33929 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33930 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33931 of struct of char arrays.
33932 * gdb.t00/radix.exp: New tests for radix commands.
33933
33934Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33935
33936 * gdb.t16/printcmd.exp: Print a variable before running program
33937 (with xfail for AIX).
33938
33939Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33940
33941 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33942
33943 * gdb.t16/printcmd.exp: Don't print variables before running program.
33944
33945 * gdb.t06/break.exp: Don't require envp argument to main.
33946
33947 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33948
33949 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33950 Add xfails for rs6000.
33951
33952 * gdb.t02/whatis.exp: Change other tests not to re-test something
33953 we already tested.
33954
33955 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33956 each type used has a variable of that type.
33957
33958Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33959
33960 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33961
33962Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33963
33964 * configure.in: change srctrigger to be a file, not a directory
33965
33966Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33967
33968 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33969
33970 * gdb.t11/list.exp: Fixed a couple of typos.
33971
33972Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33973
33974 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33975 is fixed and PR is closed.
33976 * gdb.t16 (gdbme.c): Add simple test string variable.
33977 * gdb.t16 (printcmds.exp): Add tests with simple test string
33978 variable, primarily for boundaries on "set print elements".
33979
33980Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33981
33982 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33983 Make leading 0's optional and don't expect a tab in the middle
33984 of the number.
33985
33986 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33987
33988 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33989 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33990 don't end command passed to gdb_test with newline.
33991
33992 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33993 signed keyword away, don't expect signed bitfields to be signed.
33994
33995 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33996 printing with only as many 1's as are in the field as well as printing
33997 with 32 1's (see comment).
33998
33999Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
34000
34001 * gdb.t00/default.exp: Start with a fresh gdb.
34002 * configure.in (configdirs): Remove gdb.t31 until the chill
34003 compiler works again. It no longer is able to find chillrt0
34004 since it isn't in libchill.a anymore.
34005 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
34006 wierd.o, make more modular.
34007 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
34008 spurious newlines that caused problems.
34009
34010Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34011
34012 * Move test with enums and partial symbols from gdb.t03/ptype.exp
34013 to gdb.stabs/wierd.exp since GCC has worked around the bug.
34014 gdb.stabs/wierd.{exp,def}: Many new tests.
34015
34016 * gdb.t00/default.exp: update info line for new message.
34017
34018 * gdb.t02/{whatis.exp,gdbme.c}:
34019 Test that "char *" doesn't print as "caddr_t".
34020
34021Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34022
34023 * gdb.t00/help.exp: Use .* in place of some help messages which
34024 just changed.
34025 gdb.t00/default.exp: Update "info frame" test for new message.
34026 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
34027 Remove some xfails
34028
34029Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34030
34031 * gdb.t03/{gdbme.c,ptype.exp}:
34032 Add tests for typedef'd struct and union without tags.
34033 Also check "whatis" on a variable of a typedef'd enum without a tag.
34034
34035 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34036 PRMS 1823; the bug still exists but isn't reproduced by this test
34037 anymore), and remove rs6000 XFAIL (the bug is fixed).
34038
34039 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34040 duplicated from whatis.exp. For those that are left, accept
34041 "long", "long int", or "int" for long variables (whatis.exp already
34042 has an XFAIL for "int", so no need to fail it here).
34043
34044 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34045 Deal with GCC's names for types now that GDB uses the compiler's names.
34046
34047 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34048 setup_xfail's for sunos4. If we #defined the signed keyword away,
34049 don't expect GDB to know that char it is signed.
34050
34051 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34052
34053Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34054
34055 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34056 should work on any system, regardless of debugging format.
34057 * gdb.t21/demangle.exp: Move to gdb.t24.
34058 * gdb.t24/demangle.exp: Move from gdb.t21.
34059 * gdb.t24/{Makefile.in, configure.in}: New files.
34060
34061Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34062
34063 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34064 * gdb.stabs: New directory.
34065
34066Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34067
34068 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34069 not just "Quit anyway?".
34070
34071Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34072
34073 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34074 that all setup_xfails are immediately followed by clear_xfails.
34075
34076Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34077
34078 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34079 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34080 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34081 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34082 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34083 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34084 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34085 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34086 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34087 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34088 gdb.t31/chillvars.exp, lib/gdb.exp:
34089 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34090 bug-gdb@prep.ai.mit.edu.
34091
34092Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34093
34094 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34095 with 0.0, not integer 0.
34096
34097Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34098
34099 * gdb.t06/break.exp: Update for "Kill the program" message change.
34100
34101Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34102
34103 * Makefile.in (GDBFLAGS): Set to -nx.
34104 * Makefile.in (site.exp): Use GDBFLAGS.
34105
34106Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34107
34108 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34109 Makefiles.
34110 (check): depend on just-check.
34111 (just-check): added so that tests can be run without a noop
34112 build pass.
34113
34114Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34115
34116 Switch to using configure's configdirs.
34117 * Makefile.in (Makefile): add configure.in dependency.
34118 (SUBDIRS): removed redundant assignment.
34119 * configure.in: switch subdirs assignment to configdirs.
34120 * gdb.t*/configure.in: new files.
34121
34122Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34123
34124 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34125 works.
34126
34127Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34128
34129 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34130 in explicit rules. Apparently this is not supported by some makes.
34131
34132Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34133
34134 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34135
34136Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34137
34138 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34139 disappeared.
34140
34141Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34142
34143 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34144
34145Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34146
34147 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34148 watchpoint problem that is now fixed.
34149 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34150 uninitialized convenience variables.
34151 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34152 structures.
34153
34154Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34155
34156 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34157 which causes expect to get out of sync with gdb on long output
34158 from help set.
34159 * gdb.t09/corefile.exp: Make expected pattern for core file
34160 failing signal and frame output format less sun specific.
34161
34162Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34163
34164 * gdb.t31/chillvars.exp: Add and remove initial dummy
34165 breakpoint, so that symbol table is forced in.
34166 (Needed at least on Sunos4, though it seems not SVR4.)
34167 * gdb.t31/chillvars.exp: Update for changed output format.
34168
34169Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34170
a9c64011 34171 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
34172
34173Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34174
34175 * Makefile.in: Added --srcdir when invoking runtest, removed the
34176 need for a local config file. (optional now)
34177
34178Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34179
34180 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34181 failure count used to force early termination. Add some more
34182 expected failures for gnu style demangling.
34183
34184Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34185
34186 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34187 pmi variable from gdb.t20/gdbme to get optimized away.
34188 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34189 Check for written corefile upon timeout _and_ eof.
34190
34191Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34192
34193 * config/unix-gdb.exp: Add missing return 0.
34194
34195Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34196
34197 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34198 test termination.
34199
34200Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34201
34202 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34203 disappeared.
34204
34205Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34206
34207 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34208 time as i860 support works.
34209
d63a86f8 34210 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
34211 "backtrace 100\r" rather than just "backtrace\r", to match last
34212 change.
34213
34214Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34215
34216 * config/udi-gdb.exp (gdb_exit): Remove close command.
34217 (gdb_target_udi): New procedure to set the UDI target.
34218 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34219 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34220 Added waits for prompts after several question responses. Added
34221 some more responses used by a29k-amd-udi-gdb.
34222 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34223 pass different arguments, restart UDI connection after program
34224 completion.
34225 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34226 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34227 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34228 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34229 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34230 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34231 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34232 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34233 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34234 after program completion.
34235 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34236 compiled with a SELECT_VECS setting.
34237 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34238 infinite recursion.
34239
34240 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34241 Added checks for COFF results, and made them expected failures for
34242 all targets. It would be better to make them expected failures
34243 for COFF targets only.
34244
34245Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34246
34247 * Makefile.in: add null dvi target, don't bother to recurse
34248 through test directories for info and install-info; rename
34249 $(datadir) to be dejagnu instead of deja-gnu
34250
34251Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34252
34253 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34254 compiler to coredump.
34255 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34256 code.
34257
34258Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34259
34260 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34261 coredump.
34262 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34263 code.
34264
34265Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34266
34267 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34268 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34269 which in a shell. Deletes xgdb when done.
34270 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34271 Tests the return from the "set height" or "set width" commands.
34272 Added a few return codes where needed.
34273
34274Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34275
34276 * Makefile.in (SUBDIRS): Add gdb.t17.
34277 * configure.in (subdirs): Add gdb.t17.
34278 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34279 files to test gdb's calling of functions in the inferior with
34280 the correct arguments and gdb's ability to retrieve any
34281 result returned.
34282
34283Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34284
34285 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34286 may be called after gdb goes away. Previous versions of expect
34287 needed these to avoid file descriptor leaks, but they cause
34288 errors with the current revision of expect.
34289 * gdb.t00/gdbvars.exp: Use -re on expected output after
34290 setting sevenbit-strings.
34291 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34292 to set sevenbit-strings consistent across tests.
34293 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34294 set sevenbit-strings consistent across tests.
34295
34296Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34297
34298 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34299 expected output to match current "expect" expectations.
34300
34301Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34302
34303 * gdb.t00/default.exp: Change expected output for default "source"
34304 command, to match new gdb behavior which requires a filename to
34305 source.
34306
34307Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34308
34309 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34310 expected fail for i486-*-* that misses the marker2 function.
34311 * gdb.t10/crossload.exp (bfddefault): Allow successful
34312 recognition of a format to pass even if no symbols are found.
34313 Explicitly catch failures where the format is not recognized
34314 or is ambiguous, and add the reason to the fail message.
34315 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34316 the cause is and invalid target and add reason to failure message.
34317 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34318 elf32-i386, elf32-sparc, and elf32-i860.
34319 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34320 Set up expected failure for 'filename'::variable scope resolution,
34321 which is now apparently broken on all targets.
34322 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34323 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34324 gdb.t23/templates.exp: Change failure for missing binfile into
34325 just a warning.
34326 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34327 references.
34328
34329Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34330
34331 * gdb.t00/default.exp: Add expected output for default "source"
34332 command, to match new gdb behavior.
34333 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34334
34335Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34336
34337 * config/*-gdb.exp: returns an error, rather than exiting on
34338 internal errors.
34339
34340Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34341
34342 * gdb.t03/gdbme.c: Add pointer to struct variable.
34343 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34344 referencing struct members.
34345
34346Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34347
34348 * configure.in (mips-idt-ecoff): New target.
34349 * config/mips-gdb.exp: New file for remote board using MIPS remote
34350 debugging protocol.
34351
34352 * Redid configuration scheme. Removed gdb.t*/configure.in.
34353 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34354 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34355 distclean targets. Built executables via .o files. Adjusted
34356 tests to account for source files in $(srcdir) rather than
34357 $(objdir).
34358 * lib/gdb.exp (runto): Don't expect () after the function name,
34359 because it may have arguments.
34360
34361Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34362
34363 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34364 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34365 expected failures for mips-idt-* and mips-sgi-*.
34366 * gdb.t00/default.exp (attach): Kill process if requested.
34367 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34368 that does not read core files.
34369 * gdb.t01/run.exp: Removed checks for exit status code.
34370 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34371 it is linked in.
34372 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34373 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34374 appropriate, rather than doing it by hand.
34375 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34376 execution.
34377 * gdb.t10/crossload.exp: Kill existing program if needed.
34378 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34379 appropriate, rather than doing it by hand. Always increase
34380 timeout for this test, not just for VxWorks.
34381
34382Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34383
34384 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34385 of Chill STRUCT types and STRUCT values.
34386 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34387 than "char".
34388 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 34389 struct2): New struct definitions and initializations to test
c906108c
SS
34390 simple Chill STRUCT types.
34391
34392Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34393
34394 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34395 the null byte at the end of strings.
34396 * gdb.t00/default.exp: Make show version insensitive to copyright
34397 date.
34398 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34399 to avoid dependencies on target char signedness.
34400 * gdb.t16/printcmds.exp: Update expected results for explicitly
34401 unsigned char.
34402 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34403 now work.
34404 * gdb.t21/demangle.exp: Add many more patterns for template
34405 demangling, most of them being expected failures.
34406 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34407 string we are matching for, to match on the whole string.
34408 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34409 and fix a whole bunch that had incorrect expected output but were
34410 passing anyway because of the bug in "proc demangle".
34411 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34412 type.
34413 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34414
34415Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34416
a9c64011
AS
34417 * gdb/testsuite: made modifications to testcases, etc., to allow
34418 them to work properly given the reorganization of deja-gnu and the
34419 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
34420
34421Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34422
34423 * gdb/testsuite: Initial creation of gdb/testsuite.
34424 Migrated dejagnu testcases and support files for testing nm to
34425 gdb/testsuite from deja-gnu. These files were moved "as is"
34426 with no modifications. This migration is part of a major overhaul
34427 of dejagnu. The modifications to these testcases, etc., which
34428 will allow them to work with the new version of dejagnu will be
34429 made in a future update.
48efe704 34430
8d8cb839 34431 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 34432\f
8d8cb839
EZ
34433;; Local Variables:
34434;; mode: change-log
34435;; left-margin: 8
34436;; fill-column: 74
34437;; version-control: never
34438;; End:
902f2ccb 34439
ecd75fc8 34440 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
34441 Copying and distribution of this file, with or without modification,
34442 are permitted provided the copyright notice and this notice are preserved.