Test suite cleanup.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-04-15 Keith Seitz <keiths@redhat.com>
2
3 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4 unused globals.
5 (test_rbreak_creation_and_listing): Likewise.
6 (test_ignore_count): Likewise.
7 (test_error): Likewise.
8
9 2014-04-15 Pedro Alves <palves@redhat.com>
10
11 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13 sym-file-loader.c.
14 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16 to sym-file-loader.c.
17 (struct library): Forward declare.
18 (load_shlib, lookup_function): Change prototypes.
19 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20 (translate_offset): Remove declarations.
21 (get_text_addr): New declaration.
22 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
24 sym-file-loader.h.
25 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
26 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
27 here from sym-file-loader.h.
28 (struct library): New structure.
29 (load_shlib, lookup_function): Change prototypes and adjust to
30 work with a struct library.
31 (find_shstrtab, find_strtab, find_shdr, find_symtab)
32 (translate_offset): Make static.
33 (get_text_addr): New function.
34 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
35
36 2014-04-15 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
39
40 2014-04-15 Pedro Alves <palves@redhat.com>
41
42 * gdb.base/sym-file-loader.c: Include <limits.h>.
43 (SELF_LINK): New define.
44 (get_origin): New function.
45 (load_shlib): Use it.
46 * gdb.base/sym-file.exp: Don't early return if the target is
47 remote. Use runto_main, and issue fail is that fails. Use
48 gdb_load_shlibs.
49 (shlib_name): Delete.
50 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
51
52 2014-04-15 Pedro Alves <palves@redhat.com>
53
54 * gdb.base/sym-file.exp: Remove regex characters from test
55 message. Don't refer to breakpoint numbers in test messages.
56
57 2014-04-14 Keith Seitz <keiths@redhat.com>
58
59 PR c++/16253
60 * gdb.cp/var-tag.cc: New file.
61 * gdb.cp/var-tag.exp: New file.
62 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
63 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
64 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
65 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
66
67 2014-04-14 Tom Tromey <tromey@redhat.com>
68
69 * gdb.cp/classes.exp (test_enums): Handle underlying type.
70 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
71 type.
72 * gdb.cp/enum-class.exp: New file.
73 * gdb.cp/enum-class.cc: New file.
74
75 2014-04-14 Tom Tromey <tromey@redhat.com>
76
77 * gdb.dwarf2/enum-type.exp: New file.
78
79 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
80
81 * gdb.mi/mi-vla-c99.exp: New file.
82 * gdb.mi/vla.c: New file.
83
84 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
85
86 * gdb.base/vla-datatypes.c: New file.
87 * gdb.base/vla-datatypes.exp: New file.
88
89 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
90
91 * gdb.base/vla-ptr.c: New file.
92 * gdb.base/vla-ptr.exp: New file.
93
94 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
95
96 * gdb.dwarf2/count.exp: New file.
97
98 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
99
100 * gdb.base/vla-sideeffect.c: New file.
101 * gdb.base/vla-sideeffect.exp: New file.
102
103 2014-04-14 David Blaikie <dblaikie@gmail.com>
104
105 * gdb.mi/non-stop.c: Add return value for non-void function return
106 statement.
107 * gdb.threads/staticthreads.c: Ditto.
108
109 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
110 Doug Evans <xdje42@gmail.com>
111
112 * gdb.guile/scm-value.c: Improve test case.
113 * gdb.guile/scm-value.exp: Add new test.
114
115 2014-04-11 David Blaikie <dblaikie@gmail.com>
116
117 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
118 override Clang's default.
119
120 2014-04-11 Joel Brobecker <brobecker@adacore.com>
121
122 Revert the following changes (regressions):
123
124 * gdb.base/vla-sideeffect.c: New file.
125 * gdb.base/vla-sideeffect.exp: New file.
126
127 * gdb.dwarf2/count.exp: New file.
128
129 * gdb.base/vla-multi.c: New file.
130 * gdb.base/vla-multi.exp: New file.
131
132 * gdb.base/vla-ptr.c: New file.
133 * gdb.base/vla-ptr.exp: New file.
134
135 * gdb.base/vla-datatypes.c: New file.
136 * gdb.base/vla-datatypes.exp: New file.
137
138 * gdb.mi/mi-vla-c99.exp: New file.
139 * gdb.mi/vla.c: New file.
140
141 2014-04-11 Keith Seitz <keiths@redhat.com>
142
143 PR c++/16675
144 * gdb.cp/cpsizeof.exp: New file.
145 * gdb.cp/cpsizeof.cc: New file.
146
147 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
148
149 * gdb.mi/mi-vla-c99.exp: New file.
150 * gdb.mi/vla.c: New file.
151
152 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
153
154 * gdb.base/vla-datatypes.c: New file.
155 * gdb.base/vla-datatypes.exp: New file.
156
157 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
158
159 * gdb.base/vla-ptr.c: New file.
160 * gdb.base/vla-ptr.exp: New file.
161
162 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
163
164 * gdb.base/vla-multi.c: New file.
165 * gdb.base/vla-multi.exp: New file.
166
167 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
168
169 * gdb.dwarf2/count.exp: New file.
170
171 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
172
173 * gdb.base/vla-sideeffect.c: New file.
174 * gdb.base/vla-sideeffect.exp: New file.
175
176 2014-04-11 Yao Qi <yao@codesourcery.com>
177
178 * gdb.base/completion.exp: Check file exists before running tests
179 on file completion.
180
181 2014-04-10 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/cond-eval-mode.c: New file.
184 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
185 prepare_for_testing to build the new file. Check result of
186 runto_main.
187 (test_break, test_watch): New procedures.
188 (top level): Use them.
189
190 2014-04-08 Pierre Muller <muller@sourceware.org>
191
192 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
193 Ctrl-V use for mingw hosts.
194
195 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
196
197 * gdb.python/py-value.c: Improve test case.
198 * gdb.python/py-value.exp: Add new test.
199
200 2014-04-07 David Blaikie <dblaikie@gmail.com>
201
202 * lib/compiler.c: Identify the clang compiler.
203 * lib/compiler.cc: Ditto.
204
205 2014-04-03 Yao Qi <yao@codesourcery.com>
206
207 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
208
209 2014-04-01 Anton Blanchard <anton@samba.org>
210
211 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
212 messages unique.
213
214 2014-04-01 Anton Blanchard <anton@samba.org>
215
216 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
217 prepare_for_testing.
218
219 2014-04-01 Anton Blanchard <anton@samba.org>
220
221 * gdb.arch/ppc64-atomic-inst.c: Remove.
222 * gdb.arch/ppc64-atomic-inst.S: New file.
223 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
224
225 2014-03-31 Doug Evans <dje@google.com>
226
227 * gdb.base/print-symbol-loading-lib.c: New file.
228 * gdb.base/print-symbol-loading-main.c: New file.
229 * gdb.base/print-symbol-loading.exp: New file.
230
231 2014-03-31 Yao Qi <yao@codesourcery.com>
232
233 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
234
235 2014-03-28 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.ada/mi_dyn_arr: New testcase.
238
239 2014-03-27 Doug Evans <dje@google.com>
240
241 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
242
243 2014-03-27 Yao Qi <yao@codesourcery.com>
244
245 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
246 if target is nios2-*-*.
247
248 2014-03-26 Yao Qi <yao@codesourcery.com>
249
250 * lib/gdb.exp (readline_is_used): New proc.
251 * gdb.base/completion.exp: Move tests on command complete up.
252 Skip the rest of tests if readline is not used.
253 * gdb.ada/complete.exp: Skp the test if readline is not
254 used.
255 * gdb.base/filesym.exp: Likewise.
256 * gdb.base/macscp.exp: Likewise.
257 * gdb.base/readline-ask.exp: Likewise.
258 * gdb.base/readline.exp: Likewise.
259 * gdb.python/py-cmd.exp: Likewise.
260 * gdb.trace/tfile.exp: Likewise.
261
262 2014-03-26 Yao Qi <yao@codesourcery.com>
263
264 * gdb.base/macscp.exp: Fix code format issues.
265
266 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
267
268 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
269 * gdb.asm/powerpc64le.inc: New file.
270
271 2014-03-25 Pedro Alves <palves@redhat.com>
272 Doug Evans <dje@google.com>
273
274 * gdb.base/source-execution.c: New file.
275 * gdb.base/source-execution.exp: New file.
276 * gdb.base/source-execution.gdb: New file.
277
278 2014-03-24 Doug Evans <dje@google.com>
279
280 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
281 using fission.
282
283 2014-03-24 Hui Zhu <hui@codesourcery.com>
284 Pedro Alves <palves@redhat.com>
285
286 PR breakpoints/16101
287 * gdb.base/dprintf.exp: Use unsupported rather than changing the
288 test pass/fail messages. Detect missing support for dprintf when
289 breakpoints are actually inserted.
290 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
291 breakpoints are actually inserted.
292 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
293 fails.
294
295 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
298
299 2014-03-22 Doug Evans <xdje42@gmail.com>
300
301 * gdb.python/python.exp (python not supported): Verify multi-line
302 python command issues an error.
303 * gdb.guile/guile.exp (guile not supported): Verify multi-line
304 guile command issues an error.
305
306 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
307
308 * gdb.threads/thread-specific.exp: Handle the lack of usable
309 $this_breakpoint and $this_thread.
310
311 2014-03-21 Hui Zhu <hui@codesourcery.com>
312
313 * gdb.base/attach.exp (do_command_attach_tests): New.
314
315 2014-03-20 Tom Tromey <tromey@redhat.com>
316 Pedro Alves <palves@redhat.com>
317
318 PR cli/15718
319 * gdb.base/condbreak-call-false.c: New file.
320 * gdb.base/condbreak-call-false.exp: New file.
321
322 2014-03-20 Pedro Alves <palves@redhat.com>
323
324 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
325 Delete.
326 (block_signals, unblock_signals): Delete.
327 (child_function_2, main): Remove references to deleted variable
328 and functions.
329
330 2014-03-20 Pedro Alves <palves@redhat.com>
331
332 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
333 Use pthread_kill to signal thread 2.
334 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
335 Adjust to make the test send itself a signal rather than using the
336 host's "kill" command.
337
338 2014-03-20 Pedro Alves <palves@redhat.com>
339
340 * gdb.threads/multiple-step-overs.c: New file.
341 * gdb.threads/multiple-step-overs.exp: New file.
342 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
343 Adjust expected infrun debug output.
344
345 2014-03-20 Pedro Alves <palves@redhat.com>
346
347 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
348 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
349
350 2014-03-20 Pedro Alves <palves@redhat.com>
351
352 PR breakpoints/7143
353 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
354 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
355 of gdb_test_multiple.
356 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
357 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
358
359 2014-03-20 Pedro Alves <palves@redhat.com>
360
361 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
362 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
363
364 2014-03-19 Pedro Alves <palves@redhat.com>
365
366 * gdb.base/async.exp: Remove early return.
367
368 2014-03-19 Pedro Alves <palves@redhat.com>
369
370 * gdb.base/async.exp (step& tests): Pass explicit test messages.
371
372 2014-03-19 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/async.exp (test_background): Expect \r\n after
375 "completed." in the fail pattern.
376
377 2014-03-19 Pedro Alves <palves@redhat.com>
378
379 * gdb.base/async.exp (test_background): New procedure.
380 Use it for all background execution command tests.
381
382 2014-03-19 Pedro Alves <palves@redhat.com>
383
384 * gdb.base/async.exp: Use prepare_for_testing.
385
386 2014-03-19 Pedro Alves <palves@redhat.com>
387
388 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
389 the same line.
390
391 2014-03-19 Pedro Alves <palves@redhat.com>
392
393 * gdb.base/async.c (main): Add "jump here" and "until here" line
394 marker comments.
395 * gdb.base/async.exp (jump_here): New global.
396 (jump& test): Use it.
397 (until_here): New global.
398 (until& test): Use it.
399
400 2014-03-19 Pedro Alves <palves@redhat.com>
401
402 * gdb.base/async.exp: Don't frob gdb_protocol.
403
404 2014-03-18 Doug Evans <xdje42@gmail.com>
405
406 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
407 Fix spelling of exec-done-display.
408
409 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
410
411 PR gdb/15358
412 * gdb.base/gdb-sigterm.c: New file.
413 * gdb.base/gdb-sigterm.exp: New file.
414
415 2014-03-18 Pedro Alves <palves@redhat.com>
416
417 PR gdb/13860
418 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
419 * lib/mi-support.exp (mi_expect_stop): Add special handling for
420 solib-event.
421
422 2014-03-17 Joel Brobecker <brobecker@adacore.com>
423
424 * gdb.ada/pckd_arr_ren: New testcase.
425
426 2014-03-13 Doug Evans <xdje42@gmail.com>
427
428 PR guile/16612
429 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
430 collect after discarding symbols.
431
432 2014-03-13 Ludovic Courtès <ludo@gnu.org>
433 Doug Evans <xdje42@gmail.com>
434
435 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
436 to history survives a gc.
437
438 2014-03-13 Pedro Alves <palves@redhat.com>
439
440 * gdb.base/default.exp: Don't test "target procfs".
441
442 2014-03-13 Pedro Alves <palves@redhat.com>
443
444 * gdb.base/default.exp: Update "target child" and "target procfs"
445 tests to not expect "Unix".
446
447 2014-03-12 Tom Tromey <tromey@redhat.com>
448
449 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
450 New procs. Add target-async tests.
451 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
452 Add target-async tests.
453
454 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
455
456 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
457 'func_start' and 'func_end' for the beginning and end of the
458 function code, respectively.
459 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
460 'func_end' instead of 'func' and 'main'.
461
462 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
463
464 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
465 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
466 generate the debug info assembler source.
467
468 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
469
470 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
471 * gdb.dwarf2/arr-subrange.exp: Likewise.
472 * gdb.dwarf2/dwz.exp: Likewise.
473 * gdb.dwarf2/method-ptr.exp: Likewise.
474 * gdb.dwarf2/missing-sig-type.exp: Likewise.
475 * gdb.dwarf2/subrange.exp: Likewise.
476 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
477 * gdb.dwarf2/implptrpiece.exp: Likewise.
478 * gdb.dwarf2/nostaticblock.exp: Likewise.
479
480 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
481
482 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
483 directory to absolute path name arguments.
484
485 2014-03-10 Joel Brobecker <brobecker@adacore.com>
486
487 * gdb.ada/tagged_access: New testcase.
488
489 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
490
491 * gdb.btrace/data.exp: Update expected output.
492
493 2014-03-06 Yao Qi <yao@codesourcery.com>
494
495 * gdb.trace/pr16508.exp: New file.
496
497 2014-03-05 Pedro Alves <palves@redhat.com>
498
499 PR gdb/16575
500 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
501 procedure.
502 (top level): Adjust to use it. Add tests that exercise breakpoint
503 interaction with the code-cache.
504
505 2014-02-26 Ludovic Courtès <ludo@gnu.org>
506
507 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
508 test for 'history-append!'.
509
510 2014-02-26 Joel Brobecker <brobecker@adacore.com>
511
512 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
513 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
514 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
515 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
516 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
517 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
518
519 2014-02-26 Joel Brobecker <brobecker@adacore.com>
520
521 * testsuite/gdb.python/py-pp-re-notag.c: New file.
522 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
523 * testsuite/gdb.python/py-pp-re-notag.p: New file.
524
525 2014-02-26 Joel Brobecker <brobecker@adacore.com>
526
527 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
528
529 2014-02-26 Joel Brobecker <brobecker@adacore.com>
530
531 * gdb.dwarf2/arr-stride.c: New file.
532 * gdb.dwarf2/arr-stride.exp: New file.
533
534 2014-02-26 Pedro Alves <palves@redhat.com>
535
536 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
537 that won't ever trigger. Make sure that GDB reports the correct
538 breakpoint that caused the stop.
539
540 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 PR gdb/16626
543 * gdb.base/auto-load-script: New file.
544 * gdb.base/auto-load.c: New file.
545 * gdb.base/auto-load.exp: New file.
546
547 PR gdb/16626
548 * gdb.base/auto-load.exp: Fix out-of-srctree run.
549
550 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 Fix dw2-icycle.exp -fsanitize=address GDB crash.
553 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
554
555 2014-02-24 Doug Evans <dje@google.com>
556
557 * lib/gdb.exp (run_on_host): Log error output if program fails.
558
559 2014-02-21 Pedro Alves <palves@redhat.com>
560
561 * gdb.threads/step-after-sr-lock.c: Rename to ...
562 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
563 * gdb.threads/step-after-sr-lock.exp: Rename to ...
564 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
565 ... this.
566
567 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
568
569 PR tdep/16397
570 * gdb.arch/amd64-stap-special-operands.exp: New file.
571 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
572 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
573 * gdb.arch/amd64-stap-triplet.S: Likewise.
574 * gdb.arch/amd64-stap-triplet.c: Likewise.
575
576 2014-02-20 Joel Brobecker <brobecker@adacore.com>
577
578 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
579 in .section pseudo-op.
580
581 2014-02-20 lin zuojian <manjian2006@gmail.com>
582 Joel Brobecker <brobecker@adacore.com>
583 Doug Evans <xdje42@gmail.com>
584
585 PR symtab/16581
586 * gdb.dwarf2/dw2-icycle.S: New file.
587 * gdb.dwarf2/dw2-icycle.c: New file.
588 * gdb.dwarf2/dw2-icycle.exp: New file.
589
590 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
591
592 * gdb.python/py-value-cc.cc: Improve test case to enable testing
593 operations on gdb.Value objects.
594 * gdb.python/py-value-cc.exp: Add new test to test operations on
595 gdb.Value objects.
596
597 2014-02-18 Doug Evans <dje@google.com>
598
599 * Makefile.in (TESTS): New variable.
600 (expanded_tests, expanded_tests_or_none): New variables
601 (check-single): Pass $(expanded_tests_or_none) to runtest.
602 (check-parallel): Only run tests in $(TESTS) if non-empty.
603 (check/no-matching-tests-found): New rule.
604 * README: Document TESTS makefile variable.
605
606 2014-02-18 Doug Evans <dje@google.com>
607
608 * Makefile.in (check-parallel): rm -rf outputs temp.
609
610 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
611
612 Fix "ERROR: no fileid for" in the testsuite.
613 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
614
615 2014-02-12 Doug Evans <dje@google.com>
616
617 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
618 (MISCELLANEOUS): New variable.
619 (clean): rm -rf $(MISCELLANEOUS).
620 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
621 dwp live in the same directory as symlinks, with each symlink pointed
622 to a differently named file in a different directory.
623
624 2014-02-11 Doug Evans <dje@google.com>
625
626 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
627 of Tcl file commands.
628
629 2014-02-10 Mark Kettenis <kettenis@gnu.org>
630
631 * gdb.threads/step-after-sr-lock.exp: Avoid executing
632 "kill -SIGUSR1 -1".
633
634 2014-02-10 Joel Brobecker <brobecker@adacore.com>
635
636 * gdb.ada/tick_length_array_enum_idx: New testcase.
637
638 2014-02-10 Doug Evans <xdje42@gmail.com>
639
640 * configure.ac (AC_OUTPUT): Add gdb.guile.
641 * configure: Regenerate.
642 * lib/gdb-guile.exp: New file.
643 * lib/gdb.exp (get_target_charset): New function.
644 * gdb.base/help.exp: Update expected output from "apropos apropos".
645 * gdb.guile/Makefile.in: New file.
646 * gdb.guile/guile.exp: New file.
647 * gdb.guile/scm-arch.c: New file.
648 * gdb.guile/scm-arch.exp: New file.
649 * gdb.guile/scm-block.c: New file.
650 * gdb.guile/scm-block.exp: New file.
651 * gdb.guile/scm-breakpoint.c: New file.
652 * gdb.guile/scm-breakpoint.exp: New file.
653 * gdb.guile/scm-disasm.c: New file.
654 * gdb.guile/scm-disasm.exp: New file.
655 * gdb.guile/scm-equal.c: New file.
656 * gdb.guile/scm-equal.exp: New file.
657 * gdb.guile/scm-error.exp: New file.
658 * gdb.guile/scm-error.scm: New file.
659 * gdb.guile/scm-frame-args.c: New file.
660 * gdb.guile/scm-frame-args.exp: New file.
661 * gdb.guile/scm-frame-args.scm: New file.
662 * gdb.guile/scm-frame-inline.c: New file.
663 * gdb.guile/scm-frame-inline.exp: New file.
664 * gdb.guile/scm-frame.c: New file.
665 * gdb.guile/scm-frame.exp: New file.
666 * gdb.guile/scm-generics.exp: New file.
667 * gdb.guile/scm-gsmob.exp: New file.
668 * gdb.guile/scm-iterator.c: New file.
669 * gdb.guile/scm-iterator.exp: New file.
670 * gdb.guile/scm-math.c: New file.
671 * gdb.guile/scm-math.exp: New file.
672 * gdb.guile/scm-objfile-script-gdb.in: New file.
673 * gdb.guile/scm-objfile-script.c: New file.
674 * gdb.guile/scm-objfile-script.exp: New file.
675 * gdb.guile/scm-objfile.c: New file.
676 * gdb.guile/scm-objfile.exp: New file.
677 * gdb.guile/scm-ports.exp: New file.
678 * gdb.guile/scm-pretty-print.c: New file.
679 * gdb.guile/scm-pretty-print.exp: New file.
680 * gdb.guile/scm-pretty-print.scm: New file.
681 * gdb.guile/scm-section-script.c: New file.
682 * gdb.guile/scm-section-script.exp: New file.
683 * gdb.guile/scm-section-script.scm: New file.
684 * gdb.guile/scm-symbol.c: New file.
685 * gdb.guile/scm-symbol.exp: New file.
686 * gdb.guile/scm-symtab-2.c: New file.
687 * gdb.guile/scm-symtab.c: New file.
688 * gdb.guile/scm-symtab.exp: New file.
689 * gdb.guile/scm-type.c: New file.
690 * gdb.guile/scm-type.exp: New file.
691 * gdb.guile/scm-value-cc.cc: New file.
692 * gdb.guile/scm-value-cc.exp: New file.
693 * gdb.guile/scm-value.c: New file.
694 * gdb.guile/scm-value.exp: New file.
695 * gdb.guile/source2.scm: New file.
696 * gdb.guile/types-module.cc: New file.
697 * gdb.guile/types-module.exp: New file.
698
699 2014-02-10 Yao Qi <yao@codesourcery.com>
700
701 PR testsuite/16543
702 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
703 * configure: Regenerated.
704 * Makefile.in: New file.
705
706 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
707
708 * gdb.python/py-framefilter.exp: Fix typo.
709
710 2014-02-08 Yao Qi <yao@codesourcery.com>
711
712 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
713 that no =breakpoint-modified is emitted when breakpoints are
714 modified through MI commands.
715
716 2014-02-07 Pedro Alves <pedro@codesourcery.com>
717 Pedro Alves <palves@redhat.com>
718
719 * gdb.threads/step-after-sr-lock.c: New file.
720 * gdb.threads/step-after-sr-lock.exp: New file.
721
722 2014-02-07 Pedro Alves <palves@redhat.com>
723
724 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
725
726 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
727
728 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
729 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
730
731 2014-02-06 Doug Evans <xdje42@gmail.com>
732
733 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
734 output.
735
736 * gdb.gdb/python-interrupts.exp: New file.
737
738 2014-02-05 Yao Qi <yao@codesourcery.com>
739
740 * gdb.trace/report.exp (use_collected_data): Test the output
741 of "info threads" and "info inferiors".
742
743 2014-02-05 Yao Qi <yao@codesourcery.com>
744
745 Revert this patch:
746
747 2013-05-24 Yao Qi <yao@codesourcery.com>
748
749 * gdb.trace/tfile.exp: Test inferior and thread.
750
751 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
752
753 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
754 on a function.
755 * gdb.base/step-bt.c: Call hello via function pointer to make
756 sure its first instruction is executed on powerpc64le-linux.
757
758 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
759
760 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
761
762 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
763
764 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
765 of the test patterns for use on little-endian systems.
766
767 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
768
769 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
770 (decimal_vector): Fix for little-endian.
771
772 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
773
774 * gdb.arch/sparc-sysstep.exp: New file.
775 * gdb.arch/sparc-sysstep.c: Likewise.
776
777 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
778
779 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
780
781 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
782
783 2014-01-23 Tom Tromey <tromey@redhat.com>
784
785 * gdb.ada/array_char_idx: New testcase.
786
787 2014-01-23 Tom Tromey <tromey@redhat.com>
788
789 PR python/16487:
790 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
791 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
792 classes.
793
794 2014-01-23 Tom Tromey <tromey@redhat.com>
795
796 PR python/16491:
797 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
798 string from an inferior frame.
799 * gdb.python/py-framefilter-mi.exp: Update.
800
801 2014-01-22 Doug Evans <dje@google.com>
802
803 * gdb.server/server-mon.exp: Add tests for "set debug-format".
804
805 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
806
807 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
808
809 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
810
811 * gdb.trace/entry-values.exp: Remove excess space character from
812 regex patterns. Handle s390 call instruction.
813
814 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
815
816 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
817 define "*_start" label. Make "name" static.
818 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
819 ${name} by references to ${name}_start.
820
821 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
822
823 * gdb.base/info-macros.exp: Remove "debug" from the compile
824 options.
825
826 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
827
828 * gdb.dlang/demangle.exp: New file.
829
830 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
831
832 * gdb.dlang/primitive-types.exp: New file.
833
834 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
835
836 * configure.ac: Create gdb.dlang/Makefile.
837 * configure: Regenerate.
838 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
839 * gdb.dlang/Makefile.in: New file.
840 * lib/d-support.exp: New file.
841 * lib/gdb.exp (skip_d_tests): New proc.
842
843 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
844
845 * gdb.btrace/delta.exp: Check reverse stepi.
846 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
847 * gdb.btrace/finish.exp: New.
848 * gdb.btrace/next.exp: New.
849 * gdb.btrace/nexti.exp: New.
850 * gdb.btrace/record_goto.c: Add comments.
851 * gdb.btrace/step.exp: New.
852 * gdb.btrace/stepi.exp: New.
853 * gdb.btrace/multi-thread-step.c: New.
854 * gdb.btrace/multi-thread-step.exp: New.
855 * gdb.btrace/rn-dl-bind.c: New.
856 * gdb.btrace/rn-dl-bind.exp: New.
857 * gdb.btrace/data.c: New.
858 * gdb.btrace/data.exp: New.
859 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
860
861 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
862
863 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
864 * gdb.btrace/exception.exp: Update.
865 * gdb.btrace/instruction_history.exp: Update.
866 * gdb.btrace/record_goto.exp: Update.
867 * gdb.btrace/tailcall.exp: Update.
868 * gdb.btrace/unknown_functions.exp: Update.
869 * gdb.btrace/delta.exp: New.
870
871 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
872
873 * gdb.btrace/record_goto.exp: Add backtrace test.
874 * gdb.btrace/tailcall.exp: Add backtrace test.
875
876 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
877
878 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
879 * gdb.btrace/record_goto.c: New.
880 * gdb.btrace/record_goto.exp: New.
881 * gdb.btrace/x86-record_goto.S: New.
882
883 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
884
885 * gdb.btrace/function_call_history.exp: Update tests.
886 * gdb.btrace/instruction_history.exp: Update tests.
887
888 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
889
890 * gdb.btrace/function_call_history.exp: Fix expected field
891 order for "record function-call-history".
892 Add new tests for "record function-call-history /c".
893 * gdb.btrace/exception.cc: New.
894 * gdb.btrace/exception.exp: New.
895 * gdb.btrace/tailcall.exp: New.
896 * gdb.btrace/x86-tailcall.S: New.
897 * gdb.btrace/x86-tailcall.c: New.
898 * gdb.btrace/unknown_functions.c: New.
899 * gdb.btrace/unknown_functions.exp: New.
900 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
901
902 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
903
904 * gdb.btrace/instruction_history.exp: Update.
905 * gdb.btrace/function_call_history.exp: Update.
906
907 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
908
909 * gdb.btrace/function_call_history.exp: Fix expected function
910 trace.
911 * gdb.btrace/instruction_history.exp: Initialize traced.
912 Remove traced_functions.
913
914 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
915
916 * gdb.btrace/function_call_history.exp: Update
917 * gdb.btrace/instruction_history.exp: Update.
918
919 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
920
921 * gdb.btrace/enable.exp: Update expected text.
922
923 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
924
925 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
926 bytes.
927
928 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
929
930 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
931
932 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
933
934 * lib/gdb.exp (supports_process_record): Return true for
935 arm*-linux*. (supports_reverse): Likewise.
936
937 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
938
939 PR python/15464
940 PR python/16113
941 * gdb.python/py-type.c: Enhance test case.
942 * gdb.python/py-value-cc.cc: Likewise
943 * gdb.python/py-type.exp: Add new tests.
944 * gdb.python/py-value-cc.exp: Likewise
945
946 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
947 Pedro Alves <palves@redhat.com>
948
949 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
950 Make "name" extern.
951 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
952 references to ${name}_start by references to ${name}.
953
954 2014-01-10 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
957
958 2014-01-10 Joel Brobecker <brobecker@adacore.com>
959
960 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
961
962 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
963 Pedro Alves <palves@redhat.com>
964
965 * gdb.mi/mi-info-os.exp: Connect to the target with
966 mi_gdb_target_load.
967
968 2014-01-08 Pedro Alves <palves@redhat.com>
969
970 * gdb.threads/reconnect-signal.c: New file.
971 * gdb.threads/reconnect-signal.exp: New file.
972
973 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
974
975 * gdb.base/source-dir.exp: New file.
976
977 2014-01-07 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.ada/mi_interface: New testcase.
980
981 2014-01-07 Joel Brobecker <brobecker@adacore.com>
982
983 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
984 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
985 gdb.ada/pp-rec-component/pck.ads: New files.
986
987 2014-01-07 Joel Brobecker <brobecker@adacore.com>
988
989 * gdb.python/py-pp-integral.c: New file.
990 * gdb.python/py-pp-integral.py: New file.
991 * gdb.python/py-pp-integral.exp: New file.
992
993 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
994
995 PR breakpoints/16297
996 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
997 (write_syscall): New variables.
998 (main): Create a pipe, write 1 byte in it, and read 1 byte from
999 it.
1000 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
1001 "write" and "read" syscalls.
1002 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
1003 numbers.
1004
1005 2013-12-19 Keven Boell <keven.boell@intel.com>
1006
1007 * gdb.fortran/module.exp: Completion matches fortran module
1008 names as well. ptype/whatis on modules return a proper type.
1009 Add new check for having the correct scope.
1010
1011 2013-12-19 Keven Boell <keven.boell@intel.com>
1012
1013 * gdb.fortran/type.f90: New file.
1014 * gdb.fortran/whatis_type.f90: New file.
1015
1016 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
1017
1018 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
1019 (close_syscall, chroot_syscall, exit_group_syscall): New
1020 variables.
1021 * gdb.base/catch-syscall.exp: Replace gdb_compile by
1022 prepare_for_testing. Call fill_all_syscalls_numbers before
1023 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
1024 gdb_load by clean_restart.
1025 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
1026 (check_info_bp_many_syscalls): Remove global gdb_prompt.
1027 (check_call_to_syscall): Likewise. Add global decimal. Improve
1028 testing regex.
1029 (check_return_from_syscall): Likewise.
1030 (check_continue, insert_catch_syscall_with_arg): Remove global
1031 gdb_prompt.
1032 (insert_catch_syscall_with_many_args): Likewise. Add global
1033 decimal. Fix $filter_str. Improve testing regex.
1034 (check_for_program_end): Remove global gdb_prompt.
1035 (test_catch_syscall_without_args): Likewise. Add global decimal.
1036 Improve testing regex.
1037 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1038 (test_catch_syscall_with_wrong_args)
1039 (test_catch_syscall_restarting_inferior)
1040 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
1041 (do_syscall_tests): Likewise. Remove global srcdir.
1042 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
1043 Add global last_syscall_number. Test for the exact syscall number
1044 to be caught.
1045 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
1046 Add global all_syscalls_numbers. Test each syscall number to be
1047 caught, instead of only testing "close".
1048 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
1049 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
1050 Remove stale comment.
1051 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
1052 the correct syscall numbers using information from the inferior.
1053
1054 2013-12-17 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.trace/circ.exp: Expect frame info to be printed when
1057 switching between frames with unavailable stack, but different
1058 functions.
1059
1060 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
1061
1062 * gdb.trace/unavailable-dwarf-piece.c: New file.
1063 * gdb.trace/unavailable-dwarf-piece.exp: New file.
1064
1065 2013-12-15 Yao Qi <yao@codesourcery.com>
1066
1067 * gdb.perf/skip-prologue.c: New.
1068 * gdb.perf/skip-prologue.exp: New.
1069 * gdb.perf/skip-prologue.py: New.
1070
1071 2013-12-13 Joel Brobecker <brobecker@adacore.com>
1072
1073 * gdb.ada/arraydim: New testcase.
1074
1075 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1076
1077 PR python/16113
1078 * gdb.python/py-value-cc.cc: Improve test case.
1079 * gdb.python/py-value-cc.exp: Add new tests to test usage of
1080 gdb.Field objects as subscripts on gdb.Value objects.
1081
1082 2013-12-10 Doug Evans <dje@google.com>
1083
1084 PR 16286
1085 * gdb.python/py-value.c: #include stdlib.h, string.h.
1086 (str): New struct.
1087 (main): New local xstr.
1088 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
1089 fetch a value as a string with a length beyond the declared length
1090 of the array.
1091
1092 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
1093
1094 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
1095 update comment.
1096
1097 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1098
1099 * gdb.ada/int_deref.exp: Add test verifying that we print
1100 the decoded symbol name when printing the address of Ada
1101 symbols.
1102
1103 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1104
1105 * gdb.mi/mi-start.exp: Add test verifying that -list-features
1106 contains "exec-run-start-option".
1107
1108 2013-12-08 Yao Qi <yao@codesourcery.com>
1109
1110 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
1111 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
1112 (is_64_target, is_amd64_regs_target): Likewise.
1113 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
1114
1115 2013-12-07 Mike Frysinger <vapier@gentoo.org>
1116
1117 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
1118 * gdb.base/testenv.c: Likewise.
1119
1120 2013-12-07 Mike Frysinger <vapier@gentoo.org>
1121
1122 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
1123 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
1124 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
1125
1126 2013-12-06 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
1129 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
1130 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
1131
1132 2013-12-06 Doug Evans <dje@google.com>
1133
1134 * gdb.base/break.exp: Fix setting of $baz.
1135
1136 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
1137
1138 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
1139 DW_OP_plus_uconst.
1140
1141 2013-12-06 Keven Boell <keven.boell@intel.com>
1142
1143 * lib/mi-support.exp (mi_list_varobj_children_range): Add
1144 call to mi_list_array_varobj_children_with_index.
1145 (mi_list_array_varobj_children_with_index): New function.
1146 Add parameter to specify array start.
1147
1148 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1149
1150 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
1151 SIGPWR in sparc64.
1152
1153 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
1154 have the same signal number. Handle this situation.
1155
1156 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1157
1158 * gdb.ada/dot_all: New testcase.
1159
1160 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1161
1162 * gdb.mi/mi-undefined-cmd.exp: New testcase.
1163
1164 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.mi/mi-i-cmd.exp: New file.
1167
1168 2013-12-02 Doug Evans <dje@google.com>
1169
1170 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
1171 at start.
1172 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
1173 has been specified with a relative path and we have chdir'd before
1174 accessing the debug info.
1175
1176 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
1177
1178 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
1179 expected results.
1180 (gdb_collect_locals_test): Likewise.
1181 (gdb_collect_globals_test): Likewise.
1182
1183 2013-11-28 Yao Qi <yao@codesourcery.com>
1184
1185 * lib/gdb.exp (with_gdb_prompt): New proc.
1186 * gdb.perf/disassemble.exp: New.
1187 * gdb.perf/disassemble.py: New.
1188
1189 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
1190
1191 * gdb.base/callfuncs.c (main): Assign malloc's return value
1192 and free it afterwards.
1193 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
1194 * gdb.base/printcmds.c (main): Likewise.
1195 * gdb.base/randomize.c (main): Free "p" and change breakpoint
1196 marker position.
1197 * gdb.base/setvar.c (dummy): Assign malloc's return value
1198 and free it afterwards.
1199
1200 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
1201
1202 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
1203 gdb_test_multiple.
1204
1205 2013-11-26 Tom Tromey <tromey@redhat.com>
1206
1207 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
1208 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
1209 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
1210
1211 2013-11-25 Keith Seitz <keiths@redhat.com>
1212
1213 PR c++/14819
1214 * gdb.cp/impl-this.cc: New file.
1215 * gdb.cp/impl-this.exp: New file.
1216
1217 2013-11-25 Yao Qi <yao@codesourcery.com>
1218
1219 * gdb.perf/backtrace.c: New.
1220 * gdb.perf/backtrace.exp: New.
1221 * gdb.perf/backtrace.py: New.
1222
1223 2013-11-24 Yao Qi <yao@codesourcery.com>
1224
1225 * gdb.perf/single-step.c: New.
1226 * gdb.perf/single-step.exp: New.
1227 * gdb.perf/single-step.py: New.
1228
1229 2013-11-23 Doug Evans <xdje42@gmail.com>
1230
1231 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
1232 with ignore count".
1233
1234 2013-11-23 Doug Evans <xdje42@gmail.com>
1235
1236 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
1237 (test_subscript_regression): Ditto.
1238 (top level): Run test_subscript_regression for c++ with "c++" prefix.
1239
1240 2013-11-23 Doug Evans <xdje42@gmail.com>
1241
1242 * gdb.python/py-type.exp (test_enums): Fix typo.
1243
1244 2013-11-23 Doug Evans <xdje42@gmail.com>
1245
1246 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1247 unique.
1248
1249 2013-11-23 Doug Evans <xdje42@gmail.com>
1250
1251 * gdb.python/py-symbol.exp: Fix whitespace.
1252
1253 2013-11-23 Doug Evans <xdje42@gmail.com>
1254
1255 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1256 to test some things in the case where python is not configured in.
1257
1258 2013-11-22 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1261 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1262 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1263 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1264 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1265 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1266
1267 2013-11-22 Tom Tromey <tromey@redhat.com>
1268
1269 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1270
1271 2013-11-22 Tom Tromey <tromey@redhat.com>
1272
1273 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1274 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1275 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1276
1277 2013-11-22 Pedro Alves <palves@redhat.com>
1278
1279 PR 16155
1280 * gdb.dwarf2/dw2-dup-frame.S: New file.
1281 * gdb.dwarf2/dw2-dup-frame.c: New file.
1282 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1283
1284 2013-11-22 Yao Qi <yao@codesourcery.com>
1285
1286 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1287 comment and add one more argument "has_more".
1288 * gdb.python/py-mi.exp: Callers update.
1289
1290 2013-11-22 Yao Qi <yao@codesourcery.com>
1291
1292 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1293 of mi_create_dynamic_varobj.
1294
1295 2013-11-20 Pedro Alves <palves@redhat.com>
1296
1297 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1298 time, and run it through all three milestone regexes.
1299
1300 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1301
1302 * gdb.base/eval-avoid-side-effects.exp: New file.
1303
1304 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1305
1306 * gdb.arch/i386-mpx.c: New file
1307 * gdb.arch/i386-mpx.exp: New file.
1308
1309 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1310
1311 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1312 for bnd registers.
1313
1314 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1315
1316 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1317 start and end equal 0.
1318
1319 2013-11-19 Yao Qi <yao@codesourcery.com>
1320
1321 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1322 (mi_list_varobj_children_range): Likewise.
1323
1324 2013-11-19 Yao Qi <yao@codesourcery.com>
1325
1326 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1327
1328 2013-11-19 Yao Qi <yao@codesourcery.com>
1329
1330 * lib/mi-support.exp: Fix format.
1331
1332 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.ada/py_range: New testcase.
1335
1336 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1337
1338 * mi-language.exp: Add "-list-features" test verifying that
1339 its output contains "language-option".
1340
1341 2013-11-16 Joel Brobecker <brobecker@adacore.com>
1342
1343 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1344 * info_exc/foo.adb: Adjust to new exception name.
1345 * info_exc.exp: Adjust after exception renaming in const.ads.
1346 Update "info exception global" test to test "info exceptions
1347 global_gdb" instead.
1348
1349 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1350 * mi_exc_info/foo.adb (Adjust to new exception name.
1351 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1352 Update "-info-ada-exceptions global" test to test
1353 "-info-ada-exceptions global_gdb" instead.
1354
1355 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
1356
1357 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1358 of inferior output for remote and native sessions.
1359 * gdb.mi/mi-console.exp: Remove obsolete comment.
1360 Check for semihosted inferior output pattern.
1361 (semihosted_string): New function.
1362
1363 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1366 listed in the output of "info exceptions".
1367 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1368 listed in the output of "-info-ada-exceptions".
1369
1370 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1371
1372 * gdb.ada/info_exc.exp: Start inferior before starting
1373 the "info exceptions" tests.
1374 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1375 the "-info-ada-exceptions" tests.
1376
1377 2013-11-15 Tom Tromey <tromey@redhat.com>
1378
1379 * gdb.cp/includefile: New file.
1380 * gdb.cp/filename.exp: New file.
1381 * gdb.cp/filename.cc: New file.
1382
1383 2013-11-15 Doug Evans <xdje42@gmail.com>
1384
1385 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1386
1387 2013-11-15 Doug Evans <xdje42@gmail.com>
1388
1389 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1390
1391 2013-11-15 Doug Evans <xdje42@gmail.com>
1392
1393 * gdb.python/py-breakpoint.exp: Split up into several functions,
1394 each with their own test prefix.
1395
1396 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.ada/O2_float_param: New testcase.
1399
1400 2013-11-14 Tom Tromey <tromey@redhat.com>
1401
1402 * Makefile.in (check-parallel): Print summary from gdb.sum.
1403
1404 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1405
1406 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1407 and function label names.
1408 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1409 compile unit labels.
1410
1411 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1412
1413 * gdb.mi/mi-language.exp: New file.
1414
1415 2013-09-17 Keith Seitz <keiths@redhat.com>
1416
1417 PR c++/7935
1418 PR c++/10541
1419 * gdb.cp/nsalias.exp: New file.
1420 * gdb.cp/nsalias.cc: New file.
1421 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1422 tests only on known, working compiler versions.
1423
1424 2013-11-13 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1427 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1428
1429 2013-11-12 Doug Evans <dje@google.com>
1430
1431 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1432 so that "rm -rf $builddir" Just Works.
1433
1434 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.ada/mi_exc_info: New testcase.
1437
1438 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.ada/info_exc: New testcase.
1441
1442 2013-11-11 Doug Evans <dje@google.com>
1443
1444 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1445 of testfile.
1446
1447 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1448
1449 * gdb.python/py-linetable.S: New file.
1450 * gdb.python/py-linetable.c: New file.
1451 * gdb.python/py-linetable.exp: New file.
1452
1453 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1454
1455 * gdb.ada/mi_ex_cond: New testcase.
1456
1457 2013-11-07 Doug Evans <dje@google.com>
1458
1459 PR 11786
1460 * gdb.base/gcore-relro-pie.c: New file.
1461 * gdb.base/gcore-relro-pie.exp: New file.
1462
1463 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1464
1465 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1466 * gdb.python/py-cmd.c: New File.
1467
1468 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1469
1470 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1471
1472 2013-11-06 Doug Evans <xdje42@gmail.com>
1473
1474 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1475
1476 2013-11-06 Yao Qi <yao@codesourcery.com>
1477
1478 * lib/gdb.exp (gdb_produce_source): New procedure.
1479 * gdb.perf/solib.c: New.
1480 * gdb.perf/solib.exp: New.
1481 * gdb.perf/solib.py: New.
1482
1483 2013-11-06 Yao Qi <yao@codesourcery.com>
1484
1485 * README: Mention performance tests.
1486
1487 2013-11-06 Yao Qi <yao@codesourcery.com>
1488
1489 * lib/perftest.exp: New.
1490 * gdb.perf/lib/perftest/__init__.py: New.
1491 * gdb.perf/lib/perftest/measure.py: New.
1492 * gdb.perf/lib/perftest/perftest.py: New.
1493 * gdb.perf/lib/perftest/reporter.py: New.
1494 * gdb.perf/lib/perftest/testresult.py: New.
1495
1496 2013-11-06 Yao Qi <yao@codesourcery.com>
1497
1498 * Makefile.in (check-perf): New target.
1499 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1500 * configure: Re-generated.
1501 * gdb.perf/Makefile.in: New.
1502
1503 2013-11-04 Tom Tromey <tromey@redhat.com>
1504
1505 * Makefile.in (TEST_DIRS): Remove.
1506 (TEST_TARGETS, check-parallel): Rewrite.
1507 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1508 (subdir_do, subdirs): Remove.
1509 (do-check-parallel, check/%): New targets.
1510 (clean): Remove outputs, temp, and cache directories.
1511 (saw_dash_j): New variable.
1512 (CHECK_TARGET): Use it.
1513 (check): Depend on all, site.exp. Rewrite.
1514 (check-single): Remove dependencies.
1515 (slow_tests, all_tests, reordered_tests): New variables.
1516
1517 2013-11-04 Tom Tromey <tromey@redhat.com>
1518
1519 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1520 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1521 before loading binfile.
1522 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1523 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1524 before loading binfile.
1525
1526 2013-11-04 Tom Tromey <tromey@redhat.com>
1527
1528 * gdb.base/foll-exec.c (main): Use BASEDIR.
1529 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1530 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1531 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1532 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1533 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1534
1535 2013-11-04 Tom Tromey <tromey@redhat.com>
1536
1537 * gdb.base/argv0-symlink.exp: Compute executable's directory
1538 dynamically.
1539
1540 2013-11-04 Tom Tromey <tromey@redhat.com>
1541
1542 * gdb.asm/asm-source.exp: Use standard_output_file.
1543
1544 2013-11-04 Tom Tromey <tromey@redhat.com>
1545
1546 * gdb.server/file-transfer.exp: Use standard_output_file.
1547
1548 2013-11-04 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.base/fullname.exp: Use standard_output_file,
1551 relative_filename.
1552 * gdb.base/hashline1.exp: Use standard_testfile,
1553 standard_output_file, relative_filename, clean_restart.
1554 * gdb.base/hashline2.exp: Use standard_testfile,
1555 standard_output_file.
1556 * gdb.base/hashline3.exp: Use standard_testfile,
1557 standard_output_file, relative_filename.
1558 * lib/gdb.exp (relative_filename): New proc.
1559
1560 2013-11-04 Tom Tromey <tromey@redhat.com>
1561
1562 * gdb.base/fileio.c (test_open, test_write, test_read)
1563 (test_lseek, test_close, test_stat, test_fstat)
1564 (test_isatty, test_system, test_rename, test_unlink):
1565 Use OUTDIR define.
1566 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1567 Use standard_output_file.
1568
1569 2013-11-04 Tom Tromey <tromey@redhat.com>
1570
1571 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1572 defines.
1573 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1574 compilation. Use prepare_for_testing, standard_output_file.
1575
1576 2013-11-04 Tom Tromey <tromey@redhat.com>
1577
1578 * gdb.base/advance.exp: Use standard_testfile and
1579 prepare_for_testing.
1580 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1581 appropriate directory when local.
1582 * gdb.base/dump.exp: Use standard_output_file. Update all
1583 "dump" and "restore" filenames.
1584 * gdb.base/interact.exp: Use standard_output_file.
1585 * gdb.base/jit-so.exp: Don't download file when local.
1586 * gdb.base/jit.exp (compile_jit_test): Don't download file
1587 when local.
1588 * gdb.base/list.exp: Use gdb_remote_download.
1589 * gdb.base/maint.exp: Use standard_output_file.
1590 * gdb.base/prelink.exp: Use standard_output_file.
1591 * gdb.base/save-bp.exp: Use standard_output_file.
1592 * gdb.base/sepdebug.exp: Use standard_testfile,
1593 standard_output_file.
1594 (test_different_dir): Don't declare objdir.
1595 * gdb.base/solib-search.exp: Use standard_output_file.
1596 * gdb.base/step-line.exp: Use gdb_remote_download.
1597 * gdb.base/trace-commands.exp: Use standard_output_file.
1598
1599 2013-11-04 Tom Tromey <tromey@redhat.com>
1600
1601 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1602 to compilation. Use standard_output_file.
1603 (test_tfind_tfile): Update.
1604 * gdb.trace/tfile.c (write_basic_trace_file)
1605 (write_error_trace_file): Use TFILE_DIR.
1606 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1607 standard_output_file.
1608
1609 2013-11-04 Tom Tromey <tromey@redhat.com>
1610
1611 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1612 Use "dwarf2 always-disassemble" for the "maint set" test.
1613 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1614 standard_output_file.
1615 * gdb.mi/mi-logging.exp: Use standard_output_file.
1616
1617 2013-11-04 Tom Tromey <tromey@redhat.com>
1618
1619 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1620 downloads conditional on remote host.
1621 (set_arch): Likewise.
1622 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1623 (load_description): Use standard_output_file.
1624
1625 2013-11-04 Tom Tromey <tromey@redhat.com>
1626
1627 * gdb.gdb/selftest.exp: Use standard_output_file.
1628 * lib/selftest-support.exp (do_self_tests): Use
1629 standard_output_file.
1630
1631 2013-11-04 Tom Tromey <tromey@redhat.com>
1632
1633 * gdb.stabs/weird.exp: Use gdb_remote_download and
1634 standard_output_file.
1635
1636 2013-11-04 Tom Tromey <tromey@redhat.com>
1637
1638 * gdb.base/gcore-buffer-overflow.exp: Use
1639 standard_output_file, not standard_testfile.
1640 * gdb.base/twice.exp: Use standard_testfile, not
1641 standard_output_file. Use gdb_remote_download.
1642
1643 2013-11-04 Tom Tromey <tromey@redhat.com>
1644
1645 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1646 restore from that.
1647
1648 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1649
1650 * gdb.cp/derivation.exp: s/perrro/perror/
1651
1652 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1653
1654 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1655 `debugdir'.
1656
1657 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1658
1659 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1660 tests and update expected error message.
1661 (test_watch_register_location): New tests.
1662 (do_tests): Call test_watch_register_location.
1663 * gdb.base/watchpoints.exp: Update expected error message.
1664
1665 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1666
1667 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1668 the patterns in gdb_test_multiple.
1669
1670 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1671
1672 * gdb.base/sym-file-lib.c: New file.
1673 * gdb.base/sym-file-loader.c: New file.
1674 * gdb.base/sym-file-loader.h: New file.
1675 * gdb.base/sym-file-main.c: New file.
1676 * gdb.base/sym-file.exp: New file.
1677 * lib/gdb.exp (is_elf_target): New function.
1678
1679 2013-10-29 Pedro Alves <palves@redhat.com>
1680
1681 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1682 variable setting change-log-default-name to ChangeLog-mi.
1683
1684 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1685
1686 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1687 Expect <unavailable> pattern.
1688
1689 2013-10-28 Tom de Vries <tom@codesourcery.com>
1690
1691 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1692
1693 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1694
1695 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1696 remote stubs where exit() behaviour is unreliable.
1697
1698 2013-10-25 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.cp/m-static.exp: Adjust expected output of printing a
1701 nonexistent or optimized out static field. Also test printing the
1702 the "container" object.
1703
1704 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1705
1706 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1707 if in the persistent mode.
1708 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1709
1710 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1711
1712 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1713 support core file generation" reply.
1714
1715 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1716
1717 PR gdb/15986
1718 * gdb.base/run.c (main): gdb_get_line_number tag added for
1719 commands.exp.
1720 (factorial): Likewise.
1721
1722 * gdb.base/commands.exp (watchpoint_command_test): Use
1723 gdb_get_line_number in order to determine the locations in run.c
1724 where local_var is detected to go out of scope.
1725
1726 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1727
1728 * gdb.base/gnu_vector.exp: Care about endianness when casting
1729 scalars to vectors.
1730
1731 2013-10-18 Tom Tromey <tromey@redhat.com>
1732
1733 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1734 of "binfile".
1735
1736 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1737
1738 * gdb.base/watchpoints.exp: Add test for setting software
1739 watchpoints of different types before starting the inferior.
1740
1741 2013-10-18 Pedro Alves <palves@redhat.com>
1742
1743 PR gdb/16062
1744 * gdb.threads/stepi-random-signal.c: New file.
1745 * gdb.threads/stepi-random-signal.exp: New file.
1746
1747 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1748
1749 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1750 Fix comment typo.
1751 * lib/gdb.exp (gdb_init): Likewise.
1752
1753 2013-10-17 Tom Tromey <tromey@redhat.com>
1754
1755 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1756
1757 2013-10-14 Tom Tromey <tromey@redhat.com>
1758
1759 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1760 name to gdb_test_no_output.
1761
1762 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1763
1764 Canonicalize directories for EXEC_FILENAME.
1765 * gdb.base/argv0-symlink.exp
1766 (kept file symbolic link name for info inferiors): New.
1767 (kept directory symbolic link name): Setup kfail.
1768 (kept directory symbolic link name for info inferiors): New.
1769
1770 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1771
1772 * gdb.arch/s390-multiarch.exp: New file.
1773 * gdb.arch/s390-multiarch.c: New file.
1774
1775 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1776
1777 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1778 use the appropriate GDB/MI command instead, and verify
1779 the test output.
1780
1781 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1782
1783 * gdb.base/source-nofile.gdb: New file.
1784 * gdb.base/source.exp: Add two tests verifying the behavior when
1785 the "source" command is given a non-existant filename.
1786
1787 2013-10-11 Yao Qi <yao@codesourcery.com>
1788
1789 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1790 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1791 and 'dlclose'.
1792 [!__WIN32__]: Include "dlfcn.h".
1793 * gdb.mi/mi-catch-load.exp: Set up kfail.
1794
1795 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1796
1797 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1798 generated corefile" by argument "$test".
1799
1800 2013-10-09 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1803 output.
1804
1805 2013-10-09 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1808 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1809 (test_catch_syscall_with_wrong_args)
1810 (test_catch_syscall_restarting_inferior)
1811 (test_catch_syscall_fail_nodatadir)
1812 (test_catch_syscall_without_args_noxml)
1813 (test_catch_syscall_with_args_noxml)
1814 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1815
1816 2013-10-08 Tom Tromey <tromey@redhat.com>
1817
1818 * gdb.dwarf2/dwzbuildid.exp: New file.
1819 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1820 parameters.
1821 (Dwarf::_defer_output): Change "section" parameter to
1822 "section_spec"; update.
1823 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1824 procs.
1825
1826 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1827
1828 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1829
1830 2013-10-07 Tom Tromey <tromey@redhat.com>
1831
1832 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1833 to 0.
1834
1835 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1836
1837 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1838 $_exitcode is void when opening a corefile.
1839 * gdb.base/exitsignal.exp: New file.
1840 * gdb.base/segv.c: Likewise.
1841 * gdb.base/normal.c: Likewise.
1842
1843 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1846
1847 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1848
1849 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1850 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1851
1852 2013-10-02 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1855 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1856 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1857 (not_saved_pattern): New.
1858 Replace use of the former with the latter.
1859
1860 2013-10-02 Pedro Alves <palves@redhat.com>
1861
1862 * README (Board Settings): Document "exit_is_reliable".
1863 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1864 running to exit reliably reports program exits.
1865 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1866 info.
1867 * boards/native-stdio-gdbserver.exp: Likewise.
1868
1869 2013-10-01 Doug Evans <dje@google.com>
1870
1871 * gdb.python/python.exp: Remove redundant print-stack tests.
1872 Make all print-stack test names unique. Fix spelling of print-stack.
1873
1874 2013-09-29 Yao Qi <yao@codesourcery.com>
1875
1876 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1877 is remote.
1878
1879 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1880
1881 PR shlibs/8882
1882 * gdb.base/corefile.exp: Add a check to assure warning-free
1883 core-file load.
1884
1885 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1886
1887 * gdb.dwarf2/dwp-symlink.c: New file.
1888 * gdb.dwarf2/dwp-symlink.exp: New file.
1889
1890 2013-09-20 Doug Evans <dje@google.com>
1891
1892 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1893 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1894 file.
1895 * gdb.dwarf2/fission-loclists.S: Ditto.
1896 * gdb.dwarf2/fission-reread.S: Ditto.
1897 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1898 build_executable_from_fission_assembler.
1899 * gdb.dwarf2/fission-loclists.exp: Ditto.
1900 * gdb.dwarf2/fission-reread.exp: Ditto.
1901
1902 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1903 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1904 (gdb_gnu_strip_debug): Ditto.
1905 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1906 * gdb.arch/altivec-abi.exp: Ditto.
1907 * gdb.base/attach-pie-misread.exp: Ditto.
1908 * gdb.base/comprdebug.exp: Ditto.
1909 * gdb.base/dup-sect.exp: Ditto.
1910 * gdb.base/gnu-debugdata.exp: Ditto.
1911 * gdb.base/step-symless.exp: Ditto.
1912 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1913 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1914 * gdb.dwarf2/gdb-index.exp: Ditto.
1915
1916 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1917
1918 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1919 register to "<optimized out>", and also print the registers.
1920
1921 2013-09-18 Pedro Alves <palves@redhat.com>
1922
1923 PR server/15967
1924 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1925 change text.
1926
1927 2013-09-18 Yao Qi <yao@codesourcery.com>
1928
1929 * gdb.server/wrapper.c: New.
1930 * gdb.server/wrapper.exp: New.
1931
1932 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1933 Jan Kratochvil <jan.kartochvil@redhat.com>
1934 Pedro Alves <palves@redhat.com>
1935
1936 PR gdb/11568
1937 * gdb.thread/thread-specific-bp.c: New file.
1938 * gdb.thread/thread-specific-bp.exp: New file.
1939
1940 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1941
1942 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1943 convenience function.
1944
1945 2013-09-17 Pedro Alves <palves@redhat.com>
1946
1947 PR gdb/15911
1948 * gdb.threads/info-threads-cur-sal-2.c: New file.
1949 * gdb.threads/info-threads-cur-sal.c: New file.
1950 * gdb.threads/info-threads-cur-sal.exp: New file.
1951
1952 2013-09-17 Yao Qi <yao@codesourcery.com>
1953
1954 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1955 [__WIN32__]: Include "windows.h" and define macro dlopen
1956 and dlclose.
1957 [!__WIN32__]: Include "dlfcn.h".
1958 * gdb.base/catch-load.exp (one_catch_load_test): Match
1959 directory separator.
1960
1961 2013-09-16 Doug Evans <dje@google.com>
1962
1963 * lib/gdb.exp (using_fission): New proc.
1964 * gdb.base/info-macros.exp: Skip test if using Fission.
1965
1966 * gdb.base/break-interp.exp: Fix indentation.
1967
1968 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1969
1970 * gdb.base/gdbvars.c (foo_void): New function.
1971 (foo_int): Likewise.
1972 * gdb.base/gdbvars.exp (test_convenience_functions): New
1973 function. Call it.
1974
1975 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1976
1977 * gdb.arch/s390-tdbregs.c: New file.
1978 * gdb.arch/s390-tdbregs.exp: New file.
1979
1980 2013-09-12 Stan Shebs <stan@codesourcery.com>
1981
1982 * README: New file.
1983
1984 2013-09-12 Doug Evans <dje@google.com>
1985
1986 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1987 added code to print event.inferior.
1988
1989 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1990
1991 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1992 debug part of the binary.
1993
1994 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1995
1996 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1997 (addlink): Add comment.
1998
1999 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
2000
2001 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
2002 canonical pathname.
2003
2004 2013-09-04 Doug Evans <dje@google.com>
2005
2006 * gdb.python/py-events.py (exit_handler): Verify we get the expected
2007 event.
2008 (continue_handler, new_objfile_handler): Ditto.
2009 (test_events): Rename command to "test-events".
2010 (test_newobj_events): Rename command to "test-objfile-events".
2011 * gdb.python/py-events.exp: Update.
2012 * gdb.python/py-evsignal.exp: Update.
2013 * gdb.python/py-evthreads.exp: Update.
2014
2015 * gdb.base/enumval.c (ZERO): New enum value.
2016 (main): Use it
2017 * gdb.base/enumval.exp: Test ability to print ZERO.
2018
2019 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
2020 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/relocate.exp: Check that invalid options are
2023 rejected.
2024
2025 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
2026
2027 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
2028 (my_static_symbol): Add comment.
2029 (main): Reference my_bss_symbol.
2030
2031 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2032
2033 * gdb.python/py-arch.exp: Tests for invalid architecture.
2034
2035 2013-08-29 Sterling Augustine <saugustine@google.com>
2036
2037 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
2038 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
2039 said conditional.
2040
2041 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2042
2043 * gdb.python/py-arch.exp: Load gdb-python.exp.
2044
2045 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2046
2047 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
2048 itertools for imap attribute. Otherwise use map().
2049 (ElidingIterator): Define wrapper function __next__.
2050 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
2051 use exec (open (read ())) instead.
2052 * gdb.python/py-framefilter.exp: Ditto.
2053 * gdb.python/py-arch.exp: Update print based test to Python 3.x
2054 compliance.
2055 * gdb.python/py-frame.exp: Ditto.
2056 * gdb.python/py-type.exp: Ditto.
2057
2058 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2059
2060 PR gdb/15415
2061 * gdb.base/argv0-symlink.c: New file.
2062 * gdb.base/argv0-symlink.exp: New file.
2063
2064 2013-08-28 Tom Tromey <tromey@redhat.com>
2065
2066 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
2067 when saving index.
2068
2069 2013-08-27 Yao Qi <yao@codesourcery.com>
2070
2071 * gdb.trace/entry-values.exp: Test unavailable entry value is
2072 not shown when option '--skip-unavailable' is specified.
2073 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
2074 Add tests for new option '--skip-unavailable'.
2075
2076 2013-08-27 Yao Qi <yao@codesourcery.com>
2077
2078 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
2079 remote_download if it is empty.
2080
2081 2013-08-26 Doug Evans <dje@google.com>
2082
2083 PR symtab/15885
2084 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
2085 (clean): rm -f *.gdb-index *.with-index.
2086 * gdb.dwarf2/gdb-index.exp: New testcase.
2087
2088 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
2089 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
2090 run_on_host. All callers updated.
2091
2092 2013-08-24 Yao Qi <yao@codesourcery.com>
2093
2094 * gdb.trace/entry-values.c (end): New
2095 (main): Call end.
2096 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
2097 tracepoint and collect data. Test entry value is unavailable.
2098
2099 2013-08-24 Yao Qi <yao@codesourcery.com>
2100
2101 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
2102 * gdb.trace/entry-values.c: New.
2103 * gdb.trace/entry-values.exp: New.
2104
2105 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
2106
2107 PR gdb/15501
2108 * gdb.base/ena-dis-br.exp: Add test to verify
2109 enable/disable commands work correctly with
2110 multiple arguments that include multiple locations.
2111
2112 2013-08-22 Samuel Bronson <naesten@gmail.com>
2113
2114 ARM Linux support for `catch syscall'.
2115 * gdb.base/catch-syscall.exp: Test this on ARM now.
2116 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
2117
2118 2013-08-22 Tom Tromey <tromey@redhat.com>
2119
2120 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
2121 default addr_size.
2122 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
2123
2124 2013-08-22 Tom Tromey <tromey@redhat.com>
2125
2126 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
2127 standard_temp_file.
2128
2129 2013-08-22 Tom Tromey <tromey@redhat.com>
2130
2131 * gdb.arch/amd64-byte.exp: Use standard_testfile,
2132 clean_restart.
2133 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
2134 * gdb.arch/amd64-dword.exp: Use standard_testfile,
2135 clean_restart.
2136 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
2137 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
2138 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
2139 * gdb.arch/amd64-word.exp: Use standard_testfile,
2140 clean_restart.
2141 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
2142 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
2143 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
2144 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
2145 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
2146 * gdb.arch/i386-signal.exp: Use standard_testfile.
2147 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
2148 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
2149 * gdb.arch/i386-unwind.exp: Use standard_testfile.
2150 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
2151
2152 2013-08-22 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.python/py-error.exp: Use gdb_remote_download.
2155 * gdb.python/py-mi.exp: Use gdb_remote_download.
2156 * gdb.python/py-objfile-script.exp: Use standard_output_file.
2157 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
2158 (run_lang_tests): Likewise.
2159 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
2160 filename.
2161 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
2162 compiling. Use gdb_remote_download. Update some tests.
2163 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2164 standard_output_file.
2165 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
2166 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
2167 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
2168 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
2169 standard_output_file.
2170
2171 2013-08-22 Tom Tromey <tromey@redhat.com>
2172
2173 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
2174
2175 2013-08-22 Tom Tromey <tromey@redhat.com>
2176
2177 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
2178 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
2179 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
2180 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
2181 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
2182 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
2183 * lib/gdb.exp (gdb_remote_download): New proc.
2184
2185 2013-08-22 Tom Tromey <tromey@redhat.com>
2186
2187 * gdb.dwarf2/clztest.exp: Use standard_testfile.
2188 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
2189 * gdb.dwarf2/fission-base.S: Remove directory from
2190 DW_AT_GNU_dwo_name.
2191 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
2192 debug-file-directory.
2193 * gdb.dwarf2/fission-reread.S: Remove directory from
2194 DW_AT_GNU_dwo_name.
2195 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
2196 debug-file-directory.
2197
2198 2013-08-16 Doug Evans <dje@google.com>
2199
2200 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
2201 prelink complains about an unhandled DWARF version.
2202
2203 2013-08-14 Cary Coutant <ccoutant@google.com>
2204
2205 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
2206
2207 2013-08-13 Tom Tromey <tromey@redhat.com>
2208 Yao Qi <yao@codesourcery.com>
2209
2210 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
2211 * lib/gdb.exp: Handle GDB_PARALLEL.
2212 (default_gdb_version): Kill inotify_pid if it exists.
2213 (default_gdb_exit): Emit warning if the inotify log is not
2214 empty.
2215 (standard_output_file): Respect GDB_PARALLEL.
2216 (standard_temp_file): Likewise.
2217 (gdb_init): Start inotifywait if requested.
2218
2219 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2220
2221 * gdb.base/printcmds.exp (test_printf): Add test for printf of
2222 pointer with various flags.
2223
2224 2013-08-13 Tom Tromey <tromey@redhat.com>
2225
2226 * lib/cache.exp: New file.
2227 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
2228 * lib/gdb.exp: Load cache.exp.
2229 (support_complex_tests, is_ilp32_target, is_lp64_target)
2230 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
2231 (gdb_skip_xml_test): Use gdb_caching_proc.
2232 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
2233
2234 2013-08-13 Tom Tromey <tromey@redhat.com>
2235
2236 * lib/gdb.exp (standard_temp_file): New proc.
2237 (support_complex_tests, is_ilp32_target, is_lp64_target)
2238 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
2239 standard_temp_file.
2240
2241 2013-08-13 Tom Tromey <tromey@redhat.com>
2242
2243 * lib/gdb.exp (build_id_debug_filename_get): Use
2244 standard_output_file.
2245 * lib/prelink-support.exp (section_get)
2246 (build_executable_own_libs): Use standard_output_file.
2247
2248 2013-08-12 Tom Tromey <tromey@redhat.com>
2249
2250 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2251
2252 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
2253
2254 * gdb.base/break.exp: Test break via convenience variable
2255 with file name.
2256
2257 2013-08-09 Doug Evans <dje@google.com>
2258
2259 * lib/future.exp (gdb_find_ldd): New proc.
2260 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2261 Make "/usr/sbin/" in prelink path optional.
2262
2263 2013-08-09 Yao Qi <yao@codesourcery.com>
2264
2265 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2266 "only" and "both" to 'print entry-values' before selecting
2267 trace frame.
2268
2269 2013-08-08 Yao Qi <yao@codesourcery.com>
2270
2271 * gdb.trace/mi-trace-unavailable.exp: Don't set
2272 "print entry-values" to "no".
2273 (test_trace_unavailable): Set various values to
2274 "print entry-values" to test that the output of
2275 '-stack-list-locals' is not affected, and then set
2276 set "print entry-values" to "no".
2277
2278 2013-08-07 Doug Evans <dje@google.com>
2279
2280 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2281 * gdb.python/py-value-cc.exp: Update.
2282 * gdb.python/py-value.exp: Use different names for .o files for
2283 C and C++. Only perform C++ tests if !skip_cplus_tests.
2284
2285 2013-08-07 Tom Tromey <tromey@redhat.com>
2286
2287 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2288
2289 2013-08-07 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.dwarf2/dwz.exp: New file.
2292
2293 2013-08-02 Tom Tromey <tromey@redhat.com>
2294
2295 * gdb.base/watchpoint.c (struct foo5): New.
2296 (nullptr): New global.
2297 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2298
2299 2013-08-01 Doug Evans <dje@google.com>
2300
2301 PR symtab/15691
2302 * gdb.dwarf2/fission-mix.exp: New file.
2303 * gdb.dwarf2/fission-mix.h: New file.
2304 * gdb.dwarf2/fission-mix.c: New file.
2305 * gdb.dwarf2/fission-mix2.c: New file.
2306
2307 PR symtab/15695
2308 * gdb.base/func-ptr.exp: New file.
2309 * gdb.base/func-ptr.c: New file.
2310
2311 2013-08-01 Yao Qi <yao@codesourcery.com>
2312
2313 * gdb.python/py-sync-interp.c: New.
2314 * gdb.python/py-sync-interp.exp: New.
2315
2316 2013-07-31 Yao Qi <yao@codesourcery.com>
2317
2318 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2319 'tdump' on stack frame 0 and 1 respectively.
2320
2321 2013-07-31 Yao Qi <yao@codesourcery.com>
2322
2323 PR gdb/13443
2324 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2325 'traceframe'. Wrap test with with_test_prefix.
2326 (top level): Update.
2327
2328 2013-07-31 Yao Qi <yao@codesourcery.com>
2329
2330 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2331 'gdb_start'.
2332 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2333 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2334
2335 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2336
2337 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2338 when printing an optimized out value. Expect an error when using
2339 an optimized out value in an expression.
2340
2341 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2342
2343 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2344 * gdb.dwarf2/pieces-optimized-out.c: New file.
2345 * gdb.dwarf2/pieces-optimized-out.S: New file.
2346
2347 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2348
2349 PR gdb/15715
2350 * gdb.base/setshow.exp: Test that relative paths passed to
2351 'set history filename' are converted to absolute paths.
2352
2353 2013-07-26 Keith Seitz <keiths@redhat.com>
2354
2355 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2356 of f77.
2357 Allow for compiler variations of integer types.
2358 Use mi_create_varobj.
2359 Use mi_list_varobj_children for the immediate children of `array'.
2360 Add "has_more" attribute for grandchildren test.
2361
2362 2013-07-26 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2365 files.
2366
2367 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2368
2369 * gdb.mi/mi-reg-undefined.exp: New file.
2370 * gdb.mi/mi-reg-undefined.c: Likewise.
2371 * gdb.mi/mi-reg-undefined.S: Likewise.
2372
2373 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2374
2375 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2376 z, o, and t output formats.
2377 * gdb.base/display.exp: Use 'k' as an undefined format now that
2378 'z' is defined.
2379
2380 2013-07-24 Doug Evans <dje@google.com>
2381
2382 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2383 "--" to switch.
2384
2385 2013-07-24 Yao Qi <yao@codesourcery.com>
2386
2387 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2388 host.
2389 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2390 Likewise. If host is remote, copy ${binfile} to host.
2391
2392 2013-07-23 Yao Qi <yao@codesourcery.com>
2393
2394 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2395 message.
2396
2397 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2398
2399 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2400 instructions and enable disp-step-syscall for arm targets.
2401
2402 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2403
2404 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2405 assembler errors on arm.
2406 * gdb.dwarf2/mac-fileno.S: Likewise.
2407 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2408 * gdb.dwarf2/pr13961.S: Likewise.
2409
2410 2013-07-19 Hui Zhu <hui@codesourcery.com>
2411
2412 PR gdb/15692
2413 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2414
2415 2013-07-19 Yao Qi <yao@codesourcery.com>
2416
2417 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2418 (teset_from_exec): Likewise.
2419
2420 2013-07-19 Yao Qi <yao@codesourcery.com>
2421
2422 * gdb.trace/read-memory.c: New.
2423 * gdb.trace/read-memory.exp: New.
2424
2425 2013-07-19 Yao Qi <yao@codesourcery.com>
2426
2427 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2428 $dest to link options if host is remote. Move the
2429 generated file to $dest.a on host if host is remote.
2430
2431 2013-07-18 Will Newton <will.newton@linaro.org>
2432
2433 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2434 to ensure the test is linked against pthreads.
2435 * gdb.threads/tls-var-main.c: Likewise.
2436 * gdb.threads/tls-shared.c: Likewise.
2437
2438 2013-07-18 Yao Qi <yao@codesourcery.com>
2439
2440 * lib/future.exp (gdb_default_target_compile): Use tail name
2441 of $destfile as the output name of compile. Move the
2442 generated file to $destfile on build.
2443
2444 2013-07-18 Yao Qi <yao@codesourcery.com>
2445
2446 * lib/gdb.exp (gdb_compile): Set
2447 gdb_saved_set_unbuffered_mode_obj to
2448 set_unbuffered_mode_saved.o if host is remote. Invoke
2449 remote_download to copy $unbuf_obj to host.
2450
2451 2013-07-17 Doug Evans <dje@google.com>
2452
2453 * gdb.python/py-frame-args.c: New file.
2454 * gdb.python/py-frame-args.py: New file.
2455 * gdb.python/py-frame-args.exp New file.
2456
2457 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
2458
2459 * gdb.base/printcmds.exp (test_printf): Add tests for format
2460 strings with missing format specifier.
2461
2462 2013-07-16 Tom Tromey <tromey@redhat.com>
2463
2464 * gdb.ada/info_types.exp: Use standard_testfile.
2465
2466 2013-07-16 Tom Tromey <tromey@redhat.com>
2467
2468 * gdb.mi/mi-basics.exp: Use standard_output_file.
2469 (test_dir_specification, test_cwd_specification)
2470 (test_path_specification): Use testsubdir, not subdir and objdir.
2471
2472 2013-07-16 Tom Tromey <tromey@redhat.com>
2473
2474 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2475
2476 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2477
2478 * gdb.ada/small_reg_param.exp: Accept optional entry value
2479 for parameter "w".
2480
2481 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2482
2483 * gdb.ada/small_reg_param.exp: Remove trailing space.
2484
2485 2013-07-09 Doug Evans <dje@google.com>
2486
2487 * gdb.base/default.exp: Update expected output of "show print array"
2488 and "show print pretty".
2489
2490 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2491
2492 * gdb.threads/wp-replication.exp: Stop counting available hardware
2493 watchpoints after NR_THREADS iterations.
2494
2495 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2496
2497 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2498
2499 2013-07-07 Yao Qi <yao@codesourcery.com>
2500
2501 * boards/native-gdbserver.exp: Move invoke of
2502 process_multilib_options to gdbserver-base.exp.
2503 Move set_board_info 'compiler', 'gdb,noinferiorio',
2504 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2505 gdbserver-base.exp.
2506 Move proc ${board}_download, ${board}_upload and
2507 ${board}_file to gdbserver-base.exp.
2508 * boards/native-extended-gdbserver.exp: Likewise.
2509 * boards/native-stdio-gdbserver.exp: Likewise.
2510 * boards/gdbserver-base.exp: New file.
2511
2512 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2513
2514 * gdb.base/dump.exp: Remove arch-specific tests and do a
2515 generic data address check to set is64bitonly correctly.
2516
2517 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2518
2519 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2520 the register number instead of expecting only 0.
2521
2522 2013-07-05 Will Newton <will.newton@linaro.org>
2523
2524 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2525 in asm syntax to allow building on ARM.
2526
2527 2013-07-05 Yao Qi <yao@codesourcery.com>
2528
2529 * boards/local-remote-host.exp: Remove obsolete comments.
2530 * boards/native-extended-gdbserver.exp: Likewise.
2531 * boards/native-gdbserver.exp: Likewise.
2532 * boards/native-stdio-gdbserver.exp: Likewise.
2533
2534 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2535
2536 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2537 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2538 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2539
2540 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 * gdb.base/break-on-linker-gcd-function.exp: Replace
2543 prepare_for_testing by build_executable_from_specs and clean_restart.
2544
2545 2013-06-27 Tom Tromey <tromey@redhat.com>
2546
2547 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2548 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2549 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2550 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2551 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2552 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2553 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2554 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2555 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2556 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2557 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2558 Use standard_testfile, standard_output_file, prepare_for_testing,
2559 clean_restart.
2560
2561 2013-06-27 Tom Tromey <tromey@redhat.com>
2562
2563 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2564 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2565 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2566 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2567 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2568 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2569 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2570 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2571 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2572 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2573 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2574 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2575 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2576 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2577 gdb.base/solib-weak.exp, gdb.base/source.exp,
2578 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2579 gdb.base/stap-probe.exp, gdb.base/start.exp,
2580 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2581 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2582 gdb.base/step-test.exp, gdb.base/structs.exp,
2583 gdb.base/structs2.exp, gdb.base/structs3.exp,
2584 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2585 standard_output_file, prepare_for_testing, clean_restart.
2586
2587 2013-06-27 Tom Tromey <tromey@redhat.com>
2588
2589 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2590 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2591 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2592 gdb.base/pending.exp, gdb.base/permissions.exp,
2593 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2594 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2595 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2596 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2597 gdb.base/ptype.exp, gdb.base/randomize.exp,
2598 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2599 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2600 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2601 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2602 standard_testfile, standard_output_file, prepare_for_testing,
2603 clean_restart.
2604
2605 2013-06-27 Tom Tromey <tromey@redhat.com>
2606
2607 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2608 gdb.base/huge.exp, gdb.base/included.exp,
2609 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2610 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2611 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2612 gdb.base/info-target.exp, gdb.base/infoline.exp,
2613 gdb.base/interp.exp, gdb.base/interrupt.exp,
2614 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2615 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2616 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2617 gdb.base/logical.exp, gdb.base/long_long.exp,
2618 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2619 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2620 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2621 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2622 standard_testfile, standard_output_file, prepare_for_testing,
2623 clean_restart.
2624
2625 2013-06-27 Tom Tromey <tromey@redhat.com>
2626
2627 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2628 gdb.base/enumval.exp, gdb.base/environ.exp,
2629 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2630 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2631 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2632 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2633 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2634 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2635 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2636 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2637 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2638 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2639 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2640 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2641 gdb.base/gnu_vector.exp: Use standard_testfile,
2642 standard_output_file, prepare_for_testing, clean_restart.
2643
2644 2013-06-27 Tom Tromey <tromey@redhat.com>
2645
2646 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2647 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2648 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2649 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2650 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2651 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2652 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2653 gdb.base/commands.exp, gdb.base/completion.exp,
2654 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2655 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2656 gdb.base/constvars.exp, gdb.base/corefile.exp,
2657 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2658 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2659 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2660 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2661 gdb.base/dup-sect.exp: Use standard_testfile,
2662 standard_output_file, prepare_for_testing, clean_restart.
2663
2664 2013-06-27 Tom Tromey <tromey@redhat.com>
2665
2666 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2667 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2668 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2669 gdb.base/async-shell.exp, gdb.base/async.exp,
2670 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2671 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2672 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2673 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2674 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2675 gdb.base/break-on-linker-gcd-function.exp,
2676 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2677 standard_output_file, prepare_for_testing, clean_restart.
2678
2679 2013-06-26 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.trace/mi-trace-frame-collected.exp: New.
2682
2683 2013-06-25 Yao Qi <yao@codesourcery.com>
2684
2685 * boards/native-extended-gdbserver.exp: Set board_info
2686 'gdb,predefined_tsv'.
2687 * boards/native-gdbserver.exp: Likewise.
2688 * boards/native-stdio-gdbserver.exp: Likewise.
2689 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2690 uploaded TSVs if target supports tracing.
2691 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2692 tracing and target has predefined tsv.
2693
2694 2013-06-25 Yao Qi <yao@codesourcery.com>
2695 Hui Zhu <hui@codesourcery.com>
2696 Pedro Alves <palves@redhat.com>
2697
2698 PR breakpoints/15075
2699 PR breakpoints/15434
2700 * gdb.base/dprintf-next.c: New file.
2701 * gdb.base/dprintf-next.exp: New file.
2702 * gdb.base/dprintf-non-stop.c: New file.
2703 * gdb.base/dprintf-non-stop.exp: New file.
2704 * gdb.base/dprintf.exp: Don't check "continue" in the output
2705 of "info breakpoints".
2706 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2707 Don't check "continue" in script field.
2708
2709 2013-06-21 Tom Tromey <tromey@redhat.com>
2710
2711 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2712 name in a test name.
2713
2714 2013-06-20 Yao Qi <yao@codesourcery.com>
2715
2716 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2717 and set an action.
2718 (test_trace_unavailable): Test command -data-list-register-values
2719 in the context of traceframe and with option --skip-unavailable.
2720 * gdb.trace/trace-unavailable.c (foo): New.
2721 (main): Call it.
2722 * gdb.mi/gdb2549.exp: Update matching pattern.
2723
2724 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2725
2726 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2727 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2728 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2729 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2730 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2731
2732 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2733
2734 * gdb.base/subst.exp: Delete default rules before further
2735 tests.
2736
2737 2013-06-19 Yao Qi <yao@codesourcery.com>
2738
2739 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2740 unsupported if it is not registered.
2741
2742 2013-06-18 Tom Tromey <tromey@redhat.com>
2743
2744 * gdb.base/random-signal.c: New file.
2745 * gdb.base/random-signal.exp: New file.
2746
2747 2013-06-18 Will Newton <will.newton@linaro.org>
2748
2749 * gdb.base/skip.c: Use comma to evaluate results of foo()
2750 and bar() before passing to baz().
2751 * gdb.base/skip.c: baz() now takes one argument instead of
2752 two.
2753
2754 2013-06-18 Tom Tromey <tromey@redhat.com>
2755
2756 * gdb.dwarf2/implptrpiece.exp: New file.
2757 * gdb.dwarf2/implptrconst.exp (d): New variable.
2758 Print d.
2759 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2760
2761 2013-06-18 Tom Tromey <tromey@redhat.com>
2762
2763 * lib/selftest-support.exp (do_self_tests): Reject remote or
2764 non-native targets.
2765 * gdb.gdb/complaints.exp: Remove check.
2766 * gdb.gdb/observer.exp: Remove check.
2767 * gdb.gdb/xfullpath.exp: Remove check.
2768 * gdb.gdb/complaints.exp: Remove check.
2769
2770 2013-06-07 Pedro Alves <palves@redhat.com>
2771
2772 * boards/native-extended-gdbserver.exp: Remove semicolon.
2773 * config/arm-ice.exp: Likewise.
2774 * config/bfin.exp: Likewise.
2775 * config/cygmon.exp: Likewise.
2776 * config/h8300.exp: Likewise.
2777 * config/monitor.exp: Likewise.
2778 * config/sid.exp: Likewise.
2779 * config/sim.exp: Likewise.
2780 * config/slite.exp: Likewise.
2781 * config/vx.exp: Likewise.
2782 * gdb.arch/i386-bp_permanent.exp: Likewise.
2783 * gdb.asm/asm-source.exp: Likewise.
2784 * gdb.base/args.exp: Likewise.
2785 * gdb.base/attach-pie-misread.exp: Likewise.
2786 * gdb.base/auxv.exp: Likewise.
2787 * gdb.base/bigcore.exp: Likewise.
2788 * gdb.base/bitfields2.exp: Likewise.
2789 * gdb.base/bitfields.exp: Likewise.
2790 * gdb.base/break.exp: Likewise.
2791 * gdb.base/break-interp.exp: Likewise.
2792 * gdb.base/callfuncs.exp: Likewise.
2793 * gdb.base/call-sc.exp: Likewise.
2794 * gdb.base/commands.exp: Likewise.
2795 * gdb.base/corefile.exp: Likewise.
2796 * gdb.base/dbx.exp: Likewise.
2797 * gdb.base/ending-run.exp: Likewise.
2798 * gdb.base/exprs.exp: Likewise.
2799 * gdb.base/funcargs.exp: Likewise.
2800 * gdb.base/hbreak2.exp: Likewise.
2801 * gdb.base/huge.exp: Likewise.
2802 * gdb.base/list.exp: Likewise.
2803 * gdb.base/memattr.exp: Likewise.
2804 * gdb.base/overlays.exp: Likewise.
2805 * gdb.base/printcmds.exp: Likewise.
2806 * gdb.base/recurse.exp: Likewise.
2807 * gdb.base/remotetimeout.exp: Likewise.
2808 * gdb.base/reread.exp: Likewise.
2809 * gdb.base/savedregs.exp: Likewise.
2810 * gdb.base/scope.exp: Likewise.
2811 * gdb.base/sepdebug.exp: Likewise.
2812 * gdb.base/setshow.exp: Likewise.
2813 * gdb.base/setvar.exp: Likewise.
2814 * gdb.base/sigaltstack.exp: Likewise.
2815 * gdb.base/siginfo-addr.exp: Likewise.
2816 * gdb.base/siginfo.exp: Likewise.
2817 * gdb.base/siginfo-obj.exp: Likewise.
2818 * gdb.base/sigrepeat.exp: Likewise.
2819 * gdb.base/sigstep.exp: Likewise.
2820 * gdb.base/structs.exp: Likewise.
2821 * gdb.base/testenv.exp: Likewise.
2822 * gdb.base/twice.exp: Likewise.
2823 * gdb.base/valgrind-db-attach.exp: Likewise.
2824 * gdb.base/valgrind-infcall.exp: Likewise.
2825 * gdb.base/varargs.exp: Likewise.
2826 * gdb.base/watchpoint.exp: Likewise.
2827 * gdb.cp/gdb1355.exp: Likewise.
2828 * gdb.cp/misc.exp: Likewise.
2829 * gdb.disasm/hppa.exp: Likewise.
2830 * gdb.disasm/t01_mov.exp: Likewise.
2831 * gdb.disasm/t02_mova.exp: Likewise.
2832 * gdb.disasm/t03_add.exp: Likewise.
2833 * gdb.disasm/t04_sub.exp: Likewise.
2834 * gdb.disasm/t05_cmp.exp: Likewise.
2835 * gdb.disasm/t06_ari2.exp: Likewise.
2836 * gdb.disasm/t07_ari3.exp: Likewise.
2837 * gdb.disasm/t08_or.exp: Likewise.
2838 * gdb.disasm/t09_xor.exp: Likewise.
2839 * gdb.disasm/t10_and.exp: Likewise.
2840 * gdb.disasm/t11_logs.exp: Likewise.
2841 * gdb.disasm/t12_bit.exp: Likewise.
2842 * gdb.disasm/t13_otr.exp: Likewise.
2843 * gdb.gdb/selftest.exp: Likewise.
2844 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2845 * gdb.mi/mi-reverse.exp: Likewise.
2846 * gdb.pascal/floats.exp: Likewise.
2847 * gdb.python/py-inferior.exp: Likewise.
2848 * gdb.threads/attach-into-signal.exp: Likewise.
2849 * gdb.threads/pthreads.exp: Likewise.
2850 * gdb.threads/thread_events.exp: Likewise.
2851 * gdb.threads/watchthreads.exp: Likewise.
2852 * gdb.trace/actions-changed.exp: Likewise.
2853 * gdb.trace/actions.exp: Likewise.
2854 * gdb.trace/ax.exp: Likewise.
2855 * gdb.trace/backtrace.exp: Likewise.
2856 * gdb.trace/change-loc.exp: Likewise.
2857 * gdb.trace/deltrace.exp: Likewise.
2858 * gdb.trace/disconnected-tracing.exp: Likewise.
2859 * gdb.trace/ftrace.exp: Likewise.
2860 * gdb.trace/infotrace.exp: Likewise.
2861 * gdb.trace/passc-dyn.exp: Likewise.
2862 * gdb.trace/passcount.exp: Likewise.
2863 * gdb.trace/pending.exp: Likewise.
2864 * gdb.trace/qtro.exp: Likewise.
2865 * gdb.trace/range-stepping.exp: Likewise.
2866 * gdb.trace/report.exp: Likewise.
2867 * gdb.trace/save-trace.exp: Likewise.
2868 * gdb.trace/status-stop.exp: Likewise.
2869 * gdb.trace/strace.exp: Likewise.
2870 * gdb.trace/tfile.exp: Likewise.
2871 * gdb.trace/tfind.exp: Likewise.
2872 * gdb.trace/trace-break.exp: Likewise.
2873 * gdb.trace/tracecmd.exp: Likewise.
2874 * gdb.trace/trace-mt.exp: Likewise.
2875 * gdb.trace/tspeed.exp: Likewise.
2876 * gdb.trace/tsv.exp: Likewise.
2877 * gdb.trace/while-stepping.exp: Likewise.
2878 * lib/gdb.exp: Likewise.
2879 * lib/gdbserver-support.exp: Likewise.
2880 * lib/java.exp: Likewise.
2881 * lib/mi-support.exp: Likewise.
2882 * lib/pascal.exp: Likewise.
2883 * lib/prompt.exp: Likewise.
2884 * lib/trace-support.exp: Likewise.
2885
2886 2013-06-07 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.ada/info_types.c: Fix formating in copyright header.
2889 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2890 * gdb.base/float.c: Likewise.
2891 * gdb.base/inferior-died.c: Likewise.
2892 * gdb.base/interp.c: Likewise.
2893 * gdb.base/jit-main.c: Likewise.
2894 * gdb.base/jit-solib.c: Likewise.
2895 * gdb.base/long_long.c: Likewise.
2896 * gdb.base/longjmp.c: Likewise.
2897 * gdb.base/nextoverexit.c: Likewise.
2898 * gdb.base/pr11022.c: Likewise.
2899 * gdb.base/prelink-lib.c: Likewise.
2900 * gdb.base/prelink.c: Likewise.
2901 * gdb.base/prologue.c: Likewise.
2902 * gdb.base/restore.c: Likewise.
2903 * gdb.base/sigchld.c: Likewise.
2904 * gdb.base/solib-search-lib1.c: Likewise.
2905 * gdb.base/solib-search-lib2.c: Likewise.
2906 * gdb.base/solib-search.c: Likewise.
2907 * gdb.base/solib-search.h: Likewise.
2908 * gdb.base/whatis.c: Likewise.
2909 * gdb.cp/abstract-origin.cc: Likewise.
2910 * gdb.cp/anon-struct.cc: Likewise.
2911 * gdb.cp/baseenum.cc: Likewise.
2912 * gdb.cp/bs15503.cc: Likewise.
2913 * gdb.cp/call-c-1.c: Likewise.
2914 * gdb.cp/call-c.cc: Likewise.
2915 * gdb.cp/class2.cc: Likewise.
2916 * gdb.cp/classes.cc: Likewise.
2917 * gdb.cp/cttiadd.cc: Likewise.
2918 * gdb.cp/cttiadd1.cc: Likewise.
2919 * gdb.cp/cttiadd2.cc: Likewise.
2920 * gdb.cp/cttiadd3.cc: Likewise.
2921 * gdb.cp/derivation.cc: Likewise.
2922 * gdb.cp/derivation2.cc: Likewise.
2923 * gdb.cp/dispcxx.cc: Likewise.
2924 * gdb.cp/exception.cc: Likewise.
2925 * gdb.cp/gdb2384-base.cc: Likewise.
2926 * gdb.cp/gdb2384-base.h: Likewise.
2927 * gdb.cp/gdb2384.cc: Likewise.
2928 * gdb.cp/gdb2495.cc: Likewise.
2929 * gdb.cp/mb-inline.h: Likewise.
2930 * gdb.cp/mb-inline1.cc: Likewise.
2931 * gdb.cp/mb-inline2.cc: Likewise.
2932 * gdb.cp/member-name.cc: Likewise.
2933 * gdb.cp/member-ptr.cc: Likewise.
2934 * gdb.cp/misc.cc: Likewise.
2935 * gdb.cp/namespace1.cc: Likewise.
2936 * gdb.cp/nextoverthrow.cc: Likewise.
2937 * gdb.cp/pr-574.cc: Likewise.
2938 * gdb.cp/pr9631.cc: Likewise.
2939 * gdb.cp/printmethod.cc: Likewise.
2940 * gdb.cp/psmang1.cc: Likewise.
2941 * gdb.cp/psmang2.cc: Likewise.
2942 * gdb.cp/psymtab-parameter.cc: Likewise.
2943 * gdb.cp/ptype-flags.cc: Likewise.
2944 * gdb.cp/ref-params.cc: Likewise.
2945 * gdb.cp/ref-types.cc: Likewise.
2946 * gdb.cp/smartp.cc: Likewise.
2947 * gdb.cp/try_catch.cc: Likewise.
2948 * gdb.cp/userdef.cc: Likewise.
2949 * gdb.cp/using-crash.cc: Likewise.
2950 * gdb.cp/virtfunc.cc: Likewise.
2951 * gdb.cp/virtfunc2.cc: Likewise.
2952 * gdb.dwarf2/callframecfa.S: Likewise.
2953 * gdb.dwarf2/dw2-ranges.c: Likewise.
2954 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2955 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2956 * gdb.dwarf2/dw2-restore.S: Likewise.
2957 * gdb.dwarf2/pieces.S: Likewise.
2958 * gdb.dwarf2/valop.S: Likewise.
2959 * gdb.java/jnpe.java: Likewise.
2960 * gdb.mi/mi-stepn.c: Likewise.
2961 * gdb.mi/mi-var-cp.cc: Likewise.
2962 * gdb.mi/mi-var-rtti.cc: Likewise.
2963 * gdb.mi/ns-stale-regcache.c: Likewise.
2964 * gdb.mi/pr11022.c: Likewise.
2965 * gdb.mi/solib-lib.c: Likewise.
2966 * gdb.mi/solib-main.c: Likewise.
2967 * gdb.python/py-arch.c: Likewise.
2968 * gdb.python/py-block.c: Likewise.
2969 * gdb.python/py-breakpoint.c: Likewise.
2970 * gdb.python/py-events.c: Likewise.
2971 * gdb.python/py-evthreads.c: Likewise.
2972 * gdb.python/py-explore.c: Likewise.
2973 * gdb.python/py-explore.cc: Likewise.
2974 * gdb.python/py-finish-breakpoint.c: Likewise.
2975 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2976 * gdb.python/py-symbol.c: Likewise.
2977 * gdb.threads/execl.c: Likewise.
2978 * gdb.threads/execl1.c: Likewise.
2979
2980 2013-06-07 Will Newton <will.newton@linaro.org>
2981
2982 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2983
2984 2013-06-07 Will Newton <will.newton@linaro.org>
2985
2986 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2987 and "starting".
2988
2989 2013-06-07 Will Newton <will.newton@linaro.org>
2990
2991 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2992 destructor prototypes for ARM ABI.
2993 * gdb.cp/m-static.exp: Likewise.
2994
2995 2013-06-07 Yao Qi <yao@codesourcery.com>
2996
2997 * gdb.trace/mi-trace-unavailable.exp: New.
2998 * gdb.trace/trace-unavailable.c: New.
2999
3000 2013-06-06 Doug Evans <dje@google.com>
3001
3002 * gdb.cp/derivation.exp: Make tests have unique names.
3003
3004 2013-06-06 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.base/dump.exp (capture_value): Don't put expression into
3007 test name if arguments passed in.
3008 Rename a couple more tests to make them unique.
3009
3010 2013-06-06 Tom Tromey <tromey@redhat.com>
3011
3012 * gdb.base/break-always.exp: Explicitly specify test name.
3013
3014 2013-06-05 Doug Evans <dje@google.com>
3015 Keith Seitz <keiths@redhat.com>
3016
3017 * gdb.cp/derivation2.cc: New file.
3018 * gdb.cp/derivation.cc (main): Call foo2.
3019 * gdb.cp/derivation.exp: Add tests for typedefs in another
3020 file, and when there's an active block.
3021
3022 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
3023
3024 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
3025 from targets that use function descriptors in the virtual tables.
3026 Handle presence of dot symbols.
3027
3028 2013-06-04 Gary Benson <gbenson@redhat.com>
3029
3030 * gdb.base/break-probes.exp: New file.
3031 * gdb.base/break-probes.c: Likewise.
3032 * gdb.base/break-probes-solib.c: Likewise.
3033 * gdb.base/info-shared.exp: New file.
3034 * gdb.base/info-shared.c: Likewise.
3035 * gdb.base/info-shared-solib1.c: Likewise.
3036 * gdb.base/info-shared-solib2.c: Likewise.
3037
3038 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3039 Gary Benson <gbenson@redhat.com>
3040
3041 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
3042 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
3043 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
3044 to be set to "no" to indicate that no ld.so copy should be made.
3045 * gdb.base/break-interp.exp (solib_bp): New constant.
3046 (reach_1): Use the above instead of "_dl_debug_state".
3047 (test_attach): Likewise.
3048 (test_ld): Likewise.
3049 * gdb.threads/dlopen-libpthread.exp: New file.
3050 * gdb.threads/dlopen-libpthread.c: Likewise.
3051 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
3052 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
3053
3054 2013-05-30 Yao Qi <yao@codesourcery.com>
3055
3056 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3057 Add a test that no MI notification is emitted when executing
3058 -exec-arguments.
3059
3060 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 PR testsuite/12649
3063 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
3064 $mi_gdb_prompt expectation by mi_expect_stop.
3065 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
3066 (mi info dprintf second time): Replace them by mi_send_resuming_command
3067 and mi_expect_stop.
3068
3069 2013-05-24 Gary Benson <gbenson@redhat.com>
3070
3071 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
3072 backslash.
3073 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
3074 backslashes.
3075 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
3076 backslash.
3077
3078 2013-05-24 Yao Qi <yao@codesourcery.com>
3079
3080 * gdb.trace/tfile.exp: Test inferior and thread.
3081
3082 2013-05-24 Yao Qi <yao@codesourcery.com>
3083 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/range-stepping.exp: Skip the rest of tests if the
3086 test fails.
3087 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
3088 Return 0 if the test passes, otherwise return 1.
3089
3090 2013-05-23 Doug Evans <dje@google.com>
3091
3092 * boards/fission-dwp.exp: New file.
3093
3094 2013-05-23 Yao Qi <yao@codesourcery.com>
3095 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/range-stepping.c: New file.
3098 * gdb.base/range-stepping.exp: New file.
3099 * gdb.trace/range-stepping.c: New file.
3100 * gdb.trace/range-stepping.exp: New file.
3101 * lib/range-stepping-support.exp: New file.
3102
3103 2013-05-22 Tom Tromey <tromey@redhat.com>
3104
3105 * gdb.cp/class2.cc (main): New local 'aref'.
3106 * gdb.cp/class2.exp: Check printing of 'aref'.
3107
3108 2013-05-22 Doug Evans <dje@google.com>
3109
3110 * gdb.threads/wp-replication.c (main): Insert some code at the start
3111 to ensure the breakpoint on main is only hit once. Fix comment.
3112
3113 2013-05-21 Keith Seitz <keiths@redhat.com>
3114 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
3117 gdb_expect.
3118 Add test to flush the remaining input buffer so that this
3119 file passes testsuite/12649.
3120
3121 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3122
3123 * gdb.base/catch-signal-fork.exp: New file.
3124 * gdb.base/catch-signal-fork.c: New file.
3125
3126 2013-05-21 Sterling Augustine <saugustine@google.com>
3127
3128 * boards/remote-stdio-gdbserver.exp: New file.
3129
3130 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3131
3132 PR testsuite/12649
3133 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
3134 racy matches.
3135
3136 2013-05-21 Christian Groessler <chris@groessler.org>
3137
3138 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
3139 since it's not supported in all shells.
3140
3141 2013-05-21 Hui Zhu <hui@codesourcery.com>
3142
3143 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
3144 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
3145
3146 2013-05-20 Doug Evans <dje@google.com>
3147
3148 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
3149 (_handle_DW_TAG): Use it.
3150 (cu, tu): Replace parameters is_64, version, addr_size with options.
3151 All callers updated. Add Fission support.
3152 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
3153 * gdb.dwarf2/method-ptr.exp: Ditto.
3154 * gdb.dwarf2/nostaticblock.exp: Ditto.
3155 * gdb.dwarf2/subrange.exp: Ditto.
3156 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
3157
3158 2013-05-20 Tom Tromey <tromey@redhat.com>
3159
3160 * gdb.gdb/python-selftest.exp: New file.
3161
3162 2013-05-20 Doug Evans <dje@google.com>
3163
3164 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
3165 -fdebug-types-section.
3166
3167 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3168
3169 * gdb.ada/float_param: New testcase.
3170
3171 2013-05-17 Doug Evans <dje@google.com>
3172
3173 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
3174 Add tests for "maint check-symtabs", "maint expand-symtabs".
3175
3176 * gdb.base/maint.exp: Remove testing of individual maint command
3177 help output.
3178
3179 2013-05-16 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
3182 comment. Use gdb_test_no_output.
3183
3184 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdb.ada/complete.exp: Add test verifying completion using
3187 the "tab" key.
3188
3189 2013-05-15 Keith Seitz <keiths@redhat.com>
3190
3191 * gdb.base/filesym.exp: New completer test.
3192 * gdb.base/filesym.c: New file.
3193
3194 2013-05-15 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.base/fixsection.c: Remove attribution.
3197 * gdb.base/watch-read.exp: Ditto.
3198
3199 2013-05-13 Tom Tromey <tromey@redhat.com>
3200
3201 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
3202 size and change type sizes to 4 bytes.
3203
3204 2013-05-13 Tom Tromey <tromey@redhat.com>
3205
3206 * gdb.base/exprs.exp (test_expr): Add regression test.
3207 * gdb.base/exprs.c (null_t_struct): New global.
3208
3209 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
3210
3211 * gdb.base/default.exp: Disable history saving.
3212 * gdb.base/setshow.exp: Likewise.
3213
3214 2013-05-10 Pedro Alves <palves@redhat.com>
3215
3216 PR remote/15455
3217
3218 * gdb.trace/qtro.c: New file.
3219 * gdb.trace/qtro.exp: New file.
3220
3221 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3222
3223 * gdb.python/py-framefilter.py: New File.
3224 * gdb.python/py-framefilter-mi.exp: Ditto.
3225 * gdb.python/py-framefilter.c: Ditto.
3226 * gdb.python/py-framefilter-mi.exp: Ditto.
3227 * gdb.python/py-framefilter-mi.c: Ditto,
3228 * gdb.python/py-framefilter-gdb.py.in: Ditto.
3229
3230 2013-05-08 Tom Tromey <tromey@redhat.com>
3231
3232 * gdb.base/solib-search.exp: Set test name for "set
3233 solib-search-path" test.
3234
3235 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
3236
3237 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
3238 (set_a_tracepoint): Set tracepoint before prologue.
3239 (run_trace_experiment): Test setup_tracepoints and 'break end'
3240 in it.
3241 (trace_buffer_normal): Remove.
3242 (gdb_trace_circular_tests): Remove. Move tests to...
3243 (top level): ...here. Call 'runto_main' before checking for
3244 trace support. Use commands to check the support for circular
3245 trace buffer and changing of trace buffer size. Add test
3246 to calculate size of single frame. Use this size to
3247 calculate the size of trace buffer. Use 'tfind pc func9'
3248 instead of 'tfind 9'. Use 'with_test_prefix'.
3249
3250 2013-05-07 Tom Tromey <tromey@redhat.com>
3251
3252 * lib/selftest-support.exp: New file.
3253 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3254 do_self_tests.
3255 (setup_test, find_gdb): Remove.
3256 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3257 do_self_tests.
3258 (setup_test, find_gdb): Remove.
3259 (test_observer): Don't call setup_test. Remove argument.
3260 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3261 (find_gdb): Remove.
3262 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3263 do_self_tests.
3264 (setup_test, find_gdb): Remove.
3265 (test_with_self): Don't call setup_test. Remove argument.
3266
3267 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3268
3269 * gdb.arch/system-gcore.exp: Remove.
3270 * gdb.arch/gcore.c: Remove.
3271 * gdb.base/gcore.exp: Add "info reg system".
3272
3273 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3274
3275 PR breakpoints/15413:
3276 * gdb.base/pending.exp: Add test for completion of the "condition"
3277 command for pending breakpoints.
3278 * gdb.linespec/linespec.ex: Add test for completion of the
3279 "condition" command when dealing with multiple locations.
3280
3281 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
3282
3283 * gdb.threads/wp-replication.c: New file.
3284 * gdb.threads/wp-replication.exp: New file.
3285
3286 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3287
3288 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3289
3290 2013-05-06 Doug Evans <dje@google.com>
3291
3292 * gdb.base/solib-search-lib1.c: New file.
3293 * gdb.base/solib-search-lib2.c: New file.
3294 * gdb.base/solib-search.c: New file.
3295 * gdb.base/solib-search.h: New file.
3296 * gdb.base/solib-search.exp: New file.
3297
3298 * lib/gdb.exp (gdb_core_cmd): New function.
3299 * gdb.arch/system-gcore.exp: Use it.
3300 * gdb.arch/vsx-regs.exp: Ditto.
3301 * gdb.base/gcore.exp: Ditto.
3302 * gdb.threads/gcore-thread.exp: Ditto.
3303
3304 * gdb.reverse/shr.h: New file.
3305 * gdb.reverse/shr1.c: New file.
3306 * gdb.reverse/shr2.c: #include "shr.h".
3307 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3308 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3309 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3310 Update tests using sleep/printf to use shr2.sl instead.
3311 * gdb.reverse/solib-reverse.exp: Ditto.
3312
3313 2013-05-06 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb.dwarf2/implptrconst.c: New file.
3316 * gdb.dwarf2/implptrconst.exp: New file.
3317 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3318 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3319 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3320
3321 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3322
3323 * gdb.base/catch-sig.c (main): Raise SIGINT.
3324 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3325
3326 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3327
3328 * status-stop.exp (test_tstart_tstart): Check for error
3329 returned by the second 'tstart' command.
3330
3331 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3332
3333 * gdb.xml/maint_print_struct.exp: New file.
3334 * gdb.xml/maint_print_struct.xml: New file.
3335
3336 2013-04-25 Tom Tromey <tromey@redhat.com>
3337
3338 * gdb.dwarf2/nostaticblock.exp: New file.
3339
3340 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3341
3342 PR gdb/10462
3343 * gdb.base/setshow.exp: Add test case.
3344
3345 2013-04-23 Hui Zhu <hui@codesourcery.com>
3346
3347 PR gdb/15293
3348 * gdb.base/dprintf.exp: Add ignore command.
3349
3350 2013-04-23 Hui Zhu <hui@codesourcery.com>
3351
3352 PR gdb/15165
3353 * gdb.base/save-bp.exp: Add test for dprintf.
3354
3355 2013-04-22 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3358 notice_open_fds.
3359
3360 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3361
3362 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3363 ldflags.
3364
3365 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3366
3367 * gdb.arch/arm-bl-branch-dest.c: New file.
3368 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3369
3370 2013-04-19 Vladimir Kargov <kargov@gmail.com>
3371 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.arch/i386-float.S: New file.
3374 * gdb.arch/i386-float.exp: New file.
3375
3376 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
3377
3378 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3379 type void *.
3380
3381 2013-04-17 Doug Evans <dje@google.com>
3382
3383 * lib/dwarf.exp (Dwarf): New proc "tu".
3384 * gdb.dwarf2/missing-sig-type.exp: New file.
3385
3386 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3387
3388 Add option to link testcases with Pthreads library when
3389 using 'prepare_for_testing' in tests.
3390
3391 * lib/gdb.exp (build_executable_from_specs): Use
3392 gdb_compile_pthreads to compile if option "pthreads" is
3393 specified.
3394
3395 2013-04-15 Tom Tromey <tromey@redhat.com>
3396
3397 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3398
3399 2013-04-15 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.base/default.exp: Update for $_exception.
3402 * gdb.cp/exceptprint.cc: New file.
3403 * gdb.cp/exceptprint.exp: New file.
3404 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3405
3406 2013-04-15 Tom Tromey <tromey@redhat.com>
3407
3408 * gdb.cp/typeid.cc: New file.
3409 * gdb.cp/typeid.exp: New file.
3410
3411 2013-04-15 Tom Tromey <tromey@redhat.com>
3412
3413 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3414
3415 2013-04-13 Yao Qi <yao@codesourcery.com>
3416
3417 * gdb.base/completion.exp: Test completion of command
3418 'target ctf' if target ctf is supported.
3419
3420 2013-04-10 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/completion.exp: Test "set height", "set listsize" and
3423 "set trace-buffer-size" completion.
3424 * gdb.base/setshow.exp: Test "set height unlimited".
3425 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3426 unlimited".
3427
3428 2013-04-10 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.trace/actions.exp: Save trace data to CTF.
3431 Change to ctf target if GDB supports, read CTF data in ctf
3432 target, and check the actions of tracepoints.
3433 * gdb.trace/while-stepping.exp: Likewise.
3434 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3435 format and read CTF trace file if GDB supports.
3436 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3437 target is supported, change to ctf target, read trace data and
3438 check output of command "tstatus".
3439 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3440 read CTF data by target ctf and call check_tsv.
3441
3442 2013-04-10 Yao Qi <yao@codesourcery.com>
3443
3444 * gdb.trace/actions.exp (check_tracepoint): New.
3445 (top level): Start the tracing and check the actions of
3446 tracepoints. Save trace data to tfile format. Restart GDB
3447 and read trace file in tfile target. Check the actions of
3448 tracepoints again.
3449 * gdb.trace/while-stepping.exp: Likewise.
3450
3451 2013-04-10 Yao Qi <yao@codesourcery.com>
3452
3453 * gdb.trace/report.exp: Use standard_output_file for saved
3454 trace file.
3455
3456 2013-04-10 Hui Zhu <hui@codesourcery.com>
3457
3458 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3459 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3460 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3461
3462 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3463
3464 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3465 response.
3466
3467 2013-04-08 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3470 the location.
3471
3472 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3473
3474 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3475 for breakpoint location.
3476
3477 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3478
3479 * gdb.linespec/linespec.exp: Make dir/file:line tests
3480 conditional for non-remote hosts only.
3481
3482 2013-04-04 Stan Shebs <stan@codesourcery.com>
3483 Pedro Alves <palves@redhat.com>
3484
3485 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3486 * gdb.trace/actions-changed.c: New file.
3487 * gdb.trace/actions-changed.exp: New file.
3488 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3489 (gdb_trace_setactions_command): ... this. Add "actions_command"
3490 parameter, and handle it.
3491 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3492
3493 2013-04-04 Yao Qi <yao@codesourcery.com>
3494
3495 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3496 'step'.
3497
3498 2013-04-03 Yao Qi <yao@codesourcery.com>
3499
3500 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3501 "tfile-basic.tf".
3502 (test_tfind_tfile): Likewise.
3503
3504 2013-04-03 Yao Qi <yao@codesourcery.com>
3505
3506 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3507 "tfile-basic.tf" instead of "basic.tf".
3508 (write_error_trace_file): Pass argument "tfile-error.tf"
3509 instead of "error.tf".
3510 * gdb.trace/tfile.exp: Update tfile names to
3511 "tfile-basic.tf" and "tfile-error.tf".
3512
3513 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3514
3515 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3516 empty directory in file for breakpoint hit.
3517
3518 2013-03-29 Yao Qi <yao@codesourcery.com>
3519
3520 * gdb.base/completion.exp: Test completion of commands
3521 "target core", "target tfile" and "target exec".
3522 * gdb.trace/tfile.exp: Test completion of command
3523 "target tfile".
3524
3525 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3526
3527 * gdb.ada/win_fu_syms: New testcase.
3528
3529 2013-03-28 Doug Evans <dje@google.com>
3530
3531 * gdb.base/maint.exp (maint print statistics): Update expected output.
3532
3533 2013-03-28 Pedro Alves <palves@redhat.com>
3534
3535 PR gdb/15294
3536
3537 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3538 mean unlimited instead of $arg < 0.
3539 (test_listsize): Remove "listsize of 0 suppresses output" test.
3540 Test that "set listsize 0" ends up with an unlimited listsize.
3541
3542 2013-03-28 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/list.exp (last_line): New global.
3545 (last_line_re): New global.
3546 (test_listsize, test_list_function, test_list_forward)
3547 (test_repeat_list_command, test_list_range)
3548 (test_list_filename_and_function): Use them.
3549 * gdb.base/list0.c: Comment the last line of the file with "last
3550 line".
3551
3552 2013-03-28 Pedro Alves <palves@redhat.com>
3553
3554 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3555 list the whole file.
3556
3557 2013-03-28 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3560 "set listsize".
3561
3562 2013-03-26 Keith Seitz <keiths@redhat.com>
3563
3564 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3565 from passing.
3566
3567 2013-03-26 Pedro Alves <palves@redhat.com>
3568
3569 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3570 until after GDB has run.
3571
3572 2013-03-26 Yao Qi <yao@codesourcery.com>
3573
3574 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3575 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3576
3577 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3578
3579 * gdb.btrace/enable.exp: Add regression test.
3580
3581 2013-03-25 Tom Tromey <tromey@redhat.com>
3582
3583 * gdb.cp/m-static.exp: Add destructor-printing tests.
3584
3585 2013-03-25 Tom Tromey <tromey@redhat.com>
3586
3587 * gdb.cp/m-static.exp: Add constructor ptype tests.
3588 * gdb.cp/m-static.cc (single_constructor): New class.
3589 (main): Make instance of single_constructor.
3590
3591 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3592 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.server/server-kill.c: New file.
3595 * gdb.server/server-kill.exp: New file.
3596
3597 2013-03-21 Pedro Alves <palves@redhat.com>
3598
3599 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3600 Expect $gdb_prompt in gdb_test_multiple.
3601
3602 2013-03-21 Doug Evans <dje@google.com>
3603
3604 * gdb.base/maint.exp: Update tests for per-command stats.
3605
3606 2013-03-21 Tom Tromey <tromey@redhat.com>
3607
3608 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3609 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3610
3611 2013-03-20 Pedro Alves <palves@redhat.com>
3612
3613 PR gdb/15289
3614
3615 * gdb.base/remote.exp: Test
3616 "set remote hardware-watchpoint-limit -1",
3617 "set remote hardware-breakpoint-limit -1",
3618 "set remote hardware-watchpoint-limit 2147483647" and
3619 "set remote hardware-breakpoint-limit 2147483647".
3620
3621 2013-03-20 Pedro Alves <palves@redhat.com>
3622 Yao Qi <yao@codesourcery.com>
3623
3624 * gdb.trace/tfile.c: Add comments.
3625 (nonconstglob): New global.
3626 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3627 global that is not covered by the trace frame. Test
3628 disassembling.
3629
3630 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3631
3632 * gdb.base/valgrind-infcall.exp
3633 (continue #$continue_count) <remote connection closed>
3634 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3635 $valgrind_pid.
3636
3637 2013-03-15 Tom Tromey <tromey@redhat.com>
3638
3639 * gdb.cp/overload.cc (intintfunc): New.
3640 * gdb.cp/overload.exp: Add regression test.
3641
3642 2013-03-15 Yao Qi <yao@codesourcery.com>
3643
3644 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3645 using with_test_prefix.
3646 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3647 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3648 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3649 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3650 * gdb.base/break-interp.exp (test_core): Likewise.
3651 (test_attach_gdb): Likewise.
3652 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3653 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3654 Likewise.
3655 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3656 * gdb.base/jit.exp (one_jit_test): Likewise.
3657 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3658 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3659 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3660 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3661 Likewise.
3662 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3663 Likewise.
3664 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3665 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3666 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3667 (tracepoint_change_loc_2): Likewise.
3668 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3669 Likewise.
3670 (disconnected_tfind): Likewise.
3671 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3672 Likewise.
3673 (test_tfind_remote): Likewise.
3674 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3675 Likewise.
3676 (test_pending_resolved): Likewise.
3677 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3678 Likewise.
3679 (test_upload_tsv): Likewise.
3680 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3681 Likewise.
3682 (pending_tracepoint_works): Likewise.
3683 * gdb.trace/report.exp (use_collected_data): Likewise.
3684 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3685 Likewise.
3686 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3687 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3688 (strace_trace_on_same_addr): Likewise.
3689 (strace_trace_on_diff_addr): Likewise.
3690 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3691 (gdb_collect_locals_test): Likewise.
3692 (gdb_unavailable_registers_test): Likewise.
3693 (gdb_collect_globals_test): Likewise.
3694
3695 2013-03-15 Yao Qi <yao@codesourcery.com>
3696
3697 * gdb.base/condbreak.exp: Add semicolon back which was removed
3698 by my previous commit.
3699
3700 2013-03-14 Yao Qi <yao@codesourcery.com>
3701
3702 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3703 'return'.
3704 (gdb_target_monitor, gdb_load): Likewise.
3705 * config/sid.exp (gdb_load): Likewise.
3706 * config/slite.exp (gdb_load): Likewise.
3707 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3708 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3709 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3710 (single_step_until): Likewise.
3711 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3712 * gdb.arch/system-gcore.exp: Likewise.
3713 * gdb.base/bigcore.exp (extract_heap): Likewise.
3714 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3715 * gdb.base/call-ar-st.exp: Likewise.
3716 * gdb.base/call-rt-st.exp: Likewise.
3717 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3718 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3719 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3720 * gdb.base/corefile.exp: Likewise.
3721 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3722 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3723 * gdb.base/fixsection.exp: Likewise.
3724 * gdb.base/funcargs.exp: Likewise.
3725 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3726 * gdb.base/gcore-relro.exp: Likewise.
3727 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3728 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3729 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3730 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3731 * gdb.base/list.exp: Likewise.
3732 (set_listsize): Likewise.
3733 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3734 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3735 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3736 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3737 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3738 * gdb.base/setvar.exp: Likewise.
3739 (test_set): Likewise.
3740 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3741 * gdb.base/solib-overlap.exp: Likewise.
3742 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3743 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3744 * gdb.base/watchpoint.exp (initialize): Likewise.
3745 (test_simple_watchpoint): Likewise.
3746 (test_disabling_watchpoints): Likewise.
3747 (test_watchpoint_triggered_in_syscall): Likewise.
3748 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3749 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3750 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3751 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3752 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3753 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3754 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3755 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3756 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3757 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3758 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3759 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3760 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3761 * gdb.mi/gdb792.exp: Likewise.
3762 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3763 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3764 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3765 * gdb.threads/gcore-thread.exp: Likewise.
3766 (load_core): Likewise.
3767 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3768 (test_startup, check_control_c): Likewise.
3769 * gdb.threads/sigstep-threads.exp: Likewise.
3770 * gdb.threads/thread_check.exp: Likewise.
3771 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3772 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3773 (set_a_tracepoint, trace_buffer_normal): Likewise.
3774 (gdb_trace_circular_tests): Likewise.
3775 * gdb.trace/collection.exp: Likewise.
3776 * gdb.trace/disconnected-tracing.exp: Likewise.
3777 * gdb.trace/infotrace.exp: Likewise.
3778 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3779 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3780 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3781 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3782 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3783 * gdb.trace/stap-trace.exp: Likewise.
3784 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3785 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3786 * gdb.trace/trace-buffer-size.exp: Likewise.
3787 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3788 * gdb.trace/unavailable.exp: Likewise.
3789 * gdb.trace/while-dyn.exp: Likewise.
3790 * lib/fortran.exp (set_lang_fortran): Likewise.
3791 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3792 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3793 (default_gdb_start, get_compiler_info): Likewise.
3794 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3795 (get_debug_format, setup_xfail_format): Likewise.
3796 (rerun_to_main, gdb_skip_float_test): Likewise.
3797 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3798 * lib/java.exp (set_lang_java): Likewise.
3799 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3800 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3801 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3802 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3803 * lib/objc.exp (set_lang_objc): Likewise.
3804 * lib/pascal.exp (set_lang_pascal): Likewise.
3805 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3806 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3807 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3808
3809 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3810
3811 PR c++/15203
3812 PR c++/15210
3813 * gdb.cp/m-static.cc (keepalive_int): New function.
3814 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3815 * gdb.cp/m-static.exp: New test for `sintvar'.
3816
3817 2013-03-14 Yao Qi <yao@codesourcery.com>
3818
3819 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3820 of 'tstatus' into tstatus_output.
3821 (top level): Save the trace data to tfile. Read trace file in
3822 tfile target. Check the trace status.
3823
3824 2013-03-13 Yao Qi <yao@codesourcery.com>
3825
3826 * gdb.trace/tsv.exp (check_tsv): New.
3827 (top level): Save a tfile on current trace session. Call
3828 check_tsv on live target. Load the tfile with target tfile
3829 and call check_tsv again.
3830
3831 2013-03-13 Yao Qi <yao@codesourcery.com>
3832
3833 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3834 Replace some "gdb_test" with "gdb_test_no_output".
3835
3836 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3837
3838 * gdb.ada/expr_delims.exp: New file.
3839 * gdb.ada/expr_delims/foo.adb: New file.
3840 * gdb.ada/expr_delims/pck.ads: New file.
3841 * gdb.ada/expr_delims/pck.adb: New file.
3842
3843 2013-03-11 Keith Seitz <keiths@redhat.com>
3844
3845 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3846 both condition and thread. Then delete the watchpoint.
3847
3848 2013-03-11 Christian Himpel <christian.himpel@intel.com>
3849
3850 * Makefile.in: Add btrace testsuite.
3851 * configure: Regenerated.
3852 * configure.ac: Add btrace testsuite.
3853 * gdb.btrace/Makefile.in: New file.
3854 * gdb.btrace/enable.c: New file.
3855 * gdb.btrace/enable.exp: New file.
3856 * gdb.btrace/function_call_history.c: New file.
3857 * gdb.btrace/function_call_history.exp: New file.
3858 * gdb.btrace/instruction_history.c: New file.
3859 * gdb.btrace/instruction_history.exp: New file.
3860 * gdb.btrace/instruction_history.S: New file.
3861 * lib/gdb.exp: Add btrace skip proc.
3862
3863 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 Fix entry-values if the callee called a noreturn function.
3866 * gdb.arch/amd64-tailcall-noret.S: New file.
3867 * gdb.arch/amd64-tailcall-noret.c: New file.
3868 * gdb.arch/amd64-tailcall-noret.exp: New file.
3869
3870 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3871
3872 Fix entry-values in C++ across CUs.
3873 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3874 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3875 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3876 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3877 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3878
3879 2013-03-08 Stan Shebs <stan@codesourcery.com>
3880 Hafiz Abid Qadeer <abidh@codesourcery.com>
3881
3882 gdb/testsuite/
3883 * gdb.trace/trace-buffer-size.exp: New file.
3884 * gdb.trace/trace-buffer-size.c: New file.
3885
3886 2013-03-06 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3889 doesn't support the tested optional feature, call "unsupported"
3890 with the same test message as the "pass" case, instead of calling
3891 "pass" with a different message. Use the same text for the "fail"
3892 cases too.
3893
3894 2013-03-06 Yao Qi <yao@codesourcery.com>
3895
3896 * gdb.trace/tstatus.exp: Remove the invocation of
3897 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3898 (test_tracepoints): Don't set fast tracepoint.
3899 (top level): Don't check agent library is loaded or not.
3900
3901 2013-03-06 Yao Qi <yao@codesourcery.com>
3902
3903 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3904 parentheses by "\\".
3905
3906 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * gdb.linespec/base/one/thefile.cc (twodup): New.
3909 (m): Call it.
3910 * gdb.linespec/base/two/thefile.cc (dupname): New.
3911 (n): Call it.
3912 * gdb.linespec/break-ask.exp: New file.
3913 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3914
3915 2013-02-28 Yao Qi <yao@codesourcery.com>
3916
3917 * gdb.trace/report.exp: Move some code to ...
3918 (use_collected_data): New.
3919 (top level): Call use_collected_data once on the live target.
3920 Save at file of the current trace session, load it with target
3921 tfile, and call use_collected_data again.
3922
3923 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3924
3925 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3926
3927 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3930 Add final kill of ${valgrind_pid}.
3931
3932 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3933
3934 * gdb.python/py-arch.c: New test case
3935 * gdb.python/py-arch.exp: New tests to test
3936 gdb.Architecture.disassemble
3937 * gdb.python/Makefile.in: Add py-arch to the list of
3938 EXECUTABLES.
3939
3940 2013-02-18 Tom Tromey <tromey@redhat.com>
3941
3942 * gdb.dwarf2/subrange.exp: New file.
3943
3944 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3945 Hafiz Abid Qadeer <abidh@codesourcery.com>
3946
3947 * gdb.trace/tfile.exp: Add test for -trace-status command.
3948
3949 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3952 nanosleep by sleep.
3953
3954 2013-02-14 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3957
3958 2013-02-14 Pedro Alves <pedro@codesourcery.com>
3959 Hafiz Abid Qadeer <abidh@codesourcery.com>
3960
3961 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3962
3963 2013-02-12 Tom Tromey <tromey@redhat.com>
3964
3965 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3966 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3967
3968 2013-02-12 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.base/catch-signal.c: Update copyright years.
3971 * gdb.base/catch-signal.exp: Update copyright years.
3972 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3973 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3974 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3975 * gdb.dwarf2/dw2-error.S: Update copyright years.
3976 * gdb.dwarf2/dw2-error.c: Update copyright years.
3977 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3978 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3979 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3980
3981 2013-02-12 Pedro Alves <palves@redhat.com>
3982
3983 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3984 message.
3985 * gdb.base/sigaltstack.exp: Ditto.
3986 * gdb.base/siginfo.exp: Ditto.
3987 * gdb.base/sizeof.exp: Ditto.
3988
3989 2013-02-12 Pedro Alves <palves@redhat.com>
3990
3991 * gdb.mi/mi-basics.exp: Tweak intro comment.
3992 * gdb.mi/mi-break.exp: Tweak intro comment.
3993 * gdb.mi/mi-console.exp: Tweak intro comment.
3994 * gdb.mi/mi-file.exp: Tweak intro comment.
3995 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3996 * gdb.mi/mi-return.exp: Tweak intro comment.
3997 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3998 * gdb.mi/mi-until.exp: Tweak intro comment.
3999 * gdb.mi/mi-watch.exp: Tweak intro comment.
4000
4001 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4002
4003 * gdb.server/no-thread-db.exp: New file.
4004 * gdb.server/no-thread-db.c: New file.
4005 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
4006
4007 2013-02-11 Doug Evans <dje@google.com>
4008
4009 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
4010 two decfloats.
4011
4012 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4013
4014 * gdb.base/bitfields.c (struct internalvartest): New declaration.
4015 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
4016
4017 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
4020
4021 2013-02-06 Yao Qi <yao@codesourcery.com>
4022
4023 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
4024 to ...
4025 (test_create_delete_modify_tsv): ... here. New test on modifying
4026 the initial value of a tsv.
4027
4028 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4029
4030 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
4031 (cd .../rdir): ... here.
4032
4033 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 * gdb.linespec/base/one/header.h: New file.
4036 * gdb.linespec/base/two/header.h: New file.
4037 * gdb.linespec/macro-relative.c: New file.
4038 * gdb.linespec/macro-relative.exp: New file.
4039
4040 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 * gdb.base/fullpath-expand-func.c: New file.
4043 * gdb.base/fullpath-expand.c: New file.
4044 * gdb.base/fullpath-expand.exp: New file.
4045 * gdb.base/realname-expand-real.c: New file.
4046 * gdb.base/realname-expand.c: New file.
4047 * gdb.base/realname-expand.exp: New file.
4048
4049 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
4052 * gdb.dwarf2/dw2-dir-file-name.c: New file.
4053
4054 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
4057 (compare_filenames_for_search does not match)
4058 (compare_filenames_for_search does match): New tests.
4059
4060 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
4063
4064 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
4067
4068 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
4071 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
4072 ${binfile}.mini_debuginfo-debuglink and
4073 ${binfile}.mini_debuginfo-debuglink.xz.
4074
4075 2013-02-01 Tom Tromey <tromey@redhat.com>
4076
4077 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
4078 attributes.
4079
4080 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4081 Tom Tromey <tromey@redhat.com>
4082
4083 * gdb.dwarf2/method-ptr.exp: Link with c++.
4084 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
4085
4086 2013-01-31 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.base/jit.exp (compile_jit_test): New proc.
4089 Add PIE tests.
4090
4091 2013-01-31 Tom Tromey <tromey@redhat.com>
4092
4093 * gdb.dwarf2/method-ptr.cc: New file.
4094 * gdb.dwarf2/method-ptr.exp: New file.
4095
4096 2013-01-31 Tom Tromey <tromey@redhat.com>
4097
4098 * lib/dwarf.exp (namespace Dwarf): New.
4099
4100 2013-01-29 Tom Tromey <tromey@redhat.com>
4101
4102 * gdb.dwarf2/fission-reread.exp: Add unload test.
4103
4104 2013-01-28 Doug Evans <dje@google.com>
4105
4106 * gdb.dwarf2/fission-loclists.exp: New file.
4107 * gdb.dwarf2/fission-loclists.S: New file.
4108
4109 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4110
4111 Code cleanup.
4112 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
4113 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
4114 and prepare_for_testing.
4115 * gdb.base/store.exp: Likewise.
4116
4117 2013-01-25 Tom Tromey <tromey@redhat.com>
4118
4119 * gdb.python/py-explore.exp: Expect the gdb prompt.
4120
4121 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
4122
4123 * gdb.base/gnu_vector.c: New variable for use in tests.
4124 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
4125 changes in scalar to vector casting and widening.
4126 * gdb.python/py-type.c: New variables for use in tests.
4127 * gdb.python/py-type.exp: Update vector related tests to reflect
4128 changes in scalar to vector casting and widening.
4129
4130 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
4131
4132 * gdb.base/prologue-include.c: New file.
4133 * gdb.base/prologue-include.exp: New file.
4134 * gdb.base/prologue-include.h: New file.
4135
4136 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
4137
4138 PR gdb/13443
4139 * gdb.mi/mi-var-block.exp: Make test messages unique.
4140
4141 2013-01-23 Tom Tromey <tromey@redhat.com>
4142
4143 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
4144
4145 2013-01-23 Tom Tromey <tromey@redhat.com>
4146
4147 * gdb.cp/converts.cc (main): Initialize 'a'.
4148
4149 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4150
4151 * testsuite/gdb.python/frame.exp: Add a test for
4152 gdb.Frame.architecture() method.
4153
4154 2013-01-22 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/annota1.exp (signal sent): No longer expect
4157 breakpoints-invalid.
4158 * gdb.cp/annota2.exp (continue until exit)
4159 (watch triggered on a.x): Ditto.
4160
4161 2013-01-22 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
4164 Adjust tests to breakpoints-invalid changes.
4165 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
4166 variables.
4167 Adjust tests to breakpoints-invalid changes.
4168
4169 2013-01-22 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/annota1.exp (annotate ignore count change): Add
4172 expected output for failure case.
4173
4174 2013-01-22 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
4177 call.
4178
4179 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4180
4181 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
4182 * gdb.mi/mi-catch-load.exp: Ditto.
4183 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
4184 Also handle 'thread' field.
4185 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
4186 * gdb.mi/mi-watch.exp: Ditto.
4187 * lib/mi-support.exp: Ditto.
4188
4189 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
4190
4191 * gdb.python/py-explore.exp: Improve a test
4192
4193 2013-01-18  David Blaikie  <dblaikie@gmail.com>
4194
4195 * gdb.base/label.c (main): Correct the type of the second
4196 parameter.
4197
4198 2013-01-18 Tom Tromey <tromey@redhat.com>
4199
4200 * gdb.dwarf2/trace-crash.s: New file.
4201 * gdb.dwarf2/trace-crash.exp: New file.
4202
4203 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
4204
4205 PR gdb/13443
4206 * gdb.base/checkpoint.exp: Update test messages to make them
4207 unique.
4208
4209 2013-01-18 Yao Qi <yao@codesourcery.com>
4210
4211 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
4212 output of 'info tracepoints'.
4213 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
4214 Likewise.
4215 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
4216 * gdb.trace/disconnected-tracing.c (struct foo): New.
4217
4218 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4219
4220 * gdb.dwarf2/dw2-dos-drive.S: New file.
4221 * gdb.dwarf2/dw2-dos-drive.exp: New file.
4222
4223 2013-01-17 Doug Evans <dje@google.com>
4224
4225 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4226 CXX_FOR_TARGET.
4227
4228 * boards/cc-with-tweaks.exp: New file.
4229
4230 2013-01-17 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4233
4234 2013-01-17 Pedro Alves <palves@redhat.com>
4235
4236 Merge dg-extract-results.sh from upstream (svn 195224).
4237
4238 2013-01-15 David Blaikie <dblaikie@gmail.com>
4239 * dg-extract-results.sh: Fix order of summary counts.
4240
4241 2013-01-15 David Blaikie <dblaikie@gmail.com>
4242 * dg-extract-results.sh: Constrain the start-of-log pattern.
4243
4244 2013-01-15 David Blaikie <dblaikie@gmail.com>
4245 * dg-extract-results.sh: Handle KPASSes.
4246
4247 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4248 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4249 of grep -q.
4250
4251 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4252
4253 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4254 interface.
4255 * gdb.base/jithost.c: New file.
4256 * gdb.base/jithost.h: New file.
4257 * gdb.base/jitreader.c : New file.
4258 * gdb.base/jit-protocol.h: New file.
4259
4260 2013-01-16 Tom Tromey <tromey@redhat.com>
4261
4262 * gdb.base/catch-signal.c: New file.
4263 * gdb.base/catch-signal.exp: New file.
4264
4265 2013-01-16 Tom Tromey <tromey@redhat.com>
4266
4267 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4268
4269 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4272
4273 2013-01-14 Tom Tromey <tromey@redhat.com>
4274
4275 * gdb.base/completion.exp: Add "set gnutarget" test.
4276
4277 2013-01-14 Tom Tromey <tromey@redhat.com>
4278
4279 * gdb.dwarf2/dw2-restrict.S: New file.
4280 * gdb.dwarf2/dw2-restrict.c: New file.
4281 * gdb.dwarf2/dw2-restrict.exp: New file.
4282
4283 2013-01-14 Tom Tromey <tromey@redhat.com>
4284
4285 * gdb.dwarf2/dw2-error.exp: New file.
4286 * gdb.dwarf2/dw2-error.c: New file.
4287 * gdb.dwarf2/dw2-error.S: New file.
4288
4289 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 * gdb.cp/parse-lang.cc: New file.
4292 * gdb.cp/parse-lang.exp: New file.
4293
4294 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4297 (set substitute-path): New test.
4298 (fullname present): Remove content.
4299 (substituted fullname): New test.
4300
4301 2013-01-13 Joel Brobecker <brobecker@adacore.com>
4302
4303 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4304 check. Move $gdb_py_is_py24 value check right after.
4305
4306 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4309 targets.
4310
4311 2013-01-11 Yao Qi <yao@codesourcery.com>
4312
4313 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4314 for dprintf.
4315 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4316 Check the fields in "=breakpoint-created" for dprintf.
4317
4318 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * gdb.mi/mi-fullname-deleted.exp: New file.
4321
4322 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4325 expected output.
4326 (info skip with pending file): Remove.
4327 (ignoring function in solib, info skip for function multiply): Update
4328 the expected output.
4329 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4330 (info skip (delete 1), info skip after disabling all)
4331 (info skip after enabling all, info skip after disabling 4 2-3)
4332 (info skip after enabling 2-3, info skip 2-3)
4333 (info skip after deleting 2 3): Update the expected output.
4334 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4335 statement to its initialization and return.
4336 * gdb.linespec/skip-two.exp: New file.
4337
4338 2012-12-19 Doug Evans <dje@google.com>
4339
4340 * gdb.base/maint.exp: Handle testing with .gdb_index.
4341
4342 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4343
4344 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4345 Cavium to FSF.
4346
4347 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4348
4349 * dg-extract-results.sh: Update contact info in copyright notice.
4350 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4351 GPL v3 or later. Update contact info.
4352 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4353 gdb.threads/watchpoint-fork-mt.c,
4354 gdb.threads/watchpoint-fork-parent.c,
4355 gdb.threads/watchpoint-fork-st.c,
4356 gdb.threads/watchpoint-fork.h: Likewise.
4357
4358 2012-12-15 Yao Qi <yao@codesourcery.com>
4359
4360 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4361 'installed' field in '=breakpoint-modified'.
4362 (test_reconnect): Check 'installed' field in
4363 '=breakpoint-modified' and '=breakpoint-created'.
4364
4365 * gdb.trace/actions.exp: Update test for 'installed' field.
4366 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4367 (tracepoint_change_loc_2): Likewise.
4368 Check 'info tracepoint' display nothing else.
4369 * gdb.trace/deltrace.exp: Likewise.
4370 * gdb.trace/infotrace.exp: Likewise.
4371 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4372 Likewise.
4373 * gdb.trace/passcount.exp: Likewise.
4374 * gdb.trace/tracecmd.exp: Likewise.
4375 * gdb.trace/while-stepping.exp: Likewise.
4376
4377 2012-12-14 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.cp/member-name.exp: New file.
4380 * gdb.cp/member-name.cc: New file.
4381
4382 2012-12-14 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4385
4386 2012-12-14 Doug Evans <dje@google.com>
4387
4388 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4389 DW_OP_GNU_implicit_pointer is section-relative.
4390
4391 2012-12-14 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.base/info-proc.exp: Add core file tests.
4394
4395 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4396
4397 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4398
4399 2012-12-13 Doug Evans <dje@google.com>
4400
4401 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4402 * gdb.multi/multi-arch.exp: Ditto.
4403
4404 2012-12-12 Keven Boell <keven.boell@intel.com>
4405
4406 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4407 catch load test library source file.
4408 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4409 load test source file.
4410 * gdb.mi/mi-catch-load.exp: New. Test file for
4411 basic MI -catch-load and -catch-unload tests.
4412
4413 2012-12-11 Paul Koning <paul_koning@dell.com>
4414
4415 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4416 exception.
4417 (_iterator_except): New function.
4418 (ArrayPrinter): Use _iterator function instead of local _iterator
4419 class for Python 3 compatibility.
4420 (NoStringContainerPrinter): Use _iterator_except instead of
4421 _iterator.
4422 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4423 execfile for Python 3 compatibility.
4424 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4425 format in error_prompt test.
4426
4427 2012-12-10 Paul Koning <paul_koning@dell.com>
4428
4429 * gdb.base/charset.exp: Change print syntax for Python 3
4430 compatibility.
4431 * gdb.python/py-block.exp: Ditto.
4432 * gdb.python/py-breakpoint.exp: Ditto.
4433 * gdb.python/py-cmd.exp: Ditto.
4434 * gdb.python/py-events.py: Ditto.
4435 * gdb.python/py-finish-breakpoint.py: Ditto.
4436 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4437 * gdb.python/py-finish-breakpoint2.py: Ditto.
4438 * gdb.python/py-frame-inline.exp: Ditto.
4439 * gdb.python/py-frame.exp: Ditto.
4440 * gdb.python/py-infthread.exp: Ditto.
4441 * gdb.python/py-objfile.exp: Ditto.
4442 * gdb.python/py-parameter.exp: Ditto.
4443 * gdb.python/py-progspace.exp: Ditto.
4444 * gdb.python/py-prompt.exp: Ditto.
4445 * gdb.python/py-symbol.exp: Ditto.
4446 * gdb.python/py-symtab.exp: Ditto.
4447 * gdb.python/py-template.exp: Ditto.
4448 * gdb.python/py-value-cc.exp: Ditto.
4449 * gdb.python/python.exp: Ditto.
4450 * gdb.python/source2.py: Ditto.
4451 * gdb.python/lib-types.exp: Change print syntax for Python 3
4452 compatibility.
4453 Use sorted() function rather than sort() method.
4454 Accept either int or long values for enum values.
4455 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4456 execfile for Python 3 compatibility.
4457 * gdb.python/py-evsignal.exp: Ditto.
4458 * gdb.python/py-evthreads.exp: Ditto.
4459 * gdb.python/py-mi.exp: Ditto.
4460 * gdb.python/py-pp-maint.exp: Ditto.
4461 * gdb.python/py-prettyprint.exp: Ditto.
4462 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4463 Python 3 compatibility.
4464 Skip tests for Python 2.4.
4465 * gdb.python/py-inferior.exp: Change print syntax for
4466 Python 3 compatibility.
4467 Use byte string rather than character string in memory write test
4468 if Python 3.
4469 * gdb.python/py-pp-maint.py: Change class declarations to "new
4470 class" syntax.
4471 * gdb.python/py-prettyprint.py: Change iterator class to generator
4472 function for Python 3 compatibility.
4473 Make all classes "new style".
4474 Fix indentation issue and stray semicolon.
4475 * gdb.python/py-shared.expChange print syntax for Python 3
4476 compatibility.
4477 Define "long" if Python 3.
4478 * gdb.python/py-type.exp: Change print syntax for Python 3
4479 compatibility.
4480 Accept either int or long values for enum values.
4481 * gdb.python/py-value.exp: Change print syntax for Python 3
4482 compatibility.
4483 Skip "long" and "unicode" tests if Python 3.
4484 Accept either "type" or "class" in type checks.
4485 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4486 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4487
4488 2012-12-10 Tom Tromey <tromey@redhat.com>
4489
4490 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4491 (test): Add "two_cu" argument.
4492 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4493 for types; allow two CUs.
4494
4495 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4496
4497 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4498 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4499
4500 2012-12-08 Yao Qi <yao@codesourcery.com>
4501 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4504 '=breakpoint-created' when GDB merges the tracepoints of both
4505 sides.
4506
4507 2012-12-07 Tom Tromey <tromey@redhat.com>
4508
4509 * gdb.base/break1.c (enum some_enum, union some_union): New.
4510 (some_enum_global, some_union_global, some_value): New globals.
4511 * gdb.base/completion.exp: Add tag completion tests.
4512
4513 2012-12-07 Tom Tromey <tromey@redhat.com>
4514
4515 * gdb.base/completion.exp: Add tests for ptype and whatis
4516 completion.
4517
4518 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4519
4520 * gdb.base/stale-infcall.exp: Fix copyright line.
4521
4522 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4525
4526 2012-12-06 Pedro Alves <palves@redhat.com>
4527 Tom Tromey <tromey@redhat.com>
4528
4529 * gdb.base/exprs.exp: Add tests for cast to void.
4530
4531 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4532
4533 * gdb.python/py-mi.exp: Correct expected results for attribute
4534 "dynamic" returned by -var-update.
4535 Add test case for correct handling of "diplayhint" for children
4536 of dynamic varobjs.
4537 * gdb.python/py-prettyprint.c (set_itme): New function.
4538 (bug_14741) New function.
4539 (main) Add call to bug_14741().
4540 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4541
4542 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4543
4544 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4545 ${binfile}.funcsyms list.
4546
4547 2012-12-04 Yao Qi <yao@codesourcery.com>
4548
4549 PR gdb/13443
4550 * gdb.trace/actions.exp: Make test messages unique.
4551
4552 2012-11-29 Tom Tromey <tromey@redhat.com>
4553
4554 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4555
4556 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4557
4558 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4559 * gdb.opencl/datatypes.exp: Likewise.
4560 * gdb.opencl/operators.exp: Likewise.
4561 * gdb.opencl/vec_comps.exp: Likewise.
4562
4563 2012-11-29 Jerome Guitton <guitton@adacore.com>
4564
4565 * gdb.ada/iwide: New testcase.
4566
4567 2012-11-29 Jerome Guitton <guitton@adacore.com>
4568
4569 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4570 ptype test.
4571
4572 2012-11-29 Jerome Guitton <guitton@adacore.com>
4573
4574 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4575 form {VARIANT_TYPE}ADDRESS.
4576
4577 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4580 (func): New function.
4581 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4582 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4583 pointers to members with pointer-to-function type.
4584
4585 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4586 Tom Tromey <tromey@redhat.com>
4587
4588 * gdb.base/gnu-debugdata.exp: New file.
4589 * gdb.base/gnu-debugdata.c: New file.
4590 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4591 (gdb_unload): Return 0 on success.
4592
4593 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4596
4597 2012-11-26 Joel Brobecker <brobecker@adacore.com>
4598
4599 * gdb.base/empty_exe.exp: New testcase.
4600
4601 2012-11-20 Mike Frysinger <vapier@gentoo.org>
4602
4603 * gdb.base/completion.exp: Add test for help aliases completion.
4604
4605 2012-11-20 Yao Qi <yao@codesourcery.com>
4606
4607 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4608 Don't test 'maint set show-debug-regs'.
4609 Use command 'set remotecache' instead of
4610 'set circular-trace-buffer'.
4611
4612 2012-11-16 Keith Seitz <keiths@redhat.com>
4613
4614 PR c++/13615
4615 * gdb.cp/baseenum.cc: New file.
4616 * gdb.cp/baseenum.exp: New file.
4617 * gdb.cp/derivation.cc (A): Add copyright.
4618 Add a typedef.
4619 (B): Use A::value_type instead of int. Change all references.
4620 (D): Use value_type instead of int. Change all references.
4621 (E): Likewise.
4622 (F); Likewise.
4623 (Z): New class.
4624 (ZZ): New class.
4625 (N, Base, Derived): New namespace and classes.
4626 (main): Add instances of Z and ZZ.
4627 Make sure all symbols from N are kept.
4628 * gdb.cp/derivation.exp: Update typedef changes in tests.
4629 Add tests for class typedefs both before and after starting
4630 the inferior.
4631 Add tests for searching for a typedef while stopped in a
4632 method.
4633
4634 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4635
4636 * gdb.mi/mi-var-create-rtti.c: New file.
4637 * gdb.mi/mi-var-create-rtti.exp: New file.
4638
4639 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4640
4641 * gdb.base/structs3.exp: Run to main before doing any tests.
4642
4643 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
4644
4645 * gdb.python/py-type.exp: Uniquify test names.
4646
4647 2012-11-14 Yao Qi <yao@codesourcery.com>
4648
4649 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4650 (thread_function) [DEBUG]: Call 'printf'.
4651 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4652 command line if 'DEBUG=1' is passed to test.
4653 Remove a pattern to match inferior's output.
4654
4655 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4656
4657 * gdb.mi/mi-fill-memory.exp: New test.
4658
4659 2012-11-12 Tom Tromey <tromey@redhat.com>
4660
4661 * gdb.base/completion.exp: Update for "info type-printers".
4662 * gdb.python/py-typeprint.cc: New file.
4663 * gdb.python/py-typeprint.exp: New file.
4664 * gdb.python/py-typeprint.py: New file.
4665
4666 2012-11-12 Tom Tromey <tromey@redhat.com>
4667
4668 * gdb.base/call-sc.exp: Use "ptype/r".
4669 * gdb.base/volatile.exp: Don't expect "int".
4670 * gdb.cp/ptype-flags.cc: New file.
4671 * gdb.cp/ptype-flags.exp: New file.
4672 * gdb.cp/templates.exp: Use ptype/r.
4673 (test_ptype_of_templates, test_template_typedef): Likewise.
4674 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4675 argument. Handle template names and template parameters.
4676 * gdb.mi/mi-var-cmd.exp: Accept "long".
4677 * gdb.mi/mi-var-child.exp: Accept "long".
4678 * gdb.mi/mi-var-display.exp: Accept "long".
4679 * gdb.mi/mi2-var-child.exp: Accept "long".
4680
4681 2012-11-12 Tom Tromey <tromey@redhat.com>
4682
4683 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4684 "ptype" from calls to cp_test_ptype_class.
4685 (test_enums): Likewise.
4686 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4687 cp_test_ptype_class.
4688 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4689 calls to cp_test_ptype_class.
4690 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4691 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4692 from calls to cp_test_ptype_class.
4693 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4694 command here. Change "in_command" argument to "in_exp".
4695
4696 2012-11-10 Keith Seitz <keiths@redhat.com>
4697
4698 PR gdb/14288
4699 * gdb.base/printcmds.c: Add invalid_XXX globals
4700 for repeated byte tests.
4701 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4702 * gdb.base/wchar.c (main): Add and construct a wchar_t
4703 array with repeated characters.
4704 * gdb.base/wchar.exp: Add repeated character tests.
4705
4706 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4707
4708 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4709 disassembly output.
4710
4711 2012-11-09 Pedro Alves <palves@redhat.com>
4712
4713 PR gdb/14306
4714
4715 * gdb.multi/multi-arch-exec.c: New file.
4716 * gdb.multi/multi-arch-exec.exp: New file.
4717
4718 2012-11-09 Yao Qi <yao@codesourcery.com>
4719
4720 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4721 (top level): Call it.
4722
4723 2012-11-09 Yao Qi <yao@codesourcery.com>
4724
4725 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4726 typo.
4727
4728 2012-11-09 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.multi/multi-arch.exp: New.
4731
4732 2012-11-08 Tom Tromey <tromey@redhat.com>
4733
4734 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4735 core files, if possible.
4736 * gdb.base/siginfo-thread.c: New file
4737 * gdb.base/siginfo-thread.exp: New file
4738
4739 2012-11-08 Tom Tromey <tromey@redhat.com>
4740
4741 * gdb.base/comprdebug.exp: New file.
4742
4743 2012-11-06 Pedro Alves <palves@redhat.com>
4744
4745 PR gdb/14810
4746
4747 * gdb.base/disabled-location.c: New file.
4748 * gdb.base/disabled-location.exp: New file.
4749
4750 2012-11-06 Tom Tromey <tromey@redhat.com>
4751
4752 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4753 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4754 gdb_gcore_cmd.
4755 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4756 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4757 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4758 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4759 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4760 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4761 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4762 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4763 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4764
4765 2012-11-05 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4768 procedure.
4769 (do_vfork_and_follow_child_tests_exec)
4770 (do_vfork_and_follow_child_tests_exit): Call it.
4771
4772 2012-11-05 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4775 fails.
4776
4777 2012-11-03 Yao Qi <yao@codesourcery.com>
4778
4779 Fix PR gdb/14617.
4780 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4781 Remove setup_kfail, and update test.
4782
4783 2012-11-02 Tom Tromey <tromey@redhat.com>
4784
4785 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4786 test.
4787
4788 2012-11-02 Pedro Alves <palves@redhat.com>
4789
4790 PR gdb/14766
4791
4792 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4793 setup_kfail.
4794 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4795 get registers".
4796
4797 2012-11-02 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.base/foll-vfork-exit.c: New file.
4800 * gdb.base/foll-vfork.exp (top level): New file-describing
4801 comment.
4802 (vfork_child_follow_to_exit): New procedure.
4803 (tcatch_vfork_then_child_follow): Rename as ...
4804 (tcatch_vfork_then_child_follow_exec): ... this.
4805 (tcatch_vfork_then_child_follow_exit): New procedure.
4806 (do_vfork_and_follow_parent_tests): New procedure, factored out
4807 from do_vfork_and_exec_tests.
4808 (do_vfork_and_follow_child_tests_exec): Ditto.
4809 (do_vfork_and_exec_tests): Delete.
4810 (do_vfork_and_follow_child_tests_exit): New procedure.
4811 (top level): Run tests with both the program that has the vfork
4812 child execing, and the program has the vfork child exiting.
4813
4814 2012-11-02 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4817 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4818 (vfork_parent_follow_to_bp): Call it.
4819 (kill_child): Delete.
4820 (vfork_and_exec_child_follow_to_main_bp)
4821 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4822 longer call kill_child.
4823 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4824 (do_vfork_and_exec_tests): Don't runto_main before calling each
4825 test procedure.
4826 (top level): Don't clean restart and set verbose before running
4827 each test procedure.
4828
4829 2012-11-02 Pedro Alves <palves@redhat.com>
4830
4831 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4832 (vfork_parent_follow_to_bp)
4833 (vfork_and_exec_child_follow_to_main_bp)
4834 (vfork_and_exec_child_follow_through_step)
4835 (tcatch_vfork_then_parent_follow)
4836 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4837 Use with_test_prefix.
4838
4839 2012-11-02 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.base/foll-vfork.c: Add copyright header.
4842 * gdb.base/vforked-prog.c: Add copyright header.
4843
4844 2012-11-02 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.base/foll-vfork.exp
4847 (vfork_and_exec_child_follow_through_step): Don't skip on
4848 non-HP/UX targets. Expect the next to only step one line on
4849 non-HP/UX targets, rather than stopping only after the exec.
4850
4851 2012-11-02 Pedro Alves <palves@redhat.com>
4852
4853 Don't hard code line numbers.
4854
4855 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4856 Expect text from the sources instead of a line number.
4857 (vfork_parent_follow_to_bp)
4858 (vfork_and_exec_child_follow_to_main_bp)
4859 (vfork_and_exec_child_follow_through_step)
4860 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4861 Use gdb_get_line_number.
4862
4863 2012-11-02 Pedro Alves <palves@redhat.com>
4864
4865 Modernize.
4866
4867 * gdb.base/foll-vfork.exp: Use standard_testfile and
4868 build_executable. Pass descriptive string to untested.
4869 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4870 (vfork_and_exec_child_follow_to_main_bp)
4871 (vfork_and_exec_child_follow_through_step)
4872 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4873 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4874 of send_gdb/gdb_expect.
4875
4876 (kill_child): New procedure.
4877 (vfork_and_exec_child_follow_to_main_bp)
4878 (vfork_and_exec_child_follow_through_step): Use it.
4879
4880 2012-11-02 Yao Qi <yao@codesourcery.com>
4881
4882 * gdb.base/setvar.exp: Test setting nested struct.
4883 * gdb.base/setvar.c (v_struct3): New.
4884
4885 2012-11-01 Doug Evans <dje@google.com>
4886
4887 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4888 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4889 use them.
4890
4891 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
4892
4893 PR cli/14772
4894 * gdb.base/gnu_vector.c (union_with_vector_1)
4895 (struct_with_vector_1): Add new struct and union for testing
4896 ptype.
4897 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4898 structs / unions containing vectors.
4899
4900 2012-10-25 Yao Qi <yao@codesourcery.com>
4901
4902 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4903 'setup_kfail' instead of 'setup_kfail_for_target'.
4904 * gdb.base/varargs.exp: Likewise.
4905 * lib/gdb.exp (setup_kfail_for_target): Remove.
4906
4907 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4908
4909 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4910
4911 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4912
4913 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4914
4915 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdb.ada/set_wstr: New testcase.
4918
4919 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4920
4921 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4922
4923 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4924
4925 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4926
4927 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4928
4929 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4930
4931 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4932
4933 * gdb.base/callfuncs.exp (do_function_calls): Fix
4934 setup_kfail_for_target for -m32 mode.
4935
4936 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4937
4938 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4939 are now fixed.
4940
4941 2012-10-23 Yao Qi <yao@codesourcery.com>
4942
4943 * gdb.base/info-os.exp: Resume the inferior until it exits.
4944
4945 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4946
4947 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4948 * gdb.base/print-file-var.exp: Likewise.
4949 * gdb.base/type-opaque.exp: Likewise.
4950
4951 2012-10-17 Yao Qi <yao@codesourcery.com>
4952
4953 * gdb.mi/mi-memory-changed.exp: New.
4954
4955 2012-10-16 Yao Qi <yao@codesourcery.com>
4956
4957 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4958 returns true.
4959 Call gdb_load_shlibs.
4960 * gdb.reverse/solib-reverse.exp: Likewise.
4961
4962 2012-10-15 Keith Seitz <keiths@redhat.com>
4963
4964 * lib/cp-support.exp (cp_test_ptype_class): Add support
4965 for class typedefs.
4966
4967 * gdb.cp/derivation.exp: Add tests for g_instance.
4968
4969 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4970
4971 Fix entry values resolving in inlined frames.
4972 * gdb.arch/amd64-entry-value-inline.S: New file.
4973 * gdb.arch/amd64-entry-value-inline.c: New file.
4974 * gdb.arch/amd64-entry-value-inline.exp: New file.
4975
4976 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4977 Doug Evans <dje@google.com>
4978
4979 Fix recent gdb_breakpoint regression.
4980 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4981 braces from the parameter.
4982 * gdb.java/jprint.exp: Likewise.
4983
4984 2012-10-15 Doug Evans <dje@google.com>
4985
4986 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4987
4988 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4989
4990 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4991
4992 2012-10-15 Tom Tromey <tromey@redhat.com>
4993
4994 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4995
4996 2012-10-15 Tom Tromey <tromey@redhat.com>
4997
4998 * gdb.python/py-symbol.exp: Test symbol destructor.
4999
5000 2012-10-14 Yao Qi <yao@codesourcery.com>
5001
5002 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
5003 * gdb.mi/mi-cli.exp: New.
5004
5005 * gdb.mi/mi2-basics.exp: Remove.
5006 * gdb.mi/mi2-break.exp: Remove.
5007 * gdb.mi/mi2-console.exp: Remove.
5008 * gdb.mi/mi2-disassemble.exp: Remove.
5009 * gdb.mi/mi2-eval.exp: Remove.
5010 * gdb.mi/mi2-file.exp: Remove.
5011 * gdb.mi/mi2-hack-cli.exp: Remove.
5012 * gdb.mi/mi2-pthreads.exp: Remove.
5013 * gdb.mi/mi2-read-memory.exp: Remove.
5014 * gdb.mi/mi2-regs.exp: Remove.
5015 * gdb.mi/mi2-return.exp: Remove.
5016 * gdb.mi/mi2-simplerun.exp: Remove.
5017 * gdb.mi/mi2-stack.exp: Remove.
5018 * gdb.mi/mi2-stepi.exp: Remove.
5019 * gdb.mi/mi2-syn-frame.exp: Remove.
5020 * gdb.mi/mi2-until.exp: Remove.
5021 * gdb.mi/mi2-watch.exp: Remove.
5022 * gdb.mi/mi2-var-block.exp: Remove.
5023 * gdb.mi/mi2-var-cmd.exp: Remove.
5024 * gdb.mi/mi2-var-display.exp: Remove.
5025
5026 2012-10-12 Yao Qi <yao@codesourcery.com>
5027
5028 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
5029 trail '.*' on matching patterns.
5030
5031 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5032
5033 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
5034 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
5035 * gdb.arch/i386-disp-step.exp: Likewise.
5036 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5037 * gdb.arch/i386-prologue.exp: Likewise.
5038 * gdb.arch/i386-size-overlap.exp: Likewise.
5039 * gdb.arch/i386-size.exp: Likewise.
5040 * gdb.arch/i386-unwind.exp: Likewise.
5041
5042 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5043
5044 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
5045 * gdb.arch/i386-word.exp: Likewise.
5046
5047 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5048
5049 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
5050 is_ilp32_target to set nr_regs.
5051 * gdb.arch/i386-sse.exp: Likewise.
5052
5053 2012-10-11 Doug Evans <dje@google.com>
5054
5055 PR breakpoints/14643.
5056 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
5057 * gdb.linespec/thread.c: New file.
5058 * gdb.linespec/thread.exp: New file.
5059
5060 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
5061 Recognize "message" -> print pass and fail. Add eof case.
5062 (runto): Recognize message, no-message. Print pass/fail if requested,
5063 with same treatment as gdb_breakpoint.
5064 (runto_main): Pass no-message to runto.
5065 (gdb_internal_error_resync): Add log message.
5066 (gdb_file_cmd): Tweak internal error fail text for consistency.
5067
5068 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 Fix crash during stepping on ppc32.
5071 * gdb.base/step-symless.c: New file.
5072 * gdb.base/step-symless.exp: New file.
5073
5074 2012-10-03 Doug Evans <dje@google.com>
5075
5076 PR symtab/14601
5077 * gdb.cp/using-crash.exp: New file.
5078 * gdb.cp/using-crash.cc: New file.
5079
5080 2012-10-02 Doug Evans <dje@google.com>
5081
5082 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
5083 more consistent.
5084 (runto,gdb_debug_format): Ditto.
5085 (gdb_file_cmd): Watch for eof in nested gdb_expect.
5086 Clean up logging and error messages.
5087
5088 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
5089
5090 Test find command on unmapped memory.
5091 * gdb.base/find-unmapped.c: New file.
5092 * gdb.base/find-unmapped.exp: New file.
5093
5094 2012-09-29 Yao Qi <yao@codesourcery.com>
5095
5096 * gdb.trace/mi-tracepoint-changed.exp: New.
5097 * gdb.mi/mi-breakpoint-changed.exp: New.
5098 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
5099 * gdb.mi/pendshr2.c: New.
5100
5101 2012-09-28 Yao Qi <yao@codesourcery.com>
5102
5103 * gdb.mi/pr11022.exp: New.
5104 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
5105
5106 2012-09-27 Tom Tromey <tromey@redhat.com>
5107
5108 * gdb.cp/derivation.exp: Add regression test.
5109 * gdb.cp/derivation.cc (class V_base, class V_inter, class
5110 V_derived): New.
5111 (vderived): New global.
5112
5113 2012-09-26 Tom Tromey <tromey@redhat.com>
5114
5115 * gdb.dwarf2/dw2-common-block.S: New file.
5116 * gdb.dwarf2/dw2-common-block.exp: New file.
5117
5118 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * gdb.fortran/common-block.exp: New file.
5121 * gdb.fortran/common-block.f90: New file.
5122
5123 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
5124
5125 * gdb.base/duplicate-bp.c: New file.
5126 * gdb.base/duplicate-bp.exp: New file.
5127
5128 2012-09-26 Yao Qi <yao@codesourcery.com>
5129
5130 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
5131
5132 Revert:
5133 2012-09-21 Yao Qi <yao@codesourcery.com>
5134
5135 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5136
5137 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
5138
5139 * gdb.base/longest-types.c: New test case.
5140 * gdb.base/longest-types.exp: New test case.
5141
5142 2012-09-25 Yao Qi <yao@codesourcery.com>
5143
5144 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
5145
5146 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5147
5148 Fix internal error on canonicalization of clang types.
5149 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
5150 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
5151 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
5152
5153 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 Fix disassemble without parameters in tailcall frame.
5156 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
5157
5158 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
5159
5160 * gdb.dwarf2/dw2-op-out-param.S: New file.
5161 * gdb.dwarf2/dw2-op-out-param.exp: New file.
5162
5163 2012-09-21 Yao Qi <yao@codesourcery.com>
5164
5165 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5166
5167 2012-09-21 Yao Qi <yao@codesourcery.com>
5168
5169 * gdb.mi/mi-cli.exp: Remove.
5170 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
5171
5172 2012-09-21 Yao Qi <yao@codesourcery.com>
5173
5174 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
5175 "=record-started" notification.
5176
5177 2012-09-21 Yao Qi <yao@codesourcery.com>
5178
5179 * gdb.mi/mi-record-changed.exp: New.
5180 * gdb.mi/mi-reverse.exp: Adjust expected output.
5181
5182 2012-09-20 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.python/python.exp: Test atexit.register.
5185
5186 2012-09-20 Doug Evans <dje@google.com>
5187
5188 * boards/dwarf4-gdb-index.exp: New file.
5189
5190 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
5191 while running the tests.
5192
5193 2012-09-18 Joel Brobecker <brobecker@adacore.com>
5194
5195 * gdb.ada/bp_reset: New testcase.
5196
5197 2012-09-18 Yao Qi <yao@codesourcery.com>
5198
5199 * gdb.trace/mi-tsv-changed.exp: New.
5200
5201 2012-09-18 Yao Qi <yao@codesourcery.com>
5202
5203 * gdb.trace/mi-traceframe-changed.exp: New.
5204
5205 2012-09-17 Yao Qi <yao@codesourcery.com>
5206
5207 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
5208 when it is less than 0.
5209
5210 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 PR 14119
5213 * gdb.arch/amd64-tailcall-ret.S: New file.
5214 * gdb.arch/amd64-tailcall-ret.c: New file.
5215 * gdb.arch/amd64-tailcall-ret.exp: New file.
5216 * gdb.reverse/amd64-tailcall-reverse.S: New file.
5217 * gdb.reverse/amd64-tailcall-reverse.c: New file.
5218 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
5219
5220 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 PR 14548
5223 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
5224 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
5225 * gdb.reverse/singlejmp-reverse.S: New file.
5226 * gdb.reverse/singlejmp-reverse.c: New file.
5227 * gdb.reverse/singlejmp-reverse.exp: New file.
5228
5229 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 Fix compatibility with old GCC (~4.1).
5232 * gdb.cp/converts.cc (my_enum_var): New variable.
5233
5234 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
5235
5236 * gdb.xml/tdesc-regs.exp: Update expected output for new
5237 vector_size syntax of vector types.
5238
5239 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
5240
5241 Refactor Python "gdb" module into a proper Python package, by
5242 introducing a new "_gdb" module for code implemented in C, and
5243 using reload/__import__ instead of exec.
5244 * gdb.python/python.exp (Test stderr location): Update module
5245 location of GDB-specific sys.stderr.
5246 (Test stdout location): Ditto for sys.stdout.
5247
5248 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5249
5250 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5251
5252 2012-09-12 Keith Seitz <keiths@redhat.com>
5253
5254 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5255 conversion statement.
5256
5257 2012-09-12 Doug Evans <dje@google.com>
5258
5259 * gdb.base/help.exp: Remove testing of individual command help text,
5260 too much of a maintenance burden. Instead, test the functionality
5261 of "help" itself.
5262
5263 2012-09-11 Doug Evans <dje@google.com>
5264
5265 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5266 breakpoint.
5267
5268 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5269 * gdb.dwarf2/fission-reread.S: Ditto.
5270 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5271 * gdb.dwarf2/fission-reread.exp: Ditto.
5272
5273 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
5274
5275 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5276
5277 2012-09-10 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/optim_drec: New testcase.
5280
5281 2012-09-10 Doug Evans <dje@google.com>
5282
5283 * boards/fission.exp: Explicitly mark "board" as not remote.
5284
5285 2012-09-10 Keith Seitz <keiths@redhat.com>
5286
5287 PR gdb/13483
5288 * gdb.cp/converts.cc (A::A): Add ctor.
5289 (A::member_): Add member.
5290 (enum my_enum): New enumeration.
5291 (main): Add calls to foo1_7 with various
5292 permitted arguments.
5293 * gdb.cp/converts.exp: Add tests for boolean
5294 conversions permitted by the standard.
5295
5296 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5297
5298 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5299 avoid spurious results due to ~/.gdbinit.
5300 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5301 $INTERNAL_GDBFLAGS in run command.
5302 * gdb.gdb/observer.exp (setup_test): Ditto.
5303 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5304 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5305
5306 2012-09-06 Doug Evans <dje@google.com>
5307
5308 * boards/fission.exp: New file.
5309
5310 * gdb.python/py-value.exp: Use clean_restart.
5311
5312 2012-09-05 Doug Evans <dje@google.com>
5313
5314 * gdb.base/info-macros.c: Fix whitespace.
5315
5316 2012-08-28 Pedro Alves <palves@redhat.com>
5317
5318 PR gdb/14428
5319
5320 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5321
5322 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5323
5324 * gdb.base/break-caller-line.c: New file.
5325 * gdb.base/break-caller-line.exp: New file.
5326
5327 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5330 * gdb.arch/i386-cfi-notcurrent.S: New file.
5331 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5332
5333 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
5334 Yao Qi <yao@codesourcery.com>
5335 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5338 New procedures.
5339 (top level): Add overlap checking tests.
5340
5341 2012-08-24 Tom Tromey <tromey@redhat.com>
5342
5343 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5344 gdb_test_multiple fails for other reasons.
5345
5346 2012-08-24 Yao Qi <yao@codesourcery.com>
5347
5348 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5349
5350 2012-08-23 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/help.exp: Adjust to "handle" help text change.
5353
5354 2012-08-23 Yao Qi <yao@codesourcery.com>
5355
5356 * gdb.trace/disconnected-tracing.c (start, end): New.
5357 (main): Call start and end.
5358 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5359 existing tests into this proc.
5360 (disconnected_tfind): New.
5361
5362 2012-08-23 Yao Qi <yao@codesourcery.com>
5363
5364 * boards/native-gdbserver.exp (${board}_upload): New.
5365 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5366 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5367 Execute tfile on remote target.
5368 Copy trace file from target to host.
5369
5370 2012-08-22 Joseph Myers <joseph@codesourcery.com>
5371
5372 * gdb.arch/thumb-bx-pc.S: New file.
5373 * gdb.arch/thumb-bx-pc.exp: New file.
5374
5375 2012-08-22 Tom Tromey <tromey@redhat.com>
5376
5377 * gdb.base/maint.exp: Update.
5378
5379 2012-08-22 Tom Tromey <tromey@redhat.com>
5380
5381 * lib/gdb.exp (skip_unwinder_tests): New proc.
5382 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5383 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5384
5385 2012-08-21 Tom Tromey <tromey@redhat.com>
5386
5387 * gdb.hp/gdb.aCC/exception.exp: Remove.
5388
5389 012-08-19 Andrew Pinski <apinski@cavium.com>
5390
5391 * gdb.arch/mips-octeon-bbit.c: New file.
5392 * gdb.arch/mips-octeon-bbit.exp: New Test.
5393
5394 012-08-19 Keith Seitz <keiths@redhat.com>
5395
5396 PR c++/14365
5397 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5398 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5399
5400 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5401
5402 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5403 verbose -log by more specific untested call.
5404
5405 2012-08-18 Yao Qi <yao@codesourcery.com>
5406
5407 * gdb.trace/tfind.exp: Move tests on various command help before
5408 checking target supports trace.
5409 Fix the expected output of 'help tfind end'.
5410
5411 2012-08-17 Keith Seitz <keiths@redhat.com>
5412
5413 PR c++/13356
5414 * gdb.base/default.exp: Update all "check type" tests.
5415 * gdb.base/help.exp: Likewise.
5416 * gdb.base/setshow.exp: Likewise.
5417 * gdb.cp/converts.cc (foo1_type_check): New function.
5418 (foo2_type_check): New function.
5419 (foo3_type_check): New function.
5420 (main): Call new functions.
5421 * converts.exp: Add tests for integer-to-pointer conversions
5422 with/without strict type-checking.
5423
5424 2012-08-16 Mike Frysinger <vapier@gentoo.org>
5425
5426 * gdb.base/help.exp: Update expected output.
5427
5428 2012-08-16 Joel Brobecker <brobecker@adacore.com>
5429
5430 * gdb.ada/rdv_wait: New testcase.
5431
5432 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5433
5434 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5435
5436 2012-08-13 Doug Evans <dje@google.com>
5437
5438 * gdb.base/help.exp: Update expected output.
5439 * gdb.base/default.exp: Update expected output of "show convenience".
5440
5441 2012-08-10 Doug Evans <dje@google.com>
5442
5443 * gdb.python/py-strfns.c: New file.
5444 * gdb.python/py-strfns.exp: New file.
5445 * gdb.python/py-type.exp (test_fields): Add vector tests.
5446
5447 2012-08-10 Mike Frysinger <vapier@gentoo.org>
5448
5449 PR cli/10436:
5450 * gdb.base/completion.exp: Add tests for handle completion.
5451
5452 2012-08-09 Yao Qi <yao@codesourcery.com>
5453
5454 * gdb.mi/mi-cmd-param-changed.exp: New.
5455 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5456 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5457 * gdb.mi/mi2-prompt.exp: Likewise.
5458
5459 2012-08-08 Doug Evans <dje@google.com>
5460
5461 * gdb.base/debug-expr.c: New file.
5462 * gdb.base/debug-expr.exp: New file.
5463 * gdb.base/exprs.exp: Test {type} casts.
5464 * gdb.cp/debug-expr.exp: New file.
5465
5466 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5469 global variable loop, not a 'break'. Add loop count limit to 100.
5470 Add new fail case for terminated vgdb.
5471
5472 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5473 Jean-Marc Saffroy <saffroy@gmail.com>
5474
5475 PR 11804
5476 * gdb.base/gcore-relro.exp: New file.
5477 * gdb.base/gcore-relro-main.c: New file.
5478 * gdb.base/gcore-relro-lib.c: New file.
5479
5480 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5481
5482 Do not false FAIL with old GCCs.
5483 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5484 GCC < 4.5 in $no_hw mode.
5485
5486 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5489
5490 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5491
5492 * gdb.base/list.exp (test_only_end): New function.
5493 Call it.
5494
5495 2012-08-06 Tom Tromey <tromey@redhat.com>
5496
5497 * gdb.python/py-mi.exp: Add test for printer whose children
5498 are a list.
5499 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5500 (main): New variable children_as_list.
5501 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5502 New.
5503 (register_pretty_printers): Register new printer.
5504
5505 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5506
5507 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5508 symbols. Abort if vgdb remote connection is closed.
5509
5510 2012-08-02 Doug Evans <dje@google.com>
5511
5512 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5513
5514 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5515
5516 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5517 s390x, PowerPC 64 and m68k-linux.
5518
5519 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5520
5521 * gdb.base/annota1.exp: Accept no frames-invalid notification
5522 when starting up the program.
5523 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5524 show a symbolic value as well.
5525 * gdb.server/server-exec-info.exp: Skip test when skipping
5526 gdbserver test and/or when skipping shared library tests.
5527 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5528 avoid name conflicts with other tests.
5529
5530 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5531
5532 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5533 Fix wrong output on big-endian systems.
5534 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5535 4-byte pointer types on 64-bit s390x.
5536
5537 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5538
5539 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5540 marker comment at the beginning (after intialization).
5541 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5542 breakpoint on marker comment instead of function begin.
5543 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5544 PowerPC.
5545 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5546 or 64-bit PowerPC.
5547 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5548 gdb,no_hardware_watchpoints flag is set.
5549 (initialize): Remove now redundant can-use-hw-watchpoints change.
5550
5551 2012-08-02 Yao Qi <yao@codesourcery.com>
5552 Pedro Alves <palves@redhat.com>
5553
5554 * boards/local-remote-host.exp: New.
5555
5556 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5557
5558 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5559 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5560 * gdb.base/print-file-var.exp: Likewise.
5561 * gdb.server/solib-list.exp: Skip on remote targets.
5562
5563 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5564
5565 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5566 watchpoints on ARM. When expecting software watchpoints, tolerate
5567 (remote) targets that report unsupported hardware watchpoint only
5568 at continue time.
5569 (test_wide_location_2): Likewise.
5570
5571 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5572
5573 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5574 valgrind versions.
5575
5576 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5577
5578 * gdb.base/valgrind-infcall.c: New file.
5579 * gdb.base/valgrind-infcall.exp: New file.
5580
5581 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5582
5583 2012-07-30 Keith Seitz <keiths@redhat.com>
5584
5585 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5586 linespecs.
5587
5588 2012-07-30 Doug Evans <dje@google.com>
5589
5590 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5591 * gdb.dwarf2/pr13961.S: Ditto.
5592
5593 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5594
5595 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
5596
5597 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5598 change its format immediately after reloading the binary.
5599
5600 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 Fix testsuite regression after --use-deprecated-index-sections removal.
5603 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5604 string.
5605 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5606
5607 2012-07-27 Yao Qi <yao@codesourcery.com>
5608
5609 KFAIL for PR remote/14161.
5610 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5611 Cleanup socket files.
5612 (strace_info_marker): Detach inferior.
5613
5614 2012-07-26 Tom Tromey <tromey@redhat.com>
5615
5616 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5617
5618 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5619
5620 * gdb.python/py-inferior.c (thread): New function.
5621 (check_threads): New function.
5622 (test_threads): New function.
5623 * gdb.python/py-inferior.exp: Added test.
5624 Replaced runto with continue to breakpoint.
5625
5626 2012-07-26 Tom Tromey <tromey@redhat.com>
5627
5628 * lib/ada.exp (standard_ada_testfile): New proc.
5629 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5630 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5631 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5632 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5633 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5634 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5635 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5636 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5637 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5638 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5639 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5640 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5641 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5642 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5643 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5644 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5645 * gdb.ada/complete.exp: Use standard_ada_testfile.
5646 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5647 standard_output_file.
5648 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5649 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5650 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5651 standard_output_file.
5652 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5653 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5654 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5655 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5656 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5657 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5658 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5659 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5660 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5661 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5662 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5663 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5664 * gdb.ada/interface.exp: Use standard_ada_testfile.
5665 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5666 standard_output_file
5667 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5668 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5669 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5670 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5671 * gdb.ada/nested.exp: Use standard_ada_testfile.
5672 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5673 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5674 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5675 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5676 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5677 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5678 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5679 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5680 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5681 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5682 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5683 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5684 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5685 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5686 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5687 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5688 * gdb.ada/start.exp: Use standard_ada_testfile.
5689 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5690 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5691 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5692 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5693 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5694 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5695 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5696 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5697 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5698 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5699 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5700 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5701 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5702 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5703
5704 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 Fix testsuite regression after --use-deprecated-index-sections removal.
5707 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5708
5709 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5710
5711 Fix compatibility with Tcl before 7.5.
5712 * lib/future.exp (lreverse): New function if it does not exist.
5713
5714 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5715
5716 * gdb.mi/mi-pending.c: New method to set a second pending
5717 breakpoint.
5718 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5719 condition.
5720
5721 2012-07-20 Pedro Alves <palves@redhat.com>
5722
5723 PR threads/11692
5724 PR gdb/12203
5725
5726 * gdb.threads/create-fail.c: New file.
5727 * gdb.threads/create-fail.exp: New file.
5728
5729 2012-07-19 Pedro Alves <palves@redhat.com>
5730
5731 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5732 * config/vx.exp (gdb_start): Likewise.
5733 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5734 * gdb.base/setvar.exp (test_set): Likewise.
5735 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5736 * gdb.reverse/sigall-precsave.exp: Likewise.
5737 * gdb.reverse/sigall-reverse.exp: Likewise.
5738
5739 2012-07-19 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5742 handler before recording.
5743
5744 2012-07-19 Tom Tromey <tromey@redhat.com>
5745
5746 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5747 * gdb.cp/casts.cc (decltype): New function.
5748 (main): Use it.
5749
5750 2012-07-19 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.base/sigall.exp (signals): New list.
5753 <top level>: Loop over signals in the $signals list instead of
5754 calling a test function once per signal.
5755 * gdb.reverse/sigall-precsave.exp (signals): New list.
5756 <top level>: Loop over signals in the $signals list instead of
5757 calling a test function once per signal.
5758 * gdb.reverse/sigall-reverse.exp (signals): New list.
5759 <top level>: Loop over signals in the $signals list instead of
5760 calling a test function once per signal.
5761
5762 2012-07-19 Yao Qi <yao@codesourcery.com>
5763
5764 * gdb.base/setshow.exp: Test 'set args ~'.
5765
5766 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5767
5768 * gdb.base/store.exp (check_set): Import gdb_prompt.
5769 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5770 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5771
5772 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 PR 11914
5775 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5776 (main): Call eval_sub.
5777 * gdb.python/py-prettyprint.exp:
5778 (python execfile ('py-prettyprint.py')): Move it earlier.
5779 New breakpoint for eval-break.
5780 (continue to breakpoint: eval-break, info locals): New test.
5781 (python execfile ('py-prettyprint.py')): Move it from here.
5782 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5783 (register_pretty_printers): Register pp_eval_type.
5784
5785 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 Fix a testcase regression by me.
5788 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5789 DW_FORM_data4.
5790
5791 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5792 Doug Evans <dje@google.com>
5793
5794 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5795 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5796
5797 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 Fix gdbserver run regression.
5800 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5801
5802 2012-07-12 Tom Tromey <tromey@redhat.com>
5803
5804 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5805 (clean_restart): Likewise.
5806 (core_find): Use standard_output_file.
5807
5808 2012-07-12 Tom Tromey <tromey@redhat.com>
5809
5810 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5811 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5812 prepare_for_testing_full.
5813 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5814 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5815 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5816 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5817 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5818 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5819 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5820 prepare_for_testing_full.
5821 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5822 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5823 prepare_for_testing_full.
5824 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5825 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5826 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5827
5828 2012-07-12 Tom Tromey <tromey@redhat.com>
5829
5830 * lib/gdb.exp (build_executable_from_specs): New proc, from
5831 build_executable.
5832 (build_executable): Use it.
5833 (prepare_for_testing_full): New proc.
5834
5835 2012-07-11 Tom Tromey <tromey@redhat.com>
5836
5837 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5838 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5839 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5840 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5841 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5842 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5843 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5844 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5845 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5846 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5847
5848 2012-07-10 Tom Tromey <tromey@redhat.com>
5849
5850 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5851 standard_output_file.
5852 * gdb.mi/gdb2549.exp: Use standard_testfile.
5853 * gdb.mi/gdb669.exp: Use standard_testfile.
5854 * gdb.mi/gdb701.exp: Use standard_testfile.
5855 * gdb.mi/gdb792.exp: Use standard_testfile.
5856 * gdb.mi/mi-async.exp: Use standard_testfile.
5857 * gdb.mi/mi-basics.exp: Use standard_testfile.
5858 * gdb.mi/mi-break.exp: Use standard_testfile.
5859 * gdb.mi/mi-cli.exp: Use standard_testfile.
5860 * gdb.mi/mi-console.exp: Use standard_testfile.
5861 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5862 * gdb.mi/mi-eval.exp: Use standard_testfile.
5863 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5864 * gdb.mi/mi-file.exp: Use standard_testfile.
5865 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5866 * gdb.mi/mi-logging.exp: Use standard_testfile.
5867 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5868 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5869 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5870 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5871 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5872 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5873 * gdb.mi/mi-pending.exp: Use standard_testfile,
5874 standard_output_file.
5875 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5876 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5877 * gdb.mi/mi-regs.exp: Use standard_testfile.
5878 * gdb.mi/mi-return.exp: Use standard_testfile.
5879 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5880 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5881 * gdb.mi/mi-solib.exp: Use standard_testfile,
5882 standard_output_file.
5883 * gdb.mi/mi-stack.exp: Use standard_testfile.
5884 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5885 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5886 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5887 * gdb.mi/mi-until.exp: Use standard_testfile.
5888 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5889 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5890 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5891 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5892 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5893 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5894 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5895 standard_output_file.
5896 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5897 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5898 * gdb.mi/mi-watch.exp: Use standard_testfile.
5899 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5900 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5901 * gdb.mi/mi2-break.exp: Use standard_testfile.
5902 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5903 * gdb.mi/mi2-console.exp: Use standard_testfile.
5904 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5905 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5906 * gdb.mi/mi2-file.exp: Use standard_testfile.
5907 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5908 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5909 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5910 * gdb.mi/mi2-return.exp: Use standard_testfile.
5911 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5912 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5913 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5914 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5915 * gdb.mi/mi2-until.exp: Use standard_testfile.
5916 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5917 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5918 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5919 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5920 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5921
5922 2012-07-10 Tom Tromey <tromey@redhat.com>
5923
5924 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5925 * gdb.cp/ambiguous.exp: Use standard_testfile,
5926 prepare_for_testing.
5927 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5928 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5929 * gdb.cp/anon-ns.exp: Use standard_testfile.
5930 * gdb.cp/anon-struct.exp: Use standard_testfile.
5931 * gdb.cp/anon-union.exp: Use standard_testfile,
5932 prepare_for_testing.
5933 * gdb.cp/arg-reference.exp: Use standard_testfile,
5934 prepare_for_testing.
5935 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5936 * gdb.cp/breakpoint.exp: Use standard_testfile,
5937 prepare_for_testing.
5938 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5939 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5940 standard_output_file.
5941 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5942 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5943 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5944 (test_static_members): Update.
5945 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5946 * gdb.cp/converts.exp: Use standard_testfile.
5947 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5948 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5949 prepare_for_testing.
5950 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5951 * gdb.cp/cplabel.exp: Use standard_testfile.
5952 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5953 prepare_for_testing.
5954 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5955 * gdb.cp/derivation.exp: Use standard_testfile,
5956 prepare_for_testing.
5957 * gdb.cp/destrprint.exp: Use standard_testfile.
5958 * gdb.cp/dispcxx.exp: Use standard_testfile.
5959 * gdb.cp/exception.exp: Use standard_testfile,
5960 prepare_for_testing.
5961 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5962 * gdb.cp/extern-c.exp: Use standard_testfile,
5963 prepare_for_testing.
5964 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5965 prepare_for_testing.
5966 * gdb.cp/fpointer.exp: Use standard_testfile.
5967 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5968 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5969 standard_output_file.
5970 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5971 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5972 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5973 standard_output_file.
5974 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5975 (do_tests): Update.
5976 * gdb.cp/koenig.exp: Use standard_testfile.
5977 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5978 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5979 * gdb.cp/m-static.exp: Use standard_testfile,
5980 prepare_for_testing.
5981 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5982 * gdb.cp/mb-inline.exp: Use standard_testfile,
5983 prepare_for_testing.
5984 * gdb.cp/mb-templates.exp: Use standard_testfile,
5985 prepare_for_testing.
5986 * gdb.cp/member-ptr.exp: Use standard_testfile,
5987 prepare_for_testing.
5988 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5989 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5990 * gdb.cp/method2.exp: Use standard_testfile.
5991 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5992 standard_output_file.
5993 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5994 (do_tests): Update.
5995 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5996 prepare_for_testing.
5997 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5998 prepare_for_testing.
5999 * gdb.cp/namespace.exp: Use standard_testfile,
6000 prepare_for_testing.
6001 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
6002 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
6003 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
6004 * gdb.cp/nsimport.exp: Use standard_testfile,
6005 prepare_for_testing.
6006 * gdb.cp/nsnested.exp: Use standard_testfile.
6007 * gdb.cp/nsnoimports.exp: Use standard_testfile.
6008 * gdb.cp/nsrecurs.exp: Use standard_testfile,
6009 prepare_for_testing.
6010 * gdb.cp/nsstress.exp: Use standard_testfile,
6011 prepare_for_testing.
6012 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
6013 * gdb.cp/operator.exp: Use standard_testfile.
6014 * gdb.cp/oranking.exp: Use standard_testfile.
6015 * gdb.cp/overload-const.exp: Use standard_testfile.
6016 * gdb.cp/overload.exp: Use standard_testfile,
6017 prepare_for_testing.
6018 * gdb.cp/ovldbreak.exp: Use standard_testfile.
6019 * gdb.cp/ovsrch.exp: Use standard_testfile.
6020 * gdb.cp/paren-type.exp: Use standard_testfile.
6021 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
6022 prepare_for_testing.
6023 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
6024 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
6025 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
6026 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
6027 * gdb.cp/pr10728.exp: Use standard_testfile,
6028 standard_output_file.
6029 * gdb.cp/pr12028.exp: Use standard_testfile.
6030 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
6031 * gdb.cp/pr9167.exp: Use standard_testfile.
6032 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
6033 * gdb.cp/printmethod.exp: Use standard_testfile,
6034 prepare_for_testing.
6035 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
6036 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
6037 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
6038 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
6039 standard_output_file.
6040 * gdb.cp/readnow-language.exp: Use standard_testfile.
6041 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
6042 (gdb_start_again): Use clean_restart.
6043 * gdb.cp/ref-types.exp: Use standard_testfile,
6044 prepare_for_testing.
6045 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
6046 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
6047 * gdb.cp/smartp.exp: Use standard_testfile.
6048 * gdb.cp/static-method.exp: Use standard_testfile.
6049 * gdb.cp/static-print-quit.exp: Use standard_testfile.
6050 * gdb.cp/temargs.exp: Use standard_testfile.
6051 * gdb.cp/templates.exp: Use standard_testfile,
6052 prepare_for_testing.
6053 (do_tests): Update.
6054 * gdb.cp/try_catch.exp: Use standard_testfile,
6055 prepare_for_testing.
6056 * gdb.cp/typedef-operator.exp: Use standard_testfile.
6057 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
6058 * gdb.cp/virtbase.exp: Use standard_testfile,
6059 prepare_for_testing.
6060 * gdb.cp/virtfunc.exp: Use standard_testfile,
6061 prepare_for_testing.
6062 (do_tests): Update.
6063 * gdb.cp/virtfunc2.exp: Use standard_testfile,
6064 prepare_for_testing.
6065
6066 2012-07-10 Tom Tromey <tromey@redhat.com>
6067
6068 * lib/gdb.exp (standard_testfile): Unset output variables from
6069 earlier invocations.
6070
6071 2012-07-10 Yao Qi <yao@codesourcery.com>
6072
6073 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
6074 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
6075 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
6076 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
6077 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
6078 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
6079 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
6080 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
6081 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
6082 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
6083 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
6084 * gdb.mi/mi-var-display.exp: Likewise.
6085 * gdb.mi/mi-var-invalidate.exp: Likewise.
6086 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
6087 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
6088 * gdb.mi/mi2-console.exp: Likewise.
6089 * gdb.mi/mi2-disassemble.exp: Likewise.
6090 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
6091 * gdb.mi/mi2-read-memory.exp: Likewise.
6092 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
6093 * gdb.mi/mi2-simplerun.exp: Likewise.
6094 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
6095 * gdb.mi/mi2-syn-frame.exp: Likewise.
6096 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
6097 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
6098 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
6099
6100 2012-07-09 Tom Tromey <tromey@redhat.com>
6101
6102 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
6103 * gdb.base/callfuncs.exp: Add cast-based test.
6104 * gdb.base/callfuncs.c (voidfunc): New function.
6105
6106 2012-07-08 Doug Evans <dje@google.com>
6107
6108 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
6109
6110 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6111
6112 Fix XFAIL compatibility with old i386 systems.
6113 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
6114 Check also 'Cannot insert breakpoint 0'.
6115
6116 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6117
6118 PR 14321
6119 * gdb.base/find.exp
6120 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
6121
6122 2012-07-06 Tom Tromey <tromey@redhat.com>
6123
6124 * gdb.base/whatis.exp: Add test.
6125
6126 2012-07-06 Tom Tromey <tromey@redhat.com>
6127
6128 * gdb.base/whatis.exp: Add regression test.
6129
6130 2012-07-06 Tom Tromey <tromey@redhat.com>
6131
6132 * gdb.base/whatis.exp: Add tests.
6133
6134 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 PR 12649
6137 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
6138 gdb_test_multiple $gdb_prompt terminator.
6139
6140 2012-07-04 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.mi/mi-reverse.exp: Use supports_reverse and
6143 supports_process_record.
6144
6145 2012-07-04 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
6148 endings.
6149 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
6150
6151 2012-07-03 Stan Shebs <stan@codesourcery.com>
6152
6153 * gdb.base/info-os.c (main): Retry resource acquisition until an
6154 available one is found.
6155 * gdb.base/info-os.exp: Collect resource keys from the program
6156 and use them in matching.
6157
6158 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
6161 Wrap the test into loop for corefile and core0file.
6162
6163 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
6166 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
6167 .note.GNU-stack.
6168
6169 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
6170
6171 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
6172
6173 * gdb.base/help.exp (help b, help br, help bre, help brea, help
6174 break): Include help message for the new `-probe' and `-probe-stap'
6175 options.
6176
6177 2012-07-02 Stan Shebs <stan@codesourcery.com>
6178
6179 * gdb.base/dprintf.exp: Add agent style tests.
6180
6181 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6182
6183 * gdb.base/stale-infcall.c (infcall): New label test-next.
6184 (main): New labels test-pass and test-fail.
6185 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
6186 $test_fail_bpnum to test-fail.
6187 (test system longjmp tracking support): New test.
6188 Delete $test_fail_bpnum.
6189 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
6190 breakpoint.
6191
6192 2012-06-30 Doug Evans <dje@google.com>
6193
6194 * gdb.dwarf2/fission-reread.S: New file.
6195 * gdb.dwarf2/fission-reread.exp: New file.
6196
6197 2012-06-28 Stan Shebs <stan@codesourcery.com>
6198
6199 * gdb.mi/mi-logging.exp: New file.
6200
6201 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6202 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.threads/siginfo-threads.exp: New file.
6205 * gdb.threads/siginfo-threads.c: New file.
6206 * gdb.threads/sigstep-threads.exp: New file.
6207 * gdb.threads/sigstep-threads.c: New file.
6208
6209 2012-06-28 Tom Tromey <tromey@redhat.com>
6210
6211 * gdb.go/package.exp: Partially revert earlier patch; use
6212 gdb_compile again. Use standard_output_file.
6213
6214 2012-06-27 Doug Evans <dje@google.com>
6215
6216 * gdb.dwarf2/fission-base.c: New file.
6217 * gdb.dwarf2/fission-base.S: New file.
6218 * gdb.dwarf2/fission-base.exp: New file.
6219
6220 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6221
6222 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6223
6224 2012-06-27 Tom Tromey <tromey@redhat.com>
6225
6226 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
6227 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
6228
6229 2012-06-27 Tom Tromey <tromey@redhat.com>
6230
6231 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
6232 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
6233 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
6234 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
6235 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
6236 prepare_for_testing.
6237 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
6238 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
6239 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
6240 standard_testfile.
6241 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
6242 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
6243 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
6244 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
6245 prepare_for_testing.
6246 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6247 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6248 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6249 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6250 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6251 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6252 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6253 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6254 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6255 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6256 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6257 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6258 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6259 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6260 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6261 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6262 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6263 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6264 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6265 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6266 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6267 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6268 standard_output_file.
6269 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6270 standard_output_file.
6271 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6272 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6273 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6274 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6275 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6276 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6277 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6278 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6279 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6280 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6281 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6282 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6283 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6284 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6285 * gdb.dwarf2/valop.exp: Use standard_testfile,
6286 prepare_for_testing.
6287
6288 2012-06-27 Tom Tromey <tromey@redhat.com>
6289
6290 * gdb.python/python.exp: Fix regexps in pagination tests.
6291
6292 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6293
6294 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6295 'last' of gdb.Symtab_and_line.
6296 * gdb.python/py-symbol.c: Move break point comment to enable
6297 testing of gdb.Symtab_and_line.last.
6298
6299 2012-06-26 Tom Tromey <tromey@redhat.com>
6300
6301 * gdb.threads/step.c: Remove.
6302 * gdb.threads/step.exp: Remove.
6303 * gdb.threads/step2.exp: Remove.
6304
6305 2012-06-26 Tom Tromey <tromey@redhat.com>
6306
6307 * gdb.threads/watchpoint-fork.exp (test): Use
6308 standard_output_file. Don't declare objdir.
6309 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6310 standard_output_file.
6311 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6312 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6313 clean_restart. Remove incdir.
6314 * gdb.threads/corethreads.exp: Use standard_testfile.
6315 * gdb.threads/execl.exp: Use standard_testfile,
6316 standard_output_file, clean_restart.
6317 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6318 clean_restart.
6319 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6320 clean_restart.
6321 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6322 incdir.
6323 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6324 clean_restart. Remove incdir.
6325 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6326 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6327 clean_restart. Remove incdir.
6328 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6329 Remove incdir.
6330 * gdb.threads/leader-exit.exp: Use standard_testfile.
6331 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6332 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6333 clean_restart.
6334 * gdb.threads/manythreads.exp: Use standard_testfile,
6335 clean_restart. Remove incdir.
6336 * gdb.threads/multi-create.exp: Use standard_testfile,
6337 clean_restart.
6338 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6339 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6340 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6341 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6342 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6343 * gdb.threads/pending-step.exp: Use standard_testfile,
6344 clean_restart. Remove incdir.
6345 * gdb.threads/print-threads.exp: Use standard_testfile,
6346 clean_restart. Remove incdir.
6347 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6348 clean_restart. Remove incdir.
6349 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6350 Remove incdir.
6351 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6352 incdir.
6353 * gdb.threads/sigthread.exp: Use standard_testfile,
6354 clean_restart.
6355 * gdb.threads/staticthreads.exp: Use standard_testfile,
6356 clean_restart. Remove incdir.
6357 * gdb.threads/switch-threads.exp: Use standard_testfile,
6358 clean_restart. Remove incdir.
6359 * gdb.threads/thread-execl.exp: Use standard_testfile,
6360 clean_restart. Remove incdir.
6361 * gdb.threads/thread-find.exp: Use standard_testfile,
6362 clean_restart.
6363 * gdb.threads/thread-specific.exp: Use standard_testfile,
6364 clean_restart. Remove incdir.
6365 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6366 clean_restart. Remove incdir.
6367 * gdb.threads/thread_check.exp: Use standard_testfile,
6368 clean_restart. Remove incdir.
6369 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6370 incdir.
6371 * gdb.threads/threadapply.exp: Use standard_testfile,
6372 clean_restart. Remove incdir.
6373 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6374 clean_restart. Remove incdir.
6375 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6376 clean_restart.
6377 * gdb.threads/tls-shared.exp: Use standard_testfile,
6378 clean_restart, standard_output_file.
6379 * gdb.threads/tls-var.exp: Use standard_testfile,
6380 standard_output_file.
6381 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6382 Remove incdir.
6383 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6384 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6385 incdir.
6386 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6387 clean_restart. Remove incdir.
6388
6389 2012-06-26 Tom Tromey <tromey@redhat.com>
6390
6391 * gdb.trace/actions.exp: Use standard_testfile.
6392 * gdb.trace/ax.exp: Use standard_testfile.
6393 * gdb.trace/backtrace.exp: Use standard_testfile.
6394 * gdb.trace/change-loc.exp: Use standard_testfile.
6395 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6396 * gdb.trace/collection.exp: Use standard_testfile,
6397 prepare_for_testing.
6398 * gdb.trace/deltrace.exp: Use standard_testfile.
6399 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6400 * gdb.trace/ftrace.exp: Use standard_testfile.
6401 * gdb.trace/infotrace.exp: Use standard_testfile.
6402 * gdb.trace/packetlen.exp: Use standard_testfile.
6403 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6404 * gdb.trace/passcount.exp: Use standard_testfile.
6405 * gdb.trace/pending.exp: Use standard_testfile.
6406 * gdb.trace/report.exp: Use standard_testfile.
6407 * gdb.trace/save-trace.exp: Use standard_testfile.
6408 * gdb.trace/stap-trace.exp: Use standard_testfile.
6409 * gdb.trace/status-stop.exp: Use standard_testfile.
6410 * gdb.trace/strace.exp: Use standard_testfile.
6411 * gdb.trace/tfile.exp: Use standard_testfile.
6412 * gdb.trace/tfind.exp: Use standard_testfile.
6413 * gdb.trace/trace-break.exp: Use standard_testfile.
6414 * gdb.trace/trace-mt.exp: Use standard_testfile.
6415 * gdb.trace/tracecmd.exp: Use standard_testfile.
6416 * gdb.trace/tspeed.exp: Use standard_testfile.
6417 * gdb.trace/tstatus.exp: Use standard_testfile.
6418 * gdb.trace/tsv.exp: Use standard_testfile.
6419 * gdb.trace/unavailable.exp: Use standard_testfile,
6420 prepare_for_testing.
6421 * gdb.trace/while-dyn.exp: Use standard_testfile.
6422 * gdb.trace/while-stepping.exp: Use standard_testfile.
6423
6424 2012-06-26 Tom Tromey <tromey@redhat.com>
6425
6426 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6427 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6428 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6429 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6430 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6431 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6432 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6433 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6434 prepare_for_testing.
6435 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6436 prepare_for_testing.
6437 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6438 prepare_for_testing.
6439 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6440 prepare_for_testing.
6441 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6442 prepare_for_testing
6443 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6444 * gdb.reverse/machinestate.exp: Use standard_testfile.
6445 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6446 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6447 build_executable.
6448 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6449 build_executable.
6450 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6451 standard_output_file.
6452 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6453 standard_output_file.
6454 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6455 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6456 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6457 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6458 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6459 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6460
6461 2012-06-26 Tom Tromey <tromey@redhat.com>
6462
6463 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6464 standard_output_file.
6465 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6466 prepare_for_testing. Remove directory-checking code.
6467
6468 2012-06-25 Tom Tromey <tromey@redhat.com>
6469
6470 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6471 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6472 build_executable, not prepare_for_testing.
6473 * gdb.multi/base.exp: Use standard_output_file. Use
6474 build_executable, not prepare_for_testing.
6475
6476 2012-06-25 Tom Tromey <tromey@redhat.com>
6477
6478 * gdb.fortran/subarray.exp: Use standard_testfile,
6479 prepare_for_testing.
6480 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6481 * gdb.fortran/module.exp: Use standard_testfile.
6482 * gdb.fortran/logical.exp: Use standard_testfile.
6483 * gdb.fortran/library-module.exp: Use standard_testfile,
6484 standard_output_file.
6485 * gdb.fortran/derived-type.exp: Use standard_testfile,
6486 prepare_for_testing.
6487 * gdb.fortran/complex.exp: Use standard_testfile,
6488 prepare_for_testing.
6489 * gdb.fortran/charset.exp: Use standard_testfile.
6490 * gdb.fortran/array-element.exp: Use standard_testfile,
6491 prepare_for_testing.
6492
6493 2012-06-25 Keith Seitz <keiths@redhat.com>
6494
6495 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6496 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6497
6498 2012-06-25 Tom Tromey <tromey@redhat.com>
6499
6500 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6501 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6502 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6503 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6504
6505 2012-06-25 Tom Tromey <tromey@redhat.com>
6506
6507 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6508 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6509 * gdb.linespec/linespec.exp: Use standard_testfile.
6510
6511 2012-06-25 Tom Tromey <tromey@redhat.com>
6512
6513 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6514 prepare_for_testing.
6515
6516 2012-06-25 Tom Tromey <tromey@redhat.com>
6517
6518 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6519 prepare_for_testing.
6520 * gdb.opt/inline-break.exp: Use standard_testfile,
6521 prepare_for_testing.
6522 * gdb.opt/inline-bt.exp: Use standard_testfile,
6523 prepare_for_testing.
6524 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6525 prepare_for_testing.
6526 * gdb.opt/inline-locals.exp: Use standard_testfile,
6527 prepare_for_testing.
6528
6529 2012-06-25 Tom Tromey <tromey@redhat.com>
6530
6531 * gdb.asm/asm-source.exp: Use standard_output_file,
6532 standard_testfile. Construct .o files in proper subdir.
6533
6534 2012-06-25 Tom Tromey <tromey@redhat.com>
6535
6536 * gdb.server/ext-attach.exp: Use standard_testfile,
6537 prepare_for_testing.
6538 * gdb.server/ext-run.exp: Use standard_testfile,
6539 build_executable.
6540 * gdb.server/file-transfer.exp: Use standard_testfile,
6541 prepare_for_testing.
6542 * gdb.server/server-exec-info.exp: Use standard_testfile.
6543 * gdb.server/server-mon.exp: Use standard_testfile,
6544 prepare_for_testing.
6545 * gdb.server/server-run.exp: Use standard_testfile,
6546 build_executable.
6547 * gdb.server/solib-list.exp: Use standard_testfile,
6548 standard_output_file.
6549
6550 2012-06-25 Tom Tromey <tromey@redhat.com>
6551
6552 * lib/gdb.exp (standard_output_file): Use "file join".
6553 * gdb.go/chan.exp: Use standard_testfile.
6554 * gdb.go/handcall.exp: Use standard_testfile.
6555 * gdb.go/hello.exp: Use standard_testfile.
6556 * gdb.integers/chan.exp: Use standard_testfile.
6557 * gdb.go/methods.exp: Use standard_testfile.
6558 * gdb.go/package.exp: Use standard_testfile.
6559 * gdb.go/strings.exp: Use standard_testfile.
6560 * gdb.go/types.exp: Use standard_testfile.
6561 * gdb.go/unsafe.exp: Use standard_testfile.
6562
6563 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6564
6565 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6566
6567 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 Fix regression by the previous commit.
6570 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6571
6572 2012-06-22 Tom Tromey <tromey@redhat.com>
6573
6574 * gdb.python/lib-types.exp: Use standard_testfile,
6575 prepare_for_testing.
6576 * gdb.python/py-block.exp: Use standard_testfile.
6577 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6578 * gdb.python/py-events.exp: Use standard_testfile,
6579 standard_output_file.
6580 * gdb.python/py-evsignal.exp: Use standard_testfile.
6581 * gdb.python/py-evethreads.exp: Use standard_testfile.
6582 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6583 * gdb.python/py-explore.exp: Use standard_testfile.
6584 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6585 standard_output_file.
6586 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6587 prepare_for_testing.
6588 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6589 * gdb.python/py-frame.exp: Use standard_testfile.
6590 * gdb.python/py-inferior.exp: Use standard_testfile.
6591 * gdb.python/py-infthread.exp: Use standard_testfile.
6592 * gdb.python/py-mi.exp: Use standard_testfile.
6593 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6594 build_executable.
6595 * gdb.python/py-objfile.exp: Use standard_testfile.
6596 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6597 prepare_for_testing.
6598 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6599 * gdb.python/py-progspace.exp: Use standard_testfile,
6600 build_executable.
6601 * gdb.python/py-prompt.exp: Use standard_testfile,
6602 build_executable.
6603 * gdb.python/py-section-script.exp: Use standard_testfile,
6604 build_executable.
6605 * gdb.python/py-shared.exp: Use standard_testfile,
6606 standard_output_file, clean_restart.
6607 * gdb.python/py-symbol.exp: Use standard_output_file,
6608 prepare_for_testing.
6609 * gdb.python/py-symtab.exp: Use standard_output_file,
6610 prepare_for_testing
6611 * gdb.python/py-template.exp: Use standard_testfile.
6612 * gdb.python/py-type.exp: Use standard_testfile.
6613 * gdb.python/py-value-cc.exp: Use standard_testfile.
6614 * gdb.python/py-value.exp: Use standard_testfile.
6615 * gdb.python/python.exp: Use standard_testfile, build_executable.
6616
6617 2012-06-22 Tom Tromey <tromey@redhat.com>
6618
6619 * gdb.objc/basicclass.exp: Use standard_testfile.
6620 (do_objc_tests): Don't declare objdir.
6621 * gdb.objc/nondebug.exp: Use standard_testfile.
6622 (do_objc_tests): Don't declare objdir.
6623 * gdb.objc/objcdecode.exp: Use standard_testfile.
6624 (do_objc_tests): Don't declare objdir.
6625
6626 2012-06-22 Tom Tromey <tromey@redhat.com>
6627
6628 * gdb.java/jmain.exp: Use standard_testfile.
6629 * gdb.java/jmisc.exp: Use standard_testfile.
6630 * gdb.java/jnpe.exp: Use standard_testfile.
6631 * gdb.java/jprint.exp: Use standard_testfile.
6632
6633 2012-06-22 Tom Tromey <tromey@redhat.com>
6634
6635 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6636 (standard_output_file, standard_testfile): New procs.
6637 (build_executable, clean_restart): Use standard_output_file.
6638
6639 2012-06-22 Yao Qi <yao@codesourcery.com>
6640
6641 * boards/native-gdbserver.exp: New proc ${board}_exec.
6642 * boards/native-stdio-gdbserver.exp: Likewise.
6643
6644 2012-06-21 Tom Tromey <tromey@redhat.com>
6645
6646 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6647 (build_executable): Update.
6648 (get_compiler_info): Remove 'binfile' argument.
6649 * gdb.ada/arrayidx.exp: Update.
6650 * gdb.ada/null_array.exp: Update.
6651 * gdb.arch/altivec-abi.exp: Update.
6652 * gdb.arch/altivec-regs.exp: Update.
6653 * gdb.arch/amd64-byte.exp: Update.
6654 * gdb.arch/amd64-dword.exp: Update.
6655 * gdb.arch/amd64-word.exp: Update.
6656 * gdb.arch/i386-avx.exp: Update.
6657 * gdb.arch/i386-byte.exp: Update.
6658 * gdb.arch/i386-sse.exp: Update.
6659 * gdb.arch/i386-word.exp: Update.
6660 * gdb.arch/ppc-dfp.exp: Update.
6661 * gdb.arch/ppc-fp.exp: Update.
6662 * gdb.arch/vsx-regs.exp: Update.
6663 * gdb.base/all-bin.exp: Update.
6664 * gdb.base/annota1.exp: Update.
6665 * gdb.base/async.exp: Update.
6666 * gdb.base/attach.exp: Update.
6667 * gdb.base/break-interp.exp: Update.
6668 * gdb.base/call-ar-st.exp: Update.
6669 * gdb.base/call-rt-st.exp: Update.
6670 * gdb.base/call-sc.exp: Update.
6671 * gdb.base/callfuncs.exp: Update.
6672 * gdb.base/catch-load.exp: Update.
6673 * gdb.base/completion.exp: Update.
6674 * gdb.base/complex.exp: Update.
6675 * gdb.base/condbreak.exp: Update.
6676 * gdb.base/consecutive.exp: Update.
6677 * gdb.base/constvars.exp: Update.
6678 * gdb.base/corefile.exp: Update.
6679 * gdb.base/eval-skip.exp: Update.
6680 * gdb.base/expand-psymtabs.exp: Update.
6681 * gdb.base/exprs.exp: Update.
6682 * gdb.base/fileio.exp: Update.
6683 * gdb.base/fixsection.exp: Update.
6684 * gdb.base/funcargs.exp: Update.
6685 * gdb.base/gdb11530.exp: Update.
6686 * gdb.base/gdb1555.exp: Update.
6687 * gdb.base/gnu-ifunc.exp: Update.
6688 * gdb.base/gnu_vector.exp: Update.
6689 * gdb.base/info-macros.exp: Update.
6690 * gdb.base/jit-simple.exp: Update.
6691 * gdb.base/jit-so.exp: Update.
6692 * gdb.base/jit.exp: Update.
6693 * gdb.base/langs.exp: Update.
6694 * gdb.base/list.exp: Update.
6695 * gdb.base/logical.exp: Update.
6696 * gdb.base/long_long.exp: Update.
6697 * gdb.base/longjmp.exp: Update.
6698 * gdb.base/macscp.exp: Update.
6699 * gdb.base/mips_pro.exp: Update.
6700 * gdb.base/miscexprs.exp: Update.
6701 * gdb.base/morestack.exp: Update.
6702 * gdb.base/nodebug.exp: Update.
6703 * gdb.base/opaque.exp: Update.
6704 * gdb.base/pc-fp.exp: Update.
6705 * gdb.base/pending.exp: Update.
6706 * gdb.base/permissions.exp: Update.
6707 * gdb.base/pointers.exp: Update.
6708 * gdb.base/prelink.exp: Update.
6709 * gdb.base/printcmds.exp: Update.
6710 * gdb.base/psymtab.exp: Update.
6711 * gdb.base/ptype.exp: Update.
6712 * gdb.base/relational.exp: Update.
6713 * gdb.base/scope.exp: Update.
6714 * gdb.base/setvar.exp: Update.
6715 * gdb.base/shlib-call.exp: Update.
6716 * gdb.base/shreloc.exp: Update.
6717 * gdb.base/signals.exp: Update.
6718 * gdb.base/sizeof.exp: Update.
6719 * gdb.base/so-impl-ld.exp: Update.
6720 * gdb.base/so-indr-cl.exp: Update.
6721 * gdb.base/solib-disc.exp: Update.
6722 * gdb.base/solib-display.exp: Update.
6723 * gdb.base/solib-nodir.exp: Update.
6724 * gdb.base/solib-overlap.exp: Update.
6725 * gdb.base/solib-symbol.exp: Update.
6726 * gdb.base/solib-weak.exp: Update.
6727 * gdb.base/solib.exp: Update.
6728 * gdb.base/store.exp: Update.
6729 * gdb.base/structs.exp: Update.
6730 * gdb.base/structs2.exp: Update.
6731 * gdb.base/type-opaque.exp: Update.
6732 * gdb.base/unload.exp: Update.
6733 * gdb.base/varargs.exp: Update.
6734 * gdb.base/volatile.exp: Update.
6735 * gdb.base/watch_thread_num.exp: Update.
6736 * gdb.base/watchpoint-solib.exp: Update.
6737 * gdb.base/watchpoint.exp: Update.
6738 * gdb.base/watchpoints.exp: Update.
6739 * gdb.base/whatis.exp: Update.
6740 * gdb.cell/arch.exp: Update.
6741 * gdb.cell/break.exp: Update.
6742 * gdb.cell/bt.exp: Update.
6743 * gdb.cell/core.exp: Update.
6744 * gdb.cell/data.exp: Update.
6745 * gdb.cell/ea-cache.exp: Update.
6746 * gdb.cell/f-regs.exp: Update.
6747 * gdb.cell/fork.exp: Update.
6748 * gdb.cell/gcore.exp: Update.
6749 * gdb.cell/mem-access.exp: Update.
6750 * gdb.cell/ptype.exp: Update.
6751 * gdb.cell/registers.exp: Update.
6752 * gdb.cell/sizeof.exp: Update.
6753 * gdb.cell/solib-symbol.exp: Update.
6754 * gdb.cell/solib.exp: Update.
6755 * gdb.cp/ambiguous.exp: Update.
6756 * gdb.cp/breakpoint.exp: Update.
6757 * gdb.cp/bs15503.exp: Update.
6758 * gdb.cp/casts.exp: Update.
6759 * gdb.cp/class2.exp: Update.
6760 * gdb.cp/cpexprs.exp: Update.
6761 * gdb.cp/cplusfuncs.exp: Update.
6762 * gdb.cp/ctti.exp: Update.
6763 * gdb.cp/dispcxx.exp: Update.
6764 * gdb.cp/gdb1355.exp: Update.
6765 * gdb.cp/gdb2384.exp: Update.
6766 * gdb.cp/gdb2495.exp: Update.
6767 * gdb.cp/infcall-dlopen.exp: Update.
6768 * gdb.cp/local.exp: Update.
6769 * gdb.cp/m-data.exp: Update.
6770 * gdb.cp/m-static.exp: Update.
6771 * gdb.cp/mb-ctor.exp: Update.
6772 * gdb.cp/mb-inline.exp: Update.
6773 * gdb.cp/mb-templates.exp: Update.
6774 * gdb.cp/member-ptr.exp: Update.
6775 * gdb.cp/method.exp: Update.
6776 * gdb.cp/namespace.exp: Update.
6777 * gdb.cp/nextoverthrow.exp: Update.
6778 * gdb.cp/nsdecl.exp: Update.
6779 * gdb.cp/nsrecurs.exp: Update.
6780 * gdb.cp/nsstress.exp: Update.
6781 * gdb.cp/nsusing.exp: Update.
6782 * gdb.cp/pr-1023.exp: Update.
6783 * gdb.cp/pr-1210.exp: Update.
6784 * gdb.cp/pr-574.exp: Update.
6785 * gdb.cp/pr9631.exp: Update.
6786 * gdb.cp/printmethod.exp: Update.
6787 * gdb.cp/psmang.exp: Update.
6788 * gdb.cp/re-set-overloaded.exp: Update.
6789 * gdb.cp/rtti.exp: Update.
6790 * gdb.cp/shadow.exp: Update.
6791 * gdb.cp/templates.exp: Update.
6792 * gdb.cp/try_catch.exp: Update.
6793 * gdb.dwarf2/dw2-ranges.exp: Update.
6794 * gdb.dwarf2/pr10770.exp: Update.
6795 * gdb.fortran/library-module.exp: Update.
6796 * gdb.hp/gdb.aCC/optimize.exp: Update.
6797 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6798 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6799 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6800 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6801 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6802 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6803 * gdb.hp/gdb.compat/xdb1.exp: Update.
6804 * gdb.hp/gdb.compat/xdb2.exp: Update.
6805 * gdb.hp/gdb.compat/xdb3.exp: Update.
6806 * gdb.hp/gdb.defects/bs14602.exp: Update.
6807 * gdb.hp/gdb.defects/solib-d.exp: Update.
6808 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6809 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6810 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6811 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6812 * gdb.mi/gdb792.exp: Update.
6813 * gdb.mi/mi-pending.exp: Update.
6814 * gdb.mi/mi-solib.exp: Update.
6815 * gdb.mi/mi-var-cp.exp: Update.
6816 * gdb.opt/clobbered-registers-O2.exp: Update.
6817 * gdb.opt/inline-bt.exp: Update.
6818 * gdb.opt/inline-cmds.exp: Update.
6819 * gdb.opt/inline-locals.exp: Update.
6820 * gdb.python/py-events.exp: Update.
6821 * gdb.python/py-finish-breakpoint.exp: Update.
6822 * gdb.python/py-type.exp: Update.
6823 * gdb.reverse/solib-precsave.exp: Update.
6824 * gdb.reverse/solib-reverse.exp: Update.
6825 * gdb.server/solib-list.exp: Update.
6826 * gdb.stabs/weird.exp: Update.
6827 * gdb.threads/attach-into-signal.exp: Update.
6828 * gdb.threads/attach-stopped.exp: Update.
6829 * gdb.threads/tls-shared.exp: Update.
6830 * gdb.trace/change-loc.exp: Update.
6831 * gdb.trace/strace.exp: Update.
6832
6833 2012-06-19 Tom Tromey <tromey@redhat.com>
6834
6835 * gdb.base/whatis.exp: Add tests.
6836
6837 2012-06-19 Tom Tromey <tromey@redhat.com>
6838
6839 * gdb.cp/m-static.cc (keepalive): New function.
6840 (gnu_obj_1::method): Use it.
6841
6842 2012-06-18 Doug Evans <dje@google.com>
6843
6844 * gdb.base/info-fun.exp: New file.
6845 * gdb.base/info-fun.c: New file.
6846 * gdb.base/info-fun-solib.c: New file.
6847
6848 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6849
6850 Remove stale dummy frames.
6851 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6852 (maintenance info breakpoints): New tests.
6853 * gdb.base/stale-infcall.c: New file.
6854 * gdb.base/stale-infcall.exp: New file.
6855
6856 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 * gdb.arch/amd64-entry-value-param.S: New file.
6859 * gdb.arch/amd64-entry-value-param.c: New file.
6860 * gdb.arch/amd64-entry-value-param.exp: New file.
6861
6862 2012-06-15 Tom Tromey <tromey@redhat.com>
6863
6864 * gdb.cp/namespace.exp: Add "show lang" test.
6865
6866 2012-06-15 Iain Sandoe <iain@codesourcery.com>
6867
6868 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6869 case. (top level): Use gdb_file_cmd instead of gdb_load.
6870
6871 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6872
6873 PR tdep/14222
6874 * gdb.arch/i386-sse-stack-align.S: New file.
6875 * gdb.arch/i386-sse-stack-align.c: New file.
6876 * gdb.arch/i386-sse-stack-align.exp: New file.
6877
6878 2012-06-13 Keith Seitz <keiths@redhat.com>
6879
6880 PR breakpoints/13798 and mi/11541
6881 * gdb.linespec/ls-errs.exp: Add a few more tests for
6882 filenames with spaces and colons.
6883
6884 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6887 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6888 (test_function): Call CV_f.
6889 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6890 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6891 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6892 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6893 (p CV_f(CV::i)): New tests.
6894
6895 2012-06-13 Tom Tromey <tromey@redhat.com>
6896
6897 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6898
6899 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6900
6901 Fix regression by the "ambiguous linespec" series.
6902 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6903 tests.
6904
6905 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6906
6907 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6908 missing.
6909
6910 2012-06-11 Tom Tromey <tromey@redhat.com>
6911
6912 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6913 location...
6914 (main): ...here.
6915
6916 2012-06-07 Yao Qi <yao@codesourcery.com>
6917
6918 * gdb.trace/strace.exp: Shorten some too-long lines.
6919
6920 2012-06-06 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.threads/clone-new-thread-event.c: New file.
6923 * gdb.threads/clone-new-thread-event.exp: New file.
6924
6925 2012-06-06 Yao Qi <yao@codesourcery.com>
6926
6927 * gdb.base/dprintf.c (main): Add extra parameter when calling
6928 printf and fprintf.
6929 (bar): New function. It is a dead function, but to ensure
6930 'malloc' is linked explicitly.
6931
6932 2012-06-06 Yao Qi <yao@codesourcery.com>
6933
6934 * gdb.base/info-proc.exp: Return if target doesn't support
6935 'info proc'.
6936
6937 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6938
6939 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6940 (run program with breakpoint commands): XFAIl if it is not.
6941
6942 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6943
6944 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6945 and add comment.
6946 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6947 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6948 "STOP" marker. Adjust testing strategy to make it work on
6949 all targets.
6950
6951 * gdb.base/print-file-var-main.c (main): Rewrite using local
6952 variables and adjust get_version_2's return value check.
6953 Add small comment.
6954 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6955 marker. Adjust testing strategy to make it work on all targets.
6956
6957 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6958
6959 * gdb.ada/bad-task-bp-keyword: New testcase.
6960
6961 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6964 Simplify it to ...
6965 (symbol-file ${testfile1}): ... here.
6966 (test eliminated var my_global_symbol)
6967 (test eliminated var my_static_symbol)
6968 (test eliminated var my_global_func, get address of main): Wrap them to
6969 'single psymtabs' and 'single symtabs'
6970 (get address of my_global_symbol, get address of my_static_symbol)
6971 (get address of my_global_func, get address of main): Wrap them to
6972 'order1' and 'order2'.
6973
6974 * gdb.base/code_elim.exp
6975 (add-symbol-file ${testfile1} 0x100000)
6976 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6977 'order2'.
6978 (order1: add-symbol-file ${testfile1} 0x100000)
6979 (order1: add-symbol-file ${testfile2} 0x200000)
6980 (order2: add-symbol-file ${testfile2} 0x200000)
6981 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6982 .bss as appropriate.
6983
6984 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.server/solib-list-lib.c: New file.
6987 * gdb.server/solib-list-main.c: New file.
6988 * gdb.server/solib-list.exp: New file.
6989
6990 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6991
6992 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6993 for 'set print symbol' change.
6994
6995 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6998 .debug_abbrev_seg3.
6999
7000 2012-05-24 John Steele Scott <toojays@toojays.net>
7001
7002 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
7003 * gdb.dwarf2/dw2-icc-opaque.S: New file.
7004 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
7005
7006 2012-05-23 Stan Shebs <stan@codesourcery.com>
7007
7008 * gdb.mi/mi-info-os.exp: New file.
7009
7010 2012-05-23 Keith Seitz <keiths@redhat.com>
7011
7012 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
7013 return -1 to suppress the rest of the tests.
7014 (compile_stap_bin): Return boolean success value.
7015
7016 2012-05-21 Tom Tromey <tromey@redhat.com>
7017
7018 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
7019 Remove kfails.
7020 (test_print_mi_member_types): Likewise.
7021
7022 2012-05-21 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
7025 print symbol' change.
7026
7027 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
7028
7029 * gdb.python/py-prompt.exp: Quit if the target is remote.
7030
7031 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7032
7033 Fix ERROR: internal buffer is full.
7034 * gdb.base/info-os.exp (expect_multiline): New function.
7035 (get process list, get process groups, get threads)
7036 (get file descriptors, get internet-domain sockets)
7037 (get shared-memory regions, get semaphores, get message queues): Use
7038 it for these tests.
7039
7040 2012-05-18 Tom Tromey <tromey@redhat.com>
7041
7042 * gdb.mi/mi-var-cmd.exp: Update.
7043 * gdb.objc/basicclass.exp (do_objc_tests): Update.
7044 * gdb.cp/virtbase.exp: Update.
7045 * gdb.cp/classes.exp (test_static_members): Update.
7046 * gdb.cp/casts.exp: Update.
7047 * gdb.base/pointers.exp: Update.
7048 * gdb.base/funcargs.exp (pointer_args): Update.
7049 (structs_by_reference): Update.
7050 * gdb.base/find.exp: Update.
7051 * gdb.base/call-strs.exp: Send "set print symbol off".
7052 * gdb.base/call-ar-st.exp: Update.
7053 * gdb.ada/fun_addr.exp: Update.
7054 * gdb.base/printcmds.exp (test_print_symbol): New proc.
7055 Call it.
7056 (test_print_repeats_10, test_print_strings)
7057 (test_print_char_arrays): Update.
7058
7059 2012-05-18 Tom Tromey <tromey@redhat.com>
7060
7061 * gdb.base/charset.exp (string_display): Update.
7062
7063 2012-05-18 Tom Tromey <tromey@redhat.com>
7064
7065 * gdb.mi/mi2-var-display.exp: Update.
7066 * gdb.mi/mi-var-display.exp: Update.
7067 * gdb.mi/mi-var-child.exp: Update.
7068 * gdb.cp/expand-psymtabs-cxx.exp: Update.
7069 * gdb.cp/cp-relocate.exp (get_func_address): Update.
7070
7071 2012-05-17 Doug Evans <dje@google.com>
7072
7073 * info-macros.exp: Pass "debug" to prepare_for_testing.
7074
7075 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
7076 * gdb.ada/Makefile.in (clean): Ditto.
7077 * gdb.arch/Makefile.in (clean): Ditto.
7078 * gdb.asm/Makefile.in (clean): Ditto.
7079 * gdb.base/Makefile.in (clean): Ditto.
7080 * gdb.cell/Makefile.in (clean): Ditto.
7081 * gdb.cp/Makefile.in (clean): Ditto.
7082 * gdb.disasm/Makefile.in (clean): Ditto.
7083 * gdb.dwarf2/Makefile.in (clean): Ditto.
7084 * gdb.fortran/Makefile.in (clean): Ditto.
7085 * gdb.go/Makefile.in (clean): Ditto.
7086 * gdb.hp/Makefile.in (clean): Ditto.
7087 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
7088 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
7089 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
7090 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
7091 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
7092 * gdb.java/Makefile.in (clean): Ditto.
7093 * gdb.linespec/Makefile.in (clean): Ditto.
7094 * gdb.mi/Makefile.in (clean): Ditto.
7095 * gdb.modula2/Makefile.in (clean): Ditto.
7096 * gdb.multi/Makefile.in (clean): Ditto.
7097 * gdb.objc/Makefile.in (clean): Ditto.
7098 * gdb.opencl/Makefile.in (clean): Ditto.
7099 * gdb.opt/Makefile.in (clean): Ditto.
7100 * gdb.pascal/Makefile.in (clean): Ditto.
7101 * gdb.python/Makefile.in (clean): Ditto.
7102 * gdb.reverse/Makefile.in (clean): Ditto.
7103 * gdb.server/Makefile.in (clean): Ditto.
7104 * gdb.stabs/Makefile.in (clean): Ditto.
7105 * gdb.threads/Makefile.in (clean): Ditto.
7106 * gdb.trace/Makefile.in (clean): Ditto.
7107 * gdb.xml/Makefile.in (clean): Ditto.
7108
7109 2012-05-16 Tom Tromey <tromey@redhat.com>
7110
7111 * gdb.base/macscp1.c (macscp_expr): Add comment.
7112 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
7113
7114 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7115
7116 * gdb.base/return-nodebug.exp: Also test float and double types.
7117
7118 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7119
7120 PR testsuite/12649
7121 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
7122
7123 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
7124
7125 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
7126
7127 * gdb.base/stap-probe.exp (stap_test): Remove calls to
7128 `rerun_to_main'.
7129 (stap_test_no_debuginfo): Likewise.
7130
7131 2012-05-14 Stan Shebs <stan@codesourcery.com>
7132
7133 * gdb.base/dprintf.c: New file.
7134 * gdb.base/dprintf.exp: New file.
7135
7136 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
7137
7138 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
7139 * gdb.trace/disconnected-tracing.c: New file.
7140 * gdb.trace/disconnected-tracing.exp: New file.
7141
7142 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7143
7144 * gdb.python/python.c: Add a new breakpoint comment.
7145 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
7146
7147 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
7148
7149 * gdb.base/info-os.exp: New file.
7150 * gdb.base/info-os.c: New file.
7151
7152 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7153
7154 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
7155 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
7156 New files.
7157
7158 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7159
7160 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
7161 gdb.base/ctxobj.exp: New files.
7162
7163 2012-05-09 Tom Tromey <tromey@redhat.com>
7164
7165 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
7166
7167 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
7168
7169 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
7170
7171 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
7172
7173 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
7174 before using it.
7175
7176 2012-05-04 Tristan Gingold <gingold@adacore.com>
7177
7178 * gdb.base/set-noassign.exp: New test.
7179
7180 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7181
7182 * gdb.python/py-symbol.exp: Add tests to test the new methods
7183 gdb.Symtab.global_block() and gdb.Symtab.static_block().
7184 * gdb.python/py-symbol.c: Add new struct to help test
7185 gdb.Symtab.static_block().
7186
7187 2012-05-03 Doug Evans <dje@google.com>
7188
7189 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
7190 commented out.
7191
7192 2012-05-03 Yao Qi <yao@codesourcery.com>
7193
7194 * gdb.base/catch-syscall.exp: Skip it before compilation if target
7195 doesn't support.
7196 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
7197 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
7198
7199 2012-05-03 Yao Qi <yao@codesourcery.com>
7200
7201 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
7202
7203 2012-04-30 Doug Evans <dje@google.com>
7204
7205 PR testsuite/13961
7206 * gdb.dwarf2/pr13961.S: New file.
7207 * gdb.dwarf2/pr13961.exp: New file.
7208
7209 2012-04-29 Yao Qi <yao@codesourcery.com>
7210
7211 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
7212
7213 2012-04-28 Doug Evans <dje@google.com>
7214
7215 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
7216 .Ltype_int_in_cu2. Use name "int2" instead of "int".
7217 All uses updated.
7218 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
7219 "ptype func_cu1" to expand cu2 before cu1.
7220
7221 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7222 Tom Tromey <tromey@redhat.com>
7223
7224 * gdb.base/default.exp: Add `$_probe_arg*' convenience
7225 variables.
7226 * gdb.base/stap-probe.c: New file.
7227 * gdb.base/stap-probe.exp: New file.
7228 * gdb.trace/stap-trace.c: New file.
7229 * gdb.trace/stap-trace.exp: New file.
7230 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
7231 libgcc's unwinder.
7232
7233 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7234
7235 * gdb.arch/mips16-thunks-inmain.c: New file.
7236 * gdb.arch/mips16-thunks-main.c: New file.
7237 * gdb.arch/mips16-thunks-sin.c: New file.
7238 * gdb.arch/mips16-thunks-sinfrob.c: New file.
7239 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
7240 * gdb.arch/mips16-thunks-sinmain.c: New file.
7241 * gdb.arch/mips16-thunks-sinmips16.c: New file.
7242 * gdb.arch/mips16-thunks.exp: New file.
7243
7244 2012-04-25 Doug Evans <dje@google.com>
7245
7246 * configure.ac: Create gdb.go/Makefile.
7247 * configure: Regenerate.
7248 * gdb.base/default.exp: Add "go" to "set language" testing.
7249 * gdb.go/Makefile.in: New file.
7250 * gdb.go/basic-types.exp: New file.
7251 * gdb.go/chan.exp: New file.
7252 * gdb.go/chan.go: New file.
7253 * gdb.go/handcall.exp: New file.
7254 * gdb.go/handcall.go: New file.
7255 * gdb.go/hello.exp: New file.
7256 * gdb.go/hello.go: New file.
7257 * gdb.go/integers.exp: New file.
7258 * gdb.go/integers.go: New file.
7259 * gdb.go/methods.exp: New file.
7260 * gdb.go/methods.go: New file.
7261 * gdb.go/package.exp: New file.
7262 * gdb.go/package1.go: New file.
7263 * gdb.go/package2.go: New file.
7264 * gdb.go/print.exp: New file.
7265 * gdb.go/strings.exp: New file.
7266 * gdb.go/strings.go: New file.
7267 * gdb.go/types.exp: New file.
7268 * gdb.go/types.go: New file.
7269 * gdb.go/unsafe.exp: New file.
7270 * gdb.go/unsafe.go: New file.
7271 * lib/future.exp: Add Go support.
7272 (gdb_find_go, gdb_find_go_linker): New procs.
7273 (gdb_default_target_compile): Add Go support.
7274 * lib/gdb.exp (skip_go_tests): New proc.
7275 * lib/go.exp: New file.
7276
7277 2012-04-25 Tom Tromey <tromey@redhat.com>
7278
7279 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7280
7281 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7282 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 PR symtab/7259:
7285 * gdb.base/enumval.c: New test case.
7286 * gdb.base/enumval.exp: New test case.
7287 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7288 field.bitpos.
7289
7290 2012-04-17 Pedro Alves <palves@redhat.com>
7291
7292 * Makefile.in (site.exp): Make site.exp source
7293 $srcdir/lib/append_gdb_boards_dir.exp.
7294 * lib/append_gdb_boards_dir.exp: New file.
7295
7296 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7297
7298 New option "set auto-load safe-path".
7299 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7300 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7301
7302 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7303
7304 auto-load: Implementation.
7305 * gdb.base/help.exp (test set height): Increase the height.
7306 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7307 to ...
7308 (info auto-load python-scripts): ... here.
7309 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7310 to ...
7311 (info auto-load python-scripts *): ... here.
7312
7313 2012-04-16 Yao Qi <yao@codesourcery.com>
7314
7315 * lib/trace-support.exp (get_in_proc_agent): New.
7316 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7317 of in process trace agent.
7318 * gdb.trace/ftrace.exp: Likewise.
7319 * gdb.trace/pending.exp: Likewise.
7320 * gdb.trace/trace-break.exp: Likewise.
7321 * gdb.trace/trace-mt.exp
7322 * gdb.trace/tspeed.exp: Likewise.
7323 * gdb.trace/tstatus.exp
7324 * gdb.trace/strace.exp: Likewise.
7325
7326 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7327
7328 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7329 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7330
7331 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7332
7333 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7334
7335 PR mi/13393
7336 * gdb.mi/mi-var-rtti.cc: New file.
7337 * gdb.mi/mi-var-rtti.exp: New file.
7338 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7339 function.
7340 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7341
7342 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7343
7344 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7345 EXECUTABLES.
7346 * gdb.python/py-explore.c: C program used for testing the new
7347 'explore' command on C constructs.
7348 * gdb.python/py-explore.cc: C++ program used for testing the new
7349 'explore' command on C++ constructs.
7350 * gdb-python/py-explore.exp: Tests for the new 'explore'
7351 command on C constructs.
7352 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7353 command on C++ constructs.
7354
7355 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7356
7357 * gdb.base/funcargs.exp (complex_args): Fix typo.
7358
7359 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7360
7361 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7362 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7363
7364 2012-04-05 Keith Seitz <keiths@redhat.com>
7365
7366 * gdb.base/advance.exp: Update error message for
7367 "advance malformed" test.
7368 * gdb.base/break.exp: Likewise for "breakpoint with
7369 trailing garbage" test.
7370 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7371 with trailing garbage" test.
7372 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7373 trailng garbage" test.
7374 * gdb.base/until.exp: Likewise for "malformed until" test.
7375 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7376 for "breakpoint info (after setting on all)".
7377 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7378 tests.
7379 * gdb.cp/cplabel.cc: New file.
7380 * gdb.cp/cplabel.exp: New test.
7381 * gdb.linespec/ls-errs.c: New file.
7382 * gdb.linespec/ls-errs.exp: New test.
7383
7384 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * gdb.trace/unavailable.exp
7387 (collect globals: print object on: print derived_partial)
7388 (collect globals: print object on: print derived_whole)
7389 (collect globals: print object off: print derived_partial)
7390 (collect globals: print object off: print derived_whole): Update
7391 expected output.
7392
7393 2012-03-30 Keith Seitz <keiths@redhat.com>
7394
7395 * gdb.python: Add test for linespecs with commas.
7396
7397 2012-03-28 Keith Seitz <keiths@redhat.com>
7398
7399 * gdb.linespec/ls-dollar.cc: New file.
7400 * gdb.linespec/ls-dollar.exp: New test.
7401
7402 2012-03-28 Keith Seitz <keiths@redhat.com>
7403
7404 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7405 starting with the global namespace.
7406
7407 2012-03-23 Doug Evans <dje@google.com>
7408
7409 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7410
7411 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7412
7413 * gdb.python/py-value.cc: Add test case for testing the
7414 methodology exposing C++ values to Python.
7415 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7416 exposing C++ values to Python.
7417 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7418
7419 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7420 Siddhesh Poyarekar <siddhesh@redhat.com>
7421
7422 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7423 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7424 (generate native core dump): Make the test unsupported if core cannot
7425 be generated.
7426
7427 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7428
7429 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7430 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7431 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7432
7433 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7434
7435 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7436
7437 2012-03-17 Doug Evans <dje@google.com>
7438
7439 * dg-extract-results.sh: Handle KFAILs.
7440
7441 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7442
7443 PR symtab/13777
7444 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7445
7446 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.ada/set_pckd_arr_elt: New testcase.
7449
7450 2012-03-16 Gary Benson <gbenson@redhat.com>
7451
7452 PR breakpoints/10738
7453 * gdb.opt/inline-break.exp: New file.
7454 * gdb.opt/inline-break.c: Likewise.
7455 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7456 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7457 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7458 * gdb.base/async-shell.exp: Likewise.
7459 * lib/mi-support.exp (library_loaded_re): Likewise.
7460
7461 2012-03-15 Tom Tromey <tromey@redhat.com>
7462
7463 * gdb.cp/virtfunc2.exp: Update expected output.
7464 * gdb.cp/pr9631.exp: Update expected output.
7465 * gdb.cp/member-ptr.exp: Update expected output.
7466 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7467 output.
7468 * gdb.cp/casts.exp: Update expected output.
7469
7470 2012-03-15 Tom Tromey <tromey@redhat.com>
7471
7472 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7473 (test_info_vtbl): Likewise.
7474 (do_tests): Call test_info_vtbl.
7475 * gdb.cp/virtfunc.cc (va): New global.
7476
7477 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7478
7479 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7480 describing DWARF data structures.
7481 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7482 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7483 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7484 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7485 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7486 * gdb.dwarf2/dw2-param-error.S: Likewise.
7487 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7488 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7489 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7490 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7491 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7492 * gdb.dwarf2/pr11465.S: Likewise.
7493
7494 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7495
7496 * gdb.mi/mi2-prompt.exp: New file.
7497
7498 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7499
7500 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7501
7502 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/bp_range_type: New testcase.
7505
7506 2012-03-13 Doug Evans <dje@google.com>
7507
7508 * gdb.base/default.exp: Delete tests for symbol-reloading.
7509 * gdb.base/help.exp: Ditto.
7510 * gdb.base/setshow.exp: Ditto.
7511 * gdb.base/gdb_history: Delete references to symbol-reloading.
7512
7513 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7514
7515 * gdb.base/attach-twice.c: New files.
7516 * gdb.base/attach-twice.exp: New files.
7517
7518 2012-03-08 Keith Seitz <keiths@redhat.com>
7519
7520 * lib/gdb.exp (gdb_get_line_number): Throw an
7521 error instead of returning -1.
7522 * gdb.base/break.exp: Remove unused variable
7523 bp_location5.
7524 * gdb.base/hbreak2.exp: Likewise.
7525 * gdb.base/sepdebug.exp: Likewise.
7526
7527 2012-03-08 Yao Qi <yao@codesourcery.com>
7528 Pedro Alves <palves@redhat.com>
7529
7530 Fix PR server/13392.
7531 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7532 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7533 download tracepoints.
7534 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7535 (pending_tracepoint_resolved_during_trace): Likewise.
7536 (pending_tracepoint_installed_during_trace): Likewise.
7537 (pending_tracepoint_with_action_resolved): Likewise.
7538
7539 2012-03-08 Keith Seitz <keiths@redhat.com>
7540
7541 * gdb.ada/array_bounds.exp: Get breakpoint for line
7542 with "START", not "STOP".
7543 * gdb.python/py-infthread.exp: Do not continue to
7544 line marked "Break here.", which is undefined.
7545
7546 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7547
7548 Revert:
7549
7550 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7551
7552 Implement testsuite workaround for PR breakpoints/13781.
7553 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7554 (set breakpoint condition-evaluation host): New conditional command.
7555
7556 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7557
7558 Fix CU relative vs. absolute DIE offsets.
7559 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7560 one.
7561
7562 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7563
7564 Fix false FAIL on distros with relro linkage as default.
7565 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7566 -Wl,-z,norelro first.
7567
7568 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7569
7570 * gdb.ada/bp_on_var: New testcase.
7571
7572 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7573
7574 * gdb.ada/bp_enum_homonym: New testcase.
7575
7576 2012-03-06 Yao Qi <yao@codesourcery.com>
7577
7578 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7579 x86_64-*-* and i?86-*-*.
7580 Set up KFAIL for gdb/13808.
7581
7582 2012-03-05 Tom Tromey <tromey@redhat.com>
7583
7584 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7585 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7586
7587 2012-03-05 Tom Tromey <tromey@redhat.com>
7588
7589 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7590
7591 2012-03-04 Yao Qi <yao@codesourcery.com>
7592
7593 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7594 messages for KFAIL.
7595
7596 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7597
7598 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7599 (print one_two_three, indexes off, print few_reps, indexes off)
7600 (print many_reps, indexes off, print empty, indexes off)
7601 (print one_two_three, print few_reps, print many_reps, print empty):
7602 Call setup_xfail if $gcc_old.
7603
7604 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7605
7606 Implement testsuite workaround for PR breakpoints/13781.
7607 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7608 (set breakpoint condition-evaluation host): New conditional command.
7609
7610 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7611
7612 Code cleanup.
7613 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7614 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7615 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7616 number 1 by $bpnum. Four times.
7617
7618 2012-03-03 Yao Qi <yao@codesourcery.com>
7619
7620 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7621
7622 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 Setup KFAIL for PR server/13796.
7625 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7626
7627 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7628
7629 * gdb.ada/operator_bp: New testcase.
7630
7631 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7632
7633 * gdb.ada/info_locals_renaming: New testcase.
7634
7635 2012-03-02 Tom Tromey <tromey@redhat.com>
7636
7637 * gdb.base/nextoverexit.c: New file.
7638 * gdb.base/nextoverexit.exp: New file.
7639
7640 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7641
7642 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7643 parameter.
7644
7645 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7646
7647 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7648 core registers.
7649
7650 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7651 Maciej W. Rozycki <macro@codesourcery.com>
7652 Daniel Jacobowitz <dan@codesourcery.com>
7653
7654 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7655
7656 2012-03-01 Pedro Alves <palves@redhat.com>
7657
7658 PR gdb/13767
7659
7660 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7661 (gdb_collect_globals_test): Call it.
7662
7663 2012-03-01 Keith Seitz <keiths@redhat.com>
7664
7665 * gdb.cp/method2.exp: Output of overload menu is now
7666 alphabetized. Update tests for "break A::method".
7667 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7668 of hard-coding them.
7669 Overload menu is alphabetized: rewrite to accommodate.
7670 Unset variables LINE and TYPES which are used in other tests.
7671 Compute the output of "info break".
7672 Update the breakpoint table after all breakpoints are deleted.
7673 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7674 compute ACTUALS and the method body based on parameters.
7675 Update expected output accordingly.
7676 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7677 unique comments to allow the use of gdb_get_line_number.
7678
7679 2012-03-01 Keith Seitz <keiths@redhat.com>
7680
7681 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7682 some Tcl syntax.
7683 * gdb.cp/ovldbreak.exp: Likewise.
7684
7685 2012-03-01 Keith Seitz <keiths@redhat.com>
7686
7687 * gdb.base/help.exp (help show user): Update expected result
7688 for new doc string changes (add "non-python").
7689
7690 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7691
7692 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7693 be put in the user-defined category and that the commands appear in
7694 "help user-defined".
7695
7696 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7697
7698 * gdb.ada/tagged_not_init: New testcase.
7699
7700 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7701
7702 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7703 * gdb.ada/enum_idx_packed: New testcase.
7704
7705 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.ada/aliased_array: New testcase.
7708
7709 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7710
7711 * gdb.ada/whatis_array_val: New testcase.
7712
7713 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 Fix disp-step-syscall.exp: fork: single step over fork.
7716 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7717 whitespaces.
7718 (single step over $syscall): Remove its check.
7719 (single step over $syscall final pc): New check.
7720
7721 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 Support processors without SSSE3.
7724 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7725 pabsd into ...
7726 (ssse3_test): ... a new function.
7727 (main): Call ssse3_test.
7728 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7729 Update expected values everywhere.
7730 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7731 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7732 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7733 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7734 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7735 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7736 Move these tests lower.
7737 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7738 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7739 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7740 New tests.
7741
7742 2012-02-29 Yao Qi <yao@codesourcery.com>
7743 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.trace/trace-mt.c: New.
7746 * gdb.trace/trace-mt.exp: New.
7747
7748 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7749
7750 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7751 numbers instead of hardcoding them.
7752 * gdb.base/annota1.c: Provide suitable markers.
7753 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7754 numbers instead of hardcoding them.
7755 * gdb.base/annota3.c: Provide suitable markers.
7756
7757 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7758 * gdb.base/annota3.c: Likewise.
7759 * gdb.base/sigall.c: Likewise.
7760 * gdb.base/signals.c: Likewise.
7761 * gdb.reverse/sigall-reverse.c: Likewise.
7762
7763 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7764
7765 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7766 failure return path.
7767
7768 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7769
7770 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7771
7772 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7773
7774 * gdb.base/cond-eval-mode.exp: New file.
7775
7776 2012-02-24 Pedro Alves <palves@redhat.com>
7777
7778 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7779 (top level): Use with_test_prefix.
7780
7781 2012-02-24 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.threads/attach-into-signal.exp (corefunc): Use
7784 with_test_prefix.
7785
7786 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 Fix false FAILs on old CPUs without SSE.
7789 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7790 Return untested for Illegal instruction.
7791
7792 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7793
7794 Fix false FAILs with glibc debug infos installed.
7795 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7796 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7797
7798 2012-02-22 Sterling Augustine <saugustine@google.com>
7799
7800 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7801 constant with cast.
7802
7803 2012-02-21 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7806
7807 2012-02-21 Pedro Alves <palves@redhat.com>
7808
7809 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7810
7811 2012-02-21 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7814 with_test_prefix.
7815
7816 2012-02-21 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7819 with_test_prefix here.
7820 (top level): Do it here instead. Remove `:' from the
7821 with_test_prefix string.
7822 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7823 the suffix `:' from the with_test_prefix prefix string.
7824 * gdb.base/break-interp.exp: Ditto.
7825 * gdb.base/catch-load.exp: Ditto.
7826 * gdb.base/disp-step-syscall.exp: Ditto.
7827 * gdb.base/jit-so.exp: Ditto.
7828 * gdb.base/jit.exp: Ditto.
7829 * gdb.base/sepdebug.exp: Ditto.
7830 * gdb.base/solib-display.exp: Ditto.
7831 * gdb.base/solib-overlap.exp: Ditto.
7832 * gdb.base/watch-cond-infcall.exp: Ditto.
7833 * gdb.base/watchpoint.exp: Ditto.
7834 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7835 * gdb.mi/mi-watch.exp: Ditto.
7836 * gdb.mi/mi2-watch.exp: Ditto.
7837 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7838 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7839 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7840 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7841 * gdb.threads/watchpoint-fork.exp: Ditto.
7842 * gdb.threads/watchthreads-reorder.exp: Ditto.
7843 * gdb.trace/change-loc.exp: Ditto.
7844 * gdb.trace/pending.exp: Ditto.
7845 * gdb.trace/status-stop.exp: Ditto.
7846 * gdb.trace/strace.exp: Ditto.
7847 * gdb.trace/trace-break.exp: Ditto.
7848 * gdb.trace/unavailable.exp: Ditto.
7849 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7850 suffix with colon. Adjust leading comments.
7851
7852 2012-02-21 Pedro Alves <palves@redhat.com>
7853 Tom Tromey <tromey@redhat.com>
7854
7855 * lib/gdb.exp: Add description of test prefixes.
7856 (with_test_prefix): New procedure.
7857 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7858 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7859 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7860 instead of lappend to append to pf_prefix.
7861 * gdb.base/catch-load.exp: Use with_test_prefix.
7862 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7863 * gdb.base/jit-so.exp: Use with_test_prefix.
7864 * gdb.base/jit.exp: Use with_test_prefix.
7865 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7866 lappend to append to pf_prefix.
7867 * gdb.base/sepdebug.exp: Use with_test_prefix.
7868 * gdb.base/solib-display.exp: Use with_test_prefix.
7869 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7870 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7871 * gdb.base/watchpoint.exp: Use with_test_prefix.
7872 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7873 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7874 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7875 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7876 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7877 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7878 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7879 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7880 append instead of lappend to append to pf_prefix.
7881 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7882 * gdb.trace/change-loc.exp: Use with_test_prefix.
7883 * gdb.trace/pending.exp: Use with_test_prefix.
7884 * gdb.trace/status-stop.exp: Use with_test_prefix.
7885 * gdb.trace/strace.exp: Use with_test_prefix.
7886 * gdb.trace/trace-break.exp: Use with_test_prefix.
7887 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7888 instead of lappend to append to pf_prefix.
7889
7890 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7891
7892 Fix racy FAILs.
7893 * gdb.base/inferior-died.c (main): Add return of 0.
7894 * gdb.base/inferior-died.exp (continue): Fix expectation of
7895 asynchronous events.
7896 (p 1): New test.
7897
7898 2012-02-20 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7901 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7902 gdb's internal debug output. For the non-threaded case, look for
7903 "Program received signal SIGLARM", for the threaded case, peek at
7904 the thread's siginfo.
7905
7906 2012-02-20 Pedro Alves <palves@redhat.com>
7907
7908 General cleanup, make output test messages unique, and build
7909 different executable files for the non-threaded and threaded
7910 cases.
7911
7912 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7913 Delete.
7914 (executable_nothr, executable_thr): New globals.
7915 (top level): Adjust to delete both executables.
7916 (corefunc): New parameter $executable. Set $pf_prefix instead of
7917 hand writing a prefix in tests. Issue a clean_restart and enable
7918 lin-lwp debug output here.
7919 (top level): Adjust. Use build_executable. Don't start gdb here,
7920 and don't enable lin-lwp debug output here.
7921 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7922
7923 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7924
7925 Fix racy FAILs.
7926 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7927 "continue" command.
7928
7929 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7930
7931 Fix for gdbserver non-extended mode.
7932 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7933 and gdb_run_cmd.
7934
7935 2012-02-17 Tom Tromey <tromey@redhat.com>
7936
7937 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7938 * gdb.python/py-events.exp: Check 'dir' output.
7939 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7940
7941 2012-02-17 Yao Qi <yao@codesourcery.com>
7942
7943 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7944
7945 2012-02-16 Tom Tromey <tromey@redhat.com>
7946
7947 * gdb.base/inferior-died.c: Don't include stdio.h.
7948
7949 2012-02-16 Tom Tromey <tromey@redhat.com>
7950
7951 * gdb.base/inferior-died.c: New file.
7952 * gdb.base/inferior-died.exp: New file.
7953
7954 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7955
7956 * gdb.base/break-inline.exp: New file.
7957 * gdb.base/break-inline.c: New file.
7958
7959 2012-02-15 Tom Tromey <tromey@redhat.com>
7960
7961 * gdb.base/pc-fp.exp: Add "info register" tests.
7962
7963 2012-02-15 Tom Tromey <tromey@redhat.com>
7964
7965 * gdb.base/regs.exp: Remove.
7966
7967 2012-02-15 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7970 the target doesn't support tracepoints.
7971 * gdb.trace/circ.exp: Ditto.
7972 * gdb.trace/collection.exp: Ditto.
7973 * gdb.trace/packetlen.exp: Ditto.
7974 * gdb.trace/passc-dyn.exp: Ditto.
7975 * gdb.trace/report.exp: Ditto.
7976 * gdb.trace/tfind.exp: Ditto.
7977 * gdb.trace/tspeed.exp: Ditto.
7978 * gdb.trace/tsv.exp: Ditto.
7979 * gdb.trace/unavailable.exp: Ditto.
7980 * gdb.trace/while-dyn.exp: Ditto.
7981
7982 2012-02-15 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7985 gdb_test_multiple, and call unsupported instead of fail, if the
7986 remote side does not support the request.
7987
7988 2012-02-15 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7991 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7992 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7993 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7994 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7995 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7996 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7997 doesn't start with "extended-" already.
7998
7999 2012-02-15 Pedro Alves <palves@redhat.com>
8000
8001 Support extended-remote. Avoid cascading timeouts.
8002
8003 * gdb.base/attach.exp (do_attach_tests): Add expected output for
8004 the extended-remote target. If attaching with no file fails, load
8005 the file manually.
8006 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
8007
8008 2012-02-14 Stan Shebs <stan@codesourcery.com>
8009
8010 * gdb.base/ena-dis-br.exp: Add enable count test.
8011
8012 2012-02-13 Pedro Alves <palves@redhat.com>
8013
8014 * config/mips-idt.exp: Delete.
8015 * gdb.base/a2-run.exp: Remove mips-idt xfails.
8016 * gdb.base/bitfields.exp: Remove mips-idt restarts.
8017 * gdb.base/break.exp: Remove mips-idt references.
8018 * gdb.base/chng-syms.exp: Ditto.
8019 * gdb.base/default.exp: Ditto.
8020 * gdb.base/funcargs.exp (funcargs_reload): Delete.
8021 (top level): Don't call it.
8022 * gdb.base/opaque.exp: Remove mips-idt restarts.
8023 * gdb.base/ptype.exp: Remove mips-idt xfails.
8024 * gdb.base/scope.exp: Remove mips-idt restarts.
8025 * gdb.base/sepdebug.exp: Remove mips-idt references.
8026 * gdb.base/watchpoint.exp (maybe_clean_restart)
8027 (maybe_reinitialize): Delete.
8028 (test_disabling_watchpoints, test_disabling_watchpoints)
8029 (test_watchpoint_triggered_in_syscall)
8030 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8031 Don't call them.
8032
8033 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8034
8035 * gdb.server/server-exec-info.exp: New file.
8036
8037 2012-02-10 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
8040 always non-empty.
8041 (test_attach): Always pass $exec to test_attach_gdb.
8042
8043 2012-02-08 Tom Tromey <tromey@redhat.com>
8044
8045 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
8046 before inferior is started.
8047
8048 2012-02-07 Tom Tromey <tromey@redhat.com>
8049
8050 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
8051 Symbol.value.
8052 * gdb.python/py-symbol.c (qq): Set default value.
8053
8054 2012-02-07 Tom Tromey <tromey@redhat.com>
8055
8056 * gdb.python/py-symbol.c (qq): New global.
8057 * gdb.python/py-symbol.exp: Add test for frame-less
8058 lookup_symbol.
8059 * gdb.python/py-symtab.exp: Fix line number.
8060
8061 2012-02-03 Joel Brobecker <brobecker@adacore.com>
8062
8063 * gdb.ada/mi_task_arg: New testcase.
8064
8065 2012-02-02 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.reverse/until-precsave.exp: Also put "record save" under the
8068 extended timeout.
8069
8070 2012-02-02 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
8073 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
8074
8075 2012-02-02 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/term.exp: Rewrite.
8078 * gdb.base/term.c: New.
8079
8080 2012-02-02 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/default.exp (run "r" abbreviation, run): Add
8083 extended-remote expected output.
8084
8085 2012-02-02 Tom Tromey <tromey@redhat.com>
8086
8087 * gdb.cp/dispcxx.exp: New file.
8088 * gdb.cp/dispcxx.cc: New file.
8089
8090 2012-02-01 Tom Tromey <tromey@redhat.com>
8091
8092 * gdb.base/jit-simple.exp: New file.
8093 * gdb.base/jit-simple.c: New file.
8094
8095 2012-01-30 Yao Qi <yao@codesourcery.com>
8096
8097 * gdb.base/skip.exp: Make test result unique.
8098
8099 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8100
8101 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
8102 compatibility with valgrind-3.7.0.
8103
8104 2012-01-27 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.base/watchpoint.exp (no_hw): New global.
8107 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
8108 disable hw watchpoints.
8109 (test_wide_location_1, test_wide_location_2): If no_hw is set,
8110 don't expect hw watchpoints.
8111 (no_hw_watchpoints): Always clean restart.
8112 (do_tests): New procedure, factored out from the top level.
8113 (top level): Run tests twice. Once with hw watchpoints enabled,
8114 another time with hw watchpoints disabled.
8115
8116 2012-01-27 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
8119 out from the top level.
8120 (top level): Call it instead.
8121
8122 2012-01-27 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.base/watchpoint.exp (top level): Re-enable hardware
8125 watchpoints sooner.
8126
8127 2012-01-27 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
8130
8131 2012-01-27 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
8134 "You may have requested too many hardware
8135 breakpoints/watchpoints".
8136
8137 2012-01-27 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/watchpoint.exp (maybe_clean_restart)
8140 (maybe_reinitialize): New.
8141 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
8142 expect "hit N times".
8143 (test_disabling_watchpoints, test_complex_watchpoint)
8144 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8145 Call maybe_clean_restart.
8146 (top level): Use clean_restart. Remove "mips-idt-*"
8147 reinitialization.
8148
8149 2012-01-27 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
8152
8153 2012-01-27 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.base/watchpoint.exp: Clean restart after tests that don't
8156 require `initialize' anymore. Remove unnecessary `initialize'
8157 calls.
8158
8159 2012-01-27 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.base/watchpoint.exp (wp_set): Delete.
8162 (initialize, test_simple_watchpoint, top level): Remove dead code.
8163
8164 2012-01-27 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
8167 typo.
8168
8169 2012-01-27 Pedro Alves <palves@redhat.com>
8170
8171 * config/extended-gdbserver.exp: New file.
8172 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
8173 comment.
8174 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
8175 * boards/native-extended-gdbserver.exp: New file.
8176
8177 2012-01-26 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
8180 and gdb_test_multiple.
8181
8182 2012-01-26 Pedro Alves <palves@redhat.com>
8183
8184 Make test messages unique, and more identifiable.
8185 * gdb.multi/watchpoint-multi.exp: Change test messages.
8186
8187 2012-01-25 Tom Tromey <tromey@redhat.com>
8188
8189 * gdb.base/solib-disc.exp: Fix regexps.
8190
8191 2012-01-24 Tom Tromey <tromey@redhat.com>
8192
8193 * lib/mi-support.exp (mi_expect_stop): Add special case for
8194 solib-event.
8195 * gdb.base/catch-load-so.c: New file.
8196 * gdb.base/catch-load.exp: New file.
8197 * gdb.base/catch-load.c: New file.
8198 * gdb.base/break-interp.exp (reach_1): Update regexp.
8199
8200 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8201
8202 Fix fuzzy results.
8203 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
8204 lpsimple and func.
8205
8206 2012-01-24 Gary Benson <gbenson@redhat.com>
8207
8208 Delete #if 0'd out code.
8209 * gdb.base/default.exp (info catch): Remove.
8210 * gdb.base/gdb_history (info catch): Likewise.
8211 * gdb.base/help.exp (info catch): Likewise.
8212
8213 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8214
8215 Fix watchpoints to be specific for each inferior.
8216 * gdb.multi/watchpoint-multi.c: New file.
8217 * gdb.multi/watchpoint-multi.exp: New file.
8218
8219 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 Fix watchpoints across inferior fork.
8222 * gdb.threads/watchpoint-fork-child.c: New file.
8223 * gdb.threads/watchpoint-fork-mt.c: New file.
8224 * gdb.threads/watchpoint-fork-parent.c: New file.
8225 * gdb.threads/watchpoint-fork-st.c: New file.
8226 * gdb.threads/watchpoint-fork.exp: New file.
8227 * gdb.threads/watchpoint-fork.h: New file.
8228
8229 2012-01-23 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/call-signal-resume.exp: Allow output after "return".
8232
8233 2012-01-20 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.python/py-finish-breakpoint.py: Fix typo.
8236
8237 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8238
8239 * gdb.base/info-proc.exp: Also run on remote targets. Main
8240 "info proc" command is now always present; whether target supports
8241 actual info proc operation is detected when attempting to issue
8242 the command.
8243
8244 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8245
8246 * .gdbinit: Remove.
8247
8248 2012-01-19 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8251 look at the funtions' returns.
8252 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8253 (jprint.print(int, int)): Change return type to int. Adjust.
8254
8255 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8256
8257 PR gdb/9538
8258 * gdb.base/sepdebug.exp: New test.
8259
8260 2012-01-18 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8263 Allow output before ^done.
8264
8265 2012-01-16 Tom Tromey <tromey@redhat.com>
8266
8267 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8268 Add tests for relative directory.
8269
8270 2012-01-16 Tom Tromey <tromey@redhat.com>
8271
8272 * gdb.base/printcmds.c (enum flag_enum): New.
8273 (three): New global.
8274 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8275 enum printing.
8276 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8277 FlagEnumerationPrinter.
8278 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8279 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8280 (fval): New global.
8281
8282 2012-01-16 Pedro Alves <palves@redhat.com>
8283
8284 * lib/gdb.exp (banned_procedures): New variable.
8285 (banned_variables_traced): Rename to ...
8286 (banned_traced): ... this.
8287 (gdb_init): Also trace banned procedures.
8288 (gdb_finish): Also untrace banned procedures.
8289
8290 2012-01-16 Pedro Alves <palves@redhat.com>
8291
8292 Remove all calls to strace.
8293
8294 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8295
8296 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8297 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8298
8299 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8300
8301 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8302 * gdb.base/pie-execl.exp: Likewise.
8303
8304 2012-01-12 Keith Seitz <keiths@redhat.com>
8305
8306 PR mi/10586
8307 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8308 (do_anonymous_type_tests): New function.
8309 (main): Call do_anonymous_type_tests.
8310 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8311 (verify_everything): New procedure.
8312 * gdb.mi/mi-var-cp.cc (class A): New class.
8313 (anonymous_structs_and_unions): New function.
8314 (main): Call anonymous_structs_and_unions.
8315 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8316 (verify_everything): New procedure.
8317
8318 2012-01-12 Keith Seitz <keiths@redhat.com>
8319
8320 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8321 (varobj_tree::get_path_expr): Assume that all varobjs are
8322 compound unless they are known simple types.
8323 Adjust path expressions based on parent type, path parent type,
8324 and tree language.
8325 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8326 the root varobj.
8327 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8328
8329 2012-01-11 Pedro Alves <palves@redhat.com>
8330
8331 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8332 core files on this machine" anymore.
8333
8334 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8335
8336 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8337 (main): Repeat recurser call.
8338 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8339 equivalent to 'local_x'.
8340
8341 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8342 Joel Brobecker <brobecker@adacore.com>
8343
8344 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8345
8346 2012-01-05 Pedro Alves <alves.ped@gmail.com>
8347
8348 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8349 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8350 * gdb.python/py-events.exp: Test that "step N" tripping on a
8351 breakpoint emits a breakpoint event.
8352
8353 2012-01-03 Joel Brobecker <brobecker@adacore.com>
8354
8355 * gdb.base/auxv.exp: Reformat the copyright notice.
8356
8357 2012-01-03 Yao Qi <yao@codesourcery.com>
8358
8359 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8360 (strace_trace_on_diff_addr): New.
8361 * gdb.trace/strace.c: (main): Add two local variables.
8362
8363 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8364
8365 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8366 * gdb.cell/gcore.exp: Likewise.
8367 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8368 to verify the correct instance of main is selected.
8369
8370 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8371
8372 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8373 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8374 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8375 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8376 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8377 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8378 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8379 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8380 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8381 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8382 gdb.threads/thread_check.c: Reformat copyright header.
8383
8384 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8385
8386 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8387 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8388 is not enabled.
8389
8390 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8393 parameter to self_exec, adjust the function.
8394 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8395 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8396 (set var do_exit = 0): Remove test.
8397 (newline at end of file): Add one.
8398
8399 2011-12-27 Joel Brobecker <brobecker@adacore.com>
8400
8401 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8402 New files.
8403
8404 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8405
8406 Fix racy FAILs.
8407 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8408 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8409 (main): Call pthread_barrier_init for it.
8410
8411 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 Fix double send_gdb leading to racy FAILs.
8414 * gdb.base/break.exp (set silent break bp_location1): Replace
8415 3x send_gdb and gdb_expect by gdb_test.
8416 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8417 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8418 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8419 instead of send_gdb. Twice.
8420 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8421 3x send_gdb and gdb_expect by gdb_test.
8422 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8423
8424 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8425
8426 * gdb.linespec/linespec.exp: Compile using {c++}.
8427
8428 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8431 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8432 (verify GCC PR debug/51668): New test.
8433
8434 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
8435
8436 Introduce gdb.FinishBreakpoint in Python.
8437 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8438 py-finish-breakpoint2
8439 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8440 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8441 instead of line number.
8442 * gdb.python/py-finish-breakpoint.c: New file.
8443 * gdb.python/py-finish-breakpoint.exp: New file.
8444 * gdb.python/py-finish-breakpoint.py: New file.
8445 * gdb.python/py-finish-breakpoint2.cc: New file.
8446 * gdb.python/py-finish-breakpoint2.exp: New file.
8447 * gdb.python/py-finish-breakpoint2.py: New file.
8448
8449 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8450
8451 Partial fix of compatibility with gcc-4.7.
8452 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8453 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8454 Add comment to add a PASS case in the future.
8455
8456 Fix compatibility with gcc-4.7.
8457 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8458
8459 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8460
8461 PR tdep/12797
8462 * gdb.base/callfuncs.exp: Remove KFAIL.
8463
8464 2011-12-21 Joel Brobecker <brobecker@adacore.com>
8465
8466 * gdb.ada/task_bp: New testcase.
8467
8468 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8469
8470 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8471 -DNO_SECTIONS.
8472 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8473
8474 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8477 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8478 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8479 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8480 conditional for gcc <= 4.5.
8481
8482 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8485 by XFAIL.
8486 * gdb.cp/static-method.exp (info addr A::func())
8487 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8488 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8489 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8490 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8491 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8492 (test value of F in k3_m): Likewise.
8493 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8494 Likewise.
8495
8496 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8497
8498 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8499 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8500 Remove.
8501 * gdb.threads/attachstop-mt.c: Remove.
8502 * gdb.threads/attachstop-mt.exp: Remove.
8503
8504 2011-12-17 Mark Kettenis <kettenis@gnu.org>
8505
8506 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8507
8508 2011-12-16 Doug Evans <dje@google.com>
8509
8510 * boards/native-stdio-gdbserver.exp: New file.
8511 * boards/native-gdbserver.exp: New file.
8512
8513 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8514 gdbserver output.
8515 (gdbserver_default_get_remote_address): New function.
8516 (gdbserver_start): Call gdb,get_remote_address to compute argument
8517 to "target remote" command.
8518
8519 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8520
8521 * gdb.python/py-function.exp: Change "on" to "full" for
8522 python print-stack. Add set/show python print-stack
8523 off|full|message tests.
8524
8525 2011-12-15 Yao Qi <yao@codesourcery.com>
8526
8527 * gdb.trace/strace.c: New
8528 * gdb.trace/strace.exp: New.
8529
8530 2011-12-14 Tom Tromey <tromey@redhat.com>
8531
8532 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8533
8534 2011-12-14 Doug Evans <dje@google.com>
8535
8536 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8537
8538 2011-12-14 Pedro Alves <pedro@codesourcery.com>
8539
8540 PR threads/10729
8541
8542 * gdb.mi/watch-nonstop.c: New file.
8543 * gdb.mi/mi-watch-nonstop.exp: New file.
8544
8545 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8546 Doug Evans <dje@google.com>
8547
8548 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8549 (clean_restart): Remove references to the gdb_stub target board
8550 variable.
8551 (gdb_step_for_stub): Delete.
8552
8553 * gdb.base/annota1.exp: Remove all references to [target_info
8554 exists gdb_stub], gdb_step_for_stub and usestubs.
8555 * gdb.base/annota3.exp: Ditto.
8556 * gdb.base/async.exp: Ditto.
8557 * gdb.base/break.exp: Ditto.
8558 * gdb.base/code-expr.exp: Ditto.
8559 * gdb.base/commands.exp: Ditto.
8560 * gdb.base/completion.exp: Ditto.
8561 * gdb.base/condbreak.exp: Ditto.
8562 * gdb.base/consecutive.exp: Ditto.
8563 * gdb.base/cvexpr.exp: Ditto.
8564 * gdb.base/define.exp: Ditto.
8565 * gdb.base/display.exp: Ditto.
8566 * gdb.base/ena-dis-br.exp: Ditto.
8567 * gdb.base/environ.exp: Ditto.
8568 * gdb.base/gnu-ifunc.exp: Ditto.
8569 * gdb.base/maint.exp: Ditto.
8570 * gdb.base/pending.exp: Ditto.
8571 * gdb.base/sect-cmd.exp: Ditto.
8572 * gdb.base/sepdebug.exp: Ditto.
8573 * gdb.base/unload.exp: Ditto.
8574 * gdb.base/watchpoint-solib.exp: Ditto.
8575 * gdb.cp/annota2.exp: Ditto.
8576 * gdb.cp/annota3.exp: Ditto.
8577 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8578 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8579 * gdb.mi/mi-pending.exp: Ditto.
8580 * gdb.trace/circ.exp: Ditto.
8581 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8582 * gdb.base/list.exp: Ditto.
8583
8584 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8585 breakpoint function and all references to the usestubs macro.
8586 * gdb.base/exprs.c: Ditto.
8587 * gdb.base/freebpcmd.c: Ditto.
8588 * gdb.base/bitfields.c: Ditto.
8589 * gdb.base/bitfields2.c: Ditto.
8590 * gdb.base/break.c: Ditto.
8591 * gdb.base/call-sc.c: Ditto.
8592 * gdb.base/call-signals.c: Ditto.
8593 * gdb.base/callfuncs.c: Ditto.
8594 * gdb.base/charset.c: Ditto.
8595 * gdb.base/consecutive.c: Ditto.
8596 * gdb.base/constvars.c: Ditto.
8597 * gdb.base/funcargs.c: Ditto.
8598 * gdb.base/int-type.c: Ditto.
8599 * gdb.base/interrupt.c: Ditto.
8600 * gdb.base/langs0.c: Ditto.
8601 * gdb.base/list0.c: Ditto.
8602 * gdb.base/mips_pro.c: Ditto.
8603 * gdb.base/miscexprs.c: Ditto.
8604 * gdb.base/nodebug.c: Ditto.
8605 * gdb.base/opaque0.c: Ditto.
8606 * gdb.base/pointers.c: Ditto.
8607 * gdb.base/printcmds.c: Ditto.
8608 * gdb.base/ptype.c: Ditto.
8609 * gdb.base/recurse.c: Ditto.
8610 * gdb.base/reread1.c: Ditto.
8611 * gdb.base/reread2.c: Ditto.
8612 * gdb.base/restore.c: Ditto.
8613 * gdb.base/return.c: Ditto.
8614 * gdb.base/run.c: Ditto.
8615 * gdb.base/scope0.c: Ditto.
8616 * gdb.base/sepdebug.c: Ditto.
8617 * gdb.base/setshow.c: Ditto.
8618 * gdb.base/setvar.c: Ditto.
8619 * gdb.base/sigall.c: Ditto.
8620 * gdb.base/signals.c: Ditto.
8621 * gdb.base/structs.c: Ditto.
8622 * gdb.base/structs2.c: Ditto.
8623 * gdb.base/testenv.c: Ditto.
8624 * gdb.base/twice.c: Ditto.
8625 * gdb.base/unwindonsignal.c: Ditto.
8626 * gdb.base/watchpoint.c: Ditto.
8627 * gdb.base/watchpoints.c: Ditto.
8628 * gdb.base/whatis.c: Ditto.
8629 * gdb.cp/classes.cc: Ditto.
8630 * gdb.cp/cplusfuncs.cc: Ditto.
8631 * gdb.cp/derivation.cc: Ditto.
8632 * gdb.cp/formatted-ref.cc: Ditto.
8633 * gdb.cp/misc.cc: Ditto.
8634 * gdb.cp/overload.cc: Ditto.
8635 * gdb.cp/ovldbreak.cc: Ditto.
8636 * gdb.cp/ref-params.cc: Ditto.
8637 * gdb.cp/ref-types.cc: Ditto.
8638 * gdb.cp/templates.cc: Ditto.
8639 * gdb.cp/virtfunc.cc: Ditto.
8640 * gdb.hp/gdb.aCC/run.c: Ditto.
8641 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8642 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8643 * gdb.reverse/consecutive-reverse.c: Ditto.
8644 * gdb.reverse/sigall-reverse.c: Ditto.
8645 * gdb.reverse/until-reverse.c: Ditto.
8646 * gdb.reverse/watch-reverse.c: Ditto.
8647 * gdb.trace/actions.c: Ditto.
8648 * gdb.trace/circ.c: Ditto.
8649 * gdb.trace/collection.c: Ditto.
8650
8651 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8652
8653 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8654 (func6, func7): New.
8655 (main): Call func6 and func7.
8656 * gdb.base/watchpoint.exp (test_wide_location_1)
8657 (test_wide_location_2): New.
8658 (top level): Re-enable hardware watchpoints if necessary. Call
8659 test_wide_location_1 and test_wide_location_2.
8660
8661 2011-12-11 Yao Qi <yao@codesourcery.com>
8662
8663 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8664
8665 2011-12-11 Joel Brobecker <brobecker@adacore.com>
8666
8667 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8668 expected output for unsupported case.
8669
8670 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8671
8672 PR testsuite/12649
8673 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8674 Protect gdb_test_multiple by final $gdb_prompt match.
8675
8676 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8677
8678 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8679 New variable, new test.
8680 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8681 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8682 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8683 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8684 them if HAVE_GCC_45682_FIXED is not set.
8685
8686 2011-12-10 Yao Qi <yao@codesourcery.com>
8687
8688 * gdb.trace/status-stop.exp: New.
8689 * gdb.trace/status-stop.c: New.
8690
8691 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8692
8693 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8694 timeout.
8695
8696 2011-12-08 Tom Tromey <tromey@redhat.com>
8697
8698 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8699 condition.
8700
8701 2011-12-07 Stan Shebs <stan@codesourcery.com>
8702
8703 * gdb.trace/tfind.exp: Update for output changes.
8704
8705 2011-12-07 Pedro Alves <pedro@codesourcery.com>
8706
8707 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8708 throws "Cannot insert catchpoints in this configuration".
8709 * gdb.ada/mi_catch_ex.exp: Likewise.
8710
8711 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8712
8713 * gdb.base/break-always.exp: Test changing memory at addresses
8714 with breakpoints inserted.
8715
8716 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8717
8718 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8719 involving a fully qualified function name.
8720
8721 2011-12-06 Tom Tromey <tromey@redhat.com>
8722
8723 * gdb.ada/homonym.exp: Add three breakpoint tests.
8724
8725 2011-12-06 Tom Tromey <tromey@redhat.com>
8726
8727 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8728 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8729 * gdb.objc/objcdecode.exp: Update for output changes.
8730 * gdb.linespec/linespec.exp: New file.
8731 * gdb.linespec/lspec.cc: New file.
8732 * gdb.linespec/lspec.h: New file.
8733 * gdb.linespec/body.h: New file.
8734 * gdb.linespec/base/two/thefile.cc: New file.
8735 * gdb.linespec/base/one/thefile.cc: New file.
8736 * gdb.linespec/Makefile.in: New file.
8737 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8738 output changes.
8739 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8740 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8741 makes one breakpoint.
8742 * gdb.cp/method2.exp (test_break): Update for output changes.
8743 * gdb.cp/mb-templates.exp: Update for output changes.
8744 * gdb.cp/mb-inline.exp: Update for output changes.
8745 * gdb.cp/mb-ctor.exp: Update for output changes.
8746 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8747 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8748 has multiple matches.
8749 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8750 error message change.
8751 * gdb.base/list.exp (test_list_filename_and_number): Update for
8752 error message change.
8753 * gdb.base/break.exp: Disable pending breakpoints. Update for
8754 output changes.
8755 * configure.ac: Add gdb.linespec.
8756 * configure: Rebuild.
8757 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8758
8759 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8760
8761 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8762 last_break register on s390*-*-* targets.
8763
8764 2011-12-06 Joel Brobecker <brobecker@adacore.com>
8765
8766 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8767 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8768 of parameter X in procedure Foo.
8769
8770 2011-12-05 Stan Shebs <stan@codesourcery.com>
8771
8772 * gdb.trace/tfind.exp: Update help string matches.
8773
8774 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8775
8776 * gdb.server/ext-run.exp (get process list): Accept also systemd
8777 as PID 1.
8778
8779 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8780 Pedro Alves <pedro@codesourcery.com>
8781
8782 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8783 starting GDB.
8784 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8785 $use_gdb_stub.
8786 * gdb.base/display.exp: Likewise.
8787 * gdb.base/ending-run.exp: Likewise.
8788 * gdb.base/list.exp (test_listsize): Likewise.
8789 * gdb.base/setshow.exp: Likewise.
8790 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8791 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8792 check by global $use_gdb_stub.
8793 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8794 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8795 (default_gdb_init): Unset global $use_gdb_stub.
8796 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8797 by global $use_gdb_stub.
8798 * lib/gdbserver-support.exp: Extend comments for set_board_info
8799 gdb_protocol and gdb,socketport.
8800 (gdbserver_start_extended): Set global gdbserver_protocol and
8801 gdbserver_gdbport. Clear global use_gdb_stub.
8802 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8803 from target use_gdb_stub.
8804 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8805
8806 2011-12-03 Doug Evans <dje@google.com>
8807
8808 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8809 (gdb_step_for_stub): Add comments.
8810
8811 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8812
8813 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8814 to the caller.
8815 (gdb_test_multiple): Likewise.
8816
8817 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8818
8819 Fix gdb.mi/mi-solib.exp without system debug info installed.
8820 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8821 expect attribute, return 0 for it. Update comments.
8822
8823 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8824
8825 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8826 (corrupted list): Adjust the expectation.
8827
8828 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8829
8830 PR threads/13448
8831 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8832 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8833 * gdb.threads/tls-var-main.c: New file.
8834 * gdb.threads/tls-var.c: New file.
8835 * gdb.threads/tls-var.exp: New file.
8836
8837 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8838
8839 PR testsuite/12649
8840 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8841 Protect gdb_test_multiple by final $gdb_prompt match.
8842 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8843 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8844 (test_tracepoints): Likewise.
8845
8846 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8847
8848 PR breakpoints/13346
8849 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8850 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8851 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8852
8853 2011-12-01 Joel Brobecker <brobecker@adacore.com>
8854
8855 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8856 * gdb.ada/homonym/homonym.adb: For use of all types defined
8857 locally inside both Get_Value subprograms.
8858
8859 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8860
8861 Fix racy FAILs.
8862 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8863 of send_gdb.
8864
8865 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8866
8867 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8868 environment variable after test completed.
8869
8870 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8871
8872 * gdb.base/solib-nodir.exp: Skip if remote target.
8873 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8874 application. Call gdb_load_shlibs.
8875 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8876
8877 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8878
8879 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8880
8881 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8882
8883 * gdb.ada/fullname_bp: New testcase.
8884
8885 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8886
8887 PR testsuite/12649
8888 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8889 Wrap send_gdb into a new gdb_test.
8890
8891 Code cleanup.
8892 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8893 Convert send_gdb and gdb_expect to gdb_test_multiple.
8894
8895 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8898
8899 2011-11-23 Keith Seitz <keiths@redhat.com>
8900
8901 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8902 (mi_varobj_tree_test_children_callback): New proc.
8903 (mi_walk_varobj_tree): New proc.
8904
8905 2011-11-22 Tom Tromey <tromey@redhat.com>
8906
8907 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8908 Add "use_mi_command" argument.
8909 (mi_run_cmd, mi_run_with_cli): New procs.
8910 * gdb.mi/solib-lib.c: New file.
8911 * gdb.mi/solib-main.c: New file.
8912 * gdb.mi/mi-solib.exp: New file.
8913
8914 2011-11-21 Doug Evans <dje@google.com>
8915
8916 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8917 _Unwind_DebugHook is missing.
8918
8919 2011-11-20 Stan Shebs <stan@codesourcery.com>
8920
8921 * gdb.trace/tstatus.exp: New.
8922 * gdb.trace/actions.c: Include string.h.
8923
8924 2011-11-18 Yao Qi <yao@codesourcery.com>
8925
8926 * gdb.trace/pending.exp: New.
8927 * gdb.trace/pending.c: New.
8928 * gdb.trace/pendshr1.c: New.
8929 * gdb.trace/pendshr2.c: New.
8930 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8931 tracepoint location becomes pending.
8932 (tracepoint_change_loc_2): New.
8933
8934 2011-11-16 David S. Miller <davem@davemloft.net>
8935
8936 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8937 target is sparc*-*-linux*
8938
8939 2011-11-15 Paul Koning <paul_koning@dell.com>
8940
8941 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8942 types.
8943
8944 2011-11-14 Doug Evans <dje@google.com>
8945
8946 * gdb.base/shell.exp: New file.
8947
8948 2011-11-14 Stan Shebs <stan@codesourcery.com>
8949
8950 * gdb.trace/ftrace.c: New.
8951 * gdb.trace/ftrace.exp: New.
8952
8953 2011-11-14 Yao Qi <yao@codesourcery.com>
8954
8955 * gdb.trace/change-loc-1.c: New.
8956 * gdb.trace/change-loc-2.c: New.
8957 * gdb.trace/change-loc.c: New.
8958 * gdb.trace/change-loc.exp: New.
8959 * gdb.trace/change-loc.h: New.
8960 * gdb.trace/trace-break.c (marker): Define new symbol.
8961 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8962 New.
8963 (break_trace_same_addr_6): New.
8964
8965 2011-11-12 Matt Rice <ratmice@gmail.com>
8966
8967 * gdb.base/info-macros.exp: Make tests for info definitions
8968 test info macro. Add tests for info macro argument processing.
8969 Rename a few tests.
8970
8971 2011-11-11 Keith Seitz <keiths@redhat.com>
8972
8973 PR gdb/12843
8974 * gdb.base/linespecs.exp: New file.
8975
8976 2011-11-11 Doug Evans <dje@google.com>
8977
8978 * gdb.threads/print-threads.exp: Extend timeout for slower
8979 tests.
8980
8981 2011-11-10 Doug Evans <dje@google.com>
8982
8983 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8984 "record to end of main" test.
8985
8986 * gdb.python/py-type.c (TS): New typedef.
8987 (ts): New global.
8988 * gdb.python/py-type.exp: Test field list of typedef.
8989
8990 2011-11-10 Joel Brobecker <brobecker@adacore.com>
8991
8992 * gdb.ada/small_reg_param: New testcase.
8993
8994 2011-11-09 Tom Tromey <tromey@redhat.com>
8995
8996 * gdb.cp/destrprint.exp: New file.
8997 * gdb.cp/destrprint.cc: New file.
8998
8999 2011-11-08 Meador Inge <meadori@codesourcery.com>
9000
9001 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
9002 (switch_stack_to_other): New test function.
9003 * gdb.arch/thumb-prologue.exp: New test cases.
9004
9005 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
9006
9007 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
9008
9009 2011-11-08 Yao Qi <yao@codesourcery.com>
9010
9011 * gdb.exp (supports_process_record): New.
9012 (supports_reverse): New.
9013 * gdb.reverse/break-precsave.exp: Call support_process_record
9014 to run test conditionally.
9015 * gdb.reverse/consecutive-precsave.exp: Likewise.
9016 * gdb.reverse/i386-precsave.exp: Likewise.
9017 * gdb.reverse/machinestate-precsave.exp: Likewise.
9018 * gdb.reverse/solib-precsave.exp: Likewise.
9019 * gdb.reverse/step-precsave.exp: Likewise.
9020 * gdb.reverse/until-precsave.exp: Likewise.
9021 * gdb.reverse/watch-precsave.exp: Likewise.
9022 * gdb.reverse/break-reverse.exp: Call support_reverse to run
9023 test conditionally.
9024 * gdb.reverse/consecutive-reverse.exp: Likewise.
9025 * gdb.reverse/finish-precsave.exp: Likewise.
9026 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9027 * gdb.reverse/finish-reverse.exp: Likewise.
9028 * gdb.reverse/i386-reverse.exp: Likewise.
9029 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9030 * gdb.reverse/machinestate.exp: Likewise.
9031 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
9032 * gdb.reverse/sigall-precsave.exp: Likewise.
9033 * gdb.reverse/sigall-reverse.exp: Likewise.
9034 * gdb.reverse/solib-reverse.exp: Likewise.
9035 * gdb.reverse/step-reverse.exp: Likewise.
9036 * gdb.reverse/until-reverse.exp: Likewise.
9037 * gdb.reverse/watch-reverse.exp: Likewise.
9038
9039 2011-11-05 Yao Qi <yao@codesourcery.com>
9040
9041 * gdb.trace/trace-break.exp: Add test on setting two
9042 fast tracepoints at the same address.
9043
9044 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9045
9046 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
9047
9048 2011-11-02 Stan Shebs <stan@codesourcery.com>
9049
9050 * gdb.trace/collection.c: Add code using strings.
9051 * gdb.trace/collection.exp: Add tests of string collection.
9052
9053 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9054
9055 * gdb.base/skip-solib.exp (executable_main): New variable.
9056 (binfile_main): Base it on that.
9057 Use $executable_main in clean_restart calls. Drop gdb_exit and
9058 gdb_start calls.
9059
9060 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 Fix racy FAILs.
9063 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
9064 breakpoint_re globals import by async. Set string_regex to .* for
9065 async. Remove the optional thread_selected_re and breakpoint_re
9066 globals expectations.
9067
9068 2011-11-01 Joseph Myers <joseph@codesourcery.com>
9069
9070 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
9071 well as Cygwin.
9072
9073 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
9074
9075 Add tests for skip command.
9076 * gdb.base/skip-solib-lib.c: New
9077 * gdb.base/skip-solib-main.c: New
9078 * gdb.base/skip-solib.exp: New
9079 * gdb.base/skip.c: New
9080 * gdb.base/skip.exp: New
9081 * gdb.base/skip1.c: New
9082 * gdb.base/Makefile.in: Adding new files.
9083
9084 2011-10-31 Yao Qi <yao@codesourcery.com>
9085 Pedro Alves <pedro@codesourcery.com>
9086
9087 * gdb.trace/trace-break.c: New.
9088 * gdb.trace/trace-break.exp: New.
9089
9090 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9091
9092 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
9093 break-here-2.
9094
9095 2011-10-28 Pedro Alves <pedro@codesourcery.com>
9096
9097 * gdb.threads/no-unwaited-for-left.c: New.
9098 * gdb.threads/no-unwaited-for-left.exp: New.
9099 * gdb.threads/non-ldr-exc-1.c: New.
9100 * gdb.threads/non-ldr-exc-1.exp: New.
9101 * gdb.threads/non-ldr-exc-2.c: New.
9102 * gdb.threads/non-ldr-exc-2.exp: New.
9103 * gdb.threads/non-ldr-exc-3.c: New.
9104 * gdb.threads/non-ldr-exc-3.exp: New.
9105 * gdb.threads/non-ldr-exc-4.c: New.
9106 * gdb.threads/non-ldr-exc-4.exp: New.
9107
9108 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9109
9110 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
9111 * gdb.base/attach-pie-misread.exp: Likewise.
9112 * gdb.base/break-interp.exp: Likewise.
9113 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
9114 testcases for use_gdb_stub.
9115 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
9116 (continue): New testcase.
9117 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
9118 * gdb.threads/attach-into-signal.exp: Likewise.
9119 * gdb.threads/attach-stopped.exp: Likewise.
9120 * gdb.threads/attachstop-mt.exp: Likewise.
9121
9122 2011-10-28 Paul Koning <paul_koning@dell.com>
9123
9124 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
9125
9126 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9127
9128 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
9129 (mi_gdb_test): Import globals thread_selected_re
9130 and breakpoint_re. Expect them optionally at the regex start.
9131
9132 2011-10-27 Doug Evans <dje@google.com>
9133
9134 * gdb.python/python.exp: Test source -s.
9135
9136 2011-10-26 Paul Koning <paul_koning@dell.com>
9137
9138 * gdb.python/lib-types.cc (struct A): New structure.
9139 * gdb.python/lib-types.exp (deepitems): New tests.
9140
9141 2011-10-25 Paul Koning <paul_koning@dell.com>
9142
9143 PR python/13327
9144
9145 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
9146 fetch_lazy method.
9147
9148 2011-10-24 Yao Qi <yao@codesourcery.com>
9149
9150 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
9151 target is tic6x-*-*.
9152
9153 2011-10-21 Joel Brobecker <brobecker@adacore.com>
9154
9155 * gdb.ada/mi_task_info/task_switch.adb: New file.
9156 * gdb.ada/mi_task_info.exp: New file.
9157
9158 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 * gdb.cp/expand-psymtabs-cxx.exp: New file.
9161 * gdb.cp/expand-psymtabs-cxx.cc: New file.
9162
9163 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
9164
9165 PR python/12656
9166
9167 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
9168 global_block tests.
9169
9170 2011-10-18 Tom Tromey <tromey@redhat.com>
9171
9172 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
9173
9174 2011-10-18 Tom Tromey <tromey@redhat.com>
9175
9176 * gdb.base/source.exp: Don't include full file name in test name.
9177 * gdb.python/python.exp: Don't include full file name in test
9178 name.
9179
9180 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 * gdb.base/attach-pie-noexec.c: New files.
9183 * gdb.base/attach-pie-noexec.exp: New files.
9184
9185 2011-10-17 Joseph Myers <joseph@codesourcery.com>
9186
9187 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
9188 prompt for each extra line in command.
9189
9190 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9191
9192 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
9193 Revert the part of:
9194 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9195 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9196 Change the expected string.
9197
9198 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9199
9200 Fix results with system glibc debug info installed.
9201 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
9202 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
9203 Accept also __libc_ symbol prefix and no prefix.
9204
9205 2011-10-14 Keith Seitz <keiths@redhat.com>
9206
9207 PR c++/13225
9208 * gdb.cp/converts.cc (foo3_1): New function.
9209 (foo3_2): New functions.
9210 * gdb.cp/converts.exp: Add tests for int to pointer conversion
9211 and null pointer conversions of integer constant zero.
9212 Add test to check if all arguments are checked for incompatible
9213 conversion BADNESS.
9214
9215 2011-10-14 Tom Tromey <tromey@redhat.com>
9216
9217 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
9218 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
9219 linespec.
9220
9221 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 Fix internal error regression.
9224 * gdb.dwarf2/implptr-optimized-out.S: New file.
9225 * gdb.dwarf2/implptr-optimized-out.exp: New file.
9226
9227 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9228
9229 Fix empty DWARF expressions DATA vs. SIZE conditionals.
9230 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
9231 (loclist): New.
9232 (4): New abbrev.
9233 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
9234 Use prepare_for_testing, remove clean_restart.
9235 (p arraynoloc, p arraycallnoloc): New tests.
9236
9237 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 * gdb.cp/namespace-enum.exp (executable): New variable.
9240 (binfile): Use ${objdir}/${subdir}/ prefix.
9241 Use ${executable} for clean_restart.
9242
9243 2011-10-11 Sterling Augustine <saugustine@google.com>
9244
9245 * gdb.cp/Makefile.in: Add namespace-enum test.
9246 * gdb.cp/namespace-enum.exp: New file.
9247 * gdb.cp/namespace-enum.c: New file.
9248 * gdb.cp/namespace-enum-main.c: New file.
9249
9250 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9251
9252 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9253 sysroot.
9254
9255 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 Reimplement @entry in input expressions.
9258 * gdb.base/exprs.c (v_int_array_init): New variable.
9259 * gdb.base/exprs.exp (print v_int_array_init)
9260 (print *v_int_array_init@1, print *v_int_array_init@2)
9261 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9262 (print v_int_array_init[1]@1): New tests.
9263
9264 2011-10-10 Joseph Myers <joseph@codesourcery.com>
9265
9266 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9267 expected message.
9268
9269 2011-10-09 Doug Evans <dje@google.com>
9270
9271 * gdb.base/alias.exp: Add tests for alias command.
9272
9273 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9274
9275 * gdb.arch/amd64-entry-value.s: New file.
9276 * gdb.mi/mi2-amd64-entry-value.s: New file.
9277
9278 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9279
9280 Display @entry parameter values even for references.
9281 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9282 functions.
9283 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9284 reference and datap_input.
9285 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9286 breakpoints.
9287 (continue to breakpoint: entry_reference: reference)
9288 (entry_reference: bt at entry)
9289 (continue to breakpoint: entry_reference: breakhere_reference)
9290 (entry_reference: bt, entry_reference: ptype regparam)
9291 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9292 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9293 (entry_reference: p regcopy, entry_reference: p nodataparam)
9294 (entry_reference: p nodataparam@entry): New tests.
9295
9296 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9297
9298 Support @entry in input expressions.
9299 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9300 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9301 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9302 (tailcall: p j@entry): New tests.
9303 * gdb.cp/koenig.cc (A::entry): New function.
9304 (main): Call it.
9305 * gdb.cp/koenig.exp (p entry (c)): New test.
9306
9307 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9308
9309 Display @entry parameter values (without references).
9310 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9311 (different, validity, invalid): New functions.
9312 (main): Call them.
9313 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9314 stacktest, breakhere_stacktest, different, breakhere_different,
9315 breakhere_validity and breakhere_invalid.
9316 (entry: bt): Update for @entry.
9317 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9318 (entry_validity: *, entry_invalid: *): Many new tests.
9319 * gdb.base/break.exp
9320 (run until breakpoint set at small function, optimized file): Accept
9321 also the @entry suffix.
9322 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9323 * gdb.mi/mi2-amd64-entry-value.c: New files.
9324 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9325
9326 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 Protect entry values against self tail calls.
9329 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9330 (main): Call self.
9331 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9332 (set debug entry-values 1, self: bt debug entry-values): New tests.
9333
9334 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 Recognize virtual tail call frames.
9337 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9338 (amb_b, amb_a): New.
9339 (main): Call a and b.
9340 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9341 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9342 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9343 New tests.
9344
9345 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 Implement basic support for DW_TAG_GNU_call_site.
9348 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9349 * gdb.arch/amd64-entry-value.cc: New file.
9350 * gdb.arch/amd64-entry-value.exp: New file.
9351
9352 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9355 * gdb.dwarf2/implptr-64bit.S: New file.
9356 * gdb.dwarf2/implptr-64bit.exp: New file.
9357
9358 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 Fix initial language detection with -readnow.
9361 * gdb.cp/readnow-language.cc: New file.
9362 * gdb.cp/readnow-language.exp: New file.
9363
9364 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 Fix printed anonymous struct name.
9367 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9368
9369 2011-10-09 Joseph Myers <joseph@codesourcery.com>
9370
9371 * gdb.base/solib-symbol.exp: Do not include directories in
9372 filenames in expected messages.
9373
9374 2011-10-07 Doug Evans <dje@google.com>
9375
9376 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9377
9378 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
9379
9380 Allow Python notification of new object-file loadings.
9381 * gdb.python/py-events.exp: Test newobjfile event.
9382 * gdb.python/py-events.py: Register newobjfile callback.
9383 * gdb.python/py-events.c: Add call to shared library
9384 * gdb.python/py-events-shlib.c: New file.
9385
9386 2011-10-06 Joseph Myers <joseph@codesourcery.com>
9387
9388 * gdb.base/fixsection.exp: Do not include directories in filename
9389 in expected message.
9390
9391 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9392
9393 Add tests for passing of environment variables to inferior.
9394 * gdb.base/testenv.c: New test source.
9395 * gdb.base/testenv.exp: New expect test.
9396
9397 2011-10-04 Paul Koning <paul_koning@dell.com>
9398
9399 * gdb.python/py-value.c (main): Break before return.
9400
9401 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
9402
9403 PR python/12691: Add the inferior to Python exited event
9404 * gdb.python/py-events.exp: Test the inferior attribute of exited
9405 event with a fork.
9406 * gdb.python/py-events.py: Print inferior number on exit.
9407 * gdb.python/py-events.c: Fork the inferior.
9408
9409 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9410
9411 * gdb.base/jit.exp: Add testcase name to log message
9412
9413 2011-10-03 Paul Koning <paul_koning@dell.com>
9414 Jan Kratochvil <jan.kratochvil@redhat.com>
9415
9416 * gdb.python/py-value.exp
9417 (python inval = gdb.parse_and_eval('*(int*)0'))
9418 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9419 (set argc=2, python print argc_lazy): New tests.
9420
9421 2011-10-02 Joel Brobecker <brobecker@adacore.com>
9422
9423 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9424
9425 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9426 Pedro Alves <pedro@codesourcery.com>
9427
9428 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9429 can_read_0, test for it.
9430 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9431 (parse_and_eval with memory error): ... here, make it untested if
9432 can_read_0.
9433
9434 2011-09-30 Marek Polacek <mpolacek@redhat.com>
9435
9436 * gdb.python/python.exp (verify pagination beforehand)
9437 (verify pagination afterwards): Fix race by splitting the line.
9438
9439 2011-09-29 Joseph Myers <joseph@codesourcery.com>
9440
9441 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9442 for 64-bit multilibs from i?86-* targets.
9443
9444 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9445
9446 * lib/gdb.exp: Fix a typo in one of the comments.
9447
9448 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9449
9450 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9451 matching pattern.
9452
9453 2011-09-28 Paul Koning <paul_koning@dell.com>
9454
9455 * gdb.python/py-type.c (enum E): New.
9456 * gdb.python/py-type.exp (test_fields): Add tests for Python
9457 mapping access to fields.
9458 (test_enums): New test for field access on enums.
9459
9460 2011-09-27 Stan Shebs <stan@codesourcery.com>
9461
9462 * gdb.trace/collection.exp: Test collection of $_ret.
9463
9464 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
9465
9466 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9467 list of compilation switches for <*-*-freebsd*>.
9468
9469 2011-09-19 Stan Shebs <stan@codesourcery.com>
9470
9471 * gdb.trace/tspeed.exp: New file.
9472 * gdb.trace/tspeed.c: New file.
9473
9474 2011-09-18 Yao Qi <yao@codesourcery.com>
9475
9476 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9477 instructions.
9478 (test_adr_32bit, test_pop_pc): Likewise.
9479 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9480 Thumb instructions.
9481 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9482 in gdb_test_multiple.
9483 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9484
9485 2011-09-17 Yao Qi <yao@codesourcery.com>
9486
9487 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9488 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9489 support single step to signal handler.
9490
9491 2011-09-17 Yao Qi <yao@codesourcery.com>
9492
9493 * gdb.base/disp-step-fork.c: New.
9494 * gdb.base/disp-step-syscall.exp: New.
9495 * gdb.base/disp-step-vfork.c: New.
9496
9497 2011-09-16 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gdb.ada/tasks.exp: Make the expected output for
9500 the `info tasks' tests more resilient to spacing
9501 changes.
9502
9503 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9506 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9507
9508 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
9509
9510 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9511 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9512
9513 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
9514
9515 Handle multiple breakpoint hits in Python interface:
9516 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9517 presence.
9518 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9519 breakpoint hits.
9520
9521 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9522 Jan Kratochvil <jan.kratochvil@redhat.com>
9523
9524 * gdb.python/py-events.exp: Remove pretty printing comment.
9525 * gdb.python/py-evsignal.exp: New file.
9526 * gdb.python/py-evthreads.c: Include signal.h.
9527 (thread3): Remove variable count3. Remove variable bad and use raise
9528 instead.
9529 (thread2): Remove variable count2. Move thread3 pthread_create here,
9530 merge pthread_join to a single line.
9531 (main): Remove variable count1. Merge pthread_join with pthread_create
9532 to a single line.
9533 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9534 KFAIL python/12966 for gdbserver. Test return value of
9535 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9536 gdb_expect by gdb_test and gdb_test_multiple.
9537 (thread 2, thread 3): New tests.
9538
9539 2011-09-12 Matt Rice <ratmice@gmail.com>
9540 Pedro Alves <pedro@codesourcery.com>
9541
9542 PR gdb/13175
9543
9544 * gdb.base/interp.exp: New tests.
9545 * gdb.base/interp.c: New file.
9546
9547 2011-09-12 Doug Evans <dje@google.com>
9548
9549 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9550 * gdb.dwarf2/typeddwarf.exp: Ditto.
9551
9552 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9553
9554 Fix compatibility with x32 arch.
9555 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9556 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9557 is_x86_like_target.
9558 * testsuite/gdb.trace/collection.exp: Likewise.
9559 * testsuite/gdb.trace/report.exp: Likewise.
9560 * testsuite/gdb.trace/unavailable.exp: Likewise.
9561 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9562 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9563 (is_x86_like_target): Check also is_amd64_regs_target.
9564
9565 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9566
9567 PR breakpoints/12435
9568 * gdb.arch/amd64-prologue-xmm.c: New file.
9569 * gdb.arch/amd64-prologue-xmm.exp: New file.
9570 * gdb.arch/amd64-prologue-xmm.s: New file.
9571
9572 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 * gdb.dwarf2/dw2-param-error-main.c: New file.
9575 * gdb.dwarf2/dw2-param-error.S: New file.
9576 * gdb.dwarf2/dw2-param-error.exp: New file.
9577
9578 2011-09-08 Pedro Alves <pedro@codesourcery.com>
9579
9580 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9581 inferior's pid and look for a core dump named core.$pid. Use
9582 `remote_file' commands on the host instead of hand coding shell
9583 commands on the build.
9584 * gdb.base/valgrind-db-attach.exp: Kill the program before
9585 finishing the test.
9586
9587 2011-09-02 Matt Rice <ratmice@gmail.com>
9588
9589 * lib/prompt.exp: New file for testing the first prompt.
9590 * gdb.python/py-prompt.exp: Ditto.
9591 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9592
9593 2011-09-02 Pedro Alves <pedro@codesourcery.com>
9594
9595 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9596 0, before testing gcore.
9597
9598 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * dw2-ifort-parameter-debug.S: Update copyright year.
9601 * dw2-ifort-parameter.c: Update copyright year.
9602 * dw2-ifort-parameter.exp: Update copyright year.
9603
9604 * dw2-ifort-parameter-debug.S: New file.
9605 * dw2-ifort-parameter.c: New file.
9606 * dw2-ifort-parameter.exp: New file.
9607
9608 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9609
9610 * gdb.base/commands.exp (error_clears_commands_left): New function.
9611 (): Call it.
9612
9613 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9614
9615 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9616 (C): Initialize `a'.
9617 * gdb.mi/mi-inheritance-syntax-error.exp
9618 (-data-evaluate-expression $path): Expect `a' as 5.
9619
9620 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9621
9622 PR mi/11912
9623 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9624 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9625 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9626 keyword in output of -var-info-path-expression.
9627
9628 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9629
9630 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9631 * gdb.trace/collection.exp: Likewise.
9632 * gdb.trace/report.exp: Likewise.
9633 * gdb.trace/unavailable.exp: Likewise.
9634 * gdb.trace/while-dyn.exp: Likewise.
9635
9636 2011-08-18 Keith Seitz <keiths@redhat.com>
9637
9638 PR c++/12266
9639 * gdb.cp/meth-typedefs.cc: New file.
9640 * gdb.cp/meth-typedefs.exp: New file.
9641
9642 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9643
9644 * gdb.python/python.exp: Add extended-prompt tests.
9645
9646 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9647
9648 * gdb.arch/i386-dr3-watch.exp
9649 (watchpoint on gap1 does not fit debug registers)
9650 (delete all watchpoints): Fix racy expect strings.
9651
9652 2011-08-14 Yao Qi <yao@codesourcery.com>
9653
9654 * gdb.base/maint.exp: set data_section to ".neardata".
9655 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9656 * gdb.base/savedregs.exp: Handle SIGILL.
9657 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9658 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9659
9660 2011-08-12 Doug Evans <dje@google.com>
9661
9662 * gdb.python/py-symbol.exp: Add test for symbol.type.
9663
9664 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9665
9666 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9667 * gdb.mi/mi-pthreads.exp: Likewise.
9668 * gdb.mi/mi2-pthreads.exp: Likewise.
9669 * gdb.mi/gdb669.exp.exp: Likewise.
9670
9671 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9672
9673 * lib/mi-support.exp (detect_async): Rename to...
9674 (mi_detect_async): ... this.
9675 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9676 * gdb.mi/mi-nonstop.exp: Adjust.
9677 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9678 * gdb.mi/mi-nsintrall.exp: Adjust.
9679 * gdb.mi/mi-nsmoribund.exp: Adjust.
9680 * gdb.mi/mi-nsthrexec.exp: Adjust.
9681
9682 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9683
9684 * gdb.base/display.c (do_loops): New `p_i' local.
9685 * gdb.base/display.exp: Test displaying a variable that is
9686 temporarily at a bad address.
9687
9688 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9689
9690 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9691 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9692
9693 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9696 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9697 (p fuNC_symtab): Permit also ppc64 leading dot.
9698
9699 2011-08-05 Pedro Alves <pedro@codesourcery.com>
9700
9701 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9702 procedure.
9703 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9704
9705 2011-08-05 Yao Qi <yao@codesourcery.com>
9706
9707 * gdb.base/callfuncs.exp: Set language after main.
9708 * gdb.cp/cplusfuncs.exp: Likewise.
9709 * gdb.cp/inherit.exp: Likewise.
9710
9711 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9712
9713 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9714 * gdb.base/watch-vfork.exp: Skip on remote targets.
9715
9716 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9717
9718 * gdb.threads/thread-find.exp: Support remote targets.
9719
9720 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9721
9722 * gdb.base/jit.exp: Download solib_binfile to target.
9723 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9724 and call dlopen without full path name.
9725 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9726 dlopen without full path name.
9727
9728 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9729
9730 * gdb.base/break-always.exp: Complete the test
9731 with duplicated breakpoints and enabling/disabling them.
9732
9733 2011-08-02 Tom Tromey <tromey@redhat.com>
9734
9735 PR gdb/11289:
9736 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9737
9738 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9739
9740 PR gdb/13045
9741 * gdb.base/float.exp: Add new test case for PR gdb/13045
9742 * gdb.base/float.c: New file.
9743
9744 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9745
9746 * gdb.python/py-mi.exp: Test printers returning string hint, and
9747 also not returning a value.
9748 * gdb.python/py-prettyprint.c: Add testcase for above.
9749 * gdb.python/py-prettyprint.py: Add test printer for above.
9750
9751 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9752
9753 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9754 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9755 (.Ldie30) Add as field "data4".
9756 (.Ldie32) Rename field "b" to "shl".
9757 (abbrev4) Change for the "data4" field.
9758 (abbrev5, abbrev6) Remove.
9759 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9760 (p &s.shl): ... here. Add comment.
9761 (p &s.data4): New.
9762
9763 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9764
9765 Fix crash on lval_computed values.
9766 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9767
9768 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9769
9770 * gdb.base/help.exp (help whatis): Update the expected string.
9771
9772 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9773
9774 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9775 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9776 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9777 Change the expected string.
9778
9779 2011-07-26 Pedro Alves <pedro@codesourcery.com>
9780
9781 * gdb.base/watchpoint.exp
9782 (test_disable_enable_software_watchpoint): New procedure.
9783 (top level): Run it.
9784
9785 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9786
9787 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9788 executable file "${binfile}", C++ version "${binfile}-cxx".
9789 * gdb.python/py-prettyprint.exp: Likewise.
9790 * gdb.python/py-symbol.exp: Likewise.
9791 * gdb.python/py-type.exp: Likewise.
9792 * gdb.python/py-value.exp: Likewise.
9793 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9794 file name instead of just suffix.
9795
9796 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9797
9798 Fix implicit pointer offsets.
9799 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9800 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9801 (continue to breakpoint: continue to baz breakpoint for implptr)
9802 (sanity check element 0, sanity check element 1)
9803 (enter the inlined function, check element 0 for the offset)
9804 (check element 1 for the offset)
9805 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9806 (set foo breakpoint for implptr): Update the breakpoint number.
9807
9808 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9809
9810 * gdb.python/py-mi.exp: Use different file names for different
9811 versions of the executable under test.
9812 * gdb.python/py-prettyprint.exp: Likewise.
9813 * gdb.python/py-symbol.exp: Likewise.
9814 * gdb.python/py-template.exp: Likewise.
9815 * gdb.python/py-type.exp: Likewise.
9816 * gdb.python/py-value.exp: Likewise.
9817
9818 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9819
9820 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9821 flag after restarting GDB if necessary.
9822
9823 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9824
9825 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9826
9827 2011-07-22 Pedro Alves <pedro@codesourcery.com>
9828
9829 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9830 backend doesn't leave used debug registers behind.
9831
9832 2011-07-22 Tom Tromey <tromey@redhat.com>
9833
9834 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9835 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9836 argument.
9837 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9838
9839 2011-07-21 Matt Rice <ratmice@gmail.com>
9840
9841 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9842 in mostlyclean rule. Add files ending in .core.
9843
9844 2011-07-21 Matt Rice <ratmice@gmail.com>
9845
9846 PR macros/12999
9847 * gdb.base/info-macros.c: New test sources.
9848 * gdb.base/info-macros.exp: New tests.
9849
9850 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9851
9852 * gdb.python/python.exp: Add prompt substitution tests.
9853
9854 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9855
9856 Fix crash if referenced CU is aged out.
9857 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9858 New.
9859 * gdb.dwarf2/implptr.exp: Likewise.
9860
9861 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 * gdb.dwarf2/implptr.S: Rebuilt.
9864 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9865 (bar): Use them for j, k, l.
9866 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9867 COMPILE.
9868 (print j in implptr:bar): Update for the intp typedef.
9869 (print p[0].x in implptr:foo): Use more exact regex.
9870
9871 2011-07-18 Tom Tromey <tromey@redhat.com>
9872
9873 * gdb.cp/static-method.exp: Add missing single quote.
9874
9875 2011-07-18 Yao Qi <yao@codesourcery.com>
9876
9877 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9878 supported.
9879 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9880 * gdb.mi/mi-nonstop.exp: Likewise.
9881 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9882 * gdb.mi/mi-nsintrall.exp: Likewise.
9883 * gdb.mi/mi-nsmoribund.exp: Likewise.
9884 * gdb.mi/mi-nsthrexec.exp: Likewise.
9885 * gdb.python/py-evthreads.exp: Likewise.
9886
9887 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9888
9889 Code cleanup.
9890 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9891 it. Substitute it instead of test_compiler_info everywhere.
9892
9893 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9894
9895 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9896 remote targets as well.
9897
9898 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9899
9900 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9901 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9902
9903 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9904
9905 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9906 a remote machine, not the host.
9907 (gdb_compile_shlib): Set soname if target is remote.
9908
9909 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9910
9911 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9912
9913 2011-07-13 Matt Rice <ratmice@gmail.com>
9914
9915 * gdb.python/py-objfile-script-gdb.py: Renamed to
9916 py-objfile-script-gdb.py.in.
9917 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9918 py-objfile-script-gdb.py.
9919 * gdb.python/py-objfile-script.exp: Update reference to
9920 py-objfile-script-gdb.py.
9921
9922 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9923
9924 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9925 reference undefined label.
9926
9927 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9930 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9931 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9932 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9933
9934 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9935
9936 PR python/12438
9937 * gdb.python/python.exp: Add maint set/show python print-stack
9938 deprecated tests. Add set/show python print-backtrace tests.
9939
9940 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9941
9942 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9943 debug info.
9944
9945 2011-07-06 Matt Rice <ratmice@gmail.com>
9946
9947 * gdb.python/python.exp: Update filename paths.
9948 * gdb.python/py-symtab.exp: Ditto.
9949
9950 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9951
9952 * gdb.python/py-evthreads.exp: Add missing `$'.
9953
9954 2011-07-06 Jie Zhang <jie.zhang@analog.com>
9955
9956 * config/bfin.exp: New file.
9957 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9958 * gdb.asm/bfin.inc: New file.
9959
9960 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9961
9962 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9963 the whole output.
9964
9965 2011-07-05 Tom Tromey <tromey@redhat.com>
9966
9967 * gdb.java/jprint.java (jprint.hi): New field.
9968 * gdb.java/jprint.exp: Print string.
9969
9970 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9971
9972 * gdb.base/call-sc.c: Fix typos.
9973 * gdb.base/ifelse.exp: Likewise.
9974 * gdb.base/structs.c: Likewise.
9975
9976 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9977
9978 * gdb.base/jit-so.exp: New test.
9979 * gdb.base/jit-dlmain.c: New file.
9980 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9981
9982 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 * gdb.cp/m-static.exp: Call get_compiler_info.
9985 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9986 * gdb.cp/pr9167.exp (p b): Likewise.
9987 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9988 (test value of P in inner_m, test type of Z in inner_m): Call
9989 setup_xfail for gcc <= 4.5.
9990
9991 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9992
9993 * gdb.cp/paren-type.cc: New files.
9994 * gdb.cp/paren-type.exp: New files.
9995
9996 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9997
9998 Stop on first linespec terminator instead of eating what we can.
9999 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
10000 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
10001 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
10002 (break C::f()): ... this one.
10003 (break C::operator()()): New test.
10004 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
10005 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
10006 test.
10007
10008 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10009
10010 Fall back linespec to minimal symbols.
10011 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
10012 error message.
10013 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
10014 * gdb.cp/minsym-fallback-main.cc: New file.
10015 * gdb.cp/minsym-fallback.cc: New file.
10016 * gdb.cp/minsym-fallback.exp: New file.
10017 * gdb.cp/minsym-fallback.h: New file.
10018
10019 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10020
10021 * gdb.cp/no-dmgl-verbose.cc: New file.
10022 * gdb.cp/no-dmgl-verbose.exp: New file.
10023
10024 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10025
10026 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
10027 __GI_.
10028 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
10029 (f): New function.
10030 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
10031 (complete p 'func<short>(): ... here.
10032 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
10033 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
10034 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
10035 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
10036 Make them KFAIL gcc/49546.
10037
10038 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10039
10040 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
10041
10042 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 Test GCC PR debug/49546.
10045 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
10046 (test type of F in k3_m, test value of F in k3_m): New.
10047 * gdb.cp/temargs.cc (struct S3, struct K3): New.
10048 (main): New variable k3. Call k3.k3_m.
10049
10050 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10051
10052 * gdb.ada/packed_array.exp: Fix expected outout.
10053
10054 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10055
10056 * gdb.ada/packed_array.exp: fixed expected output.
10057
10058 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10059
10060 * gdb.ada/same_enum: New testcase.
10061
10062 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10063
10064 * gdb.ada/ptr_typedef: New testcase.
10065
10066 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10067
10068 * gdb.ada/arrayptr.exp: Add ptype test.
10069
10070 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10071
10072 * gdb.ada/char_enum: New testcase.
10073
10074 2011-07-01 Yao Qi <yao@codesourcery.com>
10075
10076 * gdb.base/dump.exp (capture_pointer_with_type): New.
10077 Get value from address instead of name.
10078 Start GDB once, and do `dump' and `restore'
10079 tests together.
10080
10081 2011-06-30 Jie Zhang <jie.zhang@analog.com>
10082 Mike Frysinger <vapier@gentoo.org>
10083
10084 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
10085 helper functions for getting/setting remotetimeout variable.
10086 * lib/gdb.exp (gdb_load): If the target is remote, set
10087 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
10088 with $loadtimeout. Set $load_ok to 0 before doing the load.
10089 Instead of returning, immediately, set $load_ok to 0. Call
10090 set_remotetimeout with $oldremotetimeout, and then return if
10091 $load_ok is 1.
10092
10093 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
10094
10095 * gdb.python/py-template.exp: Don't run this test if the target
10096 does not support c++ tests.
10097
10098 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10099
10100 Fix non-only rename list for Fortran modules import.
10101 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
10102 tests.
10103 * gdb.fortran/module.f90 (module moduse): New.
10104 (program module): use moduse, test var_x, var_y and var_z.
10105
10106 2011-06-29 Tom Tromey <tromey@redhat.com>
10107
10108 PR testsuite/12040:
10109 * gdb.fortran/array-element.exp: Use f90, not f77.
10110 * gdb.fortran/complex.exp: Use f90, not f77.
10111 * gdb.fortran/derived-type.exp: Use f90, not f77.
10112 * gdb.fortran/library-module.exp: Use f90, not f77.
10113 * gdb.fortran/logical.exp: Use f90, not f77.
10114 * gdb.fortran/module.exp: Use f90, not f77.
10115 * gdb.fortran/multi-dim.exp: Use f90, not f77.
10116 * gdb.fortran/subarray.exp: Use f90, not f77.
10117
10118 2011-06-29 Tom Tromey <tromey@redhat.com>
10119
10120 * gdb.fortran/charset.exp: New file.
10121 * gdb.fortran/charset.f90: New file.
10122
10123 2011-06-29 Tom Tromey <tromey@redhat.com>
10124
10125 PR testsuite/12040:
10126 * lib/future.exp: New file, mostly extracted from ada.exp.
10127 Rewrote compatibility code to use rename.
10128 (gdb_find_gfortran): New proc.
10129 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
10130 gfortran patch.
10131 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
10132 Move to future.exp.
10133 * lib/gdb.exp: Always load future.exp.
10134
10135 2011-06-28 Yao Qi <yao@codesourcery.com>
10136
10137 * gdb.cp/exception.cc: Don't include iostream.
10138 (bar): Remove print statement.
10139 (catcher): New.
10140 (main): Remove print statements. Call function catcher.
10141 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
10142 Set breakpoint on catcher, and check the value of parameter.
10143
10144 2011-06-23 Yao Qi <yao@codesourcery.com>
10145
10146 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
10147 breakpoint 1.2 is disabled. KFAIL for uclinux.
10148
10149 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10150
10151 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
10152 mi_gdb_test.
10153
10154 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10155
10156 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10157
10158 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10159
10160 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
10161
10162 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10163
10164 * gdb.mi/mi2-basics.exp: Fix races. Honour the
10165 `test_exec_and_symbol_mi_operatons' return value.
10166 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10167 gdb_test_multiple.
10168 (test_exec_and_symbol_mi_operatons): Likewise.
10169 (test_path_specification): Likewise.
10170
10171 2011-06-23 Yao Qi <yao@codesourcery.com>
10172
10173 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
10174 supported.
10175 * lib/gdb.exp (support_displaced_stepping): New.
10176
10177 2011-06-23 Yao Qi <yao@codesourcery.com>
10178
10179 * gdb.threads/execl.exp: Skip on remote target.
10180
10181 2011-06-21 Marek Polacek <mpolacek@redhat.com>
10182
10183 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
10184 mi_gdb_test.
10185
10186 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10187
10188 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
10189
10190 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10191
10192 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
10193 mi_gdb_test.
10194
10195 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10196
10197 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10198
10199 2011-06-14 Yao Qi <yao@codesourcery.com>
10200
10201 gdb/testsuite/
10202 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
10203
10204 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10205
10206 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
10207
10208 2011-06-10 Tom Tromey <tromey@redhat.com>
10209
10210 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
10211 Add tests for pointer-to-member-function.
10212 * gdb.cp/temargs.cc (S::somefunc): New function.
10213 (K2): New class.
10214 (main): Instantiate K2; call method.
10215
10216 2011-06-08 Joel Brobecker <brobecker@adacore.com>
10217
10218 * gdb.python/py-inferior.c (f2): Make str an array rather
10219 than a pointer.
10220 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
10221
10222 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * gdb.base/async-shell.c: New file.
10225 * gdb.base/async-shell.exp: New file.
10226
10227 2011-06-06 Pedro Alves <pedro@codesourcery.com>
10228
10229 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10230
10231 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
10232
10233 From Stephen Kitt <steve@sk2.org>
10234 * gdb.base/help.exp: Adjust following some spelling corrections
10235 in GDB.
10236
10237 2011-06-01 Yao Qi <yao@codesourcery.com>
10238
10239 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10240
10241 2010-05-31 Keith Seitz <keiths@redhat.com>
10242
10243 PR c++/12750
10244 * gdb.cp/static-method.cc: New file.
10245 * gdb.cp/static-method.exp: New file.
10246
10247 2010-05-31 Keith Seitz <keiths@redhat.com>
10248
10249 PR symtab/12704
10250 * gdb.cp/anon-ns.cc: New file.
10251 * gdb.cp/anon-ns.exp: New file.
10252
10253 2011-05-31 Pedro Alves <pedro@codesourcery.com>
10254
10255 * gdb.arch/i386-dr3-watch.c: New file.
10256 * gdb.arch/i386-dr3-watch.exp: New file.
10257
10258 2011-05-30 Yao Qi <yao@codesourcery.com>
10259
10260 * gdb.base/callfuncs.c (t_structs_fc): New.
10261 (t_structs_dc, t_structs_ldc): New.
10262 (t_double_many_args):
10263 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10264 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10265 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10266 * gdb.base/callfuncs.exp: Call new functions.
10267
10268 2011-05-30 Yao Qi <yao@codesourcery.com>
10269
10270 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10271 Call rerun_and_prepare for each test to isolate effects.
10272
10273 2011-05-30 Yao Qi <yao@codesourcery.com>
10274
10275 * gdb.base/varargs.c (find_max_float_real): New.
10276 (find_max_double_real, find_max_long_double_real): New.
10277 * gdb.base/varargs.exp: Call these new added functions.
10278 * lib/gdb.exp (setup_kfail_for_target): New.
10279
10280 2011-05-30 Yao Qi <yao@codesourcery.com>
10281
10282 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10283 (callcd, callce, callcf, callc1a, callc1b): New.
10284 (callc2a, callc2b): New.
10285 * gdb.base/funcargs.exp (complex_args): New.
10286 (complex_integral_args, complex_float_integral_args): New.
10287 * lib/gdb.exp (support_complex_tests): New. Determine
10288 whether to run test cases on _Complex types.
10289
10290 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10291
10292 * gdb.threads/leader-exit.c: New file.
10293 * gdb.threads/leader-exit.exp: New file.
10294
10295 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10296
10297 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
10298
10299 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10300
10301 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10302 remove the `supported' variable.
10303 * gdb.mi/mi-nonstop.exp: Likewise.
10304 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10305 * gdb.mi/mi-nsintrall.exp: Likewise.
10306 * gdb.mi/mi-nsmoribund.exp: Likewise.
10307 * gdb.mi/mi-nsthrexec.exp: Likewise.
10308
10309 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10310
10311 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10312
10313 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10314
10315 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10316
10317 2011-05-24 Keith Seitz <keiths@redhat.com>
10318
10319 PR breakpoint/12803
10320 * gdb.cp/cmpd-minsyms.cc (a): New method.
10321 (b): New method.
10322 (c): New method.
10323 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10324
10325 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10326
10327 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10328 watchpoint's command list didn't execute when the watchpoint went
10329 out of scope.
10330
10331 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10332
10333 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10334 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10335 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10336 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10337 * gdb.arch/i386-permbkpt.exp: Likewise.
10338 * gdb.arch/i386-prologue.exp: Likewise.
10339 * gdb.arch/i386-size-overlap.exp: Likewise.
10340 * gdb.arch/i386-size.exp: Likewise.
10341 * gdb.arch/i386-unwind.exp: Likewise.
10342 * gdb.reverse/i386-precsave.exp: Likewise.
10343 * gdb.reverse/i386-reverse.exp: Likewise.
10344 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10345 * gdb.reverse/i387-env-reverse.exp: Likewise.
10346 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10347
10348 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10349
10350 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10351 file doesn't error, using MI.
10352
10353 2011-05-23 Tom Tromey <tromey@redhat.com>
10354
10355 * gdb.base/charset.exp (string_display): Add tests to assign to
10356 arrays.
10357 * gdb.base/charset.c (short_array, int_array, long_array): New.
10358
10359 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10360
10361 Cope with async mode.
10362
10363 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10364 into gdb_test + mi_expect_stop.
10365
10366 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10367
10368 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10369 (callme): Remove printf call.
10370
10371 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10372
10373 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10374 quote pattern to avoid problems with Cygwin/mingw expect versions.
10375 * gdb.base/default.exp (show convenience): Use double
10376 quote pattern for regular expressions.
10377
10378 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 Fix -readnow for -gdwarf-4 unused type units.
10381 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10382 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10383
10384 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10385
10386 * gdb.base/kill-after-signal.c: New file.
10387 * gdb.base/kill-after-signal.exp: New file.
10388
10389 2011-05-16 Pedro Alves <pedro@codesourcery.com>
10390
10391 * gdb.ada/start.exp: Call untested with the correct test filename.
10392 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10393 test filename. Make the test's binary unique.
10394 * gdb.arch/i386-signal.exp: Call untested with the correct test
10395 filename.
10396 * gdb.arch/i386-size-overlap.exp: Ditto.
10397 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10398 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10399 * gdb.cp/call-c.exp: Ditto.
10400 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10401 filename. Make the test's binary unique.
10402 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10403 * gdb.python/py-mi.exp: Ditto.
10404 * gdb.python/Makefile.in (EXECUTABLES): Update.
10405 * gdb.reverse/i386-precsave.exp: Ditto.
10406 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10407 test filename.
10408 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10409 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10410 unique.
10411 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10412 test filename.
10413 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10414 * gdb.trace/tfile.exp: Ditto.
10415
10416 2011-05-14 Yao Qi <yao@codesourcery.com>
10417
10418 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10419 type.
10420
10421 2011-05-13 Doug Evans <dje@google.com>
10422
10423 * gdb.python/py-objfile-script.exp: New file.
10424 * gdb.python/py-objfile-script.c: New file.
10425 * gdb.python/py-objfile-script-gdb.py: New file.
10426 * testsuite/gdb.python/py-section-script.exp: Test
10427 "info auto-load-scripts".
10428
10429 2011-05-13 Tom Tromey <tromey@redhat.com>
10430
10431 * gdb.dwarf2/clztest.exp: New file.
10432 * gdb.dwarf2/clztest.c: New file.
10433 * gdb.dwarf2/clztest.S: New file.
10434
10435 2011-05-13 Doug Evans <dje@google.com>
10436
10437 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10438 String16 tests.
10439
10440 2011-05-13 Tom Tromey <tromey@redhat.com>
10441
10442 * lib/gdb.exp (is_x86_like_target): New proc.
10443 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10444 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10445 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10446 -nostdlib to compiler.
10447 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10448 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10449 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10450 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10451 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10452
10453 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10454
10455 * gdb.python/py-function.exp: Test setting a value from a function
10456 which executes a command.
10457
10458 2011-05-12 Tom Tromey <tromey@redhat.com>
10459
10460 * gdb.dwarf2/typeddwarf.S: New file.
10461 * gdb.dwarf2/typeddwarf.c: New file.
10462 * gdb.dwarf2/typeddwarf.exp: New file.
10463
10464 2011-05-12 Marek Polacek <mpolacek@redhat.com>
10465
10466 * gdb.mi/mi-basics.exp: Fix races. Honour the
10467 `test_exec_and_symbol_mi_operatons' return value.
10468 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10469 gdb_test_multiple.
10470 (test_exec_and_symbol_mi_operatons): Likewise.
10471 (test_path_specification): Likewise.
10472
10473 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10474
10475 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10476 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10477 Replace `file copy' and `file rename' by `file mtime'. Twice.
10478
10479 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10480
10481 * gdb.base/readline-ask.c: New file.
10482 * gdb.base/readline-ask.exp: New file.
10483 * gdb.base/readline-ask.inputrc: New file.
10484
10485 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10486
10487 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10488 to avoid race condition.
10489 * gdb.cell/coremaker.c: Use small stack size.
10490 * gdb.cell/ea-standalone.exp: Use file name without path as
10491 argument to c_to.
10492 * gdb.cell/fork.exp: Allow other output when continuing to end.
10493
10494 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10495
10496 * gdb.threads/corethreads.c: New file.
10497 * gdb.threads/corethreads.exp: New file.
10498
10499 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10500
10501 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10502 Try to compile the test using -Wl,-z,norelro first.
10503 (load_core): New variable libthread_db_seen, initialize it.
10504 (zeroed-threads cannot be listed): Protect it by XFAIL on
10505 !$libthread_db_seen.
10506
10507 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 PR 12573
10510 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10511 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10512 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10513
10514 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10515
10516 * gdb.cp/psymtab-parameter.cc: New file.
10517 * gdb.cp/psymtab-parameter.exp: New file.
10518
10519 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 Fix a race.
10522 * gdb.cp/static-print-quit.exp (print c): Split to ...
10523 (print c - <return>, print c - q <return>, print c - to quit):
10524 ... these. Make the testfile untested on gdb-7.1.
10525
10526 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
10527
10528 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10529 gdb_rename_execfile, gdb_touch_execfile): New.
10530 * gdb.base/reread.exp: Use new procs to handle multiple
10531 exec files.
10532
10533 2011-05-05 Yao Qi <yao@codesourcery.com>
10534
10535 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10536 (test_adr_32bit, test_pop_pc): New.
10537 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10538 (test_adr_32bit, test_pop_pc): New.
10539
10540 2011-05-04 Joseph Myers <joseph@codesourcery.com>
10541
10542 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10543 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10544 targets.
10545 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10546 handle targets.
10547
10548 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10549
10550 * gdb.base/completion.exp (complete help info wat): Rename to ...
10551 (complete 'help info wat'): ... here.
10552 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10553 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10554
10555 2011-05-04 Pedro Alves <pedro@codesourcery.com>
10556
10557 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10558 gdb_test and explicit $gdb_prompt/timeout matches.
10559
10560 2011-05-04 Yao Qi <yao@codesourcery.com>
10561
10562 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10563 and __thumb2__.
10564
10565 2011-05-03 Marek Polacek <mpolacek@redhat.com>
10566
10567 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10568 in place of `gdb_test "delete breakpoints"'. This eliminates two
10569 testcases.
10570
10571 2011-05-02 Pedro Alves <pedro@codesourcery.com>
10572
10573 PR testsuite/12649
10574 Fix races.
10575
10576 * gdb.base/completion.exp: Remove all sleep calls. Remove
10577 unnecessary regexs. Don't explicitly expect anything after the
10578 prompt. Eat the prompt if necessary.
10579
10580 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10581
10582 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10583 accept to show the caller line again as well as the line after.
10584
10585 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10586
10587 PR mi/12531
10588
10589 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10590 compile target.
10591 * gdb.python/py-prettyprint.exp: Add C++ object for
10592 CPLUS_FAKE_CHILD test.
10593
10594 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10595
10596 * gdb.base/signest.exp: New file.
10597 * gdb.base/signest.c: Likewise.
10598
10599 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10602 thread and breakpoint notifications.
10603
10604 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 * gdb.base/fortran-sym-case.c: New file.
10607 * gdb.base/fortran-sym-case.exp: New file.
10608 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10609 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10610 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10611
10612 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10613
10614 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10615 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10616 false #1', `if true else false #2' and `if true else false #3'.
10617
10618 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10619
10620 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10621 while delivering signal.
10622
10623 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10624
10625 MI breakpoint notifications.
10626
10627 * testsuite/gdb.mi/mi-cli.exp: Adust.
10628 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10629 * testsuite/gdb.mi/mi-watch.exp: Adust.
10630 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10631 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10632 notifications.
10633
10634 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10635
10636 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10637 * gdb.base/gdbindex-stabs.c: New file.
10638 * gdb.base/gdbindex-stabs.exp: New file.
10639
10640 2011-04-25 Yao Qi <yao@codesourcery.com>
10641
10642 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10643 with /*...*/.
10644 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10645
10646 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 * gdb.python/py-value.exp (test_objfiles): Name the first test
10649 `py-value in file.filename'.
10650
10651 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10652
10653 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10654 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10655 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10656 !gdbserver_reconnect_p..
10657 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10658
10659 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10660
10661 * gdb.cp/cpcompletion.exp (complete class methods)
10662 (complete class methods beginning with F): Move them above runto. New
10663 comment about the runto delimiter.
10664
10665 2011-04-20 Pedro Alves <pedro@codesourcery.com>
10666
10667 * gdb.base/maint.exp: Test that "maint print registers" works
10668 without a running program.
10669
10670 2011-04-20 Marek Polacek <mpolacek@redhat.com>
10671
10672 * gdb.base/setshow.exp: Fix racy tests.
10673 ($old_gdb_prompt): New variable.
10674
10675 2011-04-19 Tom Tromey <tromey@redhat.com>
10676
10677 * gdb.mi/mi-nsmoribund.exp:
10678 * gdb.hp/gdb.objdbg/objdbg01.exp:
10679 * gdb.base/structs.exp (test_struct_returns):
10680 * gdb.base/call-sc.exp (test_scalar_returns):
10681 * gdb.base/bigcore.exp: Remove duplicate words.
10682
10683 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10684
10685 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10686 * gdb.base/break-interp.exp (test_attach): New comment.
10687
10688 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10689
10690 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10691 (clear __stack_user.next, clear stack_used.next)
10692 (save a zeroed-threads corefile): New test.
10693 Call core_load for $core0file.
10694 (zeroed-threads cannot be listed): New test.
10695
10696 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10699 filename.
10700 ($srcfile): Preserve the original value.
10701 ($testfile): Match it the .exp filename.
10702 ($corefile): New variable. Substitute it around.
10703 Use clean_restart.
10704 ($prev_timeout): Remove.
10705 (load_core): Move core loading into this proc.
10706 Fix restore of $timeout if load_core fails.
10707
10708 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10709
10710 * gdb.base/eu-strip-infcall.c: New file.
10711 * gdb.base/eu-strip-infcall.exp: New file.
10712
10713 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10716 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10717
10718 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10719
10720 Fix Python access to inlined frames.
10721 * gdb.python/py-frame-inline.c: New file.
10722 * gdb.python/py-frame-inline.exp: New file.
10723
10724 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10725
10726 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10727 content of 's24' correctly (avoiding "optimized out").
10728 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10729
10730 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10731
10732 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10733
10734 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10735
10736 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10737 expect a colon in watch -location output.
10738
10739 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10740
10741 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10742 New testcase `expect response to define backtrace'. Also remove
10743 redundant `default' block.
10744
10745 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10746
10747 * gdb.python/py-prettyprint.c (struct hint_error): New.
10748 (main): New variable hint_error.
10749 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10750 "print hint_error".
10751 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10752 (register_pretty_printers): Register it.
10753
10754 2011-04-04 Tom Tromey <tromey@redhat.com>
10755
10756 * gdb.cp/maint.exp (test_help): Update.
10757 (test_namespace): Likewise.
10758
10759 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10760
10761 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10762 * gdb.ada/arrayptr.exp: Add new tests.
10763
10764 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10765
10766 * gdb.ada/mi_catch_ex: New testcase.
10767
10768 2011-04-01 Pedro Alves <pedro@codesourcery.com>
10769
10770 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10771 base::overload(void) method without specifying "const".
10772
10773 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10774
10775 * gdb.arch/thumb-singlestep.S: New file.
10776 * gdb.arch/thumb-singlestep.exp: Likewise.
10777
10778 2011-03-31 Tom Tromey <tromey@redhat.com>
10779
10780 * gdb.python/py-prettyprint.py (exception_flag): New global.
10781 (NoStringContainerPrinter._iterator.next): Check it.
10782 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10783 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10784
10785 2011-03-29 Tom Tromey <tromey@redhat.com>
10786
10787 * gdb.cp/anon-struct.cc: New file.
10788 * gdb.cp/anon-struct.exp: New file.
10789
10790 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10791
10792 Test STT_GNU_IFUNC support.
10793 * gdb.base/gnu-ifunc-lib.c: New file.
10794 * gdb.base/gnu-ifunc.c: New file.
10795 * gdb.base/gnu-ifunc.exp: New file.
10796
10797 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 Support a ring of related breakpoints.
10800 * gdb.base/watchpoint-delete.c: New file.
10801 * gdb.base/watchpoint-delete.exp: New file.
10802
10803 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10804
10805 * gdb.ada/arrayparam.exp (print first after function call): Use
10806 explicit package name. Add a comment
10807 (print lasta after function call): Rename ...
10808 (print last after function call): ... it and use explicit package
10809 name.
10810 (print length after function call): Use explicit package name.
10811 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10812 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10813 (multiple matches for symbol i): Rename ...
10814 (multiple matches for symbol integervar): ... it.
10815 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10816 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10817
10818 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
10819
10820 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10821 environment variable to make grep output more predictable. Move
10822 all the environment setup into gdb_init so it's done once per test
10823 case rather than each time we start gdb.
10824
10825 2011-03-24 Tom Tromey <tromey@redhat.com>
10826
10827 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10828 test.
10829
10830 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10831
10832 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10833 * gdb.dwarf2/dw2-entry-value.S: New file.
10834 * gdb.dwarf2/dw2-entry-value.exp: New file.
10835
10836 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10837
10838 PR python/12183
10839
10840 * gdb.python/py-function.exp: Add GdbError tests.
10841
10842 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10843
10844 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10845 (reglocal_test_func, statlocal_test_func): New functions.
10846 (globals_test_func): Call new functions.
10847 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10848 (gdb_collect_locals_test): New procedure.
10849 (gdb_trace_collection_test): Call new procedures.
10850
10851 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10852
10853 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10854 (test_register, test_register_unavailable): New procedures.
10855 (gdb_unavailable_registers_test): New procedure.
10856 (gdb_trace_collection_test): Call it.
10857
10858 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10859
10860 PR python/12149
10861
10862 * gdb.python/python.exp: Add gdb.write tests.
10863
10864 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10865
10866 * gdb.python/Makefile.in: Add py-objfile.
10867 * gdb.python/py-objfile.exp: New file.
10868 * gdb.python/py-objfile.c: New file.
10869 * gdb.python/py-block.exp: Add is_valid tests.
10870 * gdb.python/py-inferior.exp: Ditto.
10871 * gdb.python/py-infthread.exp: Ditto.
10872 * gdb.python/py-symbol.exp: Ditto.
10873 * gdb.python/py-symtab.exp: Ditto.
10874
10875 2011-03-16 Keith Seitz <keiths@redhat.com>
10876
10877 PR c++/12273
10878 * gdb.cp/cmpd-minsyms.exp: New test.
10879 * gdb.cp/cmpd-minsyms.cc: New file.
10880
10881 PR c++/11734
10882 * gdb.cp/ovsrch.exp: New test.
10883 * gdb.cp/ovsrch.h: New file.
10884 * gdb.cp/ovsrch1.cc: New file.
10885 * gdb.cp/ovsrch2.cc: New file.
10886 * gdb.cp/ovsrch3.cc: New file.
10887 * gdb.cp/ovsrch4.cc: New file.
10888
10889 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10890
10891 PR gdb/12528
10892 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10893 * gdb.base/break-on-linker-gcd-function.exp: New test.
10894 * gdb.base/break-on-linker-gcd-function.cc: New file.
10895
10896 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10897
10898 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10899
10900 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10901
10902 * lib/gdb.exp (gdb_unload): Add another termination case.
10903
10904 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10905
10906 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10907 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10908 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10909 Provide a stub byte there.
10910 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10911 DW_AT_entry_pc.
10912 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10913
10914 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10915
10916 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10917 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10918 "generic ABI, auto".
10919 (altivec_abi_tests): Accept vectors returned by reference.
10920
10921 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10922
10923 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10924
10925 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10926
10927 * gdb.python/py-section-script.exp: Skip test if no Python support.
10928
10929 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10930
10931 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10932
10933 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10934
10935 * gdb.python/py-parameter.exp: Update tests to the new Python
10936 parameter API. Add "no documentation" test. Add deprecated API
10937 backward compatibility test.
10938
10939 2011-03-09 Tom Tromey <tromey@redhat.com>
10940
10941 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10942 gdb_continue_to_end.
10943
10944 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10945
10946 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10947 tabs.
10948
10949 2011-03-09 Tom Tromey <tromey@redhat.com>
10950
10951 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10952 parentheses.
10953 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10954 $command.
10955 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10956 argument to gdb_continue_to_end.
10957 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10958 argument to gdb_continue_to_end.
10959 * gdb.cp/annota3.exp: Fix regex.
10960 * gdb.cp/annota2.exp: Fix regex.
10961 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10962 gdb_continue_to_end.
10963 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10964 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10965 gdb_continue_to_end.
10966
10967 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10968
10969 * gdb.server/ext-run.exp
10970 (load new file without any gdbserver inferior): New test.
10971
10972 2011-03-07 Tom Tromey <tromey@redhat.com>
10973
10974 * Makefile.in (TAGS): Rewrite.
10975
10976 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10977
10978 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10979 initial commands echo. New match for `Found trace'. Anchor all the
10980 other matches. Anchor and match for `No trace frame found' the final
10981 match.
10982
10983 2011-03-07 Tom Tromey <tromey@redhat.com>
10984
10985 * Makefile.in (TAGS): New target.
10986
10987 2011-03-07 Tom Tromey <tromey@redhat.com>
10988
10989 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10990 change.
10991 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10992 change.
10993 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10994 exit message change.
10995 (skip_altivec_tests): Update for exit message change.
10996 (skip_vsx_tests): Likewise.
10997 (gdb_continue_to_end): Likewise. Add 'command' argument.
10998 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10999 * gdb.threads/tls.exp: Update for exit message change.
11000 * gdb.threads/thread-unwindonsignal.exp: Use
11001 gdb_continue_to_end.
11002 * gdb.threads/step.exp (step_it): Update for exit message change.
11003 (continue_all): Likewise.
11004 * gdb.threads/print-threads.exp (test_all_threads): Update for
11005 exit message change.
11006 * gdb.threads/interrupted-hand-call.exp: Use
11007 gdb_continue_to_end.
11008 * gdb.threads/execl.exp: Use gdb_continue_to_end.
11009 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
11010 gdb_continue_to_end.
11011 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
11012 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
11013 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
11014 * gdb.cp/method.exp: Update for exit message change.
11015 * gdb.cp/mb-templates.exp: Update for exit message change.
11016 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
11017 * gdb.cp/annota3.exp: Update for exit message change.
11018 * gdb.cp/annota2.exp: Update for exit message change.
11019 * gdb.cell/fork.exp: Use gdb_continue_to_end.
11020 * gdb.base/term.exp: Update for exit message change.
11021 * gdb.base/step-test.exp (test_i): Update for exit message change.
11022 * gdb.base/sigstep.exp (advance): Update for exit message change.
11023 (advancei): Likewise.
11024 * gdb.base/siginfo.exp: Update for exit message change.
11025 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
11026 * gdb.base/reread.exp: Use gdb_continue_to_end.
11027 * gdb.base/langs.exp: Use gdb_continue_to_end.
11028 * gdb.base/interrupt.exp: Update for exit message change.
11029 * gdb.base/gdb1555.exp: Update for exit message change.
11030 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
11031 * gdb.base/ending-run.exp: Update for exit message change.
11032 * gdb.base/chng-syms.exp: Update for exit message change.
11033 * gdb.base/checkpoint.exp: Update for exit message change.
11034 * gdb.base/catch-syscall.exp (check_for_program_end): Use
11035 gdb_continue_to_end.
11036 (test_catch_syscall_with_wrong_args): Likewise.
11037 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
11038 * gdb.base/break-interp.exp (test_ld): Update for exit message
11039 change.
11040 * gdb.base/bang.exp: Update for exit message change.
11041 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
11042 (do_call_attach_tests): Likewise.
11043 * gdb.base/a2-run.exp: Update for exit message change.
11044 * gdb.arch/ppc-dfp.exp: Update for exit message change.
11045 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
11046 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
11047
11048 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11049
11050 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
11051
11052 2011-03-03 Tom Tromey <tromey@redhat.com>
11053
11054 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
11055 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
11056 * gdb.hp/gdb.aCC/configure.ac: Remove.
11057 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
11058 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
11059 * gdb.hp/gdb.base-hp/configure.ac: Remove.
11060 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
11061 * gdb.hp/gdb.compat/configure (Makefile): Remove.
11062 * gdb.hp/gdb.compat/configure.ac: Remove.
11063 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
11064 * gdb.hp/gdb.defects/configure (Makefile): Remove.
11065 * gdb.hp/gdb.defects/configure.ac: Remove.
11066 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
11067 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
11068 * gdb.hp/gdb.objdbg/configure.ac: Remove.
11069 * gdb.hp/configure.ac: Remove.
11070 * gdb.hp/configure: Remove.
11071 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
11072 substitution.
11073 (Makefile): Remove rule.
11074 * gdb.cell/configure.ac: Remove.
11075 * gdb.cell/configure: Remove.
11076 * gdb.stabs/Makefile.in (Makefile): Remove.
11077 (distclean): Don't remove config.status or config.log.
11078 * gdb.stabs/configure (Makefile): Remove.
11079 * gdb.stabs/configure.ac: Remove.
11080 * configure: Rebuild.
11081 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
11082 Remove stabs- and cell-specific logic. Test for existence of
11083 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
11084 subdirectories, gdb.cell, and and gdb.stabs.
11085 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
11086
11087 2011-03-03 Joel Brobecker <brobecker@adacore.com>
11088
11089 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
11090 end of buffer.
11091
11092 2011-03-02 Joel Brobecker <brobecker@adacore.com>
11093
11094 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
11095 gdb_test when running a test where we expected no output back.
11096
11097 2011-02-28 Michael Snyder <msnyder@vmware.com>
11098
11099 * gdb.cp/overload.cc: Change initializer value to integer.
11100
11101 2011-02-27 Michael Snyder <msnyder@vmware.com>
11102
11103 * gdb.multi/base.exp: Add test for remove-inferiors.
11104
11105 2011-02-26 Joel Brobecker <brobecker@adacore.com>
11106
11107 * gdb.python/py-frame.exp: Simplify the initialization phase
11108 using prepare_for_testing.
11109
11110 2011-02-25 Michael Snyder <msnyder@vmware.com>
11111
11112 * gdb.multi/base.exp: Add tests for info inferiors with args.
11113
11114 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11115
11116 * gdb.dwarf2/dw2-ranges.S: Rename to ...
11117 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
11118 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
11119 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
11120 asmfile3. Comment the STABS (#3) file compilation. Compile
11121 everything through assembler. Provide KFAIL for symtab/12497.
11122 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
11123 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
11124 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
11125 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
11126
11127 2011-02-24 Michael Snyder <msnyder@vmware.com>
11128
11129 * gdb.base/break.exp: Add tests for delete breakpoints using
11130 convenience variables and value history references.
11131
11132 2011-02-24 Michael Snyder <msnyder@vmware.com>
11133
11134 * gdb.base/break.exp: Remove debugging 'printf' accidentally
11135 left behind in previous check-in.
11136
11137 2011-02-23 Michael Snyder <msnyder@vmware.com>
11138
11139 * gdb.base/break.exp: Add tests for "info break" with arguments.
11140 * gdb.trace/infotrace.exp: Update patterns for error and help.
11141 * gdb.base/completion.exp: Update pattern.
11142 * gdb.base/ena-dis-br.exp: Update pattern.
11143 * gdb.base/help.exp: Update patterns.
11144
11145 2011-02-23 Michael Snyder <msnyder@vmware.com>
11146
11147 * gdb.base/memattr.exp: New test.
11148 * gdb.base/memattr.c: Test load for memattr.exp.
11149
11150 2011-02-22 Doug Evans <dje@google.com>
11151
11152 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
11153
11154 2011-02-22 Michael Snyder <msnyder@vmware.com>
11155
11156 * Makefile.in: Make more clean.
11157 * gdb.ada/Makefile.in: Ditto.
11158 * gdb.arch/Makefile.in: Ditto.
11159 * gdb.asm/Makefile.in: Ditto.
11160 * gdb.base/Makefile.in: Ditto.
11161 * gdb.cp/Makefile.in: Ditto.
11162 * gdb.dwarf2/Makefile.in: Ditto.
11163 * gdb.java/Makefile.in: Ditto.
11164 * gdb.mi/Makefile.in: Ditto.
11165 * gdb.modula2/Makefile.in: Ditto.
11166 * gdb.python/Makefile.in: Ditto.
11167 * gdb.server/Makefile.in: Ditto.
11168 * gdb.stabs/Makefile.in: Ditto.
11169 * gdb.threads/Makefile.in: Ditto.
11170 * gdb.trace/Makefile.in: Ditto.
11171
11172 2011-02-22 Michael Snyder <msnyder@vmware.com>
11173
11174 * gdb.threads/thread-find.exp: Add tests for bad input to
11175 info threads.
11176
11177 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.python/py-breakpoint.exp: Fix the expected output of
11180 one of the "maint info breakpoints" tests to accept the output
11181 generated on platforms that do not have hardware watchpoints.
11182
11183 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11184
11185 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
11186 clean_restart. Be a little stricter in the expected output
11187 for one of the tests. Fix a typo in one of the comments.
11188
11189 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11190
11191 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
11192 Delete variable binfile, no longer use. Add or modify test
11193 comments to make them unique.
11194
11195 2011-02-21 Michael Snyder <msnyder@vmware.com>
11196
11197 * Makefile.in: Update for make clean.
11198 * gdb.ada/Makefile.in: Ditto.
11199 * gdb.arch/Makefile.in: Ditto.
11200 * gdb.asm/Makefile.in: Ditto.
11201 * gdb.base/Makefile.in: Ditto.
11202 * gdb.cp/Makefile.in: Ditto.
11203 * gdb.dwarf2/Makefile.in: Ditto.
11204 * gdb.java/Makefile.in: Ditto.
11205 * gdb.mi/Makefile.in: Ditto.
11206 * gdb.modula2/Makefile.in: Ditto.
11207 * gdb.python/Makefile.in: Ditto.
11208 * gdb.server/Makefile.in: Ditto.
11209 * gdb.stabs/Makefile.in: Ditto.
11210 * gdb.threads/Makefile.in: Ditto.
11211 * gdb.trace/Makefile.in: Ditto.
11212
11213 2011-02-21 Michael Snyder <msnyder@vmware.com>
11214
11215 * gdb.threads/thread-find.exp: Update patterns for changes in
11216 output of "info threads" command.
11217
11218 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11219 Ulrich Weigand <uweigand@de.ibm.com>
11220
11221 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
11222 (skip_hw_watchpoint_tests): Likewise.
11223 (skip_hw_watchpoint_multi_tests): Likewise.
11224
11225 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
11226
11227 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
11228 (skip_hw_watchpoint_tests): Likewise.
11229 (skip_hw_watchpoint_multi_tests): Likewise.
11230 (skip_hw_watchpoint_access_tests): Likewise.
11231
11232 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
11233 * gdb.base/pr11022.exp: Likewise.
11234 * gdb.base/watch-read.exp: Likewise.
11235 * gdb.base/watch_thread_num.exp: Likewise.
11236 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11237 * gdb.base/watchpoint-hw.exp: Likewise.
11238 * gdb.base/watchpoint.exp: Likewise.
11239 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
11240 * gdb.threads/watchthreads-reorder.exp: Likewise.
11241 * gdb.threads/watchthreads.exp: Likewise.
11242 * gdb.threads/watchthreads2.exp: Likewise.
11243
11244 2011-02-21 Joel Brobecker <brobecker@adacore.com>
11245
11246 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11247 the debugger is unable to find the array bounds.
11248
11249 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11250
11251 * gdb.cp/typedef-operator.exp: New file.
11252 * gdb.cp/typedef-operator.cc: New file.
11253
11254 2011-02-17 Michael Snyder <msnyder@vmware.com>
11255
11256 * gdb.threads/thread-find.exp: Fix regular expressions.
11257
11258 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11259
11260 * gdb.ada/packed_array: Expand testcase to test printing of
11261 unconstrained packed array.
11262
11263 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11264
11265 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11266
11267 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11268
11269 * gdb.trace/collection.c (globalarr3): New global.
11270 (main): Initialize it before collecting, and and clear it
11271 afterwards.
11272 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11273 collecting with '{type} addr', where the addr expression is not an
11274 rvalue.
11275
11276 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
11277
11278 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11279 a bool variable. Expect correct OpenCL names for vector types. Use the
11280 uc3 variable name instead of referring to the uchar3 built-in type.
11281 Escape the asterisk at the half pointer test.
11282
11283 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11284
11285 * gdb.trace/collection.c (globalarr2): New global.
11286 (main): Initialize it before collecting, and and clear it
11287 afterwards.
11288 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11289 collecting overlapping memory ranges.
11290
11291 2011-02-15 Michael Snyder <msnyder@vmware.com>
11292
11293 * gdb.base/default.exp: Add tests for thread commands.
11294 * gdb.base/help.exp: Add tests for thread commands.
11295 * gdb.threads/thread-find.exp: New test for thread find command.
11296
11297 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
11298
11299 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11300
11301 2011-02-15 Yao Qi <yao@codesourcery.com>
11302
11303 PR tdep/12352
11304 * gdb.arch/arm-disp-step.S : New test for str instruction.
11305 * gdb.arch/arm-disp-step.exp : Likewise.
11306
11307 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11308
11309 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11310 "vector_register2_vr" test strings. Test the extended floating
11311 point registers (F32~F63).
11312 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11313 IBM XL C compiler. Make the test program use a register provided
11314 by the compiler for the lxvd2x instruction.
11315
11316 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11317
11318 * gdb.trace/unavailable.cc (class Base, class Middle, class
11319 Derived): New types.
11320 (derived_unavail, derived_partial, derived_whole): New globals.
11321 (virtual_partial): New global.
11322 (virtualp): Point at virtual_partial.
11323 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11324 related to unavailable vptr.
11325
11326 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11327
11328 * gdb.trace/unavailable.cc (a, b, c): New globals.
11329 (main): Set and clear them.
11330 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11331 `a' and `c', and check that `b' isn't collected, although `a' and
11332 `c' are.
11333
11334 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11335
11336 * gdb.trace/unavailable.cc (struct Virtual): New.
11337 (virtualp): New global pointer.
11338 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11339 printing a pointer to an object whose type has a vtable, with
11340 print object on.
11341
11342 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11343
11344 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11345 value repeat handles unavailableness.
11346
11347 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11348
11349 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11350 tests for building arrays from unavailable values, subscripting
11351 non-memory rvalue unvailable arrays, and accessing fields or
11352 baseclasses of non-lazy unavailable values,
11353 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11354 struct types.
11355 (g_smallstruct, g_smallstruct_b): New globals.
11356
11357 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11358
11359 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11360
11361 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11362
11363 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11364 * gdb.cp/overload-const.exp: New file.
11365 * gdb.cp/overload-const.cc: New file.
11366
11367 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11368
11369 * gdb.opencl/callfuncs.cl: New file.
11370 * gdb.opencl/callfuncs.exp: New test.
11371 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11372
11373 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11374
11375 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11376 when computing result.
11377 * gdb.arch/altivec-abi.exp: Update expected results.
11378
11379 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11380
11381 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11382 * gdb.base/jit.exp: Likewise.
11383 * gdb.base/pie-execl.exp: Likewise.
11384 * gdb.base/solib-nodir.exp: Likewise.
11385 * gdb.base/solib-overlap.exp: Likewise.
11386
11387 2011-02-07 Pedro Alves <pedro@codesourcery.com>
11388
11389 * gdb.trace/collection.c (global_pieces): New.
11390 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11391 New procedure.
11392 (gdb_trace_collection_test): Call it.
11393
11394 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11395
11396 * gdb.python/py-evthreads.c: New file.
11397 * gdb.python/py-evthreads.exp: New file.
11398 * gdb.python/py-events.py: New file.
11399 * gdb.python/py-events.exp: New file.
11400 * gdb.python/py-events.c: New file.
11401
11402 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11403
11404 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11405
11406 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
11407
11408 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11409 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11410 boundary between two compilation units.
11411
11412 2011-02-02 Pedro Alves <pedro@codesourcery.com>
11413
11414 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11415 (Virtual): New structs.
11416 (virtual_o, virtual_middle_b): New globals.
11417 * gdb.cp/virtbase.exp: New tests.
11418
11419 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11420
11421 * gdb.base/jit.exp: New file.
11422 * gdb.base/jit-main.c: New file.
11423 * gdb.base/jit-solib.c: New file.
11424
11425 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11426
11427 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11428 proceed to initial kernel entry point.
11429 * gdb.opencl/datatypes.exp: Likewise.
11430 * gdb.opencl/operators.exp: Likewise.
11431 * gdb.opencl/vec_comps.exp: Likewise.
11432
11433 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11434
11435 * gdb.cp/nsnested.cc: New.
11436 * gdb.cp/nsnested.exp: New.
11437 * gdb.cp/nsnoimports.exp: New.
11438 * gdb.cp/nsnoimports.cc: New.
11439
11440 2011-01-31 Joel Brobecker <brobecker@adacore.com>
11441
11442 * gdb.base/interact.exp: Add extra tests that verify that
11443 the value of the interactive-mode setting does not change
11444 after the script is sourced.
11445
11446 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11447
11448 * gdb.cp/noparam.exp: New file.
11449 * gdb.cp/noparam.cc: New file.
11450
11451 2011-01-28 Pedro Alves <pedro@codesourcery.com>
11452
11453 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11454 there's no stack or registers.
11455
11456 2011-01-26 Tom Tromey <tromey@redhat.com>
11457
11458 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11459 space before string output. Add test for "set print pretty off"
11460 case.
11461
11462 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11463
11464 * gdb.base/frame-args.exp: Adjust.
11465 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11466 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11467 * gdb.dwarf2/pieces.exp: Adjust.
11468 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11469 * gdb.opt/inline-locals.exp: Adjust.
11470 * gdb.threads/fork-child-threads.exp: Adjust.
11471
11472 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
11473
11474 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11475 OpenCL kernel function. Add a comment as marker. Add address space
11476 qualifiers for the remaining program scope variables.
11477 * gdb.opencl/datatypes.cl: Likewise.
11478 * gdb.opencl/operators.cl: Likewise.
11479 * gdb.opencl/vec_comps.cl: Likewise.
11480 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11481 Add breakpoint at the marker comment.
11482 * gdb.opencl/datatypes.exp: Likewise.
11483 * gdb.opencl/operators.exp: Likewise.
11484 * gdb.opencl/vec_comps.exp: Likewise.
11485
11486 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11487
11488 * gdb.base/printcmds.c (some_struct): New struct and instance.
11489 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11490 procedure.
11491 <global scope>: Call it.
11492
11493 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
11494
11495 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11496 argument to the gdb_compile_opencl_hostapp call.
11497
11498 2011-01-19 Yao Qi <yao@codesourcery.com>
11499
11500 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11501 positve list.
11502
11503 2011-01-19 Yao Qi <yao@codesourcery.com>
11504
11505 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11506 canonical form.
11507 Remove "xscale-*-*"
11508 * gdb.xml/tdesc-regs.exp: Likewise.
11509 * gdb.python/py-section-script.exp: Replace ARM target triplet
11510 with canonical form.
11511 Match arm*-*-symbianelf*.
11512 * gdb.base/dup-sect.exp: Likewise.
11513 * lib/dwarf.exp: New.
11514 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11515 dwarf2_support.
11516 * gdb.dwarf2/dup-psym.exp: Likewise.
11517 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11518 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11519 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11520 * gdb.dwarf2/dw2-basic.exp: Likewise.
11521 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11522 * gdb.dwarf2/dw2-const.exp: Likewise.
11523 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11524 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11525 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11526 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11527 * gdb.dwarf2/dw2-filename.exp: Likewise.
11528 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11529 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11530 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11531 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11532 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11533 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11534 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11535 * gdb.dwarf2/dw2-producer.exp: Likewise.
11536 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11537 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11538 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11539 * gdb.dwarf2/dw2-strp.exp: Likewise.
11540 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11541 * gdb.dwarf2/implptr.exp: Likewise.
11542 * gdb.dwarf2/mac-fileno.exp: Likewise.
11543 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11544 * gdb.dwarf2/pieces.exp: Likewise.
11545 * gdb.dwarf2/pr11465.exp: Likewise.
11546 * gdb.dwarf2/valop.exp: Likewise.
11547 * gdb.dwarf2/watch-notconst.exp: Likewise.
11548 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11549
11550 2011-01-19 Tom Tromey <tromey@redhat.com>
11551
11552 * gdb.python/py-infthread.exp: Add thread tests.
11553
11554 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11555
11556 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11557
11558 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11559
11560 * gdb.ada/widewide: New testcase.
11561
11562 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11563
11564 * gdb.base/interact.exp: New testcase.
11565
11566 2011-01-12 Tom Tromey <tromey@redhat.com>
11567
11568 * gdb.mi/gdb2549.exp: Update for error message changes.
11569 * gdb.mi/mi-cli.exp: Likewise.
11570 * gdb.mi/mi-disassemble.exp: Likewise.
11571 * gdb.mi/mi-pthreads.exp: Likewise.
11572 * gdb.mi/mi-regs.exp: Likewise.
11573 * gdb.mi/mi-stack.exp: Likewise.
11574 * gdb.mi/mi-var-block.exp: Likewise.
11575 * gdb.mi/mi-var-cmd.exp: Likewise.
11576 * gdb.mi/mi2-cli.exp: Likewise.
11577 * gdb.mi/mi2-disassemble.exp: Likewise.
11578 * gdb.mi/mi2-pthreads.exp: Likewise.
11579 * gdb.mi/mi2-regs.exp: Likewise.
11580 * gdb.mi/mi2-stack.exp: Likewise.
11581 * gdb.mi/mi2-var-block.exp: Likewise.
11582 * gdb.mi/mi2-var-cmd.exp: Likewise.
11583
11584 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11585 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 PR fortran/11104 and DWARF unbound arrays detection.
11588 * gdb.fortran/multi-dim.exp: New file.
11589 * gdb.fortran/multi-dim.f90: New file.
11590
11591 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11592
11593 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11594 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11595 add new tests for opcode dumping.
11596
11597 2011-01-11 Tom Tromey <tromey@redhat.com>
11598
11599 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11600
11601 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11602
11603 Convert hardware watchpoints to use breakpoint_ops.
11604 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11605 type is not supported.
11606 * gdb.base/foll-fork.exp: Likewise.
11607 * gdb.base/foll-vfork.exp: Likewise.
11608
11609 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11610
11611 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11612 Use load_lib gdb-python.exp.
11613 * gdb.python/python.exp: Ditto.
11614 * gdb.python/py-function.exp: Ditto.
11615
11616 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11617
11618 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11619
11620 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11621
11622 * configure: Regenerate.
11623
11624 2011-01-06 Tom Tromey <tromey@redhat.com>
11625
11626 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11627
11628 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11629
11630 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11631 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11632 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11633 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11634 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11635 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11636 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11637 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11638 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11639 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11640 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11641 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11642 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11643 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11644 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11645 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11646 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11647 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11648 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11649 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11650 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11651 gdb.ada/uninitialized_vars.exp,
11652 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11653 Simplify by using clean_restart.
11654
11655 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11656
11657 Add marker to be used as anchor for inserting breakpoints.
11658 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11659 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11660 Likewise.
11661
11662 Remove uses of gdb_start_cmd.
11663 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11664 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11665
11666 Do not run testcase if testing with GDBserver.
11667 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11668 if testing with GDBserver.
11669
11670 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11673 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11674 copyright header.
11675
11676 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11677
11678 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11679 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11680 testsuite/gdb.fortran/complex.f,
11681 testsuite/gdb.fortran/derived-type.f90,
11682 testsuite/gdb.fortran/library-module-lib.f90,
11683 testsuite/gdb.fortran/library-module-main.f90,
11684 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11685 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11686 Copyright year update.
11687
11688 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11689
11690 * gdb.base/langs1.f: Add copyright header.
11691
11692 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11693
11694 * gdb.base/morestack.exp: New file.
11695 * gdb.base/morestack.c: New file.
11696
11697 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11698
11699 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11700
11701 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11702
11703 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11704 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11705
11706 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11707
11708 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11709
11710 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11711
11712 * gdb.threads/tls.exp: Fix typo.
11713
11714 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11715 * gdb.threads/execl.exp: Update.
11716
11717 2010-12-23 Yao Qi <yao@codesourcery.com>
11718
11719 * gdb.arch/arm-disp-step.exp: New.
11720 * gdb.arch/arm-disp-step.S: New.
11721
11722 2010-12-21 Tom Tromey <tromey@redhat.com>
11723
11724 * gdb.threads/execl.exp: Update.
11725 * gdb.threads/linux-dp.exp: Update.
11726 * gdb.threads/manythreads.exp: Update.
11727 * gdb.threads/tls.exp: Update.
11728
11729 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11730
11731 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11732 (NextOverThrowDerivates) <resumebpt>: New.
11733 (resumebpt_test): New.
11734 (main): Call resumebpt_test.
11735 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11736
11737 2010-12-12 Stan Shebs <stan@codesourcery.com>
11738
11739 * gdb.trace/tsv.exp: Test print command on trace state variables.
11740
11741 2010-12-09 Tom Tromey <tromey@redhat.com>
11742
11743 * gdb.base/interp.exp: Add regression test.
11744
11745 2010-12-09 Tom Tromey <tromey@redhat.com>
11746
11747 * gdb.java/jnpe.java: New file.
11748 * gdb.java/jnpe.exp: New file.
11749 * gdb.cp/nextoverthrow.exp: New file.
11750 * gdb.cp/nextoverthrow.cc: New file.
11751
11752 2010-12-07 Doug Evans <dje@google.com>
11753
11754 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11755 of data-directory.
11756 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11757 updated.
11758 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11759
11760 2010-11-29 Michael Snyder <msnyder@vmware.com>
11761
11762 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11763 * gdb.base/call-sc.exp: Ditto.
11764 * gdb.base/finish.exp: Ditto.
11765 * gdb.base/return.exp: Ditto.
11766 * gdb.base/return2.exp: Ditto.
11767
11768 2010-11-30 Doug Evans <dje@google.com>
11769
11770 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11771 (gdb_expect_list): Fix spelling errors in comments.
11772 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11773 send_gdb/gdb_expect_list where applicable.
11774 * gdb.base/call-ar-st.exp: Ditto.
11775 * gdb.base/funcargs.exp: Ditto.
11776 * gdb.base/gcore.exp: Ditto.
11777 * gdb.base/page.exp: Ditto.
11778 * gdb.base/sigaltstack.exp: Ditto.
11779 * gdb.base/siginfo.exp: Ditto.
11780 * gdb.base/sigstep.exp: Ditto.
11781 * gdb.base/trace-commands.exp: Ditto.
11782
11783 2010-11-29 Doug Evans <dje@google.com>
11784
11785 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11786 printer-name;subprinter-name.
11787
11788 2010-11-29 Tom Tromey <tromey@redhat.com>
11789
11790 * gdb.dwarf2/implptr.exp: New file.
11791 * gdb.dwarf2/implptr.c: New file.
11792 * gdb.dwarf2/implptr.S: New file.
11793
11794 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11795
11796 PR python/12199
11797
11798 * gdb.python/py-breakpoint.exp: Test the delete method.
11799
11800 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11801
11802 Fix step_resume_breakpoint unsaved during an infcall.
11803 * gdb.base/step-resume-infcall.exp: New file.
11804 * gdb.base/step-resume-infcall.c: New file.
11805
11806 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11807
11808 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11809
11810 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11811
11812 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11813 on ppc64's symbols; "finish" and "return" commands must accept to
11814 show the caller line again as well as the line after.
11815 * gdb.asm/powerpc64.inc: New file.
11816
11817 2010-11-23 Doug Evans <dje@google.com>
11818
11819 * lib/gdb.exp (gdb_test_sequence): New function.
11820 (gdb_expect_list): Add verbose -log call for each pattern.
11821 * gdb.base/signals.exp (test_handle_all_print): Call it.
11822 Reduce timeout increment from 6 minutes to 1 minute.
11823 * gdb.server/ext-run.exp: Call it.
11824
11825 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11826
11827 PR python/12212
11828
11829 * gdb.python/python.exp: Check that selected_thread raises an
11830 error when no inferior is loaded.
11831
11832 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11833
11834 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11835 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11836
11837 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11838
11839 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11840 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11841
11842 2010-11-18 Doug Evans <dje@google.com>
11843
11844 * gdb.server/ext-run.exp: Fix intermittent failures.
11845
11846 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11847
11848 * gdb.stabs/gdb11479.exp: Use runto_main.
11849
11850 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11851
11852 * gdb.base/break-entry.exp: Skip if using a stub.
11853
11854 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11855
11856 * gdb.python/py-inferior.exp: Pack values in target endianness.
11857
11858 2010-11-12 Tom Tromey <tromey@redhat.com>
11859
11860 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11861 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11862 MemoryError.
11863 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11864 type.
11865 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11866 MemoryError.
11867 (test_subscript_regression): Update exception type.
11868
11869 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11870
11871 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11872 breakpoint tests.
11873
11874 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11875
11876 * gdb.base/watchpoint.exp: Test "watch -location" with an
11877 innacessible location.
11878
11879 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
11880 Luis Machado <luisgpm@br.ibm.com>
11881
11882 * gdb.base/maint.exp: Expect "." prefix.
11883 * gdb.base/nodebug.exp: Expect "." Likewise.
11884 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11885 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11886 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11887 POWER server processors.
11888
11889 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
11890 Luis Machado <luisgpm@br.ibm.com>
11891
11892 * gdb.base/break-entry.exp: convert entry point for
11893 ppc64 and expect leading `.' on ppc64's symbols
11894
11895 2010-11-05 Doug Evans <dje@google.com>
11896
11897 * gdb.base/help.exp: Update expected output.
11898 * gdb.python/py-param.exp: Delete, contents moved to ...
11899 * gdb.python/py-parameter.exp: ... here. New file.
11900 Add test for gdb.parameter ("directories").
11901
11902 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
11903
11904 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11905 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11906 * configure: Regenerate.
11907 * gdb.opencl/Makefile.in: New File.
11908 * gdb.opencl/datatypes.exp: Likewise.
11909 * gdb.opencl/datatypes.cl: Likewise.
11910 * gdb.opencl/operators.exp: Likewise.
11911 * gdb.opencl/operators.cl: Likewise.
11912 * gdb.opencl/vec_comps.exp: Likewise.
11913 * gdb.opencl/vec_comps.cl: Likewise.
11914 * gdb.opencl/convs_casts.exp: Likewise.
11915 * gdb.opencl/convs_casts.cl: Likewise.
11916 * lib/opencl.exp: Likewise.
11917 * lib/opencl_hostapp.c: Likewise.
11918 * lib/opencl_kernel.cl: Likewise.
11919 * lib/cl_util.c: Likewise.
11920 * lib/cl_util.c: Likewise.
11921 * gdb.base/default.exp (set language): Add "opencl" to the list of
11922 languages.
11923
11924 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11925
11926 * gdb.cp/overload.exp: Added test for inheritance overload.
11927 * gdb.cp/overload.cc: Ditto.
11928 * gdb.cp/oranking.exp: Removed releveant kfails.
11929
11930 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11931 Joel Brobecker <brobecker@adacore.com>
11932
11933 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11934 check test_compiler_info.
11935
11936 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11937
11938 * gdb.base/gnu_vector.exp: Adjust expect messages.
11939
11940 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11941
11942 * gdb.base/gnu_vector.exp: Add unary operator tests.
11943
11944 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11945
11946 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11947
11948 2010-11-02 Doug Evans <dje@google.com>
11949
11950 * gdb.python/py-pp-maint.c: New file.
11951 * gdb.python/py-pp-maint.exp: New file.
11952 * gdb.python/py-pp-maint.py: New file.
11953
11954 2010-11-02 Tom Tromey <tromey@redhat.com>
11955
11956 * gdb.base/default.exp: Remove "scheme" from language list.
11957
11958 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11959
11960 Revert:
11961 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11962 * gdb.threads/sigstep-threads.exp: New file.
11963 * gdb.threads/sigstep-threads.c: New file.
11964
11965 2010-10-20 Michael Snyder <msnyder@vmware.com>
11966
11967 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11968
11969 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11970
11971 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11972 Skip test completely if gdb,no_hardware_watchpoints.
11973
11974 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11975
11976 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11977 strict, but do not check for any particular function name within libc.
11978
11979 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11980
11981 * gdb.cp/smartp.exp: New test.
11982 * gdb.cp/smartp.cc : New test.
11983
11984 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11985
11986 * gdb.cp/converts.exp: Test pointer to bool conversion.
11987 Test pointer to long conversion.
11988 * gdb.cp/oranking.exp: Removed relevant kfail.
11989
11990 2010-10-18 Tom Tromey <tromey@redhat.com>
11991
11992 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11993 argument to lazy_string.
11994 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11995 (pp_ls.to_string): Use it.
11996 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11997 Add "estring2" local.
11998
11999 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12000
12001 Fix s390x compatibility.
12002 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
12003 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
12004
12005 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12006
12007 * gdb.threads/sigstep-threads.exp: New file.
12008 * gdb.threads/sigstep-threads.c: New file.
12009
12010 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12011
12012 * gdb.base/pie-execl.exp: New file.
12013 * gdb.base/pie-execl.c: New file.
12014
12015 2010-10-13 Doug Evans <dje@google.com>
12016 Jan Kratochvil <jan.kratochvil@redhat.com>
12017
12018 PR exp/12117
12019 * gdb.cp/ptype-cv-cp.cc: New file.
12020 * gdb.cp/ptype-cv-cp.exp: New file.
12021
12022 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
12023
12024 * gdb.cp/converts.cc: New test program.
12025 * gdb.cp/converts.exp: New test.
12026 * gdb.cp/overload.exp: Added test for void* vs int*.
12027 * gdb.cp/overload.exp: Ditto.
12028 * gdb.cp/oranking.exp: Removed related kfail.
12029
12030 2010-10-13 Doug Evans <dje@google.com>
12031
12032 * lib/gdb-python.exp (gdb_check_python_config): New function.
12033 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
12034 * gdb.python/lib-types.cc: New file.
12035 * gdb.python/lib-types.exp: New file.
12036
12037 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12038
12039 * gdb.python/py-error.exp: New file.
12040 * gdb.python/py-error.py: New file.
12041
12042 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12043
12044 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
12045 gdb_test_multiple.
12046
12047 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 * gdb.base/break-interp.exp: Use ldlags for linking flags.
12050 * gdb.base/prelink.exp: Likewise.
12051 * gdb.base/solib-nodir.exp: Likewise.
12052 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
12053 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
12054 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
12055
12056 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
12057
12058 * break-interp.exp (test_ld): Use two separate gdb_expect statements
12059 for the "info files" test to avoid timeouts on slow machines.
12060
12061 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12062
12063 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
12064 (main): Make openlib dummy call.
12065
12066 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
12069 * break-interp.exp (reach): Move the core body ...
12070 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
12071 (test_ld): Provide always real argument, even to the linker. Replace
12072 dl_main by _dl_debug_state.
12073
12074 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12075
12076 Fix results of prelinked PIEs on ppc*.
12077 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
12078 Accept also DISPLACEMENT "PRESENT".
12079 (main): Replace "ZERO" displacements by "PRESENT".
12080
12081 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
12082
12083 * gdb.cp/oranking.exp: New test.
12084 * gdb.cp/oranking.cc: New test program.
12085
12086 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
12087
12088 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
12089 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
12090
12091 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
12092
12093 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
12094 lush, lynx) New constant.
12095 * gdb.base/constvars.exp: Test const array types.
12096 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
12097
12098 2010-10-06 Doug Evans <dje@google.com>
12099
12100 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
12101 of syscall staging area.
12102
12103 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
12104
12105 * gdb.base/gnu_vector.c: Add variable c4.
12106 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
12107 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12108
12109 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
12110
12111 * gdb.arch/altivec-abi.exp: Fix a typo.
12112
12113 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
12114
12115 * lib/mi-support.exp (thread_selected_re): Correct pattern used
12116 to match a thread ID.
12117
12118 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12119
12120 Fix s390x testcase compatibility.
12121 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
12122
12123 2010-10-01 Doug Evans <dje@google.com>
12124
12125 * lib/gdb-python.exp: New file.
12126 * gdb.python/py-block.exp: Use it.
12127 * gdb.python/py-breakpoint.exp: Ditto.
12128 * gdb.python/py-frame.exp: Ditto.
12129 * gdb.python/py-inferior.exp: Ditto.
12130 * gdb.python/py-param.exp: Ditto.
12131 * gdb.python/py-prettyprint.exp: Ditto.
12132 * gdb.python/py-shared.exp: Ditto.
12133 * gdb.python/py-symbol.exp: Ditto.
12134 * gdb.python/py-symtab.exp: Ditto.
12135 * gdb.python/py-type.exp: Ditto.
12136 * gdb.python/py-value.exp: Ditto.
12137 * gdb.python/python.exp: Ditto.
12138
12139 2010-09-30 Tom Tromey <tromey@redhat.com>
12140
12141 * gdb.base/anon.exp: New file.
12142 * gdb.base/anon.c: New file.
12143
12144 2010-09-30 Tom Tromey <tromey@redhat.com>
12145
12146 * gdb.base/completion.exp: Test completion through anonymous
12147 union.
12148 * gdb.base/break1.c (struct some_struct): Add anonymous union.
12149
12150 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12151
12152 Fix printing parameters of inlined functions.
12153 * gdb.dwarf2/dw2-inline-param.exp: New file.
12154 * gdb.dwarf2/dw2-inline-param-main.c: New file.
12155 * gdb.dwarf2/dw2-inline-param.S: New file.
12156
12157 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12158
12159 PR corefiles/12071.
12160 * gdb.base/corefile.exp (quit with a process, no question: load core)
12161 (quit with a core file): New tests.
12162
12163 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12164
12165 Fix GDB crash on inferior calls with self-referencing classes.
12166 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
12167 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
12168 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
12169
12170 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12171
12172 Fix lost siginfo_t for inferior calls.
12173 * gdb.base/siginfo-infcall.exp: New file.
12174 * gdb.base/siginfo-infcall.c: New file.
12175
12176 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12177
12178 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
12179
12180 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12181
12182 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
12183 New test.
12184 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
12185
12186 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12187
12188 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
12189 type of our const type.
12190
12191 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
12192
12193 * gdb.cp/pr12028.cc: New.
12194 * gdb.cp/pr12028.exp: New.
12195
12196 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12197
12198 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
12199
12200 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
12201 Jan Kratochvil <jan.kratochvil@redhat.com>
12202
12203 PR mi/11407
12204 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
12205 * gdb.mi/dw2-ref-missing-frame-main.c New File.
12206 * gdb.mi/dw2-ref-missing-frame.S New File.
12207 * gdb.mi/dw2-ref-missing-frame.exp New File.
12208
12209 2010-09-14 Tom Tromey <tromey@redhat.com>
12210
12211 PR symtab/8399:
12212 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12213
12214 2010-09-14 Tom Tromey <tromey@redhat.com>
12215
12216 PR exp/11803:
12217 * gdb.threads/tls.exp: Use C++.
12218 (check_thread_local): Use K::another_thread_local.
12219 * gdb.threads/tls.c (class K): New.
12220 (another_thread_local): Now a member of K.
12221 (spin): Update. No longer K&R C.
12222
12223 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
12224
12225 * gdb.cp/koenig.cc: created class for testing member lookup.
12226 * gdb.cp/koenig.exp: Added test for member lookup.
12227
12228 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12229
12230 Fix false FAILs on sourcetree topdir directory containing "kill".
12231 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
12232 source line matching regexp.
12233
12234 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12235
12236 * gdb.python/python.exp (set height 0, collect help from uiout)
12237 (verify help to uiout): New tests.
12238
12239 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12240
12241 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
12242 is_lp64_target to check 64bit target.
12243
12244 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12245
12246 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12247 (test_ld) <powerpc64-*>: New.
12248
12249 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12250
12251 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12252
12253 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12254
12255 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12256 (FunctionArg::method): New function.
12257 (empty, arg): New variables.
12258 (main): Call arg.method.
12259 * gdb.cp/templates.exp (test_template_args): New function.
12260 (do_tests): Call it.
12261
12262 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12263
12264 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12265 of "next" to proceed over pthread_exit call.
12266
12267 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12268
12269 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12270 "maint print statistics" output to prevent expect timeouts.
12271
12272 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12273
12274 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12275 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12276 (test_float_rejected): ... here.
12277 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12278 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12279 (test_float_rejected): ... here.
12280 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12281 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12282 (test_float_rejected): ... here.
12283 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12284 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12285 (test_float_rejected): ... here.
12286
12287 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12288
12289 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12290 before disabling hardware watchpoints.
12291 (test_inaccessible_watchpoint): Check that hardware watchpoints
12292 are used. Test for watchpoints on a constant address.
12293
12294 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12295
12296 * gdb.base/ui-redirect.exp: New file.
12297
12298 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12299 Joel Brobecker <brobecker@adacore.com>
12300
12301 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12302
12303 2010-08-31 Doug Evans <dje@google.com>
12304
12305 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12306
12307 2010-08-30 Tom Tromey <tromey@redhat.com>
12308
12309 PR python/11792:
12310 * gdb.python/py-value.exp (test_subscript_regression): Add
12311 dynamic_type test.
12312
12313 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12314
12315 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12316 instead of running to main. Do not test the main function.
12317 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12318 Add new main.
12319
12320 2010-08-26 Pedro Alves <pedro@codesourcery.com>
12321
12322 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12323 one test.
12324
12325 2010-08-24 Doug Evans <dje@google.com>
12326
12327 PR symtab/11942
12328 * gdb.dwarf2/dw4-sig-types.cc: New file.
12329 * gdb.dwarf2/dw4-sig-types.h: New file.
12330 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12331 * gdb.dwarf2/dw4-sig-types.exp: New file.
12332
12333 2010-08-23 Tom Tromey <tromey@redhat.com>
12334
12335 PR python/11145:
12336 * gdb.python/py-value.c (Base, Derived): New types.
12337 (base): New global.
12338 * gdb.python/py-value.exp (test_subscript_regression): Add
12339 dynamic_cast test.
12340
12341 2010-08-23 Tom Tromey <tromey@redhat.com>
12342
12343 PR python/10676:
12344 * gdb.python/py-type.exp (test_fields): Add tests for type
12345 equality.
12346
12347 2010-08-23 Tom Tromey <tromey@redhat.com>
12348
12349 PR python/11915:
12350 * gdb.python/py-type.exp (test_fields): Add tests for array.
12351
12352 2010-08-23 Keith Seitz <keiths@redhat.com>
12353
12354 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12355 have any children. Create a new abbrev for it.
12356 Add missing terminal sequence to .debug_abbrev.
12357
12358 2010-08-20 Keith Seitz <keiths@redhat.com>
12359
12360 PR symtab/11465:
12361 * gdb.dwarf2/pr11465.exp: New test.
12362 * gdb.dwarf2/pr11465.S: New file.
12363 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12364 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12365
12366 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12367
12368 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12369 registers. Update data sets with the new v2_double element in the
12370 VSX register union. Add vector_register3_vr data set for the AltiVec
12371 registers. Use gdb_test_no_output instead of send_gdb.
12372
12373 2010-08-19 Pedro Alves <pedro@codesourcery.com>
12374
12375 * gdb.python/py-shared.exp: New file, factored out from
12376 python.exp.
12377 * gdb.python/py-shared.c: New file.
12378 * gdb.python/py-shared-sl.c: New file.
12379 * gdb.python/python-1.c: New file.
12380 * gdb.python/python-sl.c: Delete.
12381 * gdb.python/python.c: Mention python-1.c.
12382 * gdb.python/python.exp: Move shared library tests to
12383 py-shared.exp.
12384 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12385 (MISCELLANEOUS): New.
12386 (clean mostlyclean): Also remove $MISCELLANEOUS.
12387
12388 2010-08-19 Doug Evans <dje@google.com>
12389
12390 PR exp/11926
12391 * gdb.base/printcmds.exp (test_float_accepted): New function.
12392 Move existing float tests there. Add tests for floats with suffixes.
12393 (test_float_rejected): New function.
12394 * gdb.java/jv-print.exp (test_float_accepted): New function.
12395 (test_float_rejected): New function.
12396 * gdb.objc/print.exp: New file.
12397 * gdb.pascal/print.exp: New file.
12398 * lib/objc.exp: New file.
12399
12400 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12401
12402 * gdb.base/default.exp (info set): Avoid full buffer error and force
12403 reading up to final gdb prompt.
12404 (show): Likewise.
12405
12406 2010-08-18 Tom Tromey <tromey@redhat.com>
12407
12408 PR symtab/11919:
12409 * gdb.base/completion.exp: Add test.
12410
12411 2010-08-18 Doug Evans <dje@google.com>
12412
12413 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12414 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12415 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12416 Simplify, early exit if runto_main fails.
12417 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12418 (set_lang_fortran): Moved to lib/fortran.exp.
12419 * gdb.fortran/types.exp: load_lib fortran.exp.
12420 (set_lang_fortran): Moved to lib/fortran.exp.
12421 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12422 * gdb.java/jprint.exp (set_lang_java): Ditto.
12423 * gdb.java/jv-exp.exp: load_lib java.exp.
12424 If set_lang_java fails, issue a warning instead of failure to be
12425 consistent with other set_lang_foo uses.
12426 (set_lang_java): Moved to lib/java.exp.
12427 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12428 If set_lang_java fails, issue a warning instead of failure to be
12429 consistent with other set_lang_foo uses.
12430 * gdb.pascal/types.exp: load_lib pascal.exp.
12431 (set_lang_pascal): Moved to lib/pascal.exp.
12432 * lib/fortran.exp: New file.
12433 * lib/java.exp (set_lang_java): New function.
12434 * lib/pascal.exp (set_lang_pascal): New function.
12435
12436 2010-08-18 Yao Qi <yao@codesourcery.com
12437
12438 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12439 func_nofb_start and func_loopfb_start, so that address of functions
12440 is equal to these labels on Thumb.
12441
12442 2010-08-18 Yao Qi <yao@codesourcery.com>
12443
12444 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12445 to reflect latest c source file.
12446
12447 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12448
12449 * gdb.cp/infcall-dlopen.exp: New file.
12450 * gdb.cp/infcall-dlopen.cc: New file.
12451 * gdb.cp/infcall-dlopen-lib.cc: New file.
12452
12453 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12454 Pedro Alves <pedro@codesourcery.com>
12455
12456 PR breakpoints/11371
12457
12458 * gdb.base/watch-cond-infcall.exp: New file.
12459 * gdb.base/watch-cond-infcall.c: New file.
12460
12461 2010-08-16 Tom Tromey <tromey@redhat.com>
12462
12463 * gdb.base/help.exp: Update.
12464 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12465 watchpoint.
12466 (test_watch_location): New proc.
12467 (test_watchpoint_in_big_blob): Delete watchpoint.
12468 * gdb.base/watchpoint.c (func5): New function.
12469 (main): Call it.
12470
12471 2010-08-16 Doug Evans <dje@google.com>
12472
12473 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12474
12475 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12476
12477 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12478 tests.
12479
12480 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
12481
12482 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12483 * gdb.base/gnu_vector.c: New File.
12484 * gdb.base/gnu_vector.exp: Likewise.
12485
12486 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12487
12488 * gdb.python/python.c: New File.
12489 * gdb.python/python-sl.c: New File.
12490 * gdb.python/python.exp: Test solib_address and decode_line
12491 * functions.
12492
12493 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 * gdb.python/python.exp (show height, set height 10)
12496 (verify pagination beforehand, verify pagination beforehand: q)
12497 (gdb.execute does not page, verify pagination afterwards)
12498 (verify pagination afterwards: q): New.
12499
12500 2010-08-02 Doug Evans <dje@google.com>
12501
12502 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12503 because of an older gcc, change test2
12504 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12505 to unsupported.
12506
12507 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
12508
12509 * gdb.base/break-always.exp: Do not expect full paths to file
12510 names.
12511 * gdb.base/commands.exp: Likewise.
12512
12513 2010-07-30 Doug Evans <dje@google.com>
12514
12515 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12516 xfail them when run with older gccs.
12517
12518 * lib/gdb.exp (build_executable): Forward "c++" option to
12519 get_compiler_info.
12520
12521 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12522 "python print ttype.template_argument(1)" and
12523 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12524 if using gcc 4.4 or earlier.
12525
12526 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12527 attach-to-debugger handling.
12528
12529 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12530
12531 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12532 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12533 (main): Use copyreloc.
12534 * gdb.base/prelink.exp (split debug of executable)
12535 (.dynbss vs. .bss address shift): New tests.
12536
12537 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12538
12539 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12540 in gdb_test_multiple.
12541
12542 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12543
12544 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12545 environment.
12546
12547 2010-07-28 Tom Tromey <tromey@redhat.com>
12548
12549 PR python/11060:
12550 * gdb.python/py-type.c (Temargs): New template.
12551 (temvar): New variable.
12552 * gdb.python/py-type.exp (test_template): New proc.
12553
12554 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12555
12556 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12557 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12558
12559 2010-07-28 Tom Tromey <tromey@redhat.com>
12560
12561 PR c++/9946:
12562 * gdb.cp/temargs.exp: New file.
12563 * gdb.cp/temargs.cc: New file.
12564
12565 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12566
12567 * gdb.base/help.exp (help disassemble): Update the content.
12568
12569 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12570
12571 * gdb.threads/ia64-sigill.exp: New file.
12572 * gdb.threads/ia64-sigill.c: New file.
12573
12574 2010-07-27 Tom Tromey <tromey@redhat.com>
12575
12576 * gdb.opt/inline-cmds.c (ATTR): New define.
12577 (func1): Use it.
12578 (func2): Likewise.
12579 (func3): Likewise.
12580 (outer_inline1): Likewise.
12581 (outer_inline2): Likewise.
12582 * gdb.opt/inline-bt.c (ATTR): New define.
12583 (func1): Use it.
12584 (func2): Likewise.
12585 * gdb.opt/inline-locals.c (ATTR): New define.
12586 (func1): Use it.
12587 (func2): Likewise.
12588
12589 2010-07-27 Tom Tromey <tromey@redhat.com>
12590
12591 * gdb.stabs/gdb11479.c (hack): New function.
12592 (test): Use it.
12593 (test2): Use it.
12594 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12595 (int32_search_buf, int64_search_buf): No longer static.
12596 (x): Remove.
12597 * gdb.base/relocate.c (hack): New function.
12598
12599 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12600
12601 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12602 * gdb.python/py-value.c (func1): New function.
12603 (func2): Likewise.
12604
12605 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
12606
12607 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12608 as not to clash with .data section.
12609
12610 2010-07-26 Jerome Guitton <guitton@adacore.com>
12611
12612 * gdb.base/code_elim.exp: New file.
12613 * gdb.base/code_elim1.c: New file.
12614 * gdb.base/code_elim2.c: New file.
12615
12616 2010-07-21 Pedro Alves <pedro@codesourcery.com>
12617
12618 PR symtab/11827
12619
12620 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12621 (some_volatile_enum): New variable.
12622 * gdb.base/printcmds.exp (test_print_enums): New.
12623 <top level>: Call it.
12624
12625 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12626
12627 * gdb.cp/fpointer.cc: New test.
12628 * gdb.cp/fpointer.exp: New test.
12629
12630 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12631
12632 * gdb.base/solib-nodir.exp: New file.
12633 * lib/gdb.exp (runto): New case for a GDB internal error.
12634
12635 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12636 Ulrich Weigand <uweigand@de.ibm.com>
12637 Tom Tromey <tromey@redhat.com>
12638
12639 * gdb.base/charset-malloc.c: New file.
12640 * gdb.base/charset.c (malloc_stub): New prototype.
12641 (main): Call it instead of malloc itself.
12642 * gdb.base/charset.exp: Use only prepare_for_testing.
12643 (binfile): Remove the variable.
12644
12645 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12646
12647 Make core files the process_stratum.
12648 * gdb.base/corefile.exp (run: load core again)
12649 (run: sanity check we see the core file, run: with core)
12650 (run: core file is cleared, attach: load core again)
12651 (attach: sanity check we see the core file, attach: with core)
12652 (attach: core file is cleared): New tests.
12653 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12654
12655 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
12656
12657 * gdb.arch/altivec-abi.exp: New tests.
12658
12659 2010-07-13 Tom Tromey <tromey@redhat.com>
12660
12661 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12662 (main): Use it.
12663 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12664
12665 2010-07-13 Tom Tromey <tromey@redhat.com>
12666
12667 * gdb.base/label.exp: New file.
12668 * gdb.base/label.c: New file.
12669
12670 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12671 H.J. Lu <hongjiu.lu@intel.com>
12672
12673 * lib/gdb.exp (is_ilp32_target): New.
12674 (is_lp64_target): Likewise.
12675
12676 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12677 target.
12678 * gdb.arch/amd64-disp-step.exp: Likewise.
12679 * gdb.arch/amd64-dword.exp: Likewise.
12680 * gdb.arch/amd64-i386-address.exp: Likewise.
12681 * gdb.arch/amd64-word.exp: Likewise.
12682
12683 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12684 target.
12685 * gdb.arch/i386-bp_permanent.exp: Likewise.
12686 * gdb.arch/i386-byte.exp: Likewise.
12687 * gdb.arch/i386-disp-step.exp: Likewise.
12688 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12689 * gdb.arch/i386-prologue.exp: Likewise.
12690 * gdb.arch/i386-size-overlap.exp: Likewise.
12691 * gdb.arch/i386-size.exp: Likewise.
12692 * gdb.arch/i386-sse.exp: Likewise.
12693 * gdb.arch/i386-unwind.exp: Likewise.
12694 * gdb.arch/i386-word.exp: Likewise.
12695
12696 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12697 test only when building 64-bit executables. Do not hard-code
12698 -m64 option.
12699
12700 2010-07-07 Doug Evans <dje@google.com>
12701
12702 * lib/gdb.exp (gdb_test_list_exact): New function.
12703 * gdb.base/default.exp (show convenience): Call it, add tests for
12704 $_sdata = void, $_thread = 0.
12705
12706 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12707 Joel Brobecker <brobecker@adacore.com>
12708
12709 Fix re-run of PIE executable, PR shlibs/11776.
12710 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12711 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12712 and re-"run" of the inferior.
12713
12714 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12715 Joel Brobecker <brobecker@adacore.com>
12716
12717 Cope with missing /usr/sbin/prelink.
12718 * lib/prelink-support.exp (prelink_no):
12719 <result == 1 && $output is "no such file or directory">: New.
12720 (prelink_yes): Likewise. Return on failed prelink_no.
12721
12722 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12723 Joel Brobecker <brobecker@adacore.com>
12724
12725 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12726 build_executable by build_executable_own_libs. Replace "prelink -R"
12727 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12728 change.
12729 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12730 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12731 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12732 Replace build_executable by build_executable_own_libs's function
12733 build_executable_own_libs.
12734 (prelinkNO): Create new stub to call prelink_no.
12735 (prelinkYES): Create new stub to call prelink_yes.
12736 (test_attach): Rename calls of copy to file_copy.
12737 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12738 (copy): Move to ...
12739 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12740 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12741 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12742 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12743 special flags by gdb_compile_shlib. Replace second gdb_compile by
12744 build_executable_own_libs. Replace "prelink -R" execution by a call of
12745 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12746 a second call of prelink_yes. Replace restart commands by
12747 clean_restart.
12748 (prelink): Rename to ...
12749 (seen displacement message): ... this test. Extend its expectation
12750 strictness.
12751
12752 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12753
12754 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12755 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12756 displacement message exactly once.
12757
12758 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12759 Joel Brobecker <brobecker@adacore.com>
12760
12761 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12762 its restore after the <$relink_args != ""> loop. new comment.
12763
12764 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12765 Joel Brobecker <brobecker@adacore.com>
12766
12767 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12768 code for it. New variable relink_args.
12769 (prelinkYES): Call prelinkNO.
12770 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12771 in such case. Move the core code to ...
12772 (test_attach_gdb): ... a new function. Send GDB command "file".
12773 Extend expected "Attaching to " string.
12774
12775 2010-07-02 Tom Tromey <tromey@redhat.com>
12776
12777 * gdb.base/bitops.exp: Remove extraneous "pass".
12778
12779 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12780
12781 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12782
12783 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12784
12785 * gdb.base/help.exp: Adjust expected output.
12786
12787 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12788
12789 * gdb.base/help.exp: Adjust expected output.
12790
12791 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12792
12793 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12794 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12795 c++/11702.
12796
12797 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12798 Doug Evans <dje@google.com>
12799
12800 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12801 add .dynamic entry'.
12802
12803 2010-06-29 Doug Evans <dje@google.com>
12804
12805 Test PR c++/11702.
12806 * gdb.cp/m-static.exp: Add testcase.
12807 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12808
12809 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12810 Tom Tromey <tromey@redhat.com>
12811 Thiago Jung Bauermann <bauerman@br.ibm.com>
12812
12813 * gdb.python/py-inferior.c: New File.
12814 * gdb.python/py-infthread.c: New File.
12815 * gdb.python/py-inferior.exp: New File.
12816 * gdb.python/py-infthread.exp: New File.
12817
12818 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12819
12820 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12821 (ptype ::C::OtherFileClass typedefs): New.
12822 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12823 (C::OtherFileClass::cOtherFileClassVar2): New.
12824 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12825 cOtherFileClassVar2.
12826 (C::cOtherFileType2, C::cOtherFileVar2): New.
12827 (C::cOtherFileVar_use): use also cOtherFileVar2.
12828 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12829
12830 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12831
12832 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12833 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12834 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12835 (print ::C::cOtherFileVar)
12836 (whatis C::OtherFileClass::cOtherFileClassType)
12837 (whatis ::C::OtherFileClass::cOtherFileClassType)
12838 (print C::OtherFileClass::cOtherFileClassVar)
12839 (print ::cOtherFileClassVar)
12840 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12841 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12842 trailing content.
12843 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12844 (C::OtherFileClass::cOtherFileClassVar)
12845 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12846 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12847
12848 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12849
12850 Test PR c++/11703 and PR gdb/1448.
12851 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12852 gdb/1448.
12853
12854 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12855
12856 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12857 (main) <rtti_data>: New.
12858 * gdb.cp/virtbase.exp (print rtti_data): New.
12859
12860 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12861 Joel Brobecker <brobecker@adacore.com>
12862
12863 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12864
12865 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12866
12867 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12868
12869 2010-06-28 Doug Evans <dje@google.com>
12870
12871 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12872
12873 2010-06-27 Doug Evans <dje@google.com>
12874
12875 * gdb.cp/m-static.exp: Update expected test output.
12876
12877 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12878
12879 * gdb.gdb/selftest.exp: Adjust expected message for
12880 capturing start-up runtime.
12881
12882 2010-06-25 Tom Tromey <tromey@redhat.com>
12883
12884 PR python/10808:
12885 * gdb.python/python.exp: Add new tests.
12886
12887 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12888
12889 * gdb.cp/operator.cc: Created an import loop.
12890 * gdb.cp/operator.exp: Added testcase for import loop.
12891
12892 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 Test PR python/11407.
12895 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12896 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12897 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12898 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12899 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12900 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12901 binfile. Call gdb_compile with clean_restart twice.
12902 (func_nofb print, func_nofb backtrace, func_loopfb print)
12903 (func_loopfb backtrace): New.
12904
12905 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12906
12907 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12908 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12909 by a hand made one.
12910 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12911 i?86 requirement. Remove variables srcfile and binfile. New variable
12912 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12913
12914 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12915
12916 * gdb.cell/dwarfaddr.exp: New file.
12917 * gdb.cell/dwarfaddr.S: New file.
12918
12919 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12920
12921 Test PR 9436.
12922 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12923
12924 2010-06-24 Hui Zhu <teawater@gmail.com>
12925
12926 * gdb.base/eval.exp: New file.
12927
12928 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12929
12930 * gdb.cell/fork.exp: New file.
12931 * gdb.cell/fork.c: Likewise.
12932 * gdb.cell/fork-spu.c: Likewise.
12933
12934 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12935
12936 * lib/gdb.exp (banned_variables_traced): New global variable.
12937 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12938 (gdb_init): Use `trace add variable' instead of obsolete
12939 `trace variable'.
12940
12941 2010-06-21 Doug Evans <dje@google.com>
12942
12943 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12944
12945 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12946
12947 * gdb.arch/spu-ls.exp: New file.
12948 * gdb.arch/spu-ls.c: Likewise.
12949
12950 2010-06-18 Stan Shebs <stan@codesourcery.com>
12951
12952 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12953
12954 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12955
12956 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12957 * gdb.base/watch-cond.exp: Likewise.
12958 * gdb.python/py-breakpoint.exp: Likewise.
12959
12960 2010-06-18 Pedro Alves <pedro@codesourcery.com>
12961
12962 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12963 clean_restart, make sure every test has a distinct message, and
12964 that messages don't include the executable' full path.
12965
12966 2010-06-17 Doug Evans <dje@google.com>
12967
12968 * gdb.arch/i386-size.exp: Updated expected output for
12969 DISASSEMBLY_OMIT_FNAME.
12970
12971 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12972 Sergio Durigan Junior <sergiodj@redhat.com>
12973
12974 * gdb.base/watch-notconst.c: New file.
12975 * gdb.base/watch-notconst.S: New file.
12976 * gdb.base/watch-notconst2.c: New file.
12977 * gdb.base/watch-notconst2.S: New file.
12978 * gdb.base/watch-notconst.exp: New file.
12979 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12980 (func4): Add operations on `global_ptr_ptr'.
12981 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12982 routine to test watchpoints created with a constant expression.
12983 (test_inaccessible_watchpoint): Include tests for watchpoints
12984 created with a constant expression.
12985
12986 2010-06-14 Kevin Buettner <kevinb@redhat.com>
12987
12988 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12989 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12990 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12991 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12992 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12993 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12994 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12995 of `_start'.
12996
12997 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12998
12999 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
13000 not supported on the target.
13001 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13002 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13003 * gdb.mi/mi-nsintrall.exp: Likewise.
13004 * gdb.mi/mi-nsmoribund.exp: Likewise.
13005 * gdb.mi/mi-nsthrexec.exp: Likewise.
13006
13007 2010-06-11 Stan Shebs <stan@codesourcery.com>
13008
13009 * gdb.base/permissions.exp: New file.
13010
13011 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13012
13013 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
13014 does not support ELF executable class.
13015
13016 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13017
13018 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
13019
13020 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13021
13022 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
13023 (runto): Catch "The target does not support running in non-stop mode.".
13024
13025 2010-06-11 Michael Snyder <msnyder@vmware.com>
13026
13027 * gdb.base/setshow.exp (set language asm): Don't use
13028 gdb_test_no_output, fails on some targets.
13029
13030 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13031
13032 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
13033 * gdb.cp/pr9167.exp: Likewise.
13034
13035 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13036
13037 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
13038
13039 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13040
13041 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
13042
13043 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13044
13045 * gdb.base/charset.c (main): Make sure malloc gets linked in.
13046
13047 2010-06-11 Tom Tromey <tromey@redhat.com>
13048
13049 PR gdb/9977, PR exp/11636::
13050 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
13051 (pieces_test_f6): Update expected output.
13052
13053 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13054
13055 * gdb.base/moribund-step.exp: New.
13056
13057 2010-06-08 Michael Snyder <msnyder@vmware.com>
13058
13059 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
13060 * gdb.ada/boolean_expr.exp:
13061 * gdb.ada/frame_args.exp: Ditto.
13062 * gdb.ada/lang_switch.exp: Ditto.
13063 * gdb.ada/ptype_arith_binop.exp: Ditto.
13064 * gdb.ada/ref_param.exp: Ditto.
13065 * gdb.ada/type_coercion.exp:Ditto.
13066
13067 * gdb.asm/asm-source.exp: Ditto.
13068
13069 * gdb.base/attach.exp: Ditto.
13070 * gdb.base/bitfields2.exp: Ditto.
13071 * gdb.base/call-signal-resume.exp: Ditto.
13072 * gdb.base/callfuncs.exp: Ditto.
13073 * gdb.base/commands.exp: Ditto.
13074 * gdb.base/dbx.exp: Ditto.
13075 * gdb.base/default.exp: Ditto.
13076 * gdb.base/dump.exp: Ditto.
13077 * gdb.base/exprs.exp: Ditto.
13078 * gdb.base/freebpcmd.exp: Ditto.
13079 * gdb.base/interrupt.exp: Ditto.
13080 * gdb.base/list.exp: Ditto.
13081 * gdb.base/long_long.exp: Ditto.
13082 * gdb.base/maint.exp: Ditto.
13083 * gdb.base/ptype.exp: Ditto.
13084 * gdb.base/return.exp: Ditto.
13085 * gdb.base/setshow.exp: Ditto.
13086 * gdb.base/sigbpt.exp: Ditto.
13087 * gdb.base/sigrepeat.exp: Ditto.
13088
13089 * gdb.cp/classes.exp: Ditto.
13090
13091 * gdb.dwarf2/dw2-restore.exp: Ditto.
13092
13093 * gdb.gdb/selftest.exp: Ditto.
13094
13095 * gdb.multi/base.exp: Ditto.
13096 * gdb.multi/bkpt-multi-exec.exp: Ditto.
13097
13098 * gdb.python/py-block.exp: Ditto.
13099 * gdb.python/py-prettyprint.exp: Ditto.
13100 * gdb.python/py-template.exp: Ditto.
13101
13102 * gdb.server/ext-attach.exp: Ditto.
13103 * gdb.server/ext-run.exp: Ditto.
13104 * gdb.server/server-mon.exp: Ditto.
13105
13106 * gdb.threads/fork-thread-pending.exp: Ditto.
13107 * gdb.threads/hand-call-in-threads.exp: Ditto.
13108 * gdb.threads/interrupted-hand-call.exp: Ditto.
13109 * gdb.threads/linux-dp.exp: Ditto.
13110 * gdb.threads/manythreads.exp: Ditto.
13111 * gdb.threads/print-threads.exp: Ditto.
13112 * gdb.threads/pthreads.exp: Ditto.
13113 * gdb.threads/schedlock.exp: Ditto.
13114 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13115 * gdb.threads/threadapply.exp: Ditto.
13116
13117 2010-06-08 Michael Snyder <msnyder@vmware.com>
13118
13119 * gdb.ada/exec_changed.exp:
13120 Use ".*" instead of "" as wildcard regexp.
13121
13122 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
13123 * gdb.base/call-ar-st.exp: Ditto.
13124 * gdb.base/checkpoint.exp: Ditto.
13125 * gdb.base/default.exp: Ditto.
13126 * gdb.base/dump.exp: Ditto.
13127 * gdb.base/ending-run.exp: Ditto.
13128 * gdb.base/fileio.exp: Ditto.
13129 * gdb.base/miscexprs.exp: Ditto.
13130 * gdb.base/pointers.exp: Ditto.
13131 * gdb.base/readline.exp: Ditto.
13132 * gdb.base/reread.exp: Ditto.
13133 * gdb.base/restore.exp: Ditto.
13134 * gdb.base/shlib-call.exp: Ditto.
13135 * gdb.base/valgrind-db-attach.exp: Ditto.
13136 * gdb.base/volatile.exp: Ditto.
13137 * gdb.base/watchpoints.exp: Ditto.
13138
13139 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
13140
13141 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
13142 * gdb.python/py-value.exp: Ditto.
13143
13144 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
13145 * gdb.trace/circ.exp: Ditto.
13146 * gdb.trace/collection.exp: Ditto.
13147 * gdb.trace/packetlen.exp: Ditto.
13148 * gdb.trace/passc-dyn.exp: Ditto.
13149 * gdb.trace/report.exp: Ditto.
13150 * gdb.trace/tfile.exp: Ditto.
13151 * gdb.trace/tfind.exp: Ditto.
13152 * gdb.trace/while-dyn.exp: Ditto.
13153
13154 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13155
13156 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
13157
13158 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13159
13160 Test PR 10640.
13161 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
13162
13163 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
13164
13165 * gdb.cp/koenig.exp: Test for ADL operators.
13166 * gdb.cp/koenig.cc: Added ADL operators.
13167 * gdb.cp/operator.exp: New test.
13168 * gdb.cp/operator.cc: New test.
13169
13170 2010-06-04 Michael Snyder <msnyder@vmware.com>
13171
13172 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
13173 * gdb.base/pending.exp: Ditto.
13174
13175 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
13176
13177 2010-06-04 Doug Evans <dje@google.com>
13178
13179 * gdb.python/py-prettyprint.exp: Add new test for enabled and
13180 disabled printers.
13181 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
13182 (enable_lookup_function): New function.
13183
13184 2010-06-04 Tom Tromey <tromey@redhat.com>
13185
13186 * gdb.python/py-value.exp (test_value_hash): Don't test equality
13187 of hash and id.
13188
13189 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13190
13191 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
13192 newline.
13193 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
13194 (empty verbose non-noisy clear, empty verbose noisy clear)
13195 (empty non-verbose noisy clear): Likewise.
13196
13197 2010-06-03 Michael Snyder <msnyder@vmware.com>
13198
13199 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
13200 * gdb.base/display.exp: Ditto.
13201 * gdb.base/find.exp: Ditto.
13202 * gdb.base/ifelse.exp: Ditto.
13203 * gdb.base/multi-forks.exp: Ditto.
13204 * gdb.base/recurse.exp: Ditto.
13205 * gdb.base/setshow.exp: Ditto.
13206 * gdb.base/value-double-free.exp: Ditto.
13207 * gdb.base/watch-vfork.exp: Ditto.
13208 * gdb.base/watch_thread_num.exp: Ditto.
13209 * gdb.base/watchpoint-solib.exp: Ditto.
13210 * gdb.base/watchpoint.exp: Ditto.
13211 * gdb.base/watchpoints.exp: Ditto.
13212
13213 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
13214 * gdb.cp/overload.exp: Ditto.
13215 * gdb.cp/virtfunc.exp: Ditto.
13216
13217 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
13218
13219 * gdb.reverse/watch-precsave.exp:
13220 Replace gdb_test with gdb_test_no_output.
13221
13222 * gdb.threads/attach-into-signal.exp:
13223 Replace gdb_test with gdb_test_no_output.
13224 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13225 * gdb.threads/watchthreads.exp: Ditto.
13226 * gdb.threads/watchthreads2.exp: Ditto.
13227
13228 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
13229 * gdb.trace/tfind.exp: Ditto.
13230
13231 2010-06-03 Joel Brobecker <brobecker@adacore.com>
13232
13233 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
13234 successful test if message is the empty string.
13235
13236 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13237
13238 * gdb.fortran/module.exp (stopped language detection): New test.
13239
13240 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13241
13242 Support DW_TAG_module as separate namespaces.
13243 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
13244 gdb.fortran/library-module-lib.f90: New.
13245 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
13246 (print i): Remove.
13247 (continue to breakpoint: i-is-1, print var_i value 1)
13248 (continue to breakpoint: i-is-2, print var_i value 2)
13249 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13250 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13251 (complete `modmany, complete `modmany`, complete `modmany`var)
13252 (show language, setting breakpoint at module): New tests.
13253 * gdb.fortran/module.f90 (module mod): Remove.
13254 (module mod1, module mod2, module modmany, subroutine sub1)
13255 (subroutine sub2, program module): New.
13256
13257 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13258
13259 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13260 (print value of rUC, print value of rI, print value of UI): ... here.
13261 * gdb.cp/anon-union.exp (pass): Rename to ...
13262 (print z 2): ... here.
13263
13264 2010-06-02 Michael Snyder <msnyder@vmware.com>
13265
13266 * gdb.trace/actions.exp: Use gdb_test_no_output.
13267 * gdb.trace/circ.exp: Ditto.
13268 * gdb.trace/packetlen.exp: Ditto.
13269 * gdb.trace/save-trace.exp: Ditto.
13270 * gdb.trace/tracecmd.exp: Ditto.
13271 * gdb.trace/tsv.exp: Ditto.
13272
13273 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13274 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13275 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13276 * gdb.threads/manythreads.exp: Ditto.
13277 * gdb.threads/print-threads.exp: Ditto.
13278 * gdb.threads/pthreads.exp: Ditto.
13279 * gdb.threads/schedlock.exp: Ditto.
13280 * gdb.threads/staticthreads.exp: Ditto.
13281 * gdb.threads/thread-specific.exp: Ditto.
13282 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13283 * gdb.threads/threadapply.exp: Ditto.
13284 * gdb.threads/watchthreads.exp: Ditto.
13285 * gdb.threads/watchthreads2.exp: Ditto.
13286
13287 * gdb.python/py-block.exp: Use gdb_test_no_output.
13288 * gdb.python/py-prettyprint.exp: Ditto.
13289 * gdb.python/py-template.exp: Ditto.
13290 * gdb.python/py-value.exp: Ditto.
13291
13292 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13293 * gdb.reverse/watch-reverse.exp: Ditto.
13294
13295 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13296 * gdb.server/ext-run.exp: Ditto.
13297
13298 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13299 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13300 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13301 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13302 * gdb.dwarf2/dw2-producer.exp: Ditto.
13303 * gdb.dwarf2/mac-fileno.exp: Ditto.
13304
13305 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13306 * gdb.gdb/selftest.exp: Ditto.
13307
13308 * gdb.multi/base.exp: Use gdb_test_no_output.
13309
13310 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13311
13312 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13313
13314 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13315
13316 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13317
13318 * gdb.cp/class2.exp: Use gdb_test_no_output.
13319 * gdb.cp/classes.exp: Ditto.
13320 * gdb.cp/extern-c.exp: Ditto.
13321 * gdb.cp/inherit.exp: Ditto.
13322 * gdb.cp/maint.exp: Ditto.
13323 * gdb.cp/mb-inline.exp: Ditto.
13324 * gdb.cp/mb-templates.exp: Ditto.
13325 * gdb.cp/method2.exp: Ditto.
13326 * gdb.cp/misc.exp: Ditto.
13327 * gdb.cp/ovldbreak.exp: Ditto.
13328 * gdb.cp/punctuator.exp: Ditto.
13329 * gdb.cp/templates.exp: Ditto.
13330 * gdb.cp/virtbase.exp: Ditto.
13331
13332 * gdb.threads/attach-stopped.exp:
13333 Replace uses of send_gdb / gdb_expect.
13334 * gdb.threads/attachstop-mt.exp:
13335 Replace uses of send_gdb / gdb_expect.
13336 * gdb.threads/gcore-thread.exp:
13337 Replace uses of send_gdb / gdb_expect.
13338 * gdb.threads/hand-call-in-threads.exp:
13339 Replace uses of send_gdb / gdb_expect.
13340 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13341 * gdb.threads/print-threads.exp:
13342 Replace uses of send_gdb / gdb_expect.
13343 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13344 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13345 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13346
13347 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13348 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13349 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13350 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13351 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13352 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13353 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13354 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13355 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13356 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13357 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13358
13359 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13360
13361 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13362
13363 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13364
13365 * gdb.cp/koenig.exp: Added new test case.
13366 * gdb.cp/koenig.cc: Ditto.
13367
13368 2010-06-01 Michael Snyder <msnyder@vmware.com>
13369
13370 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13371 * gdb.base/arrayidx.exp: Ditto.
13372 * gdb.base/attach.exp: Ditto.
13373 * gdb.base/auxv.exp: Ditto.
13374 * gdb.base/bigcre.exp: Ditto.
13375 * gdb.base/break-always.exp: Ditto.
13376 * gdb.base/break-interp.exp: Ditto.
13377 * gdb.base/break.exp: Ditto.
13378 * gdb.base/breakpoint-shadow.exp: Ditto.
13379 * gdb.base/call-ar-st.exp: Ditto.
13380 * gdb.base/call-sc.exp: Ditto.
13381 * gdb.base/call-signal-resume.exp: Ditto.
13382 * gdb.base/callfuncs.exp: Ditto.
13383 * gdb.base/catch-syscall.exp: Ditto.
13384 * gdb.base/charset.exp: Ditto.
13385 * gdb.base/code-expr.exp: Ditto.
13386 * gdb.base/commands.exp: Ditto.
13387 * gdb.base/cond-expr.exp: Ditto.
13388 * gdb.base/condbreak.exp: Ditto.
13389 * gdb.base/cursal.exp: Ditto.
13390 * gdb.base/cvexpr.exp: Ditto.
13391 * gdb.base/default.exp: Ditto.
13392 * gdb.base/del.exp: Ditto.
13393 * gdb.base/detach.exp: Ditto.
13394 * gdb.base/display.exp: Ditto.
13395 * gdb.base/ena-dis-br.exp: Ditto.
13396 * gdb.base/eval-skip.exp: Ditto.
13397 * gdb.base/foll-fork.exp: Ditto.
13398 * gdb.base/foll-vfork.exp: Ditto.
13399 * gdb.base/frame-args.exp: Ditto.
13400 * gdb.base/funcargs.exp: Ditto.
13401 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13402 * gdb.base/gdbvars.exp: Ditto.
13403 * gdb.base/help.exp: Ditto.
13404 * gdb.base/ifelse.exp: Ditto.
13405 * gdb.base/included.exp: Ditto.
13406 * gdb.base/list.exp: Ditto.
13407 * gdb.base/macscp.exp: Ditto.
13408 * gdb.base/maint.exp: Ditto.
13409 * gdb.base/multi-fork.exp: Ditto.
13410 * gdb.base/overlays.exp: Ditto.
13411 * gdb.base/page.exp: Ditto.
13412 * gdb.base/pending.exp: Ditto.
13413 * gdb.base/pointers.exp: Ditto.
13414 * gdb.base/pr11022.exp: Ditto.
13415 * gdb.base/prelink.exp: Ditto.
13416 * gdb.base/printcmds.exp: Ditto.
13417 * gdb.base/psymtab.exp: Ditto.
13418 * gdb.base/randomize.exp: Ditto.
13419 * gdb.base/relational.exp: Ditto.
13420 * gdb.base/relocate.exp: Ditto.
13421 * gdb.base/remote.exp: Ditto.
13422 * gdb.base/sepdebug.exp: Ditto.
13423 * gdb.base/set-lang-auto.exp: Ditto.
13424 * gdb.base/setshow.exp: Ditto.
13425 * gdb.base/setvar.exp: Ditto.
13426 * gdb.base/signals.exp: Ditto.
13427 * gdb.base/signull.exp: Ditto.
13428 * gdb.base/sigstep.exp: Ditto.
13429 * gdb.base/sizeof.exp: Ditto.
13430 * gdb.base/solib-disc.exp: Ditto.
13431 * gdb.base/store.exp: Ditto.
13432 * gdb.base/structs.exp: Ditto.
13433 * gdb.base/structs2.exp: Ditto.
13434 * gdb.base/subst.exp: Ditto.
13435 * gdb.base/term.exp: Ditto.
13436 * gdb.base/trace-commands.exp: Ditto.
13437 * gdb.base/unwindonsignal.exp: Ditto.
13438 * gdb.base/valgrind-db-attach.exp: Ditto.
13439 * gdb.base/varargs.exp: Ditto.
13440 * gdb.base/watch-cond.exp: Ditto.
13441 * gdb.base/watch_thread_num.exp: Ditto.
13442 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13443 * gdb.base/watchpoint.exp: Ditto.
13444 * gdb.base/whatis-exp.exp: Ditto.
13445
13446 2010-06-01 Michael Snyder <msnyder@vmware.com>
13447
13448 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13449 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13450 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13451 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13452 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13453 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13454 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13455 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13456 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13457 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13458 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13459 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13460 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13461 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13462 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13463
13464 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13465
13466 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13467 trailing newline.
13468 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13469 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13470 (p *args): ... here and remove excessive trailing newline.
13471
13472 2010-05-31 Joel Brobecker <brobecker@adacore.com>
13473
13474 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13475
13476 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13477
13478 Accept the new Linux kernel "t (tracing stop)" string.
13479 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13480 Update comment.
13481 (state_wait) <T (tracing stop)>: New.
13482 (main): Update the state_wait expect string.
13483
13484 2010-05-28 Pedro Alves <pedro@codesourcery.com>
13485
13486 * limits.c, limits.exp: Delete files.
13487 * Makefile.in (clean mostlyclean): Adjust.
13488 * tracecmd.exp: Adjust.
13489
13490 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13491
13492 * gdb.base/tui-layout.exp: New.
13493
13494 2010-05-28 Michael Snyder <msnyder@vmware.com>
13495
13496 * gdb.reverse/break-precsave.exp:
13497 Replace uses of send_gdb / gdb_expect.
13498 * gdb.reverse/break-reverse.exp:
13499 Replace uses of send_gdb / gdb_expect.
13500 * gdb.reverse/consecutive-precsave.exp:
13501 Replace uses of send_gdb / gdb_expect.
13502 * gdb.reverse/consecutive-reverse.exp:
13503 Replace uses of send_gdb / gdb_expect.
13504 * gdb.reverse/finish-precsave.exp:
13505 Replace uses of send_gdb / gdb_expect.
13506 * gdb.reverse/finish-reverse.exp:
13507 Replace uses of send_gdb / gdb_expect.
13508 * gdb.reverse/i386-precsave.exp:
13509 Replace uses of send_gdb / gdb_expect.
13510 * gdb.reverse/i386-reverse.exp:
13511 Replace uses of send_gdb / gdb_expect.
13512 * gdb.reverse/i386-sse-reverse.exp:
13513 Replace uses of send_gdb / gdb_expect.
13514 * gdb.reverse/i387-env-reverse.exp:
13515 Replace uses of send_gdb / gdb_expect.
13516 * gdb.reverse/i387-stack-reverse.exp:
13517 Replace uses of send_gdb / gdb_expect.
13518 * gdb.reverse/machinestate-precsave.exp:
13519 Replace uses of send_gdb / gdb_expect.
13520 * gdb.reverse/machinestate.exp:
13521 Replace uses of send_gdb / gdb_expect.
13522 * gdb.reverse/sigall-precsave.exp:
13523 Replace uses of send_gdb / gdb_expect.
13524 * gdb.reverse/sigall-reverse.exp:
13525 Replace uses of send_gdb / gdb_expect.
13526 * gdb.reverse/solib-precsave.exp:
13527 Replace uses of send_gdb / gdb_expect.
13528 * gdb.reverse/solib-reverse.exp:
13529 Replace uses of send_gdb / gdb_expect.
13530 * gdb.reverse/step-precsave.exp:
13531 Replace uses of send_gdb / gdb_expect.
13532 * gdb.reverse/step-reverse.exp:
13533 Replace uses of send_gdb / gdb_expect.
13534 * gdb.reverse/until-precsave.exp:
13535 Replace uses of send_gdb / gdb_expect.
13536 * gdb.reverse/until-reverse.exp:
13537 Replace uses of send_gdb / gdb_expect.
13538 * gdb.reverse/watch-precsave.exp:
13539 Replace uses of send_gdb / gdb_expect.
13540 * gdb.reverse/watch-reverse.exp:
13541 Replace uses of send_gdb / gdb_expect.
13542
13543 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13544
13545 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13546 excessive newline.
13547
13548 2010-05-27 Michael Snyder <msnyder@vmware.com>
13549
13550 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13551 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13552 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13553 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13554 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13555 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13556 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13557 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13558 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13559 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13560 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13561 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13562 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13563 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13564 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13565 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13566 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13567 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13568 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13569
13570 2010-05-26 Michael Snyder <msnyder@vmware.com>
13571
13572 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13573 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13574
13575 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13576 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13577 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13578
13579 * gdb.reverse/consecutive-reverse.exp:
13580 Replace uses of send_gdb / gdb_expect.
13581 * gdb.reverse/consecutive-precsave.exp:
13582 Replace uses of send_gdb / gdb_expect.
13583
13584 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13585 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13586 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13587 * gdb.mi/mi-ns-stale-regcache.exp:
13588 Replace uses of send_gdb / gdb_expect.
13589 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13590 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13591 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13592 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13593 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13594 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13595 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13596 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13597 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13598
13599 2010-05-26 Michael Snyder <msnyder@vmware.com>
13600
13601 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13602
13603 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13604
13605 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13606 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13607 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13608 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13609 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13610 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13611 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13612 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13613 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13614
13615 2010-05-25 Tom Tromey <tromey@redhat.com>
13616
13617 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13618
13619 2010-05-25 Tom Tromey <tromey@redhat.com>
13620
13621 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13622 argument order.
13623 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13624 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13625 order.
13626 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13627 order.
13628 * gdb.base/call-sc.exp (setup_kfails): Remove.
13629 (setup_compiler_kfails): Remove.
13630 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13631 argument order.
13632 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13633 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13634 (advancei): Fix setup_kfail argument order.
13635 * gdb.base/radix.exp: Fix setup_kfail argument order.
13636 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13637 order.
13638 * gdb.base/structs.exp (setup_kfails): Remove.
13639 (setup_compiler_kfails): Fix setup_kfail argument order.
13640 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13641 order.
13642 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13643 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13644 setup_kfail argument order.
13645 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13646
13647 2010-05-25 Tom Tromey <tromey@redhat.com>
13648
13649 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13650
13651 2010-05-25 Michael Snyder <msnyder@vmware.com>
13652
13653 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13654 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13655 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13656 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13657 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13658 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13659 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13660 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13661 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13662 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13663 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13664 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13665 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13666 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13667 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13668 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13669 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13670 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13671 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13672 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13673 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13674 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13675 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13676 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13677 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13678 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13679 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13680 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13681 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13682 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13683 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13684 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13685 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13686 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13687 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13688 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13689 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13690 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13691 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13692 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13693 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13694 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13695 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13696 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13697 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13698 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13699 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13700 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13701
13702 2010-05-25 Doug Evans <dje@google.com>
13703
13704 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13705 gdb.string_to_argv.
13706
13707 2010-05-21 Tom Tromey <tromey@redhat.com>
13708
13709 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13710 Call it.
13711 * gdb.dwarf2/pieces.S: Update.
13712 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13713
13714 2010-05-21 Tom Tromey <tromey@redhat.com>
13715
13716 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13717 Call it.
13718 * gdb.dwarf2/pieces.c (struct C): New.
13719 (f6): New function.
13720 * gdb.dwarf2/pieces.S: Replace.
13721
13722 2010-05-21 Tom Tromey <tromey@redhat.com>
13723
13724 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13725 Call it.
13726
13727 2010-05-21 Tom Tromey <tromey@redhat.com>
13728
13729 * gdb.dwarf2.pieces.exp: New file.
13730 * gdb.dwarf2.pieces.S: New file.
13731 * gdb.dwarf2.pieces.c: New file.
13732
13733 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13734 Joel Brobecker <brobecker@adacore.com>
13735
13736 * lib/gdb.exp (gdb_test_no_output): New function.
13737 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13738 when testing commands that should produce no output.
13739
13740 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13741
13742 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13743 parameter that we want to watch being a constant.
13744
13745 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13746
13747 * gdb.ada/cond_lang: New testcase.
13748
13749 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13750
13751 * lib/gdb.exp (banned_variables): New variable/constant.
13752 (gdb_init): Add write trace on variables listed in banned_variables.
13753 (gdb_finish): Remove write traces on variables listed in
13754 banned_variables.
13755
13756 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13757
13758 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13759 * gdb.cp/koenig.exp: Likewise.
13760
13761 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13762
13763 PR python/11482
13764
13765 * gdb.python/py-value.exp (test_value_hash): New function.
13766
13767 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13768
13769 PR exp/11530.
13770 * gdb.base/gdb11530.c: New file.
13771 * gdb.base/gdb11530.exp: New file.
13772
13773 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13774
13775 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13776 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13777
13778 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13779
13780 * gdb.cp/koenig.exp: New test.
13781 * gdb.cp/koenig.cc: New test program.
13782
13783 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13784
13785 Remove the use of prms_id and bug_id throughout the testsuite.
13786
13787 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13788
13789 PR exp/11349.
13790 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13791 use a reference local variable.
13792
13793 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13794
13795 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13796 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13797 variable different_dir. Move debugfile into a full directory pathname
13798 under DIFFERENT_DIR.
13799 * lib/gdb.exp (separate_debug_filename): Remove.
13800 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13801 variable debug_dir and mkdir of it. Update function comments.
13802
13803 2010-04-29 Pedro Alves <pedro@codesourcery.com>
13804
13805 PR gdb/11557
13806
13807 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13808 files.
13809
13810 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13811
13812 * gdb.python/py-param.exp: New File.
13813
13814 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13815
13816 * gdb.base/default.exp: Fix "set language" test.
13817
13818 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13819
13820 PR breakpoints/11531.
13821 * gdb.base/gdb11531.c: New file.
13822 * gdb.base/gdb11531.exp: New file.
13823
13824 2010-04-26 Tom Tromey <tromey@redhat.com>
13825
13826 * gdb.base/completion.exp: Add tests for completion and deprecated
13827 commands.
13828
13829 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13830
13831 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13832 (print /x char_array): Escape curly brackets.
13833
13834 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13835
13836 Fix deadlock on looped list of loaded shared objects.
13837 * gdb.base/solib-corrupted.exp: New.
13838
13839 2010-04-23 Doug Evans <dje@google.com>
13840
13841 * gdb.python/py-section-script.c: New file.
13842 * gdb.python/py-section-script.exp: New file.
13843 * gdb.python/py-section-script.py: New file.
13844
13845 2010-04-20 Chris Moller <cmoller@redhat.com>
13846
13847 PR 10179
13848
13849 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13850 * gdb.base/pr10179-a.c:
13851 * gdb.base/pr10179-b.c:
13852 * gdb.base/pr10179.exp: New files.
13853
13854 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13855
13856 Fix crashes on dangling display expressions.
13857 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13858 is SEP.
13859 (lib_flags): Remove the "debug" keyword.
13860 (libsepdebug): New variable for iterating new loop.
13861 (save_pf_prefix): New variable wrapping the loop.
13862 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13863 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13864
13865 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13866
13867 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13868
13869 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13870
13871 PR stabs/11479.
13872 * gdb.stabs/gdb11479.exp: New file.
13873 * gdb.stabs/gdb11479.c: New file.
13874
13875 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13876
13877 * gdb.base/charset.c (Strin16, String32): New variables.
13878 * gdb.base/charset.exp (gdb_test): Test correct display
13879 of 16 or 32 bit strings.
13880
13881 2010-04-21 Chris Moller <cmoller@redhat.com>
13882
13883 PR 9167
13884 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13885 * gdb.cp/pr9167.cc: New file.
13886 * gdb.cp/pr9167.exp: New file.
13887
13888
13889 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13890
13891 PR pascal/11492.
13892 * gdb.pascal/gdb11492.pas: New file.
13893 * gdb.pascal/gdb11492.exp: New file.
13894
13895 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13896
13897 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13898
13899 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13900
13901 * gdb.ada/dyn_loc: New testcase.
13902
13903 2010-04-20 Chris Moller <cmoller@redhat.com>
13904
13905 PR 10867
13906
13907 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13908 * gdb.cp/pr10687.cc: New file.
13909 * gdb.cp/pr10687.exp: New file.
13910
13911
13912 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13913 Sergio Durigan Junior <sergiodj@redhat.com>
13914
13915 * gdb.fortran/logical.exp: New testcase.
13916 * gdb.fortran/logical.f90: New file.
13917
13918 2010-04-19 Doug Evans <dje@google.com>
13919
13920 * gdb.base/help.exp (help source): Update expected output.
13921
13922 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13923
13924 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13925 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13926 gdb_exit and return.
13927 (executable): New variable.
13928 (binfile): Use it.
13929
13930 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13931
13932 PR breakpoints/8554.
13933
13934 * gdb.trace/save-trace.exp: Adjust.
13935
13936 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13937
13938 PR corefiles/11511
13939 * gdb.arch/system-gcore.exp: New.
13940 * gdb.arch/gcore.c: Likewise.
13941
13942 2010-04-15 Doug Evans <dje@google.com>
13943
13944 * gdb.python/py-progspace.c: New file.
13945 * gdb.python/py-progspace.exp: New file.
13946
13947 * gdb.base/source.exp: Add tests for "source -s".
13948
13949 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13950
13951 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13952 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13953 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13954 * gdb.python/py-mi.exp: New test for to_string returning None.
13955
13956 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13957
13958 * gdb.python/py-breakpoint.c: Make result global.
13959
13960 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13961
13962 Fix non-GNU make compatibility.
13963 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13964
13965 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13966
13967 * gdb.python/py-breakpoint.exp: New File.
13968 * gdb.python/py-breakpoint.C: Ditto.
13969
13970 2010-04-08 Stan Shebs <stan@codesourcery.com>
13971
13972 * gdb.trace/actions.exp: Clear default-collect.
13973 * gdb.trace/save-trace.exp: Clear default-collect.
13974
13975 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13976
13977 * gdb.python/py-value: Add null string variable.
13978 (test_lazy_string): Test zero length, NULL address lazy
13979 strings.
13980
13981 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13982
13983 * gdb.arch/i386-avx.c: New.
13984 * gdb.arch/i386-avx.exp: Likewise.
13985
13986 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13987
13988 2010-04-06 Doug Evans <dje@google.com>
13989
13990 * gdb.base/source-test.gdb: New file.
13991 * gdb.base/source.exp: Test source -v.
13992
13993 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13994
13995 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13996
13997 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13998
13999 * gdb.stabs/aout.sed: Convert all backslash to double backslash
14000 within one line, unless it is followed by a double quote.
14001 * gdb.stabs/hppa.sed: Idem.
14002 * gdb.stabs/weird.def: Add char and String constants
14003 * gdb.stabs/weird.exp: Check for correct parsing of
14004 char and string constants.
14005 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
14006 in .stabs to .stabx substitution.
14007
14008 2010-04-05 Stan Shebs <stan@codesourcery.com>
14009
14010 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
14011 constant global.
14012 * gdb.trace/tfile.exp: Try to print them.
14013
14014 2010-04-04 Stan Shebs <stan@codesourcery.com>
14015
14016 * gdb.base/completion.exp: Update for new "info watchpoints".
14017 * gdb.base/default.exp: Ditto.
14018 * gdb.base/help.exp: Ditto.
14019 * gdb.base/watchpoint.exp: Ditto.
14020 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
14021
14022 2010-04-04 Stan Shebs <stan@codesourcery.com>
14023
14024 * gdb.trace/tfile.exp: Sharpen tfind test.
14025
14026 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14027
14028 * gdb.base/break-entry.exp: New.
14029
14030 2010-04-02 Hui Zhu <teawater@gmail.com>
14031 Michael Snyder <msnyder@vmware.com>
14032
14033 * gdb.reverse/i386-sse-reverse.exp: New file.
14034 * gdb.reverse/i386-sse-reverse.c: New file.
14035
14036 2010-04-02 Pedro Alves <pedro@codesourcery.com>
14037
14038 * gdb.trace/tfind.exp: Adjust expected disassembly output.
14039
14040 2010-04-01 Stan Shebs <stan@codesourcery.com>
14041
14042 * gdb.trace/actions.exp: Tweak expected output.
14043 * gdb.trace/while-stepping.exp: Tweak expected output.
14044
14045 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
14046
14047 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
14048
14049 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14050
14051 * gdb.base/commands.exp: Adjust.
14052 * gdb.cp/extern-c.exp: Adjust.
14053
14054 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14055
14056 * gdb.trace/collection.c (local_test_func): Define a local struct,
14057 and instanciate it.
14058
14059 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14060
14061 * gdb.trace/collection.exp (gdb_collect_args_test)
14062 (gdb_collect_argarray_test): XFAIL the tests that assume the
14063 argarray argument's elements are collected.
14064
14065 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
14066
14067 * gdb.dwarf2/dw2-bad-parameter-type.exp,
14068 gdb.dwarf2/dw2-bad-parameter-type.S: New.
14069
14070 2010-03-31 Stan Shebs <stan@codesourcery.com>
14071
14072 * gdb.trace/save-trace.exp: Test save/restore of default-collect
14073 and tracepoint conditionals.
14074 (gdb_verify_tracepoints): Delete unused return.
14075
14076 2010-03-26 Keith Seitz <keiths@redhat.com>
14077
14078 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
14079 appear in the output before main.
14080 Remove KFAIL for gdb/2215 aka bz 9320.
14081
14082 2010-03-30 Doug Evans <dje@google.com>
14083
14084 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
14085 by dejagnu.
14086 * gdb.arch/amd64-dword.exp: Ditto.
14087
14088 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
14089 match.
14090 (break printf): Ditto.
14091
14092 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
14093
14094 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
14095 gcc < 4.4.
14096 * gdb.cp/shadow.exp: Ditto.
14097
14098 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14099
14100 * gdb.trace/collection.exp (run_trace_experiment): Make sure
14101 "tstart" is silent.
14102
14103 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14104
14105 * gdb.trace/collection.exp (executable): New.
14106 (binfile): Use it.
14107 (fpreg, spreg, pcreg): New.
14108 (test_register): Use gdb_test_multiple. Pass /x to print.
14109 (prepare_for_trace_test): New.
14110 (run_trace_experiment): Use "continue", not gdb_run_cmd.
14111 (gdb_collect_args_test, gdb_collect_argstruct_test)
14112 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
14113 prepare_for_trace_test.
14114 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
14115 fpreg, spreg and pcreg.
14116 (gdb_collect_expression_test, gdb_collect_globals_test): Use
14117 prepare_for_trace_test.
14118 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
14119 try to detect tracing support here. Don't set breakpoints at
14120 `begin' or `end' here.
14121 <global scope>: Use clean_restart. Run to main before checking
14122 for tracing support. Check for for tracing support here.
14123
14124 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14125
14126 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
14127 " as $displacement" to "seen displacement message".
14128
14129 2010-03-28 Pedro Alves <pedro@codesourcery.com>
14130
14131 * gdb.trace/while-dyn.exp (executable): New variable.
14132 (binfile): Use it.
14133 (test_while_stepping): New function. Move most tests here. Call
14134 it once for each of the while-stepping, stepping and ws aliases.
14135
14136 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14137
14138 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
14139 that do not provide the tagless_struct type name at all.
14140 (test_print_anon_union): Do not check value of uninitialized
14141 union member. Do not use cp_test_ptype_class, so we can accept
14142 "long" as well as "long int".
14143
14144 2010-03-26 Pedro Alves <pedro@codesourcery.com>
14145
14146 * gdb.trace/tfile.c (tohex, bin2hex): New.
14147 (write_error_trace_file): Hexify error description.
14148
14149 2010-03-25 Stan Shebs <stan@codesourcery.com>
14150
14151 * gdb.trace/tfile.c: Generate an additional trace file, improve
14152 portability.
14153 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
14154 files in a better way.
14155
14156 2010-03-25 Keith Seitz <keiths@redhat.com>
14157
14158 * gdb.java/jprint.exp: XFAIL printing of static class members
14159 because of GCC debuginfo problem.
14160
14161 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14162
14163 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
14164
14165 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14166
14167 * gdb.base/completion.exp: Allow long instead of long int.
14168 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
14169 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
14170 variable p.
14171 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
14172 * gdb.base/pointers.exp: Allow long instead of long int.
14173 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
14174 * gdb.base/step-line.exp: Allow a directory before the source file name.
14175
14176 2010-03-24 Tom Tromey <tromey@redhat.com>
14177
14178 PR breakpoints/9352:
14179 * gdb.base/default.exp: Update.
14180 * gdb.base/commands.exp: Update.
14181 * gdb.cp/extern-c.exp: Test setting commands on multiple
14182 breakpoints at once.
14183
14184 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14185
14186 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
14187 if gdb,nosignals.
14188 * gdb.base/watchpoints.c: Do not include unnecessary headers.
14189 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
14190 exited".
14191
14192 2010-03-24 Stan Shebs <stan@codesourcery.com>
14193
14194 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
14195
14196 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14197
14198 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
14199 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
14200 argument. Handle "short" and "long".
14201 (Top level): Pass overprototyped output for old_fptr and xptr.
14202
14203 2010-03-23 Pedro Alves <pedro@codesourcery.com>
14204
14205 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
14206 format strings and add casts to avoid compiler warnings.
14207
14208 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
14209
14210 * lib/trace-support.exp (gdb_trace_setactions):
14211 Don't expect whitespace after ">" prompt.
14212 * gdb.trace/actions.exp: Adjust for output changes.
14213 * gdb.trace/while-stepping.exp: Likewise.
14214
14215 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14216
14217 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
14218 and r157645).
14219
14220 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14221
14222 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
14223 New.
14224
14225 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
14226
14227 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
14228 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
14229
14230 2010-03-19 Stan Shebs <stan@codesourcery.com>
14231
14232 * gdb.trace/ax.exp: New file.
14233
14234 2010-03-19 Doug Evans <dje@google.com>
14235
14236 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14237 output from gcc.
14238
14239 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14240 named /usr/sbin/prelink<foo>.
14241
14242 2010-03-18 Stan Shebs <stan@codesourcery.com>
14243
14244 * gdb.trace/circ.exp: Test circular-trace-buffer.
14245 * gdb.trace/tfile.exp: Update tstatus test.
14246
14247 2010-03-18 Joel Brobecker <brobecker@adacore.com>
14248
14249 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14250 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14251
14252 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14253
14254 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14255
14256 2010-03-18 Pedro Alves <pedro@codesourcery.com>
14257
14258 * gdb.base/default.exp: Adjust the expected output of the finish
14259 and until commands when the inferior is not being run.
14260
14261 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14262
14263 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14264 * gdb.cp/nsusing.exp: Ditto.
14265
14266 2010-03-15 Tom Tromey <tromey@redhat.com>
14267
14268 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14269 * gdb.cp/userdef.cc (operator==): New function.
14270 (main): New locals mem1, mem2.
14271
14272 2010-03-15 Jie Zhang <jie@codesourcery.com>
14273
14274 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14275 Declare and use new loadtimeout variable.
14276
14277 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14278
14279 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14280 Use gdb_load later.
14281
14282 2010-03-14 Pedro Alves <pedro@codesourcery.com>
14283
14284 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14285 literal. Add missing endlines to prints to stderr.
14286
14287 2010-03-12 Tom Tromey <tromey@redhat.com>
14288
14289 PR c++/9708:
14290 * gdb.cp/m-static.exp: Add regression test.
14291 * gdb.cp/m-static.cc (method): New method.
14292 (main): Call it.
14293
14294 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14295
14296 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14297 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14298
14299 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14300
14301 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14302
14303 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14304
14305 * lib/gdb.exp (skip_stl_tests): New.
14306 (gdb_compile): Symbian needs -ldl.
14307 (shlib_target_file): New.
14308 (shlib_symbol_file): New.
14309 (gdb_load_shlibs): Use shlib_target_file.
14310 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14311 * gdb.cp/exception.exp: Use skip_stl_tests.
14312 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14313 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14314 * gdb.cp/mb-templates.exp: Ditto.
14315 * gdb.base/commands.exp: Relax regexes.
14316 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14317 shlib_target_file and shlib_symbol_file.
14318 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14319 sections.
14320 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14321 * gdb.base/solib-disc.exp: Use
14322 shlib_target_file and shlib_symbol_file.
14323 * gdb.base/unload.exp: Don't skip on symbian. Use
14324 shlib_target_file and shlib_symbol_file.
14325 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14326
14327 2010-03-12 Pedro Alves <pedro@codesourcery.com>
14328
14329 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14330 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14331 Issue a tfind end before looking for a tracepoint frame.
14332 * gdb.trace/tfind.exp: Adjust tstatus output.
14333 Adjust disassembly output.
14334 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14335
14336 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14337
14338 * gdb.base/break-interp.exp: Create new displacement parameter value
14339 for the test_ld calls.
14340 (reach): New parameter displacement, verify its content. New push of
14341 pf_prefix "reach-$func:". Import global expect_out.
14342 (test_core): New parameter displacement, verify its content. New push
14343 of pf_prefix "core:". New command "set verbose on". Import global
14344 expect_out.
14345 (test_attach): New parameter displacement, verify its content. New
14346 push of pf_prefix "attach:". New command "set verbose on". Import
14347 global expect_out.
14348 (test_ld): New parameter displacement, pass it to the reach, test_core
14349 and test_attach calls and verify its content in the "ld.so exit" test.
14350 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14351 (prelink): Update expected text, use gdb_test.
14352
14353 2010-03-10 Doug Evans <dje@google.com>
14354
14355 * gdb.base/checkpoint.exp: Fix comment.
14356 Lengthen timeout while doing >600 checkpoints test.
14357 Rename duplicate "kill all one" test to keep test names unique.
14358
14359 2010-03-10 Pedro Alves <pedro@codesourcery.com>
14360
14361 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14362
14363 2010-03-08 Keith Seitz <keiths@redhat.com>
14364
14365 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14366 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14367 (dm_type_long): New function.
14368 (dm_type_unsigned_short): New function.
14369 (dm_type_unsigned_long): New function.
14370 (myint): New typedef.
14371 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14372 long, unsigned shor and long, operator char*, and typedef.
14373 (test_lookup_operator_functions): Add operator char* test.
14374 (test_paddr_operator_functions): Likewise.
14375 (test_paddr_overloaded_functions): Use probe values for
14376 short, long, and unsigned short and long.
14377 (test_paddr_hairy_functions): If the demangler probe detected
14378 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14379 demangler.
14380 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14381 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14382 and "print null_pmf".
14383 Add test "ptype a.*pmf".
14384 * gdb.cp/overload.exp: Allow optional "int" to appear with
14385 "short" and "long".
14386 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14387 long expect value for men_overload1arg.
14388 Allow "int" to appear with "short" and "long".
14389 When testing "info break", add argument for main (void).
14390 Also allow "int" to appear with "short" and "long".
14391 Ditto with "unsigned" and "long long".
14392 * gdb.java/jmain.exp: Do not enclose methods names in single
14393 quotes.
14394 * gdb.java/jmisc.exp: Likewise.
14395 * gdb.java/jprint.exp: Likewise.
14396 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14397
14398 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14399 * gdb.cp/exception.exp (backtrace after first throw)
14400 (backtrace after second throw): Allow a namespace before __cxa_throw.
14401 (backtrace after first catch, backtrace after second catch): Allow
14402 a namespace before __cxa_begin_catch.
14403
14404 * gdb.cp/cpexprs.exp: New file.
14405 * gdb.cp/cpexprs.cc: New file.
14406
14407 From Daniel Jacobowitz <dan@codesourcery.com>
14408 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14409 to use string_to_regexp.
14410 (ctor, dtor): New functions. Use them to match constructor
14411 and destructor function types.
14412 (Top level): Use runto_main.
14413
14414 2010-03-05 Tom Tromey <tromey@redhat.com>
14415
14416 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14417 gdb.target_charset.
14418 (pp_ns.to_string): Likewise.
14419
14420 2010-03-04 Keith Seitz <keiths@redhat.com>
14421
14422 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14423 can be quoted. Test that both the filename and function/line
14424 portions can be quoted at the same time.
14425
14426 2010-03-04 Pedro Alves <pedro@codesourcery.com>
14427
14428 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14429
14430 2010-03-03 Doug Evans <dje@google.com>
14431
14432 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14433 libc contains libpthread.
14434
14435 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14436 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14437 of gdb_compile. Add another pattern to match android backtrace.
14438
14439 2010-03-03 Tom Tromey <tromey@redhat.com>
14440
14441 PR gdb/11345:
14442 * gdb.base/printcmds.exp (test_printf): Add test.
14443
14444 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14445
14446 * gdb.arch/amd64-byte.exp: New.
14447 * gdb.arch/amd64-dword.exp: Likewise.
14448 * gdb.arch/amd64-pseudo.c: Likewise.
14449 * gdb.arch/amd64-word.exp: Likewise.
14450 * gdb.arch/i386-byte.exp: Likewise.
14451 * gdb.arch/i386-pseudo.c: Likewise.
14452 * gdb.arch/i386-word.exp: Likewise.
14453
14454 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14455
14456 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14457 types. Add structreg, bitfields, and flags registers.
14458 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14459 registers.
14460
14461 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14462
14463 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14464 (load_description): Set architecture if defined.
14465
14466 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14467
14468 * gdb.python/py-frame.exp: Add read_var block tests.
14469 * gdb.python/py-frame.c (block): New function.
14470
14471 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14472 Daniel Jacobowitz <dan@codesourcery.com>
14473
14474 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14475
14476 2010-02-25 David S. Miller <davem@davemloft.net>
14477
14478 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14479 fix logic for setting all_syscalls_numbers.
14480
14481 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14482
14483 * Makefile.in: Add py-block and py-symbol.
14484 * gdb.python/py-symbol.exp: New File.
14485 * gdb.python/py-symtab.exp: New File.
14486 * gdb.python/py-block.exp: New File.
14487 * gdb.python/py-symbol.c: New File.
14488 * gdb.python/py-block.c: New File.
14489
14490 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14491
14492 PR python/11314
14493 * lib/gdb.exp (skip_python_tests): New function.
14494 * gdb.python/py-cmd.exp: Use skip_python_tests.
14495 * gdb.python/py-frame.exp: Likewise.
14496 * gdb.python/py-function.exp: Likewise.
14497 * gdb.python/py-prettyprint.exp: Likewise.
14498 * gdb.python/py-template.exp: Likewise.
14499 * gdb.python/py-type.exp: Likewise.
14500 * gdb.python/py-value.exp: Likewise.
14501
14502 2010-02-22 Pedro Alves <pedro@codesourcery.com>
14503
14504 PR9605
14505
14506 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14507
14508 2010-02-19 Tom Tromey <tromey@redhat.com>
14509
14510 PR c++/8693, PR c++/9496:
14511 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14512 regression tests.
14513
14514 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14515
14516 Fix compatibility with m68k as.
14517 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14518 Use only /* comments */.
14519
14520 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14521
14522 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14523 * configure: Regenerate.
14524
14525 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14526
14527 * gdb.python/py-type.exp: Check for Python support.
14528
14529 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14530
14531 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14532 `regsub' syntax available.
14533
14534 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14535
14536 * gdb.base/shmain.c (main): Remove printf call.
14537 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14538 * gdb.base/unload.c (main): Make format of fprintf a string
14539 literal. Add missing endlines to prints to stderr.
14540 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14541
14542 2010-02-17 Tom Tromey <tromey@redhat.com>
14543
14544 * gdb.java/jprint.java (jprint.props): New field.
14545 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14546
14547 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14548
14549 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14550 available.
14551
14552 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14553
14554 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14555 creation to support remote host testing.
14556
14557 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14558
14559 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14560 Recognize "command not found".
14561
14562 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14563
14564 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14565 single-stepping.
14566
14567 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14568
14569 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14570 if arguments are not supported.
14571
14572 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14573
14574 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14575 be const or non-const.
14576
14577 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14578
14579 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14580 mi_send_resuming_command to send -exec-continue.
14581
14582 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14583
14584 * gdb.base/list.exp (test_list_filename_and_function): Add test
14585 with single quotes.
14586 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14587 matching.
14588 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14589 Add KFAIL'd tests for PR gdb/11289.
14590
14591 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14592
14593 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14594
14595 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14596
14597 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14598 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14599 a temporary directory.
14600
14601 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14602
14603 * gdb.base/charset.exp: Use a single regular expression to match
14604 show host-charset and show target-charset output.
14605
14606 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14607
14608 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14609 "Illegal process-id" expect string more exact.
14610 (attach to digits-starting nonsense is prohibited): New.
14611
14612 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14613
14614 * gdb.base/prelink.exp (set verbose on): New.
14615
14616 2010-02-12 Tomas Holmberg <th@virtutech.com>
14617
14618 * mi-reverse.exp: New file. Test for reverse option to the
14619 following MI commands: exec-continue, exec-finish, exec-next,
14620 exec-step, exec-next-instruction, exec-step-instruction.
14621
14622 2010-02-09 Joel Brobecker <brobecker@adacore.com>
14623
14624 * gdb.ada/ptype_tagged_param: New testcase.
14625
14626 2010-02-08 Tom Tromey <tromey@redhat.com>
14627
14628 PR c++/8017:
14629 * gdb.cp/overload.exp: Add tests.
14630 * gdb.cp/overload.cc (struct K): New.
14631 (namespace N): New.
14632 (main): Call new functions.
14633 (K::staticoverload): Define.
14634
14635 2010-02-08 Chris Moller <moller@mollerware.com>
14636
14637 PR gdb/10728
14638 * gdb.cp/pr10728-x.h: New file.
14639 * gdb.cp/pr10728-x.cc: New file.
14640 * gdb.cp/pr10728-y.cc: New file.
14641 * gdb.cp/pr10728.exp: New file.
14642 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14643
14644 2010-02-08 Chris Moller <moller@mollerware.com>
14645
14646 PR gdb/9067
14647 * gdb.cp/pr9067.exp: New
14648 * gdb.cp/pr9067.cc: New
14649 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14650
14651 2010-02-08 Joel Brobecker <brobecker@adacore.com>
14652
14653 * lib/gdb.exp (gdb_test_timeout): New global variable.
14654 Set it to timeout if not already set.
14655 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14656
14657 2010-02-05 Doug Evans <dje@google.com>
14658
14659 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14660 user.
14661
14662 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14663
14664 PR c++/7935:
14665 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14666
14667 2010-02-04 Tom Tromey <tromey@redhat.com>
14668
14669 * gdb.cp/virtbase.exp: Make test case names unique.
14670
14671 2010-02-02 Tom Tromey <tromey@redhat.com>
14672
14673 * gdb.cp/virtbase.exp: Add regression tests.
14674 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14675 (main): Instantiate RHC.
14676
14677 2010-02-02 Tom Tromey <tromey@redhat.com>
14678
14679 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14680 type-printing change.
14681
14682 2010-02-02 Tom Tromey <tromey@redhat.com>
14683
14684 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14685 * gdb.cp/virtbase.cc: New file.
14686 * gdb.cp/virtbase.exp: New file.
14687 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14688
14689 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14690
14691 PR libc/11214:
14692 * gdb.threads/current-lwp-dead.c: Include features.h.
14693 (HAS_NOMMU): New.
14694 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14695
14696 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14697
14698 * gdb.base/symbol-without-target_section.exp,
14699 gdb.base/symbol-without-target_section.c: New.
14700
14701 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14702
14703 * gdb.base/bigcore.exp: Reset increased timeout.
14704 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14705
14706 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14707
14708 * gdb.base/gcore.exp (capture_command_output): Use
14709 gdb_test_multiple.
14710
14711 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14712
14713 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14714 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14715 (Top level): Call it.
14716
14717 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14718
14719 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14720
14721 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14722
14723 * gdb.base/call-strs.exp, gdb.base/default.exp,
14724 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14725 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14726 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14727 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14728 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14729 * gdb.base/ending-run.exp: Correct restore of timeout.
14730 * gdb.base/page.exp: Remove unnecessary timeout setting.
14731
14732 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14733
14734 * gdb.ada/rec_return: New testcase.
14735
14736 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14737
14738 * gdb.ada/call_pn: New testcase.
14739
14740 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14741
14742 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14743 (Top level): Use it to resume.
14744 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14745 the Thumb mode displaced stepping error as unsupported.
14746
14747 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14748
14749 * gdb.cp/nsusing.exp: Added more tests.
14750 * gdb.cp/nsrecurs.exp: Ditto.
14751 * gdb.cp/nsusing.cc: Added test functions.
14752 * gdb.cp/nsrecurs.cc: Ditto.
14753
14754 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14755
14756 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14757 absolute directory pathnames in gdb.sum file.
14758
14759 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14760
14761 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14762 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14763
14764 2010-01-26 Tom Tromey <tromey@redhat.com>
14765
14766 PR exp/7643:
14767 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14768 setup_kfail.
14769
14770 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14771
14772 * gdb.cp/nsrecurs.exp: New test.
14773 * gdb.cp/nsrecurs.cc: New test program.
14774 * gdb.cp/nsstress.exp: New test.
14775 * gdb.cp/nsstress.cc: New test program.
14776 * gdb.cp/nsdecl.exp: New test.
14777 * gdb.cp/nsdecl.cc: New test program.
14778
14779 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14780
14781 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14782 imported into file scope.
14783 Marked test as xfail.
14784 * gdb.cp/namespace-using.cc (marker5): New function.
14785 * gdb.cp/shadow.exp: New test.
14786 * gdb.cp/shadow.cc: New test program.
14787 * gdb.cp/nsimport.exp: New test.
14788 * gdb.cp/nsimport.cc: New test program.
14789
14790 2010-01-25 Tom Tromey <tromey@redhat.com>
14791
14792 PR gdb/11049:
14793 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14794 with "set print null-stop on".
14795
14796 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14797
14798 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14799 Adjust it for DISASSEMBLY_OMIT_FNAME.
14800
14801 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14802
14803 PR symtab/11199:
14804 * gdb.dwarf2/member-ptr-forwardref.exp,
14805 gdb.dwarf2/member-ptr-forwardref.S: New.
14806
14807 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14808
14809 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14810 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14811 thread1_tid_mutex. Remove gdbstop_mutex handling.
14812 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14813 thread2_tid_mutex. Remove gdbstop_mutex handling.
14814 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14815 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14816 pthread_cond_wait conditionalizations by while loops.
14817
14818 2010-01-20 Tom Tromey <tromey@redhat.com>
14819
14820 PR backtrace/10770:
14821 * gdb.dwarf2/pr10770.exp: New file.
14822 * gdb.dwarf2/pr10770.c: New file.
14823 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14824
14825 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14826
14827 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14828 that target was removed, and the test always runs native anyway.
14829
14830 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14831
14832 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14833 gdb.base/watchpoint-cond-gone-stripped.c: New.
14834
14835 2010-01-19 Tom Tromey <tromey@redhat.com>
14836
14837 PR c++/8000:
14838 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14839 existing tests.
14840 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14841 (main): Use AAA::SomeEnum.
14842
14843 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14844
14845 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14846 (test_ignore_count): Declare line_callme_body global.
14847 (run to breakpoint with ignore count): Use line_callme_body.
14848 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14849 (set line_main_hello, set line_main_return): Reindent.
14850 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14851 New.
14852 (continue to callee4): Use line_callee4_body.
14853 (check *stopped from CLI command): Use line_callee4_next.
14854 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14855 (set line_main_hello, set line_main_return): Reindent.
14856 (set line_callee4_head, set line_callee4_body): New.
14857 (continue to callee4): Use line_callee4_body.
14858
14859 2010-01-18 Tom Tromey <tromey@redhat.com>
14860
14861 PR c++/9680:
14862 * gdb.cp/casts.cc: Add new classes and variables.
14863 * gdb.cp/casts.exp: Test new operators.
14864
14865 2010-01-18 Tom Tromey <tromey@redhat.com>
14866 Thiago Jung Bauermann <bauerman@br.ibm.com>
14867
14868 * gdb.python/source2.py: New file.
14869 * gdb.python/source1: New file.
14870 * gdb.python/python.exp: Test "source" command.
14871
14872 2010-01-15 Stan Shebs <stan@codesourcery.com>
14873
14874 * gdb.trace/tfile.c: New file.
14875 * gdb.trace/tfile.exp: New file.
14876
14877 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14878
14879 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14880
14881 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14882
14883 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14884
14885 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14886
14887 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14888 (libfunc): New parameter action. Implement also selectable "sleep".
14889 * gdb.base/break-interp-main.c: Include assert.h.
14890 (libfunc): New parameter action.
14891 (main): New parameters argc and argv. Assert argc. Pass argv.
14892 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14893 (test_attach): New proc.
14894 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14895 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14896
14897 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 * gdb.base/break-interp.exp (test_core): New proc.
14900 (test_ld): Call it.
14901
14902 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14903
14904 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14905 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14906 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14907 and gdb_compile_shlib. Use new -Wl compiler options.
14908 (dl bt, main bt): New tests.
14909
14910 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14911
14912 Support PIEs with no symfile_objfile.
14913 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14914 (test_ld): New parameter trynosym.
14915 (test_ld <$trynosym>): New block.
14916
14917 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14918
14919 * gdb.base/break-interp.exp: New file.
14920
14921 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14922
14923 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14924 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14925 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14926 test.
14927 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14928 * gdb.python/py-mi.exp: Add lazy string test.
14929
14930 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14931
14932 * lib/mi-support.exp (mi_check_thread_states): Handle
14933 core number in thread listing.
14934
14935 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14936
14937 * gdb.base/maint.exp: Adjust the expected output for the
14938 "maint print type" test. Use gdb_test_multiple instead of
14939 gdb_sent/gdb_expect.
14940
14941 2010-01-11 Doug Evans <dje@google.com>
14942
14943 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14944 from gdbserver_download. All callers updated.
14945
14946 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14947
14948 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14949
14950 Implement binary numbers parsing.
14951 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14952 (test_integer_literals_rejected): New binary tests.
14953
14954 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14955
14956 * gdb.cell/configure: Regenerate.
14957
14958 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14959
14960 * gdb.base/corefile.exp: Move the core finding block out and call it as
14961 core_find, new variable $corefile, replace corefile by $corefile and
14962 [file tail $corefile] for usage vs. test names resp.
14963 * lib/gdb.exp (core_find): Move it as a new function here. New
14964 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14965 $destcore. Return "" on error.
14966
14967 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14968
14969 Workaround PR binutils/10802.
14970 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14971 (twice).
14972
14973 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14974
14975 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14976
14977 2010-01-08 Joel Brobecker <brobecker@adacore.com>
14978
14979 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14980 call, to avoid interruption.
14981
14982 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14983
14984 * gdb.stabs/weird.def (args93): New.
14985
14986 2010-01-07 Doug Evans <dje@google.com>
14987
14988 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14989
14990 2010-01-07 Tom Tromey <tromey@redhat.com>
14991
14992 * gdb.base/source.exp: Use correct line number.
14993
14994 2010-01-05 Stan Shebs <stan@codesourcery.com>
14995
14996 * gdb.trace/tracecmd.exp: Test ftrace.
14997
14998 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14999
15000 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
15001
15002 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15003
15004 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
15005 "uint_for_mi_testing".
15006
15007 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15008
15009 Test indented comment in file being sourced.
15010 * gdb.base/commands.exp: Test indented comment in file being sourced.
15011
15012 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15013
15014 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
15015 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
15016 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
15017 notice.
15018
15019 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15020
15021 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
15022 notice.
15023
15024 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15025
15026 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
15027 missing $after_stopped and comma (,) expectation.
15028
15029 2009-12-31 Stan Shebs <stan@codesourcery.com>
15030
15031 * gdb.trace/actions.exp: Test teval action.
15032
15033 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15034
15035 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
15036 (top level): Call test_watchpoint_in_big_blob.
15037 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
15038 watchpoints.
15039 (func3): Write to buf.
15040
15041 2009-12-29 Stan Shebs <stan@codesourcery.com>
15042
15043 * gdb.trace/actions.exp: Test default-collect.
15044
15045 2009-12-28 Stan Shebs <stan@codesourcery.com>
15046
15047 * gdb.trace/tsv.exp: New file.
15048 * gdb.base/completion.exp: Update ambiguous info output.
15049
15050 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
15051
15052 * gdb.base/find.c (main): Reference search buffers.
15053 * gdb.base/included.c (main): Reference integer.
15054 * gdb.base/ptype.c (charfoo): Declare.
15055 (intfoo): Call charfoo.
15056 * gdb.base/scope0.c (useitp): New function.
15057 (usestatics): Use useitp.
15058 (useit): Add a type for val.
15059 * gdb.base/scope1.c (useit1): Take a pointer argument.
15060 (usestatics1): Update calls to useit1.
15061 * gdb.cp/call-c.cc: Declare foo.
15062 (main): Call foo.
15063 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
15064 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
15065 (main): Call C::ensureRefs and ensureOtherRefs.
15066 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
15067 variables.
15068 (ensureOtherRefs): New function.
15069 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
15070 * gdb.cp/templates.cc (main): Call t5i.value.
15071
15072 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 Fix compatibility with G++-4.5.
15075 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
15076 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
15077 (uncaught return): Remove.
15078
15079 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15080 Phil Muldoon <pmuldoon@redhat.com>
15081
15082 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
15083 (bp_location13, bp_location14, bp_location17, bp_location18)
15084 (marker3_proto, marker4_proto): New variables.
15085 (breakpoint info): Update output.
15086 (run until breakpoint at marker3, run until breakpoint at marker4): New
15087 tests.
15088
15089 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15090
15091 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
15092 Replace the printf call of Y by provided "y-set-1" label. New block
15093 for the second shared library.
15094 * gdb.base/unload.exp: Compile also the second library, call
15095 gdb_load_shlibs also for it. Use now gdb_breakpoint.
15096 (single pending breakpoint info): Rename to ...
15097 (pending breakpoint info before run): ... this extended test.
15098 (libfile2, libname2, libsrcfile2, libsrc2)
15099 (lib_sl2): New variables.
15100 (exec_opts): Set also SHLIB_NAME2.
15101 (pending breakpoint info on first run at shrfunc1)
15102 (pending breakpoint info on second run at shrfunc1)
15103 (pending breakpoint info on second run at shrfunc2)
15104 (print y from libfile, print y from libfile2): New tests.
15105 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
15106 * gdb.base/unloadshr2.c: New.
15107
15108 2009-12-22 Hui Zhu <teawater@gmail.com>
15109
15110 * gdb.reverse/sigall-reverse.exp: Adjust.
15111
15112 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
15113
15114 PR gdb/10884
15115
15116 * gdb.mi/var-cmd.c (do_bitfield_tests): New
15117 (main): Call do_bitfield_tests.
15118 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
15119
15120 2009-12-20 Joel Brobecker <brobecker@adacore.com>
15121
15122 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
15123 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
15124 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
15125 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
15126 gdb.modula2/unbounded1.c: Update copyright header.
15127
15128 2009-12-10 Chris Moller <moller@mollerware.com>
15129
15130 PR gdb/9399
15131 * gdb.cp/virtfunc2.exp: New tests
15132 * gdb.cp/virtfunc2.cc: New tests
15133 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
15134
15135 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
15136
15137 * gdb.reverse/i387-env-reverse.c: New file.
15138 * gdb.reverse/i387-env-reverse.exp: New file.
15139 * gdb.reverse/i387-stack-reverse.c: New file.
15140 * gdb.reverse/i387-stack-reverse.exp: New file.
15141
15142 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
15143
15144 * gdb.python/py-type.exp (test_range): New test.
15145
15146 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
15147
15148 PR python/10805
15149
15150 * gdb.python/py-type.exp: New file.
15151 * gdb.python/py-type.c: New file.
15152 * Makefile.in: Add py-type.
15153
15154 2009-12-03 Tom Tromey <tromey@redhat.com>
15155
15156 * gdb.python/py-value.exp (test_parse_and_eval): New
15157 function.
15158
15159 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15160
15161 PR gdb/11022
15162
15163 * gdb.base/pr11022.exp: New test.
15164 * gdb.base/pr11022.c: New test.
15165
15166 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15167
15168 Fix spurious false FAILs.
15169 * gdb.base/structs.c (chartest): New.
15170 (main): Fill-in chartest.
15171 * gdb.base/structs.exp (anychar_re, first): New.
15172 (start_structs_test): Import global anychar_re and first.
15173 New gdb_test call "set print elements 300; ${testfile}"
15174 (start_structs_test <$first>): New block.
15175 (any): Import global anychar_re. New variable ac. Use ${ac}.
15176
15177 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15178
15179 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
15180
15181 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15182
15183 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
15184 Force $srcfile file.
15185 * gdb.base/foll-fork.c (callee): Comment out the printf call.
15186
15187 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15188
15189 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
15190 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
15191 * gdb.threads/watchthreads-reorder.exp: Likewise.
15192
15193 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
15194
15195 PR gdb/8704
15196
15197 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
15198 "if", and "thread". Correct matching in the previous test.
15199
15200 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
15201
15202 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
15203
15204 2009-11-23 Michael Snyder <msnyder@vmware.com>
15205
15206 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
15207 * gdb.reverse-watch-precsave.exp: Ditto.
15208
15209 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
15210
15211 * gdb.asm/asm-source.exp: Adjust.
15212 * gdb.base/help.exp: Adjust.
15213
15214 2009-11-22 Pedro Alves <pedro@codesourcery.com>
15215
15216 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
15217 (do_syscall_tests_without_xml): Set data-directory to
15218 /the/path/to/nowhere.
15219
15220 2009-11-21 Pedro Alves <pedro@codesourcery.com>
15221
15222 * gdb.threads/local-watch-wrong-thread.c,
15223 gdb.threads/local-watch-wrong-thread.exp: New files.
15224
15225 2009-11-21 Pedro Alves <pedro@codesourcery.com>
15226
15227 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
15228 assume new `regsub' syntax available.
15229
15230 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15231
15232 * gdb.base/watchpoint-hw-hit-once.exp,
15233 gdb.base/watchpoint-hw-hit-once.c: New.
15234
15235 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15236
15237 * gdb.threads/watchthreads-reorder.exp,
15238 gdb.threads/watchthreads-reorder.c: New.
15239
15240 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15241
15242 * gdb.xml/tdesc-regs.exp: Use for m68k.
15243
15244 2009-11-15 Pedro Alves <pedro@codesourcery.com>
15245
15246 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15247
15248 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15249
15250 * lib/gdb.exp (current_target_name): New procedure.
15251 (gdb_wrapper_target): New variable.
15252 (gdb_wrapper_init): Set gdb_wrapper_target.
15253 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15254 wrapper.
15255
15256 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15257
15258 * gdb.base/remote.exp: Delete the slowest load test.
15259 Do not load with fixed packet sizes.
15260
15261 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15262
15263 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15264
15265 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15266
15267 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15268 srcfile when setting a breakpoint.
15269
15270 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15271
15272 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15273 macros.
15274
15275 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15276
15277 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15278 to be in memory.
15279 * gdb.base/display.c (force_mem): New.
15280 (do_loops): Use it. Add breakpoint comments.
15281 (do_vars): Add a breakpoint comment.
15282 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15283 line numbers.
15284
15285 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15286
15287 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15288 instead of a bare "run".
15289
15290 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15291
15292 * gdb.python/py-prettyprint.exp: Adjust.
15293
15294 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15295
15296 * lib/cell.exp (skip_cell_tests): Clean up test files before
15297 returning.
15298
15299 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15300
15301 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15302 and the breakpoint menu. Do not call perror if a prompt is seen.
15303 Consume the following GDB prompt.
15304 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15305 * gdb.cp/namespace.exp: Use gdb_test.
15306 * gdb.cp/templates.exp: Use gdb_test.
15307 (test_template_breakpoints): Use gdb_test_multiple.
15308
15309 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15310
15311 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15312 (marker4): Reference values.
15313
15314 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15315
15316 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15317 is missing.
15318
15319 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15320
15321 * gdb.base/break.c (need_malloc): New.
15322 * gdb.base/constvars.c (main): Reference crass and crisp.
15323 * gdb.base/gdb1821.c (main): Reference bar.
15324 * gdb.cp/gdb1355.cc (main): Reference s1.
15325 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15326 (main): Call them.
15327 * gdb.cp/hang2.cc (dummy2): Define.
15328 * gdb.cp/hang3.cc (dummy3): Define.
15329 * gdb.cp/m-data.cc (main): Reference shadow.
15330
15331 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15332 Nathan Froyd <froydnj@codesourcery.com>
15333
15334 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15335 remote host.
15336
15337 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15338
15339 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15340 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15341 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15342 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15343 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15344 * gdb.dwarf2/dw2-producer.exp: Likewise.
15345 * gdb.dwarf2/mac-fileno.exp: Likewise.
15346 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15347 py-prettyprint.py to the remote host.
15348 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15349
15350 2009-11-11 Keith Seitz <keiths@redhat.com>
15351
15352 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15353 use it instead of "Foo".
15354 * gdb.cp/classes.exp (do_tests): Add a test to access
15355 a method through a typedef'd class name.
15356
15357 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15358
15359 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15360 exponents.
15361 * gdb.base/pointers.exp: Likewise.
15362 * gdb.cp/ref-types.exp: Likewise.
15363
15364 2009-11-11 Keith Seitz <keiths@redhat.com>
15365
15366 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15367 new[] and delete[].
15368 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15369 "void".
15370 (probe_demangler): Remove all single-quoting of
15371 method and variable names.
15372 (info_func_regexp): Remove the word "void" from any
15373 occurrence of "(void)".
15374 (print_addr_2): Remove all single-quoting of
15375 method names.
15376 (print_addr_2_kfail): Likewise.
15377 (print_addr): Single-quote C function names before
15378 passing to print_addr_2.
15379 (test_paddr_operator_functions): Remove single-quoting
15380 for method names.
15381 Add tests for operator new[] and operator delete[].
15382
15383 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15384
15385 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15386
15387 2009-11-09 Keith Seitz <keiths@redhat.com>
15388
15389 * gdb.cp/overload.exp: Add tests for resolving overloaded
15390 methods in expression parsing/evaluation.
15391
15392 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15393
15394 * lib/gdb.exp (default_gdb_version): Use --version instead of
15395 --command.
15396
15397 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15398
15399 * lib/gdb.exp (gdb_compile_test): New.
15400 (skip_ada_tests, skip_java_tests): New.
15401 (gdb_compile): Use gdb_compile_test for f77.
15402 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15403 * lib/java.exp (compile_java_from_source): Remove runtests check,
15404 use gdb_compile_test to record result.
15405 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15406 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15407 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15408 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15409 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15410 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15411 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15412 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15413 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15414 adjust gdb_compile invocations.
15415
15416 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15417
15418 * Makefile.in (abs_builddir): New.
15419 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15420 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15421 `$(abs_builddir)/site.exp'.
15422
15423 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15424
15425 * config/m68k-emc.exp, lib/emc-support.exp,
15426 gdb.trace/gdb_c_test.c: Delete.
15427 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15428 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15429 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15430 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15431 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15432 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15433 casing for m68k-*-elf.
15434
15435 2009-11-03 Pedro Alves <pedro@codesourcery.com>
15436
15437 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15438 * gdb.arch/i386-prologue.exp: Likewise.
15439 * gdb.arch/i386-unwind.exp: Likewise.
15440
15441 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15442
15443 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15444
15445 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15446
15447 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15448
15449 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15450
15451 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15452
15453 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15454
15455 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15456
15457 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15460 * gdb.base/sepdebug2.c: New file.
15461
15462 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15463
15464 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15465 the modified warnings for catch syscall. Verify if GDB was compiled
15466 with support for lib expat, and choose which tests to run depending
15467 on this.
15468
15469 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15470
15471 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15472 that composite commands are parsed OK. And also test
15473 that breakpoint commands do work.
15474
15475 2009-10-23 Michael Snyder <msnyder@vmware.com>
15476
15477 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15478 to allow for new disassembly style.
15479
15480 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15481
15482 * gdb.asm/asm-source.exp: Adjust.
15483
15484 2009-10-22 Michael Snyder <msnyder@vmware.com>
15485
15486 * gdb.reverse/break-precsave.exp: New test.
15487 * gdb.reverse/consecutive-precsave.exp: Ditto.
15488 * gdb.reverse/finish-precsave.exp: Ditto.
15489 * gdb.reverse/i386-precsave.exp: Ditto.
15490 * gdb.reverse/machinestate-precsave.exp: Ditto.
15491 * gdb.reverse/sigall-precsave.exp: Ditto.
15492 * gdb.reverse/solilb-precsave.exp: Ditto.
15493 * gdb.reverse/step-precsave.exp: Ditto.
15494 * gdb.reverse/until-precsave.exp: Ditto.
15495 * gdb.reverse/watch-precsave.exp: Ditto.
15496
15497 2009-10-22 Michael Snyder <msnyder@vmware.com>
15498
15499 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15500 for gdb_expect. Adjust one test's expect strings for the new
15501 format of disassemble.
15502 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15503 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15504 gdb_test_multiple.
15505 * gdb.reverse/step-reverse.exp: Delete 'return'.
15506 * gdb.reverse/until-reverse.exp: Delete blank lines.
15507 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15508
15509 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15510
15511 * gdb.base/consecutive.exp: Adjust.
15512 * gdb.base/display.exp: Likewise.
15513 * gdb.base/pc-fp.exp: Likewise.
15514 * gdb.base/sigbpt.exp: Likewise.
15515
15516 2009-10-19 Michael Snyder <msnyder@vmware.com>
15517
15518 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15519 * gdb.reverse/finish-reverse.c: Ditto.
15520 * gdb.reverse/sigall-reverse.c: Ditto.
15521 * gdb.reverse/solib-reverse.c: Ditto.
15522 * gdb.reverse/step-reverse.c: Ditto.
15523 * gdb.reverse/watch-reverse.c: Ditto.
15524
15525 2009-10-19 Pedro Alves <pedro@codesourcery.com>
15526 Stan Shebs <stan@codesourcery.com>
15527
15528 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15529 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15530 "Executing new program".
15531 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15532 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15533 left listed after having been killed.
15534 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15535 * gdb.base/maint.exp: Adjust test.
15536
15537 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15538 * gdb.multi/Makefile.in: New.
15539 * gdb.multi/base.exp: New.
15540 * gdb.multi/goodbye.c: New.
15541 * gdb.multi/hangout.c: New.
15542 * gdb.multi/hello.c: New.
15543 * gdb.multi/bkpt-multi-exec.c: New.
15544 * gdb.multi/bkpt-multi-exec.exp: New.
15545 * gdb.multi/crashme.c: New.
15546
15547 2009-10-13 Tristan Gingold <gingold@adacore.com>
15548
15549 * gdb.base/sepdebug.exp: Check debug info are found.
15550
15551 2009-10-08 Pedro Alves <pedro@codesourcery.com>
15552
15553 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15554 bits.
15555
15556 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15557
15558 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15559
15560 2009-10-07 Joel Brobecker <brobecker@adacore.com>
15561
15562 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15563 of the comments.
15564
15565 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15566
15567 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15568 * gdb.base/annota3.exp: Idem.
15569 * gdb.base/maint.exp: Idem.
15570
15571 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15572
15573 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15574 to default.
15575
15576 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15577
15578 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15579 mingw and cygwin targets.
15580
15581 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15582 Pedro Alves <pedro@codesourcery.com>
15583
15584 * lib/gdb.exp (gdb_compile): Avoid adding
15585 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15586
15587 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15588
15589 * gdb.base/shr1.c: Use %p in format string.
15590 * gdb.base/unload.c: Avoid warning in fprintf.
15591 * gdb.base/watchpoint-solib.c: Idem.
15592
15593 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15594
15595 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15596 long type.
15597 (test_unlink): Correct printf string.
15598 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15599 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15600
15601 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15602
15603 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15604 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15605 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15606
15607 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15608
15609 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15610 * gdb.objc/nondebug.exp: Likewise.
15611
15612 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15613
15614 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15615 target_info setting.
15616
15617 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15618 that detect new threads during "info threads".
15619
15620 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15621
15622 * gdb.threads/manythreads.c (main): Increase thread stack size
15623 to 2*PTHREAD_STACK_MIN.
15624 * gdb.threads/multi-create.c (main): Likewise.
15625 (create_function): Likewise.
15626
15627 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15628
15629 * gdb.base/dump.exp: Pass difference of pointer types instead
15630 of integer types as offset to restore in intarr3.srec case.
15631
15632 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15633
15634 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15635
15636 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15637
15638 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15639
15640 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15641
15642 New test for two watchpoints, with disabling of
15643 the first inserted.
15644 * testsuite/gdb.base/watchpoints.c: New file.
15645 * testsuite/gdb.base/watchpoints.exp: New file.
15646
15647 2009-09-25 Tom Tromey <tromey@redhat.com>
15648
15649 * gdb.base/charset.exp: Test utf-16 strings with Python.
15650
15651 2009-09-25 Tom Tromey <tromey@redhat.com>
15652
15653 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15654 UCS-4.
15655 * gdb.base/charset.c (utf_32_string): Rename.
15656 (init_utf32): Rename.
15657 (main): Update.
15658
15659 2009-09-22 Tom Tromey <tromey@redhat.com>
15660
15661 * gdb.python/py-function.exp: Add regression tests.
15662
15663 2009-09-21 Keith Seitz <keiths@redhat.com>
15664
15665 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15666 with invalid operator.
15667
15668 2009-09-21 Keith Seitz <keiths@redhat.com>
15669
15670 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15671 and destructor using typedef name of class.
15672 * gdb.cp/classes.cc (class Base1): Add a destructor.
15673 (base1): New typedef.
15674 (use_methods): Instanitate an object of type base1.
15675 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15676 (do_tests): Call test_template_typedef.
15677 * gdb.cp/templates.cc (Baz::~Baz): New method.
15678 (intBazOne): New typedef.
15679 (main): Instantiate intBazOne.
15680
15681 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15682
15683 PR python/10633
15684
15685 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15686 Function.
15687 (run_lang_tests): Add print elements test.
15688
15689 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15690
15691 * gdb.python/py-value.exp (test_subscript_regression): New
15692 function. Test for invalid subscripts.
15693 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15694 (ptr_ref): New function.
15695
15696 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15697
15698 * gdb.base/default.exp: Fix "show convenience".
15699
15700 2009-09-15 Tom Tromey <tromey@redhat.com>
15701
15702 * lib/mi-support.exp (mi_create_varobj): Update.
15703 (mi_create_floating_varobj): Likewise.
15704 (mi_create_dynamic_varobj): New proc.
15705 (mi_varobj_update): Update.
15706 (mi_varobj_update_with_type_change): Likewise.
15707 (mi_varobj_update_kv_helper): New proc.
15708 (mi_varobj_update_dynamic_helper): Rewrite.
15709 (mi_varobj_update_dynamic): New proc.
15710 (mi_list_varobj_children): Update.
15711 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15712 * gdb.python/python-prettyprint.py (pp_outer): New class.
15713 (pp_nullstr): Likewise.
15714 (lookup_function): Register new printers.
15715 * gdb.python/python-prettyprint.c (struct substruct): New type.
15716 (struct outerstruct): Likewise.
15717 (substruct_test): New function.
15718 (struct nullstr): New type.
15719 (string_1, string_2): New globals.
15720 (main): Add new tests.
15721 * gdb.python/python-mi.exp: Added regression tests.
15722 * gdb.mi/mi2-var-display.exp: Update.
15723 * gdb.mi/mi2-var-cmd.exp: Update.
15724 * gdb.mi/mi2-var-child.exp: Update.
15725 * gdb.mi/mi2-var-block.exp: Update.
15726 * gdb.mi/mi-var-invalidate.exp: Update.
15727 * gdb.mi/mi-var-display.exp: Update.
15728 * gdb.mi/mi-var-cmd.exp: Update.
15729 * gdb.mi/mi-var-child.exp: Update.
15730 * gdb.mi/mi-var-block.exp: Update.
15731 * gdb.mi/mi-break.exp: Update.
15732 * gdb.mi/gdb701.exp: Update.
15733
15734 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15735
15736 * Makefile.in: Inclusion of catch-syscall object.
15737 * gdb.base/catch-syscall.c: New file.
15738 * gdb.base/catch-syscall.exp: New file.
15739
15740 2009-09-12 Michael Snyder <msnyder@vmware.com>
15741
15742 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15743 that can support reverse debuggnig.
15744
15745 2009-09-11 Tom Tromey <tromey@redhat.com>
15746
15747 * gdb.dwarf2/valop.S: New file.
15748 * gdb.dwarf2/valop.exp: New file.
15749
15750 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15751
15752 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15753
15754 2009-09-10 Doug Evans <dje@google.com>
15755
15756 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15757 Add $gdb_prompt to second breakpoint regexp.
15758
15759 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15760
15761 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15762 names, add missing ones.
15763 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15764 * gdb.python/py-frame.c: Rename from python-frame.c.
15765 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15766 testfile name.
15767 * gdb.python/py-function.exp: Rename from python-function.exp.
15768 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15769 testfile name.
15770 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15771 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15772 Adjust testfile name.
15773 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15774 * gdb.python/py-template.cc: Rename from python-template.cc.
15775 * gdb.python/py-template.exp: Rename from python-template.exp.
15776 Adjust testfile name.
15777 * gdb.python/py-value.c: Rename from python-value.c.
15778 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15779 testfile name.
15780
15781 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15782
15783 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15784 $bpt2address.
15785 (Second breakpoint address is valid on ia64)
15786 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15787
15788 2009-09-03 Joseph Myers <joseph@codesourcery.com>
15789
15790 * gdb.base/ending-run.exp: Restrict regular expression matching
15791 line number to require closing brace following.
15792
15793 2009-09-03 Doug Evans <dje@google.com>
15794
15795 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15796
15797 2009-09-02 Tom Tromey <tromey@redhat.com>
15798
15799 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15800
15801 2009-09-02 Tom Tromey <tromey@redhat.com>
15802
15803 * gdb.dwarf2/callframecfa.exp: New file.
15804 * gdb.dwarf2/callframecfa.S: New file.
15805
15806 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15807
15808 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15809 gdb.base/solib-overlap-main.c: New.
15810
15811 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15812
15813 PR gdb/10565
15814
15815 * gdb.base/bitfields.c (struct container, container): New.
15816 (main): Initialize it and call break5.
15817 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15818
15819 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15820
15821 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15822 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15823
15824 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15825
15826 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15827
15828 2009-08-26 Michael Snyder <msnyder@vmware.com>
15829
15830 * gdb.base/i386-reverse.c: New file.
15831 * gdb.base/i386-reverse.exp: New file.
15832 * gdb.base/Makefile.in: Add new files to be removed.
15833
15834 2009-08-26 Joseph Myers <joseph@codesourcery.com>
15835
15836 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15837 environment-pwd for remote host.
15838 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15839
15840 2009-08-24 Keith Seitz <keiths@redhat.com>
15841
15842 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15843 Add two new C++ completer tests which limit the output to a
15844 given class.
15845
15846 2009-08-24 Michael Snyder <msnyder@vmware.com>
15847
15848 * gdb.base/del.exp: Fix typo in comment.
15849 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15850
15851 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15852
15853 * configure: Regenerate.
15854 * gdb.hp/configure: Likewise.
15855 * gdb.hp/gdb.aCC/configure: Likewise.
15856 * gdb.hp/gdb.base-hp/configure: Likewise.
15857 * gdb.hp/gdb.compat/configure: Likewise.
15858 * gdb.hp/gdb.defects/configure: Likewise.
15859 * gdb.hp/gdb.objdbg/configure: Likewise.
15860 * gdb.stabs/configure: Likewise.
15861
15862 2009-08-19 Doug Evans <dje@google.com>
15863
15864 * gdb.base/gdbvars.c: New file.
15865 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15866
15867 2009-08-14 Pedro Alves <pedro@codesourcery.com>
15868
15869 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15870 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15871
15872 2009-08-13 Pedro Alves <pedro@codesourcery.com>
15873
15874 * gdb.base/default.exp: Adjust "set language test": it's now an
15875 enum command. Larger help string moved to "help set language".
15876 * gdb.base/help.exp: Adjust "help set language" expected output,
15877 now lists all known languages.
15878
15879 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15880
15881 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15882 all frame arguments.
15883 * gdb.arch/altivec-regs.exp: Likewise.
15884
15885 2009-08-07 Tom Tromey <tromey@redhat.com>
15886
15887 * gdb.base/setshow.exp: Add tests for changes to set language, set
15888 check range, and set check type.
15889
15890 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15891
15892 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15893 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15894 Call it.
15895
15896 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15897
15898 * configure.ac: Run gdb.cell tests when appropriate.
15899 * configure: Regenerate.
15900 * lib/cell.exp: New file.
15901 * gdb.cell: New directory.
15902 * gdb.cell/configure.ac: New file.
15903 * gdb.cell/configure: New file.
15904 * gdb.cell/Makefile.in: New file.
15905 * gdb.cell/arch.exp: New file.
15906 * gdb.cell/break.c: New file.
15907 * gdb.cell/break.exp: New file.
15908 * gdb.cell/break-spu.c: New file.
15909 * gdb.cell/bt.c: New file.
15910 * gdb.cell/bt2-spu.c: New file.
15911 * gdb.cell/bt-spu.c: New file.
15912 * gdb.cell/bt.exp: New file.
15913 * gdb.cell/coremaker.c: New file.
15914 * gdb.cell/coremaker-spu.c: New file.
15915 * gdb.cell/core.exp: New file.
15916 * gdb.cell/gcore.exp: New file.
15917 * gdb.cell/data.c: New file.
15918 * gdb.cell/data.exp: New file.
15919 * gdb.cell/data-spu.c: New file.
15920 * gdb.cell/ea-cache.exp: New file.
15921 * gdb.cell/ea-cache.c: New file.
15922 * gdb.cell/ea-cache-spu.c: New file.
15923 * gdb.cell/ea-standalone.c: New file.
15924 * gdb.cell/ea-standalone.exp: New file.
15925 * gdb.cell/ea-test.c: New file.
15926 * gdb.cell/ea-test.exp: New file.
15927 * gdb.cell/f-regs.exp: New file.
15928 * gdb.cell/mem-access.c: New file.
15929 * gdb.cell/mem-access.exp: New file.
15930 * gdb.cell/mem-access-spu.c: New file.
15931 * gdb.cell/ptype.exp: New file.
15932 * gdb.cell/registers.exp: New file.
15933 * gdb.cell/size.c: New file.
15934 * gdb.cell/sizeof.exp: New file.
15935 * gdb.cell/size-spu.c: New file.
15936 * gdb.cell/solib.exp: New file.
15937 * gdb.cell/solib-symbol.exp: New file.
15938
15939 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15940
15941 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15942
15943 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15944
15945 * gdb.base/float.exp: Handle VFP registers.
15946
15947 2009-07-14 Michael Snyder <msnyder@vmware.com>
15948
15949 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15950 to bring gdb to the beginning of the calling line.
15951
15952 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15953 confusing the i386 epilogue unwinder.
15954
15955 2009-07-14 Stan Shebs <stan@codesourcery.com>
15956
15957 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15958
15959 2009-07-14 Michael Snyder <msnyder@vmware.com>
15960
15961 * gdb.reverse/step-reverse.exp (stepi into function call):
15962 Call instruction may not be first instruction in the line.
15963 (reverse stepi from a function call): Used wrong line number.
15964
15965 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15966
15967 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15968
15969 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15970
15971 Fix gdb.base/macscp.exp when using custom inputrc.
15972 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15973 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15974 env(TERM) set.
15975 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15976 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15977
15978 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15979
15980 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15981 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15982 Change the compilation target to match the testcase name.
15983 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15984 testcase name.
15985 * a2-run.exp: Use for setup prepare_for_testing. Change the
15986 compilation target to match the testcase name.
15987 * gdb.base/commands.exp: Likewise.
15988 * gdb.base/finish.exp: Likewise.
15989 * gdb.base/float.exp: Likewise.
15990 * gdb.base/info-target.exp: Likewise.
15991 * gdb.base/relational.exp: Likewise.
15992 * gdb.base/term.exp: Likewise.
15993 * gdb.base/until.exp: Likewise.
15994 * gdb.base/volatile.exp: Likewise.
15995 * gdb.base/whatis-exp.exp: Likewise.
15996
15997 2009-07-11 Hui Zhu <teawater@gmail.com>
15998
15999 * gdb.base/help.exp (disassemble): Update expected help text.
16000
16001 2009-07-09 Tom Tromey <tromey@redhat.com>
16002
16003 * lib/gdb.exp: Handle TRANSCRIPT.
16004 (remote_spawn, remote_close, send_gdb): New procs.
16005
16006 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
16007
16008 * gdb.python/python-prettyprint.c: Add counted null string
16009 structure.
16010 * gdb.python/python-prettyprint.exp: Print null string. Test for
16011 embedded nulls.
16012 * gdb.python/python-prettyprint.py (pp_ns): New Function.
16013 * gdb.python/python-value.exp (test_value_in_inferior): Add
16014 variable length string fetch tests.
16015 * gdb.python/python-value.c (main): Add strings for string fetch tests.
16016
16017 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16018
16019 * gdb.base/dump.exp (inaccessible memory is reported): New test.
16020
16021 2009-07-07 Tom Tromey <tromey@redhat.com>
16022
16023 * gdb.base/call-rt-st.exp: Update for change to escape output.
16024 * gdb.base/callfuncs.exp: Likewise.
16025 * gdb.base/charset.exp: Likewise.
16026 * gdb.base/constvars.exp: Likewise.
16027 * gdb.base/long_long.exp: Likewise.
16028 * gdb.base/pointers.exp: Likewise.
16029 * gdb.base/printcmds.exp: Likewise.
16030 * gdb.base/setvar.exp: Likewise.
16031 * gdb.base/store.exp: Likewise.
16032 * gdb.cp/ref-types.exp: Likewise.
16033 * gdb.mi/mi-var-child.exp: Likewise.
16034 * gdb.mi/mi-var-display.exp: Likewise.
16035 * gdb.mi/mi2-var-display.exp: Likewise.
16036 * gdb.base/charset.exp: Test octal escape sequence length.
16037 Update for change to escape output.
16038
16039 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16040
16041 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
16042
16043 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
16044
16045 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
16046
16047 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16048
16049 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
16050 gdbserver increasing $portnum if "Can't bind address" has been seen.
16051
16052 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16053
16054 * gdb.base/ending-run.exp: Add "step out of main" pattern for
16055 mingw32ce.
16056
16057 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16058
16059 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
16060 VFP format.
16061
16062 2009-07-02 Pedro Alves <pedro@codesourcery.com>
16063
16064 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
16065 linux. Adjust to use "inferior", "info inferiors", "detach
16066 inferior" and "kill inferior" instead of "restart", "info fork",
16067 "detach fork" and "delete fork".
16068 * gdb.base/ending-run.exp: Spell out "info".
16069 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
16070 the "kill" command.
16071
16072 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16073
16074 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
16075 change to prefix TLS offset in hex with 0x.
16076
16077 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16078
16079 * gdb.base/default.exp: Update test case for "x" changes.
16080
16081 2009-07-01 Tristan Gingold <gingold@adacore.com>
16082
16083 * gdb.base/bigcore.exp: Make darwin untested.
16084
16085 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16086
16087 * gdb.base/completion.exp (directory completion): Create the directory.
16088 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
16089 escapeuniquesub.
16090 (directory completion 2): Expect now ${escapeuniquesub}.
16091 (Glob remaining of directory test): Remove one excessive newline.
16092 Expect the real output.
16093
16094 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16095
16096 Fix `make check//%' target after `make check' has been ran.
16097 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
16098 a mkdir call.
16099 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
16100 (%/.dir): Remove.
16101
16102 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16103
16104 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
16105 the expected result record.
16106
16107 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16108
16109 Remove racy FAILs relying just on the timeouts.
16110 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
16111 (annotation_level 2): Remove racy FAILs.
16112
16113 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
16114
16115 gdb/10275
16116 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
16117
16118 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
16119
16120 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
16121
16122 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
16123
16124 * gdb.mi/mi-stack.exp: Testing symbolic options
16125 to -stack-list-locals and -stack-list-arguments.
16126
16127 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16128
16129 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
16130
16131 2009-06-29 Tom Tromey <tromey@redhat.com>
16132
16133 * dg-extract-results.sh: New file.
16134 * Makefile.in (FORCE_PARALLEL): New variable.
16135 (CHECK_TARGET): New conditional variable.
16136 (check): Use CHECK_TARGET.
16137 (DO_RUNTEST): New variable.
16138 (check-single): New target.
16139 (TEST_DIRS): New variable.
16140 (TEST_TARGETS): Likewise.
16141 (check-parallel): New target.
16142 (check-gdb.%): New pattern.
16143 (BASE1_FILES): New variable.
16144 (BASE2_FILES): Likewise.
16145 (check-gdb.base%): New pattern.
16146 (%/.dir): New pattern.
16147 * configure: Rebuild.
16148 * aclocal.m4 (AM_CONDITIONAL): New defun.
16149 * configure.ac: Check whether user is using GNU make.
16150 (GMAKE): New conditional.
16151
16152 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
16153
16154 * gdb.cp/namespace-nested-import.cc: New test.
16155 * gdb.cp/namespace-nested-import.exp: New test.
16156
16157 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
16158
16159 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
16160 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
16161 * gdb.opt/Makefile.in (EXECUTABLES): Update.
16162 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
16163 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
16164 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
16165 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
16166 gdb.opt/inline-markers.c: New files.
16167 * lib/gdb.exp (skip_inline_frame_tests): New function.
16168 (skip_inline_var_tests): New function.
16169
16170 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
16171
16172 * gdb.cp/exception.exp: Don't require $hex before inner frame in
16173 backtrace.
16174
16175 2009-06-27 Michael Snyder <msnyder@vmware.com>
16176
16177 * gdb.reverse: New directory.
16178 * gdb.reverse/break-reverse.c: New test.
16179 * gdb.reverse/break-reverse.exp: New test.
16180 * gdb.reverse/consecutive-reverse.c: New test.
16181 * gdb.reverse/consecutive-reverse.exp: New test.
16182 * gdb.reverse/finish-reverse.c: New test.
16183 * gdb.reverse/finish-reverse.exp: New test.
16184 * gdb.reverse/machinestate.c: New test.
16185 * gdb.reverse/ms1.c: New test.
16186 * gdb.reverse/machinestate.exp: New test.
16187 * gdb.reverse/Makefile.in: New file.
16188 * gdb.reverse/shr2.c: New test.
16189 * gdb.reverse/solib-reverse.c: New test.
16190 * gdb.reverse/solib-reverse.exp: New test.
16191 * gdb.reverse/step-reverse.c: New test.
16192 * gdb.reverse/step-reverse.exp: New test.
16193 * gdb.reverse/until-reverse.c: New test.
16194 * gdb.reverse/ur1.c: New test.
16195 * gdb.reverse/until-reverse.exp: New test.
16196 * gdb.reverse/watch-reverse.c: New test.
16197 * gdb.reverse/watch-reverse.exp: New test.
16198 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
16199 * configure: Regenerate.
16200
16201 2009-06-26 Doug Evans <dje@google.com>
16202
16203 * gdb.base/psymtab.exp: Turn off pending breakpoints.
16204
16205 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
16206
16207 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
16208 windows problem for 'file delete $binfile'.
16209
16210 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
16211
16212 * gdb.cp/namespace-using.exp: New test.
16213 * gdb.cp/namespace-using.cc: New test.
16214
16215 2009-05-20 Joel Brobecker <brobecker@adacore.com>
16216
16217 * gdb.ada/variant_record_packed_array: New testcase.
16218
16219 2009-06-23 Tom Tromey <tromey@redhat.com>
16220
16221 * gdb.base/charset.exp (test_combination): Regression test.
16222 * gdb.base/charset.c (my_wchar_t): New typedef.
16223 (myvar): New global.
16224 (main): Set myvar.
16225
16226 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
16227
16228 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
16229 target.
16230
16231 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16232
16233 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16234
16235 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16236
16237 * gdb.mi/gdb680.exp: Update test for error message.
16238
16239 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16240
16241 * gdb.base/annota1.exp: Allow multiple occurrences of the
16242 frames-invalid annotation.
16243 * gdb.cp/annota2.exp: Likewise.
16244
16245 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16246
16247 * gdb.cp/gdb2495.cc: New file.
16248 * gdb.cp/gdb2495.exp: New file.
16249
16250 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16251
16252 Report error on GDB crash during runto.
16253 * lib/gdb.exp (runto <eof>): New.
16254
16255 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16256
16257 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16258 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16259 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16260 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16261 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16262 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16263 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16264 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16265 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16266 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16267 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16268 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16269 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16270 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16271 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16272 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16273 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16274 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16275 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16276 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16277 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16278 gdb.trace/passcount.exp, gdb.trace/report.exp,
16279 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16280 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16281 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16282 executable.
16283
16284 2009-06-07 Pedro Alves <pedro@codesourcery.com>
16285
16286 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16287 defined before referencing it.
16288
16289 2009-06-03 Doug Evans <dje@google.com>
16290
16291 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16292 * gdb.arch/i386-see.c: Ditto.
16293
16294 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16295
16296 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16297 (check_macro): Return 1 if undefined.
16298 If first test fails, check if macro debug information is available,
16299 and report unsupported test if no macro information is found.
16300
16301 2009-05-29 Doug Evans <dje@google.com>
16302
16303 * gdb.threads/hand-call-in-threads.exp: New.
16304 * gdb.threads/hand-call-in-threads.c: New.
16305
16306 2009-05-29 Michael Snyder <msnyder@vmware.com>
16307
16308 * gdb.base/break-always.exp: Change "1" to "on".
16309 Add confirmation check.
16310
16311 2009-05-28 Pedro Alves <pedro@codesourcery.com>
16312
16313 * gdb.threads/threxit-hop-specific.c: New.
16314 * gdb.threads/threxit-hop-specific.exp: New.
16315 * gdb.threads/thread-execl.c: New.
16316 * gdb.threads/thread-execl.exp: New.
16317
16318 2009-05-27 Tom Tromey <tromey@redhat.com>
16319 Thiago Jung Bauermann <bauerman@br.ibm.com>
16320
16321 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16322 (mi_child_regexp): Likewise.
16323 (mi_list_varobj_children_range): Likewise.
16324 (mi_get_features): Likewise.
16325 (mi_list_varobj_children): Rewrite.
16326 * gdb.python/python-mi.exp: New file.
16327
16328 2009-05-27 Tom Tromey <tromey@redhat.com>
16329 Thiago Jung Bauermann <bauerman@br.ibm.com>
16330 Phil Muldoon <pmuldoon@redhat.com>
16331 Paul Pluzhnikov <ppluzhnikov@google.com>
16332
16333 * gdb.python/python-prettyprint.exp: New file.
16334 * gdb.python/python-prettyprint.c: New file.
16335 * gdb.python/python-prettyprint.py: New file.
16336 * gdb.base/display.exp: print/r is now valid.
16337
16338 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16339 Tom Tromey <tromey@redhat.com>
16340 Pedro Alves <pedro@codesourcery.com>
16341 Paul Pluzhnikov <ppluzhnikov@google.com>
16342
16343 * gdb.python/python-template.exp: New file.
16344 * gdb.python/python-template.cc: New file.
16345 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16346 tests.
16347 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16348 Call it.
16349 (test_value_after_death): New proc.
16350 * gdb.python/python-value.c (PTR): New typedef.
16351 (main): New variable 'x'.
16352
16353 2009-05-27 Tom Tromey <tromey@redhat.com>
16354
16355 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16356 tests.
16357 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16358 Call it.
16359
16360 2009-05-27 Pedro Alves <pedro@codesourcery.com>
16361
16362 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16363
16364 2009-05-24 Pedro Alves <pedro@codesourcery.com>
16365
16366 * gdb.threads/fork-thread-pending.c: New.
16367 * gdb.threads/fork-thread-pending.exp: New.
16368
16369 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16370
16371 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16372 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16373
16374 2009-05-18 Jon Beniston <jon@beniston.com>
16375
16376 * gdb.asm/asm-source.exp: Add lm32 target.
16377
16378 2009-05-17 Pedro Alves <pedro@codesourcery.com>
16379
16380 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16381 `gdb_get_line_number'. Call `callee' in both parent and child.
16382 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16383 `gdb_get_line_number' instead of hardcoding line numbers.
16384 (catch_fork_unpatch_child): New procedure to test detaching
16385 breakpoints from child fork.
16386 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16387 hardcoding line numbers.
16388 (do_fork_tests): Run `catch_fork_unpatch_child'.
16389
16390 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16391
16392 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16393 of structure type enters or leaves the scope, it
16394 is reported by -var-update.
16395
16396 2009-05-11 Doug Evans <dje@sebabeach.org>
16397
16398 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16399 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16400 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16401
16402 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16403
16404 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16405
16406 2009-04-30 Doug Evans <dje@google.com>
16407
16408 * gdb.threads/watchthreads2.exp: New testcase.
16409 * gdb.threads/watchthreads2.c: New testcase.
16410
16411 2009-04-29 Doug Evans <dje@google.com>
16412
16413 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16414 * gdb.cp/mb-ctor.cc: Ditto.
16415 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16416 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16417 * gdb.cp/mb-inline1.cc: Call it.
16418 * gdb.cp/mb-inline2.cc: Ditto.
16419 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16420 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16421
16422 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16423
16424 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16425 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16426 Replace all uses of `decimal' by `nonzero'.
16427 (info macro FROM_COMMANDLINE): New test.
16428
16429 2009-04-27 Tom Tromey <tromey@redhat.com>
16430
16431 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16432
16433 2009-04-27 Doug Evans <dje@google.com>
16434
16435 * gdb.threads/watchthreads.c (main): Initialize args before starting
16436 the threads. Plus formatting cleanup.
16437 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16438 biased scheduling of one thread.
16439
16440 2009-04-27 Jerome Guitton <guitton@adacore.com>
16441
16442 * gdb.cp/templates.cc (GetMax): New template.
16443 (main): Declare two instances of GetMax.
16444 * gdb.cp/templates.exp: Add new test.
16445
16446 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16447
16448 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16449
16450 2009-04-22 Joseph Myers <joseph@codesourcery.com>
16451
16452 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16453
16454 2009-04-15 Tom Tromey <tromey@redhat.com>
16455
16456 * gdb.base/charset.exp: Add regression test.
16457
16458 2009-04-14 Joel Brobecker <brobecker@adacore.com>
16459
16460 * gdb.base/exe-lock.exp: New testcase.
16461
16462 2009-04-13 Tom Tromey <tromey@redhat.com>
16463
16464 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16465 operator on Frame.
16466
16467 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16468
16469 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16470 * gdb.server/ext-attach.exp: Likewise.
16471
16472 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16473
16474 Eliminate some sleep usage.
16475
16476 * gdb.mi/basics.c (do_nothing): New.
16477 (main): Use do_nothing instead of printf, so that
16478 not to introduce race condition between output of
16479 inferiour and output of gdb. Do not use sleep as it
16480 is not generally available on embedded targets.
16481
16482 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16483
16484 * gdb.server/ext-attach.exp: Expect an optional process id after
16485 "Detached from remote process".
16486
16487 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16488
16489 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16490 gdb.dwarf2/dw2-unresolved.exp: New.
16491
16492 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16493
16494 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16495 mi_run_to_main.
16496
16497 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16498
16499 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16500 mi_run_to_main. Skip thread exit test on remote targets.
16501 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16502 mi_run_to_main.
16503 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16504 mi_run_to_main.
16505 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16506 when expecting ^connected. Detect when the target doesn't support
16507 non-stop mode.
16508 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16509 supported. Return -1 on error, 0 on success.
16510 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16511 (mi_runto): Return mi_runto_helper's result explicitly.
16512
16513 2009-04-01 Pedro Alves <pedro@codesourcery.com>
16514
16515 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16516
16517 2009-04-01 Tom Tromey <tromey@redhat.com>
16518
16519 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16520 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16521 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16522 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16523
16524 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16525 Jan Kratochvil <jan.kratochvil@redhat.com>
16526
16527 PR gdb/931
16528 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16529 output.
16530 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16531 for gdb/931.
16532 * dw2-strp.S (DW_AT_language): Change to C++.
16533 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16534
16535 2009-03-31 Joel Brobecker <brobecker@adacore.com>
16536
16537 * gdb.ada/tasks: New testcase.
16538
16539 2009-03-30 Stan Shebs <stan@codesourcery.com>
16540
16541 * gdb.trace/actions.exp: Update to match new info trace format.
16542 * gdb.trace/deltrace.exp: Ditto.
16543 * gdb.trace/infotrace.exp: Ditto.
16544 * gdb.trace/passcount.exp: Ditto.
16545 * gdb.trace/save-trace.exp: Ditto.
16546 * gdb.trace/while-stepping.exp: Ditto.
16547 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16548
16549 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16550
16551 * gdb.python/python-frame.c: New file.
16552 * gdb.python/python-frame.exp: New file.
16553
16554 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16555
16556 * gdb.python/python-value.exp: Add tests for the address
16557 attribute.
16558
16559 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16560
16561 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16562
16563 2009-03-26 Doug Evans <dje@google.com>
16564
16565 * gdb.mi/mi-nonstop-exit.exp: New file.
16566 * gdb.mi/non-stop-exit.c: New file.
16567
16568 2009-03-26 Tom Tromey <tromey@redhat.com>
16569
16570 Update for change to prologue skipping:
16571 * gdb.mi/mi2-simplerun.exp: Update.
16572 * gdb.mi/mi2-break.exp: Update.
16573 * gdb.mi/mi-simplerun.exp: Update.
16574 * gdb.mi/mi-break.exp: Update.
16575 * gdb.base/ending-run.exp: Update.
16576
16577 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16578
16579 * gdb.python/python-value.exp (test_value_in_inferior): Test
16580 gdb.Value.is_optimized_out attribute.
16581
16582 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16583
16584 * gdb.dwarf2/dw2-noloc-main.c: New file.
16585 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16586 (.text): Remove.
16587 (.data): New.
16588 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16589 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16590 (DW_TAG_subprogram func_cu1, noloc): Remove.
16591 (main): New.
16592 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16593 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16594 (file_symbols): New procedure.
16595
16596 2009-03-25 Tom Tromey <tromey@redhat.com>
16597
16598 * gdb.base/charset.exp (valid_target_charset): New proc.
16599 Use it to skip tests on invalid charsets.
16600
16601 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16602
16603 * gdb.base/completion.exp: Add a test for directory completion.
16604
16605 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16606
16607 Fix a racy FAIL.
16608 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16609 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16610
16611 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16612
16613 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16614 * gdb.python/python-function.exp: Add test for function returning
16615 a GDB value.
16616
16617 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16618
16619 * gdb.python/python-function.exp: New file.
16620
16621 2009-03-20 Tom Tromey <tromey@redhat.com>
16622
16623 * gdb.base/store.exp: Update for change to escape output.
16624 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16625 to escape output.
16626 * gdb.base/pointers.exp: Update for change to escape output.
16627 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16628 to escape output.
16629 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16630 escape output.
16631 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16632 to escape output.
16633 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16634 escape output.
16635 * gdb.base/setvar.exp: Update for change to escape output.
16636 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16637 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16638 to escape output.
16639 (test_print_string_constants): Likewise.
16640 * gdb.base/charset.exp (valid_host_charset): Check size of
16641 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16642 cases. Handle "auto"-related output.
16643 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16644 (uvar, Uvar): New globals.
16645
16646 2009-03-19 Jerome Guitton <guitton@adacore.com>
16647
16648 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16649 deltas.
16650 * gdb.ada/fixed_points.exp: Ditto.
16651
16652 2009-03-18 Pedro Alves <pedro@codesourcery.com>
16653
16654 * return-nodebug.c: Don't include stdio.h.
16655 (init): Delete.
16656 (func): Delete definition and provide extern declaration.
16657 (t): New.
16658 (main): Don't call printf. Call func and store its result in t.
16659 * return-nodebug1.c: New.
16660 * return-nodebug.exp: Don't expect stdio output. Instead, print
16661 the global variable t. Drop printf formatters and cast types from
16662 foreach loop. Don't use prepare_for_testing. Compile
16663 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16664 define FORMAT or CAST.
16665
16666 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16667
16668 * gdb.base/solib-display.exp: Disable test for remote targers.
16669
16670 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16671
16672 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16673
16674 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16675
16676 Fix a racy FAIL.
16677 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16678 code from `follow parent, print pids'.
16679 (`follow child, print pids', `follow parent, print pids'): Call it.
16680 Replace `gdb_test "break..."' by gdb_breakpoint.
16681
16682 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16683
16684 * gdb.mi/mi-cli.exp: Adjust for output difference in
16685 sync and async modes.
16686
16687 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16688
16689 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16690 that was checked in by mistake. Remove loading of ada.exp, since
16691 this is not necessary in this case.
16692
16693 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16694
16695 * gdb.ada/ptype_arith_binop.exp: New testcase.
16696
16697 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16698
16699 * gdb.ada/mod_from_name: New testcase.
16700
16701 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16702
16703 * gdb.ada/tick_last_segv: New testcase.
16704
16705 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16706
16707 * gdb.mi/mi-cli.exp: Remove debug print.
16708
16709 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16710
16711 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16712 include the token in ^running and frame info in *stopped.
16713
16714 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16715
16716 * solib-display.exp: New file.
16717 * solib-display-main.c: New file.
16718 * solib-display-lib.c: New file.
16719
16720 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16721
16722 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16723
16724 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16725
16726 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16727 (list_and_check_macro): Use more specific test name.
16728 (next to definition): Make the test names unique.
16729
16730 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16731
16732 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16733
16734 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16735
16736 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16737 notifications.
16738 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16739 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16740 * lib/mi-support.exp (library_loaded_re): New.
16741 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16742
16743 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16744
16745 * gdb.gdb/observer.exp: Use test_notification observer, not
16746 normal_stop, everywhere.
16747 (test_normal_stop_notifications): Rename to...
16748 (test_notifications): ...this.
16749 (test_observer_normal_stop): Rename to...
16750 (test_observer): ...this.
16751
16752 2009-02-16 Doug Evans <dje@google.com>
16753
16754 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16755 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16756 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16757 (test_prefixed_syscall,test_int3): New tests.
16758 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16759 (test_prefixed_syscall,test_int3): New tests.
16760
16761 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16762
16763 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16764 (mi_expect_interrupt): Likewise.
16765 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16766 response.
16767
16768 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16769
16770 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16771 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16772 Replace calls to get_valueofx by get_hexadecimal_valueof.
16773
16774 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16775
16776 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16777 (get_integer_valueof): New procedure.
16778 (get_sizeof): Use new get_integer_value_of.
16779 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16780 by get_integer_valueof.
16781
16782 2009-02-13 Tom Tromey <tromey@redhat.com>
16783
16784 * gdb.base/remote.exp (get_sizeof): Remove.
16785 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16786 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16787 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16788 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16789 (get_sizeof): Likewise.
16790
16791 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16792
16793 PR fortran/9806
16794 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16795
16796 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16797
16798 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16799
16800 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16801
16802 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16803
16804 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16805
16806 * gdb.python/python-cmd.exp: New file.
16807
16808 2009-02-06 Tristan Gingold <gingold@adacore.com>
16809
16810 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16811
16812 2009-02-05 Tristan Gingold <gingold@adacore.com>
16813
16814 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16815 pointer is dereferenced and use this signal name in regexp.
16816 * gdb.base/signull.exp: Ditto.
16817 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16818 * gdb.base/signull.c (main): Ditto.
16819
16820 2009-02-04 Tom Tromey <tromey@redhat.com>
16821 Thiago Jung Bauermann <bauerman@br.ibm.com>
16822
16823 * gdb.python/python-value.exp: Use `gdb.history' instead of
16824 `gdb.value_from_history'.
16825 (test_value_numeric_ops): Add test for conversion of enum constant.
16826 * gdb.python/python-value.c (enum e): New type.
16827 (evalue): New global.
16828 (main): Use argv.
16829
16830 2009-02-04 Jerome Guitton <guitton@adacore.com>
16831
16832 * gdb.ada/uninitialized_vars: New test program.
16833 * gdb.ada/uninitialized_vars.exp: New testcase.
16834
16835 2009-02-02 Tom Tromey <tromey@redhat.com>
16836
16837 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16838 * gdb.cp/pr2489.cc: Rename...
16839 * gdb.cp/pr9594.cc: ... to this.
16840
16841 2009-02-02 Tom Tromey <tromey@redhat.com>
16842
16843 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16844 * gdb.cp/pr2489.cc: New file.
16845 * gdb.cp/cpcompletion.exp: New file.
16846
16847 2009-02-02 Tom Tromey <tromey@redhat.com>
16848
16849 PR exp/9059:
16850 * gdb.cp/call-c.exp: Add regression test.
16851 * gdb.cp/call-c.cc (FooHandle): New typedef.
16852 (main): New variable 'handle'.
16853
16854 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16855
16856 * lib/mi-support.exp (et_mi_thread_list)
16857 (check_mi_and_console_threads): Adjust for current thread in
16858 -thread-list-ids output.
16859
16860 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16861
16862 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16863 Call it.
16864
16865 2009-01-28 Doug Evans <dje@google.com>
16866
16867 * gdb.arch/amd64-disp-step.S: New file.
16868 * gdb.arch/amd64-disp-step.exp: New file.
16869 * gdb.arch/i386-disp-step.S: New file.
16870 * gdb.arch/i386-disp-step.exp: New file.
16871
16872 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16873
16874 * gdb.base/find.exp: Set newline variable
16875 using quotes instead of braces to fix cygwin failures.
16876
16877 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16878
16879 * gdb.base/radix.exp: Add tests to ensure that that set
16880 input-radix 0 and set output-radix 0 are really rejected.
16881
16882 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16883
16884 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16885 copyright years.
16886
16887 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16888
16889 PR gdb/9664:
16890 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16891
16892 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16893
16894 PR c++/9631:
16895 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16896
16897 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16898
16899 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16900 binfile definition to fix Windows OS failure.
16901
16902 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16903
16904 PR gdb/9346
16905 * gdb.base/interrupt.c (sigint_handler): New.
16906 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16907 on error.
16908 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16909 Test "signal SIGINT".
16910
16911 2009-01-19 Doug Evans <dje@google.com>
16912
16913 * gdb.base/break.exp: Update expected gdb output.
16914 * gdb.base/sepdebug.exp: Ditto.
16915 * gdb.mi/mi-syn-frame.exp: Ditto.
16916 * gdb.mi/mi2-syn-frame.exp: Ditto.
16917 * gdb.base/call-signal-resume.exp: New file.
16918 * gdb.base/call-signals.c: New file.
16919 * gdb.base/unwindonsignal.exp: New file.
16920 * gdb.base/unwindonsignal.c: New file.
16921 * gdb.threads/interrupted-hand-call.exp: New file.
16922 * gdb.threads/interrupted-hand-call.c: New file.
16923 * gdb.threads/thread-unwindonsignal.exp: New file.
16924
16925 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16926
16927 * gdb.base/define.exp: Test defining and hooking prefix commands.
16928 * gdb.python/python.exp: Update test for "show user" output.
16929
16930 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16931
16932 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16933 now the output exactly, using less wildcards. Expect also the output
16934 of gfortran-4.3. Update for the f-valprint.c modification from
16935 2008-04-22.
16936 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16937 Remove gdb_test test names where matching the command.
16938
16939 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16940
16941 PR breakpoints/9681:
16942 * gdb.base/watchpoint.exp: Add regression test.
16943
16944 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16945
16946 * gdb.threads/attach-into-signal.exp: Don't use
16947 gdb_suppress_entire_file.
16948 * gdb.threads/attach-stopped.exp: Ditto.
16949 * gdb.threads/attachstop-mt.exp: Ditto.
16950
16951 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16952
16953 PR gdb/8812:
16954 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16955
16956 2008-12-29 Pedro Alves <pedro@codesourcery.com>
16957
16958 PR gdb/7536:
16959 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16960 and unsupported output radices are really rejected.
16961
16962 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16963
16964 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16965
16966 2008-12-22 Tom Tromey <tromey@redhat.com>
16967
16968 * gdb.cp/punctuator.exp: New file.
16969
16970 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16971
16972 * gdb.base/completion.exp (Completing non-existing component): New test.
16973
16974 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16975
16976 Fix for PR gdb/8648.
16977 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16978 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16979 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16980 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16981
16982 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16983
16984 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16985
16986 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
16987
16988 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16989 compiler actually generate code at the expected line number.
16990
16991 2008-12-15 Jie Zhang <jie.zhang@analog.com>
16992
16993 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16994
16995 2008-12-12 Tom Tromey <tromey@redhat.com>
16996
16997 * gdb.base/commands.exp (redefine_hook_test): New proc.
16998 Call it.
16999
17000 2008-12-11 Tom Tromey <tromey@redhat.com>
17001
17002 * gdb.base/macscp.exp: New regression test.
17003
17004 2008-12-11 Tom Tromey <tromey@redhat.com>
17005
17006 * gdb.base/macscp.exp: Print "address.addr".
17007 * gdb.base/macscp1.c (struct outer): New struct.
17008 (address): New global.
17009
17010 2008-12-09 Tom Tromey <tromey@redhat.com>
17011
17012 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
17013 Call it.
17014
17015 2008-12-04 Doug Evans <dje@google.com>
17016
17017 * gdb.server/ext-run.exp: Relax regexp for init program.
17018
17019 2008-12-03 Tristan Gingold <gingold@adacore.com>
17020
17021 * gdb.base/macscp.exp: Generate an object file during compilation
17022 to work around Darwin dsymutil limitations.
17023
17024 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17025
17026 Test resolving external references to TLS variables.
17027 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
17028 FILE2_THREAD_LOCAL.
17029 (testfile2, srcfile2): New variables.
17030 * gdb.threads/tls.c (file2_thread_local)
17031 (function_referencing_file2_thread_local): New.
17032 * gdb.threads/tls2.c: New file.
17033
17034 2008-11-28 Joel Brobecker <brobecker@adacore.com>
17035
17036 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
17037 rather than integer, as integer might not be big enough when
17038 on 64bit targets.
17039
17040 2008-11-27 Jerome Guitton <guitton@adacore.com>
17041
17042 * gdb.cp/formatted-ref.exp: Add equality test.
17043 * gdb.ada/formatted_ref.exp: Ditto.
17044
17045 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17046
17047 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
17048 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
17049
17050 2008-11-20 Andreas Schwab <schwab@suse.de>
17051
17052 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
17053 matching syscall entry point.
17054 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17055 (tcatch_vfork_then_child_follow): Likewise. Finish through
17056 vfork even if we stopped at the syscall trampoline.
17057
17058 2008-11-20 Doug Evans <dje@google.com>
17059
17060 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
17061
17062 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
17063
17064 * gdb.arch/ppc-dfp.exp: New file.
17065 * gdb.arch/ppc-dfp.c: New file.
17066
17067 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
17068
17069 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
17070
17071 2008-11-17 Doug Evans <dje@google.com>
17072
17073 * gdb.mi/mi-syn-frame.exp: Update expected output.
17074 * gdb.mi/mi2-syn-frame.exp: Update expected output.
17075
17076 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17077
17078 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
17079 "thread N" results in =thread-selected.
17080 * lib/mi-support (mi_run_cmd, mi_expect_stop)
17081 (mi_send_resuming_command_raw): Be prepared for
17082 =thread-selected.
17083
17084 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17085
17086 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
17087 * lib/mi-support.exp: Likewise.
17088
17089 2008-11-16 Joel Brobecker <brobecker@adacore.com>
17090
17091 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
17092 commands from the expected output for "help catch".
17093
17094 2008-11-15 Joel Brobecker <brobecker@adacore.com>
17095
17096 * gdb.ada/int_deref.exp: New testcase.
17097
17098 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
17099
17100 * gdb.mi/gdb2549.exp: New file.
17101
17102 2008-11-11 Doug Evans <dje@google.com>
17103
17104 * gdb.base/callexit.exp: New file.
17105 * gdb.base/callexit.c: New file.
17106
17107 2008-11-10 Doug Evans <dje@google.com>
17108
17109 * lib/gdb.exp (GDBFLAGS): Move -nx ...
17110 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
17111 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
17112 (default_gdb_start,default_gdb_exit): Ditto.
17113 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
17114 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
17115 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
17116 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
17117 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
17118 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
17119
17120 2008-11-03 Andreas Schwab <schwab@suse.de>
17121
17122 * gdb.base/hashline2.exp: Fix typo.
17123 * gdb.base/hashline3.exp: Likewise.
17124
17125 2008-10-30 Tom Tromey <tromey@redhat.com>
17126
17127 * gdb.base/pointers.exp: Add test.
17128 * gdb.base/pointers.c (k, S): New typedefs.
17129 (instance): New global.
17130
17131 2008-10-30 Andreas Schwab <schwab@suse.de>
17132
17133 * gdb.base/args.exp: Add tests for newlines.
17134
17135 2008-10-30 Joel Brobecker <brobecker@adacore.com>
17136
17137 gdb.base/foll-exec.exp: Update the expected output of a couple
17138 of "info breakpoints" tests.
17139
17140 2008-10-28 Tom Tromey <tromey@redhat.com>
17141
17142 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
17143
17144 2008-10-24 Pedro Alves <pedro@codesourcery.com>
17145
17146 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
17147 gdb_start_cmd.
17148 Use runto_main before any test that requires execution.
17149
17150 2008-10-23 Pedro Alves <pedro@codesourcery.com>
17151
17152 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
17153 instead of SIGINT.
17154
17155 2008-10-22 Joel Brobecker <brobecker@adacore.com>
17156
17157 * gdb.base/completion.exp: Update expected output following
17158 the addition of the "info tasks" command.
17159
17160 2008-10-22 Tom Tromey <tromey@redhat.com>
17161
17162 * gdb.base/exprs.exp (test_expr): Add test for string
17163 concatenation.
17164
17165 2008-10-19 Pedro Alves <pedro@codesourcery.com>
17166
17167 * configure.ac: Output gdb.python/Makefile.
17168 * configure: Regenerate.
17169 * gdb.python/Makefile.in: New.
17170
17171 2008-10-16 Joel Brobecker <brobecker@adacore.com>
17172
17173 * gdb.base/foll-fork.exp: Adjust the expected output to match
17174 the new description for fork/vfork catchpoints in the "info
17175 breakpoints" output.
17176
17177 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
17178
17179 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
17180
17181 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17182
17183 * gdb.python/python-value.c: New file.
17184 * gdb.python/python-value.exp: New file.
17185
17186 2008-10-15 Pedro Alves <pedro@codesourcery.com>
17187
17188 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
17189
17190 2008-10-15 Denis Pilat <denis.pilat@st.com>
17191
17192 * gdb.cp/mb-ctor.exp: Fix a typo.
17193
17194 2008-10-09 Tom Tromey <tromey@redhat.com>
17195
17196 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
17197 'fprintf' and 'stderr'.
17198
17199 2008-10-07 Joel Brobecker <brobecker@adacore.com>
17200
17201 * gdb.ada/ref_tick_size.exp: New testcase.
17202
17203 2008-10-06 Doug Evans <dje@google.com>
17204
17205 * gdb.dwarf2/dw2-cu-size.exp: New file.
17206 * gdb.dwarf2/dw2-cu-size.S: New file.
17207
17208 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
17209 .Ltype_int for clarity.
17210
17211 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
17212
17213 PR gdb/2384:
17214 * gdb.cp/gdb2384.exp: Extended to test more cases.
17215 * gdb.cp/gdb2384.cc: Likewise.
17216 * gdb.cp/gdb2384-base.h: Likewise.
17217 * gdb.cp/gdb2384-base.cc: Likewise.
17218
17219 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17220
17221 * gdb.base/maint.exp (maint print type): Remove printing
17222 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
17223
17224 2008-09-30 Tom Tromey <tromey@redhat.com>
17225
17226 * gdb.base/macscp.exp: Add completion tests.
17227 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
17228 (TWENTY_THREE): Likewise.
17229 (FORTY_EIGHT): Likewise.
17230
17231 2008-09-30 Tom Tromey <tromey@redhat.com>
17232
17233 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
17234 everywhere.
17235 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
17236
17237 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
17238
17239 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
17240 testcase is derived from. Fix racy dependency on an expected PID
17241 number. No longer support the testcase on Linux kernel 2.4.x.
17242
17243 2008-09-27 Tom Tromey <tromey@redhat.com>
17244
17245 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17246 and varargs.
17247
17248 2008-09-22 Pedro Alves <pedro@codesourcery.com>
17249
17250 * lib/mi-support.exp (mi_expect_interrupt): New.
17251 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17252 from gdb.mi/mi-nonstop.exp.
17253 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17254 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17255 lib/mi-support.exp.
17256 Use mi_check_thread_states throughout. Avoid ".*" and do not
17257 require an anchor after -exec-run.
17258
17259 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17260
17261 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17262 stop is pending. Avoid ".*" when two stops are pending.
17263 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17264 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17265 newlines in fullnames.
17266 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17267 (mi_expect_stop): Update comments. Only anchor in sync mode.
17268 Do not match newlines.
17269 (mi_send_resuming_command_raw): Always return status.
17270 (mi_get_stop_line): Do not match more than one line by accident.
17271 Only anchor in sync mode.
17272 (mi_run_inline_test): If -exec-next fails, give up.
17273
17274 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17275
17276 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17277 on SPU.
17278
17279 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17280
17281 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17282
17283 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17284
17285 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17286 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17287 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17288 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17289 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17290 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17291 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17292 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17293 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17294 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17295 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17296 Include the "= " sequence in the expected output of print tests.
17297
17298 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17301 description for boolean types.
17302
17303 2008-09-09 Pedro Alves <pedro@codesourcery.com>
17304
17305 * gdb.base/hook-stop-continue.c: New.
17306 * gdb.base/hook-stop-continue.exp: New.
17307
17308 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17309
17310 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17311
17312 2008-09-08 Jerome Guitton <guitton@adacore.com>
17313
17314 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17315 (stack_check_probe_2, stack_check_probe_loop_1)
17316 (stack_check_probe_loop_2): New functions.
17317 (main): Add call to these new functions.
17318 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17319 functions, check that the breakpoint is inserted at the appropriate
17320 location.
17321 (insert_breakpoint): Slightly refine this procedure so that it can
17322 be called several times in the test.
17323
17324 2008-09-08 Jerome Guitton <guitton@adacore.com>
17325
17326 * gdb.base/stack-checking.c: New file.
17327 * gdb.base/stack-checking.exp: New file.
17328
17329 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17330
17331 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17332 * gdb.arch/altivec-regs.exp: Likewise.
17333 * gdb.arch/vsx-regs.exp: Likewise.
17334
17335 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17336
17337 * gdb.arch/ppc-fp.exp: New file.
17338 * gdb.arch/ppc-fp.c: New file.
17339
17340 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17341
17342 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17343 lest gcc-4.3.1 optimizes the whole thing away.
17344
17345 2008-09-04 Michael Snyder <msnyder@vmware.com>
17346
17347 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17348 as "at" (for non-debug functions such as _start).
17349
17350 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17351
17352 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17353 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17354 software watchpoints.
17355 * gdb.base/watch_thread_num.exp: Likewise.
17356
17357 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17358
17359 * gdb.arch/i386-bp_permanent.exp: New test.
17360
17361 2008-08-24 Tom Tromey <tromey@redhat.com>
17362
17363 * gdb.base/maint.exp: Update "maint print type".
17364
17365 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17366
17367 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17368 support. Adjust the order of "*running" notifications.
17369 * gdb.mi/non-stop.c: Don't cast from int to void* and
17370 back.
17371
17372 2008-08-20 Mark Kettenis <kettenis@gnu.org>
17373
17374 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17375 expect to find it in the "info frame" output.
17376
17377 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17378
17379 * gdb.base/interp.exp: Always consume both prompts.
17380
17381 2008-08-20 Pedro Alves <pedro@codesourcery.com>
17382
17383 * gdb.base/pending.exp: Test pending breakpoints without symbols
17384 loaded.
17385
17386 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17387
17388 * lib/mi-support.exp (mi_expect_stop): Produce
17389 more details on failures.
17390 * gdb.mi/mi-nonstop.exp: New.
17391 * gdb.mi/non-stop.c: New.
17392
17393 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17394
17395 * gdb.mi/mi-async.exp: Use 'set target-async'.
17396 * lib/mi-support.exp: Use 'set/show target-async'.
17397
17398 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17399
17400 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17401
17402 2008-08-17 Tom Tromey <tromey@redhat.com>
17403
17404 * gdb.base/help.exp (help catch): Rewrite.
17405
17406 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17407
17408 * gdb.base/define.exp: Test indented command documentation.
17409 * gdb.python/python.exp: Test indented multi-line command.
17410
17411 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
17412
17413 * testsuite/gdb.arch/vsx-regs.c: New source file.
17414 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17415 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17416
17417 2008-08-14 Tom Tromey <tromey@redhat.com>
17418
17419 * gdb.base/macscp.exp: Add regression test for "macro define" or
17420 "macro undef" with no arguments.
17421
17422 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17423
17424 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17425
17426 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17427
17428 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17429
17430 2008-08-06 Tom Tromey <tromey@redhat.com>
17431
17432 * gdb.python/python.exp: New file.
17433
17434 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17435
17436 Fix for PR gdb/1543.
17437 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17438 $LOCATION.
17439 (location): New variable.
17440 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17441 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17442 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17443 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17444 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17445 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17446 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17447 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17448 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17449 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17450 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17451 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17452 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17453 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17454 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17455 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17456 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17457 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17458 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17459 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17460 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17461 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17462 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17463 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17464 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17465 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17466 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17467 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17468 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17469 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17470 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17471 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17472 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17473 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17474 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17475 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17476 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17477 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17478 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17479 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17480 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17481 gdb.base/type-opaque.exp, gdb.base/until.exp,
17482 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17483 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17484 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17485 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17486 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17487 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17488 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17489 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17490 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17491 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17492 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17493 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17494 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17495 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17496 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17497 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17498 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17499 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17500 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17501 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17502 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17503 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17504 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17505 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17506 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17507 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17508 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17509 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17510 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17511 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17512 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17513 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17514 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17515 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17516 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17517 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17518 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17519 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17520 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17521 to bug-gdb@prep.ai.mit.edu .
17522
17523 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17524
17525 * lib/mi-support.exp (mi_load_shlibs): New.
17526 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17527
17528 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17529
17530 * lib/mi-support.exp (get_mi_thread_list)
17531 (check_mi_and_console_threads): New, moved from ...
17532 * gdb.mi/mi-pthread.exp: ...here.
17533 * gdb.mi/gdb669.exp (get_mi_thread_list)
17534 (check_mi_and_console_threads): Delete.
17535 * gdb.mi/mi2-pthread.exp: Likewise.
17536
17537 2008-07-28 Tom Tromey <tromey@redhat.com>
17538
17539 * Makefile.in (just-check): Remove. Move body to...
17540 (check): ... here.
17541
17542 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17543
17544 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17545 Add a test for duplicated SIGINTs.
17546
17547 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17548
17549 * gdb.threads/schedlock.exp (get_args): Update to work for any
17550 value of NUM.
17551 (Top level): Report the number of threads that did not resume.
17552
17553 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17554
17555 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17556
17557 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17558
17559 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17560 non-MI prompt.
17561
17562 2008-07-26 Tom Tromey <tromey@redhat.com>
17563
17564 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17565 (function_struct, function_struct_ptr): New globals.
17566 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17567 function pointer in a struct.
17568
17569 2008-07-26 Tom Tromey <tromey@redhat.com>
17570
17571 * gdb.base/macscp.exp: Add test for macro lexing bug.
17572
17573 2008-07-18 Tom Tromey <tromey@redhat.com>
17574
17575 * gdb.base/macscp.exp: Add macro tests.
17576
17577 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17578
17579 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17580
17581 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17582
17583 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17584
17585 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17586
17587 * gdb.cp/class2.exp: fix for failure on spu-elf
17588
17589 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17590
17591 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17592
17593 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17594
17595 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17596
17597 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17598
17599 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17600
17601 2008-07-11 Kevin Buettner <kevinb@redhat.com>
17602
17603 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17604 of regexp to account for changes made to GDB in the printing of
17605 byte vectors.
17606
17607 2008-07-11 Tom Tromey <tromey@redhat.com>
17608
17609 * gdb.base/completion.exp: Add 'help' completion test.
17610
17611 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17612
17613 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17614
17615 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17616
17617 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17618
17619 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17620
17621 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17622
17623 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17624
17625 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17626
17627 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17628
17629 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17630
17631 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17632
17633 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17634 previous commit. Add a comment.
17635
17636 2008-06-28 Pedro Alves <pedro@codesourcery.com>
17637
17638 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17639
17640 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17641
17642 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17643
17644 2008-06-27 Pedro Alves <pedro@codesourcery.com>
17645
17646 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17647 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17648 compiling an executable, link in an object that forces unbuffered
17649 output.
17650 * lib/set_unbuffered_mode.c: New file.
17651
17652 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17653
17654 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17655
17656 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17657
17658 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17659 mi_expect_stop.
17660 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17661 Demand that *running is output.
17662 (detect_async): Perform checking every time.
17663 (mi_send_resuming_command): Extract everything into...
17664 (mi_send_resuming_command_raw): ...this.
17665 (mi_expect_stop): Don't accept any output before *stopped.
17666
17667 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17668
17669 Robustify mi-simplerun.
17670 * gdb.mi/basics.c (main): Add a call to sleep.
17671 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17672 * gdb.mi/mi2-cli.exp: Likewise.
17673 * gdb.mi/mi-break.exp: Likewise.
17674
17675 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17676
17677 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17678
17679 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17680
17681 * gdb.mi/mi-console.exp: Adjust.
17682 * gdb.mi/mi-syn-frame.exp: Adjust.
17683 * gdb.mi/mi2-console.exp: Adjust.
17684 * gdb.mi/mi2-syn-frame.exp: Adjust.
17685 * lib/mi-support.exp (mi_run_cmd): Adjust.
17686 (mi_send_resuming_command): Adjust.
17687
17688 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17689
17690 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17691 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17692 testing of stopped.
17693 * gdb.mi/mi2-syn-frame.exp: Likewise.
17694 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17695 (async, detect_async): New.
17696 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17697 depending on if we're running in sync or async mode.
17698
17699 2008-06-09 Tom Tromey <tromey@redhat.com>
17700
17701 * gdb.base/completion.exp: New tests for field name completion
17702 with spaces, and field name completion with '->'.
17703
17704 2008-06-06 Tom Tromey <tromey@redhat.com>
17705
17706 * gdb.base/break1.c (struct some_struct): New struct.
17707 (values): New global.
17708 * gdb.base/completion.exp: Add field name completion test.
17709
17710 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17711
17712 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17713 to pointer.
17714 * gdb.cp/call-c.cc: Likewise.
17715
17716 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17717
17718 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17719 annotation.
17720
17721 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17722 Pedro Alves <pedro@codesourcery.com>
17723
17724 * gdb.threads/execl.c, gdb.threads/execl1.c,
17725 gdb.threads/execl.exp: New tests.
17726
17727 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17728 Daniel Jacobowitz <dan@codesourcery.com>
17729
17730 * gdb.cp/exception.exp: Activate test, make it work with pending
17731 catchpoints.
17732
17733 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17734
17735 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17736
17737 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17738
17739 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17740 now printed.
17741 * gdb.mi/mi2-var-cmd.exp: Likewise.
17742
17743 2008-05-27 Andreas Schwab <schwab@suse.de>
17744
17745 * gdb.base/frame-args.exp: Handle arguments that are optimized
17746 out.
17747
17748 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
17749
17750 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17751 quiet for ppc32 and group options into a single variable.
17752
17753 2008-05-23 Joel Brobecker <brobecker@adacore.com>
17754
17755 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17756 of zero-size elements.
17757 * gdb.ada/null_array.exp: Test printing this new array.
17758
17759 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17760
17761 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17762
17763 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17764
17765 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17766 of the "finish" command.
17767
17768 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17769
17770 * gdb.base/annota1.exp: Test for new annotation.
17771
17772 2008-05-16 Pedro Alves <pedro@codesourcery.com>
17773
17774 * gdb.base/fixsection.exp: New file.
17775 * gdb.base/fixsection0.c: New file.
17776 * gdb.base/fixsection1.c: New file.
17777
17778 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17779
17780 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17781 * gdb.base/annota3.exp: Likewise.
17782
17783 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17784
17785 * gdb.base/watch_thread_num.exp: Don't run tests that require
17786 watchpoints if the target doesn't support them.
17787
17788 2008-05-12 Doug Evans <dje@google.com>
17789
17790 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17791
17792 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17793
17794 * gdb.ada/assign_1.exp: New testcase.
17795
17796 2008-05-09 Doug Evans <dje@google.com>
17797
17798 * gdb.base/find.exp: New file.
17799 * gdb.base/find.c: New file.
17800
17801 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17802
17803 * gdb.base/commands.exp (watchpoint_command_test): Handle
17804 gdb,no_hardware_watchpoints.
17805 * gdb.base/float.exp: Allow ARM targets without floating point.
17806 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17807
17808 2008-05-06 Jerome Guitton <guitton@adacore.com>
17809 Joel Brobecker <brobecker@adacore.com>
17810
17811 * gdb.ada/lang_switch: New test program.
17812 * gdb.ada/lang_switch.exp: New testcase.
17813
17814 2008-05-05 Doug Evans <dje@google.com>
17815
17816 * gdb.base/help.exp (disassemble): Update expected help text.
17817
17818 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17819
17820 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17821
17822 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17823
17824 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17825 different times.
17826
17827 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17828
17829 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17830 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17831 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17832 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17833
17834 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17835
17836 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17837 notification to appear.
17838
17839 2008-05-04 Daniel Jacobowitz <dan@debian.org>
17840
17841 * gdb.base/fullname.c: New file.
17842 * gdb.base/fullname.exp: New file.
17843 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17844
17845 2008-05-03 Pedro Alves <pedro@codesourcery.com>
17846
17847 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17848 expressions with macros.
17849
17850 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17851
17852 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17853
17854 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17855
17856 * gdb.base/completion.exp: Handle lack of other symbols beginning
17857 with "a".
17858
17859 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17860
17861 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17862
17863 * gdb.asm/asmsrc1.s: Add scratch space.
17864
17865 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17866 Daniel Jacobowitz <dan@codesourcery.com>
17867
17868 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17869 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17870 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17871
17872 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17873
17874 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17875
17876 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17877
17878 * gdb.base/info-target.exp: New testcase.
17879
17880 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17881
17882 * gdb.cp/hang.exp: Use .cc instead of .C.
17883 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17884 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17885
17886 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17887
17888 * gdb.base/gdb1250.exp: Remove perror.
17889 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17890
17891 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17892
17893 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17894 .2byte.
17895
17896 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17897
17898 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17899 (maybe_kfail): New.
17900
17901 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17902
17903 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17904
17905 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17906
17907 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17908 * gdb.mi/mi2-syn-frame.exp: Likewise.
17909 * lib/mi-support.exp: Likewise.
17910
17911 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17912
17913 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17914 to specify regexp for the location to stop at.
17915 * gdb.base/break-always.c: New.
17916 * gdb.base/break-always.exp: New.
17917
17918 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17919
17920 * lib/mi-support.exp (mi_runto_helper): Adjust
17921 for the original-location field.
17922 (mi_create_breakpoint, mi_list_breakpoints): New.
17923 * gdb.mi/mi-break.exp: Adjust.
17924 * gdb.mi/mi2-break.exp: Adjust.
17925 * gdb.mi/mi-pending.exp: Adjust.
17926 * gdb.mi/mi-simplerun.exp: Adjust.
17927 * gdb.mi/mi2-simplerun.exp: Adjust.
17928 * gdb.mi/mi-syn-frame.exp: Adjust.
17929 * gdb.mi/mi2-syn-frame.exp: Adjust.
17930 * gdb.mi/mi-until.exp: Adjust.
17931 * gdb.mi/mi2-until.exp: Adjust.
17932 * gdb.mi/mi-var-display.exp: Adjust.
17933 * gdb.mi/mi2-var-display.exp: Adjust.
17934 * gdb.mi/mi-watch.exp: Adjust.
17935 * gdb.mi/mi2-watch.exp: Adjust.
17936
17937 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17938
17939 * aclocal.m4: Add override.m4.
17940 * configure: Regenerate.
17941
17942 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17943
17944 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17945 '-var-update --all-values' reports new value even the type
17946 of a variable object has changed.
17947
17948 2008-04-18 Craig Silverstein <csilvers@google.com>
17949
17950 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17951 files.
17952
17953 2008-04-18 Joel Brobecker <brobecker@adacore.com>
17954
17955 * gdb.ada/atomic_enum: New test program.
17956 * gdb.ada/atomic_enum.exp: New testcase.
17957
17958 2008-04-17 Doug Evans <dje@google.com>
17959
17960 * gdb.opt/Makefile.in: Fix whitespace.
17961
17962 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17963
17964 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17965
17966 2008-04-17 Doug Evans <dje@google.com>
17967
17968 * gdb.base/hashline1.exp: New testcase.
17969 * gdb.base/hashline2.exp: New testcase.
17970 * gdb.base/hashline2.exp: New testcase.
17971
17972 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17973
17974 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17975
17976 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17977
17978 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17979 temporary breakpoint to match "Temporary breakpoint".
17980 * gdb.base/break.exp (delete_breakpoints): Likewise.
17981 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17982 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17983 * gdb.base/display.exp: Likewise.
17984 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17985 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17986 * gdb.base/restore.exp (restore_tests): Likewise.
17987 * gdb.base/sepdebug.exp: Likewise.
17988 * gdb.base/watchpoint.exp: Likewise.
17989 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17990 * gdb.mi/mi-pending.exp: Likewise.
17991 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17992 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17993 * gdb.mi/mi-var-cmd.exp: Likewise.
17994 * gdb.mi/mi-var-display.exp: Likewise.
17995 * gdb.mi/mi2-cli.exp: Likewise.
17996 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17997 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17998 * gdb.mi/mi2-var-display.exp: Likewise.
17999 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
18000 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
18001 new "disp" field.
18002 (mi_expect_stop): Move after_reason argument to be really after
18003 reason. This is to support fix for PR2424.
18004
18005 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18006
18007 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
18008
18009 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
18010
18011 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
18012 field. Add more floating varobj tests.
18013 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
18014 field.
18015 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
18016 (main): Call do_at_tests.
18017 * lib/mi-support.exp (mi_create_floating_varobj)
18018 (mi_varobj_update_with_type_change): New.
18019
18020 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
18021
18022 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
18023 option of -var-evaluate-expression.
18024 * gdb.mi/mi2-var-display.exp: Likewise.
18025
18026 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
18027
18028 Introduce test setup helpers.
18029 * lib/gdb.exp (build_executable, clean_restart)
18030 (prepare_for_testing): New.
18031 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
18032 * gdb.base/return.exp: Likewise.
18033 * gdb.base/ending-run.exp: Likewise.
18034
18035 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
18036
18037 * gdb.mi/mi-async.exp: New test for asynchronous Machine
18038 Interface (MI) responses.
18039
18040 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
18041
18042 * gdb.cp/breakpoint.cc: New code to test conditions involving
18043 member variables.
18044 * gdb.cp/breakpoint.exp: Test condition involving member
18045 variables.
18046
18047 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
18048
18049 * lib/mi-support.exp (mi_expect_stop): New.
18050 (mi_run_cmd): Change the
18051 token. Use mi_send_resuming_command, use
18052 mi_expect_stop.
18053 (mi_execute_to_helper): Rename to mi_execute_to.
18054 (mi_send_resuming_command): Add more error patterns.
18055 (mi_wait_for_stop): Renamed to...
18056 (mi_get_stop_line): ...this.
18057 (mi_run_inline_test): Adjust.
18058
18059 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
18060 * gdb.mi/mi-console.exp: Likewise.
18061 * gdb.mi/mi-pending.exp: Likewise.
18062 * gdb.mi/mi-simplerun.exp: Likewise.
18063 * gdb.mi/mi-stack.exp: Likewise.
18064 * gdb.mi/mi-stepi.exp: Likewise.
18065 * gdb.mi/mi-syn-frame.exp: Add comment.
18066 * gdb.mi/mi-until.exp: Likewise.
18067 * gdb.mi/mi-var-display.exp: Likewise.
18068 * gdb.mi/mi-watch.exp: Likewise.
18069 * gdb.mi/mi2-cli.exp: Likewise.
18070 * gdb.mi/mi2-console.exp: Likewise.
18071 * gdb.mi/mi2-simplerun.exp: Likewise.
18072 * gdb.mi/mi2-stack.exp: Likewise.
18073 * gdb.mi/mi2-stepi.exp: Likewise.
18074 * gdb.mi/mi2-until.exp: Likewise.
18075 * gdb.mi/mi2-var-display.exp: Likewise.
18076 * gdb.mi/mi2-watch.exp: Likewise.
18077
18078 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18079
18080 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
18081
18082 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
18083
18084 2008-04-04 Pedro Alves <pedro@codesourcery.com>
18085
18086 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
18087 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
18088 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18089 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
18090 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
18091 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
18092 expect an mi error duplicated in stderr.
18093
18094 2008-04-03 Joel Brobecker <brobecker@adacore.com>
18095
18096 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
18097 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
18098 Add a couple of tests that verify the behavior when the new setting
18099 is set to "cancel" and "all".
18100 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
18101 "ask" before we start the testing.
18102
18103 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
18104
18105 * gdb.cp/casts.cc: Add class reference variables.
18106 * gdb.cp/casts.exp: New test cases for up/down casting references.
18107
18108 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
18109
18110 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
18111 instead of beginning to make an extra test pass.
18112 * gdb.mi/mi2-var-display.exp: Likewise.
18113
18114 2008-03-31 Maciej W. Rozycki <macro@mips.com>
18115
18116 * gdb.base/break.exp: Mark failures as such. Fix formatting.
18117
18118 2008-03-31 Markus Deuling <deuling@de.ibm.com>
18119 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18120
18121 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
18122 value. Add xfail for older kernels.
18123
18124 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
18125
18126 Bring mi-support in line with gdb.exp.
18127 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
18128 (mi_gdb_start): New function.
18129
18130 2008-03-28 Maciej W. Rozycki <macro@mips.com>
18131
18132 * gdb.mi/mi-var-cmd.exp: Fix a typo.
18133
18134 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18135
18136 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
18137 * gdb.mi/mi2-var-display.exp: Likewise.
18138
18139 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18140
18141 * lib/mi-support.exp (mi_create_varobj_checked): New.
18142 (mi_list_varobj_children): Allow to check for a
18143 value.
18144 (mi_list_array_varobj_children): New.
18145
18146 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
18147 and mi_list_varobj_children, as opposed to hardcoding
18148 expected strings.
18149 * gdb.mi/gdb701.exp: Likewise.
18150 * gdb.mi/gdb792.exp: Likewise.
18151 * gdb.mi/mi-var-block.exp: Likewise.
18152 * gdb.mi/mi-var-cmd.exp: Likewise.
18153 * gdb.mi/mi-var-invalidate.exp: Likewise.
18154 * gdb.mi/mi2-var-block.exp: Likewise.
18155 * gdb.mi/mi2-var-child.exp: Likewise.
18156 * gdb.mi/mi2-var-cmd.exp: Likewise.
18157 * gdb.mi/mi2-var-display.exp: Likewise.
18158
18159 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18160
18161 Fix random false FAILs on i386.
18162 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
18163
18164 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18165
18166 PR gdb/544
18167 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
18168
18169 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18170
18171 PR gdb/544
18172 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
18173
18174 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18175
18176 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
18177 fixed PR gdb/544.
18178
18179 2008-03-21 Pedro Alves <pedro@codesourcery.com>
18180
18181 * gdb.threads/fork-child-threads.exp: Test next over fork.
18182
18183 2008-03-21 Chris Demetriou <cgd@google.com>
18184
18185 * gdb.base/break.exp (rbreak junk): New test for rbreak
18186 "Junk at end of arguments" issue.
18187
18188 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18189
18190 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
18191 *& to work on created array elements.
18192 (Top level): Test print $pc with a file. Test string operations
18193 without a target.
18194 * gdb.base/ptype.exp: Do not expect *& to work on created array
18195 elements.
18196
18197 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18198
18199 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
18200 gdb.threads/staticthreads.exp: Update exit query.
18201
18202 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
18203
18204 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
18205
18206 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
18207
18208 * gdb.base/watchpoint.c (global_ptr, func4): New.
18209 (main): Call func4.
18210 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
18211 (test_inaccessible_watchpoint): New.
18212
18213 2008-02-29 Maciej W. Rozycki <macro@mips.com>
18214
18215 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
18216 select the largest.
18217
18218 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18219
18220 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
18221 frames-invalid annotations.
18222
18223 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18224
18225 * gdb.base/assign.exp: avoid same output for different tests.
18226
18227 2008-02-27 Doug Evans <dje@google.com>
18228
18229 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
18230 for bug 1738.
18231 (breakpoint_to_handler_entry): Ditto.
18232
18233 2008-02-27 Joel Brobecker <brobecker@adacore.com>
18234
18235 * gdb.base/ending-run.exp: Use the first line of code inside
18236 function body to test breakpoints.
18237 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
18238 location where the breakpoint is inserted when using the line
18239 where a function is declared. Fix typo in the description of
18240 one of the tests.
18241 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
18242
18243 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18244
18245 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
18246 tests.
18247
18248 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18249
18250 * gdb.base/args.exp: avoid same output for tests
18251 with single quotes.
18252
18253 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18254
18255 * gdb.base/annota1.exp: Adjust for 'info break'
18256 format changes.
18257 * gdb.base/annota3.exp: Likewise.
18258 * gdb.base/break.exp: Likewise.
18259 * gdb.base/condbreak.exp: Likewise.
18260 * gdb.base/pending.exp: Likewise.
18261 * gdb.base/sepdebug.exp: Likewise.
18262 * gdb.base/unload.exp: Likewise.
18263 * gdb.cp/ovldbreak.exp: Likewise.
18264 * gdb.mi/mi-pending.exp: Likewise.
18265
18266 2008-02-07 Doug Evans <dje@google.com>
18267
18268 * gdb.cp/mb-inline.exp: New.
18269 * gdb.cp/mb-inline.h: New.
18270 * gdb.cp/mb-inline1.cc: New.
18271 * gdb.cp/mb-inline2.cc: New.
18272
18273 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18274
18275 * gdb.pascal/floats.pas: New test program.
18276 * gdb.pascal/floats.exp: New testcase.
18277
18278 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18279
18280 * gdb.base/callfuncs.c (t_float_many_args): New function.
18281 (t_double_many_args): New function.
18282 * gdb.base/callfuncs.exp: Add tests for exceeding float
18283 and double parameters passed through the stack.
18284
18285 2008-02-05 Joel Brobecker <brobecker@adacore.com>
18286
18287 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18288 gdb.ada/complete/foo.adb: New files.
18289 * gdb.ada/complete.exp: New testcase.
18290
18291 2008-02-03 Doug Evans <dje@google.com>
18292
18293 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18294
18295 * gdb.cp/gdb2384.exp: New file.
18296 * gdb.cp/gdb2384.cc: New file.
18297 * gdb.cp/gdb2384-base.h: New file.
18298 * gdb.cp/gdb2384-base.cc: New file.
18299
18300 2008-02-02 Doug Evans <dje@google.com>
18301
18302 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18303
18304 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.ada/sym_print_name: New test program.
18307 * gdb.ada/sym_print_name.exp: New testcase.
18308
18309 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18310
18311 * gdb.ada/nested/hello.adb: New file.
18312 * gdb.ada/nested.exp: New testcase.
18313 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18314
18315 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18316
18317 * gdb.mi/basic.c (return_1): New function.
18318 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18319 don't cause future evaluations of function to report
18320 creation of internal breakpoints.
18321
18322 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18323
18324 * gdb.mi/mi-break.exp (test_error): New.
18325 Call it.
18326
18327 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
18328
18329 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18330 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18331
18332 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18333
18334 * gdb.pascal/integers.pas: New test program.
18335 * gdb.pascal/integers.exp: New testcase.
18336
18337 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18338
18339 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18340
18341 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
18342
18343 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18344 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18345
18346 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18347
18348 * gdb.ada/formatted_ref: New test program.
18349 * gdb.ada/formatted_ref.exp: New testcase.
18350
18351 * gdb.cp/formatted-ref.cc: New file.
18352 * gdb.cp/formatted-ref.exp: New testcase.
18353
18354 2008-01-30 Joel Brobecker <brobecker@adacore.com>
18355
18356 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18357
18358 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
18359
18360 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18361 (test_file_list_exec_source_file): Update to new macro-info field.
18362
18363 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18364
18365 * gdb.ada/exprs: New test program.
18366 * gdb.ada/exprs.exp: New testcase.
18367
18368 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18369
18370 * dfp-test.c (DELTA, DELTA_B): New definitions.
18371 (double_val1, double_val2, double_val3, double_val4, double_val5,
18372 double_val6, double_val7, double_val8, double_val9, double_val10,
18373 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18374 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18375 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18376 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18377 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18378 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18379 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18380 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18381 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18382 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18383 dec128_val16): New global variables.
18384 (decimal_dec128_align): New function.
18385 (decimal_mixed): Likewise.
18386 (decimal_many_args_dec32): Likewise.
18387 (decimal_many_args_dec64): Likewise.
18388 (decimal_many_args_dec128): Likewise.
18389 (decimal_many_args_mixed): Likewise.
18390 * dfp-test.exp: Add tests calling new inferior functions.
18391
18392 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18393
18394 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18395 gdb.server/ext-run.exp: New files.
18396 * lib/gdbserver-support.exp (gdbserver_download): New.
18397 (gdbserver_start): New. Update gdbserver expected
18398 output.
18399 (gdbserver_spawn): Use them.
18400 (gdbserver_start_extended): New.
18401
18402 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18403
18404 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18405 Run on GNU/Linux.
18406 (do_exec_tests): Check for systems which do not support catchpoints.
18407 Do not match START.
18408 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18409 Run on GNU/Linux. Enable verbose output.
18410 (check_fork_catchpoints): New.
18411 (explicit_fork_child_follow, catch_fork_child_follow)
18412 (tcatch_fork_parent_follow): Update expected messages.
18413 (do_fork_tests): Use check_fork_catchpoints.
18414 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18415 Run on GNU/Linux. Enable verbose output.
18416 (check_vfork_catchpoints): New.
18417 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18418 expected messages.
18419 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18420
18421 2008-01-29 Jim Blandy <jimb@red-bean.com>
18422
18423 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18424 host' errors.
18425 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18426
18427 2008-01-29 Jim Blandy <jimb@red-bean.com>
18428
18429 * gdb.threads/sigthread.c: Use barriers to ensure that
18430 child_thread and child_thread_two are always initialized before we
18431 start to use them.
18432
18433 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18434
18435 * gdb.base/watchpoint-solib.exp: New.
18436 * gdb.base/watchpoint-solib.c: New.
18437 * gdb.base/watchpoint-solib-shr.c: New.
18438
18439 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18440
18441 * gdb.base/gdb1056.exp: Add unsigned integer test.
18442
18443 2008-01-28 Doug Evans <dje@google.com>
18444
18445 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18446
18447 2008-01-27 Jim Blandy <jimb@codesourcery.com>
18448
18449 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18450
18451 * gdb.base/expand-psymtabs.exp: Doc fix.
18452
18453 2008-01-26 Mark Kettenis <kettenis@gnu.org>
18454
18455 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18456
18457 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
18458
18459 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18460 -var-set-format.
18461
18462 2008-01-23 Chris Demetriou <cgd@google.com>
18463
18464 * gdb.threads/thread_events.c: New testcase source file.
18465 * gdb.threads/thread_events.exp: New testcase expect file.
18466
18467 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
18468
18469 * lib/gdb.exp: Add the variable octal.
18470
18471 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18472 -var-set-format.
18473
18474 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18475 Vladimir Prus <vladimir@codesourcery.com>
18476
18477 * gdb.base/float.exp: Allow missing floating point for m68k and
18478 PowerPC.
18479
18480 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18481
18482 * gdb.mi/basics.c: Setup for testing breakpoints
18483 ignore count.
18484 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18485 * gdb.mi/mi-cli.exp: Adjust.
18486 * gdb.mi/mi2-cli.exp: Adjust.
18487
18488 2008-01-17 Pedro Alves <pedro@codesourcery.com>
18489
18490 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18491 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18492 with dummy_ptr's address.
18493 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18494 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18495 all targets.
18496 * gdb.mi/mi2-var-child.exp: Likewise.
18497
18498 2008-01-09 Joel Brobecker <brobecker@adacore.com>
18499
18500 * gdb.ada/null_array: New test program.
18501 * gdb.ada/null_array.exp: New testcase.
18502
18503 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
18504
18505 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18506 with required float modifiers.
18507
18508 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18509
18510 * gdb.ada/funcall_param: New test program.
18511 * gdb.ada/funcall_param.exp: New testcase.
18512
18513 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18514
18515 * gdb.ada/arrayparam: New test program.
18516 * gdb.ada/arrayparam.exp: New testcase.
18517
18518 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18519
18520 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18521 landed. Should also fix random failures in the test following it.
18522
18523 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18524
18525 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18526 for expressions with decimal float values.
18527 (test_dfp_conversions): New function to test casts to and from
18528 decimal float types.
18529 Call test_dfp_conversions.
18530 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18531 elements.
18532 (main): Initialize ds.float4 and ds.double8 elements.
18533 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18534 string to new error message.
18535 (d64_set_tests): Likewise.
18536 (d128_set_tests): Likewise.
18537 Add tests for expressions with decimal float variables. Add tests for
18538 conversions to and from decimal float types.
18539
18540 2008-01-05 Joel Brobecker <brobecker@adacore.com>
18541
18542 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18543 * gdb.ada/packed_tagged.exp: New testcase.
18544
18545 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18546
18547 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18548 gdb.ada/homonym/homonym_main.adb: New files.
18549 * gdb.ada/homonym.exp: New testcase.
18550
18551 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18552
18553 * gdb.ada/packed_array.exp: Add testing of references to
18554 a packed array.
18555
18556 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18557
18558 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18559 New files.
18560 * gdb.ada/type_coercion.exp: New testcase.
18561
18562 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18563
18564 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18565 gdb.ada/tagged/foo.adb: New file.
18566 * gdb.ada/tagged.exp: New testcase.
18567
18568 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18569
18570 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18571 gdb.ada/ptype_field/foo.adb: New files.
18572 * gdb.ada/ptype_field.exp: New testcase.
18573
18574 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18575
18576 * gdb.ada/print_pc.exp: New testcase.
18577
18578 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18579
18580 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18581 gdb.ada/taft_type/p.adb: New files.
18582 * gdb.ada/taft_type.exp: New testcase.
18583
18584 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18585
18586 * gdb.ada/array_bounds/bar.adb: New file.
18587 * gdb.ada/array_bounds.exp: New testcase.
18588
18589 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18590
18591 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18592 gdb.ada/arrayptr/foo.adb: New files.
18593 * gdb.ada/arrayptr.exp: New testcase.
18594
18595 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18596
18597 * gdb.base/set-lang-auto.exp: New testcase.
18598
18599 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18600
18601 * gdb.ada/fun_addr/foo.adb: New file.
18602 * gdb.ada/fun_addr.exp: New testcase.
18603
18604 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18605
18606 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18607 New files
18608
18609 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18610
18611 * array_subscript_addr/p.adb: New file.
18612 * array_subscript_addr.exp: New testcase.
18613
18614 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18617 New files.
18618 * gdb.ada/str_cmp_ref.exp: New testcase.
18619
18620 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18621
18622 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18623 gdb.ada/fun_in_declare/foo.adb: New files.
18624 * gdb.ada/fun_in_declare.exp: New testcase.
18625
18626 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18627
18628 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18629 gdb.ada/ref_param/pck.ads: New files.
18630 * gdb.ada/ref_param.exp: New testcase.
18631
18632 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18633
18634 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18635 gdb.ada/interface/foo.adb: New files.
18636 * gdb.ada/interface.exp: New testcase.
18637
18638 2007-12-31 Jim Blandy <jimb@codesourcery.com>
18639
18640 * gdb.base/multi-forks.exp: Consume all output from child
18641 processes before proceeding to next test.
18642
18643 2007-12-29 Jim Blandy <jimb@codesourcery.com>
18644
18645 * configure: Regenerated.
18646
18647 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18648
18649 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18650 gdb.ada/fixed_cmp/fixed.adb: New files.
18651 * gdb.ada/fixed_cmp.exp: New testcase.
18652
18653 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18654
18655 * gdb.ada/boolean_expr.exp: New testcase.
18656
18657 2007-12-26 Jim Blandy <jimb@codesourcery.com>
18658
18659 * gdb.base/multi-forks.exp: Doc fix.
18660
18661 2007-12-26 Joel Brobecker <brobecker@adacore.com>
18662
18663 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18664 * gdb.ada/char_param.exp: Do not compile our test program with
18665 -gnata, this is unnecessary.
18666 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18667
18668 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18669
18670 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18671 gdb.ada/print_chars/foo.adb: New files.
18672 * gdb.ada/print_chars.exp: New testcase.
18673
18674 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18675
18676 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18677 gdb.ada/char_param/foo.adb: New files.
18678 * gdb.ada/char_param.exp: New testcase.
18679
18680 2007-12-22 Jim Blandy <jimb@codesourcery.com>
18681
18682 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18683 hard-coding source line numbers into the test.
18684 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18685 gdb_get_line_number to find.
18686
18687 2007-12-22 Joel Brobecker <brobecker@adacore.com>
18688
18689 * gdb.base/ptype.c (highest): New struct type.
18690 (the_highest): New variable of that type.
18691 (main): Add dummy assignment to a field of variable the_highest.
18692 * gdb.base/ptype.exp: Test type printing of our new variable.
18693
18694 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18695
18696 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18697 and record first explicitly generated thread number.
18698 Use that thread number for thread specific watchpoint test.
18699 Add iteration number to repetitive tests.
18700
18701 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18702 Jim Blandy <jimb@codesourcery.com>
18703
18704 * gdb.base/expand-psymtabs.c: New testcase
18705 source file.
18706 * gdb.base/expand-psymtabs.exp: New testcase
18707 expect file.
18708
18709 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
18710
18711 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18712 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18713
18714 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18715
18716 * gdb.ada/frame_args/foo.adb: New file.
18717 * gdb.ada/frame_args/pck.ads: New file.
18718 * gdb.ada/frame_args/pck.adb: New file.
18719 * gdb.ada/frame_args.exp: New testcase.
18720
18721 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18722
18723 * gdb.base/frame-args.c: New file.
18724 * gdb.base/frame-args.exp: New testcase.
18725
18726 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18727 Joseph Myers <joseph@codesourcery.com>
18728
18729 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18730
18731 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18732
18733 * gdb.mi/mi-pending.exp: New.
18734 * gdb.mi/mi-pending.c: New.
18735 * gdb.mi/mi-pendshr.c: New.
18736
18737 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18738
18739 * gdb.base/default.exp: Update expected output for 'info catch'.
18740
18741 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18742
18743 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18744 must be set to binary.
18745
18746 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18747
18748 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18749
18750 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18751
18752 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18753 gdb.mi/mi-file-transfer.exp: New.
18754
18755 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18756
18757 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18758
18759 2007-11-22 Maciej W. Rozycki <macro@mips.com>
18760
18761 * gdb.trace/backtrace.exp: Fix a typo.
18762 * gdb.trace/circ.exp: Likewise.
18763 * gdb.trace/collection.exp: Likewise.
18764 * gdb.trace/limits.exp: Likewise.
18765 * gdb.trace/report.exp: Likewise.
18766 * gdb.trace/tfind.exp: Likewise.
18767 * gdb.trace/while-dyn.exp: Likewise.
18768
18769 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
18770
18771 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18772 objects of pointers that can't be dereferenced are now
18773 "noneditable".
18774
18775 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18776
18777 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18778 (target_cpu): Remove.
18779
18780 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18781
18782 * gdb.base/ending-run.exp: Expect the list of cleared
18783 breakpoint to come in natural order, not the reversed one.
18784
18785 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18786
18787 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18788 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18789
18790 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18791
18792 * gdb.base/printcmds.exp: New function
18793 test_printf_with_dfp.
18794
18795 2007-11-02 Doug Evans <dje@google.com>
18796
18797 * gdb.disasm/t01_mov.s: Remove carriage returns.
18798 * gdb.disasm/t02_mova.s: Ditto.
18799 * gdb.disasm/t03_add.s: Ditto.
18800 * gdb.disasm/t04_sub.s: Ditto.
18801 * gdb.disasm/t05_cmp.s: Ditto.
18802 * gdb.disasm/t06_ari2.s: Ditto.
18803 * gdb.disasm/t07_ari3.s: Ditto.
18804 * gdb.disasm/t08_or.s: Ditto.
18805 * gdb.disasm/t09_xor.s: Ditto.
18806 * gdb.disasm/t10_and.s: Ditto.
18807 * gdb.disasm/t11_logs.s: Ditto.
18808 * gdb.disasm/t12_bit.s: Ditto.
18809 * gdb.disasm/t13_otr.s: Ditto.
18810
18811 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18812
18813 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18814
18815 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18816
18817 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18818 provide DFP support.
18819
18820 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18821
18822 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18823 Test "set powerpc vector-abi". Skip auto-detection tests for old
18824 toolchains.
18825
18826 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18827
18828 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18829 with [string compare].
18830
18831 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18832
18833 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18834 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18835
18836 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
18837
18838 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18839 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18840 * gdb.opt/Makefile.in: New makefile.
18841 * Makefile.in: Create new directory "gdb.opt".
18842 * configure.ac: Add "gdb.opt" directory.
18843 * configure: Regenerated.
18844
18845 2007-10-25 Doug Evans <dje@google.com>
18846
18847 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18848 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18849
18850 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18851 Thiago Jung Bauermann <bauerman@br.ibm.com>
18852
18853 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18854 Floating Point expressions.
18855 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18856 Floating Point variables.
18857 * gdb.base/dfp-test.c: new file containing program with Decimal
18858 Floating variables, used by gdb.base/dfp-test.exp.
18859
18860 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18861
18862 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18863
18864 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18865
18866 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18867 compiling test case with GCC.
18868 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18869
18870 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18871
18872 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18873 format changes.
18874
18875 2007-10-18 Michael Snyder <msnyder@specifix.com>
18876
18877 * gdb.base/dbx.exp: Add missing "-re " operator.
18878
18879 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18880
18881 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18882 * configure.ac: Removed trailing spaces after backslash.
18883 * gdb.modula2: New directory.
18884 * gdb.modula2/Makefile.in: New file.
18885 * gdb.modula2/unbounded-array.exp: New file.
18886 * gdb.modula2/unbounded1.c: New file.
18887
18888 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18889
18890 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18891
18892 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18893
18894 * gdb.base/sigstep.c (main): Add checks for
18895 return values for setitimer call.
18896 Call setitimer again with itimer = ITIMER_REAL
18897 if first call to setitimer fails.
18898
18899 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18900
18901 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18902 of $timeout.
18903
18904 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18905
18906 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18907
18908 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18909
18910 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18911 of gdb_expect call, to avoid interruption.
18912
18913 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18914
18915 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18916 (v_unsigned_long_long, v_long_long_array)
18917 (v_signed_long_long_array, v_unsigned_long_long_array)
18918 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18919 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18920 [!NO_LONG_LONG]: New.
18921 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18922 v_long_long_member.
18923
18924 (v_long_long_func, v_signed_long_long_func)
18925 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18926 (main) [!NO_LONG_LONG]: Initialize long long variants.
18927
18928 * gdb.base/whatis.exp: If board file requests no_long_long, build
18929 test with NO_LONG_LONG defined. Test long long, signed long long,
18930 and unsigned long long variants but only if board file doesn't
18931 disable it.
18932
18933 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18934 Daniel Jacobowitz <dan@codesourcery.com>
18935
18936 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18937 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18938 * configure: Regenerated.
18939 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18940 gdb.pascal/types.exp, lib/pascal.exp: New files.
18941
18942 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18943
18944 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18945 call.
18946 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18947 to return to the call.
18948 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18949 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18950 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18951 * gdb.mi/mi-until.exp (test_until): Likewise.
18952 * gdb.mi/mi2-until.exp (test_until): Likewise.
18953
18954 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18955
18956 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18957 two-char array.
18958 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18959
18960 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18961
18962 * gdb.threads/watchthreads.c (thread_function): Sleep between
18963 iterations.
18964 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18965 at once for S/390. Generate matching fails and passes.
18966
18967 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18968
18969 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18970 the 'struct_declarations' variable to zeros.
18971
18972 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18973
18974 * gdb.cp/mb-ctor.cc: New.
18975 * gdb.cp/mb-ctor.exp: New.
18976 * gdb.cp/mb-templates.cc: New.
18977 * gdb.cp/mb-templates.exp: New.
18978
18979 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18980
18981 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18982
18983 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18984
18985 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18986 targets.
18987 * configure: Regenerate.
18988
18989 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18990
18991 * gdb.base/annota1.exp: Adjust for 'info break'
18992 format changes.
18993 * gdb.base/annota3.exp: Likewise.
18994 * gdb.base/break.exp: Likewise.
18995 * gdb.base/condbreak.exp: Likewise.
18996 * gdb.base/pending.exp: Likewise.
18997 * gdb.base/sepdebug.exp: Likewise.
18998 * gdb.base/unload.exp: Likewise.
18999 * gdb.base/ovldbreak.exp: Likewise.
19000
19001 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
19002
19003 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
19004 messages.
19005 * gdb.base/chng-syms.exp: Likewise.
19006 * gdb.base/unload.exp: Likewise.
19007
19008 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
19009
19010 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
19011
19012 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
19013
19014 * schedlock.c (NUM): Change to 1.
19015 (main): Use args[0] for the main thread.
19016 * schedlock.exp: Only expect two threads. Only issue one pass or fail
19017 regardless of the number of threads.
19018
19019 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19020
19021 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
19022 type down.
19023 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19024 test.
19025 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
19026 watchpoint type down.
19027 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19028 test.
19029
19030 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19031
19032 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
19033 Move all the tests here and run them twice, once using software
19034 watchpoints and once using hardware watchpoints.
19035 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
19036
19037 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
19038
19039 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
19040 test.
19041
19042 2007-09-10 Mark Kettenis <kettenis@gnu.org>
19043
19044 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
19045 build-id.
19046
19047 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
19048 know about $ORIGIN. Calculate output dir from $dest instead of
19049 using ${objdir}/{$subdir}.
19050
19051 2007-09-09 Mark Kettenis <kettenis@gnu.org>
19052
19053 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
19054 gcore, before continuing with the test.
19055
19056 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
19057
19058 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
19059 * gdb.mi/mi-watch.exp: Likewise.
19060
19061 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19062 Jim Blandy <jimb@codesourcery.com>
19063
19064 * gdb.arch/i386-sse.exp: Do not expect character constants.
19065 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
19066 * gdb.base/display.exp: Allow print/s.
19067 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
19068 and unsigned char array changes.
19069
19070 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19071
19072 * gdb.base/display.exp: Add tests for printf %p.
19073
19074 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
19075
19076 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
19077 the dll name to unicode.
19078
19079 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19080
19081 * gdb.base/default.exp (show version): Update the version text.
19082 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
19083
19084 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
19085
19086 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
19087 New files.
19088
19089 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19090
19091 * lib/gdb.exp (build_id_debug_filename_get): New function.
19092 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
19093 Remove the generate DEBUG file for the future testcase runs.
19094 New testcase for the NT_GNU_BUILD_ID retrieval.
19095 Move the final testing step to ...
19096 (test_different_dir): ... a new function.
19097 New parameter XFAIL to XFAIL all the tests performed.
19098 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
19099 New parameter TYPE to PF_PREFIX all the tests performed.
19100
19101 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
19102
19103 * gdb.mi/mi-var-cp.cc (path_expression): New
19104 function.
19105 * gdb.mi/mi-var-cp.exp: Run path exression tests.
19106
19107 2007-08-27 Markus Deuling <deuling@de.ibm.com>
19108
19109 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
19110 to fit into SPU Local Store memory.
19111
19112 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19113
19114 * gdb.base/default.exp: Adjust the expected output of "info
19115 warranty" after the switch to GPLv3.
19116
19117 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19118
19119 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
19120 to 30000 (from 20000).
19121
19122 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19123
19124 Switch the license of all .exp files to GPLv3.
19125 Switch the license of all .f and .f90 files to GPLv3.
19126 Switch the license of all .s and .S files to GPLv3.
19127
19128 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19129
19130 * configure.ac: Switch license to GPLv3.
19131
19132 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19133
19134 Switch the licensing to GPLv3 for all .ads and .adb files.
19135
19136 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
19137
19138 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
19139 and t_int_double.
19140 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
19141
19142 2007-08-17 Joel Brobecker <brobecker@adacore.com>
19143
19144 * gdb.base/step-line.c: Switch license to GPL version 3, and
19145 update copyright year.
19146 * gdb.base/step-line.inp: Likewise.
19147
19148 2007-08-17 Joel Brobecker <brobecker@adacore.com>
19149
19150 * gdb.base/gdb1555.exp: Make expected output immune to formatting
19151 changes inside gdb1555.c.
19152 * gdb.base/pending.exp: Likewise.
19153
19154 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
19155
19156 * config/default.exp: New file.
19157
19158 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19159
19160 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
19161 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
19162
19163 2007-07-30 Maciej W. Rozycki <macro@mips.com>
19164
19165 * gdb.base/dump.exp: Force the correct endianness for binary
19166 formats not carrying this information.
19167
19168 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19169
19170 * gdb.threads/staticthreads.exp: Match .*sem_post.
19171
19172 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19173
19174 * gdb.base/readline.exp (operate_and_get_next): Match the final
19175 prompt.
19176
19177 2007-07-23 Kevin Buettner <kevinb@redhat.com>
19178
19179 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
19180 to restarting SID.
19181
19182 2007-07-18 Kevin Buettner <kevinb@redhat.com>
19183
19184 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
19185 prior to `gdb_start'.
19186
19187 2007-07-18 Kevin Buettner <kevinb@redhat.com>
19188
19189 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
19190 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
19191 Remove call to gdb_unload.
19192
19193 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
19194 Daniel Jacobowitz <dan@codesourcery.com>
19195
19196 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
19197 for __WIN32__.
19198 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
19199 * gdb.base/unload.exp: Use shared library test routines.
19200
19201 2007-07-03 Markus Deuling <deuling@de.ibm.com>
19202
19203 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
19204 * gdb.base/solib-symbol-lib.c: Likewise.
19205 * gdb.base/solib-symbol-main.c: Likewise.
19206
19207 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
19208
19209 * config/gdbserver.exp (gdb_reconnect): New.
19210 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
19211 gdb.base/solib-disc.exp: New files.
19212 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
19213 remote debugging".
19214 (gdb_compile): Add shlib_load flag.
19215 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
19216 port.
19217 (gdbserver_reconnect): New.
19218
19219 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
19220 Daniel Jacobowitz <dan@codesourcery.com>
19221
19222 * gdb.base/annota3.exp: Test for if construct.
19223
19224 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19225
19226 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19227
19228 2007-06-21 Chris Dearman <chris@mips.com>
19229 Maciej W. Rozycki <macro@mips.com>
19230
19231 * gdb.base/display.exp: Allow a newline after display/i.
19232 * gdb.base/pc-fp.exp: Likewise.
19233 * gdb.base/sigbpt.exp: Likewise.
19234
19235 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19236
19237 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
19238 required features to be included.
19239
19240 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19241
19242 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19243 in info threads output.
19244
19245 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19246 Markus Deuling <deuling@de.ibm.com>
19247
19248 * gdb.arch/spu-info.exp: New testcase.
19249 * gdb.arch/spu-info.c: New file.
19250
19251 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19252
19253 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19254 tpcs_offset. Restore lr after the call.
19255 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19256
19257 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19258
19259 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19260 (gdbserver_run): Kill any running gdbserver.
19261 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19262
19263 2007-05-17 Maciej W. Rozycki <macro@mips.com>
19264
19265 * gdb.base/sigbpt.exp: Preset segv_addr.
19266
19267 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19268
19269 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19270 (gdb_compile_shlib): Likewise.
19271 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19272 (default_gdb_init): Clear cleanfiles.
19273 (gdb_finish): Delete recorded cleanfiles.
19274 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19275
19276 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19277 Do not use isnative.
19278 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19279 gdb.base/so-impl-ld.exp: Likewise.
19280 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19281 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19282 gdb_compile.
19283
19284 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19285
19286 * config/unknown.exp: Remove.
19287
19288 2007-05-15 Markus Deuling <deuling@de.ibm.com>
19289
19290 * gdb.base/info-proc.exp: Check is_remote.
19291
19292 2007-05-14 Markus Deuling <deuling@de.ibm.com>
19293
19294 * gdb.base/gcore.exp: Initialize variable core_supported.
19295
19296 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19297
19298 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19299
19300 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19301
19302 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19303 * gdb.threads/print-threads.exp (test_all_threads): Allow
19304 negative and hexadecimal thread IDs.
19305
19306 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19307
19308 * gdb.java/jprint.java (public): Avoid invalid call to static
19309 method.
19310
19311 2007-05-14 Denis Pilat <denis.pilat@st.com>
19312
19313 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19314 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19315 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19316 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19317 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19318
19319 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19320
19321 * gdb.base/overlays.exp: Add support for targets with only code
19322 overlay support, not data overlay. Support spu-*-* target in
19323 this mode.
19324 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19325 * gdb.base/spu.ld: New file.
19326
19327 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19328
19329 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19330
19331 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19332
19333 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19334
19335 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19336
19337 * gdb.java/jmain.exp: Handle demangled names with and without method
19338 signatures.
19339
19340 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19341
19342 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19343 (have_a_very_merry_interrupt): Remove calls to puts.
19344 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19345 inferior output.
19346 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19347 test names.
19348
19349 2007-04-29 Markus Deuling <deuling@de.ibm.com>
19350 Daniel Jacobowitz <dan@codesourcery.com>
19351
19352 * gdb.base/auxv.exp (core_works): Also check is_remote.
19353 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19354
19355 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19356
19357 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19358 message, not the undefined 'module' variable.
19359 * gdb.base/siginfo.exp: Likewise.
19360 * gdb.base/sigstep.exp: Likewise.
19361 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19362 serialport.
19363 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19364
19365 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
19366
19367 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19368 target sim fails. Return 0 otherwise.
19369 (gdb_load): Return prematurely if gdb_target_sim fails.
19370
19371 2007-04-16 Denis Pilat <denis.pilat@st.com>
19372
19373 * gdb.base/setshow.exp: Reset height after having set it to 100.
19374
19375 2007-04-16 Denis Pilat <denis.pilat@st.com>
19376
19377 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19378
19379 2007-04-16 Denis Pilat <denis.pilat@st.com>
19380
19381 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19382
19383 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19384
19385 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19386 tests. Run the frozen varobjs test.
19387 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19388 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19389
19390 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19391
19392 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19393 gdb.base/type-opaque.exp: New files.
19394
19395 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19396
19397 * gdb.mi/mi-var-child.c
19398 (do_children_tests): User char[2] instead of
19399 char so that automatic printing of pointers to char
19400 don't give unpredicable result.
19401 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19402 local variables.
19403 * gdb.mi/mi-var-child.exp: Step to right line
19404 of do_children_tests.
19405 * gdb.mi/mi2-var-child.exp: Likewise.
19406 * gdb.mi/mi-var-cmd.exp: Step to right line of
19407 do_locals_tests.
19408 (do_children_tests): User char[2] instead of
19409 char so that automatic printing of pointers to char
19410 don't give unpredicable result.
19411 * gdb.mi/mi2-var-cmd.exp: Likewise.
19412 * lib/mi-support.exp (mi_continue_to_line):
19413 Pass test name to mi_wait_for_stop.
19414
19415 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19416
19417 * gdb.asm/asm-source.exp: Remove d10v case.
19418 * lib/gdb.exp (skip_cplus_tests): Likewise.
19419 * gdb.asm/d10v.inc: Deleted.
19420
19421 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19422
19423 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19424
19425 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19426
19427 * config/netware.exp: Delete file.
19428
19429 2007-03-29 Joel Brobecker <brobecker@adacore.com>
19430
19431 * gdb.dwarf2/dw2-noloc.S: New file.
19432 * gdb.dwarf2/dw2-noloc.exp: New file.
19433
19434 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19435
19436 * gdb.cp/method2.cc: New test.
19437 * gdb.cp/method2.exp: New test.
19438 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19439
19440 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19441
19442 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19443
19444 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19445
19446 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19447
19448 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19449
19450 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19451 (gdb_load): Delete, replace with...
19452 (gdb_reload): ...this.
19453 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19454 * gdb.server/server-mon.exp: Likewise.
19455 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19456 (gdb_start_cmd): New.
19457 (gdb_file_cmd): Save the last loaded file.
19458 (gdb_reload): New.
19459 (gdb_gnu_strip_debug): Use transform.
19460 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19461 support here. Use new $last_loaded_file. Check mtime.
19462 (gdb_target_cmd): Handle ObjC failure case.
19463 (infer_host_exec): Delete.
19464 (gdbserver_load): Rename to...
19465 (gdbserver_run): ...this. Simplify.
19466 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19467 (mi_gdb_load): Move most contents to a new function...
19468 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19469 (mi_run_cmd): Use mi_gdb_target_load.
19470 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19471 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19472 Use gdb_run_cmd.
19473 * gdb.base/charsign.exp: Remove incorrect comment.
19474 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19475 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19476 gdb.base/start.exp: Use gdb_start_cmd.
19477
19478 2007-03-23 Nigel Stephens <nigel@mips.com>
19479 Maciej W. Rozycki <macro@mips.com>
19480
19481 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19482 * gdb.base/signull.exp: Similarly.
19483
19484 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19485
19486 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19487 messages available to test cases (like chng-sym.exp).
19488
19489 2007-03-14 Andreas Schwab <schwab@suse.de>
19490
19491 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19492 format changes.
19493
19494 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19495
19496 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19497 (optimized_1): New.
19498 (main): Call optimized_1.
19499 (gdb2029): Correct typos. Call gdb2029_marker.
19500 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19501 for gdb2029.
19502
19503 2007-03-12 Mark Kettenis <kettenis@gnu.org>
19504
19505 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19506 as tabs. Remove redundant test pattern.
19507
19508 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19509
19510 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19511 for /a format output.
19512
19513 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19514
19515 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19516 collect output incrementally.
19517
19518 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19519
19520 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19521 for -var-create lpcharacter test.
19522 * gdb.mi/mi2-var-cmd.exp: Likewise.
19523
19524 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19525
19526 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19527 pass on targets where address zero is readable.
19528
19529 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19530
19531 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19532 just a single architecture.
19533
19534 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19535
19536 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19537 (fetch_all_registers): New function, uses gdb_test_multiple and
19538 exp_continue to fetch inferior output line-by-line.
19539 Replace all uses of do_get_all_registers by fetch_all_registers.
19540
19541 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19542
19543 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19544 in target_info.
19545
19546 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19547
19548 * gdb.threads/manythreads.exp: Use $message string for
19549 consistancy; add a default (timeout) case.
19550
19551 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19552
19553 * gdb.base/watchpoint.exp: Fix truncated comment.
19554
19555 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19556
19557 * Makefile.in: Remove spurious single-quotes from sed command.
19558
19559 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19560
19561 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19562 func.
19563 * gdb.mi/mi2-var-cmd.exp: Likewise.
19564
19565 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19566
19567 * gdb.dwarf2/dw2-producer.S: New file.
19568 * gdb.dwarf2/dw2-producer.exp: New testcase.
19569
19570 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
19571
19572 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19573 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19574 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19575 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19576 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19577 Revert tests to use mi_gdb_test and include value field in output
19578 of -var-create.
19579
19580 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19581
19582 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19583
19584 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19585
19586 * gdb.base/maint.exp: Remove full paths from test names.
19587 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19588 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19589
19590 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19591
19592 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19593
19594 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19595
19596 * gdb.server/server-mon.exp: New test.
19597
19598 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19599
19600 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19601
19602 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19603
19604 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19605 register capitalization.
19606
19607 2007-02-13 Denis Pilat <denis.pilat@st.com>
19608
19609 * gdb.mi/mi-var-invalidate.exp: New file.
19610
19611 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19612
19613 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19614
19615 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19616
19617 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19618
19619 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19620
19621 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19622 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19623
19624 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
19625
19626 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19627 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19628 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19629 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19630 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19631 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19632 Update tests to include value field in output of -var-create.
19633
19634 2007-02-08 Andreas Schwab <schwab@suse.de>
19635
19636 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19637
19638 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19639
19640 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19641 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19642
19643 2007-02-02 Denis Pilat <denis.pilat@st.com>
19644
19645 * gdb.threads/threadapply.exp: check that frame is not changed by
19646 the thread apply all command.
19647
19648 2007-01-31 Andreas Schwab <schwab@suse.de>
19649
19650 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19651
19652 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19653 in the dwarf sections.
19654 * gdb.dwarf2/mac-fileno.S: Likewise.
19655
19656 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19657 bspstore register on ia64.
19658
19659 2007-01-29 Andreas Schwab <schwab@suse.de>
19660
19661 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19662 "frame-begin" annotation.
19663
19664 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19665 number of "frames-invalid" annotations.
19666
19667 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19668
19669 * gdb.base/commands.exp: Call if_commands_test.
19670 (gdb_test_no_prompt, if_commands_test): New.
19671
19672 2007-01-28 Mark Kettenis <kettenis@gnu.org>
19673
19674 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19675
19676 2007-01-27 Andreas Schwab <schwab@suse.de>
19677
19678 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19679 .short/.int/.quad in the dwarf sections.
19680 * gdb.dwarf2/dw2-intercu.S: Likewise.
19681 * gdb.dwarf2/dw2-intermix.S: Likewise.
19682
19683 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19684
19685 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19686 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19687 array.
19688 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19689 * gdb.base/setvar.exp: Likewise.
19690
19691 2007-01-26 Andreas Schwab <schwab@suse.de>
19692
19693 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19694 test.
19695
19696 * gdb.base/multi-forks.exp ("restart $i"): Also match
19697 __kernel_syscall_via_break.
19698
19699 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19700
19701 * lib/mi-support.exp (mi_delete_varobj): New.
19702 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19703 testcase.
19704 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19705 (main): Call the above.
19706 (reference_update_test, base_in_reference_test)
19707 (reference_to_pointer): Delete the created varobjs.
19708
19709 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19710
19711 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19712 * configure: Regenerated.
19713 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19714 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19715 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19716 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19717 * lib/gdb.exp (gdb_skip_xml_test): New function.
19718
19719 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19720
19721 * gdb.base/sigrepeat.exp: Correct error message.
19722
19723 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19724 Daniel Jacobowitz <dan@codesourcery.com>
19725
19726 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19727 gdb.arch/i386-gnu-cfi-asm.S: New files.
19728
19729 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19730
19731 * lib/gdb.exp: Abort on missing `site.exp'.
19732
19733 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19734 Daniel Jacobowitz <dan@codesourcery.com>
19735
19736 * gdb.base/included.c, gdb.base/included.exp,
19737 gdb.base/included.h: New files.
19738
19739 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19740
19741 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19742 (maximize_rlimit): Reduce limits on 64-bit systems.
19743
19744 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19745
19746 From Marcus Deuling <deuling@de.ibm.com>:
19747 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19748 every case.
19749
19750 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
19751
19752 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19753 (test_path_specification): Use objdir instead of srcdir to always
19754 get an absolute filename.
19755
19756 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19757
19758 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19759
19760 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19761
19762 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19763 Make sure the variable we're using is in scope.
19764 (reference_to_pointer): Likewise.
19765
19766 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19767
19768 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19769 has no debug information.
19770
19771 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19772
19773 * gdb.base/annota1.exp: Remove extra send_gdb.
19774
19775 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19776
19777 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19778
19779 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19780
19781 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19782
19783 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
19784 Daniel Jacobowitz <dan@codesourcery.com>
19785
19786 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19787 lcharacter or linteger change. Correct duplicated test name.
19788 * gdb.mi/mi2-var-cmd.exp: Likewise.
19789
19790 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19791
19792 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19793
19794 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19795
19796 * gdb.base/nofield.c: New file.
19797 * gdb.base/nofield.exp: New testcase.
19798
19799 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
19800
19801 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19802
19803 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19804 test.
19805
19806 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19807
19808 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19809
19810 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19811
19812 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19813 when continuing.
19814
19815 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19816
19817 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19818 Expect ".exe" extension.
19819
19820 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19821
19822 * gdb.base/charset.exp: Add explicit filename to break.
19823 * gdb.base/dbx.exp: Add explicit filename to breaks.
19824
19825 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19826
19827 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19828 * gdb.mi/mi2-file.exp: Likewise.
19829
19830 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19831
19832 Implement specification of MI tests as comments
19833 in C and C++ sources.
19834 * lib/mi-support.exp (mi_autotest_data): New variable.
19835 (mi_autotest_source): New variable.
19836 (count_newlines, mi_prepare_inline_tests)
19837 (mi_get_inline_test, mi_continue_to_line)
19838 (mi_run_inline_test, mi_tbreak)
19839 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19840 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19841 Run inline tests.
19842 * gdb.mi/mi-var-cp.cc: Define tests here.
19843
19844 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19845
19846 Simplify usage of mi_continue_to.
19847 * lib/mi-support.exp (mi_runto_helper): Renamed
19848 from mi_runto, added new parameter 'run_or_continue'.
19849 (mi_runto): Use mi_runto_helper.
19850 (mi_continue_to): Accept just function name as parameter.
19851 Use mi_runto_helper.
19852 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19853 * gdb.mi/mi2-var-cmd.exp: Likewise.
19854
19855 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19856
19857 Make this testcase a bit more realistic. The current code
19858 is too simplistic, and allows the compiler to optimize out
19859 some of the entities we need for this testcase.
19860 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19861 (Do_Nothing): Add extra parameter.
19862 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19863 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19864 by using a variable of type Void_Star.
19865
19866 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19867
19868 * gdb.ada/catch_ex/foo.adb: New file.
19869 * gdb.ada/catch_ex.exp: New testcase.
19870
19871 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19872
19873 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19874 pass --image-base to linker.
19875
19876 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19877 Daniel Jacobowitz <dan@codesourcery.com>
19878
19879 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19880 secondary prompts.
19881
19882 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19883
19884 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19885 output. Test the types of members and member pointers.
19886 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19887 gdb/2092.
19888 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19889 statement. Enable for GCC. Update expected output for some tests
19890 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19891 layout.
19892 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19893 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19894 (Diamond::vget_base): New.
19895 (main): Add new tests.
19896 * gdb.cp/printmethod.exp: Update expected output for member functions.
19897 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19898 print pEe->D::vg().
19899
19900 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19901
19902 * gdb.threads/tls.exp: Allow stops in sem_post.
19903
19904 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19905
19906 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19907 * gdb.base/annota3.exp: Likewise.
19908 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19909 again (instead of timing out).
19910 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19911 GCC bug 26475.
19912 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19913 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19914 test from jmisc1.exp.
19915 * gdb.java/jmisc1.exp: Delete.
19916 * gdb.java/jprint.exp: Adjust to work with method signatures including
19917 return types.
19918 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19919 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19920 * lib/java.exp (compile_java_from_source): Pass the correct type
19921 to target_compile.
19922
19923 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19924
19925 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19926 (stack_align_edx): New function.
19927 (stack_align_eax): New function.
19928 (main): Add calls to stack_align_edx and stack_align_eax.
19929 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19930 Add testing for the cases where the register used during a stack
19931 realignment is edx. Same for eax.
19932
19933 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19934
19935 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19936 and generic PE targets.
19937
19938 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19939
19940 * gdb.ada/array_return.exp: Update copyright date list.
19941
19942 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19943
19944 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19945 (Create_Small_Float_Vector): New function.
19946 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19947 function body.
19948 * gdb.ada/array_return/p.adb: Use new type and function from
19949 package Pck.
19950 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19951 able to print the value returned by a function returning an
19952 array of float.
19953
19954 2006-12-20 Joel Brobecker <brobecker@adacore.com>
19955
19956 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19957 The associated tests should be PASSing.
19958
19959 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19960
19961 Test for base in references.
19962 * gdb.mi/mi-var-cp.cc: Add test code.
19963 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19964 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19965 * gdb.mi/mi2-watch.exp: Likewise.
19966 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19967 (mi_list_varobj_children): New function.
19968
19969 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19970
19971 * lib/mi-support.exp
19972 (mi_runto): Accept "()" after function name.
19973 (mi_create_varobj): New function.
19974 (mi_varobj_update): New function.
19975 (mi_Check_varobj_value): New function.
19976 * gdb.mi/mi-var-cp.exp: New file.
19977 * gdb.mi/mi-var-cp.cc: New file.
19978
19979 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19980
19981 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19982 gdb.base/weaklib2.c: New files.
19983
19984 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19985
19986 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19987 info. Adjust test names.
19988
19989 * gdb.base/break.c (main): Move position of malloc.
19990 * gdb.base/break.exp: Revert mistaken checkin.
19991
19992 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19993
19994 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19995 assignement of arrays and function pointers.
19996 * gdb.mi/var-cmd.c: Add declaration necessary for above
19997 tests.
19998
19999 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20000
20001 * gdb.base/break.c (main): Call malloc.
20002
20003 * gdb.threads/linux-dp.exp: Read thread table before and after
20004 creating each philosopher and verify it.
20005
20006 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20007 Paul Brook <paul@codesourcery.com>
20008 Daniel Jacobowitz <dan@codesourcery.com>
20009
20010 * gdb.base/ending-run.exp: Flatten expect script stepping out of
20011 main to remove duplication. Add start function of the form
20012 '_*start[1-9]*'. Add RVDS start function.
20013
20014 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20015
20016 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
20017
20018 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20019
20020 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
20021 * gdb.asm/spu.inc: New file.
20022 * gdb.base/term.exp: Disable if [target_info exists noargs].
20023 * gdb.gdb/complaints.exp: Disable if ![isnative].
20024 * gdb.gdb/selftest.exp: Likewise.
20025 * gdb.gdb/observer.exp: Likewise.
20026 * gdb.gdb/xfullpath.exp: Likewise.
20027 * gdb.base/attach.exp: Disable on SPU target.
20028 * gdb.cp/bs145503.exp: Likewise.
20029 * gdb.cp/exception.exp: Likewise.
20030 * gdb.cp/userdef.exp: Likewise.
20031
20032 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20033
20034 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
20035
20036 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
20037
20038 * gdb.base/completion.exp: Fix completion tests for
20039 'info' and 'info '.
20040 * gdb.base/help.exp (help_test_raw, test_class_help)
20041 (test_prefix_command_help): Move...
20042 * lib/gdb.exp: Here.
20043 * gdb.base/main.exp: Adjust.
20044 * gdb.cp/maint.exp: Adjust.
20045 * gdb.trace/tracecmd.exp: Use test_help_class.
20046
20047 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20048
20049 * gdb.stabs/weird.exp (print_weird_var): Use
20050 gdb_test_multiple instead of gdb_expect.
20051
20052 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20053
20054 * gdb.base/help.exp (help_test_raw): New.
20055 (test_class_help): New.
20056 (test_prefix_command_help): New.
20057 Adjust testcases.
20058
20059 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
20060
20061 * gdb.base/constvars.c (main): Write to crass and crips, so that
20062 they are allocated by the compiler.
20063
20064 2006-10-27 Andreas Schwab <schwab@suse.de>
20065
20066 * gdb.base/multi-forks.exp: Use "detach fork" instead of
20067 "detach-fork".
20068
20069 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
20070
20071 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
20072 of patterns.
20073
20074 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20075
20076 * gdb.base/sepdebug.exp: Remove debug format test.
20077 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
20078 Handle no-symtab.
20079 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
20080
20081 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20082
20083 * gdb.threads/manythreads.c (thread_function, main): Don't cast
20084 int to pointer or pointer to int.
20085 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
20086
20087 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
20088
20089 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
20090
20091 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20092
20093 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
20094
20095 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
20096
20097 PR c++/2116
20098 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
20099
20100 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20101
20102 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
20103 the corresponding bug has been fixed in GDB (PR/2018).
20104
20105 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20106
20107 * gdb.base/subst.exp: New testcase.
20108
20109 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20110
20111 * gdb.ada/array_return/pck.ads: Add copyright notice.
20112 * gdb.ada/array_return/pck.adb: Likewise.
20113 * gdb.ada/array_return/p.adb: Likewise.
20114 * gdb.ada/exec_changed/first.adb: Likewise.
20115 * gdb.ada/exec_changed/second.adb: Likewise.
20116
20117 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20118
20119 * gdb.ada/watch_arg/watch.adb: New file.
20120 * gdb.ada/watch_arg.exp: New testcase.
20121
20122 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
20123
20124 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
20125 via string_to_regexp.
20126 * gdb.mi/mi2-basics.exp: Likewise.
20127
20128 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
20129
20130 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
20131 Remove unused / obsolete files.
20132
20133 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
20134
20135 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
20136
20137 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
20138
20139 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
20140 HIGH_FRAME argument to -stack-list-arguments can be larger than
20141 the number of frames.
20142
20143 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
20144
20145 * gdb.base/args.c (main): Add breakpoint marker.
20146 * gdb.base/args.exp: Use args_test for tests. Add new tests which
20147 really test empty arguments.
20148 (args_load): Delete.
20149 (args_test): New.
20150
20151 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
20152
20153 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
20154 check for one file.
20155
20156 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
20157
20158 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
20159 HIGH_FRAME argument to -stack-list-locals can be larger than
20160 the number of frames.
20161
20162 2006-08-18 Fred Fish <fnf@specifix.com>
20163
20164 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
20165 '$' in front of skip_vmx_tests_saved when setting that.
20166
20167 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
20168
20169 * gdb.base/trace-commands.exp: New file.
20170
20171 2006-08-10 Joel Brobecker <brobecker@adacore.com>
20172 Daniel Jacobowitz <dan@codesourcery.com>
20173
20174 * gdb.base/step-bt.exp: Make hexadecimal address optional in
20175 expected output of the backtrace commands.
20176
20177 2006-08-09 Joel Brobecker <brobecker@adacore.com>
20178
20179 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
20180 untested followed by return combination.
20181 * gdb.arch/altivec-regs.exp: Likewise.
20182 * gdb.arch/e500-abi.exp: Likewise.
20183 * gdb.arch/e500-regs.exp: Likewise.
20184 * gdb.arch/gdb1291.exp: Likewise.
20185 * gdb.arch/gdb1431.exp: Likewise.
20186 * gdb.arch/gdb1558.exp: Likewise.
20187 * gdb.arch/i386-prologue.exp: Likewise.
20188 * gdb.arch/i386-unwind.exp: Likewise.
20189 * gdb.asm/asm-source.exp: Likewise.
20190 * gdb.base/a2-run.exp: Likewise.
20191 * gdb.base/advance.exp: Likewise.
20192 * gdb.base/all-bin.exp: Likewise.
20193 * gdb.base/annota1.exp: Likewise.
20194 * gdb.base/annota3.exp: Likewise.
20195 * gdb.base/args.exp: Likewise.
20196 * gdb.base/arithmet.exp: Likewise.
20197 * gdb.base/assign.exp: Likewise.
20198 * gdb.base/async.exp: Likewise.
20199 * gdb.base/attach.exp: Likewise.
20200 * gdb.base/bang.exp: Likewise.
20201 * gdb.base/bigcore.exp: Likewise.
20202 * gdb.base/bitfields.exp: Likewise.
20203 * gdb.base/bitfields2.exp: Likewise.
20204 * gdb.base/break.exp: Likewise.
20205 * gdb.base/call-sc.exp: Likewise.
20206 * gdb.base/call-strs.exp: Likewise.
20207 * gdb.base/callfuncs.exp: Likewise.
20208 * gdb.base/checkpoint.exp: Likewise.
20209 * gdb.base/chng-syms.exp: Likewise.
20210 * gdb.base/code-expr.exp: Likewise.
20211 * gdb.base/commands.exp: Likewise.
20212 * gdb.base/completion.exp: Likewise.
20213 * gdb.base/cond-expr.exp: Likewise.
20214 * gdb.base/condbreak.exp: Likewise.
20215 * gdb.base/consecutive.exp: Likewise.
20216 * gdb.base/constvars.exp: Likewise.
20217 * gdb.base/corefile.exp: Likewise.
20218 * gdb.base/cvexpr.exp: Likewise.
20219 * gdb.base/dbx.exp: Likewise.
20220 * gdb.base/define.exp: Likewise.
20221 * gdb.base/detach.exp: Likewise.
20222 * gdb.base/display.exp: Likewise.
20223 * gdb.base/dump.exp: Likewise.
20224 * gdb.base/ena-dis-br.exp: Likewise.
20225 * gdb.base/ending-run.exp: Likewise.
20226 * gdb.base/environ.exp: Likewise.
20227 * gdb.base/eval-skip.exp: Likewise.
20228 * gdb.base/exprs.exp: Likewise.
20229 * gdb.base/fileio.exp: Likewise.
20230 * gdb.base/finish.exp: Likewise.
20231 * gdb.base/float.exp: Likewise.
20232 * gdb.base/foll-exec.exp: Likewise.
20233 * gdb.base/foll-fork.exp: Likewise.
20234 * gdb.base/foll-vfork.exp: Likewise.
20235 * gdb.base/freebpcmd.exp: Likewise.
20236 * gdb.base/funcargs.exp: Likewise.
20237 * gdb.base/gcore.exp: Likewise.
20238 * gdb.base/gdb1090.exp: Likewise.
20239 * gdb.base/gdb1250.exp: Likewise.
20240 * gdb.base/huge.exp: Likewise.
20241 * gdb.base/info-proc.exp: Likewise.
20242 * gdb.base/interrupt.exp: Likewise.
20243 * gdb.base/jump.exp: Likewise.
20244 * gdb.base/langs.exp: Likewise.
20245 * gdb.base/lineinc.exp: Likewise.
20246 * gdb.base/list.exp: Likewise.
20247 * gdb.base/logical.exp: Likewise.
20248 * gdb.base/long_long.exp: Likewise.
20249 * gdb.base/macscp.exp: Likewise.
20250 * gdb.base/maint.exp: Likewise.
20251 * gdb.base/mips_pro.exp: Likewise.
20252 * gdb.base/miscexprs.exp: Likewise.
20253 * gdb.base/multi-forks.exp: Likewise.
20254 * gdb.base/opaque.exp: Likewise.
20255 * gdb.base/overlays.exp: Likewise.
20256 * gdb.base/pc-fp.exp: Likewise.
20257 * gdb.base/pointers.exp: Likewise.
20258 * gdb.base/printcmds.exp: Likewise.
20259 * gdb.base/psymtab.exp: Likewise.
20260 * gdb.base/ptype.exp: Likewise.
20261 * gdb.base/recurse.exp: Likewise.
20262 * gdb.base/relational.exp: Likewise.
20263 * gdb.base/relocate.exp: Likewise.
20264 * gdb.base/remote.exp: Likewise.
20265 * gdb.base/reread.exp: Likewise.
20266 * gdb.base/restore.exp: Likewise.
20267 * gdb.base/return.exp: Likewise.
20268 * gdb.base/return2.exp: Likewise.
20269 * gdb.base/scope.exp: Likewise.
20270 * gdb.base/sect-cmd.exp: Likewise.
20271 * gdb.base/sep.exp: Likewise.
20272 * gdb.base/sepdebug.exp: Likewise.
20273 * gdb.base/setshow.exp: Likewise.
20274 * gdb.base/setvar.exp: Likewise.
20275 * gdb.base/sigall.exp: Likewise.
20276 * gdb.base/sigbpt.exp: Likewise.
20277 * gdb.base/signals.exp: Likewise.
20278 * gdb.base/signull.exp: Likewise.
20279 * gdb.base/sizeof.exp: Likewise.
20280 * gdb.base/solib.exp: Likewise.
20281 * gdb.base/step-line.exp: Likewise.
20282 * gdb.base/step-test.exp: Likewise.
20283 * gdb.base/structs.exp: Likewise.
20284 * gdb.base/structs2.exp: Likewise.
20285 * gdb.base/term.exp: Likewise.
20286 * gdb.base/twice.exp: Likewise.
20287 * gdb.base/until.exp: Likewise.
20288 * gdb.base/varargs.exp: Likewise.
20289 * gdb.base/volatile.exp: Likewise.
20290 * gdb.base/watchpoint.exp: Likewise.
20291 * gdb.base/whatis-exp.exp: Likewise.
20292 * gdb.base/whatis.exp: Likewise.
20293 * gdb.cp/ambiguous.exp: Likewise.
20294 * gdb.cp/annota2.exp: Likewise.
20295 * gdb.cp/annota3.exp: Likewise.
20296 * gdb.cp/bool.exp: Likewise.
20297 * gdb.cp/breakpoint.exp: Likewise.
20298 * gdb.cp/casts.exp: Likewise.
20299 * gdb.cp/class2.exp: Likewise.
20300 * gdb.cp/classes.exp: Likewise.
20301 * gdb.cp/cplusfuncs.exp: Likewise.
20302 * gdb.cp/ctti.exp: Likewise.
20303 * gdb.cp/derivation.exp: Likewise.
20304 * gdb.cp/exception.exp: Likewise.
20305 * gdb.cp/gdb1355.exp: Likewise.
20306 * gdb.cp/hang.exp: Likewise.
20307 * gdb.cp/inherit.exp: Likewise.
20308 * gdb.cp/local.exp: Likewise.
20309 * gdb.cp/m-data.exp: Likewise.
20310 * gdb.cp/m-static.exp: Likewise.
20311 * gdb.cp/member-ptr.exp: Likewise.
20312 * gdb.cp/method.exp: Likewise.
20313 * gdb.cp/misc.exp: Likewise.
20314 * gdb.cp/namespace.exp: Likewise.
20315 * gdb.cp/overload.exp: Likewise.
20316 * gdb.cp/ovldbreak.exp: Likewise.
20317 * gdb.cp/pr-1023.exp: Likewise.
20318 * gdb.cp/pr-1210.exp: Likewise.
20319 * gdb.cp/pr-574.exp: Likewise.
20320 * gdb.cp/printmethod.exp: Likewise.
20321 * gdb.cp/psmang.exp: Likewise.
20322 * gdb.cp/ref-params.exp: Likewise.
20323 * gdb.cp/ref-types.exp: Likewise.
20324 * gdb.cp/rtti.exp: Likewise.
20325 * gdb.cp/templates.exp: Likewise.
20326 * gdb.cp/try_catch.exp: Likewise.
20327 * gdb.cp/userdef.exp: Likewise.
20328 * gdb.cp/virtfunc.exp: Likewise.
20329 * gdb.disasm/am33.exp: Likewise.
20330 * gdb.disasm/h8300s.exp: Likewise.
20331 * gdb.disasm/mn10300.exp: Likewise.
20332 * gdb.disasm/sh3.exp: Likewise.
20333 * gdb.disasm/t01_mov.exp: Likewise.
20334 * gdb.disasm/t02_mova.exp: Likewise.
20335 * gdb.disasm/t03_add.exp: Likewise.
20336 * gdb.disasm/t04_sub.exp: Likewise.
20337 * gdb.disasm/t05_cmp.exp: Likewise.
20338 * gdb.disasm/t06_ari2.exp: Likewise.
20339 * gdb.disasm/t07_ari3.exp: Likewise.
20340 * gdb.disasm/t08_or.exp: Likewise.
20341 * gdb.disasm/t09_xor.exp: Likewise.
20342 * gdb.disasm/t10_and.exp: Likewise.
20343 * gdb.disasm/t11_logs.exp: Likewise.
20344 * gdb.disasm/t12_bit.exp: Likewise.
20345 * gdb.disasm/t13_otr.exp: Likewise.
20346 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20347 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20348 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20349 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20350 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20351 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20352 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20353 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20354 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20355 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20356 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20357 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20358 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20359 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20360 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20361 * gdb.mi/gdb701.exp: Likewise.
20362 * gdb.mi/gdb792.exp: Likewise.
20363 * gdb.mi/mi-basics.exp: Likewise.
20364 * gdb.mi/mi-break.exp: Likewise.
20365 * gdb.mi/mi-cli.exp: Likewise.
20366 * gdb.mi/mi-console.exp: Likewise.
20367 * gdb.mi/mi-disassemble.exp: Likewise.
20368 * gdb.mi/mi-eval.exp: Likewise.
20369 * gdb.mi/mi-file.exp: Likewise.
20370 * gdb.mi/mi-read-memory.exp: Likewise.
20371 * gdb.mi/mi-regs.exp: Likewise.
20372 * gdb.mi/mi-return.exp: Likewise.
20373 * gdb.mi/mi-simplerun.exp: Likewise.
20374 * gdb.mi/mi-stack.exp: Likewise.
20375 * gdb.mi/mi-stepi.exp: Likewise.
20376 * gdb.mi/mi-syn-frame.exp: Likewise.
20377 * gdb.mi/mi-until.exp: Likewise.
20378 * gdb.mi/mi-var-block.exp: Likewise.
20379 * gdb.mi/mi-var-child.exp: Likewise.
20380 * gdb.mi/mi-var-cmd.exp: Likewise.
20381 * gdb.mi/mi-var-display.exp: Likewise.
20382 * gdb.mi/mi-watch.exp: Likewise.
20383 * gdb.mi/mi2-basics.exp: Likewise.
20384 * gdb.mi/mi2-break.exp: Likewise.
20385 * gdb.mi/mi2-cli.exp: Likewise.
20386 * gdb.mi/mi2-console.exp: Likewise.
20387 * gdb.mi/mi2-disassemble.exp: Likewise.
20388 * gdb.mi/mi2-eval.exp: Likewise.
20389 * gdb.mi/mi2-file.exp: Likewise.
20390 * gdb.mi/mi2-read-memory.exp: Likewise.
20391 * gdb.mi/mi2-regs.exp: Likewise.
20392 * gdb.mi/mi2-return.exp: Likewise.
20393 * gdb.mi/mi2-simplerun.exp: Likewise.
20394 * gdb.mi/mi2-stack.exp: Likewise.
20395 * gdb.mi/mi2-stepi.exp: Likewise.
20396 * gdb.mi/mi2-syn-frame.exp: Likewise.
20397 * gdb.mi/mi2-until.exp: Likewise.
20398 * gdb.mi/mi2-var-block.exp: Likewise.
20399 * gdb.mi/mi2-var-child.exp: Likewise.
20400 * gdb.mi/mi2-var-cmd.exp: Likewise.
20401 * gdb.mi/mi2-var-display.exp: Likewise.
20402 * gdb.mi/mi2-watch.exp: Likewise.
20403 * gdb.stabs/exclfwd.exp: Likewise.
20404 * gdb.stabs/weird.exp: Likewise.
20405 * gdb.threads/gcore-thread.exp: Likewise.
20406 * gdb.trace/actions.exp: Likewise.
20407 * gdb.trace/backtrace.exp: Likewise.
20408 * gdb.trace/circ.exp: Likewise.
20409 * gdb.trace/collection.exp: Likewise.
20410 * gdb.trace/deltrace.exp: Likewise.
20411 * gdb.trace/infotrace.exp: Likewise.
20412 * gdb.trace/limits.exp: Likewise.
20413 * gdb.trace/packetlen.exp: Likewise.
20414 * gdb.trace/passc-dyn.exp: Likewise.
20415 * gdb.trace/passcount.exp: Likewise.
20416 * gdb.trace/report.exp: Likewise.
20417 * gdb.trace/save-trace.exp: Likewise.
20418 * gdb.trace/tfind.exp: Likewise.
20419 * gdb.trace/tracecmd.exp: Likewise.
20420 * gdb.trace/while-dyn.exp: Likewise.
20421 * gdb.trace/while-stepping.exp: Likewise.
20422
20423 2006-08-08 Joel Brobecker <brobecker@adacore.com>
20424
20425 * gdb.base/step-bt.c: New file.
20426 * gdb.base/step-bt.exp: New testcase.
20427
20428 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20429
20430 * config/monitor.exp (gdb_load): Remove support for obsolete
20431 download-write-size.
20432 * gdb.base/remote.exp: Likewise. Update all callers of
20433 gdb_timed_load.
20434
20435 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20436
20437 * cursal.exp: Pass binfile to gdb_load.
20438
20439 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20440
20441 * gdb.base/cursal.exp: Add "" to gdb_load call.
20442
20443 2006-07-29 Mark Kettenis <kettenis@gnu.org>
20444
20445 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20446 NetBSD/ELF targets.
20447
20448 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20449
20450 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20451 operator*.
20452
20453 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20454
20455 * gdb.base/completion.exp: Update for change in "file" behavior.
20456 * gdb.stabs/weird.exp: Likewise.
20457 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20458 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20459
20460 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20461
20462 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20463 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20464
20465 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20466
20467 * gdb.base/default.exp: Update source command error message.
20468 * gdb.base/help.exp: Update 'help source' message.
20469
20470 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20471
20472 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20473 test.
20474
20475 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20476
20477 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20478
20479 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20480
20481 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20482
20483 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20484
20485 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20486
20487 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20488
20489 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20490 *-*-openbsd* from targets for wich we expect ARM FPA floating
20491 point format.
20492
20493 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
20494
20495 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20496
20497 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20498
20499 * gdb.base/annota3.exp: Expect frame-begin annotation.
20500
20501 2006-07-14 Joel Brobecker <brobecker@adacore.com>
20502
20503 * gdb.base/help.exp: Adjust "help unset" test to accept
20504 any list of unset commands.
20505
20506 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20507 Daniel Jacobowitz <dan@codesourcery.com>
20508
20509 * gdb.cp/ref-params.exp: New test.
20510 * gdb.cp/ref-params.cc: New source file.
20511 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20512
20513 2006-07-08 Mark Kettenis <kettenis@gnu.org>
20514
20515 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20516 spaces/tabs in regular expressions since they might not be there.
20517
20518 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20519
20520 * gdb.base/ifelse.exp: New file.
20521
20522 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20523
20524 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20525 line.
20526 * gdb.base/huge.exp: Loop over compilation to find a size that
20527 is acceptable.
20528 * gdb.base/remote.exp: Correct expected strings.
20529 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20530
20531 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20532
20533 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20534
20535 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20536
20537 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20538 native.
20539
20540 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20541
20542 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20543 enable stabs testing.
20544
20545 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20546
20547 * gdb.base/auxv.exp: Intercept undefined command messages before
20548 gdb_test_multiple does.
20549
20550 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20551
20552 * Makefile.in (host_alias): Remove.
20553 (target_alias): Use @target_noncanonical@.
20554 (site.exp): Don't set host_alias.
20555 * aclocal.m4: Remove contents. Include acx.m4.
20556 * configure: Regenerated.
20557 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20558
20559 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20560
20561 * lib/gdb.exp (gdb_load_cmd): New.
20562
20563 * gdb.base/fileio.c: Add system(NULL) test.
20564 * gdb.base/fileio.exp: Check it.
20565
20566 * gdb.base/break.c: Add 10a breakpoint at }
20567 * gdb.base/break.exp: Add test for breakpoint at }
20568 * gdb.cp/anon-union.cc: Add code at end of function.
20569 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20570 * gdb.mi/var-cmd.c: Add code at end of function.
20571 * gdb.mi/mi-var-display.exp: Adjust end of next.
20572 * gdb.mi/mi2-var-display.exp: Likewise.
20573 * gdb.base/fileio.c: Add stop function and insert calls at
20574 stopping places.
20575 * gdb.base/fileio.exp: Breakpoint stop function and remove
20576 explicit line number references.
20577
20578 2006-05-19 Joel Brobecker <brobecker@adacore.com>
20579
20580 * gdb.base/del.exp (test_delete_alias): New function.
20581 Now check that both "del" and "d" work as aliases for "delete".
20582
20583 2006-05-18 Fred Fish <fnf@specifix.com>
20584
20585 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20586 required. Check for spurious output after program exits normally.
20587
20588 2006-05-17 Fred Fish <fnf@specifix.com>
20589
20590 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20591 gdb_load, so it works in the simulator.
20592
20593 2006-05-11 Fred Fish <fnf@specifix.com>
20594
20595 * gdb.base/bang.exp: Ignore unexpected output between the
20596 "program exited normally" and the gdb prompt, as many other
20597 tests do.
20598
20599 2006-05-07 Mark Kettenis <kettenis@gnu.org>
20600
20601 * gdb.base/help.exp: Make "delete checkpoint" part option for
20602 "help d" and "help delete" tests.
20603
20604 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20605
20606 * gdb.mi/mi-basics.exp: Add missing serial number to
20607 expected output in some mi_gdb_test statements.
20608 * gdb.mi/mi2-basics.exp: Likewise.
20609
20610 2006-05-05 Joel Brobecker <brobecker@adacore.com>
20611
20612 * gdb.base/del.c: New file.
20613 * gdb.base/del.exp: New testcase.
20614
20615 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
20616
20617 * gdb.base/break.exp: Do not assume a breakpoint on
20618 main will actually be in $srcfile when optimizing.
20619 * gdb.base/savedregs.exp: Do not require that the dummy
20620 frame location match up to a symbol and source file location.
20621 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20622 will get printed without a mi_cmd_data_list_register_values prefix.
20623 (*-data-list-register-*): Correct regular expressions to expect the new
20624 pseudo d? floating point registers.
20625 * gdb.mi/mi2-regs.exp: Likewise.
20626
20627 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
20628
20629 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20630 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20631 is allocated by the compiler.
20632 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20633 anons, e, anone to force their allocation by the compiler.
20634
20635 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20636
20637 * gdb.base/help.exp: Update expected text for help d and
20638 help delete.
20639
20640 2006-05-02 Mark Kettenis <kettenis@gnu.org>
20641
20642 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20643 NetBSD/ELF targets.
20644
20645 2006-04-30 Mark Kettenis <kettenis@gnu.org>
20646
20647 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20648 single-step breakpoint fails; make this a KFAIL on
20649 sparc*-*-openbsd*.
20650 * gdb.base/siginfo.exp: Likewise.
20651 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20652
20653 2006-04-26 Michael Snyder <msnyder@redhat.com>
20654
20655 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20656 which may have to consume output from other forks.
20657 Add tests to make sure that "delete fork" succeeded.
20658
20659 2006-04-20 Michael Snyder <msnyder@redhat.com>
20660
20661 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20662 Add support for the Renesas M32C and M16C.
20663
20664 * gdb.asm/asm-source.exp: Add m32c target.
20665 * gdb.asm/m32c.inc: Support for m32c target.
20666
20667 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20668
20669 * gdb.base/commands.exp (recursive_source_test): New test.
20670
20671 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
20672
20673 * gdb.base/float.exp: Add pattern for sparc targets.
20674
20675 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20676
20677 * gdb.base/commands.exp (stray_arg0_test): New test.
20678
20679 2006-03-30 Paul Brook <paul@codesourcery.com>
20680
20681 * gdb.mi/mi-until.exp: kfail broken until command.
20682 * gdb.mi/mi2-until.exp: Ditto.
20683
20684 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
20685
20686 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20687
20688 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20689
20690 * gdb.base/prelink.exp: Anchor tested-for regular expression
20691 on gdb prompt.
20692
20693 2006-03-07 Paul Brook <paul@codesourcery.com>
20694
20695 * gdb.base/assign.exp: Correct fail message.
20696
20697 2006-03-07 Paul Brook <paul@codesourcery.com>
20698
20699 * lib/compiler.c: Extract armcc version number.
20700 * lib/compiler.cc: Ditto.
20701
20702 2006-03-07 Paul Brook <paul@codesourcery.com>
20703
20704 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20705 additional_flags=-w.
20706 * gdb.arch/altivec-regs.exp: Ditto.
20707 * gdb.arch/e500-abi.exp: Ditto.
20708 * gdb.arch/e500-regs.exp: Ditto.
20709 * gdb.base/all-bin.exp: Ditto.
20710 * gdb.base/annota1.exp: Ditto.
20711 * gdb.base/annota3.exp: Ditto.
20712 * gdb.base/args.exp: Ditto.
20713 * gdb.base/arithmet.exp: Ditto.
20714 * gdb.base/assign.exp: Ditto.
20715 * gdb.base/async.exp: Ditto.
20716 * gdb.base/bang.exp: Ditto.
20717 * gdb.base/break.exp: Ditto.
20718 * gdb.base/call-rt-st.exp: Ditto.
20719 * gdb.base/completion.exp: Ditto.
20720 * gdb.base/cond-expr.exp: Ditto.
20721 * gdb.base/condbreak.exp: Ditto.
20722 * gdb.base/consecutive.exp: Ditto.
20723 * gdb.base/define.exp: Ditto.
20724 * gdb.base/display.exp: Ditto.
20725 * gdb.base/ena-dis-br.exp: Ditto.
20726 * gdb.base/environ.exp: Ditto.
20727 * gdb.base/eval-skip.exp: Ditto.
20728 * gdb.base/info-proc.exp: Ditto.
20729 * gdb.base/jump.exp: Ditto.
20730 * gdb.base/logical.exp: Ditto.
20731 * gdb.base/long_long.exp: Ditto.
20732 * gdb.base/maint.exp: Ditto.
20733 * gdb.base/miscexprs.exp: Ditto.
20734 * gdb.base/pc-fp.exp: Ditto.
20735 * gdb.base/pointers.exp: Ditto.
20736 * gdb.base/relational.exp: Ditto.
20737 * gdb.base/reread.exp: Ditto.
20738 * gdb.base/sect-cmd.exp: Ditto.
20739 * gdb.base/sep.exp: Ditto.
20740 * gdb.base/sepdebug.exp: Ditto.
20741 * gdb.base/until.exp: Ditto.
20742 * gdb.base/whatis-exp.exp: Ditto.
20743 * gdb.cp/annota2.exp: Ditto.
20744 * gdb.cp/annota3.exp: Ditto.
20745 * gdb.trace/actions.exp: Ditto.
20746 * gdb.trace/backtrace.exp: Ditto.
20747 * gdb.trace/circ.exp: Ditto.
20748 * gdb.trace/collection.exp: Ditto.
20749 * gdb.trace/deltrace.exp: Ditto.
20750 * gdb.trace/infotrace.exp: Ditto.
20751 * gdb.trace/limits.exp: Ditto.
20752 * gdb.trace/packetlen.exp: Ditto.
20753 * gdb.trace/passc-dyn.exp: Ditto.
20754 * gdb.trace/passcount.exp: Ditto.
20755 * gdb.trace/report.exp: Ditto.
20756 * gdb.trace/save-trace.exp: Ditto.
20757 * gdb.trace/tfind.exp: Ditto.
20758 * gdb.trace/tracecmd.exp: Ditto.
20759 * gdb.trace/while-dyn.exp: Ditto.
20760 * gdb.trace/while-stepping.exp: Ditto.
20761 * lib/gdb.exp: Ditto.
20762 (gdb_compile): Handle nowarning option.
20763
20764 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
20765
20766 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20767 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20768 Rename executable to prelinkt. Don't re-prelink if we didn't
20769 get a core file. Test prelink -u exit status to tell whether
20770 prelinking failed. Use gdb_test_multiple.
20771
20772 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20773
20774 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20775 (do_tests): Call it.
20776
20777 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
20778
20779 * gdb.base/prelink.exp: New test.
20780 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20781
20782 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20783
20784 * gdb.fortran/derived-type.f90: New file.
20785 * gdb.fortran/derived-type.exp: New testcase.
20786
20787 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20788
20789 * gdb.base/default.exp: Allow ';' as a directory separator.
20790
20791 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20792
20793 * gdb.base/help.exp (help add-symbol-file): Update.
20794
20795 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20796
20797 * gdb.base/help.exp (help load): Update expected results.
20798
20799 2006-02-19 Fred Fish <fnf@specifix.com>
20800
20801 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20802 specifix hex value as part of results.
20803 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20804
20805 2006-02-16 Fred Fish <fnf@specifix.com>
20806
20807 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20808 ushort_addr, and slong_addr, so the typedefs are not optimized
20809 away.
20810 * gdb.base/whatis.exp: Add tests using type name for struct type,
20811 union type, enum type, and typedef.
20812
20813 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20814
20815 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20816
20817 2006-02-13 Jim Blandy <jimb@redhat.com>
20818
20819 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20820 case where it takes two "next" commands to skip past the init
20821 call.
20822
20823 2006-02-12 Fred Fish <fnf@specifix.com>
20824
20825 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20826 to handle cases where it takes two "next" commands to skip
20827 past the init call.
20828
20829 2006-02-07 Joel Brobecker <brobecker@adacore.com>
20830
20831 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20832 on hppa32 targets.
20833
20834 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
20835
20836 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20837 field.
20838
20839 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20840
20841 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20842
20843 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20844
20845 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20846 files.
20847
20848 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20849
20850 * gdb.cp/maint.exp: Set complaints to a positive value.
20851
20852 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20853
20854 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20855 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20856 function name.
20857
20858 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20859
20860 * gdb.base/checkpoint.c: Update copyright notice. Include
20861 <stdlib.h>.
20862
20863 2006-01-04 Jim Blandy <jimb@redhat.com>
20864
20865 * gdb.asm/asm-source.exp: Independently provide default values for
20866 asm-flags and debug-flags. Use 'string equal' to do the
20867 comparison, not the implicit expr's '==' operator. Remove
20868 now-unneeded assignments to asm-flags. In h8300 case, place
20869 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20870
20871 2006-01-04 Michael Snyder <msnyder@redhat.com>
20872
20873 * gdb.base/checkpoint.c: New file.
20874 * gdb.base/checkpoint.exp: New file.
20875 * gdb.base/multi-fork.c: New file.
20876 * gdb.base/multi-fork.exp: New file.
20877 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20878
20879 2006-01-04 Fred Fish <fnf@specifix.com>
20880
20881 * gdb.base/ptype.c (foo): Add typedef.
20882 (intfoo): Add function.
20883 * gdb.base/ptype1.c: New file.
20884 * gdb.base/ptype.exp: Handle compilation and linking with two
20885 source files. Test that proper type for "foo" is found based
20886 on source context rather than first match found in symtabs.
20887
20888 2005-12-28 Mark Kettenis <kettenis@gnu.org>
20889
20890 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20891 * gdb.asm/openbsd.inc: Indent commands.
20892
20893 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20894
20895 * gdb.base/freebpcmd.exp: Increase timeout.
20896
20897 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20898
20899 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20900
20901 * gdb.base/default.exp: Update check for "show version".
20902
20903 2005-12-09 Randolph Chung <tausq@debian.org>
20904
20905 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20906 * gdb.asm/pa64.inc: New file.
20907
20908 2005-12-09 Randolph Chung <tausq@debian.org>
20909
20910 * gdb.asm/common.inc: Indent commands.
20911 * gdb.asm/asmsrc1.s: Likewise.
20912 * gdb.asm/asmsrc2.s: Likewise.
20913
20914 2005-12-09 Randolph Chung <tausq@debian.org>
20915
20916 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20917 (get_addr_of_sym): Remove duplicate print.
20918 (gen_core): xfail hppa*-*-hpux*, update expected output.
20919 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20920 * gdb.arch/pa64-nullify.s: New file.
20921
20922 2005-12-09 Randolph Chung <tausq@debian.org>
20923
20924 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20925
20926 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20927
20928 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20929 code generation for these functions.
20930 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20931 error message.
20932
20933 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20934
20935 * gdb.base/help.exp (help b, help br, help bre, help brea)
20936 (help break): Update the expected message.
20937
20938 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20939
20940 * gdb.asm/m68hc11.inc: Setup the data section.
20941 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20942 script for this test.
20943 (m6812-*-*): Likewise.
20944
20945 2005-11-09 Randolph Chung <tausq@debian.org>
20946
20947 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20948
20949 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20950
20951 * gdb.base/break.exp: Fix a comment typo.
20952
20953 2005-11-03 Jim Blandy <jimb@redhat.com>
20954
20955 Checked in by Elena Zannoni <ezannoni@redhat.com>
20956
20957 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20958
20959 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20960
20961 * gdb.arch/gdb1558.c: Include stdio.h.
20962
20963 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20964
20965 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20966
20967 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20968
20969 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20970
20971 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20972
20973 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20974 vscr" tests to better match output.
20975
20976 2005-10-12 Jim Blandy <jimb@redhat.com>
20977
20978 * gdb.base/structs.exp (any): New function.
20979 (test_struct_returns): Don't make any assumptions at all about
20980 what value the function returns when GDB can't set the return
20981 value.
20982
20983 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20984
20985 * gdb.ada/arrayidx/p.adb: New file.
20986 * gdb.ada/arrayidx.exp: New testcase
20987
20988 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20989
20990 * gdb.ada/array_return/pck.ads: New file.
20991 * gdb.ada/array_return/pck.adb: New file.
20992 * gdb.ada/array_return/p.adb: New file.
20993 * gdb.ada/array_return.exp: New testcase.
20994
20995 2005-10-03 Joel Brobecker <brobecker@adacore.com>
20996
20997 * gdb.base/arrayidx.c: New file.
20998 * gdb.base/arrayidx.exp: New testcase.
20999
21000 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
21001
21002 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
21003 frames-invalid and breakpoints-invalid are no longer generated
21004 with level 3 so don't expect them in the output.
21005
21006 2005-09-27 Bob Rossi <bob@brasko.net>
21007
21008 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
21009 from test. Escape the | in mi_gdb_test call.
21010 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
21011 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
21012 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
21013 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
21014 expected regex's in mi_gdb_test calls.
21015 * lib/mi-support.exp: Remove arbitrary .* from tests.
21016 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
21017 Fully anchor GDB/MI expected results in mi_gdb_test.
21018 * lib/gdb.exp (string_to_regexp): Escape the ] character.
21019 * gdb.base/sizeof.exp: Remove escape character. Correct test.
21020
21021 2005-09-26 Paul Brook <paul@codesourcery.com>
21022
21023 * long_long.exp: Exclude eabi targets from arm FPA float format test.
21024
21025 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21026
21027 * bfp-test.c: New file.
21028 * bfp-test.exp: New testcase.
21029
21030 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21031
21032 * gdb.fortran/subarray.exp: New testcase to test the evaluation
21033 of subarray and substring variable.
21034 * gdb.fortran/subarray.f: New source file for the test of subarray
21035 and substring variable evaluation.
21036 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
21037 of string constant.
21038
21039 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
21040
21041 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
21042 copyright dates.
21043
21044 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
21045
21046 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
21047 powerpc altivec' test with an almost identical 'info vector' test.
21048
21049 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21050
21051 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21052 vscr" tests to match output.
21053
21054 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21055
21056 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
21057 output.
21058
21059 2005-09-11 Bob Rossi <bob@brasko.net>
21060
21061 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
21062 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
21063 commands that return an MI output command and an asyncronous MI output
21064 command.
21065 * gdb.mi/mi-console.exp: Ditto.
21066
21067 2005-09-11 Bob Rossi <bob@brasko.net>
21068
21069 * gdb.mi/mi-var-child.c: Include <string.h>.
21070
21071 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
21072
21073 * killed.exp: Correct gdb_expect syntax.
21074
21075 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
21076
21077 * lib/mi-support.exp (mi_gdb_load): Fix typo.
21078
21079 2005-08-02 Bob Rossi <bob@brasko.net>
21080
21081 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
21082 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
21083 Change tests to inferior-tty-set/show.
21084 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
21085 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
21086 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
21087 inferior. Use mi_gdb_test to get GDB and Inferior output.
21088 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
21089 descriptor.
21090 (mi_inferior_tty_name): Add inferior PTY file name.
21091 (mi_gdb_start): Add INFERIOR_PTY parameter.
21092 (mi_gdb_test): Add IPATTERN parameter.
21093
21094 2005-08-02 Bob Rossi <bob@brasko.net>
21095
21096 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
21097 parameter to mi_gdb_test.
21098 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
21099
21100 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21101
21102 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
21103 struct_declarations.
21104 * gdb.mi/mi-var-child.exp: Step over the initialization of
21105 struct_declarations.
21106
21107 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21108
21109 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
21110 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
21111 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
21112 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
21113 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
21114 file.
21115
21116 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
21117
21118 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
21119 (do_children_tests): Assign values to the extra elements.
21120
21121 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
21122 them for tests for "-var-update --no-values" and
21123 "-var-update --all-values".
21124 Add test for "-var-list-children --simple-values".
21125
21126 * gdb.mi/basics.c (callee4): Add integer array D[3]...
21127
21128 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
21129 "-stack-list-locals --simple-values" Improve doc strings and
21130 comments.
21131
21132 2005-07-18 Mark Kettenis <kettenis@gnu.org>
21133
21134 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
21135 *-*-openbsd*.
21136 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
21137
21138 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
21139 sigaltsatck'.
21140
21141 2005-07-14 Bob Rossi <bob@brasko.net>
21142
21143 * gdb.base/default.exp (tty): Changed output of command.
21144 * gdb.base/help.exp (help tty): Ditto.
21145
21146 2005-07-12 Mark Kettenis <kettenis@gnu.org>
21147
21148 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
21149
21150 2005-07-10 Mark Kettenis <kettenis@gnu.org>
21151
21152 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
21153 -stack-select-frame without arguments.
21154 (test_stack_frame_listing): Add test for newly implemented command
21155 -stack-info-frame.
21156
21157 2005-07-06 Bob Rossi <bob@brasko.net>
21158
21159 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
21160 command.
21161 (Copyright): Update copyright.
21162
21163 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
21164
21165 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
21166 tests to evaluate exponentiation expression.
21167
21168 2005-06-29 Andreas Schwab <schwab@suse.de>
21169
21170 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
21171 main to avoid warnings.
21172
21173 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
21174
21175 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
21176
21177 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
21178 -stack-select-frame without arguments.
21179 (test_stack_frame_listing): Add test for newly implemented command
21180 -stack-info-frame.
21181
21182 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
21183
21184 * gdb.fortran/array-element.f: New file.
21185 * gdb.fortran/array-element.exp: New testcase.
21186
21187 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21188
21189 * gdb.base/bigcore.exp: Correct checks for systems which can
21190 not dump a large core file.
21191
21192 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21193
21194 * gdb.base/relocate.c: Add a copyright notice.
21195 (dummy): Remove.
21196 * gdb.base/relocate.exp: Test printing the values of variables
21197 from a relocatable file.
21198
21199 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
21200
21201 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
21202 excess MI output after an error.
21203
21204 2005-05-29 Joel Brobecker <brobecker@adacore.com>
21205
21206 * gdb.arch/alpha-step.c: New file.
21207 * gdb.arch/alpha-step.exp: New testcase.
21208
21209 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
21210 Dennis Brueni <dennis@slickedit.com>
21211
21212 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
21213 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
21214 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
21215 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
21216 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
21217 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
21218 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21219
21220 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
21221 Wu Zhou <woodzltc@cn.ibm.com>
21222
21223 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21224 IBM's xlc compiler.
21225 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
21226 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
21227
21228 2005-05-13 Jim Blandy <jimb@redhat.com>
21229
21230 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
21231 calling gdb_suppress_entire_file.
21232 * gdb.base/charset.exp: Same.
21233 * gdb.base/call-rt-st.exp: Same.
21234
21235 2005-05-05 Bob Rossi <bob_rossi@cox.net>
21236
21237 * lib/gdb.exp (fullname_syntax): Added global regex.
21238 (fullname_syntax_POSIX): Ditto.
21239 (fullname_syntax_UNC): Ditto.
21240 (fullname_syntax_DOS_CASE): Ditto.
21241 (fullname_syntax_DOS): Ditto.
21242 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
21243 fullname_syntax variable to scope and use it.
21244 (test_file_list_exec_source_files): Ditto.
21245 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
21246
21247 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21248
21249 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21250
21251 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21252
21253 * lib/gdb.exp (skip_altivec_tests): New function, based on
21254 check_vmx_hw_available from the GCC testsuite.
21255 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21256 * lib/gdb.arch/altivec-regs.exp: Likewise.
21257
21258 2005-05-02 Jim Blandy <jimb@redhat.com>
21259
21260 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21261 calling gdb_suppress_entire_file.
21262
21263 2005-04-30 Randolph Chung <tausq@debian.org>
21264
21265 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21266 Slightly relax "sem_post" name checking.
21267
21268 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21269
21270 * gdb.base/unload.exp: Use new shared library infrastructure.
21271
21272 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21273
21274 * gdb.base/so-impl-ld.exp: Use new shared library
21275 infrastructure.
21276
21277 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
21278
21279 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21280 * gdb.asm/h8300.inc: New file.
21281
21282 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21283
21284 * gdb.base/shlib-call.exp: Change to use new shared library
21285 infrastructure.
21286
21287 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21288
21289 * gdb.base/pending.exp: Change to use new shared library
21290 infrastructure.
21291
21292 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21293
21294 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21295 use test_compiler_info instead of gcc_compiled, and update copyright.
21296
21297 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21298
21299 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21300 shared objects being adjusted and update copyright years.
21301
21302 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21303
21304 * ChangeLog: Correct some 2003-01-13 dates.
21305 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21306 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21307 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21308 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21309 gdb.trace/tfind.exp: Update copyright years.
21310
21311 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21312 Daniel Jacobowitz <dan@codesourcery.com>
21313
21314 * lib/gdb.exp (gdb_compile): Handle shlib=.
21315 (gdb_compile_shlib): New function.
21316
21317 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21318
21319 * lib/gdb.exp (test_compiler_info): Give argument a default value.
21320
21321 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21322
21323 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21324 gdb.server.
21325 * configure.ac: Likewise.
21326 * configure: Regenerated.
21327 * gdb.gdbserver/Makefile.in: Moved to...
21328 * gdb.server/Makefile.in: ... here.
21329 * gdb.gdbserver/server.c: Moved to...
21330 * gdb.server/server.c: ... here.
21331 * gdb.gdbserver/server-run.exp: Moved to...
21332 * gdb.server/server-run.exp: ... here.
21333
21334 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21335
21336 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21337 * configure.ac: Create gdb.gdbserver/Makefile.
21338 * configure: Regenerated.
21339 * lib/gdbserver-support.exp: New file, derived from
21340 config/gdbserver.exp.
21341 * config/gdbserver.exp: Use gdbserver-support.exp.
21342 * gdb.gdbserver/Makefile.in: New file.
21343 * gdb.gdbserver/server.c: New file.
21344 * gdb.gdbserver/server-run.exp: New file.
21345
21346 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21347
21348 * lib/gdb.exp (test_compiler_info): Return compiler_info
21349 if no arguments are given.
21350
21351 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21352
21353 * gdb.arch/altivec-abi.exp: Check for compiler and set
21354 use altivec' flag accordingly.
21355 * gdb.arch/altivec-regs.exp: Likewise.
21356
21357 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21358
21359 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21360
21361 2005-03-27 Andreas Schwab <schwab@suse.de>
21362
21363 * gdb.base/bigcore.c (main): Add missing mode argument in open
21364 call.
21365
21366 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21367
21368 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21369 downloads.
21370 * config/gdbserver.exp (gdb_load): Likewise.
21371
21372 2005-03-14 Paul Brook <paul@codesourcery.com>
21373
21374 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21375 targets.
21376
21377 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21378
21379 * gdb.dwarf2/dup-psym.S: New file.
21380 * gdb.dwarf2/dup-psym.exp: New testcase.
21381
21382 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21383
21384 * gdb.ada/exec_changed/first.adb: New file.
21385 * gdb.ada/exec_changed/second.adb: New file.
21386 * gdb.ada/exec_changed.exp: New testcase.
21387
21388 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21389
21390 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21391 (A2): New class.
21392 (main): Test operator+.
21393 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21394 breakpoint test.
21395
21396 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21397 * gdb.base/signull.exp: Disable if gdb,nosignals.
21398 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21399 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21400 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21401 * gdb.mi/mi2-console.exp: Likewise.
21402 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21403 continue output at start.
21404 (gdb_collect_locals_test): Robustify regexp.
21405 * gdb.trace/passc-dyn.exp: Fix comment typo.
21406 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21407
21408 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
21409
21410 * gdb.asm/asm-source.exp: Add iq2000 case.
21411 * gdb.asm/iq2000.inc: New file.
21412
21413 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21414
21415 * gdb.base/command.exp: Change hardcoded value to regular expression.
21416 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21417
21418 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21419
21420 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21421 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21422 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21423 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21424 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21425
21426 2005-03-05 Mark Kettenis <kettenis@gnu.org>
21427
21428 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21429 changes.
21430
21431 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21432
21433 * lib/compiler.c: Add test for IBM's xlc compiler.
21434 * lib/compiler.cc: Likewise.
21435
21436 2004-02-24 Joel Brobecker <brobecker@adacore.com>
21437
21438 * gdb.ada/fixed_points.exp: Create compilation object directory
21439 before running the test.
21440 * gdb.ada/null_record.exp: Likewise.
21441 * gdb.ada/packed_array.exp: Likewise.
21442 * gdb.ada/start.exp: Likewise.
21443
21444 2005-02-15 Joel Brobecker <brobecker@adacore.com>
21445
21446 * gdb.ada/packed_array/pa.adb: New file.
21447 * gdb.ada/packed_array.exp: New testcase.
21448
21449 2005-02-10 Mark Kettenis <kettenis@gnu.org>
21450
21451 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21452 files.
21453
21454 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21455 on *-*-openbsd*. Correctly match whitespace in regukar
21456 expressions.
21457
21458 2005-02-10 Daniel Jacobowitz <dan@debian.org>
21459
21460 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21461 PR exp/1821
21462 * gdb.base/gdb1821.c: New test file.
21463 * gdb.base/gdb1821.exp: New test file.
21464
21465 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21466
21467 * gdb.base/start.c: New file.
21468 * gdb.base/start.exp: New testcase.
21469
21470 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21471
21472 * gdb.ada/start/dummy.adb: New file.
21473 * gdb.ada/start.exp: New testcase.
21474
21475 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
21476
21477 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21478 for printing symbols and statistics.
21479 Add test for using relative pathnames in "maint print msymbols" test.
21480 Mark "maint info sections DATA" XFAIL on Cygwin.
21481 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21482 tests.
21483
21484 2005-02-09 Andreas Schwab <schwab@suse.de>
21485
21486 Committed by Andrew Cagney <cagney@gnu.org>
21487 * gdb.base/remotetimeout.exp: New file.
21488
21489 2005-02-07 Mark Kettenis <kettenis@gnu.org>
21490
21491 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21492
21493 2005-02-03 Joel Brobecker <brobecker@adacore.com>
21494
21495 * gdb.ada/gnat_ada.gpr: New file.
21496 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21497 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21498 * configure.ac: No longer generate gnat_ada.gpr.
21499 * configure: Regenerate.
21500 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21501 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21502 * gdb.ada/null_record/bar.ads: Likewise.
21503 * gdb.ada/null_record/bar.adb: Likewise.
21504 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21505 * gdb.ada/null_record.exp (testdir): New variable.
21506 (testfile): executable is now in testdir subdirectory.
21507 (srcfile): Use full path to the main compilation unit.
21508 * gdb.ada/fixed_points.exp: Same changes as above.
21509
21510 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
21511
21512 * gdb.base/interp.exp: New test.
21513
21514 2005-01-24 Andrew Cagney <cagney@gnu.org>
21515
21516 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21517
21518 2005-01-19 Andrew Cagney <cagney@gnu.org>
21519
21520 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21521 configure.ac not configure.in.
21522
21523 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21524 of powerpc*-*-*.
21525 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21526 * gdb.base/list.exp (test_list_function)
21527 (test_list_filename_and_function): Ditto.
21528 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21529
21530 2005-01-16 Andrew Cagney <cagney@gnu.org>
21531
21532 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21533
21534 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21535
21536 2005-01-14 Andrew Cagney <cagney@gnu.org>
21537
21538 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21539 * gdb.mi/mi2-var-cmd.exp: Ditto.
21540
21541 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
21542
21543 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21544
21545 2005-01-07 Andrew Cagney <cagney@gnu.org>
21546
21547 * configure.ac: Rename configure.in, require autoconf 2.59.
21548 * configure: Re-generate.
21549 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21550 * gdb.stabs/configure: Re-generate.
21551 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21552 * gdb.hp/configure: Re-generate.
21553 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21554 autoconf 2.59.
21555 * gdb.hp/gdb.objdbg/configure: Re-generate.
21556 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21557 autoconf 2.59.
21558 * gdb.hp/gdb.defects/configure: Re-generate.
21559 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21560 autoconf 2.59.
21561 * gdb.hp/gdb.compat/configure: Re-generate.
21562 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21563 autoconf 2.59.
21564 * gdb.hp/gdb.base-hp/configure: Re-generate.
21565 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21566 autoconf 2.59.
21567 * gdb.hp/gdb.aCC/configure: Re-generate.
21568
21569 2004-12-15 Jim Blandy <jimb@redhat.com>
21570
21571 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21572 under NPTL when there is debugging info available for libpthread.
21573
21574 2004-12-13 Jerome Guitton <guitton@gnat.com>
21575
21576 * gdb.ada/fixed_points.c: New file.
21577 * gdb.ada/fixed_points.exp: New file.
21578
21579 2004-12-03 Randolph Chung <tausq@debian.org>
21580
21581 * gdb.arch/pa-nullify.exp: New file.
21582 * gdb.arch/pa-nullify.s: New file.
21583
21584 2004-11-30 Randolph Chung <tausq@debian.org>
21585
21586 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21587 instead of "tbug". Fix regexp to work properly with gdb_test.
21588
21589 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21590
21591 * gdb.base/bitfields2.exp: New test.
21592 * gdb.base/bitfields2.c: New file.
21593
21594 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
21595
21596 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21597
21598 2004-11-16 Randolph Chung <tausq@debian.org>
21599
21600 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21601
21602 2004-11-14 Daniel Jacobowitz <dan@debian.org>
21603
21604 * gdb.threads/threadapply.exp: Correct "macro details" test.
21605
21606 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21607
21608 * gdb.threads/threadapply.exp: New test.
21609 * gdb.threads/threadapply.c: New file.
21610
21611 2004-11-07 Mark Kettenis <kettenis@gnu.org>
21612
21613 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21614 frames.
21615
21616 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
21617
21618 * gdb.base/cursal.exp: New file.
21619 * gdb.base/cursal.c: New file.
21620
21621 2004-11-03 Andrew Cagney <cagney@gnu.org>
21622
21623 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21624
21625 2004-10-30 Mark Kettenis <kettenis@gnu.org>
21626
21627 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21628 NetBSD/ELF targets.
21629
21630 2004-10-29 Joel Brobecker <brobecker@gnat.com>
21631
21632 * gdb.threads/bp_in_thread.c: New file, copied from
21633 pthread_cond_wait.c.
21634 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21635 file, rather than reusing the .c file from another testcase.
21636
21637 2004-10-20 Joel Brobecker <brobecker@gnat.com>
21638
21639 * gdb.ada/null_record.exp: Check where we stopped after
21640 sending the start command, instead of where the associated
21641 temporary breakpoint was inserted.
21642
21643 2004-10-14 Andrew Cagney <cagney@gnu.org>
21644
21645 * gdb.mi/gdb701.c (main): Return 0.
21646
21647 2004-10-13 Daniel Jacobowitz <dan@debian.org>
21648
21649 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21650
21651 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21652
21653 * gdb.threads/schedlock.c: Add comment markers to use to find
21654 line numbers.
21655 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21656 comments.
21657 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21658 breakpoint lines.
21659
21660 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21661
21662 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21663
21664 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21665
21666 * configure.in: Add gdb.dwarf2.
21667 * configure: Regenerated.
21668 * Makefile.in: Add gdb.dwarf2.
21669 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21670 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21671 gdb.dwarf2/file1.txt: New files.
21672
21673 2004-10-11 Orjan Friberg <orjanf@axis.com>
21674
21675 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21676 of "run", since the latter doesn't work with remote targets. Adjust
21677 the breakpoint numbering accordingly.
21678 * gdb.threads/pthread_cond_wait.exp: Ditto.
21679
21680 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21681
21682 * gdb.base/overlays.exp: Update copyright years.
21683
21684 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21685
21686 * gdb.base/overlays.exp: Disable if target is Linux.
21687
21688 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
21689
21690 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21691
21692 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21693
21694 * gdb.asm/asm-source.exp: Add m32r-linux target.
21695 * gdb.asm/m32r-linux.inc: New file.
21696
21697 2004-09-24 Andrew Cagney <cagney@redhat.com>
21698 David Anderson <anderson@redhat.com>
21699
21700 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21701 command fails, assume things will work.
21702 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21703 (_GNU_SOURCE): Define.
21704 (print_unsigned, print_hex): Change parameter to "long long".
21705 (print_byte_count): New function, use to print byte counts.
21706 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21707 O_LARGEFILE.
21708 (main): Compute an upper bound on a corefile in max_core_size.
21709 Limit memory chunk size to max_core_size. Limit total memory
21710 allocated to max_core_size.
21711
21712 2004-09-23 Andrew Cagney <cagney@gnu.org>
21713
21714 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21715 from a separate process with code that creates a corefile by
21716 making the inferior dump core.
21717
21718 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21719
21720 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21721 block.
21722
21723 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21724
21725 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21726 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21727 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21728 Likewise.
21729
21730 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21731
21732 * gdb.java/jprint.exp: New test case for java inferior call.
21733 * gdb.java/jprint.java: Ditto.
21734
21735 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21736
21737 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21738
21739 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21740
21741 * gdb.threads/killed.c: Include <stdlib.h>.
21742 * gdb.threads/pthreads.c: Likewise.
21743
21744 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21745
21746 * gdb.threads/killed.c: Add copyright notice.
21747
21748 2004-09-10 Jason Molenda (jmolenda@apple.com)
21749
21750 * gdb.base/define.exp: Two new tests to verify zero space chars
21751 after 'if' and 'while' commands in a user-defined command is correctly
21752 parsed.
21753
21754 2004-09-08 Andrew Cagney <cagney@gnu.org>
21755
21756 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21757 delivery test with duplicate at end of file.
21758
21759 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21760
21761 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21762
21763 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21764
21765 * config/hppro.exp: Removed.
21766
21767 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21768
21769 * config/sparclet.exp: Removed.
21770
21771 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21772
21773 * config/udi.exp: Removed.
21774
21775 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21776
21777 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21778 of "exp_continue".
21779 (advancei): Likewise.
21780
21781 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21782
21783 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21784
21785 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21786
21787 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21788 to check for nodebug in executable.
21789 * gdb.gdb/observer.exp (setup_test): Likewise.
21790 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21791 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21792
21793 2004-09-01 Andrew Cagney <cagney@gnu.org>
21794
21795 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21796 files.
21797
21798 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21799
21800 * gdb.base/unload.exp: Fix expected warning message to match
21801 latest format.
21802
21803 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21804
21805 * gdb.base/call-rt-st.exp: Fix typos.
21806
21807 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21808
21809 * gdb.threads/thread_check.exp: New testcase.
21810 * gdb.threads/thread_check.c: New testcase.
21811
21812 2004-08-31 Andrew Cagney <cagney@gnu.org>
21813
21814 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21815 (skip_to_handler_entry): New procedures. Test stepping into a
21816 handler when the breakpoint is at the handler's entry point.
21817
21818 2004-08-30 Andrew Cagney <cagney@gnu.org>
21819
21820 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21821 gdb/1757.
21822
21823 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21824
21825 With code from Manoj Iyer <manjo@austin.ibm.com>:
21826 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21827 return value. Add an arm for "no debugging symbols found".
21828 Change a stray "error" to "perror".
21829 (gdb_run_cmd): Adapt to new return value.
21830 * gdb.base/remote.exp: Adapt to new return value.
21831 * gdb.gdb/complaints.exp: Likewise.
21832 * gdb.gdb/observer.exp: Likewise.
21833 * gdb.gdb/selftest.exp: Likewise.
21834 * gdb.gdb/xfullpath.exp: Likewise.
21835
21836 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21837
21838 * gdb.threads/bp_in_thread.exp: New testcase.
21839
21840 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21841
21842 Fix PR testsuite/1735.
21843 * gdb.threads/schedlock.c (thread_function): Add a cast
21844 to suppress a gcc warning.
21845 * gdb.threads/thread-specific.c (thread_function): Likewise.
21846
21847 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21848
21849 * gdb.base/unload.c: Include <stdlib.h>.
21850
21851 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21852
21853 From Paul Gilliam <pgilliam@us.ibm.com>:
21854 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21855 synchronized after the "return".
21856
21857 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21858
21859 * gdb.mi/basics.c: Include <stdio.h>.
21860 * gdb.mi/pthreads.c: Include <stdlib.h>.
21861 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21862
21863 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21864
21865 * gdb.threads/schedlock.c: Add copyright notice.
21866
21867 2004-08-25 Andrew Cagney <cagney@gnu.org>
21868
21869 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21870 (skip_over_handler, breakpoint_over_hander): New test procedures.
21871 (advance, advancei): Add a proper prefix, do not use
21872 rerun_to_main.
21873 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21874
21875 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21876
21877 * gdb.mi/basics.c: Add copyright notice.
21878 * gdb.mi/var-cmd.c: Add copyright notice.
21879
21880 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21881
21882 * lib/gdb.exp: Remove signed_keyword_not_used.
21883 * lib/compiler.c: Likewise.
21884 * lib/compiler.cc: Likewise.
21885
21886 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21887
21888 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21889 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21890
21891 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21892
21893 * gdb.base/whatis.c: Add copyright notice.
21894
21895 2004-08-20 Mark Kettenis <kettenis@gnu.org>
21896
21897 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21898 it to skip the breakpoints encoded in the inline assembly.
21899
21900 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21901
21902 * Makefile.in: Add gdb.fortran.
21903
21904 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21905
21906 * gdb.base/call-sc.exp (test_scalar_returns):
21907 Fix cut-and-paste glitch in "Make fun return now".
21908
21909 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21910
21911 * configure.in: Add gdb.fortran.
21912 * configure: Regenerate.
21913 * gdb.fortran/Makefile.in: New file.
21914 * lib/gdb.exp (skip_fortran_tests): New procedure.
21915
21916 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21917
21918 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21919 reference to bug-gnu@prep.ai.mit.edu.
21920 * gdb.mi/mi-var-child.exp: Likewise.
21921 * gdb.mi/mi-var-cmd.exp: Likewise.
21922 * gdb.mi/mi-var-display.exp: Likewise.
21923 * gdb.mi/mi2-var-block.exp: Likewise.
21924 * gdb.mi/mi2-var-child.exp: Likewise.
21925 * gdb.mi/mi2-var-cmd.exp: Likewise.
21926 * gdb.mi/mi2-var-display.exp: Likewise.
21927
21928 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21929
21930 * gdb.base/unload.c (main): Make local variable msg const.
21931
21932 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21933
21934 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21935 to bug-gnu@prep.ai.mit.edu.
21936 * gdb.mi/mi-disassemble.exp: Likewise.
21937 * gdb.mi/mi-eval.exp: Likewise.
21938 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21939 default line number.
21940 * gdb.mi/mi-return.exp: Likewise.
21941 * gdb.mi/mi-simplerun.exp: Likewise.
21942 * gdb.mi/mi-stack.exp: Likewise.
21943 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21944 number with explicit range test.
21945 * gdb.mi/mi-watch.exp: Likewise.
21946 * gdb.mi/mi2-break.exp: Likewise.
21947 * gdb.mi/mi2-cli.exp: Likewise.
21948 * gdb.mi/mi2-disassemble.exp: Likewise.
21949 * gdb.mi/mi2-eval.exp: Likewise.
21950 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21951 default line number.
21952 * gdb.mi/mi2-return.exp: Likewise.
21953 * gdb.mi/mi2-simplerun.exp: Likewise.
21954 * gdb.mi/mi2-stack.exp: Likewise.
21955 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21956 number with explicit range test.
21957 * gdb.mi/mi2-watch.exp: Likewise.
21958
21959 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21960
21961 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21962 * gdb.cp/m-static.exp: Likewise.
21963 * gdb.cp/rtti.exp: Likewise.
21964
21965 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21966
21967 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21968
21969 2004-08-14 Eli Zaretskii <eliz@gnu.org>
21970
21971 * ChangeLog: Prefix Local Variables with semi-colons and indent
21972 the reference to older ChangeLog files, to fix fontification in
21973 Emacs.
21974
21975 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21976
21977 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21978 * gdb.mi/mi2-break.exp: Likewise.
21979
21980 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21981
21982 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21983
21984 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21985
21986 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21987
21988 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21989
21990 * gdb.cp/classes.exp: Remove unused declarations. Just let
21991 test names default instead of providing special names. Remove
21992 extraneous demangler test.
21993
21994 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21995
21996 * gdb.base/unload.exp: New test for breakpoints in dynamically
21997 loaded libraries.
21998 * gdb.base/unload.c: Ditto.
21999 * gdb.base/unloadshr.c: Ditto.
22000
22001 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
22002
22003 * gdb.cp/classes.exp (test_ptype_class_objects): Call
22004 cp_test_ptype_class.
22005 (test_enums): Likewise.
22006
22007 2004-08-10 Andrew Cagney <cagney@gnu.org>
22008
22009 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
22010 files.
22011
22012 2004-08-10 Andrew Cagney <cagney@gnu.org>
22013
22014 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
22015 init_malloc call.
22016
22017 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
22018
22019 * ChangeLog: Add copyright notice. The notice is copied
22020 from emacs 21.3 top level ChangeLog.
22021
22022 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22023
22024 * lib/cp-support.exp: New file.
22025 * lib/cp-support.exp (cp_test_type_class): New function.
22026 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
22027 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
22028 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
22029 cp_test_ptype_class.
22030
22031 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22032
22033 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
22034 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
22035 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
22036 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
22037 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
22038 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
22039 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
22040 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
22041 gdb.mi/mi2-watch.exp: Update copyright years.
22042
22043 2004-08-09 Mark Kettenis <kettenis@gnu.org>
22044
22045 * gdb.base/sigaltstack.exp: Provide proper anchoring.
22046
22047 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22048
22049 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
22050 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
22051 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
22052 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
22053 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
22054 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
22055 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
22056 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
22057 gdb.mi/mi-watch.exp: Update copyright years.
22058
22059 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22060
22061 PR gdb/1738
22062 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
22063 from a breakpoint with a pending signal.
22064
22065 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22066
22067 PR gdb/1736
22068 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
22069 * gdb.base/sigaltstack.exp (finish_test): Consume output until
22070 the prompt.
22071 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
22072
22073 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22074
22075 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
22076
22077 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22078
22079 PR gdb/1736
22080 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
22081 for i?86-*-linux*.
22082
22083 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22084
22085 * gdb.arch/i386-prologue.exp: Compile without debug information.
22086
22087 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
22088
22089 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
22090 rather than asking gdb to search.
22091
22092 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22093
22094 * gdb.base/gcore.c: Include <string.h>.
22095
22096 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22097
22098 * gdb.base/gcore.c: Add copyright notice.
22099
22100 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22101
22102 * gdb.base/freebpcmd.c: Include <stdio.h>.
22103 * gdb.base/long_long.c: Include <string.h>.
22104 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
22105 * gdb.base/siginfo.c: Include <string.h>.
22106 * gdb.base/sigstep.c: Include <string.h>.
22107
22108 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22109
22110 * gdb.base/complex.c: Include <stdlib.h>.
22111
22112 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22113
22114 * gdb.base/complex.c: Add copyright notice.
22115
22116 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22117
22118 * gdb.base/charset.c: Include <stdlib.h>.
22119
22120 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22121
22122 * gdb.base/auxv.c: Include <stdlib.h>.
22123
22124 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22125
22126 * gdb.base/auxv.c: Add copyright notice.
22127
22128 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22129
22130 * gdb.base/coremaker.c: Add copyright notice.
22131 * gdb.base/coremaker2.c: Add copyright notice.
22132
22133 2004-08-04 Andrew Cagney <cagney@gnu.org>
22134
22135 * gdb.base/store.exp: Update copyright.
22136 (check_set, up_set, check_struct, up_struct): Add a prefix to test
22137 names, do not import gdb_prompt.
22138
22139 2004-08-01 Andrew Cagney <cagney@gnu.org>
22140
22141 Fix PR testsuite/1729.
22142 * gdb.base/dump.exp: Add test name to callers of capture_value, do
22143 not use capture_value with value 4.
22144 (capture_value): Add optional test name parameter.
22145 (test_reload_saved_value, test_restore_saved_value): Use $msg as
22146 the prefix, pass to capture_value.
22147
22148 2004-08-01 Mark Kettenis <kettenis@gnu.org>
22149
22150 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
22151 * gdb.arch/i386-prologue.c (standard): New prototype and function.
22152 (main): Call new function.
22153
22154 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22155
22156 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
22157
22158 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22159
22160 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
22161
22162 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22163
22164 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
22165 Accept more values of vtbl pointer. Remove some messages
22166 about "obsolete gcc or gdb".
22167
22168 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22169
22170 * gdb.cp/classes.exp: Accept more varieties of ptype output.
22171
22172 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22173
22174 * gdb.base/asm-source.exp: Properly convert target board
22175 debug flags from gcc format to binutils format.
22176
22177 2004-07-28 Mark Kettenis <kettenis@gnu.org>
22178
22179 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
22180 gdb1718". PR backtrace/1718 partially fixed.
22181
22182 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
22183
22184 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
22185
22186 2004-07-26 Nick Clifton <nickc@redhat.com>
22187
22188 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
22189 good default value for a specific architecture is available then
22190 set it to that value. Otherwise default to the -gstabs switch.
22191 Remove the -g... switches from the asm-flags variable. Allow the
22192 target board info to override the value if it wants to. Pass the
22193 switch on the assembler command line.
22194
22195 2004-07-23 Mark Kettenis <kettenis@gnu.org>
22196
22197 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
22198 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
22199 (main): Call new function.
22200
22201 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
22202
22203 Test for PR exp/1715.
22204 * gdb.base/radix.exp: Refactor common procedures. Make all
22205 test names unique. Change XFAIL to KFAIL.
22206
22207 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
22208
22209 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
22210 * gdb.ada/gnat_ada.gin: ... to here.
22211 * configure.in: Use gnat_ada.gin.
22212 * configure: Regenerate.
22213
22214 2004-07-20 Andrew Cagney <cagney@gnu.org>
22215
22216 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
22217 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
22218 XFAILs. Clean up test messages and comments. Check backtraces.
22219 Delete re-sync code.
22220
22221 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22222
22223 Fix PR cli/740.
22224 * gdb.base/annota1.exp: Honor gdb,nosignals.
22225 * gdb.base/annota3.exp: Likewise.
22226
22227 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22228
22229 * lib/java.exp: Update copyright notice.
22230
22231 2004-07-19 Andrew Cagney <cagney@gnu.org>
22232
22233 * gdb.base/selftest.exp: Copy file from here ...
22234 * gdb.gdb/selftest.exp: ... to here.
22235
22236 2004-07-16 Andrew Cagney <cagney@redhat.com>
22237
22238 * lib/insight-support.exp: Delete file.
22239 * lib/java.exp (java_init): Fix copyright.
22240
22241 2004-07-16 Andrew Cagney <cagney@gnu.org>
22242
22243 * gdb.base/restore.c: Append "prologue" to comments marking the a
22244 function's prologue.
22245 * gdb.base/restore.exp: Update copyright, re-indent.
22246 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22247 callerN" prefix where needed. Update patterns that match a
22248 function's prologue.
22249
22250 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22251
22252 * gdb.base/restore.c: Add copyright notice.
22253
22254 2004-07-16 Andrew Cagney <cagney@gnu.org>
22255
22256 * gdb.base/logical.exp: Update copyright.
22257 (evaluate): New procedure. Use to re-implement tests using
22258 several tables.
22259
22260 2004-07-14 Martin Hunt <hunt@redhat.com>
22261
22262 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22263 which fixes some problems where init.tcl was not found.
22264
22265 2004-07-13 Andrew Cagney <cagney@gnu.org>
22266
22267 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22268 (check_sizeof, check_valueof): Do not include the output in the
22269 test name. Use gdb_test.
22270 (get_valueof): Use gdb_test_multiple.
22271
22272 * gdb.base/step-test.exp: Update copyright. Use
22273 gdb_test_multiple. Ensure that test names do not include
22274 architecture dependent output.
22275
22276 * gdb.gdb/observer.exp: Update copyright.
22277 (setup_test): Use gdb_test_multiple.
22278 (attach_first_observer, attach_second_observer)
22279 (attach_third_observer, detach_first_observer)
22280 (detach_second_observer, detach_third_observer)
22281 (reset_counters, check_counters): Make $message a prefix.
22282 (test_normal_stop_notifications): Add "args" parameter - a list of
22283 init functions to be called. Make $message a prefix,
22284 (test_observer_normal_stop): Change the message prefixes so that
22285 they are unique, pass the attach / detach procedures to
22286 test_normal_stop_notifications.
22287
22288 * gdb.base/signull.exp (test_segv): Prefix all tests with
22289 "${name}". Clean up test messages.
22290
22291 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22292
22293 * gdb.base/ena-dis-br.exp: Update copyright.
22294 (break_at): New function. Replace send_gdb with gdb_test,
22295 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22296 ignore count, not stopped at bpt", with KFAIL.
22297
22298 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
22299
22300 * gdb.base/attach.exp: Remove cleanupfile handling.
22301
22302 2004-07-12 Andrew Cagney <cagney@gnu.org>
22303
22304 * gdb.base/annota1.exp: Cleanup corefile test name.
22305 * gdb.base/annota3.exp: Ditto.
22306
22307 2004-07-12 Andrew Cagney <cagney@gnu.org>
22308
22309 * gdb.base/signals.exp: Clean up copyright, re-indent.
22310
22311 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22312 gdb_test and gdb_test_multiple.
22313
22314 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22315
22316 * gdb.java/jmain.exp: Fix expected line number for main to
22317 break at. Set XFAIL for break at main test since gcj does not
22318 provide line number info for first statement in main.
22319
22320 2004-07-08 Andrew Cagney <cagney@gnu.org>
22321
22322 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22323
22324 * gdb.base/sigbpt.exp: Make the common part of each test name a
22325 prefix instead of suffix.
22326
22327 2004-07-07 Bob Rossi <bob_rossi@cox.net>
22328
22329 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22330 test from test_tbreak_creation_and_listing to
22331 test_file_list_exec_source_file
22332 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22333 Changed name of test from test_tbreak_creation_and_listing to
22334 test_file_list_exec_source_file
22335
22336 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22337
22338 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22339 the jmisc() constructor instead of <init>.
22340 * gdb.java/jmisc1.exp: Ditto.
22341
22342 2004-07-07 Andrew Cagney <cagney@gnu.org>
22343
22344 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22345 corrupting the PC.
22346
22347 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22348
22349 * gdb.cp/templates.exp: Accept whitespace change in demangler
22350 output.
22351
22352 2004-07-06 Andrew Cagney <cagney@gnu.org>
22353
22354 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22355
22356 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22357
22358 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22359 * lib/compiler.cc: Likewise.
22360
22361 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22362
22363 * lib/compiler.cc: Work around string preprocessing problem
22364 with old hp c++ compiler.
22365 * lib/compiler.c: Likewise.
22366
22367 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22368
22369 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22370 directives to conditionalize symbol prefixing.
22371 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22372 additional_flags handling. Add underscore prefix for Cygwin.
22373 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22374 conditionalize symbol prefixing.
22375 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22376 additional_flags handling. Add underscore prefix for Cygwin.
22377
22378 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22379
22380 * gdb.base/bigcore.exp: Skip test on Cygwin.
22381
22382 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22383
22384 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22385 formats for "info register". Use gdb_test_multiple. Fix
22386 the "invalid register" test.
22387
22388 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
22389
22390 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22391 PID for Cygwin. Add Cygwin specific strings to check for in some
22392 tests.
22393 (do_attach_tests): Add a test for user interaction when attaching
22394 to a process with no matching symbol table already loaded.
22395
22396 2004-06-26 Andrew Cagney <cagney@gnu.org>
22397
22398 Test PR java/1567 and PR java/1565.
22399 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22400 * gdb.java/jmisc2.exp: Delete file.
22401
22402 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22403
22404 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22405
22406 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
22407
22408 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22409 attach process.
22410
22411 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22412
22413 * gdb.cp/pr-1553.exp: Remove.
22414
22415 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22416
22417 * gdb.cp/pr-1553.cc: Remove.
22418 * gdb.cp/pr-1553.exp: Disable this test.
22419
22420 2004-06-20 Jim Blandy <jimb@redhat.com>
22421
22422 Fix PR testsuite/1680.
22423 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22424 regular expressions.
22425
22426 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22427
22428 Fix PR testsuite/1679.
22429 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22430 Issue an UNSUPPORTED result instead.
22431
22432 2004-06-18 Jim Blandy <jimb@redhat.com>
22433
22434 * gdb.base/charset.exp: Only send a control-C if we see a new
22435 prompt and incomplete command.
22436
22437 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22438
22439 * gdb.cp/pr-574.cc: Add copyright notice.
22440
22441 2004-06-17 Jim Blandy <jimb@redhat.com>
22442
22443 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22444 cases where the regexp has no groups; this grabs random text from
22445 the previous test suite, whatever that was.
22446
22447 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22448
22449 * gdb.cp/printmethod.cc: Add copyright notice.
22450
22451 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22452
22453 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22454
22455 2004-06-16 Andrew Cagney <cagney@gnu.org>
22456
22457 * gdb.base/signull.c: Update copyright. Include <string.h>.
22458 (bowler): Replace data_pointer with data_read
22459 and data_write cases. Add code_descriptor case.
22460 (zero, desc): New array and pointer.
22461 (data, code): Change to simple pointers.
22462 * gdb.base/signull.exp: Fix probe pattern matching a function
22463 descriptor SIGSEGV. Replace data_pointer with data_read and
22464 data_write tests.
22465
22466 2004-06-16 Andrew Cagney <cagney@gnu.org>
22467
22468 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22469
22470 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22471
22472 * gdb.base/long_long.c: Add copyright notice.
22473
22474 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22475
22476 * gdb.base/long_long.exp: Remove reference to
22477 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22478 to gdb_breakpoint and gdb_continue_to_breakpoint.
22479
22480 2004-06-14 Jim Blandy <jimb@redhat.com>
22481
22482 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22483 endian case.
22484
22485 2004-06-14 Andrew Cagney <cagney@gnu.org>
22486
22487 * gdb.base/gcore.exp (capture_command_output): Delete the always
22488 passing tests containing inferior values.
22489 * gdb.base/ending-run.exp: Do not include the breakpoint address
22490 in the test message. Update copyright.
22491 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22492 size in the test name, use gdb_test_multiple. Update copyright.
22493
22494 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22495
22496 * gdb.cp/ref-types.cc: Add copyright notice.
22497
22498 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22499
22500 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22501 hp_aCC_compiler.
22502 * lib/compiler.cc: Likewise.
22503 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22504 'set' commands. Log diagnostics for other lines. Set
22505 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22506
22507 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22508
22509 * gdb.cp/try_catch.cc: Add copyright notice.
22510
22511 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22512
22513 * gdb.cp/userdef.cc: Add copyright notice.
22514
22515 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22516
22517 * gdb.cp/virtfunc.cc: Add copyright notice.
22518
22519 2004-06-11 Randolph Chung <tausq@debian.org>
22520
22521 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22522 problem.
22523
22524 2004-06-10 Andrew Cagney <cagney@gnu.org>
22525
22526 * lib/compiler.cc, lib/compiler.c: Append either
22527 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22528 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22529 instead of gcc-3-3.
22530
22531 2004-06-09 Andrew Cagney <cagney@gnu.org>
22532
22533 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22534 gdb/1455, bug is specific to "long long" and "double".
22535
22536 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22537 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22538 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22539 fixed.
22540
22541 2004-06-09 Andrew Cagney <cagney@gnu.org>
22542
22543 * gdb.base/structs.exp (test_struct_returns): Replace
22544 "return_value_unknown" and "finish_value_unknown" by
22545 "return_value_known" and "finish_value_known". Instead of
22546 "return_value_unknown" iff "finish_value_unknown", check
22547 "return_value_known" implies "finish_value_known".
22548
22549 2004-06-08 Martin Hunt <hunt@redhat.com>
22550
22551 * gdb.base/float.exp: Add pattern for mips targets.
22552
22553 2004-06-08 Randolph Chung <tausq@debian.org>
22554
22555 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22556 message for unknown architectures more clear.
22557
22558 2004-06-08 Joel Brobecker <brobecker@gnat.com>
22559
22560 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22561 start the execution of the program.
22562
22563 2004-06-07 Jim Blandy <jimb@redhat.com>
22564
22565 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22566 * gdb.arch/i386-cpuid.h: New helper file.
22567
22568 2004-06-07 Randolph Chung <tausq@debian.org>
22569
22570 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22571 has started.
22572
22573 2004-06-04 Roland McGrath <roland@redhat.com>
22574
22575 Fix PR gdb/1647.
22576 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22577 differently to be robust to output buffering differences.
22578
22579 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22580
22581 * gdb.threads/pthreads.exp: Update copyright years.
22582 (check_control_c): Change asynchronous 'after' to synchronous.
22583
22584 2004-06-04 Roland McGrath <roland@redhat.com>
22585
22586 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22587 next gdb prompt.
22588
22589 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22590
22591 Fix PR gdb/1636.
22592 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22593 calls to synchronous.
22594
22595 2004-05-26 Jim Blandy <jimb@redhat.com>
22596
22597 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22598
22599 2004-05-24 Randolph Chung <tausq@debian.org>
22600
22601 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22602 * gdb.asm/pa.inc: New file.
22603
22604 2004-05-22 Mark Kettenis <kettenis@gnu.org>
22605
22606 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22607
22608 2004-05-21 Joel Brobecker <brobecker@gnat.com>
22609 Daniel Jacobowitz <drow@mvista.com>
22610
22611 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22612 GDB prompt.
22613
22614 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22615
22616 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22617 setjmp/longjmp. Use sigaction instead of signal.
22618
22619 2004-05-19 J. Brobecker <brobecker@gnat.com>
22620 Michael Snyder <msnyder@redhat.com>
22621
22622 * gdb.threads/pthread_cond_wait.c: New file.
22623 * gdb.threads/pthread_cond_wait.exp: New testcase.
22624
22625 2004-05-13 Andrew Cagney <cagney@redhat.com>
22626
22627 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22628 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22629
22630 2004-05-11 Andrew Cagney <cagney@redhat.com>
22631
22632 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22633 fixed but revealed gdb/1639.
22634
22635 2004-05-10 Andrew Cagney <cagney@redhat.com>
22636
22637 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22638 func1" and "next to 2nd alarm", kernel bug avoided.
22639
22640 2004-05-10 Daniel Jacobowitz <dan@debian.org>
22641
22642 PR external/1568
22643 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22644 XFAIL if it is smaller than bytes_allocated.
22645 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22646 (main): Make chunks_allocated unsigned. Correct comment.
22647
22648 2004-05-07 Joel Brobecker <brobecker@gnat.com>
22649
22650 * gdb.arch/powerpc-aix-prologue.c: New file.
22651 * gdb.arch/powerpc-aix-prologue.exp: New file.
22652
22653 2004-05-07 Jim Blandy <jimb@redhat.com>
22654
22655 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22656 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22657
22658 2004-05-06 Joel Brobecker <brobecker@gnat.com>
22659
22660 * gdb.base/sep.exp: No longer setup_kfail when the program was
22661 built with dwarf2.
22662
22663 2004-05-05 Jim Ingham <jingham@apple.com>
22664
22665 * gdb.base/pending.exp: Make sure pending breakpoints
22666 preserve the ignore count.
22667
22668 2004-04-27 Jerome Guitton <guitton@gnat.com>
22669
22670 * i386-prologue.exp: Add testcase for jump instruction as first
22671 instruction of the real code.
22672 * i386-prologue.c (jump_at_beginning): New function.
22673
22674 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22675
22676 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22677 x86_64-*-*.
22678
22679 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22680
22681 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22682 i*86-*-*.
22683
22684 2004-04-25 Mark Kettenis <kettenis@gnu.org>
22685
22686 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22687 expression that checks the return type.
22688
22689 2004-04-23 Andrew Cagney <cagney@redhat.com>
22690
22691 * gdb.base/call-sc.exp: New test of scalar call/return values.
22692 * gdb.base/call-sc.c: Ditto.
22693
22694 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22695
22696 * gdb.threads/manythreads.c: Reduce thread stack size.
22697
22698 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22699
22700 * gdb.threads/manythreads.c: Add copyright notice.
22701
22702 2004-04-23 Andrew Cagney <cagney@redhat.com>
22703
22704 * gdb.base/siginfo.exp: Better handle step out of signal.
22705 * gdb.base/sigstep.exp: Ditto.
22706
22707 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22708 Daniel Jacobowitz <drow@mvista.com>
22709
22710 * gdb.threads/manythreads.c: New testcase.
22711 * gdb.threads/manythreads.exp: Ditto.
22712
22713 2004-04-22 Jim Blandy <jimb@redhat.com>
22714
22715 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22716 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22717
22718 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22719
22720 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22721
22722 2004-04-21 Andrew Cagney <cagney@redhat.com>
22723
22724 * gdb.base/sigstep.c: New file.
22725 * gdb.base/sigstep.exp: New file.
22726
22727 2004-04-16 Joel Brobecker <brobecker@gnat.com>
22728
22729 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22730 call to observer_notify_normal_stop.
22731
22732 2004-04-15 Andrew Cagney <cagney@redhat.com>
22733
22734 * gdb.base/siginfo.c: New file.
22735 * gdb.base/siginfo.exp: New file.
22736
22737 2004-04-12 J. Brobecker <brobecker@gnat.com>
22738
22739 * gdb.base/sep.exp: Fix typo in comment.
22740
22741 2004-04-12 J. Brobecker <brobecker@gnat.com>
22742
22743 * gdb.base/sep.c: New file.
22744 * gdb.base/sep-proc.c: New file.
22745 * gdb.base/sep.exp: New testcase.
22746
22747 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22748
22749 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22750 support.
22751
22752 2004-04-05 Andrew Cagney <cagney@redhat.com>
22753
22754 * gdb.base/sigaltstack.c: New file.
22755 * gdb.base/sigaltstack.exp: New file.
22756
22757 2004-04-04 Joel Brobecker <brobecker@gnat.com>
22758
22759 * gdb.base/foll-fork.exp: Update the expected output for
22760 "help set follow-fork-mode", to match a change that was made
22761 to the help of this variable on 2004-01-13.
22762
22763 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22764
22765 * lib/ada.exp: Add copyright notice.
22766 * bar.ads: Likewise.
22767 * bar.adb: Likewise.
22768 * null_record.adb: Likewise.
22769 * null_record.exp: Likewise.
22770 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22771
22772 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22773
22774 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22775 * configure: Regenerate.
22776
22777 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22778
22779 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22780 to build the application. Remove the message printed when in
22781 verbose mode, redundant with the UNSUPPORTED message above.
22782
22783 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22784
22785 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22786 * gdb.ada (null_record.exp): New testcase.
22787
22788 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22789
22790 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22791
22792 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22793
22794 * gdb.ada: New subdirectory.
22795 * gdb.ada/Makefile.in: New file.
22796 * gdb.ada/gnat_ada.gpr.in: New file.
22797
22798 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22799
22800 * lib/ada.exp: New file.
22801
22802 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
22803
22804 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22805 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22806
22807 2004-03-22 Andrew Cagney <cagney@redhat.com>
22808
22809 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22810 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22811 Problem identified by Ulrich Weigand.
22812
22813 2004-03-17 David Carlton <carlton@kealia.com>
22814
22815 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22816 PR c++/826.
22817
22818 2004-03-16 Roland McGrath <roland@redhat.com>
22819
22820 * gdb.base/auxv.exp: New file.
22821 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22822
22823 2004-03-12 David Carlton <carlton@kealia.com>
22824
22825 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22826 * gdb.cp/pr-1553.cc: Ditto.
22827 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22828 pass branch.
22829
22830 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22831
22832 * gdb.cp/templates.exp: Accept more template types.
22833
22834 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22835
22836 From Corinna Vinschen with modifications.
22837 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22838 local variable obj_with_enum.
22839 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22840 results with obj_with_enum.
22841
22842 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22843
22844 * gdb.cp/classes.cc: New file, copied from misc.cc.
22845 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22846
22847 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22848
22849 * gdb.cp/misc.cc: Add copyright notice.
22850
22851 2004-03-05 David Carlton <carlton@kealia.com>
22852
22853 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22854 * gdb.cp/rtti.h: Update copyright.
22855 (namespace n2::n3): New.
22856 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22857 (n2::n3::func3): New.
22858 (main): Call n2::n3::func3.
22859 * gdb.cp/rtti2.cc: Update copyright.
22860 (n2::create3): New.
22861
22862 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22863
22864 * gdb.asm/openbsd.inc: Fix typo.
22865
22866 2004-03-03 Fred Fish <fnf@redhat.com>
22867
22868 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22869 "val" instead of unused "size". Update copyright year.
22870
22871 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22872
22873 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22874 to use unsigned char.
22875 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22876 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22877
22878 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22879
22880 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22881 line of output.
22882
22883 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22884
22885 * gdb.base/relocate.c (dummy): Initialize.
22886
22887 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22888
22889 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22890 a breakpoint at exit.
22891
22892 2004-02-27 Fred Fish <fnf@redhat.com>
22893
22894 * gdb.base/chng-syms.exp: Add expect condition to match failing
22895 case that isn't a timeout.
22896
22897 2004-02-27 Andrew Cagney <cagney@redhat.com>
22898
22899 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22900 support.
22901
22902 2004-02-26 Fred Fish <fnf@redhat.com>
22903
22904 * gdb.arch/gdb1431.c: Remove.
22905 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22906 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22907 of "until" incorrectly.
22908
22909 2004-02-26 J. Brobecker <brobecker@gnat.com>
22910
22911 * gdb.cp/class2.cc (empty): New class.
22912 (refer): New function.
22913 (main): Declare an object of type empty and use it.
22914 * gdb.cp/class2.exp: Print the value of an object of type empty.
22915
22916 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22917
22918 * gdb.base/langs.exp: Update query string to match the
22919 new nquery format used for pending breakpoints.
22920
22921 2004-02-26 Andrew Cagney <cagney@redhat.com>
22922
22923 Fix PR i18n/1570.
22924 * gdb.base/charset.c: Update copyright notice.
22925 (main, init_string): Remove the escape character '\e' tests.
22926 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22927 * gdb.base/charset.exp (valid_host_charset): Ditto.
22928 * gdb.base/setvar.exp: Ditto.
22929
22930 2004-02-24 Andrew Cagney <cagney@redhat.com>
22931
22932 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22933 mmapped data in core file" PASS and FAIL messages consistent.
22934
22935 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22936 setting a breakpoint. Work around PR java/1565.
22937
22938 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22939
22940 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22941 new nquery format.
22942 * gdb.base/pending.exp: Ditto.
22943
22944 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22945
22946 * configure.in: Run stabs tests on *BSD.
22947 * configure: Regenerated.
22948
22949 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22950
22951 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22952
22953 2004-02-20 Fred Fish <fnf@redhat.com>
22954
22955 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22956 blank in test for "returns short", for consistency with other
22957 "returns xxx" tests. Update copyright year.
22958
22959 2004-02-19 Fred Fish <fnf@redhat.com>
22960
22961 New testcase for PR breakpoint/1558.
22962 * gdb.arch/gdb1558.exp: New file.
22963 * gdb.arch/gdb1558.c: New file.
22964
22965 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22966
22967 * gdb.base/nodebug.exp: Fix typo.
22968
22969 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22970
22971 Committed by Jim Blandy <jimb@redhat.com>.
22972
22973 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22974
22975 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22976
22977 * gdb.base/float.exp: Support s390*-*-* targets.
22978
22979 2004-02-17 Adam Fedor <fedor@gnu.org>
22980
22981 * gdb.base/gdb1555.exp: New file.
22982 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22983
22984 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
22985
22986 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22987
22988 2004-02-16 Fred Fish <fnf@redhat.com>
22989
22990 * gdb.arch/gdb1291.c: Remove
22991 * gdb.arch/gdb1291.s: New test input file.
22992 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22993 fail. Test for correct result, known incorrect result, other
22994 failures and timeouts.
22995
22996 2004-02-16 Andrew Cagney <cagney@redhat.com>
22997
22998 * gdb.base/bigcore.exp: New file.
22999 * gdb.base/bigcore.c: New file.
23000
23001 2004-02-13 Andrew Cagney <cagney@redhat.com>
23002
23003 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
23004 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
23005 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
23006 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
23007 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
23008 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
23009 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
23010 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
23011 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
23012 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
23013
23014 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
23015
23016 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
23017 executed is an alloc instruction.
23018
23019 2004-02-11 David Carlton <carlton@kealia.com>
23020
23021 * gdb.cp/breakpoint.exp: New.
23022 * gdb.cp/breakpoint.cc: New.
23023
23024 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
23025
23026 Partial fix for PR gdb/1543.
23027 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
23028 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
23029 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
23030 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
23031 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
23032 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
23033 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
23034 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
23035 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
23036 to bug-gdb@prep.ai.mit.edu .
23037 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
23038 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
23039 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
23040 Likewise.
23041
23042 2004-02-10 Andrew Cagney <cagney@redhat.com>
23043
23044 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
23045 using gdb_internal_error_resync.
23046
23047 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
23048
23049 * gdb.threads/thread-specific.exp: Stop early if no threads are
23050 found.
23051
23052 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
23053
23054 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
23055
23056 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
23057
23058 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
23059 breakpoints.
23060
23061 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
23062
23063 * config/sim.exp (gdb_load): Handle $arg == "".
23064 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
23065 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
23066
23067 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
23068
23069 * gdb.base/maint.exp: Update test to reflect
23070 obstack changes.
23071
23072 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
23073
23074 * gdb.base/pendshr.c (pendfunc): New function that calls
23075 pendfunc1.
23076 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
23077
23078 2004-02-04 Fred Fish <fnf@redhat.com>
23079
23080 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
23081 function symbols and update copyright years.
23082 * gdb.arch/gdb1291.c: Ditto.
23083
23084 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23085
23086 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
23087
23088 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23089
23090 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
23091
23092 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23093
23094 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
23095
23096 2004-02-02 Fred Fish <fnf@redhat.com>
23097
23098 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
23099 remote targets. Update copyright years.
23100
23101 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
23102
23103 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
23104 support.
23105 * gdb.base/langs.exp: Fix test which attempts to create
23106 breakpoint on non-existent function to handle new pending
23107 support.
23108 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
23109 a breakpoint.
23110 * gdb.base/pending.exp: New test.
23111 * gdb.base/pending.c: New file.
23112 * gdb.base/pendshr.c: Ditto.
23113
23114 2004-02-02 David Carlton <carlton@kealia.com>
23115
23116 * gdb.cp/overload.exp: Add overloadNamespace tests.
23117 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
23118 (overloadNamespace, XXX): New.
23119 (main): Call XXX::marker2.
23120
23121 2004-02-01 Fred Fish <fnf@redhat.com>
23122
23123 * gdb.base/dump.exp: Use runto_main instead of "runto main".
23124 * gdb.base/finish.exp: Ditto.
23125 * gdb.base/gcore.exp: Ditto.
23126 * gdb.base/huge.exp: Ditto.
23127 * gdb.base/info-proc.exp: Ditto.
23128 * gdb.base/return2.exp: Ditto.
23129 * gdb.threads/gcore-thread.exp: Ditto.
23130
23131 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23132
23133 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
23134
23135 2004-02-01 Mark Kettenis <kettenis@gnu.org>
23136
23137 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
23138 that opening the file succeeds on OpenBSD.
23139
23140 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23141
23142 * gdb.threads/thread-specific.c: New file.
23143 * gdb.threads/threads-specific.exp: New test script.
23144 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
23145 to expect_out.
23146
23147 2004-02-01 Mark Kettenis <kettenis@gnu.org>
23148
23149 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
23150 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
23151 only on the "print_small_structs from print_long_arg_list" test.
23152
23153 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23154
23155 * gdb.base/completion.exp: Kill a stray backslash.
23156
23157 From Jim Ingham <jingham@apple.com>:
23158 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
23159 agrees with the result from sending a tab.
23160
23161 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
23162
23163 * gdb.base/chng-syms.exp: Remove stray newline.
23164
23165 2004-01-31 Mark Kettenis <kettenis@gnu.org>
23166
23167 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
23168 *-*-openbsd*.
23169 * gdb.asm/openbsd.inc: New file.
23170
23171 2004-01-30 Mark Kettenis <kettenis@gnu.org>
23172
23173 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
23174 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
23175 *-*solaris2*. Remove commented out default settings for
23176 asm-flags. Replace gdb_compile with target_link.
23177
23178 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
23179
23180 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
23181 for all tests. Remove old hp-ux and cygnus xfail cases.
23182
23183 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
23184
23185 * gdb.base/chng-syms.exp: New file.
23186 * gdb.base/chng-syms.c: New file.
23187
23188 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23189
23190 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
23191 Provide arms for current output in all my configurations.
23192
23193 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23194
23195 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
23196 * lib/compiler.cc: Likewise.
23197 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
23198 get the right preprocessor. Eval the output directly. Remove
23199 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
23200 hp_f77_compiler and hp_f90_compiler completely.
23201 (gdb_preprocess): Delete.
23202 (get_compiler): Delete.
23203
23204 2004-01-24 Mark Kettenis <kettenis@gnu.org>
23205
23206 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
23207 <string.h>.
23208
23209 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
23210
23211 * gdb.mi/mi-stack.exp: Update copyright.
23212
23213 2004-01-23 David Carlton <carlton@kealia.com>
23214
23215 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
23216 test for cp_lookup_transparent_type.
23217 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
23218 call them.
23219
23220 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
23221
23222 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
23223 after -var-update.
23224
23225 2004-01-23 David Carlton <carlton@kealia.com>
23226
23227 * gdb.cp/namespace.cc (C::ensureRefs): New.
23228 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
23229
23230 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
23231
23232 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
23233 case "-stack-list-locals 2".
23234 * gdb.mi/mi-var-child.exp: Test for case
23235 "-var-list-children --all-values NAME".
23236
23237 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23238
23239 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23240
23241 2004-01-18 Mark Kettenis <kettenis@gnu.org>
23242
23243 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23244 used with gdb_test_multiple.
23245
23246 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23247 read at address 0. This fixes PR testsuite/1504.
23248
23249 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
23250
23251 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23252 Remove downloading, guessing the host executable, the calls to
23253 gdb_file_cmd and gdb_target_cmd, and "load" support.
23254 (infer_host_exec): New function broken out from gdb_load.
23255 (gdb_load): New wrapper for gdbserver_gdb_load.
23256 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23257 gdb_target_cmd. Use -target-select.
23258 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23259 Download binaries to the host. Clear last_mi_remote_file when
23260 we load a new binary.
23261 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23262 call gdbserver_gdb_load and mi_gdb_target_cmd.
23263
23264 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23265
23266 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23267 type patterns.
23268
23269 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23270
23271 * gdb.cp/templates.exp: Fix typo in test name of
23272 "print Foo<volatile char*>::foo".
23273
23274 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23275
23276 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23277
23278 2004-01-16 Ben Elliston <bje@wasabisystems.com>
23279
23280 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23281 (clean mostlyclean): Remove empty rm.
23282
23283 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23284
23285 * gdb.base/setvar.exp: Add copyright years.
23286
23287 2004-01-14 David Carlton <carlton@bactrian.org>
23288
23289 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23290 PR c++/1511 and update coment.
23291 * gdb.cp/templates.exp: Update patterns to match current output.
23292 If changes involve something other than whitespace, KFAIL
23293 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23294
23295 2004-01-14 David Carlton <carlton@kealia.com>
23296
23297 * gdb.cp/namespace.exp: Add tests involving classes defined within
23298 namespaces.
23299 * gdb.cp/namespace.cc (C::CClass): New.
23300 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23301
23302 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
23303
23304 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23305 what debug info we have. Print a better message if something goes
23306 wrong while producing the separate debug info file.
23307
23308 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23309
23310 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23311
23312 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23313
23314 * gdb.base/callfuncs.c: Add copyright notice.
23315
23316 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23317
23318 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23319 inheritance. PR gdb/1498, PR gcc/13539.
23320
23321 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
23322
23323 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23324 test specific name.
23325 * gdb.mi/gdb669.exp: Ditto.
23326 * gdb.mi/mi-pthreads.exp: Ditto.
23327 * gdb.mi/mi1-pthreads.exp: Ditto.
23328 * gdb.mi/mi2-pthreads.exp: Ditto.
23329
23330 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23331
23332 * gdb.cp/member-ptr.cc: Add copyright notice.
23333
23334 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23335
23336 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23337 some patterns for recent versions of gcc and hpacc. Delete
23338 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23339 Delete tests that access a NULL pointer-to-member-data. This
23340 script is still disabled for gcc.
23341
23342 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23343
23344 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23345 escaped correctly.
23346
23347 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23348
23349 * gdb.base/sepdebug.exp: New file.
23350 * gdb.base/sepdebug.c: New file.
23351 * lib/gdb.exp (separate_debug_filename): New procedure.
23352 (gdb_gnu_strip_debug): New procedure.
23353
23354 2004-01-12 Andrew Cagney <cagney@redhat.com>
23355
23356 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23357 * gdb.mi/ChangeLog-1999-2003: New file.
23358
23359 2004-01-12 Andrew Cagney <cagney@redhat.com>
23360
23361 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23362 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23363 or EEXIST", treat EBUSY as an XFAIL.
23364
23365 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23366
23367 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23368 hp_cc_compiler.
23369
23370 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23371
23372 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23373 decorations.
23374
23375 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23376
23377 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23378 and "(aCC)" decorations. Remove obsolete doco about old
23379 test results.
23380
23381 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23382
23383 * gdb.cp/exception.exp: Fix typo in doco.
23384
23385 2004-01-09 Mark Kettenis <kettenis@gnu.org>
23386
23387 * gdb.base/gdb1476.exp: Fix typo.
23388
23389 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23390
23391 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23392 file.
23393
23394 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23395
23396 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23397 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23398 Use gdb_compile. Remove restriction on gcc. Add some patterns
23399 for recent version of gdb. Delete second half, which was a copy
23400 of the first half with different build flags. This test is
23401 still disabled because it is still not ready for production.
23402
23403 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23404
23405 * gdb.cp/exception.cc: Add copyright notice.
23406 * gdb.cp/exception.exp: Add a notice that this file is broken
23407 because of line number changes caused by addition of copyright
23408 notice.
23409
23410 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23411
23412 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23413 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23414
23415 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23416
23417 * gdb.cp/classes.exp: Accept gnu abi 2.
23418 * gdb.cp/derivation.exp: Likewise.
23419 * gdb.cp/overload.exp: Likewise.
23420 * gdb.cp/virtfunc.exp: Likewise.
23421
23422 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23423
23424 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23425 semicolon after end of function.
23426
23427 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23428
23429 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23430 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23431 boilerplate code for compiling and running the program under
23432 test. Add some string method tests.
23433
23434 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23435
23436 * gdb.cp/bs15503.cc: Add copyright notice.
23437 * gdb.cp/bs15503.exp: Adjust line number.
23438
23439 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23440
23441 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23442 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23443
23444 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23445
23446 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23447 hp_cc_compiler.
23448
23449 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23450
23451 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23452 * gdb.cp/ctti.exp: Use the marker instead of "next".
23453 With gcc, run further before bailing.
23454
23455 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23456
23457 * gdb.cp/cttiadd.cc: Add copyright notice.
23458 * gdb.cp/cttiadd1.cc: Likewise.
23459 * gdb.cp/cttiadd2.cc: Likewise.
23460 * gdb.cp/cttiadd3.cc: Likewise.
23461
23462 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23463
23464 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23465 Use gdb_test, gdb_test_multiple. Use floating-point values that
23466 have exact representations in IEEE-ish formats.
23467
23468 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23469
23470 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23471 compilers. Delete duplicate call to get_compiler_info.
23472 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23473 * gdb.base/volatile.exp: Likewise.
23474
23475 2004-01-07 Mark Kettenis <kettenis@gnu.org>
23476
23477 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23478 memory at address 0.
23479
23480 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23481
23482 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23483 to test for hp-ux assembler. Fix copyright years.
23484
23485 2004-01-07 Andrew Cagney <cagney@redhat.com>
23486
23487 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23488
23489 2004-01-07 Andrew Cagney <cagney@redhat.com>
23490
23491 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23492 when creating the read-only file. From analysis by Roland McGrath
23493 and Elena Zannoni.
23494
23495 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23496
23497 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23498
23499 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23500
23501 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23502 data pointers.
23503
23504 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23505
23506 * gdb.cp/m-static.exp: Compile one source file at a time.
23507 Delete unused call to get_compiler_info.
23508
23509 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23510
23511 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23512 * gdb.base/call-rt-st.exp: Likewise.
23513 * gdb.base/nodebug.exp: Likewise.
23514 * gdb.base/volatile.exp: Likewise.
23515 * gdb.cp/ref-types.exp: Likewise.
23516 * gdb.cp/templates.exp: Likewise.
23517
23518 2004-01-05 Mark Kettenis <kettenis@gnu.org>
23519
23520 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23521
23522 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23523
23524 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23525 hppa*-hp-hpux*.
23526
23527 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23528
23529 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23530 x86_64-*-*.
23531
23532 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23533 sparc64-*-* and sparc*-solaris2*.
23534
23535 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23536
23537 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23538 return ${tests}" test. The ${tests} already mentions the
23539 filename.
23540
23541 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23542
23543 * gdb.cp/local.exp: Accept gcc abi 2.
23544
23545 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23546
23547 * gdb.cp/templates.exp: Accept gcc abi 2.
23548
23549 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23550
23551 * lib/compiler.cc: Remove supports_template_debugging.
23552 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23553
23554 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23555
23556 * gdb.cp/namespace.exp: Accept gcc abi 2.
23557
23558 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23559
23560 * gdb.cp/method.exp: Accept gcc abi 2.
23561
23562 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23563
23564 * gdb.cp/classes.exp: Generate identical results as old version.
23565 * gdb.cp/derivation.exp: Likewise.
23566 * gdb.cp/overload.exp: Likewise.
23567 * gdb.cp/virtfunc.exp: Likewise.
23568
23569 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23570
23571 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23572 mysterious bug with sourceware version of expect.
23573
23574 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23575
23576 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23577 current versions of gcc, including gcc abi 2. Remove gratuitous
23578 restart of test program. Use gdb_test_multiple and gdb_test for
23579 all tests. Add patterns to xfail missing "const" in "const char *"
23580 and kfail PR gdb/1155.
23581
23582 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23583
23584 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23585 current versions of gcc, including gcc abi 2. Remove gratuitous
23586 restart of test program. Use gdb_test_multiple and gdb_test for
23587 all tests. Add patterns to kfail PR gdb/1498.
23588
23589 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23590
23591 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23592 current versions of gcc, including gcc abi 2. Use "breakpoint"
23593 and "continue" instead of restarting the target program. Use
23594 gdb_test_multiple and gdb_test for all tests.
23595
23596 2004-01-01 Mark Kettenis <kettenis@gnu.org>
23597
23598 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23599 for *-*-solaris2*.
23600
23601 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23602
23603 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23604 current versions of gcc, including gcc abi 2. Use "breakpoint"
23605 and "continue" instead of restarting the target program several
23606 times. Use gdb_test_multiple and gdb_test for all tests.
23607
23608 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23609
23610 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23611 source files.
23612
23613 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23614
23615 * gdb.base/environ.exp: Handle compiling test case from multiple
23616 source files.
23617
23618 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23619
23620 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23621
23622 2003-12-17 Jim Blandy <jimb@redhat.com>
23623
23624 * gdb.base/freebpcmd.c: Add copyright notice.
23625
23626 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23627
23628 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23629
23630 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23631
23632 2003-12-13 Jim Blandy <jimb@redhat.com>
23633
23634 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23635
23636 2003-12-12 Kevin Buettner <kevinb@redhat.com>
23637
23638 * gdb.asm/frv.inc: New file.
23639 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23640
23641 2003-12-09 Fred Fish <fnf@redhat.com>
23642
23643 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23644 functions to break1.c and leave prototypes behind. Add more
23645 "set breakpoint NN here" comments.
23646 * gdb.base/break1.c: New file.
23647
23648 * gdb.base/break.exp: Handle compiling test case from multiple
23649 source files and change source file references as needed.
23650 * gdb.base/completion.exp: Ditto.
23651 * gdb.base/condbreak.exp: Ditto.
23652 * gdb.base/define.exp: Ditto.
23653 * gdb.base/ena-dis-br.exp: Ditto.
23654 * gdb.base/info-proc.exp: Ditto.
23655 * gdb.base/maint.exp: Ditto.
23656 * gdb.base/until.exp: Ditto.
23657
23658 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23659 hardcoded line numbers.
23660 * gdb.base/define.exp: Ditto.
23661 * gdb.base/ena-dis-br.exp: Ditto.
23662 * gdb.base/maint.exp: Ditto.
23663 * gdb.base/until.exp: Ditto.
23664
23665 * gdb.base/completion.exp: Use "break1" for completion tests since
23666 "break" is no longer a unique prefix.
23667
23668 2003-12-06 Andrew Cagney <cagney@redhat.com>
23669
23670 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23671 "return_value_unimplemented". When an unimplemented struct return
23672 architecture, report incorrect values as a KFAIL
23673
23674 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23675
23676 * gdb.cp/rtti.exp: Accept new wording of warning from
23677 cp_lookup_rtti_type.
23678
23679 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23680
23681 Partial fix for PR testsuite/1456.
23682 * gdb.base/scope.exp (test_at_main): Replace references to
23683 gcc_compiled with calls to test_compiler_info.
23684 (test_at_foo): Likewise.
23685 (test_at_bar): Likewise.
23686
23687 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23688
23689 Partial fix for PR testsuite/1456.
23690 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23691 to test_compiler_info.
23692
23693 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23694
23695 * gdb.base/so-impl-ld.exp: Update copyright notice.
23696
23697 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23698
23699 Partial fix for PR testsuite/1456.
23700 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23701 to test_compiler_info.
23702
23703 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23704
23705 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23706 from current versions of gdb. Clean up regular expressions.
23707 Delete redundant timeout case.
23708
23709 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23710
23711 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23712 from current versions of gdb. Clean up regular expressions.
23713 Delete redundant timeout case.
23714
23715 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23716
23717 Partial fix for PR testsuite/1456.
23718 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23719 gcc_compiled with call to test_compiler_info.
23720
23721 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23722
23723 Partial fix for PR testsuite/1456.
23724 * gdb.base/list.exp (test_list_function): Delete unused declaration
23725 of gcc_compiled.
23726
23727 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23728
23729 Partial fix for PR testsuite/1456.
23730 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23731 call to test_compiler_info.
23732
23733 2003-11-29 Mark Kettenis <kettenis@gnu.org>
23734
23735 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23736 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23737 it to create the appropriate note.inc.
23738 * gdb.asm/asmsrc1.s: Include "note.inc".
23739 * gdb.asm/netbsd.inc: New file.
23740 * gdb.asm/empty.inc: New file.
23741
23742 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23743
23744 Partial fix for PR testsuite/1456.
23745 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23746 calls to test_compiler_info.
23747
23748 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23749
23750 Partial fix for PR testsuite/1456.
23751 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23752 calls to test_compiler_info.
23753
23754 2003-11-27 Mark Kettenis <kettenis@gnu.org>
23755
23756 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23757 pattern for the KFAILs.
23758
23759 2003-11-25 Adam Fedor <fedor@gnu.org>
23760
23761 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23762 * gdb.objc/objcdecode.m: New file.
23763
23764 2003-11-25 Adam Fedor <fedor@gnu.org>
23765
23766 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23767 * gdb.objc/nondebug.m: New file.
23768
23769 2003-11-26 Ben Elliston <bje@wasabisystems.com>
23770
23771 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23772 NetBSD as it does on FreeBSD. Modelled on a similar change by
23773 Mark Kettenis on 2003-05-30.
23774 (link-flags): Set to "--entry _start" regardless of target.
23775 Special linker flags are to be appended to $link-flags.
23776 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23777
23778 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23779
23780 * gdb.cp/method.exp: Accept output of new demangler.
23781
23782 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23783
23784 * gdb/class2.exp: New file.
23785 * gdb/class2.cc: New file.
23786
23787 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23788
23789 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23790 of new demangler.
23791
23792 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23793
23794 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23795 of gdb_test "run".
23796
23797 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23798
23799 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23800 "continue" into "run".
23801
23802 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23803
23804 Partial fix for PR testsuite/1456.
23805 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23806 call to test_compiler_info.
23807 * gdb.cp/ctti.exp: Likewise.
23808 * gdb.cp/derivation.exp: Likewise.
23809 * gdb.cp/member-ptr.exp: Likewise.
23810 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23811 reference to gcc_compiled.
23812
23813 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23814
23815 Fix PR testsuite/1463.
23816 * gdb.base/structs.exp (start_structs_test): Call
23817 get_debug_format before using the debug format.
23818
23819 2003-11-22 Andrew Cagney <cagney@redhat.com>
23820
23821 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23822 * gdb.base/structs.exp: Use gdb_test_multiple.
23823
23824 2003-11-20 Andrew Cagney <cagney@redhat.com>
23825
23826 * gdb.base/structs.exp: Handle and recover from internal errors.
23827 Replace "foo${n}" with "foo<n>" in test messages.
23828
23829 * gdb.base/structs.exp: Update copyright. Rewrite.
23830 * gdb.base/structs.c: Update copyright. Rewrite.
23831
23832 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23833 resync count exceeded.
23834
23835 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23836 from the internal error.
23837 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23838 Original from Jim Blandy.
23839 (gdb_test_multiple): Use gdb_internal_error_resync.
23840
23841 2003-11-19 Andrew Cagney <cagney@redhat.com>
23842
23843 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23844 KFAIL.
23845
23846 2003-11-17 Mark Kettenis <kettenis@gnu.org>
23847
23848 New testcase for PR backtrace/1435.
23849 * gdb.arch/i386-unwind.exp: New file.
23850 * gdb.arch/i386-unwind.c: New file.
23851
23852 2003-11-17 Andrew Cagney <cagney@redhat.com>
23853
23854 * lib/gdb.exp (compiler_info): New global.
23855 (test_compiler_info): New function.
23856 (get_compiler_info): Set compiler_info.
23857 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23858 "compiler_info" to gcc-<major>-<minor>.
23859
23860 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23861
23862 * gdb.trace/configure: Remove.
23863
23864 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23865
23866 * gdb.base/break.c: Add comments to aid finding line numbers for
23867 breakpoints.
23868 * gdb.base/break.exp: Remove all references to explicit line
23869 numbers.
23870
23871 2003-11-11 Nick Clifton <nickc@redhat.com>
23872
23873 * gdb.base/shreloc.exp: Do not run for targets which do not
23874 support shared objects.
23875
23876 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
23877
23878 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23879 Don't run tests if nofileio flag is given.
23880
23881 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23882
23883 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23884 as well as 'Watchpoint'.
23885
23886 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23887
23888 Reported by Jim Ingham <jingham@apple.com>:
23889 * gdb.base/annota1.exp: Match at least one occurrence of the
23890 signal handler annotation.
23891
23892 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23893
23894 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23895 as well as 'Watchpoint'.
23896
23897 2003-11-05 Michael Chastain <mec@shout.net>
23898
23899 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23900
23901 2003-11-03 Kris Warkentin <kewarken@qnx.com>
23902
23903 * gdb.arch/gdb1291.c: New test file.
23904 * gdb.arch/gdb1291.exp: New test script.
23905 * gdb.arch/gdb1431.c: New test file.
23906 * gdb.arch/gdb1431.exp: New test script.
23907
23908 2003-10-22 Michael Chastain <mec@shout.net>
23909
23910 * gdb.mi/pthreads.c: Add copyright notice.
23911
23912 2003-10-22 Michael Chastain <mec@shout.net>
23913
23914 * gdb.threads/pthreads.c: Add copyright notice.
23915
23916 2003-10-20 Michael Chastain <mec@shout.net>
23917
23918 * gdb.base/gdb1056.exp: New test script.
23919
23920 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23921
23922 * gdb.threads/killed.exp: Use gdb_run_cmd.
23923
23924 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23925
23926 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23927 create a core file.
23928 * gdb.threads/gcore-thread.exp: Likewise.
23929
23930 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23931
23932 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23933 type, based on char type.
23934 (struct bit_flags_short_t): New bitfield type, based on short type.
23935 (init_bit_flags_char): New fuction.
23936 (init_bit_flags_short): Ditto.
23937 (print_bit_flags_char): Ditto.
23938 (print_bit_flags_short): Ditto.
23939 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23940
23941 2003-10-11 Michael Chastain <mec@shout.net>
23942
23943 * gdb.base/call-rt-st.exp: Update copyright year.
23944
23945 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23946
23947 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23948 * gdb.disasm/sh3.s: Ditto.
23949
23950 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
23951
23952 * gdb.threads/switch-threads.exp: New test.
23953 * gdb.threads/switch-threads.c: New source file.
23954
23955 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23956
23957 * gdb.base/ending-run.exp: Add sh specific case.
23958
23959 2003-10-06 Andrew Cagney <cagney@redhat.com>
23960
23961 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23962 * gdb.disasm/mn10200.exp: Delete obsolete file.
23963
23964 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
23965
23966 * ChangeLog: Correct an entry command.exp -> commands.exp.
23967 * gdb.base/commands.exp (bp_deleted_in_command_test)
23968 (temporary_breakpoint_commands): Check noargs.
23969
23970 2003-09-25 David Carlton <carlton@kealia.com>
23971
23972 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23973 of some print tests, where appropriate. Add tests for C::D::cd,
23974 E::ce, F::cXfX, G::XgX.
23975 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23976
23977 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23978
23979 * lib/java.exp (java_init): Import target_alias before using it.
23980
23981 2003-09-25 David Carlton <carlton@kealia.com>
23982
23983 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23984
23985 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
23986
23987 * gdb.base/selftest.exp: Accomodate more instruction reordering
23988 weirdness.
23989
23990 2003-09-17 Michael Chastain <mec@shout.net>
23991
23992 * gdb.cp/gdb1355.exp: New file.
23993 * gdb.cp/gdb1355.c: New file.
23994
23995 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
23996
23997 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23998 * gdb.asm/sh.inc: New file.
23999
24000 2003-09-11 David Carlton <carlton@kealia.com>
24001
24002 * gdb.cp/namespace.exp: Add tests for namespace types.
24003 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
24004 (test_namespace): New.
24005
24006 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
24007
24008 * gdb.base/relocate.exp: Handle new gdb output at startup.
24009 * gdb.stabs/weird.exp: Ditto.
24010
24011 2003-09-08 Michael Chastain <mec@shout.net>
24012
24013 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
24014
24015 2003-09-07 Michael Chastain <mec@shout.net>
24016
24017 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
24018 'parse error'.
24019
24020 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
24021
24022 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
24023
24024 2003-08-30 Michael Chastain <mec@shout.net>
24025
24026 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
24027 * gdb.gdb/observer.exp: Ditto.
24028 * gdb.gdb/xfullpath.exp: Ditto.
24029
24030 2003-08-29 Mark Kettenis <kettenis@gnu.org>
24031
24032 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
24033 *-*-*bsd*.
24034
24035 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
24036
24037 * gdb.base/dump.exp: Skip for ia64.
24038
24039 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
24040
24041 * gdb.asm/asm-source.exp: Add ia64 support.
24042 * gdb.asm/ia64.inc: New file.
24043
24044 2003-08-22 Michael Chastain <mec@shout.net>
24045
24046 * gdb.cp: New directory.
24047 * gdb.cp/*: Copy from gdb.c++/*.
24048 * gdb.c++/*: Remove.
24049 * Makefile.in: Change gdb.c++ to gdb.cp.
24050 * configure.in: Ditto.
24051 * configure: Regnerate.
24052
24053 2003-08-18 Mark Kettenis <kettenis@gnu.org>
24054
24055 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
24056 * gdb.arch/i386-prologue.c (gdb1338): Add function.
24057
24058 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24059
24060 * mi-var-display.exp (-var-list-children weird): Accept function
24061 pointers with argument types.
24062 * mi1-var-display.exp (-var-list-children weird): Likewise.
24063 * mi2-var-display.exp (-var-list-children weird): Likewise.
24064
24065 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24066
24067 * gdb.base/annota3.exp: Add missing newline.
24068
24069 2003-08-06 Michael Chastain <mec@shout.net>
24070
24071 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
24072
24073 2003-08-12 Michael Snyder <msnyder@redhat.com>
24074
24075 * gdb.base/float.exp: Add test for SH.
24076
24077 2003-08-10 Mark Kettenis <kettenis@gnu.org>
24078
24079 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
24080
24081 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24082
24083 * gdb.base/completion.exp: Remove reduntant completion test
24084 on filename.
24085
24086 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24087
24088 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
24089 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
24090 gdb.trace/save-trace.exp: Make sure that full pathnames are
24091 escaped correctly.
24092
24093 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24094
24095 * configure.in: Don't generate config.h from config.hin.
24096 * configure: Regenerate.
24097 * config.hin: Remove file.
24098 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
24099 * gdb.threads/pthreads.c: Ditto.
24100
24101 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
24102
24103 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24104 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
24105 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
24106 Replace ld24 with seth/add3.
24107
24108 2003-08-02 Andrew Cagney <cagney@redhat.com>
24109
24110 * gdb.base/annota3.exp: New file.
24111 * gdb.base/annota3.c: New file.
24112 * gdb.c++/annota3.exp: New file.
24113 * gdb.c++/annota3.cc: New file.
24114
24115 2003-07-29 Michael Chastain <mec@shout.net>
24116
24117 * gdb.threads/tls.c (spin): Check errno only if sem_wait
24118 actually failed.
24119 (do_pass): Likewise.
24120 * gdb.threads/tls.exp: Always initialize no_of_threads.
24121
24122 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
24123
24124 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
24125 pattern.
24126 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
24127 * gdb.threads/tls.exp: Recognize one case of the host library not
24128 supporting TLS.
24129
24130 2003-07-27 Andrew Cagney <cagney@redhat.com>
24131
24132 * gdb.base/fileio.exp: Use SH when running commands using
24133 remote_exec.
24134
24135 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
24136
24137 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24138 * gdb.base/relocate.c (dummy): New padding array.
24139
24140 2003-07-22 Michael Snyder <msnyder@redhat.com>
24141
24142 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
24143
24144 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
24145 patterns to be more general, accepting old and new output.
24146 Some output chars (such as '+') also must be quoted.
24147 Some addresses are displayed numerically instead of
24148 symbolically.
24149
24150 2003-07-23 Michael Snyder <msnyder@redhat.com>
24151
24152 * gdb.base/return2.exp: Don't test long-long return.
24153
24154 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
24155 * gdb.disasm/t01_mov.exp: Ditto.
24156 * gdb.disasm/t02_mova.s: Ditto.
24157 * gdb.disasm/t02_mova.exp: Ditto.
24158 * gdb.disasm/t03_add.s: Ditto.
24159 * gdb.disasm/t03_add.exp: Ditto.
24160 * gdb.disasm/t04_sub.s: Ditto.
24161 * gdb.disasm/t04_sub.exp: Ditto.
24162 * gdb.disasm/t05_cmp.s: Ditto.
24163 * gdb.disasm/t05_cmp.exp: Ditto.
24164 * gdb.disasm/t06_ari2.s: Ditto.
24165 * gdb.disasm/t06_ari2.exp: Ditto.
24166 * gdb.disasm/t07_ari3.s: Ditto.
24167 * gdb.disasm/t07_ari3.exp: Ditto.
24168 * gdb.disasm/t08_or.s: Ditto.
24169 * gdb.disasm/t08_or.exp: Ditto.
24170 * gdb.disasm/t09_xor.s: Ditto.
24171 * gdb.disasm/t09_xor.exp: Ditto.
24172 * gdb.disasm/t10_and.s: Ditto.
24173 * gdb.disasm/t10_and.exp: Ditto.
24174 * gdb.disasm/t11_logs.s: Ditto.
24175 * gdb.disasm/t11_logs.exp: Ditto.
24176 * gdb.disasm/t12_bit.s: Ditto.
24177 * gdb.disasm/t12_bit.exp: Ditto.
24178 * gdb.disasm/t13_otr.s: Ditto.
24179 * gdb.disasm/t13_otr.exp: Ditto.
24180
24181 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24182
24183 * gdb.threads/tls.exp :Add kfail for 'info address' case.
24184
24185 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24186
24187 * gdb.threads/tls.c : New file.
24188 * gdb.threads/tls.exp : New file.
24189 * gdb.threads/tls-main.c : New file.
24190 * gdb.threads/tls-shared.c : New file.
24191 * gdb.threads/tls-shared.exp : New file.
24192
24193 2003-07-22 Andreas Schwab <schwab@suse.de>
24194
24195 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
24196
24197 2003-07-20 Andreas Schwab <schwab@suse.de>
24198
24199 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
24200 due to insn reordering.
24201
24202 2003-07-15 Andrew Cagney <cagney@redhat.com>
24203
24204 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
24205
24206 2003-07-15 Michael Chastain <mec@shout.net>
24207
24208 * gdb.base/gdb1250.exp: New file.
24209 * gdb.base/gdb1250.c: New file.
24210
24211 2003-07-09 Michal Ludvig <mludvig@suse.cz>
24212
24213 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
24214 expansion of size_t to 'unsigned long', not only to 'unsigned'.
24215
24216 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24217
24218 * gdb.threads/tls.c: New file.
24219 * gdb.threads/tls.exp: New file.
24220 * gdb.threads/tls-main.c: New file.
24221 * gdb.threads/tls-shared.c: New file.
24222 * gdb.threads/tls-shared.exp: New file.
24223
24224 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24225
24226 * gdb.base/annota1.exp: Make sure that we properly escape the
24227 full path of the source file. Xfail more permissive patterns,
24228 due to a compiler debug info problem.
24229
24230 2003-07-07 Andreas Schwab <schwab@suse.de>
24231
24232 * gdb.asm/m68k.inc: New file.
24233 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24234
24235 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
24236 arguments"): Also match negative number.
24237
24238 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
24239
24240 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
24241
24242 * gdb.base/store.c (charest): New typedef.
24243 (add_char): Rename to add_charest, update.
24244 (wack_char): Rename to wack_charest, update types. Return l + r
24245 to keep r live across the call.
24246 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24247 (wack_double, wack_doublest): Return l + r to keep r live across
24248 the call.
24249 * gdb.base/store.exp: Accomodate store.c changes.
24250
24251 2003-06-30 David Carlton <carlton@kealia.com>
24252
24253 * gdb.c++/maint.exp (test_invalid_name): New.
24254 (test_first_component): Add tests for invalid names.
24255
24256 2003-06-29 Michael Chastain <mec@shout.net>
24257
24258 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24259 output of '<VTT for class>' for virtual base classes.
24260
24261 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24262
24263 * gdb.base/completion.exp: Tab-complete "complet" instead of
24264 "compl".
24265 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24266
24267 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24268
24269 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24270 * gdb.base/volatile.exp: Likewise.
24271
24272 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24273
24274 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24275 gdb/1265.
24276
24277 2003-06-28 Michael Chastain <mec@shout.net>
24278 Daniel Jacobowitz <drow@mvista.com>
24279
24280 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24281 initial line count of 'captured_main' from 26 to 32.
24282 (test_with_self): Allow xmalloc call to be interleaved with the
24283 preceding two lines.
24284
24285 2003-06-24 Joel Brobecker <brobecker@gnat.com>
24286
24287 * gdb.base/bang.exp: New testcase.
24288
24289 2003-06-23 Joel Brobecker <brobecker@gnat.com>
24290
24291 * gdb.base/langs.exp: Add some tests for the "minimal" language
24292 support.
24293
24294 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
24295
24296 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24297 the testcase.
24298
24299 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24300
24301 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24302 offset.
24303
24304 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24305
24306 * gdb.c++/pr-1210.cc: New file.
24307 * gdb.c++/pr-1210.exp: New file.
24308
24309 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
24310
24311 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24312 000-exec-continue.
24313
24314 2003-06-15 Mark Kettenis <kettenis@gnu.org>
24315
24316 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24317 on *-*-*bsd* instead of *-*-freebsd*.
24318
24319 2003-06-14 Andrew Cagney <cagney@redhat.com>
24320
24321 * gdb.base/store.exp: Test longest and doublest. Test all
24322 parameters. Weaken return statement match.
24323 * gdb.base/store.c: Add longest and doublest - aka long long and
24324 long double functions. Put all parameters into local register
24325 variables. Use negative values.
24326
24327 2003-06-14 Andrew Cagney <cagney@redhat.com>
24328
24329 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24330 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24331 exit status.
24332 * gdb.base/fileio.exp: Disable target when nointerrupts and
24333 noinferiorio, instead of limiting it to remote. Use remote_exec
24334 instead of system.
24335
24336 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24337
24338 * gdb.base/float.exp: Add ia64 support.
24339
24340 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
24341
24342 * gdb.base/fileio.exp: Run only on remote targets.
24343
24344 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
24345
24346 * gdb.base/fileio.c: New file, testing File-I/O.
24347 * gdb.base/fileio.exp: Ditto.
24348
24349 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24350
24351 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24352 shared objects after relocation at load time (gdb PR/1132).
24353 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24354 as above, part of the shared object relocation test.
24355
24356 2003-06-08 Mark Kettenis <kettenis@gnu.org>
24357
24358 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24359 fully filled history list.
24360 * gdb.base/gdb_history: New file.
24361
24362 * gdb.base/signals.exp: XFAIL "continue to func1" on
24363 i*86-*-freebsd*.
24364
24365 * gdb.base/attach.exp: When trying to attach to a nonexistent
24366 process, make it possible to specify the PID based on the target,
24367 and do so for *-*-freebsd*.
24368
24369 2003-06-02 Richard Henderson <rth@redhat.com>
24370
24371 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24372
24373 2003-06-02 Richard Henderson <rth@redhat.com>
24374
24375 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24376
24377 2003-06-02 Richard Henderson <rth@redhat.com>
24378
24379 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24380
24381 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
24382
24383 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24384 of globalvar.
24385
24386 2003-06-01 Mark Kettenis <kettenis@gnu.org>
24387
24388 * gdb.asm/asm-source.exp: Check for memory read errors in
24389 disassembler test on *BSD too.
24390
24391 2003-06-01 Richard Henderson <rth@redhat.com>
24392
24393 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24394 for .frame.
24395 (gdbasm_call): Lose ldgp.
24396 (gdbasm_startup): Add frame information.
24397 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24398
24399 2003-05-31 Mark Kettenis <kettenis@gnu.org>
24400
24401 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24402 i?86-*-*.
24403
24404 2003-05-30 Mark Kettenis <kettenis@gnu.org>
24405
24406 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24407 FreeBSD.
24408
24409 2003-05-29 Richard Henderson <rth@redhat.com>
24410
24411 * gdb.asm/alpha.inc: New file.
24412 * gdb.asm/asm-source.exp: Use it.
24413
24414 2003-05-29 Jim Blandy <jimb@redhat.com>
24415
24416 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24417 'core.PID'.
24418
24419 2003-05-22 Jim Blandy <jimb@redhat.com>
24420
24421 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24422 backtrace.
24423
24424 2003-05-20 David Carlton <carlton@math.stanford.edu>
24425
24426 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24427 this time.
24428
24429 2003-05-19 David Carlton <carlton@bactrian.org>
24430
24431 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24432 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24433
24434 2003-05-19 David Carlton <carlton@bactrian.org>
24435
24436 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24437 namespace tests.
24438 Bump copyright date.
24439 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24440 (main): Call C::D::marker2.
24441 * gdb.c++/namespace1.cc: New file.
24442
24443 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24444
24445 Roland McGrath <roland@redhat.com>
24446 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24447 there is no manager thread.
24448
24449 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24450
24451 * gdb.threads/schedlock.exp: Remove assumption that all threads
24452 will run in a particular small time slice. Also ensure we break
24453 in one of the child threads rather than the main thread.
24454
24455 2003-05-07 Jim Blandy <jimb@redhat.com>
24456
24457 Add support for assembly source testing on the s390x.
24458 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24459 architecture.
24460 * gdb.asm/s390x.inc: New file.
24461
24462 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24463 succession of 'if' statements.
24464
24465 2003-05-05 Andrew Cagney <cagney@redhat.com>
24466
24467 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24468
24469 2003-05-05 Andrew Cagney <cagney@redhat.com>
24470
24471 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24472 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24473
24474 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
24475
24476 * gdb.base/charset.exp: Update based on new behavior of set/show
24477 charset commands.
24478
24479 2003-05-01 Andrew Cagney <cagney@redhat.com>
24480
24481 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24482 variable do not give memory errors.
24483
24484 2003-04-30 Adam Fedor <fedor@gnu.org>
24485
24486 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24487 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24488 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24489 gdb.objc/basicclass.m: : New files
24490
24491 * lib/gdb.exp (gdb_compile_objc): New procedure.
24492
24493 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
24494
24495 * gdb.base/signals.exp: Make backtrace tests more specific.
24496
24497 2003-04-23 David Carlton <carlton@bactrian.org>
24498
24499 * gdb.c++/maint.exp (test_first_component): Add tests for
24500 'operator' in more locations.
24501
24502 2003-04-16 Kevin Buettner <kevinb@redhat.com>
24503
24504 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24505
24506 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
24507
24508 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24509 func marke' instead. Update test name.
24510
24511 2003-04-15 David Carlton <carlton@math.stanford.edu>
24512
24513 * gdb.c++/maint.exp: New file.
24514
24515 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24516
24517 * gdb.threads/schedlock.c: Change type of thread function argument
24518 to long, to avoid warnings on 64-bit platforms.
24519
24520 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24521
24522 * gdb.base/attach.exp: Add new message from ptrace in case of
24523 attaching to nonexistent process.
24524
24525 2003-04-11 Jim Blandy <jimb@redhat.com>
24526
24527 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24528 gdb.c++/userdef.cc: Place comments on the lines to which the
24529 marker function might return.
24530 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24531 gdb.c++/userdef.exp: Look for those comments to check that we've
24532 returned to the right place, instead of checking line numbers.
24533
24534 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
24535
24536 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24537 match on sourcefile name, instead of directory name.
24538
24539 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
24540
24541 * gdb.base/completion.exp: Use string_to_regexp to match the
24542 working directory name.
24543
24544 2003-04-09 Jim Blandy <jimb@redhat.com>
24545
24546 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24547 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24548 after an inferior function call, report the failure, but allow the
24549 test to continue.
24550
24551 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24552
24553 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24554 with -DPROTOTYPES.
24555
24556 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24557
24558 * gdb.base/break.exp: Revert last patch.
24559
24560 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24561
24562 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24563 with -DPROTOTYPES.
24564
24565 2003-04-02 Andrew Cagney <cagney@redhat.com>
24566
24567 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24568 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24569 matching directories by the name breakpoint.
24570 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24571 Make "continue to marker1" consistent.
24572 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24573 message consistent.
24574 * lib/gdb.exp: Put "the program is no longer running", and "the
24575 program exited" in parenthesis.
24576 * lib/mi-support.exp: Ditto.
24577
24578 2003-04-02 Bob Rossi <bob_rossi@cox.net>
24579
24580 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24581
24582 2003-03-29 Andrew Cagney <cagney@redhat.com>
24583
24584 * gdb.base/sizeof.c (main): Print the value of '\377'.
24585 * gdb.base/sizeof.exp: Check the sign of '\377'.
24586
24587 2003-03-27 Michael Chastain <mec@shout.net>
24588
24589 * gdb.base/gdb1090.exp: New file.
24590 * gdb.base/gdb1090.cc: New file.
24591
24592 2003-03-27 J. Brobecker <brobecker@gnat.com>
24593
24594 * gdb.gdb/observer.exp: New regression test.
24595
24596 2003-03-27 Michael Chastain <mec@shout.net>
24597
24598 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24599 * gdb.base/ptype.exp: Likewise.
24600
24601 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
24602
24603 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24604
24605 2003-03-26 Michael Chastain <mec@shout.net>
24606
24607 * gdb.base/ptype.exp: Actually use some typedef'd types.
24608
24609 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24610
24611 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24612 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24613
24614 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24615
24616 * gdb.base/default.exp: Fix regular expression.
24617
24618 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24619
24620 * gdb.base/args.exp: Fix regular expression.
24621
24622 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24623
24624 * gdb.base/help.exp: Allow Win32 child process.
24625
24626 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24627
24628 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24629 when stepping out of main().
24630
24631 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24632
24633 * gdb.base/default.exp: Check for win32 specific message when calling
24634 "run" without executable.
24635
24636 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24637
24638 * gdb.base/args.exp: Expect .exe in output.
24639
24640 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24641
24642 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24643 Cygwin native.
24644
24645 2003-03-17 Andrew Cagney <cagney@redhat.com>
24646
24647 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24648 vector registes.
24649 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24650 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24651
24652 2003-03-17 David Carlton <carlton@math.stanford.edu>
24653
24654 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24655 test, for PR breakpoints/38.
24656 Call test_watchpoint_and_breakpoint.
24657 * gdb.base/watchpoint.c (func3): New function.
24658 (main): Call func3.
24659
24660 2003-03-04 David Carlton <carlton@math.stanford.edu>
24661
24662 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24663 Garply<Garply<char> >:: garply".
24664 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24665 with respect to PR c++/1111; note also PR c++/1113.
24666 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24667 respect to PR c++/1062.
24668 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24669
24670 2003-03-03 David Carlton <carlton@math.stanford.edu>
24671
24672 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24673 with respect to PR c++/57.
24674 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24675 c++/826.
24676 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24677 respect to PR c++/57.
24678
24679 2003-03-03 David Carlton <carlton@math.stanford.edu>
24680
24681 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24682 respect to PR c++/33 into FAILs.
24683
24684 2003-03-03 Michael Chastain <mec@shout.net>
24685
24686 * configure.in: Update copyright years.
24687
24688 2003-03-03 Michael Chastain <mec@shout.net>
24689
24690 * Makefile.in: Update copyright years.
24691
24692 2003-02-28 David Carlton <carlton@math.stanford.edu>
24693
24694 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24695 print class instead of struct and/or superfluous protection
24696 specifiers, as long as the resulting output is equivalent to the
24697 source code.
24698 Delete FIXME from end of messages on tests that don't need
24699 fixing.
24700
24701 2003-02-28 David Carlton <carlton@math.stanford.edu>
24702
24703 * gdb.c++/templates.exp (do_tests): Allow const in the two
24704 Foo<volatile char *>::foo tests.
24705
24706 2003-02-27 Michael Snyder <msnyder@redhat.com>
24707
24708 * gdb.base/restore.c (main): Return zero, so exit code
24709 will be consistant.
24710
24711 2003-02-26 David Carlton <carlton@math.stanford.edu>
24712
24713 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24714 char *>::foo" test with respect to PR c++/33. Create a new test
24715 which is identical to that one except that it doesn't put the
24716 space between the "char" and the "*"; KFAIL it, too.
24717
24718 2003-02-26 David Carlton <carlton@math.stanford.edu>
24719
24720 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24721 template types into either PASSes or KFAILs (corresponding to PR
24722 c++/57). Tweak indentation. Update copyright.
24723
24724 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24725
24726 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24727
24728 2003-02-13 Michael Chastain <mec@shout.net>
24729
24730 * gdb.base/exprs.exp: Remove i960 remnants.
24731 * gdb.base/funcargs.exp: Likewise.
24732 * gdb.base/list.exp: Likewise.
24733 * gdb.base/ptype.exp: Likewise.
24734
24735 2003-02-14 David Carlton <carlton@math.stanford.edu>
24736
24737 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24738 pEe->D::vg()" from XFAIL to KFAIL.
24739
24740 2003-02-13 Jason Molenda (jmolenda@apple.com)
24741
24742 * gdb.base/maint.exp: Update maint print statistics regexp to include
24743 new entries.
24744
24745 2003-02-13 Michael Chastain <mec@shout.net>
24746
24747 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24748
24749 2003-02-12 Michael Chastain <mec@shout.net>
24750
24751 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24752 * gdb.c++/inherit.exp: Likewise.
24753 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24754 * gdb.c++/templates.exp: Likewise.
24755 * gdb.c++/virtfunc.exp: Likewise.
24756
24757 2003-02-06 Jason Molenda (jason-cl@molenda.com)
24758
24759 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24760 why the code is written that way.
24761
24762 2003-02-05 Michael Chastain <mec@shout.net>
24763
24764 * gdb.base/dump.exp: Add missing copyright line.
24765
24766 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24767
24768 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24769 at the beginning so the breakpoint doesn't get set on the loop.
24770
24771 2003-02-05 Michael Chastain <mec@shout.net>
24772
24773 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24774 output for configurations with gcc 2.95.3.
24775
24776 2003-02-05 Keith Seitz <keiths@redhat.com>
24777 Andrew Cagney <ac131313@redhat.com>
24778
24779 * gdb.mi/mi-cli.exp: New file.
24780
24781 2003-02-04 Michael Chastain <mec@shout.net>
24782
24783 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24784 Call perror and then continue.
24785
24786 2003-02-03 Michael Chastain <mec@shout.net>
24787
24788 * gdb.c++/pr-1023.cc: New file.
24789 * gdb.c++/pr-1023.exp: New file.
24790
24791 2003-02-05 Jim Blandy <jimb@redhat.com>
24792
24793 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24794 it's local to foobar. Check for it there, and check that it's not
24795 present in main.
24796 * gdb.c++/local.cc (marker2): New function.
24797 (foobar): Call marker1.
24798 (main): Call marker2 instead of marker1.
24799
24800 2003-02-04 Andrew Cagney <ac131313@redhat.com>
24801
24802 * gdb.disasm/mn10200.exp: Obsolete file.
24803 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24804 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24805 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24806
24807 2003-02-04 David Carlton <carlton@math.stanford.edu>
24808
24809 * gdb.c++/overload.exp: Test intToChar(1).
24810 * gdb.c++/overload.cc (intToChar): New.
24811 (main): Call intToChar.
24812
24813 2003-02-03 David Carlton <carlton@math.stanford.edu>
24814
24815 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24816 'might_kfail' arg.
24817 KFAIL some of the continue_to_bp_overloaded calls, according to
24818 PR c++/1025.
24819
24820 2003-02-01 Michael Chastain <mec@shout.net>
24821
24822 * gdb.base/advance.c (marker1): New marker function.
24823 * gdb.base/advance.exp: When the 'advance' command lands on the
24824 return breakpoint, it can legitimately stop on either the
24825 current line or the next line. Accommodate both outcomes.
24826 * gdb.base/until.exp: Likewise.
24827
24828 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24829
24830 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24831 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24832 now a list, not a tuple.
24833 * gdb.mi/mi-var-display.exp: Ditto.
24834 * gdb.mi/gdb792.exp: Ditto.
24835
24836 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24837
24838 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24839 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24840 stack backtraces.
24841 * gdb.mi/mi-syn-frame.c: Part of same.
24842
24843 2003-02-01 Mark Kettenis <kettenis@gnu.org>
24844
24845 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24846 gdb.mi/mi1-pthreads.exp: Return instead of calling
24847 gdb_suppress_entire_file.
24848
24849 2003-02-01 Mark Salter <msalter@redhat.com>
24850
24851 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24852
24853 2003-01-31 Mark Salter <msalter@redhat.com>
24854
24855 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24856 Support empty arg.
24857
24858 2003-01-30 Michael Chastain <mec@shout.net>
24859
24860 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24861 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24862 has been fixed in gdb/readline on 2003-01-09.
24863
24864 2003-01-29 Michael Snyder <msnyder@redhat.com>
24865
24866 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24867 * gdb.base/display.exp: Allow for leading underscore in symbol.
24868 * gdb.base/args.exp: Skip if target does not support args passing.
24869
24870 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24871
24872 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24873 gdb_test. Accept a list of expect arguments as the third
24874 parameter.
24875 (gdb_test): Use it.
24876
24877 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
24878
24879 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24880 allow for different test tree configurations. Update some
24881 tescases accordingly.
24882 * gdb.arch/altivec-regs.exp: Ditto.
24883 * gdb.asm/asm-source.exp: Ditto.
24884 * gdb.base/advance.exp: Ditto.
24885 * gdb.base/display.exp: Ditto.
24886 * gdb.base/long_long.exp: Ditto.
24887 * gdb.base/mips_pro.exp: Ditto.
24888 * gdb.base/overlays.exp: Ditto.
24889 * gdb.base/relocate.exp: Ditto.
24890 * gdb.base/setshow.exp: Ditto.
24891 * gdb.base/step-line.exp: Ditto.
24892 * gdb.base/step-test.exp: Ditto.
24893 * gdb.base/until.exp: Ditto.
24894 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24895
24896 2003-01-17 David Carlton <carlton@math.stanford.edu>
24897
24898 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24899 corresponding to PR c++/945.
24900 Update copyright.
24901
24902 2003-01-17 David Carlton <carlton@math.stanford.edu>
24903
24904 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24905 corresponding to PR c++/68.
24906
24907 2003-01-17 David Carlton <carlton@math.stanford.edu>
24908
24909 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24910 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24911 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24912
24913 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24914
24915 * gdb.base/break.exp: Fix change of default location, because of
24916 removal of until tests.
24917 * gdb.base/help.exp: Update test for new 'until' help message.
24918 Add test for help on 'advance'.
24919 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24920
24921 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24922
24923 * gdb.base/default.exp: Adapt "info float" test for recent changes
24924 to that command. Add test for "info vector".
24925 * gdb.base/float.exp: New file. Add test for "info float" that
24926 resembles the old test in gdb.base/default.exp.
24927
24928 2003-01-15 David Carlton <carlton@math.stanford.edu>
24929
24930 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24931
24932 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24933
24934 * gdb.base/break.exp: Move the tests of until command from here...
24935 * gdb.base/until.exp: ... to here. New file. Add other tests.
24936 * gdb.base/advance.c: New file.
24937 * gdb.base/advance.exp: New file.
24938
24939 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24940
24941 * gdb.base/args.c: New file.
24942 * gdb.base/args.exp: New file.
24943
24944 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24945
24946 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24947
24948 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24949
24950 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24951
24952 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24953
24954 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24955 dates.
24956
24957 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24958
24959 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24960
24961 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24962
24963 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24964 (ptype &*"foo").
24965 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24966
24967 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24968
24969 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24970 * gdb.mi/mi1-console.exp: Likewise.
24971
24972 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24973
24974 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24975 * gdb.mi/mi1-console.exp: Likewise.
24976
24977 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24978
24979 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24980
24981 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24982
24983 * gdb.base/detach.exp: New test.
24984
24985 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24986
24987 * Makefile.in (ALL_SUBDIRS): New variable.
24988 (subdirs, clean, distclean): Use it.
24989 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24990 regenerating Makefile, since it is generated from the top level.
24991 * gdb.asm/Makefile.in: Likewise.
24992 * gdb.base/Makefile.in: Likewise.
24993 * gdb.c++/Makefile.in: Likewise.
24994 * gdb.disasm/Makefile.in: Likewise.
24995 * gdb.java/Makefile.in: Likewise.
24996 * gdb.mi/Makefile.in: Likewise.
24997 * gdb.threads/Makefile.in: Likewise.
24998 * gdb.trace/Makefile.in: Likewise.
24999
25000 2003-01-09 David Carlton <carlton@math.stanford.edu>
25001
25002 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
25003 Add copyright year 2003.
25004
25005 2003-01-06 Michael Chastain <mec@shout.net>
25006
25007 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
25008 When selecting a thread, 'line' and 'file' are optional.
25009 * gdb.mi/mi1-pthreads.exp: Likewise.
25010
25011 2003-01-06 Andreas Schwab <schwab@suse.de>
25012
25013 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
25014 failures.
25015
25016 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25017
25018 Fix PR gdb/844
25019 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
25020 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
25021
25022 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
25023 instead of calling gdb_suppress_entire_file.
25024 * gdb.threads/print-threads.exp: Likewise.
25025 * gdb.threads/schedlock.exp: Likewise.
25026
25027 * gdb.threads/killed.exp: Return instead of calling
25028 gdb_suppress_entire_file.
25029 * gdb.threads/linux-dp.exp: Likewise.
25030 * gdb.threads/pthreads.exp: Likewise.
25031
25032 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25033
25034 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
25035 stabs.
25036 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
25037 * gdb.base/whatis.exp: Always allow (void) after function names.
25038
25039 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25040
25041 * gdb.c++/casts.exp: Correct regexp.
25042
25043 2003-01-04 Mark Kettenis <kettenis@gnu.org>
25044
25045 * configure.in: Call AC_CONFIG_HEADER. Don't call
25046 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
25047 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
25048 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
25049 aforementioned directories in the AC_OUPUT call.
25050 * config.hin: New file.
25051 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
25052 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
25053 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
25054 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
25055 pass -I$objdir instead of -I$objdir/$subdir in compilation.
25056 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
25057 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
25058 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
25059 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
25060 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
25061 gdb.threads/configure.in, gdb.threads/configure,
25062 gdb.threads/config.in, gdb.trace/configure.in,
25063 gdb.trace/configure: Removed.
25064
25065 2003-01-03 Michael Chastain <mec@shout.net>
25066
25067 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
25068 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
25069
25070 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
25071
25072 * gdb.base/store.exp: Fix regular expressions.
25073
25074 2002-12-28 Mark Kettenis <kettenis@gnu.org>
25075
25076 * configure.in: Rewrite.
25077 * configure: Regenerated.
25078
25079 2003-01-03 David Carlton <carlton@math.stanford.edu>
25080
25081 * gdb.base/psymtab.exp: New file.
25082 * gdb.base/psymtab1.c: Ditto.
25083 * gdb.base/psymtab2.c: Ditto.
25084
25085 2002-12-23 Adam Fedor <fedor@gnu.org>
25086
25087 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
25088
25089 2002-12-23 David Carlton <carlton@math.stanford.edu>
25090
25091 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
25092 and current_directory initialization.
25093
25094 2002-12-22 Jim Blandy <jimb@redhat.com>
25095
25096 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
25097 rather than as part of the output file name.
25098
25099 * gdb.base/attach.exp: There's no need to copy the test program to
25100 /tmp; that was only ever necessary on HP/UX, and this test is
25101 entirely disabled there anyway.
25102
25103 2002-12-21 Jim Blandy <jimb@redhat.com>
25104
25105 * gdb.c++/psmang.exp: Doc fix.
25106
25107 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
25108 test.
25109
25110 2002-12-20 David Carlton <carlton@math.stanford.edu>
25111
25112 * gdb.c++/annota2.exp: KFAIL annotate-quit.
25113
25114 2002-12-18 Michael Chastain <mec@shout.net>
25115
25116 * gdb.c++/annota2.exp: Add copyright year 2002.
25117
25118 2002-12-17 David Carlton <carlton@math.stanford.edu>
25119
25120 * gdb.c++/try_catch.cc: Add marker comments.
25121 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
25122 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
25123 * gdb.c++/m-static.cc: Ditto.
25124 * gdb.c++/m-static1.cc: Ditto.
25125 * gdb.c++/try_catch.cc: Ditto.
25126
25127 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
25128
25129 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
25130 to see whether we are using the new -environment-directory
25131 command which resets via -r or the old version of the command
25132 which may prompt the user. Part of fix for gdb/741.
25133
25134 2002-12-13 Andrew Cagney <ac131313@redhat.com>
25135
25136 * gdb.fortran/types.exp: Update obsolete comment.
25137 * gdb.fortran/exprs.exp: Ditto.
25138 * lib/gdb.exp: Delete obsolete code.
25139 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
25140 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
25141 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
25142 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
25143 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
25144 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
25145 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
25146 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
25147 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
25148 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
25149 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
25150 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
25151 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
25152 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
25153 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
25154 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
25155 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
25156 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
25157 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
25158 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
25159 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
25160 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
25161 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
25162 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
25163 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
25164 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
25165 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
25166 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
25167 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
25168 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
25169 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
25170 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
25171 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
25172 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
25173 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
25174 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
25175 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
25176
25177 2002-12-11 David Carlton <carlton@math.stanford.edu>
25178
25179 * gdb.c++/m-data.exp: Add test for members that shadow global
25180 variables: see PR gdb/804.
25181 * gdb.c++/m-data.cc: Ditto.
25182
25183 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
25184
25185 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
25186
25187 2002-12-06 David Carlton <carlton@math.stanford.edu>
25188
25189 * gdb.base/store.c: Don't declare functions static.
25190
25191 2002-12-04 Andrew Cagney <ac131313@redhat.com>
25192
25193 * gdb.base/store.exp, gdb.base/store.c: New files.
25194
25195 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25196
25197 * gdb.base/selftest.exp: Update for current gdb.
25198
25199 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25200
25201 * gdb.base/maint.exp: Only dump symbols from one source file
25202 or objfile.
25203
25204 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25205
25206 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
25207 function call.
25208
25209 2002-11-25 Jim Blandy <jimb@redhat.com>
25210
25211 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
25212 function appearing in error message.
25213
25214 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
25215
25216 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25217
25218 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25219
25220 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
25221 for mi1 and current mi is in correct format. New mi startup message
25222 should be in mi console format. This is part of fix for PR gdb/604.
25223
25224 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25225
25226 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
25227 which explicitly prints the zero offset as "+0".
25228
25229 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
25230
25231 * gdb.threads/schedlock.c (args): Make unsigned.
25232
25233 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
25234
25235 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
25236 numbers. Allow "foo2|selected stack frame".
25237 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
25238 * gdb.asm/asmsrc2.s: Likewise.
25239 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
25240 comments.
25241 * gdb.asm/mips.inc: New file.
25242
25243 2002-10-18 Adam Fedor <fedor@gnu.org>
25244
25245 * gdb.base/default.exp: Update expected output to include 'ObjC'.
25246 * gdb.base/help.exp: Likewise.
25247
25248 2002-10-17 Kevin Buettner <kevinb@redhat.com>
25249
25250 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25251 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25252
25253 2002-10-02 Jim Blandy <jimb@redhat.com>
25254
25255 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25256
25257 2002-10-01 Andrew Cagney <ac131313@redhat.com>
25258
25259 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25260 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25261 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25262 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25263 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25264 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25265 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25266
25267 2002-09-29 Andrew Cagney <ac131313@redhat.com>
25268
25269 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25270 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25271 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25272 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25273 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25274 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25275 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
25276
25277 2002-09-27 Kevin Buettner <kevinb@redhat.com>
25278
25279 * gdb.base/annota1.exp (info break): Make directory components of
25280 path optional since not all compilers emit this debug information.
25281
25282 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25283 step ends up stepping out of the function instead of stopping on
25284 the epilogue.
25285
25286 2002-09-26 Keith Seitz <keiths@redhat.com>
25287
25288 * lib/insight-support.exp (gdbtk_start): Figure out where
25289 the insight executable is based on where gdb is. Use this
25290 executable to start insight instead of gdb.
25291
25292 2002-09-25 Andrew Cagney <cagney@redhat.com>
25293
25294 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25295
25296 2002-09-24 Andrew Cagney <ac131313@redhat.com>
25297
25298 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25299 test_isolated_complaints.
25300 (test_empty_complaint): New function.
25301 (test_empty_complaints): New function. Check no output when no
25302 complaints.
25303
25304 2002-09-19 Jim Blandy <jimb@redhat.com>
25305
25306 * gdb.base/charset.exp, gdb.base/charset.c: New files.
25307
25308 2002-09-19 Andrew Cagney <ac131313@redhat.com>
25309
25310 * gdb.gdb/complaints.exp: New file.
25311
25312 2002-09-18 Andrew Cagney <ac131313@redhat.com>
25313
25314 * gdb.base/maint.exp: Check `help maint internal-warning'.
25315
25316 2002-09-18 David Carlton <carlton@math.stanford.edu>
25317
25318 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25319 numbers, and replace them by a single breakpoint after the
25320 constructors are all finished.
25321 Add test 4.
25322 * gdb.c++/m-static.cc: Add test 4.
25323 * gdb.c++/m-static.h: New file.
25324 * gdb.c++/m-static1.cc: New file.
25325
25326 * gdb.c++/printmethod.exp: New file.
25327 * gdb.c++/printmethod.cc: New file.
25328
25329 * gdb.c++/pr-574.exp: New file.
25330 * gdb.c++/pr-574.cc: New file.
25331
25332 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25333
25334 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25335 embedded targets which never actually exit.
25336
25337 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25338
25339 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25340 "don't step after run" as unresolved or unsupported, instead of xfail.
25341
25342 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25343
25344 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25345 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25346 Add newline to expected string in "step out of main (status wrapper)"
25347 case.
25348
25349 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25350
25351 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25352 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25353
25354 2002-09-17 Tom Tromey <tromey@redhat.com>
25355
25356 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25357 \000, not \0, in double-quoted string.
25358
25359 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
25360
25361 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25362 string after running the commands execution on breakpoint tests.
25363
25364 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
25365
25366 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25367
25368 2002-09-12 Joel Brobecker <brobecker@gnat.com>
25369
25370 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25371
25372 2002-09-10 Keith Seitz <keiths@redhat.com>
25373
25374 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25375 runto proc.
25376 (mi_run_to_main): Use mi_runto.
25377 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25378
25379 2002-09-10 Keith Seitz <keiths@redhat.com>
25380
25381 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25382 regexp for stopping at main. Could have multiple event notifications.
25383 Don't assume that main was declared with no parameters.
25384 (mi_next): Use mi_step_to.
25385 (mi_step): Use mi_next_to.
25386
25387 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
25388
25389 * gdb.base/default.exp: Fix expected string in `info float' test.
25390
25391 2002-09-09 Ben Elliston <bje@redhat.com>
25392
25393 * config/mips.exp: Update comments.
25394 * config/mips-idt.exp: Likewise.
25395 * config/nind.exp: Likewise.
25396 * config/slite.exp: Likewise.
25397 * config/sparclet.exp: Likewise.
25398 * config/udi.exp: Likewise.
25399 * config/vx.exp: Likewise.
25400 * config/vxworks29k.exp: Likewise.
25401
25402 2002-09-05 Jim Blandy <jimb@redhat.com>
25403
25404 * gdb.threads/killed.exp: Fix test failure message.
25405
25406 2002-09-04 Keith Seitz <keiths@redhat.com>
25407
25408 * lib/mi-support.exp: Update copyright.
25409 (mi_gdb_test): Increase the priority of the expected pattern
25410 so that it matches gdb_test.
25411
25412 2002-09-03 Keith Seitz <keiths@redhat.com>
25413
25414 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25415 Use integer comparison instead of string comparison for testing
25416 whether binary was built.
25417
25418 2002-09-03 Jim Blandy <jimb@redhat.com>
25419
25420 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25421
25422 2002-08-29 Jim Blandy <jimb@redhat.com>
25423
25424 * gdb.threads/pthreads.exp: Move the portable thread compilation
25425 code into a function in lib/gdb.exp, and call that from here.
25426 * lib/gdb.exp (gdb_compile_pthreads): New function.
25427
25428 2002-08-29 Keith Seitz <keiths@redhat.com>
25429
25430 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25431 expect_out so that callers can get at it.
25432
25433 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
25434
25435 * gdb.threads/print-threads.c: New file.
25436 * gdb.threads/print-threads.exp: New file.
25437 * gdb.threads/schedlock.c: New file.
25438 * gdb.threads/schedlock.exp: New file.
25439
25440 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
25441
25442 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25443 not altivec.c.
25444
25445 2002-08-17 Mark Kettenis <kettenis@gnu.org>
25446
25447 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25448 targets. The problem should be fixed now.
25449
25450 2002-08-15 Mark Kettenis <kettenis@gnu.org>
25451
25452 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25453 2002-07-24 change that removes final dots from error messages.
25454
25455 2002-08-13 Tom Tromey <tromey@redhat.com>
25456
25457 * gdb.base/readline.exp: New file.
25458
25459 2002-08-01 Andrew Cagney <ac131313@redhat.com>
25460
25461 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25462 supress message.
25463
25464 2002-08-01 Andrew Cagney <cagney@redhat.com>
25465
25466 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25467 CHILL_FOR_TARGET and CHILL_LIB.
25468 * configure.in (configdirs): Remove gdb.chill.
25469 * configure: Regenerate.
25470 * lib/gdb.exp: Obsolete references to chill.
25471 * gdb.fortran/types.exp: Ditto.
25472 * gdb.fortran/exprs.exp: Ditto.
25473
25474 2002-07-30 Kevin Buettner <kevinb@redhat.com>
25475
25476 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25477 set Irix-specific compile and link flags.
25478
25479 2002-07-29 Kevin Buettner <kevinb@redhat.com>
25480
25481 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25482 source files. The ``-o'' option doesn't work with the ``-E'' option
25483 when using the Irix compiler.
25484
25485 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
25486
25487 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25488 Improve support for reusing an exec file. Copy exec file
25489 to target, and run gdbserver on the target instead of on the host.
25490
25491 2002-07-18 Jim Blandy <jimb@redhat.com>
25492
25493 * gdb.base/ending-run.exp: Don't expect to see the program end in
25494 some orderly fashion when we're running on a real stand-alone
25495 board.
25496
25497 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25498 targets that don't support interrupts.
25499
25500 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25501
25502 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25503 systems.
25504 Move comments in expect statements to inside the actions, so that they
25505 don't get matched against.
25506
25507 2002-07-10 Mark Kettenis <kettenis@gnu.org>
25508
25509 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25510 function when asleep" test.
25511
25512 2002-07-10 Andrew Cagney <ac131313@redhat.com>
25513
25514 * gdb.base/page.exp: Rewrite to handle problems with very long
25515 `info set' output. Update copyright.
25516
25517 2002-06-26 Andrew Cagney <ac131313@redhat.com>
25518
25519 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25520 gdb.threads-hp.
25521 * gdb.hp/configure: Regenerate.
25522 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25523 * gdb.hp/gdb.threads-hp/configure: Delete file.
25524 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25525
25526 2002-06-22 Andrew Cagney <ac131313@redhat.com>
25527
25528 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25529 setlocale, bindtextdomain and textdomain.
25530
25531 2002-06-11 Jim Blandy <jimb@redhat.com>
25532
25533 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25534 preprocessor macro information is present.
25535
25536 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25537 tests.
25538
25539 2002-06-06 Michael Snyder <msnyder@redhat.com>
25540
25541 * gdb.base/overlays.exp: Record addresses of overlay
25542 functions in TCL variables rather than in GDB variables,
25543 to avoid having GDB convert them to pointers (with loss
25544 of information).
25545
25546 * gdb.base/d10v.ld: Merge in several years worth of
25547 default linker script changes.
25548 * gdb.base/long_long.exp: Add check for sizeof (long double).
25549
25550 2002-06-06 Michal Ludvig <mludvig@suse.cz>
25551
25552 * gdb.asm/asm-source.exp: Add x86-64 target.
25553 * gdb.asm/x86_64.inc: New.
25554
25555 2002-05-30 Michael Chastain <mec@shout.net>
25556
25557 From Benjamin Kosnik <bkoz@redhat.com>:
25558 * gdb.c++/m-static.cc: New file.
25559 * gdb.c++/m-static.exp: New file.
25560
25561 2002-05-28 Michael Snyder <msnyder@redhat.com>
25562
25563 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25564 precision.
25565
25566 2002-05-27 Michael Chastain <mec@shout.net>
25567
25568 From Benjamin Kosnik <bkoz@redhat.com>:
25569 * gdb.c++/m-data.cc: New file.
25570 * gdb.c++/m-data.exp: New file.
25571
25572 2002-05-27 Michael Chastain <mec@shout.net>
25573
25574 From Benjamin Kosnik <bkoz@redhat.com>:
25575 * gdb.c++/try_catch.cc: New file.
25576 * gdb.c++/try_catch.exp: New file.
25577
25578 2002-05-27 Michael Chastain <mec@shout.net>
25579
25580 * gdb.c++/local.exp: Accept more nested types in output.
25581
25582 2002-05-26 Michael Chastain <mec@shout.net>
25583
25584 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25585
25586 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25587
25588 * lib/gdb.exp (gdb_wrapper_init): Just because
25589 gdb_wrapper_file exists, this does not mean that the file
25590 should not be rebuilt. That is what gdb_wrapper_initialized
25591 is for.
25592 (default_gdb_init): Reset gdb_wrapper_initialized.
25593
25594 2002-05-23 Michael Snyder <msnyder@redhat.com>
25595
25596 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25597 the precision of the floating point test results.
25598 * gdb.base/call-rt-st.exp: Ditto.
25599
25600 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25601 * gdb.base/call-rt-st.exp: Ditto.
25602
25603 2002-05-19 Michael Chastain <mec@shout.net>
25604
25605 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25606
25607 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
25608
25609 * configure.in (configdirs): Add gdb.arch.
25610 * configure: Regenerate.
25611
25612 2002-05-17 Jim Blandy <jimb@redhat.com>
25613
25614 * gdb.base/completion.exp: Recognize the more detailed error
25615 messages produced by the macro expander's lexical analyzer.
25616
25617 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25618
25619 * gdb.arch/altivec-abi.c: New file.
25620 * gdb.arch/altivec-abi.exp: New file.
25621 * gdb.arch/altivec-regs.c: New file.
25622 * gdb.arch/altivec-regs.exp: New file.
25623
25624 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
25625
25626 * gdb.base/maint.exp (maint print type): Update for new type
25627 structure.
25628
25629 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25630
25631 * gdb.arch: New directory.
25632 * gdb.arch/configure.in: New file.
25633 * gdb.arch/configure: New file.
25634 * gdb.arch/Makefile.in: New file.
25635
25636 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
25637
25638 * gdb.asm/asm-source.exp: Add v850 as supported target.
25639 * gdb.asm/v850.inc: New file.
25640
25641 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
25642
25643 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25644
25645 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
25646
25647 * gdb.base/break.exp: Check 'break "marker2"'.
25648
25649 2002-05-10 Michael Snyder <msnyder@redhat.com>
25650
25651 * gdb.base/long_long.exp: Fix typo.
25652
25653 2002-05-10 Jim Blandy <jimb@redhat.com>
25654
25655 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25656 a bug.
25657
25658 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25659 Recognize more detailed error message produced by the macro
25660 expander's lexical analyzer.
25661 * lib/gdb.exp (test_print_reject): Same.
25662
25663 2002-05-09 Mark Kettenis <kettenis@gnu.org>
25664
25665 * gdb.c++/method.exp: Fix typo.
25666
25667 2002-05-08 Michael Snyder <msnyder@redhat.com>
25668
25669 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25670 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25671 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25672 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25673 Add iftarget clause for strongarm.
25674
25675 2002-05-06 Michael Snyder <msnyder@redhat.com>
25676
25677 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25678 (gdb_continue_to_end): Accept output from status wrapper.
25679 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25680 Clean up fail messages to match pass messages.
25681
25682 Enable the "needs_status_wrapper" testsuite feature.
25683 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25684 (gdb_compile): Conditionally call gdb_wrapper_init.
25685 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25686 * gdb.c++/method.exp: Recognize output from status wrapper.
25687
25688 2002-05-06 Ben Elliston <bje@redhat.com>
25689 From Graydon Hoare <graydon@redhat.com>
25690
25691 * config/sid.exp: Include support for "rawsid" protocol.
25692
25693 2002-05-03 Jim Blandy <jimb@redhat.com>
25694
25695 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25696 * gdb.c++/hang3.C: New file.
25697
25698 2002-05-04 Andrew Cagney <ac131313@redhat.com>
25699
25700 * gdb.base/default.exp: Remove obsolete code.
25701 * gdb.c++/misc.exp: Ditto. Update copyright.
25702 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25703 * gdb.base/whatis.exp: Ditto. Update copyright.
25704 * gdb.base/scope.exp: Ditto. Update copyright.
25705 * gdb.base/ptype.exp: Ditto. Update copyright.
25706 * gdb.base/printcmds.exp: Ditto. Update copyright.
25707 * gdb.base/opaque.exp: Ditto. Update copyright.
25708 * gdb.base/list.exp: Ditto.
25709 * gdb.base/funcargs.exp: Ditto. Update copyright.
25710 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25711 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25712 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25713 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25714 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25715 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25716
25717 2002-05-02 Michael Snyder <msnyder@redhat.com>
25718
25719 * gdb.base/watchpoint.exp: Add xscale target.
25720 * gdb.base/long_long.exp: Add xscale target.
25721 * gdb.base/default.exp: Add xscale target.
25722
25723 2002-05-01 Jim Blandy <jimb@redhat.com>
25724
25725 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25726 gdb.c++/hang.exp: New test.
25727
25728 2002-05-01 Fred Fish <fnf@redhat.com>
25729
25730 * gdb.base/completion.exp: Handle completions of "./Make" for
25731 more than one completion possibility, as is the case when we
25732 build and test in the source tree.
25733
25734 2002-04-29 Anthony Green <green@redhat.com>
25735
25736 * gdb.java/jmisc1.exp: New file.
25737 * gdb.java/jmisc2.exp: New file.
25738
25739 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25740
25741 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25742
25743 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
25744
25745 * gdb.base/help.exp: Change 'help status' to allow for target
25746 dependent output differences.
25747
25748 2002-04-22 Michael Chastain <mec@shout.net>
25749
25750 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25751
25752 2002-04-22 Michael Chastain <mec@shout.net>
25753
25754 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25755
25756 2002-04-17 David S. Miller <davem@redhat.com>
25757
25758 * gdb.asm/sparc64.inc: New file.
25759 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25760
25761 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
25762
25763 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25764 instruction file directly into the build tree. Clean up at end of
25765 test.
25766
25767 2002-04-18 David S. Miller <davem@redhat.com>
25768
25769 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25770 handle 64-bit platforms correctly.
25771 * gdb.base/maint.exp: Likewise.
25772
25773 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25774
25775 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25776 ``-fpic'' when compiling files comprising a shared library, but
25777 it does need additional linker flags in order to find shared
25778 libraries at run time.
25779
25780 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25781
25782 * gdb.base/cvexpr.c (use): New function.
25783 (main): Invoke use() on all global variables to prevent
25784 some linkers from deleting these otherwise unused symbols.
25785
25786 2002-04-17 Michael Chastain <mec@shout.net>
25787 From David S. Miller <davem@redhat.com>
25788
25789 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25790 handle 64-bit platforms correctly.
25791
25792 2002-04-12 Michael Snyder <msnyder@redhat.com>
25793 From Jim Blandy <jimb@redhat.com>
25794 * gdb.base/foo.c (foox): Remove section attribute; the linker
25795 script can handle this instead.
25796 * gdb.base/bar.c (barx): Same.
25797 * gdb.base/baz.c (bazx): Same.
25798 * gdb.base/grbx.c (grbxx): Same.
25799
25800 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25801 manager doesn't automatically unmap overlays unnecessarily.
25802
25803 2002-04-10 Martin M. Hunt <hunt@redhat.com>
25804
25805 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25806 stepping out of main.
25807
25808 2002-04-09 Michael Chastain <mec@shout.net>
25809
25810 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25811 scope so that the nested scope tests will make sense.
25812 * gdb.c++/local.exp: Write patterns that actually work with gcc
25813 (the HP patterns "were never known to work with gcc").
25814 Keep the old aCC patterns too.
25815
25816 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25817
25818 * gdb.base/attach.exp: Correct target board test.
25819
25820 2002-04-08 Michael Chastain <mec@shout.net>
25821
25822 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25823 in a const method. Add some xfail and fail cases for configurations
25824 that do not emit the "const ...".
25825
25826 2002-04-07 Michael Chastain <mec@shout.net>
25827
25828 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25829 Accept "A * const" and "const A * const" as type of "this".
25830 Fix spelling of getFunky throughout. Make messages uniform.
25831
25832 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25833
25834 Work around for PR gdb/285:
25835 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25836
25837 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25838
25839 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25840 instructions file at run time instead of configure time.
25841 Sometimes we run the test in a directory that is not the one we
25842 configured in.
25843 * gdb.asm/configure.in: Delete creation of symlink.
25844 * gdb.asm/configure: Regenerate.
25845
25846 2002-04-05 J. Brobecker <brobecker@gnat.com>
25847
25848 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25849 xfullpath () function.
25850
25851 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25852
25853 * gdb.asm/Makefile.in: Correct dependencies.
25854
25855 * gdb.asm/powerpc.inc: New file.
25856 * gdb.asm/asm-source.exp: Add PowerPC.
25857 * gdb.asm/configure.in: Likewise.
25858 * gdb.asm/configure: Regenerated.
25859
25860 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25861
25862 * gdb.base/relocate.exp: New file.
25863 * gdb.base/relocate.c: New file.
25864
25865 2002-04-04 Fred Fish <fnf@redhat.com>
25866
25867 * gdb.base/step-test.exp: Update comment regarding stopping in
25868 memcpy/bcopy calls inserted as part of the compiler runtime.
25869
25870 2002-04-04 Michael Snyder <msnyder@redhat.com>
25871
25872 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25873
25874 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
25875
25876 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25877 (gdb_expect): Remove $notransfer hack.
25878
25879 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25880
25881 * gdb.c++/classes.exp ("calling method for small class"): Match
25882 updated register output.
25883
25884 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25885
25886 Fix PR gdb/452
25887 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25888 when finished. Make gdb_file_cmd send "exec-file" when
25889 appropriate.
25890
25891 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25892
25893 * gdb.base/attach.exp: Remove extra setup_xfail.
25894
25895 2002-03-26 Michael Snyder <msnyder@redhat.com>
25896
25897 * gdb.base/default.exp: Add tests for dump, append, and restore.
25898 * gdb.base/help.exp: Add tests for dump, append, and restore.
25899 * gdb.base/dump.exp: New file, test dump, append and restore.
25900 * gdb.base/dump.c: New file.
25901
25902 2002-03-27 Michael Snyder <msnyder@redhat.com>
25903
25904 * gdb.base/help.exp: Modify expect strings to reflect
25905 clean-ups in help messages.
25906
25907 2002-03-26 Fred Fish <fnf@redhat.com>
25908
25909 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25910 have debugging info for those functions and the compiler uses them
25911 internally to copy structs around.
25912
25913 2002-03-26 Fred Fish <fnf@redhat.com>
25914
25915 * gdb.base/list.exp: Revert the change made yesterday and add note
25916 about why we don't list the default lines for remote targets.
25917
25918 2002-03-25 Michael Snyder <msnyder@redhat.com>
25919
25920 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25921
25922 2002-03-25 Fred Fish <fnf@redhat.com>
25923
25924 * gdb.base/list.exp: This test works on remote targets so remove
25925 the short circuit for remote targets. Update copyright.
25926
25927 2002-03-25 Fred Fish <fnf@redhat.com>
25928
25929 * gdb.base/attach.exp: Fix logic error that was suppressing this
25930 test for all non hppa*-*-hpux* targets, instead of the hp target.
25931 Move comments closer to the suppression point. Also now need to
25932 check that we are running natively.
25933
25934 2002-03-22 Michael Snyder <msnyder@redhat.com>
25935
25936 * gdb.base/default.exp: Add test for gcore. Update copyright.
25937 * gdb.base/help.exp: Add test for gcore. Update copyright.
25938
25939 2002-03-06 Fred Fish <fnf@redhat.com>
25940
25941 * gdb.base/funcargs.c: Remove extraneous ';' character.
25942 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25943
25944 2002-03-04 Michael Chastain <mec@shout.net>
25945
25946 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25947 accommodate gcc v3 function signature.
25948 * gdb.mi/mi0-var-cmd-exp: Ditto.
25949
25950 2002-02-24 Andrew Cagney <ac131313@redhat.com>
25951
25952 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25953 ``GNU/Linux'' or ``Linux kernel''
25954 * testsuite/gdb.threads/pthreads.c: Ditto.
25955
25956 2002-02-24 Michael Chastain <mec@shout.net>
25957
25958 * gdb.threads/pthreads.c (thread1): Add a return statement.
25959 (thread2): Likewise.
25960 (foo): Likewise.
25961
25962 2002-02-23 Michael Chastain <mec@shout.net>
25963
25964 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25965 to placate gcc.
25966
25967 2002-02-23 Michael Chastain <mec@shout.net>
25968
25969 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25970 test "ptype bint". The test passes on all my stabs configurations.
25971
25972 2002-02-21 Jim Blandy <jimb@redhat.com>
25973
25974 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25975 filename at a time, and watch for the ones we want to see.
25976
25977 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25978 types of pointers to prototyped functions.
25979
25980 2002-02-20 Andrew Cagney <ac131313@redhat.com>
25981
25982 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25983 signed, unsigned and straight char.
25984 (padding_char, padding_short, padding_int, padding_long,
25985 padding_long_long, padding_float, padding_double,
25986 padding_long_double): New global variables.
25987 (fill, fill_structs): New functions.
25988
25989 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25990 for correctly sized writes. Update copyright.
25991 (get_valueof): New procedure.
25992 (get_sizeof): Call get_valueof.
25993 (check_valueof): New procedure.
25994 (check_padding): New procedure.
25995
25996 2002-02-20 Michael Chastain <mec@shout.net>
25997
25998 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25999 to setup_xfail. Document some of the remaining calls.
26000
26001 2002-02-18 Michael Chastain <mec@shout.net>
26002
26003 * gdb.c++/userdef.exp: Update copyright year.
26004
26005 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
26006
26007 * gdb.c++/userdef.exp: Test overloaded operators properly.
26008 Remove xfails.
26009
26010 2002-02-14 Michael Snyder <msnyder@redhat.com>
26011
26012 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
26013
26014 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
26015
26016 * gdb.base/a2-run.exp: Check for a remote target properly.
26017 * gdb.base/annota1.exp: Likewise.
26018 * gdb.base/list.exp: Likewise.
26019 * gdb.base/reread.exp: Likewise.
26020 * gdb.base/scope.exp: Likewise.
26021 * gdb.base/shlib-call.exp: Likewise.
26022 * gdb.base/term.exp: Likewise.
26023 * gdb.c++/annota2.exp: Likewise.
26024
26025 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
26026
26027 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
26028
26029 2002-02-10 Michael Chastain <mec@shout.net>
26030
26031 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
26032 (call_after_alloca): Ditto.
26033
26034 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
26035
26036 * gdb.base/ending-run.exp: Guard "cont" test with
26037 gdb_skip_stdio_test.
26038
26039 2002-02-06 Jim Blandy <jimb@redhat.com>
26040
26041 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
26042 from here...
26043 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
26044 To here. Disable this test on non-HP platforms. Add big comment.
26045
26046 2002-02-04 Michael Snyder <msnyder@redhat.com>
26047
26048 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
26049 other than d10v and m32r.
26050
26051 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
26052
26053 * gdb.base/default.exp: Rewrite test patterns to reduce time
26054 taken to match them.
26055
26056 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26057
26058 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
26059 Allow a start function above main.
26060 * gdb.threads/linux-dp.exp: Fix copyright date.
26061
26062 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26063
26064 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
26065 (check_philosopher_stack): Check for manager thread before checking
26066 for a just-starting thread.
26067
26068 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26069
26070 From Neil Booth <neil@daikokuya.demon.co.uk>:
26071 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
26072 warnings.
26073
26074 2002-01-21 Fred Fish <fnf@redhat.com>
26075
26076 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
26077 not caller.
26078
26079 2002-01-21 Jim Blandy <jimb@redhat.com>
26080
26081 * gdb.base/reread.exp: Check that GDB properly re-reads the
26082 executable file when it changes while no inferior is running.
26083
26084 2002-01-21 Fred Fish <fnf@redhat.com>
26085
26086 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
26087 optionally accept the "shlib events" variation.
26088
26089 2002-01-21 Jim Blandy <jimb@redhat.com>
26090
26091 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
26092 call `fflush' after every `printf', so that the output is produced
26093 at predictable points, regardless of whatever buffering does (or
26094 doesn't) take place.
26095 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
26096 at different points.
26097
26098 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26099
26100 * gdb.c++/inherit.exp: Update copyright years.
26101 * gdb.c++/method.exp: Likewise.
26102
26103 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26104
26105 * gdb.c++/classes.exp: Update for improved v3 support and skipping
26106 artificial methods/arguments.
26107 * gdb.c++/derivation.exp: Likewise.
26108 * gdb.c++/inherit.exp: Likewise.
26109 * gdb.c++/method.exp: Likewise.
26110 * gdb.c++/virtfunc.exp: Likewise.
26111
26112 2002-01-18 Andrew Cagney <ac131313@redhat.com>
26113
26114 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
26115 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
26116 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
26117 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
26118 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
26119 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
26120
26121 2002-01-17 Jim Blandy <jimb@redhat.com>
26122
26123 * gdb.asm/asm-source.exp (info symbol): Take another shot at
26124 anchoring the pattern matching the entry point symbol's name.
26125
26126 2002-01-17 Andrew Cagney <ac131313@redhat.com>
26127
26128 * gdb.base/maint.exp: Update ``maint internal-error'' to match
26129 continue/quit query. Update copyright.
26130
26131 2002-01-14 Michael Snyder <msnyder@redhat.com>
26132
26133 * gdb.base/gcore.exp: Remove extra debugging output.
26134
26135 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26136
26137 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
26138 for slightly dubious v2 mangled string.
26139
26140 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26141
26142 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
26143
26144 2002-01-10 Jason Merrill <jason@redhat.com>
26145
26146 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
26147
26148 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
26149 constructors.
26150 * gdb.c++/derivation.exp: Likewise.
26151 * gdb.c++/templates.exp: Likewise.
26152 * gdb.c++/virtfunc.exp: Likewise.
26153
26154 2002-01-10 Michael Snyder <msnyder@redhat.com>
26155
26156 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
26157
26158 2002-01-08 Michael Snyder <msnyder@redhat.com>
26159
26160 * gdb.base/gcore.exp: New test for generate-core-file command.
26161 * gdb.base/gcore.c: Testcase for above.
26162 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
26163
26164 2002-01-08 Jason Merrill <jason@redhat.com>
26165
26166 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
26167
26168 2002-01-07 Fred Fish <fnf@redhat.com>
26169
26170 * gdb.c++/overload.exp: Remove unconditional xfails for:
26171 print foo_instance1.overloadargs(1)
26172 print foo_instance1.overloadargs(1, 2)
26173 print foo_instance1.overloadargs(1, 2, 3)
26174 print foo_instance1.overloadargs(1, 2, 3, 4)
26175 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
26176 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
26177 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
26178 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
26179 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
26180 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
26181 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
26182 print foo_instance1.overload1arg()
26183 print foo_instance1.overload1arg((char)arg2)
26184 print foo_instance1.overload1arg((signed char)arg3)
26185 print foo_instance1.overload1arg((unsigned char)arg4)
26186 print foo_instance1.overload1arg((int)arg7)
26187 print foo_instance1.overload1arg((unsigned int)arg8)
26188 print foo_instance1.overload1arg((float)arg11)
26189 print foo_instance1.overload1arg((double)arg12)
26190
26191 2002-01-07 Michael Snyder <msnyder@redhat.com>
26192
26193 * gdb.base/huge.exp: New test. Print a very large target data object.
26194 (skip_huge_test): New test variable. Define if you want to skip this
26195 test. The test reads an 8 megabyte data object from the target, so it
26196 might be very time consuming on remote targets with a slow connection.
26197 * gdb.base/huge.c: New file. Test case for above.
26198
26199 2002-01-07 Fred Fish <fnf@redhat.com>
26200
26201 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
26202 g_instance.bfoo, and g_instance.cfoo.
26203
26204 2002-01-07 Jeffrey A Law <law@redhat.com>
26205
26206 * gdb.base/break.c (multi_line_if_conditional): New function.
26207 (multi_ilne_while_conditional): Likewise.
26208 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
26209 IF or WHILE condition puts the breakpoint at the start of
26210 the condition.
26211
26212 * gdb.base/selftest.exp (backtrace through signal handler): Remove
26213 hppa*-*-hpux* expected failure.
26214 * gdb.base/structs.exp (do_function_calls): Similarly.
26215
26216 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
26217 watchpoints.
26218
26219 2002-01-06 Andrew Cagney <ac131313@redhat.com>
26220
26221 Fix PR gdb/66.
26222 * gdb.base/structs.exp: Replace skip for a29k with skip for
26223 gdb,cannot_call_functions.
26224 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
26225 * gdb.base/callfuncs.exp: Ditto.
26226 * gdb.base/call-rt-st.exp: Ditto.
26227 * gdb.base/call-strs.exp: Ditto.
26228 * gdb.base/callfwmall.exp: Ditto.
26229 * gdb.base/scope.exp: Obsolete xfail a29k.
26230 * gdb.c++/misc.exp: Ditto.
26231 * gdb.c++/cplusfuncs.exp: Ditto.
26232 * gdb.base/ptype.exp: Ditto.
26233 * gdb.base/printcmds.exp: Ditto.
26234 * gdb.base/opaque.exp: Ditto.
26235 * gdb.base/list.exp: Ditto.
26236 * gdb.base/funcargs.exp: Ditto.
26237 * gdb.base/default.exp: Ditto.
26238
26239 2002-01-04 Michael Snyder <msnyder@redhat.com>
26240
26241 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
26242 * gdb.base/maint.exp: Add tests for maint info sections options.
26243
26244 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
26245
26246 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26247
26248 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
26249
26250 * gdb.asm/arm.inc: New file.
26251 * gdb.asm/asm-source.exp: Add arm targets.
26252 * gdb.asm/configure.in: Ditto.
26253 * gdb.asm/configure: Recreated from configure.in.
26254
26255 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26256
26257 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26258 with HP's compiler.
26259 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26260 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26261 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26262 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26263
26264 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26265 either HP's compilers or GCC.
26266
26267 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26268 a SIGBUS or SIGSEGV.
26269
26270 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26271
26272 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26273 can be compiled with either HP's compiler or GCC.
26274
26275 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26276 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26277 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26278
26279 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26280 to match current gdb output. Update due to using auto-solib-limit
26281 for limiting instead of overloading auto-solib-add.
26282 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26283 test program.
26284
26285 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
26286 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26287 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26288 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26289 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26290 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26291 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26292 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26293 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26294 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26295 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26296 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26297 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
26298
26299 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26300 a SIGTRAP to the inferior.
26301
26302 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
26303
26304 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26305 Substitute call to target_link by call to gdb_compile.
26306
26307 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26308
26309 * gdb.base/break.exp: Fix HP specific search string when testing
26310 backtracing in a called function.
26311
26312 * gdb.base/constvars.exp: Only set lang to C++ if we're
26313 compiling the test with HP's compilers.
26314 * gdb.base/volatile.exp: Similarly.
26315
26316 2001-12-19 Jim Blandy <jimb@redhat.com>
26317
26318 * gdb.base/printcmds.exp: Expect the null character to be printed
26319 as '\0', and the '\013' to be printed as '\v'.
26320 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26321 * gdb.base/setvar.exp: Same.
26322
26323 2001-12-17 Jim Blandy <jimb@redhat.com>
26324
26325 * gdb.base/completion.exp: Rather than completing very long
26326 filenames, which can make the readline library produce output we
26327 don't recognize, cd to the directory first, and then complete
26328 using nice, short relative paths.
26329
26330 * gdb.base/completion.exp: On some systems, there is, in fact, a
26331 variable named `b' in scope, since GDB treats all static
26332 variables as being in scope. So use `no_var_named_this'
26333 instead of `b'.
26334
26335 * gdb.base/corefile.exp: Recognize the message saying that GDB
26336 can't find the core file's registers as a failure.
26337
26338 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26339
26340 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26341 test expect string more specific.
26342
26343 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
26344
26345 * gdb.asm/asm-source.exp: Add support for xstormy16.
26346 * gdb.asm/configure.in: Ditto.
26347 * gdb.asm/configure: Rebuild.
26348 * gdb.asm/xstormy16.inc: New file.
26349
26350 2001-12-10 Fred Fish <fnf@redhat.com>
26351
26352 * gdb.base/maint.exp: Update to match changes in type dumping code.
26353
26354 2001-12-10 Jim Blandy <jimb@redhat.com>
26355
26356 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26357 matching the entry point symbol's name at the beginning of the
26358 line.
26359
26360 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26361
26362 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26363 gdb.c++/inherit.exp, gdb.c++/method.exp,
26364 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26365 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26366 and class layout support.
26367
26368 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26369
26370 * gdb.c++/classes.exp: Add test for static member function.
26371 * gdb.c++/misc.cc: Add class with static member function.
26372
26373 2001-12-07 Jim Blandy <jimb@redhat.com>
26374
26375 If GDB says it can't find the struct the function returned, report
26376 those tests as `unsupported'.
26377 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26378 Rewrite subsequent tests to use it.
26379
26380 If GDB says it can't find the struct the function returned, report
26381 those tests as `unsupported'.
26382 * gdb.base/structs.exp (call_struct_func): New function.
26383 (do_function_calls): Use call_struct_func to call the functions
26384 returning structs.
26385
26386 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26387 whether functions are prototyped or not, so we can't possibly pass
26388 arguments to t_float_values2 properly.
26389
26390 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26391 value of `timeout' for targets other than the mips*tx39-*.
26392
26393 2001-12-06 Michael Snyder <msnyder@redhat.com>
26394
26395 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26396 and detect whether the start symbol has a leading underscore.
26397
26398 2001-12-04 Jim Blandy <jimb@redhat.com>
26399
26400 * gdb.base/completion.exp: Clarify indentation.
26401
26402 2001-12-03 Jim Blandy <jimb@redhat.com>
26403
26404 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26405 variables on the S/390, not `.word'.
26406
26407 2001-11-30 Jim Blandy <jimb@redhat.com>
26408
26409 Add assembly-source tests for s390-ibm-linux.
26410 * gdb.asm/s390.inc: New file.
26411 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26412 the S/390 architecture.
26413 * gdb.asm/configure: Regenerated.
26414
26415 2001-11-30 Michael Snyder <msnyder@redhat.com>
26416
26417 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26418 next, info source, info sources, info line, global and static
26419 variables, and static functions.
26420 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26421 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26422 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26423 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26424 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26425 (gdbasm_leave): Restore frame pointer.
26426 (gdbasm_startup): Copy stack set-up from crt0.S.
26427
26428 2001-11-26 Fernando Nasser <fnasser@redhat.com>
26429
26430 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26431 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26432 to a local (non-static) variable. Copy tstruct.a to a static buffer
26433 and return a pointer to that buffer.
26434 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26435
26436 2001-11-24 Mark Kettenis <kettenis@gnu.org>
26437
26438 * gdb.asm/configure.in: Fix recognition of ix86 target.
26439 * gdb.asm/configure: Regenerate.
26440
26441 2001-11-21 Michael Snyder <msnyder@redhat.com>
26442
26443 * gdb.asm/sparc.inc: New file.
26444 * gdb.asm/asm-source.exp: Recognize sparc target.
26445 * gdb.asm/configure.in: Recognize sparc target.
26446 * gdb.asm/configure: Regenerate.
26447
26448 2001-11-21 Michael Snyder <msnyder@redhat.com>
26449
26450 * gdb.asm/m32r.inc: New file.
26451 * gdb.asm/asm-source.exp: Recognize m32r target.
26452 * gdb.asm/configure.in: Recognize m32r target.
26453 * gdb.asm/configure: Regenerate.
26454
26455 2001-11-20 Michael Snyder <msnyder@redhat.com>
26456
26457 * gdb.asm/i386.inc: New file.
26458 * gdb.asm/asm-source.exp: Recognize ix86 target.
26459 * gdb.asm/configure.in: Recognize ix86 target.
26460 * gdb.asm/configure: Regenerate.
26461
26462 * gdb.c++/namespace.exp: Fix quotes in output messages.
26463
26464 2001-11-14 Michael Snyder <msnyder@redhat.com>
26465
26466 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26467 qualifier in a type cast expression, to designate an address
26468 in the instruction space (Harvard architecture).
26469
26470 2001-11-13 Michael Snyder <msnyder@redhat.com>
26471
26472 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26473 Tests for expressions using 'const' and 'volatile'.
26474
26475 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
26476
26477 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26478
26479 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
26480
26481 * lib/mi-support.exp (mi_run_to_helper): Move comments
26482 outside of gdb_expect.
26483
26484 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
26485
26486 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26487 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26488 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26489 mi0_run_to): New functions.
26490 * gdb.mi/mi-simplerun.exp: Use them.
26491 * gdb.mi/mi0-simplerun.exp: Likewise.
26492 * gdb.mi/mi-var-cmd.exp: Likewise.
26493 * gdb.mi/mi0-var-cmd.exp: Likewise.
26494
26495 2001-11-10 Andrew Cagney <ac131313@redhat.com>
26496
26497 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26498 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26499
26500 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26501
26502 * gdb.base/restore.exp: Include $expected value in restored test
26503 message.
26504
26505 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26506
26507 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26508 implemented.
26509
26510 2001-11-08 Michael Snyder <msnyder@redhat.com>
26511
26512 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26513 Add pass/fail message for stop at breakpoint in call dummy function.
26514
26515 2001-11-07 Michael Snyder <msnyder@redhat.com>
26516
26517 * gdb.c++/templates.exp (test_template_breakpoints):
26518 If we get an overload menu, but it does not match what
26519 we expect, we still need to issue the "cancel" command.
26520 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26521 making the whitespace optional. Argument for "new" may be
26522 "unsigned" as well as "unsigned int/long".
26523 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26524 making the whitespace optional. Also replace "(void) with
26525 "((void|)), making the keyword "void" optional.
26526 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26527 making the whitespace optional. Also replace "(void) with
26528 "((void|)), making the keyword "void" optional.
26529 * gdb.base/callfuncs.c (t_float_values): This function must
26530 _not_ be prototyped, and the following function (t_float_values2)
26531 must be prototyped (if the compiler supports it), so that GDB
26532 can be tested against both cases. Usually one case involves
26533 promotion of float to double, while the other does not.
26534 * gdb.base/callfwmall.c: Ditto.
26535 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26536 includes a stack frame for "start".
26537
26538 2001-11-05 Jim Blandy <jimb@redhat.com>
26539
26540 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26541 pointers are 32 bits long, and that offsets of relocs are always
26542 stored in the data (REL-style), and not in the reloc entry itself
26543 (RELA-style).
26544 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26545 stabs.
26546
26547 2001-11-01 Michael Snyder <msnyder@redhat.com>
26548
26549 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26550 and regular expression operators by using quoting.
26551
26552 2001-10-31 Michael Snyder <msnyder@redhat.com>
26553
26554 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26555 depending on what the symbol table contains.
26556 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26557 the output of the ptype command. Similarly, accept both "const &"
26558 and "const&".
26559
26560 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
26561
26562 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26563 symbol `STORAGE' to allow to choose the storage class of
26564 the local datastructures.
26565 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26566 compiler directive.
26567
26568 2001-10-30 Michael Snyder <msnyder@redhat.com>
26569
26570 * gdb.base/jump.exp: Allow it to run for all targets.
26571
26572 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26573
26574 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26575 with new double_array size.
26576 (main): Change storage class of all local variables to static.
26577 Reduce size of double_array to 9.
26578 * gdb.base/call-ar-st.exp: Increase timeout value.
26579 Change expected output for double array to match new size in
26580 call-ar-st.c.
26581
26582 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26583
26584 * gdb.base/ending-run.exp: Create identical output when passing
26585 `step to end of run' case. Add regular expression branch satisfying
26586 Stormy16 target.
26587
26588 2001-10-28 Mark Kettenis <kettenis@gnu.org>
26589
26590 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26591 that we catch the expected failure under Linux/x86.
26592
26593 2001-10-29 Orjan Friberg <orjanf@axis.com>
26594
26595 * gdb.base/setvar.exp: Escape curly braces.
26596 * gdb.stabs/weird.exp: Ditto.
26597
26598 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
26599
26600 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26601 * gdm.mi/mi0-hack-cli.exp: Likewise.
26602
26603 2001-10-25 Andrew Cagney <ac131313@redhat.com>
26604
26605 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26606 messages.
26607
26608 2001-10-21 Andrew Cagney <ac131313@redhat.com>
26609
26610 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26611 checking MI enabled.
26612
26613 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
26614
26615 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26616
26617 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
26618
26619 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26620 if gdb child process crashes, just signal an error.
26621
26622 2001-10-02 Jim Blandy <jimb@redhat.com>
26623
26624 * lib/gdb.exp (test_xfail_format): Simplify.
26625
26626 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26627 front of the variable name `format'. Simplify `if'.
26628
26629 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26630
26631 * gdb.threads/pthreads.exp: Wait for output and delay
26632 before sending ^C.
26633
26634 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26635
26636 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26637 some incorrect output instead of timing out.
26638 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26639
26640 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
26641
26642 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26643 check to allow additional `int'.
26644
26645 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
26646
26647 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26648 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26649
26650 2001-09-27 Michael Snyder <msnyder@redhat.com>
26651
26652 * lib/gdb.exp (test_debug_format): New proc.
26653 (setup_xfail_format): Use new proc test_debug_format.
26654 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26655 proc; use new service proc test_debug_format.
26656 Replace all other "gcc_compiled" tests with this test.
26657 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26658 proc; use new service proc test_debug_format.
26659 Replace all other "gcc_compiled" tests with this test.
26660
26661 2001-09-27 Michael Snyder <msnyder@redhat.com>
26662
26663 * gdb.base/cvexpr.exp: New file.
26664 * gdb.base/cvexpr.c: New file
26665 Test for expressions using const and volatile keywords.
26666
26667 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
26668
26669 * gdb.base/constvars.exp: Check for different orders of keywords
26670 and additional "int" strings in output.
26671
26672 2001-09-22 Andrew Cagney <ac131313@redhat.com>
26673
26674 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26675 responses from "help maint".
26676
26677 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
26678
26679 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26680 to localhost:NNN instead of :NNN, in case Xvfb is listening
26681 only on TCP.
26682
26683 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
26684
26685 * gdb.base/recurse.exp: When checking leaving the watchpoint
26686 scope, recognize when gdb is in function's epilogue and pass.
26687
26688 2001-09-18 Keith Seitz <keiths@redhat.com>
26689
26690 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26691 support for running tests against sid targets.
26692 (gdbtk_done): Ditto.
26693
26694 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
26695
26696 * gdb.base/ending-run.c (main): Set stdout buffersize
26697 to the same reasonable value for any target.
26698 * gdb.base/ending-run.exp: Add a regular expression
26699 to make testsuite happy on Sanyo Stormy16 target.
26700
26701 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
26702
26703 * gdb.base/display.c (do_loops): Add float variable `f'.
26704 Increment f in loop.
26705 * gdb.base/display.exp: Increment timeout by 60 seconds.
26706 Change float display test to use variable `f'.
26707
26708 2001-09-17 Jim Blandy <jimb@redhat.com>
26709
26710 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26711 overflowing the limited breakpoint tables on some ROM monitors
26712 (like the ROM68K).
26713
26714 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
26715
26716 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26717 the "-ac" (disable access control) flag.
26718
26719 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
26720
26721 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26722 ints.
26723
26724 2001-08-30 Keith Seitz <keiths@redhat.com>
26725
26726 * lib/gdb.exp: Move all insight-related functionality into
26727 separate file.
26728 * lib/insight-support.exp: New file.
26729
26730 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
26731
26732 * config/sid.exp (sid_start): Never set sid verbosity; disable
26733 expect_background {} that consumed its stdout; tolerate </dev/null.
26734 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26735
26736 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26737
26738 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26739 CLI jump command to start it.
26740 (mi_run_to_main): Fail immediatly when unexpected output.
26741
26742 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26743
26744 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26745 beginning of function. Fix PR gdb/191.
26746
26747 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
26748
26749 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26750 what to force sid endianness to.
26751
26752 2001-08-15 Keith Seitz <keiths@redhat.com>
26753
26754 * lib/gdb.exp (gdbtk_start): Don't set environment
26755 variables for TCL_LIBRARY and friends. Insight will
26756 now figure these out for itself.
26757
26758 2001-08-02 Michael Snyder <msnyder@redhat.com>
26759
26760 * gdb.base/completion.exp: Remove the symbol "a64l" from
26761 the expect string; this is target-specific, and not related
26762 to what is being tested.
26763
26764 2001-08-02 Dave Brolley <brolley@redhat.com>
26765
26766 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26767
26768 2001-07-25 Michael Snyder <msnyder@redhat.com>
26769
26770 * gdb.base/consecutive.exp: New file. Test stepping over
26771 breakpoints on consecutive instructions.
26772 * gdb.base/consecutive.c: New file.
26773
26774 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26775 curly braces in regular expressions.
26776
26777 2001-07-25 Michael Snyder <msnyder@redhat.com>
26778
26779 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26780 legitimate output from stepping out of main.
26781
26782 2001-07-22 Keith Seitz <keiths@redhat.com>
26783
26784 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26785 the empty string, do not run the tests.
26786
26787 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26788
26789 * gdb.base/long_long.exp: Detect size of pointer. Take into
26790 account 2-byte pointers when testing for p/a results.
26791
26792 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26793
26794 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26795 and defined to 1K for m68hc11.
26796 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26797 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26798 (sizeof_random_data): New variable to tell the size of the data table;
26799 don't test past this size; always run to main.
26800
26801 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26802
26803 * gdb.base/return2.exp: return of long long and double fails for
26804 68HC11; don't execute these tests on that platform.
26805 * gdb.base/return.exp: Return of a double fails for 68hc11.
26806
26807 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26808
26809 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26810 tests that print a float.
26811 * call-rt-st.exp: Likewise.
26812
26813 2001-07-12 Mark Kettenis <kettenis@gnu.org>
26814
26815 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26816 running this test on Linux.
26817
26818 2001-06-24 Michael Chastain <chastain@redhat.com>
26819
26820 * gdb.base/arithmet.exp: Remove some tests to make all test names
26821 unique.
26822
26823 2001-07-03 Michael Snyder <msnyder@redhat.com>
26824
26825 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26826 the output of the ptype command.
26827
26828 2001-07-02 Michael Snyder <msnyder@redhat.com>
26829
26830 * gdb.base/completion.exp: Don't assume that break.c is the only
26831 source file that may contain functions named "marker".
26832 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26833
26834 2001-06-28 Andrew Cagney <ac131313@redhat.com>
26835
26836 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26837 of files to delete.
26838
26839 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26840 * gdb.disasm/h8300s.exp: New file.
26841 gdb.disasm/h8300s.s: Likewise.
26842
26843 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26844
26845 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26846 empty breakpoint tables.
26847
26848 2001-06-25 Andrew Cagney <ac131313@redhat.com>
26849
26850 * lib/mi-support.exp: Update args=... part of stop-reason
26851 patterns. Accept either a list or a tuple.
26852
26853 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26854
26855 * lib/mi-support.exp: Remove local emacs variable defining
26856 change-log-default-name.
26857
26858 2001-06-22 Michael Chastain <chastain@redhat.com>
26859
26860 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26861 This is operationally compatible with the previous version.
26862
26863 2001-06-13 Jim Blandy <jimb@redhat.com>
26864
26865 * lib/gdb.exp (gdb_test): Doc fix.
26866
26867 2001-06-10 Michael Chastain <chastain@redhat.com>
26868
26869 * gdb.base/exprs.exp: Remove a duplicate test.
26870
26871 2001-06-06 Jim Blandy <jimb@redhat.com>
26872
26873 * gdb.base/return2.exp (main): Use values to test float and double
26874 returns that are not NaN's, to avoid being confused by IEEE
26875 comparison rules.
26876
26877 2001-06-04 Michael Snyder <msnyder@redhat.com>
26878
26879 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26880 non-zero if control_c fails. Terminate the test on failure,
26881 rather than wait for 12 more tests to time out.
26882
26883 2001-06-06 Jim Blandy <jimb@redhat.com>
26884
26885 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26886 Don't forget to match the GDB prompt.
26887
26888 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26889
26890 2001-06-04 Jim Blandy <jimb@redhat.com>
26891
26892 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26893 command.
26894
26895 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26896
26897 * gdb.base/annota1.exp (info break): Match four or more spaces
26898 after "Address".
26899
26900 2001-05-31 Michael Chastain <chastain@redhat.com>
26901
26902 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26903 (dm_type_int_star): Likewise.
26904 (dm_type_long_star): Likewise.
26905 (dm_type_void_star): Likewise.
26906
26907 2001-05-29 Kevin Buettner <kevinb@redhat.com>
26908
26909 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26910 to a known value in order to get consistent results regardless
26911 of the setting of INPUTRC or the presence or contents of .inputrc.
26912
26913 2001-05-24 Michael Snyder <msnyder@redhat.com>
26914
26915 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26916 Don't require that the main thread and the manager thread are the
26917 first in the list.
26918
26919 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26920 debugging. If test fails, issue an "unsupported" not a "fail".
26921
26922 2001-05-24 Jim Blandy <jimb@redhat.com>
26923
26924 Don't assume that short is shorter than int.
26925 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26926 assume that shorts are smaller than ints. On a 16-bit machine,
26927 this isn't true.
26928 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26929 an int, is not equal to ~0 stored in an unsigned char. This tests
26930 the same thing that the previous test meant to, but works on
26931 16-bit machines, too.
26932 ("print unsigned char != (~0)"): Same test, complemented.
26933
26934 2001-05-24 Michael Snyder <msnyder@redhat.com>
26935
26936 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26937 test for (full_coverage == 0). This makes the test run faster,
26938 and prevents dejagnu getting out of step.
26939
26940 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26941
26942 * gdb.base/finish.exp (finish_void): Revise pattern for
26943 stopping on the call statement to not permit stopping at
26944 the start of the instructions comprising the call sequence.
26945
26946 2001-05-19 Michael Chastain <chastain@redhat.com>
26947
26948 * gdb.base/callfuncs.exp: Make all test names unique.
26949 * gdb.base/commands.exp: Make all test names unique.
26950 * gdb.base/condbreak.exp: Make all test names unique.
26951 * gdb.base/dbx.exp: Make all test names unique.
26952 * gdb.base/default.exp: Make all test names unique.
26953 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26954 and TIMEOUT messages to their corresponding PASS message.
26955 * gdb.base/ending-run.exp: Make all test names unique.
26956 * gdb.base/long_long.exp: Remove duplicate test.
26957
26958 2001-05-21 Kevin Buettner <kevinb@redhat.com>
26959
26960 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26961 stop on the call statement as well as the statement after the
26962 call.
26963
26964 2001-05-21 Michael Snyder <msnyder@redhat.com>
26965
26966 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26967
26968 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26969
26970 * gdb.base/completion.exp: Revamp test. Make it execute on all
26971 platforms.
26972
26973 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26974
26975 * config/gdbserver.exp (gdb_load): Handle the case
26976 in which the arguments to gdbserver are given in the
26977 baseboard configuration file.
26978 Also handle the case in which the server needs to do a
26979 load.
26980
26981 2001-05-07 Keith Seitz <keiths@cygnus.com>
26982
26983 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26984 set up the display for testing.
26985 (gdbtk_start): Convert all paths to paths that tcl will like.
26986 Export target information to environment.
26987 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26988 necessary.
26989 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26990 (to_tcl_path): New proc to convert a given pathname into
26991 a path acceptible as an argument to a tcl command.
26992 (_gdbtk_export_target_info): New proc to export target info
26993 into the environment for gdbtk testing.
26994 (gdbtk_done): New proc to signal end-of-test.
26995
26996 2001-05-06 Jim Blandy <jimb@redhat.com>
26997
26998 * restore.c: Make the code of caller0 correspond to its comment.
26999
27000 2001-05-03 Michael Snyder <msnyder@redhat.com>
27001
27002 * config/sid.exp (gdb_target_sid): Check for error messages.
27003 On error or timeout, don't make expect exit (which will terminate
27004 all subsequent tests); instead just make gdb exit.
27005 (gdb_load): Check for error messages. On error or timeout,
27006 return a negative value.
27007
27008 2001-04-24 Jim Blandy <jimb@redhat.com>
27009
27010 * gdb.c++/templates.exp: If we see the prompt for the overload
27011 list, but we haven't recognized any of the longer patterns,
27012 arrange for this test to fail, not hang.
27013
27014 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
27015 variations.
27016
27017 2001-04-22 Michael Chastain <chastain@redhat.com>
27018
27019 * gdb.c++/local.exp: Use the 'runto' library function.
27020 * gdb.c++/namespace.exp: Likewise.
27021 * gdb.c++/overload.exp: Likewise.
27022
27023 2001-03-26 Kevin Buettner <kevinb@redhat.com>
27024
27025 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
27026 * gdb.base/step-line.exp: New file. Test step/next in presence of
27027 #line directives.
27028 * gdb.base/step-line.c: New file. Test program for the above.
27029 * gdb.base/step-line.inp: New file. We pretend that this file has
27030 been transformed by some other tool into step-line.c.
27031
27032 2001-03-21 Jim Blandy <jimb@redhat.com>
27033
27034 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
27035 unmangled operator names.
27036
27037 2001-03-20 Jim Blandy <jimb@redhat.com>
27038
27039 * gdb.threads/linux-dp.exp: Recognize an additional message
27040 generated by GDB when it doesn't understand how to debug threads
27041 on the target system.
27042
27043 2001-03-19 Andrew Cagney <ac131313@redhat.com>
27044
27045 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
27046
27047 2001-03-12 Michael Chastain <chastain@redhat.com>
27048
27049 * gdb.c++/derivation.exp: Use the 'runto' library function.
27050
27051 2001-03-12 Michael Chastain <chastain@redhat.com>
27052
27053 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
27054
27055 2001-02-24 Michael Chastain <chastain@redhat.com>
27056
27057 * gdb.c++/ref-types.exp: Change handwritten code to library
27058 function 'runto'.
27059
27060 2001-03-16 Orjan Friberg <orjanf@axis.com>
27061
27062 * gdb.base/signals.exp: Set count to 0 explicitly.
27063
27064 2001-03-15 Mark Salter <msalter@redhat.com>
27065
27066 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
27067 (gdb_target_monitor): Add check of gdb_target_cmd return value.
27068 (gdb_load): Add support for additional target_info: gdb_download_size
27069 and gdb_load_timeout.
27070
27071 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
27072
27073 * gdb.base/annota1.exp: Move test of isnative to earlier in the
27074 file -- to prevent failing when the compile fails but we have no
27075 intention of running the tests anyway.
27076
27077 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
27078 tests if set.
27079
27080 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
27081 integers.
27082
27083 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
27084 * gdb.c++/namespace.exp: Ditto.
27085
27086 2001-03-07 Orjan Friberg <orjanf@axis.com>
27087
27088 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
27089 * gdb.base/pointers.exp: Relax pattern match of decimals.
27090
27091 2001-03-06 Kevin Buettner <kevinb@redhat.com>
27092
27093 * Makefile.in, config/abug.exp, config/cfdbug.exp,
27094 config/cpu32bug.exp, config/dve.exp, config/est.exp,
27095 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
27096 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
27097 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
27098 config/sh.exp, config/sid.exp, config/slite.exp,
27099 config/sparclet.exp, config/udi.exp, config/unknown.exp,
27100 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
27101 config/vxworks.exp, config/vxworks29k.exp,
27102 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
27103 gdb.base/all-bin.exp, gdb.base/annota1.exp,
27104 gdb.base/arithmet.exp, gdb.base/assign.exp,
27105 gdb.base/async.exp, gdb.base/attach.exp,
27106 gdb.base/bitfields.exp, gdb.base/bitops.exp,
27107 gdb.base/break.exp, gdb.base/call-ar-st.exp,
27108 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
27109 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
27110 gdb.base/commands.exp, gdb.base/completion.exp,
27111 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
27112 gdb.base/constvars.exp, gdb.base/corefile.exp,
27113 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
27114 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
27115 gdb.base/ending-run.exp, gdb.base/environ.exp,
27116 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
27117 gdb.base/finish.exp, gdb.base/foll-exec.exp,
27118 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
27119 gdb.base/funcargs.exp, gdb.base/help.exp,
27120 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
27121 gdb.base/logical.exp, gdb.base/long_long.exp,
27122 gdb.base/maint.exp, gdb.base/mips_pro.exp,
27123 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
27124 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
27125 gdb.base/pointers.exp, gdb.base/printcmds.exp,
27126 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
27127 gdb.base/regs.exp, gdb.base/relational.exp,
27128 gdb.base/remote.exp, gdb.base/reread.exp,
27129 gdb.base/restore.exp, gdb.base/return2.exp,
27130 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
27131 gdb.base/selftest.exp, gdb.base/setshow.exp,
27132 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
27133 gdb.base/sigall.exp, gdb.base/signals.exp,
27134 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
27135 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
27136 gdb.base/step-test.exp, gdb.base/structs.c,
27137 gdb.base/structs.exp, gdb.base/structs2.exp,
27138 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
27139 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
27140 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
27141 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27142 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
27143 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
27144 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
27145 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
27146 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
27147 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
27148 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
27149 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
27150 gdb.fortran/types.exp, gdb.java/jmisc.exp,
27151 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
27152 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
27153 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
27154 gdb.trace/circ.exp, gdb.trace/collection.exp,
27155 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
27156 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
27157 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
27158 gdb.trace/report.exp, gdb.trace/save-trace.exp,
27159 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
27160 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
27161 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
27162 notices.
27163
27164 2001-02-27 Michael Snyder <msnyder@cygnus.com>
27165
27166 * gdb.base/varargs.c (find_max_double): Fix printf format string:
27167 first arg is int not float.
27168
27169 2001-02-22 Michael Snyder <msnyder@cygnus.com>
27170
27171 * gdb.base/reread.exp: Unsupported for non-native targets;
27172 doesn't work for remote debugging.
27173
27174 2001-02-19 Fernando Nasser <fnasser@redhat.com>
27175
27176 From Drew Moseley <dmoseley@redhat.com>
27177 * gdb.base/ending-run.exp: Properly handle the BSP state when
27178 stepping past the end of main.
27179
27180 2001-02-19 John Moore <jmoore@redhat.com>
27181
27182 * gdb.base/commands.exp (infrun_breakpoint_command_test):
27183 Converted HPUX fix for non-expected items following multiple
27184 step commands into general solution for all platforms.
27185
27186 2001-02-18 Michael Chastain <chastain@redhat.com>
27187
27188 * gdb.c++/classes.exp (do_tests): Change runto statements
27189 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27190 statements demangler agnostic.
27191 * gdb.c++/virtfunc.exp (do_tests): Likewise.
27192 (gdb_virtfunc_restart): Likewise.
27193
27194 2001-02-14 Michael Chastain <chastain@redhat.com>
27195
27196 * gdb.c++/inherit.exp (do_tests): Change runto statements
27197 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27198 statements demangler agnostic.
27199
27200 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
27201
27202 * gdb.threads/pthreads.exp: Unify pass/fail messages for
27203 ``continue to bkpt at common_routine in thread 2'' and ``stopped
27204 before calling common_routine 15 times'' tests.
27205
27206 2001-02-11 Michael Chastain <chastain@redhat.com>
27207
27208 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
27209 Helps the test script figure out which demangler is in use.
27210 (dm_type_foo_ref): Ditto.
27211 (dm_type_int_star): Ditto.
27212 (dm_type_long_star): Ditto.
27213 (dm_type_unsigned_int): Ditto.
27214 (dm_type_void): Ditto.
27215 (dm_type_void_star): Ditto.
27216 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
27217 Probe the gdb demangler and set variables to accommodate
27218 formatting differences.
27219 (info_func_regexp): New function. Same as info_func, but
27220 matches against a regexp.
27221 (info_func): Match against a literal string.
27222 (print_addr_2): New function. Match against a literal string,
27223 which can be different from the input to gdb.
27224 (print_addr): Simply call print_addr_2 with the same argument twice.
27225 (test_lookup_operator_functions): Use demangler formatting variables.
27226 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
27227 the tests in the same order as the C++ class declaration.
27228 (test_paddr_operator_functions): Ditto.
27229 (test_paddr_overloaded_functions): Ditto.
27230 (test_paddr_hairy_functions): Use demangler formatting variables.
27231 Add reference to gdb/19 for related tests.
27232 (do_tests): Call probe_demangler.
27233
27234 2001-01-30 Kevin Buettner <kevinb@redhat.com>
27235
27236 * gdb.c++/templates.cc (printf): Remove unused function definition.
27237
27238 2001-01-26 Felix Lee <flee@redhat.com>
27239
27240 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27241
27242 2001-01-25 matthew green <mrg@redhat.com>
27243
27244 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
27245 up sid.
27246 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27247
27248 2001-01-25 matthew green <mrg@redhat.com>
27249
27250 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
27251 Deprecate $sid_spawn_id.
27252 (sid_exit): Remove code necessary only for `spawn.'
27253
27254 2001-01-25 matthew green <mrg@redhat.com>
27255
27256 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27257
27258 2001-01-28 Michael Chastain <chastain@redhat.com>
27259
27260 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27261 to call when tests fail. It takes gdb out of the overloaded
27262 function choice menu back to the main prompt, so that the test
27263 program stays synchronized.
27264 (set_bp_overloaded): New proc to collect all the common
27265 code for setting a breakpoint on an overloaded name. Calls
27266 take_gdb_out_of_choice_menu when needed.
27267 (menu_overload1arg): New variable to collect the repeated
27268 instances of the expected menu for an overloaded name. Change
27269 the regular expression to handle changes in g++ type encoding:
27270 "void" can be either "void" or "", and "unsigned int" can be
27271 either "unsigned int" or "unsigned".
27272 (continue_to_bp_overloaded): Change regular expressions to handle
27273 changes in g++ type encoding.
27274 (no proc): Call take_gdb_out_of_choice_menu when needed.
27275 Remove redundant calls to "info break". Accept either "canceled"
27276 or "cancelled". Change regular expressions in "info break"
27277 calls to handle changes in g++ type encoding. Give all tests
27278 unique strings.
27279
27280 2001-01-17 Ben Elliston <bje@redhat.com>
27281
27282 * config/sid.exp: New file.
27283
27284 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27285
27286 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27287
27288 2000-12-21 Michael Snyder <msnyder@cygnus.com>
27289
27290 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27291 Add a RE to accept a non-ascii char if one is ever presented.
27292
27293 2000-12-20 Fernando Nasser <fnasser@redhat.com>
27294
27295 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
27296
27297 2000-12-18 Michael Snyder <msnyder@cygnus.com>
27298
27299 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
27300 in regexp. One '\' does not suffice on Linux.
27301
27302 2000-12-09 Michael Chastain <chastain@redhat.com>
27303
27304 * gdb.base/break.exp (test_clear_command): Use a marker function
27305 rather than 'main' for the test function. Also move this
27306 test to an execution point where the marker function names are
27307 guaranteed to be bound to functions. (Executing tests after a
27308 'finish' from main runs into name conflicts with local names
27309 in __libc_start_main).
27310
27311 2000-12-07 Michael Snyder <msnyder@cygnus.com>
27312
27313 * gdb.base/finish.exp: New test for gdb's "finish" command.
27314 * gdb.base/return2.exp: New test for gdb's "return" command.
27315 * gdb.base/return2.c: New source file for above.
27316
27317 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27318
27319 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27320 * gdb.base/miscexprs.exp: Ditto.
27321 * gdb.base/pointers.exp: Ditto.
27322 * gdb.c++/derivation.exp: Ditto.
27323 * gdb.c++/local.exp: Ditto.
27324 * gdb.c++/namespace.exp: Ditto.
27325 * gdb.c++/overload.exp: Ditto.
27326 * gdb.c++/ref-types.exp: Ditto.
27327
27328 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27329
27330 * gdb.base/constvars.exp: Test result of "up" command.
27331 * gdb.base/miscexprs.exp: Ditto.
27332 * gdb.base/pointers.exp: Ditto.
27333 * gdb.base/scope.exp: Ditto.
27334 * gdb.c++/derivation.exp: Ditto.
27335 * gdb.c++/local.exp: Ditto.
27336 * gdb.c++/namespace.exp: Ditto.
27337 * gdb.c++/overload.exp: Ditto.
27338 * gdb.c++/ref-types.exp: Ditto.
27339
27340 2000-11-22 Michael Chastain <chastain@redhat.com>
27341
27342 * mips_pro.exp: Accept either "middle -> top -> main" or
27343 "middle -> main" in the backtrace, because gcc can optimize
27344 tail calls to jumps. Remove setup_xfail for the hppa case.
27345 Add a comment with the original warning messages from PR 3016,
27346 which was filed in 1993, to preserve them for posterity.
27347
27348 2000-11-17 Nick Duffek <nsd@redhat.com>
27349
27350 * lib/gdb.exp (gdb_test): Override timeout with board info.
27351
27352 2000-11-17 Nick Duffek <nsd@redhat.com>
27353
27354 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27355 the second kill and detach messages.
27356
27357 2000-11-17 Nick Duffek <nsd@redhat.com>
27358
27359 * configure.in: Add AC_EXEEXT.
27360 * configure: Regenerate.
27361 * Makefile.in (just-check): Export EXEEXT.
27362 * lib/gdb.exp ($EXEEXT): Import from environment.
27363 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27364 expect "maint dump-me" on Cygwin.
27365 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27366 $EXEEXT.
27367
27368 2000-11-17 Nick Duffek <nsd@redhat.com>
27369
27370 * gdb.base/break.exp: Test backtrace and finish from called
27371 function on all platforms, not just HP-UX.
27372
27373 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27374
27375 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27376 code from gdb_target_monitor, so it can be used independantly
27377 for gdbserver. Also comment out an unnecessary PUTS.
27378
27379 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27380
27381 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27382 * gdb.base/corefile.exp: Expect the message "Program is being
27383 debugged already" when we send the "corefile" command, since
27384 the preceeding gdb_load may have connected gdb to a remote target.
27385 * gdb.base/display.exp: Disable hardware watchpoints if new
27386 board info variable "no_hardware_watchpoints" is true.
27387 Replace single-letter commands with more readable ones.
27388 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27389 if new board info variable "no_hardware_watchpoints" is true.
27390 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27391 to see if stdio (printf) testing is possible.
27392 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27393 board info variable "no_hardware_watchpoints" is true. Use new
27394 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27395
27396 2000-11-13 Fernando Nasser <fnasser@redhat.com>
27397
27398 From Orjan Friberg <orjanf@axis.com>:
27399 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27400 in array print pattern match.
27401
27402 2000-11-09 Fernando Nasser <fnasser@redhat.com>
27403
27404 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27405 spelling "cancelled" to U.S. spelling "canceled" to match changes
27406 made to gdb.
27407 * gdb.c++/ovldbreak.exp: Ditto.
27408
27409 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27410
27411 * gdb.base/callfuncs.c (main): Moved to end of file, call
27412 t_double_values to initialize the FPU before inferior calls are made.
27413 * gdb.base/callfuncs.exp: Test for register preservation after calling
27414 inferior functions. Add tests for continuining, finishing and
27415 returning from a stop in a call dummy.
27416
27417 2000-10-24 Michael Snyder <msnyder@cygnus.com>
27418
27419 * gdb.base/commands.exp: Break up long lines, and re-indent.
27420
27421 2000-10-19 Michael Snyder <msnyder@cygnus.com>
27422
27423 * config/gdbserver.exp: Rewritten from the ground up, to make it
27424 compatible with the current dejagnu tree, and to make it work with
27425 the new "gdbserver" in libremote.
27426
27427 2000-10-16 Michael Snyder <msnyder@cygnus.com>
27428
27429 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27430 * gdb.base/varargs.exp: Skip entire test if no printf support.
27431 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27432 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27433
27434 2000-10-13 Michael Snyder <msnyder@cygnus.com>
27435
27436 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27437 no floating point support.
27438 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27439 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27440 * gdb.base/call-rt-st.exp: Ditto.
27441 * gdb.base/call-strs.exp: Ditto.
27442
27443 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27444
27445 * gdb.base/sizeof.c: include <stdio.h>.
27446
27447 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27448 'finish', otherwise uncaptured gdb_prompt would potentially
27449 throw remaining test points out of sync.
27450
27451 2000-07-26 Scott Bambrough <scottb@netwinder.org>
27452
27453 * gdb.base/recurse.exp: Run tests for all targets.
27454 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27455 gnu-oldld case on ARM.
27456 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27457 for ARM targets.
27458
27459 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27460
27461 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27462 * gdb.java/configure: Rebuild.
27463
27464 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27465
27466 * gdb.java/jv-exp.exp: New file.
27467
27468 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27469
27470 * configure: Rebuilt.
27471 * configure.in (configdirs): Add gdb.java.
27472 * gdb.java/jmisc.java: New file.
27473 * gdb.java/jmisc.exp: New file.
27474 * gdb.java/Makefile.in: New file.
27475 * gdb.java/configure: Rebuilt.
27476 * gdb.java/configure.in: New file.
27477 * lib/java.exp: New file.
27478
27479 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27480
27481 * gdb.base/exprs.exp: Test casts to a pointer including over and
27482 underflow.
27483
27484 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27485
27486 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27487 and the compilers sizes.
27488
27489 2000-07-09 Nick Duffek <nsd@redhat.com>
27490
27491 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27492 (use_methods): New function.
27493 (main): Call use_methods().
27494 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27495 (do_tests): Call test_method_param_class.
27496
27497 2000-07-09 Nick Duffek <nsd@redhat.com>
27498
27499 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27500 spelling.
27501 (test_enums): New procedure. Move enum tests from end of script
27502 to here. Set breakpoint on function name instead of line number.
27503 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27504 (enums2): New marker function.
27505 (enums1): New function.
27506 (main): Call enums1(). Move enum tests to enums1().
27507
27508 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27509
27510 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27511 compile/link program. Update line numbers.
27512 * gdb.asm/d10v.inc: Define ``startup''.
27513 * gdb.asm/asmsrc1.s: Add definition of _start.
27514
27515 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27516
27517 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27518
27519 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27520
27521 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27522 of 'help maint print' command.
27523
27524 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27525
27526 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27527 they use gdb_expect_list.
27528
27529 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27530
27531 * gdb.base/commands.exp: Use ``set remote
27532 memory-read-packet-size'' instead of ``set endian big'' to test
27533 long commands.
27534
27535 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
27536
27537 * gdb.c++/templates.exp (do_tests): Make all of these work under
27538 g++, and stop skipping them.
27539
27540 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27541 work under g++.
27542
27543 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27544 initialization.
27545
27546 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27547
27548 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27549 the regular expression: accept an (almost) arbitrary sequence of
27550 "frames-invalid" and "breakpoints-invalid" messages both before
27551 and after the "starting" message.
27552
27553 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27554
27555 * gdb.c++/local.exp: This test has never been known to work with g++.
27556
27557 2000-05-18 Michael Snyder <msnyder@cygnus.com>
27558
27559 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27560 Relax the regular expression a little, make it pass on Solaris 8.
27561
27562 2000-05-12 Kevin Buettner <kevinb@redhat.com>
27563
27564 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27565 a call, do not require that gdb stop on the line after the call.
27566 Instead, it is permissible for gdb to stop on the line of the
27567 call itself.
27568
27569 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
27570
27571 * gdb.base/break.exp (bp on small function, optimized file):
27572 Add a second pass pattern. The behavior differs here between stabs
27573 and dwarf for one-line functions. Stabs preserves two line symbols
27574 (one before the prologue and one after) with the same line number,
27575 but dwarf regards these as duplicates and discards one of them.
27576 Therefore the address after the prologue (where the breakpoint is)
27577 has no exactly matching line symbol, and GDB reports the breakpoint
27578 as if it were in the middle of a line rather than at the beginning.
27579
27580 2000-05-08 Michael Snyder <msnyder@cygnus.com>
27581
27582 * gdb.base/interrupt.exp: Make "pass" message say "send"
27583 rather than "send_gdb" (for consistancy).
27584
27585 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27586
27587 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27588 * gdb.c++/templates.cc: Properly check for GCC version number.
27589 * lib/compiler.cc: Likewise
27590
27591 2000-04-28 Michael Snyder <msnyder@cygnus.com>
27592
27593 * gdb.base/break.exp: When compiled with -O2 optimization,
27594 gdb may not stop at the first line of main, due to code motion.
27595
27596 2000-04-26 Michael Snyder <msnyder@cygnus.com>
27597
27598 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27599 This test depends on parsing the printf output from the target.
27600 Since the sparclet stub doesn't do stdio, this will never work.
27601 * gdb.base/call-rt-st.exp: ditto.
27602 * gdb.base/call-strs: ditto.
27603
27604 2000-04-24 Michael Snyder <msnyder@cygnus.com>
27605
27606 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27607
27608 * gdb.base/ending-run.exp: After connecting to a remote target,
27609 but before running, the target will appear to be in a random
27610 location. Specify both a file and a line for breakpoints.
27611 Also, the function that calls main may be called 'init'
27612 rather than 'start'.
27613
27614 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27615
27616 * gdb.base/help.exp: Update output for add-symbol-file command.
27617
27618 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
27619
27620 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27621 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27622
27623 2000-04-07 J.T. Conklin <jtc@redback.com>
27624
27625 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27626
27627 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27628
27629 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27630
27631 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27632 values that can be represented exactly.
27633 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27634 above change, and to not check against the directory part of the source
27635 file name.
27636 (step into print_long_arg_list): Likewise.
27637 (print print_small_structs from print_long_arg_list): Likewise.
27638 (print print_long_arg_list): Likewise.
27639
27640 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27641
27642 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27643
27644 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27645
27646 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27647
27648 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
27649
27650 * gdb.base/commands.exp (deprecated_command_test): Add test for
27651 deprecate with no arguments.
27652
27653 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27654
27655 * gdb.base/break.exp: Add new test for setting breakpoints on
27656 optimized code so we can test breakpoints work even when function
27657 prologues may be optimized away
27658
27659 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27660
27661 From David Whedon <dwhedon@gordian.com>
27662 * gdb.base/commands.exp : Added command deprecator tests.
27663
27664 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
27665
27666 * gdb.base/help.exp: Added test for new apropos command.
27667
27668 2000-03-21 Kevin Buettner <kevinb@redhat.com>
27669
27670 * gdb.base/pointers.c (usevar): New function.
27671 (main): Make sure that global variables v_int_pointer2, rptr,
27672 and y are all referenced someplace in the program by calling
27673 usevar() on them. [Some linkers delete symbols which are
27674 never referenced. The space remains, but there's no way to
27675 get a (symbolic) handle on the variable from the debugger.]
27676
27677 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27678
27679 * gdb.base/printcmds.c: Add typedeffed arrays.
27680
27681 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27682 procedure to test arrays that are typedef'd.
27683
27684 2000-03-13 James Ingham <jingham@leda.cygnus.com>
27685
27686 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27687 the library directories.
27688
27689 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27690
27691 * configure.in (configdirs): Add sub directory gdb.mi.
27692 * configure: Re-generate.
27693
27694 * gdb.mi: New directory.
27695
27696 2000-02-25 Scott Bambrough <scottb@netwinder.org>
27697
27698 * gdb.base/long_long.exp: Correct test suite failure when printing
27699 a long long value as a double on ARM platforms.
27700
27701 2000-02-16 Jim Blandy <jimb@redhat.com>
27702
27703 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27704 default source file is set properly before running this test.
27705
27706 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27707
27708 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27709 gdbtk/library directory, not in gdbtcl2.
27710
27711 2000-02-04 Jim Blandy <jimb@redhat.com>
27712
27713 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27714 backslash from regexp pattern.
27715
27716 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27717 procedure. Use it to run all the "continue to bp overloaded"
27718 tests. Note that this changes the names of the tests slightly.
27719 If the breakpoint hit message includes a hex PC value, because
27720 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27721 from the real source code, still consider that a pass.
27722
27723 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27724 XFAIL here if the breakpoint message contains a hex address. Note
27725 similar change on 1999-11-02.
27726
27727 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27728
27729 * gdb.base/ptype.exp: Establish a default source file before
27730 calling get_debug_format.
27731
27732 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27733
27734 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27735
27736 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27737
27738 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27739 of successive stepi commands -- while in the prologue we should see
27740 the function entry bracket.
27741
27742 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27743
27744 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27745 reach __change_mode() when stepping through the end of main().
27746
27747 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27748
27749 * gdb.base/default.exp: Fix expected pattern.
27750 * gdb.base/help.exp: Same.
27751
27752 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27753
27754 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27755 Don't use xfail's because that affects only the following test.
27756
27757 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27758 solaris or linux.
27759
27760 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27761
27762 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27763
27764 * gdb.base/display.exp: Some yacc parsers like to say
27765 "A syntax error" rather than "A parse error". Accept both.
27766
27767 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27768
27769 * gdb.base/default.exp: Remove OS dependent string from "target
27770 remote" test.
27771 * gdb.base/help.exp: Same for "help target remote" test.
27772
27773 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27774
27775 From Jim Kingdon <kingdon@redhat.com>:
27776
27777 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27778 prompt (cleanup rather than necessity, but still might keep output
27779 from spilling to next test).
27780
27781 2000-01-02 Fred Fish <fnf@cygnus.com>
27782
27783 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27784 AIX, which defines them in <sys/types.h>.
27785
27786 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27787
27788 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27789 float" test.
27790
27791 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27792
27793 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27794
27795 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27796 outermost frame disallowed".
27797
27798 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27799
27800 * gdb.base/setvar.exp: New tests for setting the value of a struct
27801 with a constant list.
27802
27803 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27804
27805 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27806 require the user to type a cast before setting the value of a struct.
27807
27808 1999-12-06 Jim Blandy <jimb@cygnus.com>
27809
27810 * gdb.base/default.exp: Expect the new 'info float' command on
27811 all i386 platforms.
27812
27813 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27814 LinuxThreads libraries that don't support debugging.
27815
27816 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27817
27818 * gdb.base/remote.c: Fill the buffer with truely random data.
27819 Change the buffer type to ``unsigned char'' to simplify size
27820 arithmetic.
27821
27822 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27823 stub only handles 400-1 byte packets. Verify that the download
27824 worked.
27825
27826 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27827
27828 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27829 tests, using UNRESOLVED for the untested cases. Also, does not wait
27830 for a timeout if the prompt was received before a recognizable pattern.
27831
27832 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27833
27834 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27835
27836 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27837
27838 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27839 watchpoints.
27840
27841 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
27842
27843 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27844
27845 * gdb.c++/local.exp: Be more flexible in recognizing local class
27846 name mangling. Don't allow horribly truncated method names.
27847 * gdb.c++/derivation.exp: Expect protected inheritance.
27848 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27849 * gdb.c++/virtfunc.exp: Likewise.
27850 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27851 when printing a nested enum.
27852
27853 1999-11-22 Jim Blandy <jimb@cygnus.com>
27854
27855 * gdb.base/step-test.exp: Properly await GDB's response to setting
27856 a breakpoint on the call to large_struct_by_value.
27857
27858 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27859 just because we have debug info for the `start' function.
27860
27861 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27862
27863 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27864 "Unknown signal" messages, which indicate (on LinuxThreads) that
27865 GDB doesn't know how to debug threads on this system. This is
27866 better than hanging while philosopher 0 dumps chatter into gdb.log.
27867
27868 1999-11-18 Tom Tromey <tromey@cygnus.com>
27869
27870 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27871
27872 1999-11-18 Fred Fish <fnf@cygnus.com>
27873
27874 * gdb.base/coremaker2.c: Add sample program for generating
27875 cores that is more self contained than coremaker.c. Eventually
27876 I'll add more code to this and tie it into the testsuite.
27877
27878 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27879
27880 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27881
27882 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27883
27884 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27885 from $srcdir/lib/.
27886 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27887 and gdb.c++/.
27888
27889 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27890
27891 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27892 'continue with watch' test point.
27893
27894 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27895
27896 Merged from p2linux-990323-branch:
27897
27898 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27899
27900 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27901
27902 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27903 {limit,fixed}''. Test ``set download-write-size''.
27904
27905 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27906
27907 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27908 gdb_expect_list.
27909
27910 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27911
27912 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27913
27914 1999-11-03 Mark Salter <msalter@cygnus.com>
27915
27916 * gdb.base/break.exp: Fix "stub continue" pattern.
27917
27918 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27919
27920 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27921
27922 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27923
27924 * gdb.base/display.exp ("finish"): Add timeout clause.
27925
27926 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27927 plain prompt clause, so this doesn't have to time out in order to
27928 fail.
27929
27930 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27931 breakpoint hit messages include an address.
27932
27933 * gdb.base/display.exp: Don't forget to escape parens in regular
27934 expressions. Unix regexp notatation sucks.
27935
27936 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27937
27938 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27939 order for 'signalled' message.
27940
27941 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27942
27943 From Jimmy Guo <guo@cup.hp.com>:
27944 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27945 * gdb.base/annota1.c: Add code for tests to work with.
27946
27947 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27948
27949 * gdb.base/remote.exp: New test for remote downloading settings.
27950 * gdb.base/remote.c: New file with large .data.
27951
27952 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27953
27954 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27955 for LinuxThreads support, merged from the Code Fusion branch.
27956
27957 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27958
27959 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27960 containing exp_continue into a while within an expect. Don't
27961 attempt a start more than three times. Check return value from
27962 gdb_load.
27963
27964 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27965
27966 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27967 a pass case.
27968
27969 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
27970
27971 * gdb.base/break.c (main): Added a statement that we can step
27972 off of.
27973 * gdb.base/break.exp: Added tests for setting a breakpoint
27974 at an offset and stepping onto a breakpoint.
27975
27976 1999-10-01 Fred Fish <fnf@cygnus.com>
27977
27978 * gdb.base/help.exp (help add-symbol-file): Update to match current
27979 gdb output.
27980
27981 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27982
27983 * gdb.base/break.exp: Code locations are in hex, don't forget!
27984 (For HP-UX.)
27985
27986 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27987
27988 * condbreak.exp: Use break.c as test program.
27989 * condbreak.c: Remove, redundant with break.c.
27990
27991 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27992
27993 * config/monitor.exp (gdb_target_monitor): Disable X- and
27994 Z-packets if the target needs it.
27995
27996 1999-09-13 James Ingham <jingham@leda.cygnus.com>
27997
27998 * gdb.c++/overload.exp: Added tests for listing overloaded
27999 functions with function pointers in the arg, explicitly calling
28000 out the version you want.
28001
28002 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
28003
28004 * long_long.exp: Add variations of test cases that work for
28005 targets with 16-bit ints and 32-bit doubles.
28006
28007 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
28008
28009 * break.c (main): Compare a possibly-uninitialized argc with an
28010 unlikely value that fits in 16 bits.
28011
28012 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
28013
28014 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
28015 0xfeeb, don't want negative numbers if ints are 16 bits.
28016
28017 * lib/gdb.exp (skip_cplus_tests): New proc.
28018 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
28019 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
28020 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
28021 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
28022 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
28023 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
28024 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
28025 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
28026
28027 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
28028
28029 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
28030
28031 * gdb.base/corefile.exp (up): Allow a parameter to appear
28032 in the frame that we're going up to.
28033
28034 From Jim Blandy <jimb@cygnus.com>:
28035
28036 * gdb.base/default.exp (info float): Expect some output now.
28037
28038 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
28039 returning floating-point values to fail on the x86.
28040 * gdb.base/callfwmall.exp (do_function_calls): Same.
28041
28042 * gdb.base/list.exp (test_listsize): Correct expectations for
28043 listing line 1 with listsize 2. Also, listing a single line
28044 works now, as does listing three lines. [Kevin's note: There
28045 were a number of other cases fixed too where the expectations
28046 differed...]
28047
28048 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
28049
28050 * gdb.base/selftest.exp: Add case for when version prints as
28051 constant string instead of char pointer.
28052
28053 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
28054
28055 * gdb.base/ending-run.exp: Add Solaris case for what happens when
28056 stepping out of main.
28057
28058 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
28059 G++ used.
28060
28061 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
28062 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
28063
28064 * gdb.c++/ovldbreak.exp: Update match string in test that
28065 includes a warning of multiple breakpoints.
28066
28067 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
28068
28069 * gdb.base/display.exp: Improve precision of step-after-finish
28070 added yesterday.
28071
28072 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
28073 test.
28074
28075 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
28076 configs when using G++, not just hppa*.
28077
28078 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28079
28080 * gdb.base/async.c: New file.
28081 * gdb.base/async.exp: New file.
28082
28083 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
28084
28085 * gdb.base/break.exp: Tweak PA specific tests to properly handle
28086 PA64.
28087
28088 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
28089
28090 * gdb.base/display.exp: "finish" can leave us mid-line on many
28091 targets, deal with it. Add a small constant to main, instead of
28092 1000 since main+1000 may not be a valid address in the target.
28093
28094 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
28095 on hpux11.
28096
28097 * gdb.base/attach.exp: Handle another hpux11 error message variant
28098 when attaching to a process that does not exist.
28099
28100 1999-08-19 J.T. Conklin <jtc@redback.com>
28101
28102 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
28103 characters in 'continue to 1241' test.
28104
28105 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
28106
28107 * gdb.base/call-ar-st.exp: Add a shorter match case for the
28108 stop in print_long_arg_list, define and use a whitespace
28109 variable in print_small_structs test, add an XFAIL for Solaris.
28110 * gdb.base/dbx.exp: XFAIL func commands until somebody is
28111 interested enough to fix.
28112
28113 1999-08-13 Keith Seitz <keiths@cygnus.com>
28114
28115 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
28116 (dbx_gdb_load): Remove. Use gdb_load instead, since that
28117 proc knows about targets other than the natives.
28118 (test_assign): Use "gdb_run_cmd" to "run" the target.
28119 Check that we've actually hit the breakpoint at main.
28120 When we attempt to assign a value to a local variable, check
28121 that the variable is in the current scope, i.e., don't use
28122 a test with an empty result.
28123
28124 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
28125
28126 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
28127 command.
28128
28129 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
28130
28131 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28132 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
28133 gdb.compat, gdb.threads-hp.
28134 gdb.hp/configure, gdb.hp/configure.in: New files.
28135 gdb.hp/Makefile.in: Recurse into new subdirs.
28136 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
28137 gdb.hp/gdb.objdbg: New directory, tests for debugging info
28138 in object files.
28139 gdb.hp/tools: New directory, aux tools for HP-specific tests.
28140
28141 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
28142
28143 * gdb.base/display.exp: Help expect by putting a newline in the
28144 funky printf, remove a bogus p/a test.
28145
28146 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28147
28148 * gdb.base/display.exp: Make sure that when we say 'run', we are
28149 connected to the target. This is necessary when running not
28150 natively.
28151
28152 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
28153
28154 * gdb.base/step-test.exp: Removed some extraneous messages.
28155
28156 * gdb.base/long_long.exp: Don't run memory examination tests
28157 on little-endian targets (they will need a different set of
28158 results to match).
28159
28160 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
28161
28162 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
28163 until somebody decides to fix GDB.
28164
28165 * gdb.base/long_long.c: Stop compiler complaint by specifying long
28166 constant as "ULL".
28167 * gdb.base/long_long.exp: Loosen x/c test, add partial result
28168 matches for a couple x/2 commands.
28169
28170 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
28171
28172 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
28173 by merging in ref-types2 tests.
28174 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
28175
28176 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28177 * gdb.c++/Makefile.in: Add standard actions.
28178 (EXECUTABLES): Rename from PROGS, update list.
28179 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
28180 from gdb.hp.
28181 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
28182 foo and bar locals.
28183 * gdb.c++/anon-union.exp: Fix tests to match.
28184 * gdb.c++/classes.exp: Run if HP compiler used, add extra
28185 expect matches to handle output variations.
28186 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
28187 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
28188 output, add HP alternatives for new and delete prints.
28189 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
28190 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
28191 * gdb.c++/demangle.exp: Use $style when reporting failure.
28192 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
28193 * gdb.c++/inherit.exp: Run if HP compiler used, add some
28194 match alternatives.
28195 * gdb.c++/local.exp: Add match alternatives or xfails for HP
28196 compilers.
28197 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
28198 * gdb.c++/method.exp: Add match alternatives.
28199 * gdb.c++/misc.cc: Add bool types.
28200 * gdb.c++/misc.exp: Add tests for bool types.
28201 * gdb.c++/overload.exp: Add xfails.
28202 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
28203 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
28204 add some more template parameter tests (only for HP currently).
28205 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
28206 * gdb.c++/virtfunc.cc: Add return type and value for main.
28207 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
28208 match alternatives.
28209
28210 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28211
28212 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28213
28214 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
28215
28216 * gdb.base/signals.exp: Don't expect getting a backtrace from
28217 within a signal handler to fail on Linux.
28218
28219 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
28220
28221 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28222 * lib/gdb.exp: Remove some gratuitious semicolons.
28223 (delete_breakpoints): Increase timeout.
28224 (gdb_expect): Add -notransfer option.
28225 (gdb_test): Use -notransfer option.
28226 (get_compiler_info): Add f77 case.
28227 (get_compiler): New proc, split out from gdb_preprocess, add f77
28228 case.
28229 (gdb_preprocess): Call get_compiler.
28230
28231 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
28232 * gdb.base/attach.exp, gdb.base/display.exp,
28233 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
28234 gdb.base/long_long.exp, gdb.base/printcmds.exp,
28235 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
28236 third arg to gdb_test.
28237 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
28238 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
28239 HP-UX xfails, add others.
28240 * gdb.base/completion.exp: Reflect name change of self-test.
28241 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
28242 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
28243 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
28244 HP failure number.
28245 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
28246 useless HP-UX 10.30 references.
28247 * gdb.base/maint.exp: Loosen matches.
28248 * gdb.base/pointers.c (main): Declare more_code.
28249 * gdb.base/pointers.exp: Match on output of a `next'.
28250 * gdb.base/structs.c: Add prototypes.
28251 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28252 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28253
28254 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28255
28256 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
28257 command.
28258
28259 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28260
28261 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28262 Fix run to main failures. Watchpoint can be hardware watchpoint.
28263
28264 * gdb.base/annota1.exp: Clean up some more, in case printf has
28265 debug info. Deal with lack of signal hanlder info in stack.
28266
28267 From Jim Kingdon <kingdon@redhat.com>:
28268 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28269
28270 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28271
28272 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
28273 gdb.base/foll-vfork.exp: Don't run for crosses.
28274
28275 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28276
28277 * gdb.base/configure.in: Check for gdbvars.exp instead of
28278 a1-selftest.exp.
28279 * gdb.base/configure: Re-generate.
28280
28281 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28282
28283 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28284 in trying to run first and name is too long.
28285
28286 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28287 pointers2.c and pointers2.exp, respectively.
28288 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28289 doschk happier.
28290
28291 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28292
28293 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28294 callfuncs2.c and callfuncs2.exp.
28295
28296 * gdb.base/list.exp: Remove mistaken xfails.
28297 * gdb.base/list0.h: Add optional prototypes.
28298
28299 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28300
28301 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
28302 calling malloc.
28303 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28304 * ptype.exp: Move test for get_debug_format to before its first
28305 use.
28306
28307 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28308
28309 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28310 * gdb.base/annota2.cc, annota2.exp: Move from here.
28311 * gdb.c++/annota2.cc, annota2.exp: To here.
28312 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28313
28314 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28315
28316 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
28317 a consistent format.
28318
28319 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28320
28321 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28322 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28323 HP compilers, also set the globals $true and $false.
28324
28325 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
28326 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28327 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28328 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28329 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28330 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28331 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28332 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28333 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28334 whatis.c} Add C++ compatible function definitions and return
28335 types, add includes for library functions.
28336 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28337 * gdb.base/step-test.c (myglob): Rename from glob.
28338 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
28339 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28340 files, move here from gdb.hp.
28341 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
28342 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28343 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28344 Adjust line numbers in regexps.
28345
28346 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28347 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28348 instead of 0/1.
28349
28350 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28351 foll-vfork.exp: New files, move here from gdb.hp.
28352 * gdb.base/page.exp: New file, test of pagination command.
28353
28354 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28355 recursion test.
28356 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28357
28358 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28359 gdb.base/solib.exp: Fix compiler invocation process.
28360
28361 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28362 HP-UX 11, turn off overload resolution explicitly.
28363 * gdb.base/commands.exp: Set argument list explicitly, add
28364 watchpoint test.
28365 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28366 them work.
28367 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28368 expressions properly.
28369 * gdb.base/corefile.exp: Loosen the match slightly.
28370 * gdb.base/default.exp: Allow "Error accessing memory" message
28371 also.
28372 * gdb.base/display.exp: Skip over x/0 j if PA64.
28373 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28374 * gdb.base/interrupt.exp: Ditto.
28375 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28376 in use.
28377 * gdb.base/list.exp: Add xfails for HP-UX.
28378 * gdb.base/long_long.exp: Refine some of the numeric matches.
28379 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28380 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28381 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28382 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28383 * gdb.base/ptype.exp: Succeed on more varieties of output.
28384 * gdb.base/scope.exp: Add xfails for HP-UX.
28385 * gdb.base/sect-cmd.exp: Add more cases.
28386 * gdb.base/setvar.exp: Add xfails for HP-UX.
28387 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28388 * gdb.base/signals.exp: Match on void symbolically.
28389 * gdb.base/step-test.exp: Add case for PA64.
28390 * gdb.base/term.exp: Add exit and restart.
28391 * gdb.base/twice.exp: Clean up after self.
28392 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28393 * gdb.base/whatis.exp: Allow more ways to pass tests.
28394
28395 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28396 no longer useful.
28397
28398 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28399
28400 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28401 list of patterns.
28402 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28403 print_double_array(double_array)", "continuing to breakpoint
28404 1018", "print print_double_array(array_d)" and "continuing to
28405 1034" tests.
28406
28407 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28408
28409 * Makefile.in: Add empty html and install-html targets.
28410
28411 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28412
28413 * config/mt-*: Remove, these haven't been used since 1996.
28414
28415 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28416
28417 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28418 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28419 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28420
28421 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28422
28423 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28424 simpler match case for the ptype of the big class.
28425
28426 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28427
28428 * gdb.exp: Fix test for gdb_prompt existence.
28429
28430 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28431
28432 * gdb.exp (gdb_test): Add fail after calls to perror.
28433
28434 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28435
28436 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28437
28438 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28439
28440 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28441
28442 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28443
28444 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28445 malloc() is linked in.
28446
28447 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28448
28449 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28450 step at end.
28451
28452 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28453
28454 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28455
28456 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28457
28458 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28459
28460 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28461 * gdb.base/mips_pro.exp: Likewise.
28462
28463 1999-06-02 Keith Seitz <keiths@cygnus.com>
28464
28465 * gdb.c++/templates.cc: Change all "new" operators to throw
28466 an exception.
28467 * gdb.c++/cplusfuncs.cc: Likewise.
28468
28469 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28470
28471 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28472
28473 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28474 * gdb.base/ending-run.exp: When stepping out of main, accept a
28475 step into an arbitrary assembler file.
28476
28477 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28478
28479 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28480 "breakpoint-invalid" to be printed.
28481 * gdb.base/annota2.exp: Revise line number for main
28482 breakpoint. Allow any number of "frames-invalid" and
28483 "breakpoint-invalid" to be printed.
28484 * gdb.base/annota2.cc: Initialize a.x to 0.
28485
28486 1999-05-17 Keith Seitz <keiths@cygnus.com>
28487
28488 * gdb.base/call-ar-st.exp: Skip
28489 "print print_double_array (double_array)" when "skip_float_tests" set.
28490 Ditto for "print print_double_array(array_d)",
28491 "print print_small_structs", "print print_ten_doubles", and
28492 "step into print_long_arg_list".
28493 Don't assume we can step into "print_long_arg_list": we could step
28494 into memcpy.
28495 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28496 "skip_float_tests" is set: "print print_one_double(*d1)"
28497 and "print print_two_floats(*f3)".
28498 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28499 "skip_float_tests" is set.
28500 * gdb.base/varargs.exp: Skip
28501 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28502 "skip_float_tests" set.
28503
28504 1999-05-06 Keith Seitz <keiths@cygnus.com>
28505
28506 * gdb.base/annota2.cc: Include stdio.h.
28507
28508 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28509
28510 * gdb.base/crossload.exp: Remove, this has been disabled ever
28511 since BFD stopped including all targets, and cross-GDB gets
28512 plenty of testing anyway.
28513 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28514 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28515 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28516 * gdb.base/README: Remove, was doc for this.
28517 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28518 needed.
28519
28520 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28521
28522 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28523 output.
28524
28525 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28526 * gdb.base/annota2.exp: New file. More annotation tests.
28527 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28528 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28529
28530 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
28531
28532 * config/cfdbug.exp: New file.
28533
28534 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28535
28536 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28537 Marcus Daniel's and Dale Hawkins's demangler crashes.
28538
28539 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28540 test_lucid_style_demangling, test_arm_style_demangling,
28541 test_hp_style_demangling): Try Tom Tromey's core-dumping
28542 identifier under each demangling style.
28543
28544 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28545
28546 * gdb.c++/demangle.exp: Include the current demangling style
28547 in all test names.
28548 (current_demangling_style): New global variable.
28549 (set_demangling_style, test_demangling_core, test_demangling,
28550 test_demangling_exact): New functions.
28551 (test_gnu_style_demangling, test_lucid_style_demangling,
28552 test_arm_style_demangling, test_hp_style_demangling): Use those,
28553 instead of calling gdb_test and gdb_test_exact directly.
28554 (catch_demangling_errors): New function, which reports errors
28555 signalled by the demangling test functions in an orderly way.
28556 (do_tests): Use catch_demangling_errors.
28557
28558 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28559
28560 * gdb.base/signals.exp (test_handle_all_print): Use () for
28561 grouping in expressions, not {}.
28562
28563 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28564 initialized yet.
28565
28566 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28567
28568 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28569 are listed.
28570
28571 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28572
28573 * gdb.stabs/weird.exp: Test for CC being defined before
28574 looking at its value.
28575
28576 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28577
28578 * gdb.base/call-ar-st.exp: Remove stray '#'.
28579 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28580 "short int" and "long int".
28581 * gdb.c++/overload.cc: Cast the string added in the previous
28582 change, to mollify finicky HP compiler.
28583 * gdb.hp/reg-test.exp (testfile): Fix file name.
28584 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28585
28586 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28587 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28588 alternate form of enum ptype.
28589
28590 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28591
28592 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28593 * gdb.hp/*.exp: Change all to run compiler probe only after
28594 passing skip_hp_tests, so as not to waste time on guaranteed
28595 failure.
28596
28597 * gdb.c++/overload.cc: Pass string instead of char addr, always
28598 init ccpfoo.
28599 * gdb.c++/templates.cc: Fix syntax error.
28600
28601 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28602
28603 * gdb.base/commands.exp: Add test for correct position of '>'
28604 when issuing the 'commands' command after a 'while' or 'if'
28605 command.
28606
28607 1999-03-18 James Ingham <jingham@cygnus.com>
28608
28609 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28610
28611 * gdb.c++/method.exp: It was testing an uninitialized int on the
28612 stack and assuming it was positive.
28613
28614 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28615
28616 * gdb.base/step-test.exp: Catch a case where finish is broken and
28617 keep it from killing the rest of the tests.
28618 Use gdb_continue_to_end.
28619
28620 * gdb.base/sigall.exp: use gdb_continue_to_end.
28621
28622 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28623
28624 * gdb.base/display.exp: use runto_main, not run.
28625
28626 * gdb.base/default.exp: Check for the current error message in the
28627 r abbreviation test.
28628 Add strongarm to the targets that know info float.
28629
28630 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28631 run which doesn't work with monitors.
28632
28633 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28634 1034 test.
28635
28636 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28637
28638 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28639 end of a program. Traps the case (in Cygmon) when the program
28640 never really exits. Same as Mark's continue_to_exit, but I had
28641 put it in a lot more places, so I used my name. Sorry Mark...
28642
28643 * config/monitor.exp (gdb_target_monitor): added another
28644 target_info parameter: remotebinarydownload. This will set the
28645 remotebinarydownload flag if this is causing some boards trouble.
28646
28647 1999-03-18 Mark Salter <msalter@cygnus.com>
28648
28649 * lib/gdb.exp (continue_to_exit): New function.
28650
28651 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28652 * gdb.base/ending-run.exp: Ditto.
28653 * gdb.base/step-test.exp: Ditto.
28654
28655 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28656
28657 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28658 (suggested by Art Haas <ahaas@neosoft.com>).
28659
28660 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28661
28662 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28663
28664 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28665
28666 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28667 descriptions of types (short unsigned int vs unsigned short, etc).
28668
28669 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28670
28671 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28672 a call to strlen; sometimes we do have sources.
28673
28674 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28675
28676 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28677 character, so GDB won't print garbage after its end.
28678
28679 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28680 breakpoint there instead. Sometimes GCC emits memcpy to handle
28681 the large structures being passed by value, so we step into that
28682 instead of sum_array_print, which obscures what we're really testing.
28683 * gdb.base/step-test.exp: However, we do want a test that notices
28684 the bizarre steps into memcpy, so do that here. Add check for
28685 stepping into function calls that pass large structures by value.
28686 ("Is that a noun clause, or are you just happy to see me?")
28687 Remove all references to specific line numbers.
28688 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28689 New type and function.
28690 (main): Call large_struct_by_value, passing it a large struct by value.
28691 * lib/gdb.exp (gdb_get_line_number): New function.
28692
28693 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28694 more portable.
28695
28696 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28697
28698 * lib/gdb.exp: Doc fixes.
28699
28700 1999-03-05 Nick Clifton <nickc@cygnus.com>
28701
28702 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28703
28704 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28705
28706 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28707 commands. They're not germane to this test, and they don't work
28708 that way on remote targets.
28709
28710 1999-03-01 James Ingham <jingham@cygnus.com>
28711
28712 * Changelog entries merged over from gdb development branch.
28713
28714 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28715
28716 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28717 for outputting results of test run.
28718
28719 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28720
28721 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28722
28723 1999-02-25 Felix Lee <flee@cygnus.com>
28724
28725 * lib/gdb.exp (debug_format): initialize
28726
28727 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28728
28729 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28730 * gdb.base/call-rt-st.c: Ditto.
28731
28732 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28733
28734 * gdb.threads/pthreads.exp (horiz): New variable.
28735 (test_startup): Fix regexps that capture thread numbers.
28736
28737 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28738
28739 * gdb.base/smoke.exp: Disambiguate two test case names (both
28740 called ``print'').
28741
28742 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28743
28744 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28745 compilation.
28746
28747 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28748
28749 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28750 actual output formatting.
28751 * gdb.base/smoke.exp: GDB removes leading 0's.
28752 * gdb.base/volatile.exp: Don't check type of remuneration;
28753 that variable is no longer defined in constvars.c.
28754 * gdb.base/step-test.c (main): Exit with explicit exit code.
28755 * gdb.base/step-test.exp: Remove two nexti checks--they are
28756 not portable.
28757
28758 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28759
28760 * gdb.base/help.exp ("help delete display"): Fix test to match
28761 gdb's output.
28762
28763 * gdb.base/long_long.c (known_types): Initialize values to zero.
28764 * gdb.base/long_long.exp: Step one more line
28765 so 'dec' is initialized in "get to known place". GDB removes
28766 leading zeros. Explicitly ask for hex formatting. Use
28767 unique test case names.
28768
28769 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28770
28771 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28772
28773 * gdb.c++/method.exp: Add missing close brace.
28774
28775 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28776
28777 * gdb.base/maint.exp: Use 'set height 0' to disable page
28778 prompting, not 'set height 400'.
28779
28780 Fix a bunch of timeouts.
28781 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28782 four separate tests, so expect doesn't take forever to match a ton
28783 of text against a regexp with lots of .* forms.
28784 ("maint print psymbols", "maint print symbols"): Make some of
28785 these greps more selective, so that expect doesn't try to wade
28786 through huge piles of output and time out.
28787
28788 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28789
28790 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28791 tests: one which doesn't expect shlib events to be reported, and
28792 another which does, but is XFAIL for all platforms other than
28793 HP/UX.
28794
28795 * gdb.base/break.exp: Teach the test suite that the `catch
28796 fork', `catch vfork', and `catch exec' commands produce error
28797 messages on platforms that don't provide these features.
28798
28799 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28800
28801 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28802 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28803 (shortening names from solib_threshold.exp etc), won't run on
28804 anything but HP-UX for the foreseeable future.
28805 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28806 reflect move.
28807
28808 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28809
28810 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28811 gdb.trace/Makefile.in (clean): Remove all test executables.
28812
28813 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28814
28815 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28816 successfully re-sets breakpoints in shared libraries.
28817 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28818
28819 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28820
28821 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28822 and compiled w/o GCC.
28823
28824 * gdb.hp/watch-cmd.exp: ditto.
28825
28826 * gdb.hp/watch-hp.exp: ditto.
28827
28828 * gdb.hp/xdb1.exp: ditto.
28829
28830 * gdb.hp/xdb2.exp: ditto.
28831
28832 * gdb.hp/dbx.exp: ditto.
28833
28834 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28835
28836 * constvars.c: Remove C++-isms.
28837 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28838 with GCC.
28839
28840 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28841
28842 The following changes are part of the HP merge.
28843
28844 * gdb.base/break.exp: new tests to verify that catchpoints for
28845 fork, vfork, and exec don't trigger inappropriately.
28846
28847 * gdb.base/opaque.exp: compile one file at a time, then link.
28848
28849 * gdb.base/signals.exp: be more restrictive about which hppa
28850 systems receive a setup_xfail. new tests.
28851
28852 * gdb.base/solib_threshold.build: new file.
28853 * gdb.base/solib_threshold.exp: new file.
28854 * gdb.base/solib_threshold.link_opts: new file.
28855 * gdb.base/solib_threshold.mk: new file.
28856 * gdb.base/gen_solib_threshold.c: new file.
28857
28858 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28859 tests. New tests for enums inside classes.
28860
28861 * gdb.c++/compiler.cc: indicate support of template debugging.
28862
28863 * gdb.c++/demangle.exp: run hp style demangling tests.
28864
28865 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28866 tests.
28867
28868 * gdb.c++/misc.cc: changes to support new tests.
28869
28870 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28871 to support new tests.
28872
28873 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28874 gcc, then skip these tests.
28875
28876 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28877
28878 The following files are part of the HP merge; some had longer
28879 names at HP, but have been renamed to be no more than 14
28880 characters in length.
28881
28882 * gdb.hp/ambiguous.cc: new file.
28883 * gdb.hp/ambiguous.exp: new file.
28884 * gdb.hp/attach.exp: new file.
28885 * gdb.hp/attach2.exp: new file.
28886 * gdb.hp/classes-hp.exp: new file.
28887 * gdb.hp/ctti.exp: new file.
28888 * gdb.hp/ctti-add.cc: new file.
28889 * gdb.hp/ctti-add1.cc: new file.
28890 * gdb.hp/ctti-add2.cc: new file.
28891 * gdb.hp/ctti-add3.cc: new file.
28892 * gdb.hp/dbx.exp: new file.
28893 * gdb.hp/exception.cc: new file.
28894 * gdb.hp/exception.exp: new file.
28895 * gdb.hp/foll-exec.c: new file.
28896 * gdb.hp/foll-exec.exp: new file.
28897 * gdb.hp/foll-fork.c: new file.
28898 * gdb.hp/foll-fork.exp: new file.
28899 * gdb.hp/foll-vfork.c: new file.
28900 * gdb.hp/foll-vfork.exp: new file.
28901 * gdb.hp/inherit-hp.exp: new file.
28902 * gdb.hp/more-steps.exp: new file.
28903 * gdb.hp/namespace.cc: new file.
28904 * gdb.hp/namespace.exp: new file.
28905 * gdb.hp/optimize.exp: new file.
28906 * gdb.hp/pxdb.c: new file.
28907 * gdb.hp/pxdb.exp: new file.
28908 * gdb.hp/quicksort.exp: new file.
28909 * gdb.hp/reg-test.exp: new file.
28910 * gdb.hp/reg-test.s: new file.
28911 * gdb.hp/sized-enum.c: new file.
28912 * gdb.hp/sized-enum.exp: new file.
28913 * gdb.hp/start-stop.exp: new file.
28914 * gdb.hp/templ-hp.cc: new file.
28915 * gdb.hp/templ-hp.exp: new file.
28916 * gdb.hp/thr-lib.c: new file.
28917 * gdb.hp/thr-lib.exp: new file.
28918 * gdb.hp/thr-lib.h: new file.
28919 * gdb.hp/thr-liblib.c: new file.
28920 * gdb.hp/virtfun-hp.c: new file.
28921 * gdb.hp/virtfun-hp.exp: new file.
28922 * gdb.hp/watch-cmd.exp: new file.
28923 * gdb.hp/watch-hp.exp: new file.
28924 * gdb.hp/xdb1.exp: new file.
28925 * gdb.hp/xdb2.exp: new file.
28926 * gdb.hp/xdb3.exp: new file.
28927
28928 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28929
28930 The following files are part of the HP merge; some had longer
28931 names at HP, but have been renamed to be no more than 14
28932 characters in length.
28933
28934 * gdb.base/ss.h: new file.
28935 * gdb.base/call-ar-st.c: new file.
28936 * gdb.base/call-ar-st.exp: new file.
28937 * gdb.base/call-rt-st.c: new file.
28938 * gdb.base/call-rt-st-exp: new file.
28939 * gdb.base/call-strs.exp: new file.
28940 * gdb.base/ena-dis-br.exp: new file.
28941 * gdb.base/environ.exp: new file.
28942 * gdb.base/long_long.exp: new file.
28943 * gdb.base/sect-cmd.exp: new file.
28944 * gdb.base/shlib-cl2.exp: new file.
28945 * gdb.base/smoke.exp: new file.
28946 * gdb.base/so-impl-ld.c: new file.
28947 * gdb.base/so-impl-ld.exp: new file.
28948 * gdb.base/so-indr-cl.c: new file.
28949 * gdb.base/so-indr-cl.exp: new file.
28950 * gdb.base/varargs.exp: new file.
28951 * gdb.base/volatile.exp: new file.
28952 * gdb.base/whatis-exp.exp: new file.
28953 * gdb.base/display.exp: new file.
28954 * gdb.c++/derivation.exp: new file.
28955 * gdb.c++/local.exp: new file.
28956 * gdb.c++/member-ptr.exp: new file.
28957 * gdb.c++/overload.exp: new file.
28958 * gdb.c++/ovldbreak.exp: new file.
28959 * gdb.c++/ref-types.exp: new file.
28960 * gdb.c++/ref-types2.exp: new file.
28961 * gdb.c++/userdef.exp: new file.
28962
28963 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28964
28965 * gdb.base/default.exp: Reflect wording change in remote.c.
28966
28967 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28968
28969 * gdb.base/help.exp: Update to reflect current text.
28970
28971 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28972
28973 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28974 they're stack variables and contain garbage.
28975 * gdb.c++/anon-union.exp: new file.
28976
28977 The following changes were made by David Taylor
28978 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28979 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28980 in changes by HP.
28981
28982 * gdb.base/bitops.exp: new file.
28983 * gdb.base/default.exp: change expected messages for catch and
28984 info catch tests to reflect HP merge changes.
28985 * gdb.base/enable-disable-break.exp
28986 * gdb.base/ending-run.c: new file.
28987 * gdb.base/long_long.c: new file.
28988 * gdb.base/maint.exp: new file.
28989 * gdb.base/pointers2.exp: new file.
28990 * gdb.base/shlib-call2.exp: new file.
28991 * gdb.base/solib.exp: new file.
28992 * gdb.base/step-test.c: new file.
28993 * gdb.c++/anon-union.cc: new file.
28994 * gdb.c++/local.cc: new file.
28995 * gdb.c++/member-pointer.cc: new file.
28996 * gdb.c++/method.cc: new file.
28997 * gdb.c++/ref-types.cc: new file.
28998 * gdb.c++/ref-types2.cc: new file.
28999 * gdb.c++/userdef.cc: new file.
29000
29001 * gdb.base/scope.exp: compile one file at a time, then link.
29002 * gdb.base/langs.exp: ditto.
29003 * gdb.base/list.exp: ditto.
29004
29005 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
29006
29007 The following changes were made by David Taylor
29008 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
29009 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
29010 in changes by HP.
29011
29012 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
29013 skip tests. When compiling pass c++ flag to gdb_compile.
29014 * gdb.c++/
29015
29016 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
29017 test for on hppa*-*-hpux*; use args to see if c++ was specified.
29018 (skip_hp_tests): new function.
29019 (gdb_preprocess): new function.
29020
29021 * configure.in (hpdir): decide whether to configure gdb.hp.
29022 * configure: regenerated.
29023
29024 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
29025 to delete on clean.
29026 (EXECUTABLES): update to reflect new additions.
29027 * gdb.base/commands.exp: update message expected.
29028 * gdb.base/default.exp: add copyright notice.
29029 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
29030 * gdb.base/help.exp: update messages to reflect current text.
29031 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
29032 targets for recurse tests.
29033 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
29034 skip this file.
29035
29036 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
29037 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
29038 compilation.
29039 * gdb.c++/misc.exp: ditto.
29040 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
29041 run the tests. tell gdb_compile that it's a c++ compilation.
29042
29043 * gdb.threads/pthreads.exp: fix typo in message.
29044
29045 * gdb.base/all-bin.exp: new file.
29046 * gdb.base/arithmet.exp: new file.
29047 * gdb.base/assign.exp: new file.
29048 * gdb.base/completion.exp: new file.
29049 * gdb.base/cond-expr.exp: new file.
29050 * gdb.base/condbreak.exp: new file.
29051 * gdb.base/define.exp: new file.
29052 * gdb.base/dollar.exp: new file.
29053 * gdb.base/environment.exp: new file.
29054 * gdb.base/eval-skip.exp: new file.
29055 * gdb.base/jump.exp: new file.
29056 * gdb.base/logical.exp: new file.
29057 * gdb.base/pointers.exp: new file.
29058 * gdb.base/relational.exp: new file.
29059 * gdb.base/section_command.exp: new file.
29060 * gdb.base/whatis-expr.exp: new file.
29061
29062 * gdb.base/all-types.c: new file.
29063 * gdb.base/call-array-struct.c: new file.
29064 * gdb.base/call-return-struct.c: new file.
29065 * gdb.base/call-strings.c: new file.
29066 * gdb.base/callfuncs2.c: new file.
29067 * gdb.base/condbreak.c: new file.
29068 * gdb.base/constvars.c: new file.
29069 * gdb.base/display.c: new file.
29070 * gdb.base/int-type.c: new file.
29071 * gdb.base/jump.c: new file.
29072 * gdb.base/miscexprs.c: new file.
29073 * gdb.base/pointers.c: new file.
29074 * gdb.base/pointers2.c: new file.
29075 * gdb.base/shmain.c: new file.
29076 * gdb.base/shr1.c: new file.
29077 * gdb.base/shr2.c: new file.
29078 * gdb.base/solib.c: new file.
29079 * gdb.base/solib1.c: new file.
29080 * gdb.base/solib2.c: new file.
29081 * gdb.base/varargs.c: new file.
29082 * gdb.c++/derivation.cc: new file.
29083 * gdb.c++/overload.cc: new file.
29084 * gdb.c++/ovldbreak.cc: new file.
29085 * gdb.hp/attach.c: new file.
29086 * gdb.hp/attach2.c: new file.
29087 * gdb.hp/average.c: new file.
29088 * gdb.hp/compiler.c: new file.
29089 * gdb.hp/compiler.cc: new file.
29090 * gdb.hp/execd-program.c: new file.
29091 * gdb.hp/follow-exec.c: new file.
29092 * gdb.hp/follow-fork.c: new file.
29093 * gdb.hp/follow-vfork-and-exec.c: new file.
29094 * gdb.hp/misc-hp.cc: new file.
29095 * gdb.hp/more-steps.c: new file.
29096 * gdb.hp/optimize.c: new file.
29097 * gdb.hp/quicksort.c: new file.
29098 * gdb.hp/run-hp.c: new file.
29099 * gdb.hp/start-stop.c: new file.
29100 * gdb.hp/sum.c: new file.
29101 * gdb.hp/templates-hp.cc: new file.
29102 * gdb.hp/thread-local-in-lib.c: new file.
29103 * gdb.hp/thread-local-in-lib.h: new file.
29104 * gdb.hp/thread-local-in-lib.lib.c: new file.
29105 * gdb.hp/vforked-program.c: new file.
29106 * gdb.hp/virtfunc-hp.cc: new file.
29107 * gdb.hp/watchpoint-hp.c: new file.
29108 * gdb.hp/xdb.c: new file.
29109 * gdb.hp/xdb0.c: new file.
29110 * gdb.hp/xdb0.h: new file.
29111 * gdb.hp/xdb1.c: new file.
29112
29113 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
29114
29115 The following change was made by Edith Epstein
29116 <eepstein@cygnus.com> as part of a project to merge in changes
29117 originally made by HP; HP did not create ChangeLog entries.
29118
29119 * gdb.c++/demangle.exp: changed the expected output for some
29120 ARM-style mangling -- removed second reference to datatype.
29121 For example, maint demangle __dt__11T1__pt__2_cFv
29122 T1<char>::~T1<char>(void)
29123 becomes,
29124 maint demangle __dt__11T1__pt__2_cFv
29125 T1<char>::~T1(void)
29126
29127 (test_hp_style_demangling): new hp specific demangling test cases.
29128
29129 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
29130
29131 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
29132 * gdb.trace/backtrace.exp: Likewise.
29133 * gdb.trace/circ.exp: Likewise.
29134 * gdb.trace/collection.exp: Likewise.
29135 * gdb.trace/deltrace.exp: Likewise.
29136 * gdb.trace/infotrace.exp: Likewise.
29137 * gdb.trace/limits.exp: Likewise.
29138 * gdb.trace/packetlen.exp: Likewise.
29139 * gdb.trace/passc-dyn.exp: Likewise.
29140 * gdb.trace/passcount.exp: Likewise.
29141 * gdb.trace/report.exp: Likewise.
29142 * gdb.trace/save-trace.exp: Likewise.
29143 * gdb.trace/tfind.exp: Likewise.
29144 * gdb.trace/tracecmd.exp: Likewise.
29145 * gdb.trace/while-dyn.exp: Likewise.
29146 * gdb.trace/while-stepping.exp: Likewise.
29147
29148 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
29149
29150 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
29151
29152 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
29153
29154 From Brendan Kehoe:
29155 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
29156 int return types.
29157
29158 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
29159
29160 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
29161 remote dos host testing right.
29162
29163 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
29164
29165 * gdb.base/corefile.exp: remove some xfails.
29166
29167 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
29168
29169 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
29170 have different timestamps.
29171
29172 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
29173
29174 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
29175 gdb.base/default.exp: Replace "exec" with "executable".
29176
29177 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
29178
29179 * gdb.base/default.exp: Change else if to elseif from previous
29180 delta.
29181
29182 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
29183
29184 * gdb.base/default.exp: Add brace missing from previous delta.
29185
29186 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
29187
29188 * gdb.base/default.exp: Support test for info float for all
29189 varieties of arm toolchain.
29190
29191 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
29192
29193 * gdb.trace/*.exp: remove "remote_download" command.
29194
29195 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
29196
29197 * gdb.trace/*.exp: remove -gdwarf from compile.
29198
29199 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
29200
29201 * gdb.trace/configure.in(AC_INIT): typo
29202 * gdb.trace/configure: regenerated
29203
29204 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
29205
29206 * config/m68k-emc.exp: New file.
29207 * lib/<emc-support.exp trace-support.exp}: New files.
29208 * configure.in: add new test directory gdb.trace.
29209 * gdb.trace/{configure configure.in Makefile.in}: New files.
29210 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
29211 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
29212 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
29213 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
29214 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
29215 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
29216 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
29217
29218 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
29219
29220 * gdb.c++/classes.exp: Change all regular expressions to match
29221 arbitrary combinations of newline/carriage-return, so that they
29222 will work equally well on Unix and Windows.
29223 * gdb.c++/inherit.exp: ditto.
29224 * gdb.c++/virtfunc.exp: ditto.
29225
29226 1998-08-11 Dawn Perchik <dawn@cygnus.com>
29227
29228 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29229
29230 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
29231
29232 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
29233 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
29234 to use a0-a3/d0-d3 as needed.
29235
29236 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
29237
29238 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
29239 * gdb.disasm/am33.exp: Corresponding changes.
29240
29241 1998-07-11 Felix Lee <flee@cygnus.com>
29242
29243 * gdb.base/callfuncs.exp: add cmp10 test.
29244 * gdb.base/callfuncs.c (cmp10): new function.
29245
29246 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29247
29248 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
29249 into two parts to get around a synchronization problem in expect.
29250
29251 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29252
29253 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29254
29255 * configure.in: Add options for gdbtk testsuite.
29256
29257 * configure: Regenerate.
29258
29259 * gdb.gdbtk: New directory to hold gdbtk tests.
29260
29261 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29262
29263 * gdb.fortran/types.exp: Escape brackets in expect patterns
29264 for test_float_literal_types_accepted tests.
29265 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29266 before run test.
29267
29268 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29269
29270 * am33.exp: Just compile, do not link the testcase.
29271 * am33.s: Add ".am33" pseudoop to force am33 mode.
29272
29273 1998-06-25 Felix Lee <flee@cygnus.com>
29274
29275 * gdb.base/setshow.exp: make sure $pc is sane.
29276
29277 * gdb.stabs/weird.exp: split expect patterns properly.
29278
29279 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29280
29281 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29282 * gdb.disasm/am33.exp: Run it.
29283
29284 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
29285
29286 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29287 match processing (and eliminate spurious timeouts when running).
29288
29289 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
29290
29291 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29292 exception test, but conditionalize it on target [mach | gnu].
29293
29294 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
29295
29296 * gdb.base/overlays.exp: fixup compile line for linker script.
29297
29298 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29299
29300 * gdb.fortran/types.exp: don't guess at float size.
29301
29302 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29303
29304 * gdb.base/exprs.exp: delete test that depends on int size.
29305
29306 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29307
29308 * config/sim.exp: Removed checks for target triplets.
29309 (gdb_target_sim): Use gdb,target_sim_options.
29310
29311 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29312
29313 * gdb.base/reread.exp: New file.
29314 * gdb.base/reread1.c: New file.
29315 * gdb.base/reread2.c: New file.
29316
29317 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29318
29319 * config/sim.exp: Use 'target sim -sparclite' when running
29320 SPARClite programs.
29321
29322 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29323
29324 * gdb.base/structs2.exp: New file.
29325 * gdb.base/structs2.c: New file.
29326
29327 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29328
29329 * gdb.asm/common.inc: New file.
29330 * gdb.asm/d10v.inc: New file.
29331 * asm-source.exp: Pass -I's to gas to find .inc files.
29332 Update line numbers in expected output.
29333 * asmsrc1.s: Rewrite.
29334 * asmsrc2.s: Rewrite.
29335 * configure.in: Create arch.inc symlink.
29336 * configure: Regenerate.
29337 * Makefile.in (distclean): Delete arch.inc.
29338
29339 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29340
29341 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
29342 (t_enum_value2): ditto
29343 (t_enum_value3): ditto
29344 (main): ditto
29345 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29346
29347 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29348 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29349 change.
29350 Use gdb_test instead of send_gdb/gdb_expect sequences.
29351
29352 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29353
29354 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29355 not void.
29356
29357 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29358
29359 * gdb.base/branches.c: Code with lots of loops and
29360 subroutines. Used to test gdbs ability to single step through PC
29361 changes, especially to test mips-tdep.c:mips_next_pc
29362
29363 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29364
29365 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29366 more rigorous EGCS C++ error checking.
29367
29368 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29369
29370 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29371 tests.
29372 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29373 function when asleep.
29374 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29375 for i*86 Linux and SVR4 signal handling problems.
29376 Remove linux xfail for `next to handler in signals_tests_1', fixed
29377 by recent infrun.c change.
29378 Limit backtrace to 10 frames to avoid timeout problems with infinite
29379 stack backtraces.
29380 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29381 target.[ch] change.
29382
29383 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29384
29385 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29386 for a newline from gdb before continuing.
29387 (default_gdb_exit): Just look for y or n.
29388 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29389 it does, fail the rests of the tests in the file.
29390
29391 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29392
29393 * config/cygmon.exp: New file.
29394
29395 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29396
29397 * gdb.base/list.exp: Fix problem with "list default lines around
29398 main" test on remote targets.
29399
29400 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29401 run test on remote targets.
29402
29403 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29404
29405 * gdb.asm: New directory.
29406 * configure.in: Configure it.
29407 * configure: Regenerate.
29408 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29409 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29410
29411 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29412
29413 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29414
29415 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29416
29417 * gdb.base/overlays (several files): Merge the two overlay
29418 managers into one. Change variables (foox, barx, bazx, grbxx)
29419 back into ints but force them to load in their proper sections.
29420
29421 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29422
29423 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29424 on-chip insn memory and IMAP1 to upper 128k.
29425 (D10VCopy): Handle memory regions crossing 16k boundaries.
29426 (D10VCopy): Transfer data in 32 bit chunks.
29427
29428 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29429
29430 * gdb.base/overlays.c (main): Exit normally when result is
29431 correct.
29432
29433 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29434 map. Include space for printf in .text segment.
29435
29436 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29437 updated d10v memory VMA/LMA map.
29438 (D10VCopy): Call D10VTranslate.
29439
29440 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29441
29442 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29443
29444 * gdb.base/bar.c (barx, bar): Change variable to small array so
29445 that it won't be put into the .sdata - small data -
29446 section. Update reference.
29447 * gdb.base/baz.c (bazx, baz): Ditto.
29448 * gdb.base/foo.c (foox, foo): Ditto.
29449 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29450
29451 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29452 to be arrays.
29453
29454 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29455
29456 * gdb.base/overlays.exp: fix up and get working again.
29457 Add tests for backtraces from an overlay function.
29458
29459 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29460
29461 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29462 "calling function with watchpoint enabled".
29463
29464 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29465
29466 * gdb.base/break.exp (test_next_with_recursion): Remove
29467 gdb_suppress_tests for d10v-*-*.
29468 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29469 pending review of whether it is useful or not.
29470
29471 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29472
29473 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29474
29475 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29476
29477 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29478 * config/dve.exp: New file to support Densan boards.
29479
29480 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29481
29482 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29483 reads and BSD.
29484
29485 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29486
29487 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29488 response.
29489
29490 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29491
29492 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29493
29494 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29495 test.
29496
29497 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29498 target_sizeof_long and target_bigendian_p.
29499 (structs_by_value, structs_by_reference): Check values according
29500 to targets word size and endianess.
29501
29502 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29503
29504 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29505 output.
29506
29507 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29508
29509 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29510 Update test of set args help to match source change.
29511
29512 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29513
29514 * gdb.base/default.exp: Expect help system output to be in
29515 alphabetical order.
29516 * gdb.base/help.exp: Ditto.
29517
29518 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29519
29520 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29521 "i*86-pc-linux-gnu*".
29522 * gdb.base/interrupt.exp: Ditto.
29523 * gdb.base/corefile.exp: Ditto.
29524
29525 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29526 define vxworks when building the testcase.
29527
29528 * gdb.base/ptype.exp: Fix testnames to be unique.
29529 * gdb.base/radix.exp: Ditto.
29530 * gdb.base/term.exp: Ditto.
29531 * gdb.base/whatis.exp: Ditto.
29532 * gdb.c++/classes.exp: Ditto.
29533
29534 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29535
29536 * gdb.base/callfuncs.exp: Fix indentation.
29537
29538 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29539 suppress_flag has been set.
29540 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29541 target feature.
29542
29543 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29544
29545 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29546 the testcase.
29547
29548 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29549 set_debug_traps() and breakpoint().
29550 * gdb.c++/misc.cc (main): Ditto.
29551 * gdb.c++/templates.cc (main): Ditto.
29552 * gdb.c++/virtfunc.cc (main): Ditto.
29553
29554 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29555
29556 * lib/gdb.exp(gdb_step_for_stub): New function.
29557 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29558 exists, reload the executable and do a "continue" instead of
29559 doing a jump.
29560 (runto_main): Use gdb_step_for_stub.
29561
29562 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29563 tests to have unique names.
29564 * gdb.base/callfuncs.exp: Ditto.
29565 * gdb.base/commands.exp: Ditto.
29566 * gdb.base/default.exp: Ditto.
29567 * gdb.base/help.exp: Ditto.
29568 * gdb.base/list.exp: Ditto.
29569 * gdb.base/opaque.exp: Ditto.
29570 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29571 similar tests.
29572
29573 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29574 * gdb.c++/cplusfuncs.cc: Ditto.
29575 * gdb.c++/virtfunc.cc: Ditto.
29576
29577 * config/monitor.exp: Keep track of the last file we saw, rather
29578 than trying to get the info from gdb.
29579
29580 * gdb.fortran/types.exp: Move comment to previous line.
29581
29582 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29583
29584 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29585 target mode.
29586
29587 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29588
29589 From Bob Manson:
29590 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29591 string from GDB when it connects.
29592
29593 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29594
29595 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29596
29597 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29598 if we can't get a debug format from GDB (we may be testing an
29599 older GDB). Use a 10 second timeout when checking for the format.
29600
29601 * gdb.stabs/weird.exp: Fix quoting.
29602
29603 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29604
29605 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29606
29607 * config/arm-ice.exp: New file.
29608
29609 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29610
29611 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29612 until it has been modified to work with the new testsuite.
29613
29614 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29615 testcase won't compile, cause all of the testcases in the file to
29616 fail instead.
29617
29618 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29619 (gdb_clear_suppressed): New procedure.
29620 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29621 it contains a positive value.
29622
29623 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29624
29625 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29626
29627 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29628
29629 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29630
29631 * lib/gdb.exp (setup_xfail_format): New function.
29632 (get_debug_format): New function to get debug format.
29633 (debug_format): New global variable to hold last value set
29634 by get_debug_format.
29635 * gdb.base/list.exp: Call get_debug_format and expect some
29636 tests to fail for DWARF 1 and COFF formats.
29637 * gdb.c++/ptype.exp: Ditto.
29638 * gdb.c++/classes.exp: Ditto.
29639 * gdb.c++/cplusfuncs.exp: Ditto.
29640 * gdb.c++/inherit.exp: Ditto.
29641 * gdb.c++/templates.exp: Ditto.
29642 * gdb.c++/virtfunc.exp: Ditto.
29643
29644 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29645
29646 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29647 host doesn't have a currently-open connection.
29648
29649 * config/sparclet.exp: Cleanups and fixes to make it generic for
29650 any gdb stub target. Handle cases where gdb doesn't respond when
29651 interrupted in a sane fashion.
29652
29653 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29654 same thing in a totally different way.
29655
29656 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29657 setting "timeout".
29658 (gdb_start): We set the global gdb_prompt variable in
29659 default_gdb_init now.
29660
29661 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29662
29663 * gdb.base/printcmds.exp: Fix "check for floating addition"
29664 regexp to accept results within approx +/- .01 of exact value.
29665 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29666
29667 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29668
29669 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29670 properly.
29671 (gdb_expect): Add optional timeout parameter, and add timeout
29672 value to various calls.
29673 (gdb_suppress_tests): Only give one warning message per group.
29674
29675 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29676
29677 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29678 global variables. Handle getting a value for $timeout more
29679 gracefully.
29680
29681 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29682
29683 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29684 initialize.
29685 (default_gdb_init): New procedure; allow gdb_init to be overridden
29686 by a target configuration file.
29687 (gdb_expect): Pass the timeout to remote_expect.
29688
29689 * config/monitor.exp(gdb_load): Fix typo in regexp.
29690
29691 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29692
29693 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29694
29695 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29696
29697 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29698 here. Call gdb_target_exec before rebooting the target, to make
29699 sure the connection to the target is closed.
29700 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29701 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29702 Also detect "Timeout reading from remote" error.
29703
29704 * config/gdbserver.exp: Pass the executable being loaded to
29705 gdb_target_monitor. Don't call gdb_file_cmd here; let
29706 gdb_target_monitor do it.
29707
29708 * gdb.disasm/hppa.exp: Don't use exec_output.
29709
29710 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29711
29712 * gdb.base/list.exp: If we're debugging a non-native target,
29713 try to set the pc register to point to the start of the
29714 program before doing the first list command.
29715
29716 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29717 test_calls after restarting.
29718
29719 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29720 reloading.
29721
29722 * gdb.base/watchpoint.exp: Fix typo.
29723
29724 * gdb.base/setshow.exp: Check for use_gdb_stub.
29725
29726 * gdb.base/break.exp: Fix continue until exit test for the gdb
29727 stub case.
29728 * gdb.base/langs.exp: Ditto.
29729
29730 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29731 gdb_load_offset. If we weren't given a file to load, figure out
29732 what the current file is and use it.
29733
29734 * config/i386-bozo.exp: New file.
29735
29736 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29737
29738 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29739 feature.
29740
29741 * config/proelf.exp: New entry.
29742
29743 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29744
29745 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29746 of regexps.
29747
29748 * gdb.base/watchpoint.exp: Don't run the test_stepping
29749 tests if gdb can't call functions on the target.
29750
29751 * gdb.base/setshow.exp: Don't run the set prompt tests if
29752 the board has gdb_prompt set.
29753
29754 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29755
29756 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29757 * gdb.base/commands.exp: Likewise.
29758 * gdb.base/setshow.exp: Likewise.
29759
29760 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29761
29762 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29763 feature.
29764
29765 * config/i960.exp: New file.
29766
29767 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29768
29769 * gdb.base/funcargs.exp: Check for gdb,short_int target
29770 feature instead of looking for explicit target triplets.
29771
29772 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29773
29774 * gdb.base/printcmds.exp: add a couple more tests a la
29775 "p 123DEADBEEF", to check parse_number.
29776 * top.c: change "to enable to enable" to "to enable" in a couple
29777 of help strings.
29778
29779 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29780
29781 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29782 on the mn10300.
29783
29784 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29785
29786 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29787 where the test executable is run with explicit args.
29788 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29789
29790 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29791
29792 * gdb.base/run.c: Use FAKEARGV to build test executable that
29793 does not require a command line arg, since most simulators
29794 don't currently support passing such an arg into the simulated
29795 program.
29796 * gdb.base/commands.exp: Change tests to insert the proper
29797 value as the arg to the first recursive factorial call. Change
29798 compilation line to define FAKEARGV at compile time.
29799
29800 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29801
29802 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29803 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29804 function with watchpoint enabled" test.
29805
29806 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29807
29808 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29809 Don't call gdb_test when the command doesn't return to a gdb prompt.
29810
29811 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29812 "Tests restarted" messages.
29813
29814 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29815
29816 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29817
29818 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29819
29820 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29821 for INFO SYMBOL; add help tests for OVERLAY commands.
29822 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29823 add tests for OVERLAY commands
29824 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29825 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29826 * gdb.base/sigall.c: add usestubs code frag
29827 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29828
29829 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29830
29831 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29832 failures.
29833 (gdb_stop_suppressing_tests): Note that tests have restarted.
29834
29835 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29836
29837 * config/h8300.exp: New file.
29838
29839 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29840
29841 * gdb.base/setshow.exp: Check for the existence of a
29842 feature, not its value.
29843
29844 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29845
29846 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29847
29848 * gdb.base/scope.exp: It's now init0(), not init().
29849
29850 * gdb.base/scope0.c: For now, change init() to be init0().
29851
29852 * config/monitor.exp: Use gdb_serial in preference to serial
29853 or netport.
29854
29855 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29856 and it's not already set.
29857
29858 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29859
29860 * gdb.base/setshow.exp: Only test the run command if the target
29861 isn't using a stub and if it supports argument passing.
29862
29863 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29864
29865 * config/udi.exp(gdb_start): Make sure UDICONF is set
29866 properly before starting gdb.
29867
29868 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29869
29870 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29871 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29872 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29873
29874 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29875
29876 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29877 specialized code to reboot the board, use remote_reboot instead.
29878
29879 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29880
29881 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29882
29883 * config/monitor.exp: Make sure we disconnect from the target.
29884 Also, try a reboot/reload cycle instead of failing if the
29885 load fails.
29886
29887 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29888
29889 * gdb.base/default.exp: Don't set match_max.
29890 * gdb.base/help.exp: Ditto.
29891 * gdb.base/list.exp: Ditto.
29892 * gdb.base/signals.exp: Ditto.
29893
29894 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29895 set, use remote_ld to download the testcase instead of
29896 the GDB loader.
29897
29898 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29899
29900 * config/vr5000.exp: New file.
29901
29902 * config/monitor.exp(gdb_target_monitor): Add pattern for
29903 "Ending remote" to detect errors in connecting.
29904
29905 * gdb.base/setshow.exp: Add .* within auto language test.
29906
29907 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29908 target feature.
29909
29910 * config/monitor.exp(gdb_load): Check for a failure when loading,
29911 and reboot the board if necessary.
29912
29913 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29914 a set of tests. Remove print.* from the patterns being checked.
29915
29916 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29917
29918 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29919 refer to gdb_spawn_id.
29920
29921 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29922 longer used.
29923 * config/sparclet.exp: Ditto.
29924 * config/sparclet-old.exp: Ditto.
29925 * config/slite.exp: Ditto.
29926 * config/sim.exp: Ditto.
29927 * gdb.base/funcargs.exp: Ditto.
29928
29929 * lib/gdb.exp:Remove references to gdb_spawn_id.
29930 (gdb_expect): Move to remote.exp.
29931
29932 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29933
29934 * config/monitor.exp: Detect the "Couldn't establish connection"
29935 message from GDB.
29936
29937 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29938
29939 * gdb.base/bitfields.exp: Use runto instead of explicit
29940 gdb_run_cmd/gdb_expect sequences.
29941
29942 * gdb.base/break.exp(text_next_with_recursion): Add match for
29943 gdb_expect call.
29944
29945 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29946 We also need to handle the "A program is being debugged already"
29947 prompt from gdb. Use gdb_test to set the baud rate.
29948
29949 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29950 to 20000. Really. I mean it.
29951
29952 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29953
29954 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29955 fails. If suppress_flag is set, skip perror message about not
29956 being able to send to GDB.
29957 (send_gdb): If suppress_flag is set, don't try to send commands to
29958 GDB.
29959 (gdb_expect): If suppress_flag is set, always fail immediately.
29960 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29961 (gdb_init): Call gdb_stop_suppressing_tests.
29962 (default_gdb_exit): Ditto.
29963 (default_gdb_start): Ditto.
29964
29965 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29966 gdb_stop_suppressing_tests as appropriate.
29967 * gdb.base/break.exp: Ditto.
29968 * gdb.base/callfuncs.exp: Ditto.
29969 * gdb.base/commands.exp: Ditto.
29970 * gdb.base/exprs.exp: Ditto.
29971 * gdb.base/funcargs.exp: Ditto.
29972 * gdb.base/list.exp: Ditto.
29973 * gdb.base/recurse.exp: Ditto.
29974 * gdb.base/scope.exp: Ditto.
29975 * gdb.base/structs.exp: Ditto.
29976 * gdb.c++/inherit.exp: Ditto.
29977
29978 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29979
29980 * config/vr4300.exp: New file.
29981
29982 * gdb.*/*.exp: Call gdb_expect instead of expect.
29983
29984 * lib/gdb.exp(gdb_expect): New function.
29985
29986 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29987
29988 * lib/gdb.exp(gdb_init): New function.
29989
29990 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29991 for each individual variable set.
29992
29993 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29994 name.
29995
29996 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29997
29998 * gdb.base/scope.exp: Use gdb_test.
29999
30000 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
30001 aborting; the testsuite driver will do that for us (see
30002 gdb_finish). Also, use gdb_test in a few more places.
30003
30004 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
30005
30006 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
30007
30008 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
30009
30010 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
30011 and "add_tests" are not at the same address.
30012
30013 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
30014
30015 * gdb.base/ptype.exp: Use gdb_test.
30016
30017 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
30018
30019 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
30020 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
30021 left in. No longer expect them to fail.
30022
30023 * gdb.stabs/*.mt; Deleted, no longer used.
30024 * gdb.stabs/configure.in: Remove references to target makefile
30025 frags.
30026 * gdb.stabs/configure: Rebuilt.
30027
30028 * gdb.disasm/*.mt: Deleted, no longer used.
30029 * gdb.disasm/configure.in: Remove references to target makefile
30030 frags. Use "sh3.s" as the unique filename for this directory.
30031 * gdb.disasm/configure: Rebuilt.
30032
30033 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
30034 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
30035 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
30036
30037 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
30038
30039 * config/udi.exp: Use mondfe,name instead of remote_host.
30040
30041 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
30042
30043 * gdb.base/watchpoint.exp: Don't expect a failure when calling
30044 a function with a watchpoint enabled on the mn10200.
30045
30046 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
30047 before trying to create it!
30048
30049 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
30050
30051 * config/vx.exp: Use hostname instead of netport.
30052
30053 * config/vxworks.exp: New file.
30054
30055 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
30056
30057 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
30058 gdb before assuming everything worked. Send a ^C if a timeout
30059 occurs.
30060
30061 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
30062 $gdb_spawn_id directly.
30063 (gdb_run_cmd): Try _start as well as start. Use the target feature
30064 gdb,start_symbol as the symbol to start from when jumping.
30065
30066 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
30067
30068 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
30069 redundant) test.
30070
30071 * gdb.base/recurse.exp: Relax final value test for 'b' so that
30072 it doesn't lose for 16bit integer systems.
30073
30074 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
30075
30076 * gdb.fortran/types.exp: If the target doesn't support "double"
30077 data types, then expect "real" types to only be 4 bytes.
30078
30079 * gdb.c++/virtfunc.exp: Expect failure for virtual function
30080 call tests if the target doesn't support inferior function calls.
30081
30082 * gdb.base/printcmds.exp: Allow minor deviation in FP values
30083 in printf tests.
30084
30085 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
30086
30087 * gdb.base/help.exp: Disable "help set", "help show", and
30088 "help support". Simplify regexp for "help stack".
30089
30090 * gdb.base/default.exp: Set match_max to 5000 and the timeout
30091 to 60 seconds. Temporarily set match_max to 15000 around the
30092 "info copying" test.
30093
30094 * gdb.base/nodebug.exp: Don't try to do an inferior function
30095 call if the target doesn't support them.
30096 * gdb.base/printcmds.exp: Likewise.
30097 * gdb.base/setvar.exp: Likewise.
30098 * gdb.base/structs.exp: Likewise.
30099 * gdb.c++/templates.exp: Likewise.
30100 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
30101
30102 * gdb.base/recurse.exp: Enable for the mn10200.
30103
30104 * configure.in: Do configure gdb.stabs directory for *-*-elf
30105 targets.
30106 * configure: Rebuilt.
30107
30108 * gdb.base/break.exp: Check for gdb,noresults before testing
30109 exit status and/or results from the target.
30110 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
30111 * lib/gdb.exp: Remove old (now bogus) initialization of
30112 noinferior, noargs, noresults and nosignals.
30113
30114 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
30115
30116 * config/sh.exp: New file.
30117
30118 * config/slite.exp: Try to connect multiple times to the board
30119 before rebooting. Only send a "monitor run" if need_monitor_run
30120 is set.
30121
30122 * gdb.base/break.exp: Don't do the "stub continue" test if
30123 the target has gdb_stub set.
30124
30125 * gdb.base/callfuncs.exp: Increase the timeout.
30126
30127 * gdb.base/interrupt.exp: Don't even try to compile the testcase
30128 if the target has gdb,noinferiorio set.
30129
30130 * gdb.base/list.exp: Increase match_max to 10000 characters.
30131
30132 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
30133
30134 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
30135 target.
30136
30137 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
30138
30139 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
30140
30141 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
30142 trying to delete the copy of gdb. Catch the file delete so we
30143 don't die if the delete fails; also, the file should be copied to
30144 the host, not to the build.
30145
30146 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
30147
30148 * lib/gdb.exp(gdb_test): Surround the result pattern with
30149 parenthesis in case it contains multiple regexps separated
30150 with |.
30151
30152 * gdb.base/watchpoint.exp: Use gdb_test.
30153 * gdb.base/default.exp: Ditto.
30154
30155 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
30156
30157 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
30158
30159 * gdb.base/scope.exp: Use gdb_test.
30160 * gdb.c++/classes.exp: Ditto.
30161 * gdb.c++/inherit.exp: Ditto.
30162
30163 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
30164
30165 * gdb.base/crossload.exp: Don't use execute_anywhere, use
30166 remote_exec instead.
30167 * gdb.base/corefile.exp: Don't be ridiculous.
30168 * gdb.base/*.c: Add missing stub invocations.
30169
30170 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
30171
30172 * config/slite.exp: Miscellaneous fixes.
30173
30174 * lib/gdb.exp: Fix runto.
30175
30176 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
30177 the target.
30178
30179 * gdb.base/watchpoint.exp: Fix regexp.
30180
30181 * lib/gdb.exp(default_gdb_exit): Add a catch to the
30182 close and wait commands, as the descriptor may now be
30183 invalid. Always call "remote_close host".
30184
30185 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
30186
30187 Major rewrite for testsuite revision.
30188
30189 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
30190 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
30191 instead of relying on spawn_id to always contain a valid
30192 spawn id.
30193 (get_compiler_info): New procedure to build the ${binfile}.ci
30194 file, instead of replicating this in N different places.
30195 (gdb_compile): New procedure.
30196
30197 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
30198 appropriate arguments) instead of compile. Use gdb_test in a lot
30199 more places. Use send_gdb instead of send. Always run gdb_start
30200 at the start of a testcase, as this is no longer done magically.
30201
30202 config/*-gdb.exp: Rename without the -gdb suffix.
30203
30204 config/mips.exp: Use remote_close instead of exit_remote_shell.
30205 config/monitor.exp: Use target_info instead of looking at
30206 baud, timeout, etc.
30207 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
30208
30209 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30210
30211 * gdb.c++/templates.exp (test_ptype_of_templates),
30212 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
30213 Update expect patterns for destructors and assignment operators
30214 to match corresponding c-typeprint.c changes.
30215 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
30216 to destructor breakpoint test, GDB should be able to set the
30217 destructor breakpoint without specifying arguments.
30218
30219 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
30220
30221 * gdb.threads/pthreads.exp: Change result for failure to compile due
30222 to lack of pthreads runtime support from an error to simply an
30223 unsupported test, per dejagnu standards.
30224
30225 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30226
30227 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
30228 where GDB exits to reduce pattern match time.
30229 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
30230
30231 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
30232
30233 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
30234
30235 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
30236 * gdb.base/default.exp: ditto.
30237 * gdb.base/nodebug.exp: ditto.
30238 * gdb.base/printcmds.exp: ditto.
30239 * gdb.base/ptype.exp: ditto.
30240 * gdb.base/setvar.exp: ditto.
30241 * gdb.base/structs.exp: ditto.
30242 * gdb.base/setshow.c: Guard against uninitialized values of argc.
30243
30244 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30245
30246 * configure, */configure: Rebuild with autoconf 2.12.
30247
30248 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30249
30250 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30251 use new i*86-pc-linux*-gnu quads.
30252 * gdb.base/corefile.exp: Ditto.
30253 * gdb.base/signals.exp: Ditto.
30254 * gdb.base/sigall.exp: Ditto.
30255 * gdb.base/interrupt.exp: Ditto.
30256
30257 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30258 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30259 RedHat 4.0.
30260
30261 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
30262 linux. This allows the test case to at least compile on latest
30263 linux, but still not run due to missing the threads runtime library.
30264
30265 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30266
30267 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30268 directory to search gdb directory. Accept and step over conditional
30269 stack alignment code. Consume $prompt in failure cases.
30270 Reset timeout to $oldtimeout instead of some arbitrary value.
30271 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30272 timeout problems with infinite stack backtraces.
30273 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30274 Accept function parameters for linkfunc member.
30275
30276 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30277
30278 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30279 (CXXFLAGS): Remove, unreferenced.
30280 (B_OPTIONS): Add for -B options and add code to initialize with
30281 previous -B options and also add -B option to pick up cross compiled
30282 runtime.
30283 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30284 doing cross compiles.
30285 (target_alias): Declare global.
30286 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30287 to verify that gcc exists in build tree, and if so set CC to that
30288 gcc and to use B_OPTIONS and TARGET_INCLUDES.
30289
30290 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30291
30292 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30293 ptype test for anonymous union. Fixup testcase to match
30294 current gcc debug output.
30295
30296 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30297
30298 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30299 force argument to an unsigned long type.
30300
30301 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30302
30303 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
30304 tests and anonymous union print/ptype tests.
30305 * gdb.base/list.exp (test_forward-search): Increase timeout by
30306 5 minutes for the "search extremely long line" case.
30307 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30308 completely optional and that the pass/fail messages use the command as
30309 the message if that third arg is a null string.
30310 (gdb_test_exact): Arrange that a null string pattern means match a
30311 null string output rather than any output, which might include random
30312 errors.
30313 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30314 backtrace test.
30315 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30316 always failing and failure is now exposed by gdb.exp changes.
30317
30318 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30319
30320 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30321 weren't being noted.
30322
30323 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30324
30325 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30326 * gdb.stabs/weird.exp: Remove v_comb xfails.
30327
30328 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
30329
30330 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30331 list.exp scope.exp watchpoint.exp]
30332 Make all timeout error msgs explicitly say "(timeout)".
30333
30334 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
30335
30336 * config/monitor.exp: Increase download timeout to 1000 seconds.
30337
30338 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
30339
30340 * config/m32r.exp: Increase timeout to 120 seconds.
30341
30342 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30343
30344 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30345 and accept older ordering as obsolescent gcc or gdb.
30346 * gdb.c++/templates.exp: Ditto.
30347 * gdb.c++/virtfunc.exp: Ditto.
30348
30349 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30350
30351 * gdb.base/coremaker.c: Add code to mmap some data so we
30352 can check that it ends up in the core file.
30353 * gdb.base/corefile.exp: Add test to read mmapped data
30354 from core file.
30355
30356 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30357
30358 * config/m32r.exp: New file.
30359
30360 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30361
30362 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30363 that cflags can contains -gstabs, and work correctly for other tests.
30364
30365 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
30366
30367 * gdb.base/setshow.exp: New file, tests show and set.
30368 * gdb.base/setshow.c: New file, tests show and set.
30369 * gdb.base/help.exp: Add test for help set|show annotate.
30370 * gdb.base/default.exp: Add test for set|show annotate.
30371
30372 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30373
30374 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30375 errors unique.
30376 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30377 explicitly.
30378
30379 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30380
30381 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30382 and width commands. This is done elsewhere.
30383 * (gdb_start): Don't call gdb_start_sim here. That's already
30384 done in gdb_load. This fixes lots of failures in default.exp.
30385
30386 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30387
30388 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30389 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30390 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30391 in the same we we treat other failures (since it may be an expected
30392 condition), rather than as an error.
30393 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30394 old test format.
30395
30396 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30397
30398 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30399 (distclean maintainer-clean realclean): No need to remove files
30400 twice. Nuke the duplicates.
30401 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30402 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30403 Remove config.h along with other config files.
30404
30405 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30406
30407 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30408 "p func1 ()" and note that rests of tests are skipped.
30409 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30410 setup_xfails for "print func2::coremaker_local".
30411 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30412 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30413 affected by the previous run test.
30414 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30415 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30416 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30417 "pass int powerset tuple" and "pass modeless int powerset tuple".
30418 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30419 "real write 4" and "real write 8".
30420 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30421 setup_xfails for "print vs1 after tuple assign 2",
30422 "print \$i after tuple assign 2", and
30423 "print vs2 after tuple assign 2".
30424 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30425 meaningful error message and return -1 so the caller can
30426 suppress further tests and avoid a cascade of errors.
30427
30428 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30429
30430 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30431 format for printing version.
30432 * gdb.base/default.exp: Ditto.
30433 * gdb.base/interrupt.exp: Fix problem with cascade of
30434 errors if child process dies while calling a function.
30435
30436 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30437
30438 * Makefile.in (VPATH): Add
30439 * Makefile.in (Makefile, config.status): Fix rules so things get
30440 remade when necessary.
30441
30442 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30443
30444 * Makefile.in (just-check): Add path to sibling expect dir
30445 to environment variable specified by RPATH_ENVVAR.
30446
30447 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30448
30449 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30450 (just-check): Add shared library paths for libstdc++, tk,
30451 tcl, bfd, and opcodes to the environment variable specified
30452 in RPATH_ENVVAR.
30453 * configure.in: Add support to recognize --enable-shared flag
30454 and generate correct value for RPATH_ENVVAR.
30455 * configure: Regenerated with autoconf.
30456
30457 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30458
30459 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30460 include all osf versions.
30461 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30462 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30463 when target is linux. When failing to build pthreads test
30464 executable, give more meaningful message.
30465 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30466 arg for pthread_create.
30467
30468 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30469
30470 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30471 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30472 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30473 and -lpthreads (everybody else).
30474 (test_startup): Fail gracefully if threads are not supported.
30475 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30476 "p/c array_index("abcdef",2)" when not gcc compiled.
30477 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30478 "print func2::coremaker_local" when not gcc compiled.
30479 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30480 "ptype on opaque struct tagname (statically)",
30481 "ptype on opaque struct tagname (dynamically) 1", and
30482 "ptype on opaque struct tagname (dynamically) 2"
30483 for not compiled with gcc.
30484 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30485 backtrace when compiled with gcc.
30486 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30487 than always return success.
30488
30489 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30490
30491 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30492
30493 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30494
30495 * gdb.base/structs.exp: Undo last change.
30496
30497 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30498
30499 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30500 encapsulate all the steps/nexts done during self test, starting
30501 at main, and makes them less sensitive to optimization issues.
30502 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30503 signal handler" test.
30504 * gdb.threads/pthreads.exp: Only run this for native configs.
30505 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30506 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30507 tests.
30508 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30509 for "runto test_calls(void)" test.
30510
30511 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30512
30513 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30514 and don't expect address info in breakpoint confirmations.
30515
30516 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30517
30518 * gdb.base/list.exp (test_forward_search): Increase timeout
30519 temporarily by 60 seconds for searching extremely long line,
30520 and then reset to old value when done. Increase expect input
30521 buffer to 10000.
30522
30523 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30524
30525 * gdb.base/list.exp (test_forward_search): Fix to handle very
30526 long source line without overflowing expect's input buffer.
30527
30528 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30529
30530 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30531 "buffer_full".
30532
30533 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30534 "buffer_full".
30535
30536 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30537 "buffer_full".
30538
30539 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30540 "buffer_full".
30541
30542 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30543
30544 * configure.in (configdirs): Add gdb.threads.
30545 * configure: Regenerated with autoconf.
30546 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30547 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30548 * gdb.threads/configure: New, generated with autoconf.
30549
30550 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30551
30552 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30553
30554 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30555
30556 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30557 each signal's status in the output of "handle all print".
30558 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30559 the \r\n sequence that immediately precedes the gdb prompt.
30560 * gdb.base/a1-selftest.exp: Save original timeout and restore
30561 after test.
30562
30563 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30564
30565 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30566 symbol.
30567
30568 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30569
30570 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30571
30572 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30573
30574 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30575 timeout by 60 seconds.
30576
30577 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30578
30579 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30580 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30581 error return.
30582
30583 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30584
30585 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30586 gdb initialization, also report how long dejagnu waited. Restore
30587 old timeout before doing error return. Temporarily increase timeout
30588 by 3 minutes to allow for slow startups over heavy NFS use.
30589
30590 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30591
30592 * lib/gdb.exp: Report timeout value for verbosity level 2.
30593 * config/gdbserver.exp: Ditto.
30594 * config/hppro.exp: Ditto.
30595 * config/mips-gdb.exp: Ditto.
30596 * config/monitor.exp: Ditto.
30597 * config/netware.exp: Ditto.
30598 * config/sim-gdb.exp: Ditto.
30599 * config/slite-gdb.exp: Ditto.
30600 * config/udi-gdb.exp: Ditto.
30601 * config/unix-gdb.exp: Ditto.
30602 * config/vx-gdb.exp: Ditto.
30603 * gdb.base/a1-selftest.exp: Ditto.
30604 * gdb.base/a2-run.exp: Ditto.
30605 * gdb.base/break.exp: Ditto.
30606 * gdb.base/corefile.exp: Ditto.
30607 * gdb.base/list.exp: Ditto.
30608 * gdb.base/recurse.exp: Ditto.
30609 * gdb.base/scope.exp: Ditto.
30610 * gdb.base/signals.exp: Ditto.
30611
30612 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30613
30614 * gdb.threads/Makefile.in (docdir): Removed.
30615
30616 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30617
30618 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30619 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30620 @srcdir@.
30621 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30622 autoconf 2.5 or higher.
30623 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30624
30625 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30626
30627 * configure: Regenerated.
30628 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30629 avoid name clashes with SunOS headers.
30630
30631 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30632
30633 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30634
30635 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30636
30637 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30638 prototype information ends up in the compiler info file.
30639
30640 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30641
30642 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30643 attempting to regenerate it. Eliminate use of a temporary file
30644 and just generate the info file directly. Source it immediately,
30645 for consistency of use.
30646 * gdb.base/corefile.exp: Ditto
30647 * gdb.base/exprs.exp: Ditto.
30648 * gdb.base/funcargs.exp: Ditto.
30649 * gdb.base/langs.exp: Ditto.
30650 * gdb.base/list.exp: Ditto.
30651 * gdb.base/mips_pro.exp: Ditto.
30652 * gdb.base/nodebug.exp: Ditto.
30653 * gdb.base/opaque.exp: Ditto.
30654 * gdb.base/ptype.exp: Ditto.
30655 * gdb.base/scope.exp: Ditto.
30656 * gdb.base/setvar.exp: Ditto.
30657 * gdb.base/signals.exp: Ditto.
30658 * gdb.base/whatis.exp: Ditto.
30659 * gdb.c++/templates.exp: Ditto.
30660 * gdb.c++/virtfunc.exp: Ditto.
30661 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30662 whether or not to add -lstdc++ to the compile command line args.
30663
30664 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30665
30666 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30667 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30668 Increase timeout, a lot of single stepping might be needed if the
30669 target has no hardware watchpoints.
30670
30671 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30672
30673 * gdb.base/break.exp: Ignore compiler warnings when compiling
30674 break.c.
30675 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30676 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30677 from remote-sim.
30678 * gdb.base/exprs.exp: Add h8300 xfails.
30679 * gdb.base/funcargs.exp: Likewise.
30680 * gdb.base/nodebug.exp: Likewise.
30681 * gdb.base/printcmds.exp: Likewise.
30682 * gdb.base/ptype.exp: Likewise.
30683 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30684 h8300 xfails.
30685 * gdb.base/return.exp: Handle float/double precision problems
30686 on the h8300.
30687 * gdb.base/funcargs.c: Explicitly make last constant argument to
30688 call_after_alloca_subr an unsigned long type.
30689 * gdb.base/return.c: Include stdio.h.
30690
30691 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30692
30693 * config/abug.exp: New file for the older Motorola Bug monitor
30694 that runs on the mvme13x series VME boards.
30695 * config/monitor.exp: Use the new config array for target settings
30696 if they exist.
30697
30698 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30699
30700 * sim-gdb.exp: Make the SH simulator allocate less space when
30701 it is targeted.
30702
30703 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30704
30705 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30706 test.
30707
30708 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30709
30710 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30711 "rs6000-*-*" for "list function in include file" when gcc compiled.
30712 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30713 for "p ctable1[120]".
30714 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30715 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30716 Remove setup_xfail for "rs6000-*-*" for
30717 "print 'scope0.c'::filelocal before run".
30718 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30719 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30720 since some compilers don't allow both options to be given
30721 on the same command line. Create object file and move it.
30722
30723 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30724
30725 * gdb.base/corefile.exp: Always regenerate the core file, since
30726 we always regenerate the coremaker program. Detect special case
30727 where registers cannot be read from core file.
30728
30729 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30730
30731 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30732 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30733 * gdb.c++/templates.exp: Only match on basename of file since
30734 some formats like xcoff don't encode directory information.
30735 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30736 and rs6000 AIX xcoff targets.
30737 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30738 * configure: Regenerate.
30739 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30740 here, rather than in distclean.
30741
30742 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30743
30744 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30745 defined, and use it to compile the test case with -O2. The
30746 native compilation still uses no optimization.
30747 * gdb.base/mips_pro.c: Remove inline assembly code since
30748 it is compiled PIC by default, which results in assembler
30749 warnings that make the testsuite think the compilation
30750 was unsuccessful.
30751
30752 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30753
30754 * gdb.c++/misc.exp: Add note to message for
30755 "print s.a for foo struct" that this is a known gcc 2.7.2
30756 and earlier bug.
30757
30758 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30759
30760 * gdb.base/break.exp: Fix pattern for matching "Delete all
30761 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30762 setup_xfail for deleting all breakpoints test. Fix various
30763 timeout messages to include "(timeout)".
30764 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30765 for "p t_float_values2(3.14159,float_val2)".
30766 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30767 for "continue to call2g" when gcc compiled.
30768 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30769 "up to foo in langs.exp", "show language at foo in langs.exp",
30770 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30771 and "show language at fsub in langs.exp".
30772 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30773 "list line 1 in include file", "list message for lines past EOF",
30774 "list function in include file", "list list0.h:foo", and
30775 "list filename:function; nonexistant function".
30776 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30777 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30778 and "ptype t_char_array" to be for native cc only.
30779
30780 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30781
30782 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30783 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30784 "print func2::coremaker_local", and "backtrace in corefile.exp".
30785
30786 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30787
30788 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30789 "bt in signals.exp". This problem only appears when running
30790 the testsuite, and then only intermittently.
30791
30792 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30793
30794 * gdb.base/return.exp (return_tests): Differentiate between
30795 two tests of continuing.
30796
30797 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30798
30799 * */Makefile.in (maintainer-clean): Remove config.log.
30800 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30801 * gdb.c++/Makefile.in (PROGS): Add inherit.
30802 (clean): Remove *.ci.
30803
30804 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30805
30806 * gdb.c++/misc.cc: Add test code from Mike Stump.
30807 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30808
30809 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30810
30811 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30812 to "alpha-*-osf2*" and add comment.
30813 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30814 setup_xfail for "step over execarg initialization" and
30815 "step over corearg initialization".
30816 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30817 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30818 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30819 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30820 "print func2::coremaker_local", and "backtrace in corefile.exp".
30821 * gdb.base/signals.exp: Build and source signals.ci.
30822 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30823 to be for gcc only.
30824 * lib/gdb.exp: Move verbose statements outside conditionals.
30825
30826 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30827
30828 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30829 Feb 3 procfs.c change.
30830
30831 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30832
30833 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30834
30835 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30836
30837 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30838 from dejagnu's apparent default of 10 seconds, which gives random
30839 results when running the tests over NFS on moderately loaded systems.
30840 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30841
30842 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30843
30844 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30845 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30846 result reports.
30847
30848 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30849
30850 * configure.in (CY_AC_PATH_TCLH): Remove.
30851 * configure: Regenerate.
30852
30853 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30854
30855 * gdb.c++/Makefile.in (clean): Add missing '{'.
30856
30857 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30858
30859 * lib/gdb.exp: Provide a default value for noinferior.
30860
30861 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30862 Load libgloss.exp.
30863
30864 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30865
30866 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30867 the executable, not the .o to run the tests from.
30868
30869 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30870
30871 * gdb.base/break.exp: Don't test for program exit or exit status
30872 if $noresults if nonzero.
30873 * gdb.base/langs.exp: Likewise.
30874 * gdb.base/watchpoint.exp: Likewise.
30875
30876 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30877 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30878 trying to compile the testcase.
30879
30880 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30881
30882 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30883 * gdb.base/signals.exp (continue to handler): Likewise.
30884
30885 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30886
30887 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30888
30889 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30890
30891 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30892
30893 * gdb.base/corefile.exp: Recognize "not found" as failure
30894 when trying to determine if a core file was generated.
30895 If no core file was generate the first time, try again without
30896 the ulimit -c to work around braindamaged shells.
30897
30898 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30899
30900 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30901 [] tests with "test" and enclose string in quotes.
30902 * gdb.stabs/configure: Rebuild
30903
30904 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30905
30906 Changes in sync with expect:
30907 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30908 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30909 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30910 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30911 argument to AC_REQUIRE.
30912 * configure: Regenerated.
30913
30914 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30915
30916 * gdb.base/corefile.exp: When generating a core, discard any
30917 error messages about ulimit not found and the "core dumped"
30918 message from the shell that runs the coredumper.
30919
30920 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30921
30922 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30923
30924 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30925 which sed script to run. Expect failure for v_comb test
30926 on PA targets too.
30927
30928 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30929
30930 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30931 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30932
30933 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30934
30935 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30936 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30937 "sparc-sun-solaris*" xfails for "p v_comb".
30938 * lib/gdb.exp (default_gdb_start): Fix typo.
30939 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30940 messages to not include the full program name that caused
30941 the core dump since some systems (such as solaris) apparently
30942 truncate this path to about 80 characters.
30943 When generating a core file first try increasing the core file
30944 size limit to unlimited since some systems may default it to
30945 zero, and it is harmless to try it. Move the test for failing
30946 to generate a core file to where it will actually get executed.
30947 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30948 new gdb result from g++ debug info improvements and make old
30949 pattern obsolescent. Also account for size_t differences
30950 (may be int or long).
30951 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30952 initialization before function call is placed in the delay slot
30953 and thus appears to be skipped over by commands such as "next".
30954
30955 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30956
30957 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30958
30959 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30960
30961 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30962 input source file; fix code to compile test to deal with this
30963 convention.
30964 * gdb.c++/*.exp: Likewise.
30965
30966 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30967
30968 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30969 "bt in signals.exp".
30970
30971 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30972
30973 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30974 "step over execarg initialization" and
30975 "step over corearg initialization".
30976
30977 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30978
30979 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30980 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30981
30982 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30983
30984 From Rob Savoye (rob@poseidon.cygnus.com)
30985 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30986 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30987 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30988 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30989 configure.in}: Major reworking for autoconfig.
30990 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30991 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30992 New files.
30993 * config/unix-gdb.exp: Make GDB global.
30994 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30995 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30996 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30997 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30998 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30999 term.exp, twice.exp, watchpoint.exp, whatis.exp},
31000 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
31001 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
31002 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
31003 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
31004 pr-8136.exp, result.exp, string.exp, tuples.exp},
31005 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
31006 to returns as necessary, arrange for test to compile own testcase
31007 executable.
31008 * lib/gdb.exp: Changes for testsuite to compile own test cases.
31009
31010 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
31011
31012 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
31013 clear_xfail at end of test which might not call either pass or fail.
31014 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
31015 "backtrace through signal handler".
31016
31017 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31018
31019 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
31020 continuing from a job control stop signal.
31021 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
31022
31023 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
31024
31025 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
31026 * gdb.base/corefile.exp: Likewise.
31027 * gdb.base/funcargs.exp: Likewise.
31028
31029 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
31030
31031 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
31032 * config/monitor.exp: Add support for setting baud rate.
31033
31034 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
31035
31036 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
31037 i*86-*-linux* xfails for "backtrace through signal handler".
31038 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
31039 "print func2::coremaker_local".
31040 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
31041 alpha-dec-osf2* xfail for
31042 "delete all breakpoints when none".
31043
31044 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
31045
31046 * gdb.base/break.exp: Change test that deletes all breakpoints
31047 when no user breakpoints are installed. A post 4.15 change
31048 causes gdb to no longer prompt in this case.
31049
31050 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
31051
31052 * gdb.base/return.exp (return_tests): Change xfail for test
31053 "correct value returned double test" to stop xfailing at
31054 Solaris 2.5. Apparently the bug has been fixed.
31055
31056 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
31057
31058 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
31059 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
31060
31061 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
31062
31063 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
31064 * gdb.disasm/hppa.s: Corresponding changes.
31065
31066 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
31067
31068 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
31069 makefile fragment.
31070 * config/mt-hpux: Deleted.
31071
31072 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
31073
31074 * Many files: When warning about suppressed tests due to a
31075 nonexistant test binary, avoid incrementing the warning count.
31076
31077 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
31078
31079 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
31080
31081 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31082
31083 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
31084 "sparc-*-solaris2*".
31085
31086 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31087
31088 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
31089 Add global and local variables and initialize them.
31090 * gdb.base/corefile.exp: Test correct mapping of corefile sections
31091 by printing variables. Remove rs6000 and powerpc xfails, BFD now
31092 extracts the file name and terminating signal from the core file.
31093 * TODO: Remove note about tests for correct mapping of corefile.
31094 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
31095 from optimizing it away.
31096 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
31097 handles common blocks.
31098
31099 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
31100
31101 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
31102 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
31103
31104 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
31105
31106 * Makefile.in (maintainer-clean): New target, synonym for
31107 realclean.
31108 * gdb.base/Makefile.in (maintainer-clean): Likewise.
31109 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
31110 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
31111 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
31112 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
31113 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
31114
31115 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
31116
31117 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
31118 xfails when not gcc compiled for "print foo::funclocal".
31119 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
31120 "print foo::funclocal at foo",
31121 "print 'scope1.c'::foo::funclocal at foo",
31122 "print foo::funclocal_bss at foo",
31123 "print 'scope1.c'::foo::funclocal_bss at foo",
31124 "print foo::funclocal_ro at foo",
31125 "print 'scope1.c'::foo::funclocal_ro at foo",
31126 "print bar::funclocal at foo" and
31127 "print 'scope1.c'::bar::funclocal at foo".
31128 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
31129 gcc compiled for "print foo::funclocal at bar".
31130 Expand all messages to ensure that they identify that
31131 the test is at bar().
31132 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
31133 gcc compiled for:
31134 "ptype on opaque struct pointer (statically)",
31135 "ptype on opaque struct tagname (statically)",
31136 "ptype on opaque struct pointer (dynamically) 1",
31137 "ptype on opaque struct tagname (dynamically) 1",
31138 "ptype on opaque struct pointer (dynamically) 2" and
31139 "ptype on opaque struct tagname (dynamically) 2
31140 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
31141 gcc compiled for:
31142 "p datalocal"
31143 "whatis datalocal",
31144 "ptype datalocal",
31145 "p bsslocal",
31146 "whatis bsslocal", and
31147 "ptype bsslocal".
31148 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
31149 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
31150 when not gcc compiled.
31151 * gdb.base/funcargs.exp (float_and_integral_args): Add
31152 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
31153 compiled.
31154 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
31155 "backtrace from call6a" when not gcc compiled.
31156 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
31157 "backtrace from call7a" when not gcc compiled.
31158 * gdb.base/callfuncs.exp (do_function_calls):
31159 Add "hppa*-*-hpux*" xfail when not gcc compiled for
31160 "p t_char_array_values(char_array_val2,char_array_val1)",
31161 "p t_char_array_values(char_array_val1,char_array_val2)",
31162 "p t_char_array_values("carray 1","carray 2")",
31163 "p t_char_array_values("carray 1",char_array_val2)",
31164 "p t_char_array_values(char_array_val1,"carray 2")",
31165 "p sum_args(1,{2})",
31166 "p sum_args(2,{2,3})",
31167 "p sum_args(3,{2,3,4})",
31168 "p sum_args(4,{2,3,4,5})"
31169 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
31170 "backtrace in corefile.exp" when not gcc compiled.
31171
31172 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31173
31174 * gdb.base/signals.exp: Rewrite `handle all print' test as
31175 a procedure. Accept blanks or TABs as whitespace, increase
31176 timeout and expect input buffer size for the large output
31177 from the command. Remove "i*86-*-bsdi2.0" xfail.
31178
31179 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31180
31181 * gdb.base/setvar.exp: Add new testcases for truncation when
31182 assigning invalid values to bitfields.
31183
31184 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
31185
31186 * gdb.base/callfuncs.exp (do_function_calls): Remove
31187 mips-sgi-irix* xfail for
31188 "call inferior func with struct - returns char *"
31189 and fix test so that an optional (unsigned char *) cast is
31190 accepted in the result.
31191
31192 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
31193
31194 * gdb.base/funcargs.exp (float_and_integral_args): Remove
31195 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31196 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
31197 * gdb.base/signals.exp: Remove duplicate "handle all print" test
31198 that accidentally got checked in.
31199
31200 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
31201
31202 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
31203 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
31204 compiled test.
31205 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
31206 Add mips-sgi-irix5* xfail for not gcc compiled.
31207 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
31208 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
31209 compiled for "p top", "whatis top", "p middle", and "whatis
31210 middle".
31211 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
31212 "whatis signed char" for not gcc compiled.
31213 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
31214 "set variable signed char=-1 (-1)" and
31215 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
31216 * gdb.base/funcargs.exp (float_and_integral_args):
31217 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
31218 Add mips-sgi-irix* xfail when not gcc compiled for
31219 "continue to call2b".
31220 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
31221 "continue to call2g".
31222 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
31223 compiled for "backtrace from call6a"
31224 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
31225 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
31226 when not gcc compiled for "backtrace from call7a".
31227 (localvars_after_alloca): Fix gdb_test cmds for
31228 "print * after runto ...".
31229 Remove rs6000-*-* xfails for
31230 "print i after runto localvars_after_alloca" and
31231 "print l after runto localvars_after_alloca"
31232 for all compilers.
31233 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
31234 when not compiled with gcc, for:
31235 "print signed char == (minus)",
31236 "print signed char != (minus)",
31237 "print signed char < (minus)",
31238 "print signed char > (minus)".
31239 * gdb.base/callfuncs.exp (do_function_calls):
31240 Add mips-sgi-irix* xfail, when compiled with native compiler, for
31241 "call inferior func with struct - returns char *".
31242 * gdb.base/return.exp (return_tests): Change xfail for
31243 "correct value returned double test" to include Solaris 2.4.
31244 * gdb.base/funcargs.exp (float_and_integral_args):
31245 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31246
31247 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31248
31249 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31250 enumeration bitfields if compiling with GNU C.
31251 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31252 to empty' prompt.
31253
31254 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31255
31256 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31257 test for PRO targets.
31258
31259 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31260 breakpoints in the inferior at any given time by making
31261 two groups of breakpoints for call2*, call6* and call7*
31262 tests.
31263
31264 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31265
31266 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31267 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31268 from optimizing it away.
31269 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31270 "call inferior func with struct".
31271
31272 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31273
31274 * configure.in: Only configure gdb.chill for particular targets.
31275
31276 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31277
31278 * gdb.base/Makefile.in: Add action to .c.o transformation
31279 rule that generates a .ci file for each .o file and remove
31280 explicit .c.o rules except for callfuncs.o.
31281 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31282 generates a .ci file for each .o file and remove explicit
31283 .cc.o rules.
31284 (clean): Remove *.tmp *.ci files.
31285 (EXECUTABLES): Remove templ-info.exp.
31286 * gdb.base/compiler.c: New file.
31287 * gdb.c++/compiler.cc: New file
31288 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31289 Change rs6000-*-* xfail for
31290 "print 'scope0.c'::filelocal_ro" and
31291 "print 'scope1.c'::filelocal" and
31292 "print 'scope1.c'::filelocal_bss" and
31293 "print 'scope1.c'::filelocal_ro" and
31294 "print 'scope1.c'::foo::funclocal" and
31295 "print 'scope1.c'::foo::funclocal_ro" and
31296 "print 'scope1.c'::bar::funclocal" and
31297 "print 'scope0.c'::filelocal_ro" and
31298 "print 'scope1.c'::filelocal at foo" and
31299 "print 'scope1.c'::filelocal_bss at foo" and
31300 "print 'scope1.c'::filelocal_ro at foo" and
31301 "print 'scope1.c'::foo::funclocal at foo" and
31302 "print 'scope1.c'::foo::funclocal_bss at foo" and
31303 "print 'scope1.c'::foo::funclocal_ro at foo" and
31304 "print 'scope1.c'::bar::funclocal at foo" and
31305 "print 'scope0.c'::filelocal_ro" and
31306 "print 'scope1.c'::filelocal" and
31307 "print 'scope1.c'::filelocal_bss" and
31308 "print 'scope1.c'::filelocal_ro" and
31309 "print 'scope1.c'::foo::funclocal" and
31310 "print 'scope1.c'::foo::funclocal_bss" and
31311 "print 'scope1.c'::foo::funclocal_ro" and
31312 "print 'scope1.c'::bar::funclocal" and
31313 "print 'scope1.c'::bar::funclocal_bss"
31314 to only be xfail'd when not compiled with gcc.
31315 Add rs6000-*-* xfail for
31316 "print 'scope0.c'::filelocal_bss before run"
31317 when compiled with gcc.
31318 (test_at_main): Add rs6000-*-* xfail for
31319 "print filelocal_ro in test_at_main"
31320 when compiled with gcc.
31321 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
31322 Add rs6000-*-aix* xfail for
31323 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31324 "ptype t_char_array", not compiled with gcc.
31325 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31326 xfail for "list foo (in include file)" when gcc compiled.
31327 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
31328 (integral_args): Add rs6000-*-* xfail for
31329 "run to call0a" if not compiled with gcc.
31330 (unsigned_integral_args): Add rs6000-*-* xfail for
31331 "run to call1a" if not compiled with gcc.
31332 (float_and_integral_args): Add rs6000-*-* xfail for
31333 "run to call2a" if not compiled with gcc and for
31334 "continue to call2b" for any compiler.
31335 Add rs6000-*-* xfail to
31336 "print f1 after run to call2a" for gcc compiled.
31337 (discard_and_shuffle): Add rs6000-*-* xfail for
31338 "run to call6a".
31339 (shuffle_round_robin): Add rs6000-*-* xfail for
31340 "backtrace from call7a" if not compiled with gcc.
31341 Add rs6000-*-* xfail for
31342 "backtrace from call7b" if compiled with gcc.
31343 (call_after_alloca): Add rs6000-*-* xfail for
31344 "print c in call_after_alloca" and
31345 "print s in call_after_alloca" and
31346 "backtrace from call_after_alloca_subr"
31347 if not compiled with gcc.
31348 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31349 "print c in localvars_in_indirect_call" and
31350 "print c in localvars_in_indirect_call" and
31351 "backtrace in indirectly called function" and
31352 "stepping into indirectly called function"
31353 if not compiled with gcc.
31354 (localvars_after_alloca): Add rs6000-*-* xfail for
31355 "print c after runto localvars_after_alloca" and
31356 "print s after runto localvars_after_alloca" and
31357 "print i after runto localvars_after_alloca" and
31358 "print l after runto localvars_after_alloca"
31359 for all compilers.
31360 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31361 than whatis-info.exp.
31362 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31363 than opaque-info.exp.
31364 Setup rs6000-*-* xfail for
31365 "ptype on opaque struct pointer (statically)" and
31366 "ptype on opaque struct pointer (dynamically)" when
31367 not compiled with gcc.
31368 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31369 rather than callf-info.exp.
31370 (do_function_calls): Add clear_xfail for rs6000-*-* for
31371 "p t_float_values2(3.14159,float_val2)". Seems to work
31372 fine there, both with xlc and gcc. Need to find out what
31373 it is doing right and fix other platforms.
31374 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31375 "call inferior func with struct - returns int",
31376 "call inferior func with struct - returns long",
31377 "call inferior func with struct - returns float",
31378 "call inferior func with struct - returns double",
31379 "call inferior func with struct - returns char *",
31380 but only if not gcc compiled (presumes xlc compiled).
31381 Change rs6000-*-* xfails for
31382 "call inferior func with struct - returns char" and
31383 " call inferior func with struct - returns short" to only
31384 xfail if not using gcc.
31385 (clean mostlyclean): Remove *.ci and *.tmp files.
31386 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31387 than templ-info.exp.
31388 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31389 Add rs6000-*-* xfail for "up to foo in langs.exp"
31390 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31391 when not gcc compiled.
31392
31393 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31394
31395 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31396 * gdb.base/corefile.exp: Likewise.
31397 * gdb.base/list.exp: Likewise.
31398 * gdb.base/scope.exp: Likewise.
31399 * gdb.base/siganls.exp: Likewise.
31400
31401 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31402 compiler output.
31403 * gdb.base/whatis.exp: Likewise.
31404
31405 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31406
31407 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31408 failure (opcode table has been fixed to match reality).
31409
31410 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31411
31412 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31413 "call inferior func with struct - returns char",
31414 "call inferior func with struct - returns short"
31415
31416 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31417 "print 'scope0.c'::filelocal at main",
31418 "print 'scope0.c'::filelocal_bss in test_at_main",
31419 "print 'scope0.c'::filelocal at foo",
31420 "print 'scope0.c'::filelocal_bss in test_at_foo",
31421 "print 'scope0.c'::filelocal at bar",
31422 "print 'scope0.c'::filelocal_bss in test_at_bar"
31423
31424 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31425 in source file 1". This bug seems to have been fixed with both
31426 gcc and native cc (was native assembler bug?).
31427
31428 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31429
31430 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31431 "backtrace through signal handler" to "i*86-*-sysv4*".
31432 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31433 continue" case. Add "known SVR4 bug" to fail message.
31434 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31435 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31436 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31437 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31438 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31439 "up to foo in langs.exp", "show language at foo in
31440 langs.exp", "up to cppsub_ in langs.exp", "show
31441 language at cppsub_ in langs.exp", "up to fsub in
31442 langs.exp", and "show language at fsub in langs.exp".
31443 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31444 "bactrace in corefile.exp".
31445 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31446 "call inferior function with struct - returns float" and
31447 "call inferior function with struct - returns double".
31448
31449 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31450
31451 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31452 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31453 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31454 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31455
31456 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31457
31458 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31459 (or overriden) "CHILL" macro rather then bare "gcc".
31460 Also look for ../../gcc/xgcc since that is what we will
31461 actually need, not "Makefile". Remove following assignment
31462 of CHILL to CHILL_FOR_TARGET because that results in
31463 recursive definition.
31464
31465 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31466
31467 * gdb.base/corefile.exp: Change xfail for backtrace in
31468 corefile.exp from linuxaout to all linux.
31469 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31470 cases where we miss the breakpoint at the signal handler
31471 for some reason. Setup xfail for linuxoldld/linuxaout and
31472 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31473 hitting SIGURG breakpoint.
31474 * gdb.base/signals.exp: Setup xfail for "next" acting like
31475 continue to add linuxoldld. Setup xfail for all linux for
31476 "next to handler in signals_tests_1", "backtrace in
31477 signals_tests_1", "continue to func1", "pass SIGUSR1",
31478 and continue to handler".
31479
31480 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31481
31482 * Update all FSF addresses except those in COPYING* files.
31483
31484 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31485
31486 * gdb.base/a2-run.exp: Change messages to be more explicit about
31487 the status of args, and quote binfile in results.
31488
31489 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31490
31491 * gdb.base/callfuncs.exp: Add tests for passing structs to
31492 inferior functions and return various types.
31493 * gdb.base/callfuncs.c: Add functions to receive a struct
31494 and return a member of the struct, in various types.
31495
31496 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31497
31498 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31499
31500 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31501
31502 * config/vxworks29k.exp: New file, sources vxworks.exp.
31503
31504 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31505
31506 * config/gdbremote.exp: New file. Testing framework using
31507 gdbserver.
31508
31509 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31510
31511 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31512 "call function when asleep" and "send end of file".
31513 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31514 for "backtrace in corefile.exp".
31515 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31516 for "backtrace through signal handler".
31517 * gdb.base/corefile.exp: Make sure we actually generate a core file
31518 before trying the core tests. Some systems allow the user to suppress
31519 generation of core files and default to that (linux for example).
31520 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31521 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31522
31523 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31524
31525 * gdb.threads: New directory with some crude multi-threaded
31526 gdb tests (step.exp and step2.exp).
31527 * config/mt-lynx (STEP_EXECUTABLE): Define.
31528 (THREADFLAGS): Define.
31529
31530 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31531
31532 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31533
31534 * gdb.base/signals.exp: Disable whole file for lynx until
31535 further notice.
31536
31537 * gdb.base/signals.exp: xfail test where "next" acts like
31538 "continue" for lynx.
31539
31540 * gdb.base/interrupt.exp: xfail test for calling function while
31541 inferior is asleep for lynx.
31542
31543 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31544 than one cr-lf after each command.
31545
31546 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31547
31548 * configure.in: Reinstate setting of stabsdirs variable, fix
31549 typo in setting up configdirs for native builds.
31550
31551 * gdb.base/return.exp: Fix typo in return double test.
31552 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31553 compiler from optimizing them away.
31554
31555 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31556
31557 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31558 sequences to be echo'd by gdb when using gdb_test.
31559 * gdb.chill/chexp.exp: Likewise.
31560 * gdb.fortran/exprs.exp: Likewise
31561
31562 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31563
31564 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31565 after the inferior gdb has started.
31566
31567 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31568 after each command.
31569 * gdb.base/funcargs.exp: Likewise.
31570 * gdb.base/gdbvars.exp: Likewise.
31571 * gdb.base/interrupt.exp: Likewise.
31572 * gdb.base/list.exp: Likewise.
31573 * gdb.base/watchpoint.exp: Likewise.
31574 * gdb.c++/demangle.exp: Likewise.
31575 * gdb.c++/inherit.exp: Likewise.
31576 * gdb.chill/chexp.exp: Likewise.
31577 * gdb.fortran/exprs.exp: Likewise.
31578
31579 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31580 test if we can't handle IO to/from the inferior.
31581
31582 * gdb.c++/misc.exp: Always check for a program already being
31583 started after sending a "run" command to gdb.
31584
31585 * gdb.base/twice.exp: Start with a fresh gdb.
31586
31587 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31588 only depend on gdb's expression code, not the chill runtime.
31589
31590 * gdb.base/return.c: Put return values into variables so we
31591 can have gdb print them rather than depending on the program
31592 to print them.
31593 * gdb.base/return.exp: Corresponding changes.
31594
31595 * lib/gdb.exp: Provide default value for noinferiorio.
31596 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31597 the inferior.
31598
31599 * gdb.base/break.exp: Always check for a program already being
31600 started after sending a "run" command to gdb.
31601 (text_next_with_recursion): Don't check the output from the
31602 program's printf statement. Instead just make sure the program
31603 exited.
31604
31605 * gdb.base/commands.exp: Protect tests which need arguments with
31606 $noargs conditionals.
31607
31608 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31609
31610 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31611 of structure member arrays to match gdb/valops.c:value_addr change.
31612
31613 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31614
31615 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31616 cases.
31617
31618 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31619
31620 * configure.in (configdirs): Remove gdb.chill from default list
31621 of subdirs and then add it back in only if doing a native build.
31622 The current chill compiler does not yet work in any cross build.
31623 * Revert all signal changes from Jul 6.
31624 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31625 for sh-hms targets, allowing these tests to link, with no other
31626 changes. Testing is suppressed by setting "nosignals" in site.exp.
31627
31628 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31629
31630 * configure.in (signaldirs): Define and add to configdirs for all
31631 targets except some specific ones that are known to not support signals.
31632 Also clean up formatting.
31633 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31634 (signals, sigall): Remove rules to build.
31635 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31636 Moved to new gdb.signals directory.
31637 * gdb.signals: New test directory.
31638 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31639 signals.c signals.exp}: New or moved files.
31640
31641 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31642
31643 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31644
31645 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31646
31647 * gdb.base/return.exp: Xfail `return double' test failure
31648 on at least Solaris 2.3 and handle future/past versions on
31649 a case by case basis as appropriate. Also update message
31650 to include i*86 failures.
31651
31652 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31653
31654 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31655
31656 * lib/gdb.exp: Fix comment which erroneously identified
31657 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31658 gdb_file_cmd not gdb_load).
31659 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31660
31661 * gdb.base/setvar.exp: Make test names consistent between pass and
31662 fail cases. Use gdb_test more.
31663
31664 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31665
31666 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31667
31668 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31669
31670 * gdb.base/help.exp: Fix expected help string for `show commands'.
31671
31672 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31673
31674 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31675
31676 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31677 of a text section.
31678
31679 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31680
31681 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31682 that loop eventually terminates. Fix Connection refused logic so
31683 that testsuite will expire nicely.
31684
31685 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31686
31687 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31688 config/rom68k.exp: New tcl glue for the appropriate monitors.
31689 These all just end up calling monitor.exp.
31690 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31691 refused' by retrying. Cleanup some timeout issues.
31692 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31693 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31694 callers don't have to set/restore global timeout variable.
31695
31696 * The following set of changes centralizes management of the global
31697 timeout variable. This way, it can be set in one target dependent
31698 place instead of dozens of places scattered throughout the test suite.
31699 If you need to lengthen a timeout, then you should either set timeout
31700 in one of the config/{target}.exp files, or multiply it by a factor.
31701 Setting it to an absolute value is always going to lose for some
31702 targets.
31703 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31704 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31705 * gdb.base/funcargs.exp: Don't set timeout.
31706 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31707 * gdb.base/printcmds.exp (test_print_string_constants
31708 test_print_array_constants): Don't set timeout.
31709 * gdb.base/ptype.exp: Don't set timeout.
31710 * gdb.base/recurse.exp: Don't set timeout.
31711 * gdb.base/return.exp: Don't set timeout.
31712 * gdb.base/watchpoint.exp: Don't set timeout.
31713 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31714 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31715
31716 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31717
31718 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31719
31720 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31721
31722 * lib/gdb.exp: Disable chill tests for irix5.
31723
31724 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31725
31726 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31727 each test pass or fail.
31728
31729 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31730
31731 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31732 xlc not gcc.
31733
31734 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31735
31736 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31737
31738 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31739
31740 * config/est.exp: Fix copyright and comments. Remove dead code.
31741 Use targetname, serialport and baud variables instead of fixed
31742 constants.
31743 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31744 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31745
31746 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31747
31748 * gdb.base/watchpoint.exp: Don't run
31749 test_watchpoint_triggered_in_syscall for sunos.
31750
31751 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31752
31753 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31754 they don't seem to exist. Do include stdio.h.
31755
31756 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31757
31758 * gdb.base/a1-selftest.exp: Add alpha xfail.
31759
31760 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31761
31762 * gdb.base/watchpoint.c (main): Prompt before calling read().
31763 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31764 Revise accordingly. Remove cruft about sending "123" several
31765 times, until it gets noticed. Clean up the "print buf[0]" stuff
31766 so that it passes or fails, and waits for prompts in the usual way.
31767
31768 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31769
31770 * gdb.base/recurse.exp: Fix comment.
31771
31772 * TODO: Remove item about printing variables in nodebug.exp. Add
31773 item about enabling tests which are only run on some targets.
31774
31775 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31776 fail, make test names unique, use new gdb_test convention
31777 regarding pattern, use gdb_test more, etc.).
31778
31779 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31780 fail, make test names unique, etc.).
31781
31782 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31783
31784 * gdb.base/nodebug.c: Change return type of top and middle to
31785 short.
31786 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31787 are fixed by the recent mdebugread.c changes. Allow `short ()'
31788 as type for top and middle.
31789
31790 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31791
31792 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31793 nearly as I can tell, the whole thing was an accident in Stu's
31794 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31795 to replace a send/expect pair with gdb_test, but ended up only
31796 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31797 of 30 Mar 1995 took care of it, but left this vestigial comment
31798 which I am now nuking.
31799
31800 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31801
31802 * gdb.base/break.exp: Look for different line number for
31803 breakpoint at main depending on usestubs.
31804
31805 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31806
31807 * gdb.base/list.exp: Adjust some alternate expect patterns to
31808 match recent list0.c change. Add alternate expect pattern for
31809 output from `list default lines around main' for optimizing
31810 compilers.
31811
31812 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31813
31814 * lib/gdb.exp: If nosignals is not set, set it to 0.
31815
31816 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31817
31818 * config/slite-gdb.exp: Responds to load symbol table prompt.
31819 * gdb.base/break.exp: Adjust line number, fix rerun.
31820 * gdb.base/langs0.c: Add #ifdef usestubs.
31821
31822 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31823
31824 * gdb.base/list.exp: Adjust line contents after adding new lines in
31825 list0.c. Also fix a syntax error.
31826
31827 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31828 * gdb.base/break.exp: ditto.
31829 * gdb.base/list.exp: ditto.
31830 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31831 * gdb.base/run.c: ditto.
31832 * gdb.base/list0.c: ditto.
31833 * gdb.base/funcargs.c: ditto.
31834
31835 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31836
31837 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31838 $targetname, $serialport and $baud instead of hardwired variables.
31839 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31840 target doesn't support signals.
31841
31842 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31843
31844 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31845
31846 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31847
31848 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31849 Don't rely on the value of an auto variable before it has been
31850 initialized. Use gdb_test more.
31851
31852 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31853
31854 * lib/gdb.exp (default_gdb_version): A version number must start
31855 with a digit, but other than that contains all characters up to
31856 the first whitespace character.
31857
31858 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31859
31860 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31861
31862 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31863
31864 * gdb.c++/*.exp: Warn if executable does not exist. The original
31865 reason for skipping the warning was that configure.in sometimes
31866 intentionally skipped building the executables but the tcl code
31867 had no way of knowing. That (a) was always bogus with respect to
31868 error handling, (b) is no longer true (right now there is no way
31869 to skip C++ tests).
31870
31871 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31872
31873 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31874
31875 * gdb.base/list.exp: Add expect patterns for output from
31876 SunPRO compiled executables.
31877 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31878 types.
31879
31880 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31881
31882 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31883 number (we are already testing that the correct source line text
31884 gets printed).
31885
31886 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31887 that is what is intended, but something needed to be done to get
31888 sunos4 native working again.
31889
31890 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31891
31892 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31893 apparently went with a (very) old xfail.
31894
31895 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31896
31897 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31898 runto_main is a proc in gdb.exp that will do 'step' for target use
31899 stubs.
31900 * gdb.base/exprs.exp: ditto.
31901 * gdb.base/interrupt.exp: ditto.
31902 * gdb.base/opaque.exp: ditto.
31903 * gdb.base/printcmds.exp: ditto.
31904 * gdb.base/ptype.exp: ditto.
31905 * gdb.base/scope.exp: ditto.
31906 * gdb.base/setvar.exp: ditto.
31907 * gdb.base/signals.exp: ditto.
31908 * gdb.base/twice.exp: ditto.
31909 * gdb.c++/classes.exp: ditto.
31910 * gdb.c++/inherit.exp: ditto.
31911 * gdb.c++/templates.exp: ditto.
31912 * gdb.base/break.exp: no run and hit main for stubs. Change line
31913 numbers for breakpoints and info breakpoint.
31914 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31915 breakpoint().
31916 * gdb.base/callfuncs.c: ditto.
31917 * gdb.base/exprs: ditto.
31918 * gdb.base/interrupt.c: ditto.
31919 * gdb.base/opaque0.c: ditto.
31920 * gdb.base/printcmds.c: ditto.
31921 * gdb.base/ptype.c: ditto.
31922 * gdb.base/scope0.c: ditto.
31923 * gdb.base/setvar.c: ditto.
31924 * gdb.base/signals.c: ditto.
31925 * gdb.base/twice.c: ditto.
31926 * gdb.c++/misc.cc: ditto.
31927 * gdb.c++/templates.cc: ditto.
31928
31929 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31930
31931 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31932
31933 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31934 somewhere between `read' and `main.c'. I'm pretty sure the
31935 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31936 and it isn't particularly useful.
31937
31938 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31939
31940 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31941
31942 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31943
31944 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31945
31946 * config/mt-slite: add LIBS and -nostdlib.
31947 * config/slite-gdb.exp: add this new file to support sparclite target.
31948
31949 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31950
31951 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31952
31953 * gdb.base/a2-run.exp: Change argument to istarget from
31954 "*-*-vxworks" to "*-*-vxworks*".
31955 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31956
31957 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31958
31959 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31960 will not runto main but do a 'step' to step out of breakpoint().
31961 * config/mt-slite: add -Dusestubs.
31962
31963 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31964
31965 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31966 instead of just @.
31967
31968 * gdb.base/signals.exp: Add test for "handle all print".
31969 * TODO: Remove "handle all print". Also remove item about
31970 checking copyright date (I don't like the idea of a spurious FAIL
31971 based on when we run the tests).
31972
31973 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31974 for SunOS4 (reason for failure not investigated). Remove
31975 redundant test for $binfile.
31976
31977 * gdb.base/nodebug.c (array_index): Call malloc.
31978
31979 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31980
31981 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31982
31983 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31984 conventions and slightly simplify the matching regexp.
31985
31986 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31987
31988 * gdb.base/break.exp: Update gdb_test invocation to use new
31989 convention.
31990
31991 * lib/gdb.exp: If noargs is not set, set it to 0.
31992
31993 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31994 tests unique.
31995
31996 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31997
31998 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31999
32000 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
32001 one argument of type "<non-float parameter>".
32002
32003 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
32004
32005 * config/rom68k.exp: New file to support Motorola IDP board.
32006 * gdb.base/a2-run.exp: Skip this file if noargs is set.
32007 * gdb.base/break.c: Change things around so that this program
32008 doesn't depend upon args. This is necessary to make remote
32009 targets work (in general, they can't take args).
32010 * gdb.base/break.exp: Don't try to send args to program. Don't
32011 expect output. Also, replace lots of code with gdb_test.
32012
32013 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32014
32015 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
32016 printing of '\'' (which is what the comment says we are testing,
32017 even though we were not), not '''.
32018 (test_integer_literals_rejected): Test that printing ''' is an error.
32019
32020 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32021 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
32022 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
32023 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
32024 Use gdb_test not test_print_accept.
32025 * lib/gdb.exp: Remove test_print_accept.
32026
32027 * gdb.base/signals.exp (signal_tests_1): Make pass message
32028 consistent with fail message.
32029
32030 * gdb.base/whatis.exp: Remove xfails for printing char vs.
32031 unsigned char; the bug (PR 1821) is fixed.
32032
32033 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
32034
32035 * gdb.base/scope.exp (test_at_localscopes): Call pass for
32036 successful tests--makes xfailing them work right.
32037
32038 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32039
32040 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
32041 only \r\n, not .*. The test can pass .* as the last thing in
32042 $pattern if that is what it wants. In addition to providing this
32043 flexibility, this change should speed up pattern matching in cases
32044 where the pattern already ended with .* (there were a number of
32045 them). This change also helps catch bad patterns--in the old
32046 scheme the typo "char \*" instead of "char \\*" would pass. Now
32047 it is caught.
32048 * Many .exp files: Update callers.
32049
32050 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
32051 clearer and does not spuriously match multiple ('s. Likewise for
32052 ) and *.
32053
32054 * gdb.base/nodebug.exp: Test ability to call a function and pass
32055 it a string (even with no debugging info).
32056
32057 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
32058 "p '\'", which is the same as "p ''" once tcl gets done with
32059 quoting, to "p '\\'", which I suspect is what is intended (one
32060 backslash gets sent to GDB).
32061
32062 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
32063
32064 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32065
32066 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
32067 1817) was fixed literally years ago.
32068
32069 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32070
32071 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
32072 test, it causes stepping out of call_after_alloca_subr with
32073 optimizing compilers.
32074 (localvars_in_indirect_call): Consume GDB prompt if `finish'
32075 fails.
32076
32077 * gdb.c++/templates.exp: Source templ-info.exp only if
32078 the templates executable exists.
32079
32080 * gdb.c++/misc.cc (class Contains_static_instance,
32081 class Contains_nested_static_instance),
32082 gdb.c++/classes.exp (test_static_members): Test printing of
32083 a class that contains a static instance of the class.
32084
32085 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32086
32087 * gdb.base/langs2.c (cppsub_): Don't prototype.
32088 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
32089 only, I believe).
32090
32091 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32092
32093 * lib/gdb.exp (skip_chill_tests): New procedure.
32094
32095 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
32096
32097 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
32098
32099 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
32100 each expect pattern. Cuts runtime from 12 to about 4 seconds.
32101
32102 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32103
32104 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
32105
32106 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
32107 disassemble 8, not 16, instructions for part 4.
32108
32109 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
32110 support the latter anymore.
32111
32112 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
32113 -DNO_PROTOTYPES.
32114 * gdb.base/callfuncs.c: Control use of prototypes based on
32115 NO_PROTOTYPES, not __STDC__.
32116 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
32117 t_float_values2 tests if prototypes in use.
32118
32119 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
32120 t_double_values): When checking differences against DELTA, check
32121 that difference is within the range (-DELTA,DELTA), not just
32122 (-infinity,DELTA).
32123
32124 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
32125
32126 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
32127 'file' command firts, then 'target', then 'load', this is due to gdb
32128 target set up.
32129 * config/mips-gdb.exp: Fix a couple regular exp bugs.
32130
32131 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
32132
32133 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
32134 FP load/store variants.
32135 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
32136
32137 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32138
32139 * gdb.base/term.exp: Do not give a warning if not native, it is
32140 not an abnormal condition.
32141
32142 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
32143
32144 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
32145 t_char_array".
32146
32147 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32148
32149 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
32150 are getting the version number.
32151
32152 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
32153 if not native, it is not an abnormal condition.
32154
32155 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32156
32157 * lib/gdb.exp: Just use "file exists", rather than undocumented
32158 dejagnu procedure "findfile".
32159
32160 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32161
32162 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
32163 (LDFLAGS): Set to -Xlinker -Ur.
32164
32165 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
32166 Removed, these values are set by lib/gdb.exp.
32167
32168 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
32169
32170 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32171
32172 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
32173 of replicating gdb startup code.
32174
32175 * config/mt-vxworks (LDFLAGS): Set to -r.
32176 (CFLAGS_FOR_TARGET): Removed.
32177
32178 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
32179 (gdb) and gdb for vxworks uses (vxgdb).
32180
32181 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
32182 executable is not in the tree and host != target, use sed and
32183 program_transform_name to determine the gdb name used by the
32184 target.
32185
32186 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
32187 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
32188
32189 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32190
32191 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
32192 floats, chars, and shorts where there are ANSI-style function
32193 definitions.
32194
32195 * gdb.base/langs.exp, gdb.base/langs*: New test.
32196 * gdb.base/Makefile.in: Build it.
32197 * TODO: Remove item about checking that C names don't get C++
32198 demangling applied; this test tests it.
32199
32200 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32201
32202 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
32203 went with the const70 xfail. The xfail went away a year ago.
32204
32205 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
32206
32207 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
32208 for hp300.
32209
32210 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
32211
32212 * gdb.base/a1-selftest.exp: Don't run on hp300.
32213
32214 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32215
32216 * Makefile.in (site.exp): Set host_alias and target_alias as well
32217 as host_triplet and target_triplet.
32218
32219 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32220
32221 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
32222
32223 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
32224 places as other ecoff systems).
32225
32226 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
32227 ultrix.
32228
32229 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32230
32231 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
32232 remove them.
32233 * gdb.base/nodebug.exp: Accept "function" in addition to "text
32234 variable and "variable" in addition to "data variable".
32235 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
32236
32237 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
32238 2.
32239 * gdb.base/list1.c (long_line): Add additional statement at start
32240 of function.
32241 * gdb.base/list.exp (test_forward_search): Update line number to
32242 reflect new statement.
32243
32244 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32245
32246 * gdb.base/signals.exp: Reinitialize searched source directories
32247 after gdb_start call.
32248
32249 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32250
32251 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32252 * gdb.stabs/Makefile.in: Likewise.
32253
32254 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32255 change. Instead split the tests into smaller pieces.
32256 * gdb.disasm/hppa.s: Corresponding changes.
32257
32258 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32259
32260 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32261 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32262
32263 * gdb.base/funcargs.exp: Modify many tests so that every test
32264 either passes or fails. Make some test names unique.
32265
32266 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32267
32268 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32269 Call stty to set interrupt character.
32270
32271 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32272 for HP assembler versus GNU assembler based on actual behavior of
32273 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32274
32275 * TODO: Suggest a few more stepping tests.
32276
32277 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32278
32279 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32280 restart GDB for h8300 after a continue.
32281 (return): Add pattern to match a29k-udi behavior.
32282 * gdb.base/nodebug.exp: Remove obsolete comment.
32283 * gdb.base/regs.exp: New file, testing of register displays.
32284 * gdb.base/return.exp: Fix typo in reference to $objdir.
32285 * gdb.base/whatis.exp: Always start with a fresh GDB.
32286
32287 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32288
32289 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32290 higher, these tests generate a lot of output.
32291
32292 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32293
32294 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32295 code following the catch silently ignored some errors; without the
32296 catch they should be thrown like any other tcl error. Also, the
32297 catch used "" instead of {} which meant all the callers who wanted
32298 to include one of the characters "[]$ had to quote it an extra time.
32299 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32300 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32301 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32302 Remove extra quoting.
32303
32304 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32305
32306 * gdb.base/commands.exp: Make test names unique; every test either
32307 passes or fails. Update some comments.
32308
32309 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32310
32311 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32312
32313 The following fixes a FAIL caused by the fact that the alpha stabs
32314 configuration didn't use the ".if alpha" code in weird.def.
32315 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32316 bit pointer, so the 32 bit version works even on the alpha.
32317 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32318 Remove the stuff which allowed us to have separate versions for
32319 alpha and everything else.
32320
32321 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32322 regexp which "info func operator\[\](" is supposed to match. Fix
32323 string to send to GDB. Note that GDB still doesn't work right. Add a
32324 new test for "info func .perator\[\](" which GDB does handle correctly.
32325
32326 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32327
32328 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32329
32330 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32331 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32332 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32333 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32334 it makes the tests harder to understand and confuses test-o-matic.
32335 The preferred style is that each test provides a PASS or a FAIL,
32336 and has a unique message (e.g. "continue #54" not just "continue")
32337 which is the same for the pass and the fail.
32338 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32339 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32340 to lib/gdb.exp.
32341 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32342 prt_accept which was basically the same thing. Likewise for
32343 test_print_reject and prt_reject.
32344 * lib/gdb.exp (test_print_reject): Add some more error message
32345 patterns to match from the former printcmds.exp (prt_reject).
32346 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32347 One defect of the passcount stuff is that some of it failed to
32348 report XPASS where appropriate.
32349 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32350 stuff before and after arg in expected pattern.
32351 (test_paddr_operator_functions): Re-do test without print_addr_of;
32352 this is the only test which seems to want extra stuff there.
32353
32354 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32355
32356 * gdb.base/nodebug.exp: Update new tests to reflect improved
32357 wording of gdb output.
32358
32359 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32360 and "ptype" work on variables in files compiled without -g.
32361 Replaces commented out "maint print msymbol" tests.
32362
32363 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32364
32365 * gdb.base/setvar.c (dummy): Call malloc.
32366
32367 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32368 losing with the irix4 sed.
32369
32370 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32371 ALRM" on irix4.
32372
32373 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32374
32375 * TODO: Remove items about corefile.exp testing new exec-file and
32376 backtrace; both are now done. Add items about printing enums.
32377
32378 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32379
32380 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32381 "get signal $thissig" test fails.
32382
32383 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32384
32385 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32386
32387 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32388 compiler warning with dec alpha compiler.
32389
32390 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32391 extra \n from gdb_test call (this explains why the prompt test
32392 that I removed yesterday was there).
32393 (user_defined_command_test): Remove extra \n and prompt test.
32394
32395 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32396 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32397 doesn't exist.
32398 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32399 Also remove alpha workaround, which turns out to be because
32400 SIGABRT == SIGLOST.
32401
32402 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32403
32404 * gdb.base/help.exp: Don't test "help show".
32405
32406 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32407
32408 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32409 "set print address" is on.
32410 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32411 pass prompt to gdb_test; gdb_test already looks for the prompt.
32412
32413 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32414
32415 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32416 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32417 was to make sure that gdb can read a core file. But (a) the "read
32418 the corefile" part didn't make it to a1-selftest.exp, we just
32419 delete the corefile after creating it, and (b) we test reading
32420 corefiles in corefile.exp anyway. Also, this test left around a
32421 xgdb process on Solaris.
32422
32423 * gdb.base/corefile.exp: Also test backtrace.
32424
32425 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32426
32427 * gdb.base/commands.exp: Test a simple user defined command with
32428 arguments and if/while statements; verify the full user command is
32429 printed by "show user".
32430
32431 * gdb.base/commands.exp: Test if/while commands as part of a
32432 breakpoint command list; verify they appear in breakpoint
32433 information.
32434
32435 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32436
32437 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32438 than by dividing by zero.
32439
32440 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32441
32442 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32443 performing an inferior call with watchpoints enabled.
32444 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32445 call.
32446
32447 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32448
32449 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32450 of "file" command.
32451
32452 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32453 Add additional pattern for when "int operator int(void);" appears
32454 in a different order.
32455
32456 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32457
32458 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32459
32460 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32461 and "signal" with ".*".
32462
32463 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32464
32465 * TODO: Add note about "handle all nostop".
32466
32467 * gdb.base/{sigall.c, sigall.exp}: New test.
32468 * gdb.base/Makefile.in: Add it.
32469
32470 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32471
32472 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32473 when invoking GDB, suppresses any windowing interface.
32474
32475 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32476
32477 * config/sim-gdb: New file, simulator testing support.
32478
32479 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32480
32481 * gdb.base/interrupt.exp: Test calling func1 twice.
32482
32483 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32484
32485 * gdb.base/list.exp (test_forward_search): Set timeout higher
32486 when we'll be getting lots of output from gdb.
32487
32488 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32489 "init_malloc" to after the expect statement. Run it if that
32490 regexp is taken, but also for two others which happen if source
32491 cannot be found.
32492
32493 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32494
32495 * gdb.base/printcmds.exp: New test, for printing register before
32496 program is running.
32497
32498 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32499
32500 * gdb.base/list.exp: Correct some alternate expect patterns
32501 to reflect changes in list1.c.
32502
32503 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32504
32505 * TODO: Add item regarding large frames.
32506
32507 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32508
32509 * TODO: Remove item about enabling return.exp; it
32510 is enabled. Suggest a few more "return" tests.
32511
32512 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32513
32514 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32515 anonymous unions.
32516
32517 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32518
32519 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32520 and pr-5646.o, so "make" is the same as "make all", not "make
32521 pr-4975.o".
32522
32523 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32524
32525 * gdb.base/list.exp: Adjust expectations to reflect changes in
32526 list1.c.
32527 (test_forward_search): New test proc.
32528 * gdb.base/list1.c (long_line): New function, has long source line.
32529
32530 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32531
32532 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32533 additional line of code that was added.
32534
32535 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32536
32537 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32538 tests so as not to overflow expect's input buffers.
32539 * gdb.disasm/hppa.exp: Corresponding changes.
32540
32541 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32542
32543 Beginnings of template debugging tests.
32544 * gdb.c++/templ-info.cc: New file to test for template
32545 debugging capability of the compiler.
32546 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32547 templ-info.cc.
32548 * gdb.c++/templates.cc: Add explicit template instantiations
32549 to enable compiling with -fno-implicit-templates. Add destructor
32550 and 'value' method to T5 class for template tests.
32551 * gdb.c++/templates.exp: Add testcases for printing of template
32552 types, setting breakpoints on template methods and calling a
32553 template method.
32554
32555 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32556
32557 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32558 branch target since some assemblers (gas-2.5) may emit a
32559 relocation for the branch instead of resolving it in the
32560 assembler.
32561
32562 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32563
32564 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32565 through signal handler.
32566
32567 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32568
32569 * configure.in (*-*-netware): Use config/mt-netware.
32570
32571 * config/mt-netware: New file.
32572 * config/mt-i386-netware: Removed, separate configs for different
32573 netware architectures are no longer needed now that we have
32574 --with-headers.
32575
32576 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32577
32578 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32579 by the recent changes to use ANSI C arithmetic conversions.
32580
32581 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32582
32583 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32584 bug involving using inferior_pid to figure out whether to select a
32585 frame.
32586
32587 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32588
32589 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32590 match the current disassembler output.
32591
32592 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32593
32594 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32595 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32596 types, expect "int" as type of integer values (for now).
32597
32598 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32599
32600 * gdb.base/commands.exp: New tests for if/while commands.
32601
32602 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32603
32604 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32605 by .*, since hex values have different syntax in Chill mode.
32606
32607 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32608
32609 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32610 linefeed from expect pattern for repeated types with indices > 9.
32611
32612 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32613
32614 First part of Fortran test suite.
32615 * gdb.fortran: New directory.
32616 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32617
32618 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32619
32620 * gdb.base/default.exp: Update expect pattern for load command
32621 without arguments.
32622
32623 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32624
32625 * configure.in: Change i386 to i[345]86.
32626 * gdb.base/configure.in: Likewise.
32627 * gdb.c++/configure.in: Likewise.
32628 * gdb.chill/configure.in: Likewise.
32629
32630 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32631
32632 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32633 patterns, since that is not a valid context for comments.
32634
32635 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32636
32637 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32638 repeated types and repeated types with indices > 9.
32639
32640 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32641
32642 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32643 2417; old bug has been fixed.
32644
32645 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32646
32647 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32648 send the newline ourselves instead of assuming gdb_test will do
32649 so when passed an empty input string.
32650
32651 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32652 stabs testcode.
32653
32654 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32655
32656 * lib/gdb.exp (gdb_test): Don't send anything if the first
32657 argument is an empty string. This makes cases where we want to
32658 match output that is already in expect's buffers (for example,
32659 matching a breakpoint after gdb_run_cmd has been called) work
32660 reliably.
32661
32662 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32663
32664 * config/netware.exp: New file.
32665
32666 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32667
32668 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32669 the -B and -L prefixes so we can find the debugging stub.
32670
32671 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32672 there and we are using the gcc from the tree.
32673
32674 * gdb.base/types.c: Removed.
32675
32676 * gdb.base/configure.in: Look for makefile fragments in ../config.
32677 Recognize i386-*-netware.
32678 * gdb.c++/configure.in: Likewise.
32679
32680 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32681
32682 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32683 the correct TCL syntax.
32684
32685 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32686
32687 * gdb.base/opaque.exp: use runto instead of messing around with
32688 breakpoints. Simplify by using gdb_test.
32689
32690 * gdb.base/bitfields.exp: restart between tests on netware targets
32691 because breakpoints aren't relocated after target death. Run
32692 processes to completion.
32693
32694 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32695
32696 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32697
32698 * Makefile.in: Remove extra tabs that confuse some versions
32699 of "make". Use the newly built gdb to test with by default,
32700 rather than the first one in the tester's search path.
32701
32702 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32703
32704 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32705
32706 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32707 condition help.
32708
32709 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32710
32711 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32712
32713 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32714 running.
32715 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32716 * gdb.base/funcargs.exp: Likewise.
32717
32718 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32719 * gdb.base/funcargs.exp: Likewise.
32720
32721 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32722 message is "".
32723
32724 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32725
32726 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32727 return,signals,twice}.exp: Handle non-existant binaries
32728 consistantly.
32729
32730 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32731 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32732 might testing a cross development system.
32733
32734 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32735
32736 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32737 runtest script is relative to ${srcdir}, not ${rootdir}.
32738
32739 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32740
32741 * gdb.base/signals.exp: Allow for optionality of breakpoint
32742 address.
32743
32744 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32745
32746 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32747
32748 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32749
32750 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32751 for size_t definition.
32752 * gdb.c++/templates.cc: Likewise
32753
32754 * config/mt-i386-netware: New file.
32755
32756 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32757 defined.
32758
32759 * gdb.base/Makefile.in: Added support for systems that name core
32760 files by appending "core" to the program name.
32761 * gdb.base/a1-selftest.exp: Likewise.
32762
32763 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32764
32765 * gdb.base/return.exp: Add comment and message for `return double'
32766 test failure on Sparc Solaris.
32767
32768 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32769
32770 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32771
32772 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32773
32774 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32775 from optimizing them away.
32776 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32777 patterns to include default constructors and assignment operators,
32778 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32779 character in the output of the virtual base pointer.
32780
32781 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32782
32783 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32784 expression match in print_addr_of to avoid unintented matches.
32785 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32786 versions up to 2.5.8.
32787
32788 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32789
32790 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32791 included file to run under newer versions of expect.
32792 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32793 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32794 Remove xfail for the virtual table of BDDHookV.
32795
32796 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32797
32798 * lib/gdb.exp (string_to_regexp): Set a default result.
32799 (default_gdb_start): Fix misleading message.
32800
32801 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32802
32803 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32804 Remove all CC, etc definitions.
32805 * config/mt-hpux: New file.
32806 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32807 (CFLAGS, LDFLAGS): Define.
32808 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32809
32810 * Makefile.in (site.exp): Don't insert host_os, etc.
32811 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32812 (distclean): Check existence of subdir.
32813 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32814 * gdb.base/Makefile.in: General cleanup and simplification.
32815 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32816 to build executables. Use default rule to build .o files.
32817 (EXPECT, RUNTEST, CC): Fix relative pathname.
32818 (site.exp): Don't insert host_os, etc.
32819 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32820 and/or SIGUSR1 defined.
32821 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32822 * gdb.c++/Makefile.in: General cleanup and simplification.
32823 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32824 (CFLAGS): Remove.
32825 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32826
32827 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32828
32829 * gdb.base/recurse.exp: Misc changes to get tests running again
32830 after Kung's changes to the watchpoint code.
32831 * gdb.base/watchpoint.exp: Likewise.
32832
32833 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32834
32835 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32836
32837 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32838
32839 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32840 * lib/gdb.exp (default_gdb_start): Define.
32841 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32842 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32843 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32844 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32845 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32846 Don't call gdb_target_udi in between tests.
32847
32848 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32849
32850 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32851 (which was basically just a local version of the same thing). In
32852 addition to avoiding duplication, gdb_test_exact is faster.
32853 * lib/gdb.exp (gdb_test_exact): Fix typo.
32854
32855 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32856 don't give an error.
32857
32858 * gdb.base/term.exp: Call delete_breakpoints before starting.
32859
32860 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32861 (t10): Add comment.
32862
32863 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32864
32865 Reorganization of the GDB Test Suite.
32866
32867 * gdb.base: New directory, contains all the basic tests.
32868 * gdb.c++: New directory, tests specific to C++.
32869 * gdb.chill: New directory, tests specific to Chill.
32870 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32871 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32872 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32873 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32874 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32875 t30-31 to chill).
32876 * */gdbme.*: Rename to match appropriate expect scripts.
32877 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32878 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32879 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32880 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32881 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32882 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32883 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32884 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32885 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32886 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32887 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32888 gdb.c++/virtfunc.cc: New names of C++ files.
32889 * gdb.chill/chillvars.ch: New name of Chill file.
32890 * gdb.base/configure.in, gdb.c++/configure.in,
32891 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32892 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32893 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32894 * configure.in (configdirs): Update to reflect directory changes.
32895 (target_abbrev): No longer define for any configuration.
32896 * Makefile.in: Cosmetic improvements to header comments.
32897
32898 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32899
32900 Various changes to gdb.t31:
32901
32902 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32903 * gdbme.ch: Make all key-words and predefineds be upper-case.
32904 * chillvars.exp: Expect key-words and predefinds in upper-case.
32905
32906 * chillvars.exp: Use gdb_test_exact many places.
32907 Change expected output for arrays (which now includes index labels).
32908
32909 * pr-5020.exp, gdme.ch (module PR_5020):
32910 New test, for PR-5020.
32911
32912 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32913
32914 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32915 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32916
32917 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32918
32919 * Makefile.in: Fix bit-rot in definitions of CHILL,
32920 CHILL_FOR_TARGET and Chill_LIB.
32921 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32922 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32923 CHILL, and CHILL_LIB.
32924
32925 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32926
32927 * Revert the previous changes. Please see Rob's directory
32928 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32929
32930 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32931
32932 * Makefile.in, configure.in, config/mips-gdb.exp,
32933 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32934 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32935 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32936 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32937 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32938 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32939 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32940 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32941 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32942 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32943 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32944 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32945 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32946 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32947 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32948 changes from 94Q1.
32949
32950 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32951
32952 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32953 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32954 Rob's new testing fragments.
32955
32956 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32957
32958 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32959 lib/gdb.exp: Replace error proc calls with perror.
32960
32961 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32962
32963 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32964 version also, match on casted version strings, and match on
32965 gdb startup case where the line numbers might be messed up.
32966
32967 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32968
32969 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32970 (CFLAGS): Delete it from here.
32971
32972 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32973
32974 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32975
32976 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32977
32978 * Makefile.in (RUNTEST): Default to just "runtest".
32979
32980 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32981
32982 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32983 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32984 the code has been restructured.
32985
32986 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32987
32988 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32989 \n, not just one of each.
32990
32991 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32992 /bin/cc gives a warning if you do.
32993
32994 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32995
32996 * gdb.t24/demangle.exp: change expect pattern of
32997 __t10ListS_link1ZUiRCUiPT0
32998
32999 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33000
33001 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
33002 on local variables in recursive functions.
33003
33004 * gdb.t07/Makefile.in: Build the new test.
33005
33006 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33007
33008 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
33009 directly. Instead compare the return values from actual calls.
33010
33011 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
33012
33013 * Makefile.in (check): Set TCL_LIBRARY for runtest.
33014
33015 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33016
33017 * From Peter Schauer with minor modifications.
33018 * gdb.t15/return.exp (return_tests): Handle targets where "return"
33019 stops in mid-line in the caller. Add xfail for returning a float
33020 value on X86 targets.
33021
33022 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33023
33024 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
33025 to avoid expect lossage.
33026 (fmem_LRbug_tests): Likewise.
33027 * gdb.disasm/hppa.s: Corresponding changes.
33028
33029 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
33030 conditions to work with latest dejagnu/expect.
33031
33032 * gdb.t15/funcargs.exp (finish from indirect call): No longer
33033 expected to fail on the PA.
33034 (backtrace in call with trampolines): Explicitly require main
33035 to be frame #1 (no trampolines should show up in backtrace).
33036
33037 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
33038 "continue -expect".
33039 * gdb.t06/break.exp: Likewise.
33040 * gdb.t07/watchpoint.exp: Likewise.
33041 * gdb.t13/bitfields.exp: Likewise.
33042 * gdb.t15/{funcargs,return}.exp: Likewise.
33043 * gdb.stabs/weird.exp: Likewise.
33044 * config/{mips,udi}-gdb.exp: Likewise.
33045
33046 * hppa.sed: Enclose comments within a sed command to avoid
33047 losing with the old OSF1 sed.
33048
33049 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33050
33051 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
33052 sequent dynix.
33053 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
33054 * gdb.t15/funcargs.exp: Conditionally step again to really
33055 finish from marker_call_with_trampolines. Handle the case where
33056 the first step from within call_with_trampolines already steps
33057 us back to main.
33058 * gdb.t15/gdbme.c: Add comment to closing brace of
33059 call_with_trampolines for funcargs.exp.
33060
33061 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33062
33063 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
33064 Fix typo(s).
33065
33066 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33067
33068 * gdb.t07/gdbme.c: More code for watchpoint testing.
33069
33070 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
33071 "Hardware watchpoint" throughout file.
33072 (test_watchpoint_triggered_in_syscall): New test.
33073 (test_complex_watchpoint): New test.
33074
33075 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33076
33077 * gdbme.c (call_with_trampolines): New function to try and step
33078 into. Tests trampoline problems on the PA.
33079
33080 * funcargs.exp (localvars_in_indirect_call): No longer expect
33081 stepping into indirect call to fail on PAs.
33082 (test_stepping_over_trampolines): New test.
33083
33084 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33085
33086 * TODO: Add suggestions for static member function tests, and
33087 completion tests.
33088
33089 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33090
33091 * TODO: Add suggestions for "p/a" tests.
33092
33093 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
33094 (default_gdb_exit): Replace all the hair with sending "quit" to
33095 the process with a simple close.
33096
33097 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33098
33099 * TODO: Add suggestions for shared library tests.
33100
33101 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33102
33103 * TODO: Add suggestions for x/s tests.
33104
33105 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33106
33107 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
33108 "enable once", and "enable breakpoints once" with ".*".
33109
33110 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33111
33112 * TODO: Add suggestions about structure passing tests.
33113
33114 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33115
33116 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
33117 the primary1 test, use work around if __GNUC__ < 2.
33118 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
33119 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
33120 Test for bad output rather than waiting for timeout. Issue
33121 second continue only if first continue failed.
33122
33123 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33124
33125 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
33126 operator[] test with gdb_test because the old code didn't seem to
33127 be getting the quoting right with the new dejagnu.
33128
33129 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
33130
33131 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
33132 one from the path.
33133 * Makefile.in: Use a fresh expect if there is one, use runtest
33134 from the src tree if there is one.
33135
33136 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33137
33138 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
33139 next over recursive call. Revise the tests from that point on
33140 (which had been skipped) to match GDB's actual (correct) output.
33141
33142 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
33143 with next over a breakpoint whose condition is false.
33144
33145 * gdb.t00/help.exp: Comment out "help set print" tests just like
33146 (and for same reason as) "help set" test.
33147
33148 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33149
33150 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
33151 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
33152
33153 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33154
33155 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
33156 necessary gdb_target_udi.
33157
33158 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
33159
33160 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
33161 1838 and 2417; they are fixed.
33162
33163 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
33164 gdb.t03/ptype.exp (ptype structure, ptype union):
33165 Remove xfails; the test is looser than when the xfails were added.
33166
33167 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
33168 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
33169
33170 * gdb.t01/run.exp: Only run shell test if isnative.
33171
33172 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
33173 since "run" automatically loads if necessary. Call gdb_target_udi
33174 after the "file" since "file" kills any execution target.
33175
33176 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
33177 GDB. GDB doesn't work that way (not anymore at least) on UDI.
33178 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
33179 argument for UDI.
33180
33181 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33182
33183 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
33184
33185 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
33186
33187 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33188
33189 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
33190 properly quoting regexps. This makes the second argument to
33191 demangle a fixed string, which matches the callers, instead of a
33192 shell-style pattern which is what the previous implementation
33193 used. Update some of the callers.
33194
33195 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33196
33197 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
33198 (comib_nullified_tests): Fix typo.
33199 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
33200 strings. No longer expected to fail.
33201
33202 * gdb.disasm/hppa.s (addib_tests): Fix typo.
33203 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
33204 strings. No longer expected to fail.
33205
33206 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
33207 string. No longer expected to fail.
33208
33209 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33210
33211 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
33212 No longer expected to fail.
33213
33214 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
33215 string. No longer expected to fail.
33216
33217 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33218
33219 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
33220 only in the names (I probably got most of them). I was even
33221 generous with some which differed in underscores in names, and
33222 probably missed a few, and I *still* was able to remove almost a
33223 third of the file with almost no impact on testsuite coverage.
33224
33225 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33226
33227 * gdb.t00/default.exp: Match udi_attach error message as well as
33228 the one from child_attach.
33229
33230 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
33231
33232 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
33233
33234 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
33235 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
33236
33237 * Move test with enums and partial symbols back to
33238 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
33239 Reverts the change of 26 May 93. Per today's change to
33240 stabs.texinfo, the behavior that weird.exp was expecting was
33241 unreasonable; what is important is that the compiler+gdb get
33242 things right, which happens with a recent gcc. Also fix the test
33243 to deal with native compilers which put out the stab gdb can't
33244 deal with.
33245
33246 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33247
33248 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33249 in the names. The main thing these accomplish is to slow things down.
33250 Many more such duplicates surely remain.
33251
33252 * gdb.t00/help.exp: Comment out "help support" test just like
33253 (and for same reason as) "help set" test.
33254
33255 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33256
33257 * gdb.t06/break.exp: Remove setup_xfails for
33258 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33259 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33260 about known bug in gcc to include up through 2.5.8.
33261 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33262 well as "_vb$".
33263 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33264 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33265 with latest gcc and gdb.
33266 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33267 well as "_vb$".
33268
33269 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33270
33271 * configure.in (hppa*-*-*): Also configure and build stabs-only
33272 tests.
33273
33274 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33275
33276 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33277 * gdb.t10/configure.in (hppa*-*-*): Use it.
33278
33279 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33280
33281 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33282
33283 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33284
33285 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33286 versions prior to 1.13.5.
33287
33288 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33289
33290 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33291 the prompt is at the start of a line.
33292
33293 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33294
33295 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33296 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33297 in the copr tests now.
33298 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33299 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33300 expected to fail.
33301
33302 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33303
33304 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33305 gdb.t31/chillvars.exp, lib/gdb.exp:
33306 Tweak to run under either version of expect.
33307 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33308 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33309 * gdb.t11/list.exp: Remove extraneous whitespace.
33310
33311 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33312
33313 * gdb.t16/printcmds.exp (test_print_strings): Accept
33314 "(unsigned char *) " before the string.
33315
33316 * TODO: Add notes about printing of fancy types and GDB expressions.
33317
33318 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33319
33320 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33321 * gdb.t06/configure.in: Don't try to compile signals test program
33322 if doing mips-idt-ecoff.
33323
33324 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33325
33326 * Most .exp files: Tweak to run under either version of expect.
33327
33328 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33329
33330 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33331 xfails; I'm not sure why they are failing, but not because of PR 1806.
33332
33333 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33334
33335 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33336 defined in lib/gdb.exp.
33337
33338 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33339
33340 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33341 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33342 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33343 have to be typeless.
33344
33345 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33346
33347 * TODO: Add suggestion for copyright year test.
33348
33349 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33350
33351 * configure.in (*-*-lynxos*): Add stabs tests.
33352
33353 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33354
33355 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33356 so insert a tab before any assembler directive in column zero.
33357
33358 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33359 stores.
33360 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33361 stores.
33362 (fpu_short_memory_tests): Likewise.
33363
33364 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33365
33366 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33367 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33368 .stabs directives in comments.
33369
33370 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33371
33372 * TODO: New file, describing tests we could write.
33373 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33374
33375 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33376
33377 * gdb.t06/signals.exp: Add kludge to force re-sync.
33378
33379 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33380 to xgdb instead of gdb, get out of gdb.
33381
33382 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33383
33384 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33385 for info.
33386
33387 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33388
33389 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33390 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33391 * gdb.stabs/hppa.sed: New sed script for the PA.
33392
33393 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33394
33395 * gdb.stabs: Re-write weird.def and configuration to use sed
33396 instead of cpp. sed is portable and POSIX; cpp is neither.
33397
33398 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33399
33400 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33401
33402 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33403
33404 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33405
33406 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33407
33408 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33409 "_vb$".
33410 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33411 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33412
33413 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33414
33415 * lib/gdb.exp: Comment out code which depends on non-existent
33416 `transform' procedure.
33417
33418 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33419
33420 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33421 * lib/gdb.exp: Transform tool name.
33422 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33423 1.1's new error handling system.
33424
33425 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33426
33427 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33428
33429 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33430
33431 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33432 They made pattern matching so slow that timeouts happened on
33433 heavily loaded systems. Now any output from "show print" which
33434 gets us back to the GDB prompt is a PASS.
33435
33436 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33437
33438 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33439
33440 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33441
33442 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33443
33444 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33445 It is not from PR 3220.
33446
33447 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33448
33449 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33450 just started failing because they depended on the order the
33451 subcommands are presented, or exact docstring text. This kind of
33452 test is a pain and has minimal benefit.
33453
33454 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33455
33456 * gdb.t09/corefile.exp: At end of test, use "core" command with
33457 no arguments.
33458
33459 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33460
33461 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33462 17}/Makefile.in: Make it possible to run the testsuite with Sun
33463 make and CC = cross gcc by adding explicit build rules for .o
33464 files.
33465
33466 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33467
33468 * gdb.t15/funcargs.exp: Don't put comments on same line as
33469 setup_xfail (@#$*%& tcl braindamage!).
33470
33471 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33472
33473 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33474
33475 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33476
33477 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33478 * gdb.t20/inherit.exp: remove three dumplicate entries.
33479
33480 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33481
33482 * gdb.t06/break.exp: For "next over recursive call", fail on any
33483 incorrect output, not just on "factorial (value=2)".
33484
33485 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33486
33487 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33488 working now. Add an xfail if accesing a bss variable causes
33489 a memory error if the target is not yet run.
33490
33491 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33492
33493 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33494 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33495 name of __st* demangling (2 strings). Did Kung really get the
33496 more than 95 others right without testing them?
33497
33498 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33499
33500 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33501
33502 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33503
33504 * configure.in (configdirs): Add gdb.disasm
33505 * gdb.disasm: New directory for GDB disassembler tests.
33506 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33507
33508 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33509
33510 * gdb.t00/help.exp: Don't test "help set".
33511
33512 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33513 from within expect statements. None of these happen anymore and
33514 they cause regressions to be silently unnoticed.
33515
33516 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33517 messages) about known failures with gcc cygnus-2.4.5-930417.
33518
33519 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33520 comp-info.exp so it gets built if it doesn't exist.
33521
33522 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33523 it is no longer used.
33524 * gdb.t13/comp-info.c: Removed.
33525
33526 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33527
33528 * gdb.t06/signals.exp: Add xfail for sun3.
33529
33530 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33531
33532 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33533 relevant because ^C doesn't get sent but failure can be reproduced
33534 interactively).
33535
33536 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33537
33538 * gdb.stabs/alpha.mt: New configuration file for alpha.
33539 * gdb.stabs/configure.in: Use it.
33540 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33541 sharing with alpha.mt, redefine long to word via preprocessor.
33542 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33543 for alpha.
33544 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33545 native cc.
33546 * gdb.t00/teststrategy.exp: Change expect string so that we
33547 consume the `(xgdb)' from the command echo and from the gdb prompt.
33548 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33549 gdb currently compares all values as long, so this failure probably
33550 applies to any configuration where LONGEST is bigger than a target int.
33551 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33552 with gcc.
33553 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33554 to handle opaque pointers, gcc is.
33555 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33556 as first argument. Include <sys/types.h> and change all operator
33557 new definitions to use size_t.
33558 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33559 now that we use size_t.
33560
33561 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33562
33563 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33564 a long or float array cast all array members to the same type.
33565 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33566 with 64 bit longs.
33567 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33568 on alpha.
33569 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33570
33571 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33572
33573 * gdb.t24 (demangle.exp): Constructors of templates have names like
33574 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33575 section 14.6 of the ARM.
33576
33577 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33578 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33579 accomplish little and slow down the testsuite.
33580
33581 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33582 Accept spaces various places.
33583
33584 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33585
33586 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33587 with watchpoint enabled.
33588
33589 * Makefile.in: Remove definition of CC and remove the second
33590 definition of CXX (the "CXX = gcc" one remains). These definitions
33591 were causing backquotes to be expanded within backquotes, which
33592 doesn't work.
33593
33594 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33595
33596 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33597
33598 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33599
33600 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33601 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33602 by mips cc and contains no stabs entries.
33603
33604 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33605
33606 * config/vx-gdb.exp: Use fake device to load files rather than
33607 NFS.
33608 * lib/gdb.exp: New proc to do "file" command.
33609 * config/unix-gdb.exp: Use new "file" proc.
33610
33611 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33612
33613 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33614 Rework board rebooting slightly.
33615 (gdb_exit): Don't exit from the remote shell; there isn't one.
33616 * gdb.stabs/weird.exp: If a program is being debugged already,
33617 kill it.
33618 * gdb.t04/setvar.exp: Stop and restart gdb.
33619 * gdb.t05/expr.exp: Likewise.
33620 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33621 restart gdb and reload the program.
33622 * gdb.t08/opaque.exp: Likewise.
33623 * gdb.t12/scope.exp: Likewise.
33624 * gdb.t13/bitfields.exp: Likewise.
33625 * gdb.t15/funcargs.exp: Likewise.
33626 * gdb.t20/classes.exp: Likewise.
33627 * gdb.t03/ptype.exp: Increase timeout.
33628 * gdb.t16/printcmds.exp (test_print_string_constants,
33629 test_print_array_constants): Likewise.
33630 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33631 * gdb.t20/classes.exp (do_tests): Likewise.
33632 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33633
33634 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33635
33636 * gdb.stabs: Renamed *wierd* to *weird*.
33637
33638 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33639
33640 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33641 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33642
33643 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33644
33645 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33646 (do_tests): Remove xfail for whatis on one_var and two_var.
33647
33648 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33649
33650 * Makefile.in: Made cross building work better by adding
33651 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33652
33653 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33654
33655 * gdb.t15/{return.c,return.exp,Makefile.in}:
33656 New test, currently commented out.
33657
33658 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33659
33660 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33661 still running and removes the leftover named socket so GDb can do
33662 clean restarts.
33663
33664 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33665
33666 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33667 console, not GDB.
33668 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33669 cross testing works better with "make check"
33670 * config/unix-gdb: Use default procedures for exit and version.
33671 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33672 with the newest VxWorks.
33673
33674 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33675
33676 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33677 old form.
33678
33679 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33680 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33681
33682 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33683
33684 * config/unix-gdb.exp: Remove this version of gdb_exit
33685 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33686 Rob says he'll look at it when he gets back to testing boards.
33687
33688 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33689
33690 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33691 an expected fail for certain ptype commands.
33692
33693 * gdb.t20/classes.exp: Update expected results of "ptype class
33694 Base1" to account for the constructor that now appears in the type.
33695
33696 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33697
33698 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33699 disappeared from list.
33700 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33701 "alldone" proc with call to cleanup and exit.
33702 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33703 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33704 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33705 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33706 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33707 "alldone" proc with simple returns that suppress remaining
33708 tests. The alldone proc went away many months ago.
33709
33710 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33711
33712 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33713
33714 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33715
33716 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33717
33718 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33719 as vax gdb will display them.
33720
33721 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33722
33723 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33724 optimizers.
33725
33726 * scope.exp: Change "bad value for localval" messages so each one
33727 is unique.
33728
33729 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33730 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33731
33732 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33733
33734 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33735
33736 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33737 doesn't exist (due to optimization).
33738
33739 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33740
33741 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33742 contains \r because the filename is long.
33743
33744 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33745 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33746
33747 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33748
33749 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33750 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33751 Ultrix.
33752 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33753 int tests.
33754 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33755
33756 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33757
33758 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33759
33760 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33761 to match does not match the passing case but still matches the
33762 failing case.
33763
33764 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33765
33766 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33767
33768 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33769
33770 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33771 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33772 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33773 Remove various versions of gdb_exit.
33774 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33775 gdb_exit.
33776 * config/unix-gdb.exp: gdb_exit remains here, and should override
33777 the generic version, since it's doing a lot of wierd stuff that
33778 the other versions aren't. FIXME, fold it in, or abandon this
33779 version.
33780
33781 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33782
33783 * gdb.t24/demangle.exp: Add tests for PR 3220.
33784
33785 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33786
33787 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33788
33789 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33790
33791 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33792 "i386-*-*". Works for i486 as well.
33793
33794 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33795 bug, and expand domain of xfail to all SVR4 systems, since the
33796 actual problem is likely to be in generic SVR4 /proc support.
33797
33798 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33799
33800 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33801
33802 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33803
33804 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33805 xfails for other systems. Match a missing 'Continuing.' as an
33806 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33807
33808 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33809 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33810 Only issue warning for missing executables if -all option is used.
33811
33812 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33813 file if -all option is used. It's like an unpredictable XFAIL.
33814
33815 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33816
33817 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33818 for dynamically linked binaries.
33819
33820 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33821
33822 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33823
33824 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33825 to state that this is a known bug in old versions of g++.
33826
33827 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33828
33829 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33830 while waiting for `Continuing'.
33831
33832 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33833
33834 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33835 in text, data, and bss.
33836 * gdb.t10/nodebug.c: Add local and global test variables for
33837 initialized and uninitialized data.
33838
33839 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33840
33841 * config/unix-gdb.exp (gdb_exit): Add "wait".
33842
33843 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33844
33845 * gdb.t06/signals.exp: xfail the continue from the handler for all
33846 targets.
33847
33848 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33849 function with watchpoints enabled, the i386 call dummy starts with
33850 a call.
33851
33852 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33853 386 bsd names its corefiles.
33854
33855 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33856
33857 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33858 compilers don't grok it.
33859 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33860 with small octal ints rather than character constants, which
33861 are signed and might not fit if first promoted to int.
33862
33863 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33864
33865 * gdb.t09/Makefile.in (clean): Remove corefile.
33866
33867 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33868
33869 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33870
33871 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33872 and Jim Kingdon (kingdon@cygnus.com)
33873
33874 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33875 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33876 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33877
33878 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33879
33880 * gdb.t17/interrupt.exp: Add xfail for hppa.
33881
33882 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33883
33884 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33885 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33886 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33887 to determine signed-ness of bitfields and use the result to setup
33888 the xfail.
33889 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33890 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33891 call line is reached if necessary.
33892
33893 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33894
33895 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33896
33897 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33898
33899 * gdb.t06/break.exp: Also test `clear' command.
33900
33901 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33902
33903 * gdb.t00/teststrategy.exp: Remove extra quote.
33904
33905 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33906 watchpoint enabled to be for all non-68k machines.
33907
33908 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33909
33910 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33911
33912 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33913 targets use aout.mt instead of ecoff.mt as gas understands
33914 standard aout format.
33915
33916 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33917
33918 * lib/gdb.exp (runto): Don't insist that function we are running to
33919 was compiled with -g.
33920
33921 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33922
33923 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33924 to get back into the read system call.
33925 Accept leading newline in case where we woke it up.
33926
33927 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33928
33929 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33930 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33931 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33932 enable ecoff configuration.
33933
33934 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33935
33936 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33937
33938 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33939
33940 * gdb.t16/printcmds.exp: Add another printf test.
33941
33942 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33943
33944 * configure.in: If configured -with-stabs on any target, add
33945 stabsdirs to configdirs.
33946
33947 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33948
33949 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33950 fun" so pattern does not match the command itself.
33951
33952 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33953
33954 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33955
33956 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33957
33958 * gdb.t17/interrupt.exp: Test for more things.
33959
33960 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33961
33962 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33963 compiler arranges the code and line numbers.
33964
33965 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33966
33967 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33968
33969 * gdb.t00/help.exp: Increase expect input buffer size.
33970
33971 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33972
33973 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33974
33975 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33976
33977 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33978
33979 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33980 [0-9]*, not just [0-9].
33981
33982 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33983
33984 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33985
33986 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33987
33988 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33989
33990 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33991
33992 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33993
33994 * gdb.t06/signals.c: Add xfails for sun3.
33995
33996 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33997
33998 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33999 test_stepping tests.
34000
34001 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34002
34003 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
34004
34005 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
34006
34007 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
34008 rather than actually putting it through cpp twice.
34009
34010 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
34011
34012 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
34013
34014 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
34015 no longer needed.
34016
34017 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34018
34019 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
34020
34021 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
34022 C++ features prints as "struct", make it a pass, not an xfail.
34023
34024 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34025
34026 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
34027 Don't require VA to print as "class" rather than "struct".
34028
34029 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
34030
34031 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
34032
34033 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34034
34035 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
34036
34037 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34038
34039 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
34040 order.
34041
34042 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34043
34044 * gdb.t16/printcmds.exp: Add printf tests.
34045
34046 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
34047
34048 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
34049
34050 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
34051
34052 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
34053 pass counts, to counteract any existing or future setup_xfails.
34054
34055 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34056
34057 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
34058 {BEGIN,END}_COMMON for common block instead of STAB.
34059 * gdb.stabs/wierd.exp: Add xfail for rs6000.
34060
34061 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
34062 intp_var should be N_GSYM not N_LSYM.
34063 wierd-aout.S: Use a label for the value of the N_SO.
34064 wierd.def: Remove all backslashes.
34065 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
34066
34067 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34068
34069 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
34070 get the expected next to inheritance3.
34071
34072 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34073
34074 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
34075 now that gcc-2.4 gets it right.
34076
34077 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34078
34079 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
34080
34081 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
34082 generating comp-info.exp which works for cross-compilation.
34083
34084 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
34085
34086 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
34087 "*-*-sysv4.*".
34088
34089 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
34090
34091 * gdb.t01/run.exp: Start with a fresh gdb.
34092 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
34093 SVR4.x.
34094
34095 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
34096
34097 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
34098 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
34099 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
34100 Makefile.in (distclean, realclean): Remove gdbme.c from list of
34101 things to remove.
34102
34103 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
34104
34105 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
34106 test cases from bug reports.
34107
34108 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
34109
34110 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
34111 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
34112 avoid spurious xfails.
34113 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
34114 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
34115 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
34116
34117 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
34118
34119 * gdb.t00/teststrategy.exp: Rework to provide more useful
34120 description of each test, fix problem with systems that define
34121 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
34122 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
34123 results for "next over recursive call" so timeouts aren't taken
34124 by error.
34125
34126 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
34127
34128 * gdb.t12/scope.exp: Test printing of variables before run.
34129
34130 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
34131 printed in wrong order due to sorting.
34132
34133 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
34134
34135 * gdb.t00/teststrategy.exp: Fix expected results for printing
34136 user entered string constant. Is array of char, prints with no
34137 address.
34138
34139 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
34140 commands.
34141 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
34142 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
34143 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
34144 of struct of char arrays.
34145 * gdb.t00/radix.exp: New tests for radix commands.
34146
34147 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
34148
34149 * gdb.t16/printcmd.exp: Print a variable before running program
34150 (with xfail for AIX).
34151
34152 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
34153
34154 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
34155
34156 * gdb.t16/printcmd.exp: Don't print variables before running program.
34157
34158 * gdb.t06/break.exp: Don't require envp argument to main.
34159
34160 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
34161
34162 * gdb.t02/whatis.exp, gdb.t11/list.exp:
34163 Add xfails for rs6000.
34164
34165 * gdb.t02/whatis.exp: Change other tests not to re-test something
34166 we already tested.
34167
34168 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
34169 each type used has a variable of that type.
34170
34171 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
34172
34173 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
34174
34175 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
34176
34177 * configure.in: change srctrigger to be a file, not a directory
34178
34179 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
34180
34181 * configure.in (mips-idt-ecoff*): Added trailing '*'.
34182
34183 * gdb.t11/list.exp: Fixed a couple of typos.
34184
34185 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
34186
34187 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
34188 is fixed and PR is closed.
34189 * gdb.t16 (gdbme.c): Add simple test string variable.
34190 * gdb.t16 (printcmds.exp): Add tests with simple test string
34191 variable, primarily for boundaries on "set print elements".
34192
34193 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
34194
34195 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
34196 Make leading 0's optional and don't expect a tab in the middle
34197 of the number.
34198
34199 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
34200
34201 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
34202 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
34203 don't end command passed to gdb_test with newline.
34204
34205 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
34206 signed keyword away, don't expect signed bitfields to be signed.
34207
34208 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
34209 printing with only as many 1's as are in the field as well as printing
34210 with 32 1's (see comment).
34211
34212 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
34213
34214 * gdb.t00/default.exp: Start with a fresh gdb.
34215 * configure.in (configdirs): Remove gdb.t31 until the chill
34216 compiler works again. It no longer is able to find chillrt0
34217 since it isn't in libchill.a anymore.
34218 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
34219 wierd.o, make more modular.
34220 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
34221 spurious newlines that caused problems.
34222
34223 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34224
34225 * Move test with enums and partial symbols from gdb.t03/ptype.exp
34226 to gdb.stabs/wierd.exp since GCC has worked around the bug.
34227 gdb.stabs/wierd.{exp,def}: Many new tests.
34228
34229 * gdb.t00/default.exp: update info line for new message.
34230
34231 * gdb.t02/{whatis.exp,gdbme.c}:
34232 Test that "char *" doesn't print as "caddr_t".
34233
34234 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34235
34236 * gdb.t00/help.exp: Use .* in place of some help messages which
34237 just changed.
34238 gdb.t00/default.exp: Update "info frame" test for new message.
34239 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
34240 Remove some xfails
34241
34242 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34243
34244 * gdb.t03/{gdbme.c,ptype.exp}:
34245 Add tests for typedef'd struct and union without tags.
34246 Also check "whatis" on a variable of a typedef'd enum without a tag.
34247
34248 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34249 PRMS 1823; the bug still exists but isn't reproduced by this test
34250 anymore), and remove rs6000 XFAIL (the bug is fixed).
34251
34252 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34253 duplicated from whatis.exp. For those that are left, accept
34254 "long", "long int", or "int" for long variables (whatis.exp already
34255 has an XFAIL for "int", so no need to fail it here).
34256
34257 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34258 Deal with GCC's names for types now that GDB uses the compiler's names.
34259
34260 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34261 setup_xfail's for sunos4. If we #defined the signed keyword away,
34262 don't expect GDB to know that char it is signed.
34263
34264 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34265
34266 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34267
34268 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34269 should work on any system, regardless of debugging format.
34270 * gdb.t21/demangle.exp: Move to gdb.t24.
34271 * gdb.t24/demangle.exp: Move from gdb.t21.
34272 * gdb.t24/{Makefile.in, configure.in}: New files.
34273
34274 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34275
34276 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34277 * gdb.stabs: New directory.
34278
34279 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34280
34281 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34282 not just "Quit anyway?".
34283
34284 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34285
34286 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34287 that all setup_xfails are immediately followed by clear_xfails.
34288
34289 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34290
34291 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34292 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34293 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34294 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34295 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34296 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34297 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34298 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34299 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34300 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34301 gdb.t31/chillvars.exp, lib/gdb.exp:
34302 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34303 bug-gdb@prep.ai.mit.edu.
34304
34305 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34306
34307 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34308 with 0.0, not integer 0.
34309
34310 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34311
34312 * gdb.t06/break.exp: Update for "Kill the program" message change.
34313
34314 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34315
34316 * Makefile.in (GDBFLAGS): Set to -nx.
34317 * Makefile.in (site.exp): Use GDBFLAGS.
34318
34319 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34320
34321 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34322 Makefiles.
34323 (check): depend on just-check.
34324 (just-check): added so that tests can be run without a noop
34325 build pass.
34326
34327 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34328
34329 Switch to using configure's configdirs.
34330 * Makefile.in (Makefile): add configure.in dependency.
34331 (SUBDIRS): removed redundant assignment.
34332 * configure.in: switch subdirs assignment to configdirs.
34333 * gdb.t*/configure.in: new files.
34334
34335 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34336
34337 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34338 works.
34339
34340 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34341
34342 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34343 in explicit rules. Apparently this is not supported by some makes.
34344
34345 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34346
34347 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34348
34349 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34350
34351 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34352 disappeared.
34353
34354 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34355
34356 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34357
34358 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34359
34360 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34361 watchpoint problem that is now fixed.
34362 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34363 uninitialized convenience variables.
34364 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34365 structures.
34366
34367 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34368
34369 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34370 which causes expect to get out of sync with gdb on long output
34371 from help set.
34372 * gdb.t09/corefile.exp: Make expected pattern for core file
34373 failing signal and frame output format less sun specific.
34374
34375 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34376
34377 * gdb.t31/chillvars.exp: Add and remove initial dummy
34378 breakpoint, so that symbol table is forced in.
34379 (Needed at least on Sunos4, though it seems not SVR4.)
34380 * gdb.t31/chillvars.exp: Update for changed output format.
34381
34382 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34383
34384 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34385
34386 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34387
34388 * Makefile.in: Added --srcdir when invoking runtest, removed the
34389 need for a local config file. (optional now)
34390
34391 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34392
34393 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34394 failure count used to force early termination. Add some more
34395 expected failures for gnu style demangling.
34396
34397 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34398
34399 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34400 pmi variable from gdb.t20/gdbme to get optimized away.
34401 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34402 Check for written corefile upon timeout _and_ eof.
34403
34404 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34405
34406 * config/unix-gdb.exp: Add missing return 0.
34407
34408 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34409
34410 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34411 test termination.
34412
34413 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34414
34415 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34416 disappeared.
34417
34418 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34419
34420 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34421 time as i860 support works.
34422
34423 * gdb.t15/funcargs.exp: Fix expected outputs to include
34424 "backtrace 100\r" rather than just "backtrace\r", to match last
34425 change.
34426
34427 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34428
34429 * config/udi-gdb.exp (gdb_exit): Remove close command.
34430 (gdb_target_udi): New procedure to set the UDI target.
34431 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34432 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34433 Added waits for prompts after several question responses. Added
34434 some more responses used by a29k-amd-udi-gdb.
34435 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34436 pass different arguments, restart UDI connection after program
34437 completion.
34438 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34439 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34440 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34441 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34442 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34443 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34444 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34445 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34446 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34447 after program completion.
34448 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34449 compiled with a SELECT_VECS setting.
34450 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34451 infinite recursion.
34452
34453 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34454 Added checks for COFF results, and made them expected failures for
34455 all targets. It would be better to make them expected failures
34456 for COFF targets only.
34457
34458 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34459
34460 * Makefile.in: add null dvi target, don't bother to recurse
34461 through test directories for info and install-info; rename
34462 $(datadir) to be dejagnu instead of deja-gnu
34463
34464 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34465
34466 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34467 compiler to coredump.
34468 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34469 code.
34470
34471 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34472
34473 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34474 coredump.
34475 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34476 code.
34477
34478 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34479
34480 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34481 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34482 which in a shell. Deletes xgdb when done.
34483 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34484 Tests the return from the "set height" or "set width" commands.
34485 Added a few return codes where needed.
34486
34487 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34488
34489 * Makefile.in (SUBDIRS): Add gdb.t17.
34490 * configure.in (subdirs): Add gdb.t17.
34491 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34492 files to test gdb's calling of functions in the inferior with
34493 the correct arguments and gdb's ability to retrieve any
34494 result returned.
34495
34496 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34497
34498 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34499 may be called after gdb goes away. Previous versions of expect
34500 needed these to avoid file descriptor leaks, but they cause
34501 errors with the current revision of expect.
34502 * gdb.t00/gdbvars.exp: Use -re on expected output after
34503 setting sevenbit-strings.
34504 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34505 to set sevenbit-strings consistent across tests.
34506 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34507 set sevenbit-strings consistent across tests.
34508
34509 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34510
34511 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34512 expected output to match current "expect" expectations.
34513
34514 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34515
34516 * gdb.t00/default.exp: Change expected output for default "source"
34517 command, to match new gdb behavior which requires a filename to
34518 source.
34519
34520 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34521
34522 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34523 expected fail for i486-*-* that misses the marker2 function.
34524 * gdb.t10/crossload.exp (bfddefault): Allow successful
34525 recognition of a format to pass even if no symbols are found.
34526 Explicitly catch failures where the format is not recognized
34527 or is ambiguous, and add the reason to the fail message.
34528 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34529 the cause is and invalid target and add reason to failure message.
34530 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34531 elf32-i386, elf32-sparc, and elf32-i860.
34532 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34533 Set up expected failure for 'filename'::variable scope resolution,
34534 which is now apparently broken on all targets.
34535 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34536 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34537 gdb.t23/templates.exp: Change failure for missing binfile into
34538 just a warning.
34539 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34540 references.
34541
34542 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34543
34544 * gdb.t00/default.exp: Add expected output for default "source"
34545 command, to match new gdb behavior.
34546 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34547
34548 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34549
34550 * config/*-gdb.exp: returns an error, rather than exiting on
34551 internal errors.
34552
34553 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34554
34555 * gdb.t03/gdbme.c: Add pointer to struct variable.
34556 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34557 referencing struct members.
34558
34559 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34560
34561 * configure.in (mips-idt-ecoff): New target.
34562 * config/mips-gdb.exp: New file for remote board using MIPS remote
34563 debugging protocol.
34564
34565 * Redid configuration scheme. Removed gdb.t*/configure.in.
34566 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34567 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34568 distclean targets. Built executables via .o files. Adjusted
34569 tests to account for source files in $(srcdir) rather than
34570 $(objdir).
34571 * lib/gdb.exp (runto): Don't expect () after the function name,
34572 because it may have arguments.
34573
34574 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34575
34576 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34577 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34578 expected failures for mips-idt-* and mips-sgi-*.
34579 * gdb.t00/default.exp (attach): Kill process if requested.
34580 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34581 that does not read core files.
34582 * gdb.t01/run.exp: Removed checks for exit status code.
34583 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34584 it is linked in.
34585 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34586 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34587 appropriate, rather than doing it by hand.
34588 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34589 execution.
34590 * gdb.t10/crossload.exp: Kill existing program if needed.
34591 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34592 appropriate, rather than doing it by hand. Always increase
34593 timeout for this test, not just for VxWorks.
34594
34595 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34596
34597 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34598 of Chill STRUCT types and STRUCT values.
34599 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34600 than "char".
34601 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34602 struct2): New struct definitions and initializations to test
34603 simple Chill STRUCT types.
34604
34605 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34606
34607 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34608 the null byte at the end of strings.
34609 * gdb.t00/default.exp: Make show version insensitive to copyright
34610 date.
34611 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34612 to avoid dependencies on target char signedness.
34613 * gdb.t16/printcmds.exp: Update expected results for explicitly
34614 unsigned char.
34615 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34616 now work.
34617 * gdb.t21/demangle.exp: Add many more patterns for template
34618 demangling, most of them being expected failures.
34619 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34620 string we are matching for, to match on the whole string.
34621 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34622 and fix a whole bunch that had incorrect expected output but were
34623 passing anyway because of the bug in "proc demangle".
34624 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34625 type.
34626 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34627
34628 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34629
34630 * gdb/testsuite: made modifications to testcases, etc., to allow
34631 them to work properly given the reorganization of deja-gnu and the
34632 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34633
34634 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34635
34636 * gdb/testsuite: Initial creation of gdb/testsuite.
34637 Migrated dejagnu testcases and support files for testing nm to
34638 gdb/testsuite from deja-gnu. These files were moved "as is"
34639 with no modifications. This migration is part of a major overhaul
34640 of dejagnu. The modifications to these testcases, etc., which
34641 will allow them to work with the new version of dejagnu will be
34642 made in a future update.
34643
34644 For additional changes see gdb.mi/ChangeLog-1999-2003.
34645 \f
34646 ;; Local Variables:
34647 ;; mode: change-log
34648 ;; left-margin: 8
34649 ;; fill-column: 74
34650 ;; version-control: never
34651 ;; End:
34652
34653 Copyright 1993-2014 Free Software Foundation, Inc.
34654 Copying and distribution of this file, with or without modification,
34655 are permitted provided the copyright notice and this notice are preserved.
This page took 1.304821 seconds and 4 git commands to generate.