]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb.base/memattr.exp regexp improvements.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
fc98a809
AB
12014-04-16 Andrew Burgess <aburgess@broadcom.com>
2
3 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4 appearing in any order.
5
87fd9e6e
DE
62014-04-15 Doug Evans <dje@google.com>
7
8 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
9 uninitialized value of "description".
10
099fc3ea
KS
112014-04-15 Keith Seitz <keiths@redhat.com>
12
13 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14 Remove unused globals.
15 (test_running_the_program): Likewise.
16 (test_controlled_execution): Likewise.
17 (test_controlling_breakpoints): Likewise.
18 (test_program_termination): Likewise.
19
5da151d4
KS
202014-04-15 Keith Seitz <keiths@redhat.com>
21
22 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23 unused globals.
24 (test_rbreak_creation_and_listing): Likewise.
25 (test_ignore_count): Likewise.
26 (test_error): Likewise.
27
35e5d2f0
PA
282014-04-15 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
31 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
32 sym-file-loader.c.
33 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
34 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
35 to sym-file-loader.c.
36 (struct library): Forward declare.
37 (load_shlib, lookup_function): Change prototypes.
38 (find_shstrtab, find_strtab, find_shdr, find_symtab)
39 (translate_offset): Remove declarations.
40 (get_text_addr): New declaration.
41 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
42 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
43 sym-file-loader.h.
44 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
45 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
46 here from sym-file-loader.h.
47 (struct library): New structure.
48 (load_shlib, lookup_function): Change prototypes and adjust to
49 work with a struct library.
50 (find_shstrtab, find_strtab, find_shdr, find_symtab)
51 (translate_offset): Make static.
52 (get_text_addr): New function.
53 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
54
eb4c1710
PA
552014-04-15 Pedro Alves <palves@redhat.com>
56
57 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
58
2d1baf52
PA
592014-04-15 Pedro Alves <palves@redhat.com>
60
61 * gdb.base/sym-file-loader.c: Include <limits.h>.
62 (SELF_LINK): New define.
63 (get_origin): New function.
64 (load_shlib): Use it.
65 * gdb.base/sym-file.exp: Don't early return if the target is
66 remote. Use runto_main, and issue fail is that fails. Use
67 gdb_load_shlibs.
68 (shlib_name): Delete.
69 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
70
7dd6df01
PA
712014-04-15 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/sym-file.exp: Remove regex characters from test
74 message. Don't refer to breakpoint numbers in test messages.
75
b50c8614
KS
762014-04-14 Keith Seitz <keiths@redhat.com>
77
78 PR c++/16253
79 * gdb.cp/var-tag.cc: New file.
80 * gdb.cp/var-tag.exp: New file.
81 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
82 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
83 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
84 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
85
3d567982
TT
862014-04-14 Tom Tromey <tromey@redhat.com>
87
88 * gdb.cp/classes.exp (test_enums): Handle underlying type.
89 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
90 type.
91 * gdb.cp/enum-class.exp: New file.
92 * gdb.cp/enum-class.cc: New file.
93
0626fc76
TT
942014-04-14 Tom Tromey <tromey@redhat.com>
95
96 * gdb.dwarf2/enum-type.exp: New file.
97
dca325b3
SA
982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
99
100 * gdb.mi/mi-vla-c99.exp: New file.
101 * gdb.mi/vla.c: New file.
102
5854b38a
SA
1032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
104
105 * gdb.base/vla-datatypes.c: New file.
106 * gdb.base/vla-datatypes.exp: New file.
107
463bb957
SA
1082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
109
110 * gdb.base/vla-ptr.c: New file.
111 * gdb.base/vla-ptr.exp: New file.
112
3dd170be
SA
1132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
114
115 * gdb.dwarf2/count.exp: New file.
116
5ecaaa66
SA
1172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
118
119 * gdb.base/vla-sideeffect.c: New file.
120 * gdb.base/vla-sideeffect.exp: New file.
121
41f1ada5
DB
1222014-04-14 David Blaikie <dblaikie@gmail.com>
123
124 * gdb.mi/non-stop.c: Add return value for non-void function return
125 statement.
126 * gdb.threads/staticthreads.c: Ditto.
127
0be03e84
DE
1282014-04-12 Siva Chandra Reddy <sivachandra@google.com>
129 Doug Evans <xdje42@gmail.com>
130
131 * gdb.guile/scm-value.c: Improve test case.
132 * gdb.guile/scm-value.exp: Add new test.
133
f180a1fb
DB
1342014-04-11 David Blaikie <dblaikie@gmail.com>
135
136 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
137 override Clang's default.
138
6b662e19
JB
1392014-04-11 Joel Brobecker <brobecker@adacore.com>
140
141 Revert the following changes (regressions):
142
143 * gdb.base/vla-sideeffect.c: New file.
144 * gdb.base/vla-sideeffect.exp: New file.
145
146 * gdb.dwarf2/count.exp: New file.
147
148 * gdb.base/vla-multi.c: New file.
149 * gdb.base/vla-multi.exp: New file.
150
151 * gdb.base/vla-ptr.c: New file.
152 * gdb.base/vla-ptr.exp: New file.
153
154 * gdb.base/vla-datatypes.c: New file.
155 * gdb.base/vla-datatypes.exp: New file.
156
157 * gdb.mi/mi-vla-c99.exp: New file.
158 * gdb.mi/vla.c: New file.
159
245a5f0b
KS
1602014-04-11 Keith Seitz <keiths@redhat.com>
161
162 PR c++/16675
163 * gdb.cp/cpsizeof.exp: New file.
164 * gdb.cp/cpsizeof.cc: New file.
165
58a84dcf
SA
1662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
167
191a8a90
JB
168 * gdb.mi/mi-vla-c99.exp: New file.
169 * gdb.mi/vla.c: New file.
58a84dcf 170
c8655f75
SA
1712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
172
173 * gdb.base/vla-datatypes.c: New file.
174 * gdb.base/vla-datatypes.exp: New file.
175
024e13b4
SA
1762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
177
178 * gdb.base/vla-ptr.c: New file.
179 * gdb.base/vla-ptr.exp: New file.
180
1a237e0e
SA
1812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
182
183 * gdb.base/vla-multi.c: New file.
184 * gdb.base/vla-multi.exp: New file.
185
504f3432
SA
1862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
187
188 * gdb.dwarf2/count.exp: New file.
189
3bce8237
SA
1902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
191
191a8a90
JB
192 * gdb.base/vla-sideeffect.c: New file.
193 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 194
322f9c21
YQ
1952014-04-11 Yao Qi <yao@codesourcery.com>
196
197 * gdb.base/completion.exp: Check file exists before running tests
198 on file completion.
199
d708bcd1
PA
2002014-04-10 Pedro Alves <palves@redhat.com>
201
202 * gdb.base/cond-eval-mode.c: New file.
203 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
204 prepare_for_testing to build the new file. Check result of
205 runto_main.
206 (test_break, test_watch): New procedures.
207 (top level): Use them.
208
ae1d2761
PM
2092014-04-08 Pierre Muller <muller@sourceware.org>
210
211 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
212 Ctrl-V use for mingw hosts.
213
7af389b8
SC
2142014-04-07 Siva Chandra Reddy <sivachandra@google.com>
215
216 * gdb.python/py-value.c: Improve test case.
217 * gdb.python/py-value.exp: Add new test.
218
5e703181
DE
2192014-04-07 David Blaikie <dblaikie@gmail.com>
220
221 * lib/compiler.c: Identify the clang compiler.
222 * lib/compiler.cc: Ditto.
223
9810b410
YQ
2242014-04-03 Yao Qi <yao@codesourcery.com>
225
226 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
227
98d1b8dc
AB
2282014-04-01 Anton Blanchard <anton@samba.org>
229
230 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
231 messages unique.
232
3114cea1
AB
2332014-04-01 Anton Blanchard <anton@samba.org>
234
235 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
236 prepare_for_testing.
237
62f7182c
AB
2382014-04-01 Anton Blanchard <anton@samba.org>
239
240 * gdb.arch/ppc64-atomic-inst.c: Remove.
241 * gdb.arch/ppc64-atomic-inst.S: New file.
242 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
243
770e7fc7
DE
2442014-03-31 Doug Evans <dje@google.com>
245
246 * gdb.base/print-symbol-loading-lib.c: New file.
247 * gdb.base/print-symbol-loading-main.c: New file.
248 * gdb.base/print-symbol-loading.exp: New file.
249
46e2bafa
YQ
2502014-03-31 Yao Qi <yao@codesourcery.com>
251
252 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
253
8776cfe9
JB
2542014-03-28 Joel Brobecker <brobecker@adacore.com>
255
256 * gdb.ada/mi_dyn_arr: New testcase.
257
5d1ef361
DE
2582014-03-27 Doug Evans <dje@google.com>
259
260 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
261
b5bee914
YQ
2622014-03-27 Yao Qi <yao@codesourcery.com>
263
264 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
265 if target is nios2-*-*.
266
0d4d0e77
YQ
2672014-03-26 Yao Qi <yao@codesourcery.com>
268
269 * lib/gdb.exp (readline_is_used): New proc.
270 * gdb.base/completion.exp: Move tests on command complete up.
271 Skip the rest of tests if readline is not used.
272 * gdb.ada/complete.exp: Skp the test if readline is not
273 used.
274 * gdb.base/filesym.exp: Likewise.
275 * gdb.base/macscp.exp: Likewise.
276 * gdb.base/readline-ask.exp: Likewise.
277 * gdb.base/readline.exp: Likewise.
278 * gdb.python/py-cmd.exp: Likewise.
279 * gdb.trace/tfile.exp: Likewise.
280
29361eee
YQ
2812014-03-26 Yao Qi <yao@codesourcery.com>
282
283 * gdb.base/macscp.exp: Fix code format issues.
284
bc9a5525
UW
2852014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
286
287 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
288 * gdb.asm/powerpc64le.inc: New file.
289
d3839ede
PA
2902014-03-25 Pedro Alves <palves@redhat.com>
291 Doug Evans <dje@google.com>
292
293 * gdb.base/source-execution.c: New file.
294 * gdb.base/source-execution.exp: New file.
295 * gdb.base/source-execution.gdb: New file.
296
01672a57
DE
2972014-03-24 Doug Evans <dje@google.com>
298
299 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
300 using fission.
301
88bbeca9
HZ
3022014-03-24 Hui Zhu <hui@codesourcery.com>
303 Pedro Alves <palves@redhat.com>
304
305 PR breakpoints/16101
306 * gdb.base/dprintf.exp: Use unsupported rather than changing the
307 test pass/fail messages. Detect missing support for dprintf when
308 breakpoints are actually inserted.
309 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
310 breakpoints are actually inserted.
311 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
312 fails.
313
d2348791
JK
3142014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
317
feef67ab
DE
3182014-03-22 Doug Evans <xdje42@gmail.com>
319
320 * gdb.python/python.exp (python not supported): Verify multi-line
321 python command issues an error.
25d743f9 322 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 323 guile command issues an error.
feef67ab 324
ecebef6a
MR
3252014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
326
327 * gdb.threads/thread-specific.exp: Handle the lack of usable
328 $this_breakpoint and $this_thread.
329
ccdd1909
HZ
3302014-03-21 Hui Zhu <hui@codesourcery.com>
331
332 * gdb.base/attach.exp (do_command_attach_tests): New.
333
beb460e8
PA
3342014-03-20 Tom Tromey <tromey@redhat.com>
335 Pedro Alves <palves@redhat.com>
336
337 PR cli/15718
338 * gdb.base/condbreak-call-false.c: New file.
339 * gdb.base/condbreak-call-false.exp: New file.
340
40acf43a
PA
3412014-03-20 Pedro Alves <palves@redhat.com>
342
343 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
344 Delete.
345 (block_signals, unblock_signals): Delete.
346 (child_function_2, main): Remove references to deleted variable
347 and functions.
348
9f5e1e02
PA
3492014-03-20 Pedro Alves <palves@redhat.com>
350
351 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
352 Use pthread_kill to signal thread 2.
353 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
354 Adjust to make the test send itself a signal rather than using the
355 host's "kill" command.
356
99619bea
PA
3572014-03-20 Pedro Alves <palves@redhat.com>
358
359 * gdb.threads/multiple-step-overs.c: New file.
360 * gdb.threads/multiple-step-overs.exp: New file.
361 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
362 Adjust expected infrun debug output.
363
2adfaa28
PA
3642014-03-20 Pedro Alves <palves@redhat.com>
365
366 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
367 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
368
31e77af2
PA
3692014-03-20 Pedro Alves <palves@redhat.com>
370
371 PR breakpoints/7143
372 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
373 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
374 of gdb_test_multiple.
375 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
376 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
377
b9f437de
PA
3782014-03-20 Pedro Alves <palves@redhat.com>
379
380 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
381 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
382
05adc73e
PA
3832014-03-19 Pedro Alves <palves@redhat.com>
384
385 * gdb.base/async.exp: Remove early return.
386
6048b950
PA
3872014-03-19 Pedro Alves <palves@redhat.com>
388
389 * gdb.base/async.exp (step& tests): Pass explicit test messages.
390
8bcfb00a
PA
3912014-03-19 Pedro Alves <palves@redhat.com>
392
393 * gdb.base/async.exp (test_background): Expect \r\n after
394 "completed." in the fail pattern.
395
884e37dc
PA
3962014-03-19 Pedro Alves <palves@redhat.com>
397
398 * gdb.base/async.exp (test_background): New procedure.
399 Use it for all background execution command tests.
400
148e57e2
PA
4012014-03-19 Pedro Alves <palves@redhat.com>
402
403 * gdb.base/async.exp: Use prepare_for_testing.
404
f48088c7
PA
4052014-03-19 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
408 the same line.
409
e2f6c966
PA
4102014-03-19 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/async.c (main): Add "jump here" and "until here" line
413 marker comments.
414 * gdb.base/async.exp (jump_here): New global.
415 (jump& test): Use it.
416 (until_here): New global.
417 (until& test): Use it.
418
c30568d4
PA
4192014-03-19 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/async.exp: Don't frob gdb_protocol.
422
0172b6a7
DE
4232014-03-18 Doug Evans <xdje42@gmail.com>
424
425 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
426 Fix spelling of exec-done-display.
427
06c868a8
JK
4282014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 PR gdb/15358
431 * gdb.base/gdb-sigterm.c: New file.
432 * gdb.base/gdb-sigterm.exp: New file.
433
0c7e1a46
PA
4342014-03-18 Pedro Alves <palves@redhat.com>
435
436 PR gdb/13860
437 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
438 * lib/mi-support.exp (mi_expect_stop): Add special handling for
439 solib-event.
440
f7c77d93
JB
4412014-03-17 Joel Brobecker <brobecker@adacore.com>
442
443 * gdb.ada/pckd_arr_ren: New testcase.
444
5a1e8c7a
DE
4452014-03-13 Doug Evans <xdje42@gmail.com>
446
447 PR guile/16612
448 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
449 collect after discarding symbols.
450
350e1a76
DE
4512014-03-13 Ludovic Courtès <ludo@gnu.org>
452 Doug Evans <xdje42@gmail.com>
453
454 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
455 to history survives a gc.
456
a69900ae
PA
4572014-03-13 Pedro Alves <palves@redhat.com>
458
459 * gdb.base/default.exp: Don't test "target procfs".
460
5db9f0bd
PA
4612014-03-13 Pedro Alves <palves@redhat.com>
462
463 * gdb.base/default.exp: Update "target child" and "target procfs"
464 tests to not expect "Unix".
465
b3ccfe11
TT
4662014-03-12 Tom Tromey <tromey@redhat.com>
467
468 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
469 New procs. Add target-async tests.
470 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
471 Add target-async tests.
472
646f4417
AA
4732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
474
475 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
476 'func_start' and 'func_end' for the beginning and end of the
477 function code, respectively.
478 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
479 'func_end' instead of 'func' and 'main'.
480
288c211f
AA
4812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
482
483 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
484 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
485 generate the debug info assembler source.
486
e0c0f156
AA
4872014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
488
489 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
490 * gdb.dwarf2/arr-subrange.exp: Likewise.
491 * gdb.dwarf2/dwz.exp: Likewise.
492 * gdb.dwarf2/method-ptr.exp: Likewise.
493 * gdb.dwarf2/missing-sig-type.exp: Likewise.
494 * gdb.dwarf2/subrange.exp: Likewise.
495 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
496 * gdb.dwarf2/implptrpiece.exp: Likewise.
497 * gdb.dwarf2/nostaticblock.exp: Likewise.
498
0e5c4555
AA
4992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
500
501 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
502 directory to absolute path name arguments.
503
5ec18f2b
JG
5042014-03-10 Joel Brobecker <brobecker@adacore.com>
505
506 * gdb.ada/tagged_access: New testcase.
507
847fc4f2
MM
5082014-03-07 Markus Metzger <markus.t.metzger@intel.com>
509
510 * gdb.btrace/data.exp: Update expected output.
511
cc3da688
YQ
5122014-03-06 Yao Qi <yao@codesourcery.com>
513
514 * gdb.trace/pr16508.exp: New file.
515
0f26cec1
PA
5162014-03-05 Pedro Alves <palves@redhat.com>
517
518 PR gdb/16575
519 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
520 procedure.
521 (top level): Adjust to use it. Add tests that exercise breakpoint
522 interaction with the code-cache.
523
7a5a839f
LC
5242014-02-26 Ludovic Courtès <ludo@gnu.org>
525
526 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
527 test for 'history-append!'.
528
31aa7e4e
JB
5292014-02-26 Joel Brobecker <brobecker@adacore.com>
530
531 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
532 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
533 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
534 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
535 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
536 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
537
1b588015
JB
5382014-02-26 Joel Brobecker <brobecker@adacore.com>
539
540 * testsuite/gdb.python/py-pp-re-notag.c: New file.
541 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
542 * testsuite/gdb.python/py-pp-re-notag.p: New file.
543
55426c9d
JB
5442014-02-26 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
547
dc53a7ad
JB
5482014-02-26 Joel Brobecker <brobecker@adacore.com>
549
550 * gdb.dwarf2/arr-stride.c: New file.
551 * gdb.dwarf2/arr-stride.exp: New file.
552
12ab52e9
PA
5532014-02-26 Pedro Alves <palves@redhat.com>
554
555 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
556 that won't ever trigger. Make sure that GDB reports the correct
557 breakpoint that caused the stop.
558
849c862e
JK
5592014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
560
561 PR gdb/16626
562 * gdb.base/auto-load-script: New file.
563 * gdb.base/auto-load.c: New file.
564 * gdb.base/auto-load.exp: New file.
565
71b7d793
JK
566 PR gdb/16626
567 * gdb.base/auto-load.exp: Fix out-of-srctree run.
568
e2f0d509
JK
5692014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 Fix dw2-icycle.exp -fsanitize=address GDB crash.
572 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
573
50cc37c8
DE
5742014-02-24 Doug Evans <dje@google.com>
575
576 * lib/gdb.exp (run_on_host): Log error output if program fails.
577
ea4758f2
PA
5782014-02-21 Pedro Alves <palves@redhat.com>
579
580 * gdb.threads/step-after-sr-lock.c: Rename to ...
581 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
582 * gdb.threads/step-after-sr-lock.exp: Rename to ...
583 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
584 ... this.
585
d7b30f67
SDJ
5862014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
587
588 PR tdep/16397
589 * gdb.arch/amd64-stap-special-operands.exp: New file.
590 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
591 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
592 * gdb.arch/amd64-stap-triplet.S: Likewise.
593 * gdb.arch/amd64-stap-triplet.c: Likewise.
594
83deb43f
JB
5952014-02-20 Joel Brobecker <brobecker@adacore.com>
596
597 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
598 in .section pseudo-op.
599
adde2bff
DE
6002014-02-20 lin zuojian <manjian2006@gmail.com>
601 Joel Brobecker <brobecker@adacore.com>
602 Doug Evans <xdje42@gmail.com>
603
604 PR symtab/16581
605 * gdb.dwarf2/dw2-icycle.S: New file.
606 * gdb.dwarf2/dw2-icycle.c: New file.
607 * gdb.dwarf2/dw2-icycle.exp: New file.
608
f7bd0f78
SC
6092014-02-19 Siva Chandra Reddy <sivachandra@google.com>
610
611 * gdb.python/py-value-cc.cc: Improve test case to enable testing
612 operations on gdb.Value objects.
613 * gdb.python/py-value-cc.exp: Add new test to test operations on
614 gdb.Value objects.
615
c17ef0d5
DE
6162014-02-18 Doug Evans <dje@google.com>
617
618 * Makefile.in (TESTS): New variable.
619 (expanded_tests, expanded_tests_or_none): New variables
620 (check-single): Pass $(expanded_tests_or_none) to runtest.
621 (check-parallel): Only run tests in $(TESTS) if non-empty.
622 (check/no-matching-tests-found): New rule.
623 * README: Document TESTS makefile variable.
624
5dd3176f
DE
6252014-02-18 Doug Evans <dje@google.com>
626
627 * Makefile.in (check-parallel): rm -rf outputs temp.
628
0b10be4f
JK
6292014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 Fix "ERROR: no fileid for" in the testsuite.
632 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
633
85f224e7
DE
6342014-02-12 Doug Evans <dje@google.com>
635
636 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
637 (MISCELLANEOUS): New variable.
638 (clean): rm -rf $(MISCELLANEOUS).
639 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
640 dwp live in the same directory as symlinks, with each symlink pointed
641 to a differently named file in a different directory.
642
149b30ff
DE
6432014-02-11 Doug Evans <dje@google.com>
644
645 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
646 of Tcl file commands.
647
1dfdac32
MK
6482014-02-10 Mark Kettenis <kettenis@gnu.org>
649
650 * gdb.threads/step-after-sr-lock.exp: Avoid executing
651 "kill -SIGUSR1 -1".
652
aa4fb036
JB
6532014-02-10 Joel Brobecker <brobecker@adacore.com>
654
655 * gdb.ada/tick_length_array_enum_idx: New testcase.
656
ed3ef339
DE
6572014-02-10 Doug Evans <xdje42@gmail.com>
658
659 * configure.ac (AC_OUTPUT): Add gdb.guile.
660 * configure: Regenerate.
661 * lib/gdb-guile.exp: New file.
662 * lib/gdb.exp (get_target_charset): New function.
663 * gdb.base/help.exp: Update expected output from "apropos apropos".
664 * gdb.guile/Makefile.in: New file.
665 * gdb.guile/guile.exp: New file.
666 * gdb.guile/scm-arch.c: New file.
667 * gdb.guile/scm-arch.exp: New file.
668 * gdb.guile/scm-block.c: New file.
669 * gdb.guile/scm-block.exp: New file.
670 * gdb.guile/scm-breakpoint.c: New file.
671 * gdb.guile/scm-breakpoint.exp: New file.
672 * gdb.guile/scm-disasm.c: New file.
673 * gdb.guile/scm-disasm.exp: New file.
674 * gdb.guile/scm-equal.c: New file.
675 * gdb.guile/scm-equal.exp: New file.
676 * gdb.guile/scm-error.exp: New file.
677 * gdb.guile/scm-error.scm: New file.
678 * gdb.guile/scm-frame-args.c: New file.
679 * gdb.guile/scm-frame-args.exp: New file.
680 * gdb.guile/scm-frame-args.scm: New file.
681 * gdb.guile/scm-frame-inline.c: New file.
682 * gdb.guile/scm-frame-inline.exp: New file.
683 * gdb.guile/scm-frame.c: New file.
684 * gdb.guile/scm-frame.exp: New file.
685 * gdb.guile/scm-generics.exp: New file.
686 * gdb.guile/scm-gsmob.exp: New file.
687 * gdb.guile/scm-iterator.c: New file.
688 * gdb.guile/scm-iterator.exp: New file.
689 * gdb.guile/scm-math.c: New file.
690 * gdb.guile/scm-math.exp: New file.
691 * gdb.guile/scm-objfile-script-gdb.in: New file.
692 * gdb.guile/scm-objfile-script.c: New file.
693 * gdb.guile/scm-objfile-script.exp: New file.
694 * gdb.guile/scm-objfile.c: New file.
695 * gdb.guile/scm-objfile.exp: New file.
696 * gdb.guile/scm-ports.exp: New file.
697 * gdb.guile/scm-pretty-print.c: New file.
698 * gdb.guile/scm-pretty-print.exp: New file.
699 * gdb.guile/scm-pretty-print.scm: New file.
700 * gdb.guile/scm-section-script.c: New file.
701 * gdb.guile/scm-section-script.exp: New file.
702 * gdb.guile/scm-section-script.scm: New file.
703 * gdb.guile/scm-symbol.c: New file.
704 * gdb.guile/scm-symbol.exp: New file.
705 * gdb.guile/scm-symtab-2.c: New file.
706 * gdb.guile/scm-symtab.c: New file.
707 * gdb.guile/scm-symtab.exp: New file.
708 * gdb.guile/scm-type.c: New file.
709 * gdb.guile/scm-type.exp: New file.
710 * gdb.guile/scm-value-cc.cc: New file.
711 * gdb.guile/scm-value-cc.exp: New file.
712 * gdb.guile/scm-value.c: New file.
713 * gdb.guile/scm-value.exp: New file.
714 * gdb.guile/source2.scm: New file.
715 * gdb.guile/types-module.cc: New file.
716 * gdb.guile/types-module.exp: New file.
717
7026a7c1
YQ
7182014-02-10 Yao Qi <yao@codesourcery.com>
719
720 PR testsuite/16543
721 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
722 * configure: Regenerated.
723 * Makefile.in: New file.
724
6c466447
AS
7252014-02-08 Andreas Schwab <schwab@linux-m68k.org>
726
727 * gdb.python/py-framefilter.exp: Fix typo.
728
6e854735
YQ
7292014-02-08 Yao Qi <yao@codesourcery.com>
730
731 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
732 that no =breakpoint-modified is emitted when breakpoints are
733 modified through MI commands.
734
d137e6dc
PA
7352014-02-07 Pedro Alves <pedro@codesourcery.com>
736 Pedro Alves <palves@redhat.com>
737
738 * gdb.threads/step-after-sr-lock.c: New file.
739 * gdb.threads/step-after-sr-lock.exp: New file.
740
b5ee5a50
PA
7412014-02-07 Pedro Alves <palves@redhat.com>
742
743 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
744
3c77faf3
JK
7452014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
748 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
749
6dddc817
DE
7502014-02-06 Doug Evans <xdje42@gmail.com>
751
752 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
753 output.
754
755 * gdb.gdb/python-interrupts.exp: New file.
756
de7b2893
YQ
7572014-02-05 Yao Qi <yao@codesourcery.com>
758
759 * gdb.trace/report.exp (use_collected_data): Test the output
760 of "info threads" and "info inferiors".
761
66d032ac
YQ
7622014-02-05 Yao Qi <yao@codesourcery.com>
763
764 Revert this patch:
765
766 2013-05-24 Yao Qi <yao@codesourcery.com>
767
768 * gdb.trace/tfile.exp: Test inferior and thread.
769
591a12a1
UW
7702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
771
772 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
773 on a function.
774 * gdb.base/step-bt.c: Call hello via function pointer to make
775 sure its first instruction is executed on powerpc64le-linux.
776
0ff3e01f
UW
7772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
778
779 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
780
084ee545
UW
7812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
782
783 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
784 of the test patterns for use on little-endian systems.
785
6ed14ff3
UW
7862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
787
788 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
789 (decimal_vector): Fix for little-endian.
790
401e27fd
JM
7912014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
792
793 * gdb.arch/sparc-sysstep.exp: New file.
794 * gdb.arch/sparc-sysstep.c: Likewise.
795
796 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
797
8b924729
EBM
7982014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
799
800 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
801
fb151210
JB
8022014-01-23 Tom Tromey <tromey@redhat.com>
803
804 * gdb.ada/array_char_idx: New testcase.
805
0740f8d8
TT
8062014-01-23 Tom Tromey <tromey@redhat.com>
807
808 PR python/16487:
809 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
810 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
811 classes.
812
21909fa1
TT
8132014-01-23 Tom Tromey <tromey@redhat.com>
814
815 PR python/16491:
816 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
817 string from an inferior frame.
818 * gdb.python/py-framefilter-mi.exp: Update.
819
87ce2a04
DE
8202014-01-22 Doug Evans <dje@google.com>
821
822 * gdb.server/server-mon.exp: Add tests for "set debug-format".
823
237b092b
AA
8242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
825
826 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
827
d674a709
AA
8282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
829
830 * gdb.trace/entry-values.exp: Remove excess space character from
831 regex patterns. Handle s390 call instruction.
832
20fa3390
AA
8332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
834
835 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
836 define "*_start" label. Make "name" static.
837 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
838 ${name} by references to ${name}_start.
839
78466714
AA
8402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
841
842 * gdb.base/info-macros.exp: Remove "debug" from the compile
843 options.
844
ec9f644a
IB
8452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
846
847 * gdb.dlang/demangle.exp: New file.
848
94b1b47e
IB
8492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
850
851 * gdb.dlang/primitive-types.exp: New file.
852
7f420862
IB
8532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
854
855 * configure.ac: Create gdb.dlang/Makefile.
856 * configure: Regenerate.
857 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
858 * gdb.dlang/Makefile.in: New file.
859 * lib/d-support.exp: New file.
860 * lib/gdb.exp (skip_d_tests): New proc.
861
52834460
MM
8622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
863
864 * gdb.btrace/delta.exp: Check reverse stepi.
865 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
866 * gdb.btrace/finish.exp: New.
867 * gdb.btrace/next.exp: New.
868 * gdb.btrace/nexti.exp: New.
869 * gdb.btrace/record_goto.c: Add comments.
870 * gdb.btrace/step.exp: New.
871 * gdb.btrace/stepi.exp: New.
872 * gdb.btrace/multi-thread-step.c: New.
873 * gdb.btrace/multi-thread-step.exp: New.
874 * gdb.btrace/rn-dl-bind.c: New.
875 * gdb.btrace/rn-dl-bind.exp: New.
876 * gdb.btrace/data.c: New.
877 * gdb.btrace/data.exp: New.
878 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
879
6e07b1d2
MM
8802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
881
882 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
883 * gdb.btrace/exception.exp: Update.
884 * gdb.btrace/instruction_history.exp: Update.
885 * gdb.btrace/record_goto.exp: Update.
886 * gdb.btrace/tailcall.exp: Update.
887 * gdb.btrace/unknown_functions.exp: Update.
888 * gdb.btrace/delta.exp: New.
889
0b722aec
MM
8902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
891
892 * gdb.btrace/record_goto.exp: Add backtrace test.
893 * gdb.btrace/tailcall.exp: Add backtrace test.
894
066ce621
MM
8952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
896
897 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
898 * gdb.btrace/record_goto.c: New.
899 * gdb.btrace/record_goto.exp: New.
900 * gdb.btrace/x86-record_goto.S: New.
901
0688d04e
MM
9022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
903
904 * gdb.btrace/function_call_history.exp: Update tests.
905 * gdb.btrace/instruction_history.exp: Update tests.
906
8710b709
MM
9072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
908
909 * gdb.btrace/function_call_history.exp: Fix expected field
910 order for "record function-call-history".
911 Add new tests for "record function-call-history /c".
912 * gdb.btrace/exception.cc: New.
913 * gdb.btrace/exception.exp: New.
914 * gdb.btrace/tailcall.exp: New.
915 * gdb.btrace/x86-tailcall.S: New.
916 * gdb.btrace/x86-tailcall.c: New.
917 * gdb.btrace/unknown_functions.c: New.
918 * gdb.btrace/unknown_functions.exp: New.
919 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
920
5de9129b
MM
9212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
922
923 * gdb.btrace/instruction_history.exp: Update.
924 * gdb.btrace/function_call_history.exp: Update.
925
23a7fe75
MM
9262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
927
928 * gdb.btrace/function_call_history.exp: Fix expected function
929 trace.
930 * gdb.btrace/instruction_history.exp: Initialize traced.
931 Remove traced_functions.
932
724c7dd8
MM
9332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
934
935 * gdb.btrace/function_call_history.exp: Update
936 * gdb.btrace/instruction_history.exp: Update.
937
6d78d93b
MM
9382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
939
940 * gdb.btrace/enable.exp: Update expected text.
941
93a360cc
OJ
9422014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
943
944 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
945 bytes.
946
3772b53f
MR
9472014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
948
949 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
950
596662fa
OJ
9512014-01-15 Omair Javaid <omair.javaid@linaro.org>
952
953 * lib/gdb.exp (supports_process_record): Return true for
954 arm*-linux*. (supports_reverse): Likewise.
955
b5b08fb4
SC
9562014-01-13 Siva Chandra Reddy <sivachandra@google.com>
957
958 PR python/15464
959 PR python/16113
960 * gdb.python/py-type.c: Enhance test case.
961 * gdb.python/py-value-cc.cc: Likewise
962 * gdb.python/py-type.exp: Add new tests.
963 * gdb.python/py-value-cc.exp: Likewise
964
52d7fb13
AA
9652014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
966 Pedro Alves <palves@redhat.com>
967
968 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
969 Make "name" extern.
970 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
971 references to ${name}_start by references to ${name}.
972
a2cd8cfe
JB
9732014-01-10 Joel Brobecker <brobecker@adacore.com>
974
975 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
976
4e23fced
JB
9772014-01-10 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
980
c6a9e42c
PA
9812014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
982 Pedro Alves <palves@redhat.com>
983
984 * gdb.mi/mi-info-os.exp: Connect to the target with
985 mi_gdb_target_load.
986
b7ea362b
PA
9872014-01-08 Pedro Alves <palves@redhat.com>
988
989 * gdb.threads/reconnect-signal.c: New file.
990 * gdb.threads/reconnect-signal.exp: New file.
991
5e3f4fab
EBM
9922014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * gdb.base/source-dir.exp: New file.
995
79301218
JB
9962014-01-07 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb.ada/mi_interface: New testcase.
999
8e355c5d
JB
10002014-01-07 Joel Brobecker <brobecker@adacore.com>
1001
1002 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1003 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1004 gdb.ada/pp-rec-component/pck.ads: New files.
1005
c0d48811
JB
10062014-01-07 Joel Brobecker <brobecker@adacore.com>
1007
1008 * gdb.python/py-pp-integral.c: New file.
1009 * gdb.python/py-pp-integral.py: New file.
1010 * gdb.python/py-pp-integral.exp: New file.
1011
4924df79
GKB
10122013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
1013
1014 PR breakpoints/16297
1015 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
1016 (write_syscall): New variables.
1017 (main): Create a pipe, write 1 byte in it, and read 1 byte from
1018 it.
1019 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
1020 "write" and "read" syscalls.
1021 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
1022 numbers.
1023
530e8392
KB
10242013-12-19 Keven Boell <keven.boell@intel.com>
1025
1026 * gdb.fortran/module.exp: Completion matches fortran module
1027 names as well. ptype/whatis on modules return a proper type.
1028 Add new check for having the correct scope.
1029
7f9b20bb
KB
10302013-12-19 Keven Boell <keven.boell@intel.com>
1031
1032 * gdb.fortran/type.f90: New file.
1033 * gdb.fortran/whatis_type.f90: New file.
1034
2e0d821f
SDJ
10352013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
1036
1037 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
1038 (close_syscall, chroot_syscall, exit_group_syscall): New
1039 variables.
1040 * gdb.base/catch-syscall.exp: Replace gdb_compile by
1041 prepare_for_testing. Call fill_all_syscalls_numbers before
1042 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
1043 gdb_load by clean_restart.
1044 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
1045 (check_info_bp_many_syscalls): Remove global gdb_prompt.
1046 (check_call_to_syscall): Likewise. Add global decimal. Improve
1047 testing regex.
1048 (check_return_from_syscall): Likewise.
1049 (check_continue, insert_catch_syscall_with_arg): Remove global
1050 gdb_prompt.
1051 (insert_catch_syscall_with_many_args): Likewise. Add global
1052 decimal. Fix $filter_str. Improve testing regex.
1053 (check_for_program_end): Remove global gdb_prompt.
1054 (test_catch_syscall_without_args): Likewise. Add global decimal.
1055 Improve testing regex.
1056 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1057 (test_catch_syscall_with_wrong_args)
1058 (test_catch_syscall_restarting_inferior)
1059 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
1060 (do_syscall_tests): Likewise. Remove global srcdir.
1061 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
1062 Add global last_syscall_number. Test for the exact syscall number
1063 to be caught.
1064 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
1065 Add global all_syscalls_numbers. Test each syscall number to be
1066 caught, instead of only testing "close".
1067 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
1068 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
1069 Remove stale comment.
1070 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
1071 the correct syscall numbers using information from the inferior.
1072
5ce0145d
PA
10732013-12-17 Pedro Alves <palves@redhat.com>
1074
1075 * gdb.trace/circ.exp: Expect frame info to be printed when
1076 switching between frames with unavailable stack, but different
1077 functions.
1078
bdf22206
AB
10792013-12-17 Andrew Burgess <aburgess@broadcom.com>
1080
1081 * gdb.trace/unavailable-dwarf-piece.c: New file.
1082 * gdb.trace/unavailable-dwarf-piece.exp: New file.
1083
07d100d4
YQ
10842013-12-15 Yao Qi <yao@codesourcery.com>
1085
1086 * gdb.perf/skip-prologue.c: New.
1087 * gdb.perf/skip-prologue.exp: New.
1088 * gdb.perf/skip-prologue.py: New.
1089
8a48ac95
JB
10902013-12-13 Joel Brobecker <brobecker@adacore.com>
1091
1092 * gdb.ada/arraydim: New testcase.
1093
a16b0e22
SC
10942013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1095
1096 PR python/16113
1097 * gdb.python/py-value-cc.cc: Improve test case.
1098 * gdb.python/py-value-cc.exp: Add new tests to test usage of
1099 gdb.Field objects as subscripts on gdb.Value objects.
1100
0987cf35
DE
11012013-12-10 Doug Evans <dje@google.com>
1102
7b3fd68b 1103 PR 16286
0987cf35
DE
1104 * gdb.python/py-value.c: #include stdlib.h, string.h.
1105 (str): New struct.
1106 (main): New local xstr.
1107 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
1108 fetch a value as a string with a length beyond the declared length
1109 of the array.
1110
409d8f48
AB
11112013-12-10 Andrew Burgess <aburgess@broadcom.com>
1112
1113 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
1114 update comment.
1115
036e93df
JB
11162013-12-10 Joel Brobecker <brobecker@adacore.com>
1117
1118 * gdb.ada/int_deref.exp: Add test verifying that we print
1119 the decoded symbol name when printing the address of Ada
1120 symbols.
1121
72bfa06c
JB
11222013-12-10 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.mi/mi-start.exp: Add test verifying that -list-features
1125 contains "exec-run-start-option".
1126
11ec5965
YQ
11272013-12-08 Yao Qi <yao@codesourcery.com>
1128
1129 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
1130 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
1131 (is_64_target, is_amd64_regs_target): Likewise.
1132 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
1133
594d8fa8
MF
11342013-12-07 Mike Frysinger <vapier@gentoo.org>
1135
1136 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
1137 * gdb.base/testenv.c: Likewise.
1138
d9a196da
MF
11392013-12-07 Mike Frysinger <vapier@gentoo.org>
1140
1141 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
1142 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
1143 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
1144
782d47df
PA
11452013-12-06 Pedro Alves <palves@redhat.com>
1146
1147 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
1148 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
1149 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
1150
399d6e30
DE
11512013-12-06 Doug Evans <dje@google.com>
1152
1153 * gdb.base/break.exp: Fix setting of $baz.
1154
16b5a7cb
AB
11552013-12-06 Andrew Burgess <aburgess@broadcom.com>
1156
1157 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
1158 DW_OP_plus_uconst.
1159
f84bc218
KB
11602013-12-06 Keven Boell <keven.boell@intel.com>
1161
1162 * lib/mi-support.exp (mi_list_varobj_children_range): Add
1163 call to mi_list_array_varobj_children_with_index.
1164 (mi_list_array_varobj_children_with_index): New function.
1165 Add parameter to specify array start.
1166
489e41dd 11672013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
1168
1169 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
1170 SIGPWR in sparc64.
1171
1172 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
1173 have the same signal number. Handle this situation.
1174
7fb1b8b1
JB
11752013-12-03 Joel Brobecker <brobecker@adacore.com>
1176
1177 * gdb.ada/dot_all: New testcase.
1178
2ea126fa
JB
11792013-12-03 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdb.mi/mi-undefined-cmd.exp: New testcase.
1182
6b7cbff1
JB
11832013-12-03 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.mi/mi-i-cmd.exp: New file.
1186
04affae3
JK
11872013-12-02 Doug Evans <dje@google.com>
1188
1189 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
1190 at start.
1191 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
1192 has been specified with a relative path and we have chdir'd before
1193 accessing the debug info.
1194
eebc056c
AB
11952013-11-28 Andrew Burgess <aburgess@broadcom.com>
1196
1197 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
1198 expected results.
1199 (gdb_collect_locals_test): Likewise.
1200 (gdb_collect_globals_test): Likewise.
1201
8b5e6dc2
YQ
12022013-11-28 Yao Qi <yao@codesourcery.com>
1203
1204 * lib/gdb.exp (with_gdb_prompt): New proc.
1205 * gdb.perf/disassemble.exp: New.
1206 * gdb.perf/disassemble.py: New.
1207
0db4ca18
LM
12082013-11-26 Luis Machado <lgustavo@codesourcery.com>
1209
1210 * gdb.base/callfuncs.c (main): Assign malloc's return value
1211 and free it afterwards.
1212 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
1213 * gdb.base/printcmds.c (main): Likewise.
1214 * gdb.base/randomize.c (main): Free "p" and change breakpoint
1215 marker position.
1216 * gdb.base/setvar.c (dummy): Assign malloc's return value
1217 and free it afterwards.
1218
d24a9f15
AB
12192013-11-26 Andrew Burgess <aburgess@broadcom.com>
1220
1221 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
1222 gdb_test_multiple.
1223
15859968
TT
12242013-11-26 Tom Tromey <tromey@redhat.com>
1225
1226 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
1227 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
1228 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
1229
f7e3ecae
KS
12302013-11-25 Keith Seitz <keiths@redhat.com>
1231
1232 PR c++/14819
1233 * gdb.cp/impl-this.cc: New file.
1234 * gdb.cp/impl-this.exp: New file.
1235
23e9d3b9
YQ
12362013-11-25 Yao Qi <yao@codesourcery.com>
1237
1238 * gdb.perf/backtrace.c: New.
1239 * gdb.perf/backtrace.exp: New.
1240 * gdb.perf/backtrace.py: New.
1241
22825df7
YQ
12422013-11-24 Yao Qi <yao@codesourcery.com>
1243
1244 * gdb.perf/single-step.c: New.
1245 * gdb.perf/single-step.exp: New.
1246 * gdb.perf/single-step.py: New.
1247
c1ea7c01
DE
12482013-11-23 Doug Evans <xdje42@gmail.com>
1249
1250 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
1251 with ignore count".
1252
35720eaa
DE
12532013-11-23 Doug Evans <xdje42@gmail.com>
1254
1255 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
1256 (test_subscript_regression): Ditto.
1257 (top level): Run test_subscript_regression for c++ with "c++" prefix.
1258
3cd14e45
DE
12592013-11-23 Doug Evans <xdje42@gmail.com>
1260
1261 * gdb.python/py-type.exp (test_enums): Fix typo.
1262
985c818c
DE
12632013-11-23 Doug Evans <xdje42@gmail.com>
1264
1265 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1266 unique.
1267
f873dd7a
DE
12682013-11-23 Doug Evans <xdje42@gmail.com>
1269
1270 * gdb.python/py-symbol.exp: Fix whitespace.
1271
38a502a4
DE
12722013-11-23 Doug Evans <xdje42@gmail.com>
1273
1274 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1275 to test some things in the case where python is not configured in.
1276
c0621699
PA
12772013-11-22 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1280 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1281 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1282 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1283 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1284 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1285
f57e61cd
TT
12862013-11-22 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1289
da2b2fdf
TT
12902013-11-22 Tom Tromey <tromey@redhat.com>
1291
1292 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1293 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1294 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1295
33f8fe58
PA
12962013-11-22 Pedro Alves <palves@redhat.com>
1297
1298 PR 16155
1299 * gdb.dwarf2/dw2-dup-frame.S: New file.
1300 * gdb.dwarf2/dw2-dup-frame.c: New file.
1301 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1302
0a1e6121
YQ
13032013-11-22 Yao Qi <yao@codesourcery.com>
1304
1305 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1306 comment and add one more argument "has_more".
1307 * gdb.python/py-mi.exp: Callers update.
1308
0061ea24
YQ
13092013-11-22 Yao Qi <yao@codesourcery.com>
1310
1311 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1312 of mi_create_dynamic_varobj.
1313
069d6a0f
PA
13142013-11-20 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1317 time, and run it through all three milestone regexes.
1318
10d8cbd2
SA
13192013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1320
1321 * gdb.base/eval-avoid-side-effects.exp: New file.
1322
57803a3c
WT
13232013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1324
60650f2e
WT
1325 * gdb.arch/i386-mpx.c: New file
1326 * gdb.arch/i386-mpx.exp: New file.
1327
09748966
WT
13282013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1329
1330 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1331 for bnd registers.
1332
60650f2e
WT
13332013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1334
57803a3c
WT
1335 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1336 start and end equal 0.
1337
3e9ecad3
YQ
13382013-11-19 Yao Qi <yao@codesourcery.com>
1339
1340 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1341 (mi_list_varobj_children_range): Likewise.
1342
31b4ab9e
YQ
13432013-11-19 Yao Qi <yao@codesourcery.com>
1344
1345 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1346
4392c534
YQ
13472013-11-19 Yao Qi <yao@codesourcery.com>
1348
1349 * lib/mi-support.exp: Fix format.
1350
df7752b0
JB
13512013-11-19 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.ada/py_range: New testcase.
1354
176f037c
JB
13552013-11-18 Joel Brobecker <brobecker@adacore.com>
1356
1357 * mi-language.exp: Add "-list-features" test verifying that
1358 its output contains "language-option".
1359
ee4a1c63
JB
13602013-11-16 Joel Brobecker <brobecker@adacore.com>
1361
1362 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1363 * info_exc/foo.adb: Adjust to new exception name.
1364 * info_exc.exp: Adjust after exception renaming in const.ads.
1365 Update "info exception global" test to test "info exceptions
1366 global_gdb" instead.
1367
1368 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1369 * mi_exc_info/foo.adb (Adjust to new exception name.
1370 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1371 Update "-info-ada-exceptions global" test to test
1372 "-info-ada-exceptions global_gdb" instead.
1373
6ec41e1e
LM
13742013-11-15 Luis Machado <lgustavo@codesourcery.com>
1375
1376 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1377 of inferior output for remote and native sessions.
1378 * gdb.mi/mi-console.exp: Remove obsolete comment.
1379 Check for semihosted inferior output pattern.
1380 (semihosted_string): New function.
1381
391d3400
JB
13822013-11-15 Joel Brobecker <brobecker@adacore.com>
1383
1384 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1385 listed in the output of "info exceptions".
1386 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1387 listed in the output of "-info-ada-exceptions".
1388
e092da29
JB
13892013-11-15 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.ada/info_exc.exp: Start inferior before starting
1392 the "info exceptions" tests.
1393 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1394 the "-info-ada-exceptions" tests.
1395
805e1f19
TT
13962013-11-15 Tom Tromey <tromey@redhat.com>
1397
1398 * gdb.cp/includefile: New file.
1399 * gdb.cp/filename.exp: New file.
1400 * gdb.cp/filename.cc: New file.
1401
9abb1bd6
DE
14022013-11-15 Doug Evans <xdje42@gmail.com>
1403
1404 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1405
8abea1a1
DE
14062013-11-15 Doug Evans <xdje42@gmail.com>
1407
1408 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1409
330a7fce
DE
14102013-11-15 Doug Evans <xdje42@gmail.com>
1411
1412 * gdb.python/py-breakpoint.exp: Split up into several functions,
1413 each with their own test prefix.
1414
0acf8b65
JB
14152013-11-15 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.ada/O2_float_param: New testcase.
1418
496038b3
TT
14192013-11-14 Tom Tromey <tromey@redhat.com>
1420
1421 * Makefile.in (check-parallel): Print summary from gdb.sum.
1422
c7e8af9b
OJ
14232013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1424
1425 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1426 and function label names.
1427 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1428 compile unit labels.
1429
403cb6b1
JB
14302013-11-14 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.mi/mi-language.exp: New file.
1433
74921315
KS
14342013-09-17 Keith Seitz <keiths@redhat.com>
1435
1436 PR c++/7935
1437 PR c++/10541
1438 * gdb.cp/nsalias.exp: New file.
1439 * gdb.cp/nsalias.cc: New file.
1440 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1441 tests only on known, working compiler versions.
1442
08c43050
TT
14432013-11-13 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1446 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1447
0682e708
DE
14482013-11-12 Doug Evans <dje@google.com>
1449
1450 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1451 so that "rm -rf $builddir" Just Works.
1452
a7e332c2
JB
14532013-11-12 Joel Brobecker <brobecker@adacore.com>
1454
1455 * gdb.ada/mi_exc_info: New testcase.
1456
778865d3
JB
14572013-11-12 Joel Brobecker <brobecker@adacore.com>
1458
1459 * gdb.ada/info_exc: New testcase.
1460
304a8ac1
DE
14612013-11-11 Doug Evans <dje@google.com>
1462
1463 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1464 of testfile.
1465
bc79de95
PM
14662013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1467
1468 * gdb.python/py-linetable.S: New file.
1469 * gdb.python/py-linetable.c: New file.
1470 * gdb.python/py-linetable.exp: New file.
1471
2df4d1d5
JB
14722013-11-11 Joel Brobecker <brobecker@adacore.com>
1473
1474 * gdb.ada/mi_ex_cond: New testcase.
1475
204b5331
DE
14762013-11-07 Doug Evans <dje@google.com>
1477
1478 PR 11786
1479 * gdb.base/gcore-relro-pie.c: New file.
1480 * gdb.base/gcore-relro-pie.exp: New file.
1481
92e32e33
PM
14822013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1483
1484 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1485 * gdb.python/py-cmd.c: New File.
1486
f76c27b5
PM
14872013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1488
1489 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1490
79600f4f 14912013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
1492
1493 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1494
6dbb6798
YQ
14952013-11-06 Yao Qi <yao@codesourcery.com>
1496
1497 * lib/gdb.exp (gdb_produce_source): New procedure.
1498 * gdb.perf/solib.c: New.
1499 * gdb.perf/solib.exp: New.
1500 * gdb.perf/solib.py: New.
1501
71c0c615
YQ
15022013-11-06 Yao Qi <yao@codesourcery.com>
1503
1504 * README: Mention performance tests.
1505
f27a1236
YQ
15062013-11-06 Yao Qi <yao@codesourcery.com>
1507
1508 * lib/perftest.exp: New.
1509 * gdb.perf/lib/perftest/__init__.py: New.
1510 * gdb.perf/lib/perftest/measure.py: New.
1511 * gdb.perf/lib/perftest/perftest.py: New.
1512 * gdb.perf/lib/perftest/reporter.py: New.
1513 * gdb.perf/lib/perftest/testresult.py: New.
1514
7636ccf9
YQ
15152013-11-06 Yao Qi <yao@codesourcery.com>
1516
1517 * Makefile.in (check-perf): New target.
1518 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1519 * configure: Re-generated.
1520 * gdb.perf/Makefile.in: New.
1521
81208388
TT
15222013-11-04 Tom Tromey <tromey@redhat.com>
1523
1524 * Makefile.in (TEST_DIRS): Remove.
1525 (TEST_TARGETS, check-parallel): Rewrite.
1526 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1527 (subdir_do, subdirs): Remove.
1528 (do-check-parallel, check/%): New targets.
1529 (clean): Remove outputs, temp, and cache directories.
1530 (saw_dash_j): New variable.
1531 (CHECK_TARGET): Use it.
1532 (check): Depend on all, site.exp. Rewrite.
1533 (check-single): Remove dependencies.
1534 (slow_tests, all_tests, reordered_tests): New variables.
1535
c63ffa1f
TT
15362013-11-04 Tom Tromey <tromey@redhat.com>
1537
1538 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1539 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1540 before loading binfile.
1541 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1542 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1543 before loading binfile.
1544
3fef966c
TT
15452013-11-04 Tom Tromey <tromey@redhat.com>
1546
1547 * gdb.base/foll-exec.c (main): Use BASEDIR.
1548 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1549 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1550 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1551 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1552 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1553
24890efd
TT
15542013-11-04 Tom Tromey <tromey@redhat.com>
1555
1556 * gdb.base/argv0-symlink.exp: Compute executable's directory
1557 dynamically.
1558
c59ffcab
TT
15592013-11-04 Tom Tromey <tromey@redhat.com>
1560
1561 * gdb.asm/asm-source.exp: Use standard_output_file.
1562
479c8d68
TT
15632013-11-04 Tom Tromey <tromey@redhat.com>
1564
1565 * gdb.server/file-transfer.exp: Use standard_output_file.
1566
1e537771
TT
15672013-11-04 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.base/fullname.exp: Use standard_output_file,
1570 relative_filename.
1571 * gdb.base/hashline1.exp: Use standard_testfile,
1572 standard_output_file, relative_filename, clean_restart.
1573 * gdb.base/hashline2.exp: Use standard_testfile,
1574 standard_output_file.
1575 * gdb.base/hashline3.exp: Use standard_testfile,
1576 standard_output_file, relative_filename.
1577 * lib/gdb.exp (relative_filename): New proc.
1578
b44b82af
TT
15792013-11-04 Tom Tromey <tromey@redhat.com>
1580
1581 * gdb.base/fileio.c (test_open, test_write, test_read)
1582 (test_lseek, test_close, test_stat, test_fstat)
1583 (test_isatty, test_system, test_rename, test_unlink):
1584 Use OUTDIR define.
1585 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1586 Use standard_output_file.
1587
59b28c5d
TT
15882013-11-04 Tom Tromey <tromey@redhat.com>
1589
1590 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1591 defines.
1592 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1593 compilation. Use prepare_for_testing, standard_output_file.
1594
08b3fe69
TT
15952013-11-04 Tom Tromey <tromey@redhat.com>
1596
1597 * gdb.base/advance.exp: Use standard_testfile and
1598 prepare_for_testing.
1599 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1600 appropriate directory when local.
1601 * gdb.base/dump.exp: Use standard_output_file. Update all
1602 "dump" and "restore" filenames.
1603 * gdb.base/interact.exp: Use standard_output_file.
1604 * gdb.base/jit-so.exp: Don't download file when local.
1605 * gdb.base/jit.exp (compile_jit_test): Don't download file
1606 when local.
1607 * gdb.base/list.exp: Use gdb_remote_download.
1608 * gdb.base/maint.exp: Use standard_output_file.
1609 * gdb.base/prelink.exp: Use standard_output_file.
1610 * gdb.base/save-bp.exp: Use standard_output_file.
1611 * gdb.base/sepdebug.exp: Use standard_testfile,
1612 standard_output_file.
1613 (test_different_dir): Don't declare objdir.
1614 * gdb.base/solib-search.exp: Use standard_output_file.
1615 * gdb.base/step-line.exp: Use gdb_remote_download.
1616 * gdb.base/trace-commands.exp: Use standard_output_file.
1617
32cfb09d
TT
16182013-11-04 Tom Tromey <tromey@redhat.com>
1619
1620 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1621 to compilation. Use standard_output_file.
1622 (test_tfind_tfile): Update.
1623 * gdb.trace/tfile.c (write_basic_trace_file)
1624 (write_error_trace_file): Use TFILE_DIR.
1625 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1626 standard_output_file.
1627
84741506
TT
16282013-11-04 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1631 Use "dwarf2 always-disassemble" for the "maint set" test.
1632 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1633 standard_output_file.
1634 * gdb.mi/mi-logging.exp: Use standard_output_file.
1635
cfb7b9a3
TT
16362013-11-04 Tom Tromey <tromey@redhat.com>
1637
1638 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1639 downloads conditional on remote host.
1640 (set_arch): Likewise.
1641 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1642 (load_description): Use standard_output_file.
1643
bdfe0594
TT
16442013-11-04 Tom Tromey <tromey@redhat.com>
1645
1646 * gdb.gdb/selftest.exp: Use standard_output_file.
1647 * lib/selftest-support.exp (do_self_tests): Use
1648 standard_output_file.
1649
8c639e73
TT
16502013-11-04 Tom Tromey <tromey@redhat.com>
1651
1652 * gdb.stabs/weird.exp: Use gdb_remote_download and
1653 standard_output_file.
1654
5030a410
TT
16552013-11-04 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.base/gcore-buffer-overflow.exp: Use
1658 standard_output_file, not standard_testfile.
1659 * gdb.base/twice.exp: Use standard_testfile, not
1660 standard_output_file. Use gdb_remote_download.
1661
95d7853e
TT
16622013-11-04 Tom Tromey <tromey@redhat.com>
1663
1664 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1665 restore from that.
1666
eab88b54
MR
16672013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1668
1669 * gdb.cp/derivation.exp: s/perrro/perror/
1670
a1b0fbee
MR
16712013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1672
1673 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1674 `debugdir'.
1675
638aa5a1
AB
16762013-10-31 Andrew Burgess <aburgess@broadcom.com>
1677
1678 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1679 tests and update expected error message.
1680 (test_watch_register_location): New tests.
1681 (do_tests): Call test_watch_register_location.
1682 * gdb.base/watchpoints.exp: Update expected error message.
1683
055e608a
UW
16842013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1685
1686 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1687 the patterns in gdb_test_multiple.
1688
9ac69859
NB
16892013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1690
1691 * gdb.base/sym-file-lib.c: New file.
1692 * gdb.base/sym-file-loader.c: New file.
1693 * gdb.base/sym-file-loader.h: New file.
1694 * gdb.base/sym-file-main.c: New file.
1695 * gdb.base/sym-file.exp: New file.
1696 * lib/gdb.exp (is_elf_target): New function.
1697
24ba476b
PA
16982013-10-29 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1701 variable setting change-log-default-name to ChangeLog-mi.
1702
f69d9aef
AB
17032013-10-29 Andrew Burgess <aburgess@broadcom.com>
1704
1705 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1706 Expect <unavailable> pattern.
1707
71193121
TV
17082013-10-28 Tom de Vries <tom@codesourcery.com>
1709
1710 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1711
38095c27
AK
17122013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1713
1714 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1715 remote stubs where exit() behaviour is unreliable.
1716
686d4def
PA
17172013-10-25 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.cp/m-static.exp: Adjust expected output of printing a
1720 nonexistent or optimized out static field. Also test printing the
1721 the "container" object.
1722
a35cfb40
MR
17232013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1724
1725 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1726 if in the persistent mode.
1727 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1728
bbe769cc
MR
17292013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1730
1731 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1732 support core file generation" reply.
1733
95e4302a
JM
17342013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1735
1736 PR gdb/15986
1737 * gdb.base/run.c (main): gdb_get_line_number tag added for
1738 commands.exp.
1739 (factorial): Likewise.
1740
1741 * gdb.base/commands.exp (watchpoint_command_test): Use
1742 gdb_get_line_number in order to determine the locations in run.c
1743 where local_var is detected to go out of scope.
1744
4c406179
JM
17452013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1746
1747 * gdb.base/gnu_vector.exp: Care about endianness when casting
1748 scalars to vectors.
1749
bb6216d8
TT
17502013-10-18 Tom Tromey <tromey@redhat.com>
1751
1752 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1753 of "binfile".
1754
e8369a73
AB
17552013-10-18 Andrew Burgess <aburgess@broadcom.com>
1756
1757 * gdb.base/watchpoints.exp: Add test for setting software
1758 watchpoints of different types before starting the inferior.
1759
776f04fa
PA
17602013-10-18 Pedro Alves <palves@redhat.com>
1761
1762 PR gdb/16062
1763 * gdb.threads/stepi-random-signal.c: New file.
1764 * gdb.threads/stepi-random-signal.exp: New file.
1765
e4b8388f
MR
17662013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1767
1768 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1769 Fix comment typo.
1770 * lib/gdb.exp (gdb_init): Likewise.
1771
50b34a18
TT
17722013-10-17 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1775
3db258f5
TT
17762013-10-14 Tom Tromey <tromey@redhat.com>
1777
1778 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1779 name to gdb_test_no_output.
1780
4856b6bc
JK
17812013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 Canonicalize directories for EXEC_FILENAME.
1784 * gdb.base/argv0-symlink.exp
1785 (kept file symbolic link name for info inferiors): New.
1786 (kept directory symbolic link name): Setup kfail.
1787 (kept directory symbolic link name for info inferiors): New.
1788
9772d074
UW
17892013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1790
1791 * gdb.arch/s390-multiarch.exp: New file.
1792 * gdb.arch/s390-multiarch.c: New file.
1793
2a3be966
JB
17942013-10-11 Joel Brobecker <brobecker@adacore.com>
1795
1796 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1797 use the appropriate GDB/MI command instead, and verify
1798 the test output.
1799
7c647d61
JB
18002013-10-11 Joel Brobecker <brobecker@adacore.com>
1801
1802 * gdb.base/source-nofile.gdb: New file.
1803 * gdb.base/source.exp: Add two tests verifying the behavior when
1804 the "source" command is given a non-existant filename.
1805
bb66bd51
YQ
18062013-10-11 Yao Qi <yao@codesourcery.com>
1807
1808 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1809 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1810 and 'dlclose'.
1811 [!__WIN32__]: Include "dlfcn.h".
1812 * gdb.mi/mi-catch-load.exp: Set up kfail.
1813
4f424bb1
AK
18142013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1815
1816 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1817 generated corefile" by argument "$test".
1818
578d3588
PA
18192013-10-09 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1822 output.
1823
eb4ca471
PA
18242013-10-09 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1827 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1828 (test_catch_syscall_with_wrong_args)
1829 (test_catch_syscall_restarting_inferior)
1830 (test_catch_syscall_fail_nodatadir)
1831 (test_catch_syscall_without_args_noxml)
1832 (test_catch_syscall_with_args_noxml)
1833 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1834
dc294be5
TT
18352013-10-08 Tom Tromey <tromey@redhat.com>
1836
1837 * gdb.dwarf2/dwzbuildid.exp: New file.
1838 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1839 parameters.
1840 (Dwarf::_defer_output): Change "section" parameter to
1841 "section_spec"; update.
1842 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1843 procs.
1844
c968bd18
JB
18452013-10-08 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1848
f44eeb11
TT
18492013-10-07 Tom Tromey <tromey@redhat.com>
1850
1851 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1852 to 0.
1853
0c557179
SDJ
18542013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1855
1856 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1857 $_exitcode is void when opening a corefile.
1858 * gdb.base/exitsignal.exp: New file.
1859 * gdb.base/segv.c: Likewise.
1860 * gdb.base/normal.c: Likewise.
1861
5713b9b5
JB
18622013-10-04 Joel Brobecker <brobecker@adacore.com>
1863
1864 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1865
3f983d47
YZ
18662013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1867
1868 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1869 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1870
901461f8
PA
18712013-10-02 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1874 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1875 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1876 (not_saved_pattern): New.
1877 Replace use of the former with the latter.
1878
b477a5e6
PA
18792013-10-02 Pedro Alves <palves@redhat.com>
1880
1881 * README (Board Settings): Document "exit_is_reliable".
1882 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1883 running to exit reliably reports program exits.
1884 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1885 info.
1886 * boards/native-stdio-gdbserver.exp: Likewise.
1887
a49bed3a
DE
18882013-10-01 Doug Evans <dje@google.com>
1889
1890 * gdb.python/python.exp: Remove redundant print-stack tests.
1891 Make all print-stack test names unique. Fix spelling of print-stack.
1892
2ed2ad44
YQ
18932013-09-29 Yao Qi <yao@codesourcery.com>
1894
1895 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1896 is remote.
1897
7d760051
UW
18982013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1899
1900 PR shlibs/8882
1901 * gdb.base/corefile.exp: Add a check to assure warning-free
1902 core-file load.
1903
82bf32bc
JK
19042013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 * gdb.dwarf2/dwp-symlink.c: New file.
1907 * gdb.dwarf2/dwp-symlink.exp: New file.
1908
4fa7d390
DE
19092013-09-20 Doug Evans <dje@google.com>
1910
6b4646ce
DE
1911 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1912 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1913 file.
1914 * gdb.dwarf2/fission-loclists.S: Ditto.
1915 * gdb.dwarf2/fission-reread.S: Ditto.
1916 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1917 build_executable_from_fission_assembler.
1918 * gdb.dwarf2/fission-loclists.exp: Ditto.
1919 * gdb.dwarf2/fission-reread.exp: Ditto.
1920
4fa7d390
DE
1921 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1922 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1923 (gdb_gnu_strip_debug): Ditto.
1924 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1925 * gdb.arch/altivec-abi.exp: Ditto.
1926 * gdb.base/attach-pie-misread.exp: Ditto.
1927 * gdb.base/comprdebug.exp: Ditto.
1928 * gdb.base/dup-sect.exp: Ditto.
1929 * gdb.base/gnu-debugdata.exp: Ditto.
1930 * gdb.base/step-symless.exp: Ditto.
1931 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1932 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1933 * gdb.dwarf2/gdb-index.exp: Ditto.
1934
e4c6a2c4
AB
19352013-09-18 Andrew Burgess <aburgess@broadcom.com>
1936
1937 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1938 register to "<optimized out>", and also print the registers.
1939
a205fbfc
PA
19402013-09-18 Pedro Alves <palves@redhat.com>
1941
1942 PR server/15967
1943 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1944 change text.
1945
ee47b2f8
YQ
19462013-09-18 Yao Qi <yao@codesourcery.com>
1947
1948 * gdb.server/wrapper.c: New.
1949 * gdb.server/wrapper.exp: New.
1950
49fa26b0
PA
19512013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1952 Jan Kratochvil <jan.kartochvil@redhat.com>
1953 Pedro Alves <palves@redhat.com>
1954
1955 PR gdb/11568
1956 * gdb.thread/thread-specific-bp.c: New file.
1957 * gdb.thread/thread-specific-bp.exp: New file.
1958
e83b28bc
SDJ
19592013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1960
1961 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1962 convenience function.
1963
08d72866
PA
19642013-09-17 Pedro Alves <palves@redhat.com>
1965
1966 PR gdb/15911
1967 * gdb.threads/info-threads-cur-sal-2.c: New file.
1968 * gdb.threads/info-threads-cur-sal.c: New file.
1969 * gdb.threads/info-threads-cur-sal.exp: New file.
1970
57b0d98e
YQ
19712013-09-17 Yao Qi <yao@codesourcery.com>
1972
1973 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1974 [__WIN32__]: Include "windows.h" and define macro dlopen
1975 and dlclose.
1976 [!__WIN32__]: Include "dlfcn.h".
1977 * gdb.base/catch-load.exp (one_catch_load_test): Match
1978 directory separator.
1979
0295a32e
DE
19802013-09-16 Doug Evans <dje@google.com>
1981
a587b477
DE
1982 * lib/gdb.exp (using_fission): New proc.
1983 * gdb.base/info-macros.exp: Skip test if using Fission.
1984
0295a32e
DE
1985 * gdb.base/break-interp.exp: Fix indentation.
1986
a280dbd1
SDJ
19872013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1988
1989 * gdb.base/gdbvars.c (foo_void): New function.
1990 (foo_int): Likewise.
1991 * gdb.base/gdbvars.exp (test_convenience_functions): New
1992 function. Call it.
1993
4ac33720
UW
19942013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1995
1996 * gdb.arch/s390-tdbregs.c: New file.
1997 * gdb.arch/s390-tdbregs.exp: New file.
1998
b866c52d
SS
19992013-09-12 Stan Shebs <stan@codesourcery.com>
2000
2001 * README: New file.
2002
dc59cba6
DE
20032013-09-12 Doug Evans <dje@google.com>
2004
2005 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
2006 added code to print event.inferior.
2007
edf9f00c
JK
20082013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
2011 debug part of the binary.
2012
5423b017
JK
20132013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
2016 (addlink): Add comment.
2017
9295cf6f
SA
20182013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
2019
2020 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
2021 canonical pathname.
2022
89e63ee4
DE
20232013-09-04 Doug Evans <dje@google.com>
2024
314bb8c3
DE
2025 * gdb.python/py-events.py (exit_handler): Verify we get the expected
2026 event.
2027 (continue_handler, new_objfile_handler): Ditto.
2028 (test_events): Rename command to "test-events".
2029 (test_newobj_events): Rename command to "test-objfile-events".
2030 * gdb.python/py-events.exp: Update.
2031 * gdb.python/py-evsignal.exp: Update.
2032 * gdb.python/py-evthreads.exp: Update.
2033
89e63ee4
DE
2034 * gdb.base/enumval.c (ZERO): New enum value.
2035 (main): Use it
2036 * gdb.base/enumval.exp: Test ability to print ZERO.
2037
20382013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
2039 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/relocate.exp: Check that invalid options are
2042 rejected.
2043
26c2b53c
AB
20442013-08-30 Andrew Burgess <aburgess@broadcom.com>
2045
2046 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
2047 (my_static_symbol): Add comment.
2048 (main): Reference my_bss_symbol.
2049
96d9056e
PM
20502013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2051
2052 * gdb.python/py-arch.exp: Tests for invalid architecture.
2053
489d4f4d
SA
20542013-08-29 Sterling Augustine <saugustine@google.com>
2055
2056 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
2057 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
2058 said conditional.
2059
5b791bb5
PM
20602013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2061
2062 * gdb.python/py-arch.exp: Load gdb-python.exp.
2063
8f28f522
PM
20642013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2065
2066 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
2067 itertools for imap attribute. Otherwise use map().
2068 (ElidingIterator): Define wrapper function __next__.
2069 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
2070 use exec (open (read ())) instead.
2071 * gdb.python/py-framefilter.exp: Ditto.
2072 * gdb.python/py-arch.exp: Update print based test to Python 3.x
2073 compliance.
2074 * gdb.python/py-frame.exp: Ditto.
2075 * gdb.python/py-type.exp: Ditto.
2076
1f0c4988
JK
20772013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2078
2079 PR gdb/15415
2080 * gdb.base/argv0-symlink.c: New file.
2081 * gdb.base/argv0-symlink.exp: New file.
2082
7893c162
TT
20832013-08-28 Tom Tromey <tromey@redhat.com>
2084
2085 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
2086 when saving index.
2087
6211c335
YQ
20882013-08-27 Yao Qi <yao@codesourcery.com>
2089
2090 * gdb.trace/entry-values.exp: Test unavailable entry value is
2091 not shown when option '--skip-unavailable' is specified.
2092 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
2093 Add tests for new option '--skip-unavailable'.
2094
ce4ea2bb
YQ
20952013-08-27 Yao Qi <yao@codesourcery.com>
2096
2097 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
2098 remote_download if it is empty.
2099
6e45f158
DE
21002013-08-26 Doug Evans <dje@google.com>
2101
779bd270
DE
2102 PR symtab/15885
2103 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
2104 (clean): rm -f *.gdb-index *.with-index.
2105 * gdb.dwarf2/gdb-index.exp: New testcase.
2106
6e45f158
DE
2107 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
2108 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
2109 run_on_host. All callers updated.
2110
b1224238
YQ
21112013-08-24 Yao Qi <yao@codesourcery.com>
2112
2113 * gdb.trace/entry-values.c (end): New
2114 (main): Call end.
2115 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
2116 tracepoint and collect data. Test entry value is unavailable.
2117
b39a8faf
YQ
21182013-08-24 Yao Qi <yao@codesourcery.com>
2119
2120 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
2121 * gdb.trace/entry-values.c: New.
2122 * gdb.trace/entry-values.exp: New.
2123
9eaabc75
MW
21242013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
2125
2126 PR gdb/15501
2127 * gdb.base/ena-dis-br.exp: Add test to verify
2128 enable/disable commands work correctly with
2129 multiple arguments that include multiple locations.
2130
9f948660
SDJ
21312013-08-22 Samuel Bronson <naesten@gmail.com>
2132
2133 ARM Linux support for `catch syscall'.
2134 * gdb.base/catch-syscall.exp: Test this on ARM now.
2135 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
2136
e630b974
TT
21372013-08-22 Tom Tromey <tromey@redhat.com>
2138
2139 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
2140 default addr_size.
2141 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
2142
f3a76454
TT
21432013-08-22 Tom Tromey <tromey@redhat.com>
2144
2145 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
2146 standard_temp_file.
2147
de5f37e1
TT
21482013-08-22 Tom Tromey <tromey@redhat.com>
2149
2150 * gdb.arch/amd64-byte.exp: Use standard_testfile,
2151 clean_restart.
2152 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
2153 * gdb.arch/amd64-dword.exp: Use standard_testfile,
2154 clean_restart.
2155 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
2156 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
2157 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
2158 * gdb.arch/amd64-word.exp: Use standard_testfile,
2159 clean_restart.
2160 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
2161 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
2162 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
2163 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
2164 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
2165 * gdb.arch/i386-signal.exp: Use standard_testfile.
2166 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
2167 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
2168 * gdb.arch/i386-unwind.exp: Use standard_testfile.
2169 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
2170
8448e842
TT
21712013-08-22 Tom Tromey <tromey@redhat.com>
2172
2173 * gdb.python/py-error.exp: Use gdb_remote_download.
2174 * gdb.python/py-mi.exp: Use gdb_remote_download.
2175 * gdb.python/py-objfile-script.exp: Use standard_output_file.
2176 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
2177 (run_lang_tests): Likewise.
2178 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
2179 filename.
2180 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
2181 compiling. Use gdb_remote_download. Update some tests.
2182 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2183 standard_output_file.
2184 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
2185 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
2186 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
2187 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
2188 standard_output_file.
2189
16cfcbc2
TT
21902013-08-22 Tom Tromey <tromey@redhat.com>
2191
2192 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
2193
44ee8174
TT
21942013-08-22 Tom Tromey <tromey@redhat.com>
2195
2196 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
2197 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
2198 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
2199 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
2200 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
2201 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
2202 * lib/gdb.exp (gdb_remote_download): New proc.
2203
7a218f88
TT
22042013-08-22 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.dwarf2/clztest.exp: Use standard_testfile.
2207 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
2208 * gdb.dwarf2/fission-base.S: Remove directory from
2209 DW_AT_GNU_dwo_name.
2210 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
2211 debug-file-directory.
2212 * gdb.dwarf2/fission-reread.S: Remove directory from
2213 DW_AT_GNU_dwo_name.
2214 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
2215 debug-file-directory.
2216
70cc1c23
DE
22172013-08-16 Doug Evans <dje@google.com>
2218
2219 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
2220 prelink complains about an unhandled DWARF version.
2221
61884d20
DE
22222013-08-14 Cary Coutant <ccoutant@google.com>
2223
2224 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
2225
5e92f71a
TT
22262013-08-13 Tom Tromey <tromey@redhat.com>
2227 Yao Qi <yao@codesourcery.com>
2228
2229 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
2230 * lib/gdb.exp: Handle GDB_PARALLEL.
2231 (default_gdb_version): Kill inotify_pid if it exists.
2232 (default_gdb_exit): Emit warning if the inotify log is not
2233 empty.
2234 (standard_output_file): Respect GDB_PARALLEL.
2235 (standard_temp_file): Likewise.
2236 (gdb_init): Start inotifywait if requested.
2237
5c30d39a
AB
22382013-08-13 Andrew Burgess <aburgess@broadcom.com>
2239
2240 * gdb.base/printcmds.exp (test_printf): Add test for printf of
2241 pointer with various flags.
2242
17e1c970
TT
22432013-08-13 Tom Tromey <tromey@redhat.com>
2244
2245 * lib/cache.exp: New file.
2246 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
2247 * lib/gdb.exp: Load cache.exp.
2248 (support_complex_tests, is_ilp32_target, is_lp64_target)
2249 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
2250 (gdb_skip_xml_test): Use gdb_caching_proc.
2251 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
2252
4e234898
TT
22532013-08-13 Tom Tromey <tromey@redhat.com>
2254
2255 * lib/gdb.exp (standard_temp_file): New proc.
2256 (support_complex_tests, is_ilp32_target, is_lp64_target)
2257 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
2258 standard_temp_file.
2259
53e981d9
TT
22602013-08-13 Tom Tromey <tromey@redhat.com>
2261
2262 * lib/gdb.exp (build_id_debug_filename_get): Use
2263 standard_output_file.
2264 * lib/prelink-support.exp (section_get)
2265 (build_executable_own_libs): Use standard_output_file.
2266
3f539315
TT
22672013-08-12 Tom Tromey <tromey@redhat.com>
2268
2269 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2270
b4013987
AA
22712013-08-12 Ali Anwar <alianwar@codesourcery.com>
2272
2273 * gdb.base/break.exp: Test break via convenience variable
2274 with file name.
2275
f61d5529
DE
22762013-08-09 Doug Evans <dje@google.com>
2277
2278 * lib/future.exp (gdb_find_ldd): New proc.
2279 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2280 Make "/usr/sbin/" in prelink path optional.
2281
1ed8d800
YQ
22822013-08-09 Yao Qi <yao@codesourcery.com>
2283
2284 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2285 "only" and "both" to 'print entry-values' before selecting
2286 trace frame.
2287
82a0a75f
YQ
22882013-08-08 Yao Qi <yao@codesourcery.com>
2289
2290 * gdb.trace/mi-trace-unavailable.exp: Don't set
2291 "print entry-values" to "no".
2292 (test_trace_unavailable): Set various values to
2293 "print entry-values" to test that the output of
2294 '-stack-list-locals' is not affected, and then set
2295 set "print entry-values" to "no".
2296
ac52f9a2
DE
22972013-08-07 Doug Evans <dje@google.com>
2298
2299 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2300 * gdb.python/py-value-cc.exp: Update.
2301 * gdb.python/py-value.exp: Use different names for .o files for
2302 C and C++. Only perform C++ tests if !skip_cplus_tests.
2303
bf6d8a91
TT
23042013-08-07 Tom Tromey <tromey@redhat.com>
2305
2306 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2307
f9125b6c
TT
23082013-08-07 Tom Tromey <tromey@redhat.com>
2309
2310 * gdb.dwarf2/dwz.exp: New file.
2311
3a1115a0
TT
23122013-08-02 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.base/watchpoint.c (struct foo5): New.
2315 (nullptr): New global.
2316 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2317
b846d303
DE
23182013-08-01 Doug Evans <dje@google.com>
2319
7ee85ab1
DE
2320 PR symtab/15691
2321 * gdb.dwarf2/fission-mix.exp: New file.
2322 * gdb.dwarf2/fission-mix.h: New file.
2323 * gdb.dwarf2/fission-mix.c: New file.
2324 * gdb.dwarf2/fission-mix2.c: New file.
2325
b846d303
DE
2326 PR symtab/15695
2327 * gdb.base/func-ptr.exp: New file.
2328 * gdb.base/func-ptr.c: New file.
2329
67d21849
YQ
23302013-08-01 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.python/py-sync-interp.c: New.
2333 * gdb.python/py-sync-interp.exp: New.
2334
de74e63a
YQ
23352013-07-31 Yao Qi <yao@codesourcery.com>
2336
2337 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2338 'tdump' on stack frame 0 and 1 respectively.
2339
680558e8
YQ
23402013-07-31 Yao Qi <yao@codesourcery.com>
2341
2342 PR gdb/13443
2343 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2344 'traceframe'. Wrap test with with_test_prefix.
2345 (top level): Update.
2346
48bbe0bf
YQ
23472013-07-31 Yao Qi <yao@codesourcery.com>
2348
2349 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2350 'gdb_start'.
2351 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2352 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2353
11b4b7cc
AB
23542013-07-30 Andrew Burgess <aburgess@broadcom.com>
2355
2356 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2357 when printing an optimized out value. Expect an error when using
2358 an optimized out value in an expression.
2359
b0c54aa5
AB
23602013-07-30 Andrew Burgess <aburgess@broadcom.com>
2361
2362 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2363 * gdb.dwarf2/pieces-optimized-out.c: New file.
2364 * gdb.dwarf2/pieces-optimized-out.S: New file.
2365
97c85fc6
MB
23662013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2367
2368 PR gdb/15715
2369 * gdb.base/setshow.exp: Test that relative paths passed to
2370 'set history filename' are converted to absolute paths.
2371
5b32ae97
KS
23722013-07-26 Keith Seitz <keiths@redhat.com>
2373
2374 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2375 of f77.
2376 Allow for compiler variations of integer types.
2377 Use mi_create_varobj.
2378 Use mi_list_varobj_children for the immediate children of `array'.
2379 Add "has_more" attribute for grandchildren test.
2380
6f64ef53
PA
23812013-07-26 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2384 files.
2385
fdc8aae8
AB
23862013-07-25 Andrew Burgess <aburgess@broadcom.com>
2387
2388 * gdb.mi/mi-reg-undefined.exp: New file.
2389 * gdb.mi/mi-reg-undefined.c: Likewise.
2390 * gdb.mi/mi-reg-undefined.S: Likewise.
2391
6fbe845e
AB
23922013-07-25 Andrew Burgess <aburgess@broadcom.com>
2393
2394 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2395 z, o, and t output formats.
2396 * gdb.base/display.exp: Use 'k' as an undefined format now that
2397 'z' is defined.
2398
7b79b135
DE
23992013-07-24 Doug Evans <dje@google.com>
2400
2401 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2402 "--" to switch.
2403
a0607b84
YQ
24042013-07-24 Yao Qi <yao@codesourcery.com>
2405
2406 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2407 host.
2408 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2409 Likewise. If host is remote, copy ${binfile} to host.
2410
2eb14a9b
YQ
24112013-07-23 Yao Qi <yao@codesourcery.com>
2412
2413 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2414 message.
2415
5d0a3b53
WN
24162013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2417
2418 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2419 instructions and enable disp-step-syscall for arm targets.
2420
9a5911c0
WN
24212013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2422
2423 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2424 assembler errors on arm.
2425 * gdb.dwarf2/mac-fileno.S: Likewise.
2426 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2427 * gdb.dwarf2/pr13961.S: Likewise.
2428
fa876972
HZ
24292013-07-19 Hui Zhu <hui@codesourcery.com>
2430
2431 PR gdb/15692
2432 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2433
1527aea8
YQ
24342013-07-19 Yao Qi <yao@codesourcery.com>
2435
2436 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2437 (teset_from_exec): Likewise.
2438
73c1d57e
YQ
24392013-07-19 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.trace/read-memory.c: New.
2442 * gdb.trace/read-memory.exp: New.
2443
a075c3e5
YQ
24442013-07-19 Yao Qi <yao@codesourcery.com>
2445
2446 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2447 $dest to link options if host is remote. Move the
2448 generated file to $dest.a on host if host is remote.
2449
623cc285
WN
24502013-07-18 Will Newton <will.newton@linaro.org>
2451
2452 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2453 to ensure the test is linked against pthreads.
2454 * gdb.threads/tls-var-main.c: Likewise.
2455 * gdb.threads/tls-shared.c: Likewise.
2456
1f74d3b5
YQ
24572013-07-18 Yao Qi <yao@codesourcery.com>
2458
2459 * lib/future.exp (gdb_default_target_compile): Use tail name
2460 of $destfile as the output name of compile. Move the
2461 generated file to $destfile on build.
2462
f6dc277e
YQ
24632013-07-18 Yao Qi <yao@codesourcery.com>
2464
2465 * lib/gdb.exp (gdb_compile): Set
2466 gdb_saved_set_unbuffered_mode_obj to
2467 set_unbuffered_mode_saved.o if host is remote. Invoke
2468 remote_download to copy $unbuf_obj to host.
2469
e7045703
DE
24702013-07-17 Doug Evans <dje@google.com>
2471
2472 * gdb.python/py-frame-args.c: New file.
2473 * gdb.python/py-frame-args.py: New file.
2474 * gdb.python/py-frame-args.exp New file.
2475
5ea5559b
AB
24762013-07-16 Andrew Burgess <aburgess@broadcom.com>
2477
2478 * gdb.base/printcmds.exp (test_printf): Add tests for format
2479 strings with missing format specifier.
2480
4229ca0e
TT
24812013-07-16 Tom Tromey <tromey@redhat.com>
2482
2483 * gdb.ada/info_types.exp: Use standard_testfile.
2484
5ee657d5
TT
24852013-07-16 Tom Tromey <tromey@redhat.com>
2486
2487 * gdb.mi/mi-basics.exp: Use standard_output_file.
2488 (test_dir_specification, test_cwd_specification)
2489 (test_path_specification): Use testsubdir, not subdir and objdir.
2490
20e3d738
TT
24912013-07-16 Tom Tromey <tromey@redhat.com>
2492
2493 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2494
7d7c6477
JB
24952013-07-09 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.ada/small_reg_param.exp: Accept optional entry value
2498 for parameter "w".
2499
52cd8b7d
JB
25002013-07-09 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.ada/small_reg_param.exp: Remove trailing space.
2503
2a998fc0
DE
25042013-07-09 Doug Evans <dje@google.com>
2505
2506 * gdb.base/default.exp: Update expected output of "show print array"
2507 and "show print pretty".
2508
0329e9fb
UW
25092013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2510
2511 * gdb.threads/wp-replication.exp: Stop counting available hardware
2512 watchpoints after NR_THREADS iterations.
2513
1953058f
AB
25142013-07-08 Andrew Burgess <aburgess@broadcom.com>
2515
2516 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2517
7c0de741
YQ
25182013-07-07 Yao Qi <yao@codesourcery.com>
2519
2520 * boards/native-gdbserver.exp: Move invoke of
2521 process_multilib_options to gdbserver-base.exp.
2522 Move set_board_info 'compiler', 'gdb,noinferiorio',
2523 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2524 gdbserver-base.exp.
2525 Move proc ${board}_download, ${board}_upload and
2526 ${board}_file to gdbserver-base.exp.
2527 * boards/native-extended-gdbserver.exp: Likewise.
2528 * boards/native-stdio-gdbserver.exp: Likewise.
2529 * boards/gdbserver-base.exp: New file.
2530
497a4c48
LM
25312013-07-05 Luis Machado <lgustavo@codesourcery.com>
2532
2533 * gdb.base/dump.exp: Remove arch-specific tests and do a
2534 generic data address check to set is64bitonly correctly.
2535
bb3f62fc
LM
25362013-07-05 Luis Machado <lgustavo@codesourcery.com>
2537
2538 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2539 the register number instead of expecting only 0.
2540
005faa9d
WN
25412013-07-05 Will Newton <will.newton@linaro.org>
2542
2543 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2544 in asm syntax to allow building on ARM.
2545
4767856f
YQ
25462013-07-05 Yao Qi <yao@codesourcery.com>
2547
2548 * boards/local-remote-host.exp: Remove obsolete comments.
2549 * boards/native-extended-gdbserver.exp: Likewise.
2550 * boards/native-gdbserver.exp: Likewise.
2551 * boards/native-stdio-gdbserver.exp: Likewise.
2552
691a26f5
AB
25532013-07-04 Andrew Burgess <aburgess@broadcom.com>
2554
2555 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2556 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2557 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2558
4d142eaa
JK
25592013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 * gdb.base/break-on-linker-gcd-function.exp: Replace
2562 prepare_for_testing by build_executable_from_specs and clean_restart.
2563
62cef515
TT
25642013-06-27 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2567 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2568 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2569 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2570 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2571 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2572 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2573 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2574 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2575 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2576 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2577 Use standard_testfile, standard_output_file, prepare_for_testing,
2578 clean_restart.
2579
0ab77f5f
TT
25802013-06-27 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2583 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2584 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2585 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2586 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2587 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2588 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2589 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2590 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2591 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2592 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2593 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2594 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2595 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2596 gdb.base/solib-weak.exp, gdb.base/source.exp,
2597 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2598 gdb.base/stap-probe.exp, gdb.base/start.exp,
2599 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2600 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2601 gdb.base/step-test.exp, gdb.base/structs.exp,
2602 gdb.base/structs2.exp, gdb.base/structs3.exp,
2603 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2604 standard_output_file, prepare_for_testing, clean_restart.
2605
822bd149
TT
26062013-06-27 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2609 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2610 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2611 gdb.base/pending.exp, gdb.base/permissions.exp,
2612 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2613 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2614 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2615 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2616 gdb.base/ptype.exp, gdb.base/randomize.exp,
2617 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2618 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2619 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2620 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2621 standard_testfile, standard_output_file, prepare_for_testing,
2622 clean_restart.
2623
f8b41b00
TT
26242013-06-27 Tom Tromey <tromey@redhat.com>
2625
a8c97a87
TT
2626 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2627 gdb.base/huge.exp, gdb.base/included.exp,
2628 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2629 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2630 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2631 gdb.base/info-target.exp, gdb.base/infoline.exp,
2632 gdb.base/interp.exp, gdb.base/interrupt.exp,
2633 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2634 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2635 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2636 gdb.base/logical.exp, gdb.base/long_long.exp,
2637 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2638 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2639 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2640 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
2641 standard_testfile, standard_output_file, prepare_for_testing,
2642 clean_restart.
2643
289f9037
TT
26442013-06-27 Tom Tromey <tromey@redhat.com>
2645
a8c97a87
TT
2646 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2647 gdb.base/enumval.exp, gdb.base/environ.exp,
2648 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2649 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2650 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2651 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2652 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2653 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2654 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2655 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2656 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2657 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2658 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2659 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2660 gdb.base/gnu_vector.exp: Use standard_testfile,
2661 standard_output_file, prepare_for_testing, clean_restart.
289f9037 2662
f76495c8
TT
26632013-06-27 Tom Tromey <tromey@redhat.com>
2664
a8c97a87
TT
2665 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2666 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2667 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2668 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2669 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2670 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2671 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2672 gdb.base/commands.exp, gdb.base/completion.exp,
2673 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2674 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2675 gdb.base/constvars.exp, gdb.base/corefile.exp,
2676 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2677 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2678 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2679 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2680 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
2681 standard_output_file, prepare_for_testing, clean_restart.
2682
a64d2530
TT
26832013-06-27 Tom Tromey <tromey@redhat.com>
2684
a8c97a87
TT
2685 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2686 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2687 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2688 gdb.base/async-shell.exp, gdb.base/async.exp,
2689 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2690 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2691 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2692 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2693 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2694 gdb.base/break-on-linker-gcd-function.exp,
2695 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
2696 standard_output_file, prepare_for_testing, clean_restart.
2697
aaff8d73
YQ
26982013-06-26 Yao Qi <yao@codesourcery.com>
2699
2700 * gdb.trace/mi-trace-frame-collected.exp: New.
2701
a0743c90
YQ
27022013-06-25 Yao Qi <yao@codesourcery.com>
2703
2704 * boards/native-extended-gdbserver.exp: Set board_info
2705 'gdb,predefined_tsv'.
2706 * boards/native-gdbserver.exp: Likewise.
2707 * boards/native-stdio-gdbserver.exp: Likewise.
2708 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2709 uploaded TSVs if target supports tracing.
2710 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2711 tracing and target has predefined tsv.
2712
9d6e6e84
HZ
27132013-06-25 Yao Qi <yao@codesourcery.com>
2714 Hui Zhu <hui@codesourcery.com>
2715 Pedro Alves <palves@redhat.com>
2716
2717 PR breakpoints/15075
2718 PR breakpoints/15434
2719 * gdb.base/dprintf-next.c: New file.
2720 * gdb.base/dprintf-next.exp: New file.
2721 * gdb.base/dprintf-non-stop.c: New file.
2722 * gdb.base/dprintf-non-stop.exp: New file.
2723 * gdb.base/dprintf.exp: Don't check "continue" in the output
2724 of "info breakpoints".
2725 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2726 Don't check "continue" in script field.
2727
e7ab3185
TT
27282013-06-21 Tom Tromey <tromey@redhat.com>
2729
2730 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2731 name in a test name.
2732
c898adb7
YQ
27332013-06-20 Yao Qi <yao@codesourcery.com>
2734
2735 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2736 and set an action.
2737 (test_trace_unavailable): Test command -data-list-register-values
2738 in the context of traceframe and with option --skip-unavailable.
2739 * gdb.trace/trace-unavailable.c (foo): New.
2740 (main): Call it.
2741 * gdb.mi/gdb2549.exp: Update matching pattern.
2742
4d157a3d
MF
27432013-06-19 Mike Frysinger <vapier@gentoo.org>
2744
2745 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2746 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2747 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2748 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2749 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2750
d69cace4
LM
27512013-06-19 Luis Machado <lgustavo@codesourcery.com>
2752
2753 * gdb.base/subst.exp: Delete default rules before further
2754 tests.
2755
9bdd0636
YQ
27562013-06-19 Yao Qi <yao@codesourcery.com>
2757
2758 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2759 unsupported if it is not registered.
2760
427cd150
TT
27612013-06-18 Tom Tromey <tromey@redhat.com>
2762
2763 * gdb.base/random-signal.c: New file.
2764 * gdb.base/random-signal.exp: New file.
2765
6de7c271
WN
27662013-06-18 Will Newton <will.newton@linaro.org>
2767
2768 * gdb.base/skip.c: Use comma to evaluate results of foo()
2769 and bar() before passing to baz().
2770 * gdb.base/skip.c: baz() now takes one argument instead of
2771 two.
2772
5bd1ef56
TT
27732013-06-18 Tom Tromey <tromey@redhat.com>
2774
2775 * gdb.dwarf2/implptrpiece.exp: New file.
2776 * gdb.dwarf2/implptrconst.exp (d): New variable.
2777 Print d.
2778 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2779
e379b391
TT
27802013-06-18 Tom Tromey <tromey@redhat.com>
2781
2782 * lib/selftest-support.exp (do_self_tests): Reject remote or
2783 non-native targets.
2784 * gdb.gdb/complaints.exp: Remove check.
2785 * gdb.gdb/observer.exp: Remove check.
2786 * gdb.gdb/xfullpath.exp: Remove check.
2787 * gdb.gdb/complaints.exp: Remove check.
2788
4ec70201
PA
27892013-06-07 Pedro Alves <palves@redhat.com>
2790
2791 * boards/native-extended-gdbserver.exp: Remove semicolon.
2792 * config/arm-ice.exp: Likewise.
2793 * config/bfin.exp: Likewise.
2794 * config/cygmon.exp: Likewise.
2795 * config/h8300.exp: Likewise.
2796 * config/monitor.exp: Likewise.
2797 * config/sid.exp: Likewise.
2798 * config/sim.exp: Likewise.
2799 * config/slite.exp: Likewise.
2800 * config/vx.exp: Likewise.
2801 * gdb.arch/i386-bp_permanent.exp: Likewise.
2802 * gdb.asm/asm-source.exp: Likewise.
2803 * gdb.base/args.exp: Likewise.
2804 * gdb.base/attach-pie-misread.exp: Likewise.
2805 * gdb.base/auxv.exp: Likewise.
2806 * gdb.base/bigcore.exp: Likewise.
2807 * gdb.base/bitfields2.exp: Likewise.
2808 * gdb.base/bitfields.exp: Likewise.
2809 * gdb.base/break.exp: Likewise.
2810 * gdb.base/break-interp.exp: Likewise.
2811 * gdb.base/callfuncs.exp: Likewise.
2812 * gdb.base/call-sc.exp: Likewise.
2813 * gdb.base/commands.exp: Likewise.
2814 * gdb.base/corefile.exp: Likewise.
2815 * gdb.base/dbx.exp: Likewise.
2816 * gdb.base/ending-run.exp: Likewise.
2817 * gdb.base/exprs.exp: Likewise.
2818 * gdb.base/funcargs.exp: Likewise.
2819 * gdb.base/hbreak2.exp: Likewise.
2820 * gdb.base/huge.exp: Likewise.
2821 * gdb.base/list.exp: Likewise.
2822 * gdb.base/memattr.exp: Likewise.
2823 * gdb.base/overlays.exp: Likewise.
2824 * gdb.base/printcmds.exp: Likewise.
2825 * gdb.base/recurse.exp: Likewise.
2826 * gdb.base/remotetimeout.exp: Likewise.
2827 * gdb.base/reread.exp: Likewise.
2828 * gdb.base/savedregs.exp: Likewise.
2829 * gdb.base/scope.exp: Likewise.
2830 * gdb.base/sepdebug.exp: Likewise.
2831 * gdb.base/setshow.exp: Likewise.
2832 * gdb.base/setvar.exp: Likewise.
2833 * gdb.base/sigaltstack.exp: Likewise.
2834 * gdb.base/siginfo-addr.exp: Likewise.
2835 * gdb.base/siginfo.exp: Likewise.
2836 * gdb.base/siginfo-obj.exp: Likewise.
2837 * gdb.base/sigrepeat.exp: Likewise.
2838 * gdb.base/sigstep.exp: Likewise.
2839 * gdb.base/structs.exp: Likewise.
2840 * gdb.base/testenv.exp: Likewise.
2841 * gdb.base/twice.exp: Likewise.
2842 * gdb.base/valgrind-db-attach.exp: Likewise.
2843 * gdb.base/valgrind-infcall.exp: Likewise.
2844 * gdb.base/varargs.exp: Likewise.
2845 * gdb.base/watchpoint.exp: Likewise.
2846 * gdb.cp/gdb1355.exp: Likewise.
2847 * gdb.cp/misc.exp: Likewise.
2848 * gdb.disasm/hppa.exp: Likewise.
2849 * gdb.disasm/t01_mov.exp: Likewise.
2850 * gdb.disasm/t02_mova.exp: Likewise.
2851 * gdb.disasm/t03_add.exp: Likewise.
2852 * gdb.disasm/t04_sub.exp: Likewise.
2853 * gdb.disasm/t05_cmp.exp: Likewise.
2854 * gdb.disasm/t06_ari2.exp: Likewise.
2855 * gdb.disasm/t07_ari3.exp: Likewise.
2856 * gdb.disasm/t08_or.exp: Likewise.
2857 * gdb.disasm/t09_xor.exp: Likewise.
2858 * gdb.disasm/t10_and.exp: Likewise.
2859 * gdb.disasm/t11_logs.exp: Likewise.
2860 * gdb.disasm/t12_bit.exp: Likewise.
2861 * gdb.disasm/t13_otr.exp: Likewise.
2862 * gdb.gdb/selftest.exp: Likewise.
2863 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2864 * gdb.mi/mi-reverse.exp: Likewise.
2865 * gdb.pascal/floats.exp: Likewise.
2866 * gdb.python/py-inferior.exp: Likewise.
2867 * gdb.threads/attach-into-signal.exp: Likewise.
2868 * gdb.threads/pthreads.exp: Likewise.
2869 * gdb.threads/thread_events.exp: Likewise.
2870 * gdb.threads/watchthreads.exp: Likewise.
2871 * gdb.trace/actions-changed.exp: Likewise.
2872 * gdb.trace/actions.exp: Likewise.
2873 * gdb.trace/ax.exp: Likewise.
2874 * gdb.trace/backtrace.exp: Likewise.
2875 * gdb.trace/change-loc.exp: Likewise.
2876 * gdb.trace/deltrace.exp: Likewise.
2877 * gdb.trace/disconnected-tracing.exp: Likewise.
2878 * gdb.trace/ftrace.exp: Likewise.
2879 * gdb.trace/infotrace.exp: Likewise.
2880 * gdb.trace/passc-dyn.exp: Likewise.
2881 * gdb.trace/passcount.exp: Likewise.
2882 * gdb.trace/pending.exp: Likewise.
2883 * gdb.trace/qtro.exp: Likewise.
2884 * gdb.trace/range-stepping.exp: Likewise.
2885 * gdb.trace/report.exp: Likewise.
2886 * gdb.trace/save-trace.exp: Likewise.
2887 * gdb.trace/status-stop.exp: Likewise.
2888 * gdb.trace/strace.exp: Likewise.
2889 * gdb.trace/tfile.exp: Likewise.
2890 * gdb.trace/tfind.exp: Likewise.
2891 * gdb.trace/trace-break.exp: Likewise.
2892 * gdb.trace/tracecmd.exp: Likewise.
2893 * gdb.trace/trace-mt.exp: Likewise.
2894 * gdb.trace/tspeed.exp: Likewise.
2895 * gdb.trace/tsv.exp: Likewise.
2896 * gdb.trace/while-stepping.exp: Likewise.
2897 * lib/gdb.exp: Likewise.
2898 * lib/gdbserver-support.exp: Likewise.
2899 * lib/java.exp: Likewise.
2900 * lib/mi-support.exp: Likewise.
2901 * lib/pascal.exp: Likewise.
2902 * lib/prompt.exp: Likewise.
2903 * lib/trace-support.exp: Likewise.
2904
47d48711
PA
29052013-06-07 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.ada/info_types.c: Fix formating in copyright header.
2908 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2909 * gdb.base/float.c: Likewise.
2910 * gdb.base/inferior-died.c: Likewise.
2911 * gdb.base/interp.c: Likewise.
2912 * gdb.base/jit-main.c: Likewise.
2913 * gdb.base/jit-solib.c: Likewise.
2914 * gdb.base/long_long.c: Likewise.
2915 * gdb.base/longjmp.c: Likewise.
2916 * gdb.base/nextoverexit.c: Likewise.
2917 * gdb.base/pr11022.c: Likewise.
2918 * gdb.base/prelink-lib.c: Likewise.
2919 * gdb.base/prelink.c: Likewise.
2920 * gdb.base/prologue.c: Likewise.
2921 * gdb.base/restore.c: Likewise.
2922 * gdb.base/sigchld.c: Likewise.
2923 * gdb.base/solib-search-lib1.c: Likewise.
2924 * gdb.base/solib-search-lib2.c: Likewise.
2925 * gdb.base/solib-search.c: Likewise.
2926 * gdb.base/solib-search.h: Likewise.
2927 * gdb.base/whatis.c: Likewise.
2928 * gdb.cp/abstract-origin.cc: Likewise.
2929 * gdb.cp/anon-struct.cc: Likewise.
2930 * gdb.cp/baseenum.cc: Likewise.
2931 * gdb.cp/bs15503.cc: Likewise.
2932 * gdb.cp/call-c-1.c: Likewise.
2933 * gdb.cp/call-c.cc: Likewise.
2934 * gdb.cp/class2.cc: Likewise.
2935 * gdb.cp/classes.cc: Likewise.
2936 * gdb.cp/cttiadd.cc: Likewise.
2937 * gdb.cp/cttiadd1.cc: Likewise.
2938 * gdb.cp/cttiadd2.cc: Likewise.
2939 * gdb.cp/cttiadd3.cc: Likewise.
2940 * gdb.cp/derivation.cc: Likewise.
2941 * gdb.cp/derivation2.cc: Likewise.
2942 * gdb.cp/dispcxx.cc: Likewise.
2943 * gdb.cp/exception.cc: Likewise.
2944 * gdb.cp/gdb2384-base.cc: Likewise.
2945 * gdb.cp/gdb2384-base.h: Likewise.
2946 * gdb.cp/gdb2384.cc: Likewise.
2947 * gdb.cp/gdb2495.cc: Likewise.
2948 * gdb.cp/mb-inline.h: Likewise.
2949 * gdb.cp/mb-inline1.cc: Likewise.
2950 * gdb.cp/mb-inline2.cc: Likewise.
2951 * gdb.cp/member-name.cc: Likewise.
2952 * gdb.cp/member-ptr.cc: Likewise.
2953 * gdb.cp/misc.cc: Likewise.
2954 * gdb.cp/namespace1.cc: Likewise.
2955 * gdb.cp/nextoverthrow.cc: Likewise.
2956 * gdb.cp/pr-574.cc: Likewise.
2957 * gdb.cp/pr9631.cc: Likewise.
2958 * gdb.cp/printmethod.cc: Likewise.
2959 * gdb.cp/psmang1.cc: Likewise.
2960 * gdb.cp/psmang2.cc: Likewise.
2961 * gdb.cp/psymtab-parameter.cc: Likewise.
2962 * gdb.cp/ptype-flags.cc: Likewise.
2963 * gdb.cp/ref-params.cc: Likewise.
2964 * gdb.cp/ref-types.cc: Likewise.
2965 * gdb.cp/smartp.cc: Likewise.
2966 * gdb.cp/try_catch.cc: Likewise.
2967 * gdb.cp/userdef.cc: Likewise.
2968 * gdb.cp/using-crash.cc: Likewise.
2969 * gdb.cp/virtfunc.cc: Likewise.
2970 * gdb.cp/virtfunc2.cc: Likewise.
2971 * gdb.dwarf2/callframecfa.S: Likewise.
2972 * gdb.dwarf2/dw2-ranges.c: Likewise.
2973 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2974 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2975 * gdb.dwarf2/dw2-restore.S: Likewise.
2976 * gdb.dwarf2/pieces.S: Likewise.
2977 * gdb.dwarf2/valop.S: Likewise.
2978 * gdb.java/jnpe.java: Likewise.
2979 * gdb.mi/mi-stepn.c: Likewise.
2980 * gdb.mi/mi-var-cp.cc: Likewise.
2981 * gdb.mi/mi-var-rtti.cc: Likewise.
2982 * gdb.mi/ns-stale-regcache.c: Likewise.
2983 * gdb.mi/pr11022.c: Likewise.
2984 * gdb.mi/solib-lib.c: Likewise.
2985 * gdb.mi/solib-main.c: Likewise.
2986 * gdb.python/py-arch.c: Likewise.
2987 * gdb.python/py-block.c: Likewise.
2988 * gdb.python/py-breakpoint.c: Likewise.
2989 * gdb.python/py-events.c: Likewise.
2990 * gdb.python/py-evthreads.c: Likewise.
2991 * gdb.python/py-explore.c: Likewise.
2992 * gdb.python/py-explore.cc: Likewise.
2993 * gdb.python/py-finish-breakpoint.c: Likewise.
2994 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2995 * gdb.python/py-symbol.c: Likewise.
2996 * gdb.threads/execl.c: Likewise.
2997 * gdb.threads/execl1.c: Likewise.
2998
88ab5684
WN
29992013-06-07 Will Newton <will.newton@linaro.org>
3000
3001 * gdb.base/long_long.exp: Fix ARM EABI target glob.
3002
42daa7a0
WN
30032013-06-07 Will Newton <will.newton@linaro.org>
3004
3005 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
3006 and "starting".
3007
f4059ef3
WN
30082013-06-07 Will Newton <will.newton@linaro.org>
3009
3010 * gdb.cp/anon-struct.exp: Conditionalize constructor and
3011 destructor prototypes for ARM ABI.
3012 * gdb.cp/m-static.exp: Likewise.
3013
8cb5cc78
YQ
30142013-06-07 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.trace/mi-trace-unavailable.exp: New.
3017 * gdb.trace/trace-unavailable.c: New.
3018
c6cf1712
DE
30192013-06-06 Doug Evans <dje@google.com>
3020
3021 * gdb.cp/derivation.exp: Make tests have unique names.
3022
bf6be0f4
TT
30232013-06-06 Tom Tromey <tromey@redhat.com>
3024
3025 * gdb.base/dump.exp (capture_value): Don't put expression into
3026 test name if arguments passed in.
3027 Rename a couple more tests to make them unique.
3028
ebb022fa
TT
30292013-06-06 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.base/break-always.exp: Explicitly specify test name.
3032
69fc87c2
DE
30332013-06-05 Doug Evans <dje@google.com>
3034 Keith Seitz <keiths@redhat.com>
3035
3036 * gdb.cp/derivation2.cc: New file.
3037 * gdb.cp/derivation.cc (main): Call foo2.
3038 * gdb.cp/derivation.exp: Add tests for typedefs in another
3039 file, and when there's an active block.
3040
f993f39e
LM
30412013-06-05 Luis Machado <lgustavo@codesourcery.com>
3042
3043 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
3044 from targets that use function descriptors in the virtual tables.
3045 Handle presence of dot symbols.
3046
afacd7f3
GB
30472013-06-04 Gary Benson <gbenson@redhat.com>
3048
3049 * gdb.base/break-probes.exp: New file.
3050 * gdb.base/break-probes.c: Likewise.
3051 * gdb.base/break-probes-solib.c: Likewise.
3052 * gdb.base/info-shared.exp: New file.
3053 * gdb.base/info-shared.c: Likewise.
3054 * gdb.base/info-shared-solib1.c: Likewise.
3055 * gdb.base/info-shared-solib2.c: Likewise.
3056
a29a3fb7
GB
30572013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3058 Gary Benson <gbenson@redhat.com>
3059
3060 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
3061 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
3062 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
3063 to be set to "no" to indicate that no ld.so copy should be made.
3064 * gdb.base/break-interp.exp (solib_bp): New constant.
3065 (reach_1): Use the above instead of "_dl_debug_state".
3066 (test_attach): Likewise.
3067 (test_ld): Likewise.
3068 * gdb.threads/dlopen-libpthread.exp: New file.
3069 * gdb.threads/dlopen-libpthread.c: Likewise.
3070 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
3071 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
3072
62a813cc
YQ
30732013-05-30 Yao Qi <yao@codesourcery.com>
3074
3075 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3076 Add a test that no MI notification is emitted when executing
3077 -exec-arguments.
3078
8f56dad4
JK
30792013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081 PR testsuite/12649
3082 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
3083 $mi_gdb_prompt expectation by mi_expect_stop.
3084 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
3085 (mi info dprintf second time): Replace them by mi_send_resuming_command
3086 and mi_expect_stop.
3087
c588eb20
GB
30882013-05-24 Gary Benson <gbenson@redhat.com>
3089
3090 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
3091 backslash.
3092 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
3093 backslashes.
3094 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
3095 backslash.
3096
c0ea94eb
YQ
30972013-05-24 Yao Qi <yao@codesourcery.com>
3098
3099 * gdb.trace/tfile.exp: Test inferior and thread.
3100
db1ac436
YQ
31012013-05-24 Yao Qi <yao@codesourcery.com>
3102 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/range-stepping.exp: Skip the rest of tests if the
3105 test fails.
3106 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
3107 Return 0 if the test passes, otherwise return 1.
3108
b6abb10c
DE
31092013-05-23 Doug Evans <dje@google.com>
3110
3111 * boards/fission-dwp.exp: New file.
3112
bc5065a7
PA
31132013-05-23 Yao Qi <yao@codesourcery.com>
3114 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/range-stepping.c: New file.
3117 * gdb.base/range-stepping.exp: New file.
3118 * gdb.trace/range-stepping.c: New file.
3119 * gdb.trace/range-stepping.exp: New file.
3120 * lib/range-stepping-support.exp: New file.
3121
5f2e6b00
TT
31222013-05-22 Tom Tromey <tromey@redhat.com>
3123
3124 * gdb.cp/class2.cc (main): New local 'aref'.
3125 * gdb.cp/class2.exp: Check printing of 'aref'.
3126
e6ba475a
DE
31272013-05-22 Doug Evans <dje@google.com>
3128
3129 * gdb.threads/wp-replication.c (main): Insert some code at the start
3130 to ensure the breakpoint on main is only hit once. Fix comment.
3131
52c935b6
KS
31322013-05-21 Keith Seitz <keiths@redhat.com>
3133 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
3136 gdb_expect.
3137 Add test to flush the remaining input buffer so that this
3138 file passes testsuite/12649.
3139
bd9673a4
PW
31402013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3141
3142 * gdb.base/catch-signal-fork.exp: New file.
3143 * gdb.base/catch-signal-fork.c: New file.
3144
69a97597
SA
31452013-05-21 Sterling Augustine <saugustine@google.com>
3146
3147 * boards/remote-stdio-gdbserver.exp: New file.
3148
44e97363
JK
31492013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 PR testsuite/12649
3152 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
3153 racy matches.
3154
02392865
CG
31552013-05-21 Christian Groessler <chris@groessler.org>
3156
3157 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
3158 since it's not supported in all shells.
3159
c5867ab6
HZ
31602013-05-21 Hui Zhu <hui@codesourcery.com>
3161
3162 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
3163 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
3164
6c9e2db4
DE
31652013-05-20 Doug Evans <dje@google.com>
3166
3167 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
3168 (_handle_DW_TAG): Use it.
3169 (cu, tu): Replace parameters is_64, version, addr_size with options.
3170 All callers updated. Add Fission support.
3171 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
3172 * gdb.dwarf2/method-ptr.exp: Ditto.
3173 * gdb.dwarf2/nostaticblock.exp: Ditto.
3174 * gdb.dwarf2/subrange.exp: Ditto.
3175 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
3176
4a6e676c
TT
31772013-05-20 Tom Tromey <tromey@redhat.com>
3178
3179 * gdb.gdb/python-selftest.exp: New file.
3180
e19d3afb
DE
31812013-05-20 Doug Evans <dje@google.com>
3182
3183 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
3184 -fdebug-types-section.
3185
4d804846
JB
31862013-05-20 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.ada/float_param: New testcase.
3189
8d324e83
DE
31902013-05-17 Doug Evans <dje@google.com>
3191
7d0c9981
DE
3192 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
3193 Add tests for "maint check-symtabs", "maint expand-symtabs".
3194
8d324e83
DE
3195 * gdb.base/maint.exp: Remove testing of individual maint command
3196 help output.
3197
177aadc4
PA
31982013-05-16 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
3201 comment. Use gdb_test_no_output.
3202
b8fea896
JB
32032013-05-16 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.ada/complete.exp: Add test verifying completion using
3206 the "tab" key.
3207
52c935b6
KS
32082013-05-15 Keith Seitz <keiths@redhat.com>
3209
3210 * gdb.base/filesym.exp: New completer test.
3211 * gdb.base/filesym.c: New file.
3212
ed0f00b8
PA
32132013-05-15 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/fixsection.c: Remove attribution.
3216 * gdb.base/watch-read.exp: Ditto.
3217
55fb6d27
TT
32182013-05-13 Tom Tromey <tromey@redhat.com>
3219
3220 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
3221 size and change type sizes to 4 bytes.
3222
ac1ca910
TT
32232013-05-13 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.base/exprs.exp (test_expr): Add regression test.
3226 * gdb.base/exprs.c (null_t_struct): New global.
3227
8414efef
MB
32282013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
3229
3230 * gdb.base/default.exp: Disable history saving.
3231 * gdb.base/setshow.exp: Likewise.
3232
9779ab84
PA
32332013-05-10 Pedro Alves <palves@redhat.com>
3234
3235 PR remote/15455
3236
3237 * gdb.trace/qtro.c: New file.
3238 * gdb.trace/qtro.exp: New file.
3239
1e611234
PM
32402013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3241
3242 * gdb.python/py-framefilter.py: New File.
3243 * gdb.python/py-framefilter-mi.exp: Ditto.
3244 * gdb.python/py-framefilter.c: Ditto.
3245 * gdb.python/py-framefilter-mi.exp: Ditto.
3246 * gdb.python/py-framefilter-mi.c: Ditto,
3247 * gdb.python/py-framefilter-gdb.py.in: Ditto.
3248
5e4c3ac4
TT
32492013-05-08 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.base/solib-search.exp: Set test name for "set
3252 solib-search-path" test.
3253
993654a9
HAQ
32542013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
3255
3256 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
3257 (set_a_tracepoint): Set tracepoint before prologue.
3258 (run_trace_experiment): Test setup_tracepoints and 'break end'
3259 in it.
3260 (trace_buffer_normal): Remove.
3261 (gdb_trace_circular_tests): Remove. Move tests to...
3262 (top level): ...here. Call 'runto_main' before checking for
3263 trace support. Use commands to check the support for circular
3264 trace buffer and changing of trace buffer size. Add test
3265 to calculate size of single frame. Use this size to
3266 calculate the size of trace buffer. Use 'tfind pc func9'
3267 instead of 'tfind 9'. Use 'with_test_prefix'.
3268
c95aea6b
TT
32692013-05-07 Tom Tromey <tromey@redhat.com>
3270
3271 * lib/selftest-support.exp: New file.
3272 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3273 do_self_tests.
3274 (setup_test, find_gdb): Remove.
3275 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3276 do_self_tests.
3277 (setup_test, find_gdb): Remove.
3278 (test_observer): Don't call setup_test. Remove argument.
3279 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3280 (find_gdb): Remove.
3281 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3282 do_self_tests.
3283 (setup_test, find_gdb): Remove.
3284 (test_with_self): Don't call setup_test. Remove argument.
3285
1f031429
PA
32862013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3287
3288 * gdb.arch/system-gcore.exp: Remove.
3289 * gdb.arch/gcore.c: Remove.
3290 * gdb.base/gcore.exp: Add "info reg system".
3291
58ce7251
SDJ
32922013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3293
3294 PR breakpoints/15413:
3295 * gdb.base/pending.exp: Add test for completion of the "condition"
3296 command for pending breakpoints.
3297 * gdb.linespec/linespec.ex: Add test for completion of the
3298 "condition" command when dealing with multiple locations.
3299
aacbb8a5
LM
33002013-05-07 Luis Machado <lgustavo@codesourcery.com>
3301
3302 * gdb.threads/wp-replication.c: New file.
3303 * gdb.threads/wp-replication.exp: New file.
3304
2dd6254d
SL
33052013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3306
3307 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3308
c2a96e8c
DE
33092013-05-06 Doug Evans <dje@google.com>
3310
b903e17e
DE
3311 * gdb.base/solib-search-lib1.c: New file.
3312 * gdb.base/solib-search-lib2.c: New file.
3313 * gdb.base/solib-search.c: New file.
3314 * gdb.base/solib-search.h: New file.
3315 * gdb.base/solib-search.exp: New file.
3316
fac51dd9
DE
3317 * lib/gdb.exp (gdb_core_cmd): New function.
3318 * gdb.arch/system-gcore.exp: Use it.
3319 * gdb.arch/vsx-regs.exp: Ditto.
3320 * gdb.base/gcore.exp: Ditto.
3321 * gdb.threads/gcore-thread.exp: Ditto.
3322
c2a96e8c
DE
3323 * gdb.reverse/shr.h: New file.
3324 * gdb.reverse/shr1.c: New file.
3325 * gdb.reverse/shr2.c: #include "shr.h".
3326 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3327 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3328 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3329 Update tests using sleep/printf to use shr2.sl instead.
3330 * gdb.reverse/solib-reverse.exp: Ditto.
3331
b6807d98
TT
33322013-05-06 Tom Tromey <tromey@redhat.com>
3333
3334 * gdb.dwarf2/implptrconst.c: New file.
3335 * gdb.dwarf2/implptrconst.exp: New file.
3336 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3337 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3338 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3339
96f7d3f1
PW
33402013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3341
3342 * gdb.base/catch-sig.c (main): Raise SIGINT.
3343 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3344
1ebff1fd
HAQ
33452013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3346
3347 * status-stop.exp (test_tstart_tstart): Check for error
3348 returned by the second 'tstart' command.
3349
f92b06da
WT
33502013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3351
3352 * gdb.xml/maint_print_struct.exp: New file.
3353 * gdb.xml/maint_print_struct.xml: New file.
3354
ff546935
TT
33552013-04-25 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.dwarf2/nostaticblock.exp: New file.
3358
bf9e4d0c
MB
33592013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3360
3361 PR gdb/10462
3362 * gdb.base/setshow.exp: Add test case.
3363
a11cfd87
HZ
33642013-04-23 Hui Zhu <hui@codesourcery.com>
3365
3366 PR gdb/15293
a11cfd87
HZ
3367 * gdb.base/dprintf.exp: Add ignore command.
3368
2d9442cc
HZ
33692013-04-23 Hui Zhu <hui@codesourcery.com>
3370
3371 PR gdb/15165
2d9442cc
HZ
3372 * gdb.base/save-bp.exp: Add test for dprintf.
3373
0f3305ed
TT
33742013-04-22 Tom Tromey <tromey@redhat.com>
3375
3376 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3377 notice_open_fds.
3378
d504301e
SDJ
33792013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3380
3381 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3382 ldflags.
3383
9991b207
SDJ
33842013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3385
3386 * gdb.arch/arm-bl-branch-dest.c: New file.
3387 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3388
433730c9
PA
33892013-04-19 Vladimir Kargov <kargov@gmail.com>
3390 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.arch/i386-float.S: New file.
3393 * gdb.arch/i386-float.exp: New file.
3394
9a908334
LM
33952013-04-18 Luis Machado <lgustavo@codesourcery.com>
3396
3397 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3398 type void *.
3399
4f22ed5c
DE
34002013-04-17 Doug Evans <dje@google.com>
3401
3402 * lib/dwarf.exp (Dwarf): New proc "tu".
3403 * gdb.dwarf2/missing-sig-type.exp: New file.
3404
a0d3f2f5
SCR
34052013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3406
3407 Add option to link testcases with Pthreads library when
3408 using 'prepare_for_testing' in tests.
3409
3410 * lib/gdb.exp (build_executable_from_specs): Use
3411 gdb_compile_pthreads to compile if option "pthreads" is
3412 specified.
3413
cc16e6c9
TT
34142013-04-15 Tom Tromey <tromey@redhat.com>
3415
3416 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3417
72f1fe8a
TT
34182013-04-15 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.base/default.exp: Update for $_exception.
3421 * gdb.cp/exceptprint.cc: New file.
3422 * gdb.cp/exceptprint.exp: New file.
3423 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3424
6e72ca20
TT
34252013-04-15 Tom Tromey <tromey@redhat.com>
3426
3427 * gdb.cp/typeid.cc: New file.
3428 * gdb.cp/typeid.exp: New file.
3429
591f19e8
TT
34302013-04-15 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3433
da9160e4
YQ
34342013-04-13 Yao Qi <yao@codesourcery.com>
3435
3436 * gdb.base/completion.exp: Test completion of command
3437 'target ctf' if target ctf is supported.
3438
f81d1120
PA
34392013-04-10 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.base/completion.exp: Test "set height", "set listsize" and
3442 "set trace-buffer-size" completion.
3443 * gdb.base/setshow.exp: Test "set height unlimited".
3444 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3445 unlimited".
3446
393fd4c3
YQ
34472013-04-10 Yao Qi <yao@codesourcery.com>
3448
3449 * gdb.trace/actions.exp: Save trace data to CTF.
3450 Change to ctf target if GDB supports, read CTF data in ctf
3451 target, and check the actions of tracepoints.
3452 * gdb.trace/while-stepping.exp: Likewise.
3453 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3454 format and read CTF trace file if GDB supports.
3455 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3456 target is supported, change to ctf target, read trace data and
3457 check output of command "tstatus".
3458 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3459 read CTF data by target ctf and call check_tsv.
3460
b7a273f8
YQ
34612013-04-10 Yao Qi <yao@codesourcery.com>
3462
3463 * gdb.trace/actions.exp (check_tracepoint): New.
3464 (top level): Start the tracing and check the actions of
3465 tracepoints. Save trace data to tfile format. Restart GDB
3466 and read trace file in tfile target. Check the actions of
3467 tracepoints again.
3468 * gdb.trace/while-stepping.exp: Likewise.
3469
f3786771
YQ
34702013-04-10 Yao Qi <yao@codesourcery.com>
3471
3472 * gdb.trace/report.exp: Use standard_output_file for saved
3473 trace file.
3474
5c2b4418
HZ
34752013-04-10 Hui Zhu <hui@codesourcery.com>
3476
3477 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3478 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3479 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3480
f7543f0a
JK
34812013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3484 response.
3485
f6de8ec2
PA
34862013-04-08 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3489 the location.
3490
b8abfd58
SL
34912013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3492
3493 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3494 for breakpoint location.
3495
156bffd0
SL
34962013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3497
3498 * gdb.linespec/linespec.exp: Make dir/file:line tests
3499 conditional for non-remote hosts only.
3500
c9a6ce02
PA
35012013-04-04 Stan Shebs <stan@codesourcery.com>
3502 Pedro Alves <palves@redhat.com>
3503
3504 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3505 * gdb.trace/actions-changed.c: New file.
3506 * gdb.trace/actions-changed.exp: New file.
3507 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3508 (gdb_trace_setactions_command): ... this. Add "actions_command"
3509 parameter, and handle it.
3510 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3511
4bd05f24
YQ
35122013-04-04 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3515 'step'.
3516
3758b5ce
YQ
35172013-04-03 Yao Qi <yao@codesourcery.com>
3518
3519 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3520 "tfile-basic.tf".
3521 (test_tfind_tfile): Likewise.
3522
1dcaed0d
YQ
35232013-04-03 Yao Qi <yao@codesourcery.com>
3524
3525 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3526 "tfile-basic.tf" instead of "basic.tf".
3527 (write_error_trace_file): Pass argument "tfile-error.tf"
3528 instead of "error.tf".
3529 * gdb.trace/tfile.exp: Update tfile names to
3530 "tfile-basic.tf" and "tfile-error.tf".
3531
0e7a53fc
SL
35322013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3533
3534 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3535 empty directory in file for breakpoint hit.
3536
9852c492
YQ
35372013-03-29 Yao Qi <yao@codesourcery.com>
3538
3539 * gdb.base/completion.exp: Test completion of commands
3540 "target core", "target tfile" and "target exec".
3541 * gdb.trace/tfile.exp: Test completion of command
3542 "target tfile".
3543
af312be7
JB
35442013-03-28 Joel Brobecker <brobecker@adacore.com>
3545
3546 * gdb.ada/win_fu_syms: New testcase.
3547
e4a48d9d
DE
35482013-03-28 Doug Evans <dje@google.com>
3549
3550 * gdb.base/maint.exp (maint print statistics): Update expected output.
3551
7f7cc265
PA
35522013-03-28 Pedro Alves <palves@redhat.com>
3553
3554 PR gdb/15294
3555
3556 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3557 mean unlimited instead of $arg < 0.
3558 (test_listsize): Remove "listsize of 0 suppresses output" test.
3559 Test that "set listsize 0" ends up with an unlimited listsize.
3560
fc0da894
PA
35612013-03-28 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.base/list.exp (last_line): New global.
3564 (last_line_re): New global.
3565 (test_listsize, test_list_function, test_list_forward)
3566 (test_repeat_list_command, test_list_range)
3567 (test_list_filename_and_function): Use them.
3568 * gdb.base/list0.c: Comment the last line of the file with "last
3569 line".
3570
abe7b711
PA
35712013-03-28 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3574 list the whole file.
3575
15b3979c
PA
35762013-03-28 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3579 "set listsize".
3580
96811e3b
KS
35812013-03-26 Keith Seitz <keiths@redhat.com>
3582
3583 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3584 from passing.
3585
4043f22b
PA
35862013-03-26 Pedro Alves <palves@redhat.com>
3587
3588 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3589 until after GDB has run.
3590
14a1aa17
YQ
35912013-03-26 Yao Qi <yao@codesourcery.com>
3592
3593 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3594 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3595
99c819ee
MM
35962013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3597
3598 * gdb.btrace/enable.exp: Add regression test.
3599
24955f63
TT
36002013-03-25 Tom Tromey <tromey@redhat.com>
3601
3602 * gdb.cp/m-static.exp: Add destructor-printing tests.
3603
fce632b6
TT
36042013-03-25 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.cp/m-static.exp: Add constructor ptype tests.
3607 * gdb.cp/m-static.cc (single_constructor): New class.
3608 (main): Make instance of single_constructor.
3609
598d3636
JK
36102013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3611 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.server/server-kill.c: New file.
3614 * gdb.server/server-kill.exp: New file.
3615
c12440c9
PA
36162013-03-21 Pedro Alves <palves@redhat.com>
3617
3618 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3619 Expect $gdb_prompt in gdb_test_multiple.
3620
bd712aed
DE
36212013-03-21 Doug Evans <dje@google.com>
3622
3623 * gdb.base/maint.exp: Update tests for per-command stats.
3624
b2f83c08
TT
36252013-03-21 Tom Tromey <tromey@redhat.com>
3626
3627 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3628 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3629
ef0026f0
PA
36302013-03-20 Pedro Alves <palves@redhat.com>
3631
3632 PR gdb/15289
3633
3634 * gdb.base/remote.exp: Test
3635 "set remote hardware-watchpoint-limit -1",
3636 "set remote hardware-breakpoint-limit -1",
3637 "set remote hardware-watchpoint-limit 2147483647" and
3638 "set remote hardware-breakpoint-limit 2147483647".
3639
3f1175a9
PA
36402013-03-20 Pedro Alves <palves@redhat.com>
3641 Yao Qi <yao@codesourcery.com>
3642
3643 * gdb.trace/tfile.c: Add comments.
3644 (nonconstglob): New global.
3645 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3646 global that is not covered by the trace frame. Test
3647 disassembling.
3648
a09ae1c1
JK
36492013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3650
3651 * gdb.base/valgrind-infcall.exp
3652 (continue #$continue_count) <remote connection closed>
3653 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3654 $valgrind_pid.
3655
9ce98649
TT
36562013-03-15 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.cp/overload.cc (intintfunc): New.
3659 * gdb.cp/overload.exp: Add regression test.
3660
0a251e08
YQ
36612013-03-15 Yao Qi <yao@codesourcery.com>
3662
3663 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3664 using with_test_prefix.
3665 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3666 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3667 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3668 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3669 * gdb.base/break-interp.exp (test_core): Likewise.
3670 (test_attach_gdb): Likewise.
3671 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3672 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3673 Likewise.
3674 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3675 * gdb.base/jit.exp (one_jit_test): Likewise.
3676 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3677 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3678 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3679 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3680 Likewise.
3681 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3682 Likewise.
3683 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3684 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3685 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3686 (tracepoint_change_loc_2): Likewise.
3687 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3688 Likewise.
3689 (disconnected_tfind): Likewise.
3690 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3691 Likewise.
3692 (test_tfind_remote): Likewise.
3693 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3694 Likewise.
3695 (test_pending_resolved): Likewise.
3696 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3697 Likewise.
3698 (test_upload_tsv): Likewise.
3699 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3700 Likewise.
3701 (pending_tracepoint_works): Likewise.
3702 * gdb.trace/report.exp (use_collected_data): Likewise.
3703 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3704 Likewise.
3705 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3706 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3707 (strace_trace_on_same_addr): Likewise.
3708 (strace_trace_on_diff_addr): Likewise.
3709 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3710 (gdb_collect_locals_test): Likewise.
3711 (gdb_unavailable_registers_test): Likewise.
3712 (gdb_collect_globals_test): Likewise.
3713
2c415c0f
YQ
37142013-03-15 Yao Qi <yao@codesourcery.com>
3715
3716 * gdb.base/condbreak.exp: Add semicolon back which was removed
3717 by my previous commit.
3718
ae59b1da
YQ
37192013-03-14 Yao Qi <yao@codesourcery.com>
3720
3721 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3722 'return'.
3723 (gdb_target_monitor, gdb_load): Likewise.
3724 * config/sid.exp (gdb_load): Likewise.
3725 * config/slite.exp (gdb_load): Likewise.
3726 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3727 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3728 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3729 (single_step_until): Likewise.
3730 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3731 * gdb.arch/system-gcore.exp: Likewise.
3732 * gdb.base/bigcore.exp (extract_heap): Likewise.
3733 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3734 * gdb.base/call-ar-st.exp: Likewise.
3735 * gdb.base/call-rt-st.exp: Likewise.
3736 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3737 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3738 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3739 * gdb.base/corefile.exp: Likewise.
3740 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3741 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3742 * gdb.base/fixsection.exp: Likewise.
3743 * gdb.base/funcargs.exp: Likewise.
3744 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3745 * gdb.base/gcore-relro.exp: Likewise.
3746 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3747 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3748 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3749 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3750 * gdb.base/list.exp: Likewise.
3751 (set_listsize): Likewise.
3752 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3753 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3754 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3755 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3756 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3757 * gdb.base/setvar.exp: Likewise.
3758 (test_set): Likewise.
3759 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3760 * gdb.base/solib-overlap.exp: Likewise.
3761 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3762 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3763 * gdb.base/watchpoint.exp (initialize): Likewise.
3764 (test_simple_watchpoint): Likewise.
3765 (test_disabling_watchpoints): Likewise.
3766 (test_watchpoint_triggered_in_syscall): Likewise.
3767 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3768 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3769 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3770 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3771 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3772 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3773 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3774 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3775 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3776 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3777 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3778 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3779 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3780 * gdb.mi/gdb792.exp: Likewise.
3781 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3782 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3783 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3784 * gdb.threads/gcore-thread.exp: Likewise.
3785 (load_core): Likewise.
3786 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3787 (test_startup, check_control_c): Likewise.
3788 * gdb.threads/sigstep-threads.exp: Likewise.
3789 * gdb.threads/thread_check.exp: Likewise.
3790 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3791 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3792 (set_a_tracepoint, trace_buffer_normal): Likewise.
3793 (gdb_trace_circular_tests): Likewise.
3794 * gdb.trace/collection.exp: Likewise.
3795 * gdb.trace/disconnected-tracing.exp: Likewise.
3796 * gdb.trace/infotrace.exp: Likewise.
3797 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3798 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3799 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3800 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3801 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3802 * gdb.trace/stap-trace.exp: Likewise.
3803 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3804 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3805 * gdb.trace/trace-buffer-size.exp: Likewise.
3806 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3807 * gdb.trace/unavailable.exp: Likewise.
3808 * gdb.trace/while-dyn.exp: Likewise.
3809 * lib/fortran.exp (set_lang_fortran): Likewise.
3810 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3811 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3812 (default_gdb_start, get_compiler_info): Likewise.
3813 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3814 (get_debug_format, setup_xfail_format): Likewise.
3815 (rerun_to_main, gdb_skip_float_test): Likewise.
3816 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3817 * lib/java.exp (set_lang_java): Likewise.
3818 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3819 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3820 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3821 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3822 * lib/objc.exp (set_lang_objc): Likewise.
3823 * lib/pascal.exp (set_lang_pascal): Likewise.
3824 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3825 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3826 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3827
bb869963
SDJ
38282013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3829
3830 PR c++/15203
3831 PR c++/15210
3832 * gdb.cp/m-static.cc (keepalive_int): New function.
3833 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3834 * gdb.cp/m-static.exp: New test for `sintvar'.
3835
e2be70a0
YQ
38362013-03-14 Yao Qi <yao@codesourcery.com>
3837
3838 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3839 of 'tstatus' into tstatus_output.
3840 (top level): Save the trace data to tfile. Read trace file in
3841 tfile target. Check the trace status.
3842
8ddb1965
YQ
38432013-03-13 Yao Qi <yao@codesourcery.com>
3844
3845 * gdb.trace/tsv.exp (check_tsv): New.
3846 (top level): Save a tfile on current trace session. Call
3847 check_tsv on live target. Load the tfile with target tfile
3848 and call check_tsv again.
3849
045dd51f
YQ
38502013-03-13 Yao Qi <yao@codesourcery.com>
3851
3852 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3853 Replace some "gdb_test" with "gdb_test_no_output".
3854
82d049ab
PH
38552013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3856
3857 * gdb.ada/expr_delims.exp: New file.
3858 * gdb.ada/expr_delims/foo.adb: New file.
3859 * gdb.ada/expr_delims/pck.ads: New file.
3860 * gdb.ada/expr_delims/pck.adb: New file.
3861
cb8ea32b
KS
38622013-03-11 Keith Seitz <keiths@redhat.com>
3863
3864 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3865 both condition and thread. Then delete the watchpoint.
3866
2f1d9bdd
MM
38672013-03-11 Christian Himpel <christian.himpel@intel.com>
3868
3869 * Makefile.in: Add btrace testsuite.
3870 * configure: Regenerated.
3871 * configure.ac: Add btrace testsuite.
3872 * gdb.btrace/Makefile.in: New file.
3873 * gdb.btrace/enable.c: New file.
3874 * gdb.btrace/enable.exp: New file.
3875 * gdb.btrace/function_call_history.c: New file.
3876 * gdb.btrace/function_call_history.exp: New file.
3877 * gdb.btrace/instruction_history.c: New file.
3878 * gdb.btrace/instruction_history.exp: New file.
3879 * gdb.btrace/instruction_history.S: New file.
3880 * lib/gdb.exp: Add btrace skip proc.
3881
05c56a9d
JK
38822013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3883
3884 Fix entry-values if the callee called a noreturn function.
3885 * gdb.arch/amd64-tailcall-noret.S: New file.
3886 * gdb.arch/amd64-tailcall-noret.c: New file.
3887 * gdb.arch/amd64-tailcall-noret.exp: New file.
3888
9112db09
JK
38892013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 Fix entry-values in C++ across CUs.
3892 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3893 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3894 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3895 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3896 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3897
be9a119c 38982013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3899 Hafiz Abid Qadeer <abidh@codesourcery.com>
3900
3901 gdb/testsuite/
3902 * gdb.trace/trace-buffer-size.exp: New file.
3903 * gdb.trace/trace-buffer-size.c: New file.
3904
049109b0
PA
39052013-03-06 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3908 doesn't support the tested optional feature, call "unsupported"
3909 with the same test message as the "pass" case, instead of calling
3910 "pass" with a different message. Use the same text for the "fail"
3911 cases too.
3912
4aa54120
YQ
39132013-03-06 Yao Qi <yao@codesourcery.com>
3914
3915 * gdb.trace/tstatus.exp: Remove the invocation of
3916 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3917 (test_tracepoints): Don't set fast tracepoint.
3918 (top level): Don't check agent library is loaded or not.
3919
b8b71e63
YQ
39202013-03-06 Yao Qi <yao@codesourcery.com>
3921
3922 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3923 parentheses by "\\".
3924
33f448b1
JK
39252013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.linespec/base/one/thefile.cc (twodup): New.
3928 (m): Call it.
3929 * gdb.linespec/base/two/thefile.cc (dupname): New.
3930 (n): Call it.
3931 * gdb.linespec/break-ask.exp: New file.
3932 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3933
1c942fb9
YQ
39342013-02-28 Yao Qi <yao@codesourcery.com>
3935
3936 * gdb.trace/report.exp: Move some code to ...
3937 (use_collected_data): New.
3938 (top level): Call use_collected_data once on the live target.
3939 Save at file of the current trace session, load it with target
3940 tfile, and call use_collected_data again.
3941
5b967901
JK
39422013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3945
6447023f
JK
39462013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3949 Add final kill of ${valgrind_pid}.
3950
9f44fbc0
SCR
39512013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3952
3953 * gdb.python/py-arch.c: New test case
3954 * gdb.python/py-arch.exp: New tests to test
3955 gdb.Architecture.disassemble
3956 * gdb.python/Makefile.in: Add py-arch to the list of
3957 EXECUTABLES.
3958
4c9ad8c2
TT
39592013-02-18 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.dwarf2/subrange.exp: New file.
3962
f5911ea1
HAQ
39632013-02-15 Pedro Alves <pedro@codesourcery.com>
3964 Hafiz Abid Qadeer <abidh@codesourcery.com>
3965
3966 * gdb.trace/tfile.exp: Add test for -trace-status command.
3967
420f4384
JK
39682013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3969
3970 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3971 nanosleep by sleep.
3972
4819b3f8
PA
39732013-02-14 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3976
1773c82c
HAQ
39772013-02-14 Pedro Alves <pedro@codesourcery.com>
3978 Hafiz Abid Qadeer <abidh@codesourcery.com>
3979
3980 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3981
e234dfaf
TT
39822013-02-12 Tom Tromey <tromey@redhat.com>
3983
3984 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3985 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3986
6c01dd94
PA
39872013-02-12 Pedro Alves <palves@redhat.com>
3988
3989 * gdb.base/catch-signal.c: Update copyright years.
3990 * gdb.base/catch-signal.exp: Update copyright years.
3991 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3992 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3993 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3994 * gdb.dwarf2/dw2-error.S: Update copyright years.
3995 * gdb.dwarf2/dw2-error.c: Update copyright years.
3996 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3997 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3998 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3999
595fc67f
PA
40002013-02-12 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
4003 message.
4004 * gdb.base/sigaltstack.exp: Ditto.
4005 * gdb.base/siginfo.exp: Ditto.
4006 * gdb.base/sizeof.exp: Ditto.
4007
17282693
PA
40082013-02-12 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.mi/mi-basics.exp: Tweak intro comment.
4011 * gdb.mi/mi-break.exp: Tweak intro comment.
4012 * gdb.mi/mi-console.exp: Tweak intro comment.
4013 * gdb.mi/mi-file.exp: Tweak intro comment.
4014 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
4015 * gdb.mi/mi-return.exp: Tweak intro comment.
4016 * gdb.mi/mi-stepi.exp: Tweak intro comment.
4017 * gdb.mi/mi-until.exp: Tweak intro comment.
4018 * gdb.mi/mi-watch.exp: Tweak intro comment.
4019
8a4ac37e
PA
40202013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4021
4022 * gdb.server/no-thread-db.exp: New file.
4023 * gdb.server/no-thread-db.c: New file.
4024 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
4025
c2792f5a
DE
40262013-02-11 Doug Evans <dje@google.com>
4027
4028 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
4029 two decfloats.
4030
d9e98382
SDJ
40312013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4032
4033 * gdb.base/bitfields.c (struct internalvartest): New declaration.
4034 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
4035
a321661a
JK
40362013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
4039
134a2066
YQ
40402013-02-06 Yao Qi <yao@codesourcery.com>
4041
4042 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
4043 to ...
4044 (test_create_delete_modify_tsv): ... here. New test on modifying
4045 the initial value of a tsv.
4046
5a2dc60a
JK
40472013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
4050 (cd .../rdir): ... here.
4051
233d95b5
JK
40522013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 * gdb.linespec/base/one/header.h: New file.
4055 * gdb.linespec/base/two/header.h: New file.
4056 * gdb.linespec/macro-relative.c: New file.
4057 * gdb.linespec/macro-relative.exp: New file.
4058
fbd9ab74
JK
40592013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 * gdb.base/fullpath-expand-func.c: New file.
4062 * gdb.base/fullpath-expand.c: New file.
4063 * gdb.base/fullpath-expand.exp: New file.
4064 * gdb.base/realname-expand-real.c: New file.
4065 * gdb.base/realname-expand.c: New file.
4066 * gdb.base/realname-expand.exp: New file.
4067
1b56eb55
JK
40682013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
4071 * gdb.dwarf2/dw2-dir-file-name.c: New file.
4072
af529f8f
JK
40732013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
4076 (compare_filenames_for_search does not match)
4077 (compare_filenames_for_search does match): New tests.
4078
f5b95b50
JK
40792013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
4082
d47921b9
JK
40832013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
4086
8a92335b
JK
40872013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
4090 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
4091 ${binfile}.mini_debuginfo-debuglink and
4092 ${binfile}.mini_debuginfo-debuglink.xz.
4093
17f2157d
TT
40942013-02-01 Tom Tromey <tromey@redhat.com>
4095
4096 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
4097 attributes.
4098
d65f0a9c
TT
40992013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4100 Tom Tromey <tromey@redhat.com>
4101
4102 * gdb.dwarf2/method-ptr.exp: Link with c++.
4103 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
4104
f25c0135
TT
41052013-01-31 Tom Tromey <tromey@redhat.com>
4106
4107 * gdb.base/jit.exp (compile_jit_test): New proc.
4108 Add PIE tests.
4109
7078baeb
TT
41102013-01-31 Tom Tromey <tromey@redhat.com>
4111
4112 * gdb.dwarf2/method-ptr.cc: New file.
4113 * gdb.dwarf2/method-ptr.exp: New file.
4114
1d24041a
TT
41152013-01-31 Tom Tromey <tromey@redhat.com>
4116
4117 * lib/dwarf.exp (namespace Dwarf): New.
4118
8d9878a4
TT
41192013-01-29 Tom Tromey <tromey@redhat.com>
4120
4121 * gdb.dwarf2/fission-reread.exp: Add unload test.
4122
bed911e5
DE
41232013-01-28 Doug Evans <dje@google.com>
4124
4125 * gdb.dwarf2/fission-loclists.exp: New file.
4126 * gdb.dwarf2/fission-loclists.S: New file.
4127
e229648e
JK
41282013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4129
4130 Code cleanup.
4131 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
4132 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
4133 and prepare_for_testing.
4134 * gdb.base/store.exp: Likewise.
4135
86700f00
TT
41362013-01-25 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.python/py-explore.exp: Expect the gdb prompt.
4139
8954db33
AB
41402013-01-25 Andrew Burgess <aburgess@broadcom.com>
4141
4142 * gdb.base/gnu_vector.c: New variable for use in tests.
4143 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
4144 changes in scalar to vector casting and widening.
4145 * gdb.python/py-type.c: New variables for use in tests.
4146 * gdb.python/py-type.exp: Update vector related tests to reflect
4147 changes in scalar to vector casting and widening.
4148
2077afdd
TD
41492013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
4150
4151 * gdb.base/prologue-include.c: New file.
4152 * gdb.base/prologue-include.exp: New file.
4153 * gdb.base/prologue-include.h: New file.
4154
d7499464
HAQ
41552013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
4156
4157 PR gdb/13443
4158 * gdb.mi/mi-var-block.exp: Make test messages unique.
4159
e2a3e0f1
TT
41602013-01-23 Tom Tromey <tromey@redhat.com>
4161
4162 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
4163
152fcc9c
TT
41642013-01-23 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.cp/converts.cc (main): Initialize 'a'.
4167
bea883fd
SCR
41682013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4169
4170 * testsuite/gdb.python/frame.exp: Add a test for
4171 gdb.Frame.architecture() method.
4172
0928e93d
PA
41732013-01-22 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.base/annota1.exp (signal sent): No longer expect
4176 breakpoints-invalid.
4177 * gdb.cp/annota2.exp (continue until exit)
4178 (watch triggered on a.x): Ditto.
4179
9c97429f
PA
41802013-01-22 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
4183 Adjust tests to breakpoints-invalid changes.
4184 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
4185 variables.
4186 Adjust tests to breakpoints-invalid changes.
4187
187d10dd
PA
41882013-01-22 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/annota1.exp (annotate ignore count change): Add
4191 expected output for failure case.
4192
ea3aedcb
TT
41932013-01-22 Tom Tromey <tromey@redhat.com>
4194
4195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
4196 call.
4197
998580f1
MK
41982013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4199
4200 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 4201 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
4202 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
4203 Also handle 'thread' field.
4204 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
4205 * gdb.mi/mi-watch.exp: Ditto.
4206 * lib/mi-support.exp: Ditto.
4207
8f1d5693
MK
42082013-01-21 Siva Chandra Reddy <sivachandra@google.com>
4209
4210 * gdb.python/py-explore.exp: Improve a test
4211
2d8c5d7c
DB
42122013-01-18  David Blaikie  <dblaikie@gmail.com>
4213
4214 * gdb.base/label.c (main): Correct the type of the second
4215 parameter.
4216
46f35228
TT
42172013-01-18 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.dwarf2/trace-crash.s: New file.
4220 * gdb.dwarf2/trace-crash.exp: New file.
4221
5965d69d
HAQ
42222013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
4223
43aaf8b6
PA
4224 PR gdb/13443
4225 * gdb.base/checkpoint.exp: Update test messages to make them
4226 unique.
5965d69d 4227
5ae4861a
YQ
42282013-01-18 Yao Qi <yao@codesourcery.com>
4229
4230 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
4231 output of 'info tracepoints'.
4232 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
4233 Likewise.
4234 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
4235 * gdb.trace/disconnected-tracing.c (struct foo): New.
4236
d84fca2c
JK
42372013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 * gdb.dwarf2/dw2-dos-drive.S: New file.
4240 * gdb.dwarf2/dw2-dos-drive.exp: New file.
4241
aebb1cc9
DE
42422013-01-17 Doug Evans <dje@google.com>
4243
2782d512
DE
4244 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4245 CXX_FOR_TARGET.
4246
aebb1cc9
DE
4247 * boards/cc-with-tweaks.exp: New file.
4248
db2b2972
TT
42492013-01-17 Tom Tromey <tromey@redhat.com>
4250
4251 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4252
96343774
PA
42532013-01-17 Pedro Alves <palves@redhat.com>
4254
4255 Merge dg-extract-results.sh from upstream (svn 195224).
4256
4257 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 4258 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
4259
4260 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 4261 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
4262
4263 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 4264 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
4265
4266 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4267 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4268 of grep -q.
4269
675921c0
SD
42702012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4271
4272 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4273 interface.
4274 * gdb.base/jithost.c: New file.
4275 * gdb.base/jithost.h: New file.
4276 * gdb.base/jitreader.c : New file.
4277 * gdb.base/jit-protocol.h: New file.
4278
ab04a2af
TT
42792013-01-16 Tom Tromey <tromey@redhat.com>
4280
4281 * gdb.base/catch-signal.c: New file.
4282 * gdb.base/catch-signal.exp: New file.
4283
8ac3646f
TT
42842013-01-16 Tom Tromey <tromey@redhat.com>
4285
4286 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4287
22fc223e
JK
42882013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4291
44478ab3
TT
42922013-01-14 Tom Tromey <tromey@redhat.com>
4293
4294 * gdb.base/completion.exp: Add "set gnutarget" test.
4295
06d66ee9
TT
42962013-01-14 Tom Tromey <tromey@redhat.com>
4297
4298 * gdb.dwarf2/dw2-restrict.S: New file.
4299 * gdb.dwarf2/dw2-restrict.c: New file.
4300 * gdb.dwarf2/dw2-restrict.exp: New file.
4301
c9bf0622
TT
43022013-01-14 Tom Tromey <tromey@redhat.com>
4303
4304 * gdb.dwarf2/dw2-error.exp: New file.
4305 * gdb.dwarf2/dw2-error.c: New file.
4306 * gdb.dwarf2/dw2-error.S: New file.
4307
5b12a61c
JK
43082013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 * gdb.cp/parse-lang.cc: New file.
4311 * gdb.cp/parse-lang.exp: New file.
4312
f0a4b570
JK
43132013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4316 (set substitute-path): New test.
4317 (fullname present): Remove content.
4318 (substituted fullname): New test.
4319
f751cc97
JB
43202013-01-13 Joel Brobecker <brobecker@adacore.com>
4321
4322 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4323 check. Move $gdb_py_is_py24 value check right after.
4324
04164e8e
JK
43252013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4328 targets.
4329
5bf480a5
YQ
43302013-01-11 Yao Qi <yao@codesourcery.com>
4331
4332 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4333 for dprintf.
4334 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4335 Check the fields in "=breakpoint-created" for dprintf.
4336
f35a17b5
JK
43372012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * gdb.mi/mi-fullname-deleted.exp: New file.
4340
85817405
JK
43412012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4342
4343 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4344 expected output.
4345 (info skip with pending file): Remove.
4346 (ignoring function in solib, info skip for function multiply): Update
4347 the expected output.
4348 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4349 (info skip (delete 1), info skip after disabling all)
4350 (info skip after enabling all, info skip after disabling 4 2-3)
4351 (info skip after enabling 2-3, info skip 2-3)
4352 (info skip after deleting 2 3): Update the expected output.
4353 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4354 statement to its initialization and return.
4355 * gdb.linespec/skip-two.exp: New file.
4356
27210e12
DE
43572012-12-19 Doug Evans <dje@google.com>
4358
4359 * gdb.base/maint.exp: Handle testing with .gdb_index.
4360
bb627a12
JB
43612012-12-19 Joel Brobecker <brobecker@adacore.com>
4362
4363 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4364 Cavium to FSF.
4365
7785b880
JB
43662012-12-19 Joel Brobecker <brobecker@adacore.com>
4367
4368 * dg-extract-results.sh: Update contact info in copyright notice.
4369 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4370 GPL v3 or later. Update contact info.
4371 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4372 gdb.threads/watchpoint-fork-mt.c,
4373 gdb.threads/watchpoint-fork-parent.c,
4374 gdb.threads/watchpoint-fork-st.c,
4375 gdb.threads/watchpoint-fork.h: Likewise.
4376
f2a8bc8a
YQ
43772012-12-15 Yao Qi <yao@codesourcery.com>
4378
4379 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4380 'installed' field in '=breakpoint-modified'.
4381 (test_reconnect): Check 'installed' field in
4382 '=breakpoint-modified' and '=breakpoint-created'.
4383
4384 * gdb.trace/actions.exp: Update test for 'installed' field.
4385 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4386 (tracepoint_change_loc_2): Likewise.
4387 Check 'info tracepoint' display nothing else.
4388 * gdb.trace/deltrace.exp: Likewise.
4389 * gdb.trace/infotrace.exp: Likewise.
4390 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4391 Likewise.
4392 * gdb.trace/passcount.exp: Likewise.
4393 * gdb.trace/tracecmd.exp: Likewise.
4394 * gdb.trace/while-stepping.exp: Likewise.
4395
6592e36f
TT
43962012-12-14 Tom Tromey <tromey@redhat.com>
4397
4398 * gdb.cp/member-name.exp: New file.
4399 * gdb.cp/member-name.cc: New file.
4400
7d27a96d
TT
44012012-12-14 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4404
f8c05d0d
DE
44052012-12-14 Doug Evans <dje@google.com>
4406
4407 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4408 DW_OP_GNU_implicit_pointer is section-relative.
4409
451b7c33
TT
44102012-12-14 Tom Tromey <tromey@redhat.com>
4411
43aaf8b6 4412 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 4413
10e339df
PA
44142012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4415
6fdff2c5 4416 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 4417
e780d813
DE
44182012-12-13 Doug Evans <dje@google.com>
4419
4420 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4421 * gdb.multi/multi-arch.exp: Ditto.
4422
ca3dbcc8 44232012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 4424
ca3dbcc8
MG
4425 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4426 catch load test library source file.
4427 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4428 load test source file.
4429 * gdb.mi/mi-catch-load.exp: New. Test file for
4430 basic MI -catch-load and -catch-unload tests.
4431
2960a434
PK
44322012-12-11 Paul Koning <paul_koning@dell.com>
4433
4434 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4435 exception.
4436 (_iterator_except): New function.
4437 (ArrayPrinter): Use _iterator function instead of local _iterator
4438 class for Python 3 compatibility.
4439 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 4440 _iterator.
2960a434
PK
4441 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4442 execfile for Python 3 compatibility.
4443 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4444 format in error_prompt test.
6fdff2c5 4445
9325cb04
PK
44462012-12-10 Paul Koning <paul_koning@dell.com>
4447
4448 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 4449 compatibility.
9325cb04
PK
4450 * gdb.python/py-block.exp: Ditto.
4451 * gdb.python/py-breakpoint.exp: Ditto.
4452 * gdb.python/py-cmd.exp: Ditto.
4453 * gdb.python/py-events.py: Ditto.
4454 * gdb.python/py-finish-breakpoint.py: Ditto.
4455 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4456 * gdb.python/py-finish-breakpoint2.py: Ditto.
4457 * gdb.python/py-frame-inline.exp: Ditto.
4458 * gdb.python/py-frame.exp: Ditto.
4459 * gdb.python/py-infthread.exp: Ditto.
4460 * gdb.python/py-objfile.exp: Ditto.
4461 * gdb.python/py-parameter.exp: Ditto.
4462 * gdb.python/py-progspace.exp: Ditto.
4463 * gdb.python/py-prompt.exp: Ditto.
4464 * gdb.python/py-symbol.exp: Ditto.
4465 * gdb.python/py-symtab.exp: Ditto.
4466 * gdb.python/py-template.exp: Ditto.
4467 * gdb.python/py-value-cc.exp: Ditto.
4468 * gdb.python/python.exp: Ditto.
4469 * gdb.python/source2.py: Ditto.
4470 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 4471 compatibility.
9325cb04
PK
4472 Use sorted() function rather than sort() method.
4473 Accept either int or long values for enum values.
4474 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4475 execfile for Python 3 compatibility.
4476 * gdb.python/py-evsignal.exp: Ditto.
4477 * gdb.python/py-evthreads.exp: Ditto.
4478 * gdb.python/py-mi.exp: Ditto.
4479 * gdb.python/py-pp-maint.exp: Ditto.
4480 * gdb.python/py-prettyprint.exp: Ditto.
4481 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 4482 Python 3 compatibility.
9325cb04
PK
4483 Skip tests for Python 2.4.
4484 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 4485 Python 3 compatibility.
9325cb04
PK
4486 Use byte string rather than character string in memory write test
4487 if Python 3.
4488 * gdb.python/py-pp-maint.py: Change class declarations to "new
4489 class" syntax.
4490 * gdb.python/py-prettyprint.py: Change iterator class to generator
4491 function for Python 3 compatibility.
4492 Make all classes "new style".
4493 Fix indentation issue and stray semicolon.
4494 * gdb.python/py-shared.expChange print syntax for Python 3
4495 compatibility.
4496 Define "long" if Python 3.
4497 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 4498 compatibility.
9325cb04
PK
4499 Accept either int or long values for enum values.
4500 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 4501 compatibility.
9325cb04
PK
4502 Skip "long" and "unicode" tests if Python 3.
4503 Accept either "type" or "class" in type checks.
4504 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4505 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4506
8b9737bf
TT
45072012-12-10 Tom Tromey <tromey@redhat.com>
4508
4509 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4510 (test): Add "two_cu" argument.
4511 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4512 for types; allow two CUs.
4513
1b80a9fa
JK
45142012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4517 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4518
f0b6d50a
YQ
45192012-12-08 Yao Qi <yao@codesourcery.com>
4520 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4523 '=breakpoint-created' when GDB merges the tracepoints of both
4524 sides.
4525
2f68a895
TT
45262012-12-07 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.base/break1.c (enum some_enum, union some_union): New.
4529 (some_enum_global, some_union_global, some_value): New globals.
4530 * gdb.base/completion.exp: Add tag completion tests.
4531
4fc5d43e
TT
45322012-12-07 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.base/completion.exp: Add tests for ptype and whatis
4535 completion.
4536
6559e013
JB
45372012-12-07 Joel Brobecker <brobecker@adacore.com>
4538
4539 * gdb.base/stale-infcall.exp: Fix copyright line.
4540
ae2b630d
JB
45412012-12-07 Joel Brobecker <brobecker@adacore.com>
4542
4543 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4544
0ba2eb0f
TT
45452012-12-06 Pedro Alves <palves@redhat.com>
4546 Tom Tromey <tromey@redhat.com>
4547
4548 * gdb.base/exprs.exp: Add tests for cast to void.
4549
731145cb
TT
45502012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4551
4552 * gdb.python/py-mi.exp: Correct expected results for attribute
4553 "dynamic" returned by -var-update.
4554 Add test case for correct handling of "diplayhint" for children
4555 of dynamic varobjs.
4556 * gdb.python/py-prettyprint.c (set_itme): New function.
4557 (bug_14741) New function.
4558 (main) Add call to bug_14741().
4559 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4560
e58fcc15
UW
45612012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4562
4563 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4564 ${binfile}.funcsyms list.
4565
e9eb0d14
YQ
45662012-12-04 Yao Qi <yao@codesourcery.com>
4567
4568 PR gdb/13443
4569 * gdb.trace/actions.exp: Make test messages unique.
4570
4983028c
TT
45712012-11-29 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4574
ea5e6b0e
UW
45752012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4576
4577 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4578 * gdb.opencl/datatypes.exp: Likewise.
4579 * gdb.opencl/operators.exp: Likewise.
4580 * gdb.opencl/vec_comps.exp: Likewise.
4581
cdde3dfb
JG
45822012-11-29 Jerome Guitton <guitton@adacore.com>
4583
4584 * gdb.ada/iwide: New testcase.
4585
b50d69b5
JG
45862012-11-29 Jerome Guitton <guitton@adacore.com>
4587
4588 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4589 ptype test.
4590
c2d3fccf
JG
45912012-11-29 Jerome Guitton <guitton@adacore.com>
4592
4593 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4594 form {VARIANT_TYPE}ADDRESS.
4595
5edf51fe
YQ
45962012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4597
4598 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4599 (func): New function.
4600 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4601 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4602 pointers to members with pointer-to-function type.
4603
608e2dbb
TT
46042012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4605 Tom Tromey <tromey@redhat.com>
4606
4607 * gdb.base/gnu-debugdata.exp: New file.
4608 * gdb.base/gnu-debugdata.c: New file.
4609 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4610 (gdb_unload): Return 0 on success.
4611
4648e588
JK
46122012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4615
17d6efc4
JB
46162012-11-26 Joel Brobecker <brobecker@adacore.com>
4617
4618 * gdb.base/empty_exe.exp: New testcase.
4619
ace21957
MF
46202012-11-20 Mike Frysinger <vapier@gentoo.org>
4621
4622 * gdb.base/completion.exp: Add test for help aliases completion.
4623
5c401a0a
YQ
46242012-11-20 Yao Qi <yao@codesourcery.com>
4625
4626 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4627 Don't test 'maint set show-debug-regs'.
4628 Use command 'set remotecache' instead of
4629 'set circular-trace-buffer'.
4630
8dea366b
KS
46312012-11-16 Keith Seitz <keiths@redhat.com>
4632
4633 PR c++/13615
4634 * gdb.cp/baseenum.cc: New file.
4635 * gdb.cp/baseenum.exp: New file.
4636 * gdb.cp/derivation.cc (A): Add copyright.
4637 Add a typedef.
4638 (B): Use A::value_type instead of int. Change all references.
4639 (D): Use value_type instead of int. Change all references.
4640 (E): Likewise.
4641 (F); Likewise.
4642 (Z): New class.
4643 (ZZ): New class.
6fdff2c5 4644 (N, Base, Derived): New namespace and classes.
8dea366b
KS
4645 (main): Add instances of Z and ZZ.
4646 Make sure all symbols from N are kept.
4647 * gdb.cp/derivation.exp: Update typedef changes in tests.
4648 Add tests for class typedefs both before and after starting
4649 the inferior.
4650 Add tests for searching for a typedef while stopped in a
4651 method.
4652
5e34c6c3
LM
46532012-11-14 Luis Machado <lgustavo@codesourcery.com>
4654
4655 * gdb.mi/mi-var-create-rtti.c: New file.
4656 * gdb.mi/mi-var-create-rtti.exp: New file.
4657
5e487a5f
LM
46582012-11-14 Luis Machado <lgustavo@codesourcery.com>
4659
4660 * gdb.base/structs3.exp: Run to main before doing any tests.
4661
6d67b990
AB
46622012-11-14 Andrew Burgess <aburgess@broadcom.com>
4663
4664 * gdb.python/py-type.exp: Uniquify test names.
4665
e5d98164
YQ
46662012-11-14 Yao Qi <yao@codesourcery.com>
4667
4668 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4669 (thread_function) [DEBUG]: Call 'printf'.
4670 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4671 command line if 'DEBUG=1' is passed to test.
4672 Remove a pattern to match inferior's output.
4673
62747a60
TT
46742012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4675
4676 * gdb.mi/mi-fill-memory.exp: New test.
4677
18a9fc12
TT
46782012-11-12 Tom Tromey <tromey@redhat.com>
4679
4680 * gdb.base/completion.exp: Update for "info type-printers".
4681 * gdb.python/py-typeprint.cc: New file.
4682 * gdb.python/py-typeprint.exp: New file.
4683 * gdb.python/py-typeprint.py: New file.
4684
bd69fc68
TT
46852012-11-12 Tom Tromey <tromey@redhat.com>
4686
4687 * gdb.base/call-sc.exp: Use "ptype/r".
4688 * gdb.base/volatile.exp: Don't expect "int".
4689 * gdb.cp/ptype-flags.cc: New file.
4690 * gdb.cp/ptype-flags.exp: New file.
4691 * gdb.cp/templates.exp: Use ptype/r.
4692 (test_ptype_of_templates, test_template_typedef): Likewise.
4693 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4694 argument. Handle template names and template parameters.
4695 * gdb.mi/mi-var-cmd.exp: Accept "long".
4696 * gdb.mi/mi-var-child.exp: Accept "long".
4697 * gdb.mi/mi-var-display.exp: Accept "long".
4698 * gdb.mi/mi2-var-child.exp: Accept "long".
4699
b3720c3a
TT
47002012-11-12 Tom Tromey <tromey@redhat.com>
4701
4702 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4703 "ptype" from calls to cp_test_ptype_class.
4704 (test_enums): Likewise.
4705 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4706 cp_test_ptype_class.
4707 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4708 calls to cp_test_ptype_class.
4709 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4710 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4711 from calls to cp_test_ptype_class.
4712 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4713 command here. Change "in_command" argument to "in_exp".
4714
0d63ecda
KS
47152012-11-10 Keith Seitz <keiths@redhat.com>
4716
4717 PR gdb/14288
4718 * gdb.base/printcmds.c: Add invalid_XXX globals
4719 for repeated byte tests.
4720 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4721 * gdb.base/wchar.c (main): Add and construct a wchar_t
4722 array with repeated characters.
4723 * gdb.base/wchar.exp: Add repeated character tests.
4724
ed8a1c2d
AB
47252012-11-09 Andrew Burgess <aburgess@broadcom.com>
4726
4727 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4728 disassembly output.
4729
9107fc8d
PA
47302012-11-09 Pedro Alves <palves@redhat.com>
4731
4732 PR gdb/14306
4733
4734 * gdb.multi/multi-arch-exec.c: New file.
4735 * gdb.multi/multi-arch-exec.exp: New file.
4736
558a9d82
YQ
47372012-11-09 Yao Qi <yao@codesourcery.com>
4738
4739 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4740 (top level): Call it.
4741
e714f336
YQ
47422012-11-09 Yao Qi <yao@codesourcery.com>
4743
4744 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4745 typo.
4746
6ecd4729
PA
47472012-11-09 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.multi/multi-arch.exp: New.
4750
9015683b
TT
47512012-11-08 Tom Tromey <tromey@redhat.com>
4752
4753 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4754 core files, if possible.
4755 * gdb.base/siginfo-thread.c: New file
4756 * gdb.base/siginfo-thread.exp: New file
4757
ea9f10bb
TT
47582012-11-08 Tom Tromey <tromey@redhat.com>
4759
4760 * gdb.base/comprdebug.exp: New file.
4761
f6592439
PA
47622012-11-06 Pedro Alves <palves@redhat.com>
4763
4764 PR gdb/14810
4765
4766 * gdb.base/disabled-location.c: New file.
4767 * gdb.base/disabled-location.exp: New file.
4768
2d338fa9
TT
47692012-11-06 Tom Tromey <tromey@redhat.com>
4770
4771 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4772 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4773 gdb_gcore_cmd.
4774 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4775 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4776 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4777 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4778 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4779 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4780 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4781 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4782 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4783
68c9da30
PA
47842012-11-05 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4787 procedure.
4788 (do_vfork_and_follow_child_tests_exec)
4789 (do_vfork_and_follow_child_tests_exit): Call it.
4790
a7c8c931
PA
47912012-11-05 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4794 fails.
4795
6f6484cd
YQ
47962012-11-03 Yao Qi <yao@codesourcery.com>
4797
4798 Fix PR gdb/14617.
4799 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4800 Remove setup_kfail, and update test.
4801
b45627a0
TT
48022012-11-02 Tom Tromey <tromey@redhat.com>
4803
4804 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4805 test.
4806
f50f4e56
PA
48072012-11-02 Pedro Alves <palves@redhat.com>
4808
4809 PR gdb/14766
4810
4811 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4812 setup_kfail.
4813 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4814 get registers".
4815
71ce889d
PA
48162012-11-02 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/foll-vfork-exit.c: New file.
4819 * gdb.base/foll-vfork.exp (top level): New file-describing
4820 comment.
4821 (vfork_child_follow_to_exit): New procedure.
4822 (tcatch_vfork_then_child_follow): Rename as ...
4823 (tcatch_vfork_then_child_follow_exec): ... this.
4824 (tcatch_vfork_then_child_follow_exit): New procedure.
4825 (do_vfork_and_follow_parent_tests): New procedure, factored out
4826 from do_vfork_and_exec_tests.
4827 (do_vfork_and_follow_child_tests_exec): Ditto.
4828 (do_vfork_and_exec_tests): Delete.
4829 (do_vfork_and_follow_child_tests_exit): New procedure.
4830 (top level): Run tests with both the program that has the vfork
4831 child execing, and the program has the vfork child exiting.
4832
1e35b1a9
PA
48332012-11-02 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4836 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4837 (vfork_parent_follow_to_bp): Call it.
4838 (kill_child): Delete.
4839 (vfork_and_exec_child_follow_to_main_bp)
4840 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4841 longer call kill_child.
4842 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4843 (do_vfork_and_exec_tests): Don't runto_main before calling each
4844 test procedure.
4845 (top level): Don't clean restart and set verbose before running
4846 each test procedure.
4847
48482012-11-02 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4851 (vfork_parent_follow_to_bp)
4852 (vfork_and_exec_child_follow_to_main_bp)
4853 (vfork_and_exec_child_follow_through_step)
4854 (tcatch_vfork_then_parent_follow)
4855 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4856 Use with_test_prefix.
4857
48582012-11-02 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.base/foll-vfork.c: Add copyright header.
4861 * gdb.base/vforked-prog.c: Add copyright header.
4862
48632012-11-02 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.base/foll-vfork.exp
4866 (vfork_and_exec_child_follow_through_step): Don't skip on
4867 non-HP/UX targets. Expect the next to only step one line on
4868 non-HP/UX targets, rather than stopping only after the exec.
4869
48702012-11-02 Pedro Alves <palves@redhat.com>
4871
4872 Don't hard code line numbers.
4873
4874 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4875 Expect text from the sources instead of a line number.
4876 (vfork_parent_follow_to_bp)
4877 (vfork_and_exec_child_follow_to_main_bp)
4878 (vfork_and_exec_child_follow_through_step)
4879 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4880 Use gdb_get_line_number.
4881
48822012-11-02 Pedro Alves <palves@redhat.com>
4883
4884 Modernize.
4885
4886 * gdb.base/foll-vfork.exp: Use standard_testfile and
4887 build_executable. Pass descriptive string to untested.
4888 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4889 (vfork_and_exec_child_follow_to_main_bp)
4890 (vfork_and_exec_child_follow_through_step)
4891 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4892 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4893 of send_gdb/gdb_expect.
4894
4895 (kill_child): New procedure.
4896 (vfork_and_exec_child_follow_to_main_bp)
4897 (vfork_and_exec_child_follow_through_step): Use it.
4898
f0559fff
YQ
48992012-11-02 Yao Qi <yao@codesourcery.com>
4900
4901 * gdb.base/setvar.exp: Test setting nested struct.
4902 * gdb.base/setvar.c (v_struct3): New.
4903
c207c6da
DE
49042012-11-01 Doug Evans <dje@google.com>
4905
4906 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4907 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4908 use them.
4909
2f27adfe
AB
49102012-10-31 Andrew Burgess <aburgess@broadcom.com>
4911
4912 PR cli/14772
4913 * gdb.base/gnu_vector.c (union_with_vector_1)
4914 (struct_with_vector_1): Add new struct and union for testing
4915 ptype.
4916 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4917 structs / unions containing vectors.
4918
bb662ca6
YQ
49192012-10-25 Yao Qi <yao@codesourcery.com>
4920
4921 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4922 'setup_kfail' instead of 'setup_kfail_for_target'.
4923 * gdb.base/varargs.exp: Likewise.
4924 * lib/gdb.exp (setup_kfail_for_target): Remove.
4925
635d23ff
MK
49262012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4927
4928 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4929
afdb064f
MK
49302012-10-25 Mark Kettenis <kettenis@gnu.org>
4931
4932 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4933
d99dcf51
JB
49342012-10-24 Joel Brobecker <brobecker@adacore.com>
4935
4936 * gdb.ada/set_wstr: New testcase.
4937
32560274
JB
49382012-10-24 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4941
5ded5331
JB
49422012-10-24 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4945
d8d84291
MK
49462012-10-24 Mark Kettenis <kettenis@gnu.org>
4947
4948 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4949
6e933c51
JK
49502012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 * gdb.base/callfuncs.exp (do_function_calls): Fix
4953 setup_kfail_for_target for -m32 mode.
4954
274bd000
MK
49552012-10-23 Mark Kettenis <kettenis@gnu.org>
4956
4957 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4958 are now fixed.
4959
545f743d
YQ
49602012-10-23 Yao Qi <yao@codesourcery.com>
4961
4962 * gdb.base/info-os.exp: Resume the inferior until it exits.
4963
48b56b6a 49642012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4965
99c7d5a8 4966 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4967 * gdb.base/print-file-var.exp: Likewise.
4968 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4969
8de0566d
YQ
49702012-10-17 Yao Qi <yao@codesourcery.com>
4971
4972 * gdb.mi/mi-memory-changed.exp: New.
4973
44883546
YQ
49742012-10-16 Yao Qi <yao@codesourcery.com>
4975
4976 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4977 returns true.
4978 Call gdb_load_shlibs.
4979 * gdb.reverse/solib-reverse.exp: Likewise.
4980
345f514a
KS
49812012-10-15 Keith Seitz <keiths@redhat.com>
4982
4983 * lib/cp-support.exp (cp_test_ptype_class): Add support
4984 for class typedefs.
4985
4986 * gdb.cp/derivation.exp: Add tests for g_instance.
4987
9e3a7d65
JK
49882012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4989
4990 Fix entry values resolving in inlined frames.
4991 * gdb.arch/amd64-entry-value-inline.S: New file.
4992 * gdb.arch/amd64-entry-value-inline.c: New file.
4993 * gdb.arch/amd64-entry-value-inline.exp: New file.
4994
21a7b089
JK
49952012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4996 Doug Evans <dje@google.com>
4997
4998 Fix recent gdb_breakpoint regression.
4999 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
5000 braces from the parameter.
5001 * gdb.java/jprint.exp: Likewise.
5002
2c47921e
DE
50032012-10-15 Doug Evans <dje@google.com>
5004
5005 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
5006
89398707
JB
50072012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
5008
5009 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
5010
801e4185
TT
50112012-10-15 Tom Tromey <tromey@redhat.com>
5012
5013 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
5014
74f910c8
TT
50152012-10-15 Tom Tromey <tromey@redhat.com>
5016
5017 * gdb.python/py-symbol.exp: Test symbol destructor.
5018
91567807
YQ
50192012-10-14 Yao Qi <yao@codesourcery.com>
5020
5021 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
5022 * gdb.mi/mi-cli.exp: New.
5023
5024 * gdb.mi/mi2-basics.exp: Remove.
5025 * gdb.mi/mi2-break.exp: Remove.
5026 * gdb.mi/mi2-console.exp: Remove.
5027 * gdb.mi/mi2-disassemble.exp: Remove.
5028 * gdb.mi/mi2-eval.exp: Remove.
5029 * gdb.mi/mi2-file.exp: Remove.
5030 * gdb.mi/mi2-hack-cli.exp: Remove.
5031 * gdb.mi/mi2-pthreads.exp: Remove.
5032 * gdb.mi/mi2-read-memory.exp: Remove.
5033 * gdb.mi/mi2-regs.exp: Remove.
5034 * gdb.mi/mi2-return.exp: Remove.
5035 * gdb.mi/mi2-simplerun.exp: Remove.
5036 * gdb.mi/mi2-stack.exp: Remove.
5037 * gdb.mi/mi2-stepi.exp: Remove.
5038 * gdb.mi/mi2-syn-frame.exp: Remove.
5039 * gdb.mi/mi2-until.exp: Remove.
5040 * gdb.mi/mi2-watch.exp: Remove.
5041 * gdb.mi/mi2-var-block.exp: Remove.
5042 * gdb.mi/mi2-var-cmd.exp: Remove.
5043 * gdb.mi/mi2-var-display.exp: Remove.
5044
87332029
YQ
50452012-10-12 Yao Qi <yao@codesourcery.com>
5046
5047 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
5048 trail '.*' on matching patterns.
5049
11fc9057
L
50502012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5051
5052 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
5053 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
5054 * gdb.arch/i386-disp-step.exp: Likewise.
5055 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5056 * gdb.arch/i386-prologue.exp: Likewise.
5057 * gdb.arch/i386-size-overlap.exp: Likewise.
5058 * gdb.arch/i386-size.exp: Likewise.
5059 * gdb.arch/i386-unwind.exp: Likewise.
5060
7d46bcdc
L
50612012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5062
5063 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
5064 * gdb.arch/i386-word.exp: Likewise.
5065
31224d9d
L
50662012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5067
5068 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
5069 is_ilp32_target to set nr_regs.
5070 * gdb.arch/i386-sse.exp: Likewise.
5071
5b7d0050
DE
50722012-10-11 Doug Evans <dje@google.com>
5073
7c09e5a0
DE
5074 PR breakpoints/14643.
5075 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
5076 * gdb.linespec/thread.c: New file.
5077 * gdb.linespec/thread.exp: New file.
5078
5b7d0050
DE
5079 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
5080 Recognize "message" -> print pass and fail. Add eof case.
5081 (runto): Recognize message, no-message. Print pass/fail if requested,
5082 with same treatment as gdb_breakpoint.
5083 (runto_main): Pass no-message to runto.
5084 (gdb_internal_error_resync): Add log message.
5085 (gdb_file_cmd): Tweak internal error fail text for consistency.
5086
2e24f4aa
JK
50872012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5088
5089 Fix crash during stepping on ppc32.
5090 * gdb.base/step-symless.c: New file.
5091 * gdb.base/step-symless.exp: New file.
5092
aa14df25
DE
50932012-10-03 Doug Evans <dje@google.com>
5094
5095 PR symtab/14601
5096 * gdb.cp/using-crash.exp: New file.
5097 * gdb.cp/using-crash.cc: New file.
5098
975531db
DE
50992012-10-02 Doug Evans <dje@google.com>
5100
5101 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
5102 more consistent.
5103 (runto,gdb_debug_format): Ditto.
5104 (gdb_file_cmd): Watch for eof in nested gdb_expect.
5105 Clean up logging and error messages.
5106
b3dc46ff
AB
51072012-10-01 Andrew Burgess <aburgess@broadcom.com>
5108
5109 Test find command on unmapped memory.
5110 * gdb.base/find-unmapped.c: New file.
5111 * gdb.base/find-unmapped.exp: New file.
5112
45814d45
YQ
51132012-09-29 Yao Qi <yao@codesourcery.com>
5114
5115 * gdb.trace/mi-tracepoint-changed.exp: New.
5116 * gdb.mi/mi-breakpoint-changed.exp: New.
5117 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
5118 * gdb.mi/pendshr2.c: New.
5119
4c2786ba
YQ
51202012-09-28 Yao Qi <yao@codesourcery.com>
5121
5122 * gdb.mi/pr11022.exp: New.
5123 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
5124
7977e5d2
TT
51252012-09-27 Tom Tromey <tromey@redhat.com>
5126
5127 * gdb.cp/derivation.exp: Add regression test.
5128 * gdb.cp/derivation.cc (class V_base, class V_inter, class
5129 V_derived): New.
5130 (vderived): New global.
5131
0971de02
TT
51322012-09-26 Tom Tromey <tromey@redhat.com>
5133
5134 * gdb.dwarf2/dw2-common-block.S: New file.
5135 * gdb.dwarf2/dw2-common-block.exp: New file.
5136
4357ac6c
TT
51372012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 * gdb.fortran/common-block.exp: New file.
5140 * gdb.fortran/common-block.f90: New file.
5141
6f380991
AB
51422012-09-26 Andrew Burgess <aburgess@broadcom.com>
5143
5144 * gdb.base/duplicate-bp.c: New file.
5145 * gdb.base/duplicate-bp.exp: New file.
5146
8ae551cf
YQ
51472012-09-26 Yao Qi <yao@codesourcery.com>
5148
5149 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
5150
5151 Revert:
5152 2012-09-21 Yao Qi <yao@codesourcery.com>
5153
5154 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5155
318102b9
SP
51562012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
5157
5158 * gdb.base/longest-types.c: New test case.
5159 * gdb.base/longest-types.exp: New test case.
5160
a1e5fd69
YQ
51612012-09-25 Yao Qi <yao@codesourcery.com>
5162
5163 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
5164
04e7407c
JK
51652012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 Fix internal error on canonicalization of clang types.
5168 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
5169 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
5170 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
5171
9bf4bce9
JK
51722012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5173
5174 Fix disassemble without parameters in tailcall frame.
5175 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
5176
2603f7ee
AB
51772012-09-21 Andrew Burgess <aburgess@broadcom.com>
5178
5179 * gdb.dwarf2/dw2-op-out-param.S: New file.
5180 * gdb.dwarf2/dw2-op-out-param.exp: New file.
5181
a3569abd
YQ
51822012-09-21 Yao Qi <yao@codesourcery.com>
5183
5184 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5185
a065d7af
YQ
51862012-09-21 Yao Qi <yao@codesourcery.com>
5187
5188 * gdb.mi/mi-cli.exp: Remove.
5189 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
5190
15544bd9
YQ
51912012-09-21 Yao Qi <yao@codesourcery.com>
5192
5193 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
5194 "=record-started" notification.
5195
82a90ccf
YQ
51962012-09-21 Yao Qi <yao@codesourcery.com>
5197
5198 * gdb.mi/mi-record-changed.exp: New.
5199 * gdb.mi/mi-reverse.exp: Adjust expected output.
5200
d7de8e3c
TT
52012012-09-20 Tom Tromey <tromey@redhat.com>
5202
5203 * gdb.python/python.exp: Test atexit.register.
5204
1aa99537
DE
52052012-09-20 Doug Evans <dje@google.com>
5206
05eade73
DE
5207 * boards/dwarf4-gdb-index.exp: New file.
5208
1aa99537
DE
5209 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
5210 while running the tests.
5211
4ae24af0
JB
52122012-09-18 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdb.ada/bp_reset: New testcase.
5215
bb25a15c
YQ
52162012-09-18 Yao Qi <yao@codesourcery.com>
5217
5218 * gdb.trace/mi-tsv-changed.exp: New.
5219
201b4506
YQ
52202012-09-18 Yao Qi <yao@codesourcery.com>
5221
5222 * gdb.trace/mi-traceframe-changed.exp: New.
5223
6fc1c773
YQ
52242012-09-17 Yao Qi <yao@codesourcery.com>
5225
5226 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
5227 when it is less than 0.
5228
1ab3b62c
JK
52292012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 PR 14119
5232 * gdb.arch/amd64-tailcall-ret.S: New file.
5233 * gdb.arch/amd64-tailcall-ret.c: New file.
5234 * gdb.arch/amd64-tailcall-ret.exp: New file.
5235 * gdb.reverse/amd64-tailcall-reverse.S: New file.
5236 * gdb.reverse/amd64-tailcall-reverse.c: New file.
5237 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
5238
acf9414f
JK
52392012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 PR 14548
5242 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
5243 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
5244 * gdb.reverse/singlejmp-reverse.S: New file.
5245 * gdb.reverse/singlejmp-reverse.c: New file.
5246 * gdb.reverse/singlejmp-reverse.exp: New file.
5247
666b578b
JK
52482012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5249
5250 Fix compatibility with old GCC (~4.1).
5251 * gdb.cp/converts.cc (my_enum_var): New variable.
5252
42056501
AB
52532012-09-14 Andrew Burgess <aburgess@broadcom.com>
5254
5255 * gdb.xml/tdesc-regs.exp: Update expected output for new
5256 vector_size syntax of vector types.
5257
b9516fa1
YPK
52582012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
5259
5260 Refactor Python "gdb" module into a proper Python package, by
5261 introducing a new "_gdb" module for code implemented in C, and
5262 using reload/__import__ instead of exec.
5263 * gdb.python/python.exp (Test stderr location): Update module
5264 location of GDB-specific sys.stderr.
5265 (Test stdout location): Ditto for sys.stdout.
5266
18dc9ad8
JK
52672012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5270
ea3a9873
KS
52712012-09-12 Keith Seitz <keiths@redhat.com>
5272
5273 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5274 conversion statement.
5275
5941debb
DE
52762012-09-12 Doug Evans <dje@google.com>
5277
5278 * gdb.base/help.exp: Remove testing of individual command help text,
5279 too much of a maintenance burden. Instead, test the functionality
5280 of "help" itself.
5281
cfc35e02
DE
52822012-09-11 Doug Evans <dje@google.com>
5283
3a0ed5d7
DE
5284 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5285 breakpoint.
5286
cfc35e02
DE
5287 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5288 * gdb.dwarf2/fission-reread.S: Ditto.
5289 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5290 * gdb.dwarf2/fission-reread.exp: Ditto.
5291
350b1b26
AB
52922012-09-11 Andrew Burgess <aburgess@broadcom.com>
5293
5294 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5295
2fa15f23
JB
52962012-09-10 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.ada/optim_drec: New testcase.
5299
09be558e
DE
53002012-09-10 Doug Evans <dje@google.com>
5301
5302 * boards/fission.exp: Explicitly mark "board" as not remote.
5303
5b4f6e25
KS
53042012-09-10 Keith Seitz <keiths@redhat.com>
5305
5306 PR gdb/13483
5307 * gdb.cp/converts.cc (A::A): Add ctor.
5308 (A::member_): Add member.
5309 (enum my_enum): New enumeration.
5310 (main): Add calls to foo1_7 with various
5311 permitted arguments.
5312 * gdb.cp/converts.exp: Add tests for boolean
5313 conversions permitted by the standard.
5314
b4ca5ed9
YPK
53152012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5316
5317 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5318 avoid spurious results due to ~/.gdbinit.
5319 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5320 $INTERNAL_GDBFLAGS in run command.
5321 * gdb.gdb/observer.exp (setup_test): Ditto.
5322 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5323 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5324
d54b30bb
DE
53252012-09-06 Doug Evans <dje@google.com>
5326
14910956
DE
5327 * boards/fission.exp: New file.
5328
d54b30bb
DE
5329 * gdb.python/py-value.exp: Use clean_restart.
5330
91b253e1
DE
53312012-09-05 Doug Evans <dje@google.com>
5332
5333 * gdb.base/info-macros.c: Fix whitespace.
5334
1292279a
PA
53352012-08-28 Pedro Alves <palves@redhat.com>
5336
5337 PR gdb/14428
5338
5339 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5340
1c8cdcb1
JK
53412012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 * gdb.base/break-caller-line.c: New file.
5344 * gdb.base/break-caller-line.exp: New file.
5345
1e8e8b51
JK
53462012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5347
5348 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5349 * gdb.arch/i386-cfi-notcurrent.S: New file.
5350 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5351
1591a1e8
PA
53522012-08-27 Wei-cheng Wang <cole945@gmail.com>
5353 Yao Qi <yao@codesourcery.com>
5354 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5357 New procedures.
5358 (top level): Add overlap checking tests.
5359
4442ada7
TT
53602012-08-24 Tom Tromey <tromey@redhat.com>
5361
5362 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5363 gdb_test_multiple fails for other reasons.
5364
e7d50cc9
YQ
53652012-08-24 Yao Qi <yao@codesourcery.com>
5366
5367 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5368
dfbd5e7b
PA
53692012-08-23 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/help.exp: Adjust to "handle" help text change.
5372
8d735b87
YQ
53732012-08-23 Yao Qi <yao@codesourcery.com>
5374
5375 * gdb.trace/disconnected-tracing.c (start, end): New.
5376 (main): Call start and end.
5377 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5378 existing tests into this proc.
5379 (disconnected_tfind): New.
5380
61b1d759
YQ
53812012-08-23 Yao Qi <yao@codesourcery.com>
5382
5383 * boards/native-gdbserver.exp (${board}_upload): New.
5384 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5385 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5386 Execute tfile on remote target.
5387 Copy trace file from target to host.
5388
6ca1b147
JM
53892012-08-22 Joseph Myers <joseph@codesourcery.com>
5390
5391 * gdb.arch/thumb-bx-pc.S: New file.
5392 * gdb.arch/thumb-bx-pc.exp: New file.
5393
706e3705
TT
53942012-08-22 Tom Tromey <tromey@redhat.com>
5395
5396 * gdb.base/maint.exp: Update.
5397
b4893d48
TT
53982012-08-22 Tom Tromey <tromey@redhat.com>
5399
5400 * lib/gdb.exp (skip_unwinder_tests): New proc.
5401 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5402 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5403
45b7da81
TT
54042012-08-21 Tom Tromey <tromey@redhat.com>
5405
5406 * gdb.hp/gdb.aCC/exception.exp: Remove.
5407
f94363d7
AP
5408012-08-19 Andrew Pinski <apinski@cavium.com>
5409
5410 * gdb.arch/mips-octeon-bbit.c: New file.
5411 * gdb.arch/mips-octeon-bbit.exp: New Test.
5412
e5afdbd7
KS
5413012-08-19 Keith Seitz <keiths@redhat.com>
5414
5415 PR c++/14365
5416 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5417 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5418
c29e8b64
JK
54192012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5422 verbose -log by more specific untested call.
5423
15a7e7bc
YQ
54242012-08-18 Yao Qi <yao@codesourcery.com>
5425
5426 * gdb.trace/tfind.exp: Move tests on various command help before
5427 checking target supports trace.
5428 Fix the expected output of 'help tfind end'.
5429
a451cb65
KS
54302012-08-17 Keith Seitz <keiths@redhat.com>
5431
5432 PR c++/13356
5433 * gdb.base/default.exp: Update all "check type" tests.
5434 * gdb.base/help.exp: Likewise.
5435 * gdb.base/setshow.exp: Likewise.
5436 * gdb.cp/converts.cc (foo1_type_check): New function.
5437 (foo2_type_check): New function.
5438 (foo3_type_check): New function.
5439 (main): Call new functions.
5440 * converts.exp: Add tests for integer-to-pointer conversions
5441 with/without strict type-checking.
5442
dbf6a605
MF
54432012-08-16 Mike Frysinger <vapier@gentoo.org>
5444
5445 * gdb.base/help.exp: Update expected output.
5446
0c92d8c1
JB
54472012-08-16 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.ada/rdv_wait: New testcase.
5450
e56f7f42
JK
54512012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5454
f47f77df
DE
54552012-08-13 Doug Evans <dje@google.com>
5456
e202d6e8 5457 * gdb.base/help.exp: Update expected output.
f47f77df
DE
5458 * gdb.base/default.exp: Update expected output of "show convenience".
5459
a72c3253
DE
54602012-08-10 Doug Evans <dje@google.com>
5461
5462 * gdb.python/py-strfns.c: New file.
5463 * gdb.python/py-strfns.exp: New file.
5464 * gdb.python/py-type.exp (test_fields): Add vector tests.
5465
de0bea00
MF
54662012-08-10 Mike Frysinger <vapier@gentoo.org>
5467
5468 PR cli/10436:
5469 * gdb.base/completion.exp: Add tests for handle completion.
5470
5b9afe8a
YQ
54712012-08-09 Yao Qi <yao@codesourcery.com>
5472
5473 * gdb.mi/mi-cmd-param-changed.exp: New.
5474 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5475 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5476 * gdb.mi/mi2-prompt.exp: Likewise.
5477
4f485ebc
DE
54782012-08-08 Doug Evans <dje@google.com>
5479
5480 * gdb.base/debug-expr.c: New file.
5481 * gdb.base/debug-expr.exp: New file.
5482 * gdb.base/exprs.exp: Test {type} casts.
5483 * gdb.cp/debug-expr.exp: New file.
5484
5888842d
JK
54852012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5486
5487 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5488 global variable loop, not a 'break'. Add loop count limit to 100.
5489 Add new fail case for terminated vgdb.
5490
4f69f4c2
JK
54912012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5492 Jean-Marc Saffroy <saffroy@gmail.com>
5493
5494 PR 11804
5495 * gdb.base/gcore-relro.exp: New file.
5496 * gdb.base/gcore-relro-main.c: New file.
5497 * gdb.base/gcore-relro-lib.c: New file.
5498
e2de5390
JK
54992012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5500
5501 Do not false FAIL with old GCCs.
5502 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5503 GCC < 4.5 in $no_hw mode.
5504
606603c5
JK
55052012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5508
777f26c2
JK
55092012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5510
5511 * gdb.base/list.exp (test_only_end): New function.
5512 Call it.
5513
2c12abee
TT
55142012-08-06 Tom Tromey <tromey@redhat.com>
5515
5516 * gdb.python/py-mi.exp: Add test for printer whose children
5517 are a list.
5518 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5519 (main): New variable children_as_list.
5520 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5521 New.
5522 (register_pretty_printers): Register new printer.
5523
0eae2cf4
EBM
55242012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5525
5526 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5527 symbols. Abort if vgdb remote connection is closed.
5528
09e0881d
DE
55292012-08-02 Doug Evans <dje@google.com>
5530
5531 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5532
b40f514f
SDJ
55332012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5534
5535 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5536 s390x, PowerPC 64 and m68k-linux.
5537
11315ae0
UW
55382012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5539
5540 * gdb.base/annota1.exp: Accept no frames-invalid notification
5541 when starting up the program.
5542 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5543 show a symbolic value as well.
5544 * gdb.server/server-exec-info.exp: Skip test when skipping
5545 gdbserver test and/or when skipping shared library tests.
5546 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5547 avoid name conflicts with other tests.
5548
0547eeed
UW
55492012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5550
5551 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5552 Fix wrong output on big-endian systems.
5553 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5554 4-byte pointer types on 64-bit s390x.
5555
bdddb4de
UW
55562012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5557
5558 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5559 marker comment at the beginning (after intialization).
5560 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5561 breakpoint on marker comment instead of function begin.
5562 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5563 PowerPC.
5564 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5565 or 64-bit PowerPC.
5566 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5567 gdb,no_hardware_watchpoints flag is set.
5568 (initialize): Remove now redundant can-use-hw-watchpoints change.
5569
5d206025
YQ
55702012-08-02 Yao Qi <yao@codesourcery.com>
5571 Pedro Alves <palves@redhat.com>
5572
5573 * boards/local-remote-host.exp: New.
5574
4f665099
UW
55752012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5576
5577 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5578 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5579 * gdb.base/print-file-var.exp: Likewise.
5580 * gdb.server/solib-list.exp: Skip on remote targets.
5581
b62e2b27
UW
55822012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5583
5584 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5585 watchpoints on ARM. When expecting software watchpoints, tolerate
5586 (remote) targets that report unsupported hardware watchpoint only
5587 at continue time.
5588 (test_wide_location_2): Likewise.
5589
a967a851
JK
55902012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5591
5592 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5593 valgrind versions.
5594
75d9f9ff 55952012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
5596
5597 * gdb.base/valgrind-infcall.c: New file.
5598 * gdb.base/valgrind-infcall.exp: New file.
5599
75d9f9ff
JK
5600 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5601
1c9f2ed2
KS
56022012-07-30 Keith Seitz <keiths@redhat.com>
5603
5604 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5605 linespecs.
5606
7f9b2034
DE
56072012-07-30 Doug Evans <dje@google.com>
5608
85220e01
DE
5609 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5610 * gdb.dwarf2/pr13961.S: Ditto.
5611
7f9b2034
DE
5612 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5613
4e969b4f
AB
56142012-07-30 Andrew Burgess <aburgess@broadcom.com>
5615
5616 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5617 change its format immediately after reloading the binary.
5618
e7de8362
JK
56192012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 Fix testsuite regression after --use-deprecated-index-sections removal.
5622 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5623 string.
5624 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5625
7255706c
YQ
56262012-07-27 Yao Qi <yao@codesourcery.com>
5627
5628 KFAIL for PR remote/14161.
5629 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5630 Cleanup socket files.
5631 (strace_info_marker): Detach inferior.
5632
f2e8016f
TT
56332012-07-26 Tom Tromey <tromey@redhat.com>
5634
6fdff2c5 5635 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 5636
f66713d2
JK
56372012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5638
5639 * gdb.python/py-inferior.c (thread): New function.
5640 (check_threads): New function.
5641 (test_threads): New function.
5642 * gdb.python/py-inferior.exp: Added test.
5643 Replaced runto with continue to breakpoint.
5644
8223e12c
TT
56452012-07-26 Tom Tromey <tromey@redhat.com>
5646
5647 * lib/ada.exp (standard_ada_testfile): New proc.
5648 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5649 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5650 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5651 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5652 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5653 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5654 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5655 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5656 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5657 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5658 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5659 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5660 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5661 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5662 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5663 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5664 * gdb.ada/complete.exp: Use standard_ada_testfile.
5665 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5666 standard_output_file.
5667 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5668 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5669 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5670 standard_output_file.
5671 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5672 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5673 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5674 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5675 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5676 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5677 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5678 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5679 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5680 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5681 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5682 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5683 * gdb.ada/interface.exp: Use standard_ada_testfile.
5684 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5685 standard_output_file
5686 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5687 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5688 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5689 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5690 * gdb.ada/nested.exp: Use standard_ada_testfile.
5691 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5692 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5693 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5694 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5695 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5696 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5697 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5698 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5699 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5700 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5701 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5702 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5703 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5704 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5705 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5706 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5707 * gdb.ada/start.exp: Use standard_ada_testfile.
5708 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5709 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5710 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5711 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5712 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5713 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5714 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5715 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5716 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5717 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5718 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5719 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5720 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5721 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5722
bbec57e4
JK
57232012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5724
5725 Fix testsuite regression after --use-deprecated-index-sections removal.
5726 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5727
9cc8e32c
JK
57282012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 Fix compatibility with Tcl before 7.5.
5731 * lib/future.exp (lreverse): New function if it does not exist.
5732
ea5ca7b5
MK
57332012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5734
5735 * gdb.mi/mi-pending.c: New method to set a second pending
5736 breakpoint.
5737 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5738 condition.
5739
64776a0b
PA
57402012-07-20 Pedro Alves <palves@redhat.com>
5741
5742 PR threads/11692
5743 PR gdb/12203
5744
5745 * gdb.threads/create-fail.c: New file.
5746 * gdb.threads/create-fail.exp: New file.
5747
13e4e967
PA
57482012-07-19 Pedro Alves <palves@redhat.com>
5749
5750 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5751 * config/vx.exp (gdb_start): Likewise.
5752 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5753 * gdb.base/setvar.exp (test_set): Likewise.
5754 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5755 * gdb.reverse/sigall-precsave.exp: Likewise.
5756 * gdb.reverse/sigall-reverse.exp: Likewise.
5757
b7aefa4d
PA
57582012-07-19 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5761 handler before recording.
5762
608b4967
TT
57632012-07-19 Tom Tromey <tromey@redhat.com>
5764
5765 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5766 * gdb.cp/casts.cc (decltype): New function.
5767 (main): Use it.
5768
b1e0c0fa
PA
57692012-07-19 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.base/sigall.exp (signals): New list.
5772 <top level>: Loop over signals in the $signals list instead of
5773 calling a test function once per signal.
5774 * gdb.reverse/sigall-precsave.exp (signals): New list.
5775 <top level>: Loop over signals in the $signals list instead of
5776 calling a test function once per signal.
5777 * gdb.reverse/sigall-reverse.exp (signals): New list.
5778 <top level>: Loop over signals in the $signals list instead of
5779 calling a test function once per signal.
5780
6ace3df1
YQ
57812012-07-19 Yao Qi <yao@codesourcery.com>
5782
5783 * gdb.base/setshow.exp: Test 'set args ~'.
5784
263a0f8c
JK
57852012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 * gdb.base/store.exp (check_set): Import gdb_prompt.
5788 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5789 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5790
8f043999
JK
57912012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5792
5793 PR 11914
5794 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5795 (main): Call eval_sub.
5796 * gdb.python/py-prettyprint.exp:
5797 (python execfile ('py-prettyprint.py')): Move it earlier.
5798 New breakpoint for eval-break.
5799 (continue to breakpoint: eval-break, info locals): New test.
5800 (python execfile ('py-prettyprint.py')): Move it from here.
5801 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5802 (register_pretty_printers): Register pp_eval_type.
5803
725c7b66
JK
58042012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5805
5806 Fix a testcase regression by me.
5807 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5808 DW_FORM_data4.
5809
4359dff1
JK
58102012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5811 Doug Evans <dje@google.com>
5812
5813 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5814 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5815
61e44cfa
JK
58162012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 Fix gdbserver run regression.
5819 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5820
93c0ef37
TT
58212012-07-12 Tom Tromey <tromey@redhat.com>
5822
5823 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5824 (clean_restart): Likewise.
5825 (core_find): Use standard_output_file.
5826
76027ef5
TT
58272012-07-12 Tom Tromey <tromey@redhat.com>
5828
5829 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5830 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5831 prepare_for_testing_full.
5832 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5833 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5834 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5835 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5836 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5837 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5838 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5839 prepare_for_testing_full.
5840 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5841 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5842 prepare_for_testing_full.
5843 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5844 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5845 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5846
85b4440a
TT
58472012-07-12 Tom Tromey <tromey@redhat.com>
5848
5849 * lib/gdb.exp (build_executable_from_specs): New proc, from
5850 build_executable.
5851 (build_executable): Use it.
5852 (prepare_for_testing_full): New proc.
5853
55baab26
TT
58542012-07-11 Tom Tromey <tromey@redhat.com>
5855
5856 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5857 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5858 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5859 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5860 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5861 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5862 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5863 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5864 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5865 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5866
298a9cf0
TT
58672012-07-10 Tom Tromey <tromey@redhat.com>
5868
5869 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5870 standard_output_file.
5871 * gdb.mi/gdb2549.exp: Use standard_testfile.
5872 * gdb.mi/gdb669.exp: Use standard_testfile.
5873 * gdb.mi/gdb701.exp: Use standard_testfile.
5874 * gdb.mi/gdb792.exp: Use standard_testfile.
5875 * gdb.mi/mi-async.exp: Use standard_testfile.
5876 * gdb.mi/mi-basics.exp: Use standard_testfile.
5877 * gdb.mi/mi-break.exp: Use standard_testfile.
5878 * gdb.mi/mi-cli.exp: Use standard_testfile.
5879 * gdb.mi/mi-console.exp: Use standard_testfile.
5880 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5881 * gdb.mi/mi-eval.exp: Use standard_testfile.
5882 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5883 * gdb.mi/mi-file.exp: Use standard_testfile.
5884 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5885 * gdb.mi/mi-logging.exp: Use standard_testfile.
5886 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5887 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5888 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5889 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5890 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5891 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5892 * gdb.mi/mi-pending.exp: Use standard_testfile,
5893 standard_output_file.
5894 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5895 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5896 * gdb.mi/mi-regs.exp: Use standard_testfile.
5897 * gdb.mi/mi-return.exp: Use standard_testfile.
5898 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5899 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5900 * gdb.mi/mi-solib.exp: Use standard_testfile,
5901 standard_output_file.
5902 * gdb.mi/mi-stack.exp: Use standard_testfile.
5903 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5904 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5905 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5906 * gdb.mi/mi-until.exp: Use standard_testfile.
5907 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5908 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5909 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5910 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5911 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5912 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5913 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5914 standard_output_file.
5915 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5916 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5917 * gdb.mi/mi-watch.exp: Use standard_testfile.
5918 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5919 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5920 * gdb.mi/mi2-break.exp: Use standard_testfile.
5921 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5922 * gdb.mi/mi2-console.exp: Use standard_testfile.
5923 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5924 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5925 * gdb.mi/mi2-file.exp: Use standard_testfile.
5926 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5927 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5928 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5929 * gdb.mi/mi2-return.exp: Use standard_testfile.
5930 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5931 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5932 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5933 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5934 * gdb.mi/mi2-until.exp: Use standard_testfile.
5935 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5936 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5937 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5938 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5939 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5940
f5f3a911
TT
59412012-07-10 Tom Tromey <tromey@redhat.com>
5942
5943 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5944 * gdb.cp/ambiguous.exp: Use standard_testfile,
5945 prepare_for_testing.
5946 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5947 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5948 * gdb.cp/anon-ns.exp: Use standard_testfile.
5949 * gdb.cp/anon-struct.exp: Use standard_testfile.
5950 * gdb.cp/anon-union.exp: Use standard_testfile,
5951 prepare_for_testing.
5952 * gdb.cp/arg-reference.exp: Use standard_testfile,
5953 prepare_for_testing.
5954 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5955 * gdb.cp/breakpoint.exp: Use standard_testfile,
5956 prepare_for_testing.
5957 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5958 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5959 standard_output_file.
5960 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5961 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5962 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5963 (test_static_members): Update.
5964 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5965 * gdb.cp/converts.exp: Use standard_testfile.
5966 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5967 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5968 prepare_for_testing.
5969 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5970 * gdb.cp/cplabel.exp: Use standard_testfile.
5971 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5972 prepare_for_testing.
5973 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5974 * gdb.cp/derivation.exp: Use standard_testfile,
5975 prepare_for_testing.
5976 * gdb.cp/destrprint.exp: Use standard_testfile.
5977 * gdb.cp/dispcxx.exp: Use standard_testfile.
5978 * gdb.cp/exception.exp: Use standard_testfile,
5979 prepare_for_testing.
5980 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5981 * gdb.cp/extern-c.exp: Use standard_testfile,
5982 prepare_for_testing.
5983 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5984 prepare_for_testing.
5985 * gdb.cp/fpointer.exp: Use standard_testfile.
5986 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5987 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5988 standard_output_file.
5989 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5990 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5991 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5992 standard_output_file.
5993 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5994 (do_tests): Update.
5995 * gdb.cp/koenig.exp: Use standard_testfile.
5996 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5997 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5998 * gdb.cp/m-static.exp: Use standard_testfile,
5999 prepare_for_testing.
6000 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
6001 * gdb.cp/mb-inline.exp: Use standard_testfile,
6002 prepare_for_testing.
6003 * gdb.cp/mb-templates.exp: Use standard_testfile,
6004 prepare_for_testing.
6005 * gdb.cp/member-ptr.exp: Use standard_testfile,
6006 prepare_for_testing.
6007 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
6008 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
6009 * gdb.cp/method2.exp: Use standard_testfile.
6010 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
6011 standard_output_file.
6012 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
6013 (do_tests): Update.
6014 * gdb.cp/namespace-enum.exp: Use standard_testfile,
6015 prepare_for_testing.
6016 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
6017 prepare_for_testing.
6018 * gdb.cp/namespace.exp: Use standard_testfile,
6019 prepare_for_testing.
6020 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
6021 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
6022 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
6023 * gdb.cp/nsimport.exp: Use standard_testfile,
6024 prepare_for_testing.
6025 * gdb.cp/nsnested.exp: Use standard_testfile.
6026 * gdb.cp/nsnoimports.exp: Use standard_testfile.
6027 * gdb.cp/nsrecurs.exp: Use standard_testfile,
6028 prepare_for_testing.
6029 * gdb.cp/nsstress.exp: Use standard_testfile,
6030 prepare_for_testing.
6031 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
6032 * gdb.cp/operator.exp: Use standard_testfile.
6033 * gdb.cp/oranking.exp: Use standard_testfile.
6034 * gdb.cp/overload-const.exp: Use standard_testfile.
6035 * gdb.cp/overload.exp: Use standard_testfile,
6036 prepare_for_testing.
6037 * gdb.cp/ovldbreak.exp: Use standard_testfile.
6038 * gdb.cp/ovsrch.exp: Use standard_testfile.
6039 * gdb.cp/paren-type.exp: Use standard_testfile.
6040 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
6041 prepare_for_testing.
6042 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
6043 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
6044 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
6045 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
6046 * gdb.cp/pr10728.exp: Use standard_testfile,
6047 standard_output_file.
6048 * gdb.cp/pr12028.exp: Use standard_testfile.
6049 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
6050 * gdb.cp/pr9167.exp: Use standard_testfile.
6051 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
6052 * gdb.cp/printmethod.exp: Use standard_testfile,
6053 prepare_for_testing.
6054 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
6055 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
6056 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
6057 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
6058 standard_output_file.
6059 * gdb.cp/readnow-language.exp: Use standard_testfile.
6060 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
6061 (gdb_start_again): Use clean_restart.
6062 * gdb.cp/ref-types.exp: Use standard_testfile,
6063 prepare_for_testing.
6064 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
6065 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
6066 * gdb.cp/smartp.exp: Use standard_testfile.
6067 * gdb.cp/static-method.exp: Use standard_testfile.
6068 * gdb.cp/static-print-quit.exp: Use standard_testfile.
6069 * gdb.cp/temargs.exp: Use standard_testfile.
6070 * gdb.cp/templates.exp: Use standard_testfile,
6071 prepare_for_testing.
6072 (do_tests): Update.
6073 * gdb.cp/try_catch.exp: Use standard_testfile,
6074 prepare_for_testing.
6075 * gdb.cp/typedef-operator.exp: Use standard_testfile.
6076 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
6077 * gdb.cp/virtbase.exp: Use standard_testfile,
6078 prepare_for_testing.
6079 * gdb.cp/virtfunc.exp: Use standard_testfile,
6080 prepare_for_testing.
6081 (do_tests): Update.
6082 * gdb.cp/virtfunc2.exp: Use standard_testfile,
6083 prepare_for_testing.
6084
686f09d0
TT
60852012-07-10 Tom Tromey <tromey@redhat.com>
6086
6087 * lib/gdb.exp (standard_testfile): Unset output variables from
6088 earlier invocations.
6089
9357e021
YQ
60902012-07-10 Yao Qi <yao@codesourcery.com>
6091
6092 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
6093 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
6094 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
6095 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
6096 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
6097 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
6098 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
6099 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
6100 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
6101 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
6102 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
6103 * gdb.mi/mi-var-display.exp: Likewise.
6104 * gdb.mi/mi-var-invalidate.exp: Likewise.
6105 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
6106 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
6107 * gdb.mi/mi2-console.exp: Likewise.
6108 * gdb.mi/mi2-disassemble.exp: Likewise.
6109 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
6110 * gdb.mi/mi2-read-memory.exp: Likewise.
6111 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
6112 * gdb.mi/mi2-simplerun.exp: Likewise.
6113 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
6114 * gdb.mi/mi2-syn-frame.exp: Likewise.
6115 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
6116 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
6117 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
6118
e314d629
TT
61192012-07-09 Tom Tromey <tromey@redhat.com>
6120
6121 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
6122 * gdb.base/callfuncs.exp: Add cast-based test.
6123 * gdb.base/callfuncs.c (voidfunc): New function.
6124
06928b3f
DE
61252012-07-08 Doug Evans <dje@google.com>
6126
6127 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
6128
32f11bad
JK
61292012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 Fix XFAIL compatibility with old i386 systems.
6132 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
6133 Check also 'Cannot insert breakpoint 0'.
6134
76b83c51
JK
61352012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 PR 14321
6138 * gdb.base/find.exp
6139 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
6140
a6fb9c08
TT
61412012-07-06 Tom Tromey <tromey@redhat.com>
6142
6143 * gdb.base/whatis.exp: Add test.
6144
71918a86
TT
61452012-07-06 Tom Tromey <tromey@redhat.com>
6146
6147 * gdb.base/whatis.exp: Add regression test.
6148
fcde5961
TT
61492012-07-06 Tom Tromey <tromey@redhat.com>
6150
6151 * gdb.base/whatis.exp: Add tests.
6152
f9cf0f4a
JK
61532012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6154
6155 PR 12649
6156 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
6157 gdb_test_multiple $gdb_prompt terminator.
6158
979ade8b
PA
61592012-07-04 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.mi/mi-reverse.exp: Use supports_reverse and
6162 supports_process_record.
6163
8a980b44
PA
61642012-07-04 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
6167 endings.
6168 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
6169
855ba978
SS
61702012-07-03 Stan Shebs <stan@codesourcery.com>
6171
6172 * gdb.base/info-os.c (main): Retry resource acquisition until an
6173 available one is found.
6174 * gdb.base/info-os.exp: Collect resource keys from the program
6175 and use them in matching.
6176
fcb44371
JK
61772012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
6180 Wrap the test into loop for corefile and core0file.
6181
08a67be6
JK
61822012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6183
6184 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
6185 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
6186 .note.GNU-stack.
6187
0f3c2347
JK
6188 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
6189
ff4a4500
SDJ
61902012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 * gdb.base/help.exp (help b, help br, help bre, help brea, help
6193 break): Include help message for the new `-probe' and `-probe-stap'
6194 options.
6195
d3ce09f5
SS
61962012-07-02 Stan Shebs <stan@codesourcery.com>
6197
6198 * gdb.base/dprintf.exp: Add agent style tests.
6199
a1624241
JK
62002012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6201
6202 * gdb.base/stale-infcall.c (infcall): New label test-next.
6203 (main): New labels test-pass and test-fail.
6204 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
6205 $test_fail_bpnum to test-fail.
6206 (test system longjmp tracking support): New test.
6207 Delete $test_fail_bpnum.
6208 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
6209 breakpoint.
6210
42e7ad6c
DE
62112012-06-30 Doug Evans <dje@google.com>
6212
6213 * gdb.dwarf2/fission-reread.S: New file.
6214 * gdb.dwarf2/fission-reread.exp: New file.
6215
37ce89eb
SS
62162012-06-28 Stan Shebs <stan@codesourcery.com>
6217
6218 * gdb.mi/mi-logging.exp: New file.
6219
e5ef252a
PA
62202012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6221 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.threads/siginfo-threads.exp: New file.
6224 * gdb.threads/siginfo-threads.c: New file.
6225 * gdb.threads/sigstep-threads.exp: New file.
6226 * gdb.threads/sigstep-threads.c: New file.
6227
22f1fbae
TT
62282012-06-28 Tom Tromey <tromey@redhat.com>
6229
6230 * gdb.go/package.exp: Partially revert earlier patch; use
6231 gdb_compile again. Use standard_output_file.
6232
2e3cf129
DE
62332012-06-27 Doug Evans <dje@google.com>
6234
6235 * gdb.dwarf2/fission-base.c: New file.
6236 * gdb.dwarf2/fission-base.S: New file.
6237 * gdb.dwarf2/fission-base.exp: New file.
6238
785fd303
JK
62392012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6242
1bb9788d
TT
62432012-06-27 Tom Tromey <tromey@redhat.com>
6244
6245 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
6246 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
6247
c83ee902
TT
62482012-06-27 Tom Tromey <tromey@redhat.com>
6249
6250 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
6251 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
6252 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
6253 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
6254 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
6255 prepare_for_testing.
6256 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
6257 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
6258 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
6259 standard_testfile.
6260 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
6261 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
6262 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
6263 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
6264 prepare_for_testing.
6265 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6266 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6267 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6268 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6269 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6270 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6271 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6272 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6273 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6274 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6275 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6276 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6277 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6278 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6279 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6280 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6281 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6282 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6283 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6284 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6285 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6286 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6287 standard_output_file.
6288 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6289 standard_output_file.
6290 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6291 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6292 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6293 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6294 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6295 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6296 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6297 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6298 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6299 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6300 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6301 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6302 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6303 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6304 * gdb.dwarf2/valop.exp: Use standard_testfile,
6305 prepare_for_testing.
6306
5204774b
TT
63072012-06-27 Tom Tromey <tromey@redhat.com>
6308
6309 * gdb.python/python.exp: Fix regexps in pagination tests.
6310
ee0bf529
SCR
63112012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6312
6313 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6314 'last' of gdb.Symtab_and_line.
6315 * gdb.python/py-symbol.c: Move break point comment to enable
6316 testing of gdb.Symtab_and_line.last.
6317
14fcc022
TT
63182012-06-26 Tom Tromey <tromey@redhat.com>
6319
6320 * gdb.threads/step.c: Remove.
6321 * gdb.threads/step.exp: Remove.
6322 * gdb.threads/step2.exp: Remove.
6323
0efbbabc
TT
63242012-06-26 Tom Tromey <tromey@redhat.com>
6325
6326 * gdb.threads/watchpoint-fork.exp (test): Use
6327 standard_output_file. Don't declare objdir.
6328 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6329 standard_output_file.
6330 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6331 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6332 clean_restart. Remove incdir.
6333 * gdb.threads/corethreads.exp: Use standard_testfile.
6334 * gdb.threads/execl.exp: Use standard_testfile,
6335 standard_output_file, clean_restart.
6336 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6337 clean_restart.
6338 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6339 clean_restart.
6340 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6341 incdir.
6342 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6343 clean_restart. Remove incdir.
6344 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6345 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6346 clean_restart. Remove incdir.
6347 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6348 Remove incdir.
6349 * gdb.threads/leader-exit.exp: Use standard_testfile.
6350 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6351 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6352 clean_restart.
6353 * gdb.threads/manythreads.exp: Use standard_testfile,
6354 clean_restart. Remove incdir.
6355 * gdb.threads/multi-create.exp: Use standard_testfile,
6356 clean_restart.
6357 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6358 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6359 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6360 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6361 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6362 * gdb.threads/pending-step.exp: Use standard_testfile,
6363 clean_restart. Remove incdir.
6364 * gdb.threads/print-threads.exp: Use standard_testfile,
6365 clean_restart. Remove incdir.
6366 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6367 clean_restart. Remove incdir.
6368 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6369 Remove incdir.
6370 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6371 incdir.
6372 * gdb.threads/sigthread.exp: Use standard_testfile,
6373 clean_restart.
6374 * gdb.threads/staticthreads.exp: Use standard_testfile,
6375 clean_restart. Remove incdir.
6376 * gdb.threads/switch-threads.exp: Use standard_testfile,
6377 clean_restart. Remove incdir.
6378 * gdb.threads/thread-execl.exp: Use standard_testfile,
6379 clean_restart. Remove incdir.
6380 * gdb.threads/thread-find.exp: Use standard_testfile,
6381 clean_restart.
6382 * gdb.threads/thread-specific.exp: Use standard_testfile,
6383 clean_restart. Remove incdir.
6384 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6385 clean_restart. Remove incdir.
6386 * gdb.threads/thread_check.exp: Use standard_testfile,
6387 clean_restart. Remove incdir.
6388 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6389 incdir.
6390 * gdb.threads/threadapply.exp: Use standard_testfile,
6391 clean_restart. Remove incdir.
6392 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6393 clean_restart. Remove incdir.
6394 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6395 clean_restart.
6396 * gdb.threads/tls-shared.exp: Use standard_testfile,
6397 clean_restart, standard_output_file.
6398 * gdb.threads/tls-var.exp: Use standard_testfile,
6399 standard_output_file.
6400 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6401 Remove incdir.
6402 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6403 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6404 incdir.
6405 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6406 clean_restart. Remove incdir.
6407
497a5eb0
TT
64082012-06-26 Tom Tromey <tromey@redhat.com>
6409
6410 * gdb.trace/actions.exp: Use standard_testfile.
6411 * gdb.trace/ax.exp: Use standard_testfile.
6412 * gdb.trace/backtrace.exp: Use standard_testfile.
6413 * gdb.trace/change-loc.exp: Use standard_testfile.
6414 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6415 * gdb.trace/collection.exp: Use standard_testfile,
6416 prepare_for_testing.
6417 * gdb.trace/deltrace.exp: Use standard_testfile.
6418 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6419 * gdb.trace/ftrace.exp: Use standard_testfile.
6420 * gdb.trace/infotrace.exp: Use standard_testfile.
6421 * gdb.trace/packetlen.exp: Use standard_testfile.
6422 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6423 * gdb.trace/passcount.exp: Use standard_testfile.
6424 * gdb.trace/pending.exp: Use standard_testfile.
6425 * gdb.trace/report.exp: Use standard_testfile.
6426 * gdb.trace/save-trace.exp: Use standard_testfile.
6427 * gdb.trace/stap-trace.exp: Use standard_testfile.
6428 * gdb.trace/status-stop.exp: Use standard_testfile.
6429 * gdb.trace/strace.exp: Use standard_testfile.
6430 * gdb.trace/tfile.exp: Use standard_testfile.
6431 * gdb.trace/tfind.exp: Use standard_testfile.
6432 * gdb.trace/trace-break.exp: Use standard_testfile.
6433 * gdb.trace/trace-mt.exp: Use standard_testfile.
6434 * gdb.trace/tracecmd.exp: Use standard_testfile.
6435 * gdb.trace/tspeed.exp: Use standard_testfile.
6436 * gdb.trace/tstatus.exp: Use standard_testfile.
6437 * gdb.trace/tsv.exp: Use standard_testfile.
6438 * gdb.trace/unavailable.exp: Use standard_testfile,
6439 prepare_for_testing.
6440 * gdb.trace/while-dyn.exp: Use standard_testfile.
6441 * gdb.trace/while-stepping.exp: Use standard_testfile.
6442
7686c074
TT
64432012-06-26 Tom Tromey <tromey@redhat.com>
6444
6445 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6446 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6447 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6448 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6449 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6450 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6451 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6452 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6453 prepare_for_testing.
6454 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6455 prepare_for_testing.
6456 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6457 prepare_for_testing.
6458 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6459 prepare_for_testing.
6460 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6461 prepare_for_testing
6462 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6463 * gdb.reverse/machinestate.exp: Use standard_testfile.
6464 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6465 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6466 build_executable.
6467 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6468 build_executable.
6469 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6470 standard_output_file.
6471 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6472 standard_output_file.
6473 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6474 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6475 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6476 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6477 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6478 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6479
481fc100
TT
64802012-06-26 Tom Tromey <tromey@redhat.com>
6481
6482 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6483 standard_output_file.
6484 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6485 prepare_for_testing. Remove directory-checking code.
6486
7bb18ae2
TT
64872012-06-25 Tom Tromey <tromey@redhat.com>
6488
6489 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6490 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6491 build_executable, not prepare_for_testing.
6492 * gdb.multi/base.exp: Use standard_output_file. Use
6493 build_executable, not prepare_for_testing.
6494
cf09b3e4
TT
64952012-06-25 Tom Tromey <tromey@redhat.com>
6496
6497 * gdb.fortran/subarray.exp: Use standard_testfile,
6498 prepare_for_testing.
6499 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6500 * gdb.fortran/module.exp: Use standard_testfile.
6501 * gdb.fortran/logical.exp: Use standard_testfile.
6502 * gdb.fortran/library-module.exp: Use standard_testfile,
6503 standard_output_file.
6504 * gdb.fortran/derived-type.exp: Use standard_testfile,
6505 prepare_for_testing.
6506 * gdb.fortran/complex.exp: Use standard_testfile,
6507 prepare_for_testing.
6508 * gdb.fortran/charset.exp: Use standard_testfile.
6509 * gdb.fortran/array-element.exp: Use standard_testfile,
6510 prepare_for_testing.
6511
18b5ff1b
KS
65122012-06-25 Keith Seitz <keiths@redhat.com>
6513
6514 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6515 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6516
17b77626
TT
65172012-06-25 Tom Tromey <tromey@redhat.com>
6518
6519 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6520 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6521 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6522 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6523
f91e3dc1
TT
65242012-06-25 Tom Tromey <tromey@redhat.com>
6525
6526 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6527 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6528 * gdb.linespec/linespec.exp: Use standard_testfile.
6529
a884434d
TT
65302012-06-25 Tom Tromey <tromey@redhat.com>
6531
6532 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6533 prepare_for_testing.
6534
efc9d70a
TT
65352012-06-25 Tom Tromey <tromey@redhat.com>
6536
6537 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6538 prepare_for_testing.
6539 * gdb.opt/inline-break.exp: Use standard_testfile,
6540 prepare_for_testing.
6541 * gdb.opt/inline-bt.exp: Use standard_testfile,
6542 prepare_for_testing.
6543 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6544 prepare_for_testing.
6545 * gdb.opt/inline-locals.exp: Use standard_testfile,
6546 prepare_for_testing.
6547
e2fc92c6
TT
65482012-06-25 Tom Tromey <tromey@redhat.com>
6549
6550 * gdb.asm/asm-source.exp: Use standard_output_file,
6551 standard_testfile. Construct .o files in proper subdir.
6552
b0963d73
TT
65532012-06-25 Tom Tromey <tromey@redhat.com>
6554
6555 * gdb.server/ext-attach.exp: Use standard_testfile,
6556 prepare_for_testing.
6557 * gdb.server/ext-run.exp: Use standard_testfile,
6558 build_executable.
6559 * gdb.server/file-transfer.exp: Use standard_testfile,
6560 prepare_for_testing.
6561 * gdb.server/server-exec-info.exp: Use standard_testfile.
6562 * gdb.server/server-mon.exp: Use standard_testfile,
6563 prepare_for_testing.
6564 * gdb.server/server-run.exp: Use standard_testfile,
6565 build_executable.
6566 * gdb.server/solib-list.exp: Use standard_testfile,
6567 standard_output_file.
6568
8a3e1f8d
TT
65692012-06-25 Tom Tromey <tromey@redhat.com>
6570
6571 * lib/gdb.exp (standard_output_file): Use "file join".
6572 * gdb.go/chan.exp: Use standard_testfile.
6573 * gdb.go/handcall.exp: Use standard_testfile.
6574 * gdb.go/hello.exp: Use standard_testfile.
6575 * gdb.integers/chan.exp: Use standard_testfile.
6576 * gdb.go/methods.exp: Use standard_testfile.
6577 * gdb.go/package.exp: Use standard_testfile.
6578 * gdb.go/strings.exp: Use standard_testfile.
6579 * gdb.go/types.exp: Use standard_testfile.
6580 * gdb.go/unsafe.exp: Use standard_testfile.
6581
944a9061
MGD
65822012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6583
6584 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6585
1c06bd58
JK
65862012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 Fix regression by the previous commit.
6589 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6590
b4a58790
TT
65912012-06-22 Tom Tromey <tromey@redhat.com>
6592
6593 * gdb.python/lib-types.exp: Use standard_testfile,
6594 prepare_for_testing.
6595 * gdb.python/py-block.exp: Use standard_testfile.
6596 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6597 * gdb.python/py-events.exp: Use standard_testfile,
6598 standard_output_file.
6599 * gdb.python/py-evsignal.exp: Use standard_testfile.
6600 * gdb.python/py-evethreads.exp: Use standard_testfile.
6601 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6602 * gdb.python/py-explore.exp: Use standard_testfile.
6603 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6604 standard_output_file.
6605 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6606 prepare_for_testing.
6607 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6608 * gdb.python/py-frame.exp: Use standard_testfile.
6609 * gdb.python/py-inferior.exp: Use standard_testfile.
6610 * gdb.python/py-infthread.exp: Use standard_testfile.
6611 * gdb.python/py-mi.exp: Use standard_testfile.
6612 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6613 build_executable.
6614 * gdb.python/py-objfile.exp: Use standard_testfile.
6615 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6616 prepare_for_testing.
6617 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6618 * gdb.python/py-progspace.exp: Use standard_testfile,
6619 build_executable.
6620 * gdb.python/py-prompt.exp: Use standard_testfile,
6621 build_executable.
6622 * gdb.python/py-section-script.exp: Use standard_testfile,
6623 build_executable.
6624 * gdb.python/py-shared.exp: Use standard_testfile,
6625 standard_output_file, clean_restart.
6626 * gdb.python/py-symbol.exp: Use standard_output_file,
6627 prepare_for_testing.
6628 * gdb.python/py-symtab.exp: Use standard_output_file,
6629 prepare_for_testing
6630 * gdb.python/py-template.exp: Use standard_testfile.
6631 * gdb.python/py-type.exp: Use standard_testfile.
6632 * gdb.python/py-value-cc.exp: Use standard_testfile.
6633 * gdb.python/py-value.exp: Use standard_testfile.
6634 * gdb.python/python.exp: Use standard_testfile, build_executable.
6635
2c44deac
TT
66362012-06-22 Tom Tromey <tromey@redhat.com>
6637
6638 * gdb.objc/basicclass.exp: Use standard_testfile.
6639 (do_objc_tests): Don't declare objdir.
6640 * gdb.objc/nondebug.exp: Use standard_testfile.
6641 (do_objc_tests): Don't declare objdir.
6642 * gdb.objc/objcdecode.exp: Use standard_testfile.
6643 (do_objc_tests): Don't declare objdir.
6644
c24ccbce
TT
66452012-06-22 Tom Tromey <tromey@redhat.com>
6646
6647 * gdb.java/jmain.exp: Use standard_testfile.
6648 * gdb.java/jmisc.exp: Use standard_testfile.
6649 * gdb.java/jnpe.exp: Use standard_testfile.
6650 * gdb.java/jprint.exp: Use standard_testfile.
6651
0a6d0306
TT
66522012-06-22 Tom Tromey <tromey@redhat.com>
6653
6654 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6655 (standard_output_file, standard_testfile): New procs.
6656 (build_executable, clean_restart): Use standard_output_file.
6657
6ea815ef
YQ
66582012-06-22 Yao Qi <yao@codesourcery.com>
6659
6660 * boards/native-gdbserver.exp: New proc ${board}_exec.
6661 * boards/native-stdio-gdbserver.exp: Likewise.
6662
4c93b1db
TT
66632012-06-21 Tom Tromey <tromey@redhat.com>
6664
6665 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6666 (build_executable): Update.
6667 (get_compiler_info): Remove 'binfile' argument.
6668 * gdb.ada/arrayidx.exp: Update.
6669 * gdb.ada/null_array.exp: Update.
6670 * gdb.arch/altivec-abi.exp: Update.
6671 * gdb.arch/altivec-regs.exp: Update.
6672 * gdb.arch/amd64-byte.exp: Update.
6673 * gdb.arch/amd64-dword.exp: Update.
6674 * gdb.arch/amd64-word.exp: Update.
6675 * gdb.arch/i386-avx.exp: Update.
6676 * gdb.arch/i386-byte.exp: Update.
6677 * gdb.arch/i386-sse.exp: Update.
6678 * gdb.arch/i386-word.exp: Update.
6679 * gdb.arch/ppc-dfp.exp: Update.
6680 * gdb.arch/ppc-fp.exp: Update.
6681 * gdb.arch/vsx-regs.exp: Update.
6682 * gdb.base/all-bin.exp: Update.
6683 * gdb.base/annota1.exp: Update.
6684 * gdb.base/async.exp: Update.
6685 * gdb.base/attach.exp: Update.
6686 * gdb.base/break-interp.exp: Update.
6687 * gdb.base/call-ar-st.exp: Update.
6688 * gdb.base/call-rt-st.exp: Update.
6689 * gdb.base/call-sc.exp: Update.
6690 * gdb.base/callfuncs.exp: Update.
6691 * gdb.base/catch-load.exp: Update.
6692 * gdb.base/completion.exp: Update.
6693 * gdb.base/complex.exp: Update.
6694 * gdb.base/condbreak.exp: Update.
6695 * gdb.base/consecutive.exp: Update.
6696 * gdb.base/constvars.exp: Update.
6697 * gdb.base/corefile.exp: Update.
6698 * gdb.base/eval-skip.exp: Update.
6699 * gdb.base/expand-psymtabs.exp: Update.
6700 * gdb.base/exprs.exp: Update.
6701 * gdb.base/fileio.exp: Update.
6702 * gdb.base/fixsection.exp: Update.
6703 * gdb.base/funcargs.exp: Update.
6704 * gdb.base/gdb11530.exp: Update.
6705 * gdb.base/gdb1555.exp: Update.
6706 * gdb.base/gnu-ifunc.exp: Update.
6707 * gdb.base/gnu_vector.exp: Update.
6708 * gdb.base/info-macros.exp: Update.
6709 * gdb.base/jit-simple.exp: Update.
6710 * gdb.base/jit-so.exp: Update.
6711 * gdb.base/jit.exp: Update.
6712 * gdb.base/langs.exp: Update.
6713 * gdb.base/list.exp: Update.
6714 * gdb.base/logical.exp: Update.
6715 * gdb.base/long_long.exp: Update.
6716 * gdb.base/longjmp.exp: Update.
6717 * gdb.base/macscp.exp: Update.
6718 * gdb.base/mips_pro.exp: Update.
6719 * gdb.base/miscexprs.exp: Update.
6720 * gdb.base/morestack.exp: Update.
6721 * gdb.base/nodebug.exp: Update.
6722 * gdb.base/opaque.exp: Update.
6723 * gdb.base/pc-fp.exp: Update.
6724 * gdb.base/pending.exp: Update.
6725 * gdb.base/permissions.exp: Update.
6726 * gdb.base/pointers.exp: Update.
6727 * gdb.base/prelink.exp: Update.
6728 * gdb.base/printcmds.exp: Update.
6729 * gdb.base/psymtab.exp: Update.
6730 * gdb.base/ptype.exp: Update.
6731 * gdb.base/relational.exp: Update.
6732 * gdb.base/scope.exp: Update.
6733 * gdb.base/setvar.exp: Update.
6734 * gdb.base/shlib-call.exp: Update.
6735 * gdb.base/shreloc.exp: Update.
6736 * gdb.base/signals.exp: Update.
6737 * gdb.base/sizeof.exp: Update.
6738 * gdb.base/so-impl-ld.exp: Update.
6739 * gdb.base/so-indr-cl.exp: Update.
6740 * gdb.base/solib-disc.exp: Update.
6741 * gdb.base/solib-display.exp: Update.
6742 * gdb.base/solib-nodir.exp: Update.
6743 * gdb.base/solib-overlap.exp: Update.
6744 * gdb.base/solib-symbol.exp: Update.
6745 * gdb.base/solib-weak.exp: Update.
6746 * gdb.base/solib.exp: Update.
6747 * gdb.base/store.exp: Update.
6748 * gdb.base/structs.exp: Update.
6749 * gdb.base/structs2.exp: Update.
6750 * gdb.base/type-opaque.exp: Update.
6751 * gdb.base/unload.exp: Update.
6752 * gdb.base/varargs.exp: Update.
6753 * gdb.base/volatile.exp: Update.
6754 * gdb.base/watch_thread_num.exp: Update.
6755 * gdb.base/watchpoint-solib.exp: Update.
6756 * gdb.base/watchpoint.exp: Update.
6757 * gdb.base/watchpoints.exp: Update.
6758 * gdb.base/whatis.exp: Update.
6759 * gdb.cell/arch.exp: Update.
6760 * gdb.cell/break.exp: Update.
6761 * gdb.cell/bt.exp: Update.
6762 * gdb.cell/core.exp: Update.
6763 * gdb.cell/data.exp: Update.
6764 * gdb.cell/ea-cache.exp: Update.
6765 * gdb.cell/f-regs.exp: Update.
6766 * gdb.cell/fork.exp: Update.
6767 * gdb.cell/gcore.exp: Update.
6768 * gdb.cell/mem-access.exp: Update.
6769 * gdb.cell/ptype.exp: Update.
6770 * gdb.cell/registers.exp: Update.
6771 * gdb.cell/sizeof.exp: Update.
6772 * gdb.cell/solib-symbol.exp: Update.
6773 * gdb.cell/solib.exp: Update.
6774 * gdb.cp/ambiguous.exp: Update.
6775 * gdb.cp/breakpoint.exp: Update.
6776 * gdb.cp/bs15503.exp: Update.
6777 * gdb.cp/casts.exp: Update.
6778 * gdb.cp/class2.exp: Update.
6779 * gdb.cp/cpexprs.exp: Update.
6780 * gdb.cp/cplusfuncs.exp: Update.
6781 * gdb.cp/ctti.exp: Update.
6782 * gdb.cp/dispcxx.exp: Update.
6783 * gdb.cp/gdb1355.exp: Update.
6784 * gdb.cp/gdb2384.exp: Update.
6785 * gdb.cp/gdb2495.exp: Update.
6786 * gdb.cp/infcall-dlopen.exp: Update.
6787 * gdb.cp/local.exp: Update.
6788 * gdb.cp/m-data.exp: Update.
6789 * gdb.cp/m-static.exp: Update.
6790 * gdb.cp/mb-ctor.exp: Update.
6791 * gdb.cp/mb-inline.exp: Update.
6792 * gdb.cp/mb-templates.exp: Update.
6793 * gdb.cp/member-ptr.exp: Update.
6794 * gdb.cp/method.exp: Update.
6795 * gdb.cp/namespace.exp: Update.
6796 * gdb.cp/nextoverthrow.exp: Update.
6797 * gdb.cp/nsdecl.exp: Update.
6798 * gdb.cp/nsrecurs.exp: Update.
6799 * gdb.cp/nsstress.exp: Update.
6800 * gdb.cp/nsusing.exp: Update.
6801 * gdb.cp/pr-1023.exp: Update.
6802 * gdb.cp/pr-1210.exp: Update.
6803 * gdb.cp/pr-574.exp: Update.
6804 * gdb.cp/pr9631.exp: Update.
6805 * gdb.cp/printmethod.exp: Update.
6806 * gdb.cp/psmang.exp: Update.
6807 * gdb.cp/re-set-overloaded.exp: Update.
6808 * gdb.cp/rtti.exp: Update.
6809 * gdb.cp/shadow.exp: Update.
6810 * gdb.cp/templates.exp: Update.
6811 * gdb.cp/try_catch.exp: Update.
6812 * gdb.dwarf2/dw2-ranges.exp: Update.
6813 * gdb.dwarf2/pr10770.exp: Update.
6814 * gdb.fortran/library-module.exp: Update.
6815 * gdb.hp/gdb.aCC/optimize.exp: Update.
6816 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6817 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6818 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6819 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6820 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6821 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6822 * gdb.hp/gdb.compat/xdb1.exp: Update.
6823 * gdb.hp/gdb.compat/xdb2.exp: Update.
6824 * gdb.hp/gdb.compat/xdb3.exp: Update.
6825 * gdb.hp/gdb.defects/bs14602.exp: Update.
6826 * gdb.hp/gdb.defects/solib-d.exp: Update.
6827 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6828 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6829 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6830 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6831 * gdb.mi/gdb792.exp: Update.
6832 * gdb.mi/mi-pending.exp: Update.
6833 * gdb.mi/mi-solib.exp: Update.
6834 * gdb.mi/mi-var-cp.exp: Update.
6835 * gdb.opt/clobbered-registers-O2.exp: Update.
6836 * gdb.opt/inline-bt.exp: Update.
6837 * gdb.opt/inline-cmds.exp: Update.
6838 * gdb.opt/inline-locals.exp: Update.
6839 * gdb.python/py-events.exp: Update.
6840 * gdb.python/py-finish-breakpoint.exp: Update.
6841 * gdb.python/py-type.exp: Update.
6842 * gdb.reverse/solib-precsave.exp: Update.
6843 * gdb.reverse/solib-reverse.exp: Update.
6844 * gdb.server/solib-list.exp: Update.
6845 * gdb.stabs/weird.exp: Update.
6846 * gdb.threads/attach-into-signal.exp: Update.
6847 * gdb.threads/attach-stopped.exp: Update.
6848 * gdb.threads/tls-shared.exp: Update.
6849 * gdb.trace/change-loc.exp: Update.
6850 * gdb.trace/strace.exp: Update.
6851
95c391b6
TT
68522012-06-19 Tom Tromey <tromey@redhat.com>
6853
6854 * gdb.base/whatis.exp: Add tests.
6855
e910f0b6
TT
68562012-06-19 Tom Tromey <tromey@redhat.com>
6857
6858 * gdb.cp/m-static.cc (keepalive): New function.
6859 (gnu_obj_1::method): Use it.
6860
422d65e7
DE
68612012-06-18 Doug Evans <dje@google.com>
6862
6863 * gdb.base/info-fun.exp: New file.
6864 * gdb.base/info-fun.c: New file.
6865 * gdb.base/info-fun-solib.c: New file.
6866
e2e4d78b
JK
68672012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6868
6869 Remove stale dummy frames.
6870 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6871 (maintenance info breakpoints): New tests.
6872 * gdb.base/stale-infcall.c: New file.
6873 * gdb.base/stale-infcall.exp: New file.
6874
1788b2d3
JK
68752012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 * gdb.arch/amd64-entry-value-param.S: New file.
6878 * gdb.arch/amd64-entry-value-param.c: New file.
6879 * gdb.arch/amd64-entry-value-param.exp: New file.
6880
663b969e
TT
68812012-06-15 Tom Tromey <tromey@redhat.com>
6882
6883 * gdb.cp/namespace.exp: Add "show lang" test.
6884
8e09ad05
IS
68852012-06-15 Iain Sandoe <iain@codesourcery.com>
6886
6887 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6888 case. (top level): Use gdb_file_cmd instead of gdb_load.
6889
f85e18ee
JK
68902012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6891
6892 PR tdep/14222
6893 * gdb.arch/i386-sse-stack-align.S: New file.
6894 * gdb.arch/i386-sse-stack-align.c: New file.
6895 * gdb.arch/i386-sse-stack-align.exp: New file.
6896
f3b5e280
KS
68972012-06-13 Keith Seitz <keiths@redhat.com>
6898
6899 PR breakpoints/13798 and mi/11541
6900 * gdb.linespec/ls-errs.exp: Add a few more tests for
6901 filenames with spaces and colons.
6902
50af5481
JK
69032012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6906 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6907 (test_function): Call CV_f.
6908 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6909 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6910 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6911 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6912 (p CV_f(CV::i)): New tests.
6913
d55637df
TT
69142012-06-13 Tom Tromey <tromey@redhat.com>
6915
6916 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6917
cc80f267
JK
69182012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6919
6920 Fix regression by the "ambiguous linespec" series.
6921 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6922 tests.
6923
bb2af9cc
JK
69242012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6925
6926 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6927 missing.
6928
e81a37f7
TT
69292012-06-11 Tom Tromey <tromey@redhat.com>
6930
6931 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6932 location...
6933 (main): ...here.
6934
8efd7788
YQ
69352012-06-07 Yao Qi <yao@codesourcery.com>
6936
6937 * gdb.trace/strace.exp: Shorten some too-long lines.
6938
359f5fe6
PA
69392012-06-06 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.threads/clone-new-thread-event.c: New file.
6942 * gdb.threads/clone-new-thread-event.exp: New file.
6943
7b2fe205
YQ
69442012-06-06 Yao Qi <yao@codesourcery.com>
6945
6946 * gdb.base/dprintf.c (main): Add extra parameter when calling
6947 printf and fprintf.
6948 (bar): New function. It is a dead function, but to ensure
6949 'malloc' is linked explicitly.
6950
3eca55e8
YQ
69512012-06-06 Yao Qi <yao@codesourcery.com>
6952
6953 * gdb.base/info-proc.exp: Return if target doesn't support
6954 'info proc'.
6955
91cc9324
JK
69562012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6957
6958 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6959 (run program with breakpoint commands): XFAIl if it is not.
6960
c56e7c43
JB
69612012-06-05 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6964 and add comment.
6965 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6966 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6967 "STOP" marker. Adjust testing strategy to make it work on
6968 all targets.
6969
6970 * gdb.base/print-file-var-main.c (main): Rewrite using local
6971 variables and adjust get_version_2's return value check.
6972 Add small comment.
6973 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6974 marker. Adjust testing strategy to make it work on all targets.
6975
ccab2054
JB
69762012-06-05 Joel Brobecker <brobecker@adacore.com>
6977
6978 * gdb.ada/bad-task-bp-keyword: New testcase.
6979
d0d86158
JK
69802012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6983 Simplify it to ...
6984 (symbol-file ${testfile1}): ... here.
6985 (test eliminated var my_global_symbol)
6986 (test eliminated var my_static_symbol)
6987 (test eliminated var my_global_func, get address of main): Wrap them to
6988 'single psymtabs' and 'single symtabs'
6989 (get address of my_global_symbol, get address of my_static_symbol)
6990 (get address of my_global_func, get address of main): Wrap them to
6991 'order1' and 'order2'.
6992
952cf74c
JK
6993 * gdb.base/code_elim.exp
6994 (add-symbol-file ${testfile1} 0x100000)
6995 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6996 'order2'.
6997 (order1: add-symbol-file ${testfile1} 0x100000)
6998 (order1: add-symbol-file ${testfile2} 0x200000)
6999 (order2: add-symbol-file ${testfile2} 0x200000)
7000 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
7001 .bss as appropriate.
7002
0c5bf5a9
JK
70032012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 * gdb.server/solib-list-lib.c: New file.
7006 * gdb.server/solib-list-main.c: New file.
7007 * gdb.server/solib-list.exp: New file.
7008
4196f325
MR
70092012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
7010
7011 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
7012 for 'set print symbol' change.
7013
bfb05775
JK
70142012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7015
7016 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
7017 .debug_abbrev_seg3.
7018
685b1105
JK
70192012-05-24 John Steele Scott <toojays@toojays.net>
7020
7021 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
7022 * gdb.dwarf2/dw2-icc-opaque.S: New file.
7023 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
7024
f3e0e960
SS
70252012-05-23 Stan Shebs <stan@codesourcery.com>
7026
7027 * gdb.mi/mi-info-os.exp: New file.
7028
11eb1b4d
KS
70292012-05-23 Keith Seitz <keiths@redhat.com>
7030
7031 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
7032 return -1 to suppress the rest of the tests.
7033 (compile_stap_bin): Return boolean success value.
7034
b1af9e97
TT
70352012-05-21 Tom Tromey <tromey@redhat.com>
7036
7037 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
7038 Remove kfails.
7039 (test_print_mi_member_types): Likewise.
7040
248537e3
TT
70412012-05-21 Tom Tromey <tromey@redhat.com>
7042
7043 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
7044 print symbol' change.
7045
d791e155
TJB
70462012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
7047
7048 * gdb.python/py-prompt.exp: Quit if the target is remote.
7049
e77afa2e
JK
70502012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7051
7052 Fix ERROR: internal buffer is full.
7053 * gdb.base/info-os.exp (expect_multiline): New function.
7054 (get process list, get process groups, get threads)
7055 (get file descriptors, get internet-domain sockets)
7056 (get shared-memory regions, get semaphores, get message queues): Use
7057 it for these tests.
7058
9cb709b6
TT
70592012-05-18 Tom Tromey <tromey@redhat.com>
7060
7061 * gdb.mi/mi-var-cmd.exp: Update.
7062 * gdb.objc/basicclass.exp (do_objc_tests): Update.
7063 * gdb.cp/virtbase.exp: Update.
7064 * gdb.cp/classes.exp (test_static_members): Update.
7065 * gdb.cp/casts.exp: Update.
7066 * gdb.base/pointers.exp: Update.
7067 * gdb.base/funcargs.exp (pointer_args): Update.
7068 (structs_by_reference): Update.
7069 * gdb.base/find.exp: Update.
7070 * gdb.base/call-strs.exp: Send "set print symbol off".
7071 * gdb.base/call-ar-st.exp: Update.
7072 * gdb.ada/fun_addr.exp: Update.
7073 * gdb.base/printcmds.exp (test_print_symbol): New proc.
7074 Call it.
7075 (test_print_repeats_10, test_print_strings)
7076 (test_print_char_arrays): Update.
7077
b012acdd
TT
70782012-05-18 Tom Tromey <tromey@redhat.com>
7079
7080 * gdb.base/charset.exp (string_display): Update.
7081
1d51a733
TT
70822012-05-18 Tom Tromey <tromey@redhat.com>
7083
7084 * gdb.mi/mi2-var-display.exp: Update.
7085 * gdb.mi/mi-var-display.exp: Update.
7086 * gdb.mi/mi-var-child.exp: Update.
7087 * gdb.cp/expand-psymtabs-cxx.exp: Update.
7088 * gdb.cp/cp-relocate.exp (get_func_address): Update.
7089
957df313
DE
70902012-05-17 Doug Evans <dje@google.com>
7091
682c7f7b
DE
7092 * info-macros.exp: Pass "debug" to prepare_for_testing.
7093
957df313
DE
7094 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
7095 * gdb.ada/Makefile.in (clean): Ditto.
7096 * gdb.arch/Makefile.in (clean): Ditto.
7097 * gdb.asm/Makefile.in (clean): Ditto.
7098 * gdb.base/Makefile.in (clean): Ditto.
7099 * gdb.cell/Makefile.in (clean): Ditto.
7100 * gdb.cp/Makefile.in (clean): Ditto.
7101 * gdb.disasm/Makefile.in (clean): Ditto.
7102 * gdb.dwarf2/Makefile.in (clean): Ditto.
7103 * gdb.fortran/Makefile.in (clean): Ditto.
7104 * gdb.go/Makefile.in (clean): Ditto.
7105 * gdb.hp/Makefile.in (clean): Ditto.
7106 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
7107 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
7108 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
7109 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
7110 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
7111 * gdb.java/Makefile.in (clean): Ditto.
7112 * gdb.linespec/Makefile.in (clean): Ditto.
7113 * gdb.mi/Makefile.in (clean): Ditto.
7114 * gdb.modula2/Makefile.in (clean): Ditto.
7115 * gdb.multi/Makefile.in (clean): Ditto.
7116 * gdb.objc/Makefile.in (clean): Ditto.
7117 * gdb.opencl/Makefile.in (clean): Ditto.
7118 * gdb.opt/Makefile.in (clean): Ditto.
7119 * gdb.pascal/Makefile.in (clean): Ditto.
7120 * gdb.python/Makefile.in (clean): Ditto.
7121 * gdb.reverse/Makefile.in (clean): Ditto.
7122 * gdb.server/Makefile.in (clean): Ditto.
7123 * gdb.stabs/Makefile.in (clean): Ditto.
7124 * gdb.threads/Makefile.in (clean): Ditto.
7125 * gdb.trace/Makefile.in (clean): Ditto.
7126 * gdb.xml/Makefile.in (clean): Ditto.
7127
abc9d0dc
TT
71282012-05-16 Tom Tromey <tromey@redhat.com>
7129
7130 * gdb.base/macscp1.c (macscp_expr): Add comment.
7131 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
7132
6a3a010b
MR
71332012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7134
7135 * gdb.base/return-nodebug.exp: Also test float and double types.
7136
01429c8e
JK
71372012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 PR testsuite/12649
7140 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
7141
54115cd4
JK
7142 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
7143
0c5f383f
SDJ
71442012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
7145
7146 * gdb.base/stap-probe.exp (stap_test): Remove calls to
7147 `rerun_to_main'.
7148 (stap_test_no_debuginfo): Likewise.
7149
e7e0cddf
SS
71502012-05-14 Stan Shebs <stan@codesourcery.com>
7151
7152 * gdb.base/dprintf.c: New file.
7153 * gdb.base/dprintf.exp: New file.
7154
c772f8e7
HZ
71552012-05-14 Hui Zhu <hui_zhu@mentor.com>
7156
7157 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
7158 * gdb.trace/disconnected-tracing.c: New file.
7159 * gdb.trace/disconnected-tracing.exp: New file.
7160
7efc75aa
SCR
71612012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7162
7163 * gdb.python/python.c: Add a new breakpoint comment.
7164 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
7165
85d4a676
SS
71662011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
7167
7168 * gdb.base/info-os.exp: New file.
7169 * gdb.base/info-os.c: New file.
7170
64ea88dc
JB
71712012-05-10 Joel Brobecker <brobecker@adacore.com>
7172
4647ab1b
JB
7173 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
7174 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
7175 New files.
64ea88dc 7176
afba63f1
JB
71772012-05-10 Joel Brobecker <brobecker@adacore.com>
7178
7179 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
7180 gdb.base/ctxobj.exp: New files.
7181
9d198b1e
TT
71822012-05-09 Tom Tromey <tromey@redhat.com>
7183
7184 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
7185
9bfee719
MR
71862012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
7187
7188 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
7189
3a7341d8
MR
71902012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
7191
7192 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
7193 before using it.
7194
52b3699b
TG
71952012-05-04 Tristan Gingold <gingold@adacore.com>
7196
7197 * gdb.base/set-noassign.exp: New test.
7198
a20ee7a4
SCR
71992012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7200
7201 * gdb.python/py-symbol.exp: Add tests to test the new methods
7202 gdb.Symtab.global_block() and gdb.Symtab.static_block().
7203 * gdb.python/py-symbol.c: Add new struct to help test
7204 gdb.Symtab.static_block().
7205
bf2f0858
DE
72062012-05-03 Doug Evans <dje@google.com>
7207
7208 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
7209 commented out.
7210
2d4e0376
YQ
72112012-05-03 Yao Qi <yao@codesourcery.com>
7212
7213 * gdb.base/catch-syscall.exp: Skip it before compilation if target
7214 doesn't support.
7215 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
7216 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
7217
6d0bb9f3
YQ
72182012-05-03 Yao Qi <yao@codesourcery.com>
7219
7220 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
7221
fd820528
DE
72222012-04-30 Doug Evans <dje@google.com>
7223
7224 PR testsuite/13961
7225 * gdb.dwarf2/pr13961.S: New file.
7226 * gdb.dwarf2/pr13961.exp: New file.
7227
b9e219b9
YQ
72282012-04-29 Yao Qi <yao@codesourcery.com>
7229
7230 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
7231
3019eac3
DE
72322012-04-28 Doug Evans <dje@google.com>
7233
7234 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
7235 .Ltype_int_in_cu2. Use name "int2" instead of "int".
7236 All uses updated.
7237 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
7238 "ptype func_cu1" to expand cu2 before cu1.
7239
62e5f89c
SDJ
72402012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7241 Tom Tromey <tromey@redhat.com>
7242
7243 * gdb.base/default.exp: Add `$_probe_arg*' convenience
7244 variables.
7245 * gdb.base/stap-probe.c: New file.
7246 * gdb.base/stap-probe.exp: New file.
7247 * gdb.trace/stap-trace.c: New file.
7248 * gdb.trace/stap-trace.exp: New file.
7249 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
7250 libgcc's unwinder.
7251
14132e89
MR
72522012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7253
7254 * gdb.arch/mips16-thunks-inmain.c: New file.
7255 * gdb.arch/mips16-thunks-main.c: New file.
7256 * gdb.arch/mips16-thunks-sin.c: New file.
7257 * gdb.arch/mips16-thunks-sinfrob.c: New file.
7258 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
7259 * gdb.arch/mips16-thunks-sinmain.c: New file.
7260 * gdb.arch/mips16-thunks-sinmips16.c: New file.
7261 * gdb.arch/mips16-thunks.exp: New file.
7262
a766d390
DE
72632012-04-25 Doug Evans <dje@google.com>
7264
7265 * configure.ac: Create gdb.go/Makefile.
7266 * configure: Regenerate.
7267 * gdb.base/default.exp: Add "go" to "set language" testing.
7268 * gdb.go/Makefile.in: New file.
7269 * gdb.go/basic-types.exp: New file.
7270 * gdb.go/chan.exp: New file.
7271 * gdb.go/chan.go: New file.
7272 * gdb.go/handcall.exp: New file.
7273 * gdb.go/handcall.go: New file.
7274 * gdb.go/hello.exp: New file.
7275 * gdb.go/hello.go: New file.
7276 * gdb.go/integers.exp: New file.
7277 * gdb.go/integers.go: New file.
7278 * gdb.go/methods.exp: New file.
7279 * gdb.go/methods.go: New file.
7280 * gdb.go/package.exp: New file.
7281 * gdb.go/package1.go: New file.
7282 * gdb.go/package2.go: New file.
7283 * gdb.go/print.exp: New file.
7284 * gdb.go/strings.exp: New file.
7285 * gdb.go/strings.go: New file.
7286 * gdb.go/types.exp: New file.
7287 * gdb.go/types.go: New file.
7288 * gdb.go/unsafe.exp: New file.
7289 * gdb.go/unsafe.go: New file.
7290 * lib/future.exp: Add Go support.
7291 (gdb_find_go, gdb_find_go_linker): New procs.
7292 (gdb_default_target_compile): Add Go support.
7293 * lib/gdb.exp (skip_go_tests): New proc.
7294 * lib/go.exp: New file.
7295
e65f9ffb
TT
72962012-04-25 Tom Tromey <tromey@redhat.com>
7297
7298 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7299
14e75d8e
JK
73002012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7301 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 PR symtab/7259:
7304 * gdb.base/enumval.c: New test case.
7305 * gdb.base/enumval.exp: New test case.
7306 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7307 field.bitpos.
7308
f3525b70
PA
73092012-04-17 Pedro Alves <palves@redhat.com>
7310
7311 * Makefile.in (site.exp): Make site.exp source
7312 $srcdir/lib/append_gdb_boards_dir.exp.
7313 * lib/append_gdb_boards_dir.exp: New file.
7314
bccbefd2
JK
73152012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7316
7317 New option "set auto-load safe-path".
7318 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7319 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7320
bf88dd68
JK
73212012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 auto-load: Implementation.
7324 * gdb.base/help.exp (test set height): Increase the height.
7325 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7326 to ...
7327 (info auto-load python-scripts): ... here.
7328 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7329 to ...
7330 (info auto-load python-scripts *): ... here.
7331
c0d4d1c0
YQ
73322012-04-16 Yao Qi <yao@codesourcery.com>
7333
7334 * lib/trace-support.exp (get_in_proc_agent): New.
7335 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7336 of in process trace agent.
7337 * gdb.trace/ftrace.exp: Likewise.
7338 * gdb.trace/pending.exp: Likewise.
7339 * gdb.trace/trace-break.exp: Likewise.
7340 * gdb.trace/trace-mt.exp
7341 * gdb.trace/tspeed.exp: Likewise.
7342 * gdb.trace/tstatus.exp
7343 * gdb.trace/strace.exp: Likewise.
7344
cbf68a60
TS
73452012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7346
dd6d3b70
TS
7347 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7348 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7349
cbf68a60
TS
7350 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7351
8264ba82
AG
73522012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7353
7354 PR mi/13393
7355 * gdb.mi/mi-var-rtti.cc: New file.
7356 * gdb.mi/mi-var-rtti.exp: New file.
7357 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7358 function.
7359 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7360
de0919f8 73612012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
7362
7363 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7364 EXECUTABLES.
7365 * gdb.python/py-explore.c: C program used for testing the new
7366 'explore' command on C constructs.
7367 * gdb.python/py-explore.cc: C++ program used for testing the new
7368 'explore' command on C++ constructs.
7369 * gdb-python/py-explore.exp: Tests for the new 'explore'
7370 command on C constructs.
7371 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7372 command on C++ constructs.
7373
a82da7dd
MK
73742012-04-07 Mark Kettenis <kettenis@gnu.org>
7375
7376 * gdb.base/funcargs.exp (complex_args): Fix typo.
7377
e127cba8
JK
73782012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7379
7380 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7381 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7382
40e084e1
KS
73832012-04-05 Keith Seitz <keiths@redhat.com>
7384
7385 * gdb.base/advance.exp: Update error message for
7386 "advance malformed" test.
7387 * gdb.base/break.exp: Likewise for "breakpoint with
7388 trailing garbage" test.
7389 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7390 with trailing garbage" test.
7391 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7392 trailng garbage" test.
7393 * gdb.base/until.exp: Likewise for "malformed until" test.
7394 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7395 for "breakpoint info (after setting on all)".
7396 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7397 tests.
7398 * gdb.cp/cplabel.cc: New file.
7399 * gdb.cp/cplabel.exp: New test.
7400 * gdb.linespec/ls-errs.c: New file.
7401 * gdb.linespec/ls-errs.exp: New test.
7402
a72c8f6a
JK
74032012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 * gdb.trace/unavailable.exp
7406 (collect globals: print object on: print derived_partial)
7407 (collect globals: print object on: print derived_whole)
7408 (collect globals: print object off: print derived_partial)
7409 (collect globals: print object off: print derived_whole): Update
7410 expected output.
7411
f87a3023
KS
74122012-03-30 Keith Seitz <keiths@redhat.com>
7413
7414 * gdb.python: Add test for linespecs with commas.
7415
e2171b3c
KS
74162012-03-28 Keith Seitz <keiths@redhat.com>
7417
7418 * gdb.linespec/ls-dollar.cc: New file.
7419 * gdb.linespec/ls-dollar.exp: New test.
7420
74212012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
7422
7423 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7424 starting with the global namespace.
7425
2f4e0a80
DE
74262012-03-23 Doug Evans <dje@google.com>
7427
7428 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7429
7b282c5a
SCR
74302012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7431
7432 * gdb.python/py-value.cc: Add test case for testing the
7433 methodology exposing C++ values to Python.
7434 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7435 exposing C++ values to Python.
7436 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7437
2e98ca53
JK
74382012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7439 Siddhesh Poyarekar <siddhesh@redhat.com>
7440
7441 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7442 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7443 (generate native core dump): Make the test unsupported if core cannot
7444 be generated.
7445
8320cc4f
JK
74462012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7447
7448 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7449 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7450 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7451
3a69ffb2
JK
74522012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7453
7454 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7455
8fabffee
DE
74562012-03-17 Doug Evans <dje@google.com>
7457
7458 * dg-extract-results.sh: Handle KFAILs.
7459
ab260dad
JK
74602012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7461
7462 PR symtab/13777
7463 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7464
53ba8333
JB
74652012-03-16 Joel Brobecker <brobecker@adacore.com>
7466
7467 * gdb.ada/set_pckd_arr_elt: New testcase.
7468
481860b3
GB
74692012-03-16 Gary Benson <gbenson@redhat.com>
7470
7471 PR breakpoints/10738
7472 * gdb.opt/inline-break.exp: New file.
7473 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
7474 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7475 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
7476 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7477 * gdb.base/async-shell.exp: Likewise.
7478 * lib/mi-support.exp (library_loaded_re): Likewise.
7479
410528f0
TT
74802012-03-15 Tom Tromey <tromey@redhat.com>
7481
7482 * gdb.cp/virtfunc2.exp: Update expected output.
7483 * gdb.cp/pr9631.exp: Update expected output.
7484 * gdb.cp/member-ptr.exp: Update expected output.
7485 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7486 output.
7487 * gdb.cp/casts.exp: Update expected output.
7488
c4aeac85
TT
74892012-03-15 Tom Tromey <tromey@redhat.com>
7490
7491 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7492 (test_info_vtbl): Likewise.
7493 (do_tests): Call test_info_vtbl.
7494 * gdb.cp/virtfunc.cc (va): New global.
7495
856d06f9
TS
74962012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7497
7498 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7499 describing DWARF data structures.
7500 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7501 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7502 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7503 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7504 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7505 * gdb.dwarf2/dw2-param-error.S: Likewise.
7506 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7507 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7508 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7509 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7510 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7511 * gdb.dwarf2/pr11465.S: Likewise.
7512
e837f12a
JK
75132012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7514
7515 * gdb.mi/mi2-prompt.exp: New file.
7516
ccbb4f28
JB
75172012-03-13 Joel Brobecker <brobecker@adacore.com>
7518
7519 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7520
32039130
JB
75212012-03-13 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.ada/bp_range_type: New testcase.
7524
16899756
DE
75252012-03-13 Doug Evans <dje@google.com>
7526
7527 * gdb.base/default.exp: Delete tests for symbol-reloading.
7528 * gdb.base/help.exp: Ditto.
7529 * gdb.base/setshow.exp: Ditto.
7530 * gdb.base/gdb_history: Delete references to symbol-reloading.
7531
87b0bb13
JK
75322012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 * gdb.base/attach-twice.c: New files.
7535 * gdb.base/attach-twice.exp: New files.
7536
0d7941a9
KS
75372012-03-08 Keith Seitz <keiths@redhat.com>
7538
7539 * lib/gdb.exp (gdb_get_line_number): Throw an
7540 error instead of returning -1.
7541 * gdb.base/break.exp: Remove unused variable
7542 bp_location5.
7543 * gdb.base/hbreak2.exp: Likewise.
7544 * gdb.base/sepdebug.exp: Likewise.
7545
f4647387
YQ
75462012-03-08 Yao Qi <yao@codesourcery.com>
7547 Pedro Alves <palves@redhat.com>
7548
7549 Fix PR server/13392.
7550 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7551 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7552 download tracepoints.
7553 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7554 (pending_tracepoint_resolved_during_trace): Likewise.
7555 (pending_tracepoint_installed_during_trace): Likewise.
7556 (pending_tracepoint_with_action_resolved): Likewise.
7557
83c532cb
KS
75582012-03-08 Keith Seitz <keiths@redhat.com>
7559
7560 * gdb.ada/array_bounds.exp: Get breakpoint for line
7561 with "START", not "STOP".
7562 * gdb.python/py-infthread.exp: Do not continue to
7563 line marked "Break here.", which is undefined.
7564
d6b6bbb7
LM
75652012-03-08 Luis Machado <lgustavo@codesourcery.com>
7566
7567 Revert:
7568
7569 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7570
7571 Implement testsuite workaround for PR breakpoints/13781.
7572 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7573 (set breakpoint condition-evaluation host): New conditional command.
7574
7fe25d9b
JK
75752012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7576
7577 Fix CU relative vs. absolute DIE offsets.
7578 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7579 one.
7580
51898c15
JK
75812012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 Fix false FAIL on distros with relro linkage as default.
7584 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7585 -Wl,-z,norelro first.
7586
8131799e
JB
75872012-03-06 Joel Brobecker <brobecker@adacore.com>
7588
7589 * gdb.ada/bp_on_var: New testcase.
7590
ba241969
JB
75912012-03-06 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.ada/bp_enum_homonym: New testcase.
7594
abe49676
YQ
75952012-03-06 Yao Qi <yao@codesourcery.com>
7596
7597 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7598 x86_64-*-* and i?86-*-*.
7599 Set up KFAIL for gdb/13808.
7600
d8df103b
TT
76012012-03-05 Tom Tromey <tromey@redhat.com>
7602
7603 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7604 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7605
b7b189f3
TT
76062012-03-05 Tom Tromey <tromey@redhat.com>
7607
7608 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7609
69dc1c4d
YQ
76102012-03-04 Yao Qi <yao@codesourcery.com>
7611
7612 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7613 messages for KFAIL.
7614
3f20c47f
JK
76152012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7616
7617 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7618 (print one_two_three, indexes off, print few_reps, indexes off)
7619 (print many_reps, indexes off, print empty, indexes off)
7620 (print one_two_three, print few_reps, print many_reps, print empty):
7621 Call setup_xfail if $gcc_old.
7622
abf1152a
JK
76232012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7624
7625 Implement testsuite workaround for PR breakpoints/13781.
7626 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7627 (set breakpoint condition-evaluation host): New conditional command.
7628
a06715f8
JK
76292012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 Code cleanup.
7632 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7633 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7634 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7635 number 1 by $bpnum. Four times.
7636
5808517f
YQ
76372012-03-03 Yao Qi <yao@codesourcery.com>
7638
7639 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7640
dfe2ac14
JK
76412012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 Setup KFAIL for PR server/13796.
7644 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7645
8bbc467a
JB
76462012-03-02 Joel Brobecker <brobecker@adacore.com>
7647
7648 * gdb.ada/operator_bp: New testcase.
7649
c0eac87f
JB
76502012-03-02 Joel Brobecker <brobecker@adacore.com>
7651
7652 * gdb.ada/info_locals_renaming: New testcase.
7653
4f42c881
TT
76542012-03-02 Tom Tromey <tromey@redhat.com>
7655
7656 * gdb.base/nextoverexit.c: New file.
7657 * gdb.base/nextoverexit.exp: New file.
7658
7380c0c9
EBM
76592012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7660
7661 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7662 parameter.
7663
1faeff08
MR
76642012-03-01 Maciej W. Rozycki <macro@mips.com>
7665
7666 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7667 core registers.
7668
320b6f49 76692012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
7670 Maciej W. Rozycki <macro@codesourcery.com>
7671 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
7672
7673 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7674
ad5f7d6e
PA
76752012-03-01 Pedro Alves <palves@redhat.com>
7676
7677 PR gdb/13767
7678
7679 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7680 (gdb_collect_globals_test): Call it.
7681
d3dc44a6
KS
76822012-03-01 Keith Seitz <keiths@redhat.com>
7683
7684 * gdb.cp/method2.exp: Output of overload menu is now
7685 alphabetized. Update tests for "break A::method".
7686 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7687 of hard-coding them.
7688 Overload menu is alphabetized: rewrite to accommodate.
7689 Unset variables LINE and TYPES which are used in other tests.
7690 Compute the output of "info break".
7691 Update the breakpoint table after all breakpoints are deleted.
7692 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7693 compute ACTUALS and the method body based on parameters.
7694 Update expected output accordingly.
7695 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7696 unique comments to allow the use of gdb_get_line_number.
7697
76982012-03-01 Keith Seitz <keiths@redhat.com>
7699
7700 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7701 some Tcl syntax.
7702 * gdb.cp/ovldbreak.exp: Likewise.
7703
7949c2a0
KS
77042012-03-01 Keith Seitz <keiths@redhat.com>
7705
7706 * gdb.base/help.exp (help show user): Update expected result
7707 for new doc string changes (add "non-python").
7708
7d74f244
DE
77092012-03-01 Scott J. Goldman <scottjg@vmware.com>
7710
7711 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7712 be put in the user-defined category and that the commands appear in
7713 "help user-defined".
7714
1b611343
JB
77152012-02-29 Joel Brobecker <brobecker@adacore.com>
7716
7717 * gdb.ada/tagged_not_init: New testcase.
7718
99b1c762
JB
77192012-02-29 Joel Brobecker <brobecker@adacore.com>
7720
7721 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7722 * gdb.ada/enum_idx_packed: New testcase.
7723
2d4a02ee
JB
77242012-02-29 Joel Brobecker <brobecker@adacore.com>
7725
7726 * gdb.ada/aliased_array: New testcase.
7727
2e6fda7d
JB
77282012-02-29 Joel Brobecker <brobecker@adacore.com>
7729
7730 * gdb.ada/whatis_array_val: New testcase.
7731
9a7f938f
JK
77322012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7733
7734 Fix disp-step-syscall.exp: fork: single step over fork.
7735 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7736 whitespaces.
7737 (single step over $syscall): Remove its check.
7738 (single step over $syscall final pc): New check.
7739
8703a944
JK
77402012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7741
7742 Support processors without SSSE3.
7743 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7744 pabsd into ...
7745 (ssse3_test): ... a new function.
7746 (main): Call ssse3_test.
7747 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7748 Update expected values everywhere.
7749 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7750 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7751 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7752 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7753 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7754 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7755 Move these tests lower.
7756 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7757 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7758 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7759 New tests.
7760
c03e6ccc
YQ
77612012-02-29 Yao Qi <yao@codesourcery.com>
7762 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.trace/trace-mt.c: New.
7765 * gdb.trace/trace-mt.exp: New.
7766
7964b62a
TS
77672012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7768
2c8910ba
TS
7769 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7770 numbers instead of hardcoding them.
7771 * gdb.base/annota1.c: Provide suitable markers.
7772 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7773 numbers instead of hardcoding them.
7774 * gdb.base/annota3.c: Provide suitable markers.
7775
7776 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7777 * gdb.base/annota3.c: Likewise.
7778 * gdb.base/sigall.c: Likewise.
7779 * gdb.base/signals.c: Likewise.
7780 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 7781
5a41c0b7
MR
77822012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7783
7784 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7785 failure return path.
7786
ebbbe5c5
LM
77872012-02-27 Luis Machado <lgustavo@codesourcery.com>
7788
7789 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7790
8d126d8a
LM
77912012-02-24 Luis Machado <lgustavo@codesourcery.com>
7792
7793 * gdb.base/cond-eval-mode.exp: New file.
7794
11337c2f
PA
77952012-02-24 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7798 (top level): Use with_test_prefix.
7799
13fc3e3c
PA
78002012-02-24 Pedro Alves <palves@redhat.com>
7801
7802 * gdb.threads/attach-into-signal.exp (corefunc): Use
7803 with_test_prefix.
7804
07c1b626
JK
78052012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7806
7807 Fix false FAILs on old CPUs without SSE.
7808 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7809 Return untested for Illegal instruction.
7810
596ba138
JK
78112012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7812
7813 Fix false FAILs with glibc debug infos installed.
7814 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7815 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7816
aeaa2474
SA
78172012-02-22 Sterling Augustine <saugustine@google.com>
7818
7819 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7820 constant with cast.
7821
aed555c9
PA
78222012-02-21 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7825
78afebb4
PA
78262012-02-21 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7829
fdcfef12
PA
78302012-02-21 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7833 with_test_prefix.
7834
0f4d39d5
PA
78352012-02-21 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7838 with_test_prefix here.
7839 (top level): Do it here instead. Remove `:' from the
7840 with_test_prefix string.
7841 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7842 the suffix `:' from the with_test_prefix prefix string.
7843 * gdb.base/break-interp.exp: Ditto.
7844 * gdb.base/catch-load.exp: Ditto.
7845 * gdb.base/disp-step-syscall.exp: Ditto.
7846 * gdb.base/jit-so.exp: Ditto.
7847 * gdb.base/jit.exp: Ditto.
7848 * gdb.base/sepdebug.exp: Ditto.
7849 * gdb.base/solib-display.exp: Ditto.
7850 * gdb.base/solib-overlap.exp: Ditto.
7851 * gdb.base/watch-cond-infcall.exp: Ditto.
7852 * gdb.base/watchpoint.exp: Ditto.
7853 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7854 * gdb.mi/mi-watch.exp: Ditto.
7855 * gdb.mi/mi2-watch.exp: Ditto.
7856 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7857 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7858 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7859 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7860 * gdb.threads/watchpoint-fork.exp: Ditto.
7861 * gdb.threads/watchthreads-reorder.exp: Ditto.
7862 * gdb.trace/change-loc.exp: Ditto.
7863 * gdb.trace/pending.exp: Ditto.
7864 * gdb.trace/status-stop.exp: Ditto.
7865 * gdb.trace/strace.exp: Ditto.
7866 * gdb.trace/trace-break.exp: Ditto.
7867 * gdb.trace/unavailable.exp: Ditto.
7868 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7869 suffix with colon. Adjust leading comments.
7870
6a5870ce
PA
78712012-02-21 Pedro Alves <palves@redhat.com>
7872 Tom Tromey <tromey@redhat.com>
7873
7874 * lib/gdb.exp: Add description of test prefixes.
7875 (with_test_prefix): New procedure.
7876 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7877 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7878 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7879 instead of lappend to append to pf_prefix.
7880 * gdb.base/catch-load.exp: Use with_test_prefix.
7881 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7882 * gdb.base/jit-so.exp: Use with_test_prefix.
7883 * gdb.base/jit.exp: Use with_test_prefix.
7884 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7885 lappend to append to pf_prefix.
7886 * gdb.base/sepdebug.exp: Use with_test_prefix.
7887 * gdb.base/solib-display.exp: Use with_test_prefix.
7888 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7889 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7890 * gdb.base/watchpoint.exp: Use with_test_prefix.
7891 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7892 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7893 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7894 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7895 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7896 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7897 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7898 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7899 append instead of lappend to append to pf_prefix.
7900 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7901 * gdb.trace/change-loc.exp: Use with_test_prefix.
7902 * gdb.trace/pending.exp: Use with_test_prefix.
7903 * gdb.trace/status-stop.exp: Use with_test_prefix.
7904 * gdb.trace/strace.exp: Use with_test_prefix.
7905 * gdb.trace/trace-break.exp: Use with_test_prefix.
7906 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7907 instead of lappend to append to pf_prefix.
7908
35dc4a6b
JK
79092012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7910
7911 Fix racy FAILs.
7912 * gdb.base/inferior-died.c (main): Add return of 0.
7913 * gdb.base/inferior-died.exp (continue): Fix expectation of
7914 asynchronous events.
7915 (p 1): New test.
7916
c5a006e6
PA
79172012-02-20 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7920 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7921 gdb's internal debug output. For the non-threaded case, look for
7922 "Program received signal SIGLARM", for the threaded case, peek at
7923 the thread's siginfo.
7924
cc51a170
PA
79252012-02-20 Pedro Alves <palves@redhat.com>
7926
7927 General cleanup, make output test messages unique, and build
7928 different executable files for the non-threaded and threaded
7929 cases.
7930
7931 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7932 Delete.
7933 (executable_nothr, executable_thr): New globals.
7934 (top level): Adjust to delete both executables.
7935 (corefunc): New parameter $executable. Set $pf_prefix instead of
7936 hand writing a prefix in tests. Issue a clean_restart and enable
7937 lin-lwp debug output here.
7938 (top level): Adjust. Use build_executable. Don't start gdb here,
7939 and don't enable lin-lwp debug output here.
7940 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7941
c755f03d
JK
79422012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7943
7944 Fix racy FAILs.
7945 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7946 "continue" command.
7947
6bec5e0a
JK
79482012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7949
7950 Fix for gdbserver non-extended mode.
7951 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7952 and gdb_run_cmd.
7953
2e8265fd
TT
79542012-02-17 Tom Tromey <tromey@redhat.com>
7955
7956 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7957 * gdb.python/py-events.exp: Check 'dir' output.
7958 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7959
9e507076
YQ
79602012-02-17 Yao Qi <yao@codesourcery.com>
7961
7962 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7963
32d22ab1
TT
79642012-02-16 Tom Tromey <tromey@redhat.com>
7965
7966 * gdb.base/inferior-died.c: Don't include stdio.h.
7967
9addecb9
TT
79682012-02-16 Tom Tromey <tromey@redhat.com>
7969
7970 * gdb.base/inferior-died.c: New file.
7971 * gdb.base/inferior-died.exp: New file.
7972
4cb6da1c
AR
79732012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7974
7975 * gdb.base/break-inline.exp: New file.
7976 * gdb.base/break-inline.c: New file.
7977
3af2590d
TT
79782012-02-15 Tom Tromey <tromey@redhat.com>
7979
7980 * gdb.base/pc-fp.exp: Add "info register" tests.
7981
29988831
TT
79822012-02-15 Tom Tromey <tromey@redhat.com>
7983
7984 * gdb.base/regs.exp: Remove.
7985
10010058
PA
79862012-02-15 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7989 the target doesn't support tracepoints.
7990 * gdb.trace/circ.exp: Ditto.
7991 * gdb.trace/collection.exp: Ditto.
7992 * gdb.trace/packetlen.exp: Ditto.
7993 * gdb.trace/passc-dyn.exp: Ditto.
7994 * gdb.trace/report.exp: Ditto.
7995 * gdb.trace/tfind.exp: Ditto.
7996 * gdb.trace/tspeed.exp: Ditto.
7997 * gdb.trace/tsv.exp: Ditto.
7998 * gdb.trace/unavailable.exp: Ditto.
7999 * gdb.trace/while-dyn.exp: Ditto.
8000
a2e0062d
PA
80012012-02-15 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
8004 gdb_test_multiple, and call unsupported instead of fail, if the
8005 remote side does not support the request.
8006
a1999d40
PA
80072012-02-15 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
8010 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
8011 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
8012 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
8013 * gdb.server/server-run.exp: Make sure gdb is disconnected.
8014 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
8015 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
8016 doesn't start with "extended-" already.
8017
7cee1e54
PA
80182012-02-15 Pedro Alves <palves@redhat.com>
8019
8020 Support extended-remote. Avoid cascading timeouts.
8021
8022 * gdb.base/attach.exp (do_attach_tests): Add expected output for
8023 the extended-remote target. If attaching with no file fails, load
8024 the file manually.
8025 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
8026
816338b5
SS
80272012-02-14 Stan Shebs <stan@codesourcery.com>
8028
8029 * gdb.base/ena-dis-br.exp: Add enable count test.
8030
cc30c4bd
PA
80312012-02-13 Pedro Alves <palves@redhat.com>
8032
8033 * config/mips-idt.exp: Delete.
8034 * gdb.base/a2-run.exp: Remove mips-idt xfails.
8035 * gdb.base/bitfields.exp: Remove mips-idt restarts.
8036 * gdb.base/break.exp: Remove mips-idt references.
8037 * gdb.base/chng-syms.exp: Ditto.
8038 * gdb.base/default.exp: Ditto.
8039 * gdb.base/funcargs.exp (funcargs_reload): Delete.
8040 (top level): Don't call it.
8041 * gdb.base/opaque.exp: Remove mips-idt restarts.
8042 * gdb.base/ptype.exp: Remove mips-idt xfails.
8043 * gdb.base/scope.exp: Remove mips-idt restarts.
8044 * gdb.base/sepdebug.exp: Remove mips-idt references.
8045 * gdb.base/watchpoint.exp (maybe_clean_restart)
8046 (maybe_reinitialize): Delete.
8047 (test_disabling_watchpoints, test_disabling_watchpoints)
8048 (test_watchpoint_triggered_in_syscall)
8049 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8050 Don't call them.
8051
57008375
JK
80522012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 * gdb.server/server-exec-info.exp: New file.
8055
4a2d9c08
PA
80562012-02-10 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
8059 always non-empty.
8060 (test_attach): Always pass $exec to test_attach_gdb.
8061
09fa21bd
TT
80622012-02-08 Tom Tromey <tromey@redhat.com>
8063
8064 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
8065 before inferior is started.
8066
f0823d2c
TT
80672012-02-07 Tom Tromey <tromey@redhat.com>
8068
8069 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
8070 Symbol.value.
8071 * gdb.python/py-symbol.c (qq): Set default value.
8072
80732012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
8074
8075 * gdb.python/py-symbol.c (qq): New global.
8076 * gdb.python/py-symbol.exp: Add test for frame-less
8077 lookup_symbol.
8078 * gdb.python/py-symtab.exp: Fix line number.
8079
f7e44f65
JB
80802012-02-03 Joel Brobecker <brobecker@adacore.com>
8081
8082 * gdb.ada/mi_task_arg: New testcase.
8083
4c9ed63c
PA
80842012-02-02 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.reverse/until-precsave.exp: Also put "record save" under the
8087 extended timeout.
8088
c0b9f2c6
PA
80892012-02-02 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
8092 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
8093
5f8cefd7
PA
80942012-02-02 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/term.exp: Rewrite.
8097 * gdb.base/term.c: New.
8098
2f3a2569
PA
80992012-02-02 Pedro Alves <palves@redhat.com>
8100
8101 * gdb.base/default.exp (run "r" abbreviation, run): Add
8102 extended-remote expected output.
8103
f149aabd
TT
81042012-02-02 Tom Tromey <tromey@redhat.com>
8105
8106 * gdb.cp/dispcxx.exp: New file.
8107 * gdb.cp/dispcxx.cc: New file.
8108
03bef283
TT
81092012-02-01 Tom Tromey <tromey@redhat.com>
8110
8111 * gdb.base/jit-simple.exp: New file.
8112 * gdb.base/jit-simple.c: New file.
8113
a79b18b5
YQ
81142012-01-30 Yao Qi <yao@codesourcery.com>
8115
8116 * gdb.base/skip.exp: Make test result unique.
8117
f0d1a53e
JK
81182012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8119
8120 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
8121 compatibility with valgrind-3.7.0.
8122
4b3c9f41
PA
81232012-01-27 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.base/watchpoint.exp (no_hw): New global.
8126 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
8127 disable hw watchpoints.
8128 (test_wide_location_1, test_wide_location_2): If no_hw is set,
8129 don't expect hw watchpoints.
8130 (no_hw_watchpoints): Always clean restart.
8131 (do_tests): New procedure, factored out from the top level.
8132 (top level): Run tests twice. Once with hw watchpoints enabled,
8133 another time with hw watchpoints disabled.
8134
a13491c8
PA
81352012-01-27 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
8138 out from the top level.
8139 (top level): Call it instead.
8140
f2c8a051
PA
81412012-01-27 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/watchpoint.exp (top level): Re-enable hardware
8144 watchpoints sooner.
8145
654d7a9e
PA
81462012-01-27 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
8149
274f47f3
PA
81502012-01-27 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
8153 "You may have requested too many hardware
8154 breakpoints/watchpoints".
8155
e4d63ba2
PA
81562012-01-27 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/watchpoint.exp (maybe_clean_restart)
8159 (maybe_reinitialize): New.
8160 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
8161 expect "hit N times".
8162 (test_disabling_watchpoints, test_complex_watchpoint)
8163 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8164 Call maybe_clean_restart.
8165 (top level): Use clean_restart. Remove "mips-idt-*"
8166 reinitialization.
8167
dbd95daf
PA
81682012-01-27 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
8171
f3ad2025
PA
81722012-01-27 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/watchpoint.exp: Clean restart after tests that don't
8175 require `initialize' anymore. Remove unnecessary `initialize'
8176 calls.
8177
100aa3ae
PA
81782012-01-27 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/watchpoint.exp (wp_set): Delete.
8181 (initialize, test_simple_watchpoint, top level): Remove dead code.
8182
c79a8e11
PA
81832012-01-27 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
8186 typo.
8187
048fe15a
PA
81882012-01-27 Pedro Alves <palves@redhat.com>
8189
8190 * config/extended-gdbserver.exp: New file.
8191 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
8192 comment.
8193 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
8194 * boards/native-extended-gdbserver.exp: New file.
8195
4033a6bf
PA
81962012-01-26 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
8199 and gdb_test_multiple.
8200
3d7f4b81
PA
82012012-01-26 Pedro Alves <palves@redhat.com>
8202
8203 Make test messages unique, and more identifiable.
8204 * gdb.multi/watchpoint-multi.exp: Change test messages.
8205
484abf42
TT
82062012-01-25 Tom Tromey <tromey@redhat.com>
8207
8208 * gdb.base/solib-disc.exp: Fix regexps.
8209
edcc5120
TT
82102012-01-24 Tom Tromey <tromey@redhat.com>
8211
8212 * lib/mi-support.exp (mi_expect_stop): Add special case for
8213 solib-event.
8214 * gdb.base/catch-load-so.c: New file.
8215 * gdb.base/catch-load.exp: New file.
8216 * gdb.base/catch-load.c: New file.
8217 * gdb.base/break-interp.exp (reach_1): Update regexp.
8218
30b91c90
JK
82192012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 Fix fuzzy results.
8222 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
8223 lpsimple and func.
8224
53fe1783
GB
82252012-01-24 Gary Benson <gbenson@redhat.com>
8226
8227 Delete #if 0'd out code.
8228 * gdb.base/default.exp (info catch): Remove.
8229 * gdb.base/gdb_history (info catch): Likewise.
8230 * gdb.base/help.exp (info catch): Likewise.
8231
d0d8b0c6
JK
82322012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8233
8234 Fix watchpoints to be specific for each inferior.
8235 * gdb.multi/watchpoint-multi.c: New file.
8236 * gdb.multi/watchpoint-multi.exp: New file.
8237
4403d8e9
JK
82382012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8239
8240 Fix watchpoints across inferior fork.
8241 * gdb.threads/watchpoint-fork-child.c: New file.
8242 * gdb.threads/watchpoint-fork-mt.c: New file.
8243 * gdb.threads/watchpoint-fork-parent.c: New file.
8244 * gdb.threads/watchpoint-fork-st.c: New file.
8245 * gdb.threads/watchpoint-fork.exp: New file.
8246 * gdb.threads/watchpoint-fork.h: New file.
8247
050a2e1d
PA
82482012-01-23 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.base/call-signal-resume.exp: Allow output after "return".
8251
6a52fb62
PA
82522012-01-20 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.python/py-finish-breakpoint.py: Fix typo.
8255
145b16a9
UW
82562012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8257
8258 * gdb.base/info-proc.exp: Also run on remote targets. Main
8259 "info proc" command is now always present; whether target supports
8260 actual info proc operation is detected when attempting to issue
8261 the command.
8262
26f6125e
JK
82632012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8264
8265 * .gdbinit: Remove.
8266
eb5227ce
PA
82672012-01-19 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8270 look at the funtions' returns.
8271 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8272 (jprint.print(int, int)): Change return type to int. Adjust.
8273
1db33378
PP
82742012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8275
8276 PR gdb/9538
8277 * gdb.base/sepdebug.exp: New test.
8278
b9736cf8
PA
82792012-01-18 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8282 Allow output before ^done.
8283
4aac40c8
TT
82842012-01-16 Tom Tromey <tromey@redhat.com>
8285
8286 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8287 Add tests for relative directory.
8288
cafec441
TT
82892012-01-16 Tom Tromey <tromey@redhat.com>
8290
8291 * gdb.base/printcmds.c (enum flag_enum): New.
8292 (three): New global.
8293 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8294 enum printing.
8295 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8296 FlagEnumerationPrinter.
8297 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8298 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8299 (fval): New global.
8300
abcc4978
PA
83012012-01-16 Pedro Alves <palves@redhat.com>
8302
8303 * lib/gdb.exp (banned_procedures): New variable.
8304 (banned_variables_traced): Rename to ...
8305 (banned_traced): ... this.
8306 (gdb_init): Also trace banned procedures.
8307 (gdb_finish): Also untrace banned procedures.
8308
97ccebe8
PA
83092012-01-16 Pedro Alves <palves@redhat.com>
8310
8311 Remove all calls to strace.
8312
2af7517b
JK
83132012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8314
8315 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8316 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8317
9241a8bc
PP
83182012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8319
8320 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8321 * gdb.base/pie-execl.exp: Likewise.
8322
3848a17f
KS
83232012-01-12 Keith Seitz <keiths@redhat.com>
8324
8325 PR mi/10586
8326 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8327 (do_anonymous_type_tests): New function.
8328 (main): Call do_anonymous_type_tests.
8329 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8330 (verify_everything): New procedure.
8331 * gdb.mi/mi-var-cp.cc (class A): New class.
8332 (anonymous_structs_and_unions): New function.
8333 (main): Call anonymous_structs_and_unions.
8334 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8335 (verify_everything): New procedure.
8336
440e2fca
KS
83372012-01-12 Keith Seitz <keiths@redhat.com>
8338
8339 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8340 (varobj_tree::get_path_expr): Assume that all varobjs are
8341 compound unless they are known simple types.
8342 Adjust path expressions based on parent type, path parent type,
8343 and tree language.
8344 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8345 the root varobj.
8346 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8347
675399c9
PA
83482012-01-11 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8351 core files on this machine" anymore.
8352
97ddaa9b
PH
83532012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8354
8355 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8356 (main): Repeat recurser call.
8357 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8358 equivalent to 'local_x'.
8359
ea733575 83602012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 8361 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
8362
8363 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8364
2ca0b532
PA
83652012-01-05 Pedro Alves <alves.ped@gmail.com>
8366
8367 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8368 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8369 * gdb.python/py-events.exp: Test that "step N" tripping on a
8370 breakpoint emits a breakpoint event.
8371
6e681866
JB
83722012-01-03 Joel Brobecker <brobecker@adacore.com>
8373
8374 * gdb.base/auxv.exp: Reformat the copyright notice.
8375
3c2d6aff
YQ
83762012-01-03 Yao Qi <yao@codesourcery.com>
8377
8378 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8379 (strace_trace_on_diff_addr): New.
8380 * gdb.trace/strace.c: (main): Add two local variables.
8381
0852fee3
UW
83822011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8383
8384 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8385 * gdb.cell/gcore.exp: Likewise.
8386 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8387 to verify the correct instance of main is selected.
8388
12c3e59c
JB
83892012-01-02 Joel Brobecker <brobecker@adacore.com>
8390
8391 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8392 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8393 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8394 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8395 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8396 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8397 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8398 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8399 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8400 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8401 gdb.threads/thread_check.c: Reformat copyright header.
8402
c0f378ec
EBM
84032011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8404
e4a7ca93 8405 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
8406 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8407 is not enabled.
8408
3bc96cfb
JK
84092011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8410
8411 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8412 parameter to self_exec, adjust the function.
8413 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8414 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8415 (set var do_exit = 0): Remove test.
8416 (newline at end of file): Add one.
8417
095bcf5e
JB
84182011-12-27 Joel Brobecker <brobecker@adacore.com>
8419
8420 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8421 New files.
8422
18d19bd1
JK
84232011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 Fix racy FAILs.
8426 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8427 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8428 (main): Call pthread_barrier_init for it.
8429
e809353a
JK
84302011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8431
8432 Fix double send_gdb leading to racy FAILs.
8433 * gdb.base/break.exp (set silent break bp_location1): Replace
8434 3x send_gdb and gdb_expect by gdb_test.
8435 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8436 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8437 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8438 instead of send_gdb. Twice.
8439 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8440 3x send_gdb and gdb_expect by gdb_test.
8441 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8442
da8cb7ec
JK
84432011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 * gdb.linespec/linespec.exp: Compile using {c++}.
8446
ae1a303e
JK
84472011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8448
8449 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8450 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8451 (verify GCC PR debug/51668): New test.
8452
cc72b2a2
KP
84532011-12-23 Kevin Pouget <kevin.pouget@st.com>
8454
8455 Introduce gdb.FinishBreakpoint in Python.
8456 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8457 py-finish-breakpoint2
8458 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8459 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8460 instead of line number.
8461 * gdb.python/py-finish-breakpoint.c: New file.
8462 * gdb.python/py-finish-breakpoint.exp: New file.
8463 * gdb.python/py-finish-breakpoint.py: New file.
8464 * gdb.python/py-finish-breakpoint2.cc: New file.
8465 * gdb.python/py-finish-breakpoint2.exp: New file.
8466 * gdb.python/py-finish-breakpoint2.py: New file.
8467
3b7962f9
JK
84682011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8469
8470 Partial fix of compatibility with gcc-4.7.
8471 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8472 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8473 Add comment to add a PASS case in the future.
8474
6538471c
JK
8475 Fix compatibility with gcc-4.7.
8476 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8477
7052e42c
UW
84782011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8479
8480 PR tdep/12797
8481 * gdb.base/callfuncs.exp: Remove KFAIL.
8482
9ac7f98e
JB
84832011-12-21 Joel Brobecker <brobecker@adacore.com>
8484
8485 * gdb.ada/task_bp: New testcase.
8486
f6eeced0
JK
84872011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8488
8489 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8490 -DNO_SECTIONS.
8491 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8492
72225e17
JK
84932011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8496 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8497 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8498 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8499 conditional for gcc <= 4.5.
8500
13ac8d2c
JK
85012011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8502
8503 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8504 by XFAIL.
8505 * gdb.cp/static-method.exp (info addr A::func())
8506 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8507 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8508 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8509 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8510 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8511 (test value of F in k3_m): Likewise.
8512 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8513 Likewise.
8514
049682ba
JK
85152011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8516
8517 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8518 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8519 Remove.
8520 * gdb.threads/attachstop-mt.c: Remove.
8521 * gdb.threads/attachstop-mt.exp: Remove.
8522
2c9d8796
MK
85232011-12-17 Mark Kettenis <kettenis@gnu.org>
8524
8525 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8526
e0f9f062
DE
85272011-12-16 Doug Evans <dje@google.com>
8528
f4aa2101 8529 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
8530 * boards/native-gdbserver.exp: New file.
8531
e0f9f062
DE
8532 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8533 gdbserver output.
8534 (gdbserver_default_get_remote_address): New function.
8535 (gdbserver_start): Call gdb,get_remote_address to compute argument
8536 to "target remote" command.
8537
80b6e756
PM
85382011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8539
1c3ad6ab 8540 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
8541 python print-stack. Add set/show python print-stack
8542 off|full|message tests.
8543
1576bd00
YQ
85442011-12-15 Yao Qi <yao@codesourcery.com>
8545
8546 * gdb.trace/strace.c: New
8547 * gdb.trace/strace.exp: New.
8548
d6a0f6e0
TT
85492011-12-14 Tom Tromey <tromey@redhat.com>
8550
8551 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8552
31015e1d
DE
85532011-12-14 Doug Evans <dje@google.com>
8554
8555 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8556
7b50312a
PA
85572011-12-14 Pedro Alves <pedro@codesourcery.com>
8558
8559 PR threads/10729
8560
8561 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 8562 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 8563
924437bc
PA
85642011-12-13 Pedro Alves <pedro@codesourcery.com>
8565 Doug Evans <dje@google.com>
8566
8567 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8568 (clean_restart): Remove references to the gdb_stub target board
8569 variable.
8570 (gdb_step_for_stub): Delete.
8571
8572 * gdb.base/annota1.exp: Remove all references to [target_info
8573 exists gdb_stub], gdb_step_for_stub and usestubs.
8574 * gdb.base/annota3.exp: Ditto.
8575 * gdb.base/async.exp: Ditto.
8576 * gdb.base/break.exp: Ditto.
8577 * gdb.base/code-expr.exp: Ditto.
8578 * gdb.base/commands.exp: Ditto.
8579 * gdb.base/completion.exp: Ditto.
8580 * gdb.base/condbreak.exp: Ditto.
8581 * gdb.base/consecutive.exp: Ditto.
8582 * gdb.base/cvexpr.exp: Ditto.
8583 * gdb.base/define.exp: Ditto.
8584 * gdb.base/display.exp: Ditto.
8585 * gdb.base/ena-dis-br.exp: Ditto.
8586 * gdb.base/environ.exp: Ditto.
8587 * gdb.base/gnu-ifunc.exp: Ditto.
8588 * gdb.base/maint.exp: Ditto.
8589 * gdb.base/pending.exp: Ditto.
8590 * gdb.base/sect-cmd.exp: Ditto.
8591 * gdb.base/sepdebug.exp: Ditto.
8592 * gdb.base/unload.exp: Ditto.
8593 * gdb.base/watchpoint-solib.exp: Ditto.
8594 * gdb.cp/annota2.exp: Ditto.
8595 * gdb.cp/annota3.exp: Ditto.
8596 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8597 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8598 * gdb.mi/mi-pending.exp: Ditto.
8599 * gdb.trace/circ.exp: Ditto.
8600 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8601 * gdb.base/list.exp: Ditto.
8602
8603 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8604 breakpoint function and all references to the usestubs macro.
8605 * gdb.base/exprs.c: Ditto.
8606 * gdb.base/freebpcmd.c: Ditto.
8607 * gdb.base/bitfields.c: Ditto.
8608 * gdb.base/bitfields2.c: Ditto.
8609 * gdb.base/break.c: Ditto.
8610 * gdb.base/call-sc.c: Ditto.
8611 * gdb.base/call-signals.c: Ditto.
8612 * gdb.base/callfuncs.c: Ditto.
8613 * gdb.base/charset.c: Ditto.
8614 * gdb.base/consecutive.c: Ditto.
8615 * gdb.base/constvars.c: Ditto.
8616 * gdb.base/funcargs.c: Ditto.
8617 * gdb.base/int-type.c: Ditto.
8618 * gdb.base/interrupt.c: Ditto.
8619 * gdb.base/langs0.c: Ditto.
8620 * gdb.base/list0.c: Ditto.
8621 * gdb.base/mips_pro.c: Ditto.
8622 * gdb.base/miscexprs.c: Ditto.
8623 * gdb.base/nodebug.c: Ditto.
8624 * gdb.base/opaque0.c: Ditto.
8625 * gdb.base/pointers.c: Ditto.
8626 * gdb.base/printcmds.c: Ditto.
8627 * gdb.base/ptype.c: Ditto.
8628 * gdb.base/recurse.c: Ditto.
8629 * gdb.base/reread1.c: Ditto.
8630 * gdb.base/reread2.c: Ditto.
8631 * gdb.base/restore.c: Ditto.
8632 * gdb.base/return.c: Ditto.
8633 * gdb.base/run.c: Ditto.
8634 * gdb.base/scope0.c: Ditto.
8635 * gdb.base/sepdebug.c: Ditto.
8636 * gdb.base/setshow.c: Ditto.
8637 * gdb.base/setvar.c: Ditto.
8638 * gdb.base/sigall.c: Ditto.
8639 * gdb.base/signals.c: Ditto.
8640 * gdb.base/structs.c: Ditto.
8641 * gdb.base/structs2.c: Ditto.
8642 * gdb.base/testenv.c: Ditto.
8643 * gdb.base/twice.c: Ditto.
8644 * gdb.base/unwindonsignal.c: Ditto.
8645 * gdb.base/watchpoint.c: Ditto.
8646 * gdb.base/watchpoints.c: Ditto.
8647 * gdb.base/whatis.c: Ditto.
8648 * gdb.cp/classes.cc: Ditto.
8649 * gdb.cp/cplusfuncs.cc: Ditto.
8650 * gdb.cp/derivation.cc: Ditto.
8651 * gdb.cp/formatted-ref.cc: Ditto.
8652 * gdb.cp/misc.cc: Ditto.
8653 * gdb.cp/overload.cc: Ditto.
8654 * gdb.cp/ovldbreak.cc: Ditto.
8655 * gdb.cp/ref-params.cc: Ditto.
8656 * gdb.cp/ref-types.cc: Ditto.
8657 * gdb.cp/templates.cc: Ditto.
8658 * gdb.cp/virtfunc.cc: Ditto.
8659 * gdb.hp/gdb.aCC/run.c: Ditto.
8660 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8661 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8662 * gdb.reverse/consecutive-reverse.c: Ditto.
8663 * gdb.reverse/sigall-reverse.c: Ditto.
8664 * gdb.reverse/until-reverse.c: Ditto.
8665 * gdb.reverse/watch-reverse.c: Ditto.
8666 * gdb.trace/actions.c: Ditto.
8667 * gdb.trace/circ.c: Ditto.
8668 * gdb.trace/collection.c: Ditto.
8669
fabde485
PA
86702011-12-13 Pedro Alves <pedro@codesourcery.com>
8671
8672 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8673 (func6, func7): New.
8674 (main): Call func6 and func7.
8675 * gdb.base/watchpoint.exp (test_wide_location_1)
8676 (test_wide_location_2): New.
8677 (top level): Re-enable hardware watchpoints if necessary. Call
8678 test_wide_location_1 and test_wide_location_2.
8679
ff7d1690
YQ
86802011-12-11 Yao Qi <yao@codesourcery.com>
8681
8682 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8683
a6af7abe
JB
86842011-12-11 Joel Brobecker <brobecker@adacore.com>
8685
8686 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8687 expected output for unsupported case.
8688
61638e15
JK
86892011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 PR testsuite/12649
8692 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8693 Protect gdb_test_multiple by final $gdb_prompt match.
8694
0a00efc3
JK
86952011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8698 New variable, new test.
8699 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8700 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8701 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8702 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8703 them if HAVE_GCC_45682_FIXED is not set.
8704
4511b1ba
YQ
87052011-12-10 Yao Qi <yao@codesourcery.com>
8706
8707 * gdb.trace/status-stop.exp: New.
8708 * gdb.trace/status-stop.c: New.
8709
27949e73
JK
87102011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8713 timeout.
8714
d8ea7931
TT
87152011-12-08 Tom Tromey <tromey@redhat.com>
8716
8717 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8718 condition.
8719
1cc310d2
SS
87202011-12-07 Stan Shebs <stan@codesourcery.com>
8721
8722 * gdb.trace/tfind.exp: Update for output changes.
8723
d482a875
PA
87242011-12-07 Pedro Alves <pedro@codesourcery.com>
8725
8726 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8727 throws "Cannot insert catchpoints in this configuration".
8728 * gdb.ada/mi_catch_ex.exp: Likewise.
8729
f0ba3972
PA
87302011-12-06 Pedro Alves <pedro@codesourcery.com>
8731
8732 * gdb.base/break-always.exp: Test changing memory at addresses
8733 with breakpoints inserted.
8734
f8eba3c6
TT
87352011-12-06 Joel Brobecker <brobecker@acacore.com>
8736
6fdff2c5
PA
8737 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8738 involving a fully qualified function name.
f8eba3c6
TT
8739
87402011-12-06 Tom Tromey <tromey@redhat.com>
8741
8742 * gdb.ada/homonym.exp: Add three breakpoint tests.
8743
87442011-12-06 Tom Tromey <tromey@redhat.com>
8745
8746 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8747 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8748 * gdb.objc/objcdecode.exp: Update for output changes.
8749 * gdb.linespec/linespec.exp: New file.
8750 * gdb.linespec/lspec.cc: New file.
8751 * gdb.linespec/lspec.h: New file.
8752 * gdb.linespec/body.h: New file.
8753 * gdb.linespec/base/two/thefile.cc: New file.
8754 * gdb.linespec/base/one/thefile.cc: New file.
8755 * gdb.linespec/Makefile.in: New file.
8756 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8757 output changes.
8758 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8759 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8760 makes one breakpoint.
8761 * gdb.cp/method2.exp (test_break): Update for output changes.
8762 * gdb.cp/mb-templates.exp: Update for output changes.
8763 * gdb.cp/mb-inline.exp: Update for output changes.
8764 * gdb.cp/mb-ctor.exp: Update for output changes.
8765 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8766 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8767 has multiple matches.
8768 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8769 error message change.
8770 * gdb.base/list.exp (test_list_filename_and_number): Update for
8771 error message change.
8772 * gdb.base/break.exp: Disable pending breakpoints. Update for
8773 output changes.
8774 * configure.ac: Add gdb.linespec.
8775 * configure: Rebuild.
8776 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8777
c642a434
UW
87782011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8779
8780 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8781 last_break register on s390*-*-* targets.
8782
b18003d1
JB
87832011-12-06 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8786 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8787 of parameter X in procedure Foo.
8788
fe96589c
SS
87892011-12-05 Stan Shebs <stan@codesourcery.com>
8790
8791 * gdb.trace/tfind.exp: Update help string matches.
8792
1820ab47
JK
87932011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8794
8795 * gdb.server/ext-run.exp (get process list): Accept also systemd
8796 as PID 1.
8797
e11ac3a3
JK
87982011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8799 Pedro Alves <pedro@codesourcery.com>
8800
8801 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8802 starting GDB.
8803 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8804 $use_gdb_stub.
8805 * gdb.base/display.exp: Likewise.
8806 * gdb.base/ending-run.exp: Likewise.
8807 * gdb.base/list.exp (test_listsize): Likewise.
8808 * gdb.base/setshow.exp: Likewise.
8809 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8810 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8811 check by global $use_gdb_stub.
8812 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8813 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8814 (default_gdb_init): Unset global $use_gdb_stub.
8815 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8816 by global $use_gdb_stub.
8817 * lib/gdbserver-support.exp: Extend comments for set_board_info
8818 gdb_protocol and gdb,socketport.
8819 (gdbserver_start_extended): Set global gdbserver_protocol and
8820 gdbserver_gdbport. Clear global use_gdb_stub.
8821 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8822 from target use_gdb_stub.
8823 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8824
1d41d75c
DE
88252011-12-03 Doug Evans <dje@google.com>
8826
8827 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8828 (gdb_step_for_stub): Add comments.
8829
d6d7a51a
MR
88302011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8831
8832 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8833 to the caller.
8834 (gdb_test_multiple): Likewise.
8835
05acf274
JK
88362011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8837
8838 Fix gdb.mi/mi-solib.exp without system debug info installed.
8839 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8840 expect attribute, return 0 for it. Update comments.
8841
2268b414
JK
88422011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8843
8844 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8845 (corrupted list): Adjust the expectation.
8846
585861ea
JK
88472011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8848
8849 PR threads/13448
8850 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8851 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8852 * gdb.threads/tls-var-main.c: New file.
8853 * gdb.threads/tls-var.c: New file.
8854 * gdb.threads/tls-var.exp: New file.
8855
968643aa
JK
88562011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 PR testsuite/12649
8859 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8860 Protect gdb_test_multiple by final $gdb_prompt match.
8861 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8862 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8863 (test_tracepoints): Likewise.
8864
9750bca9
JK
88652011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 PR breakpoints/13346
8868 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8869 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8870 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8871
ac1349b7
JB
88722011-12-01 Joel Brobecker <brobecker@adacore.com>
8873
8874 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8875 * gdb.ada/homonym/homonym.adb: For use of all types defined
8876 locally inside both Get_Value subprograms.
8877
26d44faf
JK
88782011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8879
8880 Fix racy FAILs.
8881 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8882 of send_gdb.
8883
514f6425
UW
88842011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8885
8886 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8887 environment variable after test completed.
8888
4255c8d2
UW
88892011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8890
8891 * gdb.base/solib-nodir.exp: Skip if remote target.
8892 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8893 application. Call gdb_load_shlibs.
8894 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8895
a35ad96a
JB
88962011-11-29 Joel Brobecker <brobecker@adacore.com>
8897
8898 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8899
1a1d5513
JB
89002011-11-28 Joel Brobecker <brobecker@adacore.com>
8901
8902 * gdb.ada/fullname_bp: New testcase.
8903
50b4ddf8
JK
89042011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 PR testsuite/12649
8907 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8908 Wrap send_gdb into a new gdb_test.
8909
fb0aec57
JK
8910 Code cleanup.
8911 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8912 Convert send_gdb and gdb_expect to gdb_test_multiple.
8913
2376d946
JK
89142011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8917
1eec78bd
KS
89182011-11-23 Keith Seitz <keiths@redhat.com>
8919
8920 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8921 (mi_varobj_tree_test_children_callback): New proc.
8922 (mi_walk_varobj_tree): New proc.
8923
36dfb11c
TT
89242011-11-22 Tom Tromey <tromey@redhat.com>
8925
8926 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8927 Add "use_mi_command" argument.
8928 (mi_run_cmd, mi_run_with_cli): New procs.
8929 * gdb.mi/solib-lib.c: New file.
8930 * gdb.mi/solib-main.c: New file.
8931 * gdb.mi/mi-solib.exp: New file.
8932
0e965dd0
DE
89332011-11-21 Doug Evans <dje@google.com>
8934
8935 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8936 _Unwind_DebugHook is missing.
8937
f196051f
SS
89382011-11-20 Stan Shebs <stan@codesourcery.com>
8939
8940 * gdb.trace/tstatus.exp: New.
8941 * gdb.trace/actions.c: Include string.h.
8942
bfccc43c
YQ
89432011-11-18 Yao Qi <yao@codesourcery.com>
8944
8945 * gdb.trace/pending.exp: New.
8946 * gdb.trace/pending.c: New.
8947 * gdb.trace/pendshr1.c: New.
8948 * gdb.trace/pendshr2.c: New.
8949 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8950 tracepoint location becomes pending.
8951 (tracepoint_change_loc_2): New.
8952
73cd8ab1
DM
89532011-11-16 David S. Miller <davem@davemloft.net>
8954
8955 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8956 target is sparc*-*-linux*
8957
77426730
PK
89582011-11-15 Paul Koning <paul_koning@dell.com>
8959
8960 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8961 types.
8962
ed59ded5
DE
89632011-11-14 Doug Evans <dje@google.com>
8964
8965 * gdb.base/shell.exp: New file.
8966
405f8e94
SS
89672011-11-14 Stan Shebs <stan@codesourcery.com>
8968
8969 * gdb.trace/ftrace.c: New.
8970 * gdb.trace/ftrace.exp: New.
8971
1e4d1764
YQ
89722011-11-14 Yao Qi <yao@codesourcery.com>
8973
8974 * gdb.trace/change-loc-1.c: New.
8975 * gdb.trace/change-loc-2.c: New.
8976 * gdb.trace/change-loc.c: New.
8977 * gdb.trace/change-loc.exp: New.
8978 * gdb.trace/change-loc.h: New.
8979 * gdb.trace/trace-break.c (marker): Define new symbol.
8980 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8981 New.
1e4d1764
YQ
8982 (break_trace_same_addr_6): New.
8983
71eba9c2 89842011-11-12 Matt Rice <ratmice@gmail.com>
8985
8986 * gdb.base/info-macros.exp: Make tests for info definitions
8987 test info macro. Add tests for info macro argument processing.
8988 Rename a few tests.
8989
1d93e29a
KS
89902011-11-11 Keith Seitz <keiths@redhat.com>
8991
8992 PR gdb/12843
8993 * gdb.base/linespecs.exp: New file.
8994
a4b5b48a
DE
89952011-11-11 Doug Evans <dje@google.com>
8996
8997 * gdb.threads/print-threads.exp: Extend timeout for slower
8998 tests.
8999
f6b47be4
DE
90002011-11-10 Doug Evans <dje@google.com>
9001
792a0230
DE
9002 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
9003 "record to end of main" test.
9004
f6b47be4
DE
9005 * gdb.python/py-type.c (TS): New typedef.
9006 (ts): New global.
9007 * gdb.python/py-type.exp: Test field list of typedef.
9008
22355c90
JB
90092011-11-10 Joel Brobecker <brobecker@adacore.com>
9010
9011 * gdb.ada/small_reg_param: New testcase.
9012
a7860e76
TT
90132011-11-09 Tom Tromey <tromey@redhat.com>
9014
9015 * gdb.cp/destrprint.exp: New file.
9016 * gdb.cp/destrprint.cc: New file.
9017
72a2e3dc
MI
90182011-11-08 Meador Inge <meadori@codesourcery.com>
9019
9020 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
9021 (switch_stack_to_other): New test function.
9022 * gdb.arch/thumb-prologue.exp: New test cases.
9023
c7195df2 90242011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
9025
9026 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
9027
d3895d7d
YQ
90282011-11-08 Yao Qi <yao@codesourcery.com>
9029
9030 * gdb.exp (supports_process_record): New.
9031 (supports_reverse): New.
9032 * gdb.reverse/break-precsave.exp: Call support_process_record
9033 to run test conditionally.
9034 * gdb.reverse/consecutive-precsave.exp: Likewise.
9035 * gdb.reverse/i386-precsave.exp: Likewise.
9036 * gdb.reverse/machinestate-precsave.exp: Likewise.
9037 * gdb.reverse/solib-precsave.exp: Likewise.
9038 * gdb.reverse/step-precsave.exp: Likewise.
9039 * gdb.reverse/until-precsave.exp: Likewise.
9040 * gdb.reverse/watch-precsave.exp: Likewise.
9041 * gdb.reverse/break-reverse.exp: Call support_reverse to run
9042 test conditionally.
9043 * gdb.reverse/consecutive-reverse.exp: Likewise.
9044 * gdb.reverse/finish-precsave.exp: Likewise.
9045 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9046 * gdb.reverse/finish-reverse.exp: Likewise.
9047 * gdb.reverse/i386-reverse.exp: Likewise.
9048 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9049 * gdb.reverse/machinestate.exp: Likewise.
9050 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
9051 * gdb.reverse/sigall-precsave.exp: Likewise.
9052 * gdb.reverse/sigall-reverse.exp: Likewise.
9053 * gdb.reverse/solib-reverse.exp: Likewise.
9054 * gdb.reverse/step-reverse.exp: Likewise.
9055 * gdb.reverse/until-reverse.exp: Likewise.
9056 * gdb.reverse/watch-reverse.exp: Likewise.
9057
a59306a3
YQ
90582011-11-05 Yao Qi <yao@codesourcery.com>
9059
9060 * gdb.trace/trace-break.exp: Add test on setting two
9061 fast tracepoints at the same address.
9062
87769f59
JK
90632011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
9066
3065dfb6
SS
90672011-11-02 Stan Shebs <stan@codesourcery.com>
9068
9069 * gdb.trace/collection.c: Add code using strings.
9070 * gdb.trace/collection.exp: Add tests of string collection.
9071
89e208db
JK
90722011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * gdb.base/skip-solib.exp (executable_main): New variable.
9075 (binfile_main): Base it on that.
9076 Use $executable_main in clean_restart calls. Drop gdb_exit and
9077 gdb_start calls.
9078
405e54e9
JK
90792011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 Fix racy FAILs.
9082 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
9083 breakpoint_re globals import by async. Set string_regex to .* for
9084 async. Remove the optional thread_selected_re and breakpoint_re
9085 globals expectations.
9086
58e8570a
JM
90872011-11-01 Joseph Myers <joseph@codesourcery.com>
9088
9089 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
9090 well as Cygwin.
9091
7b35ec7f 90922011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
9093
9094 Add tests for skip command.
89e208db
JK
9095 * gdb.base/skip-solib-lib.c: New
9096 * gdb.base/skip-solib-main.c: New
9097 * gdb.base/skip-solib.exp: New
9098 * gdb.base/skip.c: New
9099 * gdb.base/skip.exp: New
9100 * gdb.base/skip1.c: New
9101 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 9102
b9fd1791
PA
91032011-10-31 Yao Qi <yao@codesourcery.com>
9104 Pedro Alves <pedro@codesourcery.com>
9105
6fdff2c5
PA
9106 * gdb.trace/trace-break.c: New.
9107 * gdb.trace/trace-break.exp: New.
b9fd1791 9108
4323fecc
JK
91092011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9110
9111 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
9112 break-here-2.
9113
0e5bf2a8
PA
91142011-10-28 Pedro Alves <pedro@codesourcery.com>
9115
9116 * gdb.threads/no-unwaited-for-left.c: New.
9117 * gdb.threads/no-unwaited-for-left.exp: New.
9118 * gdb.threads/non-ldr-exc-1.c: New.
9119 * gdb.threads/non-ldr-exc-1.exp: New.
9120 * gdb.threads/non-ldr-exc-2.c: New.
9121 * gdb.threads/non-ldr-exc-2.exp: New.
9122 * gdb.threads/non-ldr-exc-3.c: New.
9123 * gdb.threads/non-ldr-exc-3.exp: New.
9124 * gdb.threads/non-ldr-exc-4.c: New.
9125 * gdb.threads/non-ldr-exc-4.exp: New.
9126
3a3dad98
JK
91272011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9128
9129 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
9130 * gdb.base/attach-pie-misread.exp: Likewise.
9131 * gdb.base/break-interp.exp: Likewise.
9132 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
9133 testcases for use_gdb_stub.
9134 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
9135 (continue): New testcase.
9136 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
9137 * gdb.threads/attach-into-signal.exp: Likewise.
9138 * gdb.threads/attach-stopped.exp: Likewise.
9139 * gdb.threads/attachstop-mt.exp: Likewise.
9140
d6a5d40c
PK
91412011-10-28 Paul Koning <paul_koning@dell.com>
9142
9143 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
9144
ca539be8
JK
91452011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9146
9147 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
9148 (mi_gdb_test): Import globals thread_selected_re
9149 and breakpoint_re. Expect them optionally at the regex start.
9150
d234ef5c
DE
91512011-10-27 Doug Evans <dje@google.com>
9152
9153 * gdb.python/python.exp: Test source -s.
9154
ab964825
PK
91552011-10-26 Paul Koning <paul_koning@dell.com>
9156
9157 * gdb.python/lib-types.cc (struct A): New structure.
9158 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 9159
54d8a644
PK
91602011-10-25 Paul Koning <paul_koning@dell.com>
9161
9162 PR python/13327
d234ef5c 9163
54d8a644
PK
9164 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
9165 fetch_lazy method.
9166
b0221781
YQ
91672011-10-24 Yao Qi <yao@codesourcery.com>
9168
9169 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
9170 target is tic6x-*-*.
9171
6cda5a20
JB
91722011-10-21 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.ada/mi_task_info/task_switch.adb: New file.
9175 * gdb.ada/mi_task_info.exp: New file.
9176
5ed9db04
JK
91772011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9178
9179 * gdb.cp/expand-psymtabs-cxx.exp: New file.
9180 * gdb.cp/expand-psymtabs-cxx.cc: New file.
9181
9df2fbc4
PM
91822011-10-20 Phil Muldoon <pmuldoon@redhat.com>
9183
9184 PR python/12656
9185
9186 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
9187 global_block tests.
9188
736086ba
TT
91892011-10-18 Tom Tromey <tromey@redhat.com>
9190
9191 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
9192
4af31552
TT
91932011-10-18 Tom Tromey <tromey@redhat.com>
9194
9195 * gdb.base/source.exp: Don't include full file name in test name.
9196 * gdb.python/python.exp: Don't include full file name in test
9197 name.
9198
43136979
AR
91992011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9200
9201 * gdb.base/attach-pie-noexec.c: New files.
9202 * gdb.base/attach-pie-noexec.exp: New files.
9203
543a9323
JM
92042011-10-17 Joseph Myers <joseph@codesourcery.com>
9205
9206 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
9207 prompt for each extra line in command.
9208
21ae7a4d
JK
92092011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9210
9211 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
9212 Revert the part of:
9213 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9214 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9215 Change the expected string.
9216
20ec36d9
JK
92172011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9218
9219 Fix results with system glibc debug info installed.
9220 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
9221 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
9222 Accept also __libc_ symbol prefix and no prefix.
9223
6501c2fc
KS
92242011-10-14 Keith Seitz <keiths@redhat.com>
9225
9226 PR c++/13225
9227 * gdb.cp/converts.cc (foo3_1): New function.
9228 (foo3_2): New functions.
9229 * gdb.cp/converts.exp: Add tests for int to pointer conversion
9230 and null pointer conversions of integer constant zero.
9231 Add test to check if all arguments are checked for incompatible
9232 conversion BADNESS.
9233
55b1fd0c
TT
92342011-10-14 Tom Tromey <tromey@redhat.com>
9235
9236 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
9237 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
9238 linespec.
9239
22c05d8a
JK
92402011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 Fix internal error regression.
9243 * gdb.dwarf2/implptr-optimized-out.S: New file.
9244 * gdb.dwarf2/implptr-optimized-out.exp: New file.
9245
1d6edc3c
JK
92462011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9247
9248 Fix empty DWARF expressions DATA vs. SIZE conditionals.
9249 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
9250 (loclist): New.
9251 (4): New abbrev.
9252 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
9253 Use prepare_for_testing, remove clean_restart.
9254 (p arraynoloc, p arraycallnoloc): New tests.
9255
9ec72168
JK
92562011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.cp/namespace-enum.exp (executable): New variable.
9259 (binfile): Use ${objdir}/${subdir}/ prefix.
9260 Use ${executable} for clean_restart.
9261
9c6c53f7
SA
92622011-10-11 Sterling Augustine <saugustine@google.com>
9263
9264 * gdb.cp/Makefile.in: Add namespace-enum test.
9265 * gdb.cp/namespace-enum.exp: New file.
9266 * gdb.cp/namespace-enum.c: New file.
9267 * gdb.cp/namespace-enum-main.c: New file.
9268
fac7ceb3
UW
92692011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9270
9271 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9272 sysroot.
9273
941b2081
JK
92742011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9275
9276 Reimplement @entry in input expressions.
9277 * gdb.base/exprs.c (v_int_array_init): New variable.
9278 * gdb.base/exprs.exp (print v_int_array_init)
9279 (print *v_int_array_init@1, print *v_int_array_init@2)
9280 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9281 (print v_int_array_init[1]@1): New tests.
9282
0344e878
JM
92832011-10-10 Joseph Myers <joseph@codesourcery.com>
9284
9285 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9286 expected message.
9287
5a56e9c5
DE
92882011-10-09 Doug Evans <dje@google.com>
9289
9290 * gdb.base/alias.exp: Add tests for alias command.
9291
2bda9cc5
JK
92922011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9293
9294 * gdb.arch/amd64-entry-value.s: New file.
9295 * gdb.mi/mi2-amd64-entry-value.s: New file.
9296
a471c594
JK
92972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9298
9299 Display @entry parameter values even for references.
9300 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9301 functions.
9302 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9303 reference and datap_input.
9304 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9305 breakpoints.
9306 (continue to breakpoint: entry_reference: reference)
9307 (entry_reference: bt at entry)
9308 (continue to breakpoint: entry_reference: breakhere_reference)
9309 (entry_reference: bt, entry_reference: ptype regparam)
9310 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9311 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9312 (entry_reference: p regcopy, entry_reference: p nodataparam)
9313 (entry_reference: p nodataparam@entry): New tests.
9314
36b11add
JK
93152011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 Support @entry in input expressions.
9318 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9319 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9320 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9321 (tailcall: p j@entry): New tests.
9322 * gdb.cp/koenig.cc (A::entry): New function.
9323 (main): Call it.
9324 * gdb.cp/koenig.exp (p entry (c)): New test.
9325
e18b2753
JK
93262011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 Display @entry parameter values (without references).
9329 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9330 (different, validity, invalid): New functions.
9331 (main): Call them.
9332 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9333 stacktest, breakhere_stacktest, different, breakhere_different,
9334 breakhere_validity and breakhere_invalid.
9335 (entry: bt): Update for @entry.
9336 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9337 (entry_validity: *, entry_invalid: *): Many new tests.
9338 * gdb.base/break.exp
9339 (run until breakpoint set at small function, optimized file): Accept
9340 also the @entry suffix.
9341 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9342 * gdb.mi/mi2-amd64-entry-value.c: New files.
9343 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9344
2d6c5dc2
JK
93452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 Protect entry values against self tail calls.
9348 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9349 (main): Call self.
9350 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9351 (set debug entry-values 1, self: bt debug entry-values): New tests.
9352
111c6489
JK
93532011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9354
9355 Recognize virtual tail call frames.
9356 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9357 (amb_b, amb_a): New.
9358 (main): Call a and b.
9359 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9360 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9361 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9362 New tests.
9363
8e3b41a9
JK
93642011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 Implement basic support for DW_TAG_GNU_call_site.
9367 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9368 * gdb.arch/amd64-entry-value.cc: New file.
9369 * gdb.arch/amd64-entry-value.exp: New file.
9370
181cebd4
JK
93712011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9374 * gdb.dwarf2/implptr-64bit.S: New file.
9375 * gdb.dwarf2/implptr-64bit.exp: New file.
9376
741f5e3c
JK
93772011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9378
9379 Fix initial language detection with -readnow.
9380 * gdb.cp/readnow-language.cc: New file.
9381 * gdb.cp/readnow-language.exp: New file.
9382
a73d2258
JK
93832011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9384
9385 Fix printed anonymous struct name.
9386 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9387
af369495
JM
93882011-10-09 Joseph Myers <joseph@codesourcery.com>
9389
9390 * gdb.base/solib-symbol.exp: Do not include directories in
9391 filenames in expected messages.
9392
1fa57852
DE
93932011-10-07 Doug Evans <dje@google.com>
9394
9395 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9396
bd054e06
KP
93972011-10-07 Kevin Pouget <kevin.pouget@st.com>
9398
9399 Allow Python notification of new object-file loadings.
9400 * gdb.python/py-events.exp: Test newobjfile event.
9401 * gdb.python/py-events.py: Register newobjfile callback.
9402 * gdb.python/py-events.c: Add call to shared library
9403 * gdb.python/py-events-shlib.c: New file.
9404
8031b6f8
JM
94052011-10-06 Joseph Myers <joseph@codesourcery.com>
9406
9407 * gdb.base/fixsection.exp: Do not include directories in filename
9408 in expected message.
9409
7fea6923
PM
94102011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9411
9412 Add tests for passing of environment variables to inferior.
9413 * gdb.base/testenv.c: New test source.
9414 * gdb.base/testenv.exp: New expect test.
9415
687f2a88
PK
94162011-10-04 Paul Koning <paul_koning@dell.com>
9417
9418 * gdb.python/py-value.c (main): Break before return.
9419
cb6be26b
KP
94202011-10-04 Kevin Pouget <kevin.pouget@st.com>
9421
9422 PR python/12691: Add the inferior to Python exited event
9423 * gdb.python/py-events.exp: Test the inferior attribute of exited
9424 event with a fork.
9425 * gdb.python/py-events.py: Print inferior number on exit.
9426 * gdb.python/py-events.c: Fork the inferior.
9427
fb213700
EBM
94282011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9429
9430 * gdb.base/jit.exp: Add testcase name to log message
9431
aa2071bd
PK
94322011-10-03 Paul Koning <paul_koning@dell.com>
9433 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 * gdb.python/py-value.exp
9436 (python inval = gdb.parse_and_eval('*(int*)0'))
9437 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9438 (set argc=2, python print argc_lazy): New tests.
9439
dd11a36c
JB
94402011-10-02 Joel Brobecker <brobecker@adacore.com>
9441
9442 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9443
46f886f1
JK
94442011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9445 Pedro Alves <pedro@codesourcery.com>
9446
9447 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9448 can_read_0, test for it.
9449 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9450 (parse_and_eval with memory error): ... here, make it untested if
9451 can_read_0.
9452
c5cb204f
MP
94532011-09-30 Marek Polacek <mpolacek@redhat.com>
9454
9455 * gdb.python/python.exp (verify pagination beforehand)
9456 (verify pagination afterwards): Fix race by splitting the line.
9457
68fb0ec0
JM
94582011-09-29 Joseph Myers <joseph@codesourcery.com>
9459
9460 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9461 for 64-bit multilibs from i?86-* targets.
9462
6aee0d90
MP
94632011-09-29 Marek Polacek <mpolacek@redhat.com>
9464
9465 * lib/gdb.exp: Fix a typo in one of the comments.
9466
e9101ff5
MP
94672011-09-29 Marek Polacek <mpolacek@redhat.com>
9468
9469 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9470 matching pattern.
9471
7a81bdbf
PK
94722011-09-28 Paul Koning <paul_koning@dell.com>
9473
9474 * gdb.python/py-type.c (enum E): New.
9475 * gdb.python/py-type.exp (test_fields): Add tests for Python
9476 mapping access to fields.
9477 (test_enums): New test for field access on enums.
9478
6710bf39
SS
94792011-09-27 Stan Shebs <stan@codesourcery.com>
9480
9481 * gdb.trace/collection.exp: Test collection of $_ret.
9482
b2a6bdeb
AT
94832011-09-22 Andreas Tobler <andreast@fgznet.ch>
9484
9485 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9486 list of compilation switches for <*-*-freebsd*>.
9487
3c9057f3
SS
94882011-09-19 Stan Shebs <stan@codesourcery.com>
9489
9490 * gdb.trace/tspeed.exp: New file.
9491 * gdb.trace/tspeed.c: New file.
9492
34518530
YQ
94932011-09-18 Yao Qi <yao@codesourcery.com>
9494
9495 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9496 instructions.
9497 (test_adr_32bit, test_pop_pc): Likewise.
9498 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9499 Thumb instructions.
9500 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9501 in gdb_test_multiple.
9502 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9503
ab254057
YQ
95042011-09-17 Yao Qi <yao@codesourcery.com>
9505
9506 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9507 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9508 support single step to signal handler.
9509
9c317b71
YQ
95102011-09-17 Yao Qi <yao@codesourcery.com>
9511
9512 * gdb.base/disp-step-fork.c: New.
9513 * gdb.base/disp-step-syscall.exp: New.
9514 * gdb.base/disp-step-vfork.c: New.
9515
a8123151
JB
95162011-09-16 Joel Brobecker <brobecker@adacore.com>
9517
9518 * gdb.ada/tasks.exp: Make the expected output for
9519 the `info tasks' tests more resilient to spacing
9520 changes.
9521
63a9aad8
JK
95222011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9523
9524 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9525 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9526
2aa48337
KP
95272011-09-15 Kevin Pouget <kevin.pouget@st.com>
9528
9529 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9530 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9531
6839b47f
KP
95322011-04-30 Kevin Pouget <kevin.pouget@st.com>
9533
9534 Handle multiple breakpoint hits in Python interface:
9535 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9536 presence.
9537 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9538 breakpoint hits.
9539
0935723e
JK
95402011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9541 Jan Kratochvil <jan.kratochvil@redhat.com>
9542
9543 * gdb.python/py-events.exp: Remove pretty printing comment.
9544 * gdb.python/py-evsignal.exp: New file.
9545 * gdb.python/py-evthreads.c: Include signal.h.
9546 (thread3): Remove variable count3. Remove variable bad and use raise
9547 instead.
9548 (thread2): Remove variable count2. Move thread3 pthread_create here,
9549 merge pthread_join to a single line.
9550 (main): Remove variable count1. Merge pthread_join with pthread_create
9551 to a single line.
9552 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9553 KFAIL python/12966 for gdbserver. Test return value of
9554 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9555 gdb_expect by gdb_test and gdb_test_multiple.
9556 (thread 2, thread 3): New tests.
9557
4801a9a3
PA
95582011-09-12 Matt Rice <ratmice@gmail.com>
9559 Pedro Alves <pedro@codesourcery.com>
9560
9561 PR gdb/13175
9562
9563 * gdb.base/interp.exp: New tests.
9564 * gdb.base/interp.c: New file.
9565
24ece742
DE
95662011-09-12 Doug Evans <dje@google.com>
9567
9568 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9569 * gdb.dwarf2/typeddwarf.exp: Ditto.
9570
7f062217
JK
95712011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9572
9573 Fix compatibility with x32 arch.
9574 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9575 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9576 is_x86_like_target.
9577 * testsuite/gdb.trace/collection.exp: Likewise.
9578 * testsuite/gdb.trace/report.exp: Likewise.
9579 * testsuite/gdb.trace/unavailable.exp: Likewise.
9580 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9581 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9582 (is_x86_like_target): Check also is_amd64_regs_target.
9583
08711b9a
JK
95842011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 PR breakpoints/12435
9587 * gdb.arch/amd64-prologue-xmm.c: New file.
9588 * gdb.arch/amd64-prologue-xmm.exp: New file.
9589 * gdb.arch/amd64-prologue-xmm.s: New file.
9590
b99b5f66
JK
95912011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9592
9593 * gdb.dwarf2/dw2-param-error-main.c: New file.
9594 * gdb.dwarf2/dw2-param-error.S: New file.
9595 * gdb.dwarf2/dw2-param-error.exp: New file.
9596
a391a2f6
PA
95972011-09-08 Pedro Alves <pedro@codesourcery.com>
9598
9599 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9600 inferior's pid and look for a core dump named core.$pid. Use
9601 `remote_file' commands on the host instead of hand coding shell
9602 commands on the build.
9603 * gdb.base/valgrind-db-attach.exp: Kill the program before
9604 finishing the test.
9605
7d8e6458 96062011-09-02 Matt Rice <ratmice@gmail.com>
9607
9608 * lib/prompt.exp: New file for testing the first prompt.
9609 * gdb.python/py-prompt.exp: Ditto.
9610 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9611
68e77c9e
PA
96122011-09-02 Pedro Alves <pedro@codesourcery.com>
9613
9614 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9615 0, before testing gcore.
9616
9655e943
JK
96172011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9618
df6dc84d
JK
9619 * dw2-ifort-parameter-debug.S: Update copyright year.
9620 * dw2-ifort-parameter.c: Update copyright year.
9621 * dw2-ifort-parameter.exp: Update copyright year.
9622
9655e943
JK
9623 * dw2-ifort-parameter-debug.S: New file.
9624 * dw2-ifort-parameter.c: New file.
9625 * dw2-ifort-parameter.exp: New file.
9626
353d1d73
JK
96272011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 * gdb.base/commands.exp (error_clears_commands_left): New function.
9630 (): Call it.
9631
5c07461a
JK
96322011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9633
9634 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9635 (C): Initialize `a'.
9636 * gdb.mi/mi-inheritance-syntax-error.exp
9637 (-data-evaluate-expression $path): Expect `a' as 5.
9638
0d932b2f
MK
96392011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9640
9641 PR mi/11912
9642 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9643 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9644 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9645 keyword in output of -var-info-path-expression.
9646
bdb54049
JK
96472011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9648
9649 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9650 * gdb.trace/collection.exp: Likewise.
9651 * gdb.trace/report.exp: Likewise.
9652 * gdb.trace/unavailable.exp: Likewise.
9653 * gdb.trace/while-dyn.exp: Likewise.
9654
59cde39c
KS
96552011-08-18 Keith Seitz <keiths@redhat.com>
9656
9657 PR c++/12266
9658 * gdb.cp/meth-typedefs.cc: New file.
9659 * gdb.cp/meth-typedefs.exp: New file.
9660
fa3a4f15
PM
96612011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9662
6fdff2c5 9663 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 9664
c1049fca
JK
96652011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9666
9667 * gdb.arch/i386-dr3-watch.exp
9668 (watchpoint on gap1 does not fit debug registers)
9669 (delete all watchpoints): Fix racy expect strings.
9670
d93f7b5c
YQ
96712011-08-14 Yao Qi <yao@codesourcery.com>
9672
9673 * gdb.base/maint.exp: set data_section to ".neardata".
9674 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9675 * gdb.base/savedregs.exp: Handle SIGILL.
9676 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9677 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9678
457e09f0
DE
96792011-08-12 Doug Evans <dje@google.com>
9680
9681 * gdb.python/py-symbol.exp: Add test for symbol.type.
9682
5d0bb2fb
UW
96832011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9684
9685 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9686 * gdb.mi/mi-pthreads.exp: Likewise.
9687 * gdb.mi/mi2-pthreads.exp: Likewise.
9688 * gdb.mi/gdb669.exp.exp: Likewise.
9689
fcdfa280
PA
96902011-08-09 Pedro Alves <pedro@codesourcery.com>
9691
9692 * lib/mi-support.exp (detect_async): Rename to...
9693 (mi_detect_async): ... this.
9694 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9695 * gdb.mi/mi-nonstop.exp: Adjust.
9696 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9697 * gdb.mi/mi-nsintrall.exp: Adjust.
9698 * gdb.mi/mi-nsmoribund.exp: Adjust.
9699 * gdb.mi/mi-nsthrexec.exp: Adjust.
9700
9d8fa392
PA
97012011-08-09 Pedro Alves <pedro@codesourcery.com>
9702
9703 * gdb.base/display.c (do_loops): New `p_i' local.
9704 * gdb.base/display.exp: Test displaying a variable that is
9705 temporarily at a bad address.
9706
b6cede78
JK
97072011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9708
9709 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9710 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9711
67bedb8c
JK
97122011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
9715 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9716 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 9717
af6e93b2
PA
97182011-08-05 Pedro Alves <pedro@codesourcery.com>
9719
9720 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9721 procedure.
9722 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9723
1cf0e11f
YQ
97242011-08-05 Yao Qi <yao@codesourcery.com>
9725
9726 * gdb.base/callfuncs.exp: Set language after main.
9727 * gdb.cp/cplusfuncs.exp: Likewise.
9728 * gdb.cp/inherit.exp: Likewise.
9729
a1e28cb2
UW
97302011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9731
9732 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9733 * gdb.base/watch-vfork.exp: Skip on remote targets.
9734
d4f5bbb9
UW
97352011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9736
9737 * gdb.threads/thread-find.exp: Support remote targets.
9738
724f4f80
UW
97392011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9740
9741 * gdb.base/jit.exp: Download solib_binfile to target.
9742 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9743 and call dlopen without full path name.
9744 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9745 dlopen without full path name.
9746
934709f0
PW
97472011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9748
9749 * gdb.base/break-always.exp: Complete the test
9750 with duplicated breakpoints and enabling/disabling them.
9751
c26106c4
TT
97522011-08-02 Tom Tromey <tromey@redhat.com>
9753
9754 PR gdb/11289:
9755 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9756
9300444e 97572011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
9758
9759 PR gdb/13045
9760 * gdb.base/float.exp: Add new test case for PR gdb/13045
9761 * gdb.base/float.c: New file.
9762
00bd41d6
PM
97632011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9764
9765 * gdb.python/py-mi.exp: Test printers returning string hint, and
9766 also not returning a value.
9767 * gdb.python/py-prettyprint.c: Add testcase for above.
9768 * gdb.python/py-prettyprint.py: Add test printer for above.
9769
d24f74ce
JK
97702011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9773 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9774 (.Ldie30) Add as field "data4".
9775 (.Ldie32) Rename field "b" to "shl".
9776 (abbrev4) Change for the "data4" field.
9777 (abbrev5, abbrev6) Remove.
9778 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9779 (p &s.shl): ... here. Add comment.
9780 (p &s.data4): New.
9781
bb7da2bf
JK
97822011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 Fix crash on lval_computed values.
9785 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9786
11081198
JK
97872011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9788
9789 * gdb.base/help.exp (help whatis): Update the expected string.
9790
3c6e0cb3
JK
97912011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9794 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9795 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9796 Change the expected string.
9797
efa80663
PA
97982011-07-26 Pedro Alves <pedro@codesourcery.com>
9799
9800 * gdb.base/watchpoint.exp
9801 (test_disable_enable_software_watchpoint): New procedure.
9802 (top level): Run it.
9803
db8e4570
UW
98042011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9805
9806 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9807 executable file "${binfile}", C++ version "${binfile}-cxx".
9808 * gdb.python/py-prettyprint.exp: Likewise.
9809 * gdb.python/py-symbol.exp: Likewise.
9810 * gdb.python/py-type.exp: Likewise.
9811 * gdb.python/py-value.exp: Likewise.
9812 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9813 file name instead of just suffix.
9814
543305c9
JK
98152011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 Fix implicit pointer offsets.
9818 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9819 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9820 (continue to breakpoint: continue to baz breakpoint for implptr)
9821 (sanity check element 0, sanity check element 1)
9822 (enter the inlined function, check element 0 for the offset)
9823 (check element 1 for the offset)
9824 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9825 (set foo breakpoint for implptr): Update the breakpoint number.
9826
b3215adc
UW
98272011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9828
9829 * gdb.python/py-mi.exp: Use different file names for different
9830 versions of the executable under test.
9831 * gdb.python/py-prettyprint.exp: Likewise.
9832 * gdb.python/py-symbol.exp: Likewise.
9833 * gdb.python/py-template.exp: Likewise.
9834 * gdb.python/py-type.exp: Likewise.
9835 * gdb.python/py-value.exp: Likewise.
9836
182b9acc
UW
98372011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9838
9839 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9840 flag after restarting GDB if necessary.
9841
e6052b5d
UW
98422011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9843
9844 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9845
1ced966e
PA
98462011-07-22 Pedro Alves <pedro@codesourcery.com>
9847
9848 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9849 backend doesn't leave used debug registers behind.
9850
3543a589
TT
98512011-07-22 Tom Tromey <tromey@redhat.com>
9852
9853 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9854 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9855 argument.
9856 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9857
14d15303 98582011-07-21 Matt Rice <ratmice@gmail.com>
9859
9860 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9861 in mostlyclean rule. Add files ending in .core.
9862
9b158ba0 98632011-07-21 Matt Rice <ratmice@gmail.com>
9864
9865 PR macros/12999
9866 * gdb.base/info-macros.c: New test sources.
9867 * gdb.base/info-macros.exp: New tests.
9868
d17b6f81
PM
98692011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9870
9871 * gdb.python/python.exp: Add prompt substitution tests.
9872
918dd910
JK
98732011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9874
9875 Fix crash if referenced CU is aged out.
9876 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9877 New.
9878 * gdb.dwarf2/implptr.exp: Likewise.
9879
0e37a63c
JK
98802011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9881
9882 * gdb.dwarf2/implptr.S: Rebuilt.
9883 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9884 (bar): Use them for j, k, l.
9885 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9886 COMPILE.
9887 (print j in implptr:bar): Update for the intp typedef.
9888 (print p[0].x in implptr:foo): Use more exact regex.
9889
f65cf84c
TT
98902011-07-18 Tom Tromey <tromey@redhat.com>
9891
9892 * gdb.cp/static-method.exp: Add missing single quote.
9893
d5b4a7be
YQ
98942011-07-18 Yao Qi <yao@codesourcery.com>
9895
9896 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9897 supported.
9898 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9899 * gdb.mi/mi-nonstop.exp: Likewise.
9900 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9901 * gdb.mi/mi-nsintrall.exp: Likewise.
9902 * gdb.mi/mi-nsmoribund.exp: Likewise.
9903 * gdb.mi/mi-nsthrexec.exp: Likewise.
9904 * gdb.python/py-evthreads.exp: Likewise.
9905
e9ea2662
JK
99062011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 Code cleanup.
9909 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9910 it. Substitute it instead of test_compiler_info everywhere.
9911
ce451573
UW
99122011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9913
9914 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9915 remote targets as well.
9916
756d88a7
UW
99172011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9918
9919 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9920 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9921
31f83dc5
UW
99222011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9923
9924 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9925 a remote machine, not the host.
9926 (gdb_compile_shlib): Set soname if target is remote.
9927
059241a0
PP
99282011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9929
9930 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9931
28a0b48c 99322011-07-13 Matt Rice <ratmice@gmail.com>
9933
9934 * gdb.python/py-objfile-script-gdb.py: Renamed to
9935 py-objfile-script-gdb.py.in.
9936 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9937 py-objfile-script-gdb.py.
9938 * gdb.python/py-objfile-script.exp: Update reference to
9939 py-objfile-script-gdb.py.
9940
9a771b67
JK
99412011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9942
9943 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9944 reference undefined label.
9945
04ad99e6
JK
99462011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9949 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9950 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9951 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9952
713389e0
PM
99532011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9954
6fdff2c5 9955 PR python/12438
713389e0 9956 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 9957 deprecated tests. Add set/show python print-backtrace tests.
713389e0 9958
97d146f8
JK
99592011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9960
9961 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9962 debug info.
9963
facde0e5 99642011-07-06 Matt Rice <ratmice@gmail.com>
9965
9966 * gdb.python/python.exp: Update filename paths.
9967 * gdb.python/py-symtab.exp: Ditto.
9968
438640d1
MP
99692011-07-06 Marek Polacek <mpolacek@redhat.com>
9970
9971 * gdb.python/py-evthreads.exp: Add missing `$'.
9972
33a365df
MF
99732011-07-06 Jie Zhang <jie.zhang@analog.com>
9974
9975 * config/bfin.exp: New file.
9976 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9977 * gdb.asm/bfin.inc: New file.
9978
8f7ae686
MP
99792011-07-06 Marek Polacek <mpolacek@redhat.com>
9980
df46027d 9981 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9982 the whole output.
9983
eb2a6f42
TT
99842011-07-05 Tom Tromey <tromey@redhat.com>
9985
9986 * gdb.java/jprint.java (jprint.hi): New field.
9987 * gdb.java/jprint.exp: Print string.
9988
177b42fe
TJB
99892011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9990
9991 * gdb.base/call-sc.c: Fix typos.
9992 * gdb.base/ifelse.exp: Likewise.
9993 * gdb.base/structs.c: Likewise.
9994
3b2a0cf2
JB
99952011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9996
9997 * gdb.base/jit-so.exp: New test.
9998 * gdb.base/jit-dlmain.c: New file.
9999 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
10000
46fc714c
JK
100012011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10002
10003 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
10004 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
10005 * gdb.cp/pr9167.exp (p b): Likewise.
10006 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
10007 (test value of P in inner_m, test type of Z in inner_m): Call
10008 setup_xfail for gcc <= 4.5.
46fc714c 10009
418c7cf7
JK
100102011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10011
10012 * gdb.cp/paren-type.cc: New files.
10013 * gdb.cp/paren-type.exp: New files.
10014
3d50dd94
JK
100152011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10016
10017 Stop on first linespec terminator instead of eating what we can.
10018 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
10019 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
10020 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
10021 (break C::f()): ... this one.
10022 (break C::operator()()): New test.
10023 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
10024 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
10025 test.
10026
dcf9f4ab
JK
100272011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 Fall back linespec to minimal symbols.
10030 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
10031 error message.
10032 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
10033 * gdb.cp/minsym-fallback-main.cc: New file.
10034 * gdb.cp/minsym-fallback.cc: New file.
10035 * gdb.cp/minsym-fallback.exp: New file.
10036 * gdb.cp/minsym-fallback.h: New file.
10037
3f542ed1
JK
100382011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10039
10040 * gdb.cp/no-dmgl-verbose.cc: New file.
10041 * gdb.cp/no-dmgl-verbose.exp: New file.
10042
100432011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
10044
10045 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
10046 __GI_.
10047 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
10048 (f): New function.
10049 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
10050 (complete p 'func<short>(): ... here.
10051 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
10052 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
10053 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
10054 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
10055 Make them KFAIL gcc/49546.
10056
00eb2c4a
JB
100572011-07-01 Joel Brobecker <brobecker@adacore.com>
10058
10059 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
10060
85a20c42
JK
100612011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10062
10063 Test GCC PR debug/49546.
10064 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
10065 (test type of F in k3_m, test value of F in k3_m): New.
10066 * gdb.cp/temargs.cc (struct S3, struct K3): New.
10067 (main): New variable k3. Call k3.k3_m.
10068
d2d43431
JB
100692011-07-01 Jean-Charles Delay <delay@adacore.com>
10070
10071 * gdb.ada/packed_array.exp: Fix expected outout.
10072
54ae186f
JB
100732011-07-01 Jean-Charles Delay <delay@adacore.com>
10074
10075 * gdb.ada/packed_array.exp: fixed expected output.
10076
8f17729f
JB
100772011-07-01 Joel Brobecker <brobecker@adacore.com>
10078
10079 * gdb.ada/same_enum: New testcase.
10080
f5aa6869
JB
100812011-07-01 Joel Brobecker <brobecker@adacore.com>
10082
10083 * gdb.ada/ptr_typedef: New testcase.
10084
828292f2
JB
100852011-07-01 Joel Brobecker <brobecker@adacore.com>
10086
10087 * gdb.ada/arrayptr.exp: Add ptype test.
10088
18920c42
JB
100892011-07-01 Joel Brobecker <brobecker@adacore.com>
10090
10091 * gdb.ada/char_enum: New testcase.
10092
3536d9e3 100932011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
10094
10095 * gdb.base/dump.exp (capture_pointer_with_type): New.
10096 Get value from address instead of name.
10097 Start GDB once, and do `dump' and `restore'
10098 tests together.
10099
db863c42
MF
101002011-06-30 Jie Zhang <jie.zhang@analog.com>
10101 Mike Frysinger <vapier@gentoo.org>
10102
10103 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
10104 helper functions for getting/setting remotetimeout variable.
10105 * lib/gdb.exp (gdb_load): If the target is remote, set
10106 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
10107 with $loadtimeout. Set $load_ok to 0 before doing the load.
10108 Instead of returning, immediately, set $load_ok to 0. Call
10109 set_remotetimeout with $oldremotetimeout, and then return if
10110 $load_ok is 1.
10111
e9e642a8
AB
101122011-06-30 Andrew Burgess <aburgess@broadcom.com>
10113
10114 * gdb.python/py-template.exp: Don't run this test if the target
10115 does not support c++ tests.
10116
32019081
JK
101172011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10118
10119 Fix non-only rename list for Fortran modules import.
10120 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
10121 tests.
10122 * gdb.fortran/module.f90 (module moduse): New.
10123 (program module): use moduse, test var_x, var_y and var_z.
10124
0ecee54c
TT
101252011-06-29 Tom Tromey <tromey@redhat.com>
10126
10127 PR testsuite/12040:
10128 * gdb.fortran/array-element.exp: Use f90, not f77.
10129 * gdb.fortran/complex.exp: Use f90, not f77.
10130 * gdb.fortran/derived-type.exp: Use f90, not f77.
10131 * gdb.fortran/library-module.exp: Use f90, not f77.
10132 * gdb.fortran/logical.exp: Use f90, not f77.
10133 * gdb.fortran/module.exp: Use f90, not f77.
10134 * gdb.fortran/multi-dim.exp: Use f90, not f77.
10135 * gdb.fortran/subarray.exp: Use f90, not f77.
10136
3b2b8fea
TT
101372011-06-29 Tom Tromey <tromey@redhat.com>
10138
10139 * gdb.fortran/charset.exp: New file.
10140 * gdb.fortran/charset.f90: New file.
10141
42159ca5
TT
101422011-06-29 Tom Tromey <tromey@redhat.com>
10143
10144 PR testsuite/12040:
10145 * lib/future.exp: New file, mostly extracted from ada.exp.
10146 Rewrote compatibility code to use rename.
10147 (gdb_find_gfortran): New proc.
10148 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
10149 gfortran patch.
10150 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
10151 Move to future.exp.
10152 * lib/gdb.exp: Always load future.exp.
10153
af69a5ce
YQ
101542011-06-28 Yao Qi <yao@codesourcery.com>
10155
10156 * gdb.cp/exception.cc: Don't include iostream.
10157 (bar): Remove print statement.
10158 (catcher): New.
10159 (main): Remove print statements. Call function catcher.
10160 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
10161 Set breakpoint on catcher, and check the value of parameter.
10162
ab5c6a72
YQ
101632011-06-23 Yao Qi <yao@codesourcery.com>
10164
6fdff2c5
PA
10165 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
10166 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 10167
9497469f
MP
101682011-06-23 Marek Polacek <mpolacek@redhat.com>
10169
10170 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
10171 mi_gdb_test.
10172
b9132588
MP
101732011-06-23 Marek Polacek <mpolacek@redhat.com>
10174
5d197ed0 10175 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 10176
e55595ca
MP
101772011-06-23 Marek Polacek <mpolacek@redhat.com>
10178
5d197ed0
MP
10179 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
10180
101812011-06-23 Marek Polacek <mpolacek@redhat.com>
10182
10183 * gdb.mi/mi2-basics.exp: Fix races. Honour the
10184 `test_exec_and_symbol_mi_operatons' return value.
10185 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10186 gdb_test_multiple.
10187 (test_exec_and_symbol_mi_operatons): Likewise.
10188 (test_path_specification): Likewise.
e55595ca 10189
be777e08
YQ
101902011-06-23 Yao Qi <yao@codesourcery.com>
10191
10192 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
10193 supported.
10194 * lib/gdb.exp (support_displaced_stepping): New.
10195
615556d6
YQ
101962011-06-23 Yao Qi <yao@codesourcery.com>
10197
10198 * gdb.threads/execl.exp: Skip on remote target.
10199
833b0ca7
MP
102002011-06-21 Marek Polacek <mpolacek@redhat.com>
10201
5d197ed0 10202 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
10203 mi_gdb_test.
10204
1ee4023a
MP
102052011-06-20 Marek Polacek <mpolacek@redhat.com>
10206
5d197ed0 10207 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 10208
d0b1d624
MP
102092011-06-20 Marek Polacek <mpolacek@redhat.com>
10210
5d197ed0 10211 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
10212 mi_gdb_test.
10213
79aa92c1
MP
102142011-06-20 Marek Polacek <mpolacek@redhat.com>
10215
5d197ed0 10216 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 10217
5ce5db06
YQ
102182011-06-14 Yao Qi <yao@codesourcery.com>
10219
10220 gdb/testsuite/
10221 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
10222
533a737e
JK
102232011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
10226
d0e53741
TT
102272011-06-10 Tom Tromey <tromey@redhat.com>
10228
10229 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
10230 Add tests for pointer-to-member-function.
10231 * gdb.cp/temargs.cc (S::somefunc): New function.
10232 (K2): New class.
10233 (main): Instantiate K2; call method.
10234
b5916bbd
JB
102352011-06-08 Joel Brobecker <brobecker@adacore.com>
10236
10237 * gdb.python/py-inferior.c (f2): Make str an array rather
10238 than a pointer.
10239 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
10240
5be4dfca
JK
102412011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10242
10243 * gdb.base/async-shell.c: New file.
10244 * gdb.base/async-shell.exp: New file.
10245
9f47e254
PA
102462011-06-06 Pedro Alves <pedro@codesourcery.com>
10247
10248 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10249
64b9b334
JB
102502011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
10251
10252 From Stephen Kitt <steve@sk2.org>
10253 * gdb.base/help.exp: Adjust following some spelling corrections
10254 in GDB.
10255
dbc0f131
YQ
102562011-06-01 Yao Qi <yao@codesourcery.com>
10257
10258 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10259
fd336a18
KS
102602010-05-31 Keith Seitz <keiths@redhat.com>
10261
10262 PR c++/12750
10263 * gdb.cp/static-method.cc: New file.
10264 * gdb.cp/static-method.exp: New file.
10265
fa8b9902
KS
102662010-05-31 Keith Seitz <keiths@redhat.com>
10267
10268 PR symtab/12704
10269 * gdb.cp/anon-ns.cc: New file.
10270 * gdb.cp/anon-ns.exp: New file.
10271
0a5b1e09
PA
102722011-05-31 Pedro Alves <pedro@codesourcery.com>
10273
10274 * gdb.arch/i386-dr3-watch.c: New file.
10275 * gdb.arch/i386-dr3-watch.exp: New file.
10276
0578b8d1
YQ
102772011-05-30 Yao Qi <yao@codesourcery.com>
10278
10279 * gdb.base/callfuncs.c (t_structs_fc): New.
10280 (t_structs_dc, t_structs_ldc): New.
10281 (t_double_many_args):
10282 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10283 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10284 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10285 * gdb.base/callfuncs.exp: Call new functions.
10286
6680506e
YQ
102872011-05-30 Yao Qi <yao@codesourcery.com>
10288
ff4d2c60
YQ
10289 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10290 Call rerun_and_prepare for each test to isolate effects.
10291
102922011-05-30 Yao Qi <yao@codesourcery.com>
10293
10294 * gdb.base/varargs.c (find_max_float_real): New.
10295 (find_max_double_real, find_max_long_double_real): New.
10296 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
10297 * lib/gdb.exp (setup_kfail_for_target): New.
10298
e43ec454
YQ
102992011-05-30 Yao Qi <yao@codesourcery.com>
10300
10301 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10302 (callcd, callce, callcf, callc1a, callc1b): New.
10303 (callc2a, callc2b): New.
10304 * gdb.base/funcargs.exp (complex_args): New.
10305 (complex_integral_args, complex_float_integral_args): New.
10306 * lib/gdb.exp (support_complex_tests): New. Determine
10307 whether to run test cases on _Complex types.
10308
432b4d03
JK
103092011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10310
10311 * gdb.threads/leader-exit.c: New file.
10312 * gdb.threads/leader-exit.exp: New file.
10313
6caf069d
MP
103142011-05-27 Marek Polacek <mpolacek@redhat.com>
10315
9497469f 10316 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 10317
97fce28b
MP
103182011-05-27 Marek Polacek <mpolacek@redhat.com>
10319
10320 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10321 remove the `supported' variable.
10322 * gdb.mi/mi-nonstop.exp: Likewise.
10323 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10324 * gdb.mi/mi-nsintrall.exp: Likewise.
10325 * gdb.mi/mi-nsmoribund.exp: Likewise.
10326 * gdb.mi/mi-nsthrexec.exp: Likewise.
10327
9da8c2a0
PA
103282011-05-26 Pedro Alves <pedro@codesourcery.com>
10329
10330 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10331
2c03e5be
PA
103322011-05-26 Pedro Alves <pedro@codesourcery.com>
10333
10334 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10335
2e21250d
KS
103362011-05-24 Keith Seitz <keiths@redhat.com>
10337
10338 PR breakpoint/12803
10339 * gdb.cp/cmpd-minsyms.cc (a): New method.
10340 (b): New method.
10341 (c): New method.
10342 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10343
cdac0397
PA
103442011-05-24 Pedro Alves <pedro@codesourcery.com>
10345
10346 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10347 watchpoint's command list didn't execute when the watchpoint went
10348 out of scope.
10349
ee5683ab
PM
103502011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10351
10352 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10353 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10354 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10355 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10356 * gdb.arch/i386-permbkpt.exp: Likewise.
10357 * gdb.arch/i386-prologue.exp: Likewise.
10358 * gdb.arch/i386-size-overlap.exp: Likewise.
10359 * gdb.arch/i386-size.exp: Likewise.
10360 * gdb.arch/i386-unwind.exp: Likewise.
10361 * gdb.reverse/i386-precsave.exp: Likewise.
10362 * gdb.reverse/i386-reverse.exp: Likewise.
10363 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10364 * gdb.reverse/i387-env-reverse.exp: Likewise.
10365 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10366
c91c8c16
PA
103672011-05-24 Pedro Alves <pedro@codesourcery.com>
10368
10369 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10370 file doesn't error, using MI.
10371
c50491a7
TT
103722011-05-23 Tom Tromey <tromey@redhat.com>
10373
10374 * gdb.base/charset.exp (string_display): Add tests to assign to
10375 arrays.
10376 * gdb.base/charset.c (short_array, int_array, long_array): New.
10377
4a07b7da
PA
103782011-05-20 Pedro Alves <pedro@codesourcery.com>
10379
10380 Cope with async mode.
10381
4a07b7da
PA
10382 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10383 into gdb_test + mi_expect_stop.
10384
b275f2d2
PA
103852011-05-20 Pedro Alves <pedro@codesourcery.com>
10386
10387 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10388 (callme): Remove printf call.
10389
eec52c44
PM
103902011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10391
10392 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10393 quote pattern to avoid problems with Cygwin/mingw expect versions.
10394 * gdb.base/default.exp (show convenience): Use double
10395 quote pattern for regular expressions.
10396
b3c8eb43
JK
103972011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 Fix -readnow for -gdwarf-4 unused type units.
10400 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10401 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10402
ed731959
JK
104032011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10404
10405 * gdb.base/kill-after-signal.c: New file.
10406 * gdb.base/kill-after-signal.exp: New file.
10407
3b48433d
PA
104082011-05-16 Pedro Alves <pedro@codesourcery.com>
10409
10410 * gdb.ada/start.exp: Call untested with the correct test filename.
10411 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10412 test filename. Make the test's binary unique.
10413 * gdb.arch/i386-signal.exp: Call untested with the correct test
10414 filename.
10415 * gdb.arch/i386-size-overlap.exp: Ditto.
10416 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10417 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10418 * gdb.cp/call-c.exp: Ditto.
10419 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10420 filename. Make the test's binary unique.
10421 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10422 * gdb.python/py-mi.exp: Ditto.
10423 * gdb.python/Makefile.in (EXECUTABLES): Update.
10424 * gdb.reverse/i386-precsave.exp: Ditto.
10425 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10426 test filename.
10427 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10428 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10429 unique.
10430 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10431 test filename.
10432 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10433 * gdb.trace/tfile.exp: Ditto.
10434
ba4a8bdd
YQ
104352011-05-14 Yao Qi <yao@codesourcery.com>
10436
10437 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10438 type.
10439
dbaefcf7
DE
104402011-05-13 Doug Evans <dje@google.com>
10441
10442 * gdb.python/py-objfile-script.exp: New file.
10443 * gdb.python/py-objfile-script.c: New file.
10444 * gdb.python/py-objfile-script-gdb.py: New file.
10445 * testsuite/gdb.python/py-section-script.exp: Test
10446 "info auto-load-scripts".
10447
9930639c
TT
104482011-05-13 Tom Tromey <tromey@redhat.com>
10449
10450 * gdb.dwarf2/clztest.exp: New file.
10451 * gdb.dwarf2/clztest.c: New file.
10452 * gdb.dwarf2/clztest.S: New file.
10453
05272e11
DE
104542011-05-13 Doug Evans <dje@google.com>
10455
cc63ef9b
DE
10456 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10457 String16 tests.
05272e11 10458
6edba76f
TT
104592011-05-13 Tom Tromey <tromey@redhat.com>
10460
10461 * lib/gdb.exp (is_x86_like_target): New proc.
10462 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10463 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10464 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10465 -nostdlib to compiler.
10466 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10467 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10468 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10469 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10470 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10471
028d0ed5
TJB
104722011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10473
10474 * gdb.python/py-function.exp: Test setting a value from a function
10475 which executes a command.
10476
8a9b8146
TT
104772011-05-12 Tom Tromey <tromey@redhat.com>
10478
10479 * gdb.dwarf2/typeddwarf.S: New file.
10480 * gdb.dwarf2/typeddwarf.c: New file.
10481 * gdb.dwarf2/typeddwarf.exp: New file.
10482
10483e8e
MP
104832011-05-12 Marek Polacek <mpolacek@redhat.com>
10484
10485 * gdb.mi/mi-basics.exp: Fix races. Honour the
10486 `test_exec_and_symbol_mi_operatons' return value.
10487 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10488 gdb_test_multiple.
10489 (test_exec_and_symbol_mi_operatons): Likewise.
10490 (test_path_specification): Likewise.
10491
faf067f1
JK
104922011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10493
10494 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10495 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10496 Replace `file copy' and `file rename' by `file mtime'. Twice.
10497
7ff911a3
JK
104982011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10499
10500 * gdb.base/readline-ask.c: New file.
10501 * gdb.base/readline-ask.exp: New file.
10502 * gdb.base/readline-ask.inputrc: New file.
10503
a536c6d7
UW
105042011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10505
10506 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10507 to avoid race condition.
10508 * gdb.cell/coremaker.c: Use small stack size.
10509 * gdb.cell/ea-standalone.exp: Use file name without path as
10510 argument to c_to.
10511 * gdb.cell/fork.exp: Allow other output when continuing to end.
10512
d472a426
JK
105132011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 * gdb.threads/corethreads.c: New file.
10516 * gdb.threads/corethreads.exp: New file.
10517
105182011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
10519
10520 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10521 Try to compile the test using -Wl,-z,norelro first.
10522 (load_core): New variable libthread_db_seen, initialize it.
10523 (zeroed-threads cannot be listed): Protect it by XFAIL on
10524 !$libthread_db_seen.
10525
8be455d7
JK
105262011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10527
10528 PR 12573
10529 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10530 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10531 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10532
1976171a
JK
105332011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10534
10535 * gdb.cp/psymtab-parameter.cc: New file.
10536 * gdb.cp/psymtab-parameter.exp: New file.
10537
7db6f30f
JK
105382011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10539
10540 Fix a race.
10541 * gdb.cp/static-print-quit.exp (print c): Split to ...
10542 (print c - <return>, print c - q <return>, print c - to quit):
10543 ... these. Make the testfile untested on gdb-7.1.
10544
85161e9e 105452011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
10546
10547 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10548 gdb_rename_execfile, gdb_touch_execfile): New.
10549 * gdb.base/reread.exp: Use new procs to handle multiple
10550 exec files.
10551
0c51be18
YQ
105522011-05-05 Yao Qi <yao@codesourcery.com>
10553
10554 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10555 (test_adr_32bit, test_pop_pc): New.
10556 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10557 (test_adr_32bit, test_pop_pc): New.
10558
4d393d60
JM
105592011-05-04 Joseph Myers <joseph@codesourcery.com>
10560
10561 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10562 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10563 targets.
10564 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10565 handle targets.
10566
8ffd0459
JK
105672011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10568
10569 * gdb.base/completion.exp (complete help info wat): Rename to ...
10570 (complete 'help info wat'): ... here.
10571 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10572 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10573
8e28d804
PA
105742011-05-04 Pedro Alves <pedro@codesourcery.com>
10575
10576 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10577 gdb_test and explicit $gdb_prompt/timeout matches.
10578
3eb2ef34
YQ
105792011-05-04 Yao Qi <yao@codesourcery.com>
10580
10581 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10582 and __thumb2__.
10583
aaaf81a3
MP
105842011-05-03 Marek Polacek <mpolacek@redhat.com>
10585
10586 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10587 in place of `gdb_test "delete breakpoints"'. This eliminates two
10588 testcases.
10589
c4cbc0df
PA
105902011-05-02 Pedro Alves <pedro@codesourcery.com>
10591
10592 PR testsuite/12649
10593 Fix races.
10594
10595 * gdb.base/completion.exp: Remove all sleep calls. Remove
10596 unnecessary regexs. Don't explicitly expect anything after the
10597 prompt. Eat the prompt if necessary.
10598
b4cbb4a3
EBM
105992011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10600
10601 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10602 accept to show the caller line again as well as the line after.
10603
d65aec65
PM
106042011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10605
10606 PR mi/12531
10607
10608 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10609 compile target.
10610 * gdb.python/py-prettyprint.exp: Add C++ object for
10611 CPLUS_FAKE_CHILD test.
10612
30852783
UW
106132011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10614
10615 * gdb.base/signest.exp: New file.
10616 * gdb.base/signest.c: Likewise.
10617
c7b1f0d9
JK
106182011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10619
10620 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10621 thread and breakpoint notifications.
10622
559a7a62
JK
106232011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10624
10625 * gdb.base/fortran-sym-case.c: New file.
10626 * gdb.base/fortran-sym-case.exp: New file.
10627 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10628 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10629 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10630
8344e389
JK
106312011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10632
10633 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10634 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10635 false #1', `if true else false #2' and `if true else false #3'.
10636
2484c66b
UW
106372011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10638
10639 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10640 while delivering signal.
10641
8d3788bd
VP
106422011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10643
10644 MI breakpoint notifications.
10645
10646 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
10647 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10648 * testsuite/gdb.mi/mi-watch.exp: Adust.
10649 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10650 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10651 notifications.
8d3788bd 10652
3e03848b
JK
106532011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10654
10655 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10656 * gdb.base/gdbindex-stabs.c: New file.
10657 * gdb.base/gdbindex-stabs.exp: New file.
10658
918c9108
YQ
106592011-04-25 Yao Qi <yao@codesourcery.com>
10660
10661 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10662 with /*...*/.
10663 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10664
90556b8c
JK
106652011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10666
10667 * gdb.python/py-value.exp (test_objfiles): Name the first test
10668 `py-value in file.filename'.
10669
03f2bd59
JK
106702011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10671
10672 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10673 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10674 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10675 !gdbserver_reconnect_p..
10676 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10677
7b08b9eb
JK
106782011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10679
10680 * gdb.cp/cpcompletion.exp (complete class methods)
10681 (complete class methods beginning with F): Move them above runto. New
10682 comment about the runto delimiter.
10683
b78974c3
PA
106842011-04-20 Pedro Alves <pedro@codesourcery.com>
10685
10686 * gdb.base/maint.exp: Test that "maint print registers" works
10687 without a running program.
10688
20429c40 106892011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 10690
20429c40
MP
10691 * gdb.base/setshow.exp: Fix racy tests.
10692 ($old_gdb_prompt): New variable.
10693
7a9dd1b2
TT
106942011-04-19 Tom Tromey <tromey@redhat.com>
10695
10696 * gdb.mi/mi-nsmoribund.exp:
10697 * gdb.hp/gdb.objdbg/objdbg01.exp:
10698 * gdb.base/structs.exp (test_struct_returns):
10699 * gdb.base/call-sc.exp (test_scalar_returns):
10700 * gdb.base/bigcore.exp: Remove duplicate words.
10701
02835898
JK
107022011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10703
10704 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10705 * gdb.base/break-interp.exp (test_attach): New comment.
10706
254f582e
JK
107072011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10710 (clear __stack_user.next, clear stack_used.next)
10711 (save a zeroed-threads corefile): New test.
10712 Call core_load for $core0file.
10713 (zeroed-threads cannot be listed): New test.
10714
4fe85f5c
JK
107152011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10718 filename.
10719 ($srcfile): Preserve the original value.
10720 ($testfile): Match it the .exp filename.
10721 ($corefile): New variable. Substitute it around.
10722 Use clean_restart.
10723 ($prev_timeout): Remove.
10724 (load_core): Move core loading into this proc.
10725 Fix restore of $timeout if load_core fails.
10726
63524580
JK
107272011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10728
10729 * gdb.base/eu-strip-infcall.c: New file.
10730 * gdb.base/eu-strip-infcall.exp: New file.
10731
90359a16
JK
107322011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10733
10734 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10735 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10736
626e7282
JK
107372011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10738
10739 Fix Python access to inlined frames.
10740 * gdb.python/py-frame-inline.c: New file.
10741 * gdb.python/py-frame-inline.exp: New file.
10742
3363d018
EBM
107432011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10744
10745 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10746 content of 's24' correctly (avoiding "optimized out").
10747 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10748
28781456
JK
107492011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10752
4a4106ca
TJB
107532011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10754
10755 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10756 expect a colon in watch -location output.
10757
d26ccb4f
JK
107582011-04-13 Marek Polacek <mpolacek@redhat.com>
10759
df46027d 10760 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
10761 New testcase `expect response to define backtrace'. Also remove
10762 redundant `default' block.
10763
e1ab1f9c
JK
107642011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10765
10766 * gdb.python/py-prettyprint.c (struct hint_error): New.
10767 (main): New variable hint_error.
10768 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10769 "print hint_error".
10770 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10771 (register_pretty_printers): Register it.
10772
0c2e6019
TT
107732011-04-04 Tom Tromey <tromey@redhat.com>
10774
10775 * gdb.cp/maint.exp (test_help): Update.
10776 (test_namespace): Likewise.
10777
af57139d
JB
107782011-04-01 Joel Brobecker <brobecker@adacore.com>
10779
10780 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10781 * gdb.ada/arrayptr.exp: Add new tests.
10782
956a9fb9
JB
107832011-04-01 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.ada/mi_catch_ex: New testcase.
10786
d0c4d642
PA
107872011-04-01 Pedro Alves <pedro@codesourcery.com>
10788
10789 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10790 base::overload(void) method without specifying "const".
10791
18819fa6
UW
107922011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10793
10794 * gdb.arch/thumb-singlestep.S: New file.
10795 * gdb.arch/thumb-singlestep.exp: Likewise.
10796
a4c8e806
TT
107972011-03-31 Tom Tromey <tromey@redhat.com>
10798
10799 * gdb.python/py-prettyprint.py (exception_flag): New global.
10800 (NoStringContainerPrinter._iterator.next): Check it.
10801 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10802 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10803
53832f31
TT
108042011-03-29 Tom Tromey <tromey@redhat.com>
10805
10806 * gdb.cp/anon-struct.cc: New file.
10807 * gdb.cp/anon-struct.exp: New file.
10808
e4620230
JK
108092011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 Test STT_GNU_IFUNC support.
10812 * gdb.base/gnu-ifunc-lib.c: New file.
10813 * gdb.base/gnu-ifunc.c: New file.
10814 * gdb.base/gnu-ifunc.exp: New file.
10815
d0fb5eae
JK
108162011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10817
10818 Support a ring of related breakpoints.
10819 * gdb.base/watchpoint-delete.c: New file.
10820 * gdb.base/watchpoint-delete.exp: New file.
10821
20106cfb
JK
108222011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10823
10824 * gdb.ada/arrayparam.exp (print first after function call): Use
10825 explicit package name. Add a comment
10826 (print lasta after function call): Rename ...
10827 (print last after function call): ... it and use explicit package
10828 name.
10829 (print length after function call): Use explicit package name.
10830 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10831 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10832 (multiple matches for symbol i): Rename ...
10833 (multiple matches for symbol integervar): ... it.
10834 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10835 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10836
e7ab5e63
AB
108372011-03-25 Andrew Burgess <aburgess@broadcom.com>
10838
10839 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10840 environment variable to make grep output more predictable. Move
10841 all the environment setup into gdb_init so it's done once per test
10842 case rather than each time we start gdb.
10843
9ef07c8c
TT
108442011-03-24 Tom Tromey <tromey@redhat.com>
10845
10846 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10847 test.
10848
dd90784c
JK
108492011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10850
10851 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10852 * gdb.dwarf2/dw2-entry-value.S: New file.
10853 * gdb.dwarf2/dw2-entry-value.exp: New file.
10854
05775840
PM
108552011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10856
6fdff2c5 10857 PR python/12183
05775840
PM
10858
10859 * gdb.python/py-function.exp: Add GdbError tests.
10860
8661b11b
PA
108612011-03-18 Pedro Alves <pedro@codesourcery.com>
10862
10863 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10864 (reglocal_test_func, statlocal_test_func): New functions.
10865 (globals_test_func): Call new functions.
10866 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10867 (gdb_collect_locals_test): New procedure.
10868 (gdb_trace_collection_test): Call new procedures.
10869
0fdb4f18
PA
108702011-03-18 Pedro Alves <pedro@codesourcery.com>
10871
10872 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10873 (test_register, test_register_unavailable): New procedures.
10874 (gdb_unavailable_registers_test): New procedure.
10875 (gdb_trace_collection_test): Call it.
10876
99c3dc11
PM
108772011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10878
6fdff2c5 10879 PR python/12149
99c3dc11
PM
10880
10881 * gdb.python/python.exp: Add gdb.write tests.
10882
29703da4
PM
108832010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10884
10885 * gdb.python/Makefile.in: Add py-objfile.
10886 * gdb.python/py-objfile.exp: New file.
10887 * gdb.python/py-objfile.c: New file.
10888 * gdb.python/py-block.exp: Add is_valid tests.
10889 * gdb.python/py-inferior.exp: Ditto.
10890 * gdb.python/py-infthread.exp: Ditto.
10891 * gdb.python/py-symbol.exp: Ditto.
10892 * gdb.python/py-symtab.exp: Ditto.
10893
598997c8
KS
108942011-03-16 Keith Seitz <keiths@redhat.com>
10895
10896 PR c++/12273
10897 * gdb.cp/cmpd-minsyms.exp: New test.
10898 * gdb.cp/cmpd-minsyms.cc: New file.
10899
10900 PR c++/11734
10901 * gdb.cp/ovsrch.exp: New test.
10902 * gdb.cp/ovsrch.h: New file.
10903 * gdb.cp/ovsrch1.cc: New file.
10904 * gdb.cp/ovsrch2.cc: New file.
10905 * gdb.cp/ovsrch3.cc: New file.
10906 * gdb.cp/ovsrch4.cc: New file.
10907
c91513d8
PP
109082011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10909
10910 PR gdb/12528
10911 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10912 * gdb.base/break-on-linker-gcd-function.exp: New test.
10913 * gdb.base/break-on-linker-gcd-function.cc: New file.
10914
7470fc63
AT
109152011-03-15 Andreas Tobler <andreast@fgznet.ch>
10916
10917 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10918
959e7469
PM
109192011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10920
10921 * lib/gdb.exp (gdb_unload): Add another termination case.
10922
9373cf26
JK
109232011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10926 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10927 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10928 Provide a stub byte there.
10929 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10930 DW_AT_entry_pc.
10931 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10932
24e9cda0
UW
109332011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10934
10935 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10936 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10937 "generic ABI, auto".
10938 (altivec_abi_tests): Accept vectors returned by reference.
10939
7371cf6d
PM
109402010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10941
10942 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10943
ce77046a
UW
109442011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10945
10946 * gdb.python/py-section-script.exp: Skip test if no Python support.
10947
176400c3
UW
109482011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10949
10950 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10951
ecec24e6
PM
109522011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10953
10954 * gdb.python/py-parameter.exp: Update tests to the new Python
10955 parameter API. Add "no documentation" test. Add deprecated API
10956 backward compatibility test.
10957
5dbdd470
TT
109582011-03-09 Tom Tromey <tromey@redhat.com>
10959
10960 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10961 gdb_continue_to_end.
10962
b66e66ee
MK
109632011-03-09 Mark Kettenis <kettenis@gnu.org>
10964
10965 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10966 tabs.
10967
eceb0c5f
TT
109682011-03-09 Tom Tromey <tromey@redhat.com>
10969
10970 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10971 parentheses.
10972 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10973 $command.
10974 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10975 argument to gdb_continue_to_end.
10976 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10977 argument to gdb_continue_to_end.
10978 * gdb.cp/annota3.exp: Fix regex.
10979 * gdb.cp/annota2.exp: Fix regex.
10980 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10981 gdb_continue_to_end.
10982 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10983 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10984 gdb_continue_to_end.
10985
63154eca
PA
109862011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10987
10988 * gdb.server/ext-run.exp
10989 (load new file without any gdbserver inferior): New test.
10990
967d1f9b
TT
109912011-03-07 Tom Tromey <tromey@redhat.com>
10992
10993 * Makefile.in (TAGS): Rewrite.
10994
d68dcbb9
JK
109952011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10996
10997 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10998 initial commands echo. New match for `Found trace'. Anchor all the
10999 other matches. Anchor and match for `No trace frame found' the final
11000 match.
11001
6bf58e63
TT
110022011-03-07 Tom Tromey <tromey@redhat.com>
11003
11004 * Makefile.in (TAGS): New target.
11005
fda326dd
TT
110062011-03-07 Tom Tromey <tromey@redhat.com>
11007
11008 * lib/opencl.exp (skip_opencl_tests): Update for exit message
11009 change.
11010 * lib/mi-support.exp (mi_gdb_test): Update for exit message
11011 change.
11012 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
11013 exit message change.
11014 (skip_altivec_tests): Update for exit message change.
11015 (skip_vsx_tests): Likewise.
11016 (gdb_continue_to_end): Likewise. Add 'command' argument.
11017 * lib/cell.exp (skip_cell_tests): Update for exit message change.
11018 * gdb.threads/tls.exp: Update for exit message change.
11019 * gdb.threads/thread-unwindonsignal.exp: Use
11020 gdb_continue_to_end.
11021 * gdb.threads/step.exp (step_it): Update for exit message change.
11022 (continue_all): Likewise.
11023 * gdb.threads/print-threads.exp (test_all_threads): Update for
11024 exit message change.
11025 * gdb.threads/interrupted-hand-call.exp: Use
11026 gdb_continue_to_end.
11027 * gdb.threads/execl.exp: Use gdb_continue_to_end.
11028 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
11029 gdb_continue_to_end.
11030 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
11031 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
11032 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
11033 * gdb.cp/method.exp: Update for exit message change.
11034 * gdb.cp/mb-templates.exp: Update for exit message change.
11035 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
11036 * gdb.cp/annota3.exp: Update for exit message change.
11037 * gdb.cp/annota2.exp: Update for exit message change.
11038 * gdb.cell/fork.exp: Use gdb_continue_to_end.
11039 * gdb.base/term.exp: Update for exit message change.
11040 * gdb.base/step-test.exp (test_i): Update for exit message change.
11041 * gdb.base/sigstep.exp (advance): Update for exit message change.
11042 (advancei): Likewise.
11043 * gdb.base/siginfo.exp: Update for exit message change.
11044 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
11045 * gdb.base/reread.exp: Use gdb_continue_to_end.
11046 * gdb.base/langs.exp: Use gdb_continue_to_end.
11047 * gdb.base/interrupt.exp: Update for exit message change.
11048 * gdb.base/gdb1555.exp: Update for exit message change.
11049 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
11050 * gdb.base/ending-run.exp: Update for exit message change.
11051 * gdb.base/chng-syms.exp: Update for exit message change.
11052 * gdb.base/checkpoint.exp: Update for exit message change.
11053 * gdb.base/catch-syscall.exp (check_for_program_end): Use
11054 gdb_continue_to_end.
11055 (test_catch_syscall_with_wrong_args): Likewise.
11056 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
11057 * gdb.base/break-interp.exp (test_ld): Update for exit message
11058 change.
11059 * gdb.base/bang.exp: Update for exit message change.
11060 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
11061 (do_call_attach_tests): Likewise.
11062 * gdb.base/a2-run.exp: Update for exit message change.
11063 * gdb.arch/ppc-dfp.exp: Update for exit message change.
11064 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
11065 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
11066
dd19bd70
JK
110672011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11068
11069 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
11070
30e62689
TT
110712011-03-03 Tom Tromey <tromey@redhat.com>
11072
11073 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
11074 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
11075 * gdb.hp/gdb.aCC/configure.ac: Remove.
11076 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
11077 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
11078 * gdb.hp/gdb.base-hp/configure.ac: Remove.
11079 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
11080 * gdb.hp/gdb.compat/configure (Makefile): Remove.
11081 * gdb.hp/gdb.compat/configure.ac: Remove.
11082 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
11083 * gdb.hp/gdb.defects/configure (Makefile): Remove.
11084 * gdb.hp/gdb.defects/configure.ac: Remove.
11085 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
11086 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
11087 * gdb.hp/gdb.objdbg/configure.ac: Remove.
11088 * gdb.hp/configure.ac: Remove.
11089 * gdb.hp/configure: Remove.
11090 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
11091 substitution.
11092 (Makefile): Remove rule.
11093 * gdb.cell/configure.ac: Remove.
11094 * gdb.cell/configure: Remove.
11095 * gdb.stabs/Makefile.in (Makefile): Remove.
11096 (distclean): Don't remove config.status or config.log.
11097 * gdb.stabs/configure (Makefile): Remove.
11098 * gdb.stabs/configure.ac: Remove.
11099 * configure: Rebuild.
11100 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
11101 Remove stabs- and cell-specific logic. Test for existence of
11102 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
11103 subdirectories, gdb.cell, and and gdb.stabs.
11104 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
11105
c171f854
JB
111062011-03-03 Joel Brobecker <brobecker@adacore.com>
11107
11108 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
11109 end of buffer.
11110
9a5193cb
JB
111112011-03-02 Joel Brobecker <brobecker@adacore.com>
11112
11113 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
11114 gdb_test when running a test where we expected no output back.
11115
9bb4c1bb
MS
111162011-02-28 Michael Snyder <msnyder@vmware.com>
11117
11118 * gdb.cp/overload.cc: Change initializer value to integer.
11119
3bd0f5ef
MS
111202011-02-27 Michael Snyder <msnyder@vmware.com>
11121
11122 * gdb.multi/base.exp: Add test for remove-inferiors.
11123
2279eaad
JB
111242011-02-26 Joel Brobecker <brobecker@adacore.com>
11125
11126 * gdb.python/py-frame.exp: Simplify the initialization phase
11127 using prepare_for_testing.
11128
c82c0b55
MS
111292011-02-25 Michael Snyder <msnyder@vmware.com>
11130
11131 * gdb.multi/base.exp: Add tests for info inferiors with args.
11132
1d94651b
JK
111332011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11134
11135 * gdb.dwarf2/dw2-ranges.S: Rename to ...
11136 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
11137 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
11138 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
11139 asmfile3. Comment the STABS (#3) file compilation. Compile
11140 everything through assembler. Provide KFAIL for symtab/12497.
11141 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
11142 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
11143 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
11144 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
11145
3bd0f5ef
MS
111462011-02-24 Michael Snyder <msnyder@vmware.com>
11147
11148 * gdb.base/break.exp: Add tests for delete breakpoints using
11149 convenience variables and value history references.
11150
12c1418e
MS
111512011-02-24 Michael Snyder <msnyder@vmware.com>
11152
11153 * gdb.base/break.exp: Remove debugging 'printf' accidentally
11154 left behind in previous check-in.
11155
e5a67952
MS
111562011-02-23 Michael Snyder <msnyder@vmware.com>
11157
11158 * gdb.base/break.exp: Add tests for "info break" with arguments.
11159 * gdb.trace/infotrace.exp: Update patterns for error and help.
11160 * gdb.base/completion.exp: Update pattern.
11161 * gdb.base/ena-dis-br.exp: Update pattern.
11162 * gdb.base/help.exp: Update patterns.
11163
111642011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
11165
11166 * gdb.base/memattr.exp: New test.
11167 * gdb.base/memattr.c: Test load for memattr.exp.
11168
6e6fbe60
DE
111692011-02-22 Doug Evans <dje@google.com>
11170
11171 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
11172
1d41d745
MS
111732011-02-22 Michael Snyder <msnyder@vmware.com>
11174
11175 * Makefile.in: Make more clean.
11176 * gdb.ada/Makefile.in: Ditto.
11177 * gdb.arch/Makefile.in: Ditto.
11178 * gdb.asm/Makefile.in: Ditto.
11179 * gdb.base/Makefile.in: Ditto.
11180 * gdb.cp/Makefile.in: Ditto.
11181 * gdb.dwarf2/Makefile.in: Ditto.
11182 * gdb.java/Makefile.in: Ditto.
11183 * gdb.mi/Makefile.in: Ditto.
11184 * gdb.modula2/Makefile.in: Ditto.
11185 * gdb.python/Makefile.in: Ditto.
11186 * gdb.server/Makefile.in: Ditto.
11187 * gdb.stabs/Makefile.in: Ditto.
11188 * gdb.threads/Makefile.in: Ditto.
11189 * gdb.trace/Makefile.in: Ditto.
11190
79ba84ca
MS
111912011-02-22 Michael Snyder <msnyder@vmware.com>
11192
df46027d 11193 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
11194 info threads.
11195
b9b35694
JB
111962011-02-22 Joel Brobecker <brobecker@adacore.com>
11197
11198 * gdb.python/py-breakpoint.exp: Fix the expected output of
11199 one of the "maint info breakpoints" tests to accept the output
11200 generated on platforms that do not have hardware watchpoints.
11201
8bfb830f
JB
112022011-02-22 Joel Brobecker <brobecker@adacore.com>
11203
11204 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
11205 clean_restart. Be a little stricter in the expected output
11206 for one of the tests. Fix a typo in one of the comments.
11207
c45f3c54
JB
112082011-02-22 Joel Brobecker <brobecker@adacore.com>
11209
11210 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
11211 Delete variable binfile, no longer use. Add or modify test
11212 comments to make them unique.
11213
b97c863c
MS
112142011-02-21 Michael Snyder <msnyder@vmware.com>
11215
11216 * Makefile.in: Update for make clean.
11217 * gdb.ada/Makefile.in: Ditto.
11218 * gdb.arch/Makefile.in: Ditto.
11219 * gdb.asm/Makefile.in: Ditto.
11220 * gdb.base/Makefile.in: Ditto.
11221 * gdb.cp/Makefile.in: Ditto.
11222 * gdb.dwarf2/Makefile.in: Ditto.
11223 * gdb.java/Makefile.in: Ditto.
11224 * gdb.mi/Makefile.in: Ditto.
11225 * gdb.modula2/Makefile.in: Ditto.
11226 * gdb.python/Makefile.in: Ditto.
11227 * gdb.server/Makefile.in: Ditto.
11228 * gdb.stabs/Makefile.in: Ditto.
11229 * gdb.threads/Makefile.in: Ditto.
11230 * gdb.trace/Makefile.in: Ditto.
11231
aea5b279
MS
112322011-02-21 Michael Snyder <msnyder@vmware.com>
11233
11234 * gdb.threads/thread-find.exp: Update patterns for changes in
11235 output of "info threads" command.
11236
e3039479
UW
112372011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11238 Ulrich Weigand <uweigand@de.ibm.com>
11239
11240 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
11241 (skip_hw_watchpoint_tests): Likewise.
11242 (skip_hw_watchpoint_multi_tests): Likewise.
11243
b800ec70
UW
112442011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
11245
11246 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
11247 (skip_hw_watchpoint_tests): Likewise.
11248 (skip_hw_watchpoint_multi_tests): Likewise.
11249 (skip_hw_watchpoint_access_tests): Likewise.
11250
11251 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
11252 * gdb.base/pr11022.exp: Likewise.
11253 * gdb.base/watch-read.exp: Likewise.
11254 * gdb.base/watch_thread_num.exp: Likewise.
11255 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11256 * gdb.base/watchpoint-hw.exp: Likewise.
11257 * gdb.base/watchpoint.exp: Likewise.
11258 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
11259 * gdb.threads/watchthreads-reorder.exp: Likewise.
11260 * gdb.threads/watchthreads.exp: Likewise.
11261 * gdb.threads/watchthreads2.exp: Likewise.
11262
91033e37
JB
112632011-02-21 Joel Brobecker <brobecker@adacore.com>
11264
11265 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11266 the debugger is unable to find the array bounds.
11267
eeaafae2
JK
112682011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11269
11270 * gdb.cp/typedef-operator.exp: New file.
11271 * gdb.cp/typedef-operator.cc: New file.
11272
e338d953
MS
112732011-02-17 Michael Snyder <msnyder@vmware.com>
11274
11275 * gdb.threads/thread-find.exp: Fix regular expressions.
11276
e67ad678
JB
112772011-02-17 Joel Brobecker <brobecker@adacore.com>
11278
11279 * gdb.ada/packed_array: Expand testcase to test printing of
11280 unconstrained packed array.
11281
93084bca
JB
112822011-02-17 Joel Brobecker <brobecker@adacore.com>
11283
11284 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11285
a0c78a73
PA
112862011-02-16 Pedro Alves <pedro@codesourcery.com>
11287
f65d5553 11288 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
11289 (main): Initialize it before collecting, and and clear it
11290 afterwards.
f65d5553
PA
11291 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11292 collecting with '{type} addr', where the addr expression is not an
11293 rvalue.
a0c78a73 11294
3dfcbbd2
KW
112952011-02-16 Ken Werner <ken.werner@de.ibm.com>
11296
11297 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11298 a bool variable. Expect correct OpenCL names for vector types. Use the
11299 uc3 variable name instead of referring to the uchar3 built-in type.
11300 Escape the asterisk at the half pointer test.
11301
08807d5a
PA
113022011-02-16 Pedro Alves <pedro@codesourcery.com>
11303
f65d5553 11304 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
11305 (main): Initialize it before collecting, and and clear it
11306 afterwards.
f65d5553
PA
11307 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11308 collecting overlapping memory ranges.
08807d5a 11309
60f98dde
MS
113102011-02-15 Michael Snyder <msnyder@vmware.com>
11311
11312 * gdb.base/default.exp: Add tests for thread commands.
11313 * gdb.base/help.exp: Add tests for thread commands.
11314 * gdb.threads/thread-find.exp: New test for thread find command.
11315
648cd113
KW
113162011-02-15 Ken Werner <ken.werner@de.ibm.com>
11317
11318 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11319
494e194e
YQ
113202011-02-15 Yao Qi <yao@codesourcery.com>
11321
11322 PR tdep/12352
11323 * gdb.arch/arm-disp-step.S : New test for str instruction.
11324 * gdb.arch/arm-disp-step.exp : Likewise.
11325
d9492458
TJB
113262011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11327
11328 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11329 "vector_register2_vr" test strings. Test the extended floating
11330 point registers (F32~F63).
11331 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11332 IBM XL C compiler. Make the test program use a register provided
11333 by the compiler for the lxvd2x instruction.
11334
8af8e3bc
PA
113352011-02-14 Pedro Alves <pedro@codesourcery.com>
11336
11337 * gdb.trace/unavailable.cc (class Base, class Middle, class
11338 Derived): New types.
11339 (derived_unavail, derived_partial, derived_whole): New globals.
11340 (virtual_partial): New global.
11341 (virtualp): Point at virtual_partial.
11342 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11343 related to unavailable vptr.
11344
1b28d0b3
PA
113452011-02-14 Pedro Alves <pedro@codesourcery.com>
11346
11347 * gdb.trace/unavailable.cc (a, b, c): New globals.
11348 (main): Set and clear them.
11349 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11350 `a' and `c', and check that `b' isn't collected, although `a' and
11351 `c' are.
11352
ec0a52e1
PA
113532011-02-14 Pedro Alves <pedro@codesourcery.com>
11354
11355 * gdb.trace/unavailable.cc (struct Virtual): New.
11356 (virtualp): New global pointer.
11357 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11358 printing a pointer to an object whose type has a vtable, with
11359 print object on.
11360
24e6bcee
PA
113612011-02-14 Pedro Alves <pedro@codesourcery.com>
11362
11363 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11364 value repeat handles unavailableness.
11365
39d37385
PA
113662011-02-14 Pedro Alves <pedro@codesourcery.com>
11367
11368 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11369 tests for building arrays from unavailable values, subscripting
11370 non-memory rvalue unvailable arrays, and accessing fields or
11371 baseclasses of non-lazy unavailable values,
11372 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11373 struct types.
11374 (g_smallstruct, g_smallstruct_b): New globals.
11375
06d72e16
PA
113762011-02-14 Pedro Alves <pedro@codesourcery.com>
11377
11378 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11379
bc9a5551
JK
113802011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11381
11382 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11383 * gdb.cp/overload-const.exp: New file.
11384 * gdb.cp/overload-const.cc: New file.
11385
54fcddd0
UW
113862011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11387
11388 * gdb.opencl/callfuncs.cl: New file.
11389 * gdb.opencl/callfuncs.exp: New test.
11390 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11391
d6dafb7c
UW
113922011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11393
11394 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11395 when computing result.
11396 * gdb.arch/altivec-abi.exp: Update expected results.
11397
a449c2d8
TJB
113982011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11399
11400 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11401 * gdb.base/jit.exp: Likewise.
11402 * gdb.base/pie-execl.exp: Likewise.
11403 * gdb.base/solib-nodir.exp: Likewise.
11404 * gdb.base/solib-overlap.exp: Likewise.
11405
764880b7
PA
114062011-02-07 Pedro Alves <pedro@codesourcery.com>
11407
11408 * gdb.trace/collection.c (global_pieces): New.
11409 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11410 New procedure.
11411 (gdb_trace_collection_test): Call it.
11412
505500db
SW
114132011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11414
11415 * gdb.python/py-evthreads.c: New file.
11416 * gdb.python/py-evthreads.exp: New file.
11417 * gdb.python/py-events.py: New file.
11418 * gdb.python/py-events.exp: New file.
11419 * gdb.python/py-events.c: New file.
11420
385203ed
DD
114212011-02-04 David Daney <ddaney@caviumnetworks.com>
11422
11423 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11424
9011945e
AB
114252011-02-03 Andrew Burgess <aburgess@broadcom.com>
11426
11427 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11428 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11429 boundary between two compilation units.
11430
580688f3
PA
114312011-02-02 Pedro Alves <pedro@codesourcery.com>
11432
11433 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11434 (Virtual): New structs.
11435 (virtual_o, virtual_middle_b): New globals.
11436 * gdb.cp/virtbase.exp: New tests.
11437
d3f0f853
PP
114382011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11439
11440 * gdb.base/jit.exp: New file.
11441 * gdb.base/jit-main.c: New file.
11442 * gdb.base/jit-solib.c: New file.
11443
b2030fb5
UW
114442011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11445
11446 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11447 proceed to initial kernel entry point.
11448 * gdb.opencl/datatypes.exp: Likewise.
11449 * gdb.opencl/operators.exp: Likewise.
11450 * gdb.opencl/vec_comps.exp: Likewise.
11451
2db19d1e
SW
114522011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11453
11454 * gdb.cp/nsnested.cc: New.
11455 * gdb.cp/nsnested.exp: New.
11456 * gdb.cp/nsnoimports.exp: New.
11457 * gdb.cp/nsnoimports.cc: New.
11458
6b0c4c1f
JB
114592011-01-31 Joel Brobecker <brobecker@adacore.com>
11460
11461 * gdb.base/interact.exp: Add extra tests that verify that
11462 the value of the interactive-mode setting does not change
11463 after the script is sourced.
11464
80b23b6a
JK
114652011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 * gdb.cp/noparam.exp: New file.
11468 * gdb.cp/noparam.cc: New file.
11469
ffd5ec24
PA
114702011-01-28 Pedro Alves <pedro@codesourcery.com>
11471
11472 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11473 there's no stack or registers.
11474
a81766d8
TT
114752011-01-26 Tom Tromey <tromey@redhat.com>
11476
11477 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11478 space before string output. Add test for "set print pretty off"
11479 case.
11480
585fdaa1
PA
114812011-01-25 Pedro Alves <pedro@codesourcery.com>
11482
11483 * gdb.base/frame-args.exp: Adjust.
11484 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11485 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11486 * gdb.dwarf2/pieces.exp: Adjust.
11487 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11488 * gdb.opt/inline-locals.exp: Adjust.
11489 * gdb.threads/fork-child-threads.exp: Adjust.
11490
d468832a
KW
114912011-01-25 Ken Werner <ken.werner@de.ibm.com>
11492
11493 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11494 OpenCL kernel function. Add a comment as marker. Add address space
11495 qualifiers for the remaining program scope variables.
11496 * gdb.opencl/datatypes.cl: Likewise.
11497 * gdb.opencl/operators.cl: Likewise.
11498 * gdb.opencl/vec_comps.cl: Likewise.
11499 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11500 Add breakpoint at the marker comment.
11501 * gdb.opencl/datatypes.exp: Likewise.
11502 * gdb.opencl/operators.exp: Likewise.
11503 * gdb.opencl/vec_comps.exp: Likewise.
11504
490f124f
PA
115052011-01-24 Pedro Alves <pedro@codesourcery.com>
11506
11507 * gdb.base/printcmds.c (some_struct): New struct and instance.
11508 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11509 procedure.
11510 <global scope>: Call it.
11511
6da78614
KW
115122011-01-21 Ken Werner <ken.werner@de.ibm.com>
11513
11514 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11515 argument to the gdb_compile_opencl_hostapp call.
11516
ec64c9aa
YQ
115172011-01-19 Yao Qi <yao@codesourcery.com>
11518
11519 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11520 positve list.
11521
810cfdbb
YQ
115222011-01-19 Yao Qi <yao@codesourcery.com>
11523
11524 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11525 canonical form.
11526 Remove "xscale-*-*"
11527 * gdb.xml/tdesc-regs.exp: Likewise.
11528 * gdb.python/py-section-script.exp: Replace ARM target triplet
11529 with canonical form.
11530 Match arm*-*-symbianelf*.
11531 * gdb.base/dup-sect.exp: Likewise.
11532 * lib/dwarf.exp: New.
11533 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11534 dwarf2_support.
11535 * gdb.dwarf2/dup-psym.exp: Likewise.
11536 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11537 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11538 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11539 * gdb.dwarf2/dw2-basic.exp: Likewise.
11540 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11541 * gdb.dwarf2/dw2-const.exp: Likewise.
11542 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11543 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11544 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11545 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11546 * gdb.dwarf2/dw2-filename.exp: Likewise.
11547 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11548 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11549 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11550 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11551 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11552 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11553 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11554 * gdb.dwarf2/dw2-producer.exp: Likewise.
11555 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11556 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11557 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11558 * gdb.dwarf2/dw2-strp.exp: Likewise.
11559 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11560 * gdb.dwarf2/implptr.exp: Likewise.
11561 * gdb.dwarf2/mac-fileno.exp: Likewise.
11562 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11563 * gdb.dwarf2/pieces.exp: Likewise.
11564 * gdb.dwarf2/pr11465.exp: Likewise.
11565 * gdb.dwarf2/valop.exp: Likewise.
11566 * gdb.dwarf2/watch-notconst.exp: Likewise.
11567 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11568
4694da01
TT
115692011-01-19 Tom Tromey <tromey@redhat.com>
11570
11571 * gdb.python/py-infthread.exp: Add thread tests.
11572
b075872c
JB
115732011-01-14 Joel Brobecker <brobecker@adacore.com>
11574
11575 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11576
2c3e6e24
JB
115772011-01-14 Joel Brobecker <brobecker@adacore.com>
11578
11579 * gdb.ada/widewide: New testcase.
11580
de8fa76c
JB
115812011-01-13 Joel Brobecker <brobecker@adacore.com>
11582
11583 * gdb.base/interact.exp: New testcase.
11584
1b05df00
TT
115852011-01-12 Tom Tromey <tromey@redhat.com>
11586
11587 * gdb.mi/gdb2549.exp: Update for error message changes.
11588 * gdb.mi/mi-cli.exp: Likewise.
11589 * gdb.mi/mi-disassemble.exp: Likewise.
11590 * gdb.mi/mi-pthreads.exp: Likewise.
11591 * gdb.mi/mi-regs.exp: Likewise.
11592 * gdb.mi/mi-stack.exp: Likewise.
11593 * gdb.mi/mi-var-block.exp: Likewise.
11594 * gdb.mi/mi-var-cmd.exp: Likewise.
11595 * gdb.mi/mi2-cli.exp: Likewise.
11596 * gdb.mi/mi2-disassemble.exp: Likewise.
11597 * gdb.mi/mi2-pthreads.exp: Likewise.
11598 * gdb.mi/mi2-regs.exp: Likewise.
11599 * gdb.mi/mi2-stack.exp: Likewise.
11600 * gdb.mi/mi2-var-block.exp: Likewise.
11601 * gdb.mi/mi2-var-cmd.exp: Likewise.
11602
c2ff108b
JK
116032011-01-12 Andrew Burgess <aburgess@broadcom.com>
11604 Jan Kratochvil <jan.kratochvil@redhat.com>
11605
11606 PR fortran/11104 and DWARF unbound arrays detection.
11607 * gdb.fortran/multi-dim.exp: New file.
11608 * gdb.fortran/multi-dim.f90: New file.
11609
b716877b
AB
116102011-01-12 Andrew Burgess <aburgess@broadcom.com>
11611
11612 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11613 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11614 add new tests for opcode dumping.
11615
6c162d5e
TT
116162011-01-11 Tom Tromey <tromey@redhat.com>
11617
11618 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11619
77b06cd7
TJB
116202010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11621
11622 Convert hardware watchpoints to use breakpoint_ops.
11623 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11624 type is not supported.
11625 * gdb.base/foll-fork.exp: Likewise.
11626 * gdb.base/foll-vfork.exp: Likewise.
11627
f39a75d0
PM
116282011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11629
11630 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11631 Use load_lib gdb-python.exp.
11632 * gdb.python/python.exp: Ditto.
11633 * gdb.python/py-function.exp: Ditto.
11634
fc529d80
AS
116352011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11636
11637 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11638
fb03cb59
JK
116392011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 * configure: Regenerate.
11642
d8e22779
TT
116432011-01-06 Tom Tromey <tromey@redhat.com>
11644
11645 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11646
09050809
JB
116472011-01-06 Joel Brobecker <brobecker@adacore.com>
11648
fc529d80
AS
11649 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11650 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11651 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11652 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11653 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11654 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11655 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11656 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11657 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11658 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11659 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11660 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11661 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11662 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11663 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11664 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11665 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11666 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11667 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11668 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11669 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11670 gdb.ada/uninitialized_vars.exp,
11671 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11672 Simplify by using clean_restart.
09050809 11673
8ed5dd9e
JB
116742011-01-06 Joel Brobecker <brobecker@adacore.com>
11675
11676 Add marker to be used as anchor for inserting breakpoints.
11677 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11678 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11679 Likewise.
11680
11681 Remove uses of gdb_start_cmd.
11682 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11683 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11684
11685 Do not run testcase if testing with GDBserver.
11686 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11687 if testing with GDBserver.
11688
368a124f
JB
116892011-01-06 Joel Brobecker <brobecker@adacore.com>
11690
11691 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11692 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11693 copyright header.
11694
44944448
JB
116952011-01-05 Joel Brobecker <brobecker@adacore.com>
11696
11697 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11698 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11699 testsuite/gdb.fortran/complex.f,
11700 testsuite/gdb.fortran/derived-type.f90,
11701 testsuite/gdb.fortran/library-module-lib.f90,
11702 testsuite/gdb.fortran/library-module-main.f90,
11703 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11704 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11705 Copyright year update.
11706
31886ea6
JB
117072011-01-05 Joel Brobecker <brobecker@adacore.com>
11708
11709 * gdb.base/langs1.f: Add copyright header.
11710
ebedcab5
JK
117112011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11712
11713 * gdb.base/morestack.exp: New file.
11714 * gdb.base/morestack.c: New file.
11715
de1eb2f9
JK
117162011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11717
11718 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11719
9e87a409
JB
117202010-12-29 Joel Brobecker <brobecker@adacore.com>
11721
11722 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11723 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11724
720d1a40
JB
117252010-12-29 Joel Brobecker <brobecker@adacore.com>
11726
11727 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11728
a283af87
AS
117292010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11730
5d3d9cba
AS
11731 * gdb.threads/tls.exp: Fix typo.
11732
a283af87
AS
11733 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11734 * gdb.threads/execl.exp: Update.
11735
2a20745c
YQ
117362010-12-23 Yao Qi <yao@codesourcery.com>
11737
11738 * gdb.arch/arm-disp-step.exp: New.
11739 * gdb.arch/arm-disp-step.S: New.
11740
a7658b96
TT
117412010-12-21 Tom Tromey <tromey@redhat.com>
11742
11743 * gdb.threads/execl.exp: Update.
11744 * gdb.threads/linux-dp.exp: Update.
11745 * gdb.threads/manythreads.exp: Update.
11746 * gdb.threads/tls.exp: Update.
11747
5b79abe7
TT
117482010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11749
11750 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11751 (NextOverThrowDerivates) <resumebpt>: New.
11752 (resumebpt_test): New.
11753 (main): Call resumebpt_test.
11754 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11755
0914bcdb
SS
117562010-12-12 Stan Shebs <stan@codesourcery.com>
11757
11758 * gdb.trace/tsv.exp: Test print command on trace state variables.
11759
305aeedc
TT
117602010-12-09 Tom Tromey <tromey@redhat.com>
11761
11762 * gdb.base/interp.exp: Add regression test.
11763
186c406b
TT
117642010-12-09 Tom Tromey <tromey@redhat.com>
11765
11766 * gdb.java/jnpe.java: New file.
11767 * gdb.java/jnpe.exp: New file.
11768 * gdb.cp/nextoverthrow.exp: New file.
11769 * gdb.cp/nextoverthrow.cc: New file.
11770
aae1c79a
DE
117712010-12-07 Doug Evans <dje@google.com>
11772
11773 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11774 of data-directory.
11775 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11776 updated.
11777 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11778
60f98dde 117792010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
11780
11781 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11782 * gdb.base/call-sc.exp: Ditto.
11783 * gdb.base/finish.exp: Ditto.
11784 * gdb.base/return.exp: Ditto.
11785 * gdb.base/return2.exp: Ditto.
11786
5fa290c1
DE
117872010-11-30 Doug Evans <dje@google.com>
11788
11789 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11790 (gdb_expect_list): Fix spelling errors in comments.
11791 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11792 send_gdb/gdb_expect_list where applicable.
11793 * gdb.base/call-ar-st.exp: Ditto.
11794 * gdb.base/funcargs.exp: Ditto.
11795 * gdb.base/gcore.exp: Ditto.
11796 * gdb.base/page.exp: Ditto.
11797 * gdb.base/sigaltstack.exp: Ditto.
11798 * gdb.base/siginfo.exp: Ditto.
11799 * gdb.base/sigstep.exp: Ditto.
11800 * gdb.base/trace-commands.exp: Ditto.
11801
4e04c971
DE
118022010-11-29 Doug Evans <dje@google.com>
11803
11804 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11805 printer-name;subprinter-name.
11806
8cf6f0b1
TT
118072010-11-29 Tom Tromey <tromey@redhat.com>
11808
11809 * gdb.dwarf2/implptr.exp: New file.
11810 * gdb.dwarf2/implptr.c: New file.
11811 * gdb.dwarf2/implptr.S: New file.
11812
94b6973e
PM
118132010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11814
fc529d80 11815 PR python/12199
94b6973e
PM
11816
11817 * gdb.python/py-breakpoint.exp: Test the delete method.
11818
8358c15c
JK
118192010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 Fix step_resume_breakpoint unsaved during an infcall.
11822 * gdb.base/step-resume-infcall.exp: New file.
11823 * gdb.base/step-resume-infcall.c: New file.
11824
f6df29bc
TJB
118252010-11-24 Edjunior Machado <emachado@br.ibm.com>
11826
11827 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11828
f2b5a5cf
TJB
118292010-11-24 Edjunior Machado <emachado@br.ibm.com>
11830
11831 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11832 on ppc64's symbols; "finish" and "return" commands must accept to
11833 show the caller line again as well as the line after.
11834 * gdb.asm/powerpc64.inc: New file.
11835
6b0ecdc2
DE
118362010-11-23 Doug Evans <dje@google.com>
11837
11838 * lib/gdb.exp (gdb_test_sequence): New function.
11839 (gdb_expect_list): Add verbose -log call for each pattern.
11840 * gdb.base/signals.exp (test_handle_all_print): Call it.
11841 Reduce timeout increment from 6 minutes to 1 minute.
11842 * gdb.server/ext-run.exp: Call it.
11843
ea976c60
PM
118442010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11845
f2b5a5cf 11846 PR python/12212
ea976c60
PM
11847
11848 * gdb.python/python.exp: Check that selected_thread raises an
11849 error when no inferior is loaded.
11850
c0efa795
JK
118512010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11852
11853 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11854 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11855
ec3aa567
JK
118562010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11857
11858 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11859 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11860
d8249011
DE
118612010-11-18 Doug Evans <dje@google.com>
11862
11863 * gdb.server/ext-run.exp: Fix intermittent failures.
11864
d4eba7d1
NF
118652010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11866
11867 * gdb.stabs/gdb11479.exp: Use runto_main.
11868
b04c2f88
NF
118692010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11870
11871 * gdb.base/break-entry.exp: Skip if using a stub.
11872
ae9d7ce4
NF
118732010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11874
11875 * gdb.python/py-inferior.exp: Pack values in target endianness.
11876
621c8364
TT
118772010-11-12 Tom Tromey <tromey@redhat.com>
11878
11879 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11880 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11881 MemoryError.
11882 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11883 type.
11884 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11885 MemoryError.
11886 (test_subscript_regression): Update exception type.
11887
84f4c1fe
PM
118882010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11889
11890 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11891 breakpoint tests.
11892
a1442452
PA
118932010-11-09 Pedro Alves <pedro@codesourcery.com>
11894
11895 * gdb.base/watchpoint.exp: Test "watch -location" with an
11896 innacessible location.
11897
efd11a33
JK
118982010-11-09 Edjunior Machado <emachado@br.ibm.com>
11899 Luis Machado <luisgpm@br.ibm.com>
11900
11901 * gdb.base/maint.exp: Expect "." prefix.
11902 * gdb.base/nodebug.exp: Expect "." Likewise.
11903 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11904 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11905 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11906 POWER server processors.
11907
aa00efb5
JK
119082010-11-08 Edjunior Machado <emachado@br.ibm.com>
11909 Luis Machado <luisgpm@br.ibm.com>
11910
11911 * gdb.base/break-entry.exp: convert entry point for
11912 ppc64 and expect leading `.' on ppc64's symbols
11913
99e7ae30
DE
119142010-11-05 Doug Evans <dje@google.com>
11915
11916 * gdb.base/help.exp: Update expected output.
b521dba8
DE
11917 * gdb.python/py-param.exp: Delete, contents moved to ...
11918 * gdb.python/py-parameter.exp: ... here. New file.
11919 Add test for gdb.parameter ("directories").
99e7ae30 11920
f4b8a18d
KW
119212010-11-05 Ken Werner <ken.werner@de.ibm.com>
11922
11923 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11924 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11925 * configure: Regenerate.
11926 * gdb.opencl/Makefile.in: New File.
11927 * gdb.opencl/datatypes.exp: Likewise.
11928 * gdb.opencl/datatypes.cl: Likewise.
11929 * gdb.opencl/operators.exp: Likewise.
11930 * gdb.opencl/operators.cl: Likewise.
11931 * gdb.opencl/vec_comps.exp: Likewise.
11932 * gdb.opencl/vec_comps.cl: Likewise.
11933 * gdb.opencl/convs_casts.exp: Likewise.
11934 * gdb.opencl/convs_casts.cl: Likewise.
11935 * lib/opencl.exp: Likewise.
11936 * lib/opencl_hostapp.c: Likewise.
11937 * lib/opencl_kernel.cl: Likewise.
11938 * lib/cl_util.c: Likewise.
11939 * lib/cl_util.c: Likewise.
11940 * gdb.base/default.exp (set language): Add "opencl" to the list of
11941 languages.
11942
a9d5ef47
SW
119432010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11944
11945 * gdb.cp/overload.exp: Added test for inheritance overload.
11946 * gdb.cp/overload.cc: Ditto.
11947 * gdb.cp/oranking.exp: Removed releveant kfails.
11948
03eb1c79
JK
119492010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11950 Joel Brobecker <brobecker@adacore.com>
11951
11952 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11953 check test_compiler_info.
11954
dbc98a8b
KW
119552010-11-03 Ken Werner <ken.werner@de.ibm.com>
11956
11957 * gdb.base/gnu_vector.exp: Adjust expect messages.
11958
120bd360
KW
119592010-11-03 Ken Werner <ken.werner@de.ibm.com>
11960
11961 * gdb.base/gnu_vector.exp: Add unary operator tests.
11962
c37f7098
KW
119632010-11-03 Ken Werner <ken.werner@de.ibm.com>
11964
11965 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11966
7b51bc51
DE
119672010-11-02 Doug Evans <dje@google.com>
11968
11969 * gdb.python/py-pp-maint.c: New file.
11970 * gdb.python/py-pp-maint.exp: New file.
11971 * gdb.python/py-pp-maint.py: New file.
11972
50c97f38
TT
119732010-11-02 Tom Tromey <tromey@redhat.com>
11974
11975 * gdb.base/default.exp: Remove "scheme" from language list.
11976
a289b8f6
JK
119772010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 Revert:
11980 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11981 * gdb.threads/sigstep-threads.exp: New file.
11982 * gdb.threads/sigstep-threads.c: New file.
11983
cd017491
MS
119842010-10-20 Michael Snyder <msnyder@vmware.com>
11985
11986 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11987
8e6a5956
UW
119882010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11989
11990 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11991 Skip test completely if gdb,no_hardware_watchpoints.
11992
2c04da0d
UW
119932010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11994
11995 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11996 strict, but do not check for any particular function name within libc.
11997
79afc5ef
SW
119982010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11999
12000 * gdb.cp/smartp.exp: New test.
12001 * gdb.cp/smartp.cc : New test.
12002
026ffab7
SW
120032010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
12004
12005 * gdb.cp/converts.exp: Test pointer to bool conversion.
12006 Test pointer to long conversion.
12007 * gdb.cp/oranking.exp: Removed relevant kfail.
12008
3a772aa4
TT
120092010-10-18 Tom Tromey <tromey@redhat.com>
12010
12011 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
12012 argument to lazy_string.
12013 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
12014 (pp_ls.to_string): Use it.
12015 * gdb.python/py-prettyprint.c (main): Move declarations to top.
12016 Add "estring2" local.
12017
5fc3827b
JK
120182010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12019
12020 Fix s390x compatibility.
12021 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
12022 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
12023
8aeb23f3
JK
120242010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12025
12026 * gdb.threads/sigstep-threads.exp: New file.
12027 * gdb.threads/sigstep-threads.c: New file.
12028
c1e56572
JK
120292010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12030
12031 * gdb.base/pie-execl.exp: New file.
12032 * gdb.base/pie-execl.c: New file.
12033
92163a10
JK
120342010-10-13 Doug Evans <dje@google.com>
12035 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 PR exp/12117
12038 * gdb.cp/ptype-cv-cp.cc: New file.
12039 * gdb.cp/ptype-cv-cp.exp: New file.
12040
7062b0a0
SW
120412010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
12042
12043 * gdb.cp/converts.cc: New test program.
12044 * gdb.cp/converts.exp: New test.
12045 * gdb.cp/overload.exp: Added test for void* vs int*.
12046 * gdb.cp/overload.exp: Ditto.
12047 * gdb.cp/oranking.exp: Removed related kfail.
12048
0e3509db
DE
120492010-10-13 Doug Evans <dje@google.com>
12050
12051 * lib/gdb-python.exp (gdb_check_python_config): New function.
12052 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
12053 * gdb.python/lib-types.cc: New file.
12054 * gdb.python/lib-types.exp: New file.
12055
8dc78533
JK
120562010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12057
12058 * gdb.python/py-error.exp: New file.
12059 * gdb.python/py-error.py: New file.
12060
93c17e06
JK
120612010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12062
12063 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
12064 gdb_test_multiple.
12065
d8b34041
JK
120662010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 * gdb.base/break-interp.exp: Use ldlags for linking flags.
12069 * gdb.base/prelink.exp: Likewise.
12070 * gdb.base/solib-nodir.exp: Likewise.
12071 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
12072 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
12073 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
12074
e0cc584e
UW
120752010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
12076
12077 * break-interp.exp (test_ld): Use two separate gdb_expect statements
12078 for the "info files" test to avoid timeouts on slow machines.
12079
cfc353b1
JK
120802010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12081
12082 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
12083 (main): Make openlib dummy call.
12084
d3d7896d
JK
120852010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
12088 * break-interp.exp (reach): Move the core body ...
12089 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
12090 (test_ld): Provide always real argument, even to the linker. Replace
12091 dl_main by _dl_debug_state.
12092
5e533c94
JK
120932010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 Fix results of prelinked PIEs on ppc*.
12096 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
12097 Accept also DISPLACEMENT "PRESENT".
12098 (main): Replace "ZERO" displacements by "PRESENT".
12099
33540610
SW
121002010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
12101
12102 * gdb.cp/oranking.exp: New test.
12103 * gdb.cp/oranking.cc: New test program.
12104
3bdf2bbd
KW
121052010-10-08 Ken Werner <ken.werner@de.ibm.com>
12106
12107 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
12108 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
12109
2f608a3a
KW
121102010-10-06 Ken Werner <ken.werner@de.ibm.com>
12111
12112 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
12113 lush, lynx) New constant.
12114 * gdb.base/constvars.exp: Test const array types.
12115 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
12116
aa2e2d8d
DE
121172010-10-06 Doug Evans <dje@google.com>
12118
12119 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
12120 of syscall staging area.
12121
2844d6b5
KW
121222010-10-06 Ken Werner <ken.werner@de.ibm.com>
12123
12124 * gdb.base/gnu_vector.c: Add variable c4.
12125 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
12126 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12127
7d8ac8bb
MR
121282010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
12129
12130 * gdb.arch/altivec-abi.exp: Fix a typo.
12131
84a02e58
MR
121322010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
12133
12134 * lib/mi-support.exp (thread_selected_re): Correct pattern used
12135 to match a thread ID.
12136
b18e6318
JK
121372010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12138
12139 Fix s390x testcase compatibility.
12140 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
12141
a2c09bd0
DE
121422010-10-01 Doug Evans <dje@google.com>
12143
12144 * lib/gdb-python.exp: New file.
12145 * gdb.python/py-block.exp: Use it.
12146 * gdb.python/py-breakpoint.exp: Ditto.
12147 * gdb.python/py-frame.exp: Ditto.
12148 * gdb.python/py-inferior.exp: Ditto.
12149 * gdb.python/py-param.exp: Ditto.
12150 * gdb.python/py-prettyprint.exp: Ditto.
12151 * gdb.python/py-shared.exp: Ditto.
12152 * gdb.python/py-symbol.exp: Ditto.
12153 * gdb.python/py-symtab.exp: Ditto.
12154 * gdb.python/py-type.exp: Ditto.
12155 * gdb.python/py-value.exp: Ditto.
12156 * gdb.python/python.exp: Ditto.
12157
38f12cfc
TT
121582010-09-30 Tom Tromey <tromey@redhat.com>
12159
12160 * gdb.base/anon.exp: New file.
12161 * gdb.base/anon.c: New file.
12162
9ae8282d
TT
121632010-09-30 Tom Tromey <tromey@redhat.com>
12164
12165 * gdb.base/completion.exp: Test completion through anonymous
12166 union.
12167 * gdb.base/break1.c (struct some_struct): Add anonymous union.
12168
e9e07ba6
JK
121692010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12170
12171 Fix printing parameters of inlined functions.
12172 * gdb.dwarf2/dw2-inline-param.exp: New file.
12173 * gdb.dwarf2/dw2-inline-param-main.c: New file.
12174 * gdb.dwarf2/dw2-inline-param.S: New file.
12175
cd2effb2
JK
121762010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12177
12178 PR corefiles/12071.
12179 * gdb.base/corefile.exp (quit with a process, no question: load core)
12180 (quit with a core file): New tests.
12181
bceffbf3
JK
121822010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12183
12184 Fix GDB crash on inferior calls with self-referencing classes.
12185 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
12186 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
12187 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
12188
1736ad11
JK
121892010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12190
12191 Fix lost siginfo_t for inferior calls.
12192 * gdb.base/siginfo-infcall.exp: New file.
12193 * gdb.base/siginfo-infcall.c: New file.
12194
a176ad92
JB
121952010-09-22 Joel Brobecker <brobecker@adacore.com>
12196
12197 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
12198
c2b0a229
JK
121992010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
12202 New test.
12203 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
12204
e8ae22d1
JB
122052010-09-22 Joel Brobecker <brobecker@adacore.com>
12206
12207 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
12208 type of our const type.
12209
ec322823
SW
122102010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
12211
12212 * gdb.cp/pr12028.cc: New.
12213 * gdb.cp/pr12028.exp: New.
12214
72929c62
JB
122152010-09-22 Joel Brobecker <brobecker@adacore.com>
12216
12217 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
12218
875b4ff5 122192010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 12220 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
12221
12222 PR mi/11407
12223 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
12224 * gdb.mi/dw2-ref-missing-frame-main.c New File.
12225 * gdb.mi/dw2-ref-missing-frame.S New File.
12226 * gdb.mi/dw2-ref-missing-frame.exp New File.
12227
7155d578
TT
122282010-09-14 Tom Tromey <tromey@redhat.com>
12229
12230 PR symtab/8399:
12231 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12232
515ed532
TT
122332010-09-14 Tom Tromey <tromey@redhat.com>
12234
12235 PR exp/11803:
12236 * gdb.threads/tls.exp: Use C++.
12237 (check_thread_local): Use K::another_thread_local.
12238 * gdb.threads/tls.c (class K): New.
12239 (another_thread_local): Now a member of K.
12240 (spin): Update. No longer K&R C.
12241
450ca57c
SW
122422010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
12243
12244 * gdb.cp/koenig.cc: created class for testing member lookup.
12245 * gdb.cp/koenig.exp: Added test for member lookup.
12246
dbd492a3
JK
122472010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12248
12249 Fix false FAILs on sourcetree topdir directory containing "kill".
12250 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
12251 source line matching regexp.
12252
8d4d924b
JK
122532010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 * gdb.python/python.exp (set height 0, collect help from uiout)
12256 (verify help to uiout): New tests.
12257
8e64f2a0
JK
122582010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12259
12260 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
12261 is_lp64_target to check 64bit target.
12262
4569eed2
JK
122632010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12264
12265 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12266 (test_ld) <powerpc64-*>: New.
12267
5e1617b1
DJ
122682010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12269
12270 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12271
c767944b
DJ
122722010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12273
12274 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12275 (FunctionArg::method): New function.
12276 (empty, arg): New variables.
12277 (main): Call arg.method.
12278 * gdb.cp/templates.exp (test_template_args): New function.
12279 (do_tests): Call it.
12280
27d3a3fc
UW
122812010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12282
12283 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12284 of "next" to proceed over pthread_exit call.
12285
55b7ce7f
UW
122862010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12287
12288 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12289 "maint print statistics" output to prevent expect timeouts.
12290
809df446
JK
122912010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12292
12293 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12294 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12295 (test_float_rejected): ... here.
12296 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12297 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12298 (test_float_rejected): ... here.
12299 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12300 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12301 (test_float_rejected): ... here.
12302 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12303 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12304 (test_float_rejected): ... here.
12305
8464be76
DJ
123062010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12307
12308 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12309 before disabling hardware watchpoints.
12310 (test_inaccessible_watchpoint): Check that hardware watchpoints
12311 are used. Test for watchpoints on a constant address.
12312
14dba4b4
JK
123132010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * gdb.base/ui-redirect.exp: New file.
12316
3f3540e1 123172010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 12318 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
12319
12320 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12321
0f254bb7
DE
123222010-08-31 Doug Evans <dje@google.com>
12323
12324 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12325
03f17ccf
TT
123262010-08-30 Tom Tromey <tromey@redhat.com>
12327
12328 PR python/11792:
12329 * gdb.python/py-value.exp (test_subscript_regression): Add
12330 dynamic_type test.
12331
640617ad
DJ
123322010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12333
12334 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12335 instead of running to main. Do not test the main function.
12336 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12337 Add new main.
12338
2ed91d1b
PA
123392010-08-26 Pedro Alves <pedro@codesourcery.com>
12340
12341 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12342 one test.
12343
673bfd45
DE
123442010-08-24 Doug Evans <dje@google.com>
12345
12346 PR symtab/11942
12347 * gdb.dwarf2/dw4-sig-types.cc: New file.
12348 * gdb.dwarf2/dw4-sig-types.h: New file.
12349 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12350 * gdb.dwarf2/dw4-sig-types.exp: New file.
12351
f9ffd4bb
TT
123522010-08-23 Tom Tromey <tromey@redhat.com>
12353
12354 PR python/11145:
12355 * gdb.python/py-value.c (Base, Derived): New types.
12356 (base): New global.
12357 * gdb.python/py-value.exp (test_subscript_regression): Add
12358 dynamic_cast test.
12359
d839c8a4
TT
123602010-08-23 Tom Tromey <tromey@redhat.com>
12361
12362 PR python/10676:
12363 * gdb.python/py-type.exp (test_fields): Add tests for type
12364 equality.
12365
702c2711
TT
123662010-08-23 Tom Tromey <tromey@redhat.com>
12367
12368 PR python/11915:
12369 * gdb.python/py-type.exp (test_fields): Add tests for array.
12370
832bafd3
KS
123712010-08-23 Keith Seitz <keiths@redhat.com>
12372
12373 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12374 have any children. Create a new abbrev for it.
12375 Add missing terminal sequence to .debug_abbrev.
12376
c37bf528
KS
123772010-08-20 Keith Seitz <keiths@redhat.com>
12378
12379 PR symtab/11465:
12380 * gdb.dwarf2/pr11465.exp: New test.
12381 * gdb.dwarf2/pr11465.S: New file.
12382 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12383 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12384
4572cbac
TJB
123852010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12386
12387 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12388 registers. Update data sets with the new v2_double element in the
12389 VSX register union. Add vector_register3_vr data set for the AltiVec
12390 registers. Use gdb_test_no_output instead of send_gdb.
12391
e7fbb131
PA
123922010-08-19 Pedro Alves <pedro@codesourcery.com>
12393
12394 * gdb.python/py-shared.exp: New file, factored out from
12395 python.exp.
12396 * gdb.python/py-shared.c: New file.
12397 * gdb.python/py-shared-sl.c: New file.
12398 * gdb.python/python-1.c: New file.
12399 * gdb.python/python-sl.c: Delete.
12400 * gdb.python/python.c: Mention python-1.c.
12401 * gdb.python/python.exp: Move shared library tests to
12402 py-shared.exp.
12403 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12404 (MISCELLANEOUS): New.
12405 (clean mostlyclean): Also remove $MISCELLANEOUS.
12406
d30f5e1f
DE
124072010-08-19 Doug Evans <dje@google.com>
12408
12409 PR exp/11926
12410 * gdb.base/printcmds.exp (test_float_accepted): New function.
12411 Move existing float tests there. Add tests for floats with suffixes.
12412 (test_float_rejected): New function.
12413 * gdb.java/jv-print.exp (test_float_accepted): New function.
12414 (test_float_rejected): New function.
12415 * gdb.objc/print.exp: New file.
12416 * gdb.pascal/print.exp: New file.
12417 * lib/objc.exp: New file.
12418
7b3fd859
PM
124192010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12420
12421 * gdb.base/default.exp (info set): Avoid full buffer error and force
12422 reading up to final gdb prompt.
12423 (show): Likewise.
12424
c92817ce
TT
124252010-08-18 Tom Tromey <tromey@redhat.com>
12426
12427 PR symtab/11919:
12428 * gdb.base/completion.exp: Add test.
12429
f1208f9e
DE
124302010-08-18 Doug Evans <dje@google.com>
12431
12432 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12433 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12434 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12435 Simplify, early exit if runto_main fails.
12436 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12437 (set_lang_fortran): Moved to lib/fortran.exp.
12438 * gdb.fortran/types.exp: load_lib fortran.exp.
12439 (set_lang_fortran): Moved to lib/fortran.exp.
12440 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12441 * gdb.java/jprint.exp (set_lang_java): Ditto.
12442 * gdb.java/jv-exp.exp: load_lib java.exp.
12443 If set_lang_java fails, issue a warning instead of failure to be
12444 consistent with other set_lang_foo uses.
12445 (set_lang_java): Moved to lib/java.exp.
12446 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12447 If set_lang_java fails, issue a warning instead of failure to be
12448 consistent with other set_lang_foo uses.
12449 * gdb.pascal/types.exp: load_lib pascal.exp.
12450 (set_lang_pascal): Moved to lib/pascal.exp.
12451 * lib/fortran.exp: New file.
12452 * lib/java.exp (set_lang_java): New function.
12453 * lib/pascal.exp (set_lang_pascal): New function.
12454
2f06b485
YQ
124552010-08-18 Yao Qi <yao@codesourcery.com
12456
12457 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12458 func_nofb_start and func_loopfb_start, so that address of functions
12459 is equal to these labels on Thumb.
12460
96e25403
YQ
124612010-08-18 Yao Qi <yao@codesourcery.com>
12462
12463 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12464 to reflect latest c source file.
12465
36e6adc4
JK
124662010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 * gdb.cp/infcall-dlopen.exp: New file.
12469 * gdb.cp/infcall-dlopen.cc: New file.
12470 * gdb.cp/infcall-dlopen-lib.cc: New file.
12471
f431efe5
PA
124722010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12473 Pedro Alves <pedro@codesourcery.com>
12474
12475 PR breakpoints/11371
12476
12477 * gdb.base/watch-cond-infcall.exp: New file.
12478 * gdb.base/watch-cond-infcall.c: New file.
12479
06a64a0b
TT
124802010-08-16 Tom Tromey <tromey@redhat.com>
12481
12482 * gdb.base/help.exp: Update.
12483 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12484 watchpoint.
12485 (test_watch_location): New proc.
12486 (test_watchpoint_in_big_blob): Delete watchpoint.
12487 * gdb.base/watchpoint.c (func5): New function.
12488 (main): Call it.
12489
70ebf4ed
DE
124902010-08-16 Doug Evans <dje@google.com>
12491
12492 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12493
ca5c20b6
PM
124942010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12495
12496 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12497 tests.
12498
7346b668
KW
124992010-08-11 Ken Werner <ken.werner@de.ibm.com>
12500
12501 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12502 * gdb.base/gnu_vector.c: New File.
12503 * gdb.base/gnu_vector.exp: Likewise.
12504
cb2e07a6
PM
125052010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12506
12507 * gdb.python/python.c: New File.
12508 * gdb.python/python-sl.c: New File.
12509 * gdb.python/python.exp: Test solib_address and decode_line
12510 * functions.
12511
5da1313b
JK
125122010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12513
12514 * gdb.python/python.exp (show height, set height 10)
12515 (verify pagination beforehand, verify pagination beforehand: q)
12516 (gdb.execute does not page, verify pagination afterwards)
12517 (verify pagination afterwards: q): New.
12518
49c3ccf7
DE
125192010-08-02 Doug Evans <dje@google.com>
12520
12521 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12522 because of an older gcc, change test2
12523 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12524 to unsupported.
12525
42c0c4f1
KH
125262010-07-30 Kazu Hirata <kazu@codesourcery.com>
12527
12528 * gdb.base/break-always.exp: Do not expect full paths to file
12529 names.
12530 * gdb.base/commands.exp: Likewise.
12531
d3765805
DE
125322010-07-30 Doug Evans <dje@google.com>
12533
c98ee71b
DE
12534 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12535 xfail them when run with older gccs.
12536
fd961404
DE
12537 * lib/gdb.exp (build_executable): Forward "c++" option to
12538 get_compiler_info.
12539
999adef4
DE
12540 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12541 "python print ttype.template_argument(1)" and
12542 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12543 if using gcc 4.4 or earlier.
12544
d3765805
DE
12545 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12546 attach-to-debugger handling.
12547
1276c759
JK
125482010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12551 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12552 (main): Use copyreloc.
12553 * gdb.base/prelink.exp (split debug of executable)
12554 (.dynbss vs. .bss address shift): New tests.
12555
88caa9b9
PA
125562010-07-29 Pedro Alves <pedro@codesourcery.com>
12557
12558 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12559 in gdb_test_multiple.
12560
c6f2ac43
PA
125612010-07-29 Pedro Alves <pedro@codesourcery.com>
12562
12563 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12564 environment.
12565
326fd672
TT
125662010-07-28 Tom Tromey <tromey@redhat.com>
12567
12568 PR python/11060:
12569 * gdb.python/py-type.c (Temargs): New template.
12570 (temvar): New variable.
12571 * gdb.python/py-type.exp (test_template): New proc.
12572
3ce3b1ba
PA
125732010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12574
12575 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12576 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12577
34eaf542
TT
125782010-07-28 Tom Tromey <tromey@redhat.com>
12579
12580 PR c++/9946:
12581 * gdb.cp/temargs.exp: New file.
12582 * gdb.cp/temargs.cc: New file.
12583
d41b819e
JK
125842010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12585
12586 * gdb.base/help.exp (help disassemble): Update the content.
12587
26ab7092
JK
125882010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12589
12590 * gdb.threads/ia64-sigill.exp: New file.
12591 * gdb.threads/ia64-sigill.c: New file.
12592
5283e9e1
TT
125932010-07-27 Tom Tromey <tromey@redhat.com>
12594
12595 * gdb.opt/inline-cmds.c (ATTR): New define.
12596 (func1): Use it.
12597 (func2): Likewise.
12598 (func3): Likewise.
12599 (outer_inline1): Likewise.
12600 (outer_inline2): Likewise.
12601 * gdb.opt/inline-bt.c (ATTR): New define.
12602 (func1): Use it.
12603 (func2): Likewise.
12604 * gdb.opt/inline-locals.c (ATTR): New define.
12605 (func1): Use it.
12606 (func2): Likewise.
12607
e992ef73
TT
126082010-07-27 Tom Tromey <tromey@redhat.com>
12609
12610 * gdb.stabs/gdb11479.c (hack): New function.
12611 (test): Use it.
12612 (test2): Use it.
12613 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12614 (int32_search_buf, int64_search_buf): No longer static.
12615 (x): Remove.
12616 * gdb.base/relocate.c (hack): New function.
12617
5374244e
PM
126182010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12619
12620 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12621 * gdb.python/py-value.c (func1): New function.
12622 (func2): Likewise.
12623
a99aee83
CV
126242010-07-26 Corinna Vinschen <vinschen@redhat.com>
12625
12626 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12627 as not to clash with .data section.
12628
a04ba985
JG
126292010-07-26 Jerome Guitton <guitton@adacore.com>
12630
12631 * gdb.base/code_elim.exp: New file.
12632 * gdb.base/code_elim1.c: New file.
12633 * gdb.base/code_elim2.c: New file.
12634
23bd0f7c
PA
126352010-07-21 Pedro Alves <pedro@codesourcery.com>
12636
12637 PR symtab/11827
12638
12639 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12640 (some_volatile_enum): New variable.
12641 * gdb.base/printcmds.exp (test_print_enums): New.
12642 <top level>: Call it.
12643
883df6dd
SW
126442010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12645
12646 * gdb.cp/fpointer.cc: New test.
12647 * gdb.cp/fpointer.exp: New test.
12648
569b05a5
JK
126492010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 * gdb.base/solib-nodir.exp: New file.
12652 * lib/gdb.exp (runto): New case for a GDB internal error.
12653
51d7d803
JK
126542010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12655 Ulrich Weigand <uweigand@de.ibm.com>
12656 Tom Tromey <tromey@redhat.com>
12657
12658 * gdb.base/charset-malloc.c: New file.
12659 * gdb.base/charset.c (malloc_stub): New prototype.
12660 (main): Call it instead of malloc itself.
12661 * gdb.base/charset.exp: Use only prepare_for_testing.
12662 (binfile): Remove the variable.
12663
c0edd9ed
JK
126642010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12665
12666 Make core files the process_stratum.
12667 * gdb.base/corefile.exp (run: load core again)
12668 (run: sanity check we see the core file, run: with core)
12669 (run: core file is cleared, attach: load core again)
12670 (attach: sanity check we see the core file, attach: with core)
12671 (attach: core file is cleared): New tests.
12672 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12673
3cbaedff
KW
126742010-07-14 Ken Werner <ken.werner@de.ibm.com>
12675
12676 * gdb.arch/altivec-abi.exp: New tests.
12677
91158a56
TT
126782010-07-13 Tom Tromey <tromey@redhat.com>
12679
12680 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12681 (main): Use it.
12682 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12683
0f5238ed
TT
126842010-07-13 Tom Tromey <tromey@redhat.com>
12685
12686 * gdb.base/label.exp: New file.
12687 * gdb.base/label.c: New file.
12688
add265ae
L
126892010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12690 H.J. Lu <hongjiu.lu@intel.com>
12691
12692 * lib/gdb.exp (is_ilp32_target): New.
12693 (is_lp64_target): Likewise.
12694
12695 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12696 target.
12697 * gdb.arch/amd64-disp-step.exp: Likewise.
12698 * gdb.arch/amd64-dword.exp: Likewise.
12699 * gdb.arch/amd64-i386-address.exp: Likewise.
12700 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 12701
add265ae
L
12702 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12703 target.
12704 * gdb.arch/i386-bp_permanent.exp: Likewise.
12705 * gdb.arch/i386-byte.exp: Likewise.
12706 * gdb.arch/i386-disp-step.exp: Likewise.
12707 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12708 * gdb.arch/i386-prologue.exp: Likewise.
12709 * gdb.arch/i386-size-overlap.exp: Likewise.
12710 * gdb.arch/i386-size.exp: Likewise.
12711 * gdb.arch/i386-sse.exp: Likewise.
12712 * gdb.arch/i386-unwind.exp: Likewise.
12713 * gdb.arch/i386-word.exp: Likewise.
12714
12715 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12716 test only when building 64-bit executables. Do not hard-code
12717 -m64 option.
12718
2dfb8c17
DE
127192010-07-07 Doug Evans <dje@google.com>
12720
12721 * lib/gdb.exp (gdb_test_list_exact): New function.
12722 * gdb.base/default.exp (show convenience): Call it, add tests for
12723 $_sdata = void, $_thread = 0.
12724
4e5799b6
JK
127252010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12726 Joel Brobecker <brobecker@adacore.com>
12727
12728 Fix re-run of PIE executable, PR shlibs/11776.
12729 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12730 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12731 and re-"run" of the inferior.
12732
1a219cc7
JK
127332010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12734 Joel Brobecker <brobecker@adacore.com>
12735
12736 Cope with missing /usr/sbin/prelink.
12737 * lib/prelink-support.exp (prelink_no):
12738 <result == 1 && $output is "no such file or directory">: New.
12739 (prelink_yes): Likewise. Return on failed prelink_no.
12740
5e3b36f8
JK
127412010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12742 Joel Brobecker <brobecker@adacore.com>
12743
12744 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12745 build_executable by build_executable_own_libs. Replace "prelink -R"
12746 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12747 change.
12748 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12749 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12750 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12751 Replace build_executable by build_executable_own_libs's function
12752 build_executable_own_libs.
12753 (prelinkNO): Create new stub to call prelink_no.
12754 (prelinkYES): Create new stub to call prelink_yes.
12755 (test_attach): Rename calls of copy to file_copy.
12756 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12757 (copy): Move to ...
12758 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12759 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12760 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12761 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12762 special flags by gdb_compile_shlib. Replace second gdb_compile by
12763 build_executable_own_libs. Replace "prelink -R" execution by a call of
12764 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12765 a second call of prelink_yes. Replace restart commands by
12766 clean_restart.
12767 (prelink): Rename to ...
12768 (seen displacement message): ... this test. Extend its expectation
12769 strictness.
12770
86e4bafc
JK
127712010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12772
12773 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12774 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12775 displacement message exactly once.
12776
3cd07d20
JK
127772010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12778 Joel Brobecker <brobecker@adacore.com>
12779
12780 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12781 its restore after the <$relink_args != ""> loop. new comment.
12782
0a1e94c7
JK
127832010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12784 Joel Brobecker <brobecker@adacore.com>
12785
12786 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12787 code for it. New variable relink_args.
12788 (prelinkYES): Call prelinkNO.
12789 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12790 in such case. Move the core code to ...
12791 (test_attach_gdb): ... a new function. Send GDB command "file".
12792 Extend expected "Attaching to " string.
12793
2f70bcfb
TT
127942010-07-02 Tom Tromey <tromey@redhat.com>
12795
12796 * gdb.base/bitops.exp: Remove extraneous "pass".
12797
a17ac5b0
TT
127982010-07-02 Ken Werner <ken.werner@de.ibm.com>
12799
12800 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12801
dc10affe
PA
128022010-07-01 Pedro Alves <pedro@codesourcery.com>
12803
d41c0fc8
PA
12804 * gdb.base/help.exp: Adjust expected output.
12805
128062010-07-01 Pedro Alves <pedro@codesourcery.com>
12807
12808 * gdb.base/help.exp: Adjust expected output.
dc10affe 12809
0a600c36
JK
128102010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12813 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12814 c++/11702.
12815
37cc8bfe
JK
128162010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12817 Doug Evans <dje@google.com>
12818
12819 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12820 add .dynamic entry'.
12821
254e6b9e
DE
128222010-06-29 Doug Evans <dje@google.com>
12823
12824 Test PR c++/11702.
12825 * gdb.cp/m-static.exp: Add testcase.
12826 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12827
595939de 128282010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
12829 Tom Tromey <tromey@redhat.com>
12830 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
12831
12832 * gdb.python/py-inferior.c: New File.
12833 * gdb.python/py-infthread.c: New File.
12834 * gdb.python/py-inferior.exp: New File.
12835 * gdb.python/py-infthread.exp: New File.
12836
98751a41
JK
128372010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12838
12839 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12840 (ptype ::C::OtherFileClass typedefs): New.
12841 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12842 (C::OtherFileClass::cOtherFileClassVar2): New.
12843 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12844 cOtherFileClassVar2.
12845 (C::cOtherFileType2, C::cOtherFileVar2): New.
12846 (C::cOtherFileVar_use): use also cOtherFileVar2.
12847 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12848
41f62f39
JK
128492010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12850
12851 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12852 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12853 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12854 (print ::C::cOtherFileVar)
12855 (whatis C::OtherFileClass::cOtherFileClassType)
12856 (whatis ::C::OtherFileClass::cOtherFileClassType)
12857 (print C::OtherFileClass::cOtherFileClassVar)
12858 (print ::cOtherFileClassVar)
12859 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12860 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12861 trailing content.
12862 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12863 (C::OtherFileClass::cOtherFileClassVar)
12864 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12865 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12866
af53d231
JK
128672010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12868
12869 Test PR c++/11703 and PR gdb/1448.
12870 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12871 gdb/1448.
12872
9655fd1a
JK
128732010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12874
12875 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12876 (main) <rtti_data>: New.
12877 * gdb.cp/virtbase.exp (print rtti_data): New.
12878
824cc8dd
JK
128792010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12880 Joel Brobecker <brobecker@adacore.com>
12881
12882 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12883
6036c742
JK
128842010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12885
12886 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12887
de6a0421
DE
128882010-06-28 Doug Evans <dje@google.com>
12889
12890 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12891
b2dae948
DE
128922010-06-27 Doug Evans <dje@google.com>
12893
12894 * gdb.cp/m-static.exp: Update expected test output.
12895
0f3bb72e
PH
128962010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12897
889bf7c5
PA
12898 * gdb.gdb/selftest.exp: Adjust expected message for
12899 capturing start-up runtime.
0f3bb72e 12900
bc9f0842
TT
129012010-06-25 Tom Tromey <tromey@redhat.com>
12902
12903 PR python/10808:
12904 * gdb.python/python.exp: Add new tests.
12905
099ef718
SW
129062010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12907
12908 * gdb.cp/operator.cc: Created an import loop.
12909 * gdb.cp/operator.exp: Added testcase for import loop.
12910
5868a632
JK
129112010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 Test PR python/11407.
12914 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12915 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12916 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12917 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12918 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12919 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12920 binfile. Call gdb_compile with clean_restart twice.
12921 (func_nofb print, func_nofb backtrace, func_loopfb print)
12922 (func_loopfb backtrace): New.
12923
af76db58
JK
129242010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12925
12926 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12927 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12928 by a hand made one.
12929 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12930 i?86 requirement. Remove variables srcfile and binfile. New variable
12931 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12932
f2c7657e
UW
129332010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12934
12935 * gdb.cell/dwarfaddr.exp: New file.
12936 * gdb.cell/dwarfaddr.S: New file.
12937
628fe4e4
JK
129382010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12939
12940 Test PR 9436.
12941 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12942
f1421989
HZ
129432010-06-24 Hui Zhu <teawater@gmail.com>
12944
12945 * gdb.base/eval.exp: New file.
12946
d03285ec
UW
129472010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12948
12949 * gdb.cell/fork.exp: New file.
12950 * gdb.cell/fork.c: Likewise.
12951 * gdb.cell/fork-spu.c: Likewise.
12952
41b2c92d
PM
129532010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12954
12955 * lib/gdb.exp (banned_variables_traced): New global variable.
12956 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12957 (gdb_init): Use `trace add variable' instead of obsolete
12958 `trace variable'.
12959
d5bc977f
DE
129602010-06-21 Doug Evans <dje@google.com>
12961
12962 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12963
d2ed6730
UW
129642010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12965
12966 * gdb.arch/spu-ls.exp: New file.
12967 * gdb.arch/spu-ls.c: Likewise.
12968
6aed2dbc
SS
129692010-06-18 Stan Shebs <stan@codesourcery.com>
12970
12971 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12972
e0756905
UW
129732010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12974
12975 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12976 * gdb.base/watch-cond.exp: Likewise.
12977 * gdb.python/py-breakpoint.exp: Likewise.
12978
d8053d4d
PA
129792010-06-18 Pedro Alves <pedro@codesourcery.com>
12980
12981 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12982 clean_restart, make sure every test has a distinct message, and
12983 that messages don't include the executable' full path.
12984
81ce510c
DE
129852010-06-17 Doug Evans <dje@google.com>
12986
12987 * gdb.arch/i386-size.exp: Updated expected output for
12988 DISASSEMBLY_OMIT_FNAME.
12989
65d79d4b
SDJ
129902010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12991 Sergio Durigan Junior <sergiodj@redhat.com>
12992
12993 * gdb.base/watch-notconst.c: New file.
12994 * gdb.base/watch-notconst.S: New file.
12995 * gdb.base/watch-notconst2.c: New file.
12996 * gdb.base/watch-notconst2.S: New file.
12997 * gdb.base/watch-notconst.exp: New file.
12998 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12999 (func4): Add operations on `global_ptr_ptr'.
13000 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
13001 routine to test watchpoints created with a constant expression.
13002 (test_inaccessible_watchpoint): Include tests for watchpoints
13003 created with a constant expression.
13004
df0f4836
KB
130052010-06-14 Kevin Buettner <kevinb@redhat.com>
13006
13007 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
13008 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
13009 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
13010 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
13011 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
13012 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
13013 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
13014 of `_start'.
13015
b769def5
UW
130162010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13017
13018 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
13019 not supported on the target.
13020 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13021 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13022 * gdb.mi/mi-nsintrall.exp: Likewise.
13023 * gdb.mi/mi-nsmoribund.exp: Likewise.
13024 * gdb.mi/mi-nsthrexec.exp: Likewise.
13025
d914c394
SS
130262010-06-11 Stan Shebs <stan@codesourcery.com>
13027
13028 * gdb.base/permissions.exp: New file.
13029
130302010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
13031
13032 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
13033 does not support ELF executable class.
13034
f3ce5b9c
UW
130352010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13036
13037 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
13038
8e46892c
JK
130392010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13040
13041 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
13042 (runto): Catch "The target does not support running in non-stop mode.".
13043
6cc55c64
MS
130442010-06-11 Michael Snyder <msnyder@vmware.com>
13045
13046 * gdb.base/setshow.exp (set language asm): Don't use
13047 gdb_test_no_output, fails on some targets.
13048
caddefa4
UW
130492010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13050
13051 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
13052 * gdb.cp/pr9167.exp: Likewise.
13053
468b1aa7
UW
130542010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13055
13056 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
13057
5c3552dc
UW
130582010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13059
13060 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
13061
02e6fe6a
UW
130622010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13063
13064 * gdb.base/charset.c (main): Make sure malloc gets linked in.
13065
0e03807e
TT
130662010-06-11 Tom Tromey <tromey@redhat.com>
13067
13068 PR gdb/9977, PR exp/11636::
13069 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
13070 (pieces_test_f6): Update expected output.
13071
2bdf28a0
JK
130722010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13073
13074 * gdb.base/moribund-step.exp: New.
13075
f6978de9
MS
130762010-06-08 Michael Snyder <msnyder@vmware.com>
13077
13078 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 13079 * gdb.ada/boolean_expr.exp:
f6978de9
MS
13080 * gdb.ada/frame_args.exp: Ditto.
13081 * gdb.ada/lang_switch.exp: Ditto.
13082 * gdb.ada/ptype_arith_binop.exp: Ditto.
13083 * gdb.ada/ref_param.exp: Ditto.
13084 * gdb.ada/type_coercion.exp:Ditto.
13085
13086 * gdb.asm/asm-source.exp: Ditto.
13087
13088 * gdb.base/attach.exp: Ditto.
13089 * gdb.base/bitfields2.exp: Ditto.
13090 * gdb.base/call-signal-resume.exp: Ditto.
13091 * gdb.base/callfuncs.exp: Ditto.
13092 * gdb.base/commands.exp: Ditto.
13093 * gdb.base/dbx.exp: Ditto.
13094 * gdb.base/default.exp: Ditto.
13095 * gdb.base/dump.exp: Ditto.
13096 * gdb.base/exprs.exp: Ditto.
13097 * gdb.base/freebpcmd.exp: Ditto.
13098 * gdb.base/interrupt.exp: Ditto.
13099 * gdb.base/list.exp: Ditto.
13100 * gdb.base/long_long.exp: Ditto.
13101 * gdb.base/maint.exp: Ditto.
13102 * gdb.base/ptype.exp: Ditto.
13103 * gdb.base/return.exp: Ditto.
13104 * gdb.base/setshow.exp: Ditto.
13105 * gdb.base/sigbpt.exp: Ditto.
13106 * gdb.base/sigrepeat.exp: Ditto.
13107
13108 * gdb.cp/classes.exp: Ditto.
13109
13110 * gdb.dwarf2/dw2-restore.exp: Ditto.
13111
13112 * gdb.gdb/selftest.exp: Ditto.
13113
13114 * gdb.multi/base.exp: Ditto.
13115 * gdb.multi/bkpt-multi-exec.exp: Ditto.
13116
13117 * gdb.python/py-block.exp: Ditto.
13118 * gdb.python/py-prettyprint.exp: Ditto.
13119 * gdb.python/py-template.exp: Ditto.
13120
13121 * gdb.server/ext-attach.exp: Ditto.
13122 * gdb.server/ext-run.exp: Ditto.
13123 * gdb.server/server-mon.exp: Ditto.
13124
13125 * gdb.threads/fork-thread-pending.exp: Ditto.
13126 * gdb.threads/hand-call-in-threads.exp: Ditto.
13127 * gdb.threads/interrupted-hand-call.exp: Ditto.
13128 * gdb.threads/linux-dp.exp: Ditto.
13129 * gdb.threads/manythreads.exp: Ditto.
13130 * gdb.threads/print-threads.exp: Ditto.
13131 * gdb.threads/pthreads.exp: Ditto.
13132 * gdb.threads/schedlock.exp: Ditto.
13133 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13134 * gdb.threads/threadapply.exp: Ditto.
13135
de7ff789
MS
131362010-06-08 Michael Snyder <msnyder@vmware.com>
13137
889bf7c5 13138 * gdb.ada/exec_changed.exp:
de7ff789
MS
13139 Use ".*" instead of "" as wildcard regexp.
13140
13141 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
13142 * gdb.base/call-ar-st.exp: Ditto.
13143 * gdb.base/checkpoint.exp: Ditto.
13144 * gdb.base/default.exp: Ditto.
13145 * gdb.base/dump.exp: Ditto.
13146 * gdb.base/ending-run.exp: Ditto.
13147 * gdb.base/fileio.exp: Ditto.
13148 * gdb.base/miscexprs.exp: Ditto.
13149 * gdb.base/pointers.exp: Ditto.
13150 * gdb.base/readline.exp: Ditto.
13151 * gdb.base/reread.exp: Ditto.
13152 * gdb.base/restore.exp: Ditto.
13153 * gdb.base/shlib-call.exp: Ditto.
13154 * gdb.base/valgrind-db-attach.exp: Ditto.
13155 * gdb.base/volatile.exp: Ditto.
13156 * gdb.base/watchpoints.exp: Ditto.
13157
13158 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
13159
13160 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
13161 * gdb.python/py-value.exp: Ditto.
13162
13163 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
13164 * gdb.trace/circ.exp: Ditto.
13165 * gdb.trace/collection.exp: Ditto.
13166 * gdb.trace/packetlen.exp: Ditto.
13167 * gdb.trace/passc-dyn.exp: Ditto.
13168 * gdb.trace/report.exp: Ditto.
13169 * gdb.trace/tfile.exp: Ditto.
13170 * gdb.trace/tfind.exp: Ditto.
13171 * gdb.trace/while-dyn.exp: Ditto.
13172
3bebe2f2
JK
131732010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
13176
5c631832
JK
131772010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13178
13179 Test PR 10640.
13180 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
13181
4c3376c8
SW
131822010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
13183
13184 * gdb.cp/koenig.exp: Test for ADL operators.
13185 * gdb.cp/koenig.cc: Added ADL operators.
13186 * gdb.cp/operator.exp: New test.
13187 * gdb.cp/operator.cc: New test.
13188
dc226d5a
MS
131892010-06-04 Michael Snyder <msnyder@vmware.com>
13190
dfb88a23
MS
13191 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
13192 * gdb.base/pending.exp: Ditto.
f7ae76b3 13193
dc226d5a
MS
13194 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
13195
967cf477
DE
131962010-06-04 Doug Evans <dje@google.com>
13197
13198 * gdb.python/py-prettyprint.exp: Add new test for enabled and
13199 disabled printers.
13200 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
13201 (enable_lookup_function): New function.
13202
eb801841
TT
132032010-06-04 Tom Tromey <tromey@redhat.com>
13204
13205 * gdb.python/py-value.exp (test_value_hash): Don't test equality
13206 of hash and id.
13207
38979823
JK
132082010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13209
13210 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
13211 newline.
13212 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
13213 (empty verbose non-noisy clear, empty verbose noisy clear)
13214 (empty non-verbose noisy clear): Likewise.
13215
35ec993f
MS
132162010-06-03 Michael Snyder <msnyder@vmware.com>
13217
13218 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
13219 * gdb.base/display.exp: Ditto.
13220 * gdb.base/find.exp: Ditto.
13221 * gdb.base/ifelse.exp: Ditto.
13222 * gdb.base/multi-forks.exp: Ditto.
13223 * gdb.base/recurse.exp: Ditto.
13224 * gdb.base/setshow.exp: Ditto.
13225 * gdb.base/value-double-free.exp: Ditto.
13226 * gdb.base/watch-vfork.exp: Ditto.
13227 * gdb.base/watch_thread_num.exp: Ditto.
13228 * gdb.base/watchpoint-solib.exp: Ditto.
13229 * gdb.base/watchpoint.exp: Ditto.
13230 * gdb.base/watchpoints.exp: Ditto.
13231
13232 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
13233 * gdb.cp/overload.exp: Ditto.
13234 * gdb.cp/virtfunc.exp: Ditto.
13235
13236 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
13237
889bf7c5 13238 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
13239 Replace gdb_test with gdb_test_no_output.
13240
889bf7c5 13241 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
13242 Replace gdb_test with gdb_test_no_output.
13243 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13244 * gdb.threads/watchthreads.exp: Ditto.
13245 * gdb.threads/watchthreads2.exp: Ditto.
13246
13247 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
13248 * gdb.trace/tfind.exp: Ditto.
13249
c22decce
JB
132502010-06-03 Joel Brobecker <brobecker@adacore.com>
13251
13252 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
13253 successful test if message is the empty string.
13254
fd5700c7
JK
132552010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13256
13257 * gdb.fortran/module.exp (stopped language detection): New test.
13258
f55ee35c
JK
132592010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13260
13261 Support DW_TAG_module as separate namespaces.
13262 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
13263 gdb.fortran/library-module-lib.f90: New.
13264 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
13265 (print i): Remove.
13266 (continue to breakpoint: i-is-1, print var_i value 1)
13267 (continue to breakpoint: i-is-2, print var_i value 2)
13268 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13269 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13270 (complete `modmany, complete `modmany`, complete `modmany`var)
13271 (show language, setting breakpoint at module): New tests.
13272 * gdb.fortran/module.f90 (module mod): Remove.
13273 (module mod1, module mod2, module modmany, subroutine sub1)
13274 (subroutine sub2, program module): New.
13275
b8e8282f
JK
132762010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13277
13278 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13279 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
13280 * gdb.cp/anon-union.exp (pass): Rename to ...
13281 (print z 2): ... here.
b8e8282f 13282
019ebafc
MS
132832010-06-02 Michael Snyder <msnyder@vmware.com>
13284
e68d8fd4
MS
13285 * gdb.trace/actions.exp: Use gdb_test_no_output.
13286 * gdb.trace/circ.exp: Ditto.
13287 * gdb.trace/packetlen.exp: Ditto.
13288 * gdb.trace/save-trace.exp: Ditto.
13289 * gdb.trace/tracecmd.exp: Ditto.
13290 * gdb.trace/tsv.exp: Ditto.
13291
12b5d08a
MS
13292 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13293 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13294 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13295 * gdb.threads/manythreads.exp: Ditto.
13296 * gdb.threads/print-threads.exp: Ditto.
13297 * gdb.threads/pthreads.exp: Ditto.
13298 * gdb.threads/schedlock.exp: Ditto.
13299 * gdb.threads/staticthreads.exp: Ditto.
13300 * gdb.threads/thread-specific.exp: Ditto.
13301 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13302 * gdb.threads/threadapply.exp: Ditto.
13303 * gdb.threads/watchthreads.exp: Ditto.
13304 * gdb.threads/watchthreads2.exp: Ditto.
13305
89493308
MS
13306 * gdb.python/py-block.exp: Use gdb_test_no_output.
13307 * gdb.python/py-prettyprint.exp: Ditto.
13308 * gdb.python/py-template.exp: Ditto.
13309 * gdb.python/py-value.exp: Ditto.
13310
13311 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13312 * gdb.reverse/watch-reverse.exp: Ditto.
13313
13314 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13315 * gdb.server/ext-run.exp: Ditto.
13316
019ebafc
MS
13317 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13318 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13319 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13320 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13321 * gdb.dwarf2/dw2-producer.exp: Ditto.
13322 * gdb.dwarf2/mac-fileno.exp: Ditto.
13323
13324 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13325 * gdb.gdb/selftest.exp: Ditto.
13326
13327 * gdb.multi/base.exp: Use gdb_test_no_output.
13328
13329 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13330
3e0ca3a5
JK
133312010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13334
9db70545
MS
133352010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13336
a8d52276
MS
13337 * gdb.cp/class2.exp: Use gdb_test_no_output.
13338 * gdb.cp/classes.exp: Ditto.
13339 * gdb.cp/extern-c.exp: Ditto.
13340 * gdb.cp/inherit.exp: Ditto.
13341 * gdb.cp/maint.exp: Ditto.
13342 * gdb.cp/mb-inline.exp: Ditto.
13343 * gdb.cp/mb-templates.exp: Ditto.
13344 * gdb.cp/method2.exp: Ditto.
13345 * gdb.cp/misc.exp: Ditto.
13346 * gdb.cp/ovldbreak.exp: Ditto.
13347 * gdb.cp/punctuator.exp: Ditto.
13348 * gdb.cp/templates.exp: Ditto.
13349 * gdb.cp/virtbase.exp: Ditto.
13350
889bf7c5 13351 * gdb.threads/attach-stopped.exp:
9db70545 13352 Replace uses of send_gdb / gdb_expect.
889bf7c5 13353 * gdb.threads/attachstop-mt.exp:
9db70545 13354 Replace uses of send_gdb / gdb_expect.
889bf7c5 13355 * gdb.threads/gcore-thread.exp:
9db70545 13356 Replace uses of send_gdb / gdb_expect.
889bf7c5 13357 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
13358 Replace uses of send_gdb / gdb_expect.
13359 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 13360 * gdb.threads/print-threads.exp:
9db70545
MS
13361 Replace uses of send_gdb / gdb_expect.
13362 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13363 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13364 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13365
13366 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13367 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13368 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13369 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13370 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13371 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13372 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13373 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13374 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13375 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13376 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13377
359cc68c
JK
133782010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13379
13380 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13381
7d3fe98e
SW
133822010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13383
13384 * gdb.cp/koenig.exp: Added new test case.
13385 * gdb.cp/koenig.cc: Ditto.
13386
27d3a1a2
MS
133872010-06-01 Michael Snyder <msnyder@vmware.com>
13388
13389 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13390 * gdb.base/arrayidx.exp: Ditto.
13391 * gdb.base/attach.exp: Ditto.
13392 * gdb.base/auxv.exp: Ditto.
13393 * gdb.base/bigcre.exp: Ditto.
13394 * gdb.base/break-always.exp: Ditto.
13395 * gdb.base/break-interp.exp: Ditto.
13396 * gdb.base/break.exp: Ditto.
13397 * gdb.base/breakpoint-shadow.exp: Ditto.
13398 * gdb.base/call-ar-st.exp: Ditto.
13399 * gdb.base/call-sc.exp: Ditto.
13400 * gdb.base/call-signal-resume.exp: Ditto.
13401 * gdb.base/callfuncs.exp: Ditto.
13402 * gdb.base/catch-syscall.exp: Ditto.
13403 * gdb.base/charset.exp: Ditto.
13404 * gdb.base/code-expr.exp: Ditto.
13405 * gdb.base/commands.exp: Ditto.
13406 * gdb.base/cond-expr.exp: Ditto.
13407 * gdb.base/condbreak.exp: Ditto.
13408 * gdb.base/cursal.exp: Ditto.
13409 * gdb.base/cvexpr.exp: Ditto.
13410 * gdb.base/default.exp: Ditto.
13411 * gdb.base/del.exp: Ditto.
13412 * gdb.base/detach.exp: Ditto.
13413 * gdb.base/display.exp: Ditto.
13414 * gdb.base/ena-dis-br.exp: Ditto.
13415 * gdb.base/eval-skip.exp: Ditto.
13416 * gdb.base/foll-fork.exp: Ditto.
13417 * gdb.base/foll-vfork.exp: Ditto.
13418 * gdb.base/frame-args.exp: Ditto.
13419 * gdb.base/funcargs.exp: Ditto.
13420 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13421 * gdb.base/gdbvars.exp: Ditto.
13422 * gdb.base/help.exp: Ditto.
13423 * gdb.base/ifelse.exp: Ditto.
13424 * gdb.base/included.exp: Ditto.
13425 * gdb.base/list.exp: Ditto.
13426 * gdb.base/macscp.exp: Ditto.
13427 * gdb.base/maint.exp: Ditto.
13428 * gdb.base/multi-fork.exp: Ditto.
13429 * gdb.base/overlays.exp: Ditto.
13430 * gdb.base/page.exp: Ditto.
13431 * gdb.base/pending.exp: Ditto.
13432 * gdb.base/pointers.exp: Ditto.
13433 * gdb.base/pr11022.exp: Ditto.
13434 * gdb.base/prelink.exp: Ditto.
13435 * gdb.base/printcmds.exp: Ditto.
13436 * gdb.base/psymtab.exp: Ditto.
13437 * gdb.base/randomize.exp: Ditto.
13438 * gdb.base/relational.exp: Ditto.
13439 * gdb.base/relocate.exp: Ditto.
13440 * gdb.base/remote.exp: Ditto.
13441 * gdb.base/sepdebug.exp: Ditto.
13442 * gdb.base/set-lang-auto.exp: Ditto.
13443 * gdb.base/setshow.exp: Ditto.
13444 * gdb.base/setvar.exp: Ditto.
13445 * gdb.base/signals.exp: Ditto.
13446 * gdb.base/signull.exp: Ditto.
13447 * gdb.base/sigstep.exp: Ditto.
13448 * gdb.base/sizeof.exp: Ditto.
13449 * gdb.base/solib-disc.exp: Ditto.
13450 * gdb.base/store.exp: Ditto.
13451 * gdb.base/structs.exp: Ditto.
13452 * gdb.base/structs2.exp: Ditto.
13453 * gdb.base/subst.exp: Ditto.
13454 * gdb.base/term.exp: Ditto.
13455 * gdb.base/trace-commands.exp: Ditto.
13456 * gdb.base/unwindonsignal.exp: Ditto.
13457 * gdb.base/valgrind-db-attach.exp: Ditto.
13458 * gdb.base/varargs.exp: Ditto.
13459 * gdb.base/watch-cond.exp: Ditto.
13460 * gdb.base/watch_thread_num.exp: Ditto.
13461 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13462 * gdb.base/watchpoint.exp: Ditto.
13463 * gdb.base/whatis-exp.exp: Ditto.
13464
f8d3bf8f
MS
134652010-06-01 Michael Snyder <msnyder@vmware.com>
13466
13467 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13468 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13469 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13470 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13471 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13472 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13473 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13474 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13475 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13476 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13477 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13478 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13479 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13480 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13481 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13482
3f9e0d32
JK
134832010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13484
13485 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13486 trailing newline.
13487 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13488 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13489 (p *args): ... here and remove excessive trailing newline.
13490
f629457d
JB
134912010-05-31 Joel Brobecker <brobecker@adacore.com>
13492
13493 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13494
09eef106
JK
134952010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13496
13497 Accept the new Linux kernel "t (tracing stop)" string.
13498 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13499 Update comment.
13500 (state_wait) <T (tracing stop)>: New.
13501 (main): Update the state_wait expect string.
13502
94f31136
PA
135032010-05-28 Pedro Alves <pedro@codesourcery.com>
13504
13505 * limits.c, limits.exp: Delete files.
13506 * Makefile.in (clean mostlyclean): Adjust.
13507 * tracecmd.exp: Adjust.
13508
096554ab
JK
135092010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13510
13511 * gdb.base/tui-layout.exp: New.
13512
27d3a1a2 135132010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 13514
889bf7c5 13515 * gdb.reverse/break-precsave.exp:
bcd2dc50 13516 Replace uses of send_gdb / gdb_expect.
889bf7c5 13517 * gdb.reverse/break-reverse.exp:
bcd2dc50 13518 Replace uses of send_gdb / gdb_expect.
889bf7c5 13519 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 13520 Replace uses of send_gdb / gdb_expect.
889bf7c5 13521 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 13522 Replace uses of send_gdb / gdb_expect.
889bf7c5 13523 * gdb.reverse/finish-precsave.exp:
bcd2dc50 13524 Replace uses of send_gdb / gdb_expect.
889bf7c5 13525 * gdb.reverse/finish-reverse.exp:
bcd2dc50 13526 Replace uses of send_gdb / gdb_expect.
889bf7c5 13527 * gdb.reverse/i386-precsave.exp:
bcd2dc50 13528 Replace uses of send_gdb / gdb_expect.
889bf7c5 13529 * gdb.reverse/i386-reverse.exp:
bcd2dc50 13530 Replace uses of send_gdb / gdb_expect.
889bf7c5 13531 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 13532 Replace uses of send_gdb / gdb_expect.
889bf7c5 13533 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 13534 Replace uses of send_gdb / gdb_expect.
889bf7c5 13535 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 13536 Replace uses of send_gdb / gdb_expect.
889bf7c5 13537 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 13538 Replace uses of send_gdb / gdb_expect.
889bf7c5 13539 * gdb.reverse/machinestate.exp:
bcd2dc50 13540 Replace uses of send_gdb / gdb_expect.
889bf7c5 13541 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 13542 Replace uses of send_gdb / gdb_expect.
889bf7c5 13543 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 13544 Replace uses of send_gdb / gdb_expect.
889bf7c5 13545 * gdb.reverse/solib-precsave.exp:
bcd2dc50 13546 Replace uses of send_gdb / gdb_expect.
889bf7c5 13547 * gdb.reverse/solib-reverse.exp:
bcd2dc50 13548 Replace uses of send_gdb / gdb_expect.
889bf7c5 13549 * gdb.reverse/step-precsave.exp:
bcd2dc50 13550 Replace uses of send_gdb / gdb_expect.
889bf7c5 13551 * gdb.reverse/step-reverse.exp:
bcd2dc50 13552 Replace uses of send_gdb / gdb_expect.
889bf7c5 13553 * gdb.reverse/until-precsave.exp:
bcd2dc50 13554 Replace uses of send_gdb / gdb_expect.
889bf7c5 13555 * gdb.reverse/until-reverse.exp:
bcd2dc50 13556 Replace uses of send_gdb / gdb_expect.
889bf7c5 13557 * gdb.reverse/watch-precsave.exp:
bcd2dc50 13558 Replace uses of send_gdb / gdb_expect.
889bf7c5 13559 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
13560 Replace uses of send_gdb / gdb_expect.
13561
3def43e0
JK
135622010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13563
13564 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13565 excessive newline.
13566
27d3a1a2 135672010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
13568
13569 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
13570 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13571 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13572 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13573 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13574 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13575 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13576 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13577 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13578 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13579 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13580 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13581 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13582 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13583 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13584 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13585 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13586 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13587 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 13588
27d3a1a2 135892010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 13590
22454424
MS
13591 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13592 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13593
13594 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13595 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13596 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13597
889bf7c5 13598 * gdb.reverse/consecutive-reverse.exp:
22454424 13599 Replace uses of send_gdb / gdb_expect.
889bf7c5 13600 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
13601 Replace uses of send_gdb / gdb_expect.
13602
13603 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13604 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13605 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 13606 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
13607 Replace uses of send_gdb / gdb_expect.
13608 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13609 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13610 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13611 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13612 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13613 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13614 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13615 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13616 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
13617
136182010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 13619
22454424 13620 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13621
22454424 13622 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13623
22454424
MS
13624 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13625 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13626 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13627 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13628 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13629 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13630 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13631 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13632 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13633
6e5f2c59
TT
136342010-05-25 Tom Tromey <tromey@redhat.com>
13635
13636 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13637
bbc8b958
TT
136382010-05-25 Tom Tromey <tromey@redhat.com>
13639
13640 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13641 argument order.
13642 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13643 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13644 order.
13645 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13646 order.
13647 * gdb.base/call-sc.exp (setup_kfails): Remove.
13648 (setup_compiler_kfails): Remove.
13649 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13650 argument order.
13651 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13652 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13653 (advancei): Fix setup_kfail argument order.
13654 * gdb.base/radix.exp: Fix setup_kfail argument order.
13655 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13656 order.
13657 * gdb.base/structs.exp (setup_kfails): Remove.
13658 (setup_compiler_kfails): Fix setup_kfail argument order.
13659 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13660 order.
13661 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13662 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13663 setup_kfail argument order.
13664 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13665
83d1babf
TT
136662010-05-25 Tom Tromey <tromey@redhat.com>
13667
13668 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13669
6acb16a2
MS
136702010-05-25 Michael Snyder <msnyder@vmware.com>
13671
13672 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13673 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13674 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13675 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13676 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13677 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13678 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13679 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13680 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
13681 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13682 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13683 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13684 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13685 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13686 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13687 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13688 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13689 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13690 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13691 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13692 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13693 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13694 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
13695 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13696 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13697 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13698 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13699 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13700 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13701 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13702 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13703 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13704 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13705 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13706 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13707 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13708 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13709 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13710 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13711 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13712 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13713 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13714 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13715 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13716 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13717 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13718 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 13719 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13720
137212010-05-25 Doug Evans <dje@google.com>
13722
13723 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13724 gdb.string_to_argv.
ad3986f0 13725
d3b1e874
TT
137262010-05-21 Tom Tromey <tromey@redhat.com>
13727
13728 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13729 Call it.
13730 * gdb.dwarf2/pieces.S: Update.
13731 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13732
cb826367
TT
137332010-05-21 Tom Tromey <tromey@redhat.com>
13734
13735 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13736 Call it.
13737 * gdb.dwarf2/pieces.c (struct C): New.
13738 (f6): New function.
13739 * gdb.dwarf2/pieces.S: Replace.
13740
74de6778
TT
137412010-05-21 Tom Tromey <tromey@redhat.com>
13742
13743 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13744 Call it.
13745
afd74c5f
TT
137462010-05-21 Tom Tromey <tromey@redhat.com>
13747
13748 * gdb.dwarf2.pieces.exp: New file.
13749 * gdb.dwarf2.pieces.S: New file.
13750 * gdb.dwarf2.pieces.c: New file.
13751
a7b75dfd 137522010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13753 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
13754
13755 * lib/gdb.exp (gdb_test_no_output): New function.
13756 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13757 when testing commands that should produce no output.
13758
c81c812a
JB
137592010-05-17 Joel Brobecker <brobecker@adacore.com>
13760
13761 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13762 parameter that we want to watch being a constant.
13763
0cce5bd9
JB
137642010-05-17 Joel Brobecker <brobecker@adacore.com>
13765
13766 * gdb.ada/cond_lang: New testcase.
13767
47050449
JB
137682010-05-17 Joel Brobecker <brobecker@adacore.com>
13769
13770 * lib/gdb.exp (banned_variables): New variable/constant.
13771 (gdb_init): Add write trace on variables listed in banned_variables.
13772 (gdb_finish): Remove write traces on variables listed in
13773 banned_variables.
13774
77c01586
JB
137752010-05-17 Joel Brobecker <brobecker@adacore.com>
13776
13777 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13778 * gdb.cp/koenig.exp: Likewise.
13779
88d4aea7
PM
137802010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13781
889bf7c5 13782 PR python/11482
88d4aea7
PM
13783
13784 * gdb.python/py-value.exp (test_value_hash): New function.
13785
f5a010c0
PM
137862010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13787
13788 PR exp/11530.
13789 * gdb.base/gdb11530.c: New file.
13790 * gdb.base/gdb11530.exp: New file.
13791
8ef4892f
JK
137922010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13793
13794 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13795 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13796
7322dca9
SW
137972010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13798
13799 * gdb.cp/koenig.exp: New test.
13800 * gdb.cp/koenig.cc: New test program.
13801
02e7ea18
JB
138022010-05-05 Joel Brobecker <brobecker@adacore.com>
13803
13804 Remove the use of prms_id and bug_id throughout the testsuite.
13805
e1c34c5d
PM
138062010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13807
13808 PR exp/11349.
13809 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13810 use a reference local variable.
13811
8e1d0c49
JK
138122010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13813
13814 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13815 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13816 variable different_dir. Move debugfile into a full directory pathname
13817 under DIFFERENT_DIR.
13818 * lib/gdb.exp (separate_debug_filename): Remove.
13819 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13820 variable debug_dir and mkdir of it. Update function comments.
13821
e66408ed
PA
138222010-04-29 Pedro Alves <pedro@codesourcery.com>
13823
13824 PR gdb/11557
13825
13826 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13827 files.
13828
d7b32ed3
PM
138292010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13830
889bf7c5 13831 * gdb.python/py-param.exp: New File.
d7b32ed3 13832
6aecb9c2
JB
138332010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13834
13835 * gdb.base/default.exp: Fix "set language" test.
13836
bdf92a1c
PM
138372010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13838
13839 PR breakpoints/11531.
13840 * gdb.base/gdb11531.c: New file.
13841 * gdb.base/gdb11531.exp: New file.
13842
3f172e24
TT
138432010-04-26 Tom Tromey <tromey@redhat.com>
13844
13845 * gdb.base/completion.exp: Add tests for completion and deprecated
13846 commands.
13847
64af4c92
JK
138482010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13849
13850 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13851 (print /x char_array): Escape curly brackets.
13852
492928e4
JK
138532010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13854
13855 Fix deadlock on looped list of loaded shared objects.
13856 * gdb.base/solib-corrupted.exp: New.
13857
66d09542
DE
138582010-04-23 Doug Evans <dje@google.com>
13859
13860 * gdb.python/py-section-script.c: New file.
13861 * gdb.python/py-section-script.exp: New file.
13862 * gdb.python/py-section-script.py: New file.
13863
8bd10a10
CM
138642010-04-20 Chris Moller <cmoller@redhat.com>
13865
13866 PR 10179
13867
13868 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13869 * gdb.base/pr10179-a.c:
13870 * gdb.base/pr10179-b.c:
13871 * gdb.base/pr10179.exp: New files.
13872
c0201579
JK
138732010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13874
13875 Fix crashes on dangling display expressions.
13876 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13877 is SEP.
13878 (lib_flags): Remove the "debug" keyword.
13879 (libsepdebug): New variable for iterating new loop.
13880 (save_pf_prefix): New variable wrapping the loop.
13881 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13882 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13883
793b0ff8
PM
138842010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13885
13886 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13887
097f51f7
PM
138882010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13889
13890 PR stabs/11479.
13891 * gdb.stabs/gdb11479.exp: New file.
13892 * gdb.stabs/gdb11479.c: New file.
13893
9a22f0d0
PM
138942010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13895
13896 * gdb.base/charset.c (Strin16, String32): New variables.
13897 * gdb.base/charset.exp (gdb_test): Test correct display
13898 of 16 or 32 bit strings.
13899
139002010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
13901
13902 PR 9167
13903 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13904 * gdb.cp/pr9167.cc: New file.
13905 * gdb.cp/pr9167.exp: New file.
13906
13907
6e354e5e
PM
139082010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13909
13910 PR pascal/11492.
13911 * gdb.pascal/gdb11492.pas: New file.
13912 * gdb.pascal/gdb11492.exp: New file.
13913
be942545
JB
139142010-04-20 Joel Brobecker <brobecker@adacore.com>
13915
1667e6e3 13916 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 13917
0c3acc09
JB
139182010-04-20 Joel Brobecker <brobecker@adacore.com>
13919
13920 * gdb.ada/dyn_loc: New testcase.
13921
ec31cde5
CM
139222010-04-20 Chris Moller <cmoller@redhat.com>
13923
13924 PR 10867
889bf7c5 13925
ec31cde5
CM
13926 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13927 * gdb.cp/pr10687.cc: New file.
13928 * gdb.cp/pr10687.exp: New file.
13929
13930
ce4b0682
SDJ
139312010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13932 Sergio Durigan Junior <sergiodj@redhat.com>
13933
13934 * gdb.fortran/logical.exp: New testcase.
13935 * gdb.fortran/logical.f90: New file.
13936
3436961f
DE
139372010-04-19 Doug Evans <dje@google.com>
13938
13939 * gdb.base/help.exp (help source): Update expected output.
13940
4d836c09
JK
139412010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13942
13943 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13944 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13945 gdb_exit and return.
13946 (executable): New variable.
13947 (binfile): Use it.
13948
6149aea9
PA
139492010-04-19 Pedro Alves <pedro@codesourcery.com>
13950
13951 PR breakpoints/8554.
13952
13953 * gdb.trace/save-trace.exp: Adjust.
13954
ed41462c
L
139552010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13956
13957 PR corefiles/11511
13958 * gdb.arch/system-gcore.exp: New.
13959 * gdb.arch/gcore.c: Likewise.
13960
3f7b2faa
DE
139612010-04-15 Doug Evans <dje@google.com>
13962
fa33c3cd
DE
13963 * gdb.python/py-progspace.c: New file.
13964 * gdb.python/py-progspace.exp: New file.
13965
3f7b2faa
DE
13966 * gdb.base/source.exp: Add tests for "source -s".
13967
79f283fe
PM
139682010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13969
13970 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13971 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13972 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13973 * gdb.python/py-mi.exp: New test for to_string returning None.
13974
fc8eb08a
PM
139752010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13976
13977 * gdb.python/py-breakpoint.c: Make result global.
13978
26e197f6
JK
139792010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13980
13981 Fix non-GNU make compatibility.
13982 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13983
adc36818
PM
139842010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13985
13986 * gdb.python/py-breakpoint.exp: New File.
13987 * gdb.python/py-breakpoint.C: Ditto.
13988
64e17368
SS
139892010-04-08 Stan Shebs <stan@codesourcery.com>
13990
13991 * gdb.trace/actions.exp: Clear default-collect.
13992 * gdb.trace/save-trace.exp: Clear default-collect.
13993
fff5cc64
PM
139942010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13995
13996 * gdb.python/py-value: Add null string variable.
13997 (test_lazy_string): Test zero length, NULL address lazy
13998 strings.
13999
a055a187
L
140002010-04-07 H.J. Lu <hongjiu.lu@intel.com>
14001
14002 * gdb.arch/i386-avx.c: New.
14003 * gdb.arch/i386-avx.exp: Likewise.
14004
14005 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
14006
96e39866
DE
140072010-04-06 Doug Evans <dje@google.com>
14008
14009 * gdb.base/source-test.gdb: New file.
14010 * gdb.base/source.exp: Test source -v.
14011
5984a431
UW
140122010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14013
14014 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
14015
ec8a089a
PM
140162010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
14017
14018 * gdb.stabs/aout.sed: Convert all backslash to double backslash
14019 within one line, unless it is followed by a double quote.
14020 * gdb.stabs/hppa.sed: Idem.
14021 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
14022 * gdb.stabs/weird.exp: Check for correct parsing of
14023 char and string constants.
ec8a089a
PM
14024 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
14025 in .stabs to .stabx substitution.
14026
fce3c1f0
SS
140272010-04-05 Stan Shebs <stan@codesourcery.com>
14028
14029 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
14030 constant global.
14031 * gdb.trace/tfile.exp: Try to print them.
14032
d77f58be
SS
140332010-04-04 Stan Shebs <stan@codesourcery.com>
14034
14035 * gdb.base/completion.exp: Update for new "info watchpoints".
14036 * gdb.base/default.exp: Ditto.
14037 * gdb.base/help.exp: Ditto.
14038 * gdb.base/watchpoint.exp: Ditto.
14039 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 14040
af54718e
SS
140412010-04-04 Stan Shebs <stan@codesourcery.com>
14042
14043 * gdb.trace/tfile.exp: Sharpen tfind test.
14044
74d1f91e
JK
140452010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14046
14047 * gdb.base/break-entry.exp: New.
14048
eb8e76db 140492010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 14050 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
14051
14052 * gdb.reverse/i386-sse-reverse.exp: New file.
14053 * gdb.reverse/i386-sse-reverse.c: New file.
14054
bf65cad8
PA
140552010-04-02 Pedro Alves <pedro@codesourcery.com>
14056
14057 * gdb.trace/tfind.exp: Adjust expected disassembly output.
14058
fff87407
SS
140592010-04-01 Stan Shebs <stan@codesourcery.com>
14060
14061 * gdb.trace/actions.exp: Tweak expected output.
14062 * gdb.trace/while-stepping.exp: Tweak expected output.
14063
fe01d668
L
140642010-04-01 H.J. Lu <hongjiu.lu@intel.com>
14065
14066 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
14067
86b17b60
PA
140682010-04-01 Pedro Alves <pedro@codesourcery.com>
14069
14070 * gdb.base/commands.exp: Adjust.
14071 * gdb.cp/extern-c.exp: Adjust.
14072
2c58c0a9
PA
140732010-04-01 Pedro Alves <pedro@codesourcery.com>
14074
14075 * gdb.trace/collection.c (local_test_func): Define a local struct,
14076 and instanciate it.
14077
0db9b91c
PA
140782010-04-01 Pedro Alves <pedro@codesourcery.com>
14079
14080 * gdb.trace/collection.exp (gdb_collect_args_test)
14081 (gdb_collect_argarray_test): XFAIL the tests that assume the
14082 argarray argument's elements are collected.
14083
8072405b
JK
140842010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
14085
14086 * gdb.dwarf2/dw2-bad-parameter-type.exp,
14087 gdb.dwarf2/dw2-bad-parameter-type.S: New.
14088
8bf6485c
SS
140892010-03-31 Stan Shebs <stan@codesourcery.com>
14090
14091 * gdb.trace/save-trace.exp: Test save/restore of default-collect
14092 and tracepoint conditionals.
14093 (gdb_verify_tracepoints): Delete unused return.
14094
fd7f724a
KS
140952010-03-26 Keith Seitz <keiths@redhat.com>
14096
14097 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
14098 appear in the output before main.
14099 Remove KFAIL for gdb/2215 aka bz 9320.
14100
8d9e7719
DE
141012010-03-30 Doug Evans <dje@google.com>
14102
0906dd0b
DE
14103 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
14104 by dejagnu.
14105 * gdb.arch/amd64-dword.exp: Ditto.
14106
8d9e7719
DE
14107 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
14108 match.
14109 (break printf): Ditto.
14110
1da644f0
SW
141112010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
14112
14113 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
14114 gcc < 4.4.
14115 * gdb.cp/shadow.exp: Ditto.
14116
a8121990
PA
141172010-03-29 Pedro Alves <pedro@codesourcery.com>
14118
14119 * gdb.trace/collection.exp (run_trace_experiment): Make sure
14120 "tstart" is silent.
14121
6e79d367
PA
141222010-03-29 Pedro Alves <pedro@codesourcery.com>
14123
14124 * gdb.trace/collection.exp (executable): New.
14125 (binfile): Use it.
14126 (fpreg, spreg, pcreg): New.
14127 (test_register): Use gdb_test_multiple. Pass /x to print.
14128 (prepare_for_trace_test): New.
14129 (run_trace_experiment): Use "continue", not gdb_run_cmd.
14130 (gdb_collect_args_test, gdb_collect_argstruct_test)
14131 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
14132 prepare_for_trace_test.
14133 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
14134 fpreg, spreg and pcreg.
14135 (gdb_collect_expression_test, gdb_collect_globals_test): Use
14136 prepare_for_trace_test.
14137 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
14138 try to detect tracing support here. Don't set breakpoints at
14139 `begin' or `end' here.
14140 <global scope>: Use clean_restart. Run to main before checking
14141 for tracing support. Check for for tracing support here.
14142
09248348
JK
141432010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14144
14145 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
14146 " as $displacement" to "seen displacement message".
14147
d350db38
PA
141482010-03-28 Pedro Alves <pedro@codesourcery.com>
14149
14150 * gdb.trace/while-dyn.exp (executable): New variable.
14151 (binfile): Use it.
14152 (test_while_stepping): New function. Move most tests here. Call
14153 it once for each of the while-stepping, stepping and ws aliases.
14154
907af001
UW
141552010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14156
14157 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
14158 that do not provide the tagless_struct type name at all.
14159 (test_print_anon_union): Do not check value of uninitialized
14160 union member. Do not use cp_test_ptype_class, so we can accept
14161 "long" as well as "long int".
14162
610197fd
PA
141632010-03-26 Pedro Alves <pedro@codesourcery.com>
14164
14165 * gdb.trace/tfile.c (tohex, bin2hex): New.
14166 (write_error_trace_file): Hexify error description.
14167
6c28cbf2
SS
141682010-03-25 Stan Shebs <stan@codesourcery.com>
14169
14170 * gdb.trace/tfile.c: Generate an additional trace file, improve
14171 portability.
14172 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
14173 files in a better way.
14174
e62b8c7e
KS
141752010-03-25 Keith Seitz <keiths@redhat.com>
14176
14177 * gdb.java/jprint.exp: XFAIL printing of static class members
14178 because of GCC debuginfo problem.
14179
82ccf5a5
JK
141802010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14181
14182 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
14183
293e2f9e
DJ
141842010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14185
14186 * gdb.base/completion.exp: Allow long instead of long int.
14187 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
14188 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
14189 variable p.
14190 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
14191 * gdb.base/pointers.exp: Allow long instead of long int.
14192 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
14193 * gdb.base/step-line.exp: Allow a directory before the source file name.
14194
95a42b64
TT
141952010-03-24 Tom Tromey <tromey@redhat.com>
14196
14197 PR breakpoints/9352:
14198 * gdb.base/default.exp: Update.
14199 * gdb.base/commands.exp: Update.
14200 * gdb.cp/extern-c.exp: Test setting commands on multiple
14201 breakpoints at once.
14202
2390201f
DJ
142032010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14204
14205 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
14206 if gdb,nosignals.
14207 * gdb.base/watchpoints.c: Do not include unnecessary headers.
14208 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
14209 exited".
14210
8c9a6790
SS
142112010-03-24 Stan Shebs <stan@codesourcery.com>
14212
14213 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
14214
a6c727b2
DJ
142152010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14216
14217 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
14218 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
14219 argument. Handle "short" and "long".
14220 (Top level): Pass overprototyped output for old_fptr and xptr.
14221
4dfd5423
PA
142222010-03-23 Pedro Alves <pedro@codesourcery.com>
14223
14224 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
14225 format strings and add casts to avoid compiler warnings.
14226
142272010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
14228
14229 * lib/trace-support.exp (gdb_trace_setactions):
14230 Don't expect whitespace after ">" prompt.
14231 * gdb.trace/actions.exp: Adjust for output changes.
14232 * gdb.trace/while-stepping.exp: Likewise.
14233
c847d045
JK
142342010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14235
14236 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
14237 and r157645).
14238
5f717f1d
JK
142392010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14240
14241 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
14242 New.
14243
7d6d51d5
DJ
142442010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
14245
14246 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
14247 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
14248
3b11a015
SS
142492010-03-19 Stan Shebs <stan@codesourcery.com>
14250
14251 * gdb.trace/ax.exp: New file.
14252
d7d158ed
DE
142532010-03-19 Doug Evans <dje@google.com>
14254
6bb85cd1
DE
14255 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14256 output from gcc.
14257
d7d158ed
DE
14258 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14259 named /usr/sbin/prelink<foo>.
14260
4daf5ac0
SS
142612010-03-18 Stan Shebs <stan@codesourcery.com>
14262
14263 * gdb.trace/circ.exp: Test circular-trace-buffer.
14264 * gdb.trace/tfile.exp: Update tstatus test.
14265
e8d05480
JB
142662010-03-18 Joel Brobecker <brobecker@adacore.com>
14267
14268 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14269 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14270
441b986a
UW
142712010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14272
14273 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14274
4247603b
PA
142752010-03-18 Pedro Alves <pedro@codesourcery.com>
14276
14277 * gdb.base/default.exp: Adjust the expected output of the finish
14278 and until commands when the inferior is not being run.
14279
13387711
SW
142802010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14281
14282 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14283 * gdb.cp/nsusing.exp: Ditto.
14284
6e31430b
TT
142852010-03-15 Tom Tromey <tromey@redhat.com>
14286
14287 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14288 * gdb.cp/userdef.cc (operator==): New function.
14289 (main): New locals mem1, mem2.
14290
e2d69cb5
JZ
142912010-03-15 Jie Zhang <jie@codesourcery.com>
14292
14293 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14294 Declare and use new loadtimeout variable.
14295
f572f0a9
DJ
142962010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14297
14298 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14299 Use gdb_load later.
14300
51f4c0b0
PA
143012010-03-14 Pedro Alves <pedro@codesourcery.com>
14302
14303 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14304 literal. Add missing endlines to prints to stderr.
14305
1c809c68
TT
143062010-03-12 Tom Tromey <tromey@redhat.com>
14307
14308 PR c++/9708:
14309 * gdb.cp/m-static.exp: Add regression test.
14310 * gdb.cp/m-static.cc (method): New method.
14311 (main): Call it.
14312
00ae8fef
SW
143132010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14314
14315 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14316 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14317
759f0f0b
PA
143182010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14319
21e24d21
PA
14320 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14321
143222010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14323
759f0f0b
PA
14324 * lib/gdb.exp (skip_stl_tests): New.
14325 (gdb_compile): Symbian needs -ldl.
14326 (shlib_target_file): New.
14327 (shlib_symbol_file): New.
14328 (gdb_load_shlibs): Use shlib_target_file.
14329 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14330 * gdb.cp/exception.exp: Use skip_stl_tests.
14331 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14332 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14333 * gdb.cp/mb-templates.exp: Ditto.
14334 * gdb.base/commands.exp: Relax regexes.
14335 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14336 shlib_target_file and shlib_symbol_file.
14337 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14338 sections.
14339 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14340 * gdb.base/solib-disc.exp: Use
14341 shlib_target_file and shlib_symbol_file.
14342 * gdb.base/unload.exp: Don't skip on symbian. Use
14343 shlib_target_file and shlib_symbol_file.
14344 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14345
6a8f2671 143462010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 14347
6a8f2671
PA
14348 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14349 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14350 Issue a tfind end before looking for a tracepoint frame.
14351 * gdb.trace/tfind.exp: Adjust tstatus output.
14352 Adjust disassembly output.
14353 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14354
ccf26247
JK
143552010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14356
14357 * gdb.base/break-interp.exp: Create new displacement parameter value
14358 for the test_ld calls.
14359 (reach): New parameter displacement, verify its content. New push of
14360 pf_prefix "reach-$func:". Import global expect_out.
14361 (test_core): New parameter displacement, verify its content. New push
14362 of pf_prefix "core:". New command "set verbose on". Import global
14363 expect_out.
14364 (test_attach): New parameter displacement, verify its content. New
14365 push of pf_prefix "attach:". New command "set verbose on". Import
14366 global expect_out.
14367 (test_ld): New parameter displacement, pass it to the reach, test_core
14368 and test_attach calls and verify its content in the "ld.so exit" test.
14369 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14370 (prelink): Update expected text, use gdb_test.
14371
e469c7fb
DE
143722010-03-10 Doug Evans <dje@google.com>
14373
14374 * gdb.base/checkpoint.exp: Fix comment.
14375 Lengthen timeout while doing >600 checkpoints test.
14376 Rename duplicate "kill all one" test to keep test names unique.
14377
60e1c644
PA
143782010-03-10 Pedro Alves <pedro@codesourcery.com>
14379
14380 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14381
cec808ec
KS
143822010-03-08 Keith Seitz <keiths@redhat.com>
14383
889bf7c5
PA
14384 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14385 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14386 (dm_type_long): New function.
14387 (dm_type_unsigned_short): New function.
14388 (dm_type_unsigned_long): New function.
14389 (myint): New typedef.
14390 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14391 long, unsigned shor and long, operator char*, and typedef.
14392 (test_lookup_operator_functions): Add operator char* test.
14393 (test_paddr_operator_functions): Likewise.
14394 (test_paddr_overloaded_functions): Use probe values for
14395 short, long, and unsigned short and long.
14396 (test_paddr_hairy_functions): If the demangler probe detected
14397 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14398 demangler.
14399 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14400 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14401 and "print null_pmf".
14402 Add test "ptype a.*pmf".
14403 * gdb.cp/overload.exp: Allow optional "int" to appear with
14404 "short" and "long".
14405 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14406 long expect value for men_overload1arg.
14407 Allow "int" to appear with "short" and "long".
14408 When testing "info break", add argument for main (void).
14409 Also allow "int" to appear with "short" and "long".
14410 Ditto with "unsigned" and "long long".
cec808ec
KS
14411 * gdb.java/jmain.exp: Do not enclose methods names in single
14412 quotes.
14413 * gdb.java/jmisc.exp: Likewise.
14414 * gdb.java/jprint.exp: Likewise.
14415 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14416
14417 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14418 * gdb.cp/exception.exp (backtrace after first throw)
14419 (backtrace after second throw): Allow a namespace before __cxa_throw.
14420 (backtrace after first catch, backtrace after second catch): Allow
14421 a namespace before __cxa_begin_catch.
14422
14423 * gdb.cp/cpexprs.exp: New file.
14424 * gdb.cp/cpexprs.cc: New file.
14425
14426 From Daniel Jacobowitz <dan@codesourcery.com>
14427 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14428 to use string_to_regexp.
14429 (ctor, dtor): New functions. Use them to match constructor
14430 and destructor function types.
14431 (Top level): Use runto_main.
14432
f870a310
TT
144332010-03-05 Tom Tromey <tromey@redhat.com>
14434
14435 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14436 gdb.target_charset.
14437 (pp_ns.to_string): Likewise.
14438
0c199f28
KS
144392010-03-04 Keith Seitz <keiths@redhat.com>
14440
14441 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14442 can be quoted. Test that both the filename and function/line
14443 portions can be quoted at the same time.
14444
c7437ca6
PA
144452010-03-04 Pedro Alves <pedro@codesourcery.com>
14446
14447 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14448
b111b805
DE
144492010-03-03 Doug Evans <dje@google.com>
14450
24486cb7
DE
14451 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14452 libc contains libpthread.
14453
b111b805
DE
14454 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14455 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14456 of gdb_compile. Add another pattern to match android backtrace.
14457
a0e0ef55
TT
144582010-03-03 Tom Tromey <tromey@redhat.com>
14459
14460 PR gdb/11345:
14461 * gdb.base/printcmds.exp (test_printf): Add test.
14462
1ba53b71
L
144632010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14464
14465 * gdb.arch/amd64-byte.exp: New.
14466 * gdb.arch/amd64-dword.exp: Likewise.
14467 * gdb.arch/amd64-pseudo.c: Likewise.
14468 * gdb.arch/amd64-word.exp: Likewise.
14469 * gdb.arch/i386-byte.exp: Likewise.
14470 * gdb.arch/i386-pseudo.c: Likewise.
14471 * gdb.arch/i386-word.exp: Likewise.
14472
f5dff777
DJ
144732010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14474
14475 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14476 types. Add structreg, bitfields, and flags registers.
14477 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14478 registers.
14479
90884b2b
L
144802010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14481
14482 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14483 (load_description): Set architecture if defined.
14484
dc00d89f
PM
144852010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14486
14487 * gdb.python/py-frame.exp: Add read_var block tests.
14488 * gdb.python/py-frame.c (block): New function.
14489
0e095b7e
JK
144902010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14491 Daniel Jacobowitz <dan@codesourcery.com>
14492
14493 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14494
624f1a65
DM
144952010-02-25 David S. Miller <davem@davemloft.net>
14496
14497 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14498 fix logic for setting all_syscalls_numbers.
14499
f3e9a817
PM
145002010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14501
14502 * Makefile.in: Add py-block and py-symbol.
14503 * gdb.python/py-symbol.exp: New File.
14504 * gdb.python/py-symtab.exp: New File.
14505 * gdb.python/py-block.exp: New File.
14506 * gdb.python/py-symbol.c: New File.
14507 * gdb.python/py-block.c: New File.
14508
f6bbabf0
PM
145092010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14510
14511 PR python/11314
14512 * lib/gdb.exp (skip_python_tests): New function.
14513 * gdb.python/py-cmd.exp: Use skip_python_tests.
14514 * gdb.python/py-frame.exp: Likewise.
14515 * gdb.python/py-function.exp: Likewise.
14516 * gdb.python/py-prettyprint.exp: Likewise.
14517 * gdb.python/py-template.exp: Likewise.
14518 * gdb.python/py-type.exp: Likewise.
14519 * gdb.python/py-value.exp: Likewise.
14520
85d721b8
PA
145212010-02-22 Pedro Alves <pedro@codesourcery.com>
14522
14523 PR9605
14524
14525 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14526
48e32051
TT
145272010-02-19 Tom Tromey <tromey@redhat.com>
14528
14529 PR c++/8693, PR c++/9496:
14530 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14531 regression tests.
14532
ac9c0048
JK
145332010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14534
14535 Fix compatibility with m68k as.
14536 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14537 Use only /* comments */.
14538
57bb97a4
UW
145392010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14540
14541 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14542 * configure: Regenerate.
14543
7d1bf85c
DJ
145442010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14545
14546 * gdb.python/py-type.exp: Check for Python support.
14547
061b5285
PA
145482010-02-17 Pedro Alves <pedro@codesourcery.com>
14549
14550 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14551 `regsub' syntax available.
14552
f8a8bc2c
PA
145532010-02-17 Pedro Alves <pedro@codesourcery.com>
14554
14555 * gdb.base/shmain.c (main): Remove printf call.
14556 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14557 * gdb.base/unload.c (main): Make format of fprintf a string
14558 literal. Add missing endlines to prints to stderr.
14559 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14560
6f451e5e
TT
145612010-02-17 Tom Tromey <tromey@redhat.com>
14562
14563 * gdb.java/jprint.java (jprint.props): New field.
14564 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14565
12d79008
PA
145662010-02-17 Pedro Alves <pedro@codesourcery.com>
14567
ef801a0e 14568 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
14569 available.
14570
d252f7e5
DJ
145712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14572
14573 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14574 creation to support remote host testing.
14575
67bdab6c
DJ
145762010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14577
14578 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14579 Recognize "command not found".
14580
bb391223
DJ
145812010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14582
14583 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14584 single-stepping.
14585
70362913
DJ
145862010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14587
14588 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14589 if arguments are not supported.
14590
493f3c00
DJ
145912010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14592
14593 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14594 be const or non-const.
14595
8034c749
DJ
145962010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14597
14598 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14599 mi_send_resuming_command to send -exec-continue.
14600
791dfb64
DJ
146012010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14602
14603 * gdb.base/list.exp (test_list_filename_and_function): Add test
14604 with single quotes.
14605 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14606 matching.
14607 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14608 Add KFAIL'd tests for PR gdb/11289.
14609
7c5fe868
DJ
146102010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14611
14612 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14613
fdc498b8
DJ
146142010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14615
14616 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14617 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14618 a temporary directory.
14619
b519e2a6
DJ
146202010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14621
14622 * gdb.base/charset.exp: Use a single regular expression to match
14623 show host-charset and show target-charset output.
14624
74164c56
JK
146252010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14626
14627 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14628 "Illegal process-id" expect string more exact.
14629 (attach to digits-starting nonsense is prohibited): New.
14630
701ed6dc
JK
146312010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14632
14633 * gdb.base/prelink.exp (set verbose on): New.
14634
889bf7c5 146352010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
14636
14637 * mi-reverse.exp: New file. Test for reverse option to the
14638 following MI commands: exec-continue, exec-finish, exec-next,
14639 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 14640
dadf0e9c
JB
146412010-02-09 Joel Brobecker <brobecker@adacore.com>
14642
14643 * gdb.ada/ptype_tagged_param: New testcase.
14644
714f19d5
TT
146452010-02-08 Tom Tromey <tromey@redhat.com>
14646
14647 PR c++/8017:
14648 * gdb.cp/overload.exp: Add tests.
14649 * gdb.cp/overload.cc (struct K): New.
14650 (namespace N): New.
14651 (main): Call new functions.
14652 (K::staticoverload): Define.
14653
889bf7c5 146542010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
14655
14656 PR gdb/10728
14657 * gdb.cp/pr10728-x.h: New file.
14658 * gdb.cp/pr10728-x.cc: New file.
14659 * gdb.cp/pr10728-y.cc: New file.
14660 * gdb.cp/pr10728.exp: New file.
14661 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14662
889bf7c5 146632010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
14664
14665 PR gdb/9067
14666 * gdb.cp/pr9067.exp: New
14667 * gdb.cp/pr9067.cc: New
14668 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14669
7b356089
JB
146702010-02-08 Joel Brobecker <brobecker@adacore.com>
14671
14672 * lib/gdb.exp (gdb_test_timeout): New global variable.
14673 Set it to timeout if not already set.
14674 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14675
1be00882
DE
146762010-02-05 Doug Evans <dje@google.com>
14677
14678 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14679 user.
14680
82856980
SW
146812010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14682
14683 PR c++/7935:
14684 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14685
1a334831
TT
146862010-02-04 Tom Tromey <tromey@redhat.com>
14687
14688 * gdb.cp/virtbase.exp: Make test case names unique.
14689
9c3c02fd
TT
146902010-02-02 Tom Tromey <tromey@redhat.com>
14691
14692 * gdb.cp/virtbase.exp: Add regression tests.
14693 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14694 (main): Instantiate RHC.
14695
0cc2414c
TT
146962010-02-02 Tom Tromey <tromey@redhat.com>
14697
14698 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14699 type-printing change.
14700
edf3d5f3
TT
147012010-02-02 Tom Tromey <tromey@redhat.com>
14702
14703 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14704 * gdb.cp/virtbase.cc: New file.
14705 * gdb.cp/virtbase.exp: New file.
14706 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14707
e4b7f41c
JK
147082010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14709
14710 PR libc/11214:
14711 * gdb.threads/current-lwp-dead.c: Include features.h.
14712 (HAS_NOMMU): New.
14713 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14714
b381ea14
JK
147152010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14716
14717 * gdb.base/symbol-without-target_section.exp,
14718 gdb.base/symbol-without-target_section.c: New.
14719
c593ac0e
DJ
147202010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14721
14722 * gdb.base/bigcore.exp: Reset increased timeout.
14723 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14724
db25f29d
DJ
147252010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14726
14727 * gdb.base/gcore.exp (capture_command_output): Use
14728 gdb_test_multiple.
14729
f9d67f43
DJ
147302010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14731
14732 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14733 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14734 (Top level): Call it.
14735
177321bd
DJ
147362010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14737
14738 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14739
97f2ed50
DJ
147402010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14741
14742 * gdb.base/call-strs.exp, gdb.base/default.exp,
14743 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14744 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14745 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14746 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14747 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14748 * gdb.base/ending-run.exp: Correct restore of timeout.
14749 * gdb.base/page.exp: Remove unnecessary timeout setting.
14750
e4e2711a
JB
147512010-01-29 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.ada/rec_return: New testcase.
14754
ba581dc1
JB
147552010-01-29 Joel Brobecker <brobecker@adacore.com>
14756
14757 * gdb.ada/call_pn: New testcase.
14758
4ea95be9
DJ
147592010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14760
14761 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14762 (Top level): Use it to resume.
14763 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14764 the Thumb mode displaced stepping error as unsupported.
14765
df83a9bf
SW
147662010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14767
889bf7c5
PA
14768 * gdb.cp/nsusing.exp: Added more tests.
14769 * gdb.cp/nsrecurs.exp: Ditto.
14770 * gdb.cp/nsusing.cc: Added test functions.
14771 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 14772
40b27cdc
JK
147732010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14774
14775 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14776 absolute directory pathnames in gdb.sum file.
14777
de958931
SW
147782010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14779
14780 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14781 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14782
708ead4e
TT
147832010-01-26 Tom Tromey <tromey@redhat.com>
14784
14785 PR exp/7643:
14786 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14787 setup_kfail.
14788
b14e635e
SW
147892010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14790
14791 * gdb.cp/nsrecurs.exp: New test.
14792 * gdb.cp/nsrecurs.cc: New test program.
14793 * gdb.cp/nsstress.exp: New test.
14794 * gdb.cp/nsstress.cc: New test program.
14795 * gdb.cp/nsdecl.exp: New test.
14796 * gdb.cp/nsdecl.cc: New test program.
14797
8540c487
SW
147982010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14799
14800 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14801 imported into file scope.
14802 Marked test as xfail.
14803 * gdb.cp/namespace-using.cc (marker5): New function.
14804 * gdb.cp/shadow.exp: New test.
14805 * gdb.cp/shadow.cc: New test program.
14806 * gdb.cp/nsimport.exp: New test.
14807 * gdb.cp/nsimport.cc: New test program.
14808
421d5d99
TT
148092010-01-25 Tom Tromey <tromey@redhat.com>
14810
14811 PR gdb/11049:
14812 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14813 with "set print null-stop on".
14814
691f8dc1
JK
148152010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14816
14817 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14818 Adjust it for DISASSEMBLY_OMIT_FNAME.
14819
0b92b5bb
TT
148202010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14821
14822 PR symtab/11199:
14823 * gdb.dwarf2/member-ptr-forwardref.exp,
14824 gdb.dwarf2/member-ptr-forwardref.S: New.
14825
23787403
JK
148262010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14827
14828 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14829 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14830 thread1_tid_mutex. Remove gdbstop_mutex handling.
14831 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14832 thread2_tid_mutex. Remove gdbstop_mutex handling.
14833 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14834 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14835 pthread_cond_wait conditionalizations by while loops.
14836
b966cb8a
TT
148372010-01-20 Tom Tromey <tromey@redhat.com>
14838
14839 PR backtrace/10770:
14840 * gdb.dwarf2/pr10770.exp: New file.
14841 * gdb.dwarf2/pr10770.c: New file.
14842 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14843
fcae584b
VP
148442010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14845
14846 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14847 that target was removed, and the test always runs native anyway.
14848
a0f49112
JK
148492010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14850
14851 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14852 gdb.base/watchpoint-cond-gone-stripped.c: New.
14853
ceeb3d5a
TT
148542010-01-19 Tom Tromey <tromey@redhat.com>
14855
14856 PR c++/8000:
14857 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14858 existing tests.
14859 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14860 (main): Use AAA::SomeEnum.
14861
dd322c54
JK
148622010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14863
14864 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14865 (test_ignore_count): Declare line_callme_body global.
14866 (run to breakpoint with ignore count): Use line_callme_body.
14867 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14868 (set line_main_hello, set line_main_return): Reindent.
14869 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14870 New.
14871 (continue to callee4): Use line_callee4_body.
14872 (check *stopped from CLI command): Use line_callee4_next.
14873 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14874 (set line_main_hello, set line_main_return): Reindent.
14875 (set line_callee4_head, set line_callee4_body): New.
14876 (continue to callee4): Use line_callee4_body.
14877
4e8f195d
TT
148782010-01-18 Tom Tromey <tromey@redhat.com>
14879
14880 PR c++/9680:
14881 * gdb.cp/casts.cc: Add new classes and variables.
14882 * gdb.cp/casts.exp: Test new operators.
14883
9e14a9ba
JB
148842010-01-18 Tom Tromey <tromey@redhat.com>
14885 Thiago Jung Bauermann <bauerman@br.ibm.com>
14886
14887 * gdb.python/source2.py: New file.
14888 * gdb.python/source1: New file.
14889 * gdb.python/python.exp: Test "source" command.
14890
00bf0b85
SS
148912010-01-15 Stan Shebs <stan@codesourcery.com>
14892
14893 * gdb.trace/tfile.c: New file.
14894 * gdb.trace/tfile.exp: New file.
889bf7c5 14895
55235ad7
JK
148962010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14897
14898 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14899
9f2982ff
JK
149002010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14901
14902 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14903
bbfba9ed
JK
149042010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14905
14906 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14907 (libfunc): New parameter action. Implement also selectable "sleep".
14908 * gdb.base/break-interp-main.c: Include assert.h.
14909 (libfunc): New parameter action.
14910 (main): New parameters argc and argv. Assert argc. Pass argv.
14911 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14912 (test_attach): New proc.
14913 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14914 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14915
61f0d762
JK
149162010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14917
14918 * gdb.base/break-interp.exp (test_core): New proc.
14919 (test_ld): Call it.
14920
06a6f270
JK
149212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14922
14923 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14924 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14925 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14926 and gdb_compile_shlib. Use new -Wl compiler options.
14927 (dl bt, main bt): New tests.
14928
51bee8e9
JK
149292010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 Support PIEs with no symfile_objfile.
14932 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14933 (test_ld): New parameter trynosym.
14934 (test_ld <$trynosym>): New block.
14935
b8040f19
JK
149362010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14937
14938 * gdb.base/break-interp.exp: New file.
14939
be759fcf
PM
149402010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14941
14942 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14943 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14944 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14945 test.
14946 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14947 * gdb.python/py-mi.exp: Add lazy string test.
14948
dc146f7c
VP
149492010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14950
14951 * lib/mi-support.exp (mi_check_thread_states): Handle
14952 core number in thread listing.
14953
b4ba55a1
JB
149542010-01-12 Joel Brobecker <brobecker@adacore.com>
14955
14956 * gdb.base/maint.exp: Adjust the expected output for the
14957 "maint print type" test. Use gdb_test_multiple instead of
14958 gdb_sent/gdb_expect.
14959
08e24bd4
DE
149602010-01-11 Doug Evans <dje@google.com>
14961
6496a609
DE
14962 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14963 from gdbserver_download. All callers updated.
14964
08e24bd4
DE
14965 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14966
b5cfddf5
JK
149672010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14968
14969 Implement binary numbers parsing.
14970 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14971 (test_integer_literals_rejected): New binary tests.
14972
3725885a
RW
149732010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14974
14975 * gdb.cell/configure: Regenerate.
14976
37aeb5df
JK
149772010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14978
14979 * gdb.base/corefile.exp: Move the core finding block out and call it as
14980 core_find, new variable $corefile, replace corefile by $corefile and
14981 [file tail $corefile] for usage vs. test names resp.
14982 * lib/gdb.exp (core_find): Move it as a new function here. New
14983 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14984 $destcore. Return "" on error.
14985
d521f563
JK
149862010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14987
14988 Workaround PR binutils/10802.
14989 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14990 (twice).
14991
28f24826
DJ
149922010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14993
14994 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14995
2de75e71
JB
149962010-01-08 Joel Brobecker <brobecker@adacore.com>
14997
14998 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14999 call, to avoid interruption.
15000
fe00719b 150012010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
15002
15003 * gdb.stabs/weird.def (args93): New.
15004
d0ef5df8
DE
150052010-01-07 Doug Evans <dje@google.com>
15006
15007 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
15008
3a08d52f
TT
150092010-01-07 Tom Tromey <tromey@redhat.com>
15010
15011 * gdb.base/source.exp: Use correct line number.
15012
7a697b8d
SS
150132010-01-05 Stan Shebs <stan@codesourcery.com>
15014
15015 * gdb.trace/tracecmd.exp: Test ftrace.
15016
7803799a
UW
150172010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15018
15019 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
15020
c54eabfa
JK
150212010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15022
15023 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
15024 "uint_for_mi_testing".
15025
02e7ef19
JB
150262010-01-01 Joel Brobecker <brobecker@adacore.com>
15027
15028 Test indented comment in file being sourced.
15029 * gdb.base/commands.exp: Test indented comment in file being sourced.
15030
abd775ce
JB
150312010-01-01 Joel Brobecker <brobecker@adacore.com>
15032
15033 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
15034 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
15035 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
15036 notice.
15037
79b55b82
JB
150382010-01-01 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
15041 notice.
15042
8997583e
JK
150432010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15044
15045 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
15046 missing $after_stopped and comma (,) expectation.
15047
6da95a67
SS
150482009-12-31 Stan Shebs <stan@codesourcery.com>
15049
15050 * gdb.trace/actions.exp: Test teval action.
889bf7c5 15051
218d2fc6
TJB
150522009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15053
15054 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
15055 (top level): Call test_watchpoint_in_big_blob.
15056 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
15057 watchpoints.
15058 (func3): Write to buf.
15059
236f1d4d
SS
150602009-12-29 Stan Shebs <stan@codesourcery.com>
15061
15062 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 15063
f61e138d
SS
150642009-12-28 Stan Shebs <stan@codesourcery.com>
15065
15066 * gdb.trace/tsv.exp: New file.
15067 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 15068
0219b378
DJ
150692009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
15070
15071 * gdb.base/find.c (main): Reference search buffers.
15072 * gdb.base/included.c (main): Reference integer.
15073 * gdb.base/ptype.c (charfoo): Declare.
15074 (intfoo): Call charfoo.
15075 * gdb.base/scope0.c (useitp): New function.
15076 (usestatics): Use useitp.
15077 (useit): Add a type for val.
15078 * gdb.base/scope1.c (useit1): Take a pointer argument.
15079 (usestatics1): Update calls to useit1.
15080 * gdb.cp/call-c.cc: Declare foo.
15081 (main): Call foo.
15082 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
15083 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
15084 (main): Call C::ensureRefs and ensureOtherRefs.
15085 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
15086 variables.
15087 (ensureOtherRefs): New function.
15088 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
15089 * gdb.cp/templates.cc (main): Call t5i.value.
15090
3f78692f
JK
150912009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15092
15093 Fix compatibility with G++-4.5.
15094 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
15095 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
15096 (uncaught return): Remove.
15097
429374b8
JK
150982009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15099 Phil Muldoon <pmuldoon@redhat.com>
15100
15101 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
15102 (bp_location13, bp_location14, bp_location17, bp_location18)
15103 (marker3_proto, marker4_proto): New variables.
15104 (breakpoint info): Update output.
15105 (run until breakpoint at marker3, run until breakpoint at marker4): New
15106 tests.
15107
859825b8
JK
151082009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15109
15110 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
15111 Replace the printf call of Y by provided "y-set-1" label. New block
15112 for the second shared library.
15113 * gdb.base/unload.exp: Compile also the second library, call
15114 gdb_load_shlibs also for it. Use now gdb_breakpoint.
15115 (single pending breakpoint info): Rename to ...
15116 (pending breakpoint info before run): ... this extended test.
15117 (libfile2, libname2, libsrcfile2, libsrc2)
15118 (lib_sl2): New variables.
15119 (exec_opts): Set also SHLIB_NAME2.
15120 (pending breakpoint info on first run at shrfunc1)
15121 (pending breakpoint info on second run at shrfunc1)
15122 (pending breakpoint info on second run at shrfunc2)
15123 (print y from libfile, print y from libfile2): New tests.
15124 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
15125 * gdb.base/unloadshr2.c: New.
15126
e6a386cd
HZ
151272009-12-22 Hui Zhu <teawater@gmail.com>
15128
15129 * gdb.reverse/sigall-reverse.exp: Adjust.
15130
9e19b45e
VP
151312009-12-21 Vladimir Prus <vladimir@codesourcery.com>
15132
15133 PR gdb/10884
15134
15135 * gdb.mi/var-cmd.c (do_bitfield_tests): New
15136 (main): Call do_bitfield_tests.
aacf5b1e 15137 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 15138
d53a7b30
JB
151392009-12-20 Joel Brobecker <brobecker@adacore.com>
15140
15141 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
15142 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
15143 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
15144 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
15145 gdb.modula2/unbounded1.c: Update copyright header.
15146
191ca0a1
CM
151472009-12-10 Chris Moller <moller@mollerware.com>
15148
15149 PR gdb/9399
15150 * gdb.cp/virtfunc2.exp: New tests
15151 * gdb.cp/virtfunc2.cc: New tests
15152 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
15153
0fa6cf1b
MS
151542009-12-10 Oza Pawandeep (paawan1982@yahoo.com
15155
15156 * gdb.reverse/i387-env-reverse.c: New file.
15157 * gdb.reverse/i387-env-reverse.exp: New file.
15158 * gdb.reverse/i387-stack-reverse.c: New file.
15159 * gdb.reverse/i387-stack-reverse.exp: New file.
15160
361ae042
PM
151612009-12-08 Phil Muldoon <pmuldoon@redhat.com>
15162
15163 * gdb.python/py-type.exp (test_range): New test.
15164
bfd31e71
PM
151652009-12-03 Phil Muldoon <pmuldoon@redhat.com>
15166
15167 PR python/10805
15168
15169 * gdb.python/py-type.exp: New file.
15170 * gdb.python/py-type.c: New file.
15171 * Makefile.in: Add py-type.
15172
57a1d736
TT
151732009-12-03 Tom Tromey <tromey@redhat.com>
15174
15175 * gdb.python/py-value.exp (test_parse_and_eval): New
15176 function.
15177
1f3b5d1b
PP
151782009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15179
15180 PR gdb/11022
15181
15182 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
15183 * gdb.base/pr11022.c: New test.
15184
8b7dbdc9
JK
151852009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15186
15187 Fix spurious false FAILs.
15188 * gdb.base/structs.c (chartest): New.
15189 (main): Fill-in chartest.
15190 * gdb.base/structs.exp (anychar_re, first): New.
15191 (start_structs_test): Import global anychar_re and first.
15192 New gdb_test call "set print elements 300; ${testfile}"
15193 (start_structs_test <$first>): New block.
15194 (any): Import global anychar_re. New variable ac. Use ${ac}.
15195
6a53b2ec
JK
151962009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15197
15198 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
15199
d7167b4c
JK
152002009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15201
15202 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
15203 Force $srcfile file.
15204 * gdb.base/foll-fork.c (callee): Comment out the printf call.
15205
b1798462
UW
152062009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15207
15208 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
15209 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
15210 * gdb.threads/watchthreads-reorder.exp: Likewise.
15211
b6199126
DJ
152122009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
15213
15214 PR gdb/8704
15215
15216 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
15217 "if", and "thread". Correct matching in the previous test.
15218
b22a0510
DJ
152192009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
15220
15221 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
15222
930636d2
MS
152232009-11-23 Michael Snyder <msnyder@vmware.com>
15224
15225 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
15226 * gdb.reverse-watch-precsave.exp: Ditto.
15227
21a0512e
PP
152282009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
15229
15230 * gdb.asm/asm-source.exp: Adjust.
15231 * gdb.base/help.exp: Adjust.
889bf7c5 15232
fc30d5e0
PA
152332009-11-22 Pedro Alves <pedro@codesourcery.com>
15234
15235 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
15236 (do_syscall_tests_without_xml): Set data-directory to
15237 /the/path/to/nowhere.
15238
f6bc2008
PA
152392009-11-21 Pedro Alves <pedro@codesourcery.com>
15240
15241 * gdb.threads/local-watch-wrong-thread.c,
15242 gdb.threads/local-watch-wrong-thread.exp: New files.
15243
8c2fb5de
PA
152442009-11-21 Pedro Alves <pedro@codesourcery.com>
15245
15246 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
15247 assume new `regsub' syntax available.
15248
ebec9a0f
PA
152492009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15250
a79d3c27
JK
15251 * gdb.base/watchpoint-hw-hit-once.exp,
15252 gdb.base/watchpoint-hw-hit-once.c: New.
15253
152542009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 * gdb.threads/watchthreads-reorder.exp,
15257 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 15258
276a961b
MK
152592009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15260
15261 * gdb.xml/tdesc-regs.exp: Use for m68k.
15262
4867c1fb
PA
152632009-11-15 Pedro Alves <pedro@codesourcery.com>
15264
15265 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15266
f6838f81
DJ
152672009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15268
15269 * lib/gdb.exp (current_target_name): New procedure.
15270 (gdb_wrapper_target): New variable.
15271 (gdb_wrapper_init): Set gdb_wrapper_target.
15272 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15273 wrapper.
15274
4ac4dd3f
DJ
152752009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15276
15277 * gdb.base/remote.exp: Delete the slowest load test.
15278 Do not load with fixed packet sizes.
15279
a7881759
DJ
152802009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15281
15282 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15283
97a5b505
DJ
152842009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15285
15286 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15287 srcfile when setting a breakpoint.
15288
d3e1fc54
DJ
152892009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15290
15291 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15292 macros.
15293
7cbcbded
DJ
152942009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15295
15296 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15297 to be in memory.
15298 * gdb.base/display.c (force_mem): New.
15299 (do_loops): Use it. Add breakpoint comments.
15300 (do_vars): Add a breakpoint comment.
15301 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15302 line numbers.
15303
bdea3a92
NF
153042009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15305
15306 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15307 instead of a bare "run".
15308
269f82e5
PP
153092009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15310
15311 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 15312
a69b7d9d
DJ
153132009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15314
15315 * lib/cell.exp (skip_cell_tests): Clean up test files before
15316 returning.
15317
b598bfda
DJ
153182009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15319
15320 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15321 and the breakpoint menu. Do not call perror if a prompt is seen.
15322 Consume the following GDB prompt.
15323 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15324 * gdb.cp/namespace.exp: Use gdb_test.
15325 * gdb.cp/templates.exp: Use gdb_test.
15326 (test_template_breakpoints): Use gdb_test_multiple.
15327
87728fa0
DJ
153282009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15329
15330 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15331 (marker4): Reference values.
15332
b67c692f
DJ
153332009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15334
15335 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15336 is missing.
15337
f0df251a
DJ
153382009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15339
15340 * gdb.base/break.c (need_malloc): New.
15341 * gdb.base/constvars.c (main): Reference crass and crisp.
15342 * gdb.base/gdb1821.c (main): Reference bar.
15343 * gdb.cp/gdb1355.cc (main): Reference s1.
15344 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15345 (main): Call them.
15346 * gdb.cp/hang2.cc (dummy2): Define.
15347 * gdb.cp/hang3.cc (dummy3): Define.
15348 * gdb.cp/m-data.cc (main): Reference shadow.
15349
bdf7534a
NF
153502009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15351 Nathan Froyd <froydnj@codesourcery.com>
15352
15353 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15354 remote host.
15355
f24fce77
NF
153562009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15357
15358 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15359 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15360 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15361 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15362 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15363 * gdb.dwarf2/dw2-producer.exp: Likewise.
15364 * gdb.dwarf2/mac-fileno.exp: Likewise.
15365 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15366 py-prettyprint.py to the remote host.
15367 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15368
40f0318e
KS
153692009-11-11 Keith Seitz <keiths@redhat.com>
15370
15371 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15372 use it instead of "Foo".
15373 * gdb.cp/classes.exp (do_tests): Add a test to access
15374 a method through a typedef'd class name.
15375
f3d9f7fb
NF
153762009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15377
15378 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15379 exponents.
15380 * gdb.base/pointers.exp: Likewise.
15381 * gdb.cp/ref-types.exp: Likewise.
15382
a4216f37
KS
153832009-11-11 Keith Seitz <keiths@redhat.com>
15384
15385 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15386 new[] and delete[].
15387 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15388 "void".
15389 (probe_demangler): Remove all single-quoting of
15390 method and variable names.
15391 (info_func_regexp): Remove the word "void" from any
15392 occurrence of "(void)".
15393 (print_addr_2): Remove all single-quoting of
15394 method names.
15395 (print_addr_2_kfail): Likewise.
15396 (print_addr): Single-quote C function names before
15397 passing to print_addr_2.
15398 (test_paddr_operator_functions): Remove single-quoting
15399 for method names.
15400 Add tests for operator new[] and operator delete[].
15401
9b14d7aa
JK
154022009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15403
15404 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15405
85feb311
KS
154062009-11-09 Keith Seitz <keiths@redhat.com>
15407
15408 * gdb.cp/overload.exp: Add tests for resolving overloaded
15409 methods in expression parsing/evaluation.
15410
fa335448
DJ
154112009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15412
15413 * lib/gdb.exp (default_gdb_version): Use --version instead of
15414 --command.
15415
ec3c07fc
NS
154162009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15417
15418 * lib/gdb.exp (gdb_compile_test): New.
15419 (skip_ada_tests, skip_java_tests): New.
15420 (gdb_compile): Use gdb_compile_test for f77.
15421 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15422 * lib/java.exp (compile_java_from_source): Remove runtests check,
15423 use gdb_compile_test to record result.
15424 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15425 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15426 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15427 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15428 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15429 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15430 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15431 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15432 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15433 adjust gdb_compile invocations.
15434
b8b4e42b
JK
154352009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15436
15437 * Makefile.in (abs_builddir): New.
15438 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15439 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15440 `$(abs_builddir)/site.exp'.
15441
f8b7eaf3
DJ
154422009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15443
15444 * config/m68k-emc.exp, lib/emc-support.exp,
15445 gdb.trace/gdb_c_test.c: Delete.
15446 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15447 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15448 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15449 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15450 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15451 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15452 casing for m68k-*-elf.
15453
c4187697
NS
154542009-11-03 Pedro Alves <pedro@codesourcery.com>
15455
15456 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15457 * gdb.arch/i386-prologue.exp: Likewise.
15458 * gdb.arch/i386-unwind.exp: Likewise.
15459
db16b772
DJ
154602009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15461
15462 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15463
bcf71277
DJ
154642009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15465
15466 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15467
0105cee2
DJ
154682009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15469
15470 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15471
24ddea62
JK
154722009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15473
15474 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15475
287ccc17
JK
154762009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15477
15478 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15479 * gdb.base/sepdebug2.c: New file.
15480
08bca259 154812009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
15482
15483 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15484 the modified warnings for catch syscall. Verify if GDB was compiled
15485 with support for lib expat, and choose which tests to run depending
15486 on this.
15487
5d4e2b76
VP
154882009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15489
15490 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15491 that composite commands are parsed OK. And also test
15492 that breakpoint commands do work.
15493
240e538a
MS
154942009-10-23 Michael Snyder <msnyder@vmware.com>
15495
15496 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15497 to allow for new disassembly style.
15498
9c419145
PP
154992009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15500
15501 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 15502
02506ff1
MS
155032009-10-22 Michael Snyder <msnyder@vmware.com>
15504
15505 * gdb.reverse/break-precsave.exp: New test.
15506 * gdb.reverse/consecutive-precsave.exp: Ditto.
15507 * gdb.reverse/finish-precsave.exp: Ditto.
15508 * gdb.reverse/i386-precsave.exp: Ditto.
15509 * gdb.reverse/machinestate-precsave.exp: Ditto.
15510 * gdb.reverse/sigall-precsave.exp: Ditto.
15511 * gdb.reverse/solilb-precsave.exp: Ditto.
15512 * gdb.reverse/step-precsave.exp: Ditto.
15513 * gdb.reverse/until-precsave.exp: Ditto.
15514 * gdb.reverse/watch-precsave.exp: Ditto.
15515
4cf866a3
MS
155162009-10-22 Michael Snyder <msnyder@vmware.com>
15517
15518 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15519 for gdb_expect. Adjust one test's expect strings for the new
15520 format of disassemble.
15521 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15522 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15523 gdb_test_multiple.
15524 * gdb.reverse/step-reverse.exp: Delete 'return'.
15525 * gdb.reverse/until-reverse.exp: Delete blank lines.
15526 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15527
2b28d209
PP
155282009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15529
15530 * gdb.base/consecutive.exp: Adjust.
15531 * gdb.base/display.exp: Likewise.
15532 * gdb.base/pc-fp.exp: Likewise.
15533 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 15534
33b9c32b
MS
155352009-10-19 Michael Snyder <msnyder@vmware.com>
15536
15537 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15538 * gdb.reverse/finish-reverse.c: Ditto.
15539 * gdb.reverse/sigall-reverse.c: Ditto.
15540 * gdb.reverse/solib-reverse.c: Ditto.
15541 * gdb.reverse/step-reverse.c: Ditto.
15542 * gdb.reverse/watch-reverse.c: Ditto.
15543
6c95b8df
PA
155442009-10-19 Pedro Alves <pedro@codesourcery.com>
15545 Stan Shebs <stan@codesourcery.com>
15546
15547 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15548 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15549 "Executing new program".
15550 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15551 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15552 left listed after having been killed.
15553 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15554 * gdb.base/maint.exp: Adjust test.
15555
15556 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15557 * gdb.multi/Makefile.in: New.
15558 * gdb.multi/base.exp: New.
15559 * gdb.multi/goodbye.c: New.
15560 * gdb.multi/hangout.c: New.
15561 * gdb.multi/hello.c: New.
15562 * gdb.multi/bkpt-multi-exec.c: New.
15563 * gdb.multi/bkpt-multi-exec.exp: New.
15564 * gdb.multi/crashme.c: New.
15565
279017b7
TG
155662009-10-13 Tristan Gingold <gingold@adacore.com>
15567
15568 * gdb.base/sepdebug.exp: Check debug info are found.
15569
0413d738
PA
155702009-10-08 Pedro Alves <pedro@codesourcery.com>
15571
15572 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15573 bits.
15574
c628eecc
JK
155752009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15578
38af1bfe
JB
155792009-10-07 Joel Brobecker <brobecker@adacore.com>
15580
15581 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15582 of the comments.
15583
2b0adecd
PM
155842009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15585
15586 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15587 * gdb.base/annota3.exp: Idem.
15588 * gdb.base/maint.exp: Idem.
15589
8d417781
PM
155902009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15591
889bf7c5 15592 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
15593 to default.
15594
bb61102d
PM
155952009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15596
889bf7c5 15597 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
15598 mingw and cygwin targets.
15599
ace5c364
PM
156002009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15601 Pedro Alves <pedro@codesourcery.com>
15602
889bf7c5 15603 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
15604 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15605
c2d494a0
PM
156062009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15607
e1b52ce2
PM
15608 * gdb.base/shr1.c: Use %p in format string.
15609 * gdb.base/unload.c: Avoid warning in fprintf.
15610 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 15611
209f53f5
PM
156122009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15613
15614 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15615 long type.
15616 (test_unlink): Correct printf string.
15617 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15618 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15619
8172766a
JK
156202009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15621
15622 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15623 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15624 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15625
0f73703c
UW
156262009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15627
15628 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15629 * gdb.objc/nondebug.exp: Likewise.
15630
b32306ca
UW
156312009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15632
15633 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15634 target_info setting.
15635
15636 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15637 that detect new threads during "info threads".
15638
0057022f
UW
156392009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15640
15641 * gdb.threads/manythreads.c (main): Increase thread stack size
15642 to 2*PTHREAD_STACK_MIN.
15643 * gdb.threads/multi-create.c (main): Likewise.
15644 (create_function): Likewise.
15645
f29c0325
UW
156462009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15647
15648 * gdb.base/dump.exp: Pass difference of pointer types instead
15649 of integer types as offset to restore in intarr3.srec case.
15650
fcb34849
UW
156512009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15652
15653 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15654
d5142e3b
UW
156552009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15656
15657 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15658
087b74b2 156592009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 15660
087b74b2
PM
15661 New test for two watchpoints, with disabling of
15662 the first inserted.
15663 * testsuite/gdb.base/watchpoints.c: New file.
15664 * testsuite/gdb.base/watchpoints.exp: New file.
15665
96c07c5b
TT
156662009-09-25 Tom Tromey <tromey@redhat.com>
15667
15668 * gdb.base/charset.exp: Test utf-16 strings with Python.
15669
b8899f2b
TT
156702009-09-25 Tom Tromey <tromey@redhat.com>
15671
15672 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15673 UCS-4.
15674 * gdb.base/charset.c (utf_32_string): Rename.
15675 (init_utf32): Rename.
15676 (main): Update.
15677
329719ec
TT
156782009-09-22 Tom Tromey <tromey@redhat.com>
15679
15680 * gdb.python/py-function.exp: Add regression tests.
15681
11ef0d76
KS
156822009-09-21 Keith Seitz <keiths@redhat.com>
15683
15684 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15685 with invalid operator.
15686
3fe8f3b3
KS
156872009-09-21 Keith Seitz <keiths@redhat.com>
15688
15689 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15690 and destructor using typedef name of class.
15691 * gdb.cp/classes.cc (class Base1): Add a destructor.
15692 (base1): New typedef.
15693 (use_methods): Instanitate an object of type base1.
15694 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15695 (do_tests): Call test_template_typedef.
15696 * gdb.cp/templates.cc (Baz::~Baz): New method.
15697 (intBazOne): New typedef.
15698 (main): Instantiate intBazOne.
15699
7a9fe101
PM
157002009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15701
15702 PR python/10633
15703
15704 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15705 Function.
15706 (run_lang_tests): Add print elements test.
15707
2e4d963f
PM
157082009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15709
15710 * gdb.python/py-value.exp (test_subscript_regression): New
15711 function. Test for invalid subscripts.
15712 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15713 (ptr_ref): New function.
15714
ec7e75e7
PP
157152009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15716
15717 * gdb.base/default.exp: Fix "show convenience".
15718
0cc7d26f
TT
157192009-09-15 Tom Tromey <tromey@redhat.com>
15720
15721 * lib/mi-support.exp (mi_create_varobj): Update.
15722 (mi_create_floating_varobj): Likewise.
15723 (mi_create_dynamic_varobj): New proc.
15724 (mi_varobj_update): Update.
15725 (mi_varobj_update_with_type_change): Likewise.
15726 (mi_varobj_update_kv_helper): New proc.
15727 (mi_varobj_update_dynamic_helper): Rewrite.
15728 (mi_varobj_update_dynamic): New proc.
15729 (mi_list_varobj_children): Update.
15730 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15731 * gdb.python/python-prettyprint.py (pp_outer): New class.
15732 (pp_nullstr): Likewise.
15733 (lookup_function): Register new printers.
15734 * gdb.python/python-prettyprint.c (struct substruct): New type.
15735 (struct outerstruct): Likewise.
15736 (substruct_test): New function.
15737 (struct nullstr): New type.
15738 (string_1, string_2): New globals.
15739 (main): Add new tests.
15740 * gdb.python/python-mi.exp: Added regression tests.
15741 * gdb.mi/mi2-var-display.exp: Update.
15742 * gdb.mi/mi2-var-cmd.exp: Update.
15743 * gdb.mi/mi2-var-child.exp: Update.
15744 * gdb.mi/mi2-var-block.exp: Update.
15745 * gdb.mi/mi-var-invalidate.exp: Update.
15746 * gdb.mi/mi-var-display.exp: Update.
15747 * gdb.mi/mi-var-cmd.exp: Update.
15748 * gdb.mi/mi-var-child.exp: Update.
15749 * gdb.mi/mi-var-block.exp: Update.
15750 * gdb.mi/mi-break.exp: Update.
15751 * gdb.mi/gdb701.exp: Update.
15752
a96d9b2e
SDJ
157532009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15754
15755 * Makefile.in: Inclusion of catch-syscall object.
15756 * gdb.base/catch-syscall.c: New file.
15757 * gdb.base/catch-syscall.exp: New file.
15758
b43b923a
MS
157592009-09-12 Michael Snyder <msnyder@vmware.com>
15760
15761 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15762 that can support reverse debuggnig.
15763
cec03d70
TT
157642009-09-11 Tom Tromey <tromey@redhat.com>
15765
15766 * gdb.dwarf2/valop.S: New file.
15767 * gdb.dwarf2/valop.exp: New file.
15768
e23bb3fc
MK
157692009-09-11 Mark Kettenis <kettenis@gnu.org>
15770
15771 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15772
37c3696d
DE
157732009-09-10 Doug Evans <dje@google.com>
15774
15775 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15776 Add $gdb_prompt to second breakpoint regexp.
15777
5172aecb
JB
157782009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15779
15780 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15781 names, add missing ones.
15782 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15783 * gdb.python/py-frame.c: Rename from python-frame.c.
15784 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15785 testfile name.
15786 * gdb.python/py-function.exp: Rename from python-function.exp.
15787 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15788 testfile name.
15789 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15790 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15791 Adjust testfile name.
15792 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15793 * gdb.python/py-template.cc: Rename from python-template.cc.
15794 * gdb.python/py-template.exp: Rename from python-template.exp.
15795 Adjust testfile name.
15796 * gdb.python/py-value.c: Rename from python-value.c.
15797 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15798 testfile name.
15799
b554e4bd
JK
158002009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15801
15802 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15803 $bpt2address.
15804 (Second breakpoint address is valid on ia64)
15805 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15806
9a68ae16
JM
158072009-09-03 Joseph Myers <joseph@codesourcery.com>
15808
15809 * gdb.base/ending-run.exp: Restrict regular expression matching
15810 line number to require closing brace following.
15811
146b9145
DE
158122009-09-03 Doug Evans <dje@google.com>
15813
15814 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15815
787d21e1
TT
158162009-09-02 Tom Tromey <tromey@redhat.com>
15817
15818 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15819
e7802207
TT
158202009-09-02 Tom Tromey <tromey@redhat.com>
15821
15822 * gdb.dwarf2/callframecfa.exp: New file.
15823 * gdb.dwarf2/callframecfa.S: New file.
15824
817aadd2
JK
158252009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15826
15827 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15828 gdb.base/solib-overlap-main.c: New.
15829
4a76eae5
DJ
158302009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15831
15832 PR gdb/10565
15833
15834 * gdb.base/bitfields.c (struct container, container): New.
15835 (main): Initialize it and call break5.
15836 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15837
d4b96c9a
JK
158382009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15839
15840 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15841 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15842
4e22772d
JK
158432009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15844
15845 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15846
2efab443
MS
158472009-08-26 Michael Snyder <msnyder@vmware.com>
15848
15849 * gdb.base/i386-reverse.c: New file.
15850 * gdb.base/i386-reverse.exp: New file.
15851 * gdb.base/Makefile.in: Add new files to be removed.
15852
07ab73a0
JM
158532009-08-26 Joseph Myers <joseph@codesourcery.com>
15854
15855 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15856 environment-pwd for remote host.
15857 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15858
676accff
KS
158592009-08-24 Keith Seitz <keiths@redhat.com>
15860
15861 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15862 Add two new C++ completer tests which limit the output to a
889bf7c5 15863 given class.
676accff 15864
f9f7ad22
MS
158652009-08-24 Michael Snyder <msnyder@vmware.com>
15866
15867 * gdb.base/del.exp: Fix typo in comment.
15868 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15869
81ecdfbb
RW
158702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15871
15872 * configure: Regenerate.
15873 * gdb.hp/configure: Likewise.
15874 * gdb.hp/gdb.aCC/configure: Likewise.
15875 * gdb.hp/gdb.base-hp/configure: Likewise.
15876 * gdb.hp/gdb.compat/configure: Likewise.
15877 * gdb.hp/gdb.defects/configure: Likewise.
15878 * gdb.hp/gdb.objdbg/configure: Likewise.
15879 * gdb.stabs/configure: Likewise.
15880
cab0c772
UW
158812009-08-19 Doug Evans <dje@google.com>
15882
15883 * gdb.base/gdbvars.c: New file.
15884 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15885
b8fa0bfa
PA
158862009-08-14 Pedro Alves <pedro@codesourcery.com>
15887
15888 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15889 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15890
b84aa90a
PA
158912009-08-13 Pedro Alves <pedro@codesourcery.com>
15892
15893 * gdb.base/default.exp: Adjust "set language test": it's now an
15894 enum command. Larger help string moved to "help set language".
15895 * gdb.base/help.exp: Adjust "help set language" expected output,
15896 now lists all known languages.
15897
0d8f9b2c
NF
158982009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15899
15900 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15901 all frame arguments.
15902 * gdb.arch/altivec-regs.exp: Likewise.
15903
bda180e0
TT
159042009-08-07 Tom Tromey <tromey@redhat.com>
15905
15906 * gdb.base/setshow.exp: Add tests for changes to set language, set
15907 check range, and set check type.
15908
48cb2d85
VP
159092009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15910
15911 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15912 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 15913 Call it.
48cb2d85 15914
1ea34204
UW
159152009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15916
15917 * configure.ac: Run gdb.cell tests when appropriate.
15918 * configure: Regenerate.
15919 * lib/cell.exp: New file.
15920 * gdb.cell: New directory.
15921 * gdb.cell/configure.ac: New file.
15922 * gdb.cell/configure: New file.
15923 * gdb.cell/Makefile.in: New file.
15924 * gdb.cell/arch.exp: New file.
15925 * gdb.cell/break.c: New file.
15926 * gdb.cell/break.exp: New file.
15927 * gdb.cell/break-spu.c: New file.
15928 * gdb.cell/bt.c: New file.
15929 * gdb.cell/bt2-spu.c: New file.
15930 * gdb.cell/bt-spu.c: New file.
15931 * gdb.cell/bt.exp: New file.
15932 * gdb.cell/coremaker.c: New file.
15933 * gdb.cell/coremaker-spu.c: New file.
15934 * gdb.cell/core.exp: New file.
15935 * gdb.cell/gcore.exp: New file.
15936 * gdb.cell/data.c: New file.
15937 * gdb.cell/data.exp: New file.
15938 * gdb.cell/data-spu.c: New file.
15939 * gdb.cell/ea-cache.exp: New file.
15940 * gdb.cell/ea-cache.c: New file.
15941 * gdb.cell/ea-cache-spu.c: New file.
15942 * gdb.cell/ea-standalone.c: New file.
15943 * gdb.cell/ea-standalone.exp: New file.
15944 * gdb.cell/ea-test.c: New file.
15945 * gdb.cell/ea-test.exp: New file.
15946 * gdb.cell/f-regs.exp: New file.
15947 * gdb.cell/mem-access.c: New file.
15948 * gdb.cell/mem-access.exp: New file.
15949 * gdb.cell/mem-access-spu.c: New file.
15950 * gdb.cell/ptype.exp: New file.
15951 * gdb.cell/registers.exp: New file.
15952 * gdb.cell/size.c: New file.
15953 * gdb.cell/sizeof.exp: New file.
15954 * gdb.cell/size-spu.c: New file.
15955 * gdb.cell/solib.exp: New file.
15956 * gdb.cell/solib-symbol.exp: New file.
15957
85e747d2
UW
159582009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15959
15960 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15961
58d6951d
DJ
159622009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15963
15964 * gdb.base/float.exp: Handle VFP registers.
15965
6e0a4f15
MS
159662009-07-14 Michael Snyder <msnyder@vmware.com>
15967
dcd5da87
MS
15968 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15969 to bring gdb to the beginning of the calling line.
15970
6e0a4f15
MS
15971 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15972 confusing the i386 epilogue unwinder.
15973
782b2b07
SS
159742009-07-14 Stan Shebs <stan@codesourcery.com>
15975
15976 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15977
f662c3bc
MS
159782009-07-14 Michael Snyder <msnyder@vmware.com>
15979
15980 * gdb.reverse/step-reverse.exp (stepi into function call):
15981 Call instruction may not be first instruction in the line.
15982 (reverse stepi from a function call): Used wrong line number.
15983
8f313923
JK
159842009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15985
15986 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15987
4662c76e
JK
159882009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15989
15990 Fix gdb.base/macscp.exp when using custom inputrc.
15991 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15992 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15993 env(TERM) set.
15994 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15995 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15996
aa81e255
JK
159972009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15998
15999 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
16000 * gdb.base/annota1.exp (thread_test): Import global $testfile.
16001 Change the compilation target to match the testcase name.
16002 * gdb.base/sect-cmd.exp: Change the compilation target to match the
16003 testcase name.
16004 * a2-run.exp: Use for setup prepare_for_testing. Change the
16005 compilation target to match the testcase name.
16006 * gdb.base/commands.exp: Likewise.
16007 * gdb.base/finish.exp: Likewise.
16008 * gdb.base/float.exp: Likewise.
16009 * gdb.base/info-target.exp: Likewise.
16010 * gdb.base/relational.exp: Likewise.
16011 * gdb.base/term.exp: Likewise.
16012 * gdb.base/until.exp: Likewise.
16013 * gdb.base/volatile.exp: Likewise.
16014 * gdb.base/whatis-exp.exp: Likewise.
16015
4c93b1d7
HZ
160162009-07-11 Hui Zhu <teawater@gmail.com>
16017
16018 * gdb.base/help.exp (disassemble): Update expected help text.
16019
812f7342
TT
160202009-07-09 Tom Tromey <tromey@redhat.com>
16021
16022 * lib/gdb.exp: Handle TRANSCRIPT.
16023 (remote_spawn, remote_close, send_gdb): New procs.
16024
fbb8f299
PM
160252009-07-10 Phil Muldoon <pmuldoon@redhat.com>
16026
16027 * gdb.python/python-prettyprint.c: Add counted null string
16028 structure.
16029 * gdb.python/python-prettyprint.exp: Print null string. Test for
16030 embedded nulls.
16031 * gdb.python/python-prettyprint.py (pp_ns): New Function.
16032 * gdb.python/python-value.exp (test_value_in_inferior): Add
16033 variable length string fetch tests.
16034 * gdb.python/python-value.c (main): Add strings for string fetch tests.
16035
c0ac0ec7
JK
160362009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16037
16038 * gdb.base/dump.exp (inaccessible memory is reported): New test.
16039
30b66ecc
TT
160402009-07-07 Tom Tromey <tromey@redhat.com>
16041
16042 * gdb.base/call-rt-st.exp: Update for change to escape output.
16043 * gdb.base/callfuncs.exp: Likewise.
16044 * gdb.base/charset.exp: Likewise.
16045 * gdb.base/constvars.exp: Likewise.
16046 * gdb.base/long_long.exp: Likewise.
16047 * gdb.base/pointers.exp: Likewise.
16048 * gdb.base/printcmds.exp: Likewise.
16049 * gdb.base/setvar.exp: Likewise.
16050 * gdb.base/store.exp: Likewise.
16051 * gdb.cp/ref-types.exp: Likewise.
16052 * gdb.mi/mi-var-child.exp: Likewise.
16053 * gdb.mi/mi-var-display.exp: Likewise.
16054 * gdb.mi/mi2-var-display.exp: Likewise.
16055 * gdb.base/charset.exp: Test octal escape sequence length.
16056 Update for change to escape output.
16057
187c4a2b
JK
160582009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16059
16060 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
16061
d80a43f9
DJ
160622009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
16063
16064 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
16065
047427a8
JK
160662009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16067
16068 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
16069 gdbserver increasing $portnum if "Can't bind address" has been seen.
16070
8b5a0f4f
PA
160712009-07-05 Pedro Alves <pedro@codesourcery.com>
16072
16073 * gdb.base/ending-run.exp: Add "step out of main" pattern for
16074 mingw32ce.
16075
7d93ba58
PA
160762009-07-05 Pedro Alves <pedro@codesourcery.com>
16077
16078 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
16079 VFP format.
16080
2277426b
PA
160812009-07-02 Pedro Alves <pedro@codesourcery.com>
16082
16083 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
16084 linux. Adjust to use "inferior", "info inferiors", "detach
16085 inferior" and "kill inferior" instead of "restart", "info fork",
16086 "detach fork" and "delete fork".
16087 * gdb.base/ending-run.exp: Spell out "info".
16088 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
16089 the "kill" command.
16090
5af949e3
UW
160912009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16092
16093 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
16094 change to prefix TLS offset in hex with 0x.
16095
5d3729b5
UW
160962009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16097
16098 * gdb.base/default.exp: Update test case for "x" changes.
16099
af589bd0
TG
161002009-07-01 Tristan Gingold <gingold@adacore.com>
16101
16102 * gdb.base/bigcore.exp: Make darwin untested.
16103
40974f91
JK
161042009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16105
16106 * gdb.base/completion.exp (directory completion): Create the directory.
16107 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
16108 escapeuniquesub.
16109 (directory completion 2): Expect now ${escapeuniquesub}.
16110 (Glob remaining of directory test): Remove one excessive newline.
16111 Expect the real output.
16112
59dd3af6
JK
161132009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16114
16115 Fix `make check//%' target after `make check' has been ran.
16116 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
16117 a mkdir call.
16118 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
16119 (%/.dir): Remove.
16120
f4e164aa
JK
161212009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16122
16123 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
16124 the expected result record.
16125
69af2122
JK
161262009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16127
16128 Remove racy FAILs relying just on the timeouts.
16129 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
16130 (annotation_level 2): Remove racy FAILs.
16131
2fd481e1
PP
161322009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
16133
16134 gdb/10275
889bf7c5
PA
16135 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
16136
c38f313d
DJ
161372009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
16138
16139 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
16140
8b777f02
VP
161412009-06-30 Vladimir Prus <vladimir@codesourcery.com>
16142
16143 * gdb.mi/mi-stack.exp: Testing symbolic options
16144 to -stack-list-locals and -stack-list-arguments.
16145
00c7eacf
JK
161462009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16147
16148 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
16149
6bc80edc
TT
161502009-06-29 Tom Tromey <tromey@redhat.com>
16151
16152 * dg-extract-results.sh: New file.
16153 * Makefile.in (FORCE_PARALLEL): New variable.
16154 (CHECK_TARGET): New conditional variable.
16155 (check): Use CHECK_TARGET.
16156 (DO_RUNTEST): New variable.
16157 (check-single): New target.
16158 (TEST_DIRS): New variable.
16159 (TEST_TARGETS): Likewise.
16160 (check-parallel): New target.
16161 (check-gdb.%): New pattern.
16162 (BASE1_FILES): New variable.
16163 (BASE2_FILES): Likewise.
16164 (check-gdb.base%): New pattern.
16165 (%/.dir): New pattern.
16166 * configure: Rebuild.
16167 * aclocal.m4 (AM_CONDITIONAL): New defun.
16168 * configure.ac: Check whether user is using GNU make.
16169 (GMAKE): New conditional.
16170
794684b6
SW
161712009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
16172
16173 * gdb.cp/namespace-nested-import.cc: New test.
16174 * gdb.cp/namespace-nested-import.exp: New test.
16175
edb3359d
DJ
161762009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
16177
16178 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
16179 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
16180 * gdb.opt/Makefile.in (EXECUTABLES): Update.
16181 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
16182 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
16183 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
16184 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
16185 gdb.opt/inline-markers.c: New files.
16186 * lib/gdb.exp (skip_inline_frame_tests): New function.
16187 (skip_inline_var_tests): New function.
16188
cf657a0c
AS
161892009-06-27 Andreas Schwab <schwab@linux-m68k.org>
16190
16191 * gdb.cp/exception.exp: Don't require $hex before inner frame in
16192 backtrace.
16193
28d41a99
MS
161942009-06-27 Michael Snyder <msnyder@vmware.com>
16195
16196 * gdb.reverse: New directory.
16197 * gdb.reverse/break-reverse.c: New test.
16198 * gdb.reverse/break-reverse.exp: New test.
16199 * gdb.reverse/consecutive-reverse.c: New test.
16200 * gdb.reverse/consecutive-reverse.exp: New test.
16201 * gdb.reverse/finish-reverse.c: New test.
16202 * gdb.reverse/finish-reverse.exp: New test.
16203 * gdb.reverse/machinestate.c: New test.
16204 * gdb.reverse/ms1.c: New test.
16205 * gdb.reverse/machinestate.exp: New test.
16206 * gdb.reverse/Makefile.in: New file.
16207 * gdb.reverse/shr2.c: New test.
16208 * gdb.reverse/solib-reverse.c: New test.
16209 * gdb.reverse/solib-reverse.exp: New test.
16210 * gdb.reverse/step-reverse.c: New test.
16211 * gdb.reverse/step-reverse.exp: New test.
16212 * gdb.reverse/until-reverse.c: New test.
16213 * gdb.reverse/ur1.c: New test.
16214 * gdb.reverse/until-reverse.exp: New test.
16215 * gdb.reverse/watch-reverse.c: New test.
16216 * gdb.reverse/watch-reverse.exp: New test.
16217 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
16218 * configure: Regenerate.
16219
fe3c8b0d
DE
162202009-06-26 Doug Evans <dje@google.com>
16221
16222 * gdb.base/psymtab.exp: Turn off pending breakpoints.
16223
3a72a602
PM
162242009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
16225
16226 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
16227 windows problem for 'file delete $binfile'.
16228
27aa8d6a
SW
162292009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
16230
16231 * gdb.cp/namespace-using.exp: New test.
16232 * gdb.cp/namespace-using.cc: New test.
16233
8ac055f8
JB
162342009-05-20 Joel Brobecker <brobecker@adacore.com>
16235
16236 * gdb.ada/variant_record_packed_array: New testcase.
16237
85e306ed
TT
162382009-06-23 Tom Tromey <tromey@redhat.com>
16239
16240 * gdb.base/charset.exp (test_combination): Regression test.
16241 * gdb.base/charset.c (my_wchar_t): New typedef.
16242 (myvar): New global.
16243 (main): Set myvar.
16244
56643c5e
PM
162452009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
16246
16247 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
16248 target.
16249
1fac167a
UW
162502009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16251
16252 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16253
7ccb0be9
UW
162542009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16255
16256 * gdb.mi/gdb680.exp: Update test for error message.
16257
568d6575
UW
162582009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16259
16260 * gdb.base/annota1.exp: Allow multiple occurrences of the
16261 frames-invalid annotation.
16262 * gdb.cp/annota2.exp: Likewise.
16263
7cd1089b
PM
162642009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16265
16266 * gdb.cp/gdb2495.cc: New file.
16267 * gdb.cp/gdb2495.exp: New file.
16268
72c63395
JK
162692009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16270
16271 Report error on GDB crash during runto.
16272 * lib/gdb.exp (runto <eof>): New.
16273
3788363d
DJ
162742009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16275
16276 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16277 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16278 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16279 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16280 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16281 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16282 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16283 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16284 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16285 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16286 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16287 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16288 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16289 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16290 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16291 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16292 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16293 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16294 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16295 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16296 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16297 gdb.trace/passcount.exp, gdb.trace/report.exp,
16298 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16299 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16300 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16301 executable.
16302
17592de3
PA
163032009-06-07 Pedro Alves <pedro@codesourcery.com>
16304
16305 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16306 defined before referencing it.
16307
701e355d
DE
163082009-06-03 Doug Evans <dje@google.com>
16309
16310 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16311 * gdb.arch/i386-see.c: Ditto.
16312
f2292c65
PM
163132009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16314
16315 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16316 (check_macro): Return 1 if undefined.
16317 If first test fails, check if macro debug information is available,
16318 and report unsupported test if no macro information is found.
16319
5a437975
DE
163202009-05-29 Doug Evans <dje@google.com>
16321
16322 * gdb.threads/hand-call-in-threads.exp: New.
16323 * gdb.threads/hand-call-in-threads.c: New.
16324
c141c696
MS
163252009-05-29 Michael Snyder <msnyder@vmware.com>
16326
16327 * gdb.base/break-always.exp: Change "1" to "on".
16328 Add confirmation check.
16329
b3444185
PA
163302009-05-28 Pedro Alves <pedro@codesourcery.com>
16331
16332 * gdb.threads/threxit-hop-specific.c: New.
16333 * gdb.threads/threxit-hop-specific.exp: New.
16334 * gdb.threads/thread-execl.c: New.
16335 * gdb.threads/thread-execl.exp: New.
16336
b6313243
TT
163372009-05-27 Tom Tromey <tromey@redhat.com>
16338 Thiago Jung Bauermann <bauerman@br.ibm.com>
16339
16340 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16341 (mi_child_regexp): Likewise.
16342 (mi_list_varobj_children_range): Likewise.
16343 (mi_get_features): Likewise.
16344 (mi_list_varobj_children): Rewrite.
16345 * gdb.python/python-mi.exp: New file.
16346
a6bac58e
TT
163472009-05-27 Tom Tromey <tromey@redhat.com>
16348 Thiago Jung Bauermann <bauerman@br.ibm.com>
16349 Phil Muldoon <pmuldoon@redhat.com>
16350 Paul Pluzhnikov <ppluzhnikov@google.com>
16351
16352 * gdb.python/python-prettyprint.exp: New file.
16353 * gdb.python/python-prettyprint.c: New file.
16354 * gdb.python/python-prettyprint.py: New file.
16355 * gdb.base/display.exp: print/r is now valid.
16356
2c74e833
TT
163572009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16358 Tom Tromey <tromey@redhat.com>
16359 Pedro Alves <pedro@codesourcery.com>
16360 Paul Pluzhnikov <ppluzhnikov@google.com>
16361
16362 * gdb.python/python-template.exp: New file.
16363 * gdb.python/python-template.cc: New file.
16364 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16365 tests.
16366 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16367 Call it.
16368 (test_value_after_death): New proc.
16369 * gdb.python/python-value.c (PTR): New typedef.
16370 (main): New variable 'x'.
16371
89c73ade
TT
163722009-05-27 Tom Tromey <tromey@redhat.com>
16373
16374 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16375 tests.
16376 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16377 Call it.
16378
a75724bc
PA
163792009-05-27 Pedro Alves <pedro@codesourcery.com>
16380
16381 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16382
e58b0e63
PA
163832009-05-24 Pedro Alves <pedro@codesourcery.com>
16384
16385 * gdb.threads/fork-thread-pending.c: New.
16386 * gdb.threads/fork-thread-pending.exp: New.
16387
4ac36638
JK
163882009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16389
16390 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16391 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16392
889bf7c5 163932009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 16394
889bf7c5 16395 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 16396
b242c3c2
PA
163972009-05-17 Pedro Alves <pedro@codesourcery.com>
16398
16399 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16400 `gdb_get_line_number'. Call `callee' in both parent and child.
16401 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16402 `gdb_get_line_number' instead of hardcoding line numbers.
16403 (catch_fork_unpatch_child): New procedure to test detaching
16404 breakpoints from child fork.
16405 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16406 hardcoding line numbers.
16407 (do_fork_tests): Run `catch_fork_unpatch_child'.
16408
ee342b23
VP
164092009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16410
16411 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16412 of structure type enters or leaves the scope, it
16413 is reported by -var-update.
16414
e2009e98
DE
164152009-05-11 Doug Evans <dje@sebabeach.org>
16416
16417 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 16418 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
16419 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16420
00903456
JK
164212009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16422
16423 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16424
dc621c35
DE
164252009-04-30 Doug Evans <dje@google.com>
16426
16427 * gdb.threads/watchthreads2.exp: New testcase.
16428 * gdb.threads/watchthreads2.c: New testcase.
16429
9ab4e744
DE
164302009-04-29 Doug Evans <dje@google.com>
16431
16432 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16433 * gdb.cp/mb-ctor.cc: Ditto.
16434 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16435 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16436 * gdb.cp/mb-inline1.cc: Call it.
16437 * gdb.cp/mb-inline2.cc: Ditto.
16438 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16439 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16440
484086b7
JK
164412009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16442
16443 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16444 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16445 Replace all uses of `decimal' by `nonzero'.
16446 (info macro FROM_COMMANDLINE): New test.
16447
379a77b5
TT
164482009-04-27 Tom Tromey <tromey@redhat.com>
16449
16450 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16451
b92b73c2
DE
164522009-04-27 Doug Evans <dje@google.com>
16453
16454 * gdb.threads/watchthreads.c (main): Initialize args before starting
16455 the threads. Plus formatting cleanup.
16456 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16457 biased scheduling of one thread.
16458
945a118d
JG
164592009-04-27 Jerome Guitton <guitton@adacore.com>
16460
16461 * gdb.cp/templates.cc (GetMax): New template.
16462 (main): Declare two instances of GetMax.
16463 * gdb.cp/templates.exp: Add new test.
16464
d389af10
JK
164652009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16466
16467 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16468
e7f86de9
JM
164692009-04-22 Joseph Myers <joseph@codesourcery.com>
16470
16471 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16472
334cc82d
TT
164732009-04-15 Tom Tromey <tromey@redhat.com>
16474
16475 * gdb.base/charset.exp: Add regression test.
16476
d12672cc
JB
164772009-04-14 Joel Brobecker <brobecker@adacore.com>
16478
16479 * gdb.base/exe-lock.exp: New testcase.
16480
18e8c3bc
TT
164812009-04-13 Tom Tromey <tromey@redhat.com>
16482
16483 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16484 operator on Frame.
16485
5ecd5cbe
UW
164862009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16487
16488 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16489 * gdb.server/ext-attach.exp: Likewise.
16490
7309f756
VP
164912009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16492
16493 Eliminate some sleep usage.
16494
889bf7c5
PA
16495 * gdb.mi/basics.c (do_nothing): New.
16496 (main): Use do_nothing instead of printf, so that
16497 not to introduce race condition between output of
16498 inferiour and output of gdb. Do not use sleep as it
16499 is not generally available on embedded targets.
7309f756 16500
f4b95f6f
PA
165012009-04-02 Pedro Alves <pedro@codesourcery.com>
16502
16503 * gdb.server/ext-attach.exp: Expect an optional process id after
16504 "Detached from remote process".
16505
de40b933
JK
165062009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16507
16508 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16509 gdb.dwarf2/dw2-unresolved.exp: New.
16510
2ae101a4
PA
165112009-04-02 Pedro Alves <pedro@codesourcery.com>
16512
16513 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16514 mi_run_to_main.
16515
56a8e183
PA
165162009-04-02 Pedro Alves <pedro@codesourcery.com>
16517
16518 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16519 mi_run_to_main. Skip thread exit test on remote targets.
16520 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16521 mi_run_to_main.
16522 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16523 mi_run_to_main.
16524 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16525 when expecting ^connected. Detect when the target doesn't support
16526 non-stop mode.
16527 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16528 supported. Return -1 on error, 0 on success.
16529 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16530 (mi_runto): Return mi_runto_helper's result explicitly.
16531
c35fafde
PA
165322009-04-01 Pedro Alves <pedro@codesourcery.com>
16533
16534 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16535
f8a8dce6
JB
165362009-04-01 Tom Tromey <tromey@redhat.com>
16537
16538 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16539 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16540 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16541 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16542
71c25dea
TT
165432009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16544 Jan Kratochvil <jan.kratochvil@redhat.com>
16545
16546 PR gdb/931
16547 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16548 output.
16549 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16550 for gdb/931.
16551 * dw2-strp.S (DW_AT_language): Change to C++.
16552 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16553
02d9a9ce
JB
165542009-03-31 Joel Brobecker <brobecker@adacore.com>
16555
16556 * gdb.ada/tasks: New testcase.
16557
1042e4c0
SS
165582009-03-30 Stan Shebs <stan@codesourcery.com>
16559
16560 * gdb.trace/actions.exp: Update to match new info trace format.
16561 * gdb.trace/deltrace.exp: Ditto.
16562 * gdb.trace/infotrace.exp: Ditto.
16563 * gdb.trace/passcount.exp: Ditto.
16564 * gdb.trace/save-trace.exp: Ditto.
16565 * gdb.trace/while-stepping.exp: Ditto.
16566 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16567
f8f6f20b
TJB
165682009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16569
16570 * gdb.python/python-frame.c: New file.
16571 * gdb.python/python-frame.exp: New file.
16572
c0c6f777
TJB
165732009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16574
16575 * gdb.python/python-value.exp: Add tests for the address
16576 attribute.
16577
3cb51905
AS
165782009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16579
16580 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16581
88fc996f
DE
165822009-03-26 Doug Evans <dje@google.com>
16583
16584 * gdb.mi/mi-nonstop-exit.exp: New file.
16585 * gdb.mi/non-stop-exit.c: New file.
16586
56ef84b1
TT
165872009-03-26 Tom Tromey <tromey@redhat.com>
16588
16589 Update for change to prologue skipping:
16590 * gdb.mi/mi2-simplerun.exp: Update.
16591 * gdb.mi/mi2-break.exp: Update.
16592 * gdb.mi/mi-simplerun.exp: Update.
16593 * gdb.mi/mi-break.exp: Update.
16594 * gdb.base/ending-run.exp: Update.
16595
def2b000
TJB
165962009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16597
16598 * gdb.python/python-value.exp (test_value_in_inferior): Test
16599 gdb.Value.is_optimized_out attribute.
16600
442ddf59
JK
166012009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16602
16603 * gdb.dwarf2/dw2-noloc-main.c: New file.
16604 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16605 (.text): Remove.
16606 (.data): New.
16607 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16608 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16609 (DW_TAG_subprogram func_cu1, noloc): Remove.
16610 (main): New.
16611 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16612 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16613 (file_symbols): New procedure.
16614
a8df5de4
TT
166152009-03-25 Tom Tromey <tromey@redhat.com>
16616
16617 * gdb.base/charset.exp (valid_target_charset): New proc.
16618 Use it to skip tests on invalid charsets.
16619
cc1d7add
PM
166202009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16621
16622 * gdb.base/completion.exp: Add a test for directory completion.
16623
bcd5727b
JK
166242009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16625
16626 Fix a racy FAIL.
16627 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16628 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16629
cc924cad
TJB
166302009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16631
16632 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16633 * gdb.python/python-function.exp: Add test for function returning
16634 a GDB value.
16635
bc3b79fd
TJB
166362009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16637
16638 * gdb.python/python-function.exp: New file.
16639
6c7a06a3
TT
166402009-03-20 Tom Tromey <tromey@redhat.com>
16641
16642 * gdb.base/store.exp: Update for change to escape output.
16643 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16644 to escape output.
16645 * gdb.base/pointers.exp: Update for change to escape output.
16646 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16647 to escape output.
16648 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16649 escape output.
16650 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16651 to escape output.
16652 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16653 escape output.
16654 * gdb.base/setvar.exp: Update for change to escape output.
16655 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16656 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16657 to escape output.
16658 (test_print_string_constants): Likewise.
16659 * gdb.base/charset.exp (valid_host_charset): Check size of
16660 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16661 cases. Handle "auto"-related output.
16662 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16663 (uvar, Uvar): New globals.
16664
c31af87b
JG
166652009-03-19 Jerome Guitton <guitton@adacore.com>
16666
16667 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16668 deltas.
16669 * gdb.ada/fixed_points.exp: Ditto.
16670
51272cf2
PA
166712009-03-18 Pedro Alves <pedro@codesourcery.com>
16672
16673 * return-nodebug.c: Don't include stdio.h.
16674 (init): Delete.
16675 (func): Delete definition and provide extern declaration.
16676 (t): New.
16677 (main): Don't call printf. Call func and store its result in t.
16678 * return-nodebug1.c: New.
16679 * return-nodebug.exp: Don't expect stdio output. Instead, print
16680 the global variable t. Drop printf formatters and cast types from
16681 foreach loop. Don't use prepare_for_testing. Compile
16682 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16683 define FORMAT or CAST.
16684
d24948ac
PP
166852009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16686
16687 * gdb.base/solib-display.exp: Disable test for remote targers.
16688
61ff14c6
JK
166892009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16690
16691 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16692
cb4dce93
JK
166932009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16694
16695 Fix a racy FAIL.
16696 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16697 code from `follow parent, print pids'.
16698 (`follow child, print pids', `follow parent, print pids'): Call it.
16699 Replace `gdb_test "break..."' by gdb_breakpoint.
16700
f7c60c5e
VP
167012009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16702
16703 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 16704 sync and async modes.
f7c60c5e 16705
383ace49
JB
167062009-03-12 Joel Brobecker <brobecker@adacore.com>
16707
16708 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16709 that was checked in by mistake. Remove loading of ada.exp, since
16710 this is not necessary in this case.
16711
4ce102af
JB
167122009-03-12 Joel Brobecker <brobecker@adacore.com>
16713
16714 * gdb.ada/ptype_arith_binop.exp: New testcase.
16715
529a2aef
JB
167162009-03-12 Joel Brobecker <brobecker@adacore.com>
16717
16718 * gdb.ada/mod_from_name: New testcase.
16719
8a38181c
JB
167202009-03-12 Joel Brobecker <brobecker@adacore.com>
16721
16722 * gdb.ada/tick_last_segv: New testcase.
16723
11436dee
VP
167242009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16725
61ff14c6 16726 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 16727
1f31650a
VP
167282009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16729
61ff14c6
JK
16730 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16731 include the token in ^running and frame info in *stopped.
1f31650a 16732
a3247a22
PP
167332009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16734
16735 * solib-display.exp: New file.
16736 * solib-display-main.c: New file.
16737 * solib-display-lib.c: New file.
61ff14c6 16738
aae64587
PA
167392009-03-05 Pedro Alves <pedro@codesourcery.com>
16740
16741 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16742
44aabfbc
JK
167432009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16744
16745 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16746 (list_and_check_macro): Use more specific test name.
16747 (next to definition): Make the test names unique.
16748
c087fcd3
PM
167492009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16750
16751 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 16752
c86cf029
VP
167532009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16754
16755 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16756 notifications.
16757 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16758 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16759 * lib/mi-support.exp (library_loaded_re): New.
16760 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16761
3ea85240
VP
167622009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16763
16764 * gdb.gdb/observer.exp: Use test_notification observer, not
16765 normal_stop, everywhere.
16766 (test_normal_stop_notifications): Rename to...
16767 (test_notifications): ...this.
16768 (test_observer_normal_stop): Rename to...
16769 (test_observer): ...this.
16770
1903f0e6
DE
167712009-02-16 Doug Evans <dje@google.com>
16772
16773 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16774 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16775 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16776 (test_prefixed_syscall,test_int3): New tests.
16777 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16778 (test_prefixed_syscall,test_int3): New tests.
16779
1d33d6ba
VP
167802009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16781
3cb51905
AS
16782 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16783 (mi_expect_interrupt): Likewise.
16784 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16785 response.
1d33d6ba 16786
faafb047
PM
167872009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16788
16789 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16790 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16791 Replace calls to get_valueofx by get_hexadecimal_valueof.
16792
417e16e2
PM
167932009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16794
16795 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16796 (get_integer_valueof): New procedure.
16797 (get_sizeof): Use new get_integer_value_of.
16798 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16799 by get_integer_valueof.
16800
7065b901
TT
168012009-02-13 Tom Tromey <tromey@redhat.com>
16802
16803 * gdb.base/remote.exp (get_sizeof): Remove.
16804 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16805 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16806 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16807 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16808 (get_sizeof): Likewise.
16809
5d7cb8df
JK
168102009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16811
16812 PR fortran/9806
16813 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16814
b2febfff
PP
168152009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16816
16817 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16818
4aa995e1
PA
168192009-02-06 Pedro Alves <pedro@codesourcery.com>
16820
16821 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16822
d8906c6f
TJB
168232009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16824
16825 * gdb.python/python-cmd.exp: New file.
16826
ff4ab08d
TG
168272009-02-06 Tristan Gingold <gingold@adacore.com>
16828
16829 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16830
aacd552b
TG
168312009-02-05 Tristan Gingold <gingold@adacore.com>
16832
16833 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16834 pointer is dereferenced and use this signal name in regexp.
16835 * gdb.base/signull.exp: Ditto.
16836 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16837 * gdb.base/signull.c (main): Ditto.
16838
08c637de
TJB
168392009-02-04 Tom Tromey <tromey@redhat.com>
16840 Thiago Jung Bauermann <bauerman@br.ibm.com>
16841
16842 * gdb.python/python-value.exp: Use `gdb.history' instead of
16843 `gdb.value_from_history'.
16844 (test_value_numeric_ops): Add test for conversion of enum constant.
16845 * gdb.python/python-value.c (enum e): New type.
16846 (evalue): New global.
16847 (main): Use argv.
16848
20261af8
JG
168492009-02-04 Jerome Guitton <guitton@adacore.com>
16850
16851 * gdb.ada/uninitialized_vars: New test program.
16852 * gdb.ada/uninitialized_vars.exp: New testcase.
16853
52e44b43
TT
168542009-02-02 Tom Tromey <tromey@redhat.com>
16855
16856 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16857 * gdb.cp/pr2489.cc: Rename...
16858 * gdb.cp/pr9594.cc: ... to this.
16859
1c71341a
TT
168602009-02-02 Tom Tromey <tromey@redhat.com>
16861
16862 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16863 * gdb.cp/pr2489.cc: New file.
16864 * gdb.cp/cpcompletion.exp: New file.
16865
a4295225
TT
168662009-02-02 Tom Tromey <tromey@redhat.com>
16867
16868 PR exp/9059:
16869 * gdb.cp/call-c.exp: Add regression test.
16870 * gdb.cp/call-c.cc (FooHandle): New typedef.
16871 (main): New variable 'handle'.
16872
592375cd
VP
168732009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16874
16875 * lib/mi-support.exp (et_mi_thread_list)
16876 (check_mi_and_console_threads): Adjust for current thread in
16877 -thread-list-ids output.
16878
41447f92
VP
168792009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16880
889bf7c5
PA
16881 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16882 Call it.
41447f92 16883
35669430
DE
168842009-01-28 Doug Evans <dje@google.com>
16885
16886 * gdb.arch/amd64-disp-step.S: New file.
16887 * gdb.arch/amd64-disp-step.exp: New file.
16888 * gdb.arch/i386-disp-step.S: New file.
16889 * gdb.arch/i386-disp-step.exp: New file.
16890
09f00d9a
PM
168912009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16892
16893 * gdb.base/find.exp: Set newline variable
16894 using quotes instead of braces to fix cygwin failures.
16895
1e8fb976
PA
168962009-01-23 Pedro Alves <pedro@codesourcery.com>
16897
16898 * gdb.base/radix.exp: Add tests to ensure that that set
16899 input-radix 0 and set output-radix 0 are really rejected.
16900
da061712
PA
169012009-01-23 Pedro Alves <pedro@codesourcery.com>
16902
16903 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16904 copyright years.
16905
dd7e2d2b
PA
169062009-01-23 Pedro Alves <pedro@codesourcery.com>
16907
16908 PR gdb/9664:
16909 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16910
392452f6
PA
169112009-01-22 Pedro Alves <pedro@codesourcery.com>
16912
16913 PR c++/9631:
16914 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16915
8653e71c
PM
169162009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16917
16918 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16919 binfile definition to fix Windows OS failure.
16920
a12cc160
DJ
169212009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16922
16923 PR gdb/9346
16924 * gdb.base/interrupt.c (sigint_handler): New.
16925 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16926 on error.
16927 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16928 Test "signal SIGINT".
16929
b89667eb
DE
169302009-01-19 Doug Evans <dje@google.com>
16931
16932 * gdb.base/break.exp: Update expected gdb output.
16933 * gdb.base/sepdebug.exp: Ditto.
16934 * gdb.mi/mi-syn-frame.exp: Ditto.
16935 * gdb.mi/mi2-syn-frame.exp: Ditto.
16936 * gdb.base/call-signal-resume.exp: New file.
16937 * gdb.base/call-signals.c: New file.
16938 * gdb.base/unwindonsignal.exp: New file.
16939 * gdb.base/unwindonsignal.c: New file.
16940 * gdb.threads/interrupted-hand-call.exp: New file.
16941 * gdb.threads/interrupted-hand-call.c: New file.
16942 * gdb.threads/thread-unwindonsignal.exp: New file.
16943
adb483fe
DJ
169442009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16945
16946 * gdb.base/define.exp: Test defining and hooking prefix commands.
16947 * gdb.python/python.exp: Update test for "show user" output.
16948
60023297
JK
169492009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16950
16951 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16952 now the output exactly, using less wildcards. Expect also the output
16953 of gfortran-4.3. Update for the f-valprint.c modification from
16954 2008-04-22.
16955 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16956 Remove gdb_test test names where matching the command.
16957
ccc57cf9
PA
169582009-01-01 Pedro Alves <pedro@codesourcery.com>
16959
16960 PR breakpoints/9681:
16961 * gdb.base/watchpoint.exp: Add regression test.
16962
c7a6ca08
PA
169632008-12-31 Pedro Alves <pedro@codesourcery.com>
16964
16965 * gdb.threads/attach-into-signal.exp: Don't use
16966 gdb_suppress_entire_file.
16967 * gdb.threads/attach-stopped.exp: Ditto.
16968 * gdb.threads/attachstop-mt.exp: Ditto.
16969
3a031f65
PA
169702008-12-31 Pedro Alves <pedro@codesourcery.com>
16971
16972 PR gdb/8812:
16973 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16974
09e6485f
PA
169752008-12-29 Pedro Alves <pedro@codesourcery.com>
16976
16977 PR gdb/7536:
16978 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16979 and unsupported output radices are really rejected.
16980
0cd53049
JK
169812008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16982
16983 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16984
ba163c7e
TT
169852008-12-22 Tom Tromey <tromey@redhat.com>
16986
16987 * gdb.cp/punctuator.exp: New file.
16988
6f4de6c9
JK
169892008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16990
16991 * gdb.base/completion.exp (Completing non-existing component): New test.
16992
0f34d0b4
JK
169932008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16994
16995 Fix for PR gdb/8648.
16996 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16997 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16998 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16999 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
17000
db2ad4c3
JK
170012008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17002
17003 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
17004
bb5ef15e
DP
170052008-12-16 Christophe Lyon <christophe.lyon@st.com>
17006
17007 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
17008 compiler actually generate code at the expected line number.
17009
90142adc
JZ
170102008-12-15 Jie Zhang <jie.zhang@analog.com>
17011
17012 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
17013
fad6eecd
TT
170142008-12-12 Tom Tromey <tromey@redhat.com>
17015
17016 * gdb.base/commands.exp (redefine_hook_test): New proc.
17017 Call it.
17018
17c8aaf5
TT
170192008-12-11 Tom Tromey <tromey@redhat.com>
17020
17021 * gdb.base/macscp.exp: New regression test.
17022
7c8adf68
TT
170232008-12-11 Tom Tromey <tromey@redhat.com>
17024
17025 * gdb.base/macscp.exp: Print "address.addr".
17026 * gdb.base/macscp1.c (struct outer): New struct.
17027 (address): New global.
17028
b05dcbb7
TT
170292008-12-09 Tom Tromey <tromey@redhat.com>
17030
17031 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
17032 Call it.
17033
2d476de1
DE
170342008-12-04 Doug Evans <dje@google.com>
17035
17036 * gdb.server/ext-run.exp: Relax regexp for init program.
17037
87bdc959
TG
170382008-12-03 Tristan Gingold <gingold@adacore.com>
17039
17040 * gdb.base/macscp.exp: Generate an object file during compilation
17041 to work around Darwin dsymutil limitations.
17042
e0740f77
JK
170432008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17044
17045 Test resolving external references to TLS variables.
17046 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
17047 FILE2_THREAD_LOCAL.
17048 (testfile2, srcfile2): New variables.
17049 * gdb.threads/tls.c (file2_thread_local)
17050 (function_referencing_file2_thread_local): New.
17051 * gdb.threads/tls2.c: New file.
17052
67f0aac5
JB
170532008-11-28 Joel Brobecker <brobecker@adacore.com>
17054
17055 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
17056 rather than integer, as integer might not be big enough when
17057 on 64bit targets.
67f0aac5 17058
c332165e
JG
170592008-11-27 Jerome Guitton <guitton@adacore.com>
17060
17061 * gdb.cp/formatted-ref.exp: Add equality test.
17062 * gdb.ada/formatted_ref.exp: Ditto.
17063
fc9b693c
JK
170642008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17065
17066 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
17067 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
17068
a9c64011
AS
170692008-11-20 Andreas Schwab <schwab@suse.de>
17070
17071 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
17072 matching syscall entry point.
17073 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17074 (tcatch_vfork_then_child_follow): Likewise. Finish through
17075 vfork even if we stopped at the syscall trampoline.
17076
e2fd701e
DE
170772008-11-20 Doug Evans <dje@google.com>
17078
17079 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
17080
69abc51c
TJB
170812008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
17082
17083 * gdb.arch/ppc-dfp.exp: New file.
17084 * gdb.arch/ppc-dfp.c: New file.
17085
c14c28ba
PP
170862008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
17087
17088 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 17089
2e74121d
DE
170902008-11-17 Doug Evans <dje@google.com>
17091
17092 * gdb.mi/mi-syn-frame.exp: Update expected output.
17093 * gdb.mi/mi2-syn-frame.exp: Update expected output.
17094
66bb093b
VP
170952008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17096
17097 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
17098 "thread N" results in =thread-selected.
17099 * lib/mi-support (mi_run_cmd, mi_expect_stop)
17100 (mi_send_resuming_command_raw): Be prepared for
17101 =thread-selected.
17102
3d043ef6
VP
171032008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17104
a9c64011
AS
17105 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
17106 * lib/mi-support.exp: Likewise.
3d043ef6 17107
808104c8
JB
171082008-11-16 Joel Brobecker <brobecker@adacore.com>
17109
17110 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
17111 commands from the expected output for "help catch".
17112
00b22944
JB
171132008-11-15 Joel Brobecker <brobecker@adacore.com>
17114
17115 * gdb.ada/int_deref.exp: New testcase.
17116
59669435
TT
171172008-11-14 Nick Roberts <nickrob@snap.net.nz>
17118
17119 * gdb.mi/gdb2549.exp: New file.
17120
de04a248
DE
171212008-11-11 Doug Evans <dje@google.com>
17122
17123 * gdb.base/callexit.exp: New file.
17124 * gdb.base/callexit.c: New file.
17125
6b8ce727
DE
171262008-11-10 Doug Evans <dje@google.com>
17127
17128 * lib/gdb.exp (GDBFLAGS): Move -nx ...
17129 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
17130 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
17131 (default_gdb_start,default_gdb_exit): Ditto.
17132 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
17133 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
17134 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
17135 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
17136 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
17137 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
17138
1b14b8aa
AS
171392008-11-03 Andreas Schwab <schwab@suse.de>
17140
17141 * gdb.base/hashline2.exp: Fix typo.
17142 * gdb.base/hashline3.exp: Likewise.
17143
f3134b88
TT
171442008-10-30 Tom Tromey <tromey@redhat.com>
17145
17146 * gdb.base/pointers.exp: Add test.
17147 * gdb.base/pointers.c (k, S): New typedefs.
17148 (instance): New global.
17149
c2226152
AS
171502008-10-30 Andreas Schwab <schwab@suse.de>
17151
17152 * gdb.base/args.exp: Add tests for newlines.
17153
462f405c
JB
171542008-10-30 Joel Brobecker <brobecker@adacore.com>
17155
17156 gdb.base/foll-exec.exp: Update the expected output of a couple
17157 of "info breakpoints" tests.
17158
79a45b7d
TT
171592008-10-28 Tom Tromey <tromey@redhat.com>
17160
17161 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
17162
adc13a14
PA
171632008-10-24 Pedro Alves <pedro@codesourcery.com>
17164
17165 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
17166 gdb_start_cmd.
17167 Use runto_main before any test that requires execution.
17168
252fbfc8
PA
171692008-10-23 Pedro Alves <pedro@codesourcery.com>
17170
17171 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
17172 instead of SIGINT.
17173
28148e3d
JB
171742008-10-22 Joel Brobecker <brobecker@adacore.com>
17175
17176 * gdb.base/completion.exp: Update expected output following
17177 the addition of the "info tasks" command.
17178
c209f847
TT
171792008-10-22 Tom Tromey <tromey@redhat.com>
17180
17181 * gdb.base/exprs.exp (test_expr): Add test for string
17182 concatenation.
17183
f177e350
PA
171842008-10-19 Pedro Alves <pedro@codesourcery.com>
17185
17186 * configure.ac: Output gdb.python/Makefile.
17187 * configure: Regenerate.
17188 * gdb.python/Makefile.in: New.
17189
cce89356
JB
171902008-10-16 Joel Brobecker <brobecker@adacore.com>
17191
17192 * gdb.base/foll-fork.exp: Adjust the expected output to match
17193 the new description for fork/vfork catchpoints in the "info
17194 breakpoints" output.
17195
176d289d
TJB
171962008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
17197
17198 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
17199
a08702d6
TJB
172002008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17201
17202 * gdb.python/python-value.c: New file.
17203 * gdb.python/python-value.exp: New file.
17204
1c5cfe86
PA
172052008-10-15 Pedro Alves <pedro@codesourcery.com>
17206
17207 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
17208
5a98ad69
DP
172092008-10-15 Denis Pilat <denis.pilat@st.com>
17210
41702f1b 17211 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 17212
dcb1a1e2
TT
172132008-10-09 Tom Tromey <tromey@redhat.com>
17214
17215 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
17216 'fprintf' and 'stderr'.
17217
9124fe48
JB
172182008-10-07 Joel Brobecker <brobecker@adacore.com>
17219
17220 * gdb.ada/ref_tick_size.exp: New testcase.
17221
45452591
DE
172222008-10-06 Doug Evans <dje@google.com>
17223
17224 * gdb.dwarf2/dw2-cu-size.exp: New file.
17225 * gdb.dwarf2/dw2-cu-size.S: New file.
17226
17227 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
17228 .Ltype_int for clarity.
17229
4fc5b208
PP
172302008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
17231
17232 PR gdb/2384:
17233 * gdb.cp/gdb2384.exp: Extended to test more cases.
17234 * gdb.cp/gdb2384.cc: Likewise.
17235 * gdb.cp/gdb2384-base.h: Likewise.
17236 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 17237
d78df370
JK
172382008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17239
17240 * gdb.base/maint.exp (maint print type): Remove printing
17241 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
17242
9a044a89
TT
172432008-09-30 Tom Tromey <tromey@redhat.com>
17244
17245 * gdb.base/macscp.exp: Add completion tests.
17246 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
17247 (TWENTY_THREE): Likewise.
17248 (FORTY_EIGHT): Likewise.
17249
506800a9
TT
172502008-09-30 Tom Tromey <tromey@redhat.com>
17251
17252 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
17253 everywhere.
17254 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
17255
1a6f01b5
JK
172562008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
17257
17258 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
17259 testcase is derived from. Fix racy dependency on an expected PID
17260 number. No longer support the testcase on Linux kernel 2.4.x.
17261
2fae03e8
TT
172622008-09-27 Tom Tromey <tromey@redhat.com>
17263
17264 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17265 and varargs.
17266
1ad15515
PA
172672008-09-22 Pedro Alves <pedro@codesourcery.com>
17268
17269 * lib/mi-support.exp (mi_expect_interrupt): New.
17270 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17271 from gdb.mi/mi-nonstop.exp.
17272 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17273 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17274 lib/mi-support.exp.
17275 Use mi_check_thread_states throughout. Avoid ".*" and do not
17276 require an anchor after -exec-run.
17277
d0b76dc6
DJ
172782008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17279
17280 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17281 stop is pending. Avoid ".*" when two stops are pending.
17282 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17283 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17284 newlines in fullnames.
17285 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17286 (mi_expect_stop): Update comments. Only anchor in sync mode.
17287 Do not match newlines.
17288 (mi_send_resuming_command_raw): Always return status.
17289 (mi_get_stop_line): Do not match more than one line by accident.
17290 Only anchor in sync mode.
17291 (mi_run_inline_test): If -exec-next fails, give up.
17292
9990c830
UW
172932008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17294
17295 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17296 on SPU.
17297
ebcf6f00
JB
172982008-09-10 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17301
b6db24e5
JB
173022008-09-10 Joel Brobecker <brobecker@adacore.com>
17303
17304 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17305 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17306 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17307 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17308 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17309 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17310 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17311 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17312 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17313 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17314 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17315 Include the "= " sequence in the expected output of print tests.
17316
2bf448e0
JB
173172008-09-10 Joel Brobecker <brobecker@adacore.com>
17318
17319 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17320 description for boolean types.
17321
d51fd4c8
PA
173222008-09-09 Pedro Alves <pedro@codesourcery.com>
17323
17324 * gdb.base/hook-stop-continue.c: New.
17325 * gdb.base/hook-stop-continue.exp: New.
17326
694182d2
DJ
173272008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17328
17329 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17330
3b8a7fc0
JG
173312008-09-08 Jerome Guitton <guitton@adacore.com>
17332
17333 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17334 (stack_check_probe_2, stack_check_probe_loop_1)
17335 (stack_check_probe_loop_2): New functions.
17336 (main): Add call to these new functions.
17337 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17338 functions, check that the breakpoint is inserted at the appropriate
17339 location.
17340 (insert_breakpoint): Slightly refine this procedure so that it can
17341 be called several times in the test.
17342
96cc0ae8
JG
173432008-09-08 Jerome Guitton <guitton@adacore.com>
17344
17345 * gdb.base/stack-checking.c: New file.
17346 * gdb.base/stack-checking.exp: New file.
17347
1f08b409
TJB
173482008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17349
17350 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17351 * gdb.arch/altivec-regs.exp: Likewise.
17352 * gdb.arch/vsx-regs.exp: Likewise.
17353
3099e1c4
TJB
173542008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17355
17356 * gdb.arch/ppc-fp.exp: New file.
17357 * gdb.arch/ppc-fp.c: New file.
17358
cc69bfc1
PP
173592008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17360
17361 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17362 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 17363
b02a33db
MS
173642008-09-04 Michael Snyder <msnyder@vmware.com>
17365
17366 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17367 as "at" (for non-debug functions such as _start).
17368
2992cbe0
UW
173692008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17370
17371 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17372 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17373 software watchpoints.
17374 * gdb.base/watch_thread_num.exp: Likewise.
17375
514f746b
AR
173762008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17377
17378 * gdb.arch/i386-bp_permanent.exp: New test.
17379
876cecd0
TT
173802008-08-24 Tom Tromey <tromey@redhat.com>
17381
17382 * gdb.base/maint.exp: Update "maint print type".
17383
80f73d71
VP
173842008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17385
17386 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17387 support. Adjust the order of "*running" notifications.
17388 * gdb.mi/non-stop.c: Don't cast from int to void* and
17389 back.
17390
d9c78d7d
MK
173912008-08-20 Mark Kettenis <kettenis@gnu.org>
17392
17393 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17394 expect to find it in the "info frame" output.
17395
97a2d1d3
DJ
173962008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17397
17398 * gdb.base/interp.exp: Always consume both prompts.
17399
b96e2927
PA
174002008-08-20 Pedro Alves <pedro@codesourcery.com>
17401
17402 * gdb.base/pending.exp: Test pending breakpoints without symbols
17403 loaded.
17404
8cf6e61a
VP
174052008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17406
17407 * lib/mi-support.exp (mi_expect_stop): Produce
17408 more details on failures.
17409 * gdb.mi/mi-nonstop.exp: New.
17410 * gdb.mi/non-stop.c: New.
17411
c6ebd6cf
VP
174122008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17413
a9c64011
AS
17414 * gdb.mi/mi-async.exp: Use 'set target-async'.
17415 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 17416
46a9b8ed
DJ
174172008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17418
17419 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17420
44feb3ce
TT
174212008-08-17 Tom Tromey <tromey@redhat.com>
17422
17423 * gdb.base/help.exp (help catch): Rewrite.
17424
311a4e6b
TJB
174252008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17426
17427 * gdb.base/define.exp: Test indented command documentation.
17428 * gdb.python/python.exp: Test indented multi-line command.
17429
604c2f83
LM
174302008-08-15 Luis Machado <luisgpm@br.ibm.com>
17431
17432 * testsuite/gdb.arch/vsx-regs.c: New source file.
17433 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17434 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17435
886a217c
TT
174362008-08-14 Tom Tromey <tromey@redhat.com>
17437
17438 * gdb.base/macscp.exp: Add regression test for "macro define" or
17439 "macro undef" with no arguments.
17440
c814a4f3
PP
174412008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17442
17443 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 17444
12ab8a60
UW
174452008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17446
17447 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17448
d57a3c85
TJB
174492008-08-06 Tom Tromey <tromey@redhat.com>
17450
17451 * gdb.python/python.exp: New file.
17452
c7b778ff
JK
174532008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17454
17455 Fix for PR gdb/1543.
17456 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17457 $LOCATION.
17458 (location): New variable.
17459 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17460 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17461 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17462 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17463 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17464 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17465 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17466 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17467 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17468 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17469 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17470 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17471 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17472 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17473 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17474 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17475 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17476 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17477 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17478 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17479 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17480 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17481 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17482 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17483 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17484 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17485 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17486 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17487 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17488 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17489 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17490 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17491 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17492 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17493 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17494 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17495 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17496 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17497 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17498 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17499 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17500 gdb.base/type-opaque.exp, gdb.base/until.exp,
17501 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17502 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17503 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17504 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17505 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17506 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17507 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17508 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17509 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17510 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17511 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17512 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17513 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17514 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17515 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17516 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17517 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17518 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17519 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17520 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17521 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17522 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17523 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17524 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17525 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17526 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17527 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17528 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17529 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17530 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17531 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17532 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17533 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17534 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17535 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17536 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17537 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17538 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17539 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17540 to bug-gdb@prep.ai.mit.edu .
17541
5e06a3d1
VP
175422008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17543
17544 * lib/mi-support.exp (mi_load_shlibs): New.
17545 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17546
9d81d21b
VP
175472008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17548
17549 * lib/mi-support.exp (get_mi_thread_list)
17550 (check_mi_and_console_threads): New, moved from ...
17551 * gdb.mi/mi-pthread.exp: ...here.
17552 * gdb.mi/gdb669.exp (get_mi_thread_list)
17553 (check_mi_and_console_threads): Delete.
17554 * gdb.mi/mi2-pthread.exp: Likewise.
17555
bae98fe0
TT
175562008-07-28 Tom Tromey <tromey@redhat.com>
17557
17558 * Makefile.in (just-check): Remove. Move body to...
17559 (check): ... here.
17560
57380f4e
DJ
175612008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17562
17563 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17564 Add a test for duplicated SIGINTs.
17565
e09490f1
DJ
175662008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17567
17568 * gdb.threads/schedlock.exp (get_args): Update to work for any
17569 value of NUM.
17570 (Top level): Report the number of threads that did not resume.
17571
6387b45f
DJ
175722008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17573
17574 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17575
62f64ff2
DJ
175762008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17577
17578 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17579 non-MI prompt.
17580
fa8de41e
TT
175812008-07-26 Tom Tromey <tromey@redhat.com>
17582
17583 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17584 (function_struct, function_struct_ptr): New globals.
17585 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17586 function pointer in a struct.
17587
ccb3ac8a
TT
175882008-07-26 Tom Tromey <tromey@redhat.com>
17589
17590 * gdb.base/macscp.exp: Add test for macro lexing bug.
17591
d7d9f01e
TT
175922008-07-18 Tom Tromey <tromey@redhat.com>
17593
17594 * gdb.base/macscp.exp: Add macro tests.
17595
9bf07184
PP
175962008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17597
17598 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17599
becf6477
PP
176002008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17601
17602 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17603
0709f7d3
PP
176042008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17605
17606 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 17607
7093c834
PP
176082008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17609
17610 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 17611
b432ffe3
JK
176122008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17613
17614 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17615
b1a268e5
VP
176162008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17617
17618 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17619
e2995f8e
KB
176202008-07-11 Kevin Buettner <kevinb@redhat.com>
17621
17622 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17623 of regexp to account for changes made to GDB in the printing of
17624 byte vectors.
17625
14032a66
TT
176262008-07-11 Tom Tromey <tromey@redhat.com>
17627
17628 * gdb.base/completion.exp: Add 'help' completion test.
17629
981505ef
JK
176302008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17631
17632 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17633
10568435
JK
176342008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17635
17636 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17637
4487aabf
PA
176382008-07-09 Pedro Alves <pedro@codesourcery.com>
17639
17640 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17641
a4a9b1c4
PA
176422008-07-09 Pedro Alves <pedro@codesourcery.com>
17643
17644 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17645
3c3185ac
JK
176462008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17647
17648 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17649
7ebd49dc
VP
176502008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17651
17652 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17653 previous commit. Add a comment.
17654
84e46146
PA
176552008-06-28 Pedro Alves <pedro@codesourcery.com>
17656
17657 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17658
0f8d4a2f
VP
176592008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17660
17661 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17662
f747e0ce
PA
176632008-06-27 Pedro Alves <pedro@codesourcery.com>
17664
17665 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17666 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17667 compiling an executable, link in an object that forces unbuffered
17668 output.
17669 * lib/set_unbuffered_mode.c: New file.
17670
734a5c36
JK
176712008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17672
17673 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17674
a2840c35
VP
176752008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17676
a9c64011
AS
17677 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17678 mi_expect_stop.
17679 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17680 Demand that *running is output.
17681 (detect_async): Perform checking every time.
17682 (mi_send_resuming_command): Extract everything into...
17683 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
17684 (mi_expect_stop): Don't accept any output before *stopped.
17685
6ae37fef
VP
176862008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17687
17688 Robustify mi-simplerun.
a9c64011
AS
17689 * gdb.mi/basics.c (main): Add a call to sleep.
17690 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17691 * gdb.mi/mi2-cli.exp: Likewise.
17692 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 17693
b4aa76f0 176942008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
17695
17696 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17697
e1ac3328
VP
176982008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17699
a9c64011
AS
17700 * gdb.mi/mi-console.exp: Adjust.
17701 * gdb.mi/mi-syn-frame.exp: Adjust.
17702 * gdb.mi/mi2-console.exp: Adjust.
17703 * gdb.mi/mi2-syn-frame.exp: Adjust.
17704 * lib/mi-support.exp (mi_run_cmd): Adjust.
17705 (mi_send_resuming_command): Adjust.
e1ac3328 17706
f7f9a841
VP
177072008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17708
17709 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
17710 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17711 testing of stopped.
17712 * gdb.mi/mi2-syn-frame.exp: Likewise.
17713 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17714 (async, detect_async): New.
17715 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17716 depending on if we're running in sync or async mode.
f7f9a841 17717
37cd5d19
TT
177182008-06-09 Tom Tromey <tromey@redhat.com>
17719
17720 * gdb.base/completion.exp: New tests for field name completion
17721 with spaces, and field name completion with '->'.
17722
65d12d83
TT
177232008-06-06 Tom Tromey <tromey@redhat.com>
17724
17725 * gdb.base/break1.c (struct some_struct): New struct.
17726 (values): New global.
17727 * gdb.base/completion.exp: Add field name completion test.
17728
ebfe2e3f
PP
177292008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17730
17731 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17732 to pointer.
17733 * gdb.cp/call-c.cc: Likewise.
17734
bcf6fc3a
NR
177352008-06-06 Nick Roberts <nickrob@snap.net.nz>
17736
17737 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17738 annotation.
17739
49fd4a42 177402008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 17741 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
17742
17743 * gdb.threads/execl.c, gdb.threads/execl1.c,
17744 gdb.threads/execl.exp: New tests.
a9c64011 17745
8a34ac3f
AR
177462008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17747 Daniel Jacobowitz <dan@codesourcery.com>
17748
17749 * gdb.cp/exception.exp: Activate test, make it work with pending
17750 catchpoints.
17751
86ae69ef
JK
177522008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17753
17754 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17755
f7f9ae2c
VP
177562008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17757
a9c64011
AS
17758 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17759 now printed.
17760 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 17761
2a2d4dc3
AS
177622008-05-27 Andreas Schwab <schwab@suse.de>
17763
17764 * gdb.base/frame-args.exp: Handle arguments that are optimized
17765 out.
17766
5099e4d9
LM
177672008-05-26 Luis Machado <luisgpm@br.ibm.com>
17768
17769 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17770 quiet for ppc32 and group options into a single variable.
17771
d9c36a91
JB
177722008-05-23 Joel Brobecker <brobecker@adacore.com>
17773
17774 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17775 of zero-size elements.
17776 * gdb.ada/null_array.exp: Test printing this new array.
17777
103a8671
JK
177782008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17779
17780 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17781
07a4cc1a 177822008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
17783
17784 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17785 of the "finish" command.
17786
55f996a7
NR
177872008-05-21 Nick Roberts <nickrob@snap.net.nz>
17788
17789 * gdb.base/annota1.exp: Test for new annotation.
17790
907fc202
UW
177912008-05-16 Pedro Alves <pedro@codesourcery.com>
17792
17793 * gdb.base/fixsection.exp: New file.
17794 * gdb.base/fixsection0.c: New file.
17795 * gdb.base/fixsection1.c: New file.
17796
e8f97270
UW
177972008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17798
17799 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17800 * gdb.base/annota3.exp: Likewise.
17801
ac0bb574
NF
178022008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17803
17804 * gdb.base/watch_thread_num.exp: Don't run tests that require
17805 watchpoints if the target doesn't support them.
17806
6fadd07a
DE
178072008-05-12 Doug Evans <dje@google.com>
17808
17809 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17810
6e9a4a30
JB
178112008-05-09 Joel Brobecker <brobecker@adacore.com>
17812
17813 * gdb.ada/assign_1.exp: New testcase.
17814
08388c79
DE
178152008-05-09 Doug Evans <dje@google.com>
17816
a3c83fae
DE
17817 * gdb.base/find.exp: New file.
17818 * gdb.base/find.c: New file.
08388c79 17819
bd5ddfe8
DJ
178202008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17821
17822 * gdb.base/commands.exp (watchpoint_command_test): Handle
17823 gdb,no_hardware_watchpoints.
17824 * gdb.base/float.exp: Allow ARM targets without floating point.
17825 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17826
b5dd68e2 178272008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 17828 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
17829
17830 * gdb.ada/lang_switch: New test program.
17831 * gdb.ada/lang_switch.exp: New testcase.
17832
382d13d1
DE
178332008-05-05 Doug Evans <dje@google.com>
17834
17835 * gdb.base/help.exp (disassemble): Update expected help text.
17836
9dd789d0
PA
178372008-05-04 Pedro Alves <pedro@codesourcery.com>
17838
17839 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17840
611c83ae
PA
178412008-05-04 Pedro Alves <pedro@codesourcery.com>
17842
17843 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17844 different times.
17845
ff013f42
JK
178462008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17847
17848 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17849 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17850 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17851 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17852
96dff6a2
VP
178532008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17854
17855 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17856 notification to appear.
17857
55cd6f92
DJ
178582008-05-04 Daniel Jacobowitz <dan@debian.org>
17859
17860 * gdb.base/fullname.c: New file.
17861 * gdb.base/fullname.exp: New file.
17862 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17863
d705c43c
PA
178642008-05-03 Pedro Alves <pedro@codesourcery.com>
17865
17866 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17867 expressions with macros.
17868
333222e1
JK
178692008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17870
17871 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17872
5ac01682
DJ
178732008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17874
17875 * gdb.base/completion.exp: Handle lack of other symbols beginning
17876 with "a".
17877
17878 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17879
237fc4c9
PA
178802008-05-02 Jim Blandy <jimb@codesourcery.com>
17881
17882 * gdb.asm/asmsrc1.s: Add scratch space.
17883
ed5e9466
DJ
178842008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17885 Daniel Jacobowitz <dan@codesourcery.com>
17886
17887 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17888 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17889 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17890
b39cc962
DJ
178912007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17892
17893 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17894
36d520f5
JB
178952008-05-01 Joel Brobecker <brobecker@adacore.com>
17896
17897 * gdb.base/info-target.exp: New testcase.
17898
8d4e3071
DJ
178992008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17900
17901 * gdb.cp/hang.exp: Use .cc instead of .C.
17902 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17903 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17904
6f3f3097
DJ
179052008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17906
17907 * gdb.base/gdb1250.exp: Remove perror.
17908 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17909
5550a914
PA
179102008-04-30 Pedro Alves <pedro@codesourcery.com>
17911
17912 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17913 .2byte.
17914
d848e687
DJ
179152008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17918 (maybe_kfail): New.
17919
93b5768b
PA
179202008-04-25 Pedro Alves <pedro@codesourcery.com>
17921
17922 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17923
721c02de
VP
179242008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17925
a9c64011
AS
17926 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17927 * gdb.mi/mi2-syn-frame.exp: Likewise.
17928 * lib/mi-support.exp: Likewise.
721c02de 17929
74960c60
VP
179302008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17931
17932 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17933 to specify regexp for the location to stop at.
17934 * gdb.base/break-always.c: New.
17935 * gdb.base/break-always.exp: New.
17936
d24317b4
VP
179372008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17938
17939 * lib/mi-support.exp (mi_runto_helper): Adjust
17940 for the original-location field.
17941 (mi_create_breakpoint, mi_list_breakpoints): New.
17942 * gdb.mi/mi-break.exp: Adjust.
17943 * gdb.mi/mi2-break.exp: Adjust.
17944 * gdb.mi/mi-pending.exp: Adjust.
17945 * gdb.mi/mi-simplerun.exp: Adjust.
17946 * gdb.mi/mi2-simplerun.exp: Adjust.
17947 * gdb.mi/mi-syn-frame.exp: Adjust.
17948 * gdb.mi/mi2-syn-frame.exp: Adjust.
17949 * gdb.mi/mi-until.exp: Adjust.
17950 * gdb.mi/mi2-until.exp: Adjust.
17951 * gdb.mi/mi-var-display.exp: Adjust.
17952 * gdb.mi/mi2-var-display.exp: Adjust.
17953 * gdb.mi/mi-watch.exp: Adjust.
17954 * gdb.mi/mi2-watch.exp: Adjust.
17955
fdc59709 179562008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 17957
a9c64011
AS
17958 * aclocal.m4: Add override.m4.
17959 * configure: Regenerate.
fdc59709 17960
8e91f023
VP
179612008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17962
17963 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17964 '-var-update --all-values' reports new value even the type
17965 of a variable object has changed.
17966
233a11ab
CS
179672008-04-18 Craig Silverstein <csilvers@google.com>
17968
17969 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17970 files.
d24317b4 17971
9c1137ad
JB
179722008-04-18 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.ada/atomic_enum: New test program.
17975 * gdb.ada/atomic_enum.exp: New testcase.
17976
66d0bbc7
DE
179772008-04-17 Doug Evans <dje@google.com>
17978
17979 * gdb.opt/Makefile.in: Fix whitespace.
17980
100906b0
UW
179812008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17982
17983 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17984
4584e32e
DE
179852008-04-17 Doug Evans <dje@google.com>
17986
17987 * gdb.base/hashline1.exp: New testcase.
17988 * gdb.base/hashline2.exp: New testcase.
17989 * gdb.base/hashline2.exp: New testcase.
17990
0a320680
PA
179912008-04-17 Pedro Alves <pedro@codesourcery.com>
17992
17993 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17994
18ac113b
AR
179952008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17996
17997 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17998 temporary breakpoint to match "Temporary breakpoint".
17999 * gdb.base/break.exp (delete_breakpoints): Likewise.
18000 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
18001 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
18002 * gdb.base/display.exp: Likewise.
18003 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
18004 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
18005 * gdb.base/restore.exp (restore_tests): Likewise.
18006 * gdb.base/sepdebug.exp: Likewise.
18007 * gdb.base/watchpoint.exp: Likewise.
18008 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
18009 * gdb.mi/mi-pending.exp: Likewise.
18010 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
18011 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
18012 * gdb.mi/mi-var-cmd.exp: Likewise.
18013 * gdb.mi/mi-var-display.exp: Likewise.
18014 * gdb.mi/mi2-cli.exp: Likewise.
18015 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
18016 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
18017 * gdb.mi/mi2-var-display.exp: Likewise.
18018 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
18019 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
18020 new "disp" field.
a9c64011 18021 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
18022 reason. This is to support fix for PR2424.
18023
add38693
JK
180242008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18025
18026 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
18027
fcacd99f
VP
180282008-04-13 Vladimir Prus <vladimir@codesourcery.com>
18029
18030 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 18031 field. Add more floating varobj tests.
fcacd99f 18032 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
18033 field.
18034 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
18035 (main): Call do_at_tests.
18036 * lib/mi-support.exp (mi_create_floating_varobj)
18037 (mi_varobj_update_with_type_change): New.
fcacd99f 18038
de051565
MK
180392008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
18040
18041 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
18042 option of -var-evaluate-expression.
18043 * gdb.mi/mi2-var-display.exp: Likewise.
18044
dbc52822
VP
180452008-04-07 Vladimir Prus <vladimir@codesourcery.com>
18046
18047 Introduce test setup helpers.
a9c64011
AS
18048 * lib/gdb.exp (build_executable, clean_restart)
18049 (prepare_for_testing): New.
18050 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
18051 * gdb.base/return.exp: Likewise.
18052 * gdb.base/ending-run.exp: Likewise.
dbc52822 18053
473591da
NR
180542008-04-07 Nick Roberts <nickrob@snap.net.nz>
18055
18056 * gdb.mi/mi-async.exp: New test for asynchronous Machine
18057 Interface (MI) responses.
18058
2b2d9e11
VP
180592008-04-06 Vladimir Prus <vladimir@codesourcery.com>
18060
a9c64011
AS
18061 * gdb.cp/breakpoint.cc: New code to test conditions involving
18062 member variables.
18063 * gdb.cp/breakpoint.exp: Test condition involving member
18064 variables.
2b2d9e11 18065
bb378428
VP
180662008-04-05 Vladimir Prus <vladimir@codesourcery.com>
18067
18068 * lib/mi-support.exp (mi_expect_stop): New.
18069 (mi_run_cmd): Change the
18070 token. Use mi_send_resuming_command, use
18071 mi_expect_stop.
18072 (mi_execute_to_helper): Rename to mi_execute_to.
18073 (mi_send_resuming_command): Add more error patterns.
18074 (mi_wait_for_stop): Renamed to...
18075 (mi_get_stop_line): ...this.
18076 (mi_run_inline_test): Adjust.
18077
18078 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
18079 * gdb.mi/mi-console.exp: Likewise.
18080 * gdb.mi/mi-pending.exp: Likewise.
18081 * gdb.mi/mi-simplerun.exp: Likewise.
18082 * gdb.mi/mi-stack.exp: Likewise.
18083 * gdb.mi/mi-stepi.exp: Likewise.
18084 * gdb.mi/mi-syn-frame.exp: Add comment.
18085 * gdb.mi/mi-until.exp: Likewise.
18086 * gdb.mi/mi-var-display.exp: Likewise.
18087 * gdb.mi/mi-watch.exp: Likewise.
18088 * gdb.mi/mi2-cli.exp: Likewise.
18089 * gdb.mi/mi2-console.exp: Likewise.
18090 * gdb.mi/mi2-simplerun.exp: Likewise.
18091 * gdb.mi/mi2-stack.exp: Likewise.
18092 * gdb.mi/mi2-stepi.exp: Likewise.
18093 * gdb.mi/mi2-until.exp: Likewise.
18094 * gdb.mi/mi2-var-display.exp: Likewise.
18095 * gdb.mi/mi2-watch.exp: Likewise.
18096
62172bb9
UW
180972008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18098
18099 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
18100
18101 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
18102
a13e061a
PA
181032008-04-04 Pedro Alves <pedro@codesourcery.com>
18104
18105 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
18106 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
18107 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18108 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
18109 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
18110 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
18111 expect an mi error duplicated in stderr.
18112
eae06beb
JB
181132008-04-03 Joel Brobecker <brobecker@adacore.com>
18114
18115 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
18116 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
18117 Add a couple of tests that verify the behavior when the new setting
18118 is set to "cancel" and "all".
18119 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
18120 "ask" before we start the testing.
18121
79c6ced6
AR
181222008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
18123
18124 * gdb.cp/casts.cc: Add class reference variables.
18125 * gdb.cp/casts.exp: New test cases for up/down casting references.
18126
6c2d1a6b
MK
181272008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
18128
18129 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
18130 instead of beginning to make an extra test pass.
18131 * gdb.mi/mi2-var-display.exp: Likewise.
18132
55b411d9
MR
181332008-03-31 Maciej W. Rozycki <macro@mips.com>
18134
18135 * gdb.base/break.exp: Mark failures as such. Fix formatting.
18136
c6140da2
MD
181372008-03-31 Markus Deuling <deuling@de.ibm.com>
18138 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18139
18140 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
18141 value. Add xfail for older kernels.
18142
79732189
AR
181432008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
18144
18145 Bring mi-support in line with gdb.exp.
18146 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
18147 (mi_gdb_start): New function.
18148
33c3676e
MR
181492008-03-28 Maciej W. Rozycki <macro@mips.com>
18150
18151 * gdb.mi/mi-var-cmd.exp: Fix a typo.
18152
92e28119
VP
181532008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18154
18155 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
18156 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 18157
9e8e3afe
VP
181582008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18159
18160 * lib/mi-support.exp (mi_create_varobj_checked): New.
18161 (mi_list_varobj_children): Allow to check for a
18162 value.
18163 (mi_list_array_varobj_children): New.
18164
18165 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
18166 and mi_list_varobj_children, as opposed to hardcoding
18167 expected strings.
18168 * gdb.mi/gdb701.exp: Likewise.
18169 * gdb.mi/gdb792.exp: Likewise.
18170 * gdb.mi/mi-var-block.exp: Likewise.
18171 * gdb.mi/mi-var-cmd.exp: Likewise.
18172 * gdb.mi/mi-var-invalidate.exp: Likewise.
18173 * gdb.mi/mi2-var-block.exp: Likewise.
18174 * gdb.mi/mi2-var-child.exp: Likewise.
18175 * gdb.mi/mi2-var-cmd.exp: Likewise.
18176 * gdb.mi/mi2-var-display.exp: Likewise.
18177
9df50351
JK
181782008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18179
18180 Fix random false FAILs on i386.
18181 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
18182
31e5d73a
DJ
181832008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18184
18185 PR gdb/544
18186 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
18187
12f4afab
DJ
181882008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18189
18190 PR gdb/544
18191 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
18192
b562a0cb
DJ
181932008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18194
18195 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
18196 fixed PR gdb/544.
18197
17faa917
DJ
181982008-03-21 Pedro Alves <pedro@codesourcery.com>
18199
18200 * gdb.threads/fork-child-threads.exp: Test next over fork.
18201
6214f497
DJ
182022008-03-21 Chris Demetriou <cgd@google.com>
18203
18204 * gdb.base/break.exp (rbreak junk): New test for rbreak
18205 "Junk at end of arguments" issue.
18206
63092375
DJ
182072008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18208
18209 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
18210 *& to work on created array elements.
18211 (Top level): Test print $pc with a file. Test string operations
18212 without a target.
18213 * gdb.base/ptype.exp: Do not expect *& to work on created array
18214 elements.
18215
b21991b0
DJ
182162008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18217
18218 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
18219 gdb.threads/staticthreads.exp: Update exit query.
18220
c4b347c7
SL
182212008-03-07 Sandra Loosemore <sandra@codesourcery.com>
18222
18223 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
18224
fa4727a6
DJ
182252008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
18226
18227 * gdb.base/watchpoint.c (global_ptr, func4): New.
18228 (main): Call func4.
18229 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
18230 (test_inaccessible_watchpoint): New.
18231
2f34202f
MR
182322008-02-29 Maciej W. Rozycki <macro@mips.com>
18233
18234 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
18235 select the largest.
18236
0d6ba1b1
DJ
182372008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18238
18239 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
18240 frames-invalid annotations.
18241
e691325a
PM
182422008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18243
a9c64011 18244 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 18245
f85b5ecc
DE
182462008-02-27 Doug Evans <dje@google.com>
18247
18248 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
18249 for bug 1738.
18250 (breakpoint_to_handler_entry): Ditto.
18251
b40e7bf3
JB
182522008-02-27 Joel Brobecker <brobecker@adacore.com>
18253
18254 * gdb.base/ending-run.exp: Use the first line of code inside
18255 function body to test breakpoints.
18256 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
18257 location where the breakpoint is inserted when using the line
18258 where a function is declared. Fix typo in the description of
18259 one of the tests.
18260 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
18261
2faca73a
PM
182622008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18263
18264 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 18265 tests.
2faca73a 18266
6f439c36
PM
182672008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18268
18269 * gdb.base/args.exp: avoid same output for tests
18270 with single quotes.
18271
54e52265
VP
182722008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18273
a9c64011
AS
18274 * gdb.base/annota1.exp: Adjust for 'info break'
18275 format changes.
18276 * gdb.base/annota3.exp: Likewise.
18277 * gdb.base/break.exp: Likewise.
18278 * gdb.base/condbreak.exp: Likewise.
18279 * gdb.base/pending.exp: Likewise.
18280 * gdb.base/sepdebug.exp: Likewise.
18281 * gdb.base/unload.exp: Likewise.
18282 * gdb.cp/ovldbreak.exp: Likewise.
18283 * gdb.mi/mi-pending.exp: Likewise.
54e52265 18284
897b09ca
DE
182852008-02-07 Doug Evans <dje@google.com>
18286
18287 * gdb.cp/mb-inline.exp: New.
18288 * gdb.cp/mb-inline.h: New.
18289 * gdb.cp/mb-inline1.cc: New.
18290 * gdb.cp/mb-inline2.cc: New.
18291
b1c32d35
PM
182922008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18293
18294 * gdb.pascal/floats.pas: New test program.
18295 * gdb.pascal/floats.exp: New testcase.
18296
1a4ca44a
TJB
182972008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18298
18299 * gdb.base/callfuncs.c (t_float_many_args): New function.
18300 (t_double_many_args): New function.
18301 * gdb.base/callfuncs.exp: Add tests for exceeding float
18302 and double parameters passed through the stack.
18303
439048e8
JB
183042008-02-05 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18307 gdb.ada/complete/foo.adb: New files.
18308 * gdb.ada/complete.exp: New testcase.
18309
81fe8080
DE
183102008-02-03 Doug Evans <dje@google.com>
18311
301f0ecf
DE
18312 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18313
81fe8080
DE
18314 * gdb.cp/gdb2384.exp: New file.
18315 * gdb.cp/gdb2384.cc: New file.
18316 * gdb.cp/gdb2384-base.h: New file.
18317 * gdb.cp/gdb2384-base.cc: New file.
18318
4b071aec
DE
183192008-02-02 Doug Evans <dje@google.com>
18320
18321 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18322
61137ba6
JB
183232007-02-01 Joel Brobecker <brobecker@adacore.com>
18324
18325 * gdb.ada/sym_print_name: New test program.
18326 * gdb.ada/sym_print_name.exp: New testcase.
18327
183282007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
18329
18330 * gdb.ada/nested/hello.adb: New file.
18331 * gdb.ada/nested.exp: New testcase.
18332 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18333
98deb0da
VP
183342008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18335
18336 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
18337 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18338 don't cause future evaluations of function to report
18339 creation of internal breakpoints.
98deb0da 18340
723a2275
VP
183412008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18342
18343 * gdb.mi/mi-break.exp (test_error): New.
18344 Call it.
18345
fb546a2f
LM
183462008-01-31 Luis Machado <luisgpm@br.ibm.com>
18347
18348 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18349 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18350
2d8fd90a
PM
183512008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18352
18353 * gdb.pascal/integers.pas: New test program.
18354 * gdb.pascal/integers.exp: New testcase.
18355
a7fa0ded
PM
183562008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18357
18358 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18359
5e1a1926
TJB
183602008-01-30 Luis Machado <luisgpm@br.ibm.com>
18361
18362 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18363 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18364
8d04f9f0
JB
183652008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18366
18367 * gdb.ada/formatted_ref: New test program.
18368 * gdb.ada/formatted_ref.exp: New testcase.
18369
18370 * gdb.cp/formatted-ref.cc: New file.
18371 * gdb.cp/formatted-ref.exp: New testcase.
18372
ce75a98f
JB
183732008-01-30 Joel Brobecker <brobecker@adacore.com>
18374
18375 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18376
e835f6bf
NR
183772008-01-30 Nick Roberts <nickrob@snap.net.nz>
18378
18379 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18380 (test_file_list_exec_source_file): Update to new macro-info field.
18381
d118ef87
PH
183822008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18383
18384 * gdb.ada/exprs: New test program.
18385 * gdb.ada/exprs.exp: New testcase.
18386
7d35ab09
TJB
183872008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18388
18389 * dfp-test.c (DELTA, DELTA_B): New definitions.
18390 (double_val1, double_val2, double_val3, double_val4, double_val5,
18391 double_val6, double_val7, double_val8, double_val9, double_val10,
18392 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18393 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18394 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18395 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18396 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18397 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18398 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18399 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18400 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18401 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18402 dec128_val16): New global variables.
18403 (decimal_dec128_align): New function.
18404 (decimal_mixed): Likewise.
18405 (decimal_many_args_dec32): Likewise.
18406 (decimal_many_args_dec64): Likewise.
18407 (decimal_many_args_dec128): Likewise.
18408 (decimal_many_args_mixed): Likewise.
18409 * dfp-test.exp: Add tests calling new inferior functions.
18410
2d717e4f
DJ
184112008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18412
18413 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18414 gdb.server/ext-run.exp: New files.
18415 * lib/gdbserver-support.exp (gdbserver_download): New.
18416 (gdbserver_start): New. Update gdbserver expected
18417 output.
18418 (gdbserver_spawn): Use them.
18419 (gdbserver_start_extended): New.
18420
e85a822c
DJ
184212008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18422
18423 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18424 Run on GNU/Linux.
18425 (do_exec_tests): Check for systems which do not support catchpoints.
18426 Do not match START.
18427 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18428 Run on GNU/Linux. Enable verbose output.
18429 (check_fork_catchpoints): New.
18430 (explicit_fork_child_follow, catch_fork_child_follow)
18431 (tcatch_fork_parent_follow): Update expected messages.
18432 (do_fork_tests): Use check_fork_catchpoints.
18433 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18434 Run on GNU/Linux. Enable verbose output.
18435 (check_vfork_catchpoints): New.
18436 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18437 expected messages.
18438 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18439
401ea829
JB
184402008-01-29 Jim Blandy <jimb@red-bean.com>
18441
18442 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18443 host' errors.
18444 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18445
aceaf3ad
JB
184462008-01-29 Jim Blandy <jimb@red-bean.com>
18447
18448 * gdb.threads/sigthread.c: Use barriers to ensure that
18449 child_thread and child_thread_two are always initialized before we
18450 start to use them.
18451
a5606eee
VP
184522008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18453
18454 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
18455 * gdb.base/watchpoint-solib.c: New.
18456 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 18457
c55a82bb
PM
184582008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18459
18460 * gdb.base/gdb1056.exp: Add unsigned integer test.
18461
0993fe05
DE
184622008-01-28 Doug Evans <dje@google.com>
18463
18464 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18465
4fe42e7f
JB
184662008-01-27 Jim Blandy <jimb@codesourcery.com>
18467
c7a69933
JB
18468 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18469
4fe42e7f
JB
18470 * gdb.base/expand-psymtabs.exp: Doc fix.
18471
5def8285
MK
184722008-01-26 Mark Kettenis <kettenis@gnu.org>
18473
18474 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18475
5313c911
NR
184762008-01-24 Nick Roberts <nickrob@snap.net.nz>
18477
a9c64011 18478 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
18479 -var-set-format.
18480
93815fbf
VP
184812008-01-23 Chris Demetriou <cgd@google.com>
18482
18483 * gdb.threads/thread_events.c: New testcase source file.
18484 * gdb.threads/thread_events.exp: New testcase expect file.
18485
467a88ee
NR
184862008-01-23 Nick Roberts <nickrob@snap.net.nz>
18487
18488 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
18489
18490 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
18491 -var-set-format.
18492
d8f82aba
DJ
184932008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18494 Vladimir Prus <vladimir@codesourcery.com>
18495
18496 * gdb.base/float.exp: Allow missing floating point for m68k and
18497 PowerPC.
18498
60c46647
VP
184992008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18500
18501 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
18502 ignore count.
18503 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18504 * gdb.mi/mi-cli.exp: Adjust.
18505 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 18506
c7dd36a1
PA
185072008-01-17 Pedro Alves <pedro@codesourcery.com>
18508
18509 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18510 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18511 with dummy_ptr's address.
18512 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18513 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18514 all targets.
18515 * gdb.mi/mi2-var-child.exp: Likewise.
18516
39d5313e
JB
185172008-01-09 Joel Brobecker <brobecker@adacore.com>
18518
18519 * gdb.ada/null_array: New test program.
18520 * gdb.ada/null_array.exp: New testcase.
18521
0aea4bf3
LM
185222008-01-09 Luis Machado <luisgpm@br.ibm.com>
18523
18524 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18525 with required float modifiers.
18526
0b354900
JB
185272008-01-08 Joel Brobecker <brobecker@adacore.com>
18528
18529 * gdb.ada/funcall_param: New test program.
18530 * gdb.ada/funcall_param.exp: New testcase.
18531
cdb7f5d4
JB
185322008-01-08 Joel Brobecker <brobecker@adacore.com>
18533
18534 * gdb.ada/arrayparam: New test program.
18535 * gdb.ada/arrayparam.exp: New testcase.
18536
88e2547f
JB
185372008-01-08 Joel Brobecker <brobecker@adacore.com>
18538
18539 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18540 landed. Should also fix random failures in the test following it.
18541
f6867ce0
TJB
185422008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18543
18544 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18545 for expressions with decimal float values.
18546 (test_dfp_conversions): New function to test casts to and from
18547 decimal float types.
18548 Call test_dfp_conversions.
18549 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18550 elements.
18551 (main): Initialize ds.float4 and ds.double8 elements.
18552 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18553 string to new error message.
18554 (d64_set_tests): Likewise.
18555 (d128_set_tests): Likewise.
18556 Add tests for expressions with decimal float variables. Add tests for
18557 conversions to and from decimal float types.
18558
f9c11282
JB
185592008-01-05 Joel Brobecker <brobecker@adacore.com>
18560
18561 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18562 * gdb.ada/packed_tagged.exp: New testcase.
18563
0ecbca72
JB
185642008-01-04 Joel Brobecker <brobecker@adacore.com>
18565
18566 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18567 gdb.ada/homonym/homonym_main.adb: New files.
18568 * gdb.ada/homonym.exp: New testcase.
18569
c18d3d89
JB
185702008-01-04 Joel Brobecker <brobecker@adacore.com>
18571
18572 * gdb.ada/packed_array.exp: Add testing of references to
18573 a packed array.
18574
ecc7085b
JB
185752008-01-04 Joel Brobecker <brobecker@adacore.com>
18576
18577 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18578 New files.
18579 * gdb.ada/type_coercion.exp: New testcase.
18580
c474c922
JB
185812008-01-04 Joel Brobecker <brobecker@adacore.com>
18582
18583 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18584 gdb.ada/tagged/foo.adb: New file.
18585 * gdb.ada/tagged.exp: New testcase.
18586
9005b927
JB
185872008-01-04 Joel Brobecker <brobecker@adacore.com>
18588
18589 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18590 gdb.ada/ptype_field/foo.adb: New files.
18591 * gdb.ada/ptype_field.exp: New testcase.
18592
1a6aaad8
JB
185932008-01-03 Joel Brobecker <brobecker@adacore.com>
18594
18595 * gdb.ada/print_pc.exp: New testcase.
18596
0ef22f53
JB
185972008-01-03 Joel Brobecker <brobecker@adacore.com>
18598
18599 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18600 gdb.ada/taft_type/p.adb: New files.
18601 * gdb.ada/taft_type.exp: New testcase.
18602
1689ecf8
JB
186032008-01-03 Joel Brobecker <brobecker@adacore.com>
18604
18605 * gdb.ada/array_bounds/bar.adb: New file.
18606 * gdb.ada/array_bounds.exp: New testcase.
18607
a4d0b9c3
JB
186082008-01-03 Joel Brobecker <brobecker@adacore.com>
18609
18610 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18611 gdb.ada/arrayptr/foo.adb: New files.
18612 * gdb.ada/arrayptr.exp: New testcase.
18613
a31ace00
JB
186142008-01-03 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.base/set-lang-auto.exp: New testcase.
18617
a97fced3
JB
186182008-01-03 Joel Brobecker <brobecker@adacore.com>
18619
18620 * gdb.ada/fun_addr/foo.adb: New file.
18621 * gdb.ada/fun_addr.exp: New testcase.
18622
ef29ce1a
JK
186232008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18624
18625 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18626 New files
18627
0fafefe3
JB
186282008-01-02 Joel Brobecker <brobecker@adacore.com>
18629
18630 * array_subscript_addr/p.adb: New file.
a9c64011 18631 * array_subscript_addr.exp: New testcase.
0fafefe3 18632
c4359f8d
JB
186332008-01-02 Joel Brobecker <brobecker@adacore.com>
18634
a9c64011 18635 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
18636 New files.
18637 * gdb.ada/str_cmp_ref.exp: New testcase.
18638
1aa1b15b
JB
186392008-01-01 Joel Brobecker <brobecker@adacore.com>
18640
18641 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18642 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 18643 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 18644
81c9b2cf
JB
186452008-01-01 Joel Brobecker <brobecker@adacore.com>
18646
18647 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18648 gdb.ada/ref_param/pck.ads: New files.
18649 * gdb.ada/ref_param.exp: New testcase.
18650
319e4674
JB
186512008-01-01 Joel Brobecker <brobecker@adacore.com>
18652
18653 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18654 gdb.ada/interface/foo.adb: New files.
18655 * gdb.ada/interface.exp: New testcase.
18656
ef682c56
JB
186572007-12-31 Jim Blandy <jimb@codesourcery.com>
18658
18659 * gdb.base/multi-forks.exp: Consume all output from child
18660 processes before proceeding to next test.
18661
f6f3eb6c
JB
186622007-12-29 Jim Blandy <jimb@codesourcery.com>
18663
18664 * configure: Regenerated.
18665
f652e42f
JB
186662007-12-27 Joel Brobecker <brobecker@adacore.com>
18667
18668 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18669 gdb.ada/fixed_cmp/fixed.adb: New files.
18670 * gdb.ada/fixed_cmp.exp: New testcase.
18671
6943e596
JB
186722007-12-27 Joel Brobecker <brobecker@adacore.com>
18673
18674 * gdb.ada/boolean_expr.exp: New testcase.
18675
aad9a193
JB
186762007-12-26 Jim Blandy <jimb@codesourcery.com>
18677
18678 * gdb.base/multi-forks.exp: Doc fix.
18679
fb5f3683
JB
186802007-12-26 Joel Brobecker <brobecker@adacore.com>
18681
18682 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18683 * gdb.ada/char_param.exp: Do not compile our test program with
18684 -gnata, this is unnecessary.
18685 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18686
384e4a9c
JB
186872007-12-24 Joel Brobecker <brobecker@adacore.com>
18688
18689 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18690 gdb.ada/print_chars/foo.adb: New files.
18691 * gdb.ada/print_chars.exp: New testcase.
18692
01e044f7
JB
186932007-12-24 Joel Brobecker <brobecker@adacore.com>
18694
18695 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18696 gdb.ada/char_param/foo.adb: New files.
18697 * gdb.ada/char_param.exp: New testcase.
18698
0ce17860
JB
186992007-12-22 Jim Blandy <jimb@codesourcery.com>
18700
18701 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18702 hard-coding source line numbers into the test.
18703 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18704 gdb_get_line_number to find.
18705
919809b9
JB
187062007-12-22 Joel Brobecker <brobecker@adacore.com>
18707
18708 * gdb.base/ptype.c (highest): New struct type.
18709 (the_highest): New variable of that type.
18710 (main): Add dummy assignment to a field of variable the_highest.
18711 * gdb.base/ptype.exp: Test type printing of our new variable.
18712
abc8a88d
PM
187132007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18714
18715 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 18716 and record first explicitly generated thread number.
abc8a88d
PM
18717 Use that thread number for thread specific watchpoint test.
18718 Add iteration number to repetitive tests.
18719
5158f3e3
CES
187202007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18721 Jim Blandy <jimb@codesourcery.com>
18722
18723 * gdb.base/expand-psymtabs.c: New testcase
18724 source file.
18725 * gdb.base/expand-psymtabs.exp: New testcase
18726 expect file.
18727
37e4754d
LM
187282007-12-17 Luis Machado <luisgpm@br.ibm.com>
18729
18730 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18731 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18732
551e5d04
JB
187332007-12-17 Joel Brobecker <brobecker@adacore.com>
18734
18735 * gdb.ada/frame_args/foo.adb: New file.
18736 * gdb.ada/frame_args/pck.ads: New file.
18737 * gdb.ada/frame_args/pck.adb: New file.
18738 * gdb.ada/frame_args.exp: New testcase.
18739
a05ee097
JB
187402007-12-17 Joel Brobecker <brobecker@adacore.com>
18741
18742 * gdb.base/frame-args.c: New file.
18743 * gdb.base/frame-args.exp: New testcase.
18744
c162e8c9 187452007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 18746 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
18747
18748 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18749
afe8ab22 187502007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18751
afe8ab22
VP
18752 * gdb.mi/mi-pending.exp: New.
18753 * gdb.mi/mi-pending.c: New.
18754 * gdb.mi/mi-pendshr.c: New.
18755
dfdfb3ca
JB
187562007-12-06 Jim Blandy <jimb@codesourcery.com>
18757
18758 * gdb.base/default.exp: Update expected output for 'info catch'.
18759
b7fca990
JK
187602007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18761
18762 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18763 must be set to binary.
18764
6a1afc1e
PA
187652007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18766
18767 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18768
a6b151f1
DJ
187692007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18770
18771 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18772 gdb.mi/mi-file-transfer.exp: New.
18773
43039443
JK
187742007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18775
18776 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18777
0ef2251b
MR
187782007-11-22 Maciej W. Rozycki <macro@mips.com>
18779
18780 * gdb.trace/backtrace.exp: Fix a typo.
18781 * gdb.trace/circ.exp: Likewise.
18782 * gdb.trace/collection.exp: Likewise.
18783 * gdb.trace/limits.exp: Likewise.
18784 * gdb.trace/report.exp: Likewise.
18785 * gdb.trace/tfind.exp: Likewise.
18786 * gdb.trace/while-dyn.exp: Likewise.
18787
5443631e
NR
187882007-11-21 Nick Roberts <nickrob@snap.net.nz>
18789
18790 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18791 objects of pointers that can't be dereferenced are now
18792 "noneditable".
18793
a4ce5b0d
UW
187942007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18795
18796 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18797 (target_cpu): Remove.
18798
d6e956e5
VP
187992007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18800
18801 * gdb.base/ending-run.exp: Expect the list of cleared
18802 breakpoint to come in natural order, not the reversed one.
a9c64011 18803
214270ab
VP
188042007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18805
18806 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18807 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 18808
1a619819
LM
188092007-11-05 Luis Machado <luisgpm@br.ibm.com>
18810
18811 * gdb.base/printcmds.exp: New function
18812 test_printf_with_dfp.
18813
5b01a6fa
DE
188142007-11-02 Doug Evans <dje@google.com>
18815
18816 * gdb.disasm/t01_mov.s: Remove carriage returns.
18817 * gdb.disasm/t02_mova.s: Ditto.
18818 * gdb.disasm/t03_add.s: Ditto.
18819 * gdb.disasm/t04_sub.s: Ditto.
18820 * gdb.disasm/t05_cmp.s: Ditto.
18821 * gdb.disasm/t06_ari2.s: Ditto.
18822 * gdb.disasm/t07_ari3.s: Ditto.
18823 * gdb.disasm/t08_or.s: Ditto.
18824 * gdb.disasm/t09_xor.s: Ditto.
18825 * gdb.disasm/t10_and.s: Ditto.
18826 * gdb.disasm/t11_logs.s: Ditto.
18827 * gdb.disasm/t12_bit.s: Ditto.
18828 * gdb.disasm/t13_otr.s: Ditto.
18829
ec33ab7f
JK
188302007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18831
18832 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18833
ae0d01ff
UW
188342007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18835
18836 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18837 provide DFP support.
18838
55eddb0f
DJ
188392007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18840
18841 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18842 Test "set powerpc vector-abi". Skip auto-detection tests for old
18843 toolchains.
18844
7020f05c
PA
188452007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18846
18847 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18848 with [string compare].
18849
84bc3db9
PA
188502007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18851
18852 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18853 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18854
5876dc88
LM
188552007-10-25 Luis Machado <luisgpm@br.ibm.com>
18856
18857 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18858 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18859 * gdb.opt/Makefile.in: New makefile.
18860 * Makefile.in: Create new directory "gdb.opt".
18861 * configure.ac: Add "gdb.opt" directory.
18862 * configure: Regenerated.
a9c64011 18863
c3ea9a14
DE
188642007-10-25 Doug Evans <dje@google.com>
18865
18866 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18867 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18868
a9c64011 188692007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
18870 Thiago Jung Bauermann <bauerman@br.ibm.com>
18871
18872 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18873 Floating Point expressions.
18874 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18875 Floating Point variables.
18876 * gdb.base/dfp-test.c: new file containing program with Decimal
18877 Floating variables, used by gdb.base/dfp-test.exp.
18878
62a24a2b
DJ
188792007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18880
18881 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18882
e7b1eae6
UW
188832007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18884
18885 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18886 compiling test case with GCC.
18887 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18888
c641edcc
UW
188892007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18890
18891 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18892 format changes.
18893
5e5ebfe6
MS
188942007-10-18 Michael Snyder <msnyder@specifix.com>
18895
18896 * gdb.base/dbx.exp: Add missing "-re " operator.
18897
e831e7b6
GM
188982007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18899
18900 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18901 * configure.ac: Removed trailing spaces after backslash.
18902 * gdb.modula2: New directory.
18903 * gdb.modula2/Makefile.in: New file.
18904 * gdb.modula2/unbounded-array.exp: New file.
18905 * gdb.modula2/unbounded1.c: New file.
18906
7cc46491
DJ
189072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18908
18909 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18910
189112007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
18912
18913 * gdb.base/sigstep.c (main): Add checks for
18914 return values for setitimer call.
18915 Call setitimer again with itimer = ITIMER_REAL
18916 if first call to setitimer fails.
18917
e91528f0
KH
189182007-10-11 Kazu Hirata <kazu@codesourcery.com>
18919
18920 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18921 of $timeout.
18922
2ec9a4f8
DJ
189232007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18924
18925 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18926
189272007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
18928
18929 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18930 of gdb_expect call, to avoid interruption.
18931
64b2fa04
PA
189322007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18933
18934 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18935 (v_unsigned_long_long, v_long_long_array)
18936 (v_signed_long_long_array, v_unsigned_long_long_array)
18937 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18938 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18939 [!NO_LONG_LONG]: New.
18940 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18941 v_long_long_member.
18942
18943 (v_long_long_func, v_signed_long_long_func)
18944 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18945 (main) [!NO_LONG_LONG]: Initialize long long variants.
18946
18947 * gdb.base/whatis.exp: If board file requests no_long_long, build
18948 test with NO_LONG_LONG defined. Test long long, signed long long,
18949 and unsigned long long variants but only if board file doesn't
18950 disable it.
18951
a912286e 189522007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 18953 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
18954
18955 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18956 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18957 * configure: Regenerated.
18958 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18959 gdb.pascal/types.exp, lib/pascal.exp: New files.
18960
471ba8c9
DJ
189612007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18962
18963 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18964 call.
18965 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18966 to return to the call.
18967 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18968 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18969 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18970 * gdb.mi/mi-until.exp (test_until): Likewise.
18971 * gdb.mi/mi2-until.exp (test_until): Likewise.
18972
fef8a650
DJ
189732007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18974
18975 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18976 two-char array.
18977 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18978
d983da9c
DJ
189792007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18980
18981 * gdb.threads/watchthreads.c (thread_function): Sleep between
18982 iterations.
18983 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18984 at once for S/390. Generate matching fails and passes.
18985
17f62551
VP
189862007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18987
18988 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18989 the 'struct_declarations' variable to zeros.
a9c64011 18990
ed0616c6
VP
189912007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18992
18993 * gdb.cp/mb-ctor.cc: New.
18994 * gdb.cp/mb-ctor.exp: New.
18995 * gdb.cp/mb-templates.cc: New.
18996 * gdb.cp/mb-templates.exp: New.
18997
41f1b697
DJ
189982007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18999
19000 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
19001
3f213f78
PA
190022007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
19003
19004 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
19005 targets.
19006 * configure: Regenerate.
19007
0d381245 190082007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 19009
0d381245
VP
19010 * gdb.base/annota1.exp: Adjust for 'info break'
19011 format changes.
19012 * gdb.base/annota3.exp: Likewise.
19013 * gdb.base/break.exp: Likewise.
19014 * gdb.base/condbreak.exp: Likewise.
19015 * gdb.base/pending.exp: Likewise.
19016 * gdb.base/sepdebug.exp: Likewise.
19017 * gdb.base/unload.exp: Likewise.
19018 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 19019
fe3f5fa8
VP
190202007-09-22 Vladimir Prus <vladimir@codesourcery.com>
19021
19022 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
19023 messages.
19024 * gdb.base/chng-syms.exp: Likewise.
19025 * gdb.base/unload.exp: Likewise.
a9c64011 19026
a75cf6c0
DJ
190272007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
19028
19029 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
19030
18ecae38
DJ
190312007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
19032
19033 * schedlock.c (NUM): Change to 1.
19034 (main): Use args[0] for the main thread.
19035 * schedlock.exp: Only expect two threads. Only issue one pass or fail
19036 regardless of the number of threads.
19037
5509918f
MR
190382007-09-14 Maciej W. Rozycki <macro@mips.com>
19039
4a543daf
MR
19040 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
19041 type down.
19042 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19043 test.
19044 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
19045 watchpoint type down.
19046 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19047 test.
19048
190492007-09-14 Maciej W. Rozycki <macro@mips.com>
19050
5509918f
MR
19051 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
19052 Move all the tests here and run them twice, once using software
19053 watchpoints and once using hardware watchpoints.
19054 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
19055
40b53987
DJ
190562007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
19057
19058 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
19059 test.
19060
695e2681
MK
190612007-09-10 Mark Kettenis <kettenis@gnu.org>
19062
8b3fc8d8
MK
19063 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
19064 build-id.
19065
695e2681
MK
19066 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
19067 know about $ORIGIN. Calculate output dir from $dest instead of
19068 using ${objdir}/{$subdir}.
19069
58d69f29
MK
190702007-09-09 Mark Kettenis <kettenis@gnu.org>
19071
19072 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
19073 gcore, before continuing with the test.
19074
3e347599
DJ
190752007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
19076
19077 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
19078 * gdb.mi/mi-watch.exp: Likewise.
19079
ea37ba09
DJ
190802007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19081 Jim Blandy <jimb@codesourcery.com>
19082
19083 * gdb.arch/i386-sse.exp: Do not expect character constants.
19084 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
19085 * gdb.base/display.exp: Allow print/s.
19086 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
19087 and unsigned char array changes.
19088
2025a643
DJ
190892007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19090
19091 * gdb.base/display.exp: Add tests for printf %p.
19092
26669a27
PA
190932007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
19094
19095 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
19096 the dll name to unicode.
19097
c8f021f8
JK
190982007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19099
19100 * gdb.base/default.exp (show version): Update the version text.
19101 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
19102
4cf31eea
JK
191032007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
19104
19105 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
19106 New files.
19107
4935890f
JK
191082007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19109
19110 * lib/gdb.exp (build_id_debug_filename_get): New function.
19111 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
19112 Remove the generate DEBUG file for the future testcase runs.
19113 New testcase for the NT_GNU_BUILD_ID retrieval.
19114 Move the final testing step to ...
19115 (test_different_dir): ... a new function.
19116 New parameter XFAIL to XFAIL all the tests performed.
19117 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
19118 New parameter TYPE to PF_PREFIX all the tests performed.
19119
02142340
VP
191202007-08-31 Vladimir Prus <vladimir@codesourcery.com>
19121
19122 * gdb.mi/mi-var-cp.cc (path_expression): New
19123 function.
19124 * gdb.mi/mi-var-cp.exp: Run path exression tests.
19125
36acd84e
UW
191262007-08-27 Markus Deuling <deuling@de.ibm.com>
19127
19128 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
19129 to fit into SPU Local Store memory.
19130
a896d121
JB
191312007-08-23 Joel Brobecker <brobecker@adacore.com>
19132
19133 * gdb.base/default.exp: Adjust the expected output of "info
19134 warranty" after the switch to GPLv3.
19135
7b433602
JB
191362007-08-23 Joel Brobecker <brobecker@adacore.com>
19137
19138 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
19139 to 30000 (from 20000).
19140
e22f8b7c
JB
191412007-08-23 Joel Brobecker <brobecker@adacore.com>
19142
19143 Switch the license of all .exp files to GPLv3.
19144 Switch the license of all .f and .f90 files to GPLv3.
19145 Switch the license of all .s and .S files to GPLv3.
19146
5a0e3bd0
JB
191472007-08-23 Joel Brobecker <brobecker@adacore.com>
19148
19149 * configure.ac: Switch license to GPLv3.
19150
cc00619d
JB
191512007-08-23 Joel Brobecker <brobecker@adacore.com>
19152
19153 Switch the licensing to GPLv3 for all .ads and .adb files.
19154
8d26208a
DJ
191552007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
19156
19157 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
19158 and t_int_double.
19159 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
19160
4fcb9948
JB
191612007-08-17 Joel Brobecker <brobecker@adacore.com>
19162
19163 * gdb.base/step-line.c: Switch license to GPL version 3, and
19164 update copyright year.
19165 * gdb.base/step-line.inp: Likewise.
19166
b9c34f67
JB
191672007-08-17 Joel Brobecker <brobecker@adacore.com>
19168
19169 * gdb.base/gdb1555.exp: Make expected output immune to formatting
19170 changes inside gdb1555.c.
19171 * gdb.base/pending.exp: Likewise.
19172
2cc17678
DJ
191732007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
19174
19175 * config/default.exp: New file.
19176
e48883f7
DJ
191772007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19178
19179 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
19180 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
19181
1ab80e5b
MR
191822007-07-30 Maciej W. Rozycki <macro@mips.com>
19183
19184 * gdb.base/dump.exp: Force the correct endianness for binary
19185 formats not carrying this information.
19186
aba471f5
DJ
191872007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19188
19189 * gdb.threads/staticthreads.exp: Match .*sem_post.
19190
d4e07204
DJ
191912007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19192
19193 * gdb.base/readline.exp (operate_and_get_next): Match the final
19194 prompt.
19195
2b97317d
KB
191962007-07-23 Kevin Buettner <kevinb@redhat.com>
19197
19198 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
19199 to restarting SID.
19200
44efa07a
KB
192012007-07-18 Kevin Buettner <kevinb@redhat.com>
19202
19203 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
19204 prior to `gdb_start'.
19205
7b5ebade
KB
192062007-07-18 Kevin Buettner <kevinb@redhat.com>
19207
19208 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
19209 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
19210 Remove call to gdb_unload.
19211
255e7678
DJ
192122007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
19213 Daniel Jacobowitz <dan@codesourcery.com>
19214
19215 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
19216 for __WIN32__.
19217 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
19218 * gdb.base/unload.exp: Use shared library test routines.
19219
3a40aaa0
UW
192202007-07-03 Markus Deuling <deuling@de.ibm.com>
19221
19222 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
19223 * gdb.base/solib-symbol-lib.c: Likewise.
19224 * gdb.base/solib-symbol-main.c: Likewise.
19225
b0f4b84b
DJ
192262007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
19227
19228 * config/gdbserver.exp (gdb_reconnect): New.
19229 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
19230 gdb.base/solib-disc.exp: New files.
19231 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
19232 remote debugging".
19233 (gdb_compile): Add shlib_load flag.
19234 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
19235 port.
19236 (gdbserver_reconnect): New.
19237
1b05479a
DJ
192382007-07-01 Nick Roberts <nickrob@snap.net.nz>
19239 Daniel Jacobowitz <dan@codesourcery.com>
19240
19241 * gdb.base/annota3.exp: Test for if construct.
19242
86f78eb2
DJ
192432007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19244
19245 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19246
6a2eb474 192472007-06-21 Chris Dearman <chris@mips.com>
a9c64011 19248 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
19249
19250 * gdb.base/display.exp: Allow a newline after display/i.
19251 * gdb.base/pc-fp.exp: Likewise.
19252 * gdb.base/sigbpt.exp: Likewise.
19253
f8b73d13
DJ
192542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19255
19256 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
19257 required features to be included.
19258
4339e69e
DJ
192592007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19260
19261 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19262 in info threads output.
19263
23d964e7
UW
192642007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19265 Markus Deuling <deuling@de.ibm.com>
19266
19267 * gdb.arch/spu-info.exp: New testcase.
19268 * gdb.arch/spu-info.c: New file.
19269
fd20f75b
DJ
192702007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19271
19272 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19273 tpcs_offset. Restore lr after the call.
19274 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19275
2226f861
DJ
192762007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19277
19278 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19279 (gdbserver_run): Kill any running gdbserver.
19280 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19281
d12371a9
MR
192822007-05-17 Maciej W. Rozycki <macro@mips.com>
19283
19284 * gdb.base/sigbpt.exp: Preset segv_addr.
19285
93f02886
DJ
192862007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19287
19288 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19289 (gdb_compile_shlib): Likewise.
19290 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19291 (default_gdb_init): Clear cleanfiles.
19292 (gdb_finish): Delete recorded cleanfiles.
19293 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19294
19295 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19296 Do not use isnative.
19297 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19298 gdb.base/so-impl-ld.exp: Likewise.
19299 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19300 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19301 gdb_compile.
19302
b04e06d7
VP
193032007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19304
19305 * config/unknown.exp: Remove.
19306
069ed931
UW
193072007-05-15 Markus Deuling <deuling@de.ibm.com>
19308
19309 * gdb.base/info-proc.exp: Check is_remote.
19310
09db0d03
UW
193112007-05-14 Markus Deuling <deuling@de.ibm.com>
19312
19313 * gdb.base/gcore.exp: Initialize variable core_supported.
19314
af2cbe8c
DJ
193152007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19316
19317 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19318
027c0295
DJ
193192007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19320
19321 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19322 * gdb.threads/print-threads.exp (test_all_threads): Allow
19323 negative and hexadecimal thread IDs.
19324
dc5000e7
DJ
193252007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19326
19327 * gdb.java/jprint.java (public): Avoid invalid call to static
19328 method.
19329
2e74ed18
DP
193302007-05-14 Denis Pilat <denis.pilat@st.com>
19331
19332 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19333 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19334 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19335 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19336 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19337
83547f02
UW
193382007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19339
19340 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 19341 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
19342 this mode.
19343 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19344 * gdb.base/spu.ld: New file.
19345
b18be20d
DJ
193462007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19347
19348 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19349
be444858
DJ
193502007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19351
19352 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19353
b1d53152
DJ
193542007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19355
19356 * gdb.java/jmain.exp: Handle demangled names with and without method
19357 signatures.
19358
d084b331
DJ
193592007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19360
19361 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19362 (have_a_very_merry_interrupt): Remove calls to puts.
19363 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19364 inferior output.
19365 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19366 test names.
19367
db9d7fc5
DJ
193682007-04-29 Markus Deuling <deuling@de.ibm.com>
19369 Daniel Jacobowitz <dan@codesourcery.com>
19370
19371 * gdb.base/auxv.exp (core_works): Also check is_remote.
19372 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19373
ef783a7d 193742007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 19375
ef783a7d
VP
19376 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19377 message, not the undefined 'module' variable.
19378 * gdb.base/siginfo.exp: Likewise.
19379 * gdb.base/sigstep.exp: Likewise.
19380 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19381 serialport.
19382 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19383
b7b73cae
CV
193842007-04-25 Corinna Vinschen <vinschen@redhat.com>
19385
19386 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19387 target sim fails. Return 0 otherwise.
19388 (gdb_load): Return prematurely if gdb_target_sim fails.
19389
7d90fdfa
DP
193902007-04-16 Denis Pilat <denis.pilat@st.com>
19391
19392 * gdb.base/setshow.exp: Reset height after having set it to 100.
19393
5d3e9c85
DP
193942007-04-16 Denis Pilat <denis.pilat@st.com>
19395
19396 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19397
18e75969
DP
193982007-04-16 Denis Pilat <denis.pilat@st.com>
19399
19400 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19401
25d5ea92
VP
194022007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19403
19404 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19405 tests. Run the frozen varobjs test.
19406 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 19407 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 19408
0b49cb80
JK
194092007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19410
19411 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19412 gdb.base/type-opaque.exp: New files.
19413
a73bafbc 194142007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
19415
19416 * gdb.mi/mi-var-child.c
a73bafbc
VP
19417 (do_children_tests): User char[2] instead of
19418 char so that automatic printing of pointers to char
19419 don't give unpredicable result.
19420 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19421 local variables.
19422 * gdb.mi/mi-var-child.exp: Step to right line
19423 of do_children_tests.
19424 * gdb.mi/mi2-var-child.exp: Likewise.
19425 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 19426 do_locals_tests.
a73bafbc
VP
19427 (do_children_tests): User char[2] instead of
19428 char so that automatic printing of pointers to char
a9c64011 19429 don't give unpredicable result.
a73bafbc 19430 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19431 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
19432 Pass test name to mi_wait_for_stop.
19433
7ce59000
DJ
194342007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19435
19436 * gdb.asm/asm-source.exp: Remove d10v case.
19437 * lib/gdb.exp (skip_cplus_tests): Likewise.
19438 * gdb.asm/d10v.inc: Deleted.
19439
20389057
DJ
194402007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19441
19442 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19443
8807d78b
DJ
194442007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19445
19446 * config/netware.exp: Delete file.
19447
aa3edb8e
JB
194482007-03-29 Joel Brobecker <brobecker@adacore.com>
19449
19450 * gdb.dwarf2/dw2-noloc.S: New file.
19451 * gdb.dwarf2/dw2-noloc.exp: New file.
19452
297561ac
PA
194532007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19454
19455 * gdb.cp/method2.cc: New test.
19456 * gdb.cp/method2.exp: New test.
19457 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19458
1f81bd39
DJ
194592007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19460
19461 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19462
9453113a
DJ
194632007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19464
19465 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19466
b741e217
DJ
194672007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19468
19469 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19470 (gdb_load): Delete, replace with...
19471 (gdb_reload): ...this.
19472 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19473 * gdb.server/server-mon.exp: Likewise.
19474 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19475 (gdb_start_cmd): New.
19476 (gdb_file_cmd): Save the last loaded file.
19477 (gdb_reload): New.
19478 (gdb_gnu_strip_debug): Use transform.
19479 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19480 support here. Use new $last_loaded_file. Check mtime.
19481 (gdb_target_cmd): Handle ObjC failure case.
19482 (infer_host_exec): Delete.
19483 (gdbserver_load): Rename to...
19484 (gdbserver_run): ...this. Simplify.
19485 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19486 (mi_gdb_load): Move most contents to a new function...
19487 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19488 (mi_run_cmd): Use mi_gdb_target_load.
19489 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19490 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19491 Use gdb_run_cmd.
19492 * gdb.base/charsign.exp: Remove incorrect comment.
19493 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19494 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19495 gdb.base/start.exp: Use gdb_start_cmd.
19496
446ab585 194972007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 19498 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
19499
19500 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19501 * gdb.base/signull.exp: Similarly.
19502
bbb88ebf
UW
195032007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19504
19505 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19506 messages available to test cases (like chng-sym.exp).
19507
cb8c4a99
AS
195082007-03-14 Andreas Schwab <schwab@suse.de>
19509
19510 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19511 format changes.
19512
4e463ff5
DJ
195132007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19514
19515 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19516 (optimized_1): New.
19517 (main): Call optimized_1.
19518 (gdb2029): Correct typos. Call gdb2029_marker.
19519 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19520 for gdb2029.
19521
b6db2c47
MK
195222007-03-12 Mark Kettenis <kettenis@gnu.org>
19523
19524 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19525 as tabs. Remove redundant test pattern.
19526
70ed3737
UW
195272007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19528
19529 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19530 for /a format output.
19531
47b67b60
DJ
195322007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19533
19534 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19535 collect output incrementally.
19536
b8953b0e
UW
195372007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19538
19539 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19540 for -var-create lpcharacter test.
19541 * gdb.mi/mi2-var-cmd.exp: Likewise.
19542
7acd5c40
UW
195432007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19544
19545 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19546 pass on targets where address zero is readable.
19547
9c6759c1
UW
195482007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19549
19550 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19551 just a single architecture.
19552
a2f1aeb4
UW
195532007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19554
19555 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19556 (fetch_all_registers): New function, uses gdb_test_multiple and
19557 exp_continue to fetch inferior output line-by-line.
19558 Replace all uses of do_get_all_registers by fetch_all_registers.
19559
46579ac2
UW
195602007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19561
19562 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19563 in target_info.
19564
fc133f24
MS
195652007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19566
a9c64011 19567 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
19568 consistancy; add a default (timeout) case.
19569
7646a51d
MS
195702007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19571
19572 * gdb.base/watchpoint.exp: Fix truncated comment.
19573
dcfff61f
MS
195742007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19575
19576 * Makefile.in: Remove spurious single-quotes from sed command.
19577
664e3ee9
DJ
195782007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19579
19580 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19581 func.
19582 * gdb.mi/mi2-var-cmd.exp: Likewise.
19583
d7cc6f2f
JB
195842007-02-27 Joel Brobecker <brobecker@adacore.com>
19585
a9c64011
AS
19586 * gdb.dwarf2/dw2-producer.S: New file.
19587 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
19588
195892007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
19590
19591 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19592 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19593 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19594 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19595 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19596 Revert tests to use mi_gdb_test and include value field in output
19597 of -var-create.
19598
93d42b30
DJ
195992007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19600
19601 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19602
c499ed39
DJ
196032007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19604
19605 * gdb.base/maint.exp: Remove full paths from test names.
19606 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19607 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19608
9836f81b
JB
196092007-02-27 Joel Brobecker <brobecker@adacore.com>
19610
19611 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19612
c74d0ad8
DJ
196132007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19614
19615 * gdb.server/server-mon.exp: New test.
19616
2711e456
DJ
196172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19618
19619 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19620
ff6f572f
DJ
196212007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19622
19623 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19624 register capitalization.
19625
fada3feb
DP
196262007-02-13 Denis Pilat <denis.pilat@st.com>
19627
19628 * gdb.mi/mi-var-invalidate.exp: New file.
19629
fb1e4ffc
DJ
196302007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19631
19632 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19633
3da939d7
DJ
196342007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19635
19636 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19637
123dc839
DJ
196382007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19639
19640 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19641 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19642
877e3645 196432007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
19644
19645 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19646 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19647 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19648 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19649 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 19650 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 19651 Update tests to include value field in output of -var-create.
a9c64011 19652
3c0a2960
AS
196532007-02-08 Andreas Schwab <schwab@suse.de>
19654
19655 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19656
108546a0
DJ
196572007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19658
19659 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19660 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19661
d701dcab
DP
196622007-02-02 Denis Pilat <denis.pilat@st.com>
19663
19664 * gdb.threads/threadapply.exp: check that frame is not changed by
19665 the thread apply all command.
19666
783e3e2f
AS
196672007-01-31 Andreas Schwab <schwab@suse.de>
19668
6d9c3a87
AS
19669 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19670
3c50d7b9
AS
19671 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19672 in the dwarf sections.
19673 * gdb.dwarf2/mac-fileno.S: Likewise.
19674
783e3e2f
AS
19675 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19676 bspstore register on ia64.
19677
78ff580e
AS
196782007-01-29 Andreas Schwab <schwab@suse.de>
19679
cc8e9b12
AS
19680 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19681 "frame-begin" annotation.
19682
78ff580e
AS
19683 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19684 number of "frames-invalid" annotations.
19685
704a4f78
DJ
196862007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19687
19688 * gdb.base/commands.exp: Call if_commands_test.
19689 (gdb_test_no_prompt, if_commands_test): New.
19690
e741bf94
MK
196912007-01-28 Mark Kettenis <kettenis@gnu.org>
19692
19693 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19694
474d0ad3
AS
196952007-01-27 Andreas Schwab <schwab@suse.de>
19696
19697 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19698 .short/.int/.quad in the dwarf sections.
19699 * gdb.dwarf2/dw2-intercu.S: Likewise.
19700 * gdb.dwarf2/dw2-intermix.S: Likewise.
19701
e784b426
JK
197022007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19703
19704 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
19705 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19706 array.
e784b426
JK
19707 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19708 * gdb.base/setvar.exp: Likewise.
19709
37f08e04
AS
197102007-01-26 Andreas Schwab <schwab@suse.de>
19711
9a01813a
AS
19712 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19713 test.
19714
37f08e04
AS
19715 * gdb.base/multi-forks.exp ("restart $i"): Also match
19716 __kernel_syscall_via_break.
19717
6e2a9270
VP
197182007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19719
19720 * lib/mi-support.exp (mi_delete_varobj): New.
19721 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19722 testcase.
19723 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19724 (main): Call the above.
19725 (reference_update_test, base_in_reference_test)
19726 (reference_to_pointer): Delete the created varobjs.
a9c64011 19727
e515b470
DJ
197282007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19729
19730 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19731 * configure: Regenerated.
19732 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19733 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19734 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19735 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19736 * lib/gdb.exp (gdb_skip_xml_test): New function.
19737
08d8bcd7
DJ
197382007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19739
19740 * gdb.base/sigrepeat.exp: Correct error message.
19741
197422007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
19743 Daniel Jacobowitz <dan@codesourcery.com>
19744
19745 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19746 gdb.arch/i386-gnu-cfi-asm.S: New files.
19747
97c3f1f3
JK
197482007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19749
19750 * lib/gdb.exp: Abort on missing `site.exp'.
19751
cb1df416
DJ
197522007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19753 Daniel Jacobowitz <dan@codesourcery.com>
19754
19755 * gdb.base/included.c, gdb.base/included.exp,
19756 gdb.base/included.h: New files.
19757
35990120
DJ
197582007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19759
19760 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19761 (maximize_rlimit): Reduce limits on 64-bit systems.
19762
6e81a116 197632007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
19764
19765 From Marcus Deuling <deuling@de.ibm.com>:
19766 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19767 every case.
19768
6c3c41f3
NR
197692007-01-13 Nick Roberts <nickrob@snap.net.nz>
19770
19771 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19772 (test_path_specification): Use objdir instead of srcdir to always
19773 get an absolute filename.
19774
2f12c312
DJ
197752007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19776
19777 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19778
81121995
VP
197792007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19780
19781 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19782 Make sure the variable we're using is in scope.
19783 (reference_to_pointer): Likewise.
19784
4741b737
DJ
197852007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19786
19787 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19788 has no debug information.
19789
054410c3
DJ
197902007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19791
19792 * gdb.base/annota1.exp: Remove extra send_gdb.
19793
818f79f6
DJ
197942007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19795
19796 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19797
f7a6bb70
DJ
197982007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19799
19800 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19801
57e66780
DJ
198022007-01-08 Nick Roberts <nickrob@snap.net.nz>
19803 Daniel Jacobowitz <dan@codesourcery.com>
19804
19805 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19806 lcharacter or linteger change. Correct duplicated test name.
19807 * gdb.mi/mi2-var-cmd.exp: Likewise.
19808
3d799a95
DJ
198092007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19810
19811 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19812
198132007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 19814
a9c64011
AS
19815 * gdb.base/nofield.c: New file.
19816 * gdb.base/nofield.exp: New testcase.
51679ba9 19817
eafb94e8
NR
198182007-01-05 Nick Roberts <nickrob@snap.net.nz>
19819
19820 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19821
19822 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19823 test.
19824
5e572bb4
DJ
198252007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19826
19827 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19828
74a44383
DJ
198292007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19830
19831 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19832 when continuing.
19833
1b572db9
DJ
198342007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19835
19836 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19837 Expect ".exe" extension.
19838
381bc39b
DJ
198392007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19840
19841 * gdb.base/charset.exp: Add explicit filename to break.
19842 * gdb.base/dbx.exp: Add explicit filename to breaks.
19843
2b70e4c6
DJ
198442007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19845
19846 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19847 * gdb.mi/mi2-file.exp: Likewise.
19848
303b6f5d
DJ
198492007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19850
19851 Implement specification of MI tests as comments
19852 in C and C++ sources.
19853 * lib/mi-support.exp (mi_autotest_data): New variable.
19854 (mi_autotest_source): New variable.
19855 (count_newlines, mi_prepare_inline_tests)
19856 (mi_get_inline_test, mi_continue_to_line)
19857 (mi_run_inline_test, mi_tbreak)
19858 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19859 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19860 Run inline tests.
19861 * gdb.mi/mi-var-cp.cc: Define tests here.
19862
23da0d94
VP
198632007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19864
19865 Simplify usage of mi_continue_to.
19866 * lib/mi-support.exp (mi_runto_helper): Renamed
19867 from mi_runto, added new parameter 'run_or_continue'.
19868 (mi_runto): Use mi_runto_helper.
19869 (mi_continue_to): Accept just function name as parameter.
19870 Use mi_runto_helper.
19871 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19872 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19873
f9e18282
JB
198742006-01-04 Joel Brobecker <brobecker@adacore.com>
19875
19876 Make this testcase a bit more realistic. The current code
19877 is too simplistic, and allows the compiler to optimize out
19878 some of the entities we need for this testcase.
19879 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19880 (Do_Nothing): Add extra parameter.
19881 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19882 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19883 by using a variable of type Void_Star.
19884
fd678c65
JB
198852006-01-04 Joel Brobecker <brobecker@adacore.com>
19886
19887 * gdb.ada/catch_ex/foo.adb: New file.
19888 * gdb.ada/catch_ex.exp: New testcase.
19889
05cfdb42
DJ
198902007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19891
19892 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19893 pass --image-base to linker.
19894
2e03ee74
DJ
198952007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19896 Daniel Jacobowitz <dan@codesourcery.com>
19897
19898 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19899 secondary prompts.
19900
0d5de010
DJ
199012007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19902
19903 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19904 output. Test the types of members and member pointers.
19905 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19906 gdb/2092.
19907 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19908 statement. Enable for GCC. Update expected output for some tests
19909 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19910 layout.
19911 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19912 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19913 (Diamond::vget_base): New.
19914 (main): Add new tests.
19915 * gdb.cp/printmethod.exp: Update expected output for member functions.
19916 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19917 print pEe->D::vg().
19918
61a771aa
DJ
199192007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19920
19921 * gdb.threads/tls.exp: Allow stops in sem_post.
19922
2fa63963
DJ
199232006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19924
19925 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19926 * gdb.base/annota3.exp: Likewise.
19927 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19928 again (instead of timing out).
19929 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19930 GCC bug 26475.
19931 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19932 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19933 test from jmisc1.exp.
19934 * gdb.java/jmisc1.exp: Delete.
19935 * gdb.java/jprint.exp: Adjust to work with method signatures including
19936 return types.
19937 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19938 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19939 * lib/java.exp (compile_java_from_source): Pass the correct type
19940 to target_compile.
19941
5eefc2b7
JB
199422006-12-31 Joel Brobecker <brobecker@adacore.com>
19943
19944 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19945 (stack_align_edx): New function.
19946 (stack_align_eax): New function.
19947 (main): Add calls to stack_align_edx and stack_align_eax.
19948 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19949 Add testing for the cases where the register used during a stack
19950 realignment is edx. Same for eax.
19951
227c54da
DJ
199522006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19953
19954 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19955 and generic PE targets.
19956
cab8ac94
JB
199572006-12-29 Joel Brobecker <brobecker@adacore.com>
19958
19959 * gdb.ada/array_return.exp: Update copyright date list.
19960
ba54f318
JB
199612006-12-27 Joel Brobecker <brobecker@adacore.com>
19962
19963 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19964 (Create_Small_Float_Vector): New function.
19965 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19966 function body.
19967 * gdb.ada/array_return/p.adb: Use new type and function from
19968 package Pck.
19969 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19970 able to print the value returned by a function returning an
19971 array of float.
19972
6b7a35dd
JB
199732006-12-20 Joel Brobecker <brobecker@adacore.com>
19974
19975 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19976 The associated tests should be PASSing.
19977
038224f6
VP
199782006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19979
19980 Test for base in references.
19981 * gdb.mi/mi-var-cp.cc: Add test code.
19982 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19983 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19984 * gdb.mi/mi2-watch.exp: Likewise.
19985 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19986 (mi_list_varobj_children): New function.
19987
b26ed50d
VP
199882006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19989
19990 * lib/mi-support.exp
19991 (mi_runto): Accept "()" after function name.
19992 (mi_create_varobj): New function.
19993 (mi_varobj_update): New function.
19994 (mi_Check_varobj_value): New function.
19995 * gdb.mi/mi-var-cp.exp: New file.
19996 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19997
08232497
DJ
199982006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19999
20000 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
20001 gdb.base/weaklib2.c: New files.
20002
d394c993 200032006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 20004
ac6c2fba
NS
20005 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
20006 info. Adjust test names.
20007
8ec659a0 20008 * gdb.base/break.c (main): Move position of malloc.
d394c993 20009 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 20010
acd65feb
VP
200112006-11-28 Vladimir Prus <vladimir@codesourcery.com>
20012
20013 * gdb.mi/mi-var-cmd.exp: Check -var-update after
20014 assignement of arrays and function pointers.
20015 * gdb.mi/var-cmd.c: Add declaration necessary for above
20016 tests.
20017
f556d5e5
NS
200182006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20019
20020 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
20021
20022 * gdb.threads/linux-dp.exp: Read thread table before and after
20023 creating each philosopher and verify it.
20024
697bc68d
NS
200252006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20026 Paul Brook <paul@codesourcery.com>
20027 Daniel Jacobowitz <dan@codesourcery.com>
20028
20029 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 20030 main to remove duplication. Add start function of the form
697bc68d
NS
20031 '_*start[1-9]*'. Add RVDS start function.
20032
29d73ae4
DJ
200332006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20034
20035 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
20036
c1d88655
UW
200372006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20038
20039 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
20040 * gdb.asm/spu.inc: New file.
20041 * gdb.base/term.exp: Disable if [target_info exists noargs].
20042 * gdb.gdb/complaints.exp: Disable if ![isnative].
20043 * gdb.gdb/selftest.exp: Likewise.
20044 * gdb.gdb/observer.exp: Likewise.
20045 * gdb.gdb/xfullpath.exp: Likewise.
20046 * gdb.base/attach.exp: Disable on SPU target.
20047 * gdb.cp/bs145503.exp: Likewise.
20048 * gdb.cp/exception.exp: Likewise.
20049 * gdb.cp/userdef.exp: Likewise.
20050
32a13b1a
DJ
200512006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20052
20053 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
20054
d8295fe9
VP
200552006-11-10 Vladimir Prus <vladimir@codesourcery.com>
20056
20057 * gdb.base/completion.exp: Fix completion tests for
20058 'info' and 'info '.
20059 * gdb.base/help.exp (help_test_raw, test_class_help)
20060 (test_prefix_command_help): Move...
20061 * lib/gdb.exp: Here.
20062 * gdb.base/main.exp: Adjust.
20063 * gdb.cp/maint.exp: Adjust.
20064 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 20065
8c394015
VP
200662006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20067
20068 * gdb.stabs/weird.exp (print_weird_var): Use
20069 gdb_test_multiple instead of gdb_expect.
20070
027fc1bc
VP
200712006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20072
20073 * gdb.base/help.exp (help_test_raw): New.
20074 (test_class_help): New.
20075 (test_prefix_command_help): New.
20076 Adjust testcases.
20077
67609209
FR
200782006-11-09 Christophe Lyon <christophe.lyon@st.com>
20079
20080 * gdb.base/constvars.c (main): Write to crass and crips, so that
20081 they are allocated by the compiler.
20082
f73adfeb
AS
200832006-10-27 Andreas Schwab <schwab@suse.de>
20084
20085 * gdb.base/multi-forks.exp: Use "detach fork" instead of
20086 "detach-fork".
20087
2f83a18e
DJ
200882006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
20089
20090 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
20091 of patterns.
20092
94277a38
DJ
200932006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20094
20095 * gdb.base/sepdebug.exp: Remove debug format test.
20096 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
20097 Handle no-symtab.
20098 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
20099
5bd2f6e2
DJ
201002006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20101
20102 * gdb.threads/manythreads.c (thread_function, main): Don't cast
20103 int to pointer or pointer to int.
20104 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
20105
8c008720
DJ
201062006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
20107
20108 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
20109
9e35dae4
DJ
201102006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20111
20112 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
20113
d9639e13
DJ
201142006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
20115
20116 PR c++/2116
20117 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
20118
390a1bd0
JB
201192006-10-06 Joel Brobecker <brobecker@adacore.com>
20120
20121 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
20122 the corresponding bug has been fixed in GDB (PR/2018).
20123
dd920c33
JB
201242006-10-06 Joel Brobecker <brobecker@adacore.com>
20125
20126 * gdb.base/subst.exp: New testcase.
20127
53bbefe9
JB
201282006-10-06 Joel Brobecker <brobecker@adacore.com>
20129
20130 * gdb.ada/array_return/pck.ads: Add copyright notice.
20131 * gdb.ada/array_return/pck.adb: Likewise.
20132 * gdb.ada/array_return/p.adb: Likewise.
20133 * gdb.ada/exec_changed/first.adb: Likewise.
20134 * gdb.ada/exec_changed/second.adb: Likewise.
20135
09851417
JB
201362006-10-06 Joel Brobecker <brobecker@adacore.com>
20137
20138 * gdb.ada/watch_arg/watch.adb: New file.
20139 * gdb.ada/watch_arg.exp: New testcase.
20140
041bf30d
VP
201412006-10-02 Vladimir Prus <vladimir@codesourcery.com>
20142
20143 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 20144 via string_to_regexp.
041bf30d 20145 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 20146
f286fbdd 201472006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
20148
20149 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
20150 Remove unused / obsolete files.
20151
7c07f349
NR
201522006-09-19 Nick Roberts <nickrob@snap.net.nz>
20153
20154 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
20155
cd5ff84a
VP
201562006-09-17 Vladimir Prus <vladimir@codesourcery.com>
20157
20158 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
20159 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 20160 the number of frames.
cd5ff84a 20161
ae018d1a
DJ
201622006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
20163
20164 * gdb.base/args.c (main): Add breakpoint marker.
20165 * gdb.base/args.exp: Use args_test for tests. Add new tests which
20166 really test empty arguments.
20167 (args_load): Delete.
20168 (args_test): New.
20169
b399c549
NR
201702006-09-13 Nick Roberts <nickrob@snap.net.nz>
20171
20172 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 20173 check for one file.
b399c549 20174
2ab1eb7a
VP
201752006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
20176
20177 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
20178 HIGH_FRAME argument to -stack-list-locals can be larger than
20179 the number of frames.
a9c64011 20180
476308bf
FF
201812006-08-18 Fred Fish <fnf@specifix.com>
20182
20183 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
20184 '$' in front of skip_vmx_tests_saved when setting that.
20185
8625200f
AS
201862006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
20187
20188 * gdb.base/trace-commands.exp: New file.
20189
089ec8f1
DJ
201902006-08-10 Joel Brobecker <brobecker@adacore.com>
20191 Daniel Jacobowitz <dan@codesourcery.com>
20192
20193 * gdb.base/step-bt.exp: Make hexadecimal address optional in
20194 expected output of the backtrace commands.
20195
b60f0898
JB
201962006-08-09 Joel Brobecker <brobecker@adacore.com>
20197
20198 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
20199 untested followed by return combination.
20200 * gdb.arch/altivec-regs.exp: Likewise.
20201 * gdb.arch/e500-abi.exp: Likewise.
20202 * gdb.arch/e500-regs.exp: Likewise.
20203 * gdb.arch/gdb1291.exp: Likewise.
20204 * gdb.arch/gdb1431.exp: Likewise.
20205 * gdb.arch/gdb1558.exp: Likewise.
20206 * gdb.arch/i386-prologue.exp: Likewise.
20207 * gdb.arch/i386-unwind.exp: Likewise.
20208 * gdb.asm/asm-source.exp: Likewise.
20209 * gdb.base/a2-run.exp: Likewise.
20210 * gdb.base/advance.exp: Likewise.
20211 * gdb.base/all-bin.exp: Likewise.
20212 * gdb.base/annota1.exp: Likewise.
20213 * gdb.base/annota3.exp: Likewise.
20214 * gdb.base/args.exp: Likewise.
20215 * gdb.base/arithmet.exp: Likewise.
20216 * gdb.base/assign.exp: Likewise.
20217 * gdb.base/async.exp: Likewise.
20218 * gdb.base/attach.exp: Likewise.
20219 * gdb.base/bang.exp: Likewise.
20220 * gdb.base/bigcore.exp: Likewise.
20221 * gdb.base/bitfields.exp: Likewise.
20222 * gdb.base/bitfields2.exp: Likewise.
20223 * gdb.base/break.exp: Likewise.
20224 * gdb.base/call-sc.exp: Likewise.
20225 * gdb.base/call-strs.exp: Likewise.
20226 * gdb.base/callfuncs.exp: Likewise.
20227 * gdb.base/checkpoint.exp: Likewise.
20228 * gdb.base/chng-syms.exp: Likewise.
20229 * gdb.base/code-expr.exp: Likewise.
20230 * gdb.base/commands.exp: Likewise.
20231 * gdb.base/completion.exp: Likewise.
20232 * gdb.base/cond-expr.exp: Likewise.
20233 * gdb.base/condbreak.exp: Likewise.
20234 * gdb.base/consecutive.exp: Likewise.
20235 * gdb.base/constvars.exp: Likewise.
20236 * gdb.base/corefile.exp: Likewise.
20237 * gdb.base/cvexpr.exp: Likewise.
20238 * gdb.base/dbx.exp: Likewise.
20239 * gdb.base/define.exp: Likewise.
20240 * gdb.base/detach.exp: Likewise.
20241 * gdb.base/display.exp: Likewise.
20242 * gdb.base/dump.exp: Likewise.
20243 * gdb.base/ena-dis-br.exp: Likewise.
20244 * gdb.base/ending-run.exp: Likewise.
20245 * gdb.base/environ.exp: Likewise.
20246 * gdb.base/eval-skip.exp: Likewise.
20247 * gdb.base/exprs.exp: Likewise.
20248 * gdb.base/fileio.exp: Likewise.
20249 * gdb.base/finish.exp: Likewise.
20250 * gdb.base/float.exp: Likewise.
20251 * gdb.base/foll-exec.exp: Likewise.
20252 * gdb.base/foll-fork.exp: Likewise.
20253 * gdb.base/foll-vfork.exp: Likewise.
20254 * gdb.base/freebpcmd.exp: Likewise.
20255 * gdb.base/funcargs.exp: Likewise.
20256 * gdb.base/gcore.exp: Likewise.
20257 * gdb.base/gdb1090.exp: Likewise.
20258 * gdb.base/gdb1250.exp: Likewise.
20259 * gdb.base/huge.exp: Likewise.
20260 * gdb.base/info-proc.exp: Likewise.
20261 * gdb.base/interrupt.exp: Likewise.
20262 * gdb.base/jump.exp: Likewise.
20263 * gdb.base/langs.exp: Likewise.
20264 * gdb.base/lineinc.exp: Likewise.
20265 * gdb.base/list.exp: Likewise.
20266 * gdb.base/logical.exp: Likewise.
20267 * gdb.base/long_long.exp: Likewise.
20268 * gdb.base/macscp.exp: Likewise.
20269 * gdb.base/maint.exp: Likewise.
20270 * gdb.base/mips_pro.exp: Likewise.
20271 * gdb.base/miscexprs.exp: Likewise.
20272 * gdb.base/multi-forks.exp: Likewise.
20273 * gdb.base/opaque.exp: Likewise.
20274 * gdb.base/overlays.exp: Likewise.
20275 * gdb.base/pc-fp.exp: Likewise.
20276 * gdb.base/pointers.exp: Likewise.
20277 * gdb.base/printcmds.exp: Likewise.
20278 * gdb.base/psymtab.exp: Likewise.
20279 * gdb.base/ptype.exp: Likewise.
20280 * gdb.base/recurse.exp: Likewise.
20281 * gdb.base/relational.exp: Likewise.
20282 * gdb.base/relocate.exp: Likewise.
20283 * gdb.base/remote.exp: Likewise.
20284 * gdb.base/reread.exp: Likewise.
20285 * gdb.base/restore.exp: Likewise.
20286 * gdb.base/return.exp: Likewise.
20287 * gdb.base/return2.exp: Likewise.
20288 * gdb.base/scope.exp: Likewise.
20289 * gdb.base/sect-cmd.exp: Likewise.
20290 * gdb.base/sep.exp: Likewise.
20291 * gdb.base/sepdebug.exp: Likewise.
20292 * gdb.base/setshow.exp: Likewise.
20293 * gdb.base/setvar.exp: Likewise.
20294 * gdb.base/sigall.exp: Likewise.
20295 * gdb.base/sigbpt.exp: Likewise.
20296 * gdb.base/signals.exp: Likewise.
20297 * gdb.base/signull.exp: Likewise.
20298 * gdb.base/sizeof.exp: Likewise.
20299 * gdb.base/solib.exp: Likewise.
20300 * gdb.base/step-line.exp: Likewise.
20301 * gdb.base/step-test.exp: Likewise.
20302 * gdb.base/structs.exp: Likewise.
20303 * gdb.base/structs2.exp: Likewise.
20304 * gdb.base/term.exp: Likewise.
20305 * gdb.base/twice.exp: Likewise.
20306 * gdb.base/until.exp: Likewise.
20307 * gdb.base/varargs.exp: Likewise.
20308 * gdb.base/volatile.exp: Likewise.
20309 * gdb.base/watchpoint.exp: Likewise.
20310 * gdb.base/whatis-exp.exp: Likewise.
20311 * gdb.base/whatis.exp: Likewise.
20312 * gdb.cp/ambiguous.exp: Likewise.
20313 * gdb.cp/annota2.exp: Likewise.
20314 * gdb.cp/annota3.exp: Likewise.
20315 * gdb.cp/bool.exp: Likewise.
20316 * gdb.cp/breakpoint.exp: Likewise.
20317 * gdb.cp/casts.exp: Likewise.
20318 * gdb.cp/class2.exp: Likewise.
20319 * gdb.cp/classes.exp: Likewise.
20320 * gdb.cp/cplusfuncs.exp: Likewise.
20321 * gdb.cp/ctti.exp: Likewise.
20322 * gdb.cp/derivation.exp: Likewise.
20323 * gdb.cp/exception.exp: Likewise.
20324 * gdb.cp/gdb1355.exp: Likewise.
20325 * gdb.cp/hang.exp: Likewise.
20326 * gdb.cp/inherit.exp: Likewise.
20327 * gdb.cp/local.exp: Likewise.
20328 * gdb.cp/m-data.exp: Likewise.
20329 * gdb.cp/m-static.exp: Likewise.
20330 * gdb.cp/member-ptr.exp: Likewise.
20331 * gdb.cp/method.exp: Likewise.
20332 * gdb.cp/misc.exp: Likewise.
20333 * gdb.cp/namespace.exp: Likewise.
20334 * gdb.cp/overload.exp: Likewise.
20335 * gdb.cp/ovldbreak.exp: Likewise.
20336 * gdb.cp/pr-1023.exp: Likewise.
20337 * gdb.cp/pr-1210.exp: Likewise.
20338 * gdb.cp/pr-574.exp: Likewise.
20339 * gdb.cp/printmethod.exp: Likewise.
20340 * gdb.cp/psmang.exp: Likewise.
20341 * gdb.cp/ref-params.exp: Likewise.
20342 * gdb.cp/ref-types.exp: Likewise.
20343 * gdb.cp/rtti.exp: Likewise.
20344 * gdb.cp/templates.exp: Likewise.
20345 * gdb.cp/try_catch.exp: Likewise.
20346 * gdb.cp/userdef.exp: Likewise.
20347 * gdb.cp/virtfunc.exp: Likewise.
20348 * gdb.disasm/am33.exp: Likewise.
20349 * gdb.disasm/h8300s.exp: Likewise.
20350 * gdb.disasm/mn10300.exp: Likewise.
20351 * gdb.disasm/sh3.exp: Likewise.
20352 * gdb.disasm/t01_mov.exp: Likewise.
20353 * gdb.disasm/t02_mova.exp: Likewise.
20354 * gdb.disasm/t03_add.exp: Likewise.
20355 * gdb.disasm/t04_sub.exp: Likewise.
20356 * gdb.disasm/t05_cmp.exp: Likewise.
20357 * gdb.disasm/t06_ari2.exp: Likewise.
20358 * gdb.disasm/t07_ari3.exp: Likewise.
20359 * gdb.disasm/t08_or.exp: Likewise.
20360 * gdb.disasm/t09_xor.exp: Likewise.
20361 * gdb.disasm/t10_and.exp: Likewise.
20362 * gdb.disasm/t11_logs.exp: Likewise.
20363 * gdb.disasm/t12_bit.exp: Likewise.
20364 * gdb.disasm/t13_otr.exp: Likewise.
20365 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20366 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20367 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20368 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20369 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20370 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20371 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20372 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20373 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20374 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20375 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20376 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20377 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20378 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20379 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20380 * gdb.mi/gdb701.exp: Likewise.
20381 * gdb.mi/gdb792.exp: Likewise.
20382 * gdb.mi/mi-basics.exp: Likewise.
20383 * gdb.mi/mi-break.exp: Likewise.
20384 * gdb.mi/mi-cli.exp: Likewise.
20385 * gdb.mi/mi-console.exp: Likewise.
20386 * gdb.mi/mi-disassemble.exp: Likewise.
20387 * gdb.mi/mi-eval.exp: Likewise.
20388 * gdb.mi/mi-file.exp: Likewise.
20389 * gdb.mi/mi-read-memory.exp: Likewise.
20390 * gdb.mi/mi-regs.exp: Likewise.
20391 * gdb.mi/mi-return.exp: Likewise.
20392 * gdb.mi/mi-simplerun.exp: Likewise.
20393 * gdb.mi/mi-stack.exp: Likewise.
20394 * gdb.mi/mi-stepi.exp: Likewise.
20395 * gdb.mi/mi-syn-frame.exp: Likewise.
20396 * gdb.mi/mi-until.exp: Likewise.
20397 * gdb.mi/mi-var-block.exp: Likewise.
20398 * gdb.mi/mi-var-child.exp: Likewise.
20399 * gdb.mi/mi-var-cmd.exp: Likewise.
20400 * gdb.mi/mi-var-display.exp: Likewise.
20401 * gdb.mi/mi-watch.exp: Likewise.
20402 * gdb.mi/mi2-basics.exp: Likewise.
20403 * gdb.mi/mi2-break.exp: Likewise.
20404 * gdb.mi/mi2-cli.exp: Likewise.
20405 * gdb.mi/mi2-console.exp: Likewise.
20406 * gdb.mi/mi2-disassemble.exp: Likewise.
20407 * gdb.mi/mi2-eval.exp: Likewise.
20408 * gdb.mi/mi2-file.exp: Likewise.
20409 * gdb.mi/mi2-read-memory.exp: Likewise.
20410 * gdb.mi/mi2-regs.exp: Likewise.
20411 * gdb.mi/mi2-return.exp: Likewise.
20412 * gdb.mi/mi2-simplerun.exp: Likewise.
20413 * gdb.mi/mi2-stack.exp: Likewise.
20414 * gdb.mi/mi2-stepi.exp: Likewise.
20415 * gdb.mi/mi2-syn-frame.exp: Likewise.
20416 * gdb.mi/mi2-until.exp: Likewise.
20417 * gdb.mi/mi2-var-block.exp: Likewise.
20418 * gdb.mi/mi2-var-child.exp: Likewise.
20419 * gdb.mi/mi2-var-cmd.exp: Likewise.
20420 * gdb.mi/mi2-var-display.exp: Likewise.
20421 * gdb.mi/mi2-watch.exp: Likewise.
20422 * gdb.stabs/exclfwd.exp: Likewise.
20423 * gdb.stabs/weird.exp: Likewise.
20424 * gdb.threads/gcore-thread.exp: Likewise.
20425 * gdb.trace/actions.exp: Likewise.
20426 * gdb.trace/backtrace.exp: Likewise.
20427 * gdb.trace/circ.exp: Likewise.
20428 * gdb.trace/collection.exp: Likewise.
20429 * gdb.trace/deltrace.exp: Likewise.
20430 * gdb.trace/infotrace.exp: Likewise.
20431 * gdb.trace/limits.exp: Likewise.
20432 * gdb.trace/packetlen.exp: Likewise.
20433 * gdb.trace/passc-dyn.exp: Likewise.
20434 * gdb.trace/passcount.exp: Likewise.
20435 * gdb.trace/report.exp: Likewise.
20436 * gdb.trace/save-trace.exp: Likewise.
20437 * gdb.trace/tfind.exp: Likewise.
20438 * gdb.trace/tracecmd.exp: Likewise.
20439 * gdb.trace/while-dyn.exp: Likewise.
20440 * gdb.trace/while-stepping.exp: Likewise.
20441
f4b618d1
JB
204422006-08-08 Joel Brobecker <brobecker@adacore.com>
20443
20444 * gdb.base/step-bt.c: New file.
20445 * gdb.base/step-bt.exp: New testcase.
20446
3d00d119
DJ
204472006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20448
20449 * config/monitor.exp (gdb_load): Remove support for obsolete
20450 download-write-size.
20451 * gdb.base/remote.exp: Likewise. Update all callers of
20452 gdb_timed_load.
20453
017b5bd4
DJ
204542006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20455
20456 * cursal.exp: Pass binfile to gdb_load.
20457
837c599d
DJ
204582006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20459
20460 * gdb.base/cursal.exp: Add "" to gdb_load call.
20461
8dd4540b
MK
204622006-07-29 Mark Kettenis <kettenis@gnu.org>
20463
20464 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20465 NetBSD/ELF targets.
20466
ab5c9f60
DJ
204672006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20468
20469 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20470 operator*.
20471
4c42eaff
DJ
204722006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20473
20474 * gdb.base/completion.exp: Update for change in "file" behavior.
20475 * gdb.stabs/weird.exp: Likewise.
20476 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20477 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20478
0155cc76
NS
204792006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20480
20481 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20482 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20483
16026cd7
AS
204842006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20485
20486 * gdb.base/default.exp: Update source command error message.
20487 * gdb.base/help.exp: Update 'help source' message.
20488
16963cb6
DJ
204892006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20490
20491 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20492 test.
20493
6d7fd486
AS
204942006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20495
20496 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20497
29e8a844
DJ
204982006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20499
20500 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20501
6afcfa39
DJ
205022006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20503
20504 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20505
267a692b
MK
205062006-07-17 Mark Kettenis <kettenis@gnu.org>
20507
20508 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20509 *-*-openbsd* from targets for wich we expect ARM FPA floating
20510 point format.
20511
85d2fec4
NR
205122006-07-17 Nick Roberts <nickrob@snap.net.nz>
20513
20514 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20515
205162006-07-17 Mark Kettenis <kettenis@gnu.org>
20517
20518 * gdb.base/annota3.exp: Expect frame-begin annotation.
20519
85b4c6e8
JB
205202006-07-14 Joel Brobecker <brobecker@adacore.com>
20521
20522 * gdb.base/help.exp: Adjust "help unset" test to accept
20523 any list of unset commands.
20524
fb933624
DJ
205252006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20526 Daniel Jacobowitz <dan@codesourcery.com>
20527
20528 * gdb.cp/ref-params.exp: New test.
20529 * gdb.cp/ref-params.cc: New source file.
20530 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20531
1dff4b64
MK
205322006-07-08 Mark Kettenis <kettenis@gnu.org>
20533
20534 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20535 spaces/tabs in regular expressions since they might not be there.
20536
40d2e0e3
AS
205372006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20538
20539 * gdb.base/ifelse.exp: New file.
20540
f6c957d2
NS
205412006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20542
20543 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20544 line.
20545 * gdb.base/huge.exp: Loop over compilation to find a size that
20546 is acceptable.
20547 * gdb.base/remote.exp: Correct expected strings.
20548 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20549
b9c5a23d
DJ
205502006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20551
20552 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20553
9af2e58d
DJ
205542006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20555
20556 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20557 native.
20558
30930ca5
DJ
205592006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20560
20561 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20562 enable stabs testing.
20563
aa32fa1d
DJ
205642006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20565
bd4a4c80 20566 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
20567 gdb_test_multiple does.
20568
321fef15
DJ
205692006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20570
20571 * Makefile.in (host_alias): Remove.
20572 (target_alias): Use @target_noncanonical@.
20573 (site.exp): Don't set host_alias.
20574 * aclocal.m4: Remove contents. Include acx.m4.
20575 * configure: Regenerated.
20576 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20577
e1c2defa
NS
205782006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20579
e63b55d1
NS
20580 * lib/gdb.exp (gdb_load_cmd): New.
20581
5600ea19
NS
20582 * gdb.base/fileio.c: Add system(NULL) test.
20583 * gdb.base/fileio.exp: Check it.
20584
e1c2defa
NS
20585 * gdb.base/break.c: Add 10a breakpoint at }
20586 * gdb.base/break.exp: Add test for breakpoint at }
20587 * gdb.cp/anon-union.cc: Add code at end of function.
20588 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20589 * gdb.mi/var-cmd.c: Add code at end of function.
20590 * gdb.mi/mi-var-display.exp: Adjust end of next.
20591 * gdb.mi/mi2-var-display.exp: Likewise.
20592 * gdb.base/fileio.c: Add stop function and insert calls at
20593 stopping places.
20594 * gdb.base/fileio.exp: Breakpoint stop function and remove
20595 explicit line number references.
20596
6c0112ec
JB
205972006-05-19 Joel Brobecker <brobecker@adacore.com>
20598
a9c64011
AS
20599 * gdb.base/del.exp (test_delete_alias): New function.
20600 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 20601
154189a4
FF
206022006-05-18 Fred Fish <fnf@specifix.com>
20603
20604 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20605 required. Check for spurious output after program exits normally.
20606
582e64c2
FF
206072006-05-17 Fred Fish <fnf@specifix.com>
20608
20609 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20610 gdb_load, so it works in the simulator.
20611
8ef6493a
FF
206122006-05-11 Fred Fish <fnf@specifix.com>
20613
20614 * gdb.base/bang.exp: Ignore unexpected output between the
20615 "program exited normally" and the gdb prompt, as many other
20616 tests do.
20617
692b141c
MK
206182006-05-07 Mark Kettenis <kettenis@gnu.org>
20619
20620 * gdb.base/help.exp: Make "delete checkpoint" part option for
20621 "help d" and "help delete" tests.
20622
540b8a30
UW
206232006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20624
a9c64011 20625 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
20626 expected output in some mi_gdb_test statements.
20627 * gdb.mi/mi2-basics.exp: Likewise.
20628
9b6462d9
JB
206292006-05-05 Joel Brobecker <brobecker@adacore.com>
20630
20631 * gdb.base/del.c: New file.
20632 * gdb.base/del.exp: New testcase.
20633
954de43b
DM
206342006-05-05 David S. Miller <davem@sunset.davemloft.net>
20635
20636 * gdb.base/break.exp: Do not assume a breakpoint on
20637 main will actually be in $srcfile when optimizing.
1303f75e
DM
20638 * gdb.base/savedregs.exp: Do not require that the dummy
20639 frame location match up to a symbol and source file location.
c3242428
DM
20640 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20641 will get printed without a mi_cmd_data_list_register_values prefix.
20642 (*-data-list-register-*): Correct regular expressions to expect the new
20643 pseudo d? floating point registers.
20644 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 20645
c7e64c9a
DJ
206462006-05-05 Christophe Lyon <christophe.lyon@st.com>
20647
20648 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20649 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20650 is allocated by the compiler.
20651 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20652 anons, e, anone to force their allocation by the compiler.
20653
206542006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
20655
20656 * gdb.base/help.exp: Update expected text for help d and
20657 help delete.
20658
27ce9a6d
MK
206592006-05-02 Mark Kettenis <kettenis@gnu.org>
20660
20661 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20662 NetBSD/ELF targets.
20663
8608915f
MK
206642006-04-30 Mark Kettenis <kettenis@gnu.org>
20665
20666 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20667 single-step breakpoint fails; make this a KFAIL on
20668 sparc*-*-openbsd*.
20669 * gdb.base/siginfo.exp: Likewise.
20670 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20671
b8db102d
MS
206722006-04-26 Michael Snyder <msnyder@redhat.com>
20673
20674 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20675 which may have to consume output from other forks.
20676 Add tests to make sure that "delete fork" succeeded.
20677
c702009a
MS
206782006-04-20 Michael Snyder <msnyder@redhat.com>
20679
20680 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20681 Add support for the Renesas M32C and M16C.
20682
20683 * gdb.asm/asm-source.exp: Add m32c target.
20684 * gdb.asm/m32c.inc: Support for m32c target.
20685
e28493f2
AS
206862006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20687
20688 * gdb.base/commands.exp (recursive_source_test): New test.
20689
880da185
DM
206902006-04-04 David S. Miller <davem@sunset.davemloft.net>
20691
20692 * gdb.base/float.exp: Add pattern for sparc targets.
20693
61d9b92f
DJ
206942006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20695
20696 * gdb.base/commands.exp (stray_arg0_test): New test.
20697
bd717df8
PB
206982006-03-30 Paul Brook <paul@codesourcery.com>
20699
20700 * gdb.mi/mi-until.exp: kfail broken until command.
20701 * gdb.mi/mi2-until.exp: Ditto.
20702
ec793d3c
NR
207032006-03-27 Nick Roberts <nickrob@snap.net.nz>
20704
20705 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20706
831004b7
AO
207072006-03-08 Alexandre Oliva <aoliva@redhat.com>
20708
20709 * gdb.base/prelink.exp: Anchor tested-for regular expression
20710 on gdb prompt.
20711
effe49a0
PB
207122006-03-07 Paul Brook <paul@codesourcery.com>
20713
20714 * gdb.base/assign.exp: Correct fail message.
20715
e5461016
PB
207162006-03-07 Paul Brook <paul@codesourcery.com>
20717
20718 * lib/compiler.c: Extract armcc version number.
20719 * lib/compiler.cc: Ditto.
20720
fc91c6c2
PB
207212006-03-07 Paul Brook <paul@codesourcery.com>
20722
20723 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20724 additional_flags=-w.
20725 * gdb.arch/altivec-regs.exp: Ditto.
20726 * gdb.arch/e500-abi.exp: Ditto.
20727 * gdb.arch/e500-regs.exp: Ditto.
20728 * gdb.base/all-bin.exp: Ditto.
20729 * gdb.base/annota1.exp: Ditto.
20730 * gdb.base/annota3.exp: Ditto.
20731 * gdb.base/args.exp: Ditto.
20732 * gdb.base/arithmet.exp: Ditto.
20733 * gdb.base/assign.exp: Ditto.
20734 * gdb.base/async.exp: Ditto.
20735 * gdb.base/bang.exp: Ditto.
20736 * gdb.base/break.exp: Ditto.
20737 * gdb.base/call-rt-st.exp: Ditto.
20738 * gdb.base/completion.exp: Ditto.
20739 * gdb.base/cond-expr.exp: Ditto.
20740 * gdb.base/condbreak.exp: Ditto.
20741 * gdb.base/consecutive.exp: Ditto.
20742 * gdb.base/define.exp: Ditto.
20743 * gdb.base/display.exp: Ditto.
20744 * gdb.base/ena-dis-br.exp: Ditto.
20745 * gdb.base/environ.exp: Ditto.
20746 * gdb.base/eval-skip.exp: Ditto.
20747 * gdb.base/info-proc.exp: Ditto.
20748 * gdb.base/jump.exp: Ditto.
20749 * gdb.base/logical.exp: Ditto.
20750 * gdb.base/long_long.exp: Ditto.
20751 * gdb.base/maint.exp: Ditto.
20752 * gdb.base/miscexprs.exp: Ditto.
20753 * gdb.base/pc-fp.exp: Ditto.
20754 * gdb.base/pointers.exp: Ditto.
20755 * gdb.base/relational.exp: Ditto.
20756 * gdb.base/reread.exp: Ditto.
20757 * gdb.base/sect-cmd.exp: Ditto.
20758 * gdb.base/sep.exp: Ditto.
20759 * gdb.base/sepdebug.exp: Ditto.
20760 * gdb.base/until.exp: Ditto.
20761 * gdb.base/whatis-exp.exp: Ditto.
20762 * gdb.cp/annota2.exp: Ditto.
20763 * gdb.cp/annota3.exp: Ditto.
20764 * gdb.trace/actions.exp: Ditto.
20765 * gdb.trace/backtrace.exp: Ditto.
20766 * gdb.trace/circ.exp: Ditto.
20767 * gdb.trace/collection.exp: Ditto.
20768 * gdb.trace/deltrace.exp: Ditto.
20769 * gdb.trace/infotrace.exp: Ditto.
20770 * gdb.trace/limits.exp: Ditto.
20771 * gdb.trace/packetlen.exp: Ditto.
20772 * gdb.trace/passc-dyn.exp: Ditto.
20773 * gdb.trace/passcount.exp: Ditto.
20774 * gdb.trace/report.exp: Ditto.
20775 * gdb.trace/save-trace.exp: Ditto.
20776 * gdb.trace/tfind.exp: Ditto.
20777 * gdb.trace/tracecmd.exp: Ditto.
20778 * gdb.trace/while-dyn.exp: Ditto.
20779 * gdb.trace/while-stepping.exp: Ditto.
20780 * lib/gdb.exp: Ditto.
20781 (gdb_compile): Handle nowarning option.
20782
5f4a23d9
AO
207832006-03-07 Alexandre Oliva <aoliva@redhat.com>
20784
20785 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20786 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20787 Rename executable to prelinkt. Don't re-prelink if we didn't
20788 get a core file. Test prelink -u exit status to tell whether
20789 prelinking failed. Use gdb_test_multiple.
20790
9733fc94
DJ
207912006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20792
20793 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20794 (do_tests): Call it.
20795
cc10cae3
AO
207962006-02-28 Alexandre Oliva <aoliva@redhat.com>
20797
20798 * gdb.base/prelink.exp: New test.
20799 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20800
15c46491
WZ
208012006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20802
20803 * gdb.fortran/derived-type.f90: New file.
20804 * gdb.fortran/derived-type.exp: New testcase.
20805
5c9f7ded
DJ
208062006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20807
20808 * gdb.base/default.exp: Allow ';' as a directory separator.
20809
5b96932b
AS
208102006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20811
20812 * gdb.base/help.exp (help add-symbol-file): Update.
20813
1986bccd
AS
208142006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20815
20816 * gdb.base/help.exp (help load): Update expected results.
20817
a8b7528f
FF
208182006-02-19 Fred Fish <fnf@specifix.com>
20819
20820 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20821 specifix hex value as part of results.
20822 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 20823
f8261448
FF
208242006-02-16 Fred Fish <fnf@specifix.com>
20825
20826 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20827 ushort_addr, and slong_addr, so the typedefs are not optimized
20828 away.
20829 * gdb.base/whatis.exp: Add tests using type name for struct type,
20830 union type, enum type, and typedef.
a9c64011 20831
31d8bdd2
MK
208322006-02-13 Mark Kettenis <kettenis@gnu.org>
20833
20834 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20835
34e41e63
JB
208362006-02-13 Jim Blandy <jimb@redhat.com>
20837
20838 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20839 case where it takes two "next" commands to skip past the init
20840 call.
20841
ac6e4f31
FF
208422006-02-12 Fred Fish <fnf@specifix.com>
20843
20844 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20845 to handle cases where it takes two "next" commands to skip
20846 past the init call.
20847
2db2d571
JB
208482006-02-07 Joel Brobecker <brobecker@adacore.com>
20849
20850 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20851 on hppa32 targets.
20852
38fcd64c
DJ
208532006-02-06 Vladimir Prus <ghost@cs.msu.su>
20854
20855 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20856 field.
20857
1315ad46
MK
208582006-01-29 Mark Kettenis <kettenis@gnu.org>
20859
20860 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20861
5625b943
DJ
208622006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20863
20864 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20865 files.
20866
80df1bbe
DJ
208672006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20868
20869 * gdb.cp/maint.exp: Set complaints to a positive value.
20870
9078e690
DJ
208712006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20872
20873 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20874 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20875 function name.
20876
9c903399
DJ
208772006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20878
20879 * gdb.base/checkpoint.c: Update copyright notice. Include
20880 <stdlib.h>.
20881
761ae4d6
JB
208822006-01-04 Jim Blandy <jimb@redhat.com>
20883
20884 * gdb.asm/asm-source.exp: Independently provide default values for
20885 asm-flags and debug-flags. Use 'string equal' to do the
20886 comparison, not the implicit expr's '==' operator. Remove
20887 now-unneeded assignments to asm-flags. In h8300 case, place
20888 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20889
099ac3dd
MS
208902006-01-04 Michael Snyder <msnyder@redhat.com>
20891
20892 * gdb.base/checkpoint.c: New file.
20893 * gdb.base/checkpoint.exp: New file.
20894 * gdb.base/multi-fork.c: New file.
20895 * gdb.base/multi-fork.exp: New file.
20896 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20897
f4d85314
FF
208982006-01-04 Fred Fish <fnf@specifix.com>
20899
20900 * gdb.base/ptype.c (foo): Add typedef.
20901 (intfoo): Add function.
20902 * gdb.base/ptype1.c: New file.
20903 * gdb.base/ptype.exp: Handle compilation and linking with two
20904 source files. Test that proper type for "foo" is found based
20905 on source context rather than first match found in symtabs.
20906
a1b06f35
MK
209072005-12-28 Mark Kettenis <kettenis@gnu.org>
20908
20909 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20910 * gdb.asm/openbsd.inc: Indent commands.
20911
d082a1e2
MK
209122005-12-26 Mark Kettenis <kettenis@gnu.org>
20913
c65016bd
MK
20914 * gdb.base/freebpcmd.exp: Increase timeout.
20915
d082a1e2
MK
20916 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20917
d3c32a0e
DJ
209182005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20919
20920 * gdb.base/default.exp: Update check for "show version".
20921
9fdb1f50
RC
209222005-12-09 Randolph Chung <tausq@debian.org>
20923
20924 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20925 * gdb.asm/pa64.inc: New file.
20926
5f2c56f7
RC
209272005-12-09 Randolph Chung <tausq@debian.org>
20928
20929 * gdb.asm/common.inc: Indent commands.
20930 * gdb.asm/asmsrc1.s: Likewise.
20931 * gdb.asm/asmsrc2.s: Likewise.
20932
8117349c
RC
209332005-12-09 Randolph Chung <tausq@debian.org>
20934
20935 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20936 (get_addr_of_sym): Remove duplicate print.
20937 (gen_core): xfail hppa*-*-hpux*, update expected output.
20938 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20939 * gdb.arch/pa64-nullify.s: New file.
20940
8f07f25a
RC
209412005-12-09 Randolph Chung <tausq@debian.org>
20942
20943 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20944
55b39184
DJ
209452005-12-07 Christophe Lyon <christophe.lyon@st.com>
20946
20947 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20948 code generation for these functions.
20949 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20950 error message.
20951
31e2b00f
AS
209522005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20953
20954 * gdb.base/help.exp (help b, help br, help bre, help brea)
20955 (help break): Update the expected message.
20956
c3d0b56e
SC
209572005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20958
20959 * gdb.asm/m68hc11.inc: Setup the data section.
20960 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20961 script for this test.
20962 (m6812-*-*): Likewise.
20963
36ae0ea9
RC
209642005-11-09 Randolph Chung <tausq@debian.org>
20965
20966 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20967
9d6f42e9
WZ
209682005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20969
20970 * gdb.base/break.exp: Fix a comment typo.
20971
e2126a14
EZ
209722005-11-03 Jim Blandy <jimb@redhat.com>
20973
a9c64011
AS
20974 Checked in by Elena Zannoni <ezannoni@redhat.com>
20975
889bf7c5 20976 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20977
e0ac7199
CV
209782005-11-02 Corinna Vinschen <vinschen@redhat.com>
20979
20980 * gdb.arch/gdb1558.c: Include stdio.h.
20981
31d3fb18
MK
209822005-10-31 Mark Kettenis <kettenis@gnu.org>
20983
20984 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20985
e52b687c
MK
209862005-10-31 Mark Kettenis <kettenis@gnu.org>
20987
20988 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20989
f4711d79
PG
209902005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20991
a9c64011
AS
20992 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20993 vscr" tests to better match output.
f4711d79 20994
987a9106
JB
209952005-10-12 Jim Blandy <jimb@redhat.com>
20996
20997 * gdb.base/structs.exp (any): New function.
20998 (test_struct_returns): Don't make any assumptions at all about
20999 what value the function returns when GDB can't set the return
21000 value.
21001
2336bb58
JB
210022005-10-09 Joel Brobecker <brobecker@adacore.com>
21003
21004 * gdb.ada/arrayidx/p.adb: New file.
21005 * gdb.ada/arrayidx.exp: New testcase
21006
210072005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
21008
21009 * gdb.ada/array_return/pck.ads: New file.
21010 * gdb.ada/array_return/pck.adb: New file.
21011 * gdb.ada/array_return/p.adb: New file.
21012 * gdb.ada/array_return.exp: New testcase.
21013
705335ea
JB
210142005-10-03 Joel Brobecker <brobecker@adacore.com>
21015
a9c64011
AS
21016 * gdb.base/arrayidx.c: New file.
21017 * gdb.base/arrayidx.exp: New testcase.
705335ea 21018
11ee9940
NR
210192005-09-29 Nick Roberts <nickrob@snap.net.nz>
21020
21021 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
21022 frames-invalid and breakpoints-invalid are no longer generated
21023 with level 3 so don't expect them in the output.
21024
39fb8e9e
BR
210252005-09-27 Bob Rossi <bob@brasko.net>
21026
a9c64011 21027 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
21028 from test. Escape the | in mi_gdb_test call.
21029 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
21030 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
21031 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
21032 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
21033 expected regex's in mi_gdb_test calls.
21034 * lib/mi-support.exp: Remove arbitrary .* from tests.
21035 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
21036 Fully anchor GDB/MI expected results in mi_gdb_test.
21037 * lib/gdb.exp (string_to_regexp): Escape the ] character.
21038 * gdb.base/sizeof.exp: Remove escape character. Correct test.
21039
2af48f68
PB
210402005-09-26 Paul Brook <paul@codesourcery.com>
21041
21042 * long_long.exp: Exclude eabi targets from arm FPA float format test.
21043
f34502bc
WZ
210442005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21045
21046 * bfp-test.c: New file.
21047 * bfp-test.exp: New testcase.
21048
ca929517
WZ
210492005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21050
21051 * gdb.fortran/subarray.exp: New testcase to test the evaluation
21052 of subarray and substring variable.
21053 * gdb.fortran/subarray.f: New source file for the test of subarray
21054 and substring variable evaluation.
21055 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
21056 of string constant.
21057
c761af65
DJ
210582005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
21059
21060 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
21061 copyright dates.
21062
561d7a1d
PG
210632005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
21064
21065 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
21066 powerpc altivec' test with an almost identical 'info vector' test.
21067
b2b64cc9
PG
210682005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21069
a9c64011
AS
21070 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21071 vscr" tests to match output.
b2b64cc9 21072
6ac4d15a
PG
210732005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21074
a9c64011
AS
21075 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
21076 output.
6ac4d15a 21077
40e55bef
BR
210782005-09-11 Bob Rossi <bob@brasko.net>
21079
889bf7c5
PA
21080 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
21081 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
21082 commands that return an MI output command and an asyncronous MI output
21083 command.
40e55bef
BR
21084 * gdb.mi/mi-console.exp: Ditto.
21085
3c7385ec
BR
210862005-09-11 Bob Rossi <bob@brasko.net>
21087
21088 * gdb.mi/mi-var-child.c: Include <string.h>.
21089
a6cd0eb3
DJ
210902005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
21091
21092 * killed.exp: Correct gdb_expect syntax.
21093
2f168eed
CV
210942005-08-09 Corinna Vinschen <vinschen@redhat.com>
21095
21096 * lib/mi-support.exp (mi_gdb_load): Fix typo.
21097
ecd3fd0f
BR
210982005-08-02 Bob Rossi <bob@brasko.net>
21099
21100 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
21101 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
21102 Change tests to inferior-tty-set/show.
21103 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
21104 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
21105 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
21106 inferior. Use mi_gdb_test to get GDB and Inferior output.
21107 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
21108 descriptor.
21109 (mi_inferior_tty_name): Add inferior PTY file name.
21110 (mi_gdb_start): Add INFERIOR_PTY parameter.
21111 (mi_gdb_test): Add IPATTERN parameter.
21112
f1ea48cb 211132005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 21114
f1ea48cb
BR
21115 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
21116 parameter to mi_gdb_test.
21117 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
21118
6e650a67
DJ
211192005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21120
21121 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
21122 struct_declarations.
21123 * gdb.mi/mi-var-child.exp: Step over the initialization of
21124 struct_declarations.
21125
8be260b6
DJ
211262005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21127
21128 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
21129 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
21130 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
21131 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
21132 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
21133 file.
21134
4e660f07
NR
211352005-07-27 Nick Roberts <nickrob@snap.net.nz>
21136
21137 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
21138 (do_children_tests): Assign values to the extra elements.
21139
21140 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
21141 them for tests for "-var-update --no-values" and
a9c64011 21142 "-var-update --all-values".
4e660f07
NR
21143 Add test for "-var-list-children --simple-values".
21144
21145 * gdb.mi/basics.c (callee4): Add integer array D[3]...
21146
21147 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
21148 "-stack-list-locals --simple-values" Improve doc strings and
21149 comments.
21150
6bdae935
MK
211512005-07-18 Mark Kettenis <kettenis@gnu.org>
21152
598b7a6f
MK
21153 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
21154 *-*-openbsd*.
21155 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
21156
6bdae935
MK
21157 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
21158 sigaltsatck'.
21159
1323e929 211602005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 21161
1323e929
BR
21162 * gdb.base/default.exp (tty): Changed output of command.
21163 * gdb.base/help.exp (help tty): Ditto.
21164
b1a9c082
MK
211652005-07-12 Mark Kettenis <kettenis@gnu.org>
21166
21167 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
21168
10a844a2
MK
211692005-07-10 Mark Kettenis <kettenis@gnu.org>
21170
21171 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
21172 -stack-select-frame without arguments.
21173 (test_stack_frame_listing): Add test for newly implemented command
21174 -stack-info-frame.
21175
3cb3b8df
BR
211762005-07-06 Bob Rossi <bob@brasko.net>
21177
21178 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
21179 command.
21180 (Copyright): Update copyright.
21181
a0c5fbcf
WZ
211822005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
21183
21184 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
21185 tests to evaluate exponentiation expression.
21186
984971d0
AS
211872005-06-29 Andreas Schwab <schwab@suse.de>
21188
21189 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
21190 main to avoid warnings.
21191
21192 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
21193
fe03833f
NR
211942005-06-20 Nick Roberts <nickrob@snap.net.nz>
21195
21196 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
21197 -stack-select-frame without arguments.
21198 (test_stack_frame_listing): Add test for newly implemented command
21199 -stack-info-frame.
a9c64011 21200
7a55f279
WZ
212012005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
21202
0ffa0ea5
DJ
21203 * gdb.fortran/array-element.f: New file.
21204 * gdb.fortran/array-element.exp: New testcase.
7a55f279 21205
26585198
DJ
212062005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21207
21208 * gdb.base/bigcore.exp: Correct checks for systems which can
21209 not dump a large core file.
21210
c1bd25fd
DJ
212112005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21212
21213 * gdb.base/relocate.c: Add a copyright notice.
21214 (dummy): Remove.
21215 * gdb.base/relocate.exp: Test printing the values of variables
21216 from a relocatable file.
21217
589e074d
DJ
212182005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
21219
21220 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
21221 excess MI output after an error.
21222
0915f927
JB
212232005-05-29 Joel Brobecker <brobecker@adacore.com>
21224
21225 * gdb.arch/alpha-step.c: New file.
21226 * gdb.arch/alpha-step.exp: New testcase.
21227
76ff342d
DJ
212282005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
21229 Dennis Brueni <dennis@slickedit.com>
21230
21231 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
21232 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
21233 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
21234 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
21235 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
21236 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
21237 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21238
96b0c7ac
DJ
212392005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
21240 Wu Zhou <woodzltc@cn.ibm.com>
21241
21242 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21243 IBM's xlc compiler.
21244 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
21245 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
21246
f21565d2
JB
212472005-05-13 Jim Blandy <jimb@redhat.com>
21248
21249 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
21250 calling gdb_suppress_entire_file.
21251 * gdb.base/charset.exp: Same.
21252 * gdb.base/call-rt-st.exp: Same.
21253
6006a3a1
BR
212542005-05-05 Bob Rossi <bob_rossi@cox.net>
21255
21256 * lib/gdb.exp (fullname_syntax): Added global regex.
21257 (fullname_syntax_POSIX): Ditto.
21258 (fullname_syntax_UNC): Ditto.
21259 (fullname_syntax_DOS_CASE): Ditto.
21260 (fullname_syntax_DOS): Ditto.
21261 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
21262 fullname_syntax variable to scope and use it.
21263 (test_file_list_exec_source_files): Ditto.
21264 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
21265
c3b69c04
DJ
212662005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21267
21268 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21269
3c95e6af
PG
212702004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21271
a9c64011
AS
21272 * lib/gdb.exp (skip_altivec_tests): New function, based on
21273 check_vmx_hw_available from the GCC testsuite.
21274 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21275 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 21276
78df6c56
JB
212772005-05-02 Jim Blandy <jimb@redhat.com>
21278
21279 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21280 calling gdb_suppress_entire_file.
21281
1690f9cf
DJ
212822005-04-30 Randolph Chung <tausq@debian.org>
21283
21284 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21285 Slightly relax "sem_post" name checking.
21286
5ea106f7
PG
212872005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21288
21289 * gdb.base/unload.exp: Use new shared library infrastructure.
21290
bf7234cf
PG
212912005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21292
21293 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 21294 infrastructure.
bf7234cf 21295
547b869a
CV
212962005-04-29 Corinna Vinschen <vinschen@redhat.com>
21297
21298 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21299 * gdb.asm/h8300.inc: New file.
21300
f07e55f0
PG
213012005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21302
21303 * gdb.base/shlib-call.exp: Change to use new shared library
21304 infrastructure.
21305
3cbba3d1
PG
213062005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21307
a9c64011
AS
21308 * gdb.base/pending.exp: Change to use new shared library
21309 infrastructure.
3cbba3d1 21310
ed6df200
PG
213112005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21312
a9c64011
AS
21313 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21314 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 21315
8c8f4ebe
PG
213162005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21317
a9c64011
AS
21318 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21319 shared objects being adjusted and update copyright years.
8c8f4ebe 21320
607fbc54
DJ
213212005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21322
21323 * ChangeLog: Correct some 2003-01-13 dates.
21324 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21325 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21326 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21327 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21328 gdb.trace/tfind.exp: Update copyright years.
21329
57bf0e56
DJ
213302005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21331 Daniel Jacobowitz <dan@codesourcery.com>
21332
21333 * lib/gdb.exp (gdb_compile): Handle shlib=.
21334 (gdb_compile_shlib): New function.
21335
9b593790
PG
213362005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21337
a9c64011 21338 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 21339
9494c6a5
DJ
213402005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21341
21342 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21343 gdb.server.
21344 * configure.ac: Likewise.
21345 * configure: Regenerated.
21346 * gdb.gdbserver/Makefile.in: Moved to...
21347 * gdb.server/Makefile.in: ... here.
21348 * gdb.gdbserver/server.c: Moved to...
21349 * gdb.server/server.c: ... here.
21350 * gdb.gdbserver/server-run.exp: Moved to...
21351 * gdb.server/server-run.exp: ... here.
21352
6f8eac0e
DJ
213532005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21354
21355 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21356 * configure.ac: Create gdb.gdbserver/Makefile.
21357 * configure: Regenerated.
21358 * lib/gdbserver-support.exp: New file, derived from
21359 config/gdbserver.exp.
21360 * config/gdbserver.exp: Use gdbserver-support.exp.
21361 * gdb.gdbserver/Makefile.in: New file.
21362 * gdb.gdbserver/server.c: New file.
21363 * gdb.gdbserver/server-run.exp: New file.
21364
6e87504d
PG
213652005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21366
a9c64011
AS
21367 * lib/gdb.exp (test_compiler_info): Return compiler_info
21368 if no arguments are given.
6e87504d 21369
d1779be4
PG
213702005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21371
21372 * gdb.arch/altivec-abi.exp: Check for compiler and set
21373 use altivec' flag accordingly.
21374 * gdb.arch/altivec-regs.exp: Likewise.
21375
88750304
DJ
213762005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21377
21378 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21379
f3fb768d
AS
213802005-03-27 Andreas Schwab <schwab@suse.de>
21381
21382 * gdb.base/bigcore.c (main): Add missing mode argument in open
21383 call.
21384
7e813ac5
DJ
213852005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21386
21387 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21388 downloads.
21389 * config/gdbserver.exp (gdb_load): Likewise.
21390
8e3049aa
PB
213912005-03-14 Paul Brook <paul@codesourcery.com>
21392
21393 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21394 targets.
21395
a9df7c44
JB
213962005-03-09 Joel Brobecker <brobecker@adacore.com>
21397
21398 * gdb.dwarf2/dup-psym.S: New file.
21399 * gdb.dwarf2/dup-psym.exp: New testcase.
21400
9f0d94e8
JB
214012005-03-09 Joel Brobecker <brobecker@adacore.com>
21402
21403 * gdb.ada/exec_changed/first.adb: New file.
21404 * gdb.ada/exec_changed/second.adb: New file.
21405 * gdb.ada/exec_changed.exp: New testcase.
21406
5f579bc5
NS
214072005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21408
36e9969c
NS
21409 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21410 (A2): New class.
21411 (main): Test operator+.
21412 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21413 breakpoint test.
21414
5f579bc5
NS
21415 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21416 * gdb.base/signull.exp: Disable if gdb,nosignals.
21417 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21418 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21419 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21420 * gdb.mi/mi2-console.exp: Likewise.
21421 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21422 continue output at start.
21423 (gdb_collect_locals_test): Robustify regexp.
21424 * gdb.trace/passc-dyn.exp: Fix comment typo.
21425 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21426
be46087e
CV
214272005-03-08 Corinna Vinschen <vinschen@redhat.com>
21428
21429 * gdb.asm/asm-source.exp: Add iq2000 case.
21430 * gdb.asm/iq2000.inc: New file.
21431
384e1a61 214322005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 21433
384e1a61
MI
21434 * gdb.base/command.exp: Change hardcoded value to regular expression.
21435 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21436
584b6e9e
DJ
214372005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21438
21439 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21440 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21441 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21442 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21443 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21444
ab5b5d61
MK
214452005-03-05 Mark Kettenis <kettenis@gnu.org>
21446
21447 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21448 changes.
21449
ae051c1b
PG
214502004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21451
a9c64011
AS
21452 * lib/compiler.c: Add test for IBM's xlc compiler.
21453 * lib/compiler.cc: Likewise.
ae051c1b 21454
3f0f6ed2
JB
214552004-02-24 Joel Brobecker <brobecker@adacore.com>
21456
21457 * gdb.ada/fixed_points.exp: Create compilation object directory
21458 before running the test.
21459 * gdb.ada/null_record.exp: Likewise.
21460 * gdb.ada/packed_array.exp: Likewise.
21461 * gdb.ada/start.exp: Likewise.
21462
724f452b
JB
214632005-02-15 Joel Brobecker <brobecker@adacore.com>
21464
21465 * gdb.ada/packed_array/pa.adb: New file.
21466 * gdb.ada/packed_array.exp: New testcase.
21467
57f5cdfb 214682005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 21469
1f393151
MK
21470 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21471 files.
21472
ebdda337
MK
21473 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21474 on *-*-openbsd*. Correctly match whitespace in regukar
21475 expressions.
21476
cf309262
DJ
214772005-02-10 Daniel Jacobowitz <dan@debian.org>
21478
21479 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21480 PR exp/1821
21481 * gdb.base/gdb1821.c: New test file.
21482 * gdb.base/gdb1821.exp: New test file.
21483
3be49e7a
JB
214842005-02-09 Joel Brobecker <brobecker@adacore.com>
21485
21486 * gdb.base/start.c: New file.
21487 * gdb.base/start.exp: New testcase.
21488
e292e67d
JB
214892005-02-09 Joel Brobecker <brobecker@adacore.com>
21490
21491 * gdb.ada/start/dummy.adb: New file.
21492 * gdb.ada/start.exp: New testcase.
21493
dbdfa66c
CV
214942005-02-09 Corinna Vinschen <vinschen@redhat.com>
21495
21496 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21497 for printing symbols and statistics.
21498 Add test for using relative pathnames in "maint print msymbols" test.
21499 Mark "maint info sections DATA" XFAIL on Cygwin.
21500 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21501 tests.
21502
d7941671
AC
215032005-02-09 Andreas Schwab <schwab@suse.de>
21504
21505 Committed by Andrew Cagney <cagney@gnu.org>
21506 * gdb.base/remotetimeout.exp: New file.
21507
74e5ef44
MK
215082005-02-07 Mark Kettenis <kettenis@gnu.org>
21509
21510 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21511
464dd14d
JB
215122005-02-03 Joel Brobecker <brobecker@adacore.com>
21513
21514 * gdb.ada/gnat_ada.gpr: New file.
21515 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21516 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21517 * configure.ac: No longer generate gnat_ada.gpr.
21518 * configure: Regenerate.
21519 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21520 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21521 * gdb.ada/null_record/bar.ads: Likewise.
21522 * gdb.ada/null_record/bar.adb: Likewise.
21523 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21524 * gdb.ada/null_record.exp (testdir): New variable.
21525 (testfile): executable is now in testdir subdirectory.
21526 (srcfile): Use full path to the main compilation unit.
21527 * gdb.ada/fixed_points.exp: Same changes as above.
21528
30d756ae
NR
215292005-02-03 Nick Roberts <nickrob@snap.net.nz>
21530
21531 * gdb.base/interp.exp: New test.
21532
9d799f85
AC
215332005-01-24 Andrew Cagney <cagney@gnu.org>
21534
21535 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21536
15656118
AC
215372005-01-19 Andrew Cagney <cagney@gnu.org>
21538
a892c31b
AC
21539 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21540 configure.ac not configure.in.
21541
15656118
AC
21542 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21543 of powerpc*-*-*.
21544 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 21545 * gdb.base/list.exp (test_list_function)
15656118
AC
21546 (test_list_filename_and_function): Ditto.
21547 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21548
a7b01baf
AC
215492005-01-16 Andrew Cagney <cagney@gnu.org>
21550
17d92a02
AC
21551 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21552
a7b01baf
AC
21553 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21554
bc8332bb
AC
215552005-01-14 Andrew Cagney <cagney@gnu.org>
21556
21557 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21558 * gdb.mi/mi2-var-cmd.exp: Ditto.
21559
4d074752
CV
215602005-01-10 Corinna Vinschen <vinschen@redhat.com>
21561
21562 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21563
bec39cab
AC
215642005-01-07 Andrew Cagney <cagney@gnu.org>
21565
21566 * configure.ac: Rename configure.in, require autoconf 2.59.
21567 * configure: Re-generate.
21568 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21569 * gdb.stabs/configure: Re-generate.
21570 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21571 * gdb.hp/configure: Re-generate.
21572 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21573 autoconf 2.59.
21574 * gdb.hp/gdb.objdbg/configure: Re-generate.
21575 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21576 autoconf 2.59.
21577 * gdb.hp/gdb.defects/configure: Re-generate.
21578 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21579 autoconf 2.59.
21580 * gdb.hp/gdb.compat/configure: Re-generate.
21581 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21582 autoconf 2.59.
21583 * gdb.hp/gdb.base-hp/configure: Re-generate.
21584 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21585 autoconf 2.59.
21586 * gdb.hp/gdb.aCC/configure: Re-generate.
21587
f10b16d4
JB
215882004-12-15 Jim Blandy <jimb@redhat.com>
21589
21590 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21591 under NPTL when there is debugging info available for libpthread.
21592
fb6e1814
JG
215932004-12-13 Jerome Guitton <guitton@gnat.com>
21594
21595 * gdb.ada/fixed_points.c: New file.
21596 * gdb.ada/fixed_points.exp: New file.
21597
fe46cd3a
RC
215982004-12-03 Randolph Chung <tausq@debian.org>
21599
21600 * gdb.arch/pa-nullify.exp: New file.
21601 * gdb.arch/pa-nullify.s: New file.
21602
8de0841b
RC
216032004-11-30 Randolph Chung <tausq@debian.org>
21604
21605 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21606 instead of "tbug". Fix regexp to work properly with gdb_test.
21607
c8170782
PH
216082004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21609
21610 * gdb.base/bitfields2.exp: New test.
21611 * gdb.base/bitfields2.c: New file.
21612
954269c2
RE
216132004-11-28 Richard Earnshaw <rearnsha@arm.com>
21614
21615 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21616
0107feed
RC
216172004-11-16 Randolph Chung <tausq@debian.org>
21618
21619 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21620
f073ae8c
DJ
216212004-11-14 Daniel Jacobowitz <dan@debian.org>
21622
21623 * gdb.threads/threadapply.exp: Correct "macro details" test.
21624
19ad59e7
JJ
216252004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21626
21627 * gdb.threads/threadapply.exp: New test.
21628 * gdb.threads/threadapply.c: New file.
21629
9cf0961b
MK
216302004-11-07 Mark Kettenis <kettenis@gnu.org>
21631
21632 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21633 frames.
21634
c789492a
FL
216352004-11-05 Felix Lee <felix+log1@specifixinc.com>
21636
21637 * gdb.base/cursal.exp: New file.
21638 * gdb.base/cursal.c: New file.
21639
a1e167bb
AC
216402004-11-03 Andrew Cagney <cagney@gnu.org>
21641
21642 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21643
b7cbf173
MK
216442004-10-30 Mark Kettenis <kettenis@gnu.org>
21645
21646 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21647 NetBSD/ELF targets.
21648
88f9d34f
JB
216492004-10-29 Joel Brobecker <brobecker@gnat.com>
21650
21651 * gdb.threads/bp_in_thread.c: New file, copied from
21652 pthread_cond_wait.c.
21653 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21654 file, rather than reusing the .c file from another testcase.
21655
ca7d6a0c
JB
216562004-10-20 Joel Brobecker <brobecker@gnat.com>
21657
21658 * gdb.ada/null_record.exp: Check where we stopped after
21659 sending the start command, instead of where the associated
21660 temporary breakpoint was inserted.
21661
0d863d03
AC
216622004-10-14 Andrew Cagney <cagney@gnu.org>
21663
21664 * gdb.mi/gdb701.c (main): Return 0.
21665
d11e72cb
DJ
216662004-10-13 Daniel Jacobowitz <dan@debian.org>
21667
d40539a4 21668 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 21669
e1923096
JJ
216702004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21671
21672 * gdb.threads/schedlock.c: Add comment markers to use to find
21673 line numbers.
21674 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21675 comments.
21676 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21677 breakpoint lines.
21678
ec8ba2c9
DJ
216792004-10-12 Daniel Jacobowitz <dan@debian.org>
21680
21681 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21682
0eb3658b
DJ
216832004-10-12 Daniel Jacobowitz <dan@debian.org>
21684
21685 * configure.in: Add gdb.dwarf2.
21686 * configure: Regenerated.
21687 * Makefile.in: Add gdb.dwarf2.
21688 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21689 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21690 gdb.dwarf2/file1.txt: New files.
21691
a271cc33
OF
216922004-10-11 Orjan Friberg <orjanf@axis.com>
21693
a9c64011 21694 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
21695 of "run", since the latter doesn't work with remote targets. Adjust
21696 the breakpoint numbering accordingly.
21697 * gdb.threads/pthread_cond_wait.exp: Ditto.
21698
895ce074
MC
216992004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21700
21701 * gdb.base/overlays.exp: Update copyright years.
21702
6be3092d
KI
217032004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21704
21705 * gdb.base/overlays.exp: Disable if target is Linux.
21706
e05389b8
FL
217072004-10-06 Felix Lee <felix+log1@specifixinc.com>
21708
21709 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21710
73cb587d
KI
217112004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21712
21713 * gdb.asm/asm-source.exp: Add m32r-linux target.
21714 * gdb.asm/m32r-linux.inc: New file.
21715
3c0edcdc
AC
217162004-09-24 Andrew Cagney <cagney@redhat.com>
21717 David Anderson <anderson@redhat.com>
21718
21719 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21720 command fails, assume things will work.
21721 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21722 (_GNU_SOURCE): Define.
21723 (print_unsigned, print_hex): Change parameter to "long long".
21724 (print_byte_count): New function, use to print byte counts.
21725 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21726 O_LARGEFILE.
21727 (main): Compute an upper bound on a corefile in max_core_size.
21728 Limit memory chunk size to max_core_size. Limit total memory
21729 allocated to max_core_size.
21730
4bb3667f
AC
217312004-09-23 Andrew Cagney <cagney@gnu.org>
21732
21733 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21734 from a separate process with code that creates a corefile by
21735 making the inferior dump core.
21736
60fe1a51
MK
217372004-09-23 Mark Kettenis <kettenis@gnu.org>
21738
21739 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21740 block.
21741
8e937346
MC
217422004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21743
21744 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21745 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21746 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21747 Likewise.
21748
7213f6d6
JJ
217492004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21750
21751 * gdb.java/jprint.exp: New test case for java inferior call.
21752 * gdb.java/jprint.java: Ditto.
21753
eac69dca
JB
217542004-09-15 Joel Brobecker <brobecker@gnat.com>
21755
21756 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21757
22227696
MC
217582004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21759
21760 * gdb.threads/killed.c: Include <stdlib.h>.
21761 * gdb.threads/pthreads.c: Likewise.
21762
7dd403a4
MC
217632004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21764
21765 * gdb.threads/killed.c: Add copyright notice.
21766
33f2d567
JM
217672004-09-10 Jason Molenda (jmolenda@apple.com)
21768
a9c64011
AS
21769 * gdb.base/define.exp: Two new tests to verify zero space chars
21770 after 'if' and 'while' commands in a user-defined command is correctly
21771 parsed.
33f2d567 21772
e05b62ac
AC
217732004-09-08 Andrew Cagney <cagney@gnu.org>
21774
21775 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21776 delivery test with duplicate at end of file.
21777
9cbe82da
MK
217782004-09-06 Mark Kettenis <kettenis@jive.nl>
21779
21780 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21781
564803d9
MC
217822004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21783
21784 * config/hppro.exp: Removed.
21785
7c6807ce
MC
217862004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21787
21788 * config/sparclet.exp: Removed.
21789
bf7e26dd
MC
217902004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21791
21792 * config/udi.exp: Removed.
21793
714e341b
MC
217942004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21795
21796 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21797 of "exp_continue".
21798 (advancei): Likewise.
21799
1236e623
JJ
218002004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21801
21802 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21803
3bdcad15
MI
218042004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21805
228af206 21806 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
21807 to check for nodebug in executable.
21808 * gdb.gdb/observer.exp (setup_test): Likewise.
21809 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21810 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21811
c72b934c
AC
218122004-09-01 Andrew Cagney <cagney@gnu.org>
21813
21814 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21815 files.
21816
edd9b715
JJ
218172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21818
21819 * gdb.base/unload.exp: Fix expected warning message to match
21820 latest format.
21821
fb4ce06b
CV
218222004-09-01 Corinna Vinschen <vinschen@redhat.com>
21823
21824 * gdb.base/call-rt-st.exp: Fix typos.
21825
ce78e7c3
MI
218262004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21827
21828 * gdb.threads/thread_check.exp: New testcase.
21829 * gdb.threads/thread_check.c: New testcase.
21830
2dedb159
AC
218312004-08-31 Andrew Cagney <cagney@gnu.org>
21832
21833 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21834 (skip_to_handler_entry): New procedures. Test stepping into a
21835 handler when the breakpoint is at the handler's entry point.
21836
68f53502
AC
218372004-08-30 Andrew Cagney <cagney@gnu.org>
21838
21839 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21840 gdb/1757.
21841
3e3ffd2b
MC
218422004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21843
21844 With code from Manoj Iyer <manjo@austin.ibm.com>:
21845 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21846 return value. Add an arm for "no debugging symbols found".
21847 Change a stray "error" to "perror".
21848 (gdb_run_cmd): Adapt to new return value.
21849 * gdb.base/remote.exp: Adapt to new return value.
21850 * gdb.gdb/complaints.exp: Likewise.
21851 * gdb.gdb/observer.exp: Likewise.
21852 * gdb.gdb/selftest.exp: Likewise.
21853 * gdb.gdb/xfullpath.exp: Likewise.
21854
4b6f5fd2
JB
218552004-08-27 Joel Brobecker <brobecker@gnat.com>
21856
21857 * gdb.threads/bp_in_thread.exp: New testcase.
21858
e5b25496
MC
218592004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21860
21861 Fix PR testsuite/1735.
21862 * gdb.threads/schedlock.c (thread_function): Add a cast
21863 to suppress a gcc warning.
21864 * gdb.threads/thread-specific.c (thread_function): Likewise.
21865
934353d6
MC
218662004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21867
21868 * gdb.base/unload.c: Include <stdlib.h>.
21869
f98a0aef 218702004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 21871
f98a0aef 21872 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
21873 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21874 synchronized after the "return".
21875
5a2e8882
MC
218762004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21877
21878 * gdb.mi/basics.c: Include <stdio.h>.
21879 * gdb.mi/pthreads.c: Include <stdlib.h>.
21880 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21881
a9640423
MC
218822004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21883
21884 * gdb.threads/schedlock.c: Add copyright notice.
21885
b04e311d
AC
218862004-08-25 Andrew Cagney <cagney@gnu.org>
21887
21888 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21889 (skip_over_handler, breakpoint_over_hander): New test procedures.
21890 (advance, advancei): Add a proper prefix, do not use
21891 rerun_to_main.
21892 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21893
7c27f15b
MC
218942004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21895
21896 * gdb.mi/basics.c: Add copyright notice.
21897 * gdb.mi/var-cmd.c: Add copyright notice.
21898
fffc87ae
MC
218992004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21900
21901 * lib/gdb.exp: Remove signed_keyword_not_used.
21902 * lib/compiler.c: Likewise.
21903 * lib/compiler.cc: Likewise.
21904
d782e0bf
MC
219052004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21906
21907 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21908 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21909
96033e83
MC
219102004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21911
21912 * gdb.base/whatis.c: Add copyright notice.
21913
cf38c229
MK
219142004-08-20 Mark Kettenis <kettenis@gnu.org>
21915
21916 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21917 it to skip the breakpoints encoded in the inline assembly.
21918
f4b49756
MC
219192004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21920
21921 * Makefile.in: Add gdb.fortran.
21922
2f193b69
MC
219232004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21924
21925 * gdb.base/call-sc.exp (test_scalar_returns):
21926 Fix cut-and-paste glitch in "Make fun return now".
21927
89a237cb
MC
219282004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21929
21930 * configure.in: Add gdb.fortran.
21931 * configure: Regenerate.
21932 * gdb.fortran/Makefile.in: New file.
21933 * lib/gdb.exp (skip_fortran_tests): New procedure.
21934
469aff8e
MC
219352004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21936
21937 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21938 reference to bug-gnu@prep.ai.mit.edu.
21939 * gdb.mi/mi-var-child.exp: Likewise.
21940 * gdb.mi/mi-var-cmd.exp: Likewise.
21941 * gdb.mi/mi-var-display.exp: Likewise.
21942 * gdb.mi/mi2-var-block.exp: Likewise.
21943 * gdb.mi/mi2-var-child.exp: Likewise.
21944 * gdb.mi/mi2-var-cmd.exp: Likewise.
21945 * gdb.mi/mi2-var-display.exp: Likewise.
21946
00b51b9f
MK
219472004-08-15 Mark Kettenis <kettenis@gnu.org>
21948
21949 * gdb.base/unload.c (main): Make local variable msg const.
21950
45f07fef
MC
219512004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21952
21953 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21954 to bug-gnu@prep.ai.mit.edu.
21955 * gdb.mi/mi-disassemble.exp: Likewise.
21956 * gdb.mi/mi-eval.exp: Likewise.
21957 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21958 default line number.
21959 * gdb.mi/mi-return.exp: Likewise.
21960 * gdb.mi/mi-simplerun.exp: Likewise.
21961 * gdb.mi/mi-stack.exp: Likewise.
21962 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21963 number with explicit range test.
21964 * gdb.mi/mi-watch.exp: Likewise.
21965 * gdb.mi/mi2-break.exp: Likewise.
21966 * gdb.mi/mi2-cli.exp: Likewise.
21967 * gdb.mi/mi2-disassemble.exp: Likewise.
21968 * gdb.mi/mi2-eval.exp: Likewise.
21969 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21970 default line number.
21971 * gdb.mi/mi2-return.exp: Likewise.
21972 * gdb.mi/mi2-simplerun.exp: Likewise.
21973 * gdb.mi/mi2-stack.exp: Likewise.
21974 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21975 number with explicit range test.
21976 * gdb.mi/mi2-watch.exp: Likewise.
21977
dd8c8ee7
MC
219782004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21979
21980 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21981 * gdb.cp/m-static.exp: Likewise.
21982 * gdb.cp/rtti.exp: Likewise.
21983
4e838464
MK
219842004-08-14 Mark Kettenis <kettenis@gnu.org>
21985
21986 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21987
8d8cb839
EZ
219882004-08-14 Eli Zaretskii <eliz@gnu.org>
21989
21990 * ChangeLog: Prefix Local Variables with semi-colons and indent
21991 the reference to older ChangeLog files, to fix fontification in
21992 Emacs.
21993
deea8bb0
MC
219942004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21995
21996 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21997 * gdb.mi/mi2-break.exp: Likewise.
21998
c3297504
MC
219992004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22000
22001 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
22002
25808999
MC
220032004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22004
22005 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
22006
226a8d71
MC
220072004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22008
22009 * gdb.cp/classes.exp: Remove unused declarations. Just let
22010 test names default instead of providing special names. Remove
22011 extraneous demangler test.
22012
37fdf854
JJ
220132004-08-12 Jeff Johnston <jjohnstn@redhat.com>
22014
22015 * gdb.base/unload.exp: New test for breakpoints in dynamically
22016 loaded libraries.
22017 * gdb.base/unload.c: Ditto.
22018 * gdb.base/unloadshr.c: Ditto.
22019
2d3a7986
MC
220202004-08-12 Michael Chastain <mec.gnu@mindspring.com>
22021
22022 * gdb.cp/classes.exp (test_ptype_class_objects): Call
22023 cp_test_ptype_class.
22024 (test_enums): Likewise.
22025
c72b934c
AC
220262004-08-10 Andrew Cagney <cagney@gnu.org>
22027
22028 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
22029 files.
22030
cc503c8a
AC
220312004-08-10 Andrew Cagney <cagney@gnu.org>
22032
22033 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
22034 init_malloc call.
22035
902f2ccb
MC
220362004-08-10 Michael Chastain <mec.gnu@mindspring.com>
22037
22038 * ChangeLog: Add copyright notice. The notice is copied
22039 from emacs 21.3 top level ChangeLog.
22040
78c90502
MC
220412004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22042
22043 * lib/cp-support.exp: New file.
22044 * lib/cp-support.exp (cp_test_type_class): New function.
22045 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
22046 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
22047 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
22048 cp_test_ptype_class.
22049
88e5ea78
MC
220502004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22051
22052 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
22053 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
22054 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
22055 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
22056 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
22057 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
22058 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
22059 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
22060 gdb.mi/mi2-watch.exp: Update copyright years.
22061
6a89fc9c
MK
220622004-08-09 Mark Kettenis <kettenis@gnu.org>
22063
22064 * gdb.base/sigaltstack.exp: Provide proper anchoring.
22065
1482e0de
MC
220662004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22067
22068 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
22069 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
22070 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
22071 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
22072 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
22073 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
22074 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
22075 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
22076 gdb.mi/mi-watch.exp: Update copyright years.
22077
1a5ce3f3
DJ
220782004-08-08 Daniel Jacobowitz <dan@debian.org>
22079
22080 PR gdb/1738
22081 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
22082 from a breakpoint with a pending signal.
22083
04f6ecf2
DJ
220842004-08-08 Daniel Jacobowitz <dan@debian.org>
22085
22086 PR gdb/1736
22087 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
22088 * gdb.base/sigaltstack.exp (finish_test): Consume output until
22089 the prompt.
22090 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
22091
54d90d35
DJ
220922004-08-08 Daniel Jacobowitz <dan@debian.org>
22093
22094 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
22095
d2f6abb0
DJ
220962004-08-08 Daniel Jacobowitz <dan@debian.org>
22097
22098 PR gdb/1736
22099 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
22100 for i?86-*-linux*.
22101
5598c03d
DJ
221022004-08-08 Daniel Jacobowitz <dan@debian.org>
22103
22104 * gdb.arch/i386-prologue.exp: Compile without debug information.
22105
c6fee705
MC
221062004-08-08 Michael Chastain <mec.gnu@mindspring.com>
22107
22108 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
22109 rather than asking gdb to search.
22110
dd90efdb
MC
221112004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22112
22113 * gdb.base/gcore.c: Include <string.h>.
22114
1e84bec1
MC
221152004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22116
22117 * gdb.base/gcore.c: Add copyright notice.
22118
e425eb2b
MC
221192004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22120
22121 * gdb.base/freebpcmd.c: Include <stdio.h>.
22122 * gdb.base/long_long.c: Include <string.h>.
22123 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
22124 * gdb.base/siginfo.c: Include <string.h>.
22125 * gdb.base/sigstep.c: Include <string.h>.
22126
cb9aaed5
MC
221272004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22128
22129 * gdb.base/complex.c: Include <stdlib.h>.
22130
55944f3d
MC
221312004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22132
22133 * gdb.base/complex.c: Add copyright notice.
22134
7b2953d9
MC
221352004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22136
22137 * gdb.base/charset.c: Include <stdlib.h>.
22138
c9133d23
MC
221392004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22140
22141 * gdb.base/auxv.c: Include <stdlib.h>.
22142
0a8490ad
MC
221432004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22144
22145 * gdb.base/auxv.c: Add copyright notice.
22146
3426d5ec
MC
221472004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22148
22149 * gdb.base/coremaker.c: Add copyright notice.
22150 * gdb.base/coremaker2.c: Add copyright notice.
22151
8da195dd
AC
221522004-08-04 Andrew Cagney <cagney@gnu.org>
22153
22154 * gdb.base/store.exp: Update copyright.
22155 (check_set, up_set, check_struct, up_struct): Add a prefix to test
22156 names, do not import gdb_prompt.
22157
8d394f98
AC
221582004-08-01 Andrew Cagney <cagney@gnu.org>
22159
22160 Fix PR testsuite/1729.
22161 * gdb.base/dump.exp: Add test name to callers of capture_value, do
22162 not use capture_value with value 4.
22163 (capture_value): Add optional test name parameter.
22164 (test_reload_saved_value, test_restore_saved_value): Use $msg as
22165 the prefix, pass to capture_value.
22166
b6702b23
MK
221672004-08-01 Mark Kettenis <kettenis@gnu.org>
22168
22169 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
22170 * gdb.arch/i386-prologue.c (standard): New prototype and function.
22171 (main): Call new function.
22172
c203e0ca
MC
221732004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22174
22175 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
22176
a7995a30
MC
221772004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22178
22179 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
22180
9366563b
MC
221812004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22182
b6eeaf26 22183 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
22184 Accept more values of vtbl pointer. Remove some messages
22185 about "obsolete gcc or gdb".
22186
2fc1f950
MC
221872004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22188
22189 * gdb.cp/classes.exp: Accept more varieties of ptype output.
22190
c724d49b
MC
221912004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22192
22193 * gdb.base/asm-source.exp: Properly convert target board
22194 debug flags from gcc format to binutils format.
22195
736b0fce
MK
221962004-07-28 Mark Kettenis <kettenis@gnu.org>
22197
22198 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
22199 gdb1718". PR backtrace/1718 partially fixed.
22200
5633ea5c
JJ
222012004-07-27 Jeff Johnston <jjohnstn@redhat.com>
22202
22203 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
22204
575eebb1
NC
222052004-07-26 Nick Clifton <nickc@redhat.com>
22206
22207 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
22208 good default value for a specific architecture is available then
22209 set it to that value. Otherwise default to the -gstabs switch.
22210 Remove the -g... switches from the asm-flags variable. Allow the
22211 target board info to override the value if it wants to. Pass the
22212 switch on the assembler command line.
22213
62104619
MK
222142004-07-23 Mark Kettenis <kettenis@gnu.org>
22215
22216 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
22217 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
22218 (main): Call new function.
22219
4a1135b8
MC
222202004-07-22 Michael Chastain <mec.gnu@mindspring.com>
22221
22222 Test for PR exp/1715.
22223 * gdb.base/radix.exp: Refactor common procedures. Make all
22224 test names unique. Change XFAIL to KFAIL.
22225
8a12c1f0
MC
222262004-07-20 Michael Chastain <mec.gnu@mindspring.com>
22227
22228 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
22229 * gdb.ada/gnat_ada.gin: ... to here.
22230 * configure.in: Use gnat_ada.gin.
22231 * configure: Regenerate.
22232
23b451cf
AC
222332004-07-20 Andrew Cagney <cagney@gnu.org>
22234
22235 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
22236 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
22237 XFAILs. Clean up test messages and comments. Check backtraces.
22238 Delete re-sync code.
22239
ab618a02
MC
222402004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22241
22242 Fix PR cli/740.
22243 * gdb.base/annota1.exp: Honor gdb,nosignals.
22244 * gdb.base/annota3.exp: Likewise.
22245
46dad340
MC
222462004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22247
22248 * lib/java.exp: Update copyright notice.
22249
756d8c70
AC
222502004-07-19 Andrew Cagney <cagney@gnu.org>
22251
22252 * gdb.base/selftest.exp: Copy file from here ...
22253 * gdb.gdb/selftest.exp: ... to here.
22254
586027e6
AC
222552004-07-16 Andrew Cagney <cagney@redhat.com>
22256
22257 * lib/insight-support.exp: Delete file.
22258 * lib/java.exp (java_init): Fix copyright.
22259
029d2200
AC
222602004-07-16 Andrew Cagney <cagney@gnu.org>
22261
22262 * gdb.base/restore.c: Append "prologue" to comments marking the a
22263 function's prologue.
22264 * gdb.base/restore.exp: Update copyright, re-indent.
22265 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22266 callerN" prefix where needed. Update patterns that match a
22267 function's prologue.
22268
653b62c5
MC
222692004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22270
22271 * gdb.base/restore.c: Add copyright notice.
22272
f7d690e5
AC
222732004-07-16 Andrew Cagney <cagney@gnu.org>
22274
22275 * gdb.base/logical.exp: Update copyright.
22276 (evaluate): New procedure. Use to re-implement tests using
22277 several tables.
22278
d629a7cb
MH
222792004-07-14 Martin Hunt <hunt@redhat.com>
22280
22281 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22282 which fixes some problems where init.tcl was not found.
22283
9c7bb332
AC
222842004-07-13 Andrew Cagney <cagney@gnu.org>
22285
6bf46641
AC
22286 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22287 (check_sizeof, check_valueof): Do not include the output in the
22288 test name. Use gdb_test.
22289 (get_valueof): Use gdb_test_multiple.
22290
c4ffd4c0
AC
22291 * gdb.base/step-test.exp: Update copyright. Use
22292 gdb_test_multiple. Ensure that test names do not include
22293 architecture dependent output.
22294
ab89363a
AC
22295 * gdb.gdb/observer.exp: Update copyright.
22296 (setup_test): Use gdb_test_multiple.
22297 (attach_first_observer, attach_second_observer)
22298 (attach_third_observer, detach_first_observer)
22299 (detach_second_observer, detach_third_observer)
22300 (reset_counters, check_counters): Make $message a prefix.
22301 (test_normal_stop_notifications): Add "args" parameter - a list of
22302 init functions to be called. Make $message a prefix,
22303 (test_observer_normal_stop): Change the message prefixes so that
22304 they are unique, pass the attach / detach procedures to
22305 test_normal_stop_notifications.
22306
ec58997a
AC
22307 * gdb.base/signull.exp (test_segv): Prefix all tests with
22308 "${name}". Clean up test messages.
22309
b475183b
AC
22310 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22311
9c7bb332
AC
22312 * gdb.base/ena-dis-br.exp: Update copyright.
22313 (break_at): New function. Replace send_gdb with gdb_test,
22314 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22315 ignore count, not stopped at bpt", with KFAIL.
22316
2dd95497
CV
223172004-07-13 Corinna Vinschen <vinschen@redhat.com>
22318
22319 * gdb.base/attach.exp: Remove cleanupfile handling.
22320
419e626b
AC
223212004-07-12 Andrew Cagney <cagney@gnu.org>
22322
22323 * gdb.base/annota1.exp: Cleanup corefile test name.
22324 * gdb.base/annota3.exp: Ditto.
22325
8b1b3228
AC
223262004-07-12 Andrew Cagney <cagney@gnu.org>
22327
78650829
AC
22328 * gdb.base/signals.exp: Clean up copyright, re-indent.
22329
8b1b3228
AC
22330 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22331 gdb_test and gdb_test_multiple.
22332
935c2760
JJ
223332004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22334
22335 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 22336 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
22337 provide line number info for first statement in main.
22338
1544280f
AC
223392004-07-08 Andrew Cagney <cagney@gnu.org>
22340
1279f4ff
AC
22341 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22342
1544280f
AC
22343 * gdb.base/sigbpt.exp: Make the common part of each test name a
22344 prefix instead of suffix.
22345
bcc82369
BR
223462004-07-07 Bob Rossi <bob_rossi@cox.net>
22347
22348 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22349 test from test_tbreak_creation_and_listing to
22350 test_file_list_exec_source_file
22351 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22352 Changed name of test from test_tbreak_creation_and_listing to
22353 test_file_list_exec_source_file
22354
23f4b0aa
JJ
223552004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22356
22357 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22358 the jmisc() constructor instead of <init>.
22359 * gdb.java/jmisc1.exp: Ditto.
22360
56401cd5
AC
223612004-07-07 Andrew Cagney <cagney@gnu.org>
22362
22363 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22364 corrupting the PC.
22365
44ae2f6a
MC
223662004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22367
22368 * gdb.cp/templates.exp: Accept whitespace change in demangler
22369 output.
22370
45a83408
AC
223712004-07-06 Andrew Cagney <cagney@gnu.org>
22372
22373 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22374
d205ad70
MC
223752004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22376
22377 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22378 * lib/compiler.cc: Likewise.
22379
06ea1a61
MC
223802004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22381
22382 * lib/compiler.cc: Work around string preprocessing problem
22383 with old hp c++ compiler.
22384 * lib/compiler.c: Likewise.
22385
daab1251
CV
223862004-06-29 Corinna Vinschen <vinschen@redhat.com>
22387
22388 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22389 directives to conditionalize symbol prefixing.
22390 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22391 additional_flags handling. Add underscore prefix for Cygwin.
22392 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22393 conditionalize symbol prefixing.
22394 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22395 additional_flags handling. Add underscore prefix for Cygwin.
22396
cc984116
CV
223972004-06-29 Corinna Vinschen <vinschen@redhat.com>
22398
22399 * gdb.base/bigcore.exp: Skip test on Cygwin.
22400
c279b077
MC
224012004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22402
22403 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22404 formats for "info register". Use gdb_test_multiple. Fix
22405 the "invalid register" test.
22406
0e915747
CV
224072004-06-28 Corinna Vinschen <vinschen@redhat.com>
22408
22409 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22410 PID for Cygwin. Add Cygwin specific strings to check for in some
22411 tests.
22412 (do_attach_tests): Add a test for user interaction when attaching
22413 to a process with no matching symbol table already loaded.
22414
11422c86
AC
224152004-06-26 Andrew Cagney <cagney@gnu.org>
22416
22417 Test PR java/1567 and PR java/1565.
22418 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22419 * gdb.java/jmisc2.exp: Delete file.
22420
cefbce26
MC
224212004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22422
22423 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22424
e19f872c
CV
224252004-06-25 Corinna Vinschen <vinschen@redhat.com>
22426
22427 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22428 attach process.
22429
d931ba3b
MC
224302004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22431
22432 * gdb.cp/pr-1553.exp: Remove.
22433
aef68c48
MC
224342004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22435
22436 * gdb.cp/pr-1553.cc: Remove.
22437 * gdb.cp/pr-1553.exp: Disable this test.
22438
8d5df71a
JB
224392004-06-20 Jim Blandy <jimb@redhat.com>
22440
a9c64011 22441 Fix PR testsuite/1680.
8d5df71a
JB
22442 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22443 regular expressions.
22444
4ac6f39d
MC
224452004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22446
22447 Fix PR testsuite/1679.
22448 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22449 Issue an UNSUPPORTED result instead.
22450
1b413552
JB
224512004-06-18 Jim Blandy <jimb@redhat.com>
22452
22453 * gdb.base/charset.exp: Only send a control-C if we see a new
22454 prompt and incomplete command.
22455
6daa6ebd
MC
224562004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22457
22458 * gdb.cp/pr-574.cc: Add copyright notice.
22459
51fa4ae0
JB
224602004-06-17 Jim Blandy <jimb@redhat.com>
22461
22462 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22463 cases where the regexp has no groups; this grabs random text from
22464 the previous test suite, whatever that was.
22465
8fea26c5
MC
224662004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22467
22468 * gdb.cp/printmethod.cc: Add copyright notice.
22469
1e3aeb41
MC
224702004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22471
22472 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22473
9d9030bc
AC
224742004-06-16 Andrew Cagney <cagney@gnu.org>
22475
22476 * gdb.base/signull.c: Update copyright. Include <string.h>.
22477 (bowler): Replace data_pointer with data_read
22478 and data_write cases. Add code_descriptor case.
22479 (zero, desc): New array and pointer.
22480 (data, code): Change to simple pointers.
22481 * gdb.base/signull.exp: Fix probe pattern matching a function
22482 descriptor SIGSEGV. Replace data_pointer with data_read and
22483 data_write tests.
22484
acd4ad44
AC
224852004-06-16 Andrew Cagney <cagney@gnu.org>
22486
22487 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22488
08fd625c
MC
224892004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22490
22491 * gdb.base/long_long.c: Add copyright notice.
22492
1903502c
MC
224932004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22494
22495 * gdb.base/long_long.exp: Remove reference to
22496 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22497 to gdb_breakpoint and gdb_continue_to_breakpoint.
22498
83313cb1
JB
224992004-06-14 Jim Blandy <jimb@redhat.com>
22500
22501 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22502 endian case.
22503
1bf404ef
AC
225042004-06-14 Andrew Cagney <cagney@gnu.org>
22505
22506 * gdb.base/gcore.exp (capture_command_output): Delete the always
22507 passing tests containing inferior values.
22508 * gdb.base/ending-run.exp: Do not include the breakpoint address
22509 in the test message. Update copyright.
22510 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22511 size in the test name, use gdb_test_multiple. Update copyright.
22512
ef220b33
MC
225132004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22514
22515 * gdb.cp/ref-types.cc: Add copyright notice.
22516
4f70a4c9
MC
225172004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22518
22519 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22520 hp_aCC_compiler.
22521 * lib/compiler.cc: Likewise.
22522 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22523 'set' commands. Log diagnostics for other lines. Set
22524 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22525
335928ac
MC
225262004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22527
22528 * gdb.cp/try_catch.cc: Add copyright notice.
22529
2efb12e8
MC
225302004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22531
22532 * gdb.cp/userdef.cc: Add copyright notice.
22533
0bbed51a
MC
225342004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22535
22536 * gdb.cp/virtfunc.cc: Add copyright notice.
22537
e12a46c9
RC
225382004-06-11 Randolph Chung <tausq@debian.org>
22539
22540 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22541 problem.
22542
338e05af
AC
225432004-06-10 Andrew Cagney <cagney@gnu.org>
22544
22545 * lib/compiler.cc, lib/compiler.c: Append either
22546 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22547 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22548 instead of gcc-3-3.
22549
dc3f10cb
AC
225502004-06-09 Andrew Cagney <cagney@gnu.org>
22551
b4d946af
AC
22552 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22553 gdb/1455, bug is specific to "long long" and "double".
a9c64011 22554
dc3f10cb
AC
22555 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22556 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22557 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22558 fixed.
22559
b5c0bfa2
AC
225602004-06-09 Andrew Cagney <cagney@gnu.org>
22561
22562 * gdb.base/structs.exp (test_struct_returns): Replace
22563 "return_value_unknown" and "finish_value_unknown" by
22564 "return_value_known" and "finish_value_known". Instead of
22565 "return_value_unknown" iff "finish_value_unknown", check
22566 "return_value_known" implies "finish_value_known".
22567
caeb605f
MH
225682004-06-08 Martin Hunt <hunt@redhat.com>
22569
22570 * gdb.base/float.exp: Add pattern for mips targets.
22571
c892bb64
RC
225722004-06-08 Randolph Chung <tausq@debian.org>
22573
22574 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22575 message for unknown architectures more clear.
22576
48306d3e
JB
225772004-06-08 Joel Brobecker <brobecker@gnat.com>
22578
22579 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22580 start the execution of the program.
22581
83ecb59f
JB
225822004-06-07 Jim Blandy <jimb@redhat.com>
22583
22584 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22585 * gdb.arch/i386-cpuid.h: New helper file.
22586
55264cb4
RC
225872004-06-07 Randolph Chung <tausq@debian.org>
22588
22589 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22590 has started.
22591
23cadb28
RM
225922004-06-04 Roland McGrath <roland@redhat.com>
22593
22594 Fix PR gdb/1647.
22595 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22596 differently to be robust to output buffering differences.
22597
51d01eda
MC
225982004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22599
22600 * gdb.threads/pthreads.exp: Update copyright years.
22601 (check_control_c): Change asynchronous 'after' to synchronous.
22602
f4fc3b93
RM
226032004-06-04 Roland McGrath <roland@redhat.com>
22604
22605 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22606 next gdb prompt.
22607
4013522b
MC
226082004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22609
22610 Fix PR gdb/1636.
22611 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22612 calls to synchronous.
22613
7a8f1e6b
JB
226142004-05-26 Jim Blandy <jimb@redhat.com>
22615
22616 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22617
81bb3443
RC
226182004-05-24 Randolph Chung <tausq@debian.org>
22619
22620 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22621 * gdb.asm/pa.inc: New file.
22622
8f5a3103
MK
226232004-05-22 Mark Kettenis <kettenis@gnu.org>
22624
22625 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22626
734b8fe8 226272004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 22628 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
22629
22630 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22631 GDB prompt.
22632
725603e1
UW
226332004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22634
f4fc3b93 22635 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
22636 setjmp/longjmp. Use sigaction instead of signal.
22637
8b923272 226382004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 22639 Michael Snyder <msnyder@redhat.com>
8b923272
JB
22640
22641 * gdb.threads/pthread_cond_wait.c: New file.
22642 * gdb.threads/pthread_cond_wait.exp: New testcase.
22643
8bfabb04
AC
226442004-05-13 Andrew Cagney <cagney@redhat.com>
22645
22646 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22647 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22648
42edda50
AC
226492004-05-11 Andrew Cagney <cagney@redhat.com>
22650
22651 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22652 fixed but revealed gdb/1639.
22653
d303a6c7
AC
226542004-05-10 Andrew Cagney <cagney@redhat.com>
22655
22656 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22657 func1" and "next to 2nd alarm", kernel bug avoided.
22658
bf08c2a1
DJ
226592004-05-10 Daniel Jacobowitz <dan@debian.org>
22660
22661 PR external/1568
22662 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22663 XFAIL if it is smaller than bytes_allocated.
22664 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22665 (main): Make chunks_allocated unsigned. Correct comment.
22666
c0586a34
JB
226672004-05-07 Joel Brobecker <brobecker@gnat.com>
22668
22669 * gdb.arch/powerpc-aix-prologue.c: New file.
22670 * gdb.arch/powerpc-aix-prologue.exp: New file.
22671
f2785d12
JB
226722004-05-07 Jim Blandy <jimb@redhat.com>
22673
22674 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22675 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22676
bd7f6e30
JB
226772004-05-06 Joel Brobecker <brobecker@gnat.com>
22678
22679 * gdb.base/sep.exp: No longer setup_kfail when the program was
22680 built with dwarf2.
22681
0a5e7efe
JI
226822004-05-05 Jim Ingham <jingham@apple.com>
22683
22684 * gdb.base/pending.exp: Make sure pending breakpoints
22685 preserve the ignore count.
f4fc3b93 22686
a8958849
MK
226872004-04-27 Jerome Guitton <guitton@gnat.com>
22688
22689 * i386-prologue.exp: Add testcase for jump instruction as first
22690 instruction of the real code.
22691 * i386-prologue.c (jump_at_beginning): New function.
22692
7e103f5b
MK
226932004-04-28 Mark Kettenis <kettenis@gnu.org>
22694
22695 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22696 x86_64-*-*.
22697
5d38b224
MK
226982004-04-28 Mark Kettenis <kettenis@gnu.org>
22699
22700 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22701 i*86-*-*.
22702
0ef32fd9
MK
227032004-04-25 Mark Kettenis <kettenis@gnu.org>
22704
22705 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22706 expression that checks the return type.
22707
71d7dd7c
AC
227082004-04-23 Andrew Cagney <cagney@redhat.com>
22709
22710 * gdb.base/call-sc.exp: New test of scalar call/return values.
22711 * gdb.base/call-sc.c: Ditto.
22712
1e9f977e
JJ
227132004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22714
22715 * gdb.threads/manythreads.c: Reduce thread stack size.
22716
899d9e3a
JJ
227172004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22718
22719 * gdb.threads/manythreads.c: Add copyright notice.
22720
61bcae62
AC
227212004-04-23 Andrew Cagney <cagney@redhat.com>
22722
22723 * gdb.base/siginfo.exp: Better handle step out of signal.
22724 * gdb.base/sigstep.exp: Ditto.
22725
7339a42e 227262004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 22727 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
22728
22729 * gdb.threads/manythreads.c: New testcase.
22730 * gdb.threads/manythreads.exp: Ditto.
22731
5c98409b
JB
227322004-04-22 Jim Blandy <jimb@redhat.com>
22733
22734 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22735 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22736
3b611f1a
MC
227372004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22738
22739 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22740
f0fd9238
AC
227412004-04-21 Andrew Cagney <cagney@redhat.com>
22742
22743 * gdb.base/sigstep.c: New file.
22744 * gdb.base/sigstep.exp: New file.
22745
90990674
JB
227462004-04-16 Joel Brobecker <brobecker@gnat.com>
22747
22748 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22749 call to observer_notify_normal_stop.
22750
78cef34b
AC
227512004-04-15 Andrew Cagney <cagney@redhat.com>
22752
22753 * gdb.base/siginfo.c: New file.
22754 * gdb.base/siginfo.exp: New file.
22755
d2343407
JB
227562004-04-12 J. Brobecker <brobecker@gnat.com>
22757
22758 * gdb.base/sep.exp: Fix typo in comment.
22759
a2dba3c8
JB
227602004-04-12 J. Brobecker <brobecker@gnat.com>
22761
22762 * gdb.base/sep.c: New file.
22763 * gdb.base/sep-proc.c: New file.
22764 * gdb.base/sep.exp: New testcase.
22765
15f7b60e
MK
227662004-04-09 Mark Kettenis <kettenis@gnu.org>
22767
22768 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22769 support.
22770
44f4de1a
AC
227712004-04-05 Andrew Cagney <cagney@redhat.com>
22772
22773 * gdb.base/sigaltstack.c: New file.
22774 * gdb.base/sigaltstack.exp: New file.
22775
ef04f396
JB
227762004-04-04 Joel Brobecker <brobecker@gnat.com>
22777
22778 * gdb.base/foll-fork.exp: Update the expected output for
22779 "help set follow-fork-mode", to match a change that was made
22780 to the help of this variable on 2004-01-13.
22781
d40d2c92
JB
227822004-04-01 Joel Brobecker <brobecker@gnat.com>
22783
22784 * lib/ada.exp: Add copyright notice.
22785 * bar.ads: Likewise.
22786 * bar.adb: Likewise.
22787 * null_record.adb: Likewise.
22788 * null_record.exp: Likewise.
22789 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22790
f86ef5a3
JB
227912004-04-01 Joel Brobecker <brobecker@gnat.com>
22792
22793 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22794 * configure: Regenerate.
22795
414e70e3
JB
227962004-04-01 Joel Brobecker <brobecker@gnat.com>
22797
22798 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22799 to build the application. Remove the message printed when in
22800 verbose mode, redundant with the UNSUPPORTED message above.
22801
f0aaee49
JB
228022004-03-31 Joel Brobecker <brobecker@gnat.com>
22803
22804 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22805 * gdb.ada (null_record.exp): New testcase.
22806
ac81cb54
JB
228072004-03-31 Joel Brobecker <brobecker@gnat.com>
22808
22809 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22810
854af2f7
JB
228112004-03-31 Joel Brobecker <brobecker@gnat.com>
22812
22813 * gdb.ada: New subdirectory.
22814 * gdb.ada/Makefile.in: New file.
22815 * gdb.ada/gnat_ada.gpr.in: New file.
22816
034cb681
JB
228172004-03-31 Joel Brobecker <brobecker@gnat.com>
22818
22819 * lib/ada.exp: New file.
22820
78a1a894
DJ
228212004-03-24 Daniel Jacobowitz <drow@mvista.com>
22822
22823 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22824 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22825
4b2b3b3e
AC
228262004-03-22 Andrew Cagney <cagney@redhat.com>
22827
22828 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22829 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22830 Problem identified by Ulrich Weigand.
22831
23c73aa3
DC
228322004-03-17 David Carlton <carlton@kealia.com>
22833
22834 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22835 PR c++/826.
22836
d63a86f8
RM
228372004-03-16 Roland McGrath <roland@redhat.com>
22838
22839 * gdb.base/auxv.exp: New file.
22840 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22841
0e02aa50
DC
228422004-03-12 David Carlton <carlton@kealia.com>
22843
22844 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22845 * gdb.cp/pr-1553.cc: Ditto.
22846 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22847 pass branch.
22848
c20b71be
MC
228492004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22850
22851 * gdb.cp/templates.exp: Accept more template types.
22852
c7414a01
MC
228532004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22854
22855 From Corinna Vinschen with modifications.
22856 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22857 local variable obj_with_enum.
22858 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22859 results with obj_with_enum.
22860
ed69573c
MC
228612004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22862
22863 * gdb.cp/classes.cc: New file, copied from misc.cc.
22864 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22865
28301461
MC
228662004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22867
22868 * gdb.cp/misc.cc: Add copyright notice.
22869
1198ecbe
DC
228702004-03-05 David Carlton <carlton@kealia.com>
22871
22872 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22873 * gdb.cp/rtti.h: Update copyright.
22874 (namespace n2::n3): New.
22875 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22876 (n2::n3::func3): New.
22877 (main): Call n2::n3::func3.
22878 * gdb.cp/rtti2.cc: Update copyright.
22879 (n2::create3): New.
22880
9e08c470
MK
228812004-03-04 Mark Kettenis <kettenis@gnu.org>
22882
22883 * gdb.asm/openbsd.inc: Fix typo.
22884
4bebc3aa
FF
228852004-03-03 Fred Fish <fnf@redhat.com>
22886
22887 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22888 "val" instead of unused "size". Update copyright year.
22889
6ea9fb37
DJ
228902004-02-29 Daniel Jacobowitz <drow@mvista.com>
22891
22892 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22893 to use unsigned char.
22894 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22895 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22896
23b23974
DJ
228972004-02-29 Daniel Jacobowitz <drow@mvista.com>
22898
22899 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22900 line of output.
22901
7574fd53
DJ
229022004-02-28 Daniel Jacobowitz <drow@mvista.com>
22903
22904 * gdb.base/relocate.c (dummy): Initialize.
22905
a195357f
DJ
229062004-02-28 Daniel Jacobowitz <drow@mvista.com>
22907
22908 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22909 a breakpoint at exit.
22910
72fd54a9
FF
229112004-02-27 Fred Fish <fnf@redhat.com>
22912
22913 * gdb.base/chng-syms.exp: Add expect condition to match failing
22914 case that isn't a timeout.
22915
b9d23137
AC
229162004-02-27 Andrew Cagney <cagney@redhat.com>
22917
22918 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22919 support.
22920
15d208f6 229212004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 22922
15d208f6
FF
22923 * gdb.arch/gdb1431.c: Remove.
22924 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22925 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22926 of "until" incorrectly.
22927
98f9cd2d
JB
229282004-02-26 J. Brobecker <brobecker@gnat.com>
22929
22930 * gdb.cp/class2.cc (empty): New class.
22931 (refer): New function.
22932 (main): Declare an object of type empty and use it.
22933 * gdb.cp/class2.exp: Print the value of an object of type empty.
22934
9b50c11b
JJ
229352004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22936
22937 * gdb.base/langs.exp: Update query string to match the
22938 new nquery format used for pending breakpoints.
22939
0dcd613f
AC
229402004-02-26 Andrew Cagney <cagney@redhat.com>
22941
22942 Fix PR i18n/1570.
22943 * gdb.base/charset.c: Update copyright notice.
22944 (main, init_string): Remove the escape character '\e' tests.
22945 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22946 * gdb.base/charset.exp (valid_host_charset): Ditto.
22947 * gdb.base/setvar.exp: Ditto.
22948
b8a56647
AC
229492004-02-24 Andrew Cagney <cagney@redhat.com>
22950
90d59e34
AC
22951 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22952 mmapped data in core file" PASS and FAIL messages consistent.
22953
b8a56647
AC
22954 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22955 setting a breakpoint. Work around PR java/1565.
22956
9f27c604
JJ
229572004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22958
22959 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22960 new nquery format.
22961 * gdb.base/pending.exp: Ditto.
22962
3224a706
MK
229632004-02-22 Mark Kettenis <kettenis@gnu.org>
22964
22965 * configure.in: Run stabs tests on *BSD.
22966 * configure: Regenerated.
22967
41e0a9ca
MK
229682004-02-21 Mark Kettenis <kettenis@gnu.org>
22969
22970 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22971
1e1b3428
FF
229722004-02-20 Fred Fish <fnf@redhat.com>
22973
22974 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22975 blank in test for "returns short", for consistency with other
22976 "returns xxx" tests. Update copyright year.
22977
f9a7572a
FF
229782004-02-19 Fred Fish <fnf@redhat.com>
22979
22980 New testcase for PR breakpoint/1558.
22981 * gdb.arch/gdb1558.exp: New file.
22982 * gdb.arch/gdb1558.c: New file.
22983
b2ce2854
EZ
229842004-02-19 Elena Zannoni <ezannoni@redhat.com>
22985
22986 * gdb.base/nodebug.exp: Fix typo.
22987
e7c9ff01
JB
229882004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22989
22990 Committed by Jim Blandy <jimb@redhat.com>.
22991
62f4b920
JB
22992 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22993
2db536a1
JB
22994 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22995
e7c9ff01
JB
22996 * gdb.base/float.exp: Support s390*-*-* targets.
22997
f3205b34
AF
229982004-02-17 Adam Fedor <fedor@gnu.org>
22999
23000 * gdb.base/gdb1555.exp: New file.
23001 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
23002
9d62932d
EZ
230032004-02-17 Elena Zannoni <ezannoni@redhat.com>
23004
23005 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
23006
344c9711
FF
230072004-02-16 Fred Fish <fnf@redhat.com>
23008
23009 * gdb.arch/gdb1291.c: Remove
23010 * gdb.arch/gdb1291.s: New test input file.
23011 * gdb.arch/gdb1291.exp: Expand test to check case that should not
23012 fail. Test for correct result, known incorrect result, other
23013 failures and timeouts.
23014
2d822687
AC
230152004-02-16 Andrew Cagney <cagney@redhat.com>
23016
23017 * gdb.base/bigcore.exp: New file.
23018 * gdb.base/bigcore.c: New file.
23019
dac15b66
AC
230202004-02-13 Andrew Cagney <cagney@redhat.com>
23021
23022 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
23023 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
23024 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
23025 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
23026 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
23027 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
23028 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
23029 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
23030 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
23031 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
23032
6bdfc2c4
JJ
230332004-02-11 Jeff Johnston <jjohnstn@redhat.com>
23034
23035 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
23036 executed is an alloc instruction.
23037
87b3ede8
DC
230382004-02-11 David Carlton <carlton@kealia.com>
23039
23040 * gdb.cp/breakpoint.exp: New.
23041 * gdb.cp/breakpoint.cc: New.
23042
6e19e2bf
MC
230432004-02-11 Michael Chastain <mec.gnu@mindspring.com>
23044
23045 Partial fix for PR gdb/1543.
23046 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
23047 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
23048 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
23049 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
23050 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
23051 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
23052 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
23053 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
23054 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
23055 to bug-gdb@prep.ai.mit.edu .
23056 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
23057 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
23058 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
23059 Likewise.
23060
5c5455dc
AC
230612004-02-10 Andrew Cagney <cagney@redhat.com>
23062
23063 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
23064 using gdb_internal_error_resync.
23065
9cf689d7
DJ
230662004-02-09 Daniel Jacobowitz <drow@mvista.com>
23067
23068 * gdb.threads/thread-specific.exp: Stop early if no threads are
23069 found.
23070
d2dc51db
MC
230712004-02-09 Michael Chastain <mec.gnu@mindspring.com>
23072
23073 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
23074
14b1a056
DJ
230752004-02-08 Daniel Jacobowitz <drow@mvista.com>
23076
23077 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
23078 breakpoints.
23079
83f66e8f
DJ
230802004-02-07 Daniel Jacobowitz <drow@mvista.com>
23081
23082 * config/sim.exp (gdb_load): Handle $arg == "".
23083 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
23084 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
23085
30fc0091
EZ
230862004-02-07 Elena Zannoni <ezannoni@redhat.com>
23087
a9c64011
AS
23088 * gdb.base/maint.exp: Update test to reflect
23089 obstack changes.
30fc0091 23090
4d806929
JJ
230912004-02-04 Jeff Johnston <jjohnstn@redhat.com>
23092
23093 * gdb.base/pendshr.c (pendfunc): New function that calls
23094 pendfunc1.
23095 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
23096
7bfdd688
FF
230972004-02-04 Fred Fish <fnf@redhat.com>
23098
23099 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
23100 function symbols and update copyright years.
23101 * gdb.arch/gdb1291.c: Ditto.
23102
aaa08ee4
MC
231032004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23104
23105 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
23106
dbad7755
MC
231072004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23108
23109 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
23110
ec4646ef
MC
231112004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23112
23113 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
23114
1b802196
FF
231152004-02-02 Fred Fish <fnf@redhat.com>
23116
23117 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
23118 remote targets. Update copyright years.
23119
18fe2033
JJ
231202004-02-02 Jeff Johnston <jjohnstn@redhat.com>
23121
23122 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
23123 support.
23124 * gdb.base/langs.exp: Fix test which attempts to create
23125 breakpoint on non-existent function to handle new pending
23126 support.
23127 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
23128 a breakpoint.
23129 * gdb.base/pending.exp: New test.
23130 * gdb.base/pending.c: New file.
23131 * gdb.base/pendshr.c: Ditto.
23132
8d577d32
DC
231332004-02-02 David Carlton <carlton@kealia.com>
23134
23135 * gdb.cp/overload.exp: Add overloadNamespace tests.
23136 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
23137 (overloadNamespace, XXX): New.
23138 (main): Call XXX::marker2.
23139
3ad13771
FF
231402004-02-01 Fred Fish <fnf@redhat.com>
23141
23142 * gdb.base/dump.exp: Use runto_main instead of "runto main".
23143 * gdb.base/finish.exp: Ditto.
23144 * gdb.base/gcore.exp: Ditto.
23145 * gdb.base/huge.exp: Ditto.
23146 * gdb.base/info-proc.exp: Ditto.
23147 * gdb.base/return2.exp: Ditto.
23148 * gdb.threads/gcore-thread.exp: Ditto.
23149
44c75849
DJ
231502004-02-01 Daniel Jacobowitz <drow@mvista.com>
23151
23152 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
23153
005bc093
MK
231542004-02-01 Mark Kettenis <kettenis@gnu.org>
23155
23156 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
23157 that opening the file succeeds on OpenBSD.
23158
c47cebdb
DJ
231592004-02-01 Daniel Jacobowitz <drow@mvista.com>
23160
23161 * gdb.threads/thread-specific.c: New file.
23162 * gdb.threads/threads-specific.exp: New test script.
23163 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
23164 to expect_out.
23165
5a01311c
MK
231662004-02-01 Mark Kettenis <kettenis@gnu.org>
23167
23168 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
23169 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
23170 only on the "print_small_structs from print_long_arg_list" test.
23171
ce22a4f1
DJ
231722004-02-01 Daniel Jacobowitz <drow@mvista.com>
23173
23174 * gdb.base/completion.exp: Kill a stray backslash.
23175
23176 From Jim Ingham <jingham@apple.com>:
23177 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
23178 agrees with the result from sending a tab.
23179
abbab9d3
DJ
231802004-01-31 Daniel Jacobowitz <drow@mvista.com>
23181
23182 * gdb.base/chng-syms.exp: Remove stray newline.
23183
53904d1e
MK
231842004-01-31 Mark Kettenis <kettenis@gnu.org>
23185
23186 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
23187 *-*-openbsd*.
23188 * gdb.asm/openbsd.inc: New file.
23189
3a4b3aac
MK
231902004-01-30 Mark Kettenis <kettenis@gnu.org>
23191
23192 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
23193 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
23194 *-*solaris2*. Remove commented out default settings for
23195 asm-flags. Replace gdb_compile with target_link.
23196
ebac27b4
MC
231972004-01-29 Michael Chastain <mec.gnu@mindspring.com>
23198
23199 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
23200 for all tests. Remove old hp-ux and cygnus xfail cases.
23201
d8679d84
PH
232022004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
23203
23204 * gdb.base/chng-syms.exp: New file.
23205 * gdb.base/chng-syms.c: New file.
23206
0a55bc22
MC
232072004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23208
23209 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
23210 Provide arms for current output in all my configurations.
23211
94b8e876
MC
232122004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23213
23214 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
23215 * lib/compiler.cc: Likewise.
23216 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
23217 get the right preprocessor. Eval the output directly. Remove
23218 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
23219 hp_f77_compiler and hp_f90_compiler completely.
23220 (gdb_preprocess): Delete.
23221 (get_compiler): Delete.
23222
7cf03d44
MK
232232004-01-24 Mark Kettenis <kettenis@gnu.org>
23224
23225 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
23226 <string.h>.
23227
68b6dce9
NR
232282004-01-24 Nick Roberts <nick@nick.uklinux.net>
23229
23230 * gdb.mi/mi-stack.exp: Update copyright.
23231
b368761e
DC
232322004-01-23 David Carlton <carlton@kealia.com>
23233
23234 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
23235 test for cp_lookup_transparent_type.
23236 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
23237 call them.
23238
f2061b53
DJ
232392004-01-23 Daniel Jacobowitz <drow@mvista.com>
23240
23241 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
23242 after -var-update.
23243
37fc574a
DC
232442004-01-23 David Carlton <carlton@kealia.com>
23245
23246 * gdb.cp/namespace.cc (C::ensureRefs): New.
23247 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
23248
8e94b928
NR
232492004-01-20 Nick Roberts <nick@nick.uklinux.net>
23250
23251 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
23252 case "-stack-list-locals 2".
23253 * gdb.mi/mi-var-child.exp: Test for case
23254 "-var-list-children --all-values NAME".
23255
997b0952
MC
232562004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23257
23258 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23259
52470da3
MK
232602004-01-18 Mark Kettenis <kettenis@gnu.org>
23261
7049b4b8
MK
23262 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23263 used with gdb_test_multiple.
23264
52470da3
MK
23265 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23266 read at address 0. This fixes PR testsuite/1504.
23267
da6012e5
DJ
232682004-01-18 Daniel Jacobowitz <drow@mvista.com>
23269
23270 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23271 Remove downloading, guessing the host executable, the calls to
23272 gdb_file_cmd and gdb_target_cmd, and "load" support.
23273 (infer_host_exec): New function broken out from gdb_load.
23274 (gdb_load): New wrapper for gdbserver_gdb_load.
23275 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23276 gdb_target_cmd. Use -target-select.
23277 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23278 Download binaries to the host. Clear last_mi_remote_file when
23279 we load a new binary.
23280 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23281 call gdbserver_gdb_load and mi_gdb_target_cmd.
23282
32c70722
MC
232832004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23284
23285 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23286 type patterns.
23287
b0cecf36
MC
232882004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23289
23290 * gdb.cp/templates.exp: Fix typo in test name of
23291 "print Foo<volatile char*>::foo".
23292
4120d7e6
MC
232932004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23294
23295 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23296
f679e530
BE
232972004-01-16 Ben Elliston <bje@wasabisystems.com>
23298
23299 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23300 (clean mostlyclean): Remove empty rm.
23301
091c48f6
MC
233022004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23303
23304 * gdb.base/setvar.exp: Add copyright years.
23305
3e5fc8d2
DC
233062004-01-14 David Carlton <carlton@bactrian.org>
23307
23308 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23309 PR c++/1511 and update coment.
23310 * gdb.cp/templates.exp: Update patterns to match current output.
23311 If changes involve something other than whitespace, KFAIL
23312 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23313
63d06c5c
DC
233142004-01-14 David Carlton <carlton@kealia.com>
23315
23316 * gdb.cp/namespace.exp: Add tests involving classes defined within
23317 namespaces.
23318 * gdb.cp/namespace.cc (C::CClass): New.
23319 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23320
a51dab88
EZ
233212004-01-14 Elena Zannoni <ezannoni@redhat.com>
23322
23323 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23324 what debug info we have. Print a better message if something goes
23325 wrong while producing the separate debug info file.
23326
a476ccc9
MC
233272004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23328
23329 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23330
f453692c
MC
233312004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23332
23333 * gdb.base/callfuncs.c: Add copyright notice.
23334
f40063a5
MC
233352004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23336
23337 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23338 inheritance. PR gdb/1498, PR gcc/13539.
23339
19ac3974
EZ
233402004-01-13 Elena Zannoni <ezannoni@redhat.com>
23341
a9c64011
AS
23342 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23343 test specific name.
23344 * gdb.mi/gdb669.exp: Ditto.
23345 * gdb.mi/mi-pthreads.exp: Ditto.
23346 * gdb.mi/mi1-pthreads.exp: Ditto.
23347 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 23348
56c97c6e
MC
233492004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23350
23351 * gdb.cp/member-ptr.cc: Add copyright notice.
23352
a0644324
MC
233532004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23354
23355 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23356 some patterns for recent versions of gcc and hpacc. Delete
23357 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23358 Delete tests that access a NULL pointer-to-member-data. This
23359 script is still disabled for gcc.
23360
32fabe09
EZ
233612004-01-12 Elena Zannoni <ezannoni@redhat.com>
23362
23363 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 23364 escaped correctly.
32fabe09 23365
1f8a6abb
EZ
233662004-01-12 Elena Zannoni <ezannoni@redhat.com>
23367
23368 * gdb.base/sepdebug.exp: New file.
23369 * gdb.base/sepdebug.c: New file.
23370 * lib/gdb.exp (separate_debug_filename): New procedure.
23371 (gdb_gnu_strip_debug): New procedure.
23372
48efe704
AC
233732004-01-12 Andrew Cagney <cagney@redhat.com>
23374
23375 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23376 * gdb.mi/ChangeLog-1999-2003: New file.
23377
a9415475
AC
233782004-01-12 Andrew Cagney <cagney@redhat.com>
23379
23380 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23381 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23382 or EEXIST", treat EBUSY as an XFAIL.
23383
83b8cf9d
MC
233842004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23385
23386 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23387 hp_cc_compiler.
23388
9939d2a8
MC
233892004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23390
23391 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23392 decorations.
23393
1ff8cadf
MC
233942004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23395
23396 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23397 and "(aCC)" decorations. Remove obsolete doco about old
23398 test results.
23399
6fa9022e
MC
234002004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23401
23402 * gdb.cp/exception.exp: Fix typo in doco.
23403
209721fe
MK
234042004-01-09 Mark Kettenis <kettenis@gnu.org>
23405
23406 * gdb.base/gdb1476.exp: Fix typo.
23407
ef11303e
MC
234082004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23409
23410 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23411 file.
23412
041ab88c
MC
234132004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23414
23415 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23416 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23417 Use gdb_compile. Remove restriction on gcc. Add some patterns
23418 for recent version of gdb. Delete second half, which was a copy
23419 of the first half with different build flags. This test is
23420 still disabled because it is still not ready for production.
23421
e36d075a
MC
234222004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23423
23424 * gdb.cp/exception.cc: Add copyright notice.
23425 * gdb.cp/exception.exp: Add a notice that this file is broken
23426 because of line number changes caused by addition of copyright
23427 notice.
23428
42b190ad
MC
234292004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23430
23431 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23432 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23433
8f25f06b
MC
234342004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23435
23436 * gdb.cp/classes.exp: Accept gnu abi 2.
23437 * gdb.cp/derivation.exp: Likewise.
23438 * gdb.cp/overload.exp: Likewise.
23439 * gdb.cp/virtfunc.exp: Likewise.
23440
06ded8b8
MC
234412004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23442
23443 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23444 semicolon after end of function.
23445
77c26ae3
MC
234462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23447
23448 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23449 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23450 boilerplate code for compiling and running the program under
23451 test. Add some string method tests.
23452
20757486
MC
234532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23454
23455 * gdb.cp/bs15503.cc: Add copyright notice.
23456 * gdb.cp/bs15503.exp: Adjust line number.
23457
0fd3b503
MC
234582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23459
23460 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23461 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23462
10d1bea8
MC
234632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23464
23465 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23466 hp_cc_compiler.
23467
2789202a
MC
234682004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23469
23470 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23471 * gdb.cp/ctti.exp: Use the marker instead of "next".
23472 With gcc, run further before bailing.
23473
b862f14c
MC
234742004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23475
23476 * gdb.cp/cttiadd.cc: Add copyright notice.
23477 * gdb.cp/cttiadd1.cc: Likewise.
23478 * gdb.cp/cttiadd2.cc: Likewise.
23479 * gdb.cp/cttiadd3.cc: Likewise.
23480
96da2469
MC
234812004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23482
23483 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23484 Use gdb_test, gdb_test_multiple. Use floating-point values that
23485 have exact representations in IEEE-ish formats.
23486
053248ff
MC
234872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23488
23489 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23490 compilers. Delete duplicate call to get_compiler_info.
23491 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23492 * gdb.base/volatile.exp: Likewise.
23493
84acecdd
MK
234942004-01-07 Mark Kettenis <kettenis@gnu.org>
23495
23496 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23497 memory at address 0.
23498
fe11a27f
MC
234992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23500
23501 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23502 to test for hp-ux assembler. Fix copyright years.
23503
60ad077b
AC
235042004-01-07 Andrew Cagney <cagney@redhat.com>
23505
23506 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23507
1c9b8f33
AC
235082004-01-07 Andrew Cagney <cagney@redhat.com>
23509
23510 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23511 when creating the read-only file. From analysis by Roland McGrath
23512 and Elena Zannoni.
23513
753ccc7a
MC
235142004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23515
23516 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23517
eca3e36b
MC
235182004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23519
23520 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23521 data pointers.
23522
f8d4bac4
MC
235232004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23524
23525 * gdb.cp/m-static.exp: Compile one source file at a time.
23526 Delete unused call to get_compiler_info.
23527
9b4e0f94
MC
235282004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23529
23530 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23531 * gdb.base/call-rt-st.exp: Likewise.
23532 * gdb.base/nodebug.exp: Likewise.
23533 * gdb.base/volatile.exp: Likewise.
23534 * gdb.cp/ref-types.exp: Likewise.
23535 * gdb.cp/templates.exp: Likewise.
23536
023c1024
MK
235372004-01-05 Mark Kettenis <kettenis@gnu.org>
23538
23539 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23540
19703c4a
MC
235412004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23542
23543 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23544 hppa*-hp-hpux*.
23545
18b67037
MK
235462004-01-04 Mark Kettenis <kettenis@gnu.org>
23547
ba6219c8
MK
23548 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23549 x86_64-*-*.
23550
18b67037
MK
23551 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23552 sparc64-*-* and sparc*-solaris2*.
23553
1bfbbb9d
MK
235542004-01-04 Mark Kettenis <kettenis@gnu.org>
23555
23556 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23557 return ${tests}" test. The ${tests} already mentions the
23558 filename.
23559
06846494
MC
235602004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23561
23562 * gdb.cp/local.exp: Accept gcc abi 2.
23563
3b0cb202
MC
235642004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23565
23566 * gdb.cp/templates.exp: Accept gcc abi 2.
23567
0643ec3f
MC
235682004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23569
23570 * lib/compiler.cc: Remove supports_template_debugging.
23571 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23572
d231d0b1
MC
235732004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23574
23575 * gdb.cp/namespace.exp: Accept gcc abi 2.
23576
44ffb27c
MC
235772004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23578
23579 * gdb.cp/method.exp: Accept gcc abi 2.
23580
184ad485
MC
235812004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23582
23583 * gdb.cp/classes.exp: Generate identical results as old version.
23584 * gdb.cp/derivation.exp: Likewise.
23585 * gdb.cp/overload.exp: Likewise.
23586 * gdb.cp/virtfunc.exp: Likewise.
23587
116f09e7
MC
235882004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23589
23590 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23591 mysterious bug with sourceware version of expect.
23592
b1379776
MC
235932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23594
23595 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23596 current versions of gcc, including gcc abi 2. Remove gratuitous
23597 restart of test program. Use gdb_test_multiple and gdb_test for
23598 all tests. Add patterns to xfail missing "const" in "const char *"
23599 and kfail PR gdb/1155.
23600
6b7a4c0e
MC
236012004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23602
23603 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23604 current versions of gcc, including gcc abi 2. Remove gratuitous
23605 restart of test program. Use gdb_test_multiple and gdb_test for
23606 all tests. Add patterns to kfail PR gdb/1498.
23607
51615d72
MC
236082003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23609
23610 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23611 current versions of gcc, including gcc abi 2. Use "breakpoint"
23612 and "continue" instead of restarting the target program. Use
23613 gdb_test_multiple and gdb_test for all tests.
23614
7b79a9d7
MK
236152004-01-01 Mark Kettenis <kettenis@gnu.org>
23616
23617 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23618 for *-*-solaris2*.
23619
1cd3489f
MC
236202003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23621
23622 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23623 current versions of gcc, including gcc abi 2. Use "breakpoint"
23624 and "continue" instead of restarting the target program several
23625 times. Use gdb_test_multiple and gdb_test for all tests.
23626
850742db
MC
236272003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23628
23629 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23630 source files.
23631
eb4bbda8
MC
236322003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23633
23634 * gdb.base/environ.exp: Handle compiling test case from multiple
23635 source files.
23636
e42c7771
MC
236372003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23638
23639 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23640
80e4b428
JB
236412003-12-17 Jim Blandy <jimb@redhat.com>
23642
5f06973a
JB
23643 * gdb.base/freebpcmd.c: Add copyright notice.
23644
80e4b428
JB
23645 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23646
0ab84fb7
MC
236472003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23648
23649 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23650
1b3bb3d0
JB
236512003-12-13 Jim Blandy <jimb@redhat.com>
23652
23653 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23654
3a4c9371
KB
236552003-12-12 Kevin Buettner <kevinb@redhat.com>
23656
23657 * gdb.asm/frv.inc: New file.
23658 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23659
a1dea79a
FF
236602003-12-09 Fred Fish <fnf@redhat.com>
23661
23662 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23663 functions to break1.c and leave prototypes behind. Add more
23664 "set breakpoint NN here" comments.
23665 * gdb.base/break1.c: New file.
23666
23667 * gdb.base/break.exp: Handle compiling test case from multiple
23668 source files and change source file references as needed.
23669 * gdb.base/completion.exp: Ditto.
23670 * gdb.base/condbreak.exp: Ditto.
23671 * gdb.base/define.exp: Ditto.
23672 * gdb.base/ena-dis-br.exp: Ditto.
23673 * gdb.base/info-proc.exp: Ditto.
23674 * gdb.base/maint.exp: Ditto.
23675 * gdb.base/until.exp: Ditto.
23676
23677 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23678 hardcoded line numbers.
23679 * gdb.base/define.exp: Ditto.
23680 * gdb.base/ena-dis-br.exp: Ditto.
23681 * gdb.base/maint.exp: Ditto.
23682 * gdb.base/until.exp: Ditto.
23683
23684 * gdb.base/completion.exp: Use "break1" for completion tests since
23685 "break" is no longer a unique prefix.
23686
5266b69c
AC
236872003-12-06 Andrew Cagney <cagney@redhat.com>
23688
23689 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23690 "return_value_unimplemented". When an unimplemented struct return
23691 architecture, report incorrect values as a KFAIL
23692
374451f0
MC
236932003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23694
23695 * gdb.cp/rtti.exp: Accept new wording of warning from
23696 cp_lookup_rtti_type.
23697
ba9b20a7
MC
236982003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23699
23700 Partial fix for PR testsuite/1456.
23701 * gdb.base/scope.exp (test_at_main): Replace references to
23702 gcc_compiled with calls to test_compiler_info.
23703 (test_at_foo): Likewise.
23704 (test_at_bar): Likewise.
23705
b74b6d0b
MC
237062003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23707
23708 Partial fix for PR testsuite/1456.
23709 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23710 to test_compiler_info.
23711
ccfa3402
MC
237122003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23713
23714 * gdb.base/so-impl-ld.exp: Update copyright notice.
23715
f6246aba
MC
237162003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23717
23718 Partial fix for PR testsuite/1456.
23719 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23720 to test_compiler_info.
23721
13ae734a
MC
237222003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23723
23724 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23725 from current versions of gdb. Clean up regular expressions.
23726 Delete redundant timeout case.
23727
d8e1cdee
MC
237282003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23729
23730 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23731 from current versions of gdb. Clean up regular expressions.
23732 Delete redundant timeout case.
23733
96457b64
MC
237342003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23735
23736 Partial fix for PR testsuite/1456.
23737 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23738 gcc_compiled with call to test_compiler_info.
23739
f35309fc
MC
237402003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23741
23742 Partial fix for PR testsuite/1456.
23743 * gdb.base/list.exp (test_list_function): Delete unused declaration
23744 of gcc_compiled.
23745
d7afdf9b
MC
237462003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23747
23748 Partial fix for PR testsuite/1456.
23749 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23750 call to test_compiler_info.
23751
71507b56
MK
237522003-11-29 Mark Kettenis <kettenis@gnu.org>
23753
23754 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23755 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23756 it to create the appropriate note.inc.
23757 * gdb.asm/asmsrc1.s: Include "note.inc".
23758 * gdb.asm/netbsd.inc: New file.
23759 * gdb.asm/empty.inc: New file.
23760
f81f93f7
MC
237612003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23762
23763 Partial fix for PR testsuite/1456.
23764 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23765 calls to test_compiler_info.
23766
9a77938e
MC
237672003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23768
23769 Partial fix for PR testsuite/1456.
23770 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23771 calls to test_compiler_info.
23772
e8367dc7
MK
237732003-11-27 Mark Kettenis <kettenis@gnu.org>
23774
23775 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23776 pattern for the KFAILs.
23777
526c61ee
AF
237782003-11-25 Adam Fedor <fedor@gnu.org>
23779
23780 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23781 * gdb.objc/objcdecode.m: New file.
23782
28f2d600
AF
237832003-11-25 Adam Fedor <fedor@gnu.org>
23784
23785 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23786 * gdb.objc/nondebug.m: New file.
23787
a3895cee
BE
237882003-11-26 Ben Elliston <bje@wasabisystems.com>
23789
23790 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23791 NetBSD as it does on FreeBSD. Modelled on a similar change by
23792 Mark Kettenis on 2003-05-30.
23793 (link-flags): Set to "--entry _start" regardless of target.
23794 Special linker flags are to be appended to $link-flags.
23795 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23796
c9f2c8a3
MC
237972003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23798
23799 * gdb.cp/method.exp: Accept output of new demangler.
23800
15a0587a 238012003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
23802
23803 * gdb/class2.exp: New file.
23804 * gdb/class2.cc: New file.
23805
3c00b570
MC
238062003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23807
23808 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23809 of new demangler.
23810
7027acc7
MK
238112003-11-23 Mark Kettenis <kettenis@gnu.org>
23812
23813 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23814 of gdb_test "run".
23815
b0e1598a
MK
238162003-11-23 Mark Kettenis <kettenis@gnu.org>
23817
23818 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23819 "continue" into "run".
23820
4d9eda44
MC
238212003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23822
23823 Partial fix for PR testsuite/1456.
23824 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23825 call to test_compiler_info.
23826 * gdb.cp/ctti.exp: Likewise.
23827 * gdb.cp/derivation.exp: Likewise.
23828 * gdb.cp/member-ptr.exp: Likewise.
23829 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23830 reference to gcc_compiled.
23831
238322003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
23833
23834 Fix PR testsuite/1463.
23835 * gdb.base/structs.exp (start_structs_test): Call
23836 get_debug_format before using the debug format.
23837
d422fe19
AC
238382003-11-22 Andrew Cagney <cagney@redhat.com>
23839
23840 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23841 * gdb.base/structs.exp: Use gdb_test_multiple.
23842
039cf96d
AC
238432003-11-20 Andrew Cagney <cagney@redhat.com>
23844
6882279b
AC
23845 * gdb.base/structs.exp: Handle and recover from internal errors.
23846 Replace "foo${n}" with "foo<n>" in test messages.
23847
e53890ae
AC
23848 * gdb.base/structs.exp: Update copyright. Rewrite.
23849 * gdb.base/structs.c: Update copyright. Rewrite.
23850
2b211c59
AC
23851 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23852 resync count exceeded.
d63a86f8 23853
039cf96d
AC
23854 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23855 from the internal error.
23856 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23857 Original from Jim Blandy.
23858 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 23859
eac98b22
AC
238602003-11-19 Andrew Cagney <cagney@redhat.com>
23861
23862 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23863 KFAIL.
23864
67455b2a
MK
238652003-11-17 Mark Kettenis <kettenis@gnu.org>
23866
23867 New testcase for PR backtrace/1435.
23868 * gdb.arch/i386-unwind.exp: New file.
23869 * gdb.arch/i386-unwind.c: New file.
23870
853d6e5b
AC
238712003-11-17 Andrew Cagney <cagney@redhat.com>
23872
23873 * lib/gdb.exp (compiler_info): New global.
23874 (test_compiler_info): New function.
23875 (get_compiler_info): Set compiler_info.
23876 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23877 "compiler_info" to gcc-<major>-<minor>.
23878
38cf6e11
MC
238792003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23880
23881 * gdb.trace/configure: Remove.
23882
a50d3602
EZ
238832003-11-13 Elena Zannoni <ezannoni@redhat.com>
23884
23885 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 23886 breakpoints.
a50d3602
EZ
23887 * gdb.base/break.exp: Remove all references to explicit line
23888 numbers.
23889
d9407aaa
NC
238902003-11-11 Nick Clifton <nickc@redhat.com>
23891
23892 * gdb.base/shreloc.exp: Do not run for targets which do not
23893 support shared objects.
23894
db488fc1
CV
238952003-11-10 Corinna Vinschen <vinschen@redhat.com>
23896
23897 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23898 Don't run tests if nofileio flag is given.
23899
6a90a18e
EZ
239002003-11-07 Elena Zannoni <ezannoni@redhat.com>
23901
23902 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 23903 as well as 'Watchpoint'.
6a90a18e 23904
0b915e9c
EZ
239052003-11-06 Elena Zannoni <ezannoni@redhat.com>
23906
23907 Reported by Jim Ingham <jingham@apple.com>:
23908 * gdb.base/annota1.exp: Match at least one occurrence of the
23909 signal handler annotation.
23910
d7e4b55f
EZ
239112003-11-06 Elena Zannoni <ezannoni@redhat.com>
23912
a9c64011
AS
23913 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23914 as well as 'Watchpoint'.
d7e4b55f 23915
2fe4e8d0
MC
239162003-11-05 Michael Chastain <mec@shout.net>
23917
23918 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23919
6ef88553
KW
239202003-11-03 Kris Warkentin <kewarken@qnx.com>
23921
23922 * gdb.arch/gdb1291.c: New test file.
23923 * gdb.arch/gdb1291.exp: New test script.
23924 * gdb.arch/gdb1431.c: New test file.
23925 * gdb.arch/gdb1431.exp: New test script.
23926
ae7dc4d8
MC
239272003-10-22 Michael Chastain <mec@shout.net>
23928
23929 * gdb.mi/pthreads.c: Add copyright notice.
23930
c39d7427
MC
239312003-10-22 Michael Chastain <mec@shout.net>
23932
23933 * gdb.threads/pthreads.c: Add copyright notice.
23934
8b7d96c1
MC
239352003-10-20 Michael Chastain <mec@shout.net>
23936
23937 * gdb.base/gdb1056.exp: New test script.
23938
d1d69fdd
DJ
239392003-10-13 Daniel Jacobowitz <drow@mvista.com>
23940
23941 * gdb.threads/killed.exp: Use gdb_run_cmd.
23942
7d605576
DJ
239432003-10-13 Daniel Jacobowitz <drow@mvista.com>
23944
23945 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23946 create a core file.
23947 * gdb.threads/gcore-thread.exp: Likewise.
23948
618ec112
CV
239492003-10-13 Corinna Vinschen <vinschen@redhat.com>
23950
23951 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23952 type, based on char type.
23953 (struct bit_flags_short_t): New bitfield type, based on short type.
23954 (init_bit_flags_char): New fuction.
23955 (init_bit_flags_short): Ditto.
23956 (print_bit_flags_char): Ditto.
23957 (print_bit_flags_short): Ditto.
23958 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23959
9367a73c
MC
239602003-10-11 Michael Chastain <mec@shout.net>
23961
23962 * gdb.base/call-rt-st.exp: Update copyright year.
23963
1decf120
KI
239642003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23965
23966 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23967 * gdb.disasm/sh3.s: Ditto.
23968
5445b2ae
DJ
239692003-10-07 Daniel Jacobowitz <drow@mvista.com>
23970
23971 * gdb.threads/switch-threads.exp: New test.
23972 * gdb.threads/switch-threads.c: New source file.
23973
aec24853
CV
239742003-10-07 Corinna Vinschen <vinschen@redhat.com>
23975
23976 * gdb.base/ending-run.exp: Add sh specific case.
23977
adc7428d
AC
239782003-10-06 Andrew Cagney <cagney@redhat.com>
23979
23980 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23981 * gdb.disasm/mn10200.exp: Delete obsolete file.
23982
c9d37158
DJ
239832003-09-29 Daniel Jacobowitz <drow@mvista.com>
23984
23985 * ChangeLog: Correct an entry command.exp -> commands.exp.
23986 * gdb.base/commands.exp (bp_deleted_in_command_test)
23987 (temporary_breakpoint_commands): Check noargs.
23988
79c2c32d
DC
239892003-09-25 David Carlton <carlton@kealia.com>
23990
23991 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23992 of some print tests, where appropriate. Add tests for C::D::cd,
23993 E::ce, F::cXfX, G::XgX.
23994 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23995
594e6d67
RE
239962003-09-25 Richard Earnshaw <rearnsha@arm.com>
23997
23998 * lib/java.exp (java_init): Import target_alias before using it.
23999
10f0d451
DC
240002003-09-25 David Carlton <carlton@kealia.com>
24001
24002 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
24003
274bcba0
EZ
240042003-09-23 Elena Zannoni <ezannoni@redhat.com>
24005
d63a86f8 24006 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 24007 weirdness.
274bcba0 24008
cdbf20f7
MC
240092003-09-17 Michael Chastain <mec@shout.net>
24010
24011 * gdb.cp/gdb1355.exp: New file.
24012 * gdb.cp/gdb1355.c: New file.
24013
71e06f80
CV
240142003-09-15 Corinna Vinschen <vinschen@redhat.com>
24015
24016 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
24017 * gdb.asm/sh.inc: New file.
24018
5c4e30ca
DC
240192003-09-11 David Carlton <carlton@kealia.com>
24020
bd45b7af
DC
24021 * gdb.cp/namespace.exp: Add tests for namespace types.
24022 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
24023 (test_namespace): New.
24024
1c199746
EZ
240252003-09-11 Elena Zannoni <ezannoni@redhat.com>
24026
a9c64011 24027 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 24028 * gdb.stabs/weird.exp: Ditto.
1c199746 24029
04ed252f
MC
240302003-09-08 Michael Chastain <mec@shout.net>
24031
24032 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
24033
d8a2d9e7
MC
240342003-09-07 Michael Chastain <mec@shout.net>
24035
24036 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
24037 'parse error'.
24038
161afb24
MK
240392003-09-07 Mark Kettenis <m.kettenis@osp.nl>
24040
24041 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
24042
49f2741a
MC
240432003-08-30 Michael Chastain <mec@shout.net>
24044
24045 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
24046 * gdb.gdb/observer.exp: Ditto.
24047 * gdb.gdb/xfullpath.exp: Ditto.
24048
8afa723e
MK
240492003-08-29 Mark Kettenis <kettenis@gnu.org>
24050
24051 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
24052 *-*-*bsd*.
24053
f31dfe3b
JJ
240542003-08-28 Jeff Johnston <jjohnstn@redhat.com>
24055
24056 * gdb.base/dump.exp: Skip for ia64.
24057
4630e498
JJ
240582003-08-25 Jeff Johnston <jjohnstn@redhat.com>
24059
24060 * gdb.asm/asm-source.exp: Add ia64 support.
24061 * gdb.asm/ia64.inc: New file.
24062
1105b7ef
MC
240632003-08-22 Michael Chastain <mec@shout.net>
24064
24065 * gdb.cp: New directory.
24066 * gdb.cp/*: Copy from gdb.c++/*.
24067 * gdb.c++/*: Remove.
24068 * Makefile.in: Change gdb.c++ to gdb.cp.
24069 * configure.in: Ditto.
24070 * configure: Regnerate.
24071
c945b932
MK
240722003-08-18 Mark Kettenis <kettenis@gnu.org>
24073
24074 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
24075 * gdb.arch/i386-prologue.c (gdb1338): Add function.
24076
2b66634b
DJ
240772003-08-17 Daniel Jacobowitz <drow@mvista.com>
24078
24079 * mi-var-display.exp (-var-list-children weird): Accept function
24080 pointers with argument types.
24081 * mi1-var-display.exp (-var-list-children weird): Likewise.
24082 * mi2-var-display.exp (-var-list-children weird): Likewise.
24083
a356f73b
DJ
240842003-08-17 Daniel Jacobowitz <drow@mvista.com>
24085
24086 * gdb.base/annota3.exp: Add missing newline.
24087
483417b8
MC
240882003-08-06 Michael Chastain <mec@shout.net>
24089
24090 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
24091
c99c59c3
MS
240922003-08-12 Michael Snyder <msnyder@redhat.com>
24093
24094 * gdb.base/float.exp: Add test for SH.
24095
55ed7501
MK
240962003-08-10 Mark Kettenis <kettenis@gnu.org>
24097
24098 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
24099
1a371f2e
EZ
241002003-08-07 Elena Zannoni <ezannoni@redhat.com>
24101
24102 * gdb.base/completion.exp: Remove reduntant completion test
24103 on filename.
24104
e0f353ce
EZ
241052003-08-07 Elena Zannoni <ezannoni@redhat.com>
24106
a9c64011
AS
24107 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
24108 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
24109 gdb.trace/save-trace.exp: Make sure that full pathnames are
24110 escaped correctly.
e0f353ce 24111
5710a1af 241122003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 24113
a9c64011
AS
24114 * configure.in: Don't generate config.h from config.hin.
24115 * configure: Regenerate.
24116 * config.hin: Remove file.
24117 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
24118 * gdb.threads/pthreads.c: Ditto.
5710a1af 24119
dcd81ce9
DJ
241202003-08-07 Daniel Jacobowitz <drow@mvista.com>
24121
24122 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24123 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
24124 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
24125 Replace ld24 with seth/add3.
24126
6009d884
AC
241272003-08-02 Andrew Cagney <cagney@redhat.com>
24128
24129 * gdb.base/annota3.exp: New file.
24130 * gdb.base/annota3.c: New file.
24131 * gdb.c++/annota3.exp: New file.
24132 * gdb.c++/annota3.cc: New file.
24133
51514e06
MC
241342003-07-29 Michael Chastain <mec@shout.net>
24135
24136 * gdb.threads/tls.c (spin): Check errno only if sem_wait
24137 actually failed.
24138 (do_pass): Likewise.
24139 * gdb.threads/tls.exp: Always initialize no_of_threads.
24140
4ee6625b
DJ
241412003-07-27 Daniel Jacobowitz <drow@mvista.com>
24142
24143 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
24144 pattern.
24145 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
24146 * gdb.threads/tls.exp: Recognize one case of the host library not
24147 supporting TLS.
24148
225f2bf6
AC
241492003-07-27 Andrew Cagney <cagney@redhat.com>
24150
24151 * gdb.base/fileio.exp: Use SH when running commands using
24152 remote_exec.
24153
bcb27c9f
DJ
241542003-07-24 Daniel Jacobowitz <drow@mvista.com>
24155
24156 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24157 * gdb.base/relocate.c (dummy): New padding array.
24158
3d67be83
MS
241592003-07-22 Michael Snyder <msnyder@redhat.com>
24160
d63a86f8 24161 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
24162
24163 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
24164 patterns to be more general, accepting old and new output.
24165 Some output chars (such as '+') also must be quoted.
d63a86f8 24166 Some addresses are displayed numerically instead of
3d67be83
MS
24167 symbolically.
24168
57ba3b85
MS
241692003-07-23 Michael Snyder <msnyder@redhat.com>
24170
686d097c
MS
24171 * gdb.base/return2.exp: Don't test long-long return.
24172
57ba3b85
MS
24173 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
24174 * gdb.disasm/t01_mov.exp: Ditto.
24175 * gdb.disasm/t02_mova.s: Ditto.
24176 * gdb.disasm/t02_mova.exp: Ditto.
24177 * gdb.disasm/t03_add.s: Ditto.
24178 * gdb.disasm/t03_add.exp: Ditto.
24179 * gdb.disasm/t04_sub.s: Ditto.
24180 * gdb.disasm/t04_sub.exp: Ditto.
24181 * gdb.disasm/t05_cmp.s: Ditto.
24182 * gdb.disasm/t05_cmp.exp: Ditto.
24183 * gdb.disasm/t06_ari2.s: Ditto.
24184 * gdb.disasm/t06_ari2.exp: Ditto.
24185 * gdb.disasm/t07_ari3.s: Ditto.
24186 * gdb.disasm/t07_ari3.exp: Ditto.
24187 * gdb.disasm/t08_or.s: Ditto.
24188 * gdb.disasm/t08_or.exp: Ditto.
24189 * gdb.disasm/t09_xor.s: Ditto.
24190 * gdb.disasm/t09_xor.exp: Ditto.
24191 * gdb.disasm/t10_and.s: Ditto.
24192 * gdb.disasm/t10_and.exp: Ditto.
24193 * gdb.disasm/t11_logs.s: Ditto.
24194 * gdb.disasm/t11_logs.exp: Ditto.
24195 * gdb.disasm/t12_bit.s: Ditto.
24196 * gdb.disasm/t12_bit.exp: Ditto.
24197 * gdb.disasm/t13_otr.s: Ditto.
24198 * gdb.disasm/t13_otr.exp: Ditto.
24199
e00759ef
EZ
242002003-07-22 Elena Zannoni <ezannoni@redhat.com>
24201
24202 * gdb.threads/tls.exp :Add kfail for 'info address' case.
24203
8bc2021f
EZ
242042003-07-22 Elena Zannoni <ezannoni@redhat.com>
24205
a9c64011
AS
24206 * gdb.threads/tls.c : New file.
24207 * gdb.threads/tls.exp : New file.
24208 * gdb.threads/tls-main.c : New file.
24209 * gdb.threads/tls-shared.c : New file.
24210 * gdb.threads/tls-shared.exp : New file.
8bc2021f 24211
89320c4c
AS
242122003-07-22 Andreas Schwab <schwab@suse.de>
24213
24214 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
24215
180dea7c
AS
242162003-07-20 Andreas Schwab <schwab@suse.de>
24217
24218 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
24219 due to insn reordering.
24220
0714963c
AC
242212003-07-15 Andrew Cagney <cagney@redhat.com>
24222
24223 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
24224
98a23b3f
MC
242252003-07-15 Michael Chastain <mec@shout.net>
24226
24227 * gdb.base/gdb1250.exp: New file.
24228 * gdb.base/gdb1250.c: New file.
24229
27e417a2
ML
242302003-07-09 Michal Ludvig <mludvig@suse.cz>
24231
24232 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
24233 expansion of size_t to 'unsigned long', not only to 'unsigned'.
24234
8bc2021f
EZ
242352003-07-09 Elena Zannoni <ezannoni@redhat.com>
24236
a9c64011
AS
24237 * gdb.threads/tls.c: New file.
24238 * gdb.threads/tls.exp: New file.
24239 * gdb.threads/tls-main.c: New file.
24240 * gdb.threads/tls-shared.c: New file.
24241 * gdb.threads/tls-shared.exp: New file.
8bc2021f 24242
d99968dc
EZ
242432003-07-09 Elena Zannoni <ezannoni@redhat.com>
24244
24245 * gdb.base/annota1.exp: Make sure that we properly escape the
24246 full path of the source file. Xfail more permissive patterns,
d63a86f8 24247 due to a compiler debug info problem.
d99968dc 24248
83876b3b
AS
242492003-07-07 Andreas Schwab <schwab@suse.de>
24250
2705e972
AS
24251 * gdb.asm/m68k.inc: New file.
24252 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24253
83876b3b
AS
24254 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
24255 arguments"): Also match negative number.
24256
24257 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
24258
3a871b37
DJ
242592003-07-03 Daniel Jacobowitz <drow@mvista.com>
24260
24261 * gdb.base/store.c (charest): New typedef.
24262 (add_char): Rename to add_charest, update.
24263 (wack_char): Rename to wack_charest, update types. Return l + r
24264 to keep r live across the call.
24265 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24266 (wack_double, wack_doublest): Return l + r to keep r live across
24267 the call.
24268 * gdb.base/store.exp: Accomodate store.c changes.
24269
b2a7f303
DC
242702003-06-30 David Carlton <carlton@kealia.com>
24271
24272 * gdb.c++/maint.exp (test_invalid_name): New.
24273 (test_first_component): Add tests for invalid names.
24274
3c6cb4a1
MC
242752003-06-29 Michael Chastain <mec@shout.net>
24276
24277 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24278 output of '<VTT for class>' for virtual base classes.
24279
f1c2644b
DJ
242802003-06-29 Daniel Jacobowitz <drow@mvista.com>
24281
24282 * gdb.base/completion.exp: Tab-complete "complet" instead of
24283 "compl".
24284 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24285
18080350
DJ
242862003-06-29 Daniel Jacobowitz <drow@mvista.com>
24287
24288 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24289 * gdb.base/volatile.exp: Likewise.
24290
f56973f8
DJ
242912003-06-29 Daniel Jacobowitz <drow@mvista.com>
24292
24293 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24294 gdb/1265.
24295
242962003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
24297 Daniel Jacobowitz <drow@mvista.com>
24298
24299 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24300 initial line count of 'captured_main' from 26 to 32.
24301 (test_with_self): Allow xmalloc call to be interleaved with the
24302 preceding two lines.
24303
e766d4d6
JB
243042003-06-24 Joel Brobecker <brobecker@gnat.com>
24305
24306 * gdb.base/bang.exp: New testcase.
24307
f125c9a4
JB
243082003-06-23 Joel Brobecker <brobecker@gnat.com>
24309
24310 * gdb.base/langs.exp: Add some tests for the "minimal" language
24311 support.
24312
6e25beaf
EZ
243132003-06-23 Elena Zannoni <ezannoni@redhat.com>
24314
24315 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24316 the testcase.
24317
2f816dda
DJ
243182003-06-22 Daniel Jacobowitz <drow@mvista.com>
24319
24320 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24321 offset.
24322
db5a5748
DJ
243232003-06-22 Daniel Jacobowitz <drow@mvista.com>
24324
24325 * gdb.c++/pr-1210.cc: New file.
24326 * gdb.c++/pr-1210.exp: New file.
24327
1df0c130
DJ
243282003-06-21 Daniel Jacobowitz <drow@mvista.com>
24329
24330 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24331 000-exec-continue.
24332
a92feac0
MK
243332003-06-15 Mark Kettenis <kettenis@gnu.org>
24334
24335 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24336 on *-*-*bsd* instead of *-*-freebsd*.
24337
81a58f5b
AC
243382003-06-14 Andrew Cagney <cagney@redhat.com>
24339
24340 * gdb.base/store.exp: Test longest and doublest. Test all
24341 parameters. Weaken return statement match.
24342 * gdb.base/store.c: Add longest and doublest - aka long long and
24343 long double functions. Put all parameters into local register
24344 variables. Use negative values.
24345
b257a0d3
AC
243462003-06-14 Andrew Cagney <cagney@redhat.com>
24347
24348 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24349 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24350 exit status.
24351 * gdb.base/fileio.exp: Disable target when nointerrupts and
24352 noinferiorio, instead of limiting it to remote. Use remote_exec
24353 instead of system.
d63a86f8 24354
21c38304
JJ
243552003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24356
24357 * gdb.base/float.exp: Add ia64 support.
24358
1bcdb424
CV
243592003-06-12 Corinna Vinschen <vinschen@redhat.com>
24360
24361 * gdb.base/fileio.exp: Run only on remote targets.
24362
6aeb981f
CV
243632003-06-10 Corinna Vinschen <vinschen@redhat.com>
24364
24365 * gdb.base/fileio.c: New file, testing File-I/O.
24366 * gdb.base/fileio.exp: Ditto.
24367
53df362e
RG
243682003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24369
24370 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24371 shared objects after relocation at load time (gdb PR/1132).
24372 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 24373 as above, part of the shared object relocation test.
53df362e 24374
ffee1b46
MK
243752003-06-08 Mark Kettenis <kettenis@gnu.org>
24376
b5ca3722
MK
24377 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24378 fully filled history list.
24379 * gdb.base/gdb_history: New file.
24380
03ed860d
MK
24381 * gdb.base/signals.exp: XFAIL "continue to func1" on
24382 i*86-*-freebsd*.
24383
ffee1b46
MK
24384 * gdb.base/attach.exp: When trying to attach to a nonexistent
24385 process, make it possible to specify the PID based on the target,
24386 and do so for *-*-freebsd*.
24387
d80dbb52
RH
243882003-06-02 Richard Henderson <rth@redhat.com>
24389
24390 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24391
6dd77b81
RH
243922003-06-02 Richard Henderson <rth@redhat.com>
24393
24394 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24395
f6347e16
RH
243962003-06-02 Richard Henderson <rth@redhat.com>
24397
24398 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24399
2c161407
DJ
244002003-06-01 Daniel Jacobowitz <drow@mvista.com>
24401
24402 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24403 of globalvar.
24404
572eb746
MK
244052003-06-01 Mark Kettenis <kettenis@gnu.org>
24406
24407 * gdb.asm/asm-source.exp: Check for memory read errors in
24408 disassembler test on *BSD too.
24409
9e9617a5
RH
244102003-06-01 Richard Henderson <rth@redhat.com>
24411
24412 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24413 for .frame.
24414 (gdbasm_call): Lose ldgp.
24415 (gdbasm_startup): Add frame information.
24416 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24417
7b34ad4e
MK
244182003-05-31 Mark Kettenis <kettenis@gnu.org>
24419
24420 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24421 i?86-*-*.
24422
10059fdf
MK
244232003-05-30 Mark Kettenis <kettenis@gnu.org>
24424
24425 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24426 FreeBSD.
24427
acf4b816
RH
244282003-05-29 Richard Henderson <rth@redhat.com>
24429
24430 * gdb.asm/alpha.inc: New file.
24431 * gdb.asm/asm-source.exp: Use it.
24432
e9ecd949
JB
244332003-05-29 Jim Blandy <jimb@redhat.com>
24434
24435 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24436 'core.PID'.
24437
e3e5a4f3
JB
244382003-05-22 Jim Blandy <jimb@redhat.com>
24439
24440 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24441 backtrace.
d63a86f8 24442
72fe3d25
DC
244432003-05-20 David Carlton <carlton@math.stanford.edu>
24444
24445 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24446 this time.
24447
58da2eb2
DC
244482003-05-19 David Carlton <carlton@bactrian.org>
24449
24450 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24451 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24452
1fcb5155
DC
244532003-05-19 David Carlton <carlton@bactrian.org>
24454
24455 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24456 namespace tests.
24457 Bump copyright date.
24458 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24459 (main): Call C::D::marker2.
24460 * gdb.c++/namespace1.cc: New file.
24461
85e85163
JJ
244622003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24463
24464 Roland McGrath <roland@redhat.com>
d63a86f8 24465 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
24466 there is no manager thread.
24467
a25fbfec
JJ
244682003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24469
d63a86f8
RM
24470 * gdb.threads/schedlock.exp: Remove assumption that all threads
24471 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
24472 in one of the child threads rather than the main thread.
24473
be375bae
JB
244742003-05-07 Jim Blandy <jimb@redhat.com>
24475
09bf6082
JB
24476 Add support for assembly source testing on the s390x.
24477 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24478 architecture.
24479 * gdb.asm/s390x.inc: New file.
24480
be375bae
JB
24481 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24482 succession of 'if' statements.
24483
00905d52
AC
244842003-05-05 Andrew Cagney <cagney@redhat.com>
24485
24486 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24487
b1e29e33
AC
244882003-05-05 Andrew Cagney <cagney@redhat.com>
24489
24490 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24491 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24492
e33d66ec
EZ
244932003-05-02 Elena Zannoni <ezannoni@redhat.com>
24494
24495 * gdb.base/charset.exp: Update based on new behavior of set/show
24496 charset commands.
24497
2b6fd0d8
AC
244982003-05-01 Andrew Cagney <cagney@redhat.com>
24499
24500 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24501 variable do not give memory errors.
24502
130cacce
AF
245032003-04-30 Adam Fedor <fedor@gnu.org>
24504
24505 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24506 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24507 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24508 gdb.objc/basicclass.m: : New files
24509
24510 * lib/gdb.exp (gdb_compile_objc): New procedure.
24511
bea71854
DJ
245122003-04-27 Daniel Jacobowitz <drow@mvista.com>
24513
24514 * gdb.base/signals.exp: Make backtrace tests more specific.
24515
0f20eeea
DC
245162003-04-23 David Carlton <carlton@bactrian.org>
24517
24518 * gdb.c++/maint.exp (test_first_component): Add tests for
24519 'operator' in more locations.
24520
c8c4d8dc
KB
245212003-04-16 Kevin Buettner <kevinb@redhat.com>
24522
24523 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24524
3fe60e3c
EZ
245252003-04-16 Elena Zannoni <ezannoni@redhat.com>
24526
24527 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 24528 func marke' instead. Update test name.
3fe60e3c 24529
9219021c
DC
245302003-04-15 David Carlton <carlton@math.stanford.edu>
24531
24532 * gdb.c++/maint.exp: New file.
24533
5dd55bdd
EZ
245342003-04-14 Elena Zannoni <ezannoni@redhat.com>
24535
24536 * gdb.threads/schedlock.c: Change type of thread function argument
24537 to long, to avoid warnings on 64-bit platforms.
24538
00890572
EZ
245392003-04-14 Elena Zannoni <ezannoni@redhat.com>
24540
a9c64011
AS
24541 * gdb.base/attach.exp: Add new message from ptrace in case of
24542 attaching to nonexistent process.
d63a86f8 24543
93201743
JB
245442003-04-11 Jim Blandy <jimb@redhat.com>
24545
24546 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24547 gdb.c++/userdef.cc: Place comments on the lines to which the
24548 marker function might return.
24549 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24550 gdb.c++/userdef.exp: Look for those comments to check that we've
24551 returned to the right place, instead of checking line numbers.
24552
2a11c64d
EZ
245532003-04-11 Elena Zannoni <ezannoni@redhat.com>
24554
a9c64011
AS
24555 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24556 match on sourcefile name, instead of directory name.
2a11c64d 24557
68ab8fc5
EZ
245582003-04-10 Elena Zannoni <ezannoni@redhat.com>
24559
d63a86f8 24560 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
24561 working directory name.
24562
5624293a
JB
245632003-04-09 Jim Blandy <jimb@redhat.com>
24564
24565 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24566 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24567 after an inferior function call, report the failure, but allow the
24568 test to continue.
24569
f1f02ee4
SC
245702003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24571
24572 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24573 with -DPROTOTYPES.
24574
6eb79af0
SC
245752003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24576
24577 * gdb.base/break.exp: Revert last patch.
24578
8dfb4cf0
SC
245792003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24580
24581 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24582 with -DPROTOTYPES.
24583
ed4c619a
AC
245842003-04-02 Andrew Cagney <cagney@redhat.com>
24585
24586 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24587 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24588 matching directories by the name breakpoint.
24589 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24590 Make "continue to marker1" consistent.
24591 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24592 message consistent.
24593 * lib/gdb.exp: Put "the program is no longer running", and "the
24594 program exited" in parenthesis.
24595 * lib/mi-support.exp: Ditto.
d63a86f8 24596
4e35d5f0 245972003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 24598
4e35d5f0
BR
24599 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24600
71900fe8
AC
246012003-03-29 Andrew Cagney <cagney@redhat.com>
24602
24603 * gdb.base/sizeof.c (main): Print the value of '\377'.
24604 * gdb.base/sizeof.exp: Check the sign of '\377'.
24605
c0655a16
MC
246062003-03-27 Michael Chastain <mec@shout.net>
24607
24608 * gdb.base/gdb1090.exp: New file.
24609 * gdb.base/gdb1090.cc: New file.
24610
5b2a3989
JB
246112003-03-27 J. Brobecker <brobecker@gnat.com>
24612
24613 * gdb.gdb/observer.exp: New regression test.
24614
79876890
MC
246152003-03-27 Michael Chastain <mec@shout.net>
24616
24617 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24618 * gdb.base/ptype.exp: Likewise.
24619
6eac95e3
CV
246202003-03-27 Corinna Vinschen <vinschen@redhat.com>
24621
24622 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24623
e8c71839
MC
246242003-03-26 Michael Chastain <mec@shout.net>
24625
24626 * gdb.base/ptype.exp: Actually use some typedef'd types.
24627
71b10041
SC
246282003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24629
24630 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24631 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24632
2512cf80
CV
246332003-03-20 Corinna Vinschen <vinschen@redhat.com>
24634
24635 * gdb.base/default.exp: Fix regular expression.
24636
0d195a4f
CV
246372003-03-20 Corinna Vinschen <vinschen@redhat.com>
24638
24639 * gdb.base/args.exp: Fix regular expression.
24640
8a2dbca8
CV
246412003-03-20 Corinna Vinschen <vinschen@redhat.com>
24642
24643 * gdb.base/help.exp: Allow Win32 child process.
24644
bf028682
CV
246452003-03-20 Corinna Vinschen <vinschen@redhat.com>
24646
24647 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24648 when stepping out of main().
24649
182dbe85
CV
246502003-03-20 Corinna Vinschen <vinschen@redhat.com>
24651
24652 * gdb.base/default.exp: Check for win32 specific message when calling
24653 "run" without executable.
24654
d67a6ba5
CV
246552003-03-20 Corinna Vinschen <vinschen@redhat.com>
24656
24657 * gdb.base/args.exp: Expect .exe in output.
24658
a955b5bb
CV
246592003-03-20 Corinna Vinschen <vinschen@redhat.com>
24660
24661 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24662 Cygwin native.
24663
bf6bad4b
AC
246642003-03-17 Andrew Cagney <cagney@redhat.com>
24665
24666 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24667 vector registes.
24668 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24669 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24670
293e9a31
DC
246712003-03-17 David Carlton <carlton@math.stanford.edu>
24672
24673 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24674 test, for PR breakpoints/38.
24675 Call test_watchpoint_and_breakpoint.
24676 * gdb.base/watchpoint.c (func3): New function.
24677 (main): Call func3.
24678
5330f2db
DC
246792003-03-04 David Carlton <carlton@math.stanford.edu>
24680
24681 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24682 Garply<Garply<char> >:: garply".
24683 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24684 with respect to PR c++/1111; note also PR c++/1113.
24685 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24686 respect to PR c++/1062.
24687 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24688
6ece72da
DC
246892003-03-03 David Carlton <carlton@math.stanford.edu>
24690
24691 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24692 with respect to PR c++/57.
24693 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24694 c++/826.
24695 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24696 respect to PR c++/57.
24697
85ca1584
DC
246982003-03-03 David Carlton <carlton@math.stanford.edu>
24699
24700 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24701 respect to PR c++/33 into FAILs.
24702
98e9c5b8
MC
247032003-03-03 Michael Chastain <mec@shout.net>
24704
7bedbf27
MC
24705 * configure.in: Update copyright years.
24706
247072003-03-03 Michael Chastain <mec@shout.net>
24708
24709 * Makefile.in: Update copyright years.
98e9c5b8 24710
f683e100
DC
247112003-02-28 David Carlton <carlton@math.stanford.edu>
24712
24713 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24714 print class instead of struct and/or superfluous protection
24715 specifiers, as long as the resulting output is equivalent to the
24716 source code.
24717 Delete FIXME from end of messages on tests that don't need
24718 fixing.
24719
a9e0cf2c
DC
247202003-02-28 David Carlton <carlton@math.stanford.edu>
24721
24722 * gdb.c++/templates.exp (do_tests): Allow const in the two
24723 Foo<volatile char *>::foo tests.
24724
e8d359df
MS
247252003-02-27 Michael Snyder <msnyder@redhat.com>
24726
d63a86f8 24727 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
24728 will be consistant.
24729
0b71dc91
DC
247302003-02-26 David Carlton <carlton@math.stanford.edu>
24731
24732 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24733 char *>::foo" test with respect to PR c++/33. Create a new test
24734 which is identical to that one except that it doesn't put the
24735 space between the "char" and the "*"; KFAIL it, too.
24736
dd14ab43
DC
247372003-02-26 David Carlton <carlton@math.stanford.edu>
24738
24739 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24740 template types into either PASSes or KFAILs (corresponding to PR
24741 c++/57). Tweak indentation. Update copyright.
24742
1146c7f1
SC
247432003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24744
24745 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24746
74641dfb
MC
247472003-02-13 Michael Chastain <mec@shout.net>
24748
24749 * gdb.base/exprs.exp: Remove i960 remnants.
24750 * gdb.base/funcargs.exp: Likewise.
24751 * gdb.base/list.exp: Likewise.
24752 * gdb.base/ptype.exp: Likewise.
24753
559cd2d0
DC
247542003-02-14 David Carlton <carlton@math.stanford.edu>
24755
24756 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24757 pEe->D::vg()" from XFAIL to KFAIL.
24758
c4f90d87
JM
247592003-02-13 Jason Molenda (jmolenda@apple.com)
24760
24761 * gdb.base/maint.exp: Update maint print statistics regexp to include
24762 new entries.
24763
cbc4d97c
MC
247642003-02-13 Michael Chastain <mec@shout.net>
24765
24766 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24767
40f235b7
MC
247682003-02-12 Michael Chastain <mec@shout.net>
24769
24770 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24771 * gdb.c++/inherit.exp: Likewise.
24772 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24773 * gdb.c++/templates.exp: Likewise.
24774 * gdb.c++/virtfunc.exp: Likewise.
24775
c56716b0
JM
247762003-02-06 Jason Molenda (jason-cl@molenda.com)
24777
24778 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24779 why the code is written that way.
24780
070afcf8
MC
247812003-02-05 Michael Chastain <mec@shout.net>
24782
24783 * gdb.base/dump.exp: Add missing copyright line.
24784
5d0331e5
JM
247852003-02-05 Jason Molenda (jason-cl@molenda.com)
24786
f7ae6d3e 24787 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
24788 at the beginning so the breakpoint doesn't get set on the loop.
24789
92851186
MC
247902003-02-05 Michael Chastain <mec@shout.net>
24791
24792 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24793 output for configurations with gcc 2.95.3.
24794
cbf1e085
AC
247952003-02-05 Keith Seitz <keiths@redhat.com>
24796 Andrew Cagney <ac131313@redhat.com>
24797
24798 * gdb.mi/mi-cli.exp: New file.
d63a86f8 24799
29518e1e
MC
248002003-02-04 Michael Chastain <mec@shout.net>
24801
24802 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24803 Call perror and then continue.
24804
5af1d5f3
MC
248052003-02-03 Michael Chastain <mec@shout.net>
24806
24807 * gdb.c++/pr-1023.cc: New file.
24808 * gdb.c++/pr-1023.exp: New file.
24809
6b549786
JB
248102003-02-05 Jim Blandy <jimb@redhat.com>
24811
24812 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24813 it's local to foobar. Check for it there, and check that it's not
24814 present in main.
24815 * gdb.c++/local.cc (marker2): New function.
24816 (foobar): Call marker1.
24817 (main): Call marker2 instead of marker1.
24818
67f16606
AC
248192003-02-04 Andrew Cagney <ac131313@redhat.com>
24820
24821 * gdb.disasm/mn10200.exp: Obsolete file.
24822 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24823 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24824 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24825
1c5cb38e
DC
248262003-02-04 David Carlton <carlton@math.stanford.edu>
24827
24828 * gdb.c++/overload.exp: Test intToChar(1).
24829 * gdb.c++/overload.cc (intToChar): New.
24830 (main): Call intToChar.
24831
d1fe6965
DC
248322003-02-03 David Carlton <carlton@math.stanford.edu>
24833
24834 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24835 'might_kfail' arg.
24836 KFAIL some of the continue_to_bp_overloaded calls, according to
24837 PR c++/1025.
24838
9ba61c5d
MC
248392003-02-01 Michael Chastain <mec@shout.net>
24840
24841 * gdb.base/advance.c (marker1): New marker function.
24842 * gdb.base/advance.exp: When the 'advance' command lands on the
24843 return breakpoint, it can legitimately stop on either the
24844 current line or the next line. Accommodate both outcomes.
24845 * gdb.base/until.exp: Likewise.
24846
e7494ffb
AC
248472003-02-02 Andrew Cagney <ac131313@redhat.com>
24848
24849 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24850 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24851 now a list, not a tuple.
24852 * gdb.mi/mi-var-display.exp: Ditto.
24853 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 24854
075559bc
AC
248552003-02-01 Andrew Cagney <ac131313@redhat.com>
24856
24857 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24858 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24859 stack backtraces.
24860 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 24861
2bd4c7b1
MK
248622003-02-01 Mark Kettenis <kettenis@gnu.org>
24863
24864 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24865 gdb.mi/mi1-pthreads.exp: Return instead of calling
24866 gdb_suppress_entire_file.
24867
eabd8992
MS
248682003-02-01 Mark Salter <msalter@redhat.com>
24869
24870 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24871
71469e2f
MS
248722003-01-31 Mark Salter <msalter@redhat.com>
24873
24874 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24875 Support empty arg.
24876
38a94d44
MC
248772003-01-30 Michael Chastain <mec@shout.net>
24878
24879 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24880 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24881 has been fixed in gdb/readline on 2003-01-09.
24882
19ea9e73
MS
248832003-01-29 Michael Snyder <msnyder@redhat.com>
24884
e8d359df
MS
24885 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24886 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
24887 * gdb.base/args.exp: Skip if target does not support args passing.
24888
2307bd6a
DJ
248892003-01-22 Daniel Jacobowitz <drow@mvista.com>
24890
19ea9e73 24891 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
24892 gdb_test. Accept a list of expect arguments as the third
24893 parameter.
24894 (gdb_test): Use it.
24895
f2dd3617
EZ
248962003-01-20 Elena Zannoni <ezannoni@redhat.com>
24897
24898 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24899 allow for different test tree configurations. Update some
24900 tescases accordingly.
24901 * gdb.arch/altivec-regs.exp: Ditto.
24902 * gdb.asm/asm-source.exp: Ditto.
24903 * gdb.base/advance.exp: Ditto.
24904 * gdb.base/display.exp: Ditto.
d63a86f8 24905 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
24906 * gdb.base/mips_pro.exp: Ditto.
24907 * gdb.base/overlays.exp: Ditto.
24908 * gdb.base/relocate.exp: Ditto.
24909 * gdb.base/setshow.exp: Ditto.
24910 * gdb.base/step-line.exp: Ditto.
24911 * gdb.base/step-test.exp: Ditto.
24912 * gdb.base/until.exp: Ditto.
24913 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24914
c71cdefd
DC
249152003-01-17 David Carlton <carlton@math.stanford.edu>
24916
24917 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24918 corresponding to PR c++/945.
24919 Update copyright.
24920
fdba05d7
DC
249212003-01-17 David Carlton <carlton@math.stanford.edu>
24922
24923 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24924 corresponding to PR c++/68.
24925
249262003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
24927
24928 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24929 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24930 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24931
c362c33a
EZ
249322003-01-15 Elena Zannoni <ezannoni@redhat.com>
24933
0fbc361c
EZ
24934 * gdb.base/break.exp: Fix change of default location, because of
24935 removal of until tests.
24936 * gdb.base/help.exp: Update test for new 'until' help message.
24937 Add test for help on 'advance'.
a9c64011 24938 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 24939
dabf8a35
MK
249402003-01-15 Mark Kettenis <kettenis@gnu.org>
24941
24942 * gdb.base/default.exp: Adapt "info float" test for recent changes
24943 to that command. Add test for "info vector".
24944 * gdb.base/float.exp: New file. Add test for "info float" that
24945 resembles the old test in gdb.base/default.exp.
24946
a1769aca
DC
249472003-01-15 David Carlton <carlton@math.stanford.edu>
24948
24949 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24950
82025e13
EZ
249512003-01-15 Elena Zannoni <ezannoni@redhat.com>
24952
24953 * gdb.base/break.exp: Move the tests of until command from here...
24954 * gdb.base/until.exp: ... to here. New file. Add other tests.
24955 * gdb.base/advance.c: New file.
24956 * gdb.base/advance.exp: New file.
24957
8f9ab801
EZ
249582003-01-14 Elena Zannoni <ezannoni@redhat.com>
24959
a9c64011
AS
24960 * gdb.base/args.c: New file.
24961 * gdb.base/args.exp: New file.
8f9ab801 24962
9ae66589
DJ
249632003-01-14 Daniel Jacobowitz <drow@mvista.com>
24964
24965 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24966
8d77e5c3
DJ
249672003-01-14 Daniel Jacobowitz <drow@mvista.com>
24968
24969 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24970
12d2f0a1
DJ
249712003-01-14 Daniel Jacobowitz <drow@mvista.com>
24972
24973 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24974 dates.
24975
6ca37014
DJ
249762003-01-13 Daniel Jacobowitz <drow@mvista.com>
24977
24978 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24979
b0023472
DJ
249802003-01-13 Daniel Jacobowitz <drow@mvista.com>
24981
24982 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24983 (ptype &*"foo").
24984 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24985
607fbc54 249862003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24987
24988 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24989 * gdb.mi/mi1-console.exp: Likewise.
24990
607fbc54 249912003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24992
24993 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24994 * gdb.mi/mi1-console.exp: Likewise.
24995
a1fb14a2
DJ
249962003-01-13 Daniel Jacobowitz <drow@mvista.com>
24997
24998 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24999
c4cf40b7
DJ
250002003-01-09 Daniel Jacobowitz <drow@mvista.com>
25001
25002 * gdb.base/detach.exp: New test.
25003
696d5a5b
DJ
250042003-01-09 Daniel Jacobowitz <drow@mvista.com>
25005
25006 * Makefile.in (ALL_SUBDIRS): New variable.
25007 (subdirs, clean, distclean): Use it.
25008 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
25009 regenerating Makefile, since it is generated from the top level.
25010 * gdb.asm/Makefile.in: Likewise.
25011 * gdb.base/Makefile.in: Likewise.
25012 * gdb.c++/Makefile.in: Likewise.
25013 * gdb.disasm/Makefile.in: Likewise.
25014 * gdb.java/Makefile.in: Likewise.
25015 * gdb.mi/Makefile.in: Likewise.
25016 * gdb.threads/Makefile.in: Likewise.
25017 * gdb.trace/Makefile.in: Likewise.
25018
754533e4
DC
250192003-01-09 David Carlton <carlton@math.stanford.edu>
25020
25021 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
25022 Add copyright year 2003.
25023
d8b3e9ee
MC
250242003-01-06 Michael Chastain <mec@shout.net>
25025
25026 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
25027 When selecting a thread, 'line' and 'file' are optional.
25028 * gdb.mi/mi1-pthreads.exp: Likewise.
25029
8e9e0fe6
AS
250302003-01-06 Andreas Schwab <schwab@suse.de>
25031
25032 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
25033 failures.
25034
b5ab8ff3
DJ
250352003-01-04 Daniel Jacobowitz <drow@mvista.com>
25036
25037 Fix PR gdb/844
25038 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
25039 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
25040
25041 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
25042 instead of calling gdb_suppress_entire_file.
25043 * gdb.threads/print-threads.exp: Likewise.
25044 * gdb.threads/schedlock.exp: Likewise.
25045
25046 * gdb.threads/killed.exp: Return instead of calling
25047 gdb_suppress_entire_file.
25048 * gdb.threads/linux-dp.exp: Likewise.
25049 * gdb.threads/pthreads.exp: Likewise.
25050
1e698235
DJ
250512003-01-04 Daniel Jacobowitz <drow@mvista.com>
25052
25053 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
25054 stabs.
25055 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
25056 * gdb.base/whatis.exp: Always allow (void) after function names.
25057
147ff08c
DJ
250582003-01-04 Daniel Jacobowitz <drow@mvista.com>
25059
25060 * gdb.c++/casts.exp: Correct regexp.
25061
dc62bfc2
MK
250622003-01-04 Mark Kettenis <kettenis@gnu.org>
25063
25064 * configure.in: Call AC_CONFIG_HEADER. Don't call
25065 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
25066 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
25067 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
25068 aforementioned directories in the AC_OUPUT call.
25069 * config.hin: New file.
25070 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
25071 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
25072 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
25073 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
25074 pass -I$objdir instead of -I$objdir/$subdir in compilation.
25075 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
25076 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
25077 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
25078 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
25079 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
25080 gdb.threads/configure.in, gdb.threads/configure,
25081 gdb.threads/config.in, gdb.trace/configure.in,
25082 gdb.trace/configure: Removed.
25083
77afa639
MC
250842003-01-03 Michael Chastain <mec@shout.net>
25085
25086 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
25087 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
25088
7634bb6e
DJ
250892003-01-03 Daniel Jacobowitz <drow@mvista.com>
25090
25091 * gdb.base/store.exp: Fix regular expressions.
25092
b39c905e
MK
250932002-12-28 Mark Kettenis <kettenis@gnu.org>
25094
25095 * configure.in: Rewrite.
25096 * configure: Regenerated.
25097
0a8551dd
DC
250982003-01-03 David Carlton <carlton@math.stanford.edu>
25099
25100 * gdb.base/psymtab.exp: New file.
25101 * gdb.base/psymtab1.c: Ditto.
25102 * gdb.base/psymtab2.c: Ditto.
25103
c60b7188
AF
251042002-12-23 Adam Fedor <fedor@gnu.org>
25105
25106 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
25107
ee73db83
DC
251082002-12-23 David Carlton <carlton@math.stanford.edu>
25109
25110 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
25111 and current_directory initialization.
25112
d6c1774e
JB
251132002-12-22 Jim Blandy <jimb@redhat.com>
25114
f0a847b8
JB
25115 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
25116 rather than as part of the output file name.
25117
d6c1774e
JB
25118 * gdb.base/attach.exp: There's no need to copy the test program to
25119 /tmp; that was only ever necessary on HP/UX, and this test is
25120 entirely disabled there anyway.
25121
f0708dbb
JB
251222002-12-21 Jim Blandy <jimb@redhat.com>
25123
4c2acfea
JB
25124 * gdb.c++/psmang.exp: Doc fix.
25125
f0708dbb
JB
25126 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
25127 test.
25128
9579e000
DC
251292002-12-20 David Carlton <carlton@math.stanford.edu>
25130
25131 * gdb.c++/annota2.exp: KFAIL annotate-quit.
25132
d1810171
MC
251332002-12-18 Michael Chastain <mec@shout.net>
25134
25135 * gdb.c++/annota2.exp: Add copyright year 2002.
25136
76565097
DC
251372002-12-17 David Carlton <carlton@math.stanford.edu>
25138
25139 * gdb.c++/try_catch.cc: Add marker comments.
25140 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
25141 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
25142 * gdb.c++/m-static.cc: Ditto.
25143 * gdb.c++/m-static1.cc: Ditto.
25144 * gdb.c++/try_catch.cc: Ditto.
25145
da81390b
JJ
251462002-12-16 Jeff Johnston <jjohnstn@redhat.com>
25147
25148 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
25149 to see whether we are using the new -environment-directory
25150 command which resets via -r or the old version of the command
25151 which may prompt the user. Part of fix for gdb/741.
25152
b304d130
AC
251532002-12-13 Andrew Cagney <ac131313@redhat.com>
25154
25155 * gdb.fortran/types.exp: Update obsolete comment.
25156 * gdb.fortran/exprs.exp: Ditto.
25157 * lib/gdb.exp: Delete obsolete code.
25158 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
25159 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
25160 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
25161 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
25162 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
25163 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
25164 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
25165 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
25166 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
25167 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
25168 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
25169 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
25170 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
25171 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
25172 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
25173 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
25174 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
25175 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
25176 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
25177 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
25178 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
25179 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
25180 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
25181 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
25182 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
25183 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
25184 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
25185 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
25186 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
25187 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
25188 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
25189 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
25190 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
25191 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
25192 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
25193 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
25194 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
25195
a23b6e6a
DC
251962002-12-11 David Carlton <carlton@math.stanford.edu>
25197
25198 * gdb.c++/m-data.exp: Add test for members that shadow global
25199 variables: see PR gdb/804.
25200 * gdb.c++/m-data.cc: Ditto.
25201
6604731b
DJ
252022002-12-10 Daniel Jacobowitz <drow@mvista.com>
25203
25204 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
25205
de46ecd7
DC
252062002-12-06 David Carlton <carlton@math.stanford.edu>
25207
25208 * gdb.base/store.c: Don't declare functions static.
25209
27e829d0
AC
252102002-12-04 Andrew Cagney <ac131313@redhat.com>
25211
25212 * gdb.base/store.exp, gdb.base/store.c: New files.
25213
92806416
DJ
252142002-12-03 Daniel Jacobowitz <drow@mvista.com>
25215
25216 * gdb.base/selftest.exp: Update for current gdb.
25217
3bcbaac5
DJ
252182002-12-03 Daniel Jacobowitz <drow@mvista.com>
25219
25220 * gdb.base/maint.exp: Only dump symbols from one source file
25221 or objfile.
25222
f4f00b1f
DJ
252232002-12-03 Daniel Jacobowitz <drow@mvista.com>
25224
25225 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
25226 function call.
25227
f1c8a949
JB
252282002-11-25 Jim Blandy <jimb@redhat.com>
25229
25230 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
25231 function appearing in error message.
25232
9e297a97
DJ
252332002-11-21 Daniel Jacobowitz <drow@mvista.com>
25234
25235 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25236
1f312e79
JJ
252372002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25238
d63a86f8
RM
25239 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
25240 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
25241 should be in mi console format. This is part of fix for PR gdb/604.
25242
83c31e7d
FN
252432002-09-18 Fernando Nasser <fnasser@redhat.com>
25244
25245 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
25246 which explicitly prints the zero offset as "+0".
25247
322b3f65
DJ
252482002-10-22 Daniel Jacobowitz <drow@mvista.com>
25249
25250 * gdb.threads/schedlock.c (args): Make unsigned.
25251
252522002-10-21 Daniel Jacobowitz <drow@mvista.com>
25253
25254 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
25255 numbers. Allow "foo2|selected stack frame".
25256 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
25257 * gdb.asm/asmsrc2.s: Likewise.
25258 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
25259 comments.
25260 * gdb.asm/mips.inc: New file.
25261
5e2fe5b8
AF
252622002-10-18 Adam Fedor <fedor@gnu.org>
25263
25264 * gdb.base/default.exp: Update expected output to include 'ObjC'.
25265 * gdb.base/help.exp: Likewise.
25266
abe1a5d0
KB
252672002-10-17 Kevin Buettner <kevinb@redhat.com>
25268
25269 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25270 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25271
10abb1d4
JB
252722002-10-02 Jim Blandy <jimb@redhat.com>
25273
25274 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25275
1f609b42
AC
252762002-10-01 Andrew Cagney <ac131313@redhat.com>
25277
25278 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25279 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25280 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25281 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25282 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25283 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25284 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25285
0aee02e4
AC
252862002-09-29 Andrew Cagney <ac131313@redhat.com>
25287
25288 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25289 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25290 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25291 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25292 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25293 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25294 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 25295
6fde09ad
KB
252962002-09-27 Kevin Buettner <kevinb@redhat.com>
25297
25298 * gdb.base/annota1.exp (info break): Make directory components of
25299 path optional since not all compilers emit this debug information.
25300
889bf7c5
PA
25301 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25302 step ends up stepping out of the function instead of stopping on
25303 the epilogue.
6fde09ad 25304
9e8aab75
KS
253052002-09-26 Keith Seitz <keiths@redhat.com>
25306
25307 * lib/insight-support.exp (gdbtk_start): Figure out where
25308 the insight executable is based on where gdb is. Use this
25309 executable to start insight instead of gdb.
25310
e36180d7
AC
253112002-09-25 Andrew Cagney <cagney@redhat.com>
25312
25313 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25314
9dd34b2b
AC
253152002-09-24 Andrew Cagney <ac131313@redhat.com>
25316
25317 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25318 test_isolated_complaints.
25319 (test_empty_complaint): New function.
25320 (test_empty_complaints): New function. Check no output when no
25321 complaints.
d63a86f8 25322
dea97812
KB
253232002-09-19 Jim Blandy <jimb@redhat.com>
25324
a9c64011 25325 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 25326
54951bd7
AC
253272002-09-19 Andrew Cagney <ac131313@redhat.com>
25328
25329 * gdb.gdb/complaints.exp: New file.
25330
dec43320
AC
253312002-09-18 Andrew Cagney <ac131313@redhat.com>
25332
25333 * gdb.base/maint.exp: Check `help maint internal-warning'.
25334
e70d6e3f
DC
253352002-09-18 David Carlton <carlton@math.stanford.edu>
25336
25337 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25338 numbers, and replace them by a single breakpoint after the
25339 constructors are all finished.
25340 Add test 4.
25341 * gdb.c++/m-static.cc: Add test 4.
25342 * gdb.c++/m-static.h: New file.
25343 * gdb.c++/m-static1.cc: New file.
25344
25345 * gdb.c++/printmethod.exp: New file.
25346 * gdb.c++/printmethod.cc: New file.
25347
25348 * gdb.c++/pr-574.exp: New file.
25349 * gdb.c++/pr-574.cc: New file.
25350
afb5c968
CV
253512002-09-18 Corinna Vinschen <vinschen@redhat.com>
25352
25353 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25354 embedded targets which never actually exit.
25355
31e45dee
FN
253562002-09-18 Fernando Nasser <fnasser@redhat.com>
25357
25358 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25359 "don't step after run" as unresolved or unsupported, instead of xfail.
25360
a283c5a1
CV
253612002-09-18 Corinna Vinschen <vinschen@redhat.com>
25362
25363 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25364 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25365 Add newline to expected string in "step out of main (status wrapper)"
25366 case.
25367
11350d2a
CV
253682002-09-18 Corinna Vinschen <vinschen@redhat.com>
25369
25370 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25371 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25372
0deec7d6
TT
253732002-09-17 Tom Tromey <tromey@redhat.com>
25374
25375 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25376 \000, not \0, in double-quoted string.
25377
b2b4a1b5
CV
253782002-09-14 Corinna Vinschen <vinschen@redhat.com>
25379
c9d37158 25380 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
25381 string after running the commands execution on breakpoint tests.
25382
1c56143a
CV
253832002-09-13 Corinna Vinschen <vinschen@redhat.com>
25384
25385 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25386
37f8da45
JB
253872002-09-12 Joel Brobecker <brobecker@gnat.com>
25388
25389 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25390
08b468e0
KS
253912002-09-10 Keith Seitz <keiths@redhat.com>
25392
25393 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25394 runto proc.
25395 (mi_run_to_main): Use mi_runto.
25396 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25397
dc360f58
KS
253982002-09-10 Keith Seitz <keiths@redhat.com>
25399
25400 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25401 regexp for stopping at main. Could have multiple event notifications.
25402 Don't assume that main was declared with no parameters.
25403 (mi_next): Use mi_step_to.
25404 (mi_step): Use mi_next_to.
25405
ce3abcfb
CV
254062002-09-09 Corinna Vinschen <vinschen@redhat.com>
25407
25408 * gdb.base/default.exp: Fix expected string in `info float' test.
25409
d1f5b980
BE
254102002-09-09 Ben Elliston <bje@redhat.com>
25411
25412 * config/mips.exp: Update comments.
25413 * config/mips-idt.exp: Likewise.
25414 * config/nind.exp: Likewise.
25415 * config/slite.exp: Likewise.
25416 * config/sparclet.exp: Likewise.
25417 * config/udi.exp: Likewise.
25418 * config/vx.exp: Likewise.
25419 * config/vxworks29k.exp: Likewise.
25420
2f71430b
JB
254212002-09-05 Jim Blandy <jimb@redhat.com>
25422
25423 * gdb.threads/killed.exp: Fix test failure message.
25424
7ddebc7e
KS
254252002-09-04 Keith Seitz <keiths@redhat.com>
25426
25427 * lib/mi-support.exp: Update copyright.
25428 (mi_gdb_test): Increase the priority of the expected pattern
25429 so that it matches gdb_test.
25430
0ae67eb3
KS
254312002-09-03 Keith Seitz <keiths@redhat.com>
25432
25433 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25434 Use integer comparison instead of string comparison for testing
25435 whether binary was built.
25436
38fc42c8
JB
254372002-09-03 Jim Blandy <jimb@redhat.com>
25438
25439 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25440
b6ff0e81
JB
254412002-08-29 Jim Blandy <jimb@redhat.com>
25442
25443 * gdb.threads/pthreads.exp: Move the portable thread compilation
25444 code into a function in lib/gdb.exp, and call that from here.
25445 * lib/gdb.exp (gdb_compile_pthreads): New function.
25446
07c98896
KS
254472002-08-29 Keith Seitz <keiths@redhat.com>
25448
25449 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25450 expect_out so that callers can get at it.
25451
0312286c
DJ
254522002-08-23 Daniel Jacobowitz <drow@mvista.com>
25453
25454 * gdb.threads/print-threads.c: New file.
25455 * gdb.threads/print-threads.exp: New file.
25456 * gdb.threads/schedlock.c: New file.
25457 * gdb.threads/schedlock.exp: New file.
25458
dd039bc4
EZ
254592002-08-22 Elena Zannoni <ezannoni@redhat.com>
25460
a9c64011
AS
25461 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25462 not altivec.c.
dd039bc4 25463
1f36144c
MK
254642002-08-17 Mark Kettenis <kettenis@gnu.org>
25465
25466 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25467 targets. The problem should be fixed now.
25468
16057ec7 254692002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
25470
25471 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25472 2002-07-24 change that removes final dots from error messages.
25473
3c1499ad
TT
254742002-08-13 Tom Tromey <tromey@redhat.com>
25475
25476 * gdb.base/readline.exp: New file.
25477
a20ce2c3
AC
254782002-08-01 Andrew Cagney <ac131313@redhat.com>
25479
25480 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25481 supress message.
25482
db034ac5
AC
254832002-08-01 Andrew Cagney <cagney@redhat.com>
25484
25485 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25486 CHILL_FOR_TARGET and CHILL_LIB.
25487 * configure.in (configdirs): Remove gdb.chill.
25488 * configure: Regenerate.
25489 * lib/gdb.exp: Obsolete references to chill.
25490 * gdb.fortran/types.exp: Ditto.
25491 * gdb.fortran/exprs.exp: Ditto.
25492
3e000b18
KB
254932002-07-30 Kevin Buettner <kevinb@redhat.com>
25494
25495 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25496 set Irix-specific compile and link flags.
25497
28f4966b
KB
254982002-07-29 Kevin Buettner <kevinb@redhat.com>
25499
25500 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25501 source files. The ``-o'' option doesn't work with the ``-E'' option
25502 when using the Irix compiler.
25503
46c0d5a6
DJ
255042002-07-19 Daniel Jacobowitz <drow@mvista.com>
25505
25506 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25507 Improve support for reusing an exec file. Copy exec file
25508 to target, and run gdbserver on the target instead of on the host.
25509
eecf4bed
JB
255102002-07-18 Jim Blandy <jimb@redhat.com>
25511
0f815cdf
JB
25512 * gdb.base/ending-run.exp: Don't expect to see the program end in
25513 some orderly fashion when we're running on a real stand-alone
25514 board.
25515
eecf4bed
JB
25516 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25517 targets that don't support interrupts.
25518
52d309e4
JB
255192002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25520
25521 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25522 systems.
25523 Move comments in expect statements to inside the actions, so that they
25524 don't get matched against.
25525
ff683d9e
MK
255262002-07-10 Mark Kettenis <kettenis@gnu.org>
25527
25528 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25529 function when asleep" test.
25530
b5356753
AC
255312002-07-10 Andrew Cagney <ac131313@redhat.com>
25532
25533 * gdb.base/page.exp: Rewrite to handle problems with very long
25534 `info set' output. Update copyright.
25535
6aa4d13a
AC
255362002-06-26 Andrew Cagney <ac131313@redhat.com>
25537
25538 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25539 gdb.threads-hp.
25540 * gdb.hp/configure: Regenerate.
25541 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25542 * gdb.hp/gdb.threads-hp/configure: Delete file.
25543 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25544
8cf8c2b8
AC
255452002-06-22 Andrew Cagney <ac131313@redhat.com>
25546
25547 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25548 setlocale, bindtextdomain and textdomain.
25549
6827a8f8
JB
255502002-06-11 Jim Blandy <jimb@redhat.com>
25551
919d772c
JB
25552 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25553 preprocessor macro information is present.
25554
6827a8f8
JB
25555 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25556 tests.
25557
c15b0d21
MS
255582002-06-06 Michael Snyder <msnyder@redhat.com>
25559
c5984d70
MS
25560 * gdb.base/overlays.exp: Record addresses of overlay
25561 functions in TCL variables rather than in GDB variables,
25562 to avoid having GDB convert them to pointers (with loss
25563 of information).
25564
d63a86f8 25565 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 25566 default linker script changes.
c15b0d21
MS
25567 * gdb.base/long_long.exp: Add check for sizeof (long double).
25568
be26fe0d
ML
255692002-06-06 Michal Ludvig <mludvig@suse.cz>
25570
25571 * gdb.asm/asm-source.exp: Add x86-64 target.
25572 * gdb.asm/x86_64.inc: New.
d63a86f8 25573
258093ca 255742002-05-30 Michael Chastain <mec@shout.net>
258093ca 25575
4b3153f1 25576 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
25577 * gdb.c++/m-static.cc: New file.
25578 * gdb.c++/m-static.exp: New file.
25579
241264c6
MS
255802002-05-28 Michael Snyder <msnyder@redhat.com>
25581
25582 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25583 precision.
25584
9bba8c8f 255852002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 25586
4b3153f1 25587 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
25588 * gdb.c++/m-data.cc: New file.
25589 * gdb.c++/m-data.exp: New file.
25590
255912002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 25592
4b3153f1 25593 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 25594 * gdb.c++/try_catch.cc: New file.
d63a86f8 25595 * gdb.c++/try_catch.exp: New file.
9bba8c8f 25596
def1b996
MC
255972002-05-27 Michael Chastain <mec@shout.net>
25598
25599 * gdb.c++/local.exp: Accept more nested types in output.
25600
522ba268
MC
256012002-05-26 Michael Chastain <mec@shout.net>
25602
25603 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25604
277254ba
MS
256052002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25606
25607 * lib/gdb.exp (gdb_wrapper_init): Just because
25608 gdb_wrapper_file exists, this does not mean that the file
25609 should not be rebuilt. That is what gdb_wrapper_initialized
25610 is for.
25611 (default_gdb_init): Reset gdb_wrapper_initialized.
25612
b61a8733
MS
256132002-05-23 Michael Snyder <msnyder@redhat.com>
25614
d63a86f8 25615 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
25616 the precision of the floating point test results.
25617 * gdb.base/call-rt-st.exp: Ditto.
25618
b61a8733
MS
25619 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25620 * gdb.base/call-rt-st.exp: Ditto.
25621
56f6e910
MC
256222002-05-19 Michael Chastain <mec@shout.net>
25623
25624 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25625
ad0b0016
EZ
256262002-05-19 Elena Zannoni <ezannoni@redhat.com>
25627
a9c64011
AS
25628 * configure.in (configdirs): Add gdb.arch.
25629 * configure: Regenerate.
ad0b0016 25630
f617d2b6
JB
256312002-05-17 Jim Blandy <jimb@redhat.com>
25632
25633 * gdb.base/completion.exp: Recognize the more detailed error
25634 messages produced by the macro expander's lexical analyzer.
25635
eac2a696
EZ
256362002-05-14 Elena Zannoni <ezannoni@redhat.com>
25637
a9c64011
AS
25638 * gdb.arch/altivec-abi.c: New file.
25639 * gdb.arch/altivec-abi.exp: New file.
25640 * gdb.arch/altivec-regs.c: New file.
25641 * gdb.arch/altivec-regs.exp: New file.
eac2a696 25642
2fdde8f8
DJ
256432002-05-14 Daniel Jacobowitz <drow@mvista.com>
25644
25645 * gdb.base/maint.exp (maint print type): Update for new type
25646 structure.
d63a86f8 25647
e31f1a7c
EZ
256482002-05-14 Elena Zannoni <ezannoni@redhat.com>
25649
25650 * gdb.arch: New directory.
25651 * gdb.arch/configure.in: New file.
25652 * gdb.arch/configure: New file.
25653 * gdb.arch/Makefile.in: New file.
25654
db589741
CV
256552002-05-13 Corinna Vinschen <vinschen@redhat.com>
25656
25657 * gdb.asm/asm-source.exp: Add v850 as supported target.
25658 * gdb.asm/v850.inc: New file.
25659
8ce2a7dc
DJ
256602002-05-13 Daniel Jacobowitz <drow@mvista.com>
25661
25662 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25663
df763c7f
DJ
256642002-05-12 Daniel Jacobowitz <drow@mvista.com>
25665
25666 * gdb.base/break.exp: Check 'break "marker2"'.
25667
377daeed
MS
256682002-05-10 Michael Snyder <msnyder@redhat.com>
25669
25670 * gdb.base/long_long.exp: Fix typo.
25671
c4b7bc2b
JB
256722002-05-10 Jim Blandy <jimb@redhat.com>
25673
ecac9a4e
JB
25674 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25675 a bug.
25676
c4b7bc2b
JB
25677 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25678 Recognize more detailed error message produced by the macro
25679 expander's lexical analyzer.
25680 * lib/gdb.exp (test_print_reject): Same.
25681
e71019a1
MK
256822002-05-09 Mark Kettenis <kettenis@gnu.org>
25683
25684 * gdb.c++/method.exp: Fix typo.
25685
fedfc8e6
MS
256862002-05-08 Michael Snyder <msnyder@redhat.com>
25687
166a1957
MS
25688 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25689 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 25690 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
25691 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25692 Add iftarget clause for strongarm.
d63a86f8 25693
f1c47eb2
MS
256942002-05-06 Michael Snyder <msnyder@redhat.com>
25695
cb9a9d3e
MS
25696 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25697 (gdb_continue_to_end): Accept output from status wrapper.
25698 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25699 Clean up fail messages to match pass messages.
25700
f1c47eb2
MS
25701 Enable the "needs_status_wrapper" testsuite feature.
25702 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25703 (gdb_compile): Conditionally call gdb_wrapper_init.
25704 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25705 * gdb.c++/method.exp: Recognize output from status wrapper.
25706
6079c749
BE
257072002-05-06 Ben Elliston <bje@redhat.com>
25708From Graydon Hoare <graydon@redhat.com>
25709
25710 * config/sid.exp: Include support for "rawsid" protocol.
25711
188baff3
JB
257122002-05-03 Jim Blandy <jimb@redhat.com>
25713
25714 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25715 * gdb.c++/hang3.C: New file.
25716
b9c07f0f
AC
257172002-05-04 Andrew Cagney <ac131313@redhat.com>
25718
25719 * gdb.base/default.exp: Remove obsolete code.
25720 * gdb.c++/misc.exp: Ditto. Update copyright.
25721 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25722 * gdb.base/whatis.exp: Ditto. Update copyright.
25723 * gdb.base/scope.exp: Ditto. Update copyright.
25724 * gdb.base/ptype.exp: Ditto. Update copyright.
25725 * gdb.base/printcmds.exp: Ditto. Update copyright.
25726 * gdb.base/opaque.exp: Ditto. Update copyright.
25727 * gdb.base/list.exp: Ditto.
25728 * gdb.base/funcargs.exp: Ditto. Update copyright.
25729 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25730 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25731 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25732 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25733 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25734 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25735
5c7a0397
MS
257362002-05-02 Michael Snyder <msnyder@redhat.com>
25737
d6dcc264 25738 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
25739 * gdb.base/long_long.exp: Add xscale target.
25740 * gdb.base/default.exp: Add xscale target.
25741
eb7f1c48
JB
257422002-05-01 Jim Blandy <jimb@redhat.com>
25743
25744 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25745 gdb.c++/hang.exp: New test.
25746
a6befae8
FF
257472002-05-01 Fred Fish <fnf@redhat.com>
25748
25749 * gdb.base/completion.exp: Handle completions of "./Make" for
25750 more than one completion possibility, as is the case when we
25751 build and test in the source tree.
25752
0a310277
AG
257532002-04-29 Anthony Green <green@redhat.com>
25754
25755 * gdb.java/jmisc1.exp: New file.
25756 * gdb.java/jmisc2.exp: New file.
25757
6ff9af88
DJ
257582002-04-24 Daniel Jacobowitz <drow@mvista.com>
25759
25760 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25761
96b3d632
EZ
257622002-04-23 Elena Zannoni <ezannoni@redhat.com>
25763
25764 * gdb.base/help.exp: Change 'help status' to allow for target
25765 dependent output differences.
25766
5019bb54
MC
257672002-04-22 Michael Chastain <mec@shout.net>
25768
25769 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25770
a805a116
MC
257712002-04-22 Michael Chastain <mec@shout.net>
25772
25773 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25774
a1706bfd
DM
257752002-04-17 David S. Miller <davem@redhat.com>
25776
25777 * gdb.asm/sparc64.inc: New file.
25778 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25779
a73a20a2
EZ
257802002-04-19 Elena Zannoni <ezannoni@redhat.com>
25781
25782 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25783 instruction file directly into the build tree. Clean up at end of
25784 test.
25785
ba678339
DM
257862002-04-18 David S. Miller <davem@redhat.com>
25787
25788 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25789 handle 64-bit platforms correctly.
25790 * gdb.base/maint.exp: Likewise.
25791
b03399da
KB
257922002-04-18 Kevin Buettner <kevinb@redhat.com>
25793
25794 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25795 ``-fpic'' when compiling files comprising a shared library, but
25796 it does need additional linker flags in order to find shared
25797 libraries at run time.
25798
e2004992
KB
257992002-04-18 Kevin Buettner <kevinb@redhat.com>
25800
25801 * gdb.base/cvexpr.c (use): New function.
25802 (main): Invoke use() on all global variables to prevent
25803 some linkers from deleting these otherwise unused symbols.
25804
d8937120
MC
258052002-04-17 Michael Chastain <mec@shout.net>
25806From David S. Miller <davem@redhat.com>
25807
25808 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25809 handle 64-bit platforms correctly.
25810
ffd61a58
MS
258112002-04-12 Michael Snyder <msnyder@redhat.com>
25812From Jim Blandy <jimb@redhat.com>
a9c64011 25813 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
25814 script can handle this instead.
25815 * gdb.base/bar.c (barx): Same.
25816 * gdb.base/baz.c (bazx): Same.
25817 * gdb.base/grbx.c (grbxx): Same.
25818
25819 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25820 manager doesn't automatically unmap overlays unnecessarily.
25821
6b8426a6
MH
258222002-04-10 Martin M. Hunt <hunt@redhat.com>
25823
25824 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25825 stepping out of main.
25826
34af4875
MC
258272002-04-09 Michael Chastain <mec@shout.net>
25828
25829 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25830 scope so that the nested scope tests will make sense.
25831 * gdb.c++/local.exp: Write patterns that actually work with gcc
25832 (the HP patterns "were never known to work with gcc").
25833 Keep the old aCC patterns too.
25834
2d1676a0
DJ
258352002-04-09 Daniel Jacobowitz <drow@mvista.com>
25836
25837 * gdb.base/attach.exp: Correct target board test.
25838
3a63e3f9
MC
258392002-04-08 Michael Chastain <mec@shout.net>
25840
25841 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25842 in a const method. Add some xfail and fail cases for configurations
25843 that do not emit the "const ...".
25844
f18dabd2
MC
258452002-04-07 Michael Chastain <mec@shout.net>
25846
25847 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25848 Accept "A * const" and "const A * const" as type of "this".
25849 Fix spelling of getFunky throughout. Make messages uniform.
25850
0fcddd82
EZ
258512002-04-07 Elena Zannoni <ezannoni@redhat.com>
25852
a9c64011 25853 Work around for PR gdb/285:
0fcddd82
EZ
25854 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25855
16a8534a
EZ
258562002-04-07 Elena Zannoni <ezannoni@redhat.com>
25857
25858 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25859 instructions file at run time instead of configure time.
25860 Sometimes we run the test in a directory that is not the one we
25861 configured in.
25862 * gdb.asm/configure.in: Delete creation of symlink.
25863 * gdb.asm/configure: Regenerate.
25864
24181d81
JB
258652002-04-05 J. Brobecker <brobecker@gnat.com>
25866
25867 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25868 xfullpath () function.
25869
7cdb7107
DJ
258702002-04-04 Daniel Jacobowitz <drow@mvista.com>
25871
25872 * gdb.asm/Makefile.in: Correct dependencies.
25873
25874 * gdb.asm/powerpc.inc: New file.
25875 * gdb.asm/asm-source.exp: Add PowerPC.
25876 * gdb.asm/configure.in: Likewise.
25877 * gdb.asm/configure: Regenerated.
25878
a7d17088
DJ
258792002-04-04 Daniel Jacobowitz <drow@mvista.com>
25880
25881 * gdb.base/relocate.exp: New file.
25882 * gdb.base/relocate.c: New file.
25883
cd721503
FF
258842002-04-04 Fred Fish <fnf@redhat.com>
25885
25886 * gdb.base/step-test.exp: Update comment regarding stopping in
25887 memcpy/bcopy calls inserted as part of the compiler runtime.
25888
b22ad7a7
MS
258892002-04-04 Michael Snyder <msnyder@redhat.com>
25890
25891 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25892
5f279fa6
DJ
258932002-04-03 Daniel Jacobowitz <drow@mvista.com>
25894
25895 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25896 (gdb_expect): Remove $notransfer hack.
25897
dd0fd3ce
DJ
258982002-04-02 Daniel Jacobowitz <drow@mvista.com>
25899
25900 * gdb.c++/classes.exp ("calling method for small class"): Match
25901 updated register output.
25902
1e50cda1
DJ
259032002-03-30 Daniel Jacobowitz <drow@mvista.com>
25904
25905 Fix PR gdb/452
25906 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25907 when finished. Make gdb_file_cmd send "exec-file" when
25908 appropriate.
25909
24015922
DJ
259102002-03-30 Daniel Jacobowitz <drow@mvista.com>
25911
25912 * gdb.base/attach.exp: Remove extra setup_xfail.
25913
dd7dfd64
MS
259142002-03-26 Michael Snyder <msnyder@redhat.com>
25915
25916 * gdb.base/default.exp: Add tests for dump, append, and restore.
25917 * gdb.base/help.exp: Add tests for dump, append, and restore.
25918 * gdb.base/dump.exp: New file, test dump, append and restore.
25919 * gdb.base/dump.c: New file.
25920
48b2f8d7
MS
259212002-03-27 Michael Snyder <msnyder@redhat.com>
25922
d63a86f8 25923 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
25924 clean-ups in help messages.
25925
05b4d525
FF
259262002-03-26 Fred Fish <fnf@redhat.com>
25927
25928 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25929 have debugging info for those functions and the compiler uses them
25930 internally to copy structs around.
25931
d7679631
FF
259322002-03-26 Fred Fish <fnf@redhat.com>
25933
25934 * gdb.base/list.exp: Revert the change made yesterday and add note
25935 about why we don't list the default lines for remote targets.
25936
523ac3f9
MS
259372002-03-25 Michael Snyder <msnyder@redhat.com>
25938
25939 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25940
754b2b8d
FF
259412002-03-25 Fred Fish <fnf@redhat.com>
25942
25943 * gdb.base/list.exp: This test works on remote targets so remove
25944 the short circuit for remote targets. Update copyright.
25945
33c3e192
FF
259462002-03-25 Fred Fish <fnf@redhat.com>
25947
25948 * gdb.base/attach.exp: Fix logic error that was suppressing this
25949 test for all non hppa*-*-hpux* targets, instead of the hp target.
25950 Move comments closer to the suppression point. Also now need to
25951 check that we are running natively.
25952
d43e73ee
MS
259532002-03-22 Michael Snyder <msnyder@redhat.com>
25954
882c8f02
MS
25955 * gdb.base/default.exp: Add test for gcore. Update copyright.
25956 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 25957
04c12f60
FF
259582002-03-06 Fred Fish <fnf@redhat.com>
25959
25960 * gdb.base/funcargs.c: Remove extraneous ';' character.
25961 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25962
b43df995
MC
259632002-03-04 Michael Chastain <mec@shout.net>
25964
25965 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25966 accommodate gcc v3 function signature.
25967 * gdb.mi/mi0-var-cmd-exp: Ditto.
25968
92362027
AC
259692002-02-24 Andrew Cagney <ac131313@redhat.com>
25970
25971 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25972 ``GNU/Linux'' or ``Linux kernel''
25973 * testsuite/gdb.threads/pthreads.c: Ditto.
25974
258ad32d
MC
259752002-02-24 Michael Chastain <mec@shout.net>
25976
25977 * gdb.threads/pthreads.c (thread1): Add a return statement.
25978 (thread2): Likewise.
25979 (foo): Likewise.
25980
04c3b3d4
MC
259812002-02-23 Michael Chastain <mec@shout.net>
25982
25983 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25984 to placate gcc.
25985
5a2a0a20
MC
259862002-02-23 Michael Chastain <mec@shout.net>
25987
25988 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25989 test "ptype bint". The test passes on all my stabs configurations.
25990
a640f7fc
JB
259912002-02-21 Jim Blandy <jimb@redhat.com>
25992
27924826
JB
25993 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25994 filename at a time, and watch for the ones we want to see.
25995
a640f7fc
JB
25996 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25997 types of pointers to prototyped functions.
25998
edcc8c75
AC
259992002-02-20 Andrew Cagney <ac131313@redhat.com>
26000
26001 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
26002 signed, unsigned and straight char.
26003 (padding_char, padding_short, padding_int, padding_long,
26004 padding_long_long, padding_float, padding_double,
26005 padding_long_double): New global variables.
26006 (fill, fill_structs): New functions.
26007
26008 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
26009 for correctly sized writes. Update copyright.
26010 (get_valueof): New procedure.
26011 (get_sizeof): Call get_valueof.
26012 (check_valueof): New procedure.
26013 (check_padding): New procedure.
26014
ac57ea44
MC
260152002-02-20 Michael Chastain <mec@shout.net>
26016
26017 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
26018 to setup_xfail. Document some of the remaining calls.
26019
7a10c941
MC
260202002-02-18 Michael Chastain <mec@shout.net>
26021
26022 * gdb.c++/userdef.exp: Update copyright year.
26023
fb8acdcc
DJ
260242002-02-18 Daniel Jacobowitz <drow@mvista.com>
26025
26026 * gdb.c++/userdef.exp: Test overloaded operators properly.
26027 Remove xfails.
26028
fda6ae12
MS
260292002-02-14 Michael Snyder <msnyder@redhat.com>
26030
26031 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
26032
676a0442
DJ
260332002-02-14 Daniel Jacobowitz <drow@mvista.com>
26034
26035 * gdb.base/a2-run.exp: Check for a remote target properly.
26036 * gdb.base/annota1.exp: Likewise.
26037 * gdb.base/list.exp: Likewise.
26038 * gdb.base/reread.exp: Likewise.
26039 * gdb.base/scope.exp: Likewise.
26040 * gdb.base/shlib-call.exp: Likewise.
26041 * gdb.base/term.exp: Likewise.
26042 * gdb.c++/annota2.exp: Likewise.
26043
78b4f468
RE
260442002-02-13 Richard Earnshaw <rearnsha@arm.com>
26045
26046 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
26047
9a81ba51
MC
260482002-02-10 Michael Chastain <mec@shout.net>
26049
26050 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
26051 (call_after_alloca): Ditto.
26052
004af6c7
DJ
260532002-02-10 Daniel Jacobowitz <drow@mvista.com>
26054
26055 * gdb.base/ending-run.exp: Guard "cont" test with
26056 gdb_skip_stdio_test.
26057
37225f62
JB
260582002-02-06 Jim Blandy <jimb@redhat.com>
26059
26060 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
26061 from here...
26062 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
26063 To here. Disable this test on non-HP platforms. Add big comment.
26064
fe6fdd96
MS
260652002-02-04 Michael Snyder <msnyder@redhat.com>
26066
26067 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
26068 other than d10v and m32r.
26069
036fad3f
RE
260702002-02-02 Richard Earnshaw <rearnsha@arm.com>
26071
26072 * gdb.base/default.exp: Rewrite test patterns to reduce time
26073 taken to match them.
26074
7148ab62
DJ
260752002-01-30 Daniel Jacobowitz <drow@mvista.com>
26076
26077 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
26078 Allow a start function above main.
26079 * gdb.threads/linux-dp.exp: Fix copyright date.
26080
396cc255
DJ
260812002-01-30 Daniel Jacobowitz <drow@mvista.com>
26082
a9c64011
AS
26083 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
26084 (check_philosopher_stack): Check for manager thread before checking
26085 for a just-starting thread.
396cc255 26086
f038d31b
DJ
260872002-01-30 Daniel Jacobowitz <drow@mvista.com>
26088
26089 From Neil Booth <neil@daikokuya.demon.co.uk>:
26090 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
26091 warnings.
26092
b3ff9d9a
FF
260932002-01-21 Fred Fish <fnf@redhat.com>
26094
26095 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
26096 not caller.
26097
39ad761d
JB
260982002-01-21 Jim Blandy <jimb@redhat.com>
26099
26100 * gdb.base/reread.exp: Check that GDB properly re-reads the
26101 executable file when it changes while no inferior is running.
26102
aaf320fa
FF
261032002-01-21 Fred Fish <fnf@redhat.com>
26104
a9c64011
AS
26105 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
26106 optionally accept the "shlib events" variation.
aaf320fa 26107
808a31f5
JB
261082002-01-21 Jim Blandy <jimb@redhat.com>
26109
26110 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
26111 call `fflush' after every `printf', so that the output is produced
26112 at predictable points, regardless of whatever buffering does (or
26113 doesn't) take place.
26114 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
26115 at different points.
26116
4420d5e2
DJ
261172002-01-20 Daniel Jacobowitz <drow@mvista.com>
26118
26119 * gdb.c++/inherit.exp: Update copyright years.
26120 * gdb.c++/method.exp: Likewise.
26121
3e36a0f4
DJ
261222002-01-20 Daniel Jacobowitz <drow@mvista.com>
26123
26124 * gdb.c++/classes.exp: Update for improved v3 support and skipping
26125 artificial methods/arguments.
26126 * gdb.c++/derivation.exp: Likewise.
26127 * gdb.c++/inherit.exp: Likewise.
26128 * gdb.c++/method.exp: Likewise.
26129 * gdb.c++/virtfunc.exp: Likewise.
26130
b4ceaee6
AC
261312002-01-18 Andrew Cagney <ac131313@redhat.com>
26132
26133 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
26134 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
26135 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
26136 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
26137 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
26138 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
26139
ecace851
JB
261402002-01-17 Jim Blandy <jimb@redhat.com>
26141
26142 * gdb.asm/asm-source.exp (info symbol): Take another shot at
26143 anchoring the pattern matching the entry point symbol's name.
26144
375fc983
AC
261452002-01-17 Andrew Cagney <ac131313@redhat.com>
26146
26147 * gdb.base/maint.exp: Update ``maint internal-error'' to match
26148 continue/quit query. Update copyright.
26149
fe6fdd96
MS
261502002-01-14 Michael Snyder <msnyder@redhat.com>
26151
26152 * gdb.base/gcore.exp: Remove extra debugging output.
26153
e017c81f
DJ
261542002-01-13 Daniel Jacobowitz <drow@mvista.com>
26155
26156 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
26157 for slightly dubious v2 mangled string.
26158
37ab3bf8
DJ
261592002-01-13 Daniel Jacobowitz <drow@mvista.com>
26160
26161 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
26162
1bc05c3a 261632002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 26164
1bc05c3a 26165 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 26166
1bc05c3a
JM
26167 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
26168 constructors.
26169 * gdb.c++/derivation.exp: Likewise.
26170 * gdb.c++/templates.exp: Likewise.
26171 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 26172
1bc05c3a
JM
261732002-01-10 Michael Snyder <msnyder@redhat.com>
26174
26175 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 26176
a911c360
MS
261772002-01-08 Michael Snyder <msnyder@redhat.com>
26178
26179 * gdb.base/gcore.exp: New test for generate-core-file command.
26180 * gdb.base/gcore.c: Testcase for above.
26181 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
26182
ea2119ec
JM
261832002-01-08 Jason Merrill <jason@redhat.com>
26184
26185 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
26186
68203136
FF
261872002-01-07 Fred Fish <fnf@redhat.com>
26188
26189 * gdb.c++/overload.exp: Remove unconditional xfails for:
26190 print foo_instance1.overloadargs(1)
26191 print foo_instance1.overloadargs(1, 2)
26192 print foo_instance1.overloadargs(1, 2, 3)
26193 print foo_instance1.overloadargs(1, 2, 3, 4)
26194 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
26195 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
26196 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
26197 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
26198 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
26199 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
26200 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
26201 print foo_instance1.overload1arg()
26202 print foo_instance1.overload1arg((char)arg2)
26203 print foo_instance1.overload1arg((signed char)arg3)
26204 print foo_instance1.overload1arg((unsigned char)arg4)
26205 print foo_instance1.overload1arg((int)arg7)
26206 print foo_instance1.overload1arg((unsigned int)arg8)
26207 print foo_instance1.overload1arg((float)arg11)
26208 print foo_instance1.overload1arg((double)arg12)
d63a86f8 26209
21b9b5b1
MS
262102002-01-07 Michael Snyder <msnyder@redhat.com>
26211
26212 * gdb.base/huge.exp: New test. Print a very large target data object.
26213 (skip_huge_test): New test variable. Define if you want to skip this
26214 test. The test reads an 8 megabyte data object from the target, so it
26215 might be very time consuming on remote targets with a slow connection.
26216 * gdb.base/huge.c: New file. Test case for above.
26217
725f922e
FF
262182002-01-07 Fred Fish <fnf@redhat.com>
26219
26220 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
26221 g_instance.bfoo, and g_instance.cfoo.
26222
889bf7c5 262232002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 26224
889bf7c5
PA
26225 * gdb.base/break.c (multi_line_if_conditional): New function.
26226 (multi_ilne_while_conditional): Likewise.
26227 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
26228 IF or WHILE condition puts the breakpoint at the start of
26229 the condition.
f286b2c3 26230
634d57ec
JL
26231 * gdb.base/selftest.exp (backtrace through signal handler): Remove
26232 hppa*-*-hpux* expected failure.
26233 * gdb.base/structs.exp (do_function_calls): Similarly.
26234
26235 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
26236 watchpoints.
26237
9fbfe2dc
AC
262382002-01-06 Andrew Cagney <ac131313@redhat.com>
26239
26240 Fix PR gdb/66.
26241 * gdb.base/structs.exp: Replace skip for a29k with skip for
26242 gdb,cannot_call_functions.
26243 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
26244 * gdb.base/callfuncs.exp: Ditto.
26245 * gdb.base/call-rt-st.exp: Ditto.
26246 * gdb.base/call-strs.exp: Ditto.
26247 * gdb.base/callfwmall.exp: Ditto.
26248 * gdb.base/scope.exp: Obsolete xfail a29k.
26249 * gdb.c++/misc.exp: Ditto.
26250 * gdb.c++/cplusfuncs.exp: Ditto.
26251 * gdb.base/ptype.exp: Ditto.
26252 * gdb.base/printcmds.exp: Ditto.
26253 * gdb.base/opaque.exp: Ditto.
26254 * gdb.base/list.exp: Ditto.
26255 * gdb.base/funcargs.exp: Ditto.
26256 * gdb.base/default.exp: Ditto.
26257
8ddad156
MS
262582002-01-04 Michael Snyder <msnyder@redhat.com>
26259
ca4976a6 26260 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
26261 * gdb.base/maint.exp: Add tests for maint info sections options.
26262
1b074332
JL
26263Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
26264
26265 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26266
7d159115
CV
262672001-12-20 Corinna Vinschen <vinschen@redhat.com>
26268
26269 * gdb.asm/arm.inc: New file.
26270 * gdb.asm/asm-source.exp: Add arm targets.
26271 * gdb.asm/configure.in: Ditto.
26272 * gdb.asm/configure: Recreated from configure.in.
26273
8fb87725
JL
26274Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26275
afabe08c
JL
26276 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26277 with HP's compiler.
26278 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26279 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26280 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26281 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26282
26283 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26284 either HP's compilers or GCC.
26285
db521deb
JL
26286 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26287 a SIGBUS or SIGSEGV.
26288
26289 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26290
26291 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26292 can be compiled with either HP's compiler or GCC.
26293
cfa88ab7
JL
26294 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26295 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26296 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26297
ca344dff
JL
26298 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26299 to match current gdb output. Update due to using auto-solib-limit
26300 for limiting instead of overloading auto-solib-add.
26301 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26302 test program.
26303
3f3c6e55 26304 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
26305 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26306 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26307 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26308 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26309 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26310 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26311 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26312 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26313 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26314 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26315 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26316 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 26317
8fb87725
JL
26318 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26319 a SIGTRAP to the inferior.
26320
cf599fa7
CV
263212001-12-19 Corinna Vinschen <vinschen@redhat.com>
26322
26323 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26324 Substitute call to target_link by call to gdb_compile.
26325
2cd045cd
JL
26326Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26327
a9c64011
AS
26328 * gdb.base/break.exp: Fix HP specific search string when testing
26329 backtracing in a called function.
2cd045cd 26330
a9c64011
AS
26331 * gdb.base/constvars.exp: Only set lang to C++ if we're
26332 compiling the test with HP's compilers.
26333 * gdb.base/volatile.exp: Similarly.
2cd045cd 26334
99ebe9ac
JB
263352001-12-19 Jim Blandy <jimb@redhat.com>
26336
26337 * gdb.base/printcmds.exp: Expect the null character to be printed
26338 as '\0', and the '\013' to be printed as '\v'.
26339 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26340 * gdb.base/setvar.exp: Same.
26341
b9891b29
JB
263422001-12-17 Jim Blandy <jimb@redhat.com>
26343
0eba65ab
JB
26344 * gdb.base/completion.exp: Rather than completing very long
26345 filenames, which can make the readline library produce output we
26346 don't recognize, cd to the directory first, and then complete
26347 using nice, short relative paths.
26348
6970b5b1
JB
26349 * gdb.base/completion.exp: On some systems, there is, in fact, a
26350 variable named `b' in scope, since GDB treats all static
a9c64011
AS
26351 variables as being in scope. So use `no_var_named_this'
26352 instead of `b'.
6970b5b1 26353
b9891b29 26354 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 26355 can't find the core file's registers as a failure.
b9891b29 26356
e6ccd35f
JSC
263572001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26358
a9c64011
AS
26359 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26360 test expect string more specific.
e6ccd35f 26361
105ba819
CV
263622001-12-13 Corinna Vinschen <vinschen@redhat.com>
26363
26364 * gdb.asm/asm-source.exp: Add support for xstormy16.
26365 * gdb.asm/configure.in: Ditto.
26366 * gdb.asm/configure: Rebuild.
26367 * gdb.asm/xstormy16.inc: New file.
26368
e9e79dd9
FF
263692001-12-10 Fred Fish <fnf@redhat.com>
26370
26371 * gdb.base/maint.exp: Update to match changes in type dumping code.
26372
347dc97d
JB
263732001-12-10 Jim Blandy <jimb@redhat.com>
26374
26375 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
26376 matching the entry point symbol's name at the beginning of the
26377 line.
347dc97d 26378
5178b9d6
DJ
263792001-12-07 Daniel Jacobowitz <drow@mvista.com>
26380
26381 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26382 gdb.c++/inherit.exp, gdb.c++/method.exp,
26383 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26384 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26385 and class layout support.
26386
af890c52
DJ
263872001-12-07 Daniel Jacobowitz <drow@mvista.com>
26388
26389 * gdb.c++/classes.exp: Add test for static member function.
26390 * gdb.c++/misc.cc: Add class with static member function.
26391
7a345fb3
JB
263922001-12-07 Jim Blandy <jimb@redhat.com>
26393
f2e54a80 26394 If GDB says it can't find the struct the function returned, report
8032bf31
JB
26395 those tests as `unsupported'.
26396 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26397 Rewrite subsequent tests to use it.
26398
26399 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
26400 those tests as `unsupported'.
26401 * gdb.base/structs.exp (call_struct_func): New function.
26402 (do_function_calls): Use call_struct_func to call the functions
26403 returning structs.
26404
0bc69509
JB
26405 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26406 whether functions are prototyped or not, so we can't possibly pass
26407 arguments to t_float_values2 properly.
26408
7a345fb3
JB
26409 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26410 value of `timeout' for targets other than the mips*tx39-*.
26411
edb6ede1
MS
264122001-12-06 Michael Snyder <msnyder@redhat.com>
26413
d63a86f8 26414 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
26415 and detect whether the start symbol has a leading underscore.
26416
2d842f13
JB
264172001-12-04 Jim Blandy <jimb@redhat.com>
26418
26419 * gdb.base/completion.exp: Clarify indentation.
26420
68550daf
JB
264212001-12-03 Jim Blandy <jimb@redhat.com>
26422
26423 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26424 variables on the S/390, not `.word'.
26425
cd5195a8
JB
264262001-11-30 Jim Blandy <jimb@redhat.com>
26427
26428 Add assembly-source tests for s390-ibm-linux.
26429 * gdb.asm/s390.inc: New file.
26430 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26431 the S/390 architecture.
a9c64011 26432 * gdb.asm/configure: Regenerated.
cd5195a8 26433
ca9efc90
MS
264342001-11-30 Michael Snyder <msnyder@redhat.com>
26435
26436 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26437 next, info source, info sources, info line, global and static
26438 variables, and static functions.
26439 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26440 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26441 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26442 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26443 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26444 (gdbasm_leave): Restore frame pointer.
26445 (gdbasm_startup): Copy stack set-up from crt0.S.
26446
d0e66976
FN
264472001-11-26 Fernando Nasser <fnasser@redhat.com>
26448
26449 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26450 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26451 to a local (non-static) variable. Copy tstruct.a to a static buffer
26452 and return a pointer to that buffer.
26453 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26454
e2334072
MK
264552001-11-24 Mark Kettenis <kettenis@gnu.org>
26456
26457 * gdb.asm/configure.in: Fix recognition of ix86 target.
26458 * gdb.asm/configure: Regenerate.
26459
756caa3d
MS
264602001-11-21 Michael Snyder <msnyder@redhat.com>
26461
26462 * gdb.asm/sparc.inc: New file.
26463 * gdb.asm/asm-source.exp: Recognize sparc target.
26464 * gdb.asm/configure.in: Recognize sparc target.
26465 * gdb.asm/configure: Regenerate.
d63a86f8 26466
9a4d72d5
MS
264672001-11-21 Michael Snyder <msnyder@redhat.com>
26468
26469 * gdb.asm/m32r.inc: New file.
26470 * gdb.asm/asm-source.exp: Recognize m32r target.
26471 * gdb.asm/configure.in: Recognize m32r target.
26472 * gdb.asm/configure: Regenerate.
26473
a773d1cd
MS
264742001-11-20 Michael Snyder <msnyder@redhat.com>
26475
017ac23d
MS
26476 * gdb.asm/i386.inc: New file.
26477 * gdb.asm/asm-source.exp: Recognize ix86 target.
26478 * gdb.asm/configure.in: Recognize ix86 target.
26479 * gdb.asm/configure: Regenerate.
26480
a773d1cd
MS
26481 * gdb.c++/namespace.exp: Fix quotes in output messages.
26482
bb632afb
MS
264832001-11-14 Michael Snyder <msnyder@redhat.com>
26484
25d559ca 26485 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
26486 qualifier in a type cast expression, to designate an address
26487 in the instruction space (Harvard architecture).
26488
4749e309
MS
264892001-11-13 Michael Snyder <msnyder@redhat.com>
26490
26491 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26492 Tests for expressions using 'const' and 'volatile'.
26493
25050984
CV
264942001-11-13 Corinna Vinschen <vinschen@redhat.com>
26495
26496 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26497
1902c51f
DJ
264982001-11-12 Daniel Jacobowitz <drow@mvista.com>
26499
26500 * lib/mi-support.exp (mi_run_to_helper): Move comments
26501 outside of gdb_expect.
26502
dcf95b47
DJ
265032001-11-11 Daniel Jacobowitz <drow@mvista.com>
26504
26505 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26506 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26507 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26508 mi0_run_to): New functions.
26509 * gdb.mi/mi-simplerun.exp: Use them.
26510 * gdb.mi/mi0-simplerun.exp: Likewise.
26511 * gdb.mi/mi-var-cmd.exp: Likewise.
26512 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 26513
45b074e1
AC
265142001-11-10 Andrew Cagney <ac131313@redhat.com>
26515
26516 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26517 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26518
bf50d346
AC
265192001-11-09 Andrew Cagney <ac131313@redhat.com>
26520
26521 * gdb.base/restore.exp: Include $expected value in restored test
26522 message.
26523
9383332c
AC
265242001-11-09 Andrew Cagney <ac131313@redhat.com>
26525
26526 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26527 implemented.
26528
db62520a
MS
265292001-11-08 Michael Snyder <msnyder@redhat.com>
26530
26531 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26532 Add pass/fail message for stop at breakpoint in call dummy function.
26533
b5703437
MS
265342001-11-07 Michael Snyder <msnyder@redhat.com>
26535
d63a86f8
RM
26536 * gdb.c++/templates.exp (test_template_breakpoints):
26537 If we get an overload menu, but it does not match what
760f6330 26538 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
26539 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26540 making the whitespace optional. Argument for "new" may be
26541 "unsigned" as well as "unsigned int/long".
d63a86f8 26542 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
26543 making the whitespace optional. Also replace "(void) with
26544 "((void|)), making the keyword "void" optional.
d63a86f8 26545 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
26546 making the whitespace optional. Also replace "(void) with
26547 "((void|)), making the keyword "void" optional.
3bf40917
MS
26548 * gdb.base/callfuncs.c (t_float_values): This function must
26549 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 26550 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
26551 can be tested against both cases. Usually one case involves
26552 promotion of float to double, while the other does not.
26553 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
26554 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26555 includes a stack frame for "start".
26556
c8ab4e6d
JB
265572001-11-05 Jim Blandy <jimb@redhat.com>
26558
26559 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26560 pointers are 32 bits long, and that offsets of relocs are always
26561 stored in the data (REL-style), and not in the reloc entry itself
26562 (RELA-style).
26563 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26564 stabs.
26565
3f08ced9
MS
265662001-11-01 Michael Snyder <msnyder@redhat.com>
26567
26568 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26569 and regular expression operators by using quoting.
26570
cbfa24cd
MS
265712001-10-31 Michael Snyder <msnyder@redhat.com>
26572
26573 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26574 depending on what the symbol table contains.
26575 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26576 the output of the ptype command. Similarly, accept both "const &"
26577 and "const&".
26578
aaa68313
CV
265792001-10-31 Corinna Vinschen <vinschen@redhat.com>
26580
26581 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26582 symbol `STORAGE' to allow to choose the storage class of
26583 the local datastructures.
26584 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26585 compiler directive.
26586
91740388
MS
265872001-10-30 Michael Snyder <msnyder@redhat.com>
26588
26589 * gdb.base/jump.exp: Allow it to run for all targets.
26590
1b7c05e7
CV
265912001-10-29 Corinna Vinschen <vinschen@redhat.com>
26592
26593 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26594 with new double_array size.
26595 (main): Change storage class of all local variables to static.
26596 Reduce size of double_array to 9.
26597 * gdb.base/call-ar-st.exp: Increase timeout value.
26598 Change expected output for double array to match new size in
26599 call-ar-st.c.
26600
36a22261
CV
266012001-10-29 Corinna Vinschen <vinschen@redhat.com>
26602
26603 * gdb.base/ending-run.exp: Create identical output when passing
26604 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 26605 Stormy16 target.
36a22261 26606
92b8ae91
MK
266072001-10-28 Mark Kettenis <kettenis@gnu.org>
26608
26609 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26610 that we catch the expected failure under Linux/x86.
26611
cb135b83
OF
266122001-10-29 Orjan Friberg <orjanf@axis.com>
26613
26614 * gdb.base/setvar.exp: Escape curly braces.
26615 * gdb.stabs/weird.exp: Ditto.
26616
6884aa54
DJ
266172001-10-27 Daniel Jacobowitz <drow@mvista.com>
26618
26619 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26620 * gdm.mi/mi0-hack-cli.exp: Likewise.
26621
0398c9aa
AC
266222001-10-25 Andrew Cagney <ac131313@redhat.com>
26623
26624 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26625 messages.
26626
d20bf2e8
AC
266272001-10-21 Andrew Cagney <ac131313@redhat.com>
26628
26629 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26630 checking MI enabled.
26631
03dd63aa
CV
266322001-10-09 Corinna Vinschen <vinschen@redhat.com>
26633
26634 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26635
1d9d99f3
FCE
266362001-10-04 Frank Ch. Eigler <fche@redhat.com>
26637
26638 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26639 if gdb child process crashes, just signal an error.
26640
838ae6c4
JB
266412001-10-02 Jim Blandy <jimb@redhat.com>
26642
26643 * lib/gdb.exp (test_xfail_format): Simplify.
26644
26645 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26646 front of the variable name `format'. Simplify `if'.
26647
8f0cbc1c
DJ
266482001-10-01 Daniel Jacobowitz <drow@mvista.com>
26649
26650 * gdb.threads/pthreads.exp: Wait for output and delay
26651 before sending ^C.
26652
1f08dafd
DJ
266532001-10-01 Daniel Jacobowitz <drow@mvista.com>
26654
26655 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26656 some incorrect output instead of timing out.
26657 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26658
674f90ff
CV
266592001-09-28 Corinna Vinschen <vinschen@redhat.com>
26660
26661 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26662 check to allow additional `int'.
26663
9b284272
DJ
266642001-09-27 Daniel Jacobowitz <drow@mvista.com>
26665
26666 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26667 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26668
b55a4771
MS
266692001-09-27 Michael Snyder <msnyder@redhat.com>
26670
26671 * lib/gdb.exp (test_debug_format): New proc.
26672 (setup_xfail_format): Use new proc test_debug_format.
26673 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26674 proc; use new service proc test_debug_format.
26675 Replace all other "gcc_compiled" tests with this test.
26676 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26677 proc; use new service proc test_debug_format.
26678 Replace all other "gcc_compiled" tests with this test.
26679
266802001-09-27 Michael Snyder <msnyder@redhat.com>
26681
26682 * gdb.base/cvexpr.exp: New file.
26683 * gdb.base/cvexpr.c: New file
26684 Test for expressions using const and volatile keywords.
26685
4e6667ac
CV
266862001-09-26 Corinna Vinschen <vinschen@redhat.com>
26687
26688 * gdb.base/constvars.exp: Check for different orders of keywords
26689 and additional "int" strings in output.
26690
4f337972
AC
266912001-09-22 Andrew Cagney <ac131313@redhat.com>
26692
26693 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26694 responses from "help maint".
26695
2015650d
FCE
266962001-09-19 Frank Ch. Eigler <fche@redhat.com>
26697
26698 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26699 to localhost:NNN instead of :NNN, in case Xvfb is listening
26700 only on TCP.
26701
f3bcedc1
CV
267022001-09-19 Corinna Vinschen <vinschen@redhat.com>
26703
26704 * gdb.base/recurse.exp: When checking leaving the watchpoint
26705 scope, recognize when gdb is in function's epilogue and pass.
26706
6b819c92
KS
267072001-09-18 Keith Seitz <keiths@redhat.com>
26708
26709 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26710 support for running tests against sid targets.
26711 (gdbtk_done): Ditto.
26712
a10c9419
CV
267132001-09-18 Corinna Vinschen <vinschen@redhat.com>
26714
26715 * gdb.base/ending-run.c (main): Set stdout buffersize
26716 to the same reasonable value for any target.
26717 * gdb.base/ending-run.exp: Add a regular expression
26718 to make testsuite happy on Sanyo Stormy16 target.
26719
739d0d99
CV
267202001-09-17 Corinna Vinschen <vinschen@redhat.com>
26721
26722 * gdb.base/display.c (do_loops): Add float variable `f'.
26723 Increment f in loop.
26724 * gdb.base/display.exp: Increment timeout by 60 seconds.
26725 Change float display test to use variable `f'.
26726
1b8947f0
JB
267272001-09-17 Jim Blandy <jimb@redhat.com>
26728
26729 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26730 overflowing the limited breakpoint tables on some ROM monitors
26731 (like the ROM68K).
26732
9890ac81
FCE
267332001-09-15 Frank Ch. Eigler <fche@redhat.com>
26734
26735 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26736 the "-ac" (disable access control) flag.
26737
6db765ea
JH
267382001-08-30 Jeff Holcomb <jeffh@redhat.com>
26739
26740 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26741 ints.
26742
4c32cc04
KS
267432001-08-30 Keith Seitz <keiths@redhat.com>
26744
26745 * lib/gdb.exp: Move all insight-related functionality into
26746 separate file.
26747 * lib/insight-support.exp: New file.
26748
8d6e6f81
FCE
267492001-08-29 Frank Ch. Eigler <fche@redhat.com>
26750
26751 * config/sid.exp (sid_start): Never set sid verbosity; disable
26752 expect_background {} that consumed its stdout; tolerate </dev/null.
26753 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26754
6a90e1d0
AC
267552001-08-18 Andrew Cagney <ac131313@redhat.com>
26756
26757 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26758 CLI jump command to start it.
26759 (mi_run_to_main): Fail immediatly when unexpected output.
26760
1759b3c3
AC
267612001-08-18 Andrew Cagney <ac131313@redhat.com>
26762
26763 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26764 beginning of function. Fix PR gdb/191.
26765
61d11d80
FCE
267662001-08-16 Frank Ch. Eigler <fche@redhat.com>
26767
26768 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26769 what to force sid endianness to.
26770
942a4df2
KS
267712001-08-15 Keith Seitz <keiths@redhat.com>
26772
26773 * lib/gdb.exp (gdbtk_start): Don't set environment
26774 variables for TCL_LIBRARY and friends. Insight will
26775 now figure these out for itself.
26776
0521c418
MS
267772001-08-02 Michael Snyder <msnyder@redhat.com>
26778
26779 * gdb.base/completion.exp: Remove the symbol "a64l" from
26780 the expect string; this is target-specific, and not related
26781 to what is being tested.
26782
74a9a58a
DB
267832001-08-02 Dave Brolley <brolley@redhat.com>
26784
26785 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26786
c70819fa
MS
267872001-07-25 Michael Snyder <msnyder@redhat.com>
26788
c2b8fa57
MS
26789 * gdb.base/consecutive.exp: New file. Test stepping over
26790 breakpoints on consecutive instructions.
26791 * gdb.base/consecutive.c: New file.
26792
c70819fa
MS
26793 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26794 curly braces in regular expressions.
26795
2b1a1355
MS
267962001-07-25 Michael Snyder <msnyder@redhat.com>
26797
26798 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26799 legitimate output from stepping out of main.
26800
413eca6f
KS
268012001-07-22 Keith Seitz <keiths@redhat.com>
26802
26803 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26804 the empty string, do not run the tests.
26805
7e5a9322
SC
268062001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26807
26808 * gdb.base/long_long.exp: Detect size of pointer. Take into
26809 account 2-byte pointers when testing for p/a results.
26810
de58f10f
SC
268112001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26812
d63a86f8 26813 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
26814 and defined to 1K for m68hc11.
26815 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26816 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26817 (sizeof_random_data): New variable to tell the size of the data table;
26818 don't test past this size; always run to main.
26819
d6f5fea1
SC
268202001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26821
26822 * gdb.base/return2.exp: return of long long and double fails for
26823 68HC11; don't execute these tests on that platform.
26824 * gdb.base/return.exp: Return of a double fails for 68hc11.
26825
c477543d
SC
268262001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26827
26828 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26829 tests that print a float.
26830 * call-rt-st.exp: Likewise.
26831
63cf1c79
MK
268322001-07-12 Mark Kettenis <kettenis@gnu.org>
26833
26834 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26835 running this test on Linux.
26836
112f9ab5
MC
268372001-06-24 Michael Chastain <chastain@redhat.com>
26838
26839 * gdb.base/arithmet.exp: Remove some tests to make all test names
26840 unique.
26841
4970cb0f
MS
268422001-07-03 Michael Snyder <msnyder@redhat.com>
26843
26844 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26845 the output of the ptype command.
26846
d85da69f
MS
268472001-07-02 Michael Snyder <msnyder@redhat.com>
26848
4c8a82de
MS
26849 * gdb.base/completion.exp: Don't assume that break.c is the only
26850 source file that may contain functions named "marker".
d85da69f
MS
26851 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26852
8afc772b
AC
268532001-06-28 Andrew Cagney <ac131313@redhat.com>
26854
26855 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26856 of files to delete.
26857
26858 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26859 * gdb.disasm/h8300s.exp: New file.
26860 gdb.disasm/h8300s.s: Likewise.
26861
cff22675
AC
268622001-06-27 Andrew Cagney <ac131313@redhat.com>
26863
26864 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26865 empty breakpoint tables.
26866
68c81b54
AC
268672001-06-25 Andrew Cagney <ac131313@redhat.com>
26868
26869 * lib/mi-support.exp: Update args=... part of stop-reason
26870 patterns. Accept either a list or a tuple.
26871
2dd62704
AC
268722001-06-23 Andrew Cagney <ac131313@redhat.com>
26873
26874 * lib/mi-support.exp: Remove local emacs variable defining
26875 change-log-default-name.
26876
b4127474
MC
268772001-06-22 Michael Chastain <chastain@redhat.com>
26878
26879 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26880 This is operationally compatible with the previous version.
26881
8dbfb380
JB
268822001-06-13 Jim Blandy <jimb@redhat.com>
26883
26884 * lib/gdb.exp (gdb_test): Doc fix.
26885
f2d8c86d
MC
268862001-06-10 Michael Chastain <chastain@redhat.com>
26887
26888 * gdb.base/exprs.exp: Remove a duplicate test.
26889
81564d34
JB
268902001-06-06 Jim Blandy <jimb@redhat.com>
26891
26892 * gdb.base/return2.exp (main): Use values to test float and double
26893 returns that are not NaN's, to avoid being confused by IEEE
26894 comparison rules.
26895
da55addb
MS
268962001-06-04 Michael Snyder <msnyder@redhat.com>
26897
26898 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 26899 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
26900 rather than wait for 12 more tests to time out.
26901
42c65987
JB
269022001-06-06 Jim Blandy <jimb@redhat.com>
26903
b18bced9 26904 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 26905 Don't forget to match the GDB prompt.
b18bced9 26906
42c65987
JB
26907 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26908
5b41e5f0
JB
269092001-06-04 Jim Blandy <jimb@redhat.com>
26910
26911 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26912 command.
26913
015e046f
KB
269142001-05-31 Kevin Buettner <kevinb@redhat.com>
26915
26916 * gdb.base/annota1.exp (info break): Match four or more spaces
26917 after "Address".
26918
fb1ffbbe
MC
269192001-05-31 Michael Chastain <chastain@redhat.com>
26920
26921 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26922 (dm_type_int_star): Likewise.
26923 (dm_type_long_star): Likewise.
26924 (dm_type_void_star): Likewise.
26925
5ea2a32c
KB
269262001-05-29 Kevin Buettner <kevinb@redhat.com>
26927
26928 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26929 to a known value in order to get consistent results regardless
26930 of the setting of INPUTRC or the presence or contents of .inputrc.
26931
ae23c492
MS
269322001-05-24 Michael Snyder <msnyder@redhat.com>
26933
ac55707e
MS
26934 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26935 Don't require that the main thread and the manager thread are the
26936 first in the list.
26937
ae23c492
MS
26938 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26939 debugging. If test fails, issue an "unsupported" not a "fail".
26940
400071f1
JB
269412001-05-24 Jim Blandy <jimb@redhat.com>
26942
26943 Don't assume that short is shorter than int.
26944 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26945 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 26946 this isn't true.
400071f1
JB
26947 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26948 an int, is not equal to ~0 stored in an unsigned char. This tests
26949 the same thing that the previous test meant to, but works on
26950 16-bit machines, too.
26951 ("print unsigned char != (~0)"): Same test, complemented.
26952
0816a3e5
MS
269532001-05-24 Michael Snyder <msnyder@redhat.com>
26954
26955 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 26956 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
26957 and prevents dejagnu getting out of step.
26958
f6dc23a9
KB
269592001-05-23 Kevin Buettner <kevinb@redhat.com>
26960
26961 * gdb.base/finish.exp (finish_void): Revise pattern for
26962 stopping on the call statement to not permit stopping at
26963 the start of the instructions comprising the call sequence.
26964
7dbd117d
MC
269652001-05-19 Michael Chastain <chastain@redhat.com>
26966
26967 * gdb.base/callfuncs.exp: Make all test names unique.
26968 * gdb.base/commands.exp: Make all test names unique.
26969 * gdb.base/condbreak.exp: Make all test names unique.
26970 * gdb.base/dbx.exp: Make all test names unique.
26971 * gdb.base/default.exp: Make all test names unique.
26972 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26973 and TIMEOUT messages to their corresponding PASS message.
26974 * gdb.base/ending-run.exp: Make all test names unique.
26975 * gdb.base/long_long.exp: Remove duplicate test.
26976
6b0b0a9e
KB
269772001-05-21 Kevin Buettner <kevinb@redhat.com>
26978
26979 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26980 stop on the call statement as well as the statement after the
26981 call.
26982
2caa35cb
MS
269832001-05-21 Michael Snyder <msnyder@redhat.com>
26984
26985 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26986
40713331
EZ
269872001-05-10 Elena Zannoni <ezannoni@redhat.com>
26988
a9c64011
AS
26989 * gdb.base/completion.exp: Revamp test. Make it execute on all
26990 platforms.
40713331 26991
c2c1be8d
EZ
269922001-05-10 Elena Zannoni <ezannoni@redhat.com>
26993
a9c64011
AS
26994 * config/gdbserver.exp (gdb_load): Handle the case
26995 in which the arguments to gdbserver are given in the
26996 baseboard configuration file.
26997 Also handle the case in which the server needs to do a
26998 load.
2c9cd303 26999
9671de48
KS
270002001-05-07 Keith Seitz <keiths@cygnus.com>
27001
a9c64011
AS
27002 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
27003 set up the display for testing.
27004 (gdbtk_start): Convert all paths to paths that tcl will like.
27005 Export target information to environment.
27006 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
27007 necessary.
27008 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
27009 (to_tcl_path): New proc to convert a given pathname into
27010 a path acceptible as an argument to a tcl command.
27011 (_gdbtk_export_target_info): New proc to export target info
27012 into the environment for gdbtk testing.
27013 (gdbtk_done): New proc to signal end-of-test.
9671de48 27014
5a360f47
JB
270152001-05-06 Jim Blandy <jimb@redhat.com>
27016
27017 * restore.c: Make the code of caller0 correspond to its comment.
27018
66c756c6
MS
270192001-05-03 Michael Snyder <msnyder@redhat.com>
27020
27021 * config/sid.exp (gdb_target_sid): Check for error messages.
27022 On error or timeout, don't make expect exit (which will terminate
27023 all subsequent tests); instead just make gdb exit.
d63a86f8 27024 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
27025 return a negative value.
27026
a966fde5
JB
270272001-04-24 Jim Blandy <jimb@redhat.com>
27028
851c18e0
JB
27029 * gdb.c++/templates.exp: If we see the prompt for the overload
27030 list, but we haven't recognized any of the longer patterns,
27031 arrange for this test to fail, not hang.
27032
a966fde5
JB
27033 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
27034 variations.
27035
db144853
MC
270362001-04-22 Michael Chastain <chastain@redhat.com>
27037
27038 * gdb.c++/local.exp: Use the 'runto' library function.
27039 * gdb.c++/namespace.exp: Likewise.
27040 * gdb.c++/overload.exp: Likewise.
27041
3207ec21
KB
270422001-03-26 Kevin Buettner <kevinb@redhat.com>
27043
27044 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
27045 * gdb.base/step-line.exp: New file. Test step/next in presence of
27046 #line directives.
27047 * gdb.base/step-line.c: New file. Test program for the above.
27048 * gdb.base/step-line.inp: New file. We pretend that this file has
27049 been transformed by some other tool into step-line.c.
27050
13b57657
JB
270512001-03-21 Jim Blandy <jimb@redhat.com>
27052
27053 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
27054 unmangled operator names.
27055
754cbe1c
JB
270562001-03-20 Jim Blandy <jimb@redhat.com>
27057
27058 * gdb.threads/linux-dp.exp: Recognize an additional message
27059 generated by GDB when it doesn't understand how to debug threads
27060 on the target system.
27061
177495c9
AC
270622001-03-19 Andrew Cagney <ac131313@redhat.com>
27063
27064 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
27065
f266096b
MC
270662001-03-12 Michael Chastain <chastain@redhat.com>
27067
27068 * gdb.c++/derivation.exp: Use the 'runto' library function.
27069
cac3c2ff
MC
270702001-03-12 Michael Chastain <chastain@redhat.com>
27071
27072 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
27073
b6c11a24
MC
270742001-02-24 Michael Chastain <chastain@redhat.com>
27075
27076 * gdb.c++/ref-types.exp: Change handwritten code to library
27077 function 'runto'.
27078
6bae5bce
OF
270792001-03-16 Orjan Friberg <orjanf@axis.com>
27080
27081 * gdb.base/signals.exp: Set count to 0 explicitly.
27082
0015fd9a
MS
270832001-03-15 Mark Salter <msalter@redhat.com>
27084
27085 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
27086 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
27087 (gdb_load): Add support for additional target_info: gdb_download_size
27088 and gdb_load_timeout.
0015fd9a 27089
fc33412a
DT
27090Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
27091
27092 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
27093 file -- to prevent failing when the compile fails but we have no
27094 intention of running the tests anyway.
fc33412a
DT
27095
27096 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
27097 tests if set.
27098
27099 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 27100 integers.
fc33412a
DT
27101
27102 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
27103 * gdb.c++/namespace.exp: Ditto.
27104
115f06de
OF
271052001-03-07 Orjan Friberg <orjanf@axis.com>
27106
27107 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
27108 * gdb.base/pointers.exp: Relax pattern match of decimals.
27109
b6ba6518
KB
271102001-03-06 Kevin Buettner <kevinb@redhat.com>
27111
27112 * Makefile.in, config/abug.exp, config/cfdbug.exp,
27113 config/cpu32bug.exp, config/dve.exp, config/est.exp,
27114 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
27115 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
27116 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
27117 config/sh.exp, config/sid.exp, config/slite.exp,
27118 config/sparclet.exp, config/udi.exp, config/unknown.exp,
27119 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
27120 config/vxworks.exp, config/vxworks29k.exp,
27121 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
27122 gdb.base/all-bin.exp, gdb.base/annota1.exp,
27123 gdb.base/arithmet.exp, gdb.base/assign.exp,
27124 gdb.base/async.exp, gdb.base/attach.exp,
27125 gdb.base/bitfields.exp, gdb.base/bitops.exp,
27126 gdb.base/break.exp, gdb.base/call-ar-st.exp,
27127 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
27128 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
27129 gdb.base/commands.exp, gdb.base/completion.exp,
27130 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
27131 gdb.base/constvars.exp, gdb.base/corefile.exp,
27132 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
27133 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
27134 gdb.base/ending-run.exp, gdb.base/environ.exp,
27135 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
27136 gdb.base/finish.exp, gdb.base/foll-exec.exp,
27137 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
27138 gdb.base/funcargs.exp, gdb.base/help.exp,
27139 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
27140 gdb.base/logical.exp, gdb.base/long_long.exp,
27141 gdb.base/maint.exp, gdb.base/mips_pro.exp,
27142 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
27143 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
27144 gdb.base/pointers.exp, gdb.base/printcmds.exp,
27145 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
27146 gdb.base/regs.exp, gdb.base/relational.exp,
27147 gdb.base/remote.exp, gdb.base/reread.exp,
27148 gdb.base/restore.exp, gdb.base/return2.exp,
27149 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
27150 gdb.base/selftest.exp, gdb.base/setshow.exp,
27151 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
27152 gdb.base/sigall.exp, gdb.base/signals.exp,
27153 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
27154 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
27155 gdb.base/step-test.exp, gdb.base/structs.c,
27156 gdb.base/structs.exp, gdb.base/structs2.exp,
27157 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
27158 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
27159 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
27160 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27161 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
27162 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
27163 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
27164 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
27165 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
27166 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
27167 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
27168 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
27169 gdb.fortran/types.exp, gdb.java/jmisc.exp,
27170 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
27171 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
27172 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
27173 gdb.trace/circ.exp, gdb.trace/collection.exp,
27174 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
27175 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
27176 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
27177 gdb.trace/report.exp, gdb.trace/save-trace.exp,
27178 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
27179 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
27180 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
27181 notices.
27182
dc96c6c7 271832001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
27184
27185 * gdb.base/varargs.c (find_max_double): Fix printf format string:
27186 first arg is int not float.
27187
dc96c6c7 271882001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
27189
27190 * gdb.base/reread.exp: Unsupported for non-native targets;
27191 doesn't work for remote debugging.
27192
9b0c4aeb
FN
271932001-02-19 Fernando Nasser <fnasser@redhat.com>
27194
27195 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
27196 * gdb.base/ending-run.exp: Properly handle the BSP state when
27197 stepping past the end of main.
9b0c4aeb 27198
02aa71d5
MC
271992001-02-19 John Moore <jmoore@redhat.com>
27200
27201 * gdb.base/commands.exp (infrun_breakpoint_command_test):
27202 Converted HPUX fix for non-expected items following multiple
27203 step commands into general solution for all platforms.
27204
1fa449a4
MC
272052001-02-18 Michael Chastain <chastain@redhat.com>
27206
27207 * gdb.c++/classes.exp (do_tests): Change runto statements
27208 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27209 statements demangler agnostic.
27210 * gdb.c++/virtfunc.exp (do_tests): Likewise.
27211 (gdb_virtfunc_restart): Likewise.
27212
b2f9ec70
MC
272132001-02-14 Michael Chastain <chastain@redhat.com>
27214
27215 * gdb.c++/inherit.exp (do_tests): Change runto statements
27216 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27217 statements demangler agnostic.
27218
cf74b8ca
AC
27219Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
27220
27221 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
27222 ``continue to bkpt at common_routine in thread 2'' and ``stopped
27223 before calling common_routine 15 times'' tests.
cf74b8ca 27224
99f78f56
MC
272252001-02-11 Michael Chastain <chastain@redhat.com>
27226
27227 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
27228 Helps the test script figure out which demangler is in use.
27229 (dm_type_foo_ref): Ditto.
27230 (dm_type_int_star): Ditto.
27231 (dm_type_long_star): Ditto.
27232 (dm_type_unsigned_int): Ditto.
27233 (dm_type_void): Ditto.
27234 (dm_type_void_star): Ditto.
99707966 27235 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
27236 Probe the gdb demangler and set variables to accommodate
27237 formatting differences.
27238 (info_func_regexp): New function. Same as info_func, but
27239 matches against a regexp.
27240 (info_func): Match against a literal string.
27241 (print_addr_2): New function. Match against a literal string,
27242 which can be different from the input to gdb.
27243 (print_addr): Simply call print_addr_2 with the same argument twice.
27244 (test_lookup_operator_functions): Use demangler formatting variables.
27245 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
27246 the tests in the same order as the C++ class declaration.
27247 (test_paddr_operator_functions): Ditto.
27248 (test_paddr_overloaded_functions): Ditto.
27249 (test_paddr_hairy_functions): Use demangler formatting variables.
27250 Add reference to gdb/19 for related tests.
27251 (do_tests): Call probe_demangler.
27252
1de8f023
KB
272532001-01-30 Kevin Buettner <kevinb@redhat.com>
27254
27255 * gdb.c++/templates.cc (printf): Remove unused function definition.
27256
ca3f91ed
MS
272572001-01-26 Felix Lee <flee@redhat.com>
27258
27259 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27260
272612001-01-25 matthew green <mrg@redhat.com>
27262
27263 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
27264 up sid.
27265 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27266
272672001-01-25 matthew green <mrg@redhat.com>
27268
27269 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 27270 Deprecate $sid_spawn_id.
ca3f91ed
MS
27271 (sid_exit): Remove code necessary only for `spawn.'
27272
272732001-01-25 matthew green <mrg@redhat.com>
27274
27275 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27276
fb18ec4a
MC
272772001-01-28 Michael Chastain <chastain@redhat.com>
27278
27279 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27280 to call when tests fail. It takes gdb out of the overloaded
27281 function choice menu back to the main prompt, so that the test
27282 program stays synchronized.
27283 (set_bp_overloaded): New proc to collect all the common
27284 code for setting a breakpoint on an overloaded name. Calls
27285 take_gdb_out_of_choice_menu when needed.
27286 (menu_overload1arg): New variable to collect the repeated
27287 instances of the expected menu for an overloaded name. Change
27288 the regular expression to handle changes in g++ type encoding:
27289 "void" can be either "void" or "", and "unsigned int" can be
27290 either "unsigned int" or "unsigned".
27291 (continue_to_bp_overloaded): Change regular expressions to handle
27292 changes in g++ type encoding.
27293 (no proc): Call take_gdb_out_of_choice_menu when needed.
27294 Remove redundant calls to "info break". Accept either "canceled"
27295 or "cancelled". Change regular expressions in "info break"
27296 calls to handle changes in g++ type encoding. Give all tests
27297 unique strings.
27298
9c646a6e
BE
272992001-01-17 Ben Elliston <bje@redhat.com>
27300
27301 * config/sid.exp: New file.
27302
9549d9c1
AC
27303Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27304
27305 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27306
dc96c6c7 273072000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
27308
27309 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27310 Add a RE to accept a non-ascii char if one is ever presented.
27311
b4df4f68
FN
273122000-12-20 Fernando Nasser <fnasser@redhat.com>
27313
297dd0fd 27314 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 27315
dc96c6c7 273162000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 27317
d63a86f8 27318 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
27319 in regexp. One '\' does not suffice on Linux.
27320
4a7bddb6
MC
273212000-12-09 Michael Chastain <chastain@redhat.com>
27322
27323 * gdb.base/break.exp (test_clear_command): Use a marker function
27324 rather than 'main' for the test function. Also move this
27325 test to an execution point where the marker function names are
27326 guaranteed to be bound to functions. (Executing tests after a
27327 'finish' from main runs into name conflicts with local names
27328 in __libc_start_main).
27329
dc96c6c7 273302000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
27331
27332 * gdb.base/finish.exp: New test for gdb's "finish" command.
27333 * gdb.base/return2.exp: New test for gdb's "return" command.
27334 * gdb.base/return2.c: New source file for above.
27335
dc96c6c7 273362000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
27337
27338 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27339 * gdb.base/miscexprs.exp: Ditto.
27340 * gdb.base/pointers.exp: Ditto.
27341 * gdb.c++/derivation.exp: Ditto.
27342 * gdb.c++/local.exp: Ditto.
27343 * gdb.c++/namespace.exp: Ditto.
27344 * gdb.c++/overload.exp: Ditto.
27345 * gdb.c++/ref-types.exp: Ditto.
27346
dc96c6c7 273472000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
27348
27349 * gdb.base/constvars.exp: Test result of "up" command.
27350 * gdb.base/miscexprs.exp: Ditto.
27351 * gdb.base/pointers.exp: Ditto.
27352 * gdb.base/scope.exp: Ditto.
27353 * gdb.c++/derivation.exp: Ditto.
27354 * gdb.c++/local.exp: Ditto.
27355 * gdb.c++/namespace.exp: Ditto.
27356 * gdb.c++/overload.exp: Ditto.
27357 * gdb.c++/ref-types.exp: Ditto.
27358
44097287
FN
273592000-11-22 Michael Chastain <chastain@redhat.com>
27360
27361 * mips_pro.exp: Accept either "middle -> top -> main" or
27362 "middle -> main" in the backtrace, because gcc can optimize
27363 tail calls to jumps. Remove setup_xfail for the hppa case.
27364 Add a comment with the original warning messages from PR 3016,
27365 which was filed in 1993, to preserve them for posterity.
27366
9d2e1bab
ND
273672000-11-17 Nick Duffek <nsd@redhat.com>
27368
27369 * lib/gdb.exp (gdb_test): Override timeout with board info.
27370
1aca8eb7
ND
273712000-11-17 Nick Duffek <nsd@redhat.com>
27372
27373 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27374 the second kill and detach messages.
27375
93076499
ND
273762000-11-17 Nick Duffek <nsd@redhat.com>
27377
27378 * configure.in: Add AC_EXEEXT.
27379 * configure: Regenerate.
27380 * Makefile.in (just-check): Export EXEEXT.
27381 * lib/gdb.exp ($EXEEXT): Import from environment.
27382 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27383 expect "maint dump-me" on Cygwin.
27384 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27385 $EXEEXT.
27386
30e87cd3
ND
273872000-11-17 Nick Duffek <nsd@redhat.com>
27388
27389 * gdb.base/break.exp: Test backtrace and finish from called
27390 function on all platforms, not just HP-UX.
27391
dc96c6c7 273922000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
27393
27394 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27395 code from gdb_target_monitor, so it can be used independantly
27396 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 27397
dc96c6c7 273982000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
27399
27400 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27401 * gdb.base/corefile.exp: Expect the message "Program is being
27402 debugged already" when we send the "corefile" command, since
27403 the preceeding gdb_load may have connected gdb to a remote target.
27404 * gdb.base/display.exp: Disable hardware watchpoints if new
27405 board info variable "no_hardware_watchpoints" is true.
27406 Replace single-letter commands with more readable ones.
27407 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27408 if new board info variable "no_hardware_watchpoints" is true.
27409 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27410 to see if stdio (printf) testing is possible.
27411 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27412 board info variable "no_hardware_watchpoints" is true. Use new
27413 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27414
39124dea
FN
274152000-11-13 Fernando Nasser <fnasser@redhat.com>
27416
27417 From Orjan Friberg <orjanf@axis.com>:
27418 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27419 in array print pattern match.
27420
a9e2e984
FN
274212000-11-09 Fernando Nasser <fnasser@redhat.com>
27422
27423 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27424 spelling "cancelled" to U.S. spelling "canceled" to match changes
27425 made to gdb.
27426 * gdb.c++/ovldbreak.exp: Ditto.
27427
c7db355b
PS
274282000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27429
27430 * gdb.base/callfuncs.c (main): Moved to end of file, call
27431 t_double_values to initialize the FPU before inferior calls are made.
27432 * gdb.base/callfuncs.exp: Test for register preservation after calling
27433 inferior functions. Add tests for continuining, finishing and
27434 returning from a stop in a call dummy.
27435
dc96c6c7 274362000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
27437
27438 * gdb.base/commands.exp: Break up long lines, and re-indent.
27439
dc96c6c7 274402000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
27441
27442 * config/gdbserver.exp: Rewritten from the ground up, to make it
27443 compatible with the current dejagnu tree, and to make it work with
27444 the new "gdbserver" in libremote.
27445
dc96c6c7 274462000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
27447
27448 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27449 * gdb.base/varargs.exp: Skip entire test if no printf support.
27450 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27451 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27452
dc96c6c7 274532000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
27454
27455 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27456 no floating point support.
27457 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27458 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27459 * gdb.base/call-rt-st.exp: Ditto.
27460 * gdb.base/call-strs.exp: Ditto.
27461
bac5fc66
JG
274622000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27463
27464 * gdb.base/sizeof.c: include <stdio.h>.
27465
27466 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
27467 'finish', otherwise uncaptured gdb_prompt would potentially
27468 throw remaining test points out of sync.
bac5fc66 27469
b22a6027
SB
274702000-07-26 Scott Bambrough <scottb@netwinder.org>
27471
27472 * gdb.base/recurse.exp: Run tests for all targets.
27473 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27474 gnu-oldld case on ARM.
27475 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27476 for ARM targets.
d63a86f8 27477
d8231941
AG
27478Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27479
27480 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27481 * gdb.java/configure: Rebuild.
27482
8caabe69
AG
27483Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27484
27485 * gdb.java/jv-exp.exp: New file.
27486
9d273ca3
AG
27487Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27488
27489 * configure: Rebuilt.
27490 * configure.in (configdirs): Add gdb.java.
27491 * gdb.java/jmisc.java: New file.
27492 * gdb.java/jmisc.exp: New file.
27493 * gdb.java/Makefile.in: New file.
27494 * gdb.java/configure: Rebuilt.
27495 * gdb.java/configure.in: New file.
27496 * lib/java.exp: New file.
27497
4f823a66
AC
27498Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27499
27500 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 27501 underflow.
4f823a66 27502
2391e11d
AC
27503Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27504
27505 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 27506 and the compilers sizes.
2391e11d 27507
54602222
ND
275082000-07-09 Nick Duffek <nsd@redhat.com>
27509
27510 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27511 (use_methods): New function.
27512 (main): Call use_methods().
27513 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27514 (do_tests): Call test_method_param_class.
27515
2bec0572
ND
275162000-07-09 Nick Duffek <nsd@redhat.com>
27517
27518 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27519 spelling.
27520 (test_enums): New procedure. Move enum tests from end of script
27521 to here. Set breakpoint on function name instead of line number.
27522 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27523 (enums2): New marker function.
27524 (enums1): New function.
27525 (main): Call enums1(). Move enum tests to enums1().
27526
78492fde
AC
27527Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27528
27529 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 27530 compile/link program. Update line numbers.
78492fde
AC
27531 * gdb.asm/d10v.inc: Define ``startup''.
27532 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 27533
49a2cef8
AC
27534Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27535
27536 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27537
3e6c8688
EZ
275382000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27539
27540 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 27541 of 'help maint print' command.
3e6c8688 27542
9ff5cbe9
AC
27543Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27544
27545 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 27546 they use gdb_expect_list.
9ff5cbe9 27547
17c579bd
AC
27548Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27549
27550 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
27551 memory-read-packet-size'' instead of ``set endian big'' to test
27552 long commands.
17c579bd 27553
e6d71bf3
DB
275542000-06-03 Daniel Berlin <dan@cgsoftware.com>
27555
27556 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 27557 g++, and stop skipping them.
e6d71bf3
DB
27558
27559 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27560 work under g++.
27561
d63a86f8 27562 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
27563 initialization.
27564
dc96c6c7 275652000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
27566
27567 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27568 the regular expression: accept an (almost) arbitrary sequence of
27569 "frames-invalid" and "breakpoints-invalid" messages both before
27570 and after the "starting" message.
27571
dc96c6c7 275722000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
27573
27574 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 27575
dc96c6c7 275762000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
27577
27578 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27579 Relax the regular expression a little, make it pass on Solaris 8.
27580
8216cda9
KB
275812000-05-12 Kevin Buettner <kevinb@redhat.com>
27582
27583 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 27584 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
27585 Instead, it is permissible for gdb to stop on the line of the
27586 call itself.
27587
1a570b2f
MS
275882000-05-12 Michael Snyder <msnyder@.cygnus.com>
27589
27590 * gdb.base/break.exp (bp on small function, optimized file):
27591 Add a second pass pattern. The behavior differs here between stabs
27592 and dwarf for one-line functions. Stabs preserves two line symbols
27593 (one before the prologue and one after) with the same line number,
27594 but dwarf regards these as duplicates and discards one of them.
27595 Therefore the address after the prologue (where the breakpoint is)
27596 has no exactly matching line symbol, and GDB reports the breakpoint
27597 as if it were in the middle of a line rather than at the beginning.
27598
dc96c6c7 275992000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 27600
d63a86f8 27601 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
27602 rather than "send_gdb" (for consistancy).
27603
7d418785
AC
27604Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27605
27606 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27607 * gdb.c++/templates.cc: Properly check for GCC version number.
27608 * lib/compiler.cc: Likewise
27609
dc96c6c7 276102000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 27611
d63a86f8 27612 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
27613 gdb may not stop at the first line of main, due to code motion.
27614
dc96c6c7 276152000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
27616
27617 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27618 This test depends on parsing the printf output from the target.
27619 Since the sparclet stub doesn't do stdio, this will never work.
27620 * gdb.base/call-rt-st.exp: ditto.
27621 * gdb.base/call-strs: ditto.
27622
dc96c6c7 276232000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
27624
27625 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27626
27627 * gdb.base/ending-run.exp: After connecting to a remote target,
27628 but before running, the target will appear to be in a random
27629 location. Specify both a file and a line for breakpoints.
27630 Also, the function that calls main may be called 'init'
27631 rather than 'start'.
27632
a5a51225
EZ
276332000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27634
27635 * gdb.base/help.exp: Update output for add-symbol-file command.
27636
7930cc7c
FN
276372000-04-10 Fernando Nasser <fnasser@cygnus.com>
27638
27639 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27640 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27641
23e37ab1
C
276422000-04-07 J.T. Conklin <jtc@redback.com>
27643
e93c542c
C
27644 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27645
23e37ab1
C
27646 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27647
591b8fa3
PDM
27648Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27649
27650 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 27651 values that can be represented exactly.
591b8fa3
PDM
27652 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27653 above change, and to not check against the directory part of the source
27654 file name.
27655 (step into print_long_arg_list): Likewise.
27656 (print print_small_structs from print_long_arg_list): Likewise.
27657 (print print_long_arg_list): Likewise.
27658
7a495180
EZ
276592000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27660
30b53638 27661 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 27662
beb998c6
AC
27663Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27664
27665 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27666
1c689132
DB
276672000-03-25 Daniel Berlin <dan@cgsoftware.com>
27668
27669 * gdb.base/commands.exp (deprecated_command_test): Add test for
27670 deprecate with no arguments.
27671
c1790a9d
JL
276722000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27673
27674 * gdb.base/break.exp: Add new test for setting breakpoints on
27675 optimized code so we can test breakpoints work even when function
27676 prologues may be optimized away
27677
003ba290
FN
276782000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27679
27680 From David Whedon <dwhedon@gordian.com>
a9c64011 27681 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 27682
6837a0a2
DB
276832000-03-22 Daniel Berlin <dan@cgsoftware.com>
27684
27685 * gdb.base/help.exp: Added test for new apropos command.
27686
b9593231
KB
276872000-03-21 Kevin Buettner <kevinb@redhat.com>
27688
27689 * gdb.base/pointers.c (usevar): New function.
27690 (main): Make sure that global variables v_int_pointer2, rptr,
27691 and y are all referenced someplace in the program by calling
27692 usevar() on them. [Some linkers delete symbols which are
27693 never referenced. The space remains, but there's no way to
27694 get a (symbolic) handle on the variable from the debugger.]
27695
751a959b
EZ
276962000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27697
27698 * gdb.base/printcmds.c: Add typedeffed arrays.
27699
27700 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 27701 procedure to test arrays that are typedef'd.
751a959b 27702
73a93a32
JI
277032000-03-13 James Ingham <jingham@leda.cygnus.com>
27704
27705 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 27706 the library directories.
73a93a32 27707
fb40c209
AC
27708Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27709
27710 * configure.in (configdirs): Add sub directory gdb.mi.
27711 * configure: Re-generate.
27712
27713 * gdb.mi: New directory.
d63a86f8 27714
ee4dd2c9
AC
277152000-02-25 Scott Bambrough <scottb@netwinder.org>
27716
27717 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 27718 a long long value as a double on ARM platforms.
ee4dd2c9 27719
70f0cc22
JB
277202000-02-16 Jim Blandy <jimb@redhat.com>
27721
27722 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27723 default source file is set properly before running this test.
27724
853819b8
EZ
277252000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27726
27727 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 27728 gdbtk/library directory, not in gdbtcl2.
853819b8 27729
dfcd3bfb
JM
277302000-02-04 Jim Blandy <jimb@redhat.com>
27731
27732 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27733 backslash from regexp pattern.
27734
27735 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27736 procedure. Use it to run all the "continue to bp overloaded"
27737 tests. Note that this changes the names of the tests slightly.
27738 If the breakpoint hit message includes a hex PC value, because
27739 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27740 from the real source code, still consider that a pass.
27741
27742 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27743 XFAIL here if the breakpoint message contains a hex address. Note
27744 similar change on 1999-11-02.
27745
27746 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27747
27748 * gdb.base/ptype.exp: Establish a default source file before
27749 calling get_debug_format.
27750
277512000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27752
27753 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27754
8b93c638
JM
277552000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27756
27757 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27758 of successive stepi commands -- while in the prologue we should see
27759 the function entry bracket.
27760
277612000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27762
27763 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27764 reach __change_mode() when stepping through the end of main().
27765
c5394b80
JM
277662000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27767
27768 * gdb.base/default.exp: Fix expected pattern.
27769 * gdb.base/help.exp: Same.
27770
0d06e24b
JM
277712000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27772
27773 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 27774 Don't use xfail's because that affects only the following test.
d63a86f8 27775
0d06e24b 27776 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 27777 solaris or linux.
0d06e24b
JM
27778
27779 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27780
dc96c6c7 277812000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 27782
d63a86f8 27783 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
27784 "A syntax error" rather than "A parse error". Accept both.
27785
277862000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27787
27788 * gdb.base/default.exp: Remove OS dependent string from "target
27789 remote" test.
27790 * gdb.base/help.exp: Same for "help target remote" test.
27791
c3f6f71d
JM
277922000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27793
27794 From Jim Kingdon <kingdon@redhat.com>:
27795
27796 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
27797 prompt (cleanup rather than necessity, but still might keep output
27798 from spilling to next test).
c3f6f71d
JM
27799
278002000-01-02 Fred Fish <fnf@cygnus.com>
27801
27802 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27803 AIX, which defines them in <sys/types.h>.
27804
ed9a39eb 278051999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 27806
ed9a39eb 27807 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 27808 float" test.
ed9a39eb
JM
27809
278101999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 27811
ed9a39eb 27812 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
27813
27814 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27815 outermost frame disallowed".
27816
278171999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27818
27819 * gdb.base/setvar.exp: New tests for setting the value of a struct
27820 with a constant list.
27821
278221999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27823
27824 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27825 require the user to type a cast before setting the value of a struct.
27826
de57eccd
JM
278271999-12-06 Jim Blandy <jimb@cygnus.com>
27828
27829 * gdb.base/default.exp: Expect the new 'info float' command on
27830 all i386 platforms.
27831
27832 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27833 LinuxThreads libraries that don't support debugging.
27834
c2d11a7d
JM
27835Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27836
27837 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
27838 Change the buffer type to ``unsigned char'' to simplify size
27839 arithmetic.
c2d11a7d
JM
27840
27841 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
27842 stub only handles 400-1 byte packets. Verify that the download
27843 worked.
c2d11a7d
JM
27844
278451999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27846
27847 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27848 tests, using UNRESOLVED for the untested cases. Also, does not wait
27849 for a timeout if the prompt was received before a recognizable pattern.
27850
278511999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27852
27853 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27854
278551999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27856
27857 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 27858 watchpoints.
c2d11a7d
JM
27859
278601999-11-24 Jason Merrill <jason@casey.cygnus.com>
27861
27862 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27863
27864 * gdb.c++/local.exp: Be more flexible in recognizing local class
27865 name mangling. Don't allow horribly truncated method names.
27866 * gdb.c++/derivation.exp: Expect protected inheritance.
27867 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27868 * gdb.c++/virtfunc.exp: Likewise.
27869 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27870 when printing a nested enum.
27871
278721999-11-22 Jim Blandy <jimb@cygnus.com>
27873
27874 * gdb.base/step-test.exp: Properly await GDB's response to setting
27875 a breakpoint on the call to large_struct_by_value.
27876
27877 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27878 just because we have debug info for the `start' function.
27879
278801999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27881
27882 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27883 "Unknown signal" messages, which indicate (on LinuxThreads) that
27884 GDB doesn't know how to debug threads on this system. This is
27885 better than hanging while philosopher 0 dumps chatter into gdb.log.
27886
278871999-11-18 Tom Tromey <tromey@cygnus.com>
27888
27889 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27890
278911999-11-18 Fred Fish <fnf@cygnus.com>
27892
27893 * gdb.base/coremaker2.c: Add sample program for generating
27894 cores that is more self contained than coremaker.c. Eventually
27895 I'll add more code to this and tie it into the testsuite.
27896
4ce44c66
JM
278971999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27898
27899 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27900
279011999-11-10 Jimmy Guo <guo@cup.hp.com>
27902
27903 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 27904 from $srcdir/lib/.
4ce44c66 27905 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 27906 and gdb.c++/.
4ce44c66
JM
27907
27908 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27909
d63a86f8 27910 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
27911 'continue with watch' test point.
27912
279131999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27914
27915 Merged from p2linux-990323-branch:
d63a86f8 27916
4ce44c66
JM
27917 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27918
11cf8741
JM
27919Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27920
27921 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 27922 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
27923
27924Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27925
27926 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 27927 gdb_expect_list.
11cf8741
JM
27928
27929Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27930
27931 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27932
279331999-11-03 Mark Salter <msalter@cygnus.com>
27934
27935 * gdb.base/break.exp: Fix "stub continue" pattern.
27936
279371999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27938
27939 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27940
279411999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27942
27943 * gdb.base/display.exp ("finish"): Add timeout clause.
27944
27945 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27946 plain prompt clause, so this doesn't have to time out in order to
27947 fail.
27948
27949 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 27950 breakpoint hit messages include an address.
11cf8741
JM
27951
27952 * gdb.base/display.exp: Don't forget to escape parens in regular
27953 expressions. Unix regexp notatation sucks.
27954
279551999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27956
27957 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 27958 order for 'signalled' message.
11cf8741 27959
5c44784c
JM
279601999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27961
27962 From Jimmy Guo <guo@cup.hp.com>:
27963 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27964 * gdb.base/annota1.c: Add code for tests to work with.
27965
279661999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27967
27968 * gdb.base/remote.exp: New test for remote downloading settings.
27969 * gdb.base/remote.c: New file with large .data.
27970
917317f4
JM
279711999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27972
27973 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27974 for LinuxThreads support, merged from the Code Fusion branch.
27975
27976Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27977
27978 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27979 containing exp_continue into a while within an expect. Don't
27980 attempt a start more than three times. Check return value from
27981 gdb_load.
d63a86f8 27982
2df3850c
JM
27983Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27984
27985 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27986 a pass case.
2df3850c 27987
2acceee2
JM
279881999-10-01 Kevin Buettner <kevinb@cygnus.com>
27989
27990 * gdb.base/break.c (main): Added a statement that we can step
27991 off of.
27992 * gdb.base/break.exp: Added tests for setting a breakpoint
27993 at an offset and stepping onto a breakpoint.
27994
279951999-10-01 Fred Fish <fnf@cygnus.com>
27996
d63a86f8 27997 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27998 gdb output.
27999
c2c6d25f
JM
280001999-09-18 Jim Blandy <jimb@cris.red-bean.com>
28001
28002 * gdb.base/break.exp: Code locations are in hex, don't forget!
28003 (For HP-UX.)
28004
280051999-09-17 Stan Shebs <shebs@andros.cygnus.com>
28006
28007 * condbreak.exp: Use break.c as test program.
28008 * condbreak.c: Remove, redundant with break.c.
28009
280101999-09-15 Stan Shebs <shebs@andros.cygnus.com>
28011
28012 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 28013 Z-packets if the target needs it.
c2c6d25f
JM
28014
280151999-09-13 James Ingham <jingham@leda.cygnus.com>
28016
28017 * gdb.c++/overload.exp: Added tests for listing overloaded
28018 functions with function pointers in the arg, explicitly calling
28019 out the version you want.
28020
cff3e48b
JM
280211999-09-09 Stan Shebs <shebs@andros.cygnus.com>
28022
28023 * long_long.exp: Add variations of test cases that work for
28024 targets with 16-bit ints and 32-bit doubles.
28025
d4f3574e
SS
280261999-09-08 Stan Shebs <shebs@andros.cygnus.com>
28027
28028 * break.c (main): Compare a possibly-uninitialized argc with an
28029 unlikely value that fits in 16 bits.
28030
280311999-09-07 Stan Shebs <shebs@andros.cygnus.com>
28032
28033 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
28034 0xfeeb, don't want negative numbers if ints are 16 bits.
28035
28036 * lib/gdb.exp (skip_cplus_tests): New proc.
28037 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
28038 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
28039 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
28040 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
28041 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
28042 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
28043 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
28044 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
28045
28046 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
28047
28048Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
28049
28050 * gdb.base/corefile.exp (up): Allow a parameter to appear
28051 in the frame that we're going up to.
28052
28053 From Jim Blandy <jimb@cygnus.com>:
28054
28055 * gdb.base/default.exp (info float): Expect some output now.
28056
28057 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
28058 returning floating-point values to fail on the x86.
28059 * gdb.base/callfwmall.exp (do_function_calls): Same.
28060
28061 * gdb.base/list.exp (test_listsize): Correct expectations for
28062 listing line 1 with listsize 2. Also, listing a single line
28063 works now, as does listing three lines. [Kevin's note: There
28064 were a number of other cases fixed too where the expectations
28065 differed...]
28066
280671999-09-02 Stan Shebs <shebs@andros.cygnus.com>
28068
28069 * gdb.base/selftest.exp: Add case for when version prints as
28070 constant string instead of char pointer.
28071
104c1213
JM
280721999-08-25 Stan Shebs <shebs@andros.cygnus.com>
28073
28074 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 28075 stepping out of main.
104c1213
JM
28076
28077 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
28078 G++ used.
28079
28080 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 28081 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
28082
28083 * gdb.c++/ovldbreak.exp: Update match string in test that
28084 includes a warning of multiple breakpoints.
28085
280861999-08-24 Stan Shebs <shebs@andros.cygnus.com>
28087
28088 * gdb.base/display.exp: Improve precision of step-after-finish
28089 added yesterday.
28090
28091 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 28092 test.
104c1213
JM
28093
28094 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
28095 configs when using G++, not just hppa*.
28096
280971999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28098
28099 * gdb.base/async.c: New file.
28100 * gdb.base/async.exp: New file.
28101
28102Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
28103
28104 * gdb.base/break.exp: Tweak PA specific tests to properly handle
28105 PA64.
28106
53a5351d
JM
28107Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
28108
104c1213
JM
28109 * gdb.base/display.exp: "finish" can leave us mid-line on many
28110 targets, deal with it. Add a small constant to main, instead of
28111 1000 since main+1000 may not be a valid address in the target.
28112
53a5351d
JM
28113 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
28114 on hpux11.
28115
28116 * gdb.base/attach.exp: Handle another hpux11 error message variant
28117 when attaching to a process that does not exist.
28118
281191999-08-19 J.T. Conklin <jtc@redback.com>
28120
28121 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 28122 characters in 'continue to 1241' test.
53a5351d
JM
28123
281241999-08-17 Stan Shebs <shebs@andros.cygnus.com>
28125
28126 * gdb.base/call-ar-st.exp: Add a shorter match case for the
28127 stop in print_long_arg_list, define and use a whitespace
28128 variable in print_small_structs test, add an XFAIL for Solaris.
28129 * gdb.base/dbx.exp: XFAIL func commands until somebody is
28130 interested enough to fix.
28131
7be570e7
JM
281321999-08-13 Keith Seitz <keiths@cygnus.com>
28133
28134 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
28135 (dbx_gdb_load): Remove. Use gdb_load instead, since that
28136 proc knows about targets other than the natives.
28137 (test_assign): Use "gdb_run_cmd" to "run" the target.
28138 Check that we've actually hit the breakpoint at main.
28139 When we attempt to assign a value to a local variable, check
28140 that the variable is in the current scope, i.e., don't use
28141 a test with an empty result.
28142
28143Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
28144
28145 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 28146 command.
7be570e7
JM
28147
281481999-08-09 Stan Shebs <shebs@andros.cygnus.com>
28149
28150 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28151 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
28152 gdb.compat, gdb.threads-hp.
28153 gdb.hp/configure, gdb.hp/configure.in: New files.
28154 gdb.hp/Makefile.in: Recurse into new subdirs.
28155 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
28156 gdb.hp/gdb.objdbg: New directory, tests for debugging info
28157 in object files.
28158 gdb.hp/tools: New directory, aux tools for HP-specific tests.
28159
96baa820
JM
281601999-08-05 Stan Shebs <shebs@andros.cygnus.com>
28161
28162 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 28163 funky printf, remove a bogus p/a test.
96baa820
JM
28164
281651999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28166
28167 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
28168 connected to the target. This is necessary when running not
28169 natively.
96baa820
JM
28170
281711999-08-03 Stan Shebs <shebs@andros.cygnus.com>
28172
28173 * gdb.base/step-test.exp: Removed some extraneous messages.
28174
28175 * gdb.base/long_long.exp: Don't run memory examination tests
28176 on little-endian targets (they will need a different set of
28177 results to match).
28178
281791999-08-02 Stan Shebs <shebs@andros.cygnus.com>
28180
28181 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
28182 until somebody decides to fix GDB.
28183
28184 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 28185 constant as "ULL".
96baa820
JM
28186 * gdb.base/long_long.exp: Loosen x/c test, add partial result
28187 matches for a couple x/2 commands.
28188
a0b3c4fd
JM
281891999-07-30 Stan Shebs <shebs@andros.cygnus.com>
28190
28191 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
28192 by merging in ref-types2 tests.
28193 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
28194
28195 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28196 * gdb.c++/Makefile.in: Add standard actions.
28197 (EXECUTABLES): Rename from PROGS, update list.
28198 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
28199 from gdb.hp.
28200 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
28201 foo and bar locals.
28202 * gdb.c++/anon-union.exp: Fix tests to match.
28203 * gdb.c++/classes.exp: Run if HP compiler used, add extra
28204 expect matches to handle output variations.
28205 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
28206 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 28207 output, add HP alternatives for new and delete prints.
a0b3c4fd 28208 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 28209 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
28210 * gdb.c++/demangle.exp: Use $style when reporting failure.
28211 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
28212 * gdb.c++/inherit.exp: Run if HP compiler used, add some
28213 match alternatives.
28214 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 28215 compilers.
a0b3c4fd
JM
28216 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
28217 * gdb.c++/method.exp: Add match alternatives.
28218 * gdb.c++/misc.cc: Add bool types.
28219 * gdb.c++/misc.exp: Add tests for bool types.
28220 * gdb.c++/overload.exp: Add xfails.
28221 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
28222 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
28223 add some more template parameter tests (only for HP currently).
28224 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
28225 * gdb.c++/virtfunc.cc: Add return type and value for main.
28226 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
28227 match alternatives.
d63a86f8 28228
a0b3c4fd
JM
282291999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28230
28231 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28232
282331999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
28234
28235 * gdb.base/signals.exp: Don't expect getting a backtrace from
28236 within a signal handler to fail on Linux.
28237
282381999-07-29 Stan Shebs <shebs@andros.cygnus.com>
28239
28240 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28241 * lib/gdb.exp: Remove some gratuitious semicolons.
28242 (delete_breakpoints): Increase timeout.
28243 (gdb_expect): Add -notransfer option.
28244 (gdb_test): Use -notransfer option.
28245 (get_compiler_info): Add f77 case.
28246 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 28247 case.
a0b3c4fd
JM
28248 (gdb_preprocess): Call get_compiler.
28249
28250 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
28251 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
28252 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
28253 gdb.base/long_long.exp, gdb.base/printcmds.exp,
28254 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
28255 third arg to gdb_test.
a0b3c4fd
JM
28256 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
28257 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 28258 HP-UX xfails, add others.
a0b3c4fd
JM
28259 * gdb.base/completion.exp: Reflect name change of self-test.
28260 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
28261 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
28262 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
28263 HP failure number.
a0b3c4fd
JM
28264 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
28265 useless HP-UX 10.30 references.
28266 * gdb.base/maint.exp: Loosen matches.
28267 * gdb.base/pointers.c (main): Declare more_code.
28268 * gdb.base/pointers.exp: Match on output of a `next'.
28269 * gdb.base/structs.c: Add prototypes.
28270 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28271 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28272
282731999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28274
28275 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 28276 command.
a0b3c4fd
JM
28277
282781999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28279
28280 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28281 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
28282
28283 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
28284 debug info. Deal with lack of signal hanlder info in stack.
28285
a9c64011 28286 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
28287 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28288
5a2468f5
JM
282891999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28290
28291 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 28292 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 28293
adf40b2e
JM
28294Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28295
28296 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 28297 a1-selftest.exp.
adf40b2e
JM
28298 * gdb.base/configure: Re-generate.
28299
283001999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28301
28302 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28303 in trying to run first and name is too long.
28304
28305 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28306 pointers2.c and pointers2.exp, respectively.
28307 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28308 doschk happier.
28309
43e526b9
JM
283101999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28311
28312 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28313 callfuncs2.c and callfuncs2.exp.
28314
28315 * gdb.base/list.exp: Remove mistaken xfails.
28316 * gdb.base/list0.h: Add optional prototypes.
28317
9846de1b
JM
28318Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28319
a9c64011 28320 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 28321 calling malloc.
a9c64011
AS
28322 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28323 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 28324 use.
9846de1b
JM
28325
283261999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28327
28328 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28329 * gdb.base/annota2.cc, annota2.exp: Move from here.
28330 * gdb.c++/annota2.cc, annota2.exp: To here.
28331 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28332
43ff13b4
JM
28333Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28334
28335 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 28336 a consistent format.
43ff13b4 28337
085dd6e6
JM
283381999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28339
28340 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28341 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28342 HP compilers, also set the globals $true and $false.
28343
28344 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
28345 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28346 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28347 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28348 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28349 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28350 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28351 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28352 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28353 whatis.c} Add C++ compatible function definitions and return
28354 types, add includes for library functions.
085dd6e6
JM
28355 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28356 * gdb.base/step-test.c (myglob): Rename from glob.
28357 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
28358 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28359 files, move here from gdb.hp.
085dd6e6 28360 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
28361 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28362 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28363 Adjust line numbers in regexps.
085dd6e6
JM
28364
28365 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28366 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28367 instead of 0/1.
28368
28369 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28370 foll-vfork.exp: New files, move here from gdb.hp.
28371 * gdb.base/page.exp: New file, test of pagination command.
28372
28373 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28374 recursion test.
28375 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28376
28377 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 28378 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
28379
28380 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 28381 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 28382 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 28383 watchpoint test.
085dd6e6
JM
28384 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28385 them work.
28386 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28387 expressions properly.
28388 * gdb.base/corefile.exp: Loosen the match slightly.
28389 * gdb.base/default.exp: Allow "Error accessing memory" message
28390 also.
28391 * gdb.base/display.exp: Skip over x/0 j if PA64.
28392 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28393 * gdb.base/interrupt.exp: Ditto.
28394 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28395 in use.
28396 * gdb.base/list.exp: Add xfails for HP-UX.
28397 * gdb.base/long_long.exp: Refine some of the numeric matches.
28398 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28399 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28400 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28401 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28402 * gdb.base/ptype.exp: Succeed on more varieties of output.
28403 * gdb.base/scope.exp: Add xfails for HP-UX.
28404 * gdb.base/sect-cmd.exp: Add more cases.
28405 * gdb.base/setvar.exp: Add xfails for HP-UX.
28406 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28407 * gdb.base/signals.exp: Match on void symbolically.
28408 * gdb.base/step-test.exp: Add case for PA64.
28409 * gdb.base/term.exp: Add exit and restart.
28410 * gdb.base/twice.exp: Clean up after self.
28411 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28412 * gdb.base/whatis.exp: Allow more ways to pass tests.
28413
28414 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 28415 no longer useful.
085dd6e6
JM
28416
28417Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28418
28419 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 28420 list of patterns.
085dd6e6 28421 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
28422 print_double_array(double_array)", "continuing to breakpoint
28423 1018", "print print_double_array(array_d)" and "continuing to
28424 1034" tests.
d63a86f8 28425
085dd6e6
JM
284261999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28427
a9c64011 28428 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
28429
284301999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28431
28432 * config/mt-*: Remove, these haven't been used since 1996.
28433
284341999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28435
28436 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 28437 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
28438 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28439
9e0b60a8
JM
284401999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28441
28442 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28443 simpler match case for the ptype of the big class.
28444
284451999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28446
28447 * gdb.exp: Fix test for gdb_prompt existence.
28448
284491999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28450
28451 * gdb.exp (gdb_test): Add fail after calls to perror.
28452
284531999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28454
28455 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28456
284571999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28458
28459 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28460
0f71a2f6
JM
28461Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28462
28463 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 28464 malloc() is linked in.
0f71a2f6
JM
28465
284661999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28467
28468 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28469 step at end.
28470
28471 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28472
284731999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28474
28475 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28476
cce74817
JM
28477Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28478
28479 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28480 * gdb.base/mips_pro.exp: Likewise.
28481
284821999-06-02 Keith Seitz <keiths@cygnus.com>
28483
28484 * gdb.c++/templates.cc: Change all "new" operators to throw
28485 an exception.
28486 * gdb.c++/cplusfuncs.cc: Likewise.
28487
28488 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28489
28490Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28491
28492 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
28493 * gdb.base/ending-run.exp: When stepping out of main, accept a
28494 step into an arbitrary assembler file.
cce74817 28495
392a587b
JM
284961999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28497
d63a86f8 28498 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 28499 "breakpoint-invalid" to be printed.
6fdff2c5
PA
28500 * gdb.base/annota2.exp: Revise line number for main
28501 breakpoint. Allow any number of "frames-invalid" and
28502 "breakpoint-invalid" to be printed.
392a587b
JM
28503 * gdb.base/annota2.cc: Initialize a.x to 0.
28504
9e086581
JM
285051999-05-17 Keith Seitz <keiths@cygnus.com>
28506
6fdff2c5
PA
28507 * gdb.base/call-ar-st.exp: Skip
28508 "print print_double_array (double_array)" when "skip_float_tests" set.
28509 Ditto for "print print_double_array(array_d)",
28510 "print print_small_structs", "print print_ten_doubles", and
28511 "step into print_long_arg_list".
28512 Don't assume we can step into "print_long_arg_list": we could step
28513 into memcpy.
28514 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28515 "skip_float_tests" is set: "print print_one_double(*d1)"
28516 and "print print_two_floats(*f3)".
9e086581
JM
28517 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28518 "skip_float_tests" is set.
6fdff2c5
PA
28519 * gdb.base/varargs.exp: Skip
28520 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28521 "skip_float_tests" set.
d63a86f8 28522
cd0fc7c3
SS
285231999-05-06 Keith Seitz <keiths@cygnus.com>
28524
28525 * gdb.base/annota2.cc: Include stdio.h.
28526
28527Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28528
28529 * gdb.base/crossload.exp: Remove, this has been disabled ever
28530 since BFD stopped including all targets, and cross-GDB gets
28531 plenty of testing anyway.
28532 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
28533 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28534 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
28535 * gdb.base/README: Remove, was doc for this.
28536 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 28537 needed.
cd0fc7c3 28538
b83266a0
SS
285391999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28540
28541 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28542 output.
28543
28544 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28545 * gdb.base/annota2.exp: New file. More annotation tests.
28546 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28547 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28548
285491999-04-23 Angela Marie Thomas <angela@cygnus.com>
28550
28551 * config/cfdbug.exp: New file.
28552
7a292a7a
SS
285531999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28554
28555 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28556 Marcus Daniel's and Dale Hawkins's demangler crashes.
28557
28558 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
28559 test_lucid_style_demangling, test_arm_style_demangling,
28560 test_hp_style_demangling): Try Tom Tromey's core-dumping
28561 identifier under each demangling style.
7a292a7a
SS
28562
285631999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28564
28565 * gdb.c++/demangle.exp: Include the current demangling style
28566 in all test names.
28567 (current_demangling_style): New global variable.
28568 (set_demangling_style, test_demangling_core, test_demangling,
28569 test_demangling_exact): New functions.
28570 (test_gnu_style_demangling, test_lucid_style_demangling,
28571 test_arm_style_demangling, test_hp_style_demangling): Use those,
28572 instead of calling gdb_test and gdb_test_exact directly.
28573 (catch_demangling_errors): New function, which reports errors
28574 signalled by the demangling test functions in an orderly way.
28575 (do_tests): Use catch_demangling_errors.
28576
285771999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28578
28579 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 28580 grouping in expressions, not {}.
7a292a7a
SS
28581
28582 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 28583 initialized yet.
7a292a7a
SS
28584
285851999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28586
28587 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28588 are listed.
28589
285901999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28591
28592 * gdb.stabs/weird.exp: Test for CC being defined before
28593 looking at its value.
28594
285951999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28596
28597 * gdb.base/call-ar-st.exp: Remove stray '#'.
28598 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28599 "short int" and "long int".
28600 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 28601 change, to mollify finicky HP compiler.
7a292a7a
SS
28602 * gdb.hp/reg-test.exp (testfile): Fix file name.
28603 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 28604
7a292a7a
SS
28605 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28606 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28607 alternate form of enum ptype.
28608
c906108c
SS
286091999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28610
7a292a7a
SS
28611 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28612 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
28613 passing skip_hp_tests, so as not to waste time on guaranteed
28614 failure.
7a292a7a 28615
c906108c
SS
28616 * gdb.c++/overload.cc: Pass string instead of char addr, always
28617 init ccpfoo.
28618 * gdb.c++/templates.cc: Fix syntax error.
28619
7a292a7a
SS
28620Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28621
28622 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 28623 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
28624 command.
28625
286261999-03-18 James Ingham <jingham@cygnus.com>
28627
28628 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28629
28630 * gdb.c++/method.exp: It was testing an uninitialized int on the
28631 stack and assuming it was positive.
28632
28633 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28634
28635 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 28636 keep it from killing the rest of the tests.
7a292a7a
SS
28637 Use gdb_continue_to_end.
28638
28639 * gdb.base/sigall.exp: use gdb_continue_to_end.
28640
28641 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28642
28643 * gdb.base/display.exp: use runto_main, not run.
28644
d63a86f8
RM
28645 * gdb.base/default.exp: Check for the current error message in the
28646 r abbreviation test.
7a292a7a
SS
28647 Add strongarm to the targets that know info float.
28648
d63a86f8 28649 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
28650 run which doesn't work with monitors.
28651
6fdff2c5
PA
28652 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28653 1034 test.
7a292a7a
SS
28654
28655 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28656
6fdff2c5
PA
28657 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28658 end of a program. Traps the case (in Cygmon) when the program
28659 never really exits. Same as Mark's continue_to_exit, but I had
28660 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
28661
28662 * config/monitor.exp (gdb_target_monitor): added another
28663 target_info parameter: remotebinarydownload. This will set the
28664 remotebinarydownload flag if this is causing some boards trouble.
28665
286661999-03-18 Mark Salter <msalter@cygnus.com>
28667
28668 * lib/gdb.exp (continue_to_exit): New function.
28669
28670 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28671 * gdb.base/ending-run.exp: Ditto.
28672 * gdb.base/step-test.exp: Ditto.
28673
286741999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28675
28676 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28677 (suggested by Art Haas <ahaas@neosoft.com>).
28678
286791999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28680
889bf7c5 28681 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
28682
28683Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28684
28685 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 28686 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
28687
286881999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28689
28690 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28691 a call to strlen; sometimes we do have sources.
28692
286931999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
28694
28695 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 28696 character, so GDB won't print garbage after its end.
d63a86f8 28697
c906108c
SS
28698 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28699 breakpoint there instead. Sometimes GCC emits memcpy to handle
28700 the large structures being passed by value, so we step into that
28701 instead of sum_array_print, which obscures what we're really testing.
28702 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
28703 the bizarre steps into memcpy, so do that here. Add check for
28704 stepping into function calls that pass large structures by value.
28705 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
28706 Remove all references to specific line numbers.
28707 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28708 New type and function.
28709 (main): Call large_struct_by_value, passing it a large struct by value.
28710 * lib/gdb.exp (gdb_get_line_number): New function.
28711
28712 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28713 more portable.
28714
7a292a7a
SS
287151999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28716
c906108c
SS
28717 * lib/gdb.exp: Doc fixes.
28718
7a292a7a
SS
287191999-03-05 Nick Clifton <nickc@cygnus.com>
28720
d63a86f8 28721 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
28722
287231999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28724
c906108c 28725 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
28726 commands. They're not germane to this test, and they don't work
28727 that way on remote targets.
c906108c 28728
3fc11d3e
JM
287291999-03-01 James Ingham <jingham@cygnus.com>
28730
28731 * Changelog entries merged over from gdb development branch.
28732
3fc11d3e
JM
28733 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28734
28735 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28736 for outputting results of test run.
28737
2d4a1622 28738 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
28739
28740 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 28741
7a292a7a
SS
287421999-02-25 Felix Lee <flee@cygnus.com>
28743
28744 * lib/gdb.exp (debug_format): initialize
28745
c906108c
SS
287461999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28747
28748 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28749 * gdb.base/call-rt-st.c: Ditto.
28750
c906108c
SS
287511999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28752
28753 * gdb.threads/pthreads.exp (horiz): New variable.
28754 (test_startup): Fix regexps that capture thread numbers.
28755
287561999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28757
28758 * gdb.base/smoke.exp: Disambiguate two test case names (both
28759 called ``print'').
28760
28761Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28762
28763 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 28764 compilation.
c906108c
SS
28765
287661999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28767
28768 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28769 actual output formatting.
28770 * gdb.base/smoke.exp: GDB removes leading 0's.
28771 * gdb.base/volatile.exp: Don't check type of remuneration;
28772 that variable is no longer defined in constvars.c.
28773 * gdb.base/step-test.c (main): Exit with explicit exit code.
28774 * gdb.base/step-test.exp: Remove two nexti checks--they are
28775 not portable.
28776
287771999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28778
28779 * gdb.base/help.exp ("help delete display"): Fix test to match
28780 gdb's output.
28781
28782 * gdb.base/long_long.c (known_types): Initialize values to zero.
28783 * gdb.base/long_long.exp: Step one more line
28784 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
28785 leading zeros. Explicitly ask for hex formatting. Use
28786 unique test case names.
c906108c
SS
28787
28788Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28789
d63a86f8 28790 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
28791
28792 * gdb.c++/method.exp: Add missing close brace.
28793
287941999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28795
28796 * gdb.base/maint.exp: Use 'set height 0' to disable page
28797 prompting, not 'set height 400'.
28798
28799 Fix a bunch of timeouts.
28800 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28801 four separate tests, so expect doesn't take forever to match a ton
28802 of text against a regexp with lots of .* forms.
28803 ("maint print psymbols", "maint print symbols"): Make some of
28804 these greps more selective, so that expect doesn't try to wade
28805 through huge piles of output and time out.
28806
28807 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28808
28809 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
28810 tests: one which doesn't expect shlib events to be reported, and
28811 another which does, but is XFAIL for all platforms other than
28812 HP/UX.
c906108c
SS
28813
28814 * gdb.base/break.exp: Teach the test suite that the `catch
28815 fork', `catch vfork', and `catch exec' commands produce error
28816 messages on platforms that don't provide these features.
28817
28818Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28819
28820 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
28821 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28822 (shortening names from solib_threshold.exp etc), won't run on
28823 anything but HP-UX for the foreseeable future.
c906108c 28824 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 28825 reflect move.
c906108c
SS
28826
28827Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28828
28829 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 28830 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
28831
28832Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28833
28834 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28835 successfully re-sets breakpoints in shared libraries.
28836 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28837
28838Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28839
d63a86f8
RM
28840 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28841 and compiled w/o GCC.
c906108c
SS
28842
28843 * gdb.hp/watch-cmd.exp: ditto.
28844
28845 * gdb.hp/watch-hp.exp: ditto.
28846
28847 * gdb.hp/xdb1.exp: ditto.
28848
28849 * gdb.hp/xdb2.exp: ditto.
28850
28851 * gdb.hp/dbx.exp: ditto.
28852
28853Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28854
28855 * constvars.c: Remove C++-isms.
28856 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 28857 with GCC.
c906108c
SS
28858
28859Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28860
28861 The following changes are part of the HP merge.
28862
28863 * gdb.base/break.exp: new tests to verify that catchpoints for
28864 fork, vfork, and exec don't trigger inappropriately.
28865
28866 * gdb.base/opaque.exp: compile one file at a time, then link.
28867
28868 * gdb.base/signals.exp: be more restrictive about which hppa
28869 systems receive a setup_xfail. new tests.
28870
28871 * gdb.base/solib_threshold.build: new file.
28872 * gdb.base/solib_threshold.exp: new file.
28873 * gdb.base/solib_threshold.link_opts: new file.
28874 * gdb.base/solib_threshold.mk: new file.
28875 * gdb.base/gen_solib_threshold.c: new file.
28876
28877 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28878 tests. New tests for enums inside classes.
28879
28880 * gdb.c++/compiler.cc: indicate support of template debugging.
28881
28882 * gdb.c++/demangle.exp: run hp style demangling tests.
28883
28884 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28885 tests.
28886
28887 * gdb.c++/misc.cc: changes to support new tests.
28888
28889 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28890 to support new tests.
28891
28892 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28893 gcc, then skip these tests.
28894
28895Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28896
28897 The following files are part of the HP merge; some had longer
28898 names at HP, but have been renamed to be no more than 14
28899 characters in length.
28900
28901 * gdb.hp/ambiguous.cc: new file.
28902 * gdb.hp/ambiguous.exp: new file.
28903 * gdb.hp/attach.exp: new file.
28904 * gdb.hp/attach2.exp: new file.
28905 * gdb.hp/classes-hp.exp: new file.
28906 * gdb.hp/ctti.exp: new file.
28907 * gdb.hp/ctti-add.cc: new file.
28908 * gdb.hp/ctti-add1.cc: new file.
28909 * gdb.hp/ctti-add2.cc: new file.
28910 * gdb.hp/ctti-add3.cc: new file.
28911 * gdb.hp/dbx.exp: new file.
28912 * gdb.hp/exception.cc: new file.
28913 * gdb.hp/exception.exp: new file.
28914 * gdb.hp/foll-exec.c: new file.
28915 * gdb.hp/foll-exec.exp: new file.
28916 * gdb.hp/foll-fork.c: new file.
28917 * gdb.hp/foll-fork.exp: new file.
28918 * gdb.hp/foll-vfork.c: new file.
28919 * gdb.hp/foll-vfork.exp: new file.
28920 * gdb.hp/inherit-hp.exp: new file.
28921 * gdb.hp/more-steps.exp: new file.
28922 * gdb.hp/namespace.cc: new file.
28923 * gdb.hp/namespace.exp: new file.
28924 * gdb.hp/optimize.exp: new file.
28925 * gdb.hp/pxdb.c: new file.
28926 * gdb.hp/pxdb.exp: new file.
28927 * gdb.hp/quicksort.exp: new file.
28928 * gdb.hp/reg-test.exp: new file.
28929 * gdb.hp/reg-test.s: new file.
28930 * gdb.hp/sized-enum.c: new file.
28931 * gdb.hp/sized-enum.exp: new file.
28932 * gdb.hp/start-stop.exp: new file.
28933 * gdb.hp/templ-hp.cc: new file.
28934 * gdb.hp/templ-hp.exp: new file.
28935 * gdb.hp/thr-lib.c: new file.
28936 * gdb.hp/thr-lib.exp: new file.
28937 * gdb.hp/thr-lib.h: new file.
28938 * gdb.hp/thr-liblib.c: new file.
28939 * gdb.hp/virtfun-hp.c: new file.
28940 * gdb.hp/virtfun-hp.exp: new file.
28941 * gdb.hp/watch-cmd.exp: new file.
28942 * gdb.hp/watch-hp.exp: new file.
28943 * gdb.hp/xdb1.exp: new file.
28944 * gdb.hp/xdb2.exp: new file.
28945 * gdb.hp/xdb3.exp: new file.
28946
28947Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28948
28949 The following files are part of the HP merge; some had longer
28950 names at HP, but have been renamed to be no more than 14
28951 characters in length.
28952
28953 * gdb.base/ss.h: new file.
28954 * gdb.base/call-ar-st.c: new file.
28955 * gdb.base/call-ar-st.exp: new file.
28956 * gdb.base/call-rt-st.c: new file.
28957 * gdb.base/call-rt-st-exp: new file.
28958 * gdb.base/call-strs.exp: new file.
28959 * gdb.base/ena-dis-br.exp: new file.
28960 * gdb.base/environ.exp: new file.
28961 * gdb.base/long_long.exp: new file.
28962 * gdb.base/sect-cmd.exp: new file.
28963 * gdb.base/shlib-cl2.exp: new file.
28964 * gdb.base/smoke.exp: new file.
28965 * gdb.base/so-impl-ld.c: new file.
28966 * gdb.base/so-impl-ld.exp: new file.
28967 * gdb.base/so-indr-cl.c: new file.
28968 * gdb.base/so-indr-cl.exp: new file.
28969 * gdb.base/varargs.exp: new file.
28970 * gdb.base/volatile.exp: new file.
28971 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28972 * gdb.base/display.exp: new file.
c906108c
SS
28973 * gdb.c++/derivation.exp: new file.
28974 * gdb.c++/local.exp: new file.
28975 * gdb.c++/member-ptr.exp: new file.
28976 * gdb.c++/overload.exp: new file.
28977 * gdb.c++/ovldbreak.exp: new file.
28978 * gdb.c++/ref-types.exp: new file.
28979 * gdb.c++/ref-types2.exp: new file.
28980 * gdb.c++/userdef.exp: new file.
d63a86f8 28981
c906108c
SS
28982Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28983
28984 * gdb.base/default.exp: Reflect wording change in remote.c.
28985
dc96c6c7 28986Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28987
28988 * gdb.base/help.exp: Update to reflect current text.
28989
28990Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28991
28992 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28993 they're stack variables and contain garbage.
28994 * gdb.c++/anon-union.exp: new file.
28995
28996 The following changes were made by David Taylor
889bf7c5
PA
28997 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28998 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28999 in changes by HP.
c906108c
SS
29000
29001 * gdb.base/bitops.exp: new file.
29002 * gdb.base/default.exp: change expected messages for catch and
29003 info catch tests to reflect HP merge changes.
29004 * gdb.base/enable-disable-break.exp
29005 * gdb.base/ending-run.c: new file.
29006 * gdb.base/long_long.c: new file.
29007 * gdb.base/maint.exp: new file.
29008 * gdb.base/pointers2.exp: new file.
29009 * gdb.base/shlib-call2.exp: new file.
29010 * gdb.base/solib.exp: new file.
29011 * gdb.base/step-test.c: new file.
29012 * gdb.c++/anon-union.cc: new file.
29013 * gdb.c++/local.cc: new file.
29014 * gdb.c++/member-pointer.cc: new file.
29015 * gdb.c++/method.cc: new file.
29016 * gdb.c++/ref-types.cc: new file.
29017 * gdb.c++/ref-types2.cc: new file.
29018 * gdb.c++/userdef.cc: new file.
d63a86f8 29019
c906108c
SS
29020 * gdb.base/scope.exp: compile one file at a time, then link.
29021 * gdb.base/langs.exp: ditto.
29022 * gdb.base/list.exp: ditto.
d63a86f8 29023
c906108c
SS
29024Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
29025
29026 The following changes were made by David Taylor
889bf7c5
PA
29027 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
29028 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
29029 in changes by HP.
d63a86f8 29030
c906108c
SS
29031 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
29032 skip tests. When compiling pass c++ flag to gdb_compile.
29033 * gdb.c++/
d63a86f8 29034
c906108c
SS
29035 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
29036 test for on hppa*-*-hpux*; use args to see if c++ was specified.
29037 (skip_hp_tests): new function.
29038 (gdb_preprocess): new function.
29039
29040 * configure.in (hpdir): decide whether to configure gdb.hp.
29041 * configure: regenerated.
29042
29043 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
29044 to delete on clean.
29045 (EXECUTABLES): update to reflect new additions.
29046 * gdb.base/commands.exp: update message expected.
29047 * gdb.base/default.exp: add copyright notice.
29048 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
29049 * gdb.base/help.exp: update messages to reflect current text.
29050 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
29051 targets for recurse tests.
29052 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
29053 skip this file.
29054
29055 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
29056 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
29057 compilation.
29058 * gdb.c++/misc.exp: ditto.
29059 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
29060 run the tests. tell gdb_compile that it's a c++ compilation.
29061
29062 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 29063
c906108c
SS
29064 * gdb.base/all-bin.exp: new file.
29065 * gdb.base/arithmet.exp: new file.
29066 * gdb.base/assign.exp: new file.
29067 * gdb.base/completion.exp: new file.
29068 * gdb.base/cond-expr.exp: new file.
29069 * gdb.base/condbreak.exp: new file.
29070 * gdb.base/define.exp: new file.
29071 * gdb.base/dollar.exp: new file.
29072 * gdb.base/environment.exp: new file.
29073 * gdb.base/eval-skip.exp: new file.
29074 * gdb.base/jump.exp: new file.
29075 * gdb.base/logical.exp: new file.
29076 * gdb.base/pointers.exp: new file.
29077 * gdb.base/relational.exp: new file.
29078 * gdb.base/section_command.exp: new file.
29079 * gdb.base/whatis-expr.exp: new file.
29080
29081 * gdb.base/all-types.c: new file.
29082 * gdb.base/call-array-struct.c: new file.
29083 * gdb.base/call-return-struct.c: new file.
29084 * gdb.base/call-strings.c: new file.
29085 * gdb.base/callfuncs2.c: new file.
29086 * gdb.base/condbreak.c: new file.
29087 * gdb.base/constvars.c: new file.
29088 * gdb.base/display.c: new file.
29089 * gdb.base/int-type.c: new file.
29090 * gdb.base/jump.c: new file.
29091 * gdb.base/miscexprs.c: new file.
29092 * gdb.base/pointers.c: new file.
29093 * gdb.base/pointers2.c: new file.
29094 * gdb.base/shmain.c: new file.
29095 * gdb.base/shr1.c: new file.
29096 * gdb.base/shr2.c: new file.
29097 * gdb.base/solib.c: new file.
29098 * gdb.base/solib1.c: new file.
29099 * gdb.base/solib2.c: new file.
29100 * gdb.base/varargs.c: new file.
29101 * gdb.c++/derivation.cc: new file.
29102 * gdb.c++/overload.cc: new file.
29103 * gdb.c++/ovldbreak.cc: new file.
29104 * gdb.hp/attach.c: new file.
29105 * gdb.hp/attach2.c: new file.
29106 * gdb.hp/average.c: new file.
29107 * gdb.hp/compiler.c: new file.
29108 * gdb.hp/compiler.cc: new file.
29109 * gdb.hp/execd-program.c: new file.
29110 * gdb.hp/follow-exec.c: new file.
29111 * gdb.hp/follow-fork.c: new file.
29112 * gdb.hp/follow-vfork-and-exec.c: new file.
29113 * gdb.hp/misc-hp.cc: new file.
29114 * gdb.hp/more-steps.c: new file.
29115 * gdb.hp/optimize.c: new file.
29116 * gdb.hp/quicksort.c: new file.
29117 * gdb.hp/run-hp.c: new file.
29118 * gdb.hp/start-stop.c: new file.
29119 * gdb.hp/sum.c: new file.
29120 * gdb.hp/templates-hp.cc: new file.
29121 * gdb.hp/thread-local-in-lib.c: new file.
29122 * gdb.hp/thread-local-in-lib.h: new file.
29123 * gdb.hp/thread-local-in-lib.lib.c: new file.
29124 * gdb.hp/vforked-program.c: new file.
29125 * gdb.hp/virtfunc-hp.cc: new file.
29126 * gdb.hp/watchpoint-hp.c: new file.
29127 * gdb.hp/xdb.c: new file.
29128 * gdb.hp/xdb0.c: new file.
29129 * gdb.hp/xdb0.h: new file.
29130 * gdb.hp/xdb1.c: new file.
29131
29132Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
29133
29134 The following change was made by Edith Epstein
889bf7c5
PA
29135 <eepstein@cygnus.com> as part of a project to merge in changes
29136 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
29137
29138 * gdb.c++/demangle.exp: changed the expected output for some
29139 ARM-style mangling -- removed second reference to datatype.
889bf7c5 29140 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 29141 T1<char>::~T1<char>(void)
c906108c 29142 becomes,
a9c64011
AS
29143 maint demangle __dt__11T1__pt__2_cFv
29144 T1<char>::~T1(void)
c906108c 29145
889bf7c5 29146 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 29147
c906108c
SS
29148Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
29149
29150 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
29151 * gdb.trace/backtrace.exp: Likewise.
29152 * gdb.trace/circ.exp: Likewise.
29153 * gdb.trace/collection.exp: Likewise.
29154 * gdb.trace/deltrace.exp: Likewise.
29155 * gdb.trace/infotrace.exp: Likewise.
29156 * gdb.trace/limits.exp: Likewise.
29157 * gdb.trace/packetlen.exp: Likewise.
29158 * gdb.trace/passc-dyn.exp: Likewise.
29159 * gdb.trace/passcount.exp: Likewise.
29160 * gdb.trace/report.exp: Likewise.
29161 * gdb.trace/save-trace.exp: Likewise.
29162 * gdb.trace/tfind.exp: Likewise.
29163 * gdb.trace/tracecmd.exp: Likewise.
29164 * gdb.trace/while-dyn.exp: Likewise.
29165 * gdb.trace/while-stepping.exp: Likewise.
29166
291671998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
29168
29169 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
29170
29171Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
29172
29173 From Brendan Kehoe:
29174 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
29175 int return types.
29176
29177Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
29178
29179 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 29180 remote dos host testing right.
c906108c
SS
29181
29182Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
29183
29184 * gdb.base/corefile.exp: remove some xfails.
29185
29186Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
29187
29188 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 29189 have different timestamps.
c906108c
SS
29190
29191Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
29192
29193 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 29194 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
29195
29196Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
29197
29198 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 29199 delta.
c906108c
SS
29200
29201Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
29202
29203 * gdb.base/default.exp: Add brace missing from previous delta.
29204
29205Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
29206
29207 * gdb.base/default.exp: Support test for info float for all
29208 varieties of arm toolchain.
29209
dc96c6c7 29210Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29211
29212 * gdb.trace/*.exp: remove "remote_download" command.
29213
dc96c6c7 29214Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29215
29216 * gdb.trace/*.exp: remove -gdwarf from compile.
29217
29218Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
29219
29220 * gdb.trace/configure.in(AC_INIT): typo
29221 * gdb.trace/configure: regenerated
29222
dc96c6c7 29223Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29224
29225 * config/m68k-emc.exp: New file.
29226 * lib/<emc-support.exp trace-support.exp}: New files.
29227 * configure.in: add new test directory gdb.trace.
29228 * gdb.trace/{configure configure.in Makefile.in}: New files.
29229 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
29230 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
29231 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
29232 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
29233 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
29234 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
29235 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 29236
dc96c6c7 29237Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29238
29239 * gdb.c++/classes.exp: Change all regular expressions to match
29240 arbitrary combinations of newline/carriage-return, so that they
29241 will work equally well on Unix and Windows.
29242 * gdb.c++/inherit.exp: ditto.
29243 * gdb.c++/virtfunc.exp: ditto.
29244
292451998-08-11 Dawn Perchik <dawn@cygnus.com>
29246
29247 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29248
c2d11a7d
JM
29249Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
29250
29251 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
29252 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
29253 to use a0-a3/d0-d3 as needed.
29254
29255Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
29256
29257 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
29258 * gdb.disasm/am33.exp: Corresponding changes.
29259
c906108c
SS
292601998-07-11 Felix Lee <flee@cygnus.com>
29261
29262 * gdb.base/callfuncs.exp: add cmp10 test.
29263 * gdb.base/callfuncs.c (cmp10): new function.
29264
29265Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29266
d63a86f8 29267 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
29268 into two parts to get around a synchronization problem in expect.
29269
3fc11d3e
JM
29270Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29271
29272 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29273
29274 * configure.in: Add options for gdbtk testsuite.
29275
29276 * configure: Regenerate.
29277
29278 * gdb.gdbtk: New directory to hold gdbtk tests.
29279
c906108c
SS
29280Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29281
29282 * gdb.fortran/types.exp: Escape brackets in expect patterns
29283 for test_float_literal_types_accepted tests.
29284 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29285 before run test.
29286
c2d11a7d
JM
29287Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29288
29289 * am33.exp: Just compile, do not link the testcase.
29290 * am33.s: Add ".am33" pseudoop to force am33 mode.
29291
c906108c
SS
292921998-06-25 Felix Lee <flee@cygnus.com>
29293
29294 * gdb.base/setshow.exp: make sure $pc is sane.
29295
29296 * gdb.stabs/weird.exp: split expect patterns properly.
29297
c2d11a7d
JM
29298Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29299
29300 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29301 * gdb.disasm/am33.exp: Run it.
29302
dc96c6c7 29303Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29304
29305 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29306 match processing (and eliminate spurious timeouts when running).
29307
dc96c6c7 29308Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29309
29310 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29311 exception test, but conditionalize it on target [mach | gnu].
29312
dc96c6c7 29313Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29314
29315 * gdb.base/overlays.exp: fixup compile line for linker script.
29316
29317Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29318
29319 * gdb.fortran/types.exp: don't guess at float size.
29320
29321Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29322
29323 * gdb.base/exprs.exp: delete test that depends on int size.
29324
29325Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29326
29327 * config/sim.exp: Removed checks for target triplets.
29328 (gdb_target_sim): Use gdb,target_sim_options.
29329
29330Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29331
29332 * gdb.base/reread.exp: New file.
29333 * gdb.base/reread1.c: New file.
29334 * gdb.base/reread2.c: New file.
29335
29336Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29337
29338 * config/sim.exp: Use 'target sim -sparclite' when running
29339 SPARClite programs.
29340
29341Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29342
29343 * gdb.base/structs2.exp: New file.
29344 * gdb.base/structs2.c: New file.
29345
29346Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29347
29348 * gdb.asm/common.inc: New file.
29349 * gdb.asm/d10v.inc: New file.
29350 * asm-source.exp: Pass -I's to gas to find .inc files.
29351 Update line numbers in expected output.
29352 * asmsrc1.s: Rewrite.
29353 * asmsrc2.s: Rewrite.
29354 * configure.in: Create arch.inc symlink.
29355 * configure: Regenerate.
29356 * Makefile.in (distclean): Delete arch.inc.
29357
29358Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29359
29360 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
29361 (t_enum_value2): ditto
29362 (t_enum_value3): ditto
29363 (main): ditto
c906108c
SS
29364Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29365
29366 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29367 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29368 change.
29369 Use gdb_test instead of send_gdb/gdb_expect sequences.
29370
29371Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29372
29373 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29374 not void.
29375
29376Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29377
29378 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
29379 subroutines. Used to test gdbs ability to single step through PC
29380 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
29381
29382Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29383
29384 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29385 more rigorous EGCS C++ error checking.
29386
29387Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29388
a9c64011
AS
29389 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29390 tests.
29391 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29392 function when asleep.
29393 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29394 for i*86 Linux and SVR4 signal handling problems.
29395 Remove linux xfail for `next to handler in signals_tests_1', fixed
29396 by recent infrun.c change.
29397 Limit backtrace to 10 frames to avoid timeout problems with infinite
29398 stack backtraces.
29399 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29400 target.[ch] change.
c906108c
SS
29401
29402Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29403
29404 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29405 for a newline from gdb before continuing.
29406 (default_gdb_exit): Just look for y or n.
29407 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29408 it does, fail the rests of the tests in the file.
29409
29410Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29411
29412 * config/cygmon.exp: New file.
29413
29414Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29415
29416 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 29417 main" test on remote targets.
c906108c
SS
29418
29419 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29420 run test on remote targets.
29421
29422Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29423
29424 * gdb.asm: New directory.
29425 * configure.in: Configure it.
29426 * configure: Regenerate.
29427 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29428 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29429
29430Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29431
29432 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29433
dc96c6c7 29434Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 29435
a9c64011
AS
29436 * gdb.base/overlays (several files): Merge the two overlay
29437 managers into one. Change variables (foox, barx, bazx, grbxx)
29438 back into ints but force them to load in their proper sections.
c906108c
SS
29439
29440Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29441
29442 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 29443 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
29444 (D10VCopy): Handle memory regions crossing 16k boundaries.
29445 (D10VCopy): Transfer data in 32 bit chunks.
29446
29447Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29448
29449 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 29450 correct.
c906108c
SS
29451
29452 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 29453 map. Include space for printf in .text segment.
c906108c
SS
29454
29455 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 29456 updated d10v memory VMA/LMA map.
c906108c 29457 (D10VCopy): Call D10VTranslate.
d63a86f8 29458
c906108c
SS
29459Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29460
29461 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29462
29463 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
29464 that it won't be put into the .sdata - small data -
29465 section. Update reference.
c906108c
SS
29466 * gdb.base/baz.c (bazx, baz): Ditto.
29467 * gdb.base/foo.c (foox, foo): Ditto.
29468 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29469
29470 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 29471 to be arrays.
d63a86f8 29472
dc96c6c7 29473Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 29474
a9c64011
AS
29475 * gdb.base/overlays.exp: fix up and get working again.
29476 Add tests for backtraces from an overlay function.
d63a86f8 29477
c906108c
SS
29478Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29479
29480 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29481 "calling function with watchpoint enabled".
29482
29483Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29484
29485 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 29486 gdb_suppress_tests for d10v-*-*.
c906108c
SS
29487 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29488 pending review of whether it is useful or not.
29489
29490Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29491
29492 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29493
29494Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29495
29496 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29497 * config/dve.exp: New file to support Densan boards.
29498
29499Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29500
29501 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 29502 reads and BSD.
c906108c
SS
29503
29504Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29505
29506 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29507 response.
29508
29509 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29510
29511Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29512
29513 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 29514 test.
c906108c
SS
29515
29516 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 29517 target_sizeof_long and target_bigendian_p.
c906108c 29518 (structs_by_value, structs_by_reference): Check values according
889bf7c5 29519 to targets word size and endianess.
d63a86f8 29520
c906108c
SS
29521Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29522
29523 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 29524 output.
c906108c
SS
29525
29526Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29527
29528 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 29529 Update test of set args help to match source change.
c906108c
SS
29530
29531Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29532
29533 * gdb.base/default.exp: Expect help system output to be in
29534 alphabetical order.
29535 * gdb.base/help.exp: Ditto.
29536
29537Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29538
29539 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29540 "i*86-pc-linux-gnu*".
29541 * gdb.base/interrupt.exp: Ditto.
29542 * gdb.base/corefile.exp: Ditto.
29543
29544 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 29545 define vxworks when building the testcase.
c906108c
SS
29546
29547 * gdb.base/ptype.exp: Fix testnames to be unique.
29548 * gdb.base/radix.exp: Ditto.
29549 * gdb.base/term.exp: Ditto.
29550 * gdb.base/whatis.exp: Ditto.
29551 * gdb.c++/classes.exp: Ditto.
29552
29553Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29554
29555 * gdb.base/callfuncs.exp: Fix indentation.
29556
29557 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29558 suppress_flag has been set.
29559 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29560 target feature.
29561
29562Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29563
29564 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29565 the testcase.
29566
29567 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 29568 set_debug_traps() and breakpoint().
c906108c
SS
29569 * gdb.c++/misc.cc (main): Ditto.
29570 * gdb.c++/templates.cc (main): Ditto.
29571 * gdb.c++/virtfunc.cc (main): Ditto.
29572
29573Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29574
29575 * lib/gdb.exp(gdb_step_for_stub): New function.
29576 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29577 exists, reload the executable and do a "continue" instead of
29578 doing a jump.
29579 (runto_main): Use gdb_step_for_stub.
d63a86f8 29580
c906108c 29581 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 29582 tests to have unique names.
c906108c
SS
29583 * gdb.base/callfuncs.exp: Ditto.
29584 * gdb.base/commands.exp: Ditto.
29585 * gdb.base/default.exp: Ditto.
29586 * gdb.base/help.exp: Ditto.
29587 * gdb.base/list.exp: Ditto.
29588 * gdb.base/opaque.exp: Ditto.
29589 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29590 similar tests.
d63a86f8 29591
c906108c
SS
29592 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29593 * gdb.c++/cplusfuncs.cc: Ditto.
29594 * gdb.c++/virtfunc.cc: Ditto.
29595
29596 * config/monitor.exp: Keep track of the last file we saw, rather
29597 than trying to get the info from gdb.
29598
29599 * gdb.fortran/types.exp: Move comment to previous line.
29600
29601Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29602
29603 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 29604 target mode.
c906108c
SS
29605
29606Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29607
29608 From Bob Manson:
29609 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 29610 string from GDB when it connects.
c906108c
SS
29611
29612 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29613
29614Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29615
29616 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
29617 if we can't get a debug format from GDB (we may be testing an
29618 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
29619
29620 * gdb.stabs/weird.exp: Fix quoting.
29621
29622 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29623
29624Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29625
29626 * config/arm-ice.exp: New file.
29627
29628Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29629
29630 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 29631 until it has been modified to work with the new testsuite.
c906108c 29632
99707966 29633 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
29634 testcase won't compile, cause all of the testcases in the file to
29635 fail instead.
c906108c
SS
29636
29637 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29638 (gdb_clear_suppressed): New procedure.
29639 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29640 it contains a positive value.
29641
29642Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29643
29644 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29645
29646 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29647
29648Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29649
29650 * lib/gdb.exp (setup_xfail_format): New function.
29651 (get_debug_format): New function to get debug format.
29652 (debug_format): New global variable to hold last value set
29653 by get_debug_format.
29654 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 29655 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
29656 * gdb.c++/ptype.exp: Ditto.
29657 * gdb.c++/classes.exp: Ditto.
29658 * gdb.c++/cplusfuncs.exp: Ditto.
29659 * gdb.c++/inherit.exp: Ditto.
29660 * gdb.c++/templates.exp: Ditto.
29661 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 29662
c906108c
SS
29663Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29664
29665 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29666 host doesn't have a currently-open connection.
29667
29668 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
29669 any gdb stub target. Handle cases where gdb doesn't respond when
29670 interrupted in a sane fashion.
c906108c
SS
29671
29672 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 29673 same thing in a totally different way.
c906108c
SS
29674
29675 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 29676 setting "timeout".
c906108c 29677 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 29678 default_gdb_init now.
c906108c
SS
29679
29680Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29681
29682 * gdb.base/printcmds.exp: Fix "check for floating addition"
29683 regexp to accept results within approx +/- .01 of exact value.
29684 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29685
29686Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29687
29688 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 29689 properly.
c906108c
SS
29690 (gdb_expect): Add optional timeout parameter, and add timeout
29691 value to various calls.
29692 (gdb_suppress_tests): Only give one warning message per group.
29693
29694Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29695
29696 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
29697 global variables. Handle getting a value for $timeout more
29698 gracefully.
c906108c
SS
29699
29700Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29701
29702 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 29703 initialize.
c906108c 29704 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 29705 by a target configuration file.
c906108c
SS
29706 (gdb_expect): Pass the timeout to remote_expect.
29707
29708 * config/monitor.exp(gdb_load): Fix typo in regexp.
29709
29710Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29711
29712 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29713
29714Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29715
29716 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
29717 here. Call gdb_target_exec before rebooting the target, to make
29718 sure the connection to the target is closed.
c906108c
SS
29719 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29720 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29721 Also detect "Timeout reading from remote" error.
29722
29723 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
29724 gdb_target_monitor. Don't call gdb_file_cmd here; let
29725 gdb_target_monitor do it.
c906108c
SS
29726
29727 * gdb.disasm/hppa.exp: Don't use exec_output.
29728
29729Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29730
29731 * gdb.base/list.exp: If we're debugging a non-native target,
29732 try to set the pc register to point to the start of the
29733 program before doing the first list command.
29734
29735 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 29736 test_calls after restarting.
c906108c
SS
29737
29738 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 29739 reloading.
c906108c
SS
29740
29741 * gdb.base/watchpoint.exp: Fix typo.
29742
29743 * gdb.base/setshow.exp: Check for use_gdb_stub.
29744
29745 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 29746 stub case.
c906108c
SS
29747 * gdb.base/langs.exp: Ditto.
29748
29749 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
29750 gdb_load_offset. If we weren't given a file to load, figure out
29751 what the current file is and use it.
c906108c
SS
29752
29753 * config/i386-bozo.exp: New file.
29754
29755Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29756
29757 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29758 feature.
29759
29760 * config/proelf.exp: New entry.
29761
29762Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29763
29764 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29765 of regexps.
29766
29767 * gdb.base/watchpoint.exp: Don't run the test_stepping
29768 tests if gdb can't call functions on the target.
29769
29770 * gdb.base/setshow.exp: Don't run the set prompt tests if
29771 the board has gdb_prompt set.
29772
29773Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29774
29775 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29776 * gdb.base/commands.exp: Likewise.
29777 * gdb.base/setshow.exp: Likewise.
29778
29779Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29780
29781 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29782 feature.
29783
29784 * config/i960.exp: New file.
29785
29786Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29787
29788 * gdb.base/funcargs.exp: Check for gdb,short_int target
29789 feature instead of looking for explicit target triplets.
29790
dc96c6c7 29791Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 29792
d63a86f8 29793 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
29794 "p 123DEADBEEF", to check parse_number.
29795 * top.c: change "to enable to enable" to "to enable" in a couple
29796 of help strings.
29797
29798Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29799
29800 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29801 on the mn10300.
d63a86f8 29802
c906108c
SS
29803Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29804
29805 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29806 where the test executable is run with explicit args.
29807 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29808
29809Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29810
29811 * gdb.base/run.c: Use FAKEARGV to build test executable that
29812 does not require a command line arg, since most simulators
29813 don't currently support passing such an arg into the simulated
29814 program.
29815 * gdb.base/commands.exp: Change tests to insert the proper
29816 value as the arg to the first recursive factorial call. Change
29817 compilation line to define FAKEARGV at compile time.
29818
29819Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29820
29821 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29822 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29823 function with watchpoint enabled" test.
29824
29825Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29826
29827 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 29828 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
29829
29830 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 29831 "Tests restarted" messages.
c906108c
SS
29832
29833Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29834
29835 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29836
dc96c6c7 29837Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29838
29839 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29840 for INFO SYMBOL; add help tests for OVERLAY commands.
29841 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29842 add tests for OVERLAY commands
29843 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29844 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29845 * gdb.base/sigall.c: add usestubs code frag
29846 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 29847
c906108c
SS
29848Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29849
29850 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29851 failures.
29852 (gdb_stop_suppressing_tests): Note that tests have restarted.
29853
29854Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29855
29856 * config/h8300.exp: New file.
29857
29858Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29859
29860 * gdb.base/setshow.exp: Check for the existence of a
29861 feature, not its value.
29862
29863Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29864
29865 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29866
29867 * gdb.base/scope.exp: It's now init0(), not init().
29868
29869 * gdb.base/scope0.c: For now, change init() to be init0().
29870
29871 * config/monitor.exp: Use gdb_serial in preference to serial
29872 or netport.
29873
29874 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 29875 and it's not already set.
c906108c
SS
29876
29877Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29878
29879 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 29880 isn't using a stub and if it supports argument passing.
c906108c
SS
29881
29882Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29883
29884 * config/udi.exp(gdb_start): Make sure UDICONF is set
29885 properly before starting gdb.
29886
29887Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29888
29889 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29890 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29891 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29892
29893Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29894
29895 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 29896 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
29897
29898 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29899
29900 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29901
29902 * config/monitor.exp: Make sure we disconnect from the target.
29903 Also, try a reboot/reload cycle instead of failing if the
29904 load fails.
29905
29906Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29907
29908 * gdb.base/default.exp: Don't set match_max.
29909 * gdb.base/help.exp: Ditto.
29910 * gdb.base/list.exp: Ditto.
29911 * gdb.base/signals.exp: Ditto.
29912
29913 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29914 set, use remote_ld to download the testcase instead of
29915 the GDB loader.
29916
29917Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29918
29919 * config/vr5000.exp: New file.
29920
29921 * config/monitor.exp(gdb_target_monitor): Add pattern for
29922 "Ending remote" to detect errors in connecting.
29923
29924 * gdb.base/setshow.exp: Add .* within auto language test.
29925
29926 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29927 target feature.
29928
29929 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 29930 and reboot the board if necessary.
c906108c
SS
29931
29932 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29933 a set of tests. Remove print.* from the patterns being checked.
29934
29935Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29936
29937 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29938 refer to gdb_spawn_id.
29939
29940 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29941 longer used.
29942 * config/sparclet.exp: Ditto.
29943 * config/sparclet-old.exp: Ditto.
29944 * config/slite.exp: Ditto.
29945 * config/sim.exp: Ditto.
29946 * gdb.base/funcargs.exp: Ditto.
29947
29948 * lib/gdb.exp:Remove references to gdb_spawn_id.
29949 (gdb_expect): Move to remote.exp.
29950
29951Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29952
29953 * config/monitor.exp: Detect the "Couldn't establish connection"
29954 message from GDB.
29955
29956Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29957
29958 * gdb.base/bitfields.exp: Use runto instead of explicit
29959 gdb_run_cmd/gdb_expect sequences.
29960
29961 * gdb.base/break.exp(text_next_with_recursion): Add match for
29962 gdb_expect call.
29963
29964 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29965 We also need to handle the "A program is being debugged already"
29966 prompt from gdb. Use gdb_test to set the baud rate.
29967
29968 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29969 to 20000. Really. I mean it.
29970
29971Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29972
29973 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29974 fails. If suppress_flag is set, skip perror message about not
29975 being able to send to GDB.
c906108c 29976 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29977 GDB.
c906108c
SS
29978 (gdb_expect): If suppress_flag is set, always fail immediately.
29979 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29980 (gdb_init): Call gdb_stop_suppressing_tests.
29981 (default_gdb_exit): Ditto.
29982 (default_gdb_start): Ditto.
29983
29984 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29985 gdb_stop_suppressing_tests as appropriate.
c906108c 29986 * gdb.base/break.exp: Ditto.
889bf7c5 29987 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29988 * gdb.base/commands.exp: Ditto.
29989 * gdb.base/exprs.exp: Ditto.
889bf7c5 29990 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29991 * gdb.base/list.exp: Ditto.
29992 * gdb.base/recurse.exp: Ditto.
889bf7c5 29993 * gdb.base/scope.exp: Ditto.
c906108c
SS
29994 * gdb.base/structs.exp: Ditto.
29995 * gdb.c++/inherit.exp: Ditto.
29996
29997Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29998
29999 * config/vr4300.exp: New file.
30000
99707966 30001 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 30002
99707966 30003 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
30004
30005Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
30006
30007 * lib/gdb.exp(gdb_init): New function.
30008
30009 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 30010 for each individual variable set.
c906108c
SS
30011
30012 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
30013 name.
30014
30015 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
30016
30017 * gdb.base/scope.exp: Use gdb_test.
30018
30019 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
30020 aborting; the testsuite driver will do that for us (see
30021 gdb_finish). Also, use gdb_test in a few more places.
30022
30023Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
30024
30025 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
30026
30027Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
30028
30029 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
30030 and "add_tests" are not at the same address.
30031
30032Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
30033
30034 * gdb.base/ptype.exp: Use gdb_test.
30035
30036Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
30037
30038 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
30039 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
30040 left in. No longer expect them to fail.
30041
30042 * gdb.stabs/*.mt; Deleted, no longer used.
30043 * gdb.stabs/configure.in: Remove references to target makefile
30044 frags.
30045 * gdb.stabs/configure: Rebuilt.
30046
30047 * gdb.disasm/*.mt: Deleted, no longer used.
30048 * gdb.disasm/configure.in: Remove references to target makefile
30049 frags. Use "sh3.s" as the unique filename for this directory.
30050 * gdb.disasm/configure: Rebuilt.
30051
30052 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
30053 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
30054 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
30055
30056Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
30057
30058 * config/udi.exp: Use mondfe,name instead of remote_host.
30059
30060Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
30061
30062 * gdb.base/watchpoint.exp: Don't expect a failure when calling
30063 a function with a watchpoint enabled on the mn10200.
30064
30065 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
30066 before trying to create it!
30067
30068Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
30069
30070 * config/vx.exp: Use hostname instead of netport.
30071
30072 * config/vxworks.exp: New file.
30073
30074 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
30075
30076 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 30077 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
30078 occurs.
30079
30080 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
30081 $gdb_spawn_id directly.
30082 (gdb_run_cmd): Try _start as well as start. Use the target feature
30083 gdb,start_symbol as the symbol to start from when jumping.
30084
30085Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
30086
30087 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
30088 redundant) test.
30089
30090 * gdb.base/recurse.exp: Relax final value test for 'b' so that
30091 it doesn't lose for 16bit integer systems.
30092
30093Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
30094
30095 * gdb.fortran/types.exp: If the target doesn't support "double"
30096 data types, then expect "real" types to only be 4 bytes.
30097
30098 * gdb.c++/virtfunc.exp: Expect failure for virtual function
30099 call tests if the target doesn't support inferior function calls.
30100
30101 * gdb.base/printcmds.exp: Allow minor deviation in FP values
30102 in printf tests.
30103
30104Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
30105
30106 * gdb.base/help.exp: Disable "help set", "help show", and
30107 "help support". Simplify regexp for "help stack".
30108
30109 * gdb.base/default.exp: Set match_max to 5000 and the timeout
30110 to 60 seconds. Temporarily set match_max to 15000 around the
30111 "info copying" test.
30112
30113 * gdb.base/nodebug.exp: Don't try to do an inferior function
30114 call if the target doesn't support them.
30115 * gdb.base/printcmds.exp: Likewise.
30116 * gdb.base/setvar.exp: Likewise.
30117 * gdb.base/structs.exp: Likewise.
30118 * gdb.c++/templates.exp: Likewise.
30119 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
30120
30121 * gdb.base/recurse.exp: Enable for the mn10200.
30122
30123 * configure.in: Do configure gdb.stabs directory for *-*-elf
30124 targets.
30125 * configure: Rebuilt.
30126
30127 * gdb.base/break.exp: Check for gdb,noresults before testing
30128 exit status and/or results from the target.
30129 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
30130 * lib/gdb.exp: Remove old (now bogus) initialization of
30131 noinferior, noargs, noresults and nosignals.
30132
30133Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
30134
30135 * config/sh.exp: New file.
30136
30137 * config/slite.exp: Try to connect multiple times to the board
30138 before rebooting. Only send a "monitor run" if need_monitor_run
30139 is set.
30140
30141 * gdb.base/break.exp: Don't do the "stub continue" test if
30142 the target has gdb_stub set.
30143
30144 * gdb.base/callfuncs.exp: Increase the timeout.
30145
30146 * gdb.base/interrupt.exp: Don't even try to compile the testcase
30147 if the target has gdb,noinferiorio set.
30148
30149 * gdb.base/list.exp: Increase match_max to 10000 characters.
30150
30151 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
30152
30153 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
30154 target.
30155
30156 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
30157
30158Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
30159
30160 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
30161 trying to delete the copy of gdb. Catch the file delete so we
30162 don't die if the delete fails; also, the file should be copied to
30163 the host, not to the build.
c906108c
SS
30164
30165Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
30166
30167 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 30168 parenthesis in case it contains multiple regexps separated
c906108c
SS
30169 with |.
30170
30171 * gdb.base/watchpoint.exp: Use gdb_test.
30172 * gdb.base/default.exp: Ditto.
30173
30174Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
30175
99707966 30176 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 30177
c906108c
SS
30178 * gdb.base/scope.exp: Use gdb_test.
30179 * gdb.c++/classes.exp: Ditto.
30180 * gdb.c++/inherit.exp: Ditto.
30181
30182Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
30183
30184 * gdb.base/crossload.exp: Don't use execute_anywhere, use
30185 remote_exec instead.
30186 * gdb.base/corefile.exp: Don't be ridiculous.
30187 * gdb.base/*.c: Add missing stub invocations.
30188
30189Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
30190
30191 * config/slite.exp: Miscellaneous fixes.
30192
30193 * lib/gdb.exp: Fix runto.
30194
30195 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
30196 the target.
30197
30198 * gdb.base/watchpoint.exp: Fix regexp.
30199
30200 * lib/gdb.exp(default_gdb_exit): Add a catch to the
30201 close and wait commands, as the descriptor may now be
30202 invalid. Always call "remote_close host".
30203
30204Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
30205
30206 Major rewrite for testsuite revision.
d63a86f8 30207
c906108c
SS
30208 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
30209 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
30210 instead of relying on spawn_id to always contain a valid
30211 spawn id.
30212 (get_compiler_info): New procedure to build the ${binfile}.ci
30213 file, instead of replicating this in N different places.
30214 (gdb_compile): New procedure.
d63a86f8 30215
c906108c 30216 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
30217 appropriate arguments) instead of compile. Use gdb_test in a lot
30218 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
30219 at the start of a testcase, as this is no longer done magically.
30220
30221 config/*-gdb.exp: Rename without the -gdb suffix.
30222
30223 config/mips.exp: Use remote_close instead of exit_remote_shell.
30224 config/monitor.exp: Use target_info instead of looking at
30225 baud, timeout, etc.
30226 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
30227
30228Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30229
30230 * gdb.c++/templates.exp (test_ptype_of_templates),
30231 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
30232 Update expect patterns for destructors and assignment operators
30233 to match corresponding c-typeprint.c changes.
30234 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
30235 to destructor breakpoint test, GDB should be able to set the
30236 destructor breakpoint without specifying arguments.
30237
30238Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
30239
30240 * gdb.threads/pthreads.exp: Change result for failure to compile due
30241 to lack of pthreads runtime support from an error to simply an
30242 unsupported test, per dejagnu standards.
30243
30244Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30245
30246 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
30247 where GDB exits to reduce pattern match time.
30248 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
30249
30250 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
30251
dc96c6c7 30252Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30253
30254 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
30255 * gdb.base/default.exp: ditto.
30256 * gdb.base/nodebug.exp: ditto.
30257 * gdb.base/printcmds.exp: ditto.
30258 * gdb.base/ptype.exp: ditto.
30259 * gdb.base/setvar.exp: ditto.
30260 * gdb.base/structs.exp: ditto.
30261 * gdb.base/setshow.c: Guard against uninitialized values of argc.
30262
30263Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30264
30265 * configure, */configure: Rebuild with autoconf 2.12.
30266
30267Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30268
30269 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30270 use new i*86-pc-linux*-gnu quads.
30271 * gdb.base/corefile.exp: Ditto.
30272 * gdb.base/signals.exp: Ditto.
30273 * gdb.base/sigall.exp: Ditto.
30274 * gdb.base/interrupt.exp: Ditto.
30275
30276 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30277 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30278 RedHat 4.0.
d63a86f8 30279
c906108c 30280 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
30281 linux. This allows the test case to at least compile on latest
30282 linux, but still not run due to missing the threads runtime library.
c906108c
SS
30283
30284Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30285
30286 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30287 directory to search gdb directory. Accept and step over conditional
30288 stack alignment code. Consume $prompt in failure cases.
30289 Reset timeout to $oldtimeout instead of some arbitrary value.
30290 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30291 timeout problems with infinite stack backtraces.
30292 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30293 Accept function parameters for linkfunc member.
30294
30295Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30296
30297 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30298 (CXXFLAGS): Remove, unreferenced.
30299 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
30300 previous -B options and also add -B option to pick up cross compiled
30301 runtime.
c906108c
SS
30302 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30303 doing cross compiles.
30304 (target_alias): Declare global.
30305 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30306 to verify that gcc exists in build tree, and if so set CC to that
30307 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 30308
c906108c
SS
30309Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30310
30311 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30312 ptype test for anonymous union. Fixup testcase to match
30313 current gcc debug output.
30314
30315Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30316
30317 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30318 force argument to an unsigned long type.
30319
30320Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30321
30322 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 30323 tests and anonymous union print/ptype tests.
c906108c
SS
30324 * gdb.base/list.exp (test_forward-search): Increase timeout by
30325 5 minutes for the "search extremely long line" case.
30326 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30327 completely optional and that the pass/fail messages use the command as
30328 the message if that third arg is a null string.
30329 (gdb_test_exact): Arrange that a null string pattern means match a
30330 null string output rather than any output, which might include random
889bf7c5 30331 errors.
c906108c
SS
30332 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30333 backtrace test.
30334 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30335 always failing and failure is now exposed by gdb.exp changes.
30336
30337Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30338
30339 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30340 weren't being noted.
30341
30342Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30343
30344 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30345 * gdb.stabs/weird.exp: Remove v_comb xfails.
30346
dc96c6c7 30347Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30348
30349 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 30350 list.exp scope.exp watchpoint.exp]
c906108c 30351 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 30352
dc96c6c7 30353Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30354
30355 * config/monitor.exp: Increase download timeout to 1000 seconds.
30356
dc96c6c7 30357Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30358
30359 * config/m32r.exp: Increase timeout to 120 seconds.
30360
30361Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30362
30363 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30364 and accept older ordering as obsolescent gcc or gdb.
30365 * gdb.c++/templates.exp: Ditto.
30366 * gdb.c++/virtfunc.exp: Ditto.
30367
30368Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30369
30370 * gdb.base/coremaker.c: Add code to mmap some data so we
30371 can check that it ends up in the core file.
30372 * gdb.base/corefile.exp: Add test to read mmapped data
30373 from core file.
30374
dc96c6c7 30375Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30376
30377 * config/m32r.exp: New file.
30378
30379Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30380
30381 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30382 that cflags can contains -gstabs, and work correctly for other tests.
30383
dc96c6c7 30384Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30385
30386 * gdb.base/setshow.exp: New file, tests show and set.
30387 * gdb.base/setshow.c: New file, tests show and set.
30388 * gdb.base/help.exp: Add test for help set|show annotate.
30389 * gdb.base/default.exp: Add test for set|show annotate.
30390
30391Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30392
30393 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30394 errors unique.
30395 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30396 explicitly.
30397
30398Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30399
30400 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30401 and width commands. This is done elsewhere.
30402 * (gdb_start): Don't call gdb_start_sim here. That's already
30403 done in gdb_load. This fixes lots of failures in default.exp.
30404
30405Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30406
30407 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30408 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30409 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30410 in the same we we treat other failures (since it may be an expected
889bf7c5 30411 condition), rather than as an error.
c906108c
SS
30412 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30413 old test format.
30414
30415Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30416
30417 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30418 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 30419 twice. Nuke the duplicates.
c906108c 30420 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 30421 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
30422 Remove config.h along with other config files.
30423
30424Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30425
30426 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30427 "p func1 ()" and note that rests of tests are skipped.
30428 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 30429 setup_xfails for "print func2::coremaker_local".
c906108c
SS
30430 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30431 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30432 affected by the previous run test.
30433 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30434 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30435 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30436 "pass int powerset tuple" and "pass modeless int powerset tuple".
30437 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30438 "real write 4" and "real write 8".
30439 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 30440 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
30441 "print \$i after tuple assign 2", and
30442 "print vs2 after tuple assign 2".
30443 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30444 meaningful error message and return -1 so the caller can
30445 suppress further tests and avoid a cascade of errors.
d63a86f8 30446
c906108c
SS
30447Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30448
30449 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30450 format for printing version.
30451 * gdb.base/default.exp: Ditto.
30452 * gdb.base/interrupt.exp: Fix problem with cascade of
30453 errors if child process dies while calling a function.
d63a86f8 30454
c906108c
SS
30455Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30456
30457 * Makefile.in (VPATH): Add
30458 * Makefile.in (Makefile, config.status): Fix rules so things get
30459 remade when necessary.
30460
30461Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30462
30463 * Makefile.in (just-check): Add path to sibling expect dir
30464 to environment variable specified by RPATH_ENVVAR.
30465
30466Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30467
30468 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30469 (just-check): Add shared library paths for libstdc++, tk,
30470 tcl, bfd, and opcodes to the environment variable specified
30471 in RPATH_ENVVAR.
30472 * configure.in: Add support to recognize --enable-shared flag
30473 and generate correct value for RPATH_ENVVAR.
30474 * configure: Regenerated with autoconf.
30475
30476Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30477
30478 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 30479 include all osf versions.
c906108c
SS
30480 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30481 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30482 when target is linux. When failing to build pthreads test
30483 executable, give more meaningful message.
30484 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30485 arg for pthread_create.
d63a86f8 30486
c906108c
SS
30487Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30488
30489 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 30490 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 30491 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 30492 and -lpthreads (everybody else).
c906108c
SS
30493 (test_startup): Fail gracefully if threads are not supported.
30494 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30495 "p/c array_index("abcdef",2)" when not gcc compiled.
30496 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30497 "print func2::coremaker_local" when not gcc compiled.
30498 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30499 "ptype on opaque struct tagname (statically)",
30500 "ptype on opaque struct tagname (dynamically) 1", and
30501 "ptype on opaque struct tagname (dynamically) 2"
30502 for not compiled with gcc.
30503 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30504 backtrace when compiled with gcc.
d63a86f8 30505 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
30506 than always return success.
30507
30508Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30509
30510 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30511
30512Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30513
30514 * gdb.base/structs.exp: Undo last change.
30515
30516Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30517
30518 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30519 encapsulate all the steps/nexts done during self test, starting
30520 at main, and makes them less sensitive to optimization issues.
30521 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30522 signal handler" test.
30523 * gdb.threads/pthreads.exp: Only run this for native configs.
30524 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30525 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30526 tests.
30527 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30528 for "runto test_calls(void)" test.
d63a86f8 30529
c906108c
SS
30530Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30531
30532 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30533 and don't expect address info in breakpoint confirmations.
30534
30535Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30536
30537 * gdb.base/list.exp (test_forward_search): Increase timeout
30538 temporarily by 60 seconds for searching extremely long line,
889bf7c5 30539 and then reset to old value when done. Increase expect input
c906108c
SS
30540 buffer to 10000.
30541
30542Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30543
30544 * gdb.base/list.exp (test_forward_search): Fix to handle very
30545 long source line without overflowing expect's input buffer.
30546
30547Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30548
30549 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30550 "buffer_full".
30551
30552 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30553 "buffer_full".
30554
30555 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30556 "buffer_full".
30557
30558 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30559 "buffer_full".
30560
30561Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30562
30563 * configure.in (configdirs): Add gdb.threads.
30564 * configure: Regenerated with autoconf.
30565 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30566 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30567 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 30568
c906108c
SS
30569Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30570
30571 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30572
30573Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30574
30575 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30576 each signal's status in the output of "handle all print".
30577 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30578 the \r\n sequence that immediately precedes the gdb prompt.
30579 * gdb.base/a1-selftest.exp: Save original timeout and restore
30580 after test.
30581
30582Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30583
30584 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30585 symbol.
30586
30587Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30588
30589 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30590
30591Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30592
30593 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30594 timeout by 60 seconds.
30595
30596Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30597
30598 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30599 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30600 error return.
30601
30602Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30603
30604 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30605 gdb initialization, also report how long dejagnu waited. Restore
30606 old timeout before doing error return. Temporarily increase timeout
889bf7c5 30607 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
30608
30609Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30610
30611 * lib/gdb.exp: Report timeout value for verbosity level 2.
30612 * config/gdbserver.exp: Ditto.
30613 * config/hppro.exp: Ditto.
30614 * config/mips-gdb.exp: Ditto.
30615 * config/monitor.exp: Ditto.
30616 * config/netware.exp: Ditto.
30617 * config/sim-gdb.exp: Ditto.
30618 * config/slite-gdb.exp: Ditto.
30619 * config/udi-gdb.exp: Ditto.
30620 * config/unix-gdb.exp: Ditto.
30621 * config/vx-gdb.exp: Ditto.
30622 * gdb.base/a1-selftest.exp: Ditto.
30623 * gdb.base/a2-run.exp: Ditto.
30624 * gdb.base/break.exp: Ditto.
30625 * gdb.base/corefile.exp: Ditto.
30626 * gdb.base/list.exp: Ditto.
30627 * gdb.base/recurse.exp: Ditto.
30628 * gdb.base/scope.exp: Ditto.
30629 * gdb.base/signals.exp: Ditto.
30630
30631Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30632
30633 * gdb.threads/Makefile.in (docdir): Removed.
30634
30635Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30636
30637 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 30638 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 30639 @srcdir@.
d63a86f8 30640 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
30641 autoconf 2.5 or higher.
30642 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30643
30644Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30645
30646 * configure: Regenerated.
30647 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30648 avoid name clashes with SunOS headers.
30649
30650Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30651
30652 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30653
30654Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30655
30656 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30657 prototype information ends up in the compiler info file.
30658
30659Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30660
30661 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30662 attempting to regenerate it. Eliminate use of a temporary file
30663 and just generate the info file directly. Source it immediately,
30664 for consistency of use.
30665 * gdb.base/corefile.exp: Ditto
30666 * gdb.base/exprs.exp: Ditto.
30667 * gdb.base/funcargs.exp: Ditto.
30668 * gdb.base/langs.exp: Ditto.
30669 * gdb.base/list.exp: Ditto.
30670 * gdb.base/mips_pro.exp: Ditto.
30671 * gdb.base/nodebug.exp: Ditto.
30672 * gdb.base/opaque.exp: Ditto.
30673 * gdb.base/ptype.exp: Ditto.
30674 * gdb.base/scope.exp: Ditto.
30675 * gdb.base/setvar.exp: Ditto.
30676 * gdb.base/signals.exp: Ditto.
30677 * gdb.base/whatis.exp: Ditto.
30678 * gdb.c++/templates.exp: Ditto.
30679 * gdb.c++/virtfunc.exp: Ditto.
30680 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 30681 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
30682
30683Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30684
30685 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30686 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30687 Increase timeout, a lot of single stepping might be needed if the
30688 target has no hardware watchpoints.
30689
30690Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30691
30692 * gdb.base/break.exp: Ignore compiler warnings when compiling
30693 break.c.
30694 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30695 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30696 from remote-sim.
30697 * gdb.base/exprs.exp: Add h8300 xfails.
30698 * gdb.base/funcargs.exp: Likewise.
30699 * gdb.base/nodebug.exp: Likewise.
30700 * gdb.base/printcmds.exp: Likewise.
30701 * gdb.base/ptype.exp: Likewise.
30702 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30703 h8300 xfails.
d63a86f8 30704 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
30705 on the h8300.
30706 * gdb.base/funcargs.c: Explicitly make last constant argument to
30707 call_after_alloca_subr an unsigned long type.
30708 * gdb.base/return.c: Include stdio.h.
30709
30710Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30711
30712 * config/abug.exp: New file for the older Motorola Bug monitor
30713 that runs on the mvme13x series VME boards.
30714 * config/monitor.exp: Use the new config array for target settings
30715 if they exist.
30716
30717Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30718
30719 * sim-gdb.exp: Make the SH simulator allocate less space when
30720 it is targeted.
30721
30722Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30723
30724 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30725 test.
30726
30727Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30728
30729 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30730 "rs6000-*-*" for "list function in include file" when gcc compiled.
30731 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30732 for "p ctable1[120]".
30733 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30734 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30735 Remove setup_xfail for "rs6000-*-*" for
30736 "print 'scope0.c'::filelocal before run".
30737 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30738 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30739 since some compilers don't allow both options to be given
30740 on the same command line. Create object file and move it.
d63a86f8 30741
c906108c
SS
30742Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30743
30744 * gdb.base/corefile.exp: Always regenerate the core file, since
30745 we always regenerate the coremaker program. Detect special case
30746 where registers cannot be read from core file.
d63a86f8 30747
c906108c
SS
30748Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30749
30750 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30751 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30752 * gdb.c++/templates.exp: Only match on basename of file since
30753 some formats like xcoff don't encode directory information.
30754 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30755 and rs6000 AIX xcoff targets.
30756 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30757 * configure: Regenerate.
30758 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30759 here, rather than in distclean.
d63a86f8 30760
c906108c
SS
30761Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30762
30763 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30764 defined, and use it to compile the test case with -O2. The
30765 native compilation still uses no optimization.
30766 * gdb.base/mips_pro.c: Remove inline assembly code since
30767 it is compiled PIC by default, which results in assembler
30768 warnings that make the testsuite think the compilation
30769 was unsuccessful.
30770
30771Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30772
30773 * gdb.c++/misc.exp: Add note to message for
30774 "print s.a for foo struct" that this is a known gcc 2.7.2
30775 and earlier bug.
30776
30777Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30778
30779 * gdb.base/break.exp: Fix pattern for matching "Delete all
30780 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30781 setup_xfail for deleting all breakpoints test. Fix various
30782 timeout messages to include "(timeout)".
30783 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30784 for "p t_float_values2(3.14159,float_val2)".
30785 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30786 for "continue to call2g" when gcc compiled.
30787 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30788 "up to foo in langs.exp", "show language at foo in langs.exp",
30789 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30790 and "show language at fsub in langs.exp".
30791 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30792 "list line 1 in include file", "list message for lines past EOF",
30793 "list function in include file", "list list0.h:foo", and
30794 "list filename:function; nonexistant function".
30795 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30796 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30797 and "ptype t_char_array" to be for native cc only.
d63a86f8 30798
c906108c
SS
30799Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30800
d63a86f8 30801 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 30802 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 30803 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
30804
30805Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30806
30807 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30808 "bt in signals.exp". This problem only appears when running
30809 the testsuite, and then only intermittently.
30810
30811Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30812
30813 * gdb.base/return.exp (return_tests): Differentiate between
30814 two tests of continuing.
30815
30816Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30817
30818 * */Makefile.in (maintainer-clean): Remove config.log.
30819 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30820 * gdb.c++/Makefile.in (PROGS): Add inherit.
30821 (clean): Remove *.ci.
30822
30823Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30824
30825 * gdb.c++/misc.cc: Add test code from Mike Stump.
30826 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30827
30828Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30829
30830 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30831 to "alpha-*-osf2*" and add comment.
30832 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
30833 setup_xfail for "step over execarg initialization" and
30834 "step over corearg initialization".
c906108c
SS
30835 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30836 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30837 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 30838 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
30839 "print func2::coremaker_local", and "backtrace in corefile.exp".
30840 * gdb.base/signals.exp: Build and source signals.ci.
30841 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30842 to be for gcc only.
30843 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 30844
c906108c
SS
30845Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30846
30847 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30848 Feb 3 procfs.c change.
30849
30850Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30851
30852 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30853
30854Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30855
30856 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30857 from dejagnu's apparent default of 10 seconds, which gives random
30858 results when running the tests over NFS on moderately loaded systems.
30859 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30860
30861Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30862
30863 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30864 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 30865 result reports.
c906108c
SS
30866
30867Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30868
30869 * configure.in (CY_AC_PATH_TCLH): Remove.
30870 * configure: Regenerate.
30871
30872Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30873
30874 * gdb.c++/Makefile.in (clean): Add missing '{'.
30875
30876Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30877
30878 * lib/gdb.exp: Provide a default value for noinferior.
30879
30880 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30881 Load libgloss.exp.
30882
30883Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30884
30885 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30886 the executable, not the .o to run the tests from.
30887
30888Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30889
30890 * gdb.base/break.exp: Don't test for program exit or exit status
30891 if $noresults if nonzero.
30892 * gdb.base/langs.exp: Likewise.
30893 * gdb.base/watchpoint.exp: Likewise.
30894
30895 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30896 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30897 trying to compile the testcase.
30898
30899Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30900
30901 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30902 * gdb.base/signals.exp (continue to handler): Likewise.
30903
30904Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30905
30906 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30907
30908 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30909
30910Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30911
30912 * gdb.base/corefile.exp: Recognize "not found" as failure
30913 when trying to determine if a core file was generated.
30914 If no core file was generate the first time, try again without
30915 the ulimit -c to work around braindamaged shells.
30916
30917Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30918
30919 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30920 [] tests with "test" and enclose string in quotes.
30921 * gdb.stabs/configure: Rebuild
d63a86f8 30922
c906108c
SS
30923Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30924
30925 Changes in sync with expect:
30926 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30927 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30928 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30929 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30930 argument to AC_REQUIRE.
30931 * configure: Regenerated.
30932
30933Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30934
30935 * gdb.base/corefile.exp: When generating a core, discard any
30936 error messages about ulimit not found and the "core dumped"
30937 message from the shell that runs the coredumper.
30938
30939Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30940
30941 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30942
30943 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30944 which sed script to run. Expect failure for v_comb test
30945 on PA targets too.
d63a86f8 30946
c906108c
SS
30947Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30948
30949 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 30950 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
30951
30952Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30953
30954 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30955 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 30956 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
30957 * lib/gdb.exp (default_gdb_start): Fix typo.
30958 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30959 messages to not include the full program name that caused
30960 the core dump since some systems (such as solaris) apparently
30961 truncate this path to about 80 characters.
30962 When generating a core file first try increasing the core file
30963 size limit to unlimited since some systems may default it to
30964 zero, and it is harmless to try it. Move the test for failing
30965 to generate a core file to where it will actually get executed.
30966 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30967 new gdb result from g++ debug info improvements and make old
30968 pattern obsolescent. Also account for size_t differences
30969 (may be int or long).
30970 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30971 initialization before function call is placed in the delay slot
30972 and thus appears to be skipped over by commands such as "next".
30973
30974Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30975
30976 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30977
30978Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30979
30980 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30981 input source file; fix code to compile test to deal with this
30982 convention.
30983 * gdb.c++/*.exp: Likewise.
30984
30985Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30986
30987 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30988 "bt in signals.exp".
30989
30990Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30991
30992 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30993 "step over execarg initialization" and
889bf7c5 30994 "step over corearg initialization".
c906108c
SS
30995
30996Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30997
30998 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30999 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
31000
31001Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
31002
31003 From Rob Savoye (rob@poseidon.cygnus.com)
31004 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
31005 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
31006 configure.in}, gdb.disasm/{Makefile.in, configure.in},
31007 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
31008 configure.in}: Major reworking for autoconfig.
c906108c
SS
31009 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
31010 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 31011 New files.
c906108c
SS
31012 * config/unix-gdb.exp: Make GDB global.
31013 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
31014 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
31015 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
31016 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
31017 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
31018 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 31019 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
31020 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
31021 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
31022 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
31023 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 31024 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
31025 to returns as necessary, arrange for test to compile own testcase
31026 executable.
c906108c 31027 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 31028
c906108c
SS
31029Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
31030
31031 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 31032 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
31033 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
31034 "backtrace through signal handler".
31035
31036Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31037
31038 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
31039 continuing from a job control stop signal.
31040 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
31041
31042Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
31043
31044 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
31045 * gdb.base/corefile.exp: Likewise.
31046 * gdb.base/funcargs.exp: Likewise.
31047
31048Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
31049
31050 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
31051 * config/monitor.exp: Add support for setting baud rate.
31052
31053Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
31054
31055 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
31056 i*86-*-linux* xfails for "backtrace through signal handler".
31057 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
31058 "print func2::coremaker_local".
31059 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 31060 alpha-dec-osf2* xfail for
c906108c
SS
31061 "delete all breakpoints when none".
31062
31063Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
31064
31065 * gdb.base/break.exp: Change test that deletes all breakpoints
31066 when no user breakpoints are installed. A post 4.15 change
31067 causes gdb to no longer prompt in this case.
31068
31069Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
31070
31071 * gdb.base/return.exp (return_tests): Change xfail for test
31072 "correct value returned double test" to stop xfailing at
31073 Solaris 2.5. Apparently the bug has been fixed.
31074
31075Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
31076
31077 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
31078 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
31079
31080Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
31081
31082 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
31083 * gdb.disasm/hppa.s: Corresponding changes.
31084
31085Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
31086
31087 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
31088 makefile fragment.
31089 * config/mt-hpux: Deleted.
31090
31091Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
31092
d63a86f8 31093 * Many files: When warning about suppressed tests due to a
c906108c
SS
31094 nonexistant test binary, avoid incrementing the warning count.
31095
31096Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
31097
31098 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 31099
c906108c
SS
31100Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31101
31102 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
31103 "sparc-*-solaris2*".
31104
31105Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31106
31107 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
31108 Add global and local variables and initialize them.
31109 * gdb.base/corefile.exp: Test correct mapping of corefile sections
31110 by printing variables. Remove rs6000 and powerpc xfails, BFD now
31111 extracts the file name and terminating signal from the core file.
31112 * TODO: Remove note about tests for correct mapping of corefile.
31113 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
31114 from optimizing it away.
31115 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
31116 handles common blocks.
31117
31118Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
31119
31120 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
31121 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
31122
31123Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
31124
31125 * Makefile.in (maintainer-clean): New target, synonym for
31126 realclean.
31127 * gdb.base/Makefile.in (maintainer-clean): Likewise.
31128 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
31129 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
31130 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
31131 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
31132 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
31133
31134Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
31135
31136 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
31137 xfails when not gcc compiled for "print foo::funclocal".
31138 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
31139 "print foo::funclocal at foo",
31140 "print 'scope1.c'::foo::funclocal at foo",
31141 "print foo::funclocal_bss at foo",
31142 "print 'scope1.c'::foo::funclocal_bss at foo",
31143 "print foo::funclocal_ro at foo",
31144 "print 'scope1.c'::foo::funclocal_ro at foo",
31145 "print bar::funclocal at foo" and
31146 "print 'scope1.c'::bar::funclocal at foo".
31147 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
31148 gcc compiled for "print foo::funclocal at bar".
31149 Expand all messages to ensure that they identify that
31150 the test is at bar().
31151 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
31152 gcc compiled for:
31153 "ptype on opaque struct pointer (statically)",
31154 "ptype on opaque struct tagname (statically)",
31155 "ptype on opaque struct pointer (dynamically) 1",
31156 "ptype on opaque struct tagname (dynamically) 1",
31157 "ptype on opaque struct pointer (dynamically) 2" and
31158 "ptype on opaque struct tagname (dynamically) 2
31159 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
31160 gcc compiled for:
31161 "p datalocal"
31162 "whatis datalocal",
31163 "ptype datalocal",
31164 "p bsslocal",
31165 "whatis bsslocal", and
31166 "ptype bsslocal".
31167 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
31168 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
31169 when not gcc compiled.
31170 * gdb.base/funcargs.exp (float_and_integral_args): Add
31171 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
31172 compiled.
31173 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
31174 "backtrace from call6a" when not gcc compiled.
31175 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
31176 "backtrace from call7a" when not gcc compiled.
31177 * gdb.base/callfuncs.exp (do_function_calls):
31178 Add "hppa*-*-hpux*" xfail when not gcc compiled for
31179 "p t_char_array_values(char_array_val2,char_array_val1)",
31180 "p t_char_array_values(char_array_val1,char_array_val2)",
31181 "p t_char_array_values("carray 1","carray 2")",
31182 "p t_char_array_values("carray 1",char_array_val2)",
31183 "p t_char_array_values(char_array_val1,"carray 2")",
31184 "p sum_args(1,{2})",
31185 "p sum_args(2,{2,3})",
31186 "p sum_args(3,{2,3,4})",
31187 "p sum_args(4,{2,3,4,5})"
31188 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
31189 "backtrace in corefile.exp" when not gcc compiled.
31190
31191Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31192
31193 * gdb.base/signals.exp: Rewrite `handle all print' test as
31194 a procedure. Accept blanks or TABs as whitespace, increase
31195 timeout and expect input buffer size for the large output
31196 from the command. Remove "i*86-*-bsdi2.0" xfail.
31197
31198Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31199
31200 * gdb.base/setvar.exp: Add new testcases for truncation when
31201 assigning invalid values to bitfields.
31202
31203Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
31204
d63a86f8 31205 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
31206 mips-sgi-irix* xfail for
31207 "call inferior func with struct - returns char *"
31208 and fix test so that an optional (unsigned char *) cast is
889bf7c5 31209 accepted in the result.
c906108c
SS
31210
31211Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
31212
31213 * gdb.base/funcargs.exp (float_and_integral_args): Remove
31214 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31215 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
31216 * gdb.base/signals.exp: Remove duplicate "handle all print" test
31217 that accidentally got checked in.
31218
31219Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
31220
d63a86f8 31221 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
31222 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
31223 compiled test.
31224 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
31225 Add mips-sgi-irix5* xfail for not gcc compiled.
31226 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
31227 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
31228 compiled for "p top", "whatis top", "p middle", and "whatis
31229 middle".
c906108c
SS
31230 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
31231 "whatis signed char" for not gcc compiled.
31232 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
31233 "set variable signed char=-1 (-1)" and
31234 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
31235 * gdb.base/funcargs.exp (float_and_integral_args):
31236 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
31237 Add mips-sgi-irix* xfail when not gcc compiled for
31238 "continue to call2b".
31239 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
31240 "continue to call2g".
6fdff2c5
PA
31241 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
31242 compiled for "backtrace from call6a"
31243 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
31244 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
31245 when not gcc compiled for "backtrace from call7a".
c906108c
SS
31246 (localvars_after_alloca): Fix gdb_test cmds for
31247 "print * after runto ...".
31248 Remove rs6000-*-* xfails for
31249 "print i after runto localvars_after_alloca" and
31250 "print l after runto localvars_after_alloca"
31251 for all compilers.
31252 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 31253 when not compiled with gcc, for:
c906108c
SS
31254 "print signed char == (minus)",
31255 "print signed char != (minus)",
31256 "print signed char < (minus)",
31257 "print signed char > (minus)".
31258 * gdb.base/callfuncs.exp (do_function_calls):
31259 Add mips-sgi-irix* xfail, when compiled with native compiler, for
31260 "call inferior func with struct - returns char *".
d63a86f8 31261 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
31262 "correct value returned double test" to include Solaris 2.4.
31263 * gdb.base/funcargs.exp (float_and_integral_args):
31264 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 31265
c906108c
SS
31266Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31267
31268 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31269 enumeration bitfields if compiling with GNU C.
31270 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31271 to empty' prompt.
31272
31273Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31274
31275 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31276 test for PRO targets.
31277
31278 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31279 breakpoints in the inferior at any given time by making
31280 two groups of breakpoints for call2*, call6* and call7*
31281 tests.
31282
31283Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31284
31285 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31286 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31287 from optimizing it away.
31288 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31289 "call inferior func with struct".
31290
31291Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31292
31293 * configure.in: Only configure gdb.chill for particular targets.
31294
31295Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31296
31297 * gdb.base/Makefile.in: Add action to .c.o transformation
31298 rule that generates a .ci file for each .o file and remove
31299 explicit .c.o rules except for callfuncs.o.
31300 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31301 generates a .ci file for each .o file and remove explicit
31302 .cc.o rules.
31303 (clean): Remove *.tmp *.ci files.
31304 (EXECUTABLES): Remove templ-info.exp.
31305 * gdb.base/compiler.c: New file.
31306 * gdb.c++/compiler.cc: New file
31307 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31308 Change rs6000-*-* xfail for
31309 "print 'scope0.c'::filelocal_ro" and
31310 "print 'scope1.c'::filelocal" and
31311 "print 'scope1.c'::filelocal_bss" and
31312 "print 'scope1.c'::filelocal_ro" and
31313 "print 'scope1.c'::foo::funclocal" and
31314 "print 'scope1.c'::foo::funclocal_ro" and
31315 "print 'scope1.c'::bar::funclocal" and
31316 "print 'scope0.c'::filelocal_ro" and
31317 "print 'scope1.c'::filelocal at foo" and
31318 "print 'scope1.c'::filelocal_bss at foo" and
31319 "print 'scope1.c'::filelocal_ro at foo" and
31320 "print 'scope1.c'::foo::funclocal at foo" and
31321 "print 'scope1.c'::foo::funclocal_bss at foo" and
31322 "print 'scope1.c'::foo::funclocal_ro at foo" and
31323 "print 'scope1.c'::bar::funclocal at foo" and
31324 "print 'scope0.c'::filelocal_ro" and
31325 "print 'scope1.c'::filelocal" and
31326 "print 'scope1.c'::filelocal_bss" and
31327 "print 'scope1.c'::filelocal_ro" and
31328 "print 'scope1.c'::foo::funclocal" and
31329 "print 'scope1.c'::foo::funclocal_bss" and
31330 "print 'scope1.c'::foo::funclocal_ro" and
31331 "print 'scope1.c'::bar::funclocal" and
31332 "print 'scope1.c'::bar::funclocal_bss"
31333 to only be xfail'd when not compiled with gcc.
d63a86f8 31334 Add rs6000-*-* xfail for
c906108c
SS
31335 "print 'scope0.c'::filelocal_bss before run"
31336 when compiled with gcc.
31337 (test_at_main): Add rs6000-*-* xfail for
31338 "print filelocal_ro in test_at_main"
31339 when compiled with gcc.
31340 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 31341 Add rs6000-*-aix* xfail for
c906108c
SS
31342 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31343 "ptype t_char_array", not compiled with gcc.
31344 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31345 xfail for "list foo (in include file)" when gcc compiled.
31346 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 31347 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
31348 "run to call0a" if not compiled with gcc.
31349 (unsigned_integral_args): Add rs6000-*-* xfail for
31350 "run to call1a" if not compiled with gcc.
31351 (float_and_integral_args): Add rs6000-*-* xfail for
31352 "run to call2a" if not compiled with gcc and for
31353 "continue to call2b" for any compiler.
31354 Add rs6000-*-* xfail to
31355 "print f1 after run to call2a" for gcc compiled.
31356 (discard_and_shuffle): Add rs6000-*-* xfail for
31357 "run to call6a".
31358 (shuffle_round_robin): Add rs6000-*-* xfail for
31359 "backtrace from call7a" if not compiled with gcc.
31360 Add rs6000-*-* xfail for
31361 "backtrace from call7b" if compiled with gcc.
31362 (call_after_alloca): Add rs6000-*-* xfail for
31363 "print c in call_after_alloca" and
31364 "print s in call_after_alloca" and
31365 "backtrace from call_after_alloca_subr"
31366 if not compiled with gcc.
31367 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31368 "print c in localvars_in_indirect_call" and
31369 "print c in localvars_in_indirect_call" and
31370 "backtrace in indirectly called function" and
31371 "stepping into indirectly called function"
31372 if not compiled with gcc.
31373 (localvars_after_alloca): Add rs6000-*-* xfail for
31374 "print c after runto localvars_after_alloca" and
31375 "print s after runto localvars_after_alloca" and
31376 "print i after runto localvars_after_alloca" and
31377 "print l after runto localvars_after_alloca"
31378 for all compilers.
31379 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31380 than whatis-info.exp.
31381 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31382 than opaque-info.exp.
31383 Setup rs6000-*-* xfail for
d63a86f8 31384 "ptype on opaque struct pointer (statically)" and
c906108c
SS
31385 "ptype on opaque struct pointer (dynamically)" when
31386 not compiled with gcc.
31387 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31388 rather than callf-info.exp.
31389 (do_function_calls): Add clear_xfail for rs6000-*-* for
31390 "p t_float_values2(3.14159,float_val2)". Seems to work
31391 fine there, both with xlc and gcc. Need to find out what
31392 it is doing right and fix other platforms.
31393 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31394 "call inferior func with struct - returns int",
31395 "call inferior func with struct - returns long",
31396 "call inferior func with struct - returns float",
31397 "call inferior func with struct - returns double",
31398 "call inferior func with struct - returns char *",
31399 but only if not gcc compiled (presumes xlc compiled).
31400 Change rs6000-*-* xfails for
31401 "call inferior func with struct - returns char" and
31402 " call inferior func with struct - returns short" to only
31403 xfail if not using gcc.
31404 (clean mostlyclean): Remove *.ci and *.tmp files.
31405 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31406 than templ-info.exp.
31407 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31408 Add rs6000-*-* xfail for "up to foo in langs.exp"
31409 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 31410 when not gcc compiled.
d63a86f8 31411
c906108c
SS
31412Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31413
31414 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31415 * gdb.base/corefile.exp: Likewise.
31416 * gdb.base/list.exp: Likewise.
31417 * gdb.base/scope.exp: Likewise.
31418 * gdb.base/siganls.exp: Likewise.
31419
31420 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31421 compiler output.
31422 * gdb.base/whatis.exp: Likewise.
31423
31424Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31425
31426 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31427 failure (opcode table has been fixed to match reality).
31428
31429Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31430
31431 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31432 "call inferior func with struct - returns char",
31433 "call inferior func with struct - returns short"
31434
31435 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31436 "print 'scope0.c'::filelocal at main",
31437 "print 'scope0.c'::filelocal_bss in test_at_main",
31438 "print 'scope0.c'::filelocal at foo",
31439 "print 'scope0.c'::filelocal_bss in test_at_foo",
31440 "print 'scope0.c'::filelocal at bar",
31441 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 31442
c906108c
SS
31443 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31444 in source file 1". This bug seems to have been fixed with both
31445 gcc and native cc (was native assembler bug?).
31446
31447Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31448
31449 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31450 "backtrace through signal handler" to "i*86-*-sysv4*".
31451 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31452 continue" case. Add "known SVR4 bug" to fail message.
31453 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31454 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31455 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31456 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31457 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31458 "up to foo in langs.exp", "show language at foo in
31459 langs.exp", "up to cppsub_ in langs.exp", "show
31460 language at cppsub_ in langs.exp", "up to fsub in
31461 langs.exp", and "show language at fsub in langs.exp".
31462 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31463 "bactrace in corefile.exp".
31464 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31465 "call inferior function with struct - returns float" and
31466 "call inferior function with struct - returns double".
d63a86f8 31467
c906108c
SS
31468Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31469
31470 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31471 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31472 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31473 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31474
31475Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31476
31477 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31478 (or overriden) "CHILL" macro rather then bare "gcc".
31479 Also look for ../../gcc/xgcc since that is what we will
31480 actually need, not "Makefile". Remove following assignment
31481 of CHILL to CHILL_FOR_TARGET because that results in
31482 recursive definition.
31483
31484Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31485
31486 * gdb.base/corefile.exp: Change xfail for backtrace in
31487 corefile.exp from linuxaout to all linux.
31488 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31489 cases where we miss the breakpoint at the signal handler
31490 for some reason. Setup xfail for linuxoldld/linuxaout and
31491 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31492 hitting SIGURG breakpoint.
31493 * gdb.base/signals.exp: Setup xfail for "next" acting like
31494 continue to add linuxoldld. Setup xfail for all linux for
31495 "next to handler in signals_tests_1", "backtrace in
31496 signals_tests_1", "continue to func1", "pass SIGUSR1",
31497 and continue to handler".
31498
31499Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31500
31501 * Update all FSF addresses except those in COPYING* files.
31502
31503Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31504
31505 * gdb.base/a2-run.exp: Change messages to be more explicit about
31506 the status of args, and quote binfile in results.
31507
31508Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31509
31510 * gdb.base/callfuncs.exp: Add tests for passing structs to
31511 inferior functions and return various types.
31512 * gdb.base/callfuncs.c: Add functions to receive a struct
31513 and return a member of the struct, in various types.
31514
31515Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31516
31517 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31518
31519Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31520
31521 * config/vxworks29k.exp: New file, sources vxworks.exp.
31522
31523Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31524
31525 * config/gdbremote.exp: New file. Testing framework using
31526 gdbserver.
31527
31528Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31529
31530 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31531 "call function when asleep" and "send end of file".
31532 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31533 for "backtrace in corefile.exp".
31534 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31535 for "backtrace through signal handler".
31536 * gdb.base/corefile.exp: Make sure we actually generate a core file
31537 before trying the core tests. Some systems allow the user to suppress
31538 generation of core files and default to that (linux for example).
31539 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31540 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31541
31542Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31543
31544 * gdb.threads: New directory with some crude multi-threaded
31545 gdb tests (step.exp and step2.exp).
31546 * config/mt-lynx (STEP_EXECUTABLE): Define.
31547 (THREADFLAGS): Define.
31548
31549Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31550
31551 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31552
31553 * gdb.base/signals.exp: Disable whole file for lynx until
31554 further notice.
31555
31556 * gdb.base/signals.exp: xfail test where "next" acts like
31557 "continue" for lynx.
31558
31559 * gdb.base/interrupt.exp: xfail test for calling function while
31560 inferior is asleep for lynx.
31561
31562 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31563 than one cr-lf after each command.
31564
31565Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31566
31567 * configure.in: Reinstate setting of stabsdirs variable, fix
31568 typo in setting up configdirs for native builds.
31569
31570 * gdb.base/return.exp: Fix typo in return double test.
31571 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31572 compiler from optimizing them away.
31573
31574Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31575
31576 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31577 sequences to be echo'd by gdb when using gdb_test.
31578 * gdb.chill/chexp.exp: Likewise.
31579 * gdb.fortran/exprs.exp: Likewise
31580
31581Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31582
31583 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31584 after the inferior gdb has started.
31585
31586 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31587 after each command.
31588 * gdb.base/funcargs.exp: Likewise.
31589 * gdb.base/gdbvars.exp: Likewise.
31590 * gdb.base/interrupt.exp: Likewise.
31591 * gdb.base/list.exp: Likewise.
31592 * gdb.base/watchpoint.exp: Likewise.
31593 * gdb.c++/demangle.exp: Likewise.
31594 * gdb.c++/inherit.exp: Likewise.
31595 * gdb.chill/chexp.exp: Likewise.
31596 * gdb.fortran/exprs.exp: Likewise.
31597
31598 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31599 test if we can't handle IO to/from the inferior.
31600
31601 * gdb.c++/misc.exp: Always check for a program already being
31602 started after sending a "run" command to gdb.
31603
31604 * gdb.base/twice.exp: Start with a fresh gdb.
31605
31606 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31607 only depend on gdb's expression code, not the chill runtime.
31608
31609 * gdb.base/return.c: Put return values into variables so we
31610 can have gdb print them rather than depending on the program
31611 to print them.
31612 * gdb.base/return.exp: Corresponding changes.
31613
31614 * lib/gdb.exp: Provide default value for noinferiorio.
31615 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31616 the inferior.
31617
31618 * gdb.base/break.exp: Always check for a program already being
31619 started after sending a "run" command to gdb.
31620 (text_next_with_recursion): Don't check the output from the
31621 program's printf statement. Instead just make sure the program
31622 exited.
31623
31624 * gdb.base/commands.exp: Protect tests which need arguments with
31625 $noargs conditionals.
31626
31627Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31628
31629 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31630 of structure member arrays to match gdb/valops.c:value_addr change.
31631
31632Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31633
31634 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31635 cases.
31636
31637Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31638
31639 * configure.in (configdirs): Remove gdb.chill from default list
31640 of subdirs and then add it back in only if doing a native build.
31641 The current chill compiler does not yet work in any cross build.
31642 * Revert all signal changes from Jul 6.
31643 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31644 for sh-hms targets, allowing these tests to link, with no other
31645 changes. Testing is suppressed by setting "nosignals" in site.exp.
31646
31647Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31648
31649 * configure.in (signaldirs): Define and add to configdirs for all
31650 targets except some specific ones that are known to not support signals.
31651 Also clean up formatting.
31652 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31653 (signals, sigall): Remove rules to build.
31654 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31655 Moved to new gdb.signals directory.
31656 * gdb.signals: New test directory.
31657 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31658 signals.c signals.exp}: New or moved files.
31659
31660Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31661
31662 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31663
31664Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31665
31666 * gdb.base/return.exp: Xfail `return double' test failure
31667 on at least Solaris 2.3 and handle future/past versions on
31668 a case by case basis as appropriate. Also update message
31669 to include i*86 failures.
31670
31671Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31672
31673 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31674
31675 * lib/gdb.exp: Fix comment which erroneously identified
31676 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31677 gdb_file_cmd not gdb_load).
31678 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31679
31680 * gdb.base/setvar.exp: Make test names consistent between pass and
31681 fail cases. Use gdb_test more.
31682
31683Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31684
31685 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31686
31687Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31688
31689 * gdb.base/help.exp: Fix expected help string for `show commands'.
31690
31691Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31692
31693 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31694
31695 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31696 of a text section.
31697
31698Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31699
31700 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31701 that loop eventually terminates. Fix Connection refused logic so
31702 that testsuite will expire nicely.
31703
31704Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31705
31706 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31707 config/rom68k.exp: New tcl glue for the appropriate monitors.
31708 These all just end up calling monitor.exp.
31709 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31710 refused' by retrying. Cleanup some timeout issues.
31711 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31712 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31713 callers don't have to set/restore global timeout variable.
31714
31715 * The following set of changes centralizes management of the global
31716 timeout variable. This way, it can be set in one target dependent
31717 place instead of dozens of places scattered throughout the test suite.
31718 If you need to lengthen a timeout, then you should either set timeout
31719 in one of the config/{target}.exp files, or multiply it by a factor.
31720 Setting it to an absolute value is always going to lose for some
31721 targets.
31722 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31723 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31724 * gdb.base/funcargs.exp: Don't set timeout.
31725 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31726 * gdb.base/printcmds.exp (test_print_string_constants
31727 test_print_array_constants): Don't set timeout.
31728 * gdb.base/ptype.exp: Don't set timeout.
31729 * gdb.base/recurse.exp: Don't set timeout.
31730 * gdb.base/return.exp: Don't set timeout.
31731 * gdb.base/watchpoint.exp: Don't set timeout.
31732 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31733 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31734
31735Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31736
31737 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31738
31739Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31740
31741 * lib/gdb.exp: Disable chill tests for irix5.
31742
31743Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31744
31745 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31746 each test pass or fail.
31747
31748Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31749
31750 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31751 xlc not gcc.
31752
31753Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31754
31755 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31756
31757Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31758
31759 * config/est.exp: Fix copyright and comments. Remove dead code.
31760 Use targetname, serialport and baud variables instead of fixed
31761 constants.
31762 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31763 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31764
31765Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31766
31767 * gdb.base/watchpoint.exp: Don't run
31768 test_watchpoint_triggered_in_syscall for sunos.
31769
31770Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31771
31772 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31773 they don't seem to exist. Do include stdio.h.
31774
31775Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31776
31777 * gdb.base/a1-selftest.exp: Add alpha xfail.
31778
31779Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31780
31781 * gdb.base/watchpoint.c (main): Prompt before calling read().
31782 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31783 Revise accordingly. Remove cruft about sending "123" several
31784 times, until it gets noticed. Clean up the "print buf[0]" stuff
31785 so that it passes or fails, and waits for prompts in the usual way.
31786
31787Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31788
31789 * gdb.base/recurse.exp: Fix comment.
31790
31791 * TODO: Remove item about printing variables in nodebug.exp. Add
31792 item about enabling tests which are only run on some targets.
31793
31794 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31795 fail, make test names unique, use new gdb_test convention
31796 regarding pattern, use gdb_test more, etc.).
31797
31798 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31799 fail, make test names unique, etc.).
31800
31801Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31802
31803 * gdb.base/nodebug.c: Change return type of top and middle to
31804 short.
31805 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31806 are fixed by the recent mdebugread.c changes. Allow `short ()'
31807 as type for top and middle.
31808
31809Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31810
31811 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31812 nearly as I can tell, the whole thing was an accident in Stu's
31813 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31814 to replace a send/expect pair with gdb_test, but ended up only
31815 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31816 of 30 Mar 1995 took care of it, but left this vestigial comment
31817 which I am now nuking.
31818
31819Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31820
31821 * gdb.base/break.exp: Look for different line number for
31822 breakpoint at main depending on usestubs.
31823
31824Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31825
31826 * gdb.base/list.exp: Adjust some alternate expect patterns to
31827 match recent list0.c change. Add alternate expect pattern for
31828 output from `list default lines around main' for optimizing
31829 compilers.
31830
31831Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31832
31833 * lib/gdb.exp: If nosignals is not set, set it to 0.
31834
31835Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31836
31837 * config/slite-gdb.exp: Responds to load symbol table prompt.
31838 * gdb.base/break.exp: Adjust line number, fix rerun.
31839 * gdb.base/langs0.c: Add #ifdef usestubs.
31840
31841Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31842
31843 * gdb.base/list.exp: Adjust line contents after adding new lines in
31844 list0.c. Also fix a syntax error.
31845
31846 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31847 * gdb.base/break.exp: ditto.
31848 * gdb.base/list.exp: ditto.
31849 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31850 * gdb.base/run.c: ditto.
31851 * gdb.base/list0.c: ditto.
31852 * gdb.base/funcargs.c: ditto.
31853
31854Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31855
31856 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31857 $targetname, $serialport and $baud instead of hardwired variables.
31858 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31859 target doesn't support signals.
31860
31861Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31862
31863 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31864
31865Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31866
31867 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31868 Don't rely on the value of an auto variable before it has been
31869 initialized. Use gdb_test more.
31870
31871Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31872
31873 * lib/gdb.exp (default_gdb_version): A version number must start
31874 with a digit, but other than that contains all characters up to
31875 the first whitespace character.
31876
31877Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31878
31879 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31880
31881Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31882
31883 * gdb.c++/*.exp: Warn if executable does not exist. The original
31884 reason for skipping the warning was that configure.in sometimes
31885 intentionally skipped building the executables but the tcl code
31886 had no way of knowing. That (a) was always bogus with respect to
31887 error handling, (b) is no longer true (right now there is no way
31888 to skip C++ tests).
31889
31890 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31891
31892Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31893
31894 * gdb.base/list.exp: Add expect patterns for output from
31895 SunPRO compiled executables.
31896 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31897 types.
31898
31899Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31900
31901 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31902 number (we are already testing that the correct source line text
31903 gets printed).
31904
31905 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31906 that is what is intended, but something needed to be done to get
31907 sunos4 native working again.
31908
31909 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31910
31911 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31912 apparently went with a (very) old xfail.
31913
31914Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31915
31916 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31917 runto_main is a proc in gdb.exp that will do 'step' for target use
31918 stubs.
31919 * gdb.base/exprs.exp: ditto.
31920 * gdb.base/interrupt.exp: ditto.
31921 * gdb.base/opaque.exp: ditto.
31922 * gdb.base/printcmds.exp: ditto.
31923 * gdb.base/ptype.exp: ditto.
31924 * gdb.base/scope.exp: ditto.
31925 * gdb.base/setvar.exp: ditto.
31926 * gdb.base/signals.exp: ditto.
31927 * gdb.base/twice.exp: ditto.
31928 * gdb.c++/classes.exp: ditto.
31929 * gdb.c++/inherit.exp: ditto.
31930 * gdb.c++/templates.exp: ditto.
31931 * gdb.base/break.exp: no run and hit main for stubs. Change line
31932 numbers for breakpoints and info breakpoint.
31933 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31934 breakpoint().
31935 * gdb.base/callfuncs.c: ditto.
31936 * gdb.base/exprs: ditto.
31937 * gdb.base/interrupt.c: ditto.
31938 * gdb.base/opaque0.c: ditto.
31939 * gdb.base/printcmds.c: ditto.
31940 * gdb.base/ptype.c: ditto.
31941 * gdb.base/scope0.c: ditto.
31942 * gdb.base/setvar.c: ditto.
31943 * gdb.base/signals.c: ditto.
31944 * gdb.base/twice.c: ditto.
31945 * gdb.c++/misc.cc: ditto.
31946 * gdb.c++/templates.cc: ditto.
31947
31948Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31949
31950 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31951
31952 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31953 somewhere between `read' and `main.c'. I'm pretty sure the
31954 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31955 and it isn't particularly useful.
31956
31957 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31958
31959Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31960
31961 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31962
31963Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31964
31965 * config/mt-slite: add LIBS and -nostdlib.
31966 * config/slite-gdb.exp: add this new file to support sparclite target.
31967
31968Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31969
31970 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31971
31972 * gdb.base/a2-run.exp: Change argument to istarget from
31973 "*-*-vxworks" to "*-*-vxworks*".
31974 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31975
31976Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31977
31978 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31979 will not runto main but do a 'step' to step out of breakpoint().
31980 * config/mt-slite: add -Dusestubs.
31981
31982Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31983
31984 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31985 instead of just @.
31986
31987 * gdb.base/signals.exp: Add test for "handle all print".
31988 * TODO: Remove "handle all print". Also remove item about
31989 checking copyright date (I don't like the idea of a spurious FAIL
31990 based on when we run the tests).
31991
31992 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31993 for SunOS4 (reason for failure not investigated). Remove
31994 redundant test for $binfile.
31995
31996 * gdb.base/nodebug.c (array_index): Call malloc.
31997
31998 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31999
32000Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
32001
32002 * gdb.base/recurse.exp: Update gdb_test invocation to use new
32003 conventions and slightly simplify the matching regexp.
32004
32005Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32006
32007 * gdb.base/break.exp: Update gdb_test invocation to use new
32008 convention.
32009
32010 * lib/gdb.exp: If noargs is not set, set it to 0.
32011
32012 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
32013 tests unique.
32014
32015 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
32016
32017Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32018
32019 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
32020 one argument of type "<non-float parameter>".
32021
32022Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
32023
32024 * config/rom68k.exp: New file to support Motorola IDP board.
32025 * gdb.base/a2-run.exp: Skip this file if noargs is set.
32026 * gdb.base/break.c: Change things around so that this program
32027 doesn't depend upon args. This is necessary to make remote
32028 targets work (in general, they can't take args).
32029 * gdb.base/break.exp: Don't try to send args to program. Don't
32030 expect output. Also, replace lots of code with gdb_test.
32031
32032Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32033
32034 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
32035 printing of '\'' (which is what the comment says we are testing,
32036 even though we were not), not '''.
32037 (test_integer_literals_rejected): Test that printing ''' is an error.
32038
32039 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32040 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
32041 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
32042 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
32043 Use gdb_test not test_print_accept.
32044 * lib/gdb.exp: Remove test_print_accept.
32045
32046 * gdb.base/signals.exp (signal_tests_1): Make pass message
32047 consistent with fail message.
32048
32049 * gdb.base/whatis.exp: Remove xfails for printing char vs.
32050 unsigned char; the bug (PR 1821) is fixed.
32051
32052 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
32053
32054 * gdb.base/scope.exp (test_at_localscopes): Call pass for
32055 successful tests--makes xfailing them work right.
32056
32057Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32058
32059 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
32060 only \r\n, not .*. The test can pass .* as the last thing in
32061 $pattern if that is what it wants. In addition to providing this
32062 flexibility, this change should speed up pattern matching in cases
32063 where the pattern already ended with .* (there were a number of
32064 them). This change also helps catch bad patterns--in the old
32065 scheme the typo "char \*" instead of "char \\*" would pass. Now
32066 it is caught.
32067 * Many .exp files: Update callers.
32068
32069 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
32070 clearer and does not spuriously match multiple ('s. Likewise for
32071 ) and *.
32072
32073 * gdb.base/nodebug.exp: Test ability to call a function and pass
32074 it a string (even with no debugging info).
32075
32076 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
32077 "p '\'", which is the same as "p ''" once tcl gets done with
32078 quoting, to "p '\\'", which I suspect is what is intended (one
32079 backslash gets sent to GDB).
32080
32081 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
32082
32083Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32084
32085 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
32086 1817) was fixed literally years ago.
32087
32088Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32089
32090 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
32091 test, it causes stepping out of call_after_alloca_subr with
32092 optimizing compilers.
32093 (localvars_in_indirect_call): Consume GDB prompt if `finish'
32094 fails.
32095
32096 * gdb.c++/templates.exp: Source templ-info.exp only if
32097 the templates executable exists.
32098
32099 * gdb.c++/misc.cc (class Contains_static_instance,
32100 class Contains_nested_static_instance),
32101 gdb.c++/classes.exp (test_static_members): Test printing of
32102 a class that contains a static instance of the class.
32103
32104Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32105
32106 * gdb.base/langs2.c (cppsub_): Don't prototype.
32107 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
32108 only, I believe).
32109
32110Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32111
32112 * lib/gdb.exp (skip_chill_tests): New procedure.
32113
32114 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
32115
32116Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
32117
32118 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
32119 each expect pattern. Cuts runtime from 12 to about 4 seconds.
32120
32121Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32122
32123 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
32124
32125 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
32126 disassemble 8, not 16, instructions for part 4.
32127
32128 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
32129 support the latter anymore.
32130
32131 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
32132 -DNO_PROTOTYPES.
32133 * gdb.base/callfuncs.c: Control use of prototypes based on
32134 NO_PROTOTYPES, not __STDC__.
32135 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
32136 t_float_values2 tests if prototypes in use.
32137
32138 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
32139 t_double_values): When checking differences against DELTA, check
32140 that difference is within the range (-DELTA,DELTA), not just
32141 (-infinity,DELTA).
32142
32143Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
32144
32145 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
32146 'file' command firts, then 'target', then 'load', this is due to gdb
32147 target set up.
32148 * config/mips-gdb.exp: Fix a couple regular exp bugs.
32149
32150Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
32151
32152 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
32153 FP load/store variants.
32154 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
32155
32156Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32157
32158 * gdb.base/term.exp: Do not give a warning if not native, it is
32159 not an abnormal condition.
32160
32161Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
32162
32163 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
32164 t_char_array".
32165
32166Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32167
32168 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
32169 are getting the version number.
32170
32171 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
32172 if not native, it is not an abnormal condition.
32173
32174Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32175
32176 * lib/gdb.exp: Just use "file exists", rather than undocumented
32177 dejagnu procedure "findfile".
32178
32179Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32180
32181 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
32182 (LDFLAGS): Set to -Xlinker -Ur.
32183
32184 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
32185 Removed, these values are set by lib/gdb.exp.
32186
32187 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
32188
32189Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32190
32191 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
32192 of replicating gdb startup code.
32193
32194 * config/mt-vxworks (LDFLAGS): Set to -r.
32195 (CFLAGS_FOR_TARGET): Removed.
32196
32197 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
32198 (gdb) and gdb for vxworks uses (vxgdb).
32199
32200 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
32201 executable is not in the tree and host != target, use sed and
32202 program_transform_name to determine the gdb name used by the
32203 target.
32204
32205 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
32206 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
32207
32208Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32209
32210 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
32211 floats, chars, and shorts where there are ANSI-style function
32212 definitions.
32213
32214 * gdb.base/langs.exp, gdb.base/langs*: New test.
32215 * gdb.base/Makefile.in: Build it.
32216 * TODO: Remove item about checking that C names don't get C++
32217 demangling applied; this test tests it.
32218
32219Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32220
32221 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
32222 went with the const70 xfail. The xfail went away a year ago.
32223
32224 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
32225
32226 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
32227 for hp300.
32228
32229 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
32230
32231 * gdb.base/a1-selftest.exp: Don't run on hp300.
32232
32233Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32234
32235 * Makefile.in (site.exp): Set host_alias and target_alias as well
32236 as host_triplet and target_triplet.
32237
32238Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32239
32240 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
32241
32242 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
32243 places as other ecoff systems).
32244
32245 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
32246 ultrix.
32247
32248Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32249
32250 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
32251 remove them.
32252 * gdb.base/nodebug.exp: Accept "function" in addition to "text
32253 variable and "variable" in addition to "data variable".
32254 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
32255
32256 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
32257 2.
32258 * gdb.base/list1.c (long_line): Add additional statement at start
32259 of function.
32260 * gdb.base/list.exp (test_forward_search): Update line number to
32261 reflect new statement.
32262
32263Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32264
32265 * gdb.base/signals.exp: Reinitialize searched source directories
32266 after gdb_start call.
32267
32268Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32269
32270 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32271 * gdb.stabs/Makefile.in: Likewise.
32272
32273 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32274 change. Instead split the tests into smaller pieces.
32275 * gdb.disasm/hppa.s: Corresponding changes.
32276
32277Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32278
32279 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32280 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32281
32282 * gdb.base/funcargs.exp: Modify many tests so that every test
32283 either passes or fails. Make some test names unique.
32284
32285Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32286
32287 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32288 Call stty to set interrupt character.
32289
32290 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32291 for HP assembler versus GNU assembler based on actual behavior of
32292 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32293
32294 * TODO: Suggest a few more stepping tests.
32295
32296Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32297
32298 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32299 restart GDB for h8300 after a continue.
32300 (return): Add pattern to match a29k-udi behavior.
32301 * gdb.base/nodebug.exp: Remove obsolete comment.
32302 * gdb.base/regs.exp: New file, testing of register displays.
32303 * gdb.base/return.exp: Fix typo in reference to $objdir.
32304 * gdb.base/whatis.exp: Always start with a fresh GDB.
32305
32306Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32307
32308 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32309 higher, these tests generate a lot of output.
32310
32311Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32312
32313 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32314 code following the catch silently ignored some errors; without the
32315 catch they should be thrown like any other tcl error. Also, the
32316 catch used "" instead of {} which meant all the callers who wanted
32317 to include one of the characters "[]$ had to quote it an extra time.
32318 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32319 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32320 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32321 Remove extra quoting.
32322
32323Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32324
32325 * gdb.base/commands.exp: Make test names unique; every test either
32326 passes or fails. Update some comments.
32327
32328 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32329
32330Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32331
32332 The following fixes a FAIL caused by the fact that the alpha stabs
32333 configuration didn't use the ".if alpha" code in weird.def.
32334 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32335 bit pointer, so the 32 bit version works even on the alpha.
32336 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32337 Remove the stuff which allowed us to have separate versions for
32338 alpha and everything else.
32339
32340 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32341 regexp which "info func operator\[\](" is supposed to match. Fix
32342 string to send to GDB. Note that GDB still doesn't work right. Add a
32343 new test for "info func .perator\[\](" which GDB does handle correctly.
32344
32345 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32346
32347Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32348
32349 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32350 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32351 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32352 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32353 it makes the tests harder to understand and confuses test-o-matic.
32354 The preferred style is that each test provides a PASS or a FAIL,
32355 and has a unique message (e.g. "continue #54" not just "continue")
32356 which is the same for the pass and the fail.
32357 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32358 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32359 to lib/gdb.exp.
32360 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32361 prt_accept which was basically the same thing. Likewise for
32362 test_print_reject and prt_reject.
32363 * lib/gdb.exp (test_print_reject): Add some more error message
32364 patterns to match from the former printcmds.exp (prt_reject).
32365 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32366 One defect of the passcount stuff is that some of it failed to
32367 report XPASS where appropriate.
32368 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32369 stuff before and after arg in expected pattern.
32370 (test_paddr_operator_functions): Re-do test without print_addr_of;
32371 this is the only test which seems to want extra stuff there.
32372
32373Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32374
32375 * gdb.base/nodebug.exp: Update new tests to reflect improved
32376 wording of gdb output.
32377
32378 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32379 and "ptype" work on variables in files compiled without -g.
32380 Replaces commented out "maint print msymbol" tests.
32381
32382Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32383
32384 * gdb.base/setvar.c (dummy): Call malloc.
32385
32386 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32387 losing with the irix4 sed.
32388
32389 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32390 ALRM" on irix4.
32391
32392Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32393
32394 * TODO: Remove items about corefile.exp testing new exec-file and
32395 backtrace; both are now done. Add items about printing enums.
32396
32397Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32398
32399 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32400 "get signal $thissig" test fails.
32401
32402 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32403
32404Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32405
32406 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32407 compiler warning with dec alpha compiler.
32408
32409 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32410 extra \n from gdb_test call (this explains why the prompt test
32411 that I removed yesterday was there).
32412 (user_defined_command_test): Remove extra \n and prompt test.
32413
32414 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32415 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32416 doesn't exist.
32417 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32418 Also remove alpha workaround, which turns out to be because
32419 SIGABRT == SIGLOST.
32420
32421 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32422
32423 * gdb.base/help.exp: Don't test "help show".
32424
32425Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32426
32427 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32428 "set print address" is on.
32429 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32430 pass prompt to gdb_test; gdb_test already looks for the prompt.
32431
32432 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32433
32434 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32435 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32436 was to make sure that gdb can read a core file. But (a) the "read
32437 the corefile" part didn't make it to a1-selftest.exp, we just
32438 delete the corefile after creating it, and (b) we test reading
32439 corefiles in corefile.exp anyway. Also, this test left around a
32440 xgdb process on Solaris.
32441
32442 * gdb.base/corefile.exp: Also test backtrace.
32443
32444Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32445
32446 * gdb.base/commands.exp: Test a simple user defined command with
32447 arguments and if/while statements; verify the full user command is
32448 printed by "show user".
32449
32450 * gdb.base/commands.exp: Test if/while commands as part of a
32451 breakpoint command list; verify they appear in breakpoint
32452 information.
32453
32454Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32455
32456 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32457 than by dividing by zero.
32458
32459Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32460
32461 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32462 performing an inferior call with watchpoints enabled.
32463 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32464 call.
32465
32466Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32467
32468 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32469 of "file" command.
32470
32471 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32472 Add additional pattern for when "int operator int(void);" appears
32473 in a different order.
32474
32475Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32476
32477 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32478
32479 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32480 and "signal" with ".*".
32481
32482Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32483
32484 * TODO: Add note about "handle all nostop".
32485
32486 * gdb.base/{sigall.c, sigall.exp}: New test.
32487 * gdb.base/Makefile.in: Add it.
32488
32489Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32490
32491 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32492 when invoking GDB, suppresses any windowing interface.
32493
32494Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32495
32496 * config/sim-gdb: New file, simulator testing support.
32497
32498Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32499
32500 * gdb.base/interrupt.exp: Test calling func1 twice.
32501
32502Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32503
32504 * gdb.base/list.exp (test_forward_search): Set timeout higher
32505 when we'll be getting lots of output from gdb.
32506
32507 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32508 "init_malloc" to after the expect statement. Run it if that
32509 regexp is taken, but also for two others which happen if source
32510 cannot be found.
32511
32512Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32513
32514 * gdb.base/printcmds.exp: New test, for printing register before
32515 program is running.
32516
32517Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32518
32519 * gdb.base/list.exp: Correct some alternate expect patterns
32520 to reflect changes in list1.c.
32521
32522Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32523
32524 * TODO: Add item regarding large frames.
32525
32526 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32527
32528 * TODO: Remove item about enabling return.exp; it
32529 is enabled. Suggest a few more "return" tests.
32530
32531Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32532
32533 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32534 anonymous unions.
32535
32536Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32537
32538 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32539 and pr-5646.o, so "make" is the same as "make all", not "make
32540 pr-4975.o".
32541
32542Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32543
32544 * gdb.base/list.exp: Adjust expectations to reflect changes in
32545 list1.c.
32546 (test_forward_search): New test proc.
32547 * gdb.base/list1.c (long_line): New function, has long source line.
32548
32549Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32550
32551 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32552 additional line of code that was added.
32553
32554Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32555
32556 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32557 tests so as not to overflow expect's input buffers.
32558 * gdb.disasm/hppa.exp: Corresponding changes.
32559
32560Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32561
32562 Beginnings of template debugging tests.
32563 * gdb.c++/templ-info.cc: New file to test for template
32564 debugging capability of the compiler.
32565 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32566 templ-info.cc.
32567 * gdb.c++/templates.cc: Add explicit template instantiations
32568 to enable compiling with -fno-implicit-templates. Add destructor
32569 and 'value' method to T5 class for template tests.
32570 * gdb.c++/templates.exp: Add testcases for printing of template
32571 types, setting breakpoints on template methods and calling a
d63a86f8 32572 template method.
c906108c
SS
32573
32574Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32575
32576 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32577 branch target since some assemblers (gas-2.5) may emit a
32578 relocation for the branch instead of resolving it in the
32579 assembler.
32580
32581Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32582
32583 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32584 through signal handler.
32585
32586Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32587
32588 * configure.in (*-*-netware): Use config/mt-netware.
32589
32590 * config/mt-netware: New file.
32591 * config/mt-i386-netware: Removed, separate configs for different
32592 netware architectures are no longer needed now that we have
32593 --with-headers.
32594
32595Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32596
32597 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32598 by the recent changes to use ANSI C arithmetic conversions.
32599
32600Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32601
32602 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32603 bug involving using inferior_pid to figure out whether to select a
32604 frame.
32605
32606Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32607
32608 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32609 match the current disassembler output.
32610
32611Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32612
32613 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32614 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32615 types, expect "int" as type of integer values (for now).
32616
32617Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32618
32619 * gdb.base/commands.exp: New tests for if/while commands.
32620
32621Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32622
32623 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32624 by .*, since hex values have different syntax in Chill mode.
32625
32626Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32627
32628 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32629 linefeed from expect pattern for repeated types with indices > 9.
32630
32631Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32632
32633 First part of Fortran test suite.
32634 * gdb.fortran: New directory.
32635 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32636
32637Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32638
32639 * gdb.base/default.exp: Update expect pattern for load command
32640 without arguments.
32641
32642Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32643
32644 * configure.in: Change i386 to i[345]86.
32645 * gdb.base/configure.in: Likewise.
32646 * gdb.c++/configure.in: Likewise.
32647 * gdb.chill/configure.in: Likewise.
32648
32649Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32650
32651 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32652 patterns, since that is not a valid context for comments.
32653
32654Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32655
32656 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32657 repeated types and repeated types with indices > 9.
32658
32659Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32660
32661 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32662 2417; old bug has been fixed.
32663
32664Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32665
32666 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32667 send the newline ourselves instead of assuming gdb_test will do
32668 so when passed an empty input string.
32669
32670 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32671 stabs testcode.
32672
32673Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32674
32675 * lib/gdb.exp (gdb_test): Don't send anything if the first
32676 argument is an empty string. This makes cases where we want to
32677 match output that is already in expect's buffers (for example,
32678 matching a breakpoint after gdb_run_cmd has been called) work
32679 reliably.
32680
32681Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32682
32683 * config/netware.exp: New file.
32684
32685Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32686
32687 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32688 the -B and -L prefixes so we can find the debugging stub.
32689
32690 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32691 there and we are using the gcc from the tree.
32692
32693 * gdb.base/types.c: Removed.
32694
32695 * gdb.base/configure.in: Look for makefile fragments in ../config.
32696 Recognize i386-*-netware.
32697 * gdb.c++/configure.in: Likewise.
32698
32699Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32700
32701 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32702 the correct TCL syntax.
32703
32704Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32705
32706 * gdb.base/opaque.exp: use runto instead of messing around with
32707 breakpoints. Simplify by using gdb_test.
32708
32709 * gdb.base/bitfields.exp: restart between tests on netware targets
32710 because breakpoints aren't relocated after target death. Run
32711 processes to completion.
32712
32713 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32714
32715Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32716
32717 * Makefile.in: Remove extra tabs that confuse some versions
32718 of "make". Use the newly built gdb to test with by default,
32719 rather than the first one in the tester's search path.
32720
32721Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32722
32723 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32724
32725 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32726 condition help.
32727
32728Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32729
32730 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32731
32732 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32733 running.
32734 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32735 * gdb.base/funcargs.exp: Likewise.
32736
32737 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32738 * gdb.base/funcargs.exp: Likewise.
32739
32740 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32741 message is "".
32742
32743Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32744
32745 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32746 return,signals,twice}.exp: Handle non-existant binaries
32747 consistantly.
32748
32749 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32750 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32751 might testing a cross development system.
32752
32753Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32754
32755 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32756 runtest script is relative to ${srcdir}, not ${rootdir}.
32757
32758Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32759
32760 * gdb.base/signals.exp: Allow for optionality of breakpoint
32761 address.
32762
32763Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32764
32765 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32766
32767Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32768
32769 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32770 for size_t definition.
32771 * gdb.c++/templates.cc: Likewise
32772
32773 * config/mt-i386-netware: New file.
32774
32775 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32776 defined.
32777
32778 * gdb.base/Makefile.in: Added support for systems that name core
32779 files by appending "core" to the program name.
32780 * gdb.base/a1-selftest.exp: Likewise.
32781
32782Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32783
32784 * gdb.base/return.exp: Add comment and message for `return double'
32785 test failure on Sparc Solaris.
32786
32787Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32788
32789 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32790
32791Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32792
32793 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32794 from optimizing them away.
32795 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32796 patterns to include default constructors and assignment operators,
32797 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32798 character in the output of the virtual base pointer.
32799
32800Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32801
32802 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32803 expression match in print_addr_of to avoid unintented matches.
32804 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32805 versions up to 2.5.8.
32806
32807Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32808
32809 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32810 included file to run under newer versions of expect.
32811 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32812 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32813 Remove xfail for the virtual table of BDDHookV.
32814
32815Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32816
32817 * lib/gdb.exp (string_to_regexp): Set a default result.
32818 (default_gdb_start): Fix misleading message.
32819
32820Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32821
32822 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32823 Remove all CC, etc definitions.
32824 * config/mt-hpux: New file.
32825 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32826 (CFLAGS, LDFLAGS): Define.
32827 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32828
32829 * Makefile.in (site.exp): Don't insert host_os, etc.
32830 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32831 (distclean): Check existence of subdir.
32832 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32833 * gdb.base/Makefile.in: General cleanup and simplification.
32834 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32835 to build executables. Use default rule to build .o files.
32836 (EXPECT, RUNTEST, CC): Fix relative pathname.
32837 (site.exp): Don't insert host_os, etc.
32838 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32839 and/or SIGUSR1 defined.
32840 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32841 * gdb.c++/Makefile.in: General cleanup and simplification.
32842 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32843 (CFLAGS): Remove.
32844 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32845
32846Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32847
32848 * gdb.base/recurse.exp: Misc changes to get tests running again
32849 after Kung's changes to the watchpoint code.
32850 * gdb.base/watchpoint.exp: Likewise.
32851
32852Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32853
32854 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32855
32856Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32857
32858 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32859 * lib/gdb.exp (default_gdb_start): Define.
32860 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32861 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32862 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32863 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32864 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32865 Don't call gdb_target_udi in between tests.
32866
32867Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32868
32869 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32870 (which was basically just a local version of the same thing). In
32871 addition to avoiding duplication, gdb_test_exact is faster.
32872 * lib/gdb.exp (gdb_test_exact): Fix typo.
32873
32874 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32875 don't give an error.
32876
32877 * gdb.base/term.exp: Call delete_breakpoints before starting.
32878
32879 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32880 (t10): Add comment.
32881
32882Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32883
32884 Reorganization of the GDB Test Suite.
32885
32886 * gdb.base: New directory, contains all the basic tests.
32887 * gdb.c++: New directory, tests specific to C++.
32888 * gdb.chill: New directory, tests specific to Chill.
32889 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32890 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32891 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32892 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32893 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32894 t30-31 to chill).
32895 * */gdbme.*: Rename to match appropriate expect scripts.
32896 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32897 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32898 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32899 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32900 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32901 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32902 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32903 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32904 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32905 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32906 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32907 gdb.c++/virtfunc.cc: New names of C++ files.
32908 * gdb.chill/chillvars.ch: New name of Chill file.
32909 * gdb.base/configure.in, gdb.c++/configure.in,
32910 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32911 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32912 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32913 * configure.in (configdirs): Update to reflect directory changes.
32914 (target_abbrev): No longer define for any configuration.
32915 * Makefile.in: Cosmetic improvements to header comments.
32916
32917Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32918
32919 Various changes to gdb.t31:
32920
32921 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32922 * gdbme.ch: Make all key-words and predefineds be upper-case.
32923 * chillvars.exp: Expect key-words and predefinds in upper-case.
32924
32925 * chillvars.exp: Use gdb_test_exact many places.
32926 Change expected output for arrays (which now includes index labels).
32927
32928 * pr-5020.exp, gdme.ch (module PR_5020):
32929 New test, for PR-5020.
32930
32931Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32932
32933 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32934 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32935
32936Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32937
32938 * Makefile.in: Fix bit-rot in definitions of CHILL,
32939 CHILL_FOR_TARGET and Chill_LIB.
32940 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32941 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32942 CHILL, and CHILL_LIB.
32943
32944Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32945
32946 * Revert the previous changes. Please see Rob's directory
32947 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32948
32949Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32950
32951 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
32952 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32953 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32954 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
32955 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32956 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32957 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32958 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32959 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32960 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32961 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32962 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32963 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32964 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32965 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32966 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32967 changes from 94Q1.
32968
32969Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32970
32971 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32972 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32973 Rob's new testing fragments.
32974
32975Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32976
32977 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32978 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32979
32980Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32981
32982 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32983 version also, match on casted version strings, and match on
32984 gdb startup case where the line numbers might be messed up.
32985
32986Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32987
32988 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32989 (CFLAGS): Delete it from here.
c906108c
SS
32990
32991Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32992
32993 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32994
32995Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32996
32997 * Makefile.in (RUNTEST): Default to just "runtest".
32998
32999Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33000
33001 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
33002 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
33003 the code has been restructured.
33004
33005Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33006
33007 * gdb.t00/default.exp (set write): Allow any number of \r and/or
33008 \n, not just one of each.
33009
33010 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
33011 /bin/cc gives a warning if you do.
33012
33013Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
33014
d63a86f8 33015 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
33016 __t10ListS_link1ZUiRCUiPT0
33017
33018Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33019
33020 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
33021 on local variables in recursive functions.
33022
33023 * gdb.t07/Makefile.in: Build the new test.
33024
33025Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33026
33027 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
33028 directly. Instead compare the return values from actual calls.
33029
33030Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
33031
33032 * Makefile.in (check): Set TCL_LIBRARY for runtest.
33033
33034Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33035
33036 * From Peter Schauer with minor modifications.
a9c64011
AS
33037 * gdb.t15/return.exp (return_tests): Handle targets where "return"
33038 stops in mid-line in the caller. Add xfail for returning a float
33039 value on X86 targets.
c906108c
SS
33040
33041Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33042
33043 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
33044 to avoid expect lossage.
33045 (fmem_LRbug_tests): Likewise.
33046 * gdb.disasm/hppa.s: Corresponding changes.
33047
33048 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
33049 conditions to work with latest dejagnu/expect.
33050
33051 * gdb.t15/funcargs.exp (finish from indirect call): No longer
33052 expected to fail on the PA.
33053 (backtrace in call with trampolines): Explicitly require main
33054 to be frame #1 (no trampolines should show up in backtrace).
33055
33056 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
33057 "continue -expect".
33058 * gdb.t06/break.exp: Likewise.
33059 * gdb.t07/watchpoint.exp: Likewise.
33060 * gdb.t13/bitfields.exp: Likewise.
33061 * gdb.t15/{funcargs,return}.exp: Likewise.
33062 * gdb.stabs/weird.exp: Likewise.
33063 * config/{mips,udi}-gdb.exp: Likewise.
33064
33065 * hppa.sed: Enclose comments within a sed command to avoid
33066 losing with the old OSF1 sed.
33067
33068Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33069
33070 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
33071 sequent dynix.
33072 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
33073 * gdb.t15/funcargs.exp: Conditionally step again to really
33074 finish from marker_call_with_trampolines. Handle the case where
33075 the first step from within call_with_trampolines already steps
33076 us back to main.
33077 * gdb.t15/gdbme.c: Add comment to closing brace of
33078 call_with_trampolines for funcargs.exp.
33079
33080Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33081
d63a86f8 33082 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
33083 Fix typo(s).
33084
33085Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33086
33087 * gdb.t07/gdbme.c: More code for watchpoint testing.
33088
33089 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
33090 "Hardware watchpoint" throughout file.
33091 (test_watchpoint_triggered_in_syscall): New test.
33092 (test_complex_watchpoint): New test.
33093
33094Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33095
33096 * gdbme.c (call_with_trampolines): New function to try and step
33097 into. Tests trampoline problems on the PA.
33098
33099 * funcargs.exp (localvars_in_indirect_call): No longer expect
33100 stepping into indirect call to fail on PAs.
33101 (test_stepping_over_trampolines): New test.
33102
33103Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33104
33105 * TODO: Add suggestions for static member function tests, and
33106 completion tests.
33107
33108Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33109
33110 * TODO: Add suggestions for "p/a" tests.
33111
33112 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
33113 (default_gdb_exit): Replace all the hair with sending "quit" to
33114 the process with a simple close.
33115
33116Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33117
33118 * TODO: Add suggestions for shared library tests.
33119
33120Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33121
33122 * TODO: Add suggestions for x/s tests.
33123
33124Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33125
33126 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
33127 "enable once", and "enable breakpoints once" with ".*".
33128
33129Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33130
33131 * TODO: Add suggestions about structure passing tests.
33132
33133Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33134
33135 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
33136 the primary1 test, use work around if __GNUC__ < 2.
33137 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
33138 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
33139 Test for bad output rather than waiting for timeout. Issue
33140 second continue only if first continue failed.
33141
33142Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33143
33144 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
33145 operator[] test with gdb_test because the old code didn't seem to
33146 be getting the quoting right with the new dejagnu.
33147
33148Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
33149
33150 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
33151 one from the path.
33152 * Makefile.in: Use a fresh expect if there is one, use runtest
33153 from the src tree if there is one.
d63a86f8 33154
c906108c
SS
33155Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33156
33157 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
33158 next over recursive call. Revise the tests from that point on
33159 (which had been skipped) to match GDB's actual (correct) output.
33160
33161 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
33162 with next over a breakpoint whose condition is false.
33163
33164 * gdb.t00/help.exp: Comment out "help set print" tests just like
33165 (and for same reason as) "help set" test.
33166
33167Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33168
33169 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
33170 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
33171
33172Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33173
33174 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
33175 necessary gdb_target_udi.
33176
33177 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
33178
33179 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
33180 1838 and 2417; they are fixed.
33181
33182 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
33183 gdb.t03/ptype.exp (ptype structure, ptype union):
33184 Remove xfails; the test is looser than when the xfails were added.
33185
33186 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
33187 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
33188
33189 * gdb.t01/run.exp: Only run shell test if isnative.
33190
33191 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
33192 since "run" automatically loads if necessary. Call gdb_target_udi
33193 after the "file" since "file" kills any execution target.
33194
33195 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
33196 GDB. GDB doesn't work that way (not anymore at least) on UDI.
33197 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
33198 argument for UDI.
33199
33200Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33201
33202 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
33203
33204 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
33205
33206Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33207
33208 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
33209 properly quoting regexps. This makes the second argument to
33210 demangle a fixed string, which matches the callers, instead of a
33211 shell-style pattern which is what the previous implementation
33212 used. Update some of the callers.
33213
33214Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33215
33216 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
33217 (comib_nullified_tests): Fix typo.
33218 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
33219 strings. No longer expected to fail.
33220
33221 * gdb.disasm/hppa.s (addib_tests): Fix typo.
33222 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
33223 strings. No longer expected to fail.
33224
33225 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
33226 string. No longer expected to fail.
33227
33228Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33229
33230 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
33231 No longer expected to fail.
33232
33233 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
33234 string. No longer expected to fail.
33235
33236Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33237
33238 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
33239 only in the names (I probably got most of them). I was even
33240 generous with some which differed in underscores in names, and
33241 probably missed a few, and I *still* was able to remove almost a
33242 third of the file with almost no impact on testsuite coverage.
33243
33244Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33245
33246 * gdb.t00/default.exp: Match udi_attach error message as well as
33247 the one from child_attach.
33248
33249 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
33250
33251 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
33252
33253 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
33254 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
33255
33256 * Move test with enums and partial symbols back to
33257 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
33258 Reverts the change of 26 May 93. Per today's change to
33259 stabs.texinfo, the behavior that weird.exp was expecting was
33260 unreasonable; what is important is that the compiler+gdb get
33261 things right, which happens with a recent gcc. Also fix the test
33262 to deal with native compilers which put out the stab gdb can't
33263 deal with.
33264
33265Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33266
33267 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33268 in the names. The main thing these accomplish is to slow things down.
33269 Many more such duplicates surely remain.
33270
33271 * gdb.t00/help.exp: Comment out "help support" test just like
33272 (and for same reason as) "help set" test.
33273
33274Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33275
33276 * gdb.t06/break.exp: Remove setup_xfails for
33277 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33278 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33279 about known bug in gcc to include up through 2.5.8.
33280 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33281 well as "_vb$".
33282 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33283 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33284 with latest gcc and gdb.
33285 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33286 well as "_vb$".
33287
33288Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33289
33290 * configure.in (hppa*-*-*): Also configure and build stabs-only
33291 tests.
33292
33293Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33294
33295 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33296 * gdb.t10/configure.in (hppa*-*-*): Use it.
33297
33298Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33299
33300 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33301
33302Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33303
33304 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33305 versions prior to 1.13.5.
33306
33307Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33308
33309 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33310 the prompt is at the start of a line.
33311
33312Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33313
33314 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33315 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33316 in the copr tests now.
33317 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33318 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33319 expected to fail.
33320
33321Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33322
33323 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33324 gdb.t31/chillvars.exp, lib/gdb.exp:
33325 Tweak to run under either version of expect.
33326 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33327 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33328 * gdb.t11/list.exp: Remove extraneous whitespace.
33329
33330Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33331
33332 * gdb.t16/printcmds.exp (test_print_strings): Accept
33333 "(unsigned char *) " before the string.
33334
33335 * TODO: Add notes about printing of fancy types and GDB expressions.
33336
33337Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33338
33339 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33340 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 33341 if doing mips-idt-ecoff.
c906108c
SS
33342
33343Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33344
33345 * Most .exp files: Tweak to run under either version of expect.
33346
33347Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33348
33349 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33350 xfails; I'm not sure why they are failing, but not because of PR 1806.
33351
33352Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33353
33354 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33355 defined in lib/gdb.exp.
33356
33357Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33358
33359 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33360 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33361 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33362 have to be typeless.
33363
33364Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33365
33366 * TODO: Add suggestion for copyright year test.
33367
33368Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33369
33370 * configure.in (*-*-lynxos*): Add stabs tests.
33371
33372Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33373
33374 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33375 so insert a tab before any assembler directive in column zero.
33376
33377 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33378 stores.
33379 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33380 stores.
33381 (fpu_short_memory_tests): Likewise.
33382
33383Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33384
33385 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33386 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33387 .stabs directives in comments.
33388
33389Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33390
33391 * TODO: New file, describing tests we could write.
33392 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33393
33394Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33395
33396 * gdb.t06/signals.exp: Add kludge to force re-sync.
33397
33398 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33399 to xgdb instead of gdb, get out of gdb.
33400
33401Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33402
33403 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33404 for info.
33405
33406Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33407
33408 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33409 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33410 * gdb.stabs/hppa.sed: New sed script for the PA.
33411
33412Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33413
33414 * gdb.stabs: Re-write weird.def and configuration to use sed
33415 instead of cpp. sed is portable and POSIX; cpp is neither.
33416
33417Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33418
33419 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33420
33421Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33422
33423 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33424
33425Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33426
33427 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33428 "_vb$".
33429 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33430 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33431
33432Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33433
33434 * lib/gdb.exp: Comment out code which depends on non-existent
33435 `transform' procedure.
33436
33437Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33438
33439 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33440 * lib/gdb.exp: Transform tool name.
33441 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33442 1.1's new error handling system.
33443
33444Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33445
33446 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33447
33448Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33449
33450 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33451 They made pattern matching so slow that timeouts happened on
33452 heavily loaded systems. Now any output from "show print" which
33453 gets us back to the GDB prompt is a PASS.
33454
33455Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33456
33457 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33458
33459Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33460
33461 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33462
33463 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33464 It is not from PR 3220.
33465
33466Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33467
33468 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33469 just started failing because they depended on the order the
33470 subcommands are presented, or exact docstring text. This kind of
33471 test is a pain and has minimal benefit.
33472
33473Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33474
33475 * gdb.t09/corefile.exp: At end of test, use "core" command with
33476 no arguments.
33477
33478Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33479
33480 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33481 17}/Makefile.in: Make it possible to run the testsuite with Sun
33482 make and CC = cross gcc by adding explicit build rules for .o
33483 files.
33484
33485Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33486
33487 * gdb.t15/funcargs.exp: Don't put comments on same line as
33488 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 33489
c906108c
SS
33490Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33491
33492 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33493
33494Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33495
33496 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33497 * gdb.t20/inherit.exp: remove three dumplicate entries.
33498
33499Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33500
33501 * gdb.t06/break.exp: For "next over recursive call", fail on any
33502 incorrect output, not just on "factorial (value=2)".
33503
33504Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33505
33506 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33507 working now. Add an xfail if accesing a bss variable causes
33508 a memory error if the target is not yet run.
33509
33510Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33511
33512 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33513 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33514 name of __st* demangling (2 strings). Did Kung really get the
33515 more than 95 others right without testing them?
33516
33517Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33518
33519 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33520
33521Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33522
33523 * configure.in (configdirs): Add gdb.disasm
33524 * gdb.disasm: New directory for GDB disassembler tests.
33525 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33526
33527Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33528
33529 * gdb.t00/help.exp: Don't test "help set".
33530
33531 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33532 from within expect statements. None of these happen anymore and
33533 they cause regressions to be silently unnoticed.
33534
33535 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33536 messages) about known failures with gcc cygnus-2.4.5-930417.
33537
33538 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33539 comp-info.exp so it gets built if it doesn't exist.
33540
33541 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33542 it is no longer used.
33543 * gdb.t13/comp-info.c: Removed.
33544
33545Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33546
33547 * gdb.t06/signals.exp: Add xfail for sun3.
33548
33549Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33550
33551 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33552 relevant because ^C doesn't get sent but failure can be reproduced
33553 interactively).
33554
33555Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33556
33557 * gdb.stabs/alpha.mt: New configuration file for alpha.
33558 * gdb.stabs/configure.in: Use it.
33559 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33560 sharing with alpha.mt, redefine long to word via preprocessor.
33561 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33562 for alpha.
33563 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33564 native cc.
33565 * gdb.t00/teststrategy.exp: Change expect string so that we
33566 consume the `(xgdb)' from the command echo and from the gdb prompt.
33567 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33568 gdb currently compares all values as long, so this failure probably
33569 applies to any configuration where LONGEST is bigger than a target int.
33570 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33571 with gcc.
33572 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33573 to handle opaque pointers, gcc is.
33574 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33575 as first argument. Include <sys/types.h> and change all operator
33576 new definitions to use size_t.
33577 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33578 now that we use size_t.
33579
33580Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33581
a9c64011 33582 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 33583 a long or float array cast all array members to the same type.
a9c64011 33584 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 33585 with 64 bit longs.
a9c64011 33586 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 33587 on alpha.
a9c64011 33588 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
33589
33590Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33591
33592 * gdb.t24 (demangle.exp): Constructors of templates have names like
33593 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33594 section 14.6 of the ARM.
33595
33596 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33597 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33598 accomplish little and slow down the testsuite.
33599
33600 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33601 Accept spaces various places.
33602
33603Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33604
33605 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33606 with watchpoint enabled.
33607
33608 * Makefile.in: Remove definition of CC and remove the second
33609 definition of CXX (the "CXX = gcc" one remains). These definitions
33610 were causing backquotes to be expanded within backquotes, which
33611 doesn't work.
33612
33613Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33614
33615 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33616
33617Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33618
a9c64011
AS
33619 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33620 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
33621 by mips cc and contains no stabs entries.
33622
33623Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33624
33625 * config/vx-gdb.exp: Use fake device to load files rather than
33626 NFS.
33627 * lib/gdb.exp: New proc to do "file" command.
33628 * config/unix-gdb.exp: Use new "file" proc.
33629
33630Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33631
33632 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33633 Rework board rebooting slightly.
33634 (gdb_exit): Don't exit from the remote shell; there isn't one.
33635 * gdb.stabs/weird.exp: If a program is being debugged already,
33636 kill it.
33637 * gdb.t04/setvar.exp: Stop and restart gdb.
33638 * gdb.t05/expr.exp: Likewise.
33639 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33640 restart gdb and reload the program.
33641 * gdb.t08/opaque.exp: Likewise.
33642 * gdb.t12/scope.exp: Likewise.
33643 * gdb.t13/bitfields.exp: Likewise.
33644 * gdb.t15/funcargs.exp: Likewise.
33645 * gdb.t20/classes.exp: Likewise.
33646 * gdb.t03/ptype.exp: Increase timeout.
33647 * gdb.t16/printcmds.exp (test_print_string_constants,
33648 test_print_array_constants): Likewise.
33649 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33650 * gdb.t20/classes.exp (do_tests): Likewise.
33651 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33652
33653Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33654
33655 * gdb.stabs: Renamed *wierd* to *weird*.
33656
33657Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33658
33659 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33660 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33661
33662Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33663
33664 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33665 (do_tests): Remove xfail for whatis on one_var and two_var.
33666
33667Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33668
33669 * Makefile.in: Made cross building work better by adding
33670 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33671
33672Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33673
33674 * gdb.t15/{return.c,return.exp,Makefile.in}:
33675 New test, currently commented out.
33676
33677Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33678
33679 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33680 still running and removes the leftover named socket so GDb can do
33681 clean restarts.
33682
33683Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33684
33685 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33686 console, not GDB.
33687 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33688 cross testing works better with "make check"
33689 * config/unix-gdb: Use default procedures for exit and version.
33690 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33691 with the newest VxWorks.
33692
33693Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33694
33695 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33696 old form.
33697
33698 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33699 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33700
33701 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33702
33703 * config/unix-gdb.exp: Remove this version of gdb_exit
33704 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33705 Rob says he'll look at it when he gets back to testing boards.
33706
33707Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33708
33709 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33710 an expected fail for certain ptype commands.
33711
33712 * gdb.t20/classes.exp: Update expected results of "ptype class
33713 Base1" to account for the constructor that now appears in the type.
33714
33715Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33716
33717 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33718 disappeared from list.
33719 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33720 "alldone" proc with call to cleanup and exit.
33721 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33722 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33723 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33724 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33725 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33726 "alldone" proc with simple returns that suppress remaining
33727 tests. The alldone proc went away many months ago.
33728
33729Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33730
33731 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33732
33733 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33734
33735Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33736
33737 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33738 as vax gdb will display them.
33739
33740Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33741
33742 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33743 optimizers.
33744
33745 * scope.exp: Change "bad value for localval" messages so each one
33746 is unique.
33747
33748 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33749 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33750
33751 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33752
33753Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33754
33755 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33756 doesn't exist (due to optimization).
33757
33758Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33759
33760 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33761 contains \r because the filename is long.
33762
33763 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33764 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33765
33766Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33767
33768 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33769 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33770 Ultrix.
33771 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33772 int tests.
33773 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33774
33775Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33776
33777 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33778
33779 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 33780 to match does not match the passing case but still matches the
c906108c
SS
33781 failing case.
33782
33783Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33784
33785 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33786
33787Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33788
33789 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33790 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33791 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33792 Remove various versions of gdb_exit.
33793 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33794 gdb_exit.
33795 * config/unix-gdb.exp: gdb_exit remains here, and should override
33796 the generic version, since it's doing a lot of wierd stuff that
33797 the other versions aren't. FIXME, fold it in, or abandon this
33798 version.
33799
33800Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33801
33802 * gdb.t24/demangle.exp: Add tests for PR 3220.
33803
33804Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33805
33806 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33807
33808Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33809
33810 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33811 "i386-*-*". Works for i486 as well.
33812
33813 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33814 bug, and expand domain of xfail to all SVR4 systems, since the
33815 actual problem is likely to be in generic SVR4 /proc support.
33816
33817Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33818
33819 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33820
33821Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33822
33823 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33824 xfails for other systems. Match a missing 'Continuing.' as an
33825 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33826
33827 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33828 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33829 Only issue warning for missing executables if -all option is used.
33830
33831 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33832 file if -all option is used. It's like an unpredictable XFAIL.
33833
33834Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33835
33836 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33837 for dynamically linked binaries.
33838
33839 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33840
33841Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33842
33843 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33844 to state that this is a known bug in old versions of g++.
33845
33846Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33847
33848 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33849 while waiting for `Continuing'.
33850
33851Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33852
33853 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33854 in text, data, and bss.
33855 * gdb.t10/nodebug.c: Add local and global test variables for
33856 initialized and uninitialized data.
33857
33858Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33859
33860 * config/unix-gdb.exp (gdb_exit): Add "wait".
33861
33862Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33863
33864 * gdb.t06/signals.exp: xfail the continue from the handler for all
33865 targets.
33866
33867 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33868 function with watchpoints enabled, the i386 call dummy starts with
33869 a call.
33870
33871 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33872 386 bsd names its corefiles.
33873
33874Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33875
33876 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33877 compilers don't grok it.
33878 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33879 with small octal ints rather than character constants, which
33880 are signed and might not fit if first promoted to int.
33881
33882Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33883
33884 * gdb.t09/Makefile.in (clean): Remove corefile.
33885
33886Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33887
33888 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33889
33890Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33891 and Jim Kingdon (kingdon@cygnus.com)
33892
33893 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33894 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33895 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33896
33897Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33898
33899 * gdb.t17/interrupt.exp: Add xfail for hppa.
33900
33901Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33902
33903 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33904 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33905 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33906 to determine signed-ness of bitfields and use the result to setup
33907 the xfail.
33908 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33909 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33910 call line is reached if necessary.
33911
33912Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33913
33914 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33915
33916Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33917
33918 * gdb.t06/break.exp: Also test `clear' command.
33919
33920Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33921
33922 * gdb.t00/teststrategy.exp: Remove extra quote.
33923
33924 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33925 watchpoint enabled to be for all non-68k machines.
33926
33927 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33928
33929Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33930
33931 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33932 targets use aout.mt instead of ecoff.mt as gas understands
33933 standard aout format.
33934
33935Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33936
33937 * lib/gdb.exp (runto): Don't insist that function we are running to
33938 was compiled with -g.
33939
33940 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33941
33942 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33943 to get back into the read system call.
33944 Accept leading newline in case where we woke it up.
33945
33946Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33947
33948 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33949 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33950 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33951 enable ecoff configuration.
33952
33953Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33954
33955 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33956
33957Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33958
33959 * gdb.t16/printcmds.exp: Add another printf test.
33960
33961Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33962
33963 * configure.in: If configured -with-stabs on any target, add
33964 stabsdirs to configdirs.
33965
33966Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33967
33968 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33969 fun" so pattern does not match the command itself.
33970
33971Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33972
33973 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33974
33975Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33976
33977 * gdb.t17/interrupt.exp: Test for more things.
33978
33979Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33980
33981 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33982 compiler arranges the code and line numbers.
33983
33984 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33985
33986Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33987
33988 * gdb.t00/help.exp: Increase expect input buffer size.
33989
33990Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33991
33992 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33993
33994 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33995
33996 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33997
33998 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33999 [0-9]*, not just [0-9].
34000
34001Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34002
34003 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
34004
34005 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
34006
34007Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34008
34009 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
34010
34011Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34012
34013 * gdb.t06/signals.c: Add xfails for sun3.
34014
34015 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
34016
34017 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
34018 test_stepping tests.
34019
34020Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34021
34022 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
34023
34024 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
34025
34026 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
34027 rather than actually putting it through cpp twice.
34028
34029 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
34030
34031Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
34032
34033 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
34034 no longer needed.
34035
34036Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34037
34038 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
34039
34040 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
34041 C++ features prints as "struct", make it a pass, not an xfail.
34042
34043Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34044
34045 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
34046 Don't require VA to print as "class" rather than "struct".
34047
34048Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
34049
34050 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
34051
34052Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34053
34054 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
34055
34056Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34057
34058 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
34059 order.
34060
34061Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34062
34063 * gdb.t16/printcmds.exp: Add printf tests.
34064
34065 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
34066
34067 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
34068
34069Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
34070
34071 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
34072 pass counts, to counteract any existing or future setup_xfails.
34073
34074Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34075
34076 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
34077 {BEGIN,END}_COMMON for common block instead of STAB.
34078 * gdb.stabs/wierd.exp: Add xfail for rs6000.
34079
34080 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
34081 intp_var should be N_GSYM not N_LSYM.
34082 wierd-aout.S: Use a label for the value of the N_SO.
34083 wierd.def: Remove all backslashes.
34084 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
34085
34086Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34087
34088 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
34089 get the expected next to inheritance3.
34090
34091Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34092
34093 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
34094 now that gcc-2.4 gets it right.
34095
34096Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34097
34098 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
34099
34100 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
34101 generating comp-info.exp which works for cross-compilation.
34102
34103Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
34104
34105 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
34106 "*-*-sysv4.*".
34107
34108Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
34109
34110 * gdb.t01/run.exp: Start with a fresh gdb.
34111 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
34112 SVR4.x.
34113
34114Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
34115
34116 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
34117 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
34118 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
34119 Makefile.in (distclean, realclean): Remove gdbme.c from list of
34120 things to remove.
34121
34122Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
34123
34124 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
34125 test cases from bug reports.
34126
34127Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
34128
34129 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
34130 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
34131 avoid spurious xfails.
34132 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
34133 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
34134 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
34135
34136Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
34137
34138 * gdb.t00/teststrategy.exp: Rework to provide more useful
34139 description of each test, fix problem with systems that define
34140 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
34141 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
34142 results for "next over recursive call" so timeouts aren't taken
34143 by error.
34144
34145Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
34146
34147 * gdb.t12/scope.exp: Test printing of variables before run.
34148
34149 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
34150 printed in wrong order due to sorting.
34151
34152Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
34153
34154 * gdb.t00/teststrategy.exp: Fix expected results for printing
34155 user entered string constant. Is array of char, prints with no
34156 address.
34157
34158 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
34159 commands.
34160 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
34161 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
34162 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
34163 of struct of char arrays.
34164 * gdb.t00/radix.exp: New tests for radix commands.
34165
34166Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
34167
34168 * gdb.t16/printcmd.exp: Print a variable before running program
34169 (with xfail for AIX).
34170
34171Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
34172
34173 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
34174
34175 * gdb.t16/printcmd.exp: Don't print variables before running program.
34176
34177 * gdb.t06/break.exp: Don't require envp argument to main.
34178
34179 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
34180
34181 * gdb.t02/whatis.exp, gdb.t11/list.exp:
34182 Add xfails for rs6000.
34183
34184 * gdb.t02/whatis.exp: Change other tests not to re-test something
34185 we already tested.
34186
34187 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
34188 each type used has a variable of that type.
34189
34190Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
34191
34192 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
34193
34194Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
34195
34196 * configure.in: change srctrigger to be a file, not a directory
34197
34198Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
34199
34200 * configure.in (mips-idt-ecoff*): Added trailing '*'.
34201
34202 * gdb.t11/list.exp: Fixed a couple of typos.
34203
34204Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
34205
34206 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
34207 is fixed and PR is closed.
34208 * gdb.t16 (gdbme.c): Add simple test string variable.
34209 * gdb.t16 (printcmds.exp): Add tests with simple test string
34210 variable, primarily for boundaries on "set print elements".
34211
34212Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
34213
34214 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
34215 Make leading 0's optional and don't expect a tab in the middle
34216 of the number.
34217
34218 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
34219
34220 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
34221 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
34222 don't end command passed to gdb_test with newline.
34223
34224 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
34225 signed keyword away, don't expect signed bitfields to be signed.
34226
34227 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
34228 printing with only as many 1's as are in the field as well as printing
34229 with 32 1's (see comment).
34230
34231Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
34232
34233 * gdb.t00/default.exp: Start with a fresh gdb.
34234 * configure.in (configdirs): Remove gdb.t31 until the chill
34235 compiler works again. It no longer is able to find chillrt0
34236 since it isn't in libchill.a anymore.
34237 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
34238 wierd.o, make more modular.
34239 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
34240 spurious newlines that caused problems.
34241
34242Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34243
34244 * Move test with enums and partial symbols from gdb.t03/ptype.exp
34245 to gdb.stabs/wierd.exp since GCC has worked around the bug.
34246 gdb.stabs/wierd.{exp,def}: Many new tests.
34247
34248 * gdb.t00/default.exp: update info line for new message.
34249
34250 * gdb.t02/{whatis.exp,gdbme.c}:
34251 Test that "char *" doesn't print as "caddr_t".
34252
34253Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34254
34255 * gdb.t00/help.exp: Use .* in place of some help messages which
34256 just changed.
34257 gdb.t00/default.exp: Update "info frame" test for new message.
34258 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
34259 Remove some xfails
34260
34261Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34262
34263 * gdb.t03/{gdbme.c,ptype.exp}:
34264 Add tests for typedef'd struct and union without tags.
34265 Also check "whatis" on a variable of a typedef'd enum without a tag.
34266
34267 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34268 PRMS 1823; the bug still exists but isn't reproduced by this test
34269 anymore), and remove rs6000 XFAIL (the bug is fixed).
34270
34271 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34272 duplicated from whatis.exp. For those that are left, accept
34273 "long", "long int", or "int" for long variables (whatis.exp already
34274 has an XFAIL for "int", so no need to fail it here).
34275
34276 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34277 Deal with GCC's names for types now that GDB uses the compiler's names.
34278
34279 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34280 setup_xfail's for sunos4. If we #defined the signed keyword away,
34281 don't expect GDB to know that char it is signed.
34282
34283 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34284
34285Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34286
34287 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34288 should work on any system, regardless of debugging format.
34289 * gdb.t21/demangle.exp: Move to gdb.t24.
34290 * gdb.t24/demangle.exp: Move from gdb.t21.
34291 * gdb.t24/{Makefile.in, configure.in}: New files.
34292
34293Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34294
34295 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34296 * gdb.stabs: New directory.
34297
34298Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34299
34300 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34301 not just "Quit anyway?".
34302
34303Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34304
34305 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34306 that all setup_xfails are immediately followed by clear_xfails.
34307
34308Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34309
34310 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34311 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34312 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34313 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34314 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34315 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34316 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34317 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34318 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34319 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34320 gdb.t31/chillvars.exp, lib/gdb.exp:
34321 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34322 bug-gdb@prep.ai.mit.edu.
34323
34324Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34325
34326 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34327 with 0.0, not integer 0.
34328
34329Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34330
34331 * gdb.t06/break.exp: Update for "Kill the program" message change.
34332
34333Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34334
34335 * Makefile.in (GDBFLAGS): Set to -nx.
34336 * Makefile.in (site.exp): Use GDBFLAGS.
34337
34338Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34339
34340 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34341 Makefiles.
34342 (check): depend on just-check.
34343 (just-check): added so that tests can be run without a noop
34344 build pass.
34345
34346Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34347
34348 Switch to using configure's configdirs.
34349 * Makefile.in (Makefile): add configure.in dependency.
34350 (SUBDIRS): removed redundant assignment.
34351 * configure.in: switch subdirs assignment to configdirs.
34352 * gdb.t*/configure.in: new files.
34353
34354Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34355
34356 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34357 works.
34358
34359Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34360
34361 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34362 in explicit rules. Apparently this is not supported by some makes.
34363
34364Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34365
34366 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34367
34368Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34369
34370 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34371 disappeared.
34372
34373Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34374
34375 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34376
34377Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34378
34379 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34380 watchpoint problem that is now fixed.
34381 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34382 uninitialized convenience variables.
34383 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34384 structures.
34385
34386Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34387
34388 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34389 which causes expect to get out of sync with gdb on long output
34390 from help set.
34391 * gdb.t09/corefile.exp: Make expected pattern for core file
34392 failing signal and frame output format less sun specific.
34393
34394Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34395
34396 * gdb.t31/chillvars.exp: Add and remove initial dummy
34397 breakpoint, so that symbol table is forced in.
34398 (Needed at least on Sunos4, though it seems not SVR4.)
34399 * gdb.t31/chillvars.exp: Update for changed output format.
34400
34401Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34402
a9c64011 34403 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
34404
34405Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34406
34407 * Makefile.in: Added --srcdir when invoking runtest, removed the
34408 need for a local config file. (optional now)
34409
34410Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34411
34412 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34413 failure count used to force early termination. Add some more
34414 expected failures for gnu style demangling.
34415
34416Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34417
34418 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34419 pmi variable from gdb.t20/gdbme to get optimized away.
34420 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34421 Check for written corefile upon timeout _and_ eof.
34422
34423Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34424
34425 * config/unix-gdb.exp: Add missing return 0.
34426
34427Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34428
34429 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34430 test termination.
34431
34432Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34433
34434 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34435 disappeared.
34436
34437Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34438
34439 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34440 time as i860 support works.
34441
d63a86f8 34442 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
34443 "backtrace 100\r" rather than just "backtrace\r", to match last
34444 change.
34445
34446Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34447
34448 * config/udi-gdb.exp (gdb_exit): Remove close command.
34449 (gdb_target_udi): New procedure to set the UDI target.
34450 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34451 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34452 Added waits for prompts after several question responses. Added
34453 some more responses used by a29k-amd-udi-gdb.
34454 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34455 pass different arguments, restart UDI connection after program
34456 completion.
34457 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34458 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34459 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34460 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34461 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34462 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34463 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34464 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34465 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34466 after program completion.
34467 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34468 compiled with a SELECT_VECS setting.
34469 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34470 infinite recursion.
34471
34472 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34473 Added checks for COFF results, and made them expected failures for
34474 all targets. It would be better to make them expected failures
34475 for COFF targets only.
34476
34477Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34478
34479 * Makefile.in: add null dvi target, don't bother to recurse
34480 through test directories for info and install-info; rename
34481 $(datadir) to be dejagnu instead of deja-gnu
34482
34483Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34484
34485 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34486 compiler to coredump.
34487 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34488 code.
34489
34490Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34491
34492 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34493 coredump.
34494 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34495 code.
34496
34497Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34498
34499 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34500 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34501 which in a shell. Deletes xgdb when done.
34502 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34503 Tests the return from the "set height" or "set width" commands.
34504 Added a few return codes where needed.
34505
34506Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34507
34508 * Makefile.in (SUBDIRS): Add gdb.t17.
34509 * configure.in (subdirs): Add gdb.t17.
34510 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34511 files to test gdb's calling of functions in the inferior with
34512 the correct arguments and gdb's ability to retrieve any
34513 result returned.
34514
34515Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34516
34517 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34518 may be called after gdb goes away. Previous versions of expect
34519 needed these to avoid file descriptor leaks, but they cause
34520 errors with the current revision of expect.
34521 * gdb.t00/gdbvars.exp: Use -re on expected output after
34522 setting sevenbit-strings.
34523 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34524 to set sevenbit-strings consistent across tests.
34525 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34526 set sevenbit-strings consistent across tests.
34527
34528Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34529
34530 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34531 expected output to match current "expect" expectations.
34532
34533Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34534
34535 * gdb.t00/default.exp: Change expected output for default "source"
34536 command, to match new gdb behavior which requires a filename to
34537 source.
34538
34539Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34540
34541 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34542 expected fail for i486-*-* that misses the marker2 function.
34543 * gdb.t10/crossload.exp (bfddefault): Allow successful
34544 recognition of a format to pass even if no symbols are found.
34545 Explicitly catch failures where the format is not recognized
34546 or is ambiguous, and add the reason to the fail message.
34547 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34548 the cause is and invalid target and add reason to failure message.
34549 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34550 elf32-i386, elf32-sparc, and elf32-i860.
34551 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34552 Set up expected failure for 'filename'::variable scope resolution,
34553 which is now apparently broken on all targets.
34554 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34555 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34556 gdb.t23/templates.exp: Change failure for missing binfile into
34557 just a warning.
34558 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34559 references.
34560
34561Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34562
34563 * gdb.t00/default.exp: Add expected output for default "source"
34564 command, to match new gdb behavior.
34565 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34566
34567Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34568
34569 * config/*-gdb.exp: returns an error, rather than exiting on
34570 internal errors.
34571
34572Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34573
34574 * gdb.t03/gdbme.c: Add pointer to struct variable.
34575 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34576 referencing struct members.
34577
34578Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34579
34580 * configure.in (mips-idt-ecoff): New target.
34581 * config/mips-gdb.exp: New file for remote board using MIPS remote
34582 debugging protocol.
34583
34584 * Redid configuration scheme. Removed gdb.t*/configure.in.
34585 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34586 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34587 distclean targets. Built executables via .o files. Adjusted
34588 tests to account for source files in $(srcdir) rather than
34589 $(objdir).
34590 * lib/gdb.exp (runto): Don't expect () after the function name,
34591 because it may have arguments.
34592
34593Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34594
34595 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34596 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34597 expected failures for mips-idt-* and mips-sgi-*.
34598 * gdb.t00/default.exp (attach): Kill process if requested.
34599 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34600 that does not read core files.
34601 * gdb.t01/run.exp: Removed checks for exit status code.
34602 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34603 it is linked in.
34604 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34605 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34606 appropriate, rather than doing it by hand.
34607 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34608 execution.
34609 * gdb.t10/crossload.exp: Kill existing program if needed.
34610 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34611 appropriate, rather than doing it by hand. Always increase
34612 timeout for this test, not just for VxWorks.
34613
34614Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34615
34616 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34617 of Chill STRUCT types and STRUCT values.
34618 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34619 than "char".
34620 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 34621 struct2): New struct definitions and initializations to test
c906108c
SS
34622 simple Chill STRUCT types.
34623
34624Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34625
34626 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34627 the null byte at the end of strings.
34628 * gdb.t00/default.exp: Make show version insensitive to copyright
34629 date.
34630 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34631 to avoid dependencies on target char signedness.
34632 * gdb.t16/printcmds.exp: Update expected results for explicitly
34633 unsigned char.
34634 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34635 now work.
34636 * gdb.t21/demangle.exp: Add many more patterns for template
34637 demangling, most of them being expected failures.
34638 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34639 string we are matching for, to match on the whole string.
34640 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34641 and fix a whole bunch that had incorrect expected output but were
34642 passing anyway because of the bug in "proc demangle".
34643 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34644 type.
34645 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34646
34647Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34648
a9c64011
AS
34649 * gdb/testsuite: made modifications to testcases, etc., to allow
34650 them to work properly given the reorganization of deja-gnu and the
34651 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
34652
34653Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34654
34655 * gdb/testsuite: Initial creation of gdb/testsuite.
34656 Migrated dejagnu testcases and support files for testing nm to
34657 gdb/testsuite from deja-gnu. These files were moved "as is"
34658 with no modifications. This migration is part of a major overhaul
34659 of dejagnu. The modifications to these testcases, etc., which
34660 will allow them to work with the new version of dejagnu will be
34661 made in a future update.
48efe704 34662
8d8cb839 34663 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 34664\f
8d8cb839
EZ
34665;; Local Variables:
34666;; mode: change-log
34667;; left-margin: 8
34668;; fill-column: 74
34669;; version-control: never
34670;; End:
902f2ccb 34671
ecd75fc8 34672 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
34673 Copying and distribution of this file, with or without modification,
34674 are permitted provided the copyright notice and this notice are preserved.