]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb.base/memattr.exp regexp improvements.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-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
6 2014-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
11 2014-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
20 2014-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
28 2014-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
55 2014-04-15 Pedro Alves <palves@redhat.com>
56
57 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
58
59 2014-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
71 2014-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
76 2014-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
86 2014-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
94 2014-04-14 Tom Tromey <tromey@redhat.com>
95
96 * gdb.dwarf2/enum-type.exp: New file.
97
98 2014-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
103 2014-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
108 2014-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
113 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
114
115 * gdb.dwarf2/count.exp: New file.
116
117 2014-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
122 2014-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
128 2014-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
134 2014-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
139 2014-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
160 2014-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
166 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
167
168 * gdb.mi/mi-vla-c99.exp: New file.
169 * gdb.mi/vla.c: New file.
170
171 2014-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
176 2014-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
181 2014-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
186 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
187
188 * gdb.dwarf2/count.exp: New file.
189
190 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
191
192 * gdb.base/vla-sideeffect.c: New file.
193 * gdb.base/vla-sideeffect.exp: New file.
194
195 2014-04-11 Yao Qi <yao@codesourcery.com>
196
197 * gdb.base/completion.exp: Check file exists before running tests
198 on file completion.
199
200 2014-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
209 2014-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
214 2014-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
219 2014-04-07 David Blaikie <dblaikie@gmail.com>
220
221 * lib/compiler.c: Identify the clang compiler.
222 * lib/compiler.cc: Ditto.
223
224 2014-04-03 Yao Qi <yao@codesourcery.com>
225
226 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
227
228 2014-04-01 Anton Blanchard <anton@samba.org>
229
230 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
231 messages unique.
232
233 2014-04-01 Anton Blanchard <anton@samba.org>
234
235 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
236 prepare_for_testing.
237
238 2014-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
244 2014-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
250 2014-03-31 Yao Qi <yao@codesourcery.com>
251
252 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
253
254 2014-03-28 Joel Brobecker <brobecker@adacore.com>
255
256 * gdb.ada/mi_dyn_arr: New testcase.
257
258 2014-03-27 Doug Evans <dje@google.com>
259
260 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
261
262 2014-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
267 2014-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
281 2014-03-26 Yao Qi <yao@codesourcery.com>
282
283 * gdb.base/macscp.exp: Fix code format issues.
284
285 2014-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
290 2014-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
297 2014-03-24 Doug Evans <dje@google.com>
298
299 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
300 using fission.
301
302 2014-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
314 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
317
318 2014-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.
322 * gdb.guile/guile.exp (guile not supported): Verify multi-line
323 guile command issues an error.
324
325 2014-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
330 2014-03-21 Hui Zhu <hui@codesourcery.com>
331
332 * gdb.base/attach.exp (do_command_attach_tests): New.
333
334 2014-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
341 2014-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
349 2014-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
357 2014-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
364 2014-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
369 2014-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
378 2014-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
383 2014-03-19 Pedro Alves <palves@redhat.com>
384
385 * gdb.base/async.exp: Remove early return.
386
387 2014-03-19 Pedro Alves <palves@redhat.com>
388
389 * gdb.base/async.exp (step& tests): Pass explicit test messages.
390
391 2014-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
396 2014-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
401 2014-03-19 Pedro Alves <palves@redhat.com>
402
403 * gdb.base/async.exp: Use prepare_for_testing.
404
405 2014-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
410 2014-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
419 2014-03-19 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/async.exp: Don't frob gdb_protocol.
422
423 2014-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
428 2014-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
434 2014-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
441 2014-03-17 Joel Brobecker <brobecker@adacore.com>
442
443 * gdb.ada/pckd_arr_ren: New testcase.
444
445 2014-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
451 2014-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
457 2014-03-13 Pedro Alves <palves@redhat.com>
458
459 * gdb.base/default.exp: Don't test "target procfs".
460
461 2014-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
466 2014-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
473 2014-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
481 2014-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
487 2014-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
499 2014-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
504 2014-03-10 Joel Brobecker <brobecker@adacore.com>
505
506 * gdb.ada/tagged_access: New testcase.
507
508 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
509
510 * gdb.btrace/data.exp: Update expected output.
511
512 2014-03-06 Yao Qi <yao@codesourcery.com>
513
514 * gdb.trace/pr16508.exp: New file.
515
516 2014-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
524 2014-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
529 2014-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
538 2014-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
544 2014-02-26 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
547
548 2014-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
553 2014-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
559 2014-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
566 PR gdb/16626
567 * gdb.base/auto-load.exp: Fix out-of-srctree run.
568
569 2014-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
574 2014-02-24 Doug Evans <dje@google.com>
575
576 * lib/gdb.exp (run_on_host): Log error output if program fails.
577
578 2014-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
586 2014-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
595 2014-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
600 2014-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
609 2014-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
616 2014-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
625 2014-02-18 Doug Evans <dje@google.com>
626
627 * Makefile.in (check-parallel): rm -rf outputs temp.
628
629 2014-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
634 2014-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
643 2014-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
648 2014-02-10 Mark Kettenis <kettenis@gnu.org>
649
650 * gdb.threads/step-after-sr-lock.exp: Avoid executing
651 "kill -SIGUSR1 -1".
652
653 2014-02-10 Joel Brobecker <brobecker@adacore.com>
654
655 * gdb.ada/tick_length_array_enum_idx: New testcase.
656
657 2014-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
718 2014-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
725 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
726
727 * gdb.python/py-framefilter.exp: Fix typo.
728
729 2014-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
735 2014-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
741 2014-02-07 Pedro Alves <palves@redhat.com>
742
743 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
744
745 2014-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
750 2014-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
757 2014-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
762 2014-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
770 2014-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
777 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
778
779 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
780
781 2014-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
786 2014-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
791 2014-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
798 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
799
800 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
801
802 2014-01-23 Tom Tromey <tromey@redhat.com>
803
804 * gdb.ada/array_char_idx: New testcase.
805
806 2014-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
813 2014-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
820 2014-01-22 Doug Evans <dje@google.com>
821
822 * gdb.server/server-mon.exp: Add tests for "set debug-format".
823
824 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
825
826 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
827
828 2014-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
833 2014-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
840 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
841
842 * gdb.base/info-macros.exp: Remove "debug" from the compile
843 options.
844
845 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
846
847 * gdb.dlang/demangle.exp: New file.
848
849 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
850
851 * gdb.dlang/primitive-types.exp: New file.
852
853 2014-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
862 2014-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
880 2014-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
890 2014-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
895 2014-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
902 2014-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
907 2014-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
921 2014-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
926 2014-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
933 2014-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
938 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
939
940 * gdb.btrace/enable.exp: Update expected text.
941
942 2014-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
947 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
948
949 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
950
951 2014-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
956 2014-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
965 2014-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
973 2014-01-10 Joel Brobecker <brobecker@adacore.com>
974
975 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
976
977 2014-01-10 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
980
981 2014-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
987 2014-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
992 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * gdb.base/source-dir.exp: New file.
995
996 2014-01-07 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb.ada/mi_interface: New testcase.
999
1000 2014-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
1006 2014-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
1012 2013-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
1024 2013-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
1030 2013-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
1035 2013-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
1073 2013-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
1079 2013-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
1084 2013-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
1090 2013-12-13 Joel Brobecker <brobecker@adacore.com>
1091
1092 * gdb.ada/arraydim: New testcase.
1093
1094 2013-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
1101 2013-12-10 Doug Evans <dje@google.com>
1102
1103 PR 16286
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
1111 2013-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
1116 2013-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
1122 2013-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
1127 2013-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
1134 2013-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
1139 2013-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
1145 2013-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
1151 2013-12-06 Doug Evans <dje@google.com>
1152
1153 * gdb.base/break.exp: Fix setting of $baz.
1154
1155 2013-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
1160 2013-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
1167 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
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
1175 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1176
1177 * gdb.ada/dot_all: New testcase.
1178
1179 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdb.mi/mi-undefined-cmd.exp: New testcase.
1182
1183 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.mi/mi-i-cmd.exp: New file.
1186
1187 2013-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
1195 2013-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
1202 2013-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
1208 2013-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
1219 2013-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
1224 2013-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
1230 2013-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
1236 2013-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
1242 2013-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
1248 2013-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
1253 2013-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
1259 2013-11-23 Doug Evans <xdje42@gmail.com>
1260
1261 * gdb.python/py-type.exp (test_enums): Fix typo.
1262
1263 2013-11-23 Doug Evans <xdje42@gmail.com>
1264
1265 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1266 unique.
1267
1268 2013-11-23 Doug Evans <xdje42@gmail.com>
1269
1270 * gdb.python/py-symbol.exp: Fix whitespace.
1271
1272 2013-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
1277 2013-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
1286 2013-11-22 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1289
1290 2013-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
1296 2013-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
1303 2013-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
1309 2013-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
1314 2013-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
1319 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1320
1321 * gdb.base/eval-avoid-side-effects.exp: New file.
1322
1323 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1324
1325 * gdb.arch/i386-mpx.c: New file
1326 * gdb.arch/i386-mpx.exp: New file.
1327
1328 2013-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
1333 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1334
1335 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1336 start and end equal 0.
1337
1338 2013-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
1343 2013-11-19 Yao Qi <yao@codesourcery.com>
1344
1345 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1346
1347 2013-11-19 Yao Qi <yao@codesourcery.com>
1348
1349 * lib/mi-support.exp: Fix format.
1350
1351 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.ada/py_range: New testcase.
1354
1355 2013-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
1360 2013-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
1374 2013-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
1382 2013-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
1389 2013-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
1396 2013-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
1402 2013-11-15 Doug Evans <xdje42@gmail.com>
1403
1404 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1405
1406 2013-11-15 Doug Evans <xdje42@gmail.com>
1407
1408 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1409
1410 2013-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
1415 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.ada/O2_float_param: New testcase.
1418
1419 2013-11-14 Tom Tromey <tromey@redhat.com>
1420
1421 * Makefile.in (check-parallel): Print summary from gdb.sum.
1422
1423 2013-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
1430 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.mi/mi-language.exp: New file.
1433
1434 2013-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
1443 2013-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
1448 2013-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
1453 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1454
1455 * gdb.ada/mi_exc_info: New testcase.
1456
1457 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1458
1459 * gdb.ada/info_exc: New testcase.
1460
1461 2013-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
1466 2013-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
1472 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1473
1474 * gdb.ada/mi_ex_cond: New testcase.
1475
1476 2013-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
1482 2013-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
1487 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1488
1489 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1490
1491 2013-11-06 Doug Evans <xdje42@gmail.com>
1492
1493 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1494
1495 2013-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
1502 2013-11-06 Yao Qi <yao@codesourcery.com>
1503
1504 * README: Mention performance tests.
1505
1506 2013-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
1515 2013-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
1522 2013-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
1536 2013-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
1545 2013-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
1554 2013-11-04 Tom Tromey <tromey@redhat.com>
1555
1556 * gdb.base/argv0-symlink.exp: Compute executable's directory
1557 dynamically.
1558
1559 2013-11-04 Tom Tromey <tromey@redhat.com>
1560
1561 * gdb.asm/asm-source.exp: Use standard_output_file.
1562
1563 2013-11-04 Tom Tromey <tromey@redhat.com>
1564
1565 * gdb.server/file-transfer.exp: Use standard_output_file.
1566
1567 2013-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
1579 2013-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
1588 2013-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
1595 2013-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
1618 2013-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
1628 2013-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
1636 2013-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
1644 2013-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
1650 2013-11-04 Tom Tromey <tromey@redhat.com>
1651
1652 * gdb.stabs/weird.exp: Use gdb_remote_download and
1653 standard_output_file.
1654
1655 2013-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
1662 2013-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
1667 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1668
1669 * gdb.cp/derivation.exp: s/perrro/perror/
1670
1671 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1672
1673 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1674 `debugdir'.
1675
1676 2013-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
1684 2013-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
1689 2013-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
1698 2013-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
1703 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1704
1705 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1706 Expect <unavailable> pattern.
1707
1708 2013-10-28 Tom de Vries <tom@codesourcery.com>
1709
1710 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1711
1712 2013-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
1717 2013-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
1723 2013-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
1729 2013-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
1734 2013-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
1745 2013-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
1750 2013-10-18 Tom Tromey <tromey@redhat.com>
1751
1752 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1753 of "binfile".
1754
1755 2013-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
1760 2013-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
1766 2013-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
1772 2013-10-17 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1775
1776 2013-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
1781 2013-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
1789 2013-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
1794 2013-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
1800 2013-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
1806 2013-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
1814 2013-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
1819 2013-10-09 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1822 output.
1823
1824 2013-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
1835 2013-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
1845 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1848
1849 2013-10-07 Tom Tromey <tromey@redhat.com>
1850
1851 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1852 to 0.
1853
1854 2013-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
1862 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1863
1864 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1865
1866 2013-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
1871 2013-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
1879 2013-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
1888 2013-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
1893 2013-09-29 Yao Qi <yao@codesourcery.com>
1894
1895 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1896 is remote.
1897
1898 2013-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
1904 2013-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
1909 2013-09-20 Doug Evans <dje@google.com>
1910
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
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
1935 2013-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
1940 2013-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
1946 2013-09-18 Yao Qi <yao@codesourcery.com>
1947
1948 * gdb.server/wrapper.c: New.
1949 * gdb.server/wrapper.exp: New.
1950
1951 2013-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
1959 2013-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
1964 2013-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
1971 2013-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
1980 2013-09-16 Doug Evans <dje@google.com>
1981
1982 * lib/gdb.exp (using_fission): New proc.
1983 * gdb.base/info-macros.exp: Skip test if using Fission.
1984
1985 * gdb.base/break-interp.exp: Fix indentation.
1986
1987 2013-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
1994 2013-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
1999 2013-09-12 Stan Shebs <stan@codesourcery.com>
2000
2001 * README: New file.
2002
2003 2013-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
2008 2013-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
2013 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
2016 (addlink): Add comment.
2017
2018 2013-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
2023 2013-09-04 Doug Evans <dje@google.com>
2024
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
2034 * gdb.base/enumval.c (ZERO): New enum value.
2035 (main): Use it
2036 * gdb.base/enumval.exp: Test ability to print ZERO.
2037
2038 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
2039 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/relocate.exp: Check that invalid options are
2042 rejected.
2043
2044 2013-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
2050 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2051
2052 * gdb.python/py-arch.exp: Tests for invalid architecture.
2053
2054 2013-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
2060 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2061
2062 * gdb.python/py-arch.exp: Load gdb-python.exp.
2063
2064 2013-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
2077 2013-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
2083 2013-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
2088 2013-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
2095 2013-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
2100 2013-08-26 Doug Evans <dje@google.com>
2101
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
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
2111 2013-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
2118 2013-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
2124 2013-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
2131 2013-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
2137 2013-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
2143 2013-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
2148 2013-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
2171 2013-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
2190 2013-08-22 Tom Tromey <tromey@redhat.com>
2191
2192 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
2193
2194 2013-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
2204 2013-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
2217 2013-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
2222 2013-08-14 Cary Coutant <ccoutant@google.com>
2223
2224 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
2225
2226 2013-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
2238 2013-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
2243 2013-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
2253 2013-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
2260 2013-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
2267 2013-08-12 Tom Tromey <tromey@redhat.com>
2268
2269 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2270
2271 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
2272
2273 * gdb.base/break.exp: Test break via convenience variable
2274 with file name.
2275
2276 2013-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
2282 2013-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
2288 2013-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
2297 2013-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
2304 2013-08-07 Tom Tromey <tromey@redhat.com>
2305
2306 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2307
2308 2013-08-07 Tom Tromey <tromey@redhat.com>
2309
2310 * gdb.dwarf2/dwz.exp: New file.
2311
2312 2013-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
2318 2013-08-01 Doug Evans <dje@google.com>
2319
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
2326 PR symtab/15695
2327 * gdb.base/func-ptr.exp: New file.
2328 * gdb.base/func-ptr.c: New file.
2329
2330 2013-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
2335 2013-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
2340 2013-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
2347 2013-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
2354 2013-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
2360 2013-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
2366 2013-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
2372 2013-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
2381 2013-07-26 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2384 files.
2385
2386 2013-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
2392 2013-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
2399 2013-07-24 Doug Evans <dje@google.com>
2400
2401 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2402 "--" to switch.
2403
2404 2013-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
2411 2013-07-23 Yao Qi <yao@codesourcery.com>
2412
2413 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2414 message.
2415
2416 2013-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
2421 2013-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
2429 2013-07-19 Hui Zhu <hui@codesourcery.com>
2430
2431 PR gdb/15692
2432 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2433
2434 2013-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
2439 2013-07-19 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.trace/read-memory.c: New.
2442 * gdb.trace/read-memory.exp: New.
2443
2444 2013-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
2450 2013-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
2457 2013-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
2463 2013-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
2470 2013-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
2476 2013-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
2481 2013-07-16 Tom Tromey <tromey@redhat.com>
2482
2483 * gdb.ada/info_types.exp: Use standard_testfile.
2484
2485 2013-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
2491 2013-07-16 Tom Tromey <tromey@redhat.com>
2492
2493 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2494
2495 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.ada/small_reg_param.exp: Accept optional entry value
2498 for parameter "w".
2499
2500 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.ada/small_reg_param.exp: Remove trailing space.
2503
2504 2013-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
2509 2013-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
2514 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2515
2516 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2517
2518 2013-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
2531 2013-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
2536 2013-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
2541 2013-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
2546 2013-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
2553 2013-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
2559 2013-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
2564 2013-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
2580 2013-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
2606 2013-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
2624 2013-06-27 Tom Tromey <tromey@redhat.com>
2625
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
2641 standard_testfile, standard_output_file, prepare_for_testing,
2642 clean_restart.
2643
2644 2013-06-27 Tom Tromey <tromey@redhat.com>
2645
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.
2662
2663 2013-06-27 Tom Tromey <tromey@redhat.com>
2664
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,
2681 standard_output_file, prepare_for_testing, clean_restart.
2682
2683 2013-06-27 Tom Tromey <tromey@redhat.com>
2684
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,
2696 standard_output_file, prepare_for_testing, clean_restart.
2697
2698 2013-06-26 Yao Qi <yao@codesourcery.com>
2699
2700 * gdb.trace/mi-trace-frame-collected.exp: New.
2701
2702 2013-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
2713 2013-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
2728 2013-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
2733 2013-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
2743 2013-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
2751 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2752
2753 * gdb.base/subst.exp: Delete default rules before further
2754 tests.
2755
2756 2013-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
2761 2013-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
2766 2013-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
2773 2013-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
2780 2013-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
2789 2013-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
2905 2013-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
2999 2013-06-07 Will Newton <will.newton@linaro.org>
3000
3001 * gdb.base/long_long.exp: Fix ARM EABI target glob.
3002
3003 2013-06-07 Will Newton <will.newton@linaro.org>
3004
3005 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
3006 and "starting".
3007
3008 2013-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
3014 2013-06-07 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.trace/mi-trace-unavailable.exp: New.
3017 * gdb.trace/trace-unavailable.c: New.
3018
3019 2013-06-06 Doug Evans <dje@google.com>
3020
3021 * gdb.cp/derivation.exp: Make tests have unique names.
3022
3023 2013-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
3029 2013-06-06 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.base/break-always.exp: Explicitly specify test name.
3032
3033 2013-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
3041 2013-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
3047 2013-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
3057 2013-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
3073 2013-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
3079 2013-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
3088 2013-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
3097 2013-05-24 Yao Qi <yao@codesourcery.com>
3098
3099 * gdb.trace/tfile.exp: Test inferior and thread.
3100
3101 2013-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
3109 2013-05-23 Doug Evans <dje@google.com>
3110
3111 * boards/fission-dwp.exp: New file.
3112
3113 2013-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
3122 2013-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
3127 2013-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
3132 2013-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
3140 2013-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
3145 2013-05-21 Sterling Augustine <saugustine@google.com>
3146
3147 * boards/remote-stdio-gdbserver.exp: New file.
3148
3149 2013-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
3155 2013-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
3160 2013-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
3165 2013-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
3177 2013-05-20 Tom Tromey <tromey@redhat.com>
3178
3179 * gdb.gdb/python-selftest.exp: New file.
3180
3181 2013-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
3186 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3187
3188 * gdb.ada/float_param: New testcase.
3189
3190 2013-05-17 Doug Evans <dje@google.com>
3191
3192 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
3193 Add tests for "maint check-symtabs", "maint expand-symtabs".
3194
3195 * gdb.base/maint.exp: Remove testing of individual maint command
3196 help output.
3197
3198 2013-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
3203 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.ada/complete.exp: Add test verifying completion using
3206 the "tab" key.
3207
3208 2013-05-15 Keith Seitz <keiths@redhat.com>
3209
3210 * gdb.base/filesym.exp: New completer test.
3211 * gdb.base/filesym.c: New file.
3212
3213 2013-05-15 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/fixsection.c: Remove attribution.
3216 * gdb.base/watch-read.exp: Ditto.
3217
3218 2013-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
3223 2013-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
3228 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
3229
3230 * gdb.base/default.exp: Disable history saving.
3231 * gdb.base/setshow.exp: Likewise.
3232
3233 2013-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
3240 2013-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
3249 2013-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
3254 2013-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
3269 2013-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
3286 2013-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
3292 2013-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
3300 2013-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
3305 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3306
3307 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3308
3309 2013-05-06 Doug Evans <dje@google.com>
3310
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
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
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
3332 2013-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
3340 2013-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
3345 2013-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
3350 2013-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
3355 2013-04-25 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.dwarf2/nostaticblock.exp: New file.
3358
3359 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3360
3361 PR gdb/10462
3362 * gdb.base/setshow.exp: Add test case.
3363
3364 2013-04-23 Hui Zhu <hui@codesourcery.com>
3365
3366 PR gdb/15293
3367 * gdb.base/dprintf.exp: Add ignore command.
3368
3369 2013-04-23 Hui Zhu <hui@codesourcery.com>
3370
3371 PR gdb/15165
3372 * gdb.base/save-bp.exp: Add test for dprintf.
3373
3374 2013-04-22 Tom Tromey <tromey@redhat.com>
3375
3376 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3377 notice_open_fds.
3378
3379 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3380
3381 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3382 ldflags.
3383
3384 2013-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
3389 2013-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
3395 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
3396
3397 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3398 type void *.
3399
3400 2013-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
3405 2013-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
3414 2013-04-15 Tom Tromey <tromey@redhat.com>
3415
3416 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3417
3418 2013-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
3425 2013-04-15 Tom Tromey <tromey@redhat.com>
3426
3427 * gdb.cp/typeid.cc: New file.
3428 * gdb.cp/typeid.exp: New file.
3429
3430 2013-04-15 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3433
3434 2013-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
3439 2013-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
3447 2013-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
3461 2013-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
3470 2013-04-10 Yao Qi <yao@codesourcery.com>
3471
3472 * gdb.trace/report.exp: Use standard_output_file for saved
3473 trace file.
3474
3475 2013-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
3481 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3484 response.
3485
3486 2013-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
3491 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3492
3493 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3494 for breakpoint location.
3495
3496 2013-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
3501 2013-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
3512 2013-04-04 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3515 'step'.
3516
3517 2013-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
3523 2013-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
3532 2013-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
3537 2013-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
3544 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3545
3546 * gdb.ada/win_fu_syms: New testcase.
3547
3548 2013-03-28 Doug Evans <dje@google.com>
3549
3550 * gdb.base/maint.exp (maint print statistics): Update expected output.
3551
3552 2013-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
3561 2013-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
3571 2013-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
3576 2013-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
3581 2013-03-26 Keith Seitz <keiths@redhat.com>
3582
3583 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3584 from passing.
3585
3586 2013-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
3591 2013-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
3596 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3597
3598 * gdb.btrace/enable.exp: Add regression test.
3599
3600 2013-03-25 Tom Tromey <tromey@redhat.com>
3601
3602 * gdb.cp/m-static.exp: Add destructor-printing tests.
3603
3604 2013-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
3610 2013-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
3616 2013-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
3621 2013-03-21 Doug Evans <dje@google.com>
3622
3623 * gdb.base/maint.exp: Update tests for per-command stats.
3624
3625 2013-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
3630 2013-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
3640 2013-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
3649 2013-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
3656 2013-03-15 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.cp/overload.cc (intintfunc): New.
3659 * gdb.cp/overload.exp: Add regression test.
3660
3661 2013-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
3714 2013-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
3719 2013-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
3828 2013-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
3836 2013-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
3843 2013-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
3850 2013-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
3855 2013-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
3862 2013-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
3867 2013-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
3882 2013-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
3889 2013-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
3898 2013-03-08 Stan Shebs <stan@codesourcery.com>
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
3905 2013-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
3913 2013-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
3920 2013-03-06 Yao Qi <yao@codesourcery.com>
3921
3922 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3923 parentheses by "\\".
3924
3925 2013-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
3934 2013-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
3942 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3945
3946 2013-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
3951 2013-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
3959 2013-02-18 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.dwarf2/subrange.exp: New file.
3962
3963 2013-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
3968 2013-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
3973 2013-02-14 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3976
3977 2013-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
3982 2013-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
3987 2013-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
4000 2013-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
4008 2013-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
4020 2013-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
4026 2013-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
4031 2013-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
4036 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
4039
4040 2013-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
4047 2013-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
4052 2013-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
4059 2013-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
4068 2013-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
4073 2013-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
4079 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
4082
4083 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
4086
4087 2013-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
4094 2013-02-01 Tom Tromey <tromey@redhat.com>
4095
4096 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
4097 attributes.
4098
4099 2013-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
4105 2013-01-31 Tom Tromey <tromey@redhat.com>
4106
4107 * gdb.base/jit.exp (compile_jit_test): New proc.
4108 Add PIE tests.
4109
4110 2013-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
4115 2013-01-31 Tom Tromey <tromey@redhat.com>
4116
4117 * lib/dwarf.exp (namespace Dwarf): New.
4118
4119 2013-01-29 Tom Tromey <tromey@redhat.com>
4120
4121 * gdb.dwarf2/fission-reread.exp: Add unload test.
4122
4123 2013-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
4128 2013-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
4136 2013-01-25 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.python/py-explore.exp: Expect the gdb prompt.
4139
4140 2013-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
4149 2013-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
4155 2013-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
4160 2013-01-23 Tom Tromey <tromey@redhat.com>
4161
4162 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
4163
4164 2013-01-23 Tom Tromey <tromey@redhat.com>
4165
4166 * gdb.cp/converts.cc (main): Initialize 'a'.
4167
4168 2013-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
4173 2013-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
4180 2013-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
4188 2013-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
4193 2013-01-22 Tom Tromey <tromey@redhat.com>
4194
4195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
4196 call.
4197
4198 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4199
4200 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
4201 * gdb.mi/mi-catch-load.exp: Ditto.
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
4208 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
4209
4210 * gdb.python/py-explore.exp: Improve a test
4211
4212 2013-01-18  David Blaikie  <dblaikie@gmail.com>
4213
4214 * gdb.base/label.c (main): Correct the type of the second
4215 parameter.
4216
4217 2013-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
4222 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
4223
4224 PR gdb/13443
4225 * gdb.base/checkpoint.exp: Update test messages to make them
4226 unique.
4227
4228 2013-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
4237 2013-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
4242 2013-01-17 Doug Evans <dje@google.com>
4243
4244 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4245 CXX_FOR_TARGET.
4246
4247 * boards/cc-with-tweaks.exp: New file.
4248
4249 2013-01-17 Tom Tromey <tromey@redhat.com>
4250
4251 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4252
4253 2013-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>
4258 * dg-extract-results.sh: Fix order of summary counts.
4259
4260 2013-01-15 David Blaikie <dblaikie@gmail.com>
4261 * dg-extract-results.sh: Constrain the start-of-log pattern.
4262
4263 2013-01-15 David Blaikie <dblaikie@gmail.com>
4264 * dg-extract-results.sh: Handle KPASSes.
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
4270 2012-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
4279 2013-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
4284 2013-01-16 Tom Tromey <tromey@redhat.com>
4285
4286 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4287
4288 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4291
4292 2013-01-14 Tom Tromey <tromey@redhat.com>
4293
4294 * gdb.base/completion.exp: Add "set gnutarget" test.
4295
4296 2013-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
4302 2013-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
4308 2013-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
4313 2013-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
4320 2013-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
4325 2013-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
4330 2013-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
4337 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * gdb.mi/mi-fullname-deleted.exp: New file.
4340
4341 2012-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
4357 2012-12-19 Doug Evans <dje@google.com>
4358
4359 * gdb.base/maint.exp: Handle testing with .gdb_index.
4360
4361 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4362
4363 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4364 Cavium to FSF.
4365
4366 2012-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
4377 2012-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
4396 2012-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
4401 2012-12-14 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4404
4405 2012-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
4410 2012-12-14 Tom Tromey <tromey@redhat.com>
4411
4412 * gdb.base/info-proc.exp: Add core file tests.
4413
4414 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4415
4416 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4417
4418 2012-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
4423 2012-12-12 Keven Boell <keven.boell@intel.com>
4424
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
4432 2012-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
4440 _iterator.
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.
4445
4446 2012-12-10 Paul Koning <paul_koning@dell.com>
4447
4448 * gdb.base/charset.exp: Change print syntax for Python 3
4449 compatibility.
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
4471 compatibility.
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
4482 Python 3 compatibility.
4483 Skip tests for Python 2.4.
4484 * gdb.python/py-inferior.exp: Change print syntax for
4485 Python 3 compatibility.
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
4498 compatibility.
4499 Accept either int or long values for enum values.
4500 * gdb.python/py-value.exp: Change print syntax for Python 3
4501 compatibility.
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
4507 2012-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
4514 2012-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
4519 2012-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
4526 2012-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
4532 2012-12-07 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.base/completion.exp: Add tests for ptype and whatis
4535 completion.
4536
4537 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4538
4539 * gdb.base/stale-infcall.exp: Fix copyright line.
4540
4541 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4542
4543 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4544
4545 2012-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
4550 2012-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
4561 2012-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
4566 2012-12-04 Yao Qi <yao@codesourcery.com>
4567
4568 PR gdb/13443
4569 * gdb.trace/actions.exp: Make test messages unique.
4570
4571 2012-11-29 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4574
4575 2012-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
4582 2012-11-29 Jerome Guitton <guitton@adacore.com>
4583
4584 * gdb.ada/iwide: New testcase.
4585
4586 2012-11-29 Jerome Guitton <guitton@adacore.com>
4587
4588 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4589 ptype test.
4590
4591 2012-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
4596 2012-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
4604 2012-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
4612 2012-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
4616 2012-11-26 Joel Brobecker <brobecker@adacore.com>
4617
4618 * gdb.base/empty_exe.exp: New testcase.
4619
4620 2012-11-20 Mike Frysinger <vapier@gentoo.org>
4621
4622 * gdb.base/completion.exp: Add test for help aliases completion.
4623
4624 2012-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
4631 2012-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.
4644 (N, Base, Derived): New namespace and classes.
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
4653 2012-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
4658 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4659
4660 * gdb.base/structs3.exp: Run to main before doing any tests.
4661
4662 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
4663
4664 * gdb.python/py-type.exp: Uniquify test names.
4665
4666 2012-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
4674 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4675
4676 * gdb.mi/mi-fill-memory.exp: New test.
4677
4678 2012-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
4685 2012-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
4700 2012-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
4715 2012-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
4725 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4726
4727 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4728 disassembly output.
4729
4730 2012-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
4737 2012-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
4742 2012-11-09 Yao Qi <yao@codesourcery.com>
4743
4744 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4745 typo.
4746
4747 2012-11-09 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.multi/multi-arch.exp: New.
4750
4751 2012-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
4758 2012-11-08 Tom Tromey <tromey@redhat.com>
4759
4760 * gdb.base/comprdebug.exp: New file.
4761
4762 2012-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
4769 2012-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
4784 2012-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
4791 2012-11-05 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4794 fails.
4795
4796 2012-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
4802 2012-11-02 Tom Tromey <tromey@redhat.com>
4803
4804 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4805 test.
4806
4807 2012-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
4816 2012-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
4833 2012-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
4848 2012-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
4858 2012-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
4863 2012-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
4870 2012-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
4882 2012-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
4899 2012-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
4904 2012-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
4910 2012-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
4919 2012-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
4926 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4927
4928 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4929
4930 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4931
4932 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4933
4934 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4935
4936 * gdb.ada/set_wstr: New testcase.
4937
4938 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4941
4942 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4945
4946 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4947
4948 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4949
4950 2012-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
4955 2012-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
4960 2012-10-23 Yao Qi <yao@codesourcery.com>
4961
4962 * gdb.base/info-os.exp: Resume the inferior until it exits.
4963
4964 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4965
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.
4969
4970 2012-10-17 Yao Qi <yao@codesourcery.com>
4971
4972 * gdb.mi/mi-memory-changed.exp: New.
4973
4974 2012-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
4981 2012-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
4988 2012-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
4995 2012-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
5003 2012-10-15 Doug Evans <dje@google.com>
5004
5005 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
5006
5007 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
5008
5009 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
5010
5011 2012-10-15 Tom Tromey <tromey@redhat.com>
5012
5013 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
5014
5015 2012-10-15 Tom Tromey <tromey@redhat.com>
5016
5017 * gdb.python/py-symbol.exp: Test symbol destructor.
5018
5019 2012-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
5045 2012-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
5050 2012-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
5061 2012-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
5066 2012-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
5072 2012-10-11 Doug Evans <dje@google.com>
5073
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
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
5087 2012-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
5093 2012-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
5099 2012-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
5107 2012-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
5113 2012-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
5120 2012-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
5125 2012-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
5132 2012-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
5137 2012-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
5142 2012-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
5147 2012-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
5156 2012-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
5161 2012-09-25 Yao Qi <yao@codesourcery.com>
5162
5163 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
5164
5165 2012-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
5172 2012-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
5177 2012-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
5182 2012-09-21 Yao Qi <yao@codesourcery.com>
5183
5184 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5185
5186 2012-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
5191 2012-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
5196 2012-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
5201 2012-09-20 Tom Tromey <tromey@redhat.com>
5202
5203 * gdb.python/python.exp: Test atexit.register.
5204
5205 2012-09-20 Doug Evans <dje@google.com>
5206
5207 * boards/dwarf4-gdb-index.exp: New file.
5208
5209 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
5210 while running the tests.
5211
5212 2012-09-18 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdb.ada/bp_reset: New testcase.
5215
5216 2012-09-18 Yao Qi <yao@codesourcery.com>
5217
5218 * gdb.trace/mi-tsv-changed.exp: New.
5219
5220 2012-09-18 Yao Qi <yao@codesourcery.com>
5221
5222 * gdb.trace/mi-traceframe-changed.exp: New.
5223
5224 2012-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
5229 2012-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
5239 2012-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
5248 2012-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
5253 2012-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
5258 2012-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
5267 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5270
5271 2012-09-12 Keith Seitz <keiths@redhat.com>
5272
5273 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5274 conversion statement.
5275
5276 2012-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
5282 2012-09-11 Doug Evans <dje@google.com>
5283
5284 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5285 breakpoint.
5286
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
5292 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
5293
5294 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5295
5296 2012-09-10 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.ada/optim_drec: New testcase.
5299
5300 2012-09-10 Doug Evans <dje@google.com>
5301
5302 * boards/fission.exp: Explicitly mark "board" as not remote.
5303
5304 2012-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
5315 2012-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
5325 2012-09-06 Doug Evans <dje@google.com>
5326
5327 * boards/fission.exp: New file.
5328
5329 * gdb.python/py-value.exp: Use clean_restart.
5330
5331 2012-09-05 Doug Evans <dje@google.com>
5332
5333 * gdb.base/info-macros.c: Fix whitespace.
5334
5335 2012-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
5341 2012-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
5346 2012-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
5352 2012-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
5360 2012-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
5365 2012-08-24 Yao Qi <yao@codesourcery.com>
5366
5367 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5368
5369 2012-08-23 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/help.exp: Adjust to "handle" help text change.
5372
5373 2012-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
5381 2012-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
5389 2012-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
5394 2012-08-22 Tom Tromey <tromey@redhat.com>
5395
5396 * gdb.base/maint.exp: Update.
5397
5398 2012-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
5404 2012-08-21 Tom Tromey <tromey@redhat.com>
5405
5406 * gdb.hp/gdb.aCC/exception.exp: Remove.
5407
5408 012-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
5413 012-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
5419 2012-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
5424 2012-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
5430 2012-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
5443 2012-08-16 Mike Frysinger <vapier@gentoo.org>
5444
5445 * gdb.base/help.exp: Update expected output.
5446
5447 2012-08-16 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.ada/rdv_wait: New testcase.
5450
5451 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5454
5455 2012-08-13 Doug Evans <dje@google.com>
5456
5457 * gdb.base/help.exp: Update expected output.
5458 * gdb.base/default.exp: Update expected output of "show convenience".
5459
5460 2012-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
5466 2012-08-10 Mike Frysinger <vapier@gentoo.org>
5467
5468 PR cli/10436:
5469 * gdb.base/completion.exp: Add tests for handle completion.
5470
5471 2012-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
5478 2012-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
5485 2012-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
5491 2012-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
5499 2012-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
5505 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5508
5509 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5510
5511 * gdb.base/list.exp (test_only_end): New function.
5512 Call it.
5513
5514 2012-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
5524 2012-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
5529 2012-08-02 Doug Evans <dje@google.com>
5530
5531 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5532
5533 2012-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
5538 2012-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
5549 2012-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
5556 2012-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
5570 2012-08-02 Yao Qi <yao@codesourcery.com>
5571 Pedro Alves <palves@redhat.com>
5572
5573 * boards/local-remote-host.exp: New.
5574
5575 2012-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
5582 2012-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
5590 2012-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
5595 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5596
5597 * gdb.base/valgrind-infcall.c: New file.
5598 * gdb.base/valgrind-infcall.exp: New file.
5599
5600 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5601
5602 2012-07-30 Keith Seitz <keiths@redhat.com>
5603
5604 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5605 linespecs.
5606
5607 2012-07-30 Doug Evans <dje@google.com>
5608
5609 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5610 * gdb.dwarf2/pr13961.S: Ditto.
5611
5612 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5613
5614 2012-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
5619 2012-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
5626 2012-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
5633 2012-07-26 Tom Tromey <tromey@redhat.com>
5634
5635 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5636
5637 2012-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
5645 2012-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
5723 2012-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
5728 2012-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
5733 2012-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
5740 2012-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
5748 2012-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
5758 2012-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
5763 2012-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
5769 2012-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
5781 2012-07-19 Yao Qi <yao@codesourcery.com>
5782
5783 * gdb.base/setshow.exp: Test 'set args ~'.
5784
5785 2012-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
5791 2012-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
5804 2012-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
5810 2012-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
5816 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 Fix gdbserver run regression.
5819 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5820
5821 2012-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
5827 2012-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
5847 2012-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
5854 2012-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
5867 2012-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
5941 2012-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
6085 2012-07-10 Tom Tromey <tromey@redhat.com>
6086
6087 * lib/gdb.exp (standard_testfile): Unset output variables from
6088 earlier invocations.
6089
6090 2012-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
6119 2012-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
6125 2012-07-08 Doug Evans <dje@google.com>
6126
6127 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
6128
6129 2012-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
6135 2012-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
6141 2012-07-06 Tom Tromey <tromey@redhat.com>
6142
6143 * gdb.base/whatis.exp: Add test.
6144
6145 2012-07-06 Tom Tromey <tromey@redhat.com>
6146
6147 * gdb.base/whatis.exp: Add regression test.
6148
6149 2012-07-06 Tom Tromey <tromey@redhat.com>
6150
6151 * gdb.base/whatis.exp: Add tests.
6152
6153 2012-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
6159 2012-07-04 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.mi/mi-reverse.exp: Use supports_reverse and
6162 supports_process_record.
6163
6164 2012-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
6170 2012-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
6177 2012-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
6182 2012-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
6188 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
6189
6190 2012-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
6196 2012-07-02 Stan Shebs <stan@codesourcery.com>
6197
6198 * gdb.base/dprintf.exp: Add agent style tests.
6199
6200 2012-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
6211 2012-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
6216 2012-06-28 Stan Shebs <stan@codesourcery.com>
6217
6218 * gdb.mi/mi-logging.exp: New file.
6219
6220 2012-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
6228 2012-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
6233 2012-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
6239 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6242
6243 2012-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
6248 2012-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
6307 2012-06-27 Tom Tromey <tromey@redhat.com>
6308
6309 * gdb.python/python.exp: Fix regexps in pagination tests.
6310
6311 2012-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
6318 2012-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
6324 2012-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
6408 2012-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
6443 2012-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
6480 2012-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
6487 2012-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
6495 2012-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
6512 2012-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
6517 2012-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
6524 2012-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
6530 2012-06-25 Tom Tromey <tromey@redhat.com>
6531
6532 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6533 prepare_for_testing.
6534
6535 2012-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
6548 2012-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
6553 2012-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
6569 2012-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
6582 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6583
6584 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6585
6586 2012-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
6591 2012-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
6636 2012-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
6645 2012-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
6652 2012-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
6658 2012-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
6663 2012-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
6852 2012-06-19 Tom Tromey <tromey@redhat.com>
6853
6854 * gdb.base/whatis.exp: Add tests.
6855
6856 2012-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
6861 2012-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
6867 2012-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
6875 2012-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
6881 2012-06-15 Tom Tromey <tromey@redhat.com>
6882
6883 * gdb.cp/namespace.exp: Add "show lang" test.
6884
6885 2012-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
6890 2012-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
6897 2012-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
6903 2012-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
6914 2012-06-13 Tom Tromey <tromey@redhat.com>
6915
6916 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6917
6918 2012-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
6924 2012-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
6929 2012-06-11 Tom Tromey <tromey@redhat.com>
6930
6931 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6932 location...
6933 (main): ...here.
6934
6935 2012-06-07 Yao Qi <yao@codesourcery.com>
6936
6937 * gdb.trace/strace.exp: Shorten some too-long lines.
6938
6939 2012-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
6944 2012-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
6951 2012-06-06 Yao Qi <yao@codesourcery.com>
6952
6953 * gdb.base/info-proc.exp: Return if target doesn't support
6954 'info proc'.
6955
6956 2012-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
6961 2012-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
6976 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6977
6978 * gdb.ada/bad-task-bp-keyword: New testcase.
6979
6980 2012-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
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
7003 2012-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
7009 2012-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
7014 2012-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
7019 2012-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
7025 2012-05-23 Stan Shebs <stan@codesourcery.com>
7026
7027 * gdb.mi/mi-info-os.exp: New file.
7028
7029 2012-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
7035 2012-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
7041 2012-05-21 Tom Tromey <tromey@redhat.com>
7042
7043 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
7044 print symbol' change.
7045
7046 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
7047
7048 * gdb.python/py-prompt.exp: Quit if the target is remote.
7049
7050 2012-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
7059 2012-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
7078 2012-05-18 Tom Tromey <tromey@redhat.com>
7079
7080 * gdb.base/charset.exp (string_display): Update.
7081
7082 2012-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
7090 2012-05-17 Doug Evans <dje@google.com>
7091
7092 * info-macros.exp: Pass "debug" to prepare_for_testing.
7093
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
7128 2012-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
7133 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7134
7135 * gdb.base/return-nodebug.exp: Also test float and double types.
7136
7137 2012-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
7142 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
7143
7144 2012-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
7150 2012-05-14 Stan Shebs <stan@codesourcery.com>
7151
7152 * gdb.base/dprintf.c: New file.
7153 * gdb.base/dprintf.exp: New file.
7154
7155 2012-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
7161 2012-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
7166 2011-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
7171 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7172
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.
7176
7177 2012-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
7182 2012-05-09 Tom Tromey <tromey@redhat.com>
7183
7184 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
7185
7186 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
7187
7188 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
7189
7190 2012-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
7195 2012-05-04 Tristan Gingold <gingold@adacore.com>
7196
7197 * gdb.base/set-noassign.exp: New test.
7198
7199 2012-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
7206 2012-05-03 Doug Evans <dje@google.com>
7207
7208 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
7209 commented out.
7210
7211 2012-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
7218 2012-05-03 Yao Qi <yao@codesourcery.com>
7219
7220 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
7221
7222 2012-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
7228 2012-04-29 Yao Qi <yao@codesourcery.com>
7229
7230 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
7231
7232 2012-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
7240 2012-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
7252 2012-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
7263 2012-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
7296 2012-04-25 Tom Tromey <tromey@redhat.com>
7297
7298 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7299
7300 2012-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
7309 2012-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
7315 2012-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
7321 2012-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
7332 2012-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
7345 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7346
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
7350 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7351
7352 2012-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
7361 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
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
7374 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7375
7376 * gdb.base/funcargs.exp (complex_args): Fix typo.
7377
7378 2012-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
7383 2012-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
7403 2012-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
7412 2012-03-30 Keith Seitz <keiths@redhat.com>
7413
7414 * gdb.python: Add test for linespecs with commas.
7415
7416 2012-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
7421 2012-03-28 Keith Seitz <keiths@redhat.com>
7422
7423 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7424 starting with the global namespace.
7425
7426 2012-03-23 Doug Evans <dje@google.com>
7427
7428 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7429
7430 2012-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
7438 2012-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
7446 2012-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
7452 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7453
7454 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7455
7456 2012-03-17 Doug Evans <dje@google.com>
7457
7458 * dg-extract-results.sh: Handle KFAILs.
7459
7460 2012-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
7465 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7466
7467 * gdb.ada/set_pckd_arr_elt: New testcase.
7468
7469 2012-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.
7474 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7475 * gdb.dwarf2/dw2-inline-break.S: Likewise.
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
7480 2012-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
7489 2012-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
7496 2012-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
7513 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7514
7515 * gdb.mi/mi2-prompt.exp: New file.
7516
7517 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7518
7519 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7520
7521 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.ada/bp_range_type: New testcase.
7524
7525 2012-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
7532 2012-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
7537 2012-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
7546 2012-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
7558 2012-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
7565 2012-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
7575 2012-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
7581 2012-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
7587 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7588
7589 * gdb.ada/bp_on_var: New testcase.
7590
7591 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.ada/bp_enum_homonym: New testcase.
7594
7595 2012-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
7601 2012-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
7606 2012-03-05 Tom Tromey <tromey@redhat.com>
7607
7608 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7609
7610 2012-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
7615 2012-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
7623 2012-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
7629 2012-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
7637 2012-03-03 Yao Qi <yao@codesourcery.com>
7638
7639 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7640
7641 2012-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
7646 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7647
7648 * gdb.ada/operator_bp: New testcase.
7649
7650 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7651
7652 * gdb.ada/info_locals_renaming: New testcase.
7653
7654 2012-03-02 Tom Tromey <tromey@redhat.com>
7655
7656 * gdb.base/nextoverexit.c: New file.
7657 * gdb.base/nextoverexit.exp: New file.
7658
7659 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7660
7661 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7662 parameter.
7663
7664 2012-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
7669 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7670 Maciej W. Rozycki <macro@codesourcery.com>
7671 Daniel Jacobowitz <dan@codesourcery.com>
7672
7673 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7674
7675 2012-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
7682 2012-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
7698 2012-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
7704 2012-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
7709 2012-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
7715 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7716
7717 * gdb.ada/tagged_not_init: New testcase.
7718
7719 2012-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
7724 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7725
7726 * gdb.ada/aliased_array: New testcase.
7727
7728 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7729
7730 * gdb.ada/whatis_array_val: New testcase.
7731
7732 2012-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
7740 2012-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
7761 2012-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
7767 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7768
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.
7781
7782 2012-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
7787 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7788
7789 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7790
7791 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7792
7793 * gdb.base/cond-eval-mode.exp: New file.
7794
7795 2012-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
7800 2012-02-24 Pedro Alves <palves@redhat.com>
7801
7802 * gdb.threads/attach-into-signal.exp (corefunc): Use
7803 with_test_prefix.
7804
7805 2012-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
7811 2012-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
7817 2012-02-22 Sterling Augustine <saugustine@google.com>
7818
7819 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7820 constant with cast.
7821
7822 2012-02-21 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7825
7826 2012-02-21 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7829
7830 2012-02-21 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7833 with_test_prefix.
7834
7835 2012-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
7871 2012-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
7909 2012-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
7917 2012-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
7925 2012-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
7942 2012-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
7948 2012-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
7954 2012-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
7960 2012-02-17 Yao Qi <yao@codesourcery.com>
7961
7962 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7963
7964 2012-02-16 Tom Tromey <tromey@redhat.com>
7965
7966 * gdb.base/inferior-died.c: Don't include stdio.h.
7967
7968 2012-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
7973 2012-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
7978 2012-02-15 Tom Tromey <tromey@redhat.com>
7979
7980 * gdb.base/pc-fp.exp: Add "info register" tests.
7981
7982 2012-02-15 Tom Tromey <tromey@redhat.com>
7983
7984 * gdb.base/regs.exp: Remove.
7985
7986 2012-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
8001 2012-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
8007 2012-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
8018 2012-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
8027 2012-02-14 Stan Shebs <stan@codesourcery.com>
8028
8029 * gdb.base/ena-dis-br.exp: Add enable count test.
8030
8031 2012-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
8052 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 * gdb.server/server-exec-info.exp: New file.
8055
8056 2012-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
8062 2012-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
8067 2012-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
8073 2012-02-07 Tom Tromey <tromey@redhat.com>
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
8080 2012-02-03 Joel Brobecker <brobecker@adacore.com>
8081
8082 * gdb.ada/mi_task_arg: New testcase.
8083
8084 2012-02-02 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.reverse/until-precsave.exp: Also put "record save" under the
8087 extended timeout.
8088
8089 2012-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
8094 2012-02-02 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/term.exp: Rewrite.
8097 * gdb.base/term.c: New.
8098
8099 2012-02-02 Pedro Alves <palves@redhat.com>
8100
8101 * gdb.base/default.exp (run "r" abbreviation, run): Add
8102 extended-remote expected output.
8103
8104 2012-02-02 Tom Tromey <tromey@redhat.com>
8105
8106 * gdb.cp/dispcxx.exp: New file.
8107 * gdb.cp/dispcxx.cc: New file.
8108
8109 2012-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
8114 2012-01-30 Yao Qi <yao@codesourcery.com>
8115
8116 * gdb.base/skip.exp: Make test result unique.
8117
8118 2012-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
8123 2012-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
8135 2012-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
8141 2012-01-27 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/watchpoint.exp (top level): Re-enable hardware
8144 watchpoints sooner.
8145
8146 2012-01-27 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
8149
8150 2012-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
8156 2012-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
8168 2012-01-27 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
8171
8172 2012-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
8178 2012-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
8183 2012-01-27 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
8186 typo.
8187
8188 2012-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
8196 2012-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
8201 2012-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
8206 2012-01-25 Tom Tromey <tromey@redhat.com>
8207
8208 * gdb.base/solib-disc.exp: Fix regexps.
8209
8210 2012-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
8219 2012-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
8225 2012-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
8232 2012-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
8238 2012-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
8248 2012-01-23 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.base/call-signal-resume.exp: Allow output after "return".
8251
8252 2012-01-20 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.python/py-finish-breakpoint.py: Fix typo.
8255
8256 2012-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
8263 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8264
8265 * .gdbinit: Remove.
8266
8267 2012-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
8274 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8275
8276 PR gdb/9538
8277 * gdb.base/sepdebug.exp: New test.
8278
8279 2012-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
8284 2012-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
8289 2012-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
8301 2012-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
8309 2012-01-16 Pedro Alves <palves@redhat.com>
8310
8311 Remove all calls to strace.
8312
8313 2012-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
8318 2012-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
8323 2012-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
8337 2012-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
8348 2012-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
8353 2012-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
8360 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8361 Joel Brobecker <brobecker@adacore.com>
8362
8363 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8364
8365 2012-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
8372 2012-01-03 Joel Brobecker <brobecker@adacore.com>
8373
8374 * gdb.base/auxv.exp: Reformat the copyright notice.
8375
8376 2012-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
8382 2011-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
8389 2012-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
8403 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8404
8405 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8406 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8407 is not enabled.
8408
8409 2011-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
8418 2011-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
8423 2011-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
8430 2011-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
8443 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 * gdb.linespec/linespec.exp: Compile using {c++}.
8446
8447 2011-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
8453 2011-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
8468 2011-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
8475 Fix compatibility with gcc-4.7.
8476 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8477
8478 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8479
8480 PR tdep/12797
8481 * gdb.base/callfuncs.exp: Remove KFAIL.
8482
8483 2011-12-21 Joel Brobecker <brobecker@adacore.com>
8484
8485 * gdb.ada/task_bp: New testcase.
8486
8487 2011-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
8493 2011-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
8501 2011-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
8515 2011-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
8523 2011-12-17 Mark Kettenis <kettenis@gnu.org>
8524
8525 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8526
8527 2011-12-16 Doug Evans <dje@google.com>
8528
8529 * boards/native-stdio-gdbserver.exp: New file.
8530 * boards/native-gdbserver.exp: New file.
8531
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
8538 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8539
8540 * gdb.python/py-function.exp: Change "on" to "full" for
8541 python print-stack. Add set/show python print-stack
8542 off|full|message tests.
8543
8544 2011-12-15 Yao Qi <yao@codesourcery.com>
8545
8546 * gdb.trace/strace.c: New
8547 * gdb.trace/strace.exp: New.
8548
8549 2011-12-14 Tom Tromey <tromey@redhat.com>
8550
8551 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8552
8553 2011-12-14 Doug Evans <dje@google.com>
8554
8555 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8556
8557 2011-12-14 Pedro Alves <pedro@codesourcery.com>
8558
8559 PR threads/10729
8560
8561 * gdb.mi/watch-nonstop.c: New file.
8562 * gdb.mi/mi-watch-nonstop.exp: New file.
8563
8564 2011-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
8670 2011-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
8680 2011-12-11 Yao Qi <yao@codesourcery.com>
8681
8682 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8683
8684 2011-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
8689 2011-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
8695 2011-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
8705 2011-12-10 Yao Qi <yao@codesourcery.com>
8706
8707 * gdb.trace/status-stop.exp: New.
8708 * gdb.trace/status-stop.c: New.
8709
8710 2011-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
8715 2011-12-08 Tom Tromey <tromey@redhat.com>
8716
8717 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8718 condition.
8719
8720 2011-12-07 Stan Shebs <stan@codesourcery.com>
8721
8722 * gdb.trace/tfind.exp: Update for output changes.
8723
8724 2011-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
8730 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8731
8732 * gdb.base/break-always.exp: Test changing memory at addresses
8733 with breakpoints inserted.
8734
8735 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8736
8737 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8738 involving a fully qualified function name.
8739
8740 2011-12-06 Tom Tromey <tromey@redhat.com>
8741
8742 * gdb.ada/homonym.exp: Add three breakpoint tests.
8743
8744 2011-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
8778 2011-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
8783 2011-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
8789 2011-12-05 Stan Shebs <stan@codesourcery.com>
8790
8791 * gdb.trace/tfind.exp: Update help string matches.
8792
8793 2011-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
8798 2011-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
8825 2011-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
8830 2011-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
8836 2011-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
8842 2011-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
8847 2011-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
8856 2011-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
8865 2011-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
8872 2011-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
8878 2011-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
8884 2011-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
8889 2011-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
8896 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8897
8898 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8899
8900 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8901
8902 * gdb.ada/fullname_bp: New testcase.
8903
8904 2011-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
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
8914 2011-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
8918 2011-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
8924 2011-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
8933 2011-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
8938 2011-11-20 Stan Shebs <stan@codesourcery.com>
8939
8940 * gdb.trace/tstatus.exp: New.
8941 * gdb.trace/actions.c: Include string.h.
8942
8943 2011-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
8953 2011-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
8958 2011-11-15 Paul Koning <paul_koning@dell.com>
8959
8960 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8961 types.
8962
8963 2011-11-14 Doug Evans <dje@google.com>
8964
8965 * gdb.base/shell.exp: New file.
8966
8967 2011-11-14 Stan Shebs <stan@codesourcery.com>
8968
8969 * gdb.trace/ftrace.c: New.
8970 * gdb.trace/ftrace.exp: New.
8971
8972 2011-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):
8981 New.
8982 (break_trace_same_addr_6): New.
8983
8984 2011-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
8990 2011-11-11 Keith Seitz <keiths@redhat.com>
8991
8992 PR gdb/12843
8993 * gdb.base/linespecs.exp: New file.
8994
8995 2011-11-11 Doug Evans <dje@google.com>
8996
8997 * gdb.threads/print-threads.exp: Extend timeout for slower
8998 tests.
8999
9000 2011-11-10 Doug Evans <dje@google.com>
9001
9002 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
9003 "record to end of main" test.
9004
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
9009 2011-11-10 Joel Brobecker <brobecker@adacore.com>
9010
9011 * gdb.ada/small_reg_param: New testcase.
9012
9013 2011-11-09 Tom Tromey <tromey@redhat.com>
9014
9015 * gdb.cp/destrprint.exp: New file.
9016 * gdb.cp/destrprint.cc: New file.
9017
9018 2011-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
9024 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
9025
9026 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
9027
9028 2011-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
9058 2011-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
9063 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
9066
9067 2011-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
9072 2011-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
9079 2011-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
9087 2011-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
9092 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
9093
9094 Add tests for skip command.
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.
9102
9103 2011-10-31 Yao Qi <yao@codesourcery.com>
9104 Pedro Alves <pedro@codesourcery.com>
9105
9106 * gdb.trace/trace-break.c: New.
9107 * gdb.trace/trace-break.exp: New.
9108
9109 2011-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
9114 2011-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
9127 2011-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
9141 2011-10-28 Paul Koning <paul_koning@dell.com>
9142
9143 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
9144
9145 2011-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
9151 2011-10-27 Doug Evans <dje@google.com>
9152
9153 * gdb.python/python.exp: Test source -s.
9154
9155 2011-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.
9159
9160 2011-10-25 Paul Koning <paul_koning@dell.com>
9161
9162 PR python/13327
9163
9164 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
9165 fetch_lazy method.
9166
9167 2011-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
9172 2011-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
9177 2011-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
9182 2011-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
9189 2011-10-18 Tom Tromey <tromey@redhat.com>
9190
9191 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
9192
9193 2011-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
9199 2011-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
9204 2011-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
9209 2011-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
9217 2011-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
9224 2011-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
9234 2011-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
9240 2011-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
9246 2011-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
9256 2011-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
9262 2011-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
9269 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9270
9271 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9272 sysroot.
9273
9274 2011-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
9283 2011-10-10 Joseph Myers <joseph@codesourcery.com>
9284
9285 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9286 expected message.
9287
9288 2011-10-09 Doug Evans <dje@google.com>
9289
9290 * gdb.base/alias.exp: Add tests for alias command.
9291
9292 2011-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
9297 2011-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
9315 2011-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
9326 2011-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
9345 2011-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
9353 2011-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
9364 2011-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
9371 2011-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
9377 2011-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
9383 2011-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
9388 2011-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
9393 2011-10-07 Doug Evans <dje@google.com>
9394
9395 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9396
9397 2011-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
9405 2011-10-06 Joseph Myers <joseph@codesourcery.com>
9406
9407 * gdb.base/fixsection.exp: Do not include directories in filename
9408 in expected message.
9409
9410 2011-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
9416 2011-10-04 Paul Koning <paul_koning@dell.com>
9417
9418 * gdb.python/py-value.c (main): Break before return.
9419
9420 2011-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
9428 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9429
9430 * gdb.base/jit.exp: Add testcase name to log message
9431
9432 2011-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
9440 2011-10-02 Joel Brobecker <brobecker@adacore.com>
9441
9442 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9443
9444 2011-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
9453 2011-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
9458 2011-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
9463 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9464
9465 * lib/gdb.exp: Fix a typo in one of the comments.
9466
9467 2011-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
9472 2011-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
9479 2011-09-27 Stan Shebs <stan@codesourcery.com>
9480
9481 * gdb.trace/collection.exp: Test collection of $_ret.
9482
9483 2011-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
9488 2011-09-19 Stan Shebs <stan@codesourcery.com>
9489
9490 * gdb.trace/tspeed.exp: New file.
9491 * gdb.trace/tspeed.c: New file.
9492
9493 2011-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
9504 2011-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
9510 2011-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
9516 2011-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
9522 2011-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
9527 2011-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
9532 2011-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
9540 2011-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
9558 2011-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
9566 2011-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
9571 2011-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
9584 2011-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
9591 2011-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
9597 2011-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
9606 2011-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
9612 2011-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
9617 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9618
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
9623 * dw2-ifort-parameter-debug.S: New file.
9624 * dw2-ifort-parameter.c: New file.
9625 * dw2-ifort-parameter.exp: New file.
9626
9627 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 * gdb.base/commands.exp (error_clears_commands_left): New function.
9630 (): Call it.
9631
9632 2011-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
9639 2011-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
9647 2011-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
9655 2011-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
9661 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9662
9663 * gdb.python/python.exp: Add extended-prompt tests.
9664
9665 2011-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
9671 2011-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
9679 2011-08-12 Doug Evans <dje@google.com>
9680
9681 * gdb.python/py-symbol.exp: Add test for symbol.type.
9682
9683 2011-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
9690 2011-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
9701 2011-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
9707 2011-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
9712 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9715 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9716 (p fuNC_symtab): Permit also ppc64 leading dot.
9717
9718 2011-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
9724 2011-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
9730 2011-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
9735 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9736
9737 * gdb.threads/thread-find.exp: Support remote targets.
9738
9739 2011-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
9747 2011-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
9752 2011-08-02 Tom Tromey <tromey@redhat.com>
9753
9754 PR gdb/11289:
9755 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9756
9757 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
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
9763 2011-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
9770 2011-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
9782 2011-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
9787 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9788
9789 * gdb.base/help.exp (help whatis): Update the expected string.
9790
9791 2011-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
9798 2011-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
9804 2011-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
9815 2011-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
9827 2011-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
9837 2011-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
9842 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9843
9844 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9845
9846 2011-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
9851 2011-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
9858 2011-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
9863 2011-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
9869 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9870
9871 * gdb.python/python.exp: Add prompt substitution tests.
9872
9873 2011-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
9880 2011-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
9890 2011-07-18 Tom Tromey <tromey@redhat.com>
9891
9892 * gdb.cp/static-method.exp: Add missing single quote.
9893
9894 2011-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
9906 2011-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
9912 2011-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
9917 2011-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
9922 2011-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
9928 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9929
9930 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9931
9932 2011-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
9941 2011-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
9946 2011-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
9953 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9954
9955 PR python/12438
9956 * gdb.python/python.exp: Add maint set/show python print-stack
9957 deprecated tests. Add set/show python print-backtrace tests.
9958
9959 2011-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
9964 2011-07-06 Matt Rice <ratmice@gmail.com>
9965
9966 * gdb.python/python.exp: Update filename paths.
9967 * gdb.python/py-symtab.exp: Ditto.
9968
9969 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9970
9971 * gdb.python/py-evthreads.exp: Add missing `$'.
9972
9973 2011-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
9979 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9980
9981 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9982 the whole output.
9983
9984 2011-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
9989 2011-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
9995 2011-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
10001 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10002
10003 * gdb.cp/m-static.exp: Call get_compiler_info.
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.
10009
10010 2011-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
10015 2011-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
10027 2011-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
10038 2011-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
10043 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
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
10057 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10058
10059 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
10060
10061 2011-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
10069 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10070
10071 * gdb.ada/packed_array.exp: Fix expected outout.
10072
10073 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10074
10075 * gdb.ada/packed_array.exp: fixed expected output.
10076
10077 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10078
10079 * gdb.ada/same_enum: New testcase.
10080
10081 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10082
10083 * gdb.ada/ptr_typedef: New testcase.
10084
10085 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10086
10087 * gdb.ada/arrayptr.exp: Add ptype test.
10088
10089 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10090
10091 * gdb.ada/char_enum: New testcase.
10092
10093 2011-07-01 Yao Qi <yao@codesourcery.com>
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
10100 2011-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
10112 2011-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
10117 2011-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
10125 2011-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
10137 2011-06-29 Tom Tromey <tromey@redhat.com>
10138
10139 * gdb.fortran/charset.exp: New file.
10140 * gdb.fortran/charset.f90: New file.
10141
10142 2011-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
10154 2011-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
10163 2011-06-23 Yao Qi <yao@codesourcery.com>
10164
10165 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
10166 breakpoint 1.2 is disabled. KFAIL for uclinux.
10167
10168 2011-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
10173 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10174
10175 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10176
10177 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10178
10179 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
10180
10181 2011-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.
10189
10190 2011-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
10196 2011-06-23 Yao Qi <yao@codesourcery.com>
10197
10198 * gdb.threads/execl.exp: Skip on remote target.
10199
10200 2011-06-21 Marek Polacek <mpolacek@redhat.com>
10201
10202 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
10203 mi_gdb_test.
10204
10205 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10206
10207 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
10208
10209 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10210
10211 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
10212 mi_gdb_test.
10213
10214 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10215
10216 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10217
10218 2011-06-14 Yao Qi <yao@codesourcery.com>
10219
10220 gdb/testsuite/
10221 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
10222
10223 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
10226
10227 2011-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
10235 2011-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
10241 2011-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
10246 2011-06-06 Pedro Alves <pedro@codesourcery.com>
10247
10248 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10249
10250 2011-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
10256 2011-06-01 Yao Qi <yao@codesourcery.com>
10257
10258 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10259
10260 2010-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
10266 2010-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
10272 2011-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
10277 2011-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
10287 2011-05-30 Yao Qi <yao@codesourcery.com>
10288
10289 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10290 Call rerun_and_prepare for each test to isolate effects.
10291
10292 2011-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.
10297 * lib/gdb.exp (setup_kfail_for_target): New.
10298
10299 2011-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
10309 2011-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
10314 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10315
10316 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
10317
10318 2011-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
10328 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10329
10330 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10331
10332 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10333
10334 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10335
10336 2011-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
10344 2011-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
10350 2011-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
10367 2011-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
10372 2011-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
10378 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10379
10380 Cope with async mode.
10381
10382 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10383 into gdb_test + mi_expect_stop.
10384
10385 2011-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
10390 2011-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
10397 2011-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
10403 2011-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
10408 2011-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
10435 2011-05-14 Yao Qi <yao@codesourcery.com>
10436
10437 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10438 type.
10439
10440 2011-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
10448 2011-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
10454 2011-05-13 Doug Evans <dje@google.com>
10455
10456 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10457 String16 tests.
10458
10459 2011-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
10472 2011-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
10477 2011-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
10483 2011-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
10492 2011-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
10498 2011-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
10504 2011-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
10513 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 * gdb.threads/corethreads.c: New file.
10516 * gdb.threads/corethreads.exp: New file.
10517
10518 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
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
10526 2011-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
10533 2011-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
10538 2011-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
10545 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
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
10552 2011-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
10559 2011-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
10567 2011-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
10574 2011-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
10579 2011-05-04 Yao Qi <yao@codesourcery.com>
10580
10581 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10582 and __thumb2__.
10583
10584 2011-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
10590 2011-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
10599 2011-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
10604 2011-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
10613 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10614
10615 * gdb.base/signest.exp: New file.
10616 * gdb.base/signest.c: Likewise.
10617
10618 2011-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
10623 2011-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
10631 2011-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
10637 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10638
10639 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10640 while delivering signal.
10641
10642 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10643
10644 MI breakpoint notifications.
10645
10646 * testsuite/gdb.mi/mi-cli.exp: Adust.
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.
10652
10653 2011-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
10659 2011-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
10665 2011-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
10670 2011-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
10678 2011-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
10684 2011-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
10689 2011-04-20 Marek Polacek <mpolacek@redhat.com>
10690
10691 * gdb.base/setshow.exp: Fix racy tests.
10692 ($old_gdb_prompt): New variable.
10693
10694 2011-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
10702 2011-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
10707 2011-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
10715 2011-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
10727 2011-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
10732 2011-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
10737 2011-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
10743 2011-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
10749 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10752
10753 2011-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
10758 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10759
10760 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10761 New testcase `expect response to define backtrace'. Also remove
10762 redundant `default' block.
10763
10764 2011-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
10773 2011-04-04 Tom Tromey <tromey@redhat.com>
10774
10775 * gdb.cp/maint.exp (test_help): Update.
10776 (test_namespace): Likewise.
10777
10778 2011-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
10783 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.ada/mi_catch_ex: New testcase.
10786
10787 2011-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
10792 2011-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
10797 2011-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
10804 2011-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
10809 2011-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
10816 2011-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
10822 2011-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
10837 2011-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
10844 2011-03-24 Tom Tromey <tromey@redhat.com>
10845
10846 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10847 test.
10848
10849 2011-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
10855 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10856
10857 PR python/12183
10858
10859 * gdb.python/py-function.exp: Add GdbError tests.
10860
10861 2011-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
10870 2011-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
10877 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10878
10879 PR python/12149
10880
10881 * gdb.python/python.exp: Add gdb.write tests.
10882
10883 2010-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
10894 2011-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
10908 2011-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
10915 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10916
10917 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10918
10919 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10920
10921 * lib/gdb.exp (gdb_unload): Add another termination case.
10922
10923 2011-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
10933 2011-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
10940 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10941
10942 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10943
10944 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10945
10946 * gdb.python/py-section-script.exp: Skip test if no Python support.
10947
10948 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10949
10950 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10951
10952 2011-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
10958 2011-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
10963 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10964
10965 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10966 tabs.
10967
10968 2011-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
10986 2011-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
10991 2011-03-07 Tom Tromey <tromey@redhat.com>
10992
10993 * Makefile.in (TAGS): Rewrite.
10994
10995 2011-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
11002 2011-03-07 Tom Tromey <tromey@redhat.com>
11003
11004 * Makefile.in (TAGS): New target.
11005
11006 2011-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
11067 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11068
11069 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
11070
11071 2011-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
11106 2011-03-03 Joel Brobecker <brobecker@adacore.com>
11107
11108 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
11109 end of buffer.
11110
11111 2011-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
11116 2011-02-28 Michael Snyder <msnyder@vmware.com>
11117
11118 * gdb.cp/overload.cc: Change initializer value to integer.
11119
11120 2011-02-27 Michael Snyder <msnyder@vmware.com>
11121
11122 * gdb.multi/base.exp: Add test for remove-inferiors.
11123
11124 2011-02-26 Joel Brobecker <brobecker@adacore.com>
11125
11126 * gdb.python/py-frame.exp: Simplify the initialization phase
11127 using prepare_for_testing.
11128
11129 2011-02-25 Michael Snyder <msnyder@vmware.com>
11130
11131 * gdb.multi/base.exp: Add tests for info inferiors with args.
11132
11133 2011-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
11146 2011-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
11151 2011-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
11156 2011-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
11164 2011-02-23 Michael Snyder <msnyder@vmware.com>
11165
11166 * gdb.base/memattr.exp: New test.
11167 * gdb.base/memattr.c: Test load for memattr.exp.
11168
11169 2011-02-22 Doug Evans <dje@google.com>
11170
11171 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
11172
11173 2011-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
11191 2011-02-22 Michael Snyder <msnyder@vmware.com>
11192
11193 * gdb.threads/thread-find.exp: Add tests for bad input to
11194 info threads.
11195
11196 2011-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
11202 2011-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
11208 2011-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
11214 2011-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
11232 2011-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
11237 2011-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
11244 2011-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
11263 2011-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
11268 2011-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
11273 2011-02-17 Michael Snyder <msnyder@vmware.com>
11274
11275 * gdb.threads/thread-find.exp: Fix regular expressions.
11276
11277 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11278
11279 * gdb.ada/packed_array: Expand testcase to test printing of
11280 unconstrained packed array.
11281
11282 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11283
11284 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11285
11286 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11287
11288 * gdb.trace/collection.c (globalarr3): New global.
11289 (main): Initialize it before collecting, and and clear it
11290 afterwards.
11291 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11292 collecting with '{type} addr', where the addr expression is not an
11293 rvalue.
11294
11295 2011-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
11302 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11303
11304 * gdb.trace/collection.c (globalarr2): New global.
11305 (main): Initialize it before collecting, and and clear it
11306 afterwards.
11307 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11308 collecting overlapping memory ranges.
11309
11310 2011-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
11316 2011-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
11320 2011-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
11326 2011-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
11335 2011-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
11345 2011-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
11353 2011-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
11361 2011-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
11366 2011-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
11376 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11377
11378 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11379
11380 2011-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
11386 2011-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
11392 2011-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
11398 2011-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
11406 2011-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
11413 2011-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
11421 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11422
11423 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11424
11425 2011-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
11431 2011-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
11438 2011-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
11444 2011-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
11452 2011-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
11459 2011-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
11465 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 * gdb.cp/noparam.exp: New file.
11468 * gdb.cp/noparam.cc: New file.
11469
11470 2011-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
11475 2011-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
11481 2011-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
11491 2011-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
11505 2011-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
11512 2011-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
11517 2011-01-19 Yao Qi <yao@codesourcery.com>
11518
11519 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11520 positve list.
11521
11522 2011-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
11569 2011-01-19 Tom Tromey <tromey@redhat.com>
11570
11571 * gdb.python/py-infthread.exp: Add thread tests.
11572
11573 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11574
11575 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11576
11577 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11578
11579 * gdb.ada/widewide: New testcase.
11580
11581 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11582
11583 * gdb.base/interact.exp: New testcase.
11584
11585 2011-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
11603 2011-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
11610 2011-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
11616 2011-01-11 Tom Tromey <tromey@redhat.com>
11617
11618 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11619
11620 2010-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
11628 2011-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
11635 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11636
11637 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11638
11639 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 * configure: Regenerate.
11642
11643 2011-01-06 Tom Tromey <tromey@redhat.com>
11644
11645 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11646
11647 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11648
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.
11673
11674 2011-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
11689 2011-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
11695 2011-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
11707 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11708
11709 * gdb.base/langs1.f: Add copyright header.
11710
11711 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11712
11713 * gdb.base/morestack.exp: New file.
11714 * gdb.base/morestack.c: New file.
11715
11716 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11717
11718 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11719
11720 2010-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
11725 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11726
11727 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11728
11729 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11730
11731 * gdb.threads/tls.exp: Fix typo.
11732
11733 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11734 * gdb.threads/execl.exp: Update.
11735
11736 2010-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
11741 2010-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
11748 2010-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
11756 2010-12-12 Stan Shebs <stan@codesourcery.com>
11757
11758 * gdb.trace/tsv.exp: Test print command on trace state variables.
11759
11760 2010-12-09 Tom Tromey <tromey@redhat.com>
11761
11762 * gdb.base/interp.exp: Add regression test.
11763
11764 2010-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
11771 2010-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
11779 2010-11-29 Michael Snyder <msnyder@vmware.com>
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
11787 2010-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
11802 2010-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
11807 2010-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
11813 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11814
11815 PR python/12199
11816
11817 * gdb.python/py-breakpoint.exp: Test the delete method.
11818
11819 2010-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
11825 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11826
11827 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11828
11829 2010-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
11836 2010-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
11844 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11845
11846 PR python/12212
11847
11848 * gdb.python/python.exp: Check that selected_thread raises an
11849 error when no inferior is loaded.
11850
11851 2010-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
11856 2010-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
11861 2010-11-18 Doug Evans <dje@google.com>
11862
11863 * gdb.server/ext-run.exp: Fix intermittent failures.
11864
11865 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11866
11867 * gdb.stabs/gdb11479.exp: Use runto_main.
11868
11869 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11870
11871 * gdb.base/break-entry.exp: Skip if using a stub.
11872
11873 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11874
11875 * gdb.python/py-inferior.exp: Pack values in target endianness.
11876
11877 2010-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
11888 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11889
11890 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11891 breakpoint tests.
11892
11893 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11894
11895 * gdb.base/watchpoint.exp: Test "watch -location" with an
11896 innacessible location.
11897
11898 2010-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
11908 2010-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
11914 2010-11-05 Doug Evans <dje@google.com>
11915
11916 * gdb.base/help.exp: Update expected output.
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").
11920
11921 2010-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
11943 2010-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
11949 2010-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
11955 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11956
11957 * gdb.base/gnu_vector.exp: Adjust expect messages.
11958
11959 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11960
11961 * gdb.base/gnu_vector.exp: Add unary operator tests.
11962
11963 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11964
11965 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11966
11967 2010-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
11973 2010-11-02 Tom Tromey <tromey@redhat.com>
11974
11975 * gdb.base/default.exp: Remove "scheme" from language list.
11976
11977 2010-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
11984 2010-10-20 Michael Snyder <msnyder@vmware.com>
11985
11986 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11987
11988 2010-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
11993 2010-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
11998 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11999
12000 * gdb.cp/smartp.exp: New test.
12001 * gdb.cp/smartp.cc : New test.
12002
12003 2010-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
12009 2010-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
12018 2010-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
12024 2010-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
12029 2010-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
12034 2010-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
12041 2010-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
12049 2010-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
12056 2010-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
12061 2010-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
12066 2010-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
12075 2010-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
12080 2010-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
12085 2010-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
12093 2010-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
12100 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
12101
12102 * gdb.cp/oranking.exp: New test.
12103 * gdb.cp/oranking.cc: New test program.
12104
12105 2010-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
12110 2010-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
12117 2010-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
12122 2010-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
12128 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
12129
12130 * gdb.arch/altivec-abi.exp: Fix a typo.
12131
12132 2010-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
12137 2010-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
12142 2010-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
12158 2010-09-30 Tom Tromey <tromey@redhat.com>
12159
12160 * gdb.base/anon.exp: New file.
12161 * gdb.base/anon.c: New file.
12162
12163 2010-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
12169 2010-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
12176 2010-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
12182 2010-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
12189 2010-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
12195 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12196
12197 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
12198
12199 2010-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
12205 2010-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
12210 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
12211
12212 * gdb.cp/pr12028.cc: New.
12213 * gdb.cp/pr12028.exp: New.
12214
12215 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12216
12217 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
12218
12219 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
12220 Jan Kratochvil <jan.kratochvil@redhat.com>
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
12228 2010-09-14 Tom Tromey <tromey@redhat.com>
12229
12230 PR symtab/8399:
12231 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12232
12233 2010-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
12242 2010-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
12247 2010-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
12253 2010-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
12258 2010-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
12263 2010-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
12268 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12269
12270 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12271
12272 2010-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
12281 2010-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
12286 2010-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
12291 2010-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
12306 2010-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
12313 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * gdb.base/ui-redirect.exp: New file.
12316
12317 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12318 Joel Brobecker <brobecker@adacore.com>
12319
12320 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12321
12322 2010-08-31 Doug Evans <dje@google.com>
12323
12324 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12325
12326 2010-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
12332 2010-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
12339 2010-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
12344 2010-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
12352 2010-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
12360 2010-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
12366 2010-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
12371 2010-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
12377 2010-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
12385 2010-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
12392 2010-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
12407 2010-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
12419 2010-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
12425 2010-08-18 Tom Tromey <tromey@redhat.com>
12426
12427 PR symtab/11919:
12428 * gdb.base/completion.exp: Add test.
12429
12430 2010-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
12455 2010-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
12461 2010-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
12466 2010-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
12472 2010-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
12480 2010-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
12490 2010-08-16 Doug Evans <dje@google.com>
12491
12492 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12493
12494 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12495
12496 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12497 tests.
12498
12499 2010-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
12505 2010-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
12512 2010-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
12519 2010-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
12526 2010-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
12532 2010-07-30 Doug Evans <dje@google.com>
12533
12534 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12535 xfail them when run with older gccs.
12536
12537 * lib/gdb.exp (build_executable): Forward "c++" option to
12538 get_compiler_info.
12539
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
12545 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12546 attach-to-debugger handling.
12547
12548 2010-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
12556 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12557
12558 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12559 in gdb_test_multiple.
12560
12561 2010-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
12566 2010-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
12573 2010-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
12578 2010-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
12584 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12585
12586 * gdb.base/help.exp (help disassemble): Update the content.
12587
12588 2010-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
12593 2010-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
12608 2010-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
12618 2010-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
12624 2010-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
12629 2010-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
12635 2010-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
12644 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12645
12646 * gdb.cp/fpointer.cc: New test.
12647 * gdb.cp/fpointer.exp: New test.
12648
12649 2010-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
12654 2010-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
12664 2010-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
12674 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
12675
12676 * gdb.arch/altivec-abi.exp: New tests.
12677
12678 2010-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
12684 2010-07-13 Tom Tromey <tromey@redhat.com>
12685
12686 * gdb.base/label.exp: New file.
12687 * gdb.base/label.c: New file.
12688
12689 2010-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.
12701
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
12719 2010-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
12725 2010-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
12733 2010-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
12741 2010-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
12771 2010-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
12777 2010-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
12783 2010-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
12794 2010-07-02 Tom Tromey <tromey@redhat.com>
12795
12796 * gdb.base/bitops.exp: Remove extraneous "pass".
12797
12798 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12799
12800 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12801
12802 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12803
12804 * gdb.base/help.exp: Adjust expected output.
12805
12806 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12807
12808 * gdb.base/help.exp: Adjust expected output.
12809
12810 2010-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
12816 2010-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
12822 2010-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
12828 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12829 Tom Tromey <tromey@redhat.com>
12830 Thiago Jung Bauermann <bauerman@br.ibm.com>
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
12837 2010-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
12849 2010-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
12867 2010-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
12873 2010-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
12879 2010-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
12884 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12885
12886 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12887
12888 2010-06-28 Doug Evans <dje@google.com>
12889
12890 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12891
12892 2010-06-27 Doug Evans <dje@google.com>
12893
12894 * gdb.cp/m-static.exp: Update expected test output.
12895
12896 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12897
12898 * gdb.gdb/selftest.exp: Adjust expected message for
12899 capturing start-up runtime.
12900
12901 2010-06-25 Tom Tromey <tromey@redhat.com>
12902
12903 PR python/10808:
12904 * gdb.python/python.exp: Add new tests.
12905
12906 2010-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
12911 2010-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
12924 2010-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
12933 2010-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
12938 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12939
12940 Test PR 9436.
12941 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12942
12943 2010-06-24 Hui Zhu <teawater@gmail.com>
12944
12945 * gdb.base/eval.exp: New file.
12946
12947 2010-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
12953 2010-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
12960 2010-06-21 Doug Evans <dje@google.com>
12961
12962 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12963
12964 2010-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
12969 2010-06-18 Stan Shebs <stan@codesourcery.com>
12970
12971 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12972
12973 2010-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
12979 2010-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
12985 2010-06-17 Doug Evans <dje@google.com>
12986
12987 * gdb.arch/i386-size.exp: Updated expected output for
12988 DISASSEMBLY_OMIT_FNAME.
12989
12990 2010-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
13005 2010-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
13016 2010-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
13026 2010-06-11 Stan Shebs <stan@codesourcery.com>
13027
13028 * gdb.base/permissions.exp: New file.
13029
13030 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13031
13032 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
13033 does not support ELF executable class.
13034
13035 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13036
13037 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
13038
13039 2010-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
13044 2010-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
13049 2010-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
13054 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13055
13056 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
13057
13058 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13059
13060 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
13061
13062 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13063
13064 * gdb.base/charset.c (main): Make sure malloc gets linked in.
13065
13066 2010-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
13072 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13073
13074 * gdb.base/moribund-step.exp: New.
13075
13076 2010-06-08 Michael Snyder <msnyder@vmware.com>
13077
13078 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
13079 * gdb.ada/boolean_expr.exp:
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
13136 2010-06-08 Michael Snyder <msnyder@vmware.com>
13137
13138 * gdb.ada/exec_changed.exp:
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
13173 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
13176
13177 2010-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
13182 2010-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
13189 2010-06-04 Michael Snyder <msnyder@vmware.com>
13190
13191 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
13192 * gdb.base/pending.exp: Ditto.
13193
13194 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
13195
13196 2010-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
13203 2010-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
13208 2010-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
13216 2010-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
13238 * gdb.reverse/watch-precsave.exp:
13239 Replace gdb_test with gdb_test_no_output.
13240
13241 * gdb.threads/attach-into-signal.exp:
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
13250 2010-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
13255 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13256
13257 * gdb.fortran/module.exp (stopped language detection): New test.
13258
13259 2010-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
13276 2010-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.
13280 * gdb.cp/anon-union.exp (pass): Rename to ...
13281 (print z 2): ... here.
13282
13283 2010-06-02 Michael Snyder <msnyder@vmware.com>
13284
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
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
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
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
13331 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13334
13335 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13336
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
13351 * gdb.threads/attach-stopped.exp:
13352 Replace uses of send_gdb / gdb_expect.
13353 * gdb.threads/attachstop-mt.exp:
13354 Replace uses of send_gdb / gdb_expect.
13355 * gdb.threads/gcore-thread.exp:
13356 Replace uses of send_gdb / gdb_expect.
13357 * gdb.threads/hand-call-in-threads.exp:
13358 Replace uses of send_gdb / gdb_expect.
13359 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13360 * gdb.threads/print-threads.exp:
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
13378 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13379
13380 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13381
13382 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13383
13384 * gdb.cp/koenig.exp: Added new test case.
13385 * gdb.cp/koenig.cc: Ditto.
13386
13387 2010-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
13465 2010-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
13483 2010-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
13491 2010-05-31 Joel Brobecker <brobecker@adacore.com>
13492
13493 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13494
13495 2010-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
13503 2010-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
13509 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13510
13511 * gdb.base/tui-layout.exp: New.
13512
13513 2010-05-28 Michael Snyder <msnyder@vmware.com>
13514
13515 * gdb.reverse/break-precsave.exp:
13516 Replace uses of send_gdb / gdb_expect.
13517 * gdb.reverse/break-reverse.exp:
13518 Replace uses of send_gdb / gdb_expect.
13519 * gdb.reverse/consecutive-precsave.exp:
13520 Replace uses of send_gdb / gdb_expect.
13521 * gdb.reverse/consecutive-reverse.exp:
13522 Replace uses of send_gdb / gdb_expect.
13523 * gdb.reverse/finish-precsave.exp:
13524 Replace uses of send_gdb / gdb_expect.
13525 * gdb.reverse/finish-reverse.exp:
13526 Replace uses of send_gdb / gdb_expect.
13527 * gdb.reverse/i386-precsave.exp:
13528 Replace uses of send_gdb / gdb_expect.
13529 * gdb.reverse/i386-reverse.exp:
13530 Replace uses of send_gdb / gdb_expect.
13531 * gdb.reverse/i386-sse-reverse.exp:
13532 Replace uses of send_gdb / gdb_expect.
13533 * gdb.reverse/i387-env-reverse.exp:
13534 Replace uses of send_gdb / gdb_expect.
13535 * gdb.reverse/i387-stack-reverse.exp:
13536 Replace uses of send_gdb / gdb_expect.
13537 * gdb.reverse/machinestate-precsave.exp:
13538 Replace uses of send_gdb / gdb_expect.
13539 * gdb.reverse/machinestate.exp:
13540 Replace uses of send_gdb / gdb_expect.
13541 * gdb.reverse/sigall-precsave.exp:
13542 Replace uses of send_gdb / gdb_expect.
13543 * gdb.reverse/sigall-reverse.exp:
13544 Replace uses of send_gdb / gdb_expect.
13545 * gdb.reverse/solib-precsave.exp:
13546 Replace uses of send_gdb / gdb_expect.
13547 * gdb.reverse/solib-reverse.exp:
13548 Replace uses of send_gdb / gdb_expect.
13549 * gdb.reverse/step-precsave.exp:
13550 Replace uses of send_gdb / gdb_expect.
13551 * gdb.reverse/step-reverse.exp:
13552 Replace uses of send_gdb / gdb_expect.
13553 * gdb.reverse/until-precsave.exp:
13554 Replace uses of send_gdb / gdb_expect.
13555 * gdb.reverse/until-reverse.exp:
13556 Replace uses of send_gdb / gdb_expect.
13557 * gdb.reverse/watch-precsave.exp:
13558 Replace uses of send_gdb / gdb_expect.
13559 * gdb.reverse/watch-reverse.exp:
13560 Replace uses of send_gdb / gdb_expect.
13561
13562 2010-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
13567 2010-05-27 Michael Snyder <msnyder@vmware.com>
13568
13569 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
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.
13588
13589 2010-05-26 Michael Snyder <msnyder@vmware.com>
13590
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
13598 * gdb.reverse/consecutive-reverse.exp:
13599 Replace uses of send_gdb / gdb_expect.
13600 * gdb.reverse/consecutive-precsave.exp:
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.
13606 * gdb.mi/mi-ns-stale-regcache.exp:
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.
13617
13618 2010-05-26 Michael Snyder <msnyder@vmware.com>
13619
13620 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13621
13622 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13623
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.
13633
13634 2010-05-25 Tom Tromey <tromey@redhat.com>
13635
13636 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13637
13638 2010-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
13666 2010-05-25 Tom Tromey <tromey@redhat.com>
13667
13668 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13669
13670 2010-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.
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.
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.
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.
13719 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13720
13721 2010-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.
13725
13726 2010-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
13733 2010-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
13741 2010-05-21 Tom Tromey <tromey@redhat.com>
13742
13743 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13744 Call it.
13745
13746 2010-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
13752 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13753 Joel Brobecker <brobecker@adacore.com>
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
13759 2010-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
13764 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13765
13766 * gdb.ada/cond_lang: New testcase.
13767
13768 2010-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
13775 2010-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
13780 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13781
13782 PR python/11482
13783
13784 * gdb.python/py-value.exp (test_value_hash): New function.
13785
13786 2010-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
13792 2010-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
13797 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13798
13799 * gdb.cp/koenig.exp: New test.
13800 * gdb.cp/koenig.cc: New test program.
13801
13802 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13803
13804 Remove the use of prms_id and bug_id throughout the testsuite.
13805
13806 2010-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
13812 2010-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
13822 2010-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
13829 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13830
13831 * gdb.python/py-param.exp: New File.
13832
13833 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13834
13835 * gdb.base/default.exp: Fix "set language" test.
13836
13837 2010-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
13843 2010-04-26 Tom Tromey <tromey@redhat.com>
13844
13845 * gdb.base/completion.exp: Add tests for completion and deprecated
13846 commands.
13847
13848 2010-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
13853 2010-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
13858 2010-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
13864 2010-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
13873 2010-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
13884 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13885
13886 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13887
13888 2010-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
13894 2010-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
13900 2010-04-21 Chris Moller <cmoller@redhat.com>
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
13908 2010-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
13914 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13915
13916 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13917
13918 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13919
13920 * gdb.ada/dyn_loc: New testcase.
13921
13922 2010-04-20 Chris Moller <cmoller@redhat.com>
13923
13924 PR 10867
13925
13926 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13927 * gdb.cp/pr10687.cc: New file.
13928 * gdb.cp/pr10687.exp: New file.
13929
13930
13931 2010-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
13937 2010-04-19 Doug Evans <dje@google.com>
13938
13939 * gdb.base/help.exp (help source): Update expected output.
13940
13941 2010-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
13949 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13950
13951 PR breakpoints/8554.
13952
13953 * gdb.trace/save-trace.exp: Adjust.
13954
13955 2010-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
13961 2010-04-15 Doug Evans <dje@google.com>
13962
13963 * gdb.python/py-progspace.c: New file.
13964 * gdb.python/py-progspace.exp: New file.
13965
13966 * gdb.base/source.exp: Add tests for "source -s".
13967
13968 2010-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
13975 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13976
13977 * gdb.python/py-breakpoint.c: Make result global.
13978
13979 2010-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
13984 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13985
13986 * gdb.python/py-breakpoint.exp: New File.
13987 * gdb.python/py-breakpoint.C: Ditto.
13988
13989 2010-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
13994 2010-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
14000 2010-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
14007 2010-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
14012 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14013
14014 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
14015
14016 2010-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
14022 * gdb.stabs/weird.exp: Check for correct parsing of
14023 char and string constants.
14024 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
14025 in .stabs to .stabx substitution.
14026
14027 2010-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
14033 2010-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.
14040
14041 2010-04-04 Stan Shebs <stan@codesourcery.com>
14042
14043 * gdb.trace/tfile.exp: Sharpen tfind test.
14044
14045 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14046
14047 * gdb.base/break-entry.exp: New.
14048
14049 2010-04-02 Hui Zhu <teawater@gmail.com>
14050 Michael Snyder <msnyder@vmware.com>
14051
14052 * gdb.reverse/i386-sse-reverse.exp: New file.
14053 * gdb.reverse/i386-sse-reverse.c: New file.
14054
14055 2010-04-02 Pedro Alves <pedro@codesourcery.com>
14056
14057 * gdb.trace/tfind.exp: Adjust expected disassembly output.
14058
14059 2010-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
14064 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
14065
14066 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
14067
14068 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14069
14070 * gdb.base/commands.exp: Adjust.
14071 * gdb.cp/extern-c.exp: Adjust.
14072
14073 2010-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
14078 2010-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
14084 2010-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
14089 2010-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
14095 2010-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
14101 2010-03-30 Doug Evans <dje@google.com>
14102
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
14107 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
14108 match.
14109 (break printf): Ditto.
14110
14111 2010-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
14117 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14118
14119 * gdb.trace/collection.exp (run_trace_experiment): Make sure
14120 "tstart" is silent.
14121
14122 2010-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
14143 2010-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
14148 2010-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
14155 2010-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
14163 2010-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
14168 2010-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
14175 2010-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
14180 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14181
14182 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
14183
14184 2010-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
14195 2010-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
14203 2010-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
14211 2010-03-24 Stan Shebs <stan@codesourcery.com>
14212
14213 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
14214
14215 2010-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
14222 2010-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
14227 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
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
14234 2010-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
14239 2010-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
14244 2010-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
14249 2010-03-19 Stan Shebs <stan@codesourcery.com>
14250
14251 * gdb.trace/ax.exp: New file.
14252
14253 2010-03-19 Doug Evans <dje@google.com>
14254
14255 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14256 output from gcc.
14257
14258 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14259 named /usr/sbin/prelink<foo>.
14260
14261 2010-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
14266 2010-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
14271 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14272
14273 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14274
14275 2010-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
14280 2010-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
14285 2010-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
14291 2010-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
14296 2010-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
14301 2010-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
14306 2010-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
14313 2010-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
14318 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14319
14320 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14321
14322 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14323
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
14346 2010-03-12 Pedro Alves <pedro@codesourcery.com>
14347
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
14355 2010-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
14372 2010-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
14378 2010-03-10 Pedro Alves <pedro@codesourcery.com>
14379
14380 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14381
14382 2010-03-08 Keith Seitz <keiths@redhat.com>
14383
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".
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
14433 2010-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
14439 2010-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
14445 2010-03-04 Pedro Alves <pedro@codesourcery.com>
14446
14447 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14448
14449 2010-03-03 Doug Evans <dje@google.com>
14450
14451 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14452 libc contains libpthread.
14453
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
14458 2010-03-03 Tom Tromey <tromey@redhat.com>
14459
14460 PR gdb/11345:
14461 * gdb.base/printcmds.exp (test_printf): Add test.
14462
14463 2010-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
14473 2010-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
14480 2010-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
14485 2010-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
14490 2010-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
14495 2010-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
14500 2010-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
14509 2010-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
14521 2010-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
14527 2010-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
14533 2010-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
14539 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14540
14541 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14542 * configure: Regenerate.
14543
14544 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14545
14546 * gdb.python/py-type.exp: Check for Python support.
14547
14548 2010-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
14553 2010-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
14561 2010-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
14566 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14567
14568 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14569 available.
14570
14571 2010-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
14576 2010-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
14581 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14582
14583 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14584 single-stepping.
14585
14586 2010-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
14591 2010-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
14596 2010-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
14601 2010-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
14610 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14611
14612 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14613
14614 2010-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
14620 2010-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
14625 2010-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
14631 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14632
14633 * gdb.base/prelink.exp (set verbose on): New.
14634
14635 2010-02-12 Tomas Holmberg <th@virtutech.com>
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.
14640
14641 2010-02-09 Joel Brobecker <brobecker@adacore.com>
14642
14643 * gdb.ada/ptype_tagged_param: New testcase.
14644
14645 2010-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
14654 2010-02-08 Chris Moller <moller@mollerware.com>
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
14663 2010-02-08 Chris Moller <moller@mollerware.com>
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
14670 2010-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
14676 2010-02-05 Doug Evans <dje@google.com>
14677
14678 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14679 user.
14680
14681 2010-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
14686 2010-02-04 Tom Tromey <tromey@redhat.com>
14687
14688 * gdb.cp/virtbase.exp: Make test case names unique.
14689
14690 2010-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
14696 2010-02-02 Tom Tromey <tromey@redhat.com>
14697
14698 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14699 type-printing change.
14700
14701 2010-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
14708 2010-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
14715 2010-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
14720 2010-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
14725 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14726
14727 * gdb.base/gcore.exp (capture_command_output): Use
14728 gdb_test_multiple.
14729
14730 2010-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
14736 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14737
14738 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14739
14740 2010-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
14751 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.ada/rec_return: New testcase.
14754
14755 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14756
14757 * gdb.ada/call_pn: New testcase.
14758
14759 2010-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
14766 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14767
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.
14772
14773 2010-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
14778 2010-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
14783 2010-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
14789 2010-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
14798 2010-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
14809 2010-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
14815 2010-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
14820 2010-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
14826 2010-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
14837 2010-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
14844 2010-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
14849 2010-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
14854 2010-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
14862 2010-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
14878 2010-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
14884 2010-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
14891 2010-01-15 Stan Shebs <stan@codesourcery.com>
14892
14893 * gdb.trace/tfile.c: New file.
14894 * gdb.trace/tfile.exp: New file.
14895
14896 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14897
14898 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14899
14900 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14901
14902 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14903
14904 2010-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
14916 2010-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
14921 2010-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
14929 2010-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
14936 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14937
14938 * gdb.base/break-interp.exp: New file.
14939
14940 2010-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
14949 2010-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
14954 2010-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
14960 2010-01-11 Doug Evans <dje@google.com>
14961
14962 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14963 from gdbserver_download. All callers updated.
14964
14965 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14966
14967 2010-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
14973 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14974
14975 * gdb.cell/configure: Regenerate.
14976
14977 2010-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
14986 2010-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
14992 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14993
14994 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14995
14996 2010-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
15001 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15002
15003 * gdb.stabs/weird.def (args93): New.
15004
15005 2010-01-07 Doug Evans <dje@google.com>
15006
15007 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
15008
15009 2010-01-07 Tom Tromey <tromey@redhat.com>
15010
15011 * gdb.base/source.exp: Use correct line number.
15012
15013 2010-01-05 Stan Shebs <stan@codesourcery.com>
15014
15015 * gdb.trace/tracecmd.exp: Test ftrace.
15016
15017 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15018
15019 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
15020
15021 2010-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
15026 2010-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
15031 2010-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
15038 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
15041 notice.
15042
15043 2010-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
15048 2009-12-31 Stan Shebs <stan@codesourcery.com>
15049
15050 * gdb.trace/actions.exp: Test teval action.
15051
15052 2009-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
15060 2009-12-29 Stan Shebs <stan@codesourcery.com>
15061
15062 * gdb.trace/actions.exp: Test default-collect.
15063
15064 2009-12-28 Stan Shebs <stan@codesourcery.com>
15065
15066 * gdb.trace/tsv.exp: New file.
15067 * gdb.base/completion.exp: Update ambiguous info output.
15068
15069 2009-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
15091 2009-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
15098 2009-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
15108 2009-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
15127 2009-12-22 Hui Zhu <teawater@gmail.com>
15128
15129 * gdb.reverse/sigall-reverse.exp: Adjust.
15130
15131 2009-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.
15137 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
15138
15139 2009-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
15147 2009-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
15154 2009-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
15161 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
15162
15163 * gdb.python/py-type.exp (test_range): New test.
15164
15165 2009-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
15173 2009-12-03 Tom Tromey <tromey@redhat.com>
15174
15175 * gdb.python/py-value.exp (test_parse_and_eval): New
15176 function.
15177
15178 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15179
15180 PR gdb/11022
15181
15182 * gdb.base/pr11022.exp: New test.
15183 * gdb.base/pr11022.c: New test.
15184
15185 2009-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
15196 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15197
15198 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
15199
15200 2009-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
15206 2009-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
15212 2009-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
15219 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
15220
15221 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
15222
15223 2009-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
15228 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
15229
15230 * gdb.asm/asm-source.exp: Adjust.
15231 * gdb.base/help.exp: Adjust.
15232
15233 2009-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
15239 2009-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
15244 2009-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
15249 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15250
15251 * gdb.base/watchpoint-hw-hit-once.exp,
15252 gdb.base/watchpoint-hw-hit-once.c: New.
15253
15254 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 * gdb.threads/watchthreads-reorder.exp,
15257 gdb.threads/watchthreads-reorder.c: New.
15258
15259 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15260
15261 * gdb.xml/tdesc-regs.exp: Use for m68k.
15262
15263 2009-11-15 Pedro Alves <pedro@codesourcery.com>
15264
15265 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15266
15267 2009-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
15275 2009-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
15280 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15281
15282 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15283
15284 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15285
15286 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15287 srcfile when setting a breakpoint.
15288
15289 2009-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
15294 2009-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
15304 2009-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
15309 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15310
15311 * gdb.python/py-prettyprint.exp: Adjust.
15312
15313 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15314
15315 * lib/cell.exp (skip_cell_tests): Clean up test files before
15316 returning.
15317
15318 2009-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
15328 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15329
15330 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15331 (marker4): Reference values.
15332
15333 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15334
15335 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15336 is missing.
15337
15338 2009-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
15350 2009-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
15356 2009-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
15369 2009-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
15376 2009-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
15383 2009-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
15402 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15403
15404 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15405
15406 2009-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
15411 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15412
15413 * lib/gdb.exp (default_gdb_version): Use --version instead of
15414 --command.
15415
15416 2009-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
15435 2009-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
15442 2009-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
15454 2009-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
15460 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15461
15462 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15463
15464 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15465
15466 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15467
15468 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15469
15470 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15471
15472 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15473
15474 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15475
15476 2009-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
15481 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
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
15488 2009-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
15494 2009-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
15499 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15500
15501 * gdb.asm/asm-source.exp: Adjust.
15502
15503 2009-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
15516 2009-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
15528 2009-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.
15534
15535 2009-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
15544 2009-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
15566 2009-10-13 Tristan Gingold <gingold@adacore.com>
15567
15568 * gdb.base/sepdebug.exp: Check debug info are found.
15569
15570 2009-10-08 Pedro Alves <pedro@codesourcery.com>
15571
15572 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15573 bits.
15574
15575 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15578
15579 2009-10-07 Joel Brobecker <brobecker@adacore.com>
15580
15581 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15582 of the comments.
15583
15584 2009-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
15590 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15591
15592 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15593 to default.
15594
15595 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15596
15597 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15598 mingw and cygwin targets.
15599
15600 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15601 Pedro Alves <pedro@codesourcery.com>
15602
15603 * lib/gdb.exp (gdb_compile): Avoid adding
15604 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15605
15606 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15607
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.
15611
15612 2009-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
15620 2009-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
15626 2009-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
15631 2009-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
15639 2009-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
15646 2009-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
15651 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15652
15653 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15654
15655 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15656
15657 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15658
15659 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15660
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
15666 2009-09-25 Tom Tromey <tromey@redhat.com>
15667
15668 * gdb.base/charset.exp: Test utf-16 strings with Python.
15669
15670 2009-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
15678 2009-09-22 Tom Tromey <tromey@redhat.com>
15679
15680 * gdb.python/py-function.exp: Add regression tests.
15681
15682 2009-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
15687 2009-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
15700 2009-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
15708 2009-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
15715 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15716
15717 * gdb.base/default.exp: Fix "show convenience".
15718
15719 2009-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
15753 2009-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
15759 2009-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
15764 2009-09-11 Tom Tromey <tromey@redhat.com>
15765
15766 * gdb.dwarf2/valop.S: New file.
15767 * gdb.dwarf2/valop.exp: New file.
15768
15769 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15770
15771 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15772
15773 2009-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
15778 2009-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
15800 2009-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
15807 2009-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
15812 2009-09-03 Doug Evans <dje@google.com>
15813
15814 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15815
15816 2009-09-02 Tom Tromey <tromey@redhat.com>
15817
15818 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15819
15820 2009-09-02 Tom Tromey <tromey@redhat.com>
15821
15822 * gdb.dwarf2/callframecfa.exp: New file.
15823 * gdb.dwarf2/callframecfa.S: New file.
15824
15825 2009-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
15830 2009-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
15838 2009-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
15843 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15844
15845 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15846
15847 2009-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
15853 2009-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
15859 2009-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
15863 given class.
15864
15865 2009-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
15870 2009-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
15881 2009-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
15886 2009-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
15891 2009-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
15898 2009-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
15904 2009-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
15909 2009-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.
15913 Call it.
15914
15915 2009-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
15958 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15959
15960 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15961
15962 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15963
15964 * gdb.base/float.exp: Handle VFP registers.
15965
15966 2009-07-14 Michael Snyder <msnyder@vmware.com>
15967
15968 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15969 to bring gdb to the beginning of the calling line.
15970
15971 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15972 confusing the i386 epilogue unwinder.
15973
15974 2009-07-14 Stan Shebs <stan@codesourcery.com>
15975
15976 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15977
15978 2009-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
15984 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15985
15986 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15987
15988 2009-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
15997 2009-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
16016 2009-07-11 Hui Zhu <teawater@gmail.com>
16017
16018 * gdb.base/help.exp (disassemble): Update expected help text.
16019
16020 2009-07-09 Tom Tromey <tromey@redhat.com>
16021
16022 * lib/gdb.exp: Handle TRANSCRIPT.
16023 (remote_spawn, remote_close, send_gdb): New procs.
16024
16025 2009-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
16036 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16037
16038 * gdb.base/dump.exp (inaccessible memory is reported): New test.
16039
16040 2009-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
16058 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16059
16060 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
16061
16062 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
16063
16064 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
16065
16066 2009-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
16071 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16072
16073 * gdb.base/ending-run.exp: Add "step out of main" pattern for
16074 mingw32ce.
16075
16076 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16077
16078 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
16079 VFP format.
16080
16081 2009-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
16091 2009-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
16096 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16097
16098 * gdb.base/default.exp: Update test case for "x" changes.
16099
16100 2009-07-01 Tristan Gingold <gingold@adacore.com>
16101
16102 * gdb.base/bigcore.exp: Make darwin untested.
16103
16104 2009-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
16113 2009-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
16121 2009-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
16126 2009-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
16132 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
16133
16134 gdb/10275
16135 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
16136
16137 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
16138
16139 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
16140
16141 2009-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
16146 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16147
16148 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
16149
16150 2009-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
16171 2009-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
16176 2009-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
16189 2009-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
16194 2009-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
16220 2009-06-26 Doug Evans <dje@google.com>
16221
16222 * gdb.base/psymtab.exp: Turn off pending breakpoints.
16223
16224 2009-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
16229 2009-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
16234 2009-05-20 Joel Brobecker <brobecker@adacore.com>
16235
16236 * gdb.ada/variant_record_packed_array: New testcase.
16237
16238 2009-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
16245 2009-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
16250 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16251
16252 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16253
16254 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16255
16256 * gdb.mi/gdb680.exp: Update test for error message.
16257
16258 2009-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
16264 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16265
16266 * gdb.cp/gdb2495.cc: New file.
16267 * gdb.cp/gdb2495.exp: New file.
16268
16269 2009-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
16274 2009-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
16303 2009-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
16308 2009-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
16313 2009-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
16320 2009-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
16325 2009-05-29 Michael Snyder <msnyder@vmware.com>
16326
16327 * gdb.base/break-always.exp: Change "1" to "on".
16328 Add confirmation check.
16329
16330 2009-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
16337 2009-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
16347 2009-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
16357 2009-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
16372 2009-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
16379 2009-05-27 Pedro Alves <pedro@codesourcery.com>
16380
16381 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16382
16383 2009-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
16388 2009-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
16393 2009-05-18 Jon Beniston <jon@beniston.com>
16394
16395 * gdb.asm/asm-source.exp: Add lm32 target.
16396
16397 2009-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
16409 2009-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
16415 2009-05-11 Doug Evans <dje@sebabeach.org>
16416
16417 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16418 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16419 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16420
16421 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16422
16423 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16424
16425 2009-04-30 Doug Evans <dje@google.com>
16426
16427 * gdb.threads/watchthreads2.exp: New testcase.
16428 * gdb.threads/watchthreads2.c: New testcase.
16429
16430 2009-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
16441 2009-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
16448 2009-04-27 Tom Tromey <tromey@redhat.com>
16449
16450 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16451
16452 2009-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
16459 2009-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
16465 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16466
16467 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16468
16469 2009-04-22 Joseph Myers <joseph@codesourcery.com>
16470
16471 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16472
16473 2009-04-15 Tom Tromey <tromey@redhat.com>
16474
16475 * gdb.base/charset.exp: Add regression test.
16476
16477 2009-04-14 Joel Brobecker <brobecker@adacore.com>
16478
16479 * gdb.base/exe-lock.exp: New testcase.
16480
16481 2009-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
16486 2009-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
16491 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16492
16493 Eliminate some sleep usage.
16494
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.
16500
16501 2009-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
16506 2009-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
16511 2009-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
16516 2009-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
16532 2009-04-01 Pedro Alves <pedro@codesourcery.com>
16533
16534 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16535
16536 2009-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
16543 2009-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
16554 2009-03-31 Joel Brobecker <brobecker@adacore.com>
16555
16556 * gdb.ada/tasks: New testcase.
16557
16558 2009-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
16568 2009-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
16573 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16574
16575 * gdb.python/python-value.exp: Add tests for the address
16576 attribute.
16577
16578 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16579
16580 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16581
16582 2009-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
16587 2009-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
16596 2009-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
16601 2009-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
16615 2009-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
16620 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16621
16622 * gdb.base/completion.exp: Add a test for directory completion.
16623
16624 2009-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
16630 2009-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
16636 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16637
16638 * gdb.python/python-function.exp: New file.
16639
16640 2009-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
16665 2009-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
16671 2009-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
16685 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16686
16687 * gdb.base/solib-display.exp: Disable test for remote targers.
16688
16689 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16690
16691 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16692
16693 2009-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
16701 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16702
16703 * gdb.mi/mi-cli.exp: Adjust for output difference in
16704 sync and async modes.
16705
16706 2009-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
16712 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16713
16714 * gdb.ada/ptype_arith_binop.exp: New testcase.
16715
16716 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16717
16718 * gdb.ada/mod_from_name: New testcase.
16719
16720 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16721
16722 * gdb.ada/tick_last_segv: New testcase.
16723
16724 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16725
16726 * gdb.mi/mi-cli.exp: Remove debug print.
16727
16728 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16729
16730 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16731 include the token in ^running and frame info in *stopped.
16732
16733 2009-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.
16738
16739 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16740
16741 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16742
16743 2009-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
16749 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16750
16751 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16752
16753 2009-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
16762 2009-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
16771 2009-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
16780 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16781
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.
16786
16787 2009-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
16793 2009-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
16801 2009-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
16810 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16811
16812 PR fortran/9806
16813 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16814
16815 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16816
16817 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16818
16819 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16820
16821 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16822
16823 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16824
16825 * gdb.python/python-cmd.exp: New file.
16826
16827 2009-02-06 Tristan Gingold <gingold@adacore.com>
16828
16829 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16830
16831 2009-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
16839 2009-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
16849 2009-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
16854 2009-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
16860 2009-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
16866 2009-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
16873 2009-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
16879 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16880
16881 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16882 Call it.
16883
16884 2009-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
16891 2009-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
16896 2009-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
16901 2009-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
16906 2009-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
16911 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16912
16913 PR c++/9631:
16914 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16915
16916 2009-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
16921 2009-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
16930 2009-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
16944 2009-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
16949 2009-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
16958 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16959
16960 PR breakpoints/9681:
16961 * gdb.base/watchpoint.exp: Add regression test.
16962
16963 2008-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
16970 2008-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
16975 2008-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
16981 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16982
16983 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16984
16985 2008-12-22 Tom Tromey <tromey@redhat.com>
16986
16987 * gdb.cp/punctuator.exp: New file.
16988
16989 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16990
16991 * gdb.base/completion.exp (Completing non-existing component): New test.
16992
16993 2008-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
17001 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17002
17003 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
17004
17005 2008-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
17010 2008-12-15 Jie Zhang <jie.zhang@analog.com>
17011
17012 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
17013
17014 2008-12-12 Tom Tromey <tromey@redhat.com>
17015
17016 * gdb.base/commands.exp (redefine_hook_test): New proc.
17017 Call it.
17018
17019 2008-12-11 Tom Tromey <tromey@redhat.com>
17020
17021 * gdb.base/macscp.exp: New regression test.
17022
17023 2008-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
17029 2008-12-09 Tom Tromey <tromey@redhat.com>
17030
17031 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
17032 Call it.
17033
17034 2008-12-04 Doug Evans <dje@google.com>
17035
17036 * gdb.server/ext-run.exp: Relax regexp for init program.
17037
17038 2008-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
17043 2008-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
17053 2008-11-28 Joel Brobecker <brobecker@adacore.com>
17054
17055 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
17056 rather than integer, as integer might not be big enough when
17057 on 64bit targets.
17058
17059 2008-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
17064 2008-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
17069 2008-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
17077 2008-11-20 Doug Evans <dje@google.com>
17078
17079 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
17080
17081 2008-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
17086 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
17087
17088 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
17089
17090 2008-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
17095 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17096
17097 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
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
17103 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17104
17105 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
17106 * lib/mi-support.exp: Likewise.
17107
17108 2008-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
17113 2008-11-15 Joel Brobecker <brobecker@adacore.com>
17114
17115 * gdb.ada/int_deref.exp: New testcase.
17116
17117 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
17118
17119 * gdb.mi/gdb2549.exp: New file.
17120
17121 2008-11-11 Doug Evans <dje@google.com>
17122
17123 * gdb.base/callexit.exp: New file.
17124 * gdb.base/callexit.c: New file.
17125
17126 2008-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
17139 2008-11-03 Andreas Schwab <schwab@suse.de>
17140
17141 * gdb.base/hashline2.exp: Fix typo.
17142 * gdb.base/hashline3.exp: Likewise.
17143
17144 2008-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
17150 2008-10-30 Andreas Schwab <schwab@suse.de>
17151
17152 * gdb.base/args.exp: Add tests for newlines.
17153
17154 2008-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
17159 2008-10-28 Tom Tromey <tromey@redhat.com>
17160
17161 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
17162
17163 2008-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
17169 2008-10-23 Pedro Alves <pedro@codesourcery.com>
17170
17171 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
17172 instead of SIGINT.
17173
17174 2008-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
17179 2008-10-22 Tom Tromey <tromey@redhat.com>
17180
17181 * gdb.base/exprs.exp (test_expr): Add test for string
17182 concatenation.
17183
17184 2008-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
17190 2008-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
17196 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
17197
17198 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
17199
17200 2008-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
17205 2008-10-15 Pedro Alves <pedro@codesourcery.com>
17206
17207 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
17208
17209 2008-10-15 Denis Pilat <denis.pilat@st.com>
17210
17211 * gdb.cp/mb-ctor.exp: Fix a typo.
17212
17213 2008-10-09 Tom Tromey <tromey@redhat.com>
17214
17215 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
17216 'fprintf' and 'stderr'.
17217
17218 2008-10-07 Joel Brobecker <brobecker@adacore.com>
17219
17220 * gdb.ada/ref_tick_size.exp: New testcase.
17221
17222 2008-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
17230 2008-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.
17237
17238 2008-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
17243 2008-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
17250 2008-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
17256 2008-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
17262 2008-09-27 Tom Tromey <tromey@redhat.com>
17263
17264 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17265 and varargs.
17266
17267 2008-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
17278 2008-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
17293 2008-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
17298 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17301
17302 2008-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
17317 2008-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
17322 2008-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
17327 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17328
17329 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17330
17331 2008-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
17343 2008-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
17348 2008-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
17354 2008-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
17359 2008-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.
17363
17364 2008-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
17369 2008-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
17376 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17377
17378 * gdb.arch/i386-bp_permanent.exp: New test.
17379
17380 2008-08-24 Tom Tromey <tromey@redhat.com>
17381
17382 * gdb.base/maint.exp: Update "maint print type".
17383
17384 2008-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
17391 2008-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
17396 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17397
17398 * gdb.base/interp.exp: Always consume both prompts.
17399
17400 2008-08-20 Pedro Alves <pedro@codesourcery.com>
17401
17402 * gdb.base/pending.exp: Test pending breakpoints without symbols
17403 loaded.
17404
17405 2008-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
17412 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17413
17414 * gdb.mi/mi-async.exp: Use 'set target-async'.
17415 * lib/mi-support.exp: Use 'set/show target-async'.
17416
17417 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17418
17419 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17420
17421 2008-08-17 Tom Tromey <tromey@redhat.com>
17422
17423 * gdb.base/help.exp (help catch): Rewrite.
17424
17425 2008-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
17430 2008-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
17436 2008-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
17441 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17442
17443 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17444
17445 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17446
17447 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17448
17449 2008-08-06 Tom Tromey <tromey@redhat.com>
17450
17451 * gdb.python/python.exp: New file.
17452
17453 2008-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
17542 2008-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
17547 2008-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
17556 2008-07-28 Tom Tromey <tromey@redhat.com>
17557
17558 * Makefile.in (just-check): Remove. Move body to...
17559 (check): ... here.
17560
17561 2008-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
17566 2008-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
17572 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17573
17574 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17575
17576 2008-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
17581 2008-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
17588 2008-07-26 Tom Tromey <tromey@redhat.com>
17589
17590 * gdb.base/macscp.exp: Add test for macro lexing bug.
17591
17592 2008-07-18 Tom Tromey <tromey@redhat.com>
17593
17594 * gdb.base/macscp.exp: Add macro tests.
17595
17596 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17597
17598 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17599
17600 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17601
17602 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17603
17604 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17605
17606 * gdb.cp/class2.exp: fix for failure on spu-elf
17607
17608 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17609
17610 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17611
17612 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17613
17614 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17615
17616 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17617
17618 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17619
17620 2008-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
17626 2008-07-11 Tom Tromey <tromey@redhat.com>
17627
17628 * gdb.base/completion.exp: Add 'help' completion test.
17629
17630 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17631
17632 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17633
17634 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17635
17636 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17637
17638 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17639
17640 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17641
17642 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17643
17644 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17645
17646 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17647
17648 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17649
17650 2008-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
17655 2008-06-28 Pedro Alves <pedro@codesourcery.com>
17656
17657 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17658
17659 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17660
17661 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17662
17663 2008-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
17671 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17672
17673 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17674
17675 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17676
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.
17684 (mi_expect_stop): Don't accept any output before *stopped.
17685
17686 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17687
17688 Robustify mi-simplerun.
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.
17693
17694 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17695
17696 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17697
17698 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17699
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.
17706
17707 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17708
17709 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
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.
17717
17718 2008-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
17723 2008-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
17729 2008-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
17735 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17736
17737 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17738 annotation.
17739
17740 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17741 Pedro Alves <pedro@codesourcery.com>
17742
17743 * gdb.threads/execl.c, gdb.threads/execl1.c,
17744 gdb.threads/execl.exp: New tests.
17745
17746 2008-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
17752 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17753
17754 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17755
17756 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17757
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.
17761
17762 2008-05-27 Andreas Schwab <schwab@suse.de>
17763
17764 * gdb.base/frame-args.exp: Handle arguments that are optimized
17765 out.
17766
17767 2008-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
17772 2008-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
17778 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17779
17780 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17781
17782 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17783
17784 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17785 of the "finish" command.
17786
17787 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17788
17789 * gdb.base/annota1.exp: Test for new annotation.
17790
17791 2008-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
17797 2008-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
17802 2008-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
17807 2008-05-12 Doug Evans <dje@google.com>
17808
17809 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17810
17811 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17812
17813 * gdb.ada/assign_1.exp: New testcase.
17814
17815 2008-05-09 Doug Evans <dje@google.com>
17816
17817 * gdb.base/find.exp: New file.
17818 * gdb.base/find.c: New file.
17819
17820 2008-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
17827 2008-05-06 Jerome Guitton <guitton@adacore.com>
17828 Joel Brobecker <brobecker@adacore.com>
17829
17830 * gdb.ada/lang_switch: New test program.
17831 * gdb.ada/lang_switch.exp: New testcase.
17832
17833 2008-05-05 Doug Evans <dje@google.com>
17834
17835 * gdb.base/help.exp (disassemble): Update expected help text.
17836
17837 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17838
17839 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17840
17841 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17842
17843 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17844 different times.
17845
17846 2008-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
17853 2008-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
17858 2008-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
17864 2008-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
17869 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17870
17871 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17872
17873 2008-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
17880 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17881
17882 * gdb.asm/asmsrc1.s: Add scratch space.
17883
17884 2008-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
17891 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17892
17893 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17894
17895 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17896
17897 * gdb.base/info-target.exp: New testcase.
17898
17899 2008-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
17905 2008-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
17910 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17911
17912 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17913 .2byte.
17914
17915 2008-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
17920 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17921
17922 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17923
17924 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17925
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.
17929
17930 2008-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
17937 2008-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
17956 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17957
17958 * aclocal.m4: Add override.m4.
17959 * configure: Regenerate.
17960
17961 2008-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
17967 2008-04-18 Craig Silverstein <csilvers@google.com>
17968
17969 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17970 files.
17971
17972 2008-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
17977 2008-04-17 Doug Evans <dje@google.com>
17978
17979 * gdb.opt/Makefile.in: Fix whitespace.
17980
17981 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17982
17983 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17984
17985 2008-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
17991 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17992
17993 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17994
17995 2008-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.
18021 (mi_expect_stop): Move after_reason argument to be really after
18022 reason. This is to support fix for PR2424.
18023
18024 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18025
18026 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
18027
18028 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
18029
18030 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
18031 field. Add more floating varobj tests.
18032 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
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.
18038
18039 2008-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
18045 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
18046
18047 Introduce test setup helpers.
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.
18053
18054 2008-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
18059 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
18060
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.
18065
18066 2008-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
18097 2008-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
18103 2008-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
18113 2008-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
18122 2008-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
18127 2008-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
18133 2008-03-31 Maciej W. Rozycki <macro@mips.com>
18134
18135 * gdb.base/break.exp: Mark failures as such. Fix formatting.
18136
18137 2008-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
18143 2008-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
18149 2008-03-28 Maciej W. Rozycki <macro@mips.com>
18150
18151 * gdb.mi/mi-var-cmd.exp: Fix a typo.
18152
18153 2008-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.
18157
18158 2008-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
18178 2008-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
18183 2008-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
18188 2008-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
18193 2008-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
18198 2008-03-21 Pedro Alves <pedro@codesourcery.com>
18199
18200 * gdb.threads/fork-child-threads.exp: Test next over fork.
18201
18202 2008-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
18207 2008-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
18216 2008-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
18221 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
18222
18223 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
18224
18225 2008-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
18232 2008-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
18237 2008-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
18242 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18243
18244 * gdb.base/assign.exp: avoid same output for different tests.
18245
18246 2008-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
18252 2008-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
18262 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18263
18264 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
18265 tests.
18266
18267 2008-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
18272 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18273
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.
18284
18285 2008-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
18292 2008-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
18297 2008-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
18304 2008-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
18310 2008-02-03 Doug Evans <dje@google.com>
18311
18312 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18313
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
18319 2008-02-02 Doug Evans <dje@google.com>
18320
18321 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18322
18323 2007-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
18328 2007-02-01 Joel Brobecker <brobecker@adacore.com>
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
18334 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18335
18336 * gdb.mi/basic.c (return_1): New function.
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.
18340
18341 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18342
18343 * gdb.mi/mi-break.exp (test_error): New.
18344 Call it.
18345
18346 2008-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
18351 2008-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
18356 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18357
18358 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18359
18360 2008-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
18365 2008-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
18373 2008-01-30 Joel Brobecker <brobecker@adacore.com>
18374
18375 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18376
18377 2008-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
18382 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18383
18384 * gdb.ada/exprs: New test program.
18385 * gdb.ada/exprs.exp: New testcase.
18386
18387 2008-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
18411 2008-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
18421 2008-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
18440 2008-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
18446 2008-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
18452 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18453
18454 * gdb.base/watchpoint-solib.exp: New.
18455 * gdb.base/watchpoint-solib.c: New.
18456 * gdb.base/watchpoint-solib-shr.c: New.
18457
18458 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18459
18460 * gdb.base/gdb1056.exp: Add unsigned integer test.
18461
18462 2008-01-28 Doug Evans <dje@google.com>
18463
18464 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18465
18466 2008-01-27 Jim Blandy <jimb@codesourcery.com>
18467
18468 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18469
18470 * gdb.base/expand-psymtabs.exp: Doc fix.
18471
18472 2008-01-26 Mark Kettenis <kettenis@gnu.org>
18473
18474 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18475
18476 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
18477
18478 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18479 -var-set-format.
18480
18481 2008-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
18486 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
18487
18488 * lib/gdb.exp: Add the variable octal.
18489
18490 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18491 -var-set-format.
18492
18493 2008-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
18499 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18500
18501 * gdb.mi/basics.c: Setup for testing breakpoints
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.
18506
18507 2008-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
18517 2008-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
18522 2008-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
18527 2008-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
18532 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18533
18534 * gdb.ada/arrayparam: New test program.
18535 * gdb.ada/arrayparam.exp: New testcase.
18536
18537 2008-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
18542 2008-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
18559 2008-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
18564 2008-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
18570 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18571
18572 * gdb.ada/packed_array.exp: Add testing of references to
18573 a packed array.
18574
18575 2008-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
18581 2008-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
18587 2008-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
18593 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18594
18595 * gdb.ada/print_pc.exp: New testcase.
18596
18597 2008-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
18603 2008-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
18608 2008-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
18614 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.base/set-lang-auto.exp: New testcase.
18617
18618 2008-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
18623 2008-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
18628 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18629
18630 * array_subscript_addr/p.adb: New file.
18631 * array_subscript_addr.exp: New testcase.
18632
18633 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18634
18635 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18636 New files.
18637 * gdb.ada/str_cmp_ref.exp: New testcase.
18638
18639 2008-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.
18643 * gdb.ada/fun_in_declare.exp: New testcase.
18644
18645 2008-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
18651 2008-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
18657 2007-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
18662 2007-12-29 Jim Blandy <jimb@codesourcery.com>
18663
18664 * configure: Regenerated.
18665
18666 2007-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
18672 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18673
18674 * gdb.ada/boolean_expr.exp: New testcase.
18675
18676 2007-12-26 Jim Blandy <jimb@codesourcery.com>
18677
18678 * gdb.base/multi-forks.exp: Doc fix.
18679
18680 2007-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
18687 2007-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
18693 2007-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
18699 2007-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
18706 2007-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
18713 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18714
18715 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18716 and record first explicitly generated thread number.
18717 Use that thread number for thread specific watchpoint test.
18718 Add iteration number to repetitive tests.
18719
18720 2007-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
18728 2007-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
18733 2007-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
18740 2007-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
18745 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18746 Joseph Myers <joseph@codesourcery.com>
18747
18748 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18749
18750 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18751
18752 * gdb.mi/mi-pending.exp: New.
18753 * gdb.mi/mi-pending.c: New.
18754 * gdb.mi/mi-pendshr.c: New.
18755
18756 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18757
18758 * gdb.base/default.exp: Update expected output for 'info catch'.
18759
18760 2007-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
18765 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18766
18767 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18768
18769 2007-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
18774 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18775
18776 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18777
18778 2007-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
18788 2007-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
18794 2007-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
18799 2007-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.
18803
18804 2007-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.
18808
18809 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18810
18811 * gdb.base/printcmds.exp: New function
18812 test_printf_with_dfp.
18813
18814 2007-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
18830 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18831
18832 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18833
18834 2007-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
18839 2007-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
18845 2007-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
18850 2007-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
18855 2007-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.
18863
18864 2007-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
18869 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
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
18879 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18880
18881 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18882
18883 2007-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
18889 2007-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
18894 2007-10-18 Michael Snyder <msnyder@specifix.com>
18895
18896 * gdb.base/dbx.exp: Add missing "-re " operator.
18897
18898 2007-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
18907 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18908
18909 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18910
18911 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
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
18918 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18919
18920 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18921 of $timeout.
18922
18923 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18924
18925 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18926
18927 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18928
18929 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18930 of gdb_expect call, to avoid interruption.
18931
18932 2007-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
18952 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18953 Daniel Jacobowitz <dan@codesourcery.com>
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
18961 2007-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
18973 2007-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
18979 2007-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
18986 2007-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.
18990
18991 2007-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
18998 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18999
19000 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
19001
19002 2007-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
19008 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
19009
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.
19019
19020 2007-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.
19026
19027 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
19028
19029 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
19030
19031 2007-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
19038 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19039
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
19049 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19050
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
19056 2007-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
19061 2007-09-10 Mark Kettenis <kettenis@gnu.org>
19062
19063 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
19064 build-id.
19065
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
19070 2007-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
19075 2007-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
19080 2007-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
19089 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19090
19091 * gdb.base/display.exp: Add tests for printf %p.
19092
19093 2007-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
19098 2007-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
19103 2007-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
19108 2007-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
19120 2007-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
19126 2007-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
19131 2007-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
19136 2007-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
19141 2007-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
19147 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19148
19149 * configure.ac: Switch license to GPLv3.
19150
19151 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19152
19153 Switch the licensing to GPLv3 for all .ads and .adb files.
19154
19155 2007-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
19161 2007-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
19167 2007-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
19173 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
19174
19175 * config/default.exp: New file.
19176
19177 2007-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
19182 2007-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
19187 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19188
19189 * gdb.threads/staticthreads.exp: Match .*sem_post.
19190
19191 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19192
19193 * gdb.base/readline.exp (operate_and_get_next): Match the final
19194 prompt.
19195
19196 2007-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
19201 2007-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
19206 2007-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
19212 2007-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
19220 2007-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
19226 2007-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
19238 2007-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
19243 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19244
19245 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19246
19247 2007-06-21 Chris Dearman <chris@mips.com>
19248 Maciej W. Rozycki <macro@mips.com>
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
19254 2007-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
19259 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19260
19261 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19262 in info threads output.
19263
19264 2007-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
19270 2007-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
19276 2007-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
19282 2007-05-17 Maciej W. Rozycki <macro@mips.com>
19283
19284 * gdb.base/sigbpt.exp: Preset segv_addr.
19285
19286 2007-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
19303 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19304
19305 * config/unknown.exp: Remove.
19306
19307 2007-05-15 Markus Deuling <deuling@de.ibm.com>
19308
19309 * gdb.base/info-proc.exp: Check is_remote.
19310
19311 2007-05-14 Markus Deuling <deuling@de.ibm.com>
19312
19313 * gdb.base/gcore.exp: Initialize variable core_supported.
19314
19315 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19316
19317 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19318
19319 2007-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
19325 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19326
19327 * gdb.java/jprint.java (public): Avoid invalid call to static
19328 method.
19329
19330 2007-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
19338 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19339
19340 * gdb.base/overlays.exp: Add support for targets with only code
19341 overlay support, not data overlay. Support spu-*-* target in
19342 this mode.
19343 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19344 * gdb.base/spu.ld: New file.
19345
19346 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19347
19348 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19349
19350 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19351
19352 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19353
19354 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19355
19356 * gdb.java/jmain.exp: Handle demangled names with and without method
19357 signatures.
19358
19359 2007-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
19368 2007-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
19374 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19375
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
19384 2007-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
19390 2007-04-16 Denis Pilat <denis.pilat@st.com>
19391
19392 * gdb.base/setshow.exp: Reset height after having set it to 100.
19393
19394 2007-04-16 Denis Pilat <denis.pilat@st.com>
19395
19396 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19397
19398 2007-04-16 Denis Pilat <denis.pilat@st.com>
19399
19400 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19401
19402 2007-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.
19407 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19408
19409 2007-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
19414 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19415
19416 * gdb.mi/mi-var-child.c
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
19426 do_locals_tests.
19427 (do_children_tests): User char[2] instead of
19428 char so that automatic printing of pointers to char
19429 don't give unpredicable result.
19430 * gdb.mi/mi2-var-cmd.exp: Likewise.
19431 * lib/mi-support.exp (mi_continue_to_line):
19432 Pass test name to mi_wait_for_stop.
19433
19434 2007-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
19440 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19441
19442 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19443
19444 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19445
19446 * config/netware.exp: Delete file.
19447
19448 2007-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
19453 2007-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
19459 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19460
19461 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19462
19463 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19464
19465 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19466
19467 2007-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
19497 2007-03-23 Nigel Stephens <nigel@mips.com>
19498 Maciej W. Rozycki <macro@mips.com>
19499
19500 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19501 * gdb.base/signull.exp: Similarly.
19502
19503 2007-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
19508 2007-03-14 Andreas Schwab <schwab@suse.de>
19509
19510 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19511 format changes.
19512
19513 2007-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
19522 2007-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
19527 2007-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
19532 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19533
19534 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19535 collect output incrementally.
19536
19537 2007-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
19543 2007-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
19548 2007-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
19553 2007-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
19560 2007-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
19565 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19566
19567 * gdb.threads/manythreads.exp: Use $message string for
19568 consistancy; add a default (timeout) case.
19569
19570 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19571
19572 * gdb.base/watchpoint.exp: Fix truncated comment.
19573
19574 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19575
19576 * Makefile.in: Remove spurious single-quotes from sed command.
19577
19578 2007-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
19584 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19585
19586 * gdb.dwarf2/dw2-producer.S: New file.
19587 * gdb.dwarf2/dw2-producer.exp: New testcase.
19588
19589 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
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
19599 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19600
19601 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19602
19603 2007-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
19609 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19610
19611 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19612
19613 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19614
19615 * gdb.server/server-mon.exp: New test.
19616
19617 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19618
19619 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19620
19621 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19622
19623 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19624 register capitalization.
19625
19626 2007-02-13 Denis Pilat <denis.pilat@st.com>
19627
19628 * gdb.mi/mi-var-invalidate.exp: New file.
19629
19630 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19631
19632 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19633
19634 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19635
19636 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19637
19638 2007-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
19643 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
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
19650 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19651 Update tests to include value field in output of -var-create.
19652
19653 2007-02-08 Andreas Schwab <schwab@suse.de>
19654
19655 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19656
19657 2007-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
19662 2007-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
19667 2007-01-31 Andreas Schwab <schwab@suse.de>
19668
19669 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19670
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
19675 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19676 bspstore register on ia64.
19677
19678 2007-01-29 Andreas Schwab <schwab@suse.de>
19679
19680 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19681 "frame-begin" annotation.
19682
19683 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19684 number of "frames-invalid" annotations.
19685
19686 2007-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
19691 2007-01-28 Mark Kettenis <kettenis@gnu.org>
19692
19693 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19694
19695 2007-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
19702 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19703
19704 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19705 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19706 array.
19707 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19708 * gdb.base/setvar.exp: Likewise.
19709
19710 2007-01-26 Andreas Schwab <schwab@suse.de>
19711
19712 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19713 test.
19714
19715 * gdb.base/multi-forks.exp ("restart $i"): Also match
19716 __kernel_syscall_via_break.
19717
19718 2007-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.
19727
19728 2007-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
19738 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19739
19740 * gdb.base/sigrepeat.exp: Correct error message.
19741
19742 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
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
19748 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19749
19750 * lib/gdb.exp: Abort on missing `site.exp'.
19751
19752 2007-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
19758 2007-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
19763 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19764
19765 From Marcus Deuling <deuling@de.ibm.com>:
19766 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19767 every case.
19768
19769 2007-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
19775 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19776
19777 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19778
19779 2007-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
19785 2007-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
19790 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19791
19792 * gdb.base/annota1.exp: Remove extra send_gdb.
19793
19794 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19795
19796 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19797
19798 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19799
19800 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19801
19802 2007-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
19809 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19810
19811 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19812
19813 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19814
19815 * gdb.base/nofield.c: New file.
19816 * gdb.base/nofield.exp: New testcase.
19817
19818 2007-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
19825 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19826
19827 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19828
19829 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19830
19831 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19832 when continuing.
19833
19834 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19835
19836 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19837 Expect ".exe" extension.
19838
19839 2007-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
19844 2007-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
19849 2007-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
19863 2007-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.
19873
19874 2006-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
19885 2006-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
19890 2007-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
19895 2007-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
19901 2007-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
19919 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19920
19921 * gdb.threads/tls.exp: Allow stops in sem_post.
19922
19923 2006-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
19942 2006-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
19952 2006-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
19957 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19958
19959 * gdb.ada/array_return.exp: Update copyright date list.
19960
19961 2006-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
19973 2006-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
19978 2006-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
19988 2006-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.
19997
19998 2006-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
20003 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
20004
20005 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
20006 info. Adjust test names.
20007
20008 * gdb.base/break.c (main): Move position of malloc.
20009 * gdb.base/break.exp: Revert mistaken checkin.
20010
20011 2006-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
20018 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20019
20020 * gdb.base/break.c (main): Call malloc.
20021
20022 * gdb.threads/linux-dp.exp: Read thread table before and after
20023 creating each philosopher and verify it.
20024
20025 2006-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
20030 main to remove duplication. Add start function of the form
20031 '_*start[1-9]*'. Add RVDS start function.
20032
20033 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20034
20035 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
20036
20037 2006-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
20051 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20052
20053 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
20054
20055 2006-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.
20065
20066 2006-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
20071 2006-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
20078 2006-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
20083 2006-10-27 Andreas Schwab <schwab@suse.de>
20084
20085 * gdb.base/multi-forks.exp: Use "detach fork" instead of
20086 "detach-fork".
20087
20088 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
20089
20090 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
20091 of patterns.
20092
20093 2006-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
20100 2006-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
20106 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
20107
20108 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
20109
20110 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20111
20112 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
20113
20114 2006-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
20119 2006-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
20124 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20125
20126 * gdb.base/subst.exp: New testcase.
20127
20128 2006-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
20136 2006-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
20141 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
20142
20143 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
20144 via string_to_regexp.
20145 * gdb.mi/mi2-basics.exp: Likewise.
20146
20147 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
20148
20149 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
20150 Remove unused / obsolete files.
20151
20152 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
20153
20154 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
20155
20156 2006-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
20160 the number of frames.
20161
20162 2006-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
20170 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
20171
20172 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
20173 check for one file.
20174
20175 2006-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.
20180
20181 2006-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
20186 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
20187
20188 * gdb.base/trace-commands.exp: New file.
20189
20190 2006-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
20196 2006-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
20442 2006-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
20447 2006-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
20454 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20455
20456 * cursal.exp: Pass binfile to gdb_load.
20457
20458 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20459
20460 * gdb.base/cursal.exp: Add "" to gdb_load call.
20461
20462 2006-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
20467 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20468
20469 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20470 operator*.
20471
20472 2006-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
20479 2006-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
20484 2006-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
20489 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20490
20491 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20492 test.
20493
20494 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20495
20496 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20497
20498 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20499
20500 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20501
20502 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20503
20504 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20505
20506 2006-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
20512 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
20513
20514 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20515
20516 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20517
20518 * gdb.base/annota3.exp: Expect frame-begin annotation.
20519
20520 2006-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
20525 2006-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
20532 2006-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
20537 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20538
20539 * gdb.base/ifelse.exp: New file.
20540
20541 2006-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
20550 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20551
20552 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20553
20554 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20555
20556 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20557 native.
20558
20559 2006-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
20564 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20565
20566 * gdb.base/auxv.exp: Intercept undefined command messages before
20567 gdb_test_multiple does.
20568
20569 2006-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
20578 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20579
20580 * lib/gdb.exp (gdb_load_cmd): New.
20581
20582 * gdb.base/fileio.c: Add system(NULL) test.
20583 * gdb.base/fileio.exp: Check it.
20584
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
20597 2006-05-19 Joel Brobecker <brobecker@adacore.com>
20598
20599 * gdb.base/del.exp (test_delete_alias): New function.
20600 Now check that both "del" and "d" work as aliases for "delete".
20601
20602 2006-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
20607 2006-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
20612 2006-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
20618 2006-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
20623 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20624
20625 * gdb.mi/mi-basics.exp: Add missing serial number to
20626 expected output in some mi_gdb_test statements.
20627 * gdb.mi/mi2-basics.exp: Likewise.
20628
20629 2006-05-05 Joel Brobecker <brobecker@adacore.com>
20630
20631 * gdb.base/del.c: New file.
20632 * gdb.base/del.exp: New testcase.
20633
20634 2006-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.
20638 * gdb.base/savedregs.exp: Do not require that the dummy
20639 frame location match up to a symbol and source file location.
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.
20645
20646 2006-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
20654 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20655
20656 * gdb.base/help.exp: Update expected text for help d and
20657 help delete.
20658
20659 2006-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
20664 2006-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
20672 2006-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
20678 2006-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
20686 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20687
20688 * gdb.base/commands.exp (recursive_source_test): New test.
20689
20690 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
20691
20692 * gdb.base/float.exp: Add pattern for sparc targets.
20693
20694 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20695
20696 * gdb.base/commands.exp (stray_arg0_test): New test.
20697
20698 2006-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
20703 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
20704
20705 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20706
20707 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20708
20709 * gdb.base/prelink.exp: Anchor tested-for regular expression
20710 on gdb prompt.
20711
20712 2006-03-07 Paul Brook <paul@codesourcery.com>
20713
20714 * gdb.base/assign.exp: Correct fail message.
20715
20716 2006-03-07 Paul Brook <paul@codesourcery.com>
20717
20718 * lib/compiler.c: Extract armcc version number.
20719 * lib/compiler.cc: Ditto.
20720
20721 2006-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
20783 2006-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
20791 2006-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
20796 2006-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
20801 2006-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
20806 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20807
20808 * gdb.base/default.exp: Allow ';' as a directory separator.
20809
20810 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20811
20812 * gdb.base/help.exp (help add-symbol-file): Update.
20813
20814 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20815
20816 * gdb.base/help.exp (help load): Update expected results.
20817
20818 2006-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.
20823
20824 2006-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.
20831
20832 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20833
20834 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20835
20836 2006-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
20842 2006-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
20848 2006-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
20853 2006-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
20858 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20859
20860 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20861
20862 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20863
20864 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20865 files.
20866
20867 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20868
20869 * gdb.cp/maint.exp: Set complaints to a positive value.
20870
20871 2006-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
20877 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20878
20879 * gdb.base/checkpoint.c: Update copyright notice. Include
20880 <stdlib.h>.
20881
20882 2006-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
20890 2006-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
20898 2006-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
20907 2005-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
20912 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20913
20914 * gdb.base/freebpcmd.exp: Increase timeout.
20915
20916 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20917
20918 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20919
20920 * gdb.base/default.exp: Update check for "show version".
20921
20922 2005-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
20927 2005-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
20933 2005-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
20941 2005-12-09 Randolph Chung <tausq@debian.org>
20942
20943 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20944
20945 2005-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
20952 2005-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
20957 2005-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
20964 2005-11-09 Randolph Chung <tausq@debian.org>
20965
20966 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20967
20968 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20969
20970 * gdb.base/break.exp: Fix a comment typo.
20971
20972 2005-11-03 Jim Blandy <jimb@redhat.com>
20973
20974 Checked in by Elena Zannoni <ezannoni@redhat.com>
20975
20976 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20977
20978 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20979
20980 * gdb.arch/gdb1558.c: Include stdio.h.
20981
20982 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20983
20984 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20985
20986 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20987
20988 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20989
20990 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20991
20992 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20993 vscr" tests to better match output.
20994
20995 2005-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
21002 2005-10-09 Joel Brobecker <brobecker@adacore.com>
21003
21004 * gdb.ada/arrayidx/p.adb: New file.
21005 * gdb.ada/arrayidx.exp: New testcase
21006
21007 2005-10-09 Joel Brobecker <brobecker@adacore.com>
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
21014 2005-10-03 Joel Brobecker <brobecker@adacore.com>
21015
21016 * gdb.base/arrayidx.c: New file.
21017 * gdb.base/arrayidx.exp: New testcase.
21018
21019 2005-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
21025 2005-09-27 Bob Rossi <bob@brasko.net>
21026
21027 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
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
21040 2005-09-26 Paul Brook <paul@codesourcery.com>
21041
21042 * long_long.exp: Exclude eabi targets from arm FPA float format test.
21043
21044 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21045
21046 * bfp-test.c: New file.
21047 * bfp-test.exp: New testcase.
21048
21049 2005-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
21058 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
21059
21060 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
21061 copyright dates.
21062
21063 2005-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
21068 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21069
21070 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21071 vscr" tests to match output.
21072
21073 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21074
21075 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
21076 output.
21077
21078 2005-09-11 Bob Rossi <bob@brasko.net>
21079
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.
21084 * gdb.mi/mi-console.exp: Ditto.
21085
21086 2005-09-11 Bob Rossi <bob@brasko.net>
21087
21088 * gdb.mi/mi-var-child.c: Include <string.h>.
21089
21090 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
21091
21092 * killed.exp: Correct gdb_expect syntax.
21093
21094 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
21095
21096 * lib/mi-support.exp (mi_gdb_load): Fix typo.
21097
21098 2005-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
21113 2005-08-02 Bob Rossi <bob@brasko.net>
21114
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
21119 2005-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
21126 2005-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
21135 2005-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
21142 "-var-update --all-values".
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
21151 2005-07-18 Mark Kettenis <kettenis@gnu.org>
21152
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
21157 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
21158 sigaltsatck'.
21159
21160 2005-07-14 Bob Rossi <bob@brasko.net>
21161
21162 * gdb.base/default.exp (tty): Changed output of command.
21163 * gdb.base/help.exp (help tty): Ditto.
21164
21165 2005-07-12 Mark Kettenis <kettenis@gnu.org>
21166
21167 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
21168
21169 2005-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
21176 2005-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
21182 2005-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
21187 2005-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
21194 2005-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.
21200
21201 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
21202
21203 * gdb.fortran/array-element.f: New file.
21204 * gdb.fortran/array-element.exp: New testcase.
21205
21206 2005-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
21211 2005-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
21218 2005-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
21223 2005-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
21228 2005-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
21239 2005-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
21247 2005-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
21254 2005-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
21266 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21267
21268 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21269
21270 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21271
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.
21276
21277 2005-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
21282 2005-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
21287 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21288
21289 * gdb.base/unload.exp: Use new shared library infrastructure.
21290
21291 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21292
21293 * gdb.base/so-impl-ld.exp: Use new shared library
21294 infrastructure.
21295
21296 2005-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
21301 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21302
21303 * gdb.base/shlib-call.exp: Change to use new shared library
21304 infrastructure.
21305
21306 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21307
21308 * gdb.base/pending.exp: Change to use new shared library
21309 infrastructure.
21310
21311 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21312
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.
21315
21316 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21317
21318 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21319 shared objects being adjusted and update copyright years.
21320
21321 2005-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
21330 2005-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
21336 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21337
21338 * lib/gdb.exp (test_compiler_info): Give argument a default value.
21339
21340 2005-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
21353 2005-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
21365 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21366
21367 * lib/gdb.exp (test_compiler_info): Return compiler_info
21368 if no arguments are given.
21369
21370 2005-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
21376 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21377
21378 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21379
21380 2005-03-27 Andreas Schwab <schwab@suse.de>
21381
21382 * gdb.base/bigcore.c (main): Add missing mode argument in open
21383 call.
21384
21385 2005-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
21391 2005-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
21396 2005-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
21401 2005-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
21407 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21408
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
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
21427 2005-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
21432 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21433
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
21437 2005-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
21445 2005-03-05 Mark Kettenis <kettenis@gnu.org>
21446
21447 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21448 changes.
21449
21450 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21451
21452 * lib/compiler.c: Add test for IBM's xlc compiler.
21453 * lib/compiler.cc: Likewise.
21454
21455 2004-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
21463 2005-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
21468 2005-02-10 Mark Kettenis <kettenis@gnu.org>
21469
21470 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21471 files.
21472
21473 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21474 on *-*-openbsd*. Correctly match whitespace in regukar
21475 expressions.
21476
21477 2005-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
21484 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21485
21486 * gdb.base/start.c: New file.
21487 * gdb.base/start.exp: New testcase.
21488
21489 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21490
21491 * gdb.ada/start/dummy.adb: New file.
21492 * gdb.ada/start.exp: New testcase.
21493
21494 2005-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
21503 2005-02-09 Andreas Schwab <schwab@suse.de>
21504
21505 Committed by Andrew Cagney <cagney@gnu.org>
21506 * gdb.base/remotetimeout.exp: New file.
21507
21508 2005-02-07 Mark Kettenis <kettenis@gnu.org>
21509
21510 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21511
21512 2005-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
21529 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
21530
21531 * gdb.base/interp.exp: New test.
21532
21533 2005-01-24 Andrew Cagney <cagney@gnu.org>
21534
21535 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21536
21537 2005-01-19 Andrew Cagney <cagney@gnu.org>
21538
21539 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21540 configure.ac not configure.in.
21541
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.
21545 * gdb.base/list.exp (test_list_function)
21546 (test_list_filename_and_function): Ditto.
21547 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21548
21549 2005-01-16 Andrew Cagney <cagney@gnu.org>
21550
21551 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21552
21553 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21554
21555 2005-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
21560 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
21561
21562 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21563
21564 2005-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
21588 2004-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
21593 2004-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
21598 2004-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
21603 2004-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
21608 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21609
21610 * gdb.base/bitfields2.exp: New test.
21611 * gdb.base/bitfields2.c: New file.
21612
21613 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
21614
21615 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21616
21617 2004-11-16 Randolph Chung <tausq@debian.org>
21618
21619 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21620
21621 2004-11-14 Daniel Jacobowitz <dan@debian.org>
21622
21623 * gdb.threads/threadapply.exp: Correct "macro details" test.
21624
21625 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21626
21627 * gdb.threads/threadapply.exp: New test.
21628 * gdb.threads/threadapply.c: New file.
21629
21630 2004-11-07 Mark Kettenis <kettenis@gnu.org>
21631
21632 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21633 frames.
21634
21635 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
21636
21637 * gdb.base/cursal.exp: New file.
21638 * gdb.base/cursal.c: New file.
21639
21640 2004-11-03 Andrew Cagney <cagney@gnu.org>
21641
21642 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21643
21644 2004-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
21649 2004-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
21656 2004-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
21662 2004-10-14 Andrew Cagney <cagney@gnu.org>
21663
21664 * gdb.mi/gdb701.c (main): Return 0.
21665
21666 2004-10-13 Daniel Jacobowitz <dan@debian.org>
21667
21668 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21669
21670 2004-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
21679 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21680
21681 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21682
21683 2004-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
21692 2004-10-11 Orjan Friberg <orjanf@axis.com>
21693
21694 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
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
21699 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21700
21701 * gdb.base/overlays.exp: Update copyright years.
21702
21703 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21704
21705 * gdb.base/overlays.exp: Disable if target is Linux.
21706
21707 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
21708
21709 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21710
21711 2004-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
21716 2004-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
21731 2004-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
21737 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21738
21739 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21740 block.
21741
21742 2004-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
21749 2004-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
21754 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21755
21756 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21757
21758 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21759
21760 * gdb.threads/killed.c: Include <stdlib.h>.
21761 * gdb.threads/pthreads.c: Likewise.
21762
21763 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21764
21765 * gdb.threads/killed.c: Add copyright notice.
21766
21767 2004-09-10 Jason Molenda (jmolenda@apple.com)
21768
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.
21772
21773 2004-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
21778 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21779
21780 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21781
21782 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21783
21784 * config/hppro.exp: Removed.
21785
21786 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21787
21788 * config/sparclet.exp: Removed.
21789
21790 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21791
21792 * config/udi.exp: Removed.
21793
21794 2004-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
21800 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21801
21802 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21803
21804 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21805
21806 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
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
21812 2004-09-01 Andrew Cagney <cagney@gnu.org>
21813
21814 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21815 files.
21816
21817 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21818
21819 * gdb.base/unload.exp: Fix expected warning message to match
21820 latest format.
21821
21822 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21823
21824 * gdb.base/call-rt-st.exp: Fix typos.
21825
21826 2004-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
21831 2004-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
21837 2004-08-30 Andrew Cagney <cagney@gnu.org>
21838
21839 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21840 gdb/1757.
21841
21842 2004-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
21855 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21856
21857 * gdb.threads/bp_in_thread.exp: New testcase.
21858
21859 2004-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
21866 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21867
21868 * gdb.base/unload.c: Include <stdlib.h>.
21869
21870 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21871
21872 From Paul Gilliam <pgilliam@us.ibm.com>:
21873 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21874 synchronized after the "return".
21875
21876 2004-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
21882 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21883
21884 * gdb.threads/schedlock.c: Add copyright notice.
21885
21886 2004-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
21894 2004-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
21899 2004-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
21905 2004-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
21910 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21911
21912 * gdb.base/whatis.c: Add copyright notice.
21913
21914 2004-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
21919 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21920
21921 * Makefile.in: Add gdb.fortran.
21922
21923 2004-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
21928 2004-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
21935 2004-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
21947 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21948
21949 * gdb.base/unload.c (main): Make local variable msg const.
21950
21951 2004-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
21978 2004-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
21984 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21985
21986 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21987
21988 2004-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
21994 2004-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
21999 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22000
22001 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
22002
22003 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22004
22005 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
22006
22007 2004-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
22013 2004-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
22020 2004-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
22026 2004-08-10 Andrew Cagney <cagney@gnu.org>
22027
22028 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
22029 files.
22030
22031 2004-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
22036 2004-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
22041 2004-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
22050 2004-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
22062 2004-08-09 Mark Kettenis <kettenis@gnu.org>
22063
22064 * gdb.base/sigaltstack.exp: Provide proper anchoring.
22065
22066 2004-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
22078 2004-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
22084 2004-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
22092 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22093
22094 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
22095
22096 2004-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
22102 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22103
22104 * gdb.arch/i386-prologue.exp: Compile without debug information.
22105
22106 2004-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
22111 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22112
22113 * gdb.base/gcore.c: Include <string.h>.
22114
22115 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22116
22117 * gdb.base/gcore.c: Add copyright notice.
22118
22119 2004-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
22127 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22128
22129 * gdb.base/complex.c: Include <stdlib.h>.
22130
22131 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22132
22133 * gdb.base/complex.c: Add copyright notice.
22134
22135 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22136
22137 * gdb.base/charset.c: Include <stdlib.h>.
22138
22139 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22140
22141 * gdb.base/auxv.c: Include <stdlib.h>.
22142
22143 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22144
22145 * gdb.base/auxv.c: Add copyright notice.
22146
22147 2004-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
22152 2004-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
22158 2004-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
22167 2004-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
22173 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22174
22175 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
22176
22177 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22178
22179 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
22180
22181 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22182
22183 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
22184 Accept more values of vtbl pointer. Remove some messages
22185 about "obsolete gcc or gdb".
22186
22187 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22188
22189 * gdb.cp/classes.exp: Accept more varieties of ptype output.
22190
22191 2004-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
22196 2004-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
22201 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
22202
22203 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
22204
22205 2004-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
22214 2004-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
22220 2004-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
22226 2004-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
22233 2004-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
22240 2004-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
22246 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22247
22248 * lib/java.exp: Update copyright notice.
22249
22250 2004-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
22255 2004-07-16 Andrew Cagney <cagney@redhat.com>
22256
22257 * lib/insight-support.exp: Delete file.
22258 * lib/java.exp (java_init): Fix copyright.
22259
22260 2004-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
22269 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22270
22271 * gdb.base/restore.c: Add copyright notice.
22272
22273 2004-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
22279 2004-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
22284 2004-07-13 Andrew Cagney <cagney@gnu.org>
22285
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
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
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
22307 * gdb.base/signull.exp (test_segv): Prefix all tests with
22308 "${name}". Clean up test messages.
22309
22310 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22311
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
22317 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
22318
22319 * gdb.base/attach.exp: Remove cleanupfile handling.
22320
22321 2004-07-12 Andrew Cagney <cagney@gnu.org>
22322
22323 * gdb.base/annota1.exp: Cleanup corefile test name.
22324 * gdb.base/annota3.exp: Ditto.
22325
22326 2004-07-12 Andrew Cagney <cagney@gnu.org>
22327
22328 * gdb.base/signals.exp: Clean up copyright, re-indent.
22329
22330 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22331 gdb_test and gdb_test_multiple.
22332
22333 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22334
22335 * gdb.java/jmain.exp: Fix expected line number for main to
22336 break at. Set XFAIL for break at main test since gcj does not
22337 provide line number info for first statement in main.
22338
22339 2004-07-08 Andrew Cagney <cagney@gnu.org>
22340
22341 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22342
22343 * gdb.base/sigbpt.exp: Make the common part of each test name a
22344 prefix instead of suffix.
22345
22346 2004-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
22355 2004-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
22361 2004-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
22366 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22367
22368 * gdb.cp/templates.exp: Accept whitespace change in demangler
22369 output.
22370
22371 2004-07-06 Andrew Cagney <cagney@gnu.org>
22372
22373 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22374
22375 2004-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
22380 2004-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
22386 2004-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
22397 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22398
22399 * gdb.base/bigcore.exp: Skip test on Cygwin.
22400
22401 2004-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
22407 2004-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
22415 2004-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
22421 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22422
22423 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22424
22425 2004-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
22430 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22431
22432 * gdb.cp/pr-1553.exp: Remove.
22433
22434 2004-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
22439 2004-06-20 Jim Blandy <jimb@redhat.com>
22440
22441 Fix PR testsuite/1680.
22442 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22443 regular expressions.
22444
22445 2004-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
22451 2004-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
22456 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22457
22458 * gdb.cp/pr-574.cc: Add copyright notice.
22459
22460 2004-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
22466 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22467
22468 * gdb.cp/printmethod.cc: Add copyright notice.
22469
22470 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22471
22472 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22473
22474 2004-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
22485 2004-06-16 Andrew Cagney <cagney@gnu.org>
22486
22487 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22488
22489 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22490
22491 * gdb.base/long_long.c: Add copyright notice.
22492
22493 2004-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
22499 2004-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
22504 2004-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
22513 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22514
22515 * gdb.cp/ref-types.cc: Add copyright notice.
22516
22517 2004-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
22526 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22527
22528 * gdb.cp/try_catch.cc: Add copyright notice.
22529
22530 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22531
22532 * gdb.cp/userdef.cc: Add copyright notice.
22533
22534 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22535
22536 * gdb.cp/virtfunc.cc: Add copyright notice.
22537
22538 2004-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
22543 2004-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
22550 2004-06-09 Andrew Cagney <cagney@gnu.org>
22551
22552 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22553 gdb/1455, bug is specific to "long long" and "double".
22554
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
22560 2004-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
22568 2004-06-08 Martin Hunt <hunt@redhat.com>
22569
22570 * gdb.base/float.exp: Add pattern for mips targets.
22571
22572 2004-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
22577 2004-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
22582 2004-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
22587 2004-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
22592 2004-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
22598 2004-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
22603 2004-06-04 Roland McGrath <roland@redhat.com>
22604
22605 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22606 next gdb prompt.
22607
22608 2004-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
22614 2004-05-26 Jim Blandy <jimb@redhat.com>
22615
22616 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22617
22618 2004-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
22623 2004-05-22 Mark Kettenis <kettenis@gnu.org>
22624
22625 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22626
22627 2004-05-21 Joel Brobecker <brobecker@gnat.com>
22628 Daniel Jacobowitz <drow@mvista.com>
22629
22630 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22631 GDB prompt.
22632
22633 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22634
22635 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22636 setjmp/longjmp. Use sigaction instead of signal.
22637
22638 2004-05-19 J. Brobecker <brobecker@gnat.com>
22639 Michael Snyder <msnyder@redhat.com>
22640
22641 * gdb.threads/pthread_cond_wait.c: New file.
22642 * gdb.threads/pthread_cond_wait.exp: New testcase.
22643
22644 2004-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
22649 2004-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
22654 2004-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
22659 2004-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
22667 2004-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
22672 2004-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
22677 2004-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
22682 2004-05-05 Jim Ingham <jingham@apple.com>
22683
22684 * gdb.base/pending.exp: Make sure pending breakpoints
22685 preserve the ignore count.
22686
22687 2004-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
22693 2004-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
22698 2004-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
22703 2004-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
22708 2004-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
22713 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22714
22715 * gdb.threads/manythreads.c: Reduce thread stack size.
22716
22717 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22718
22719 * gdb.threads/manythreads.c: Add copyright notice.
22720
22721 2004-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
22726 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22727 Daniel Jacobowitz <drow@mvista.com>
22728
22729 * gdb.threads/manythreads.c: New testcase.
22730 * gdb.threads/manythreads.exp: Ditto.
22731
22732 2004-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
22737 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22738
22739 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22740
22741 2004-04-21 Andrew Cagney <cagney@redhat.com>
22742
22743 * gdb.base/sigstep.c: New file.
22744 * gdb.base/sigstep.exp: New file.
22745
22746 2004-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
22751 2004-04-15 Andrew Cagney <cagney@redhat.com>
22752
22753 * gdb.base/siginfo.c: New file.
22754 * gdb.base/siginfo.exp: New file.
22755
22756 2004-04-12 J. Brobecker <brobecker@gnat.com>
22757
22758 * gdb.base/sep.exp: Fix typo in comment.
22759
22760 2004-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
22766 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22767
22768 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22769 support.
22770
22771 2004-04-05 Andrew Cagney <cagney@redhat.com>
22772
22773 * gdb.base/sigaltstack.c: New file.
22774 * gdb.base/sigaltstack.exp: New file.
22775
22776 2004-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
22782 2004-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
22791 2004-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
22796 2004-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
22802 2004-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
22807 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22808
22809 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22810
22811 2004-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
22817 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22818
22819 * lib/ada.exp: New file.
22820
22821 2004-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
22826 2004-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
22832 2004-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
22837 2004-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
22842 2004-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
22849 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22850
22851 * gdb.cp/templates.exp: Accept more template types.
22852
22853 2004-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
22861 2004-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
22866 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22867
22868 * gdb.cp/misc.cc: Add copyright notice.
22869
22870 2004-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
22881 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22882
22883 * gdb.asm/openbsd.inc: Fix typo.
22884
22885 2004-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
22890 2004-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
22897 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22898
22899 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22900 line of output.
22901
22902 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22903
22904 * gdb.base/relocate.c (dummy): Initialize.
22905
22906 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22907
22908 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22909 a breakpoint at exit.
22910
22911 2004-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
22916 2004-02-27 Andrew Cagney <cagney@redhat.com>
22917
22918 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22919 support.
22920
22921 2004-02-26 Fred Fish <fnf@redhat.com>
22922
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
22928 2004-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
22935 2004-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
22940 2004-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
22949 2004-02-24 Andrew Cagney <cagney@redhat.com>
22950
22951 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22952 mmapped data in core file" PASS and FAIL messages consistent.
22953
22954 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22955 setting a breakpoint. Work around PR java/1565.
22956
22957 2004-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
22963 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22964
22965 * configure.in: Run stabs tests on *BSD.
22966 * configure: Regenerated.
22967
22968 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22969
22970 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22971
22972 2004-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
22978 2004-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
22984 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22985
22986 * gdb.base/nodebug.exp: Fix typo.
22987
22988 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22989
22990 Committed by Jim Blandy <jimb@redhat.com>.
22991
22992 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22993
22994 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22995
22996 * gdb.base/float.exp: Support s390*-*-* targets.
22997
22998 2004-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
23003 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
23004
23005 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
23006
23007 2004-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
23015 2004-02-16 Andrew Cagney <cagney@redhat.com>
23016
23017 * gdb.base/bigcore.exp: New file.
23018 * gdb.base/bigcore.c: New file.
23019
23020 2004-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
23033 2004-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
23038 2004-02-11 David Carlton <carlton@kealia.com>
23039
23040 * gdb.cp/breakpoint.exp: New.
23041 * gdb.cp/breakpoint.cc: New.
23042
23043 2004-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
23061 2004-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
23066 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
23067
23068 * gdb.threads/thread-specific.exp: Stop early if no threads are
23069 found.
23070
23071 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
23072
23073 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
23074
23075 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
23076
23077 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
23078 breakpoints.
23079
23080 2004-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
23086 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
23087
23088 * gdb.base/maint.exp: Update test to reflect
23089 obstack changes.
23090
23091 2004-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
23097 2004-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
23103 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23104
23105 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
23106
23107 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23108
23109 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
23110
23111 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23112
23113 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
23114
23115 2004-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
23120 2004-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
23133 2004-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
23140 2004-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
23150 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23151
23152 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
23153
23154 2004-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
23159 2004-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
23166 2004-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
23172 2004-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
23180 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
23181
23182 * gdb.base/chng-syms.exp: Remove stray newline.
23183
23184 2004-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
23190 2004-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
23197 2004-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
23202 2004-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
23207 2004-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
23212 2004-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
23223 2004-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
23228 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
23229
23230 * gdb.mi/mi-stack.exp: Update copyright.
23231
23232 2004-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
23239 2004-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
23244 2004-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
23249 2004-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
23256 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23257
23258 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23259
23260 2004-01-18 Mark Kettenis <kettenis@gnu.org>
23261
23262 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23263 used with gdb_test_multiple.
23264
23265 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23266 read at address 0. This fixes PR testsuite/1504.
23267
23268 2004-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
23283 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23284
23285 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23286 type patterns.
23287
23288 2004-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
23293 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23294
23295 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23296
23297 2004-01-16 Ben Elliston <bje@wasabisystems.com>
23298
23299 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23300 (clean mostlyclean): Remove empty rm.
23301
23302 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23303
23304 * gdb.base/setvar.exp: Add copyright years.
23305
23306 2004-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
23314 2004-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
23321 2004-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
23327 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23328
23329 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23330
23331 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23332
23333 * gdb.base/callfuncs.c: Add copyright notice.
23334
23335 2004-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
23340 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
23341
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.
23348
23349 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23350
23351 * gdb.cp/member-ptr.cc: Add copyright notice.
23352
23353 2004-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
23361 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23362
23363 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23364 escaped correctly.
23365
23366 2004-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
23373 2004-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
23378 2004-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
23384 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23385
23386 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23387 hp_cc_compiler.
23388
23389 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23390
23391 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23392 decorations.
23393
23394 2004-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
23400 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23401
23402 * gdb.cp/exception.exp: Fix typo in doco.
23403
23404 2004-01-09 Mark Kettenis <kettenis@gnu.org>
23405
23406 * gdb.base/gdb1476.exp: Fix typo.
23407
23408 2004-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
23413 2004-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
23422 2004-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
23429 2004-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
23434 2004-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
23441 2004-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
23446 2004-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
23453 2004-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
23458 2004-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
23463 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23464
23465 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23466 hp_cc_compiler.
23467
23468 2004-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
23474 2004-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
23481 2004-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
23487 2004-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
23494 2004-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
23499 2004-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
23504 2004-01-07 Andrew Cagney <cagney@redhat.com>
23505
23506 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23507
23508 2004-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
23514 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23515
23516 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23517
23518 2004-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
23523 2004-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
23528 2004-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
23537 2004-01-05 Mark Kettenis <kettenis@gnu.org>
23538
23539 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23540
23541 2004-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
23546 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23547
23548 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23549 x86_64-*-*.
23550
23551 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23552 sparc64-*-* and sparc*-solaris2*.
23553
23554 2004-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
23560 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23561
23562 * gdb.cp/local.exp: Accept gcc abi 2.
23563
23564 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23565
23566 * gdb.cp/templates.exp: Accept gcc abi 2.
23567
23568 2004-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
23573 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23574
23575 * gdb.cp/namespace.exp: Accept gcc abi 2.
23576
23577 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23578
23579 * gdb.cp/method.exp: Accept gcc abi 2.
23580
23581 2004-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
23588 2004-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
23593 2004-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
23601 2004-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
23608 2003-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
23615 2004-01-01 Mark Kettenis <kettenis@gnu.org>
23616
23617 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23618 for *-*-solaris2*.
23619
23620 2003-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
23627 2003-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
23632 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23633
23634 * gdb.base/environ.exp: Handle compiling test case from multiple
23635 source files.
23636
23637 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23638
23639 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23640
23641 2003-12-17 Jim Blandy <jimb@redhat.com>
23642
23643 * gdb.base/freebpcmd.c: Add copyright notice.
23644
23645 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23646
23647 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23648
23649 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23650
23651 2003-12-13 Jim Blandy <jimb@redhat.com>
23652
23653 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23654
23655 2003-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
23660 2003-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
23687 2003-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
23693 2003-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
23698 2003-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
23706 2003-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
23712 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23713
23714 * gdb.base/so-impl-ld.exp: Update copyright notice.
23715
23716 2003-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
23722 2003-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
23728 2003-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
23734 2003-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
23740 2003-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
23746 2003-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
23752 2003-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
23761 2003-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
23767 2003-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
23773 2003-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
23778 2003-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
23783 2003-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
23788 2003-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
23797 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23798
23799 * gdb.cp/method.exp: Accept output of new demangler.
23800
23801 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23802
23803 * gdb/class2.exp: New file.
23804 * gdb/class2.cc: New file.
23805
23806 2003-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
23811 2003-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
23816 2003-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
23821 2003-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
23832 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
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
23838 2003-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
23843 2003-11-20 Andrew Cagney <cagney@redhat.com>
23844
23845 * gdb.base/structs.exp: Handle and recover from internal errors.
23846 Replace "foo${n}" with "foo<n>" in test messages.
23847
23848 * gdb.base/structs.exp: Update copyright. Rewrite.
23849 * gdb.base/structs.c: Update copyright. Rewrite.
23850
23851 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23852 resync count exceeded.
23853
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.
23859
23860 2003-11-19 Andrew Cagney <cagney@redhat.com>
23861
23862 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23863 KFAIL.
23864
23865 2003-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
23871 2003-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
23879 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23880
23881 * gdb.trace/configure: Remove.
23882
23883 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23884
23885 * gdb.base/break.c: Add comments to aid finding line numbers for
23886 breakpoints.
23887 * gdb.base/break.exp: Remove all references to explicit line
23888 numbers.
23889
23890 2003-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
23895 2003-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
23900 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23901
23902 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23903 as well as 'Watchpoint'.
23904
23905 2003-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
23911 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23912
23913 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23914 as well as 'Watchpoint'.
23915
23916 2003-11-05 Michael Chastain <mec@shout.net>
23917
23918 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23919
23920 2003-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
23927 2003-10-22 Michael Chastain <mec@shout.net>
23928
23929 * gdb.mi/pthreads.c: Add copyright notice.
23930
23931 2003-10-22 Michael Chastain <mec@shout.net>
23932
23933 * gdb.threads/pthreads.c: Add copyright notice.
23934
23935 2003-10-20 Michael Chastain <mec@shout.net>
23936
23937 * gdb.base/gdb1056.exp: New test script.
23938
23939 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23940
23941 * gdb.threads/killed.exp: Use gdb_run_cmd.
23942
23943 2003-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
23949 2003-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
23960 2003-10-11 Michael Chastain <mec@shout.net>
23961
23962 * gdb.base/call-rt-st.exp: Update copyright year.
23963
23964 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23965
23966 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23967 * gdb.disasm/sh3.s: Ditto.
23968
23969 2003-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
23974 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23975
23976 * gdb.base/ending-run.exp: Add sh specific case.
23977
23978 2003-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
23983 2003-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
23989 2003-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
23996 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23997
23998 * lib/java.exp (java_init): Import target_alias before using it.
23999
24000 2003-09-25 David Carlton <carlton@kealia.com>
24001
24002 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
24003
24004 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
24005
24006 * gdb.base/selftest.exp: Accomodate more instruction reordering
24007 weirdness.
24008
24009 2003-09-17 Michael Chastain <mec@shout.net>
24010
24011 * gdb.cp/gdb1355.exp: New file.
24012 * gdb.cp/gdb1355.c: New file.
24013
24014 2003-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
24019 2003-09-11 David Carlton <carlton@kealia.com>
24020
24021 * gdb.cp/namespace.exp: Add tests for namespace types.
24022 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
24023 (test_namespace): New.
24024
24025 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
24026
24027 * gdb.base/relocate.exp: Handle new gdb output at startup.
24028 * gdb.stabs/weird.exp: Ditto.
24029
24030 2003-09-08 Michael Chastain <mec@shout.net>
24031
24032 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
24033
24034 2003-09-07 Michael Chastain <mec@shout.net>
24035
24036 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
24037 'parse error'.
24038
24039 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
24040
24041 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
24042
24043 2003-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
24049 2003-08-29 Mark Kettenis <kettenis@gnu.org>
24050
24051 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
24052 *-*-*bsd*.
24053
24054 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
24055
24056 * gdb.base/dump.exp: Skip for ia64.
24057
24058 2003-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
24063 2003-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
24072 2003-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
24077 2003-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
24084 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24085
24086 * gdb.base/annota3.exp: Add missing newline.
24087
24088 2003-08-06 Michael Chastain <mec@shout.net>
24089
24090 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
24091
24092 2003-08-12 Michael Snyder <msnyder@redhat.com>
24093
24094 * gdb.base/float.exp: Add test for SH.
24095
24096 2003-08-10 Mark Kettenis <kettenis@gnu.org>
24097
24098 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
24099
24100 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24101
24102 * gdb.base/completion.exp: Remove reduntant completion test
24103 on filename.
24104
24105 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24106
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.
24111
24112 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24113
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.
24119
24120 2003-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
24127 2003-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
24134 2003-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
24141 2003-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
24149 2003-07-27 Andrew Cagney <cagney@redhat.com>
24150
24151 * gdb.base/fileio.exp: Use SH when running commands using
24152 remote_exec.
24153
24154 2003-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
24159 2003-07-22 Michael Snyder <msnyder@redhat.com>
24160
24161 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
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.
24166 Some addresses are displayed numerically instead of
24167 symbolically.
24168
24169 2003-07-23 Michael Snyder <msnyder@redhat.com>
24170
24171 * gdb.base/return2.exp: Don't test long-long return.
24172
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
24200 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24201
24202 * gdb.threads/tls.exp :Add kfail for 'info address' case.
24203
24204 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24205
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.
24211
24212 2003-07-22 Andreas Schwab <schwab@suse.de>
24213
24214 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
24215
24216 2003-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
24221 2003-07-15 Andrew Cagney <cagney@redhat.com>
24222
24223 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
24224
24225 2003-07-15 Michael Chastain <mec@shout.net>
24226
24227 * gdb.base/gdb1250.exp: New file.
24228 * gdb.base/gdb1250.c: New file.
24229
24230 2003-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
24235 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24236
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.
24242
24243 2003-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,
24247 due to a compiler debug info problem.
24248
24249 2003-07-07 Andreas Schwab <schwab@suse.de>
24250
24251 * gdb.asm/m68k.inc: New file.
24252 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24253
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
24259 2003-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
24270 2003-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
24275 2003-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
24280 2003-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
24286 2003-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
24291 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24292
24293 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24294 gdb/1265.
24295
24296 2003-06-28 Michael Chastain <mec@shout.net>
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
24304 2003-06-24 Joel Brobecker <brobecker@gnat.com>
24305
24306 * gdb.base/bang.exp: New testcase.
24307
24308 2003-06-23 Joel Brobecker <brobecker@gnat.com>
24309
24310 * gdb.base/langs.exp: Add some tests for the "minimal" language
24311 support.
24312
24313 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
24314
24315 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24316 the testcase.
24317
24318 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24319
24320 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24321 offset.
24322
24323 2003-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
24328 2003-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
24333 2003-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
24338 2003-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
24346 2003-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.
24354
24355 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24356
24357 * gdb.base/float.exp: Add ia64 support.
24358
24359 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
24360
24361 * gdb.base/fileio.exp: Run only on remote targets.
24362
24363 2003-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
24368 2003-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:
24373 as above, part of the shared object relocation test.
24374
24375 2003-06-08 Mark Kettenis <kettenis@gnu.org>
24376
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
24381 * gdb.base/signals.exp: XFAIL "continue to func1" on
24382 i*86-*-freebsd*.
24383
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
24388 2003-06-02 Richard Henderson <rth@redhat.com>
24389
24390 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24391
24392 2003-06-02 Richard Henderson <rth@redhat.com>
24393
24394 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24395
24396 2003-06-02 Richard Henderson <rth@redhat.com>
24397
24398 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24399
24400 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
24401
24402 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24403 of globalvar.
24404
24405 2003-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
24410 2003-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
24418 2003-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
24423 2003-05-30 Mark Kettenis <kettenis@gnu.org>
24424
24425 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24426 FreeBSD.
24427
24428 2003-05-29 Richard Henderson <rth@redhat.com>
24429
24430 * gdb.asm/alpha.inc: New file.
24431 * gdb.asm/asm-source.exp: Use it.
24432
24433 2003-05-29 Jim Blandy <jimb@redhat.com>
24434
24435 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24436 'core.PID'.
24437
24438 2003-05-22 Jim Blandy <jimb@redhat.com>
24439
24440 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24441 backtrace.
24442
24443 2003-05-20 David Carlton <carlton@math.stanford.edu>
24444
24445 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24446 this time.
24447
24448 2003-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
24453 2003-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
24462 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24463
24464 Roland McGrath <roland@redhat.com>
24465 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24466 there is no manager thread.
24467
24468 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24469
24470 * gdb.threads/schedlock.exp: Remove assumption that all threads
24471 will run in a particular small time slice. Also ensure we break
24472 in one of the child threads rather than the main thread.
24473
24474 2003-05-07 Jim Blandy <jimb@redhat.com>
24475
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
24481 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24482 succession of 'if' statements.
24483
24484 2003-05-05 Andrew Cagney <cagney@redhat.com>
24485
24486 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24487
24488 2003-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
24493 2003-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
24498 2003-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
24503 2003-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
24512 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
24513
24514 * gdb.base/signals.exp: Make backtrace tests more specific.
24515
24516 2003-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
24521 2003-04-16 Kevin Buettner <kevinb@redhat.com>
24522
24523 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24524
24525 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
24526
24527 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24528 func marke' instead. Update test name.
24529
24530 2003-04-15 David Carlton <carlton@math.stanford.edu>
24531
24532 * gdb.c++/maint.exp: New file.
24533
24534 2003-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
24539 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24540
24541 * gdb.base/attach.exp: Add new message from ptrace in case of
24542 attaching to nonexistent process.
24543
24544 2003-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
24553 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
24554
24555 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24556 match on sourcefile name, instead of directory name.
24557
24558 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
24559
24560 * gdb.base/completion.exp: Use string_to_regexp to match the
24561 working directory name.
24562
24563 2003-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
24570 2003-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
24575 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24576
24577 * gdb.base/break.exp: Revert last patch.
24578
24579 2003-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
24584 2003-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.
24596
24597 2003-04-02 Bob Rossi <bob_rossi@cox.net>
24598
24599 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24600
24601 2003-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
24606 2003-03-27 Michael Chastain <mec@shout.net>
24607
24608 * gdb.base/gdb1090.exp: New file.
24609 * gdb.base/gdb1090.cc: New file.
24610
24611 2003-03-27 J. Brobecker <brobecker@gnat.com>
24612
24613 * gdb.gdb/observer.exp: New regression test.
24614
24615 2003-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
24620 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
24621
24622 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24623
24624 2003-03-26 Michael Chastain <mec@shout.net>
24625
24626 * gdb.base/ptype.exp: Actually use some typedef'd types.
24627
24628 2003-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
24633 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24634
24635 * gdb.base/default.exp: Fix regular expression.
24636
24637 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24638
24639 * gdb.base/args.exp: Fix regular expression.
24640
24641 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24642
24643 * gdb.base/help.exp: Allow Win32 child process.
24644
24645 2003-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
24650 2003-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
24655 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24656
24657 * gdb.base/args.exp: Expect .exe in output.
24658
24659 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24660
24661 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24662 Cygwin native.
24663
24664 2003-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
24671 2003-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
24679 2003-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
24689 2003-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
24698 2003-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
24703 2003-03-03 Michael Chastain <mec@shout.net>
24704
24705 * configure.in: Update copyright years.
24706
24707 2003-03-03 Michael Chastain <mec@shout.net>
24708
24709 * Makefile.in: Update copyright years.
24710
24711 2003-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
24720 2003-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
24725 2003-02-27 Michael Snyder <msnyder@redhat.com>
24726
24727 * gdb.base/restore.c (main): Return zero, so exit code
24728 will be consistant.
24729
24730 2003-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
24737 2003-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
24743 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24744
24745 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24746
24747 2003-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
24754 2003-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
24759 2003-02-13 Jason Molenda (jmolenda@apple.com)
24760
24761 * gdb.base/maint.exp: Update maint print statistics regexp to include
24762 new entries.
24763
24764 2003-02-13 Michael Chastain <mec@shout.net>
24765
24766 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24767
24768 2003-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
24776 2003-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
24781 2003-02-05 Michael Chastain <mec@shout.net>
24782
24783 * gdb.base/dump.exp: Add missing copyright line.
24784
24785 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24786
24787 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24788 at the beginning so the breakpoint doesn't get set on the loop.
24789
24790 2003-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
24795 2003-02-05 Keith Seitz <keiths@redhat.com>
24796 Andrew Cagney <ac131313@redhat.com>
24797
24798 * gdb.mi/mi-cli.exp: New file.
24799
24800 2003-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
24805 2003-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
24810 2003-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
24819 2003-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
24826 2003-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
24832 2003-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
24839 2003-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
24847 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24848
24849 2002-11-10 Jason Molenda (jason-cl@molenda.com):
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.
24854
24855 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24856
24857 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
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.
24861
24862 2003-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
24868 2003-02-01 Mark Salter <msalter@redhat.com>
24869
24870 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24871
24872 2003-01-31 Mark Salter <msalter@redhat.com>
24873
24874 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24875 Support empty arg.
24876
24877 2003-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
24883 2003-01-29 Michael Snyder <msnyder@redhat.com>
24884
24885 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24886 * gdb.base/display.exp: Allow for leading underscore in symbol.
24887 * gdb.base/args.exp: Skip if target does not support args passing.
24888
24889 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24890
24891 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24892 gdb_test. Accept a list of expect arguments as the third
24893 parameter.
24894 (gdb_test): Use it.
24895
24896 2003-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.
24905 * gdb.base/long_long.exp: Ditto.
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
24915 2003-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
24921 2003-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
24926 2003-01-17 David Carlton <carlton@math.stanford.edu>
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
24932 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24933
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'.
24938 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24939
24940 2003-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
24947 2003-01-15 David Carlton <carlton@math.stanford.edu>
24948
24949 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24950
24951 2003-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
24958 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24959
24960 * gdb.base/args.c: New file.
24961 * gdb.base/args.exp: New file.
24962
24963 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24964
24965 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24966
24967 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24968
24969 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24970
24971 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24972
24973 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24974 dates.
24975
24976 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24977
24978 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24979
24980 2003-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
24986 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24987
24988 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24989 * gdb.mi/mi1-console.exp: Likewise.
24990
24991 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24992
24993 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24994 * gdb.mi/mi1-console.exp: Likewise.
24995
24996 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24997
24998 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24999
25000 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
25001
25002 * gdb.base/detach.exp: New test.
25003
25004 2003-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
25019 2003-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
25024 2003-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
25030 2003-01-06 Andreas Schwab <schwab@suse.de>
25031
25032 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
25033 failures.
25034
25035 2003-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
25051 2003-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
25058 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25059
25060 * gdb.c++/casts.exp: Correct regexp.
25061
25062 2003-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
25084 2003-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
25089 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
25090
25091 * gdb.base/store.exp: Fix regular expressions.
25092
25093 2002-12-28 Mark Kettenis <kettenis@gnu.org>
25094
25095 * configure.in: Rewrite.
25096 * configure: Regenerated.
25097
25098 2003-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
25104 2002-12-23 Adam Fedor <fedor@gnu.org>
25105
25106 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
25107
25108 2002-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
25113 2002-12-22 Jim Blandy <jimb@redhat.com>
25114
25115 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
25116 rather than as part of the output file name.
25117
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
25122 2002-12-21 Jim Blandy <jimb@redhat.com>
25123
25124 * gdb.c++/psmang.exp: Doc fix.
25125
25126 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
25127 test.
25128
25129 2002-12-20 David Carlton <carlton@math.stanford.edu>
25130
25131 * gdb.c++/annota2.exp: KFAIL annotate-quit.
25132
25133 2002-12-18 Michael Chastain <mec@shout.net>
25134
25135 * gdb.c++/annota2.exp: Add copyright year 2002.
25136
25137 2002-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
25146 2002-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
25153 2002-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
25196 2002-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
25202 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
25203
25204 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
25205
25206 2002-12-06 David Carlton <carlton@math.stanford.edu>
25207
25208 * gdb.base/store.c: Don't declare functions static.
25209
25210 2002-12-04 Andrew Cagney <ac131313@redhat.com>
25211
25212 * gdb.base/store.exp, gdb.base/store.c: New files.
25213
25214 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25215
25216 * gdb.base/selftest.exp: Update for current gdb.
25217
25218 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25219
25220 * gdb.base/maint.exp: Only dump symbols from one source file
25221 or objfile.
25222
25223 2002-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
25228 2002-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
25233 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
25234
25235 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25236
25237 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25238
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
25241 should be in mi console format. This is part of fix for PR gdb/604.
25242
25243 2002-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
25248 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
25249
25250 * gdb.threads/schedlock.c (args): Make unsigned.
25251
25252 2002-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
25262 2002-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
25267 2002-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
25272 2002-10-02 Jim Blandy <jimb@redhat.com>
25273
25274 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25275
25276 2002-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
25286 2002-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.
25295
25296 2002-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
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.
25304
25305 2002-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
25311 2002-09-25 Andrew Cagney <cagney@redhat.com>
25312
25313 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25314
25315 2002-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.
25322
25323 2002-09-19 Jim Blandy <jimb@redhat.com>
25324
25325 * gdb.base/charset.exp, gdb.base/charset.c: New files.
25326
25327 2002-09-19 Andrew Cagney <ac131313@redhat.com>
25328
25329 * gdb.gdb/complaints.exp: New file.
25330
25331 2002-09-18 Andrew Cagney <ac131313@redhat.com>
25332
25333 * gdb.base/maint.exp: Check `help maint internal-warning'.
25334
25335 2002-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
25351 2002-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
25356 2002-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
25361 2002-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
25368 2002-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
25373 2002-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
25378 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
25379
25380 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25381 string after running the commands execution on breakpoint tests.
25382
25383 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
25384
25385 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25386
25387 2002-09-12 Joel Brobecker <brobecker@gnat.com>
25388
25389 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25390
25391 2002-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
25398 2002-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
25406 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
25407
25408 * gdb.base/default.exp: Fix expected string in `info float' test.
25409
25410 2002-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
25421 2002-09-05 Jim Blandy <jimb@redhat.com>
25422
25423 * gdb.threads/killed.exp: Fix test failure message.
25424
25425 2002-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
25431 2002-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
25437 2002-09-03 Jim Blandy <jimb@redhat.com>
25438
25439 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25440
25441 2002-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
25447 2002-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
25452 2002-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
25459 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
25460
25461 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25462 not altivec.c.
25463
25464 2002-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
25469 2002-08-15 Mark Kettenis <kettenis@gnu.org>
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
25474 2002-08-13 Tom Tromey <tromey@redhat.com>
25475
25476 * gdb.base/readline.exp: New file.
25477
25478 2002-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
25483 2002-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
25493 2002-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
25498 2002-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
25504 2002-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
25510 2002-07-18 Jim Blandy <jimb@redhat.com>
25511
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
25516 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25517 targets that don't support interrupts.
25518
25519 2002-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
25526 2002-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
25531 2002-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
25536 2002-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
25545 2002-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
25550 2002-06-11 Jim Blandy <jimb@redhat.com>
25551
25552 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25553 preprocessor macro information is present.
25554
25555 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25556 tests.
25557
25558 2002-06-06 Michael Snyder <msnyder@redhat.com>
25559
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
25565 * gdb.base/d10v.ld: Merge in several years worth of
25566 default linker script changes.
25567 * gdb.base/long_long.exp: Add check for sizeof (long double).
25568
25569 2002-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.
25573
25574 2002-05-30 Michael Chastain <mec@shout.net>
25575
25576 From Benjamin Kosnik <bkoz@redhat.com>:
25577 * gdb.c++/m-static.cc: New file.
25578 * gdb.c++/m-static.exp: New file.
25579
25580 2002-05-28 Michael Snyder <msnyder@redhat.com>
25581
25582 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25583 precision.
25584
25585 2002-05-27 Michael Chastain <mec@shout.net>
25586
25587 From Benjamin Kosnik <bkoz@redhat.com>:
25588 * gdb.c++/m-data.cc: New file.
25589 * gdb.c++/m-data.exp: New file.
25590
25591 2002-05-27 Michael Chastain <mec@shout.net>
25592
25593 From Benjamin Kosnik <bkoz@redhat.com>:
25594 * gdb.c++/try_catch.cc: New file.
25595 * gdb.c++/try_catch.exp: New file.
25596
25597 2002-05-27 Michael Chastain <mec@shout.net>
25598
25599 * gdb.c++/local.exp: Accept more nested types in output.
25600
25601 2002-05-26 Michael Chastain <mec@shout.net>
25602
25603 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25604
25605 2002-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
25613 2002-05-23 Michael Snyder <msnyder@redhat.com>
25614
25615 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25616 the precision of the floating point test results.
25617 * gdb.base/call-rt-st.exp: Ditto.
25618
25619 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25620 * gdb.base/call-rt-st.exp: Ditto.
25621
25622 2002-05-19 Michael Chastain <mec@shout.net>
25623
25624 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25625
25626 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
25627
25628 * configure.in (configdirs): Add gdb.arch.
25629 * configure: Regenerate.
25630
25631 2002-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
25636 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25637
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.
25642
25643 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
25644
25645 * gdb.base/maint.exp (maint print type): Update for new type
25646 structure.
25647
25648 2002-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
25655 2002-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
25660 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
25661
25662 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25663
25664 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
25665
25666 * gdb.base/break.exp: Check 'break "marker2"'.
25667
25668 2002-05-10 Michael Snyder <msnyder@redhat.com>
25669
25670 * gdb.base/long_long.exp: Fix typo.
25671
25672 2002-05-10 Jim Blandy <jimb@redhat.com>
25673
25674 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25675 a bug.
25676
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
25682 2002-05-09 Mark Kettenis <kettenis@gnu.org>
25683
25684 * gdb.c++/method.exp: Fix typo.
25685
25686 2002-05-08 Michael Snyder <msnyder@redhat.com>
25687
25688 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25689 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25690 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25691 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25692 Add iftarget clause for strongarm.
25693
25694 2002-05-06 Michael Snyder <msnyder@redhat.com>
25695
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
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
25707 2002-05-06 Ben Elliston <bje@redhat.com>
25708 From Graydon Hoare <graydon@redhat.com>
25709
25710 * config/sid.exp: Include support for "rawsid" protocol.
25711
25712 2002-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
25717 2002-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
25736 2002-05-02 Michael Snyder <msnyder@redhat.com>
25737
25738 * gdb.base/watchpoint.exp: Add xscale target.
25739 * gdb.base/long_long.exp: Add xscale target.
25740 * gdb.base/default.exp: Add xscale target.
25741
25742 2002-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
25747 2002-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
25753 2002-04-29 Anthony Green <green@redhat.com>
25754
25755 * gdb.java/jmisc1.exp: New file.
25756 * gdb.java/jmisc2.exp: New file.
25757
25758 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25759
25760 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25761
25762 2002-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
25767 2002-04-22 Michael Chastain <mec@shout.net>
25768
25769 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25770
25771 2002-04-22 Michael Chastain <mec@shout.net>
25772
25773 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25774
25775 2002-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
25780 2002-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
25786 2002-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
25792 2002-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
25799 2002-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
25805 2002-04-17 Michael Chastain <mec@shout.net>
25806 From 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
25811 2002-04-12 Michael Snyder <msnyder@redhat.com>
25812 From Jim Blandy <jimb@redhat.com>
25813 * gdb.base/foo.c (foox): Remove section attribute; the linker
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
25822 2002-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
25827 2002-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
25835 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25836
25837 * gdb.base/attach.exp: Correct target board test.
25838
25839 2002-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
25845 2002-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
25851 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25852
25853 Work around for PR gdb/285:
25854 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25855
25856 2002-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
25865 2002-04-05 J. Brobecker <brobecker@gnat.com>
25866
25867 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25868 xfullpath () function.
25869
25870 2002-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
25879 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25880
25881 * gdb.base/relocate.exp: New file.
25882 * gdb.base/relocate.c: New file.
25883
25884 2002-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
25889 2002-04-04 Michael Snyder <msnyder@redhat.com>
25890
25891 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25892
25893 2002-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
25898 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25899
25900 * gdb.c++/classes.exp ("calling method for small class"): Match
25901 updated register output.
25902
25903 2002-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
25910 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25911
25912 * gdb.base/attach.exp: Remove extra setup_xfail.
25913
25914 2002-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
25921 2002-03-27 Michael Snyder <msnyder@redhat.com>
25922
25923 * gdb.base/help.exp: Modify expect strings to reflect
25924 clean-ups in help messages.
25925
25926 2002-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
25932 2002-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
25937 2002-03-25 Michael Snyder <msnyder@redhat.com>
25938
25939 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25940
25941 2002-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
25946 2002-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
25953 2002-03-22 Michael Snyder <msnyder@redhat.com>
25954
25955 * gdb.base/default.exp: Add test for gcore. Update copyright.
25956 * gdb.base/help.exp: Add test for gcore. Update copyright.
25957
25958 2002-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
25963 2002-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
25969 2002-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
25975 2002-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
25981 2002-02-23 Michael Chastain <mec@shout.net>
25982
25983 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25984 to placate gcc.
25985
25986 2002-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
25991 2002-02-21 Jim Blandy <jimb@redhat.com>
25992
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
25996 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25997 types of pointers to prototyped functions.
25998
25999 2002-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
26015 2002-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
26020 2002-02-18 Michael Chastain <mec@shout.net>
26021
26022 * gdb.c++/userdef.exp: Update copyright year.
26023
26024 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
26025
26026 * gdb.c++/userdef.exp: Test overloaded operators properly.
26027 Remove xfails.
26028
26029 2002-02-14 Michael Snyder <msnyder@redhat.com>
26030
26031 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
26032
26033 2002-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
26044 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
26045
26046 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
26047
26048 2002-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
26053 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
26054
26055 * gdb.base/ending-run.exp: Guard "cont" test with
26056 gdb_skip_stdio_test.
26057
26058 2002-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
26065 2002-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
26070 2002-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
26075 2002-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
26081 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26082
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.
26086
26087 2002-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
26093 2002-01-21 Fred Fish <fnf@redhat.com>
26094
26095 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
26096 not caller.
26097
26098 2002-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
26103 2002-01-21 Fred Fish <fnf@redhat.com>
26104
26105 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
26106 optionally accept the "shlib events" variation.
26107
26108 2002-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
26117 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26118
26119 * gdb.c++/inherit.exp: Update copyright years.
26120 * gdb.c++/method.exp: Likewise.
26121
26122 2002-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
26131 2002-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
26140 2002-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
26145 2002-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
26150 2002-01-14 Michael Snyder <msnyder@redhat.com>
26151
26152 * gdb.base/gcore.exp: Remove extra debugging output.
26153
26154 2002-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
26159 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26160
26161 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
26162
26163 2002-01-10 Jason Merrill <jason@redhat.com>
26164
26165 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
26166
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.
26172
26173 2002-01-10 Michael Snyder <msnyder@redhat.com>
26174
26175 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
26176
26177 2002-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
26183 2002-01-08 Jason Merrill <jason@redhat.com>
26184
26185 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
26186
26187 2002-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)
26209
26210 2002-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
26218 2002-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
26223 2002-01-07 Jeffrey A Law <law@redhat.com>
26224
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.
26230
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
26238 2002-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
26258 2002-01-04 Michael Snyder <msnyder@redhat.com>
26259
26260 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
26261 * gdb.base/maint.exp: Add tests for maint info sections options.
26262
26263 Fri 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
26267 2001-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
26274 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26275
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
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
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
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
26304 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
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.
26317
26318 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26319 a SIGTRAP to the inferior.
26320
26321 2001-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
26326 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26327
26328 * gdb.base/break.exp: Fix HP specific search string when testing
26329 backtracing in a called function.
26330
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.
26334
26335 2001-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
26342 2001-12-17 Jim Blandy <jimb@redhat.com>
26343
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
26349 * gdb.base/completion.exp: On some systems, there is, in fact, a
26350 variable named `b' in scope, since GDB treats all static
26351 variables as being in scope. So use `no_var_named_this'
26352 instead of `b'.
26353
26354 * gdb.base/corefile.exp: Recognize the message saying that GDB
26355 can't find the core file's registers as a failure.
26356
26357 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26358
26359 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26360 test expect string more specific.
26361
26362 2001-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
26369 2001-12-10 Fred Fish <fnf@redhat.com>
26370
26371 * gdb.base/maint.exp: Update to match changes in type dumping code.
26372
26373 2001-12-10 Jim Blandy <jimb@redhat.com>
26374
26375 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26376 matching the entry point symbol's name at the beginning of the
26377 line.
26378
26379 2001-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
26387 2001-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
26392 2001-12-07 Jim Blandy <jimb@redhat.com>
26393
26394 If GDB says it can't find the struct the function returned, report
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
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
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
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
26412 2001-12-06 Michael Snyder <msnyder@redhat.com>
26413
26414 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26415 and detect whether the start symbol has a leading underscore.
26416
26417 2001-12-04 Jim Blandy <jimb@redhat.com>
26418
26419 * gdb.base/completion.exp: Clarify indentation.
26420
26421 2001-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
26426 2001-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.
26432 * gdb.asm/configure: Regenerated.
26433
26434 2001-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
26447 2001-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
26455 2001-11-24 Mark Kettenis <kettenis@gnu.org>
26456
26457 * gdb.asm/configure.in: Fix recognition of ix86 target.
26458 * gdb.asm/configure: Regenerate.
26459
26460 2001-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.
26466
26467 2001-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
26474 2001-11-20 Michael Snyder <msnyder@redhat.com>
26475
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
26481 * gdb.c++/namespace.exp: Fix quotes in output messages.
26482
26483 2001-11-14 Michael Snyder <msnyder@redhat.com>
26484
26485 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26486 qualifier in a type cast expression, to designate an address
26487 in the instruction space (Harvard architecture).
26488
26489 2001-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
26494 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
26495
26496 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26497
26498 2001-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
26503 2001-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.
26513
26514 2001-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
26519 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26520
26521 * gdb.base/restore.exp: Include $expected value in restored test
26522 message.
26523
26524 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26525
26526 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26527 implemented.
26528
26529 2001-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
26534 2001-11-07 Michael Snyder <msnyder@redhat.com>
26535
26536 * gdb.c++/templates.exp (test_template_breakpoints):
26537 If we get an overload menu, but it does not match what
26538 we expect, we still need to issue the "cancel" command.
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".
26542 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26543 making the whitespace optional. Also replace "(void) with
26544 "((void|)), making the keyword "void" optional.
26545 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26546 making the whitespace optional. Also replace "(void) with
26547 "((void|)), making the keyword "void" optional.
26548 * gdb.base/callfuncs.c (t_float_values): This function must
26549 _not_ be prototyped, and the following function (t_float_values2)
26550 must be prototyped (if the compiler supports it), so that GDB
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.
26554 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26555 includes a stack frame for "start".
26556
26557 2001-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
26566 2001-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
26571 2001-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
26579 2001-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
26587 2001-10-30 Michael Snyder <msnyder@redhat.com>
26588
26589 * gdb.base/jump.exp: Allow it to run for all targets.
26590
26591 2001-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
26601 2001-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
26605 Stormy16 target.
26606
26607 2001-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
26612 2001-10-29 Orjan Friberg <orjanf@axis.com>
26613
26614 * gdb.base/setvar.exp: Escape curly braces.
26615 * gdb.stabs/weird.exp: Ditto.
26616
26617 2001-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
26622 2001-10-25 Andrew Cagney <ac131313@redhat.com>
26623
26624 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26625 messages.
26626
26627 2001-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
26632 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
26633
26634 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26635
26636 2001-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
26641 2001-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
26648 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26649
26650 * gdb.threads/pthreads.exp: Wait for output and delay
26651 before sending ^C.
26652
26653 2001-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
26659 2001-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
26664 2001-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
26669 2001-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
26680 2001-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
26686 2001-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
26691 2001-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
26696 2001-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
26702 2001-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
26707 2001-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
26713 2001-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
26720 2001-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
26727 2001-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
26733 2001-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
26738 2001-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
26743 2001-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
26749 2001-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
26755 2001-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
26761 2001-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
26766 2001-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
26771 2001-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
26777 2001-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
26783 2001-08-02 Dave Brolley <brolley@redhat.com>
26784
26785 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26786
26787 2001-07-25 Michael Snyder <msnyder@redhat.com>
26788
26789 * gdb.base/consecutive.exp: New file. Test stepping over
26790 breakpoints on consecutive instructions.
26791 * gdb.base/consecutive.c: New file.
26792
26793 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26794 curly braces in regular expressions.
26795
26796 2001-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
26801 2001-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
26806 2001-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
26811 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26812
26813 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
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
26820 2001-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
26826 2001-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
26832 2001-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
26837 2001-06-24 Michael Chastain <chastain@redhat.com>
26838
26839 * gdb.base/arithmet.exp: Remove some tests to make all test names
26840 unique.
26841
26842 2001-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
26847 2001-07-02 Michael Snyder <msnyder@redhat.com>
26848
26849 * gdb.base/completion.exp: Don't assume that break.c is the only
26850 source file that may contain functions named "marker".
26851 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26852
26853 2001-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
26862 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26863
26864 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26865 empty breakpoint tables.
26866
26867 2001-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
26872 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26873
26874 * lib/mi-support.exp: Remove local emacs variable defining
26875 change-log-default-name.
26876
26877 2001-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
26882 2001-06-13 Jim Blandy <jimb@redhat.com>
26883
26884 * lib/gdb.exp (gdb_test): Doc fix.
26885
26886 2001-06-10 Michael Chastain <chastain@redhat.com>
26887
26888 * gdb.base/exprs.exp: Remove a duplicate test.
26889
26890 2001-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
26896 2001-06-04 Michael Snyder <msnyder@redhat.com>
26897
26898 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26899 non-zero if control_c fails. Terminate the test on failure,
26900 rather than wait for 12 more tests to time out.
26901
26902 2001-06-06 Jim Blandy <jimb@redhat.com>
26903
26904 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26905 Don't forget to match the GDB prompt.
26906
26907 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26908
26909 2001-06-04 Jim Blandy <jimb@redhat.com>
26910
26911 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26912 command.
26913
26914 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26915
26916 * gdb.base/annota1.exp (info break): Match four or more spaces
26917 after "Address".
26918
26919 2001-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
26926 2001-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
26932 2001-05-24 Michael Snyder <msnyder@redhat.com>
26933
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
26938 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26939 debugging. If test fails, issue an "unsupported" not a "fail".
26940
26941 2001-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,
26946 this isn't true.
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
26953 2001-05-24 Michael Snyder <msnyder@redhat.com>
26954
26955 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26956 test for (full_coverage == 0). This makes the test run faster,
26957 and prevents dejagnu getting out of step.
26958
26959 2001-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
26965 2001-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
26977 2001-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
26983 2001-05-21 Michael Snyder <msnyder@redhat.com>
26984
26985 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26986
26987 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26988
26989 * gdb.base/completion.exp: Revamp test. Make it execute on all
26990 platforms.
26991
26992 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26993
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.
26999
27000 2001-05-07 Keith Seitz <keiths@cygnus.com>
27001
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.
27014
27015 2001-05-06 Jim Blandy <jimb@redhat.com>
27016
27017 * restore.c: Make the code of caller0 correspond to its comment.
27018
27019 2001-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.
27024 (gdb_load): Check for error messages. On error or timeout,
27025 return a negative value.
27026
27027 2001-04-24 Jim Blandy <jimb@redhat.com>
27028
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
27033 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
27034 variations.
27035
27036 2001-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
27042 2001-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
27051 2001-03-21 Jim Blandy <jimb@redhat.com>
27052
27053 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
27054 unmangled operator names.
27055
27056 2001-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
27062 2001-03-19 Andrew Cagney <ac131313@redhat.com>
27063
27064 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
27065
27066 2001-03-12 Michael Chastain <chastain@redhat.com>
27067
27068 * gdb.c++/derivation.exp: Use the 'runto' library function.
27069
27070 2001-03-12 Michael Chastain <chastain@redhat.com>
27071
27072 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
27073
27074 2001-02-24 Michael Chastain <chastain@redhat.com>
27075
27076 * gdb.c++/ref-types.exp: Change handwritten code to library
27077 function 'runto'.
27078
27079 2001-03-16 Orjan Friberg <orjanf@axis.com>
27080
27081 * gdb.base/signals.exp: Set count to 0 explicitly.
27082
27083 2001-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.
27087 (gdb_load): Add support for additional target_info: gdb_download_size
27088 and gdb_load_timeout.
27089
27090 Thu 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
27093 file -- to prevent failing when the compile fails but we have no
27094 intention of running the tests anyway.
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
27100 integers.
27101
27102 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
27103 * gdb.c++/namespace.exp: Ditto.
27104
27105 2001-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
27110 2001-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
27183 2001-02-27 Michael Snyder <msnyder@cygnus.com>
27184
27185 * gdb.base/varargs.c (find_max_double): Fix printf format string:
27186 first arg is int not float.
27187
27188 2001-02-22 Michael Snyder <msnyder@cygnus.com>
27189
27190 * gdb.base/reread.exp: Unsupported for non-native targets;
27191 doesn't work for remote debugging.
27192
27193 2001-02-19 Fernando Nasser <fnasser@redhat.com>
27194
27195 From Drew Moseley <dmoseley@redhat.com>
27196 * gdb.base/ending-run.exp: Properly handle the BSP state when
27197 stepping past the end of main.
27198
27199 2001-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
27205 2001-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
27213 2001-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
27219 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
27220
27221 * gdb.threads/pthreads.exp: Unify pass/fail messages for
27222 ``continue to bkpt at common_routine in thread 2'' and ``stopped
27223 before calling common_routine 15 times'' tests.
27224
27225 2001-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.
27235 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
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
27253 2001-01-30 Kevin Buettner <kevinb@redhat.com>
27254
27255 * gdb.c++/templates.cc (printf): Remove unused function definition.
27256
27257 2001-01-26 Felix Lee <flee@redhat.com>
27258
27259 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27260
27261 2001-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
27267 2001-01-25 matthew green <mrg@redhat.com>
27268
27269 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
27270 Deprecate $sid_spawn_id.
27271 (sid_exit): Remove code necessary only for `spawn.'
27272
27273 2001-01-25 matthew green <mrg@redhat.com>
27274
27275 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27276
27277 2001-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
27299 2001-01-17 Ben Elliston <bje@redhat.com>
27300
27301 * config/sid.exp: New file.
27302
27303 Fri 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
27307 2000-12-21 Michael Snyder <msnyder@cygnus.com>
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
27312 2000-12-20 Fernando Nasser <fnasser@redhat.com>
27313
27314 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
27315
27316 2000-12-18 Michael Snyder <msnyder@cygnus.com>
27317
27318 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
27319 in regexp. One '\' does not suffice on Linux.
27320
27321 2000-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
27330 2000-12-07 Michael Snyder <msnyder@cygnus.com>
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
27336 2000-12-05 Michael Snyder <msnyder@cygnus.com>
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
27347 2000-12-05 Michael Snyder <msnyder@cygnus.com>
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
27359 2000-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
27367 2000-11-17 Nick Duffek <nsd@redhat.com>
27368
27369 * lib/gdb.exp (gdb_test): Override timeout with board info.
27370
27371 2000-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
27376 2000-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
27387 2000-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
27392 2000-11-03 Michael Snyder <msnyder@cygnus.com>
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.
27397
27398 2000-11-03 Michael Snyder <msnyder@cygnus.com>
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
27415 2000-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
27421 2000-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
27428 2000-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
27436 2000-10-24 Michael Snyder <msnyder@cygnus.com>
27437
27438 * gdb.base/commands.exp: Break up long lines, and re-indent.
27439
27440 2000-10-19 Michael Snyder <msnyder@cygnus.com>
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
27446 2000-10-16 Michael Snyder <msnyder@cygnus.com>
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
27453 2000-10-13 Michael Snyder <msnyder@cygnus.com>
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
27462 2000-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
27467 'finish', otherwise uncaptured gdb_prompt would potentially
27468 throw remaining test points out of sync.
27469
27470 2000-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.
27477
27478 Mon 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
27483 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27484
27485 * gdb.java/jv-exp.exp: New file.
27486
27487 Sun 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
27498 Wed 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
27501 underflow.
27502
27503 Thu 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
27506 and the compilers sizes.
27507
27508 2000-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
27516 2000-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
27527 Tue 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
27530 compile/link program. Update line numbers.
27531 * gdb.asm/d10v.inc: Define ``startup''.
27532 * gdb.asm/asmsrc1.s: Add definition of _start.
27533
27534 Fri 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
27538 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27539
27540 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27541 of 'help maint print' command.
27542
27543 Fri 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
27546 they use gdb_expect_list.
27547
27548 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27549
27550 * gdb.base/commands.exp: Use ``set remote
27551 memory-read-packet-size'' instead of ``set endian big'' to test
27552 long commands.
27553
27554 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
27555
27556 * gdb.c++/templates.exp (do_tests): Make all of these work under
27557 g++, and stop skipping them.
27558
27559 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27560 work under g++.
27561
27562 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27563 initialization.
27564
27565 2000-06-02 Michael Snyder <msnyder@cygnus.com>
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
27572 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27573
27574 * gdb.c++/local.exp: This test has never been known to work with g++.
27575
27576 2000-05-18 Michael Snyder <msnyder@cygnus.com>
27577
27578 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27579 Relax the regular expression a little, make it pass on Solaris 8.
27580
27581 2000-05-12 Kevin Buettner <kevinb@redhat.com>
27582
27583 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27584 a call, do not require that gdb stop on the line after the call.
27585 Instead, it is permissible for gdb to stop on the line of the
27586 call itself.
27587
27588 2000-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
27599 2000-05-08 Michael Snyder <msnyder@cygnus.com>
27600
27601 * gdb.base/interrupt.exp: Make "pass" message say "send"
27602 rather than "send_gdb" (for consistancy).
27603
27604 Mon 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
27610 2000-04-28 Michael Snyder <msnyder@cygnus.com>
27611
27612 * gdb.base/break.exp: When compiled with -O2 optimization,
27613 gdb may not stop at the first line of main, due to code motion.
27614
27615 2000-04-26 Michael Snyder <msnyder@cygnus.com>
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
27623 2000-04-24 Michael Snyder <msnyder@cygnus.com>
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
27633 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27634
27635 * gdb.base/help.exp: Update output for add-symbol-file command.
27636
27637 2000-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
27642 2000-04-07 J.T. Conklin <jtc@redback.com>
27643
27644 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27645
27646 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27647
27648 Thu 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
27651 values that can be represented exactly.
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
27659 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27660
27661 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27662
27663 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27664
27665 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27666
27667 2000-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
27672 2000-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
27678 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27679
27680 From David Whedon <dwhedon@gordian.com>
27681 * gdb.base/commands.exp : Added command deprecator tests.
27682
27683 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
27684
27685 * gdb.base/help.exp: Added test for new apropos command.
27686
27687 2000-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
27696 2000-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
27701 procedure to test arrays that are typedef'd.
27702
27703 2000-03-13 James Ingham <jingham@leda.cygnus.com>
27704
27705 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27706 the library directories.
27707
27708 Mon 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.
27714
27715 2000-02-25 Scott Bambrough <scottb@netwinder.org>
27716
27717 * gdb.base/long_long.exp: Correct test suite failure when printing
27718 a long long value as a double on ARM platforms.
27719
27720 2000-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
27725 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27726
27727 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27728 gdbtk/library directory, not in gdbtcl2.
27729
27730 2000-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
27751 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27752
27753 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27754
27755 2000-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
27761 2000-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
27766 2000-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
27771 2000-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.
27774 Don't use xfail's because that affects only the following test.
27775
27776 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27777 solaris or linux.
27778
27779 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27780
27781 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27782
27783 * gdb.base/display.exp: Some yacc parsers like to say
27784 "A syntax error" rather than "A parse error". Accept both.
27785
27786 2000-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
27792 2000-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
27797 prompt (cleanup rather than necessity, but still might keep output
27798 from spilling to next test).
27799
27800 2000-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
27805 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27806
27807 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27808 float" test.
27809
27810 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27811
27812 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27813
27814 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27815 outermost frame disallowed".
27816
27817 1999-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
27822 1999-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
27827 1999-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
27835 Sat 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.
27838 Change the buffer type to ``unsigned char'' to simplify size
27839 arithmetic.
27840
27841 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27842 stub only handles 400-1 byte packets. Verify that the download
27843 worked.
27844
27845 1999-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
27851 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27852
27853 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27854
27855 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27856
27857 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27858 watchpoints.
27859
27860 1999-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
27872 1999-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
27880 1999-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
27887 1999-11-18 Tom Tromey <tromey@cygnus.com>
27888
27889 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27890
27891 1999-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
27897 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27898
27899 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27900
27901 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27902
27903 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27904 from $srcdir/lib/.
27905 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27906 and gdb.c++/.
27907
27908 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27909
27910 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27911 'continue with watch' test point.
27912
27913 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27914
27915 Merged from p2linux-990323-branch:
27916
27917 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27918
27919 Mon 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
27922 {limit,fixed}''. Test ``set download-write-size''.
27923
27924 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27925
27926 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27927 gdb_expect_list.
27928
27929 Fri 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
27933 1999-11-03 Mark Salter <msalter@cygnus.com>
27934
27935 * gdb.base/break.exp: Fix "stub continue" pattern.
27936
27937 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27938
27939 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27940
27941 1999-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
27950 breakpoint hit messages include an address.
27951
27952 * gdb.base/display.exp: Don't forget to escape parens in regular
27953 expressions. Unix regexp notatation sucks.
27954
27955 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27956
27957 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27958 order for 'signalled' message.
27959
27960 1999-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
27966 1999-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
27971 1999-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
27976 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27977
27978 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
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.
27982
27983 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27984
27985 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27986 a pass case.
27987
27988 1999-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
27995 1999-10-01 Fred Fish <fnf@cygnus.com>
27996
27997 * gdb.base/help.exp (help add-symbol-file): Update to match current
27998 gdb output.
27999
28000 1999-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
28005 1999-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
28010 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
28011
28012 * config/monitor.exp (gdb_target_monitor): Disable X- and
28013 Z-packets if the target needs it.
28014
28015 1999-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
28021 1999-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
28026 1999-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
28031 1999-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,
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.
28045
28046 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
28047
28048 Fri 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
28067 1999-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
28072 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
28073
28074 * gdb.base/ending-run.exp: Add Solaris case for what happens when
28075 stepping out of main.
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
28081 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
28082
28083 * gdb.c++/ovldbreak.exp: Update match string in test that
28084 includes a warning of multiple breakpoints.
28085
28086 1999-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"
28092 test.
28093
28094 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
28095 configs when using G++, not just hppa*.
28096
28097 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28098
28099 * gdb.base/async.c: New file.
28100 * gdb.base/async.exp: New file.
28101
28102 Tue 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
28107 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
28108
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
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
28119 1999-08-19 J.T. Conklin <jtc@redback.com>
28120
28121 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
28122 characters in 'continue to 1241' test.
28123
28124 1999-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
28132 1999-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
28143 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
28144
28145 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
28146 command.
28147
28148 1999-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
28160 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
28161
28162 * gdb.base/display.exp: Help expect by putting a newline in the
28163 funky printf, remove a bogus p/a test.
28164
28165 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28166
28167 * gdb.base/display.exp: Make sure that when we say 'run', we are
28168 connected to the target. This is necessary when running not
28169 natively.
28170
28171 1999-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
28179 1999-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
28185 constant as "ULL".
28186 * gdb.base/long_long.exp: Loosen x/c test, add partial result
28187 matches for a couple x/2 commands.
28188
28189 1999-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
28207 output, add HP alternatives for new and delete prints.
28208 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
28209 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
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
28215 compilers.
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.
28228
28229 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28230
28231 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28232
28233 1999-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
28238 1999-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
28247 case.
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,
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.
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
28258 HP-UX xfails, add others.
28259 * gdb.base/completion.exp: Reflect name change of self-test.
28260 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
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.
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
28273 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28274
28275 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
28276 command.
28277
28278 1999-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.
28282
28283 * gdb.base/annota1.exp: Clean up some more, in case printf has
28284 debug info. Deal with lack of signal hanlder info in stack.
28285
28286 From Jim Kingdon <kingdon@redhat.com>:
28287 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28288
28289 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28290
28291 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
28292 gdb.base/foll-vfork.exp: Don't run for crosses.
28293
28294 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28295
28296 * gdb.base/configure.in: Check for gdbvars.exp instead of
28297 a1-selftest.exp.
28298 * gdb.base/configure: Re-generate.
28299
28300 1999-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
28310 1999-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
28318 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28319
28320 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
28321 calling malloc.
28322 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28323 * ptype.exp: Move test for get_debug_format to before its first
28324 use.
28325
28326 1999-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
28333 Tue 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
28336 a consistent format.
28337
28338 1999-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,
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.
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,
28358 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28359 files, move here from gdb.hp.
28360 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
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.
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,
28378 gdb.base/solib.exp: Fix compiler invocation process.
28379
28380 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28381 HP-UX 11, turn off overload resolution explicitly.
28382 * gdb.base/commands.exp: Set argument list explicitly, add
28383 watchpoint test.
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,
28415 no longer useful.
28416
28417 Fri 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
28420 list of patterns.
28421 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28422 print_double_array(double_array)", "continuing to breakpoint
28423 1018", "print print_double_array(array_d)" and "continuing to
28424 1034" tests.
28425
28426 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28427
28428 * Makefile.in: Add empty html and install-html targets.
28429
28430 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28431
28432 * config/mt-*: Remove, these haven't been used since 1996.
28433
28434 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28435
28436 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28437 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28438 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28439
28440 1999-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
28445 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28446
28447 * gdb.exp: Fix test for gdb_prompt existence.
28448
28449 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28450
28451 * gdb.exp (gdb_test): Add fail after calls to perror.
28452
28453 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28454
28455 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28456
28457 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28458
28459 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28460
28461 Fri 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
28464 malloc() is linked in.
28465
28466 1999-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
28473 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28474
28475 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28476
28477 Fri 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
28482 1999-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
28490 Wed 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.
28493 * gdb.base/ending-run.exp: When stepping out of main, accept a
28494 step into an arbitrary assembler file.
28495
28496 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28497
28498 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28499 "breakpoint-invalid" to be printed.
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.
28503 * gdb.base/annota2.cc: Initialize a.x to 0.
28504
28505 1999-05-17 Keith Seitz <keiths@cygnus.com>
28506
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)".
28517 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28518 "skip_float_tests" is set.
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.
28522
28523 1999-05-06 Keith Seitz <keiths@cygnus.com>
28524
28525 * gdb.base/annota2.cc: Include stdio.h.
28526
28527 Wed 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,
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.
28535 * gdb.base/README: Remove, was doc for this.
28536 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28537 needed.
28538
28539 1999-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
28549 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
28550
28551 * config/cfdbug.exp: New file.
28552
28553 1999-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,
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.
28562
28563 1999-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
28577 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28578
28579 * gdb.base/signals.exp (test_handle_all_print): Use () for
28580 grouping in expressions, not {}.
28581
28582 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28583 initialized yet.
28584
28585 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28586
28587 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28588 are listed.
28589
28590 1999-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
28595 1999-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
28601 change, to mollify finicky HP compiler.
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.
28604
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
28609 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28610
28611 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28612 * gdb.hp/*.exp: Change all to run compiler probe only after
28613 passing skip_hp_tests, so as not to waste time on guaranteed
28614 failure.
28615
28616 * gdb.c++/overload.cc: Pass string instead of char addr, always
28617 init ccpfoo.
28618 * gdb.c++/templates.cc: Fix syntax error.
28619
28620 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28621
28622 * gdb.base/commands.exp: Add test for correct position of '>'
28623 when issuing the 'commands' command after a 'while' or 'if'
28624 command.
28625
28626 1999-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
28636 keep it from killing the rest of the tests.
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
28645 * gdb.base/default.exp: Check for the current error message in the
28646 r abbreviation test.
28647 Add strongarm to the targets that know info float.
28648
28649 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28650 run which doesn't work with monitors.
28651
28652 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28653 1034 test.
28654
28655 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28656
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...
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
28666 1999-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
28674 1999-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
28679 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28680
28681 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28682
28683 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28684
28685 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28686 descriptions of types (short unsigned int vs unsigned short, etc).
28687
28688 1999-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
28693 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28694
28695 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28696 character, so GDB won't print garbage after its end.
28697
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
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?")
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
28715 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28716
28717 * lib/gdb.exp: Doc fixes.
28718
28719 1999-03-05 Nick Clifton <nickc@cygnus.com>
28720
28721 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28722
28723 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28724
28725 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28726 commands. They're not germane to this test, and they don't work
28727 that way on remote targets.
28728
28729 1999-03-01 James Ingham <jingham@cygnus.com>
28730
28731 * Changelog entries merged over from gdb development branch.
28732
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
28738 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28739
28740 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28741
28742 1999-02-25 Felix Lee <flee@cygnus.com>
28743
28744 * lib/gdb.exp (debug_format): initialize
28745
28746 1999-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
28751 1999-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
28756 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28757
28758 * gdb.base/smoke.exp: Disambiguate two test case names (both
28759 called ``print'').
28760
28761 Fri 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
28764 compilation.
28765
28766 1999-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
28777 1999-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
28785 leading zeros. Explicitly ask for hex formatting. Use
28786 unique test case names.
28787
28788 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28789
28790 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28791
28792 * gdb.c++/method.exp: Add missing close brace.
28793
28794 1999-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
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.
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
28818 Mon 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,
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.
28824 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28825 reflect move.
28826
28827 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28828
28829 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28830 gdb.trace/Makefile.in (clean): Remove all test executables.
28831
28832 Tue 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
28838 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28839
28840 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28841 and compiled w/o GCC.
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
28853 Thu 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
28857 with GCC.
28858
28859 Mon 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
28895 Sun 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
28947 Wed 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.
28972 * gdb.base/display.exp: new file.
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.
28981
28982 Wed 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
28986 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28987
28988 * gdb.base/help.exp: Update to reflect current text.
28989
28990 Tue 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
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.
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.
29019
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.
29023
29024 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
29025
29026 The following changes were made by David Taylor
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.
29030
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++/
29034
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.
29063
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
29132 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
29133
29134 The following change was made by Edith Epstein
29135 <eepstein@cygnus.com> as part of a project to merge in changes
29136 originally made by HP; HP did not create ChangeLog entries.
29137
29138 * gdb.c++/demangle.exp: changed the expected output for some
29139 ARM-style mangling -- removed second reference to datatype.
29140 For example, maint demangle __dt__11T1__pt__2_cFv
29141 T1<char>::~T1<char>(void)
29142 becomes,
29143 maint demangle __dt__11T1__pt__2_cFv
29144 T1<char>::~T1(void)
29145
29146 (test_hp_style_demangling): new hp specific demangling test cases.
29147
29148 Mon 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
29167 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
29168
29169 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
29170
29171 Wed 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
29177 Sat 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
29180 remote dos host testing right.
29181
29182 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
29183
29184 * gdb.base/corefile.exp: remove some xfails.
29185
29186 Thu 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
29189 have different timestamps.
29190
29191 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
29192
29193 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
29194 gdb.base/default.exp: Replace "exec" with "executable".
29195
29196 Tue 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
29199 delta.
29200
29201 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
29202
29203 * gdb.base/default.exp: Add brace missing from previous delta.
29204
29205 Mon 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
29210 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
29211
29212 * gdb.trace/*.exp: remove "remote_download" command.
29213
29214 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
29215
29216 * gdb.trace/*.exp: remove -gdwarf from compile.
29217
29218 Wed 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
29223 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
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.
29236
29237 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
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
29245 1998-08-11 Dawn Perchik <dawn@cygnus.com>
29246
29247 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29248
29249 Fri 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
29255 Thu 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
29260 1998-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
29265 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29266
29267 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
29268 into two parts to get around a synchronization problem in expect.
29269
29270 Fri 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
29280 Fri 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
29287 Fri 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
29292 1998-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
29298 Wed 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
29303 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
29304
29305 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29306 match processing (and eliminate spurious timeouts when running).
29307
29308 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
29309
29310 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29311 exception test, but conditionalize it on target [mach | gnu].
29312
29313 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
29314
29315 * gdb.base/overlays.exp: fixup compile line for linker script.
29316
29317 Thu 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
29321 Thu 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
29325 Sun 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
29330 Sat 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
29336 Sat 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
29341 Sat 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
29346 Wed 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
29358 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29359
29360 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
29361 (t_enum_value2): ditto
29362 (t_enum_value3): ditto
29363 (main): ditto
29364 Fri 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
29371 Thu 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
29376 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29377
29378 * gdb.base/branches.c: Code with lots of loops and
29379 subroutines. Used to test gdbs ability to single step through PC
29380 changes, especially to test mips-tdep.c:mips_next_pc
29381
29382 Mon 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
29387 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29388
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.
29401
29402 Tue 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
29410 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29411
29412 * config/cygmon.exp: New file.
29413
29414 Mon 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
29417 main" test on remote targets.
29418
29419 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29420 run test on remote targets.
29421
29422 Thu 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
29430 Mon 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
29434 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29435
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.
29439
29440 Thu 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
29443 on-chip insn memory and IMAP1 to upper 128k.
29444 (D10VCopy): Handle memory regions crossing 16k boundaries.
29445 (D10VCopy): Transfer data in 32 bit chunks.
29446
29447 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29448
29449 * gdb.base/overlays.c (main): Exit normally when result is
29450 correct.
29451
29452 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29453 map. Include space for printf in .text segment.
29454
29455 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29456 updated d10v memory VMA/LMA map.
29457 (D10VCopy): Call D10VTranslate.
29458
29459 Fri 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
29464 that it won't be put into the .sdata - small data -
29465 section. Update reference.
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
29471 to be arrays.
29472
29473 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29474
29475 * gdb.base/overlays.exp: fix up and get working again.
29476 Add tests for backtraces from an overlay function.
29477
29478 Fri 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
29483 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29484
29485 * gdb.base/break.exp (test_next_with_recursion): Remove
29486 gdb_suppress_tests for d10v-*-*.
29487 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29488 pending review of whether it is useful or not.
29489
29490 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29491
29492 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29493
29494 Mon 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
29499 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29500
29501 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29502 reads and BSD.
29503
29504 Wed 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
29511 Tue 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
29514 test.
29515
29516 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29517 target_sizeof_long and target_bigendian_p.
29518 (structs_by_value, structs_by_reference): Check values according
29519 to targets word size and endianess.
29520
29521 Mon 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
29524 output.
29525
29526 Fri 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:
29529 Update test of set args help to match source change.
29530
29531 Fri 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
29537 Wed 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,
29545 define vxworks when building the testcase.
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
29553 Tue 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
29562 Mon 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
29568 set_debug_traps() and breakpoint().
29569 * gdb.c++/misc.cc (main): Ditto.
29570 * gdb.c++/templates.cc (main): Ditto.
29571 * gdb.c++/virtfunc.cc (main): Ditto.
29572
29573 Fri 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.
29580
29581 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29582 tests to have unique names.
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.
29591
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
29601 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29602
29603 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29604 target mode.
29605
29606 Mon 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"
29610 string from GDB when it connects.
29611
29612 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29613
29614 Thu 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
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.
29619
29620 * gdb.stabs/weird.exp: Fix quoting.
29621
29622 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29623
29624 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29625
29626 * config/arm-ice.exp: New file.
29627
29628 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29629
29630 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29631 until it has been modified to work with the new testsuite.
29632
29633 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29634 testcase won't compile, cause all of the testcases in the file to
29635 fail instead.
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
29642 Sat 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
29648 Fri 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
29655 tests to fail for DWARF 1 and COFF formats.
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.
29662
29663 Wed 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
29669 any gdb stub target. Handle cases where gdb doesn't respond when
29670 interrupted in a sane fashion.
29671
29672 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29673 same thing in a totally different way.
29674
29675 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29676 setting "timeout".
29677 (gdb_start): We set the global gdb_prompt variable in
29678 default_gdb_init now.
29679
29680 Sun 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
29686 Wed 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
29689 properly.
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
29694 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29695
29696 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29697 global variables. Handle getting a value for $timeout more
29698 gracefully.
29699
29700 Sat 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
29703 initialize.
29704 (default_gdb_init): New procedure; allow gdb_init to be overridden
29705 by a target configuration file.
29706 (gdb_expect): Pass the timeout to remote_expect.
29707
29708 * config/monitor.exp(gdb_load): Fix typo in regexp.
29709
29710 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29711
29712 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29713
29714 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29715
29716 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29717 here. Call gdb_target_exec before rebooting the target, to make
29718 sure the connection to the target is closed.
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
29724 gdb_target_monitor. Don't call gdb_file_cmd here; let
29725 gdb_target_monitor do it.
29726
29727 * gdb.disasm/hppa.exp: Don't use exec_output.
29728
29729 Fri 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
29736 test_calls after restarting.
29737
29738 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29739 reloading.
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
29746 stub case.
29747 * gdb.base/langs.exp: Ditto.
29748
29749 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29750 gdb_load_offset. If we weren't given a file to load, figure out
29751 what the current file is and use it.
29752
29753 * config/i386-bozo.exp: New file.
29754
29755 Thu 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
29762 Wed 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
29773 Tue 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
29779 Mon 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
29786 Thu 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
29791 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29792
29793 * gdb.base/printcmds.exp: add a couple more tests a la
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
29798 Thu 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.
29802
29803 Mon 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
29809 Mon 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
29819 Wed 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
29825 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29826
29827 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29828 Don't call gdb_test when the command doesn't return to a gdb prompt.
29829
29830 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29831 "Tests restarted" messages.
29832
29833 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29834
29835 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29836
29837 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
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.
29847
29848 Thu 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
29854 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29855
29856 * config/h8300.exp: New file.
29857
29858 Sun 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
29863 Sat 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
29875 and it's not already set.
29876
29877 Fri 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
29880 isn't using a stub and if it supports argument passing.
29881
29882 Sat 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
29887 Mon 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
29893 Tue 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
29896 specialized code to reboot the board, use remote_reboot instead.
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
29906 Fri 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
29917 Wed 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,
29930 and reboot the board if necessary.
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
29935 Mon 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
29951 Fri 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
29956 Tue 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
29971 Mon 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
29974 fails. If suppress_flag is set, skip perror message about not
29975 being able to send to GDB.
29976 (send_gdb): If suppress_flag is set, don't try to send commands to
29977 GDB.
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
29985 gdb_stop_suppressing_tests as appropriate.
29986 * gdb.base/break.exp: Ditto.
29987 * gdb.base/callfuncs.exp: Ditto.
29988 * gdb.base/commands.exp: Ditto.
29989 * gdb.base/exprs.exp: Ditto.
29990 * gdb.base/funcargs.exp: Ditto.
29991 * gdb.base/list.exp: Ditto.
29992 * gdb.base/recurse.exp: Ditto.
29993 * gdb.base/scope.exp: Ditto.
29994 * gdb.base/structs.exp: Ditto.
29995 * gdb.c++/inherit.exp: Ditto.
29996
29997 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29998
29999 * config/vr4300.exp: New file.
30000
30001 * gdb.*/*.exp: Call gdb_expect instead of expect.
30002
30003 * lib/gdb.exp(gdb_expect): New function.
30004
30005 Thu 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
30010 for each individual variable set.
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
30023 Thu 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
30027 Thu 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
30032 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
30033
30034 * gdb.base/ptype.exp: Use gdb_test.
30035
30036 Thu 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
30056 Tue 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
30060 Tue 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
30068 Mon 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
30077 gdb before assuming everything worked. Send a ^C if a timeout
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
30085 Mon 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
30093 Fri 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
30104 Thu 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
30133 Tue 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
30158 Mon 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
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.
30164
30165 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
30166
30167 * lib/gdb.exp(gdb_test): Surround the result pattern with
30168 parenthesis in case it contains multiple regexps separated
30169 with |.
30170
30171 * gdb.base/watchpoint.exp: Use gdb_test.
30172 * gdb.base/default.exp: Ditto.
30173
30174 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
30175
30176 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
30177
30178 * gdb.base/scope.exp: Use gdb_test.
30179 * gdb.c++/classes.exp: Ditto.
30180 * gdb.c++/inherit.exp: Ditto.
30181
30182 Fri 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
30189 Thu 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
30204 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
30205
30206 Major rewrite for testsuite revision.
30207
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.
30215
30216 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
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
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
30228 Sat 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
30238 Tue 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
30244 Sun 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
30252 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
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
30263 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30264
30265 * configure, */configure: Rebuild with autoconf 2.12.
30266
30267 Sat 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.
30279
30280 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
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.
30283
30284 Fri 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
30295 Thu 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
30300 previous -B options and also add -B option to pick up cross compiled
30301 runtime.
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.
30308
30309 Tue 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
30315 Mon 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
30320 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30321
30322 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
30323 tests and anonymous union print/ptype tests.
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
30331 errors.
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
30337 Sat 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
30342 Sat 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
30347 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
30348
30349 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30350 list.exp scope.exp watchpoint.exp]
30351 Make all timeout error msgs explicitly say "(timeout)".
30352
30353 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
30354
30355 * config/monitor.exp: Increase download timeout to 1000 seconds.
30356
30357 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
30358
30359 * config/m32r.exp: Increase timeout to 120 seconds.
30360
30361 Sun 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
30368 Fri 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
30375 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30376
30377 * config/m32r.exp: New file.
30378
30379 Mon 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
30384 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
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
30391 Wed 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
30398 Tue 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
30405 Sun 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
30411 condition), rather than as an error.
30412 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30413 old test format.
30414
30415 Fri 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
30419 twice. Nuke the duplicates.
30420 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30421 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30422 Remove config.h along with other config files.
30423
30424 Mon 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*
30429 setup_xfails for "print func2::coremaker_local".
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*
30440 setup_xfails for "print vs1 after tuple assign 2",
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.
30446
30447 Fri 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.
30454
30455 Fri 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
30461 Fri 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
30466 Fri 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
30476 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30477
30478 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30479 include all osf versions.
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.
30486
30487 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30488
30489 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30490 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30491 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30492 and -lpthreads (everybody else).
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.
30505 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30506 than always return success.
30507
30508 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30509
30510 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30511
30512 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30513
30514 * gdb.base/structs.exp: Undo last change.
30515
30516 Mon 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.
30529
30530 Sun 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
30535 Wed 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,
30539 and then reset to old value when done. Increase expect input
30540 buffer to 10000.
30541
30542 Wed 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
30547 Wed 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
30561 Wed 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.
30568
30569 Tue 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
30573 Mon 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
30582 Sun 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
30587 Fri 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
30591 Thu 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
30596 Thu 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
30602 Thu 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
30607 by 3 minutes to allow for slow startups over heavy NFS use.
30608
30609 Tue 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
30631 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30632
30633 * gdb.threads/Makefile.in (docdir): Removed.
30634
30635 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30636
30637 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30638 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30639 @srcdir@.
30640 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30641 autoconf 2.5 or higher.
30642 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30643
30644 Thu 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
30650 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30651
30652 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30653
30654 Thu 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
30659 Thu 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
30681 whether or not to add -lstdc++ to the compile command line args.
30682
30683 Sat 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
30690 Wed 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.
30704 * gdb.base/return.exp: Handle float/double precision problems
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
30710 Tue 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
30717 Fri 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
30722 Thu 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
30727 Wed 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.
30741
30742 Tue 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.
30747
30748 Tue 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.
30760
30761 Sun 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
30771 Sat 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
30777 Fri 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.
30798
30799 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30800
30801 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30802 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30803 "print func2::coremaker_local", and "backtrace in corefile.exp".
30804
30805 Wed 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
30811 Tue 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
30816 Tue 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
30823 Tue 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
30828 Sun 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*"
30833 setup_xfail for "step over execarg initialization" and
30834 "step over corearg initialization".
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
30838 gcc compiled for "print coremaker_bss", "print coremaker_ro",
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.
30844
30845 Sat 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
30850 Fri 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
30854 Thu 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
30861 Mon 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
30865 result reports.
30866
30867 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30868
30869 * configure.in (CY_AC_PATH_TCLH): Remove.
30870 * configure: Regenerate.
30871
30872 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30873
30874 * gdb.c++/Makefile.in (clean): Add missing '{'.
30875
30876 Fri 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
30883 Thu 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
30888 Wed 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
30899 Wed 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
30904 Tue 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
30910 Tue 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
30917 Mon 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
30922
30923 Thu 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
30933 Thu 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
30939 Wed 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.
30946
30947 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30948
30949 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30950 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30951
30952 Sat 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
30956 "sparc-sun-solaris*" xfails for "p v_comb".
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
30974 Fri 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
30978 Wed 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
30985 Mon 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
30990 Sat 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
30994 "step over corearg initialization".
30995
30996 Sat 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
31001 Sat 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,
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.
31009 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
31010 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
31011 New files.
31012 * config/unix-gdb.exp: Make GDB global.
31013 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
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},
31019 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
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},
31024 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
31025 to returns as necessary, arrange for test to compile own testcase
31026 executable.
31027 * lib/gdb.exp: Changes for testsuite to compile own test cases.
31028
31029 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
31030
31031 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
31032 clear_xfail at end of test which might not call either pass or fail.
31033 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
31034 "backtrace through signal handler".
31035
31036 Sat 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
31042 Wed 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
31048 Tue 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
31053 Sat 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,
31060 alpha-dec-osf2* xfail for
31061 "delete all breakpoints when none".
31062
31063 Wed 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
31069 Tue 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
31075 Sun 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
31080 Tue 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
31085 Wed 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
31091 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
31092
31093 * Many files: When warning about suppressed tests due to a
31094 nonexistant test binary, avoid incrementing the warning count.
31095
31096 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
31097
31098 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
31099
31100 Sun 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
31105 Sat 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
31118 Thu 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
31123 Wed 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
31134 Sun 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
31191 Sat 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
31198 Sat 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
31203 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
31204
31205 * gdb.base/callfuncs.exp (do_function_calls): Remove
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
31209 accepted in the result.
31210
31211 Fri 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
31219 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
31220
31221 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
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.
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".
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".
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".
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),
31253 when not compiled with gcc, for:
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 *".
31261 * gdb.base/return.exp (return_tests): Change xfail for
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".
31265
31266 Sat 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
31273 Tue 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
31283 Sun 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
31291 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31292
31293 * configure.in: Only configure gdb.chill for particular targets.
31294
31295 Tue 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.
31334 Add rs6000-*-* xfail for
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.
31341 Add rs6000-*-aix* xfail for
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
31347 (integral_args): Add rs6000-*-* xfail for
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
31384 "ptype on opaque struct pointer (statically)" and
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"
31410 when not gcc compiled.
31411
31412 Sat 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
31424 Fri 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
31429 Mon 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"
31442
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
31447 Wed 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".
31467
31468 Mon 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
31475 Mon 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
31484 Sun 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
31499 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31500
31501 * Update all FSF addresses except those in COPYING* files.
31502
31503 Sun 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
31508 Sun 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
31515 Sat 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
31519 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31520
31521 * config/vxworks29k.exp: New file, sources vxworks.exp.
31522
31523 Fri 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
31528 Thu 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
31542 Tue 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
31549 Tue 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
31565 Sun 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
31574 Fri 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
31581 Thu 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
31627 Wed 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
31632 Mon 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
31637 Wed 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
31647 Thu 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
31660 Sun 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
31664 Wed 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
31671 Wed 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
31683 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31684
31685 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31686
31687 Mon 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
31691 Thu 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
31698 Thu 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
31704 Wed 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
31735 Wed 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
31739 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31740
31741 * lib/gdb.exp: Disable chill tests for irix5.
31742
31743 Wed 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
31748 Sun 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
31753 Fri 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
31757 Wed 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
31765 Wed 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
31770 Mon 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
31775 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31776
31777 * gdb.base/a1-selftest.exp: Add alpha xfail.
31778
31779 Mon 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
31787 Sun 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
31801 Sat 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
31809 Thu 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
31819 Mon 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
31824 Sun 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
31831 Sat 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
31835 Fri 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
31841 Thu 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
31854 Wed 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
31861 Wed 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
31865 Tue 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
31871 Mon 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
31877 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31878
31879 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31880
31881 Sat 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
31892 Sat 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
31899 Fri 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
31914 Fri 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
31948 Fri 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
31959 Thu 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
31963 Wed 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
31968 Tue 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
31976 Tue 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
31982 Tue 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
32000 Mon 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
32005 Fri 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
32017 Thu 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
32022 Wed 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
32032 Wed 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
32057 Tue 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
32083 Fri 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
32088 Fri 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
32104 Thu 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
32110 Wed 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
32116 Mon 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
32121 Thu 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
32143 Tue 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
32150 Thu 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
32156 Wed 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
32161 Tue 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
32166 Sun 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
32174 Thu 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
32179 Thu 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
32189 Wed 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
32208 Sun 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
32219 Thu 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
32233 Sat 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
32238 Wed 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
32248 Mon 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
32263 Sun 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
32268 Sat 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
32277 Fri 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
32285 Thu 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
32296 Wed 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
32306 Wed 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
32311 Tue 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
32323 Mon 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
32330 Sat 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
32347 Fri 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
32373 Tue 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
32382 Mon 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
32392 Sun 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
32397 Sat 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
32404 Thu 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
32425 Wed 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
32444 Wed 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
32454 Wed 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
32459 Tue 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
32466 Tue 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
32475 Mon 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
32482 Wed 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
32489 Thu 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
32494 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32495
32496 * config/sim-gdb: New file, simulator testing support.
32497
32498 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32499
32500 * gdb.base/interrupt.exp: Test calling func1 twice.
32501
32502 Wed 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
32512 Tue 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
32517 Mon 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
32522 Sat 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
32531 Sat 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
32536 Tue 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
32542 Wed 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
32549 Thu 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
32554 Wed 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
32560 Fri 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
32572 template method.
32573
32574 Sat 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
32581 Sat 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
32586 Fri 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
32595 Sat 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
32600 Sun 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
32606 Wed 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
32611 Fri 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
32617 Wed 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
32621 Tue 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
32626 Tue 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
32631 Mon 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
32637 Sat 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
32642 Wed 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
32649 Tue 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
32654 Fri 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
32659 Tue 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
32664 Fri 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
32673 Fri 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
32681 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32682
32683 * config/netware.exp: New file.
32684
32685 Thu 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
32699 Mon 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
32704 Mon 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
32715 Sun 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
32721 Sat 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
32728 Tue 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
32743 Mon 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
32753 Thu 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
32758 Thu 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
32763 Thu 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
32767 Tue 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
32782 Mon 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
32787 Mon 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
32791 Wed 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
32800 Fri 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
32807 Mon 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
32815 Sat 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
32820 Wed 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
32846 Fri 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
32852 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32853
32854 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32855
32856 Wed 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
32867 Tue 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
32882 Mon 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
32917 Fri 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
32931 Thu 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
32936 Sun 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
32944 Sat 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
32949 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32950
32951 * Makefile.in, configure.in, config/mips-gdb.exp,
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,,
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
32969 Wed 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
32975 Tue 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,
32978 lib/gdb.exp: Replace error proc calls with perror.
32979
32980 Mon 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
32986 Fri 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.
32989 (CFLAGS): Delete it from here.
32990
32991 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32992
32993 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32994
32995 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32996
32997 * Makefile.in (RUNTEST): Default to just "runtest".
32998
32999 Tue 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
33005 Thu 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
33013 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
33014
33015 * gdb.t24/demangle.exp: change expect pattern of
33016 __t10ListS_link1ZUiRCUiPT0
33017
33018 Wed 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
33025 Tue 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
33030 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
33031
33032 * Makefile.in (check): Set TCL_LIBRARY for runtest.
33033
33034 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33035
33036 * From Peter Schauer with minor modifications.
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.
33040
33041 Tue 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
33068 Wed 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
33080 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33081
33082 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
33083 Fix typo(s).
33084
33085 Sun 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
33094 Fri 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
33103 Wed 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
33108 Wed 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
33116 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33117
33118 * TODO: Add suggestions for shared library tests.
33119
33120 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33121
33122 * TODO: Add suggestions for x/s tests.
33123
33124 Fri 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
33129 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33130
33131 * TODO: Add suggestions about structure passing tests.
33132
33133 Mon 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
33142 Wed 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
33148 Thu 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.
33154
33155 Thu 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
33167 Mon 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
33172 Sun 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
33200 Fri 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
33206 Sat 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
33214 Sat 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
33228 Fri 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
33236 Fri 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
33244 Thu 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
33265 Mon 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
33274 Mon 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
33288 Sat 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
33293 Thu 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
33298 Tue 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
33302 Wed 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
33307 Tue 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
33312 Mon 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
33321 Fri 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
33330 Sat 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
33337 Thu 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
33341 if doing mips-idt-ecoff.
33342
33343 Thu 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
33347 Tue 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
33352 Mon 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
33357 Fri 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
33364 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33365
33366 * TODO: Add suggestion for copyright year test.
33367
33368 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33369
33370 * configure.in (*-*-lynxos*): Add stabs tests.
33371
33372 Wed 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
33383 Mon 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
33389 Fri 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
33394 Tue 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
33401 Tue 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
33406 Sat 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
33412 Sat 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
33417 Fri 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
33421 Mon 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
33425 Thu 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
33432 Wed 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
33437 Wed 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
33444 Mon 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
33448 Fri 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
33455 Mon 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
33459 Mon 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
33466 Sun 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
33473 Thu 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
33478 Wed 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
33485 Tue 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!).
33489
33490 Mon 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
33494 Fri 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
33499 Fri 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
33504 Fri 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
33510 Thu 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
33517 Thu 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
33521 Thu 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
33527 Thu 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
33545 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33546
33547 * gdb.t06/signals.exp: Add xfail for sun3.
33548
33549 Thu 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
33555 Tue 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
33580 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33581
33582 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33583 a long or float array cast all array members to the same type.
33584 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33585 with 64 bit longs.
33586 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33587 on alpha.
33588 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33589
33590 Tue 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
33603 Tue 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
33613 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33614
33615 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33616
33617 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33618
33619 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33620 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33621 by mips cc and contains no stabs entries.
33622
33623 Thu 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
33630 Thu 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
33653 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33654
33655 * gdb.stabs: Renamed *wierd* to *weird*.
33656
33657 Wed 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
33662 Tue 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
33667 Wed 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
33672 Tue 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
33677 Tue 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
33683 Mon 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
33693 Thu 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
33707 Thu 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
33715 Wed 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
33729 Tue 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
33735 Thu 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
33740 Thu 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
33753 Tue 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
33758 Mon 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
33766 Mon 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
33775 Thu 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
33780 to match does not match the passing case but still matches the
33781 failing case.
33782
33783 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33784
33785 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33786
33787 Wed 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
33800 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33801
33802 * gdb.t24/demangle.exp: Add tests for PR 3220.
33803
33804 Tue 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
33808 Tue 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
33817 Tue 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
33821 Tue 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
33834 Mon 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
33841 Sun 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
33846 Fri 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
33851 Fri 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
33858 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33859
33860 * config/unix-gdb.exp (gdb_exit): Add "wait".
33861
33862 Thu 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
33874 Wed 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
33882 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33883
33884 * gdb.t09/Makefile.in (clean): Remove corefile.
33885
33886 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33887
33888 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33889
33890 Mon 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
33897 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33898
33899 * gdb.t17/interrupt.exp: Add xfail for hppa.
33900
33901 Fri 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
33912 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33913
33914 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33915
33916 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33917
33918 * gdb.t06/break.exp: Also test `clear' command.
33919
33920 Wed 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
33929 Mon 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
33935 Mon 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
33946 Sun 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
33953 Thu 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
33957 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33958
33959 * gdb.t16/printcmds.exp: Add another printf test.
33960
33961 Wed 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
33966 Wed 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
33971 Mon 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
33975 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33976
33977 * gdb.t17/interrupt.exp: Test for more things.
33978
33979 Fri 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
33986 Fri 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
33990 Thu 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
34001 Wed 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
34007 Tue 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
34011 Mon 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
34020 Fri 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
34031 Fri 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
34036 Fri 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
34043 Thu 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
34048 Thu 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
34052 Wed 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
34056 Tue 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
34061 Tue 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
34069 Mon 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
34074 Mon 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
34086 Mon 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
34091 Sun 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
34096 Fri 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
34103 Thu 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
34108 Tue 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
34114 Mon 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
34122 Sat 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
34127 Fri 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
34136 Wed 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
34145 Mon 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
34152 Sat 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
34166 Fri 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
34171 Thu 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
34190 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
34191
34192 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
34193
34194 Fri 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
34198 Fri 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
34204 Tue 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
34212 Mon 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
34231 Sat 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
34242 Wed 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
34253 Tue 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
34261 Mon 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
34285 Sun 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
34293 Thu 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
34298 Tue 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
34303 Tue 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
34308 Tue 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
34324 Fri 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
34329 Fri 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
34333 Fri 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
34338 Wed 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
34346 Fri 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
34354 Thu 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
34359 Tue 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
34364 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34365
34366 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34367
34368 Fri 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
34373 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34374
34375 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34376
34377 Wed 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
34386 Wed 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
34394 Tue 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
34401 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34402
34403 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34404
34405 Wed 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
34410 Wed 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
34416 Thu 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
34423 Tue 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
34427 Tue 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
34432 Mon 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
34437 Thu 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
34442 * gdb.t15/funcargs.exp: Fix expected outputs to include
34443 "backtrace 100\r" rather than just "backtrace\r", to match last
34444 change.
34445
34446 Thu 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
34477 Wed 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
34483 Wed 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
34490 Tue 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
34497 Sun 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
34506 Wed 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
34515 Tue 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
34528 Fri 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
34533 Wed 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
34539 Tue 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
34561 Mon 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
34567 Sun 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
34572 Tue 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
34578 Thu 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
34593 Wed 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
34614 Wed 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,
34621 struct2): New struct definitions and initializations to test
34622 simple Chill STRUCT types.
34623
34624 Tue 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
34647 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34648
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.
34652
34653 Sun 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.
34662
34663 For additional changes see gdb.mi/ChangeLog-1999-2003.
34664 \f
34665 ;; Local Variables:
34666 ;; mode: change-log
34667 ;; left-margin: 8
34668 ;; fill-column: 74
34669 ;; version-control: never
34670 ;; End:
34671
34672 Copyright 1993-2014 Free Software Foundation, Inc.
34673 Copying and distribution of this file, with or without modification,
34674 are permitted provided the copyright notice and this notice are preserved.